/**
 * Copyright 2014 Adobe
 * All Rights Reserved.
 */
.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;
}/* header */
.switcher-language .weltpixel_multistore li {
	margin-right: 5px;
}
.switcher-language .weltpixel_multistore li:last-child{
	margin-right: 0;
}
.switcher-language .weltpixel_multistore li img{
	height: 20px;
}

/* footer */
.page-wrapper footer.page-footer .footer.content .footer-v3{
	padding-bottom: 30px;
    padding-top: 30px;
}
.page-wrapper footer.page-footer .footer.content h4{
	padding-top: 0;
}

@media only screen and (min-width: 768px), print{
	.nav-sections .navigation .level0{
		margin-right: 9px;
	}
	.nav-sections .navigation ul li.level0.first > a {
		padding-left: 10px;
	}
	header.page-header .switcher .label{
	    display: inline-block;
	    width: auto;
	    height: auto;
	    float: none;
	    color: #fff;
	    line-height: 1;
	    font-size: 12px;
	    clip: inherit;
	    position: static;
	    margin: 0;
	    margin-right: 5px;
	    vertical-align: middle;
	}
	.page-header-v1 header.page-header .multistore-switcher{
	    position: static;
    	margin-left: 0;
	    float: left;

	}
	header.page-header ul.weltpixel_multistore{
		display: inline-block;
    	vertical-align: middle;
	}
}

.design-image-container{
	background: #ffffff;
	border: 1px solid #cacaca;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 150px;
	line-height: 1;
	margin: 1rem 0.3rem 1rem 0;
	overflow: hidden;
	position: relative;
	width: 150px;
    vertical-align: middle;
    display: -webkit-box;
	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    float: left;
}
.design-image-container .design-image-photo {
	margin: 0 auto;
	text-align: center;
	display: block;
	max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
}
.account .block-collapsible-nav .title{
	position: static;
	width: 100%;
	height: auto;
	margin: 0 0 10px 0;
}
.checkout-index-index .ui-datepicker-buttonpane .ui-datepicker-current{
    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: #000000;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: inherit;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.6rem;
}
p {
  margin-top: 0rem;
  margin-bottom: 1.1rem;
}
abbr[title] {
  border-bottom: 1px dotted #ccc;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f6f6f6;
  color: #437491;
}
small,
.small {
  font-size: 14px;
}
hr {
  border: 0;
  border-top: 1px solid #ccc;
  margin-bottom: 22px;
  margin-top: 22px;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dfn {
  font-style: italic;
}
h1 {
  color: #000000;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  font-size: 3.2rem;
  margin-top: 0rem;
  margin-bottom: 2.2rem;
}
h2 {
  color: #000000;
  font-style: normal;
  font-weight: 600;
  line-height: 1.1;
  font-size: 3rem;
  margin-top: 2.75rem;
  margin-bottom: 2.2rem;
}
h3 {
  color: #000000;
  font-style: normal;
  font-weight: 600;
  line-height: 1.1;
  font-size: 2.8rem;
  margin-top: 2.2rem;
  margin-bottom: 1.1rem;
}
h4 {
  color: #000000;
  font-style: inherit;
  font-weight: 400;
  line-height: 1.1;
  font-size: 1.6rem;
  margin-top: 2.2rem;
  margin-bottom: 2.2rem;
}
h5 {
  color: #000000;
  font-style: inherit;
  font-weight: 400;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2.2rem;
  margin-bottom: 2.2rem;
}
h6 {
  color: #000000;
  font-style: inherit;
  font-weight: 400;
  line-height: 1.1;
  font-size: 1.2rem;
  margin-top: 2.2rem;
  margin-bottom: 2.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: #ADC9D9;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: inherit;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #ADC9D9;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #ADC9D9;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #000000;
  text-decoration: none;
}
a:active,
.alink:active {
  color: #ADC9D9;
  text-decoration: underline;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 2.75rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 1.1rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 22px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 5.5px;
  margin-top: 0;
}
dd {
  margin-bottom: 11px;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  background: #f6f6f6;
  color: #7eaac3;
  padding: 2px 4px;
  font-size: 1.4rem;
  white-space: nowrap;
}
kbd {
  background: #f6f6f6;
  color: #7eaac3;
  padding: 2px 4px;
  font-size: 1.4rem;
}
pre {
  background: #f6f6f6;
  border: 1px solid #ccc;
  color: #7eaac3;
  line-height: 1.42857143;
  margin: 0 0 11px;
  padding: 11px;
  font-size: 1.4rem;
  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 #ccc;
  margin: 0 0 22px 44px;
  padding: 0;
  color: #000000;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.6rem;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  color: #ADC9D9;
  line-height: 1.42857143;
  font-size: 1.2rem;
  display: block;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote cite {
  font-style: inherit;
}
blockquote:before,
blockquote:after {
  content: '';
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: inherit;
}
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: 11px 11px;
}
button,
.checkout-cart-index .cart-container .form-cart #shopping-cart-table .actions.main .clear {
  background-image: none;
  background: #ADC9D9;
  border: #ADC9D9 1px solid;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.8rem;
  line-height: 2rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active {
  background: #e2e2e2;
  border: #ADC9D9 1px solid;
  color: #FFFFFF;
}
button:hover,
.checkout-cart-index .cart-container .form-cart #shopping-cart-table .actions.main .clear:hover {
  background: #000000;
  border: #000000 1px solid;
  color: #FFFFFF;
}
button.disabled,
button[disabled],
fieldset[disabled] button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-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: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: normal;
  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: #575757;
}
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: #575757;
}
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: #575757;
}
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 url('../../frontend/BrandMd/ultimate/en_US/images/select-bg.svg') no-repeat 100% 45%;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 1px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: normal;
  height: 32px;
  line-height: 1.42857143;
  padding: 4px 25px 5.5px 11px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:focus {
  border: 1px solid #c2c2c2;
}
select:disabled {
  opacity: 0.5;
  background: #fff;
  border: 1px solid #c2c2c2;
}
select[multiple] {
  height: auto;
  background-image: none;
}
textarea {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: normal;
  height: auto;
  line-height: 1.42857143;
  margin: 0;
  padding: 11px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:disabled {
  opacity: 0.5;
}
textarea::-moz-placeholder {
  color: #575757;
}
textarea::-webkit-input-placeholder {
  color: #575757;
}
textarea:-ms-input-placeholder {
  color: #575757;
}
input[type="checkbox"] {
  margin: 2px 5.5px 0 0;
  position: relative;
  top: 2px;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 2px 5.5px 0 0;
}
input[type="radio"]:disabled {
  opacity: 0.5;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #ff7070;
}
div.mage-error {
  color: #FF0A0A;
  font-size: 1.4rem;
}
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 #00699D;
}
/**
 * Copyright 2015 Adobe
 * All Rights Reserved.
 */
.bundle-options-container .block-bundle-summary .bundle.items,
.product-items,
.prices-tier,
.search-terms,
.cart-summary .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.order-details-items .items-qty,
.footer.content ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.bundle-options-container .block-bundle-summary .bundle.items > li,
.product-items > li,
.prices-tier > li,
.search-terms > li,
.cart-summary .checkout-methods-items > li,
.opc-wrapper .opc > li,
.opc-progress-bar > li,
.checkout-agreements-items > li,
.order-details-items .items-qty > li,
.footer.content ul > li {
  margin: 0;
}
.action-primary:focus,
.action-primary:active {
  background: #000000;
  border: 1px solid #000000;
  color: #fff;
}
.action-primary:hover {
  background: #000000;
  border: #000000;
  color: #FFFFFF;
}
.action-primary.disabled,
.action-primary[disabled],
fieldset[disabled] .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.block-compare .action.primary,
.cart-summary .block .actions-toolbar > .primary .action.primary,
.abs-discount-code .form-discount .actions-toolbar .primary .action,
.cart-summary .form.giftregistry .fieldset .action.primary,
.checkout-index-index .abs-discount-code .form-discount .actions-toolbar .primary .action,
.magento-payments-review-discount .actions-toolbar .action.primary,
.magento-payments-review-discount .actions-toolbar .action.cancel,
.abs-discount-block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.block-compare .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.cart-summary .block .actions-toolbar > .primary .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.cart-summary .form.giftregistry .fieldset .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.block-compare .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.cart-summary .block .actions-toolbar > .primary .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.cart-summary .form.giftregistry .fieldset .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action,
.checkout-index-index .checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action,
.abs-discount-block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.block-compare .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.cart-summary .block .actions-toolbar > .primary .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.cart-summary .form.giftregistry .fieldset .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.block-compare .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.cart-summary .block .actions-toolbar > .primary .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.cart-summary .form.giftregistry .fieldset .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary {
  border-radius: 8px;
}
.abs-discount-block .actions-toolbar .action.primary:not(:focus),
.abs-discount-block .actions-toolbar .action.cancel:not(:focus),
.block-compare .action.primary:not(:focus),
.cart-summary .block .actions-toolbar > .primary .action.primary:not(:focus),
.abs-discount-code .form-discount .actions-toolbar .primary .action:not(:focus),
.cart-summary .form.giftregistry .fieldset .action.primary:not(:focus),
.checkout-index-index .abs-discount-code .form-discount .actions-toolbar .primary .action:not(:focus),
.magento-payments-review-discount .actions-toolbar .action.primary:not(:focus),
.magento-payments-review-discount .actions-toolbar .action.cancel:not(:focus),
.abs-discount-block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:not(:focus),
.block-compare .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:not(:focus),
.cart-summary .block .actions-toolbar > .primary .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:not(:focus),
.cart-summary .form.giftregistry .fieldset .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:not(:focus),
.abs-discount-block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:not(:focus),
.block-compare .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:not(:focus),
.cart-summary .block .actions-toolbar > .primary .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:not(:focus),
.cart-summary .form.giftregistry .fieldset .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:not(:focus),
.paypal-review-discount .actions-toolbar .action.primary:not(:focus),
.paypal-review-discount .actions-toolbar .action.cancel:not(:focus),
.cart-discount .actions-toolbar .action.primary:not(:focus),
.cart-discount .actions-toolbar .action.cancel:not(:focus),
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:not(:focus),
.checkout-index-index .checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:not(:focus),
.abs-discount-block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:not(:focus),
.block-compare .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:not(:focus),
.cart-summary .block .actions-toolbar > .primary .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:not(:focus),
.cart-summary .form.giftregistry .fieldset .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:not(:focus),
.abs-discount-block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:not(:focus),
.block-compare .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:not(:focus),
.cart-summary .block .actions-toolbar > .primary .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:not(:focus),
.cart-summary .form.giftregistry .fieldset .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:not(:focus) {
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
.abs-discount-block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.cancel:active,
.block-compare .action.primary:active,
.cart-summary .block .actions-toolbar > .primary .action.primary:active,
.abs-discount-code .form-discount .actions-toolbar .primary .action:active,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.checkout-index-index .abs-discount-code .form-discount .actions-toolbar .primary .action:active,
.magento-payments-review-discount .actions-toolbar .action.primary:active,
.magento-payments-review-discount .actions-toolbar .action.cancel:active,
.abs-discount-block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.block-compare .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.cart-summary .block .actions-toolbar > .primary .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.cart-summary .form.giftregistry .fieldset .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.block-compare .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.cart-summary .block .actions-toolbar > .primary .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.cart-summary .form.giftregistry .fieldset .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.paypal-review-discount .actions-toolbar .action.primary:active,
.paypal-review-discount .actions-toolbar .action.cancel:active,
.cart-discount .actions-toolbar .action.primary:active,
.cart-discount .actions-toolbar .action.cancel:active,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:active,
.checkout-index-index .checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:active,
.abs-discount-block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.block-compare .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.cart-summary .block .actions-toolbar > .primary .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.cart-summary .form.giftregistry .fieldset .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.block-compare .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.cart-summary .block .actions-toolbar > .primary .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.cart-summary .form.giftregistry .fieldset .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:active {
  box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
.abs-action-link-button:focus,
.abs-action-link-button:active {
  background: #e2e2e2;
  border: #ADC9D9 1px solid;
  color: #FFFFFF;
}
.abs-action-link-button:hover {
  background: #000000;
  border: #000000 1px solid;
  color: #FFFFFF;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus {
  text-decoration: none;
}
.abs-action-remove,
.abs-discount-block .action.check,
.popup .actions-toolbar .action.cancel,
.paypal-button-widget .paypal-button,
.bundle-options-container .action.back,
.block.related .action.select,
.cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.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,
.gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit,
.gift-summary .action-delete,
.action-gift,
.wishlist.split.button > .action,
.abs-add-fields .action.remove,
.magento-payments-review-discount .action.check,
.paypal-review-discount .action.check,
.cart-discount .action.check,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form.send.friend .action.remove {
  line-height: 1.42857143;
  padding: 0;
  color: #ADC9D9;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 400;
  border-radius: 0;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.abs-discount-block .action.check:visited,
.popup .actions-toolbar .action.cancel:visited,
.paypal-button-widget .paypal-button:visited,
.bundle-options-container .action.back:visited,
.block.related .action.select:visited,
.cart.table-wrapper .actions-toolbar > .action-delete:visited,
.cart.table-wrapper .action.help.map:visited,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup: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,
.gift-options .actions-toolbar .action-cancel:visited,
.gift-summary .action-edit:visited,
.gift-summary .action-delete:visited,
.action-gift:visited,
.wishlist.split.button > .action:visited,
.abs-add-fields .action.remove:visited,
.magento-payments-review-discount .action.check:visited,
.paypal-review-discount .action.check:visited,
.cart-discount .action.check:visited,
.form-giftregistry-share .action.remove:visited,
.form-giftregistry-edit .action.remove:visited,
.form.send.friend .action.remove:visited {
  color: #ADC9D9;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.abs-discount-block .action.check:hover,
.popup .actions-toolbar .action.cancel:hover,
.paypal-button-widget .paypal-button:hover,
.bundle-options-container .action.back:hover,
.block.related .action.select:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .action.help.map:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup: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,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-summary .action-edit:hover,
.gift-summary .action-delete:hover,
.action-gift:hover,
.wishlist.split.button > .action:hover,
.abs-add-fields .action.remove:hover,
.magento-payments-review-discount .action.check:hover,
.paypal-review-discount .action.check:hover,
.cart-discount .action.check:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form.send.friend .action.remove:hover {
  color: #000000;
  text-decoration: none;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.abs-discount-block .action.check:active,
.popup .actions-toolbar .action.cancel:active,
.paypal-button-widget .paypal-button:active,
.bundle-options-container .action.back:active,
.block.related .action.select:active,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .action.help.map:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup: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,
.gift-options .actions-toolbar .action-cancel:active,
.gift-summary .action-edit:active,
.gift-summary .action-delete:active,
.action-gift:active,
.wishlist.split.button > .action:active,
.abs-add-fields .action.remove:active,
.magento-payments-review-discount .action.check:active,
.paypal-review-discount .action.check:active,
.cart-discount .action.check:active,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-edit .action.remove:active,
.form.send.friend .action.remove:active {
  color: #ADC9D9;
  text-decoration: underline;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.abs-discount-block .action.check:hover,
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:focus,
.popup .actions-toolbar .action.cancel:hover,
.popup .actions-toolbar .action.cancel:active,
.popup .actions-toolbar .action.cancel:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus,
.bundle-options-container .action.back:hover,
.bundle-options-container .action.back:active,
.bundle-options-container .action.back:focus,
.block.related .action.select:hover,
.block.related .action.select:active,
.block.related .action.select:focus,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete:focus,
.cart.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:focus,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup: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,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.gift-summary .action-edit:hover,
.gift-summary .action-edit:active,
.gift-summary .action-edit:focus,
.gift-summary .action-delete:hover,
.gift-summary .action-delete:active,
.gift-summary .action-delete:focus,
.action-gift:hover,
.action-gift:active,
.action-gift:focus,
.wishlist.split.button > .action:hover,
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.magento-payments-review-discount .action.check:hover,
.magento-payments-review-discount .action.check:active,
.magento-payments-review-discount .action.check:focus,
.paypal-review-discount .action.check:hover,
.paypal-review-discount .action.check:active,
.paypal-review-discount .action.check:focus,
.cart-discount .action.check:hover,
.cart-discount .action.check:active,
.cart-discount .action.check: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.send.friend .action.remove:hover,
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.abs-discount-block .action.check.disabled,
.abs-discount-block .action.check[disabled],
fieldset[disabled] .abs-discount-block .action.check,
.popup .actions-toolbar .action.cancel.disabled,
.popup .actions-toolbar .action.cancel[disabled],
fieldset[disabled] .popup .actions-toolbar .action.cancel,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button,
.bundle-options-container .action.back.disabled,
.bundle-options-container .action.back[disabled],
fieldset[disabled] .bundle-options-container .action.back,
.block.related .action.select.disabled,
.block.related .action.select[disabled],
fieldset[disabled] .block.related .action.select,
.cart.table-wrapper .actions-toolbar > .action-delete.disabled,
.cart.table-wrapper .actions-toolbar > .action-delete[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map.disabled,
.cart.table-wrapper .action.help.map[disabled],
fieldset[disabled] .cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.disabled,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup[disabled],
fieldset[disabled] .checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.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,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit.disabled,
.gift-summary .action-edit[disabled],
fieldset[disabled] .gift-summary .action-edit,
.gift-summary .action-delete.disabled,
.gift-summary .action-delete[disabled],
fieldset[disabled] .gift-summary .action-delete,
.action-gift.disabled,
.action-gift[disabled],
fieldset[disabled] .action-gift,
.wishlist.split.button > .action.disabled,
.wishlist.split.button > .action[disabled],
fieldset[disabled] .wishlist.split.button > .action,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.magento-payments-review-discount .action.check.disabled,
.magento-payments-review-discount .action.check[disabled],
fieldset[disabled] .magento-payments-review-discount .action.check,
.paypal-review-discount .action.check.disabled,
.paypal-review-discount .action.check[disabled],
fieldset[disabled] .paypal-review-discount .action.check,
.cart-discount .action.check.disabled,
.cart-discount .action.check[disabled],
fieldset[disabled] .cart-discount .action.check,
.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.send.friend .action.remove.disabled,
.form.send.friend .action.remove[disabled],
fieldset[disabled] .form.send.friend .action.remove {
  color: #ADC9D9;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:not(:focus),
.popup .actions-toolbar .action.cancel:active,
.popup .actions-toolbar .action.cancel:not(:focus),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:not(:focus),
.bundle-options-container .action.back:active,
.bundle-options-container .action.back:not(:focus),
.block.related .action.select:active,
.block.related .action.select:not(:focus),
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete:not(:focus),
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:not(:focus),
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup: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),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:not(:focus),
.gift-summary .action-edit:active,
.gift-summary .action-edit:not(:focus),
.gift-summary .action-delete:active,
.gift-summary .action-delete:not(:focus),
.action-gift:active,
.action-gift:not(:focus),
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus),
.magento-payments-review-discount .action.check:active,
.magento-payments-review-discount .action.check:not(:focus),
.paypal-review-discount .action.check:active,
.paypal-review-discount .action.check:not(:focus),
.cart-discount .action.check:active,
.cart-discount .action.check: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.send.friend .action.remove:active,
.form.send.friend .action.remove:not(:focus) {
  box-shadow: none;
}
.abs-revert-to-action-secondary,
.magento-payments-review .block .actions-toolbar .action.primary,
.paypal-review .block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.magento-payments-review .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.paypal-review .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.magento-payments-review .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.paypal-review .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.block-compare .action.primary,
.cart-summary .block .actions-toolbar > .primary .action.primary,
.abs-discount-code .form-discount .actions-toolbar .primary .action,
.cart-summary .form.giftregistry .fieldset .action.primary,
.checkout-index-index .abs-discount-code .form-discount .actions-toolbar .primary .action,
.magento-payments-review-discount .actions-toolbar .action.primary,
.magento-payments-review-discount .actions-toolbar .action.cancel,
.abs-discount-block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.magento-payments-review .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.paypal-review .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.block-compare .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.cart-summary .block .actions-toolbar > .primary .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.cart-summary .form.giftregistry .fieldset .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.magento-payments-review .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.paypal-review .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.block-compare .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.cart-summary .block .actions-toolbar > .primary .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.cart-summary .form.giftregistry .fieldset .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action,
.checkout-index-index .checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action,
.abs-discount-block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.block-compare .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.cart-summary .block .actions-toolbar > .primary .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.cart-summary .form.giftregistry .fieldset .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.block-compare .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.cart-summary .block .actions-toolbar > .primary .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.cart-summary .form.giftregistry .fieldset .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary {
  background: #ADC9D9;
  border: #ADC9D9 1px solid;
  color: #FFFFFF;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.abs-revert-to-action-secondary:focus,
.abs-revert-to-action-secondary:active,
.magento-payments-review .block .actions-toolbar .action.primary:focus,
.magento-payments-review .block .actions-toolbar .action.primary:active,
.paypal-review .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.primary:focus,
.abs-discount-block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.cancel:focus,
.abs-discount-block .actions-toolbar .action.cancel:active,
.magento-payments-review .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:focus,
.magento-payments-review .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.paypal-review .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.magento-payments-review .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:focus,
.magento-payments-review .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.paypal-review .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.block-compare .action.primary:focus,
.block-compare .action.primary:active,
.cart-summary .block .actions-toolbar > .primary .action.primary:focus,
.cart-summary .block .actions-toolbar > .primary .action.primary:active,
.abs-discount-code .form-discount .actions-toolbar .primary .action:focus,
.abs-discount-code .form-discount .actions-toolbar .primary .action:active,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.checkout-index-index .abs-discount-code .form-discount .actions-toolbar .primary .action:focus,
.checkout-index-index .abs-discount-code .form-discount .actions-toolbar .primary .action:active,
.magento-payments-review-discount .actions-toolbar .action.primary:focus,
.magento-payments-review-discount .actions-toolbar .action.primary:active,
.magento-payments-review-discount .actions-toolbar .action.cancel:focus,
.magento-payments-review-discount .actions-toolbar .action.cancel:active,
.abs-discount-block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:focus,
.abs-discount-block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.magento-payments-review .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:focus,
.magento-payments-review .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.paypal-review .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.block-compare .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:focus,
.block-compare .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.cart-summary .block .actions-toolbar > .primary .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:focus,
.cart-summary .block .actions-toolbar > .primary .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.cart-summary .form.giftregistry .fieldset .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:focus,
.abs-discount-block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.magento-payments-review .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:focus,
.magento-payments-review .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.paypal-review .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.block-compare .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:focus,
.block-compare .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.cart-summary .block .actions-toolbar > .primary .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:focus,
.cart-summary .block .actions-toolbar > .primary .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.cart-summary .form.giftregistry .fieldset .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.paypal-review-discount .actions-toolbar .action.primary:focus,
.paypal-review-discount .actions-toolbar .action.primary:active,
.paypal-review-discount .actions-toolbar .action.cancel:focus,
.paypal-review-discount .actions-toolbar .action.cancel:active,
.cart-discount .actions-toolbar .action.primary:focus,
.cart-discount .actions-toolbar .action.primary:active,
.cart-discount .actions-toolbar .action.cancel:focus,
.cart-discount .actions-toolbar .action.cancel:active,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:focus,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:active,
.checkout-index-index .checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:focus,
.checkout-index-index .checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:active,
.abs-discount-block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:focus,
.abs-discount-block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.block-compare .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:focus,
.block-compare .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.cart-summary .block .actions-toolbar > .primary .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:focus,
.cart-summary .block .actions-toolbar > .primary .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.cart-summary .form.giftregistry .fieldset .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:focus,
.abs-discount-block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.block-compare .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:focus,
.block-compare .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.cart-summary .block .actions-toolbar > .primary .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:focus,
.cart-summary .block .actions-toolbar > .primary .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.cart-summary .form.giftregistry .fieldset .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:active {
  background: #e2e2e2;
  border: #ADC9D9 1px solid;
  color: #FFFFFF;
}
.abs-revert-secondary-color:hover,
.abs-revert-to-action-secondary:hover,
.magento-payments-review .block .actions-toolbar .action.primary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.cancel:hover,
.magento-payments-review .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.paypal-review .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.magento-payments-review .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.paypal-review .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.block-compare .action.primary:hover,
.cart-summary .block .actions-toolbar > .primary .action.primary:hover,
.abs-discount-code .form-discount .actions-toolbar .primary .action:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.checkout-index-index .abs-discount-code .form-discount .actions-toolbar .primary .action:hover,
.magento-payments-review-discount .actions-toolbar .action.primary:hover,
.magento-payments-review-discount .actions-toolbar .action.cancel:hover,
.abs-discount-block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.magento-payments-review .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.paypal-review .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.block-compare .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.cart-summary .block .actions-toolbar > .primary .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.cart-summary .form.giftregistry .fieldset .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.magento-payments-review .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.paypal-review .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.block-compare .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.cart-summary .block .actions-toolbar > .primary .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.cart-summary .form.giftregistry .fieldset .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.paypal-review-discount .actions-toolbar .action.primary:hover,
.paypal-review-discount .actions-toolbar .action.cancel:hover,
.cart-discount .actions-toolbar .action.primary:hover,
.cart-discount .actions-toolbar .action.cancel:hover,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:hover,
.checkout-index-index .checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:hover,
.abs-discount-block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.block-compare .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.cart-summary .block .actions-toolbar > .primary .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.cart-summary .form.giftregistry .fieldset .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.block-compare .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.cart-summary .block .actions-toolbar > .primary .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.cart-summary .form.giftregistry .fieldset .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover {
  background: #000000;
  border: #000000 1px solid;
  color: #FFFFFF;
}
.products-grid.wishlist .product-item .box-tocart .tocart {
  font-size: 1.8rem;
  line-height: 2rem;
  padding: 7px 15px;
}
.order-review-form .action.primary,
.order-review-form .action.primary,
.bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.box-tocart .action.tocart,
.cart-summary .checkout-methods-items .action.primary.checkout,
.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,
.box-tocart .action.instant-purchase,
.multicheckout .action.primary,
.order-review-form .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.order-review-form .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.bundle-actions .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.cart-summary .checkout-methods-items .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.checkout,
.block-minicart .block-content > .actions > .primary .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.methods-shipping .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.form-address-edit .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.multicheckout .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.order-review-form .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.order-review-form .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.bundle-actions .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.cart-summary .checkout-methods-items .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.checkout,
.block-minicart .block-content > .actions > .primary .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.methods-shipping .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.form-address-edit .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.multicheckout .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.order-review-form .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.order-review-form .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.bundle-actions .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.cart-summary .checkout-methods-items .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.checkout,
.block-minicart .block-content > .actions > .primary .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.methods-shipping .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.form-address-edit .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.multicheckout .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.order-review-form .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.order-review-form .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.bundle-actions .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.cart-summary .checkout-methods-items .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.checkout,
.block-minicart .block-content > .actions > .primary .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.methods-shipping .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.form-address-edit .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.multicheckout .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary {
  line-height: 2.4rem;
  padding: 14px 17px;
  font-size: 2rem;
}
.cart.table-wrapper .item-options dt,
.minicart-items .product-item-details .product .options.list 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 11px 5.5px 0;
}
.cart.table-wrapper .item-options dt:after,
.minicart-items .product-item-details .product .options.list 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,
.minicart-items .product-item-details .product .options.list 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 5.5px;
  word-break: break-all;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action,
.bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.box-tocart .action.tocart,
.box-tocart .action.instant-purchase,
.bundle-actions .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.bundle-actions .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.bundle-actions .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.bundle-actions .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary {
  width: 100%;
}
.products-list .product-image-wrapper,
.cart.table-wrapper .product-image-wrapper,
.minicart-items .product-image-wrapper,
.block-giftregistry-shared-items .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.products-list .product-image-wrapper .product-image-photo,
.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;
}
.product.media .product.photo .photo.image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.login-container .block .block-title {
  border-bottom: 1px solid #000000;
  font-size: 1.8rem;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.login-container .block .block-title strong {
  font-weight: 500;
}
.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: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  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: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  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: #FFFFFF;
  border: #CCCCCC;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0px 20px 50px -20px rgba(0, 0, 0, 0.5);
}
.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: #F4F4F4;
  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 #FFFFFF 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 #FFFFFF 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;
}
.giftregisty-dropdown ul.items,
.wishlist-dropdown ul.items {
  padding: 6px 0;
}
.bundle-options-container .input-text.qty,
.box-tocart .input-text.qty,
.account .data.table-return-items .qty .input-text,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.table.grouped .col.qty .control.qty .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 {
  text-align: center;
  width: 54px;
}
.block,
.customer-review .product-details {
  margin-bottom: 44px;
}
.sidebar .product-items .action.delete,
.sidebar .block-compare .action.delete,
.table-comparison .cell.remove .action.delete,
.block-compare .action.delete,
.filter-current .action.remove {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span,
.sidebar .product-items .action.delete > span,
.sidebar .block-compare .action.delete > span,
.table-comparison .cell.remove .action.delete > span,
.block-compare .action.delete > span,
.filter-current .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,
.sidebar .product-items .action.delete:before,
.sidebar .block-compare .action.delete:before,
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete:before,
.filter-current .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 15px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before,
.sidebar .product-items .action.delete:hover:before,
.sidebar .block-compare .action.delete:hover:before,
.table-comparison .cell.remove .action.delete:hover:before,
.block-compare .action.delete:hover:before,
.filter-current .action.remove:hover:before {
  color: #494949;
}
.abs-remove-button-for-blocks:active:before,
.sidebar .product-items .action.delete:active:before,
.sidebar .block-compare .action.delete:active:before,
.table-comparison .cell.remove .action.delete:active:before,
.block-compare .action.delete:active:before,
.filter-current .action.remove:active:before {
  color: #999;
}
.product-item-name,
.product.name a {
  font-weight: 400;
}
.product-item-name > a,
.product.name a > a {
  color: #000000;
  text-decoration: none;
}
.abs-product-link > a:visited,
.product-item-name > a:visited,
.product.name a > a:visited {
  color: #000000;
  text-decoration: none;
}
.abs-product-link > a:hover,
.product-item-name > a:hover,
.product.name a > a:hover {
  color: #000000;
  text-decoration: none;
}
.abs-product-link > a:active,
.product-item-name > a:active,
.product.name a > a:active {
  color: #000000;
  text-decoration: none;
}
.abs-like-link:visited {
  color: #ADC9D9;
  text-decoration: none;
}
.abs-like-link:hover {
  color: #000000;
  text-decoration: none;
}
.abs-like-link:active {
  color: #ADC9D9;
  text-decoration: underline;
}
.form.giftregistry.items .actions-toolbar,
.form.wishlist.items .actions-toolbar {
  margin-left: 0;
}
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form.send.friend .action.remove {
  line-height: normal;
  margin-left: 73%;
  position: absolute;
  top: 34px;
  width: auto;
}
.form-giftregistry-share .fieldset .field .control,
.form-giftregistry-edit .fieldset .field .control,
.form.send.friend .fieldset .field .control {
  width: 70%;
}
.form-giftregistry-share .fieldset .actions-toolbar > .secondary,
.form-giftregistry-edit .fieldset .actions-toolbar > .secondary,
.form.send.friend .fieldset .actions-toolbar > .secondary {
  float: left;
}
.form-giftregistry-share .fieldset .actions-toolbar > .secondary .action.add,
.form-giftregistry-edit .fieldset .actions-toolbar > .secondary .action.add,
.form.send.friend .fieldset .actions-toolbar > .secondary .action.add {
  margin-top: 33px;
}
.form-giftregistry-share .fieldset .fields .actions-toolbar,
.form-giftregistry-edit .fieldset .fields .actions-toolbar,
.form.send.friend .fieldset .fields .actions-toolbar {
  margin: 0;
}
.form-giftregistry-share .additional,
.form-giftregistry-edit .additional,
.form.send.friend .additional {
  margin-top: 55px;
  position: relative;
}
.form-giftregistry-share .message.notice,
.form-giftregistry-edit .message.notice,
.form.send.friend .message.notice {
  margin: 33px 0 0;
}
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.opc-wrapper .form-discount .field .label,
.bundle-options-container .block-bundle-summary .product-image-container,
.bundle-options-container .block-bundle-summary .product.name,
.bundle-options-container .block-bundle-summary .stock,
.product-item-actions .actions-secondary > .action span,
.special-price .price-label,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.block.related .field.choice .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 > .label,
.field.street .field .label,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.filter-options-content .filter-count-label,
.table-comparison .wishlist.split.button > .action.split span,
.product-items .wishlist.split.button > .action.split span,
.page-multiple-wishlist .page-title-wrapper .page-title,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.block.newsletter .label,
.review-date .review-details-label,
.customer-review .product-details .rating-average-label,
.block-reorder .product-item .label,
.action.skip:not(:focus),
.page-header .panel.wrapper .switcher .label,
.page-footer .switcher .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;
}
.minicart-items .product.options .toggle > span,
.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:before,
.abs-add-fields .fieldset .actions-toolbar:after,
.bundle-options-container .product-options-wrapper .field.choice .label:before,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.toolbar:before,
.toolbar:after,
.sidebar .product-items-images:before,
.sidebar .product-items-images: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,
.minicart-items .product-item-details .product .options.list:before,
.minicart-items .product-item-details .product .options.list: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,
.opc-block-summary .product-item .product-item-details:before,
.opc-block-summary .product-item .product-item-details:after,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form: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,
.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,
.header.content:before,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:before,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:before,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar:before,
.form.send.friend .fieldset .actions-toolbar:after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:after,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.toolbar:after,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:after,
.minicart-items .product-item-details .product .options.list: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,
.opc-block-summary .product-item .product-item-details:after,
.page-product-downloadable .product-add-form: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,
.map-popup .map-info-price:after,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content:after,
.customer-review .product-details:after,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar:after {
  clear: both;
}
.abs-field-date .control,
.abs-field-tooltip,
.columns .column.main,
.columns .sidebar-main,
.columns .sidebar-additional,
.product-item,
.sidebar .product-items-images .product-item,
.search-autocomplete,
.cart-summary,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.form.search.advanced .fields.range .field.date .control,
.field .control._with-tooltip,
.form-giftregistry-edit .field.date .control {
  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: 'luma-icons';
  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 {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  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: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  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: inherit;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  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: #FFFFFF;
  border: #CCCCCC;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0px 20px 50px -20px rgba(0, 0, 0, 0.5);
}
.abs-split-button .items li {
  margin: 0;
  padding: 3px 5.5px;
}
.abs-split-button .items li:hover {
  background: #F4F4F4;
  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 #FFFFFF transparent;
  z-index: 99;
}
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #FFFFFF 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-item-actions .actions-secondary > .action,
.product-social-links .action.tocompare,
.wishlist.split.button > .action.split,
.product-social-links .action.mailto.friend,
.product-social-links .action.towishlist,
.block-bundle-summary .action.towishlist,
.product-item .action.towishlist,
.table-comparison .action.towishlist {
  color: #666;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto:before,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:before,
.product-item-actions .actions-secondary > .action:before,
.product-social-links .action.tocompare:before,
.wishlist.split.button > .action.split:before,
.product-social-links .action.mailto.friend:before,
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: inherit;
  font-family: 'luma-icons';
  margin: -2px 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.product-item-actions .actions-secondary > .action:hover,
.product-social-links .action.tocompare:hover,
.wishlist.split.button > .action.split:hover,
.product-social-links .action.mailto.friend:hover,
.product-social-links .action.towishlist:hover,
.block-bundle-summary .action.towishlist:hover,
.product-item .action.towishlist:hover,
.table-comparison .action.towishlist:hover {
  color: #ADC9D9;
  text-decoration: none;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action:before,
.product-item-actions .actions-secondary > .action:before,
.product-social-links .action.tocompare:before,
.wishlist.split.button > .action.split:before,
.product-social-links .action.mailto.friend:before,
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  width: 18px;
}
.bundle-options-container .block-bundle-summary .box-tocart,
.box-tocart {
  margin: 0 0 33px;
}
.abs-cart-block > .title,
.minicart-items .product .toggle,
.abs-discount-block .block > .title,
.cart-summary .block > .title,
.magento-payments-review-discount .block > .title,
.paypal-review-discount .block > .title,
.cart-discount .block > .title {
  border-top: 1px solid #ccc;
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
  padding: 11px 44px 11px 15px;
  display: block;
  text-decoration: none;
}
.abs-cart-block > .title:after,
.minicart-items .product .toggle:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.magento-payments-review-discount .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  position: absolute;
  right: 22px;
  top: 11px;
}
.abs-toggling-title > span,
.abs-cart-block > .title > span,
.minicart-items .product .toggle > span,
.abs-discount-block .block > .title > span,
.cart-summary .block > .title > span,
.magento-payments-review-discount .block > .title > span,
.paypal-review-discount .block > .title > span,
.cart-discount .block > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-toggling-title:after,
.abs-cart-block > .title:after,
.minicart-items .product .toggle:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.magento-payments-review-discount .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-discount-block .block,
.cart-summary .block,
.magento-payments-review-discount .block,
.paypal-review-discount .block,
.cart-discount .block {
  margin: 0;
}
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.magento-payments-review-discount .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  color: #858585;
}
.abs-discount-block .block .content,
.cart-summary .block .content,
.magento-payments-review-discount .block .content,
.paypal-review-discount .block .content,
.cart-discount .block .content {
  display: none;
  padding: 5px 15px 23px;
  position: relative;
}
.abs-cart-block.active > .title:after,
.abs-discount-block .block.active > .title:after,
.cart-summary .block.active > .title:after,
.magento-payments-review-discount .block.active > .title:after,
.paypal-review-discount .block.active > .title:after,
.cart-discount .block.active > .title:after {
  content: '\e621';
}
.abs-discount-block .block.active .content,
.cart-summary .block.active .content,
.magento-payments-review-discount .block.active .content,
.paypal-review-discount .block.active .content,
.cart-discount .block.active .content {
  display: block;
}
.multicheckout .table-wrapper .cart-price {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
}
.multicheckout .table-wrapper .product-item-name {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.abs-account-blocks .block-title,
.account .legend,
.form-giftregistry-search .legend,
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-form .block-title,
.block-wishlist-search-results .block-title,
.multicheckout .block-title,
.multicheckout .block-content .title,
.customer-review .review-details .title,
.magento-payments-review .block .block-title,
.paypal-review .block .block-title,
.account .column.main .block:not(.widget) .block-title,
.multicheckout .block-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title,
.sales-guest-view .column.main .block:not(.widget) .block-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 27.5px;
  padding-bottom: 11px;
}
.abs-account-blocks .block-title > strong,
.abs-account-blocks .block-title > span,
.account .legend > strong,
.account .legend > span,
.form-giftregistry-search .legend > strong,
.form-giftregistry-search .legend > span,
.block-giftregistry-results .block-title > strong,
.block-giftregistry-results .block-title > span,
.block-giftregistry-shared-items .block-title > strong,
.block-giftregistry-shared-items .block-title > span,
.block-wishlist-search-form .block-title > strong,
.block-wishlist-search-form .block-title > span,
.block-wishlist-search-results .block-title > strong,
.block-wishlist-search-results .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.multicheckout .block-content .title > strong,
.multicheckout .block-content .title > span,
.customer-review .review-details .title > strong,
.customer-review .review-details .title > span,
.magento-payments-review .block .block-title > strong,
.magento-payments-review .block .block-title > span,
.paypal-review .block .block-title > strong,
.paypal-review .block .block-title > span,
.account .column.main .block:not(.widget) .block-title > strong,
.account .column.main .block:not(.widget) .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > span,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > span {
  font-size: 2.2rem;
  font-weight: 300;
}
.block-addresses-list address,
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-address-billing .box-content,
.box-address-shipping .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  line-height: 24px;
}
.order-details-items tfoot td {
  background: #f5f5f5;
}
.magento-payments-review .table-magento-payments-review-items .col.price .price-including-tax,
.magento-payments-review .table-magento-payments-review-items .col.price .price-excluding-tax,
.magento-payments-review .table-magento-payments-review-items .col.subtotal .price-including-tax,
.magento-payments-review .table-magento-payments-review-items .col.subtotal .price-excluding-tax,
.paypal-review .table-paypal-review-items .col.price .price-including-tax,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.price .price-including-tax,
.cart.table-wrapper .col.price .price-excluding-tax,
.cart.table-wrapper .col.subtotal .price-including-tax,
.cart.table-wrapper .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.msrp .price-including-tax,
.cart.table-wrapper .col.msrp .price-excluding-tax,
.order-details-items .col.price .price-including-tax,
.order-details-items .col.price .price-excluding-tax,
.order-details-items .col.subtotal .price-including-tax,
.order-details-items .col.subtotal .price-excluding-tax {
  color: #666;
  font-size: 1.8rem;
  display: block;
  line-height: 1;
  white-space: nowrap;
}
.magento-payments-review .table-magento-payments-review-items .col.price .price-including-tax .price,
.magento-payments-review .table-magento-payments-review-items .col.price .price-excluding-tax .price,
.magento-payments-review .table-magento-payments-review-items .col.subtotal .price-including-tax .price,
.magento-payments-review .table-magento-payments-review-items .col.subtotal .price-excluding-tax .price,
.paypal-review .table-paypal-review-items .col.price .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.price .price-including-tax .price,
.cart.table-wrapper .col.price .price-excluding-tax .price,
.cart.table-wrapper .col.subtotal .price-including-tax .price,
.cart.table-wrapper .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.msrp .price-including-tax .price,
.cart.table-wrapper .col.msrp .price-excluding-tax .price,
.order-details-items .col.price .price-including-tax .price,
.order-details-items .col.price .price-excluding-tax .price,
.order-details-items .col.subtotal .price-including-tax .price,
.order-details-items .col.subtotal .price-excluding-tax .price {
  font-weight: 700;
}
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax,
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-excluding-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-excluding-tax,
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax {
  font-size: 1.4rem;
  display: inline-block;
}
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax,
.cart-summary .price-including-tax + .price-excluding-tax {
  font-size: 1.1rem;
  display: inline-block;
}
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax:before,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax:before,
.cart-summary .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax:after,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax:after,
.cart-summary .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,
.paypal-review .table-paypal-review-items .cart-tax-total,
.cart.table-wrapper .cart-tax-total,
.order-details-items .cart-tax-total {
  cursor: pointer;
  padding-right: 11px;
  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,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8px;
  line-height: 8px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  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,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
  position: absolute;
  right: -2px;
  top: 4px;
}
.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,
.paypal-review .table-paypal-review-items .cart-tax-total-expanded:after,
.cart.table-wrapper .cart-tax-total-expanded:after,
.order-details-items .cart-tax-total-expanded:after {
  content: '\e621';
}
.form-giftregistry-create .fieldset {
  margin-bottom: 22px;
}
.review-ratings .rating-summary,
.customer-review .review-details .customer-review-rating .rating-summary {
  display: table-row;
}
.review-ratings .rating-label,
.customer-review .review-details .customer-review-rating .rating-label {
  display: table-cell;
  padding-bottom: 5.5px;
  padding-right: 27.5px;
  padding-top: 1px;
  vertical-align: top;
}
.review-ratings .rating-result,
.customer-review .review-details .customer-review-rating .rating-result {
  display: table-cell;
  vertical-align: top;
}
.block-addresses-list .items.addresses .item.actions .action:after,
.account .data.table .col.actions .action:after,
[class^='sales-guest-'] .data.table .col.actions .action:after,
.sales-guest-view .data.table .col.actions .action:after,
.block .box-actions .action:after {
  border-left: 1px solid #ffffff;
  content: '';
  display: inline-block;
  height: 12px;
  margin: 0 11px;
  vertical-align: -1px;
}
.block-addresses-list .items.addresses .item.actions .action:last-child:after,
.account .data.table .col.actions .action:last-child:after,
[class^='sales-guest-'] .data.table .col.actions .action:last-child:after,
.sales-guest-view .data.table .col.actions .action:last-child:after,
.block .box-actions .action:last-child:after {
  display: none;
}
.magento-payments-review .block .block-title > .action,
.paypal-review .block .block-title > .action,
.account .column.main .block:not(.widget) .block-title > .action,
.multicheckout .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,
.paypal-review .block .box-title,
.account .column.main .block:not(.widget) .box-title,
.multicheckout .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 11px;
}
.magento-payments-review .block .box-title > span,
.paypal-review .block .box-title > span,
.account .column.main .block:not(.widget) .box-title > span,
.multicheckout .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-size: 1.6rem;
}
.magento-payments-review .block .box-title > .action,
.paypal-review .block .box-title > .action,
.account .column.main .block:not(.widget) .box-title > .action,
.multicheckout .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: 11px;
}
.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: 'luma-icons';
  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: #F4F4F4;
}
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 5.5px;
}
.abs-sidebar-totals .table-caption,
.sidebar .subtitle,
.cart-summary .block .fieldset.estimate > .legend,
.cart-summary .block .fieldset.estimate > .legend + br,
.minicart-items .product-item-details .weee[data-label] .label,
.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,
.no-display,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.order-status {
  border: 2px solid #ccc;
  border-radius: 3px;
  display: inline-block;
  margin: 3px 0 0;
  padding: 2px 11px;
  text-transform: uppercase;
  vertical-align: top;
}
.account .page-main .page-title-wrapper .page-title,
[class^='sales-guest-'] .page-main .page-title-wrapper .page-title,
.sales-guest-view .page-main .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-main .page-title-wrapper .page-title {
  margin-right: 25px;
}
.account .page-main .page-title-wrapper .order-date,
[class^='sales-guest-'] .page-main .page-title-wrapper .order-date,
.sales-guest-view .page-main .page-title-wrapper .order-date,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date {
  font-size: 16px;
  margin-bottom: 11px;
}
.account .page-main .page-title-wrapper .order-date .label,
[class^='sales-guest-'] .page-main .page-title-wrapper .order-date .label,
.sales-guest-view .page-main .page-title-wrapper .order-date .label,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label {
  display: none;
}
.account .column.main .order-details-items .table-wrapper .data.table,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table,
.block-giftregistry-results .data.table,
.block-wishlist-search-results .data.table,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table {
  border: none;
}
.abs-table-striped > tbody > tr:nth-child(even) > td,
.abs-table-striped > tbody > tr:nth-child(even) > th,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
.block-giftregistry-results .data.table > tbody > tr:nth-child(even) > td,
.block-giftregistry-results .data.table > tbody > tr:nth-child(even) > th,
.block-wishlist-search-results .data.table > tbody > tr:nth-child(even) > td,
.block-wishlist-search-results .data.table > tbody > tr:nth-child(even) > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th {
  background: #f6f6f6;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > tbody > tr > th,
.abs-table-striped > tfoot > tr > th,
.abs-table-striped > thead > tr > td,
.abs-table-striped > tbody > tr > td,
.abs-table-striped > tfoot > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
.block-giftregistry-results .data.table > thead > tr > th,
.block-giftregistry-results .data.table > tbody > tr > th,
.block-giftregistry-results .data.table > tfoot > tr > th,
.block-giftregistry-results .data.table > thead > tr > td,
.block-giftregistry-results .data.table > tbody > tr > td,
.block-giftregistry-results .data.table > tfoot > tr > td,
.block-wishlist-search-results .data.table > thead > tr > th,
.block-wishlist-search-results .data.table > tbody > tr > th,
.block-wishlist-search-results .data.table > tfoot > tr > th,
.block-wishlist-search-results .data.table > thead > tr > td,
.block-wishlist-search-results .data.table > tbody > tr > td,
.block-wishlist-search-results .data.table > tfoot > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td {
  border: none;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > thead > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.block-giftregistry-results .data.table > thead > tr > th,
.block-giftregistry-results .data.table > thead > tr > td,
.block-wishlist-search-results .data.table > thead > tr > th,
.block-wishlist-search-results .data.table > thead > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > td {
  border-bottom: 1px solid #ccc;
}
.block-compare .counter,
.block-wishlist .counter {
  color: #6d6d6d;
  font-size: 1.2rem;
  vertical-align: middle;
  white-space: nowrap;
}
.block-compare .counter:before,
.block-wishlist .counter:before {
  content: '(';
}
.block-compare .counter:after,
.block-wishlist .counter:after {
  content: ')';
}
.block-compare .block-title,
.block-reorder .block-title,
.widget .block-title,
.block-wishlist .block-title {
  margin: 0 0 22px;
}
.block-compare .block-title strong,
.block-reorder .block-title strong,
.widget .block-title strong,
.block-wishlist .block-title strong {
  font-size: 20px;
  font-weight: 300;
  vertical-align: middle;
}
.cart-container .form-cart {
  margin-bottom: 22px;
}
.cart-container .form-cart .actions.main .continue {
  display: none;
}
.cart-container .form-cart .actions.main .clear {
  line-height: 1.42857143;
  margin: 0 22px 0 0;
  padding: 0;
  color: #ADC9D9;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 400;
}
.abs-shopping-cart-items .actions.main .clear:visited,
.cart-container .form-cart .actions.main .clear:visited {
  color: #ADC9D9;
  text-decoration: none;
}
.abs-shopping-cart-items .actions.main .clear:hover,
.cart-container .form-cart .actions.main .clear:hover {
  color: #000000;
  text-decoration: none;
}
.abs-shopping-cart-items .actions.main .clear:active,
.cart-container .form-cart .actions.main .clear:active {
  color: #ADC9D9;
  text-decoration: underline;
}
.abs-shopping-cart-items .actions.main .clear:hover,
.abs-shopping-cart-items .actions.main .clear:active,
.abs-shopping-cart-items .actions.main .clear:focus,
.cart-container .form-cart .actions.main .clear:hover,
.cart-container .form-cart .actions.main .clear:active,
.cart-container .form-cart .actions.main .clear:focus {
  background: none;
  border: 0;
}
.abs-shopping-cart-items .actions.main .clear.disabled,
.abs-shopping-cart-items .actions.main .clear[disabled],
fieldset[disabled] .abs-shopping-cart-items .actions.main .clear,
.cart-container .form-cart .actions.main .clear.disabled,
.cart-container .form-cart .actions.main .clear[disabled],
fieldset[disabled] .cart-container .form-cart .actions.main .clear {
  color: #ADC9D9;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.form.search.advanced .fields.range .field.date .control,
.form-giftregistry-edit .field.date .control {
  position: relative;
}
.abs-field-date input,
.field.date ._has-datepicker,
.field-dob ._has-datepicker,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.form.search.advanced .fields.range .field.date input,
.form-giftregistry-edit .field.date input {
  margin-right: 11px;
  width: calc(100% - 23px - 11px);
}
.field .control._with-tooltip {
  position: relative;
}
.field .control._with-tooltip input {
  margin-right: 11px;
  width: calc(100% - 21px - 11px - 5.5px);
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -11px;
  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: 11px;
  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: #666666;
}
.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 {
  padding-bottom: 11px;
  color: #000000;
  font-weight: 300;
  font-size: 2.6rem;
}
.cart-totals,
.opc-block-summary .table-totals {
  border-top: 1px solid #ccc;
  padding-top: 10px;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark,
.opc-block-summary .table-totals tbody .mark,
.opc-block-summary .table-totals tfoot .mark {
  border: 0;
  font-weight: 400;
  padding: 6px 0;
}
.cart-totals tbody .amount,
.cart-totals tfoot .amount,
.opc-block-summary .table-totals tbody .amount,
.opc-block-summary .table-totals tfoot .amount {
  border: 0;
  font-weight: 400;
  padding: 6px 0 6px 14px;
  text-align: right;
  white-space: nowrap;
}
.cart-totals .grand th,
.cart-totals .grand td,
.opc-block-summary .table-totals .grand th,
.opc-block-summary .table-totals .grand td {
  padding: 11px 0;
}
.cart-totals .grand strong,
.opc-block-summary .table-totals .grand strong {
  display: inline-block;
  font-weight: 600;
  padding: 3px 0 0;
}
.cart-totals .grand .mark,
.opc-block-summary .table-totals .grand .mark {
  font-size: 1.8rem;
  border-top: 1px solid #ccc;
  padding-right: 11px;
}
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  font-size: 1.8rem;
  border-top: 1px solid #ccc;
}
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 11px;
}
.cart-totals tbody tr:last-child td,
.opc-block-summary .table-totals tbody tr:last-child td {
  padding-bottom: 19px;
}
.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-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  cursor: pointer;
}
.cart-totals .totals-tax-summary .amount .price,
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  padding-right: 22px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.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: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  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: 3px;
  top: 3px;
}
.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 #ccc;
  display: none;
}
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.cart-totals .table-wrapper,
.opc-block-summary .table-totals .table-wrapper {
  margin-bottom: 0;
}
.magento-payments-review-discount .block > .title strong,
.paypal-review-discount .block > .title strong,
.cart-discount .block > .title strong {
  color: #ADC9D9;
  font-weight: 400;
}
.magento-payments-review-discount .actions-toolbar,
.paypal-review-discount .actions-toolbar,
.cart-discount .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.magento-payments-review-discount .actions-toolbar .action.primary,
.magento-payments-review-discount .actions-toolbar .action.cancel,
.abs-discount-block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel,
.abs-discount-block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin: 0 0 0 -1px;
  white-space: nowrap;
  width: auto;
}
.magento-payments-review-discount .actions-toolbar .secondary,
.paypal-review-discount .actions-toolbar .secondary,
.cart-discount .actions-toolbar .secondary {
  bottom: 5px;
  left: 15px;
  position: absolute;
}
.magento-payments-review-discount .action.check,
.paypal-review-discount .action.check,
.cart-discount .action.check {
  font-weight: 400;
}
.magento-payments-review-discount .fieldset,
.paypal-review-discount .fieldset,
.cart-discount .fieldset {
  display: table;
  width: 100%;
}
.magento-payments-review-discount .fieldset > .field > .label,
.paypal-review-discount .fieldset > .field > .label,
.cart-discount .fieldset > .field > .label {
  display: none;
}
.magento-payments-review-discount .field,
.paypal-review-discount .field,
.cart-discount .field {
  display: table-cell;
}




.items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.columns:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.columns .column.main {
  padding-bottom: 44px;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  width: 100%;
}
.columns .sidebar-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.columns .sidebar-additional {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.table-wrapper {
  margin-bottom: 22px;
}
table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table tfoot {
  background: #f5f5f5;
}
.table tfoot > tr:first-child th,
.table tfoot > tr:first-child td {
  border-top: 1px solid #ccc;
  padding-top: 22px;
}
.table tfoot th,
.table tfoot td {
  border: 0;
}
.table tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.message.info {
  margin: 0 0 11px;
  padding: 12px 22px 12px 27.5px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.info a {
  color: #ADC9D9;
}
.message.info a:hover {
  color: #000000;
}
.message.info a:active {
  color: #000000;
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.error {
  margin: 0 0 11px;
  padding: 12px 22px 12px 27.5px;
  display: block;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #FF0A0A;
  padding-left: 45px;
  position: relative;
}
.message.error a {
  color: #ADC9D9;
}
.message.error a:hover {
  color: #000000;
}
.message.error a:active {
  color: #000000;
}
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #b30000;
  content: '\e61f';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.warning {
  margin: 0 0 11px;
  padding: 12px 22px 12px 27.5px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.warning a {
  color: #ADC9D9;
}
.message.warning a:hover {
  color: #000000;
}
.message.warning a:active {
  color: #000000;
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.notice {
  margin: 0 0 11px;
  padding: 12px 22px 12px 27.5px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.notice a {
  color: #ADC9D9;
}
.message.notice a:hover {
  color: #000000;
}
.message.notice a:active {
  color: #000000;
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.success {
  margin: 0 0 11px;
  padding: 12px 22px 12px 27.5px;
  display: block;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 45px;
  position: relative;
}
.message.success a {
  color: #ADC9D9;
}
.message.success a:hover {
  color: #000000;
}
.message.success a:active {
  color: #000000;
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #006400;
  content: '\e60e';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
/**
 * Copyright 2015 Adobe
 * All Rights Reserved.
 */
.panel.header .links,
.panel.header .switcher {
  display: none;
}
.nav-sections {
  background: #f0f0f0;
}
.nav-toggle {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  left: 15px;
  position: absolute;
  top: 15px;
  z-index: 14;
}
.nav-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: inherit;
  color: #757575;
  content: '\e609';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.nav-toggle:hover:before {
  color: #333;
}
.nav-toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.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: #ADC9D9;
  line-height: 1.4;
  border: 1px solid #999;
  margin-top: 16px;
  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: 16px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:before {
  border-width: 17px;
  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: 26px;
  margin-left: -16px;
}
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #999;
  left: 26px;
  margin-left: -17px;
}
.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: 11px;
}
.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.7);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('../../frontend/BrandMd/ultimate/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 44px;
  padding: 0;
  letter-spacing: -0.31em;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 22px;
  padding: 0 0 11px;
  width: 100%;
  box-sizing: border-box;
  float: left;
  font-weight: 300;
  line-height: 1.2;
  font-size: 1.8rem;
}
.fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fieldset:last-child {
  margin-bottom: 22px;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 22px;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin: 0 0 8px;
  display: inline-block;
}
.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  margin-bottom: 0;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 600;
}
.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: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: normal;
  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: #575757;
}
.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: #575757;
}
.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: #575757;
}
.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: 11px;
}
.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.4rem;
  margin: 0 0 0 5.5px;
}
.fieldset > .field .note,
.fieldset > .fields > .field .note {
  font-size: 1.4rem;
  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: 28px;
  line-height: 14px;
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.fieldset > .field.choice .label,
.fieldset > .fields > .field.choice .label {
  display: inline;
  font-weight: normal;
  margin: 0;
}
.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: 11px;
}
.fieldset > .field .field.choice:last-child,
.fieldset > .fields > .field .field.choice:last-child {
  margin-bottom: 0;
}
.legend + .fieldset,
.legend + div {
  clear: both;
}
.legend > span {
  margin-right: 5.5px;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  display: inline-block;
  margin-top: 11px;
  white-space: nowrap;
}
.field .message.warning {
  margin-top: 11px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-size: 30px 60px;
  text-indent: 0.01em;
  text-overflow: '';
}
select::-ms-expand {
  display: none;
}
select.admin__control-multiselect {
  height: auto;
}
.field-error,
div.mage-error {
  margin-top: 7px;
}
.field-error {
  color: #FF0A0A;
  font-size: 1.4rem;
}
.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: #ADC9D9;
  line-height: 1.4;
  border: 1px solid #999;
  margin-left: 16px;
  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: 16px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:before {
  border-width: 17px;
  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: -16px;
  top: 26px;
}
.field .tooltip .tooltip-content:before {
  border-right-color: #999;
  margin-top: -17px;
  top: 26px;
}
.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;
  margin-top: -4px;
  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: 23px;
  line-height: 23px;
  color: #ffffff;
  content: '\e612';
  font-family: 'luma-icons';
  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 22px;
}
.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 5.5px;
  text-align: left;
  width: 100%;
}
.sidebar .fieldset > .field:not(.choice) .control,
.sidebar .fieldset .fields > .field .control {
  width: 100%;
}

button,
a.action.primary,
a.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
a.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.checkout-cart-index .cart-container .form-cart #shopping-cart-table .actions.main .clear,
a.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
a.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary {
  border-radius: 8px;
}
button:not(.primary) {
  box-shadow: none;
}
button:not(.primary):active {
  box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
body:not(._keyfocus) button:focus {
  box-shadow: none;
}
a.action.primary,
a.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
a.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
a.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
a.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary {
  display: inline-block;
  text-decoration: none;
}
a.action.primary:hover,
a.action.primary:active,
a.action.primary:focus,
a.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
a.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
a.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:focus,
a.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
a.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
a.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:focus,
a.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
a.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
a.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:focus,
a.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
a.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
a.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:focus {
  text-decoration: none;
}
.action.primary,
.action-primary,
.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary {
  background-image: none;
  background: #ADC9D9;
  border: #ADC9D9;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.8rem;
  line-height: 1.8rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.action.primary:focus,
.action-primary:focus,
.action.primary:active,
.action-primary:active,
.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:focus,
.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:focus,
.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:focus,
.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:focus,
.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:active {
  background: #000000;
  border: 1px solid #000000;
  color: #fff;
}
.action.primary:hover,
.action-primary:hover,
.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover {
  background: #000000;
  border: #000000;
  color: #FFFFFF;
}
.action.primary.disabled,
.action-primary.disabled,
.action.primary[disabled],
.action-primary[disabled],
fieldset[disabled] .action.primary,
fieldset[disabled] .action-primary,
.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.disabled,
.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary[disabled],
fieldset[disabled] .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.disabled,
.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary[disabled],
fieldset[disabled] .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.disabled,
.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary[disabled],
fieldset[disabled] .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.disabled,
.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary[disabled],
fieldset[disabled] .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.product.data.items {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ccc;
  margin-bottom: 22px;
  margin-left: -15px;
  margin-right: -15px;
}
.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;
}
.product.data.items > .item.title > .switch {
  border-top: 1px solid #ccc;
  height: 44px;
  padding: 1px 11px 1px 11px;
  font-weight: 600;
  line-height: 44px;
  font-size: 1.6rem;
  color: #ADC9D9;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #6d6d6d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #ADC9D9;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #ADC9D9;
  text-decoration: none;
}
.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 {
  color: #ADC9D9;
  text-decoration: none;
  padding-bottom: 1px;
}
.product.data.items > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 11px 11px 33px;
}
.product.data.items .item.title a {
  position: relative;
  text-decoration: none;
}
.product.data.items .item.title a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product.data.items .item.title a:after {
  position: absolute;
  right: 11px;
  top: 1px;
}
.product.data.items .item.title.active a:after {
  content: '\e621';
}
.product.data.items .value p:last-child {
  margin-bottom: 0;
}
.product.data.items .table-wrapper {
  margin: 0;
}
.pages > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  list-style: none none;
  display: inline-block;
  font-weight: 400;
}
.pages .item {
  font-size: 1.4rem;
  line-height: 3.3rem;
  letter-spacing: normal;
  margin: 0 8px 0 0;
  display: inline-block;
}
.pages .item .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages a.page {
  color: #ADC9D9;
  display: inline-block;
  padding: 0 5.5px;
  text-decoration: none;
}
.pages a.page:visited {
  color: #ADC9D9;
}
.pages a.page:hover {
  color: #000000;
  text-decoration: none;
}
.pages a.page:active {
  color: #ADC9D9;
}
.pages strong.page {
  background: #e5e5e5;
  font-size: 1.4rem;
  line-height: 3.3rem;
  letter-spacing: normal;
  color: #ADC9D9;
  display: inline-block;
  font-weight: 700;
  padding: 0 5.5px;
}
.pages .action {
  background: #f0f0f0;
  border: 1px solid #ccc;
  color: #ffffff;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #ffffff;
}
.pages .action:hover {
  background: #dedede;
  color: #ffffff;
  text-decoration: none;
}
.pages .action:active {
  color: #ffffff;
}
.pages .action.next {
  display: inline-block;
  text-decoration: none;
}
.pages .action.next:visited:before {
  color: #ffffff;
}
.pages .action.next:active:before {
  color: #ffffff;
}
.pages .action.next > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #ffffff;
  content: '\e608';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.next:hover:before {
  color: #ffffff;
}
.pages .action.next:active:before {
  color: #ffffff;
}
.pages .action.previous {
  display: inline-block;
  text-decoration: none;
}
.pages .action.previous:visited:before {
  color: #ffffff;
}
.pages .action.previous:active:before {
  color: #ffffff;
}
.pages .action.previous > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.previous:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #ffffff;
  content: '\e617';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.previous:hover:before {
  color: #ffffff;
}
.pages .action.previous:active:before {
  color: #ffffff;
}
.pages .action {
  box-shadow: inset 0 1px 0 0 #fff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border-radius: 3px;
  padding: 0 8px;
}
.pages .action.previous {
  margin-right: 8px;
}
.pages .action.next {
  margin-left: 8px;
}
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  margin-bottom: 11px;
  text-align: center;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 11px;
}
.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 15px;
  min-height: 24px;
}
.breadcrumbs .items {
  font-size: 1.3rem;
  color: #ADC9D9;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #000000;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #000000;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #000000;
  text-decoration: #000000;
}
.breadcrumbs a:active {
  color: #000000;
  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: 10px;
  line-height: 18px;
  content: '\e608';
  font-family: 'luma-icons';
  margin: 0 11px;
  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: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'luma-icons';
  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: #737373;
}
.ui-dialog.popup .action.close:active:before {
  color: #737373;
}
.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 .actions-toolbar .action.cancel {
  font-weight: 400;
}
.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: 16px;
  line-height: 16px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  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: #8ab2c9;
}
.modal-custom .action-close {
  margin: 15px;
}
.modal-popup {
  pointer-events: none;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 11px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 22px;
}
.modal-slide .action-close {
  margin: 15px;
  padding: 0;
}
.modal-slide .page-main-actions {
  margin-bottom: -14.4rem;
  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/BrandMd/ultimate/en_US/Magento_LoginAsCustomerFrontendUi/images/close.svg');
  content: ' ';
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}

.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.6rem;
  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 {
  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 {
  border: 1px solid #b3b3b3;
}
.slick-dots li button:active,
.slick-dots li button:focus,
.slick-dots li button:not(.primary) {
  box-shadow: none;
}
.slick-dots li.slick-active button {
  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 {
  line-height: 2.4rem;
  font-size: 2rem;
  line-height: 1.42857143;
  margin: 0 10px 10px 0;
  padding: 14px 17px;
  color: #ADC9D9;
  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 {
  color: #ADC9D9;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover {
  color: #000000;
  text-decoration: none;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active {
  color: #ADC9D9;
  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 {
  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 {
  color: #ADC9D9;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary {
  text-decoration: none;
  background-image: none;
  background: #ADC9D9;
  border: #ADC9D9;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.8rem;
  line-height: 1.8rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.4rem;
  padding: 14px 17px;
  font-size: 2rem;
  border-radius: 8px;
  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 {
  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 {
  background: #000000;
  border: 1px solid #000000;
  color: #fff;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover {
  background: #000000;
  border: #000000;
  color: #FFFFFF;
}
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 {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary {
  text-decoration: none;
  background-image: none;
  background: #ADC9D9;
  border: #ADC9D9 1px solid;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.8rem;
  line-height: 2rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.4rem;
  padding: 14px 17px;
  font-size: 2rem;
  border-radius: 8px;
  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 {
  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 {
  background: #e2e2e2;
  border: #ADC9D9 1px solid;
  color: #FFFFFF;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover {
  background: #000000;
  border: #000000 1px solid;
  color: #FFFFFF;
}
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 {
  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: 1310px;
}
[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: 1310px;
  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;
}
.pagebuilder-accordion > .item.title > .switch {
  border-top: 1px solid #ccc;
  height: 44px;
  padding: 1px 11px 1px 11px;
  font-weight: 600;
  line-height: 44px;
  font-size: 1.6rem;
  color: #ADC9D9;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:visited {
  color: #6d6d6d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
  color: #ADC9D9;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:active {
  color: #ADC9D9;
  text-decoration: none;
}
.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 {
  color: #ADC9D9;
  text-decoration: none;
  padding-bottom: 1px;
}
.pagebuilder-accordion > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 11px 11px 33px;
}
/**
 * Copyright 2020 Adobe
 * All Rights Reserved.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright 2020 Adobe
 * All Rights Reserved.
 */
.required-captcha.checkbox {
  display: block;
  height: 1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  visibility: visible;
  width: 1px;
}
/**
 * Copyright 2020 Adobe
 * All Rights Reserved.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright 2020 Adobe
 * All Rights Reserved.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright 2020 Adobe
 * All Rights Reserved.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright 2021 Adobe
 * All Rights Reserved.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright 2024 Adobe
 * All Rights Reserved.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
/**
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2020 Adobe
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains
 * the property of Adobe and its suppliers, if any. The intellectual
 * and technical concepts contained herein are proprietary to Adobe
 * and its suppliers and are protected by all applicable intellectual
 * property laws, including trade secret and copyright laws.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe.
 */
/**
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2026 Adobe
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains
 * the property of Adobe and its suppliers, if any. The intellectual
 * and technical concepts contained herein are proprietary to Adobe
 * and its suppliers and are protected by all applicable intellectual
 * property laws, including trade secret and copyright laws.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe.
 */
.payment-method-payment_services_paypal_apm .payment-services-paypal-apm-mark > div,
.payment-method-payment_services_paypal_apm .payment-services-paypal-apm-mark .paypal-marks {
  display: inline-block;
}
.payment-method-payment_services_paypal_apm .billing-address-details,
.payment-method-payment_services_paypal_apm .payment-services-paypal-legal-text {
  margin-bottom: 22px;
}
.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: #ff7070;
}
.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;
}
axo-auth,
paypal-shipping-address-selector {
  position: fixed;
  z-index: 10000;
}
.paypal-fastlane-powered-by {
  display: block;
  margin: 5.5px 0;
  width: 150px;
}
.paypal-fastlane-shipping-change-address-form {
  margin-bottom: 33px;
}
.paypal-fastlane-shipping-change-address-form button {
  width: 100%;
}
.paypal-fastlane-divider {
  margin-top: 33px;
  position: relative;
  text-align: center;
  width: 100%;
}
.paypal-fastlane-divider:before {
  border-bottom: 1px solid #ccc;
  content: '';
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}
.paypal-fastlane-divider span {
  background-color: #f4f4f4;
  padding: 0 11px;
  position: relative;
}
#payment-services-paypal-fastlane paypal-payment {
  display: block;
  margin-bottom: 22px;
}
#payment-services-paypal-fastlane + .checkout-agreements-block .recaptcha-checkout-place-order {
  margin-bottom: 22px;
}
.magento-payments-review .actions-toolbar {
  margin-top: 11px;
}
.magento-payments-review .magento-payments-review-title {
  padding: 0 0 11px;
}
.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 33px;
}
.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 #ccc;
  margin: 0 0 44px;
  padding: 11px 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 {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.cart-summary .google-pay {
  margin-bottom: 14px;
}
/**
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2026 Adobe
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains
 * the property of Adobe and its suppliers, if any. The intellectual
 * and technical concepts contained herein are proprietary to Adobe
 * and its suppliers and are protected by all applicable intellectual
 * property laws, including trade secret and copyright laws.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe.
 */
.payment-services-express-payments .payment-services-express-payments-container {
  max-width: 500px;
  display: grid;
  margin: 10px 0;
}
.payment-services-express-payments .payment-services-express-payments-paypal .paypal-button-container,
.payment-services-express-payments .payment-services-express-payments-alternate {
  display: grid;
  grid-gap: 5px;
}
.payment-services-express-payments + .field.addresses {
  margin-top: 33px;
}
.checkout-payment-method .payment-services-express-payments {
  margin-bottom: 33px;
}
.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 {
  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: 33px;
}
.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 5.5px;
  padding: 0;
  position: relative;
  width: 20px;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-slider .slick-arrow {
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: 0;
}
.amslick-slider-container .slick-dots li button {
  background: 0 0;
  border: 0;
  color: transparent;
  font-size: 0;
  height: 20px;
  line-height: 0;
  padding: 5.5px;
  width: 20px;
}
.amslick-slider-container .slick-dots li button:focus:before,
.amslick-slider-container .slick-dots li button:hover:before {
  opacity: 1;
}
.amslick-slider-container .slick-dots li button: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 {
  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);
  }
}
.-am-blocked {
  pointer-events: none;
}
.checkout-index-index .page-header .minicart-wrapper {
  display: none;
}
.checkout-index-index .authentication-wrapper {
  margin-right: 9px;
}
.checkout-index-index .checkout-header {
  margin: 12px 0 20px;
  padding: 0 9px;
  width: 70%;
}
.checkout-index-index .checkout-header .title {
  margin: 0 auto 7px;
}
.checkout-index-index .checkout-header .description {
  font-size: 18px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  float: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2columns .checkout-column,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .checkout-column {
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item:nth-child(3n + 1):before {
  display: block;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item:nth-child(2n + 1):before {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .shipping-address-item {
  width: 50%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item:only-child,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .shipping-address-item:only-child {
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .table-checkout-shipping-method,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .table-checkout-shipping-method {
  min-width: 0;
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper:before {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .step-content {
  margin: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .shipping-address {
  margin-bottom: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .discount-code {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .rewards-add {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .gift-code {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .form-login:not(:last-child) {
  border-bottom: none;
  padding-bottom: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .discount-code .payment-option-title {
  border: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement label {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement div.mage-error {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement .action-show {
  text-align: left;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method-content,
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-option-content {
  padding: 0 22px 20px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-option-content .action-apply {
  margin-right: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method-content .actions-toolbar > .primary {
  padding-right: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-block > li {
  list-style-type: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-payment-method .payment-methods .step-title {
  border-bottom: 1px solid #ccc;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .field.amcheckout-comment {
  margin-bottom: 10px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .label {
  word-break: break-all;
  word-wrap: break-word;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address {
  max-width: 500px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .billing-address-same-as-shipping-block {
  margin: 5px 0 10px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .actions-toolbar {
  margin-top: 15px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .actions-toolbar .action.action-cancel {
  margin: 0 20px 0 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .primary {
  float: right;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .field-select-billing .label {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-shipping-address .primary {
  float: right;
}
.checkout-index-index .am-submit-summary #checkout-payment-method-load .actions-toolbar {
  display: none;
}
.checkout-index-index .am-submit-summary #checkout-payment-method-load .payment-method-billing-address .actions-toolbar {
  display: block;
}
.checkout-index-index .am-submit-fixed #checkout-payment-method-load .actions-toolbar {
  background-color: #eaeaea;
  display: block;
  left: 50%;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  text-align: center;
  transform: translate(-50%);
  width: 1270px;
  z-index: 999;
}
.checkout-index-index .am-submit-fixed #checkout-payment-method-load .actions-toolbar > * {
  float: none;
}
.checkout-index-index .am-submit-fixed.-top #checkout-payment-method-load .actions-toolbar {
  bottom: auto;
  top: 0;
}
.checkout-index-index .am-submit-fixed.-bottom #checkout-payment-method-load .actions-toolbar {
  bottom: 0;
}
.checkout-index-index .checkout-block {
  -webkit-transition: box-shadow 0.5s;
  -moz-transition: box-shadow 0.5s;
  -ms-transition: box-shadow 0.5s;
  transition: box-shadow 0.5s;
  background: #fff;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.15);
  margin: 7px 9px 32px;
  padding: 24px 12px;
}
.checkout-index-index .checkout-block:hover {
  box-shadow: 0 1px 4px 1px rgba(25, 121, 195, 0.45);
}
.checkout-index-index .checkout-block .fieldset > br,
.checkout-index-index .checkout-block .fieldset > hr {
  display: none;
}
.checkout-index-index .am-checkout {
  margin: 20px 0;
  padding: 12px;
}
.checkout-index-index .am-checkout .product-item .amcheckout-price-wrapper {
  font-size: 1.2rem;
  margin: 5px 0;
}
.checkout-index-index .am-checkout:not(.-modern) {
  background: #eaeaea;
}
.checkout-index-index .opc-block-summary {
  margin: -24px -12px 0;
  padding: 24px 12px;
}
.checkout-index-index .opc-block-summary .minicart-items-wrapper {
  margin: 0;
}
.checkout-index-index .additional-options {
  margin: 24px 7px 12px;
}
.checkout-index-index .additional-options .checkout-agreements .action-show {
  background: none;
  border: 0;
  border-radius: 0;
  color: #006bb4;
  display: inline;
  font-weight: 400;
  line-height: 1.42857143;
  padding: 0;
  text-decoration: none;
}
.checkout-index-index .additional-options .checkout-agreements .action-show:not(:focus) {
  box-shadow: none;
}
.checkout-index-index .additional-options .field {
  margin-top: 7px;
}
.checkout-index-index .amcheckout-form-login .mage-error:not([style*='display: none;']) + .field-error {
  display: none;
}
.checkout-index-index .additional-options .field._required .label:after {
  color: #e02b27;
  content: '*';
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.checkout-index-index .opc-block-summary .minicart-items input[type='number']::-webkit-inner-spin-button,
.checkout-index-index .opc-block-summary .minicart-items input[type='number']::-webkit-outer-spin-button {
  appearance: auto;
  opacity: 1;
  height: auto;
}
.checkout-index-index .opc-block-summary .minicart-items input[type='number']:focus {
  -moz-appearance: spinner !important;
}
.checkout-index-index .opc-block-summary .minicart-items input.qty,
.checkout-index-index .opc-block-summary .minicart-items span.non-editable-qty {
  width: 55px;
}
.checkout-index-index .opc-block-summary .minicart-items button {
  float: right;
  margin-top: 12px;
}
.checkout-index-index .opc-block-summary .minicart-items .delete {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTS0xLTFoMTJ2MTJILTF6Ii8+PHBhdGggZmlsbD0iI2I1YjViNSIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkPSJNNiA1bDQtNC0xLTEtNCA0LTQtNC0xIDEgNCA0LTQgNCAxIDEgNC00IDQgNCAxLTEtNC00eiIgc3Ryb2tlPSJudWxsIi8+PC9zdmc+) no-repeat center;
  background-size: 7px;
  border: 1px #b6b6b6 solid;
  cursor: pointer;
  float: left;
  height: 14px;
  padding: 7px;
  width: 14px;
  border-radius: unset;
  margin-top: 0px;
}
.checkout-index-index .opc-block-summary .minicart-items .product-item-details {
  padding-left: 118px;
}
.checkout-index-index .opc-block-summary .minicart-items .product-image-container {
  margin-left: 16px;
}
@media (min-width: 900px) {
  .checkout-index-index .opc-wrapper.am-opc-wrapper {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2columns .checkout-column {
    width: 50%;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .checkout-column {
    width: 33.3%;
  }
}
.checkout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method {
  max-width: 600px;
}
.checkout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method .col-price {
  min-width: unset;
}
.checkout-index-index .modal-popup:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap {
  left: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  right: 0;
  width: 100%;
}
.checkout-index-index #recaptcha-checkout-place-order-wrapper .grecaptcha-badge {
  margin-bottom: 20px;
}
.checkout-payment-method .payment-methods {
  margin: 0;
}
.checkout-payment-method .payment-methods .actions-toolbar .primary {
  font-size: 1.8rem;
  line-height: 2.2rem;
  padding: 14px 17px;
}
.checkout-payment-method .payment-methods .actions-toolbar .action.primary,
.checkout-payment-method .payment-methods .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.checkout-payment-method .payment-methods .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.checkout-payment-method .payment-methods .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.checkout-payment-method .payment-methods .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary {
  background: #006bb4;
  border: 1px solid #006bb4;
}
.checkout-payment-method .payment-methods .actions-toolbar .action.primary.disabled,
.checkout-payment-method .payment-methods .actions-toolbar .action.primary[disabled],
.checkout-payment-method .payment-methods .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.disabled,
.checkout-payment-method .payment-methods .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary[disabled],
.checkout-payment-method .payment-methods .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.disabled,
.checkout-payment-method .payment-methods .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary[disabled],
.checkout-payment-method .payment-methods .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.disabled,
.checkout-payment-method .payment-methods .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary[disabled],
.checkout-payment-method .payment-methods .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.disabled,
.checkout-payment-method .payment-methods .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary[disabled] {
  background: #1979c3;
  border: 1px solid #1979c3;
  opacity: 0.5;
}
.checkout-payment-method .payment-methods .actions-toolbar .action.primary:hover,
.checkout-payment-method .payment-methods .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.checkout-payment-method .payment-methods .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.checkout-payment-method .payment-methods .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.checkout-payment-method .payment-methods .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover {
  background: #015690;
  border: 1px solid #015690;
}
.checkout-payment-method.submit .payment-methods {
  margin: 0;
}
.fieldset.address {
  margin: 0 -7px;
}
.fieldset.address > .field {
  box-sizing: border-box;
  display: inline-block;
  padding: 0 7px;
  vertical-align: top;
  width: 100%;
}
.checkout-success .success-messages {
  font-size: 1.8rem;
  margin-bottom: 40px;
}
.account .column.main .order-details-items {
  margin-bottom: 0;
}
.account .column.main .order-details-items .order-items .data.table > tbody > tr:nth-child(even) > td {
  background: none;
}
.page-main .block.block-order-details {
  margin-bottom: 25px;
}
.page-main .block.block-order-details .order-date {
  border-bottom: 1px solid #c5c5c5;
  font-size: 1.6rem;
  padding-bottom: 25px;
}
.page-main .block.block-order-details-comments {
  margin-bottom: 35px;
}
.page-main .block.block-order-details-view {
  margin-bottom: 10px;
}
.page-main .block.block-order-details-view:nth-child(2) .block-title {
  display: none;
}
#registration {
  border-left: 3px solid #f58c12;
  margin: 20px 0 25px;
  padding: 0 0 0 12px;
  position: relative;
  width: 600px;
}
#registration br {
  display: none;
}
#registration form {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.opc-estimated-wrapper .minicart-wrapper {
  display: none;
}
.amcheckout-trust-badges {
  display: flex;
  justify-content: flex-start;
  margin-top: 10px;
}
.amcheckout-trust-seal {
  font-size: 8px;
  max-width: 137px;
}
.checkout-payment-method .amcheckout-trust-seal {
  font-size: 10px;
  margin: 0 auto 15px;
  max-width: 66%;
  text-align: center;
}
.am-checkout.-layout-3columns .checkout-payment-method .amcheckout-trust-seal {
  font-size: 12px;
}
.amcheckout-trust-seal .amcheckout-title,
.amcheckout-trust-seal .amcheckout-description {
  margin-bottom: 0;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip {
  height: auto !important;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-box {
  border: 1px solid #999;
  border-radius: 0;
  color: inherit !important;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-content {
  padding: 12px;
  background: #f4f4f4;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-arrow {
  width: 12px;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  left: -3px;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  right: -2px;
  width: 14px;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-arrow-background {
  left: 3px;
  border-right-color: #f4f4f4;
  border-left-color: #f4f4f4;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-arrow-border {
  top: 2px;
  width: 16px;
  height: 16px;
  background-color: #999 !important;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  left: 15px;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  left: -5px;
  z-index: -1;
}
.checkout-index-index .am-gift-message .edit-link {
  display: none;
  color: #1979c3;
  cursor: pointer;
}
.checkout-index-index .am-gift-message.checked .edit-link {
  display: inline;
}
._amcheckout-selectable-container,
.amcheckout-step-container .shipping-address-items,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-items,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .amcheckout-content > .amcheckout-wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
._amcheckout-selectable-item,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details,
.amcheckout-step-container .shipping-address-items .shipping-address-item,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
  display: block;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
  border: 1px solid #f9f9f9;
  border-radius: 2px;
  background: #f9f9f9;
  cursor: pointer;
}
._amcheckout-selectable-item:not(:last-of-type),
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:not(:last-of-type),
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:not(:last-of-type),
.amcheckout-step-container .shipping-address-items .shipping-address-item:not(:last-of-type),
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:not(:last-of-type),
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:not(:last-of-type) {
  margin-bottom: 15px;
}
._amcheckout-selectable-item:hover,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:hover,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:hover,
.amcheckout-step-container .shipping-address-items .shipping-address-item:hover,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:hover,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:hover {
  box-shadow: 0 2px 8px rgba(56, 77, 108, 0.4);
}
._amcheckout-selectable-item.-selected,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details.-selected,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details.-selected,
.amcheckout-step-container .shipping-address-items .shipping-address-item.-selected,
.amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method.-selected,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active {
  border-color: #1979c3;
}
@media all and (min-width: 768px) {
  ._amcheckout-selectable-item,
  .amcheckout-step-container .amcheckout-shipping-address .billing-address-details,
  .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details,
  .amcheckout-step-container .shipping-address-items .shipping-address-item,
  .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method,
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
    width: 48%;
  }
  ._amcheckout-selectable-item:nth-last-child(-n + 2),
  .amcheckout-step-container .amcheckout-shipping-address .billing-address-details:nth-last-child(-n + 2),
  .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:nth-last-child(-n + 2),
  .amcheckout-step-container .shipping-address-items .shipping-address-item:nth-last-child(-n + 2),
  .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:nth-last-child(-n + 2),
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}
.am-checkout.-modern {
  background: none;
  box-sizing: border-box;
  padding: 0;
}
.am-checkout.-modern.-layout-1column {
  margin: auto;
  max-width: 750px;
}
.am-checkout.-modern .checkout-header {
  padding: 0;
}
.am-checkout.-modern .authentication-wrapper {
  margin-right: 0;
}
.am-checkout.-modern .authentication-wrapper .action-auth-toggle {
  background: #1979c3;
  border-radius: 2px;
  color: #fff;
  height: auto;
  padding: 5px 20px;
  transition: all 0.3s ease;
}
.am-checkout.-modern .authentication-wrapper .action-auth-toggle:hover {
  background: #429fe7;
}
.am-checkout.-modern .opc-estimated-wrapper {
  margin: 0 -15px 15px;
}
.am-checkout.-modern .amcheckout-trust-badges {
  justify-content: flex-start;
}
.am-checkout.-modern .checkout-payment-method .amcheckout-trust-seal {
  font-size: 12px;
  width: 66%;
}
.am-checkout.-modern .amcheckout-step-container .primary .action.checkout,
.am-checkout.-modern .amcheckout-step-container .action.checkout.amasty {
  background: #315499;
  padding: 14px 30px;
  transition: all 0.3s ease;
}
.am-checkout.-modern .amcheckout-step-container .primary .action.checkout.disabled,
.am-checkout.-modern .amcheckout-step-container .action.checkout.amasty.disabled,
.am-checkout.-modern .amcheckout-step-container .primary .action.checkout[disabled],
.am-checkout.-modern .amcheckout-step-container .action.checkout.amasty[disabled] {
  background: #315499;
  /* phpcs:ignore: Magento2.Less.ZeroUnits.ZeroUnitFound */
  opacity: 0.5;
}
.am-checkout.-modern .amcheckout-step-container .primary .action.checkout:hover,
.am-checkout.-modern .amcheckout-step-container .action.checkout.amasty:hover {
  background: #3d69c0;
}
.am-checkout.-modern.-layout-2columns .product-item-details .product-item-inner .amcheckout-price-wrapper,
.am-checkout.-modern.-layout-3columns .product-item-details .product-item-inner .amcheckout-price-wrapper {
  order: inherit;
  text-align: start;
}
.amcheckout-main-container.-modern {
  clear: both;
  color: #363636;
}
.amcheckout-main-container.-modern .amcheckout-block:not(:first-of-type) {
  margin: 40px 0 0;
}
.amcheckout-step-container {
  font-size: 16px;
}
.amcheckout-step-container > li {
  list-style: none;
}
.amcheckout-step-container .amcheckout-title {
  background: #eee;
  cursor: pointer;
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  padding: 15px;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon {
  border: 2px solid #1979c3;
  border-radius: 50%;
  box-sizing: border-box;
  float: right;
  height: 24px;
  position: relative;
  transition: all 0.3s ease;
  width: 24px;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:hover,
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:hover:before {
  border-color: #429fe7;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:before {
  border-bottom: 2px solid #1979c3;
  border-right: 2px solid #1979c3;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 8px;
  left: 50%;
  position: absolute;
  top: 41%;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: all 0.3s ease;
  width: 8px;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon.-minus {
  transform: rotate(180deg);
}
.amcheckout-step-container .amcheckout-title-container + .amcheckout-content > .amcheckout-wrapper {
  padding: 20px 0;
}
.amcheckout-step-container .fieldset:last-child {
  margin-bottom: 0;
}
.amcheckout-step-container .fieldset > br,
.amcheckout-step-container .fieldset > hr {
  display: none;
}
.amcheckout-step-container .fieldset > .field > .label,
.amcheckout-step-container .fieldset > .fields > .field > .label {
  font-weight: normal;
}
.amcheckout-step-container .opc-block-summary {
  margin: 0;
  padding: 0;
}
.amcheckout-step-container .checkout-payment-method .field-select-billing,
.amcheckout-step-container .checkout-payment-method .billing-address-form {
  max-width: inherit;
}
.amcheckout-step-container .checkout-payment-method .checkout-billing-address {
  margin-top: 15px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-trust-seal {
  font-size: inherit;
  max-width: unset;
}
.amcheckout-step-container .note {
  color: #717171;
}
.amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button,
            .ui-datepicker-trigger,
            .gpay-button,
            .gpay-card-info-container),
.amcheckout-step-container button:not(.braintree-googlepay-button,
            .ui-datepicker-trigger,
            .gpay-button,
            .gpay-card-info-container) {
  background: #1979c3;
  border: none;
  border-radius: 2px;
  box-shadow: none;
  color: #fff;
}
.amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button):hover,
.amcheckout-step-container button:not(.braintree-googlepay-button):hover {
  border: none;
}
.amcheckout-step-container .amcheckout-button.-new-address {
  margin-top: 20px;
  transition: all 0.3s ease;
}
.amcheckout-step-container .amcheckout-button.-new-address:hover {
  background: #429fe7;
}
.amcheckout-step-container .payment-method-content > .actions-toolbar > .primary .action.primary,
.amcheckout-step-container .payment-method-content > .actions-toolbar > .primary .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.amcheckout-step-container .payment-method-content > .actions-toolbar > .primary .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.amcheckout-step-container .payment-method-content > .actions-toolbar > .primary .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.amcheckout-step-container .payment-method-content > .actions-toolbar > .primary .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary {
  float: none;
  font-size: 16px;
  margin: 0 15px 0 0;
  padding: 12px 16px;
}
.amcheckout-step-container .action-edit-address {
  margin-top: 15px;
}
.amcheckout-step-container .form-discount .actions-toolbar .action {
  min-height: 40px;
}
.amcheckout-step-container input[type='number']:focus {
  -moz-appearance: none !important;
}
.amcheckout-step-container input[type='text'],
.amcheckout-step-container input[type='password'],
.amcheckout-step-container input[type='url'],
.amcheckout-step-container input[type='tel'],
.amcheckout-step-container input[type='search'],
.amcheckout-step-container input[type='number'],
.amcheckout-step-container input[type='datetime'],
.amcheckout-step-container input[type='email'],
.amcheckout-step-container select {
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  font-size: 16px;
  height: 40px;
}
.amcheckout-step-container .checkout-agreements .action-show {
  background: inherit;
  color: inherit;
  font-size: inherit;
  text-align: left;
}
.amcheckout-step-container .checkout-agreements .checkout-agreement .label {
  display: flex;
}
.amcheckout-step-container .checkout-agreements .action-show,
.amcheckout-step-container .action.checkout.amasty {
  height: auto;
}
.amcheckout-step-container input[type='checkbox'],
.amcheckout-step-container input[type='radio'] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  left: unset;
  top: unset;
}
.amcheckout-step-container input[type='checkbox'] + label,
.amcheckout-step-container input[type='radio'] + label {
  cursor: pointer;
  display: flex;
}
.amcheckout-step-container input[type='checkbox'] + label span:only-child,
.amcheckout-step-container input[type='radio'] + label span:only-child {
  flex: auto;
}
.amcheckout-step-container input[type='checkbox'] + label:before,
.amcheckout-step-container input[type='radio'] + label:before {
  background: #fff !important;
  border: 2px solid #ccc;
  box-sizing: border-box;
  content: '';
  cursor: pointer;
  display: inline-block;
  height: 15px;
  margin: 3px 15px 0 0;
  min-height: 15px;
  min-width: 15px;
  width: 15px;
}
.amcheckout-step-container input[type='checkbox'] + label:hover:before,
.amcheckout-step-container input[type='radio'] + label:hover:before,
.amcheckout-step-container input[type='checkbox']:checked + label:before,
.amcheckout-step-container input[type='radio']:checked + label:before,
.amcheckout-step-container input[type='checkbox']:focus + label:before,
.amcheckout-step-container input[type='radio']:focus + label:before {
  border-color: #1979c3;
  box-shadow: 0 2px 4px rgba(63, 156, 215, 0.4);
}
.amcheckout-step-container input[type='checkbox'] + label:before {
  border-radius: 2px;
}
.amcheckout-step-container input[type='checkbox']:checked + label:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3Qgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiByeD0iMiIgZmlsbD0iIzE5NzlDMyIvPjxwYXRoIGQ9Ik01IDEwbDQgNCA2LTciIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=) center no-repeat !important;
  background-size: contain !important;
  border-width: 0;
}
.amcheckout-step-container input[type='radio'] + label:before {
  border-radius: 50%;
  transition: all 0.2s ease;
}
.amcheckout-step-container input[type='radio']:checked + label:before {
  border-width: 5px;
}
.amcheckout-step-container .amcheckout-form-login:last-child,
.amcheckout-step-container .form-login:last-child {
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 30px;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email,
.amcheckout-step-container .form-login .amcheckout-email {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper,
.amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper {
  flex: auto;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-password,
.amcheckout-step-container .form-login .amcheckout-password {
  width: calc(50% - 7px);
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper .input-text,
.amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper .input-text {
  margin: 0;
  width: 100%;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .field-tooltip,
.amcheckout-step-container .form-login .amcheckout-email .field-tooltip {
  align-items: center;
  display: flex;
  height: 40px;
  margin-left: 10px;
  position: relative;
  top: 0;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .note,
.amcheckout-step-container .form-login .amcheckout-email .note {
  color: #363636;
  line-height: 40px;
  margin-left: auto;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-password,
.amcheckout-step-container .form-login .amcheckout-password {
  display: inline-block;
}
.amcheckout-step-container .amcheckout-form-login .actions-toolbar,
.amcheckout-step-container .form-login .actions-toolbar {
  margin-bottom: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .checkout-billing-address {
  margin-top: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .billing-address-same-as-shipping-block,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-form,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-form {
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details {
  padding: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:empty,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:empty {
  display: none;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button {
  margin-top: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-select {
  background: #ddf0ff;
  border: 1px solid #1474c2;
  color: #1979c3;
  float: right;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-select:hover {
  background: #1474c2;
  color: #fff;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit {
  background: none;
  color: #4e4e4e;
  font-size: 16px;
  padding-left: 0;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:hover,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:hover {
  color: #1979c3;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:before,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi42MTMgMGwtMS43MDYgMS43MTYgMi4zODggMi40TDE1IDIuNDAzIDEyLjYxMyAwek0xLjcgMTAuOThsMi4zODYgMi40IDguMTg3LTguMjMzLTIuMzg3LTIuNDAxTDEuNyAxMC45OHpNMCAxNWwyLjg5LS43NjMtMi4xMy0yLjE0NEwwIDE1eiIgZmlsbD0iIzRFNEU0RSIvPjwvc3ZnPg==) center no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 13px;
  width: 13px;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:hover:before,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:hover:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi42MTMgMGwtMS43MDYgMS43MTYgMi4zODggMi40TDE1IDIuNDAzIDEyLjYxMyAwek0xLjcgMTAuOThsMi4zODYgMi40IDguMTg3LTguMjMzLTIuMzg3LTIuNDAxTDEuNyAxMC45OHpNMCAxNWwyLjg5LS43NjMtMi4xMy0yLjE0NEwwIDE1eiIgZmlsbD0iIzE5NzlDMyIvPjwvc3ZnPg==) center no-repeat;
  background-size: contain;
}
.amcheckout-step-container .shipping-address-items .shipping-address-item {
  line-height: 30px;
  padding: 20px;
}
.amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item .amcheckout-button.-select {
  visibility: hidden;
}
.amcheckout-step-container .amcheckout-shipping-methods {
  display: block;
  max-width: inherit !important;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-header {
  display: none;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method {
  padding: 0 20px;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col {
  border: none;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip {
  position: relative;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip.-error {
  /* phpcs:ignore Magento2.Less.SemicolonSpacing.NotAtEnd */
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip.-error .field-tooltip-action:before,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip.-error .field-tooltip-content {
  color: #c00815;
}
.amcheckout-step-container .selected-store-pickup {
  margin-top: 15px;
}
.amcheckout-step-container .selected-store-pickup .step-title {
  border-bottom: 1px solid #cccccc;
  font-size: 20px;
  padding: 10px 0;
}
.amcheckout-step-container .selected-store-pickup .step-content {
  padding: 10px 0;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar {
  margin-top: 15px;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar > .primary {
  float: none;
  padding: 10px 20px;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar > .primary .action {
  margin-top: 0;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar .action-cancel {
  background: none;
  color: #1474c2;
}
.amcheckout-step-container .amcheckout-delivery-date .field {
  width: 100%;
}
.amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
  display: block;
}
.amcheckout-step-container .amcheckout-delivery-date .field.timepicker .control {
  width: 100%;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods {
  margin: 0;
  /* phpcs:ignore Magento2.Less.ClassNaming.NotAllowedSymbol */
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-group + .payment-group .step-title {
  margin: 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-group:not(:last-of-type) {
  margin-bottom: 40px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
  padding: 0;
  width: 100%;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:not(:last-of-type) {
  margin-bottom: 20px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title {
  border: none !important;
  padding: 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label {
  align-items: flex-start;
  padding: 20px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label > *:not(:only-child):not(:last-of-type) {
  margin-right: 5px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label .action-help {
  margin-left: auto;
  text-align: right;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method .payment-method-content {
  display: none;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content {
  display: block;
  padding: 0 20px 0 45px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content > * {
  margin: 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content > * > * {
  margin: 0 0 20px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content .amazon-button-container__cell {
  display: inline-block;
  vertical-align: middle;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-content .actions-toolbar > .primary {
  float: left;
  padding-left: 0;
}
.amcheckout-step-container .amcheckout-summary-container {
  background: none;
}
.amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
  background: #315499;
  color: #fff;
}
.amcheckout-step-container .amcheckout-summary-container .amcheckout-title > .amcheckout-icon {
  background: #fff;
}
.amcheckout-step-container .amcheckout-summary-container .amcheckout-content > .amcheckout-wrapper {
  padding: 20px;
}
.amcheckout-step-container .amcheckout-summary-container .items-in-cart {
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 20px;
}
.amcheckout-step-container .amcheckout-summary-container .items-in-cart > .title {
  padding: 10px 0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .delete {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjE2NyAxNWg3LjU1OGwuOTUtOC45NThILjI2TDEuMTY3IDE1em01Ljg5LTEyLjc3MlYuNTEyQS41MS41MSAwIDAgMCA2LjU1MiAwaC0zLjIxYy0uMjggMC0uNTA1LjIzLS41MDUuNTEyVjIuMmMtMS4wODUuMTIzLTEuNzExLjMxNS0yLjgzNi43MjRWNC41bDEwIC4xMThWM3MtLjk1NC0uNTM0LTIuOTQyLS43NzJ6TTYuMDUgMi4xMzRhMTguMDggMTguMDggMCAwIDAtMi4yNTgtLjAxNXYtLjkwNWMwLS4xNC4xMTEtLjI1NS4yNTItLjI1NWgxLjc1MmMuMTQxIDAgLjI1NC4xMTUuMjU0LjI1NXYuOTJ6IiBmaWxsPSIjNTc1ODU1Ii8+PC9zdmc+) center no-repeat;
  background-size: contain;
  border: 0;
  bottom: 0;
  box-sizing: border-box;
  height: 15px;
  padding: 0;
  position: absolute;
  right: 5px;
  width: 10px;
  z-index: 1;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .delete:hover {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjE2NyAxNWg3LjU1OGwuOTUtOC45NThILjI2TDEuMTY3IDE1em01Ljg5LTEyLjc3MlYuNTEyQS41MS41MSAwIDAgMCA2LjU1MiAwaC0zLjIxYy0uMjggMC0uNTA1LjIzLS41MDUuNTEyVjIuMmMtMS4wODUuMTIzLTEuNzExLjMxNS0yLjgzNi43MjRWNC41bDEwIC4xMThWM3MtLjk1NC0uNTM0LTIuOTQyLS43NzJ6TTYuMDUgMi4xMzRhMTguMDggMTguMDggMCAwIDAtMi4yNTgtLjAxNXYtLjkwNWMwLS4xNC4xMTEtLjI1NS4yNTItLjI1NWgxLjc1MmMuMTQxIDAgLjI1NC4xMTUuMjU0LjI1NXYuOTJ6IiBmaWxsPSIjMTk3OWMzIi8+PC9zdmc+) center no-repeat;
  background-size: contain;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .delete:focus {
  box-shadow: 0 0 3px 1px #00699D;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .action.checkout {
  float: left;
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .product {
  padding-bottom: 15px;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-image-container {
  border: 1px solid #d4d4d4;
  margin: 0;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-item-details {
  padding-left: 100px;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .minicart-items-wrapper {
  padding: 15px 0 0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner .amcheckout-price-wrapper {
  flex-basis: 100%;
  order: 1;
  text-align: end;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-name-block {
  align-items: center;
  display: flex;
  flex: auto;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 20px 10px 0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout {
  background: #f0f8ff;
  border: 1px solid #1474c2;
  border-radius: 2px;
  color: #1474c2;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout:hover {
  background: #e6f3ff;
  color: #136eb8;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout:focus {
  box-shadow: 0 0 3px 1px #00699D;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .options {
  padding-right: 20px;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-name {
  margin: 0;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0 0;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty .label {
  margin-right: 10px;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty .qty {
  height: 30px;
}
.amcheckout-step-container .amcheckout-summary-container .subtotal {
  width: auto;
}
.amcheckout-step-container .amcheckout-summary-container .field.configurable {
  width: 50%;
}
.amcheckout-step-container .amcheckout-summary-container .field.configurable:not(:last-of-type) {
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-summary-container .table-totals {
  border: none;
  font-size: 14px;
  width: 100%;
}
.amcheckout-step-container .amcheckout-summary-container .table-totals .grand .mark,
.amcheckout-step-container .amcheckout-summary-container .table-totals .grand .amount {
  border-top: none;
}
.amcheckout-step-container .amcheckout-summary-container .item-options .label {
  display: block;
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-additional-options {
  background: #f9f9f9;
  border: 1px solid #f9f9f9;
  font-size: 0;
  margin: 0;
  padding: 0 20px;
}
.amcheckout-step-container .amcheckout-additional-options > * {
  font-size: 14px;
}
.amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,
.amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
  margin: 20px 0;
}
.amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes > * {
  margin-bottom: 5px;
}
.amcheckout-step-container .amcheckout-additional-options .checkout-agreement .action-show {
  text-align: left;
}
.amcheckout-step-container .opc-payment-additional {
  padding: 0 20px;
}
.amcheckout-step-container .opc-payment-additional .payment-option-title,
.amcheckout-step-container .opc-payment-additional .payment-option-content {
  padding-left: 0;
  padding-right: 0;
}
.amcheckout-step-container .opc-payment-additional .label {
  display: block;
  margin-bottom: 4px;
}
.amcheckout-step-container .opc-payment-additional .form-discount .label {
  display: none;
}
.amcheckout-step-container .amcheckout-trust-seal {
  font-size: 9px;
  max-width: 161px;
}
.amcheckout-step-container .amcheckout-trust-seal .amcheckout-title {
  background: none;
  cursor: inherit;
  font-size: inherit;
  font-weight: 400;
  padding: 0;
}
.amcheckout-main-container.-layout-2columns .amcheckout-column:not(:first-of-type) {
  margin-top: 40px;
}
._am-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.amcoupons-main-container {
  margin-top: 10px;
}
.amcoupons-main-container .amcoupons-input .label {
  font-weight: 400;
}
.block.discount .amcoupons-cart-title {
  align-items: baseline;
  border-top: 1px solid #cccccc;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  padding-top: 8px;
  /* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
}
.block.discount .amcoupons-cart-title::after {
  color: #858585;
  content: '\e622';
  font-family: 'luma-icons';
  padding: 2px;
}
.block.discount .amcoupons-cart-title #block-discount-heading {
  margin-bottom: 0;
  margin-top: 0;
}
.block.discount .content {
  padding-top: 0;
}
.block.discount.active .amcoupons-cart-title::after {
  content: '\e621';
}
.block.discount:not(.active) .amcoupons-cart-title {
  padding-bottom: 8px;
}
.amcoupons-applied-coupon {
  word-wrap: break-word;
  word-break: break-word;
  align-items: center;
  background: #fff;
  border-radius: 1px;
  display: flex;
  flex-wrap: wrap;
  padding: 7px 10px;
}
.amcoupons-applied-coupon:not(:last-of-type) {
  margin-bottom: 10px;
}
.amcoupons-applied-coupon .amcoupons-remove {
  display: inline-block;
  text-decoration: none;
  line-height: 1;
  margin-left: auto;
}
.amcoupons-applied-coupon .amcoupons-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  color: #575855;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.amcoupons-applied-coupon .amcoupons-message {
  width: 100%;
}
.amcoupons-applied-coupon.message.success,
.amcoupons-applied-coupon.message.warning {
  display: flex;
  padding: 7px 10px;
}
.amcoupons-applied-coupon.message.success .amcoupons-remove,
.amcoupons-applied-coupon.message.warning .amcoupons-remove {
  display: none;
}
.amcoupons-applied-coupon.message.success > *:first-child:before,
.amcoupons-applied-coupon.message.warning > *:first-child:before {
  content: '';
}
.cart-totals tr[class='totals'] .title,
.totals.discount .title {
  display: inline-block;
  text-decoration: none;
}
.cart-totals tr[class='totals'] .title:after,
.totals.discount .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: #858585;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart-totals tr[class='totals'] .title.-active,
.totals.discount .title.-active {
  display: inline-block;
  text-decoration: none;
}
.cart-totals tr[class='totals'] .title.-active:after,
.totals.discount .title.-active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: #858585;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.totals.discount {
  cursor: pointer;
}
.totals.discount .title {
  word-wrap: break-word;
  word-break: break-word;
}
.totals.discount .discount.coupon {
  display: none;
}
.totals.discount .mark {
  max-width: 290px;
}
.cart-totals .title {
  word-wrap: break-word;
  word-break: break-word;
}
.cart-totals .mark {
  max-width: 209px;
}
.cart-totals .discount.coupon {
  display: none;
}
.cart-totals tr[class='totals'] .title {
  word-wrap: break-word;
  word-break: break-word;
}
.table-wrapper tr[class='totals'] {
  cursor: pointer;
}
.cart-totals .amcoupons-total-coupons {
  display: none;
}
.cart-totals .amcoupons-total-coupons .mark {
  padding-left: 10px;
}
.cart-summary .block .amcoupons-main-container .actions-toolbar > .amcoupons-apply,
.checkout-index-index .amcoupons-main-container .actions-toolbar > .amcoupons-apply,
.paypal-express-review .amcoupons-main-container .actions-toolbar > .amcoupons-apply,
.braintree-paypal-review .amcoupons-main-container .actions-toolbar > .amcoupons-apply {
  text-align: center;
  width: 100%;
}
.checkout-index-index .amcoupons-main-container,
.paypal-express-review .amcoupons-main-container,
.braintree-paypal-review .amcoupons-main-container {
  display: flex;
  flex-direction: column;
  width: 275px;
}
.checkout-index-index .amcoupons-main-container .amcoupons-applied-coupon:not(.message),
.paypal-express-review .amcoupons-main-container .amcoupons-applied-coupon:not(.message),
.braintree-paypal-review .amcoupons-main-container .amcoupons-applied-coupon:not(.message) {
  background: #f5faff;
}
.checkout-index-index .amcoupons-main-container .field,
.paypal-express-review .amcoupons-main-container .field,
.braintree-paypal-review .amcoupons-main-container .field {
  margin: 0;
}
.checkout-index-index .amcoupons-main-container .actions-toolbar,
.paypal-express-review .amcoupons-main-container .actions-toolbar,
.braintree-paypal-review .amcoupons-main-container .actions-toolbar {
  margin: 0;
  width: auto;
}
.checkout-index-index .amcoupons-main-container .actions-toolbar > .amcoupons-apply,
.paypal-express-review .amcoupons-main-container .actions-toolbar > .amcoupons-apply,
.braintree-paypal-review .amcoupons-main-container .actions-toolbar > .amcoupons-apply {
  margin: 10px 0 0;
}
.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary {
  border-radius: 8px;
  box-shadow: none;
}
.amautocomplete-suggestions-container {
  padding-top: 0.4rem;
  position: absolute;
  z-index: 1;
}
.amautocomplete-suggestions-container .amautocomplete-suggestions-list {
  background: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
  cursor: pointer;
  filter: drop-shadow(0 0 3px #00699d);
  list-style: none;
  padding: 0.1rem;
}
.amautocomplete-suggestions-container .amautocomplete-suggestions-list li {
  text-decoration: none;
  align-items: flex-start;
  align-self: stretch;
  border-bottom: 1px solid #eaeaea;
  display: flex;
  flex-direction: row;
  gap: 9px;
  margin: 0;
  padding: 9px;
}
.amautocomplete-suggestions-container .amautocomplete-suggestions-list li:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: inherit;
  color: #c7c7c7;
  content: '\e60a';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.amautocomplete-suggestions-container .amautocomplete-suggestions-list li:hover:before {
  color: #1979c2;
}
.amautocomplete-suggestions-container .amautocomplete-suggestions-list li:before {
  flex-shrink: 0;
}
.amautocomplete-suggestions-container .amautocomplete-suggestions-list li.-active:before {
  color: #1979c2;
}
.amautocomplete-suggestions-container .amautocomplete-suggestions-list li:last-child {
  border-bottom: none;
}
.amautocomplete-suggestions-container .amautocomplete-suggestions-list li:hover,
.amautocomplete-suggestions-container .amautocomplete-suggestions-list li.-active {
  background: #e8f6ff;
}
.amautocomplete-suggestions-container .amautocomplete-suggestions-list li:active,
.amautocomplete-suggestions-container .amautocomplete-suggestions-list li.-active {
  box-shadow: 0 0 3px #00699d;
}
.ampromo-item .ampromo-options {
  margin-bottom: 20px;
  overflow: hidden;
  padding: 0 5px;
  transition: max-height 0.2s ease;
}
.ampromo-gallery {
  margin: 0 30px;
  width: 850px;
}
.ampromo-gallery[data-count='1'] {
  width: 280px;
}
.ampromo-gallery[data-count='2'] {
  width: 570px;
}
.ampromo-slick .slick-prev,
.ampromo-slick .slick-next {
  height: 42px !important;
  width: 42px !important;
}
.ampromo-slick .slick-prev:focus,
.ampromo-slick .slick-next:focus {
  box-shadow: 0 0 3px 1px #00699D;
}
.ampromo-slick .slick-prev {
  left: -45px !important;
}
.ampromo-slick .slick-next {
  right: -45px !important;
}
.ampromo-slick .slick-dots {
  padding: 0 !important;
}
.ampromo-slick .slick-dots button,
.ampromo-slick .slick-dots button:hover {
  background: transparent !important;
  border: none !important;
  height: 20px;
  padding: 5.5px !important;
  text-indent: 0 !important;
  width: 20px;
}
.ampromo-slick .slick-slide {
  vertical-align: top;
}
.ampromo-slick.slick-slider .slick-arrow.slick-next,
.ampromo-slick.slick-slider .slick-arrow.slick-prev {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjNzU3NTc1Ii8+PC9zdmc+Cg==) center no-repeat !important;
}
.ampromo-items-add {
  border: 1px solid #ededed;
  display: none;
  margin-bottom: 12px;
  padding: 7px;
  text-align: center;
}
.ampromo-items-add > a {
  border-bottom: 1px dashed;
  text-decoration: none;
}
.checkout-index-index .ampromo-items-add:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNTEyIDI1NmMwIDE0MS4zODctMTE0LjYxMyAyNTYtMjU2IDI1NlMwIDM5Ny4zODcgMCAyNTYgMTE0LjYxMyAwIDI1NiAwczI1NiAxMTQuNjEzIDI1NiAyNTZ6bTAgMCIgZmlsbD0iIzYwYjJmYyIvPjxwYXRoIGQ9Ik01MTIgMjU2YzAtMS4xNTItLjAyNy0yLjI5Ny0uMDQzLTMuNDQ1TDM2OS4wNTEgMTA5LjY0OGwtODUuMzU2IDIzLjA2My03LjU4Ni03LjU4Ni00Ni4wNjIgOC44OTgtMjQuNTg2LTI0LjU5Ny02OC4wMDQgNTMuOTU3LTI1LjUzMSA3NC44NDQgNTguMDI3IDU3LjMyLTM5LjMxNiAxMjAuMTIxIDk0LjQ3MiA5NC40NzNBMjU5LjI2IDI1OS4yNiAwIDAgMCAyNTYgNTEyYzE0MS4zODcgMCAyNTYtMTE0LjYxMyAyNTYtMjU2em0wIDAiIGZpbGw9IiMzOTY1Y2MiLz48cGF0aCBkPSJNMjMzLjE4OCAxMzcuNjg4bC0yNy43MjctMjguMjYyYy04LjI4MS04LjQ0Mi0xOS4zNTItMTMuMDk0LTMxLjE2NC0xMy4wOTQtMjQuMDc0IDAtNDMuNjYgMTkuNTg2LTQzLjY2IDQzLjY2IDAgMjQuMDc0IDE5LjU4NiA0My42NiA0My42NiA0My42NkgyNTZ2LTQ1Ljk2NHptMCAwIiBmaWxsPSIjZjY0MjEzIi8+PHBhdGggZD0iTTMzNy43MDMgOTYuMzMyYy0xMS44MTYgMC0yMi44ODMgNC42NTItMzEuMTY0IDEzLjA5NGwtMjcuNzI2IDI4LjI2MUgyNTZ2NDUuOTY1aDgxLjcwM2MyNC4wNzQgMCA0My42Ni0xOS41ODYgNDMuNjYtNDMuNjYgMC0yNC4wNzQtMTkuNTg2LTQzLjY2LTQzLjY2LTQzLjY2em0wIDAiIGZpbGw9IiNlZDI0MDAiLz48cGF0aCBkPSJNMTMwLjYzNyAyMTkuNTE2SDI1NnYxOTYuMTUySDEzMC42Mzd6bTAgMCIgZmlsbD0iI2ZmNiIvPjxwYXRoIGQ9Ik0yNTYgMjE5LjUxNmgxMjUuMzYzdjE5Ni4xNTJIMjU2em0wIDAiIGZpbGw9IiNmZmQxNWUiLz48cGF0aCBkPSJNMTExLjkyNiAxNjMuMzgzSDI1NnY3NC44NDRIMTExLjkyNnptMCAwIiBmaWxsPSIjZmZmZmMyIi8+PHBhdGggZD0iTTI1NiAxNjMuMzgzaDE0NC4wNzR2NzQuODQ0SDI1NnptMCAwIiBmaWxsPSIjZmZlYTdjIi8+PHBhdGggZD0iTTI4NC4wNjYgMTQ0LjY3MmMwLTE1LjUwNC0xMi41NjYtMjguMDY3LTI4LjA2Ni0yOC4wNjdsLTEyLjQ3MyA2NS40ODkgNDAuNTQtMTguNzExem0wIDAiIGZpbGw9IiNmNjQyMTMiLz48cGF0aCBkPSJNMjI3LjkzNCAxNDQuNjcydjE4LjcxTDI1NiAxODIuMDk1di02NS40ODljLTE1LjUgMC0yOC4wNjYgMTIuNTYzLTI4LjA2NiAyOC4wNjd6bTAgMCIgZmlsbD0iI2ZmNjEyNiIvPjxwYXRoIGQ9Ik0yNTYgMTYzLjM4M2wtMTIuNDczIDczLjU5NEwyNTYgMzA4LjcwM2wyOC4wNjYgMTguNzExVjE2My4zODN6bTAgMCIgZmlsbD0iI2VkMjQwMCIvPjxwYXRoIGQ9Ik0yMjcuOTM0IDE2My4zODN2MTY0LjAzMUwyNTYgMzA4LjcwNFYxNjMuMzgyem0wIDAiIGZpbGw9IiNmNjQyMTMiLz48L3N2Zz4=) no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 32px;
  margin-right: 12px;
  vertical-align: middle;
  width: 32px;
}
.ampromo-items-form {
  background: #fff;
  padding: 5px;
}
.ampromo-items-form .ampromo-qty {
  margin-left: 35%;
  margin-top: 10%;
  width: 30%;
}
.ampromo-items-form .product-info-price {
  padding-bottom: 10px;
  text-align: center;
  word-break: break-all;
}
.ampromo-items-form .price-base-price .price {
  font-size: 25px;
  text-decoration: line-through;
}
.ampromo-items-form .price-new-price .price-wrapper {
  font-size: 36px;
  font-weight: bold;
  line-height: 36px;
}
.ampromo-items-form .ampromo-item-qty-input > .mage-error {
  float: left;
}
.ampromo-price-description {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ampromo-loading {
  display: none;
  height: 80px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
}
.ampromo-loading.-show {
  display: inline-block;
}
.ampromo-loading:after {
  animation: load 1.2s linear infinite;
  border: 6px solid #ccc;
  border-color: #ccc transparent #ccc transparent;
  border-radius: 50%;
  content: ' ';
  display: block;
  height: 64px;
  margin: 8px;
  width: 64px;
}
.ampromo-carousel-product.-loading {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0.3;
  pointer-events: none;
}
@keyframes load {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media only screen and (max-width: 700px) {
  .ampromo-items-form .product-info-price > *:first-child,
  .ampromo-items-form .product-info-price > *:last-child {
    padding: 0;
  }
}
.ampromo-overlay {
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  text-align: center;
  top: -9999px;
  transition: opacity 0.4s linear;
  width: 100%;
  z-index: 10000;
}
.ampromo-overlay.-show {
  opacity: 1;
  top: 0;
}
.ampromo-overlay.-hide {
  display: none;
}
.ampromo-popup-wrapper {
  background-color: #fff;
  border: 1px solid #ededed;
  box-sizing: border-box;
  display: inline-block;
  margin: 30px auto;
  max-height: 95vh;
  overflow: auto;
  overflow-x: hidden;
  padding: 24px;
  position: relative;
  text-align: left;
}
.ampromo-popup-wrapper .ampromo-gallery {
  margin: 0 auto;
}
.ampromo-popup-wrapper .ampromo-popup-title,
.ampromo-popup-wrapper .ampromo-item-buttons,
.ampromo-popup-wrapper .ampromo-title {
  text-align: center;
}
.ampromo-popup-wrapper .ampromo-popup-title .ampromo-counter {
  font-weight: bold;
}
.ampromo-popup-wrapper .ampromo-item-wrapper {
  padding: 1rem;
}
.ampromo-popup-wrapper .ampromo-item-wrapper .ampromo-item {
  margin: 0 auto;
  max-width: 250px;
}
.ampromo-popup-wrapper .ampromo-item-wrapper .ampromo-title {
  display: block;
  font-weight: bold;
  margin: 1.33em 0;
  min-height: 3.2rem;
}
.ampromo-popup-wrapper .ampromo-item {
  border: 1px solid #ededed;
  box-sizing: border-box;
  margin: 0 8px 7px;
  padding: 20px;
  position: relative;
  transition: 0.6s;
}
.ampromo-popup-wrapper .ampromo-item:hover {
  background: #ccc;
}
.ampromo-popup-wrapper .ampromo-item .fieldset .field {
  margin-bottom: 10px;
}
.ampromo-popup-wrapper .ampromo-item .fieldset .field .label {
  margin-bottom: 3px;
}
.ampromo-popup-wrapper .ampromo-popup-title {
  margin: 0 auto 20px;
}
.ampromo-popup-wrapper .ampromo-close {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat;
  background-size: contain;
  border: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 16px;
  margin: 0;
  opacity: 0.8;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 16px;
  z-index: 1;
}
.ampromo-popup-wrapper .ampromo-close:hover {
  opacity: 1;
  transition: opacity 0.2s ease;
}
.ampromo-popup-wrapper .ampromo-close:focus-visible {
  box-shadow: 0 0 3px 1px #00699D;
}
.ampromo-popup-wrapper .ampromo-button {
  border: none;
  box-shadow: none;
}
.ampromo-popup-wrapper .ampromo-item.-selected {
  background: #1f78c2;
}
.ampromo-popup-wrapper .ampromo-item.-selected .ampromo-options {
  max-height: 690px;
}
.ampromo-popup-wrapper .ampromo-item-image {
  display: block;
  margin: 7px auto;
}
.ampromo-popup-wrapper .ampromo-title {
  margin: 0;
}
.ampromo-popup-wrapper .slick-dots {
  margin: 0 auto;
  position: initial;
  width: fit-content;
}
.ampromo-popup-wrapper .slick-dots:focus-within {
  box-shadow: 0 0 3px 1px #00699D;
}
.ampromo-popup-wrapper .slick-dotted.slick-slider {
  margin-bottom: 2rem;
}
.ampromo-popup-wrapper.ampromo-popup-compact .ampromo-title {
  font-size: 1.6rem;
}
.ampromo-popup-wrapper.ampromo-popup-compact .product-info-price .price {
  font-size: 2.7rem;
}
@media only screen and (max-width: 1000px) and (min-width: 701px) {
  .ampromo-overlay .ampromo-gallery {
    width: 570px;
  }
  .ampromo-popup-wrapper {
    padding: 24px 54px;
  }
}
@media only screen and (max-width: 700px) {
  .ampromo-overlay .ampromo-gallery {
    margin: 0 auto;
    width: 280px;
  }
  .ampromo-popup-wrapper {
    padding: 24px 54px;
  }
}
@media only screen and (max-width: 400px) {
  .ampromo-overlay .ampromo-gallery {
    margin: 0 auto 30px auto;
  }
  .ampromo-overlay .slick-prev,
  .ampromo-overlay .slick-next {
    display: none !important;
  }
  .ampromo-popup-wrapper {
    padding: 15px;
  }
}
.ampromo-gift {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style-type: none;
  padding: 0;
}
.ampromo-gift .ampromo-gift-item {
  display: flex;
  margin: 0;
  text-align: center;
}
.ampromo-gift .ampromo-gift-item .product-image {
  text-decoration: none;
}
.ampromo-gift .ampromo-gift-item .ampromo-product-name {
  font-weight: bold;
  max-width: 100px;
}
.quickview-loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 9999;
  display: none;
  /* Initially hidden */
}
.quickview-loader .loader-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 8px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  border-top: 8px solid #3498db;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.cms-start-now #maincontent .columns .column.main {
  padding: 0px 0px !important;
}
.cms-start-now .page-wrapper main#maincontent {
  padding-left: 0px;
  padding-right: 0px;
}
.result-section {
  max-width: 1320px;
  margin: 0 auto;
  font-family: Gotham;
}
.image-section {
  position: relative;
}
.image-section img {
  width: 100%;
}
.banner-content {
  text-align: center;
  /*background-image: url(../../frontend/Magento/luma/en_US/BrandMd_RegistrationQuiz/images/hero-banner-wifth-product-img.jpg);*/
  background-image: url(../../frontend/Magento/luma/en_US/BrandMd_RegistrationQuiz/images/new-quiz-banner.png);
  background-position: center;
  background-size: cover;
  padding: 77px 0px 0px 0px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  background-size: 100%;
}
.hero-top-to-down-arrow img {
  width: 100px;
}
.herobtn-add-to-cart {
  font-size: 38px;
  color: #fff;
  background-color: #b1cddd;
  border: none;
  padding: 38px 50px;
  border-radius: 13px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 50px;
  font-family: 'Gotham';
}
.strokeme {
  -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: black;
  font-size: 48px;
  text-transform: uppercase;
  margin-bottom: 23px;
  margin-top: 80px;
  font-weight: 600;
}
.banner-content-p {
  font-size: 32px;
  margin-bottom: 30px;
  max-width: 655px;
  width: 100%;
}
.banner-content-p2 {
  font-size: 26.5px;
  margin-bottom: 20px;
  max-width: 660px;
  width: 100%;
}
.banner-content-bold-text {
  font-weight: 700;
}
.ask-expert-first-section {
  background-color: #B1CDDD;
  padding: 0px 20px;
  margin-bottom: 1px;
}
.ask-expert-second-section {
  display: none;
  padding: 0px 20px;
}
.field-1 .radio-container .option {
  display: none;
}
.ask-expert-inner-div {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  gap: 80px;
  align-items: center;
  padding: 40px 0px;
}
.expert-section-h1 {
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 600;
}
.expert-section-p {
  font-size: 26px;
  margin-bottom: 18px;
}
.expert-section-button {
  background-color: black;
  color: white;
  font-size: 21px;
  font-weight: 600;
  padding: 10px 26px;
  border-radius: 6px;
  line-height: unset;
}
.expert-section-second-h1 {
  font-size: 36px;
  text-transform: uppercase;
  color: #359381;
  margin-bottom: 28px;
  font-weight: 600;
}
.ask-expert-inner-div h2 {
  font-weight: 600;
}
.ask-expert-images img {
  max-width: unset;
}
.result_page .product-item-info {
  width: 90%;
  text-align: center;
}
.result_page .product-item-info .product-item-name {
  margin: 10px 0;
}
.result_page .product-item-info .sort-desc {
  color: #cccccc;
}
.result_page .product-item-info .actions-primary {
  margin: 5px 0;
}
.result_page .product-item-info .actions-primary span {
  font-weight: 500;
}
.result_page .product-item-info .actions-primary .tocart {
  border-radius: 5px;
  border: none;
  font-weight: 600;
  font-size: 18px;
  padding: 16px 20px;
  letter-spacing: -0.36px;
  width: 100%;
}
.slick-arrow {
  top: 170px;
  background-color: #cccccc !important;
}
.slick-arrow.slick-next {
  right: 0;
}
.result_page .result-page-slider .slider-top {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .result_page .result-page-slider .slider-top h1 {
    margin-bottom: 0px;
  }
  .result_page .result-page-slider .slider-middle h1 {
    margin-bottom: 0px;
  }
  .result_page .result-page-slider .slider-last h1 {
    margin-bottom: 0px;
  }
}
@media (max-width: 1050px) {
  .strokeme {
    font-size: 38px;
    margin-bottom: 23px;
    margin-top: 0px;
  }
  .banner-content-p {
    font-size: 28px;
  }
  .herobtn-add-to-cart {
    font-size: 31px;
    padding: 18px 45px;
    margin-bottom: 50px;
  }
}
@media (max-width: 900px) {
  .strokeme {
    font-size: 32px;
    margin-bottom: 23px;
    margin-top: 0px;
  }
  .banner-content-p {
    font-size: 24px;
    max-width: 560px;
    width: 100%;
  }
  .herobtn-add-to-cart {
    font-size: 26px;
    padding: 18px 45px;
    margin-bottom: 40px;
  }
  .banner-content-p2 {
    font-size: 24px;
    margin-bottom: 30px;
    max-width: 660px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .ask-expert-inner-div {
    gap: 20px;
    align-items: center;
    padding: 40px 0px;
  }
  .expert-section-h1 {
    font-size: 26px;
  }
  .expert-section-p {
    font-size: 18px;
  }
  .expert-section-second-h1 {
    margin-bottom: 18px;
  }
  .strokeme {
    font-size: 32px;
    margin-bottom: 23px;
    margin-top: 0px;
  }
  .banner-content-p {
    font-size: 24px;
    max-width: 560px;
    width: 100%;
  }
  .herobtn-add-to-cart {
    font-size: 26px;
    padding: 18px 45px;
    margin-bottom: 40px;
  }
  .banner-content-p2 {
    font-size: 24px;
    margin-bottom: 30px;
    max-width: 660px;
    width: 100%;
  }
}
@media (max-width: 576px) {
  /* .ask-expert-inner-div{
        gap:20px;
        align-items: center;
        padding: 40px 0px;
    }
    .expert-section-h1{
        font-size: 26px;

    }
    .expert-section-p{
        font-size: 18px;

    }
    .expert-section-second-h1{
      margin-bottom: 18px;
    } */
  .ask-expert-inner-div {
    flex-direction: column;
    gap: 30px;
    align-items: center;
    padding: 20px 0px;
  }
  .expert-section-button {
    font-size: 16px;
  }
  .expert-section-p {
    line-height: 22px;
  }
}
@media (min-width: 769px) {
  .customer-account-result .column.main {
    width: 100% !important;
  }
}
.alekseon-widget-registration_quiz-form--wrapper .legend,
.alekseon-widget-registration_quiz-form--wrapper .submit {
  display: none;
}
#myProgress {
  width: 100%;
  background-color: #ddd;
  margin-bottom: 20px;
}
#myBar {
  height: 30px;
  background-color: #5cb85c;
  width: 0%;
  transition: all ease-in-out 0.5s;
}
#maincontent .columns .column.main #myProgress #myBar {
  height: 18px;
  background-color: #9CBED0;
}
#maincontent .columns .column.main #myProgress {
  background: transparent;
  border: 1px solid #707070;
}
.quiz-form .fieldset {
  text-align: center;
}
.quiz-form .fieldset .field label:nth-child(1) {
  font-size: 32px;
  font-weight: 400 !important;
  margin-top: 40px;
  margin-bottom: 40px;
}
.quiz-form .control.radio-container {
  display: grid;
  align-items: center;
  width: max-content;
  align-content: center;
  font-size: 20px;
  font-weight: 500;
  margin: 0 auto;
  gap: 15px;
}
.quiz-form .control.radio-container input[type="radio"] {
  display: none;
}
.quiz-form .control.radio-container label {
  display: inline-block;
  background: #ECE7DE;
  padding: 15px 50px;
  border-radius: 10px;
  cursor: pointer;
}
.quiz-form .control.radio-container input[type="radio"]:checked + label {
  background-color: #9CBED0;
}
.quiz-form .control.radio-container label {
  background: #ECE7DE;
  padding: 15px 50px;
  border-radius: 10px;
}
.quiz-form .next {
  color: #707070;
  font-size: 30px;
  text-align: center;
  font-weight: 500;
}
.customer-account-page-wrapper > form > fieldset {
  display: flex;
  flex-wrap: wrap;
}
.customer-account-page-wrapper > form > fieldset > .field {
  width: 50% !important;
}
.customer-account-page-wrapper > form > fieldset > .field > .control > input,
div > div > input,
select,
textarea {
  background: #f4f4f4 !important;
}
.control.checkbox_v-container .checkbox-container input[type="checkbox"] {
  display: none;
  position: relative;
}
.field-2 .control.radio-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.field-2 .control.radio-container .option img {
  width: 100% !important;
}
.field-2 .control.radio-container .option img {
  position: relative;
}
.field-7 .control.checkbox_v-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.field-7 .control.checkbox_v-container .checkbox-container .option img {
  position: relative;
}
.quiz-form .control.radio-container input[type="radio"]:checked + label {
  background-color: #9CBED0;
}
.field-8 .control.checkbox_v-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr) !important;
  max-width: 1100px;
  margin: 0 auto;
}
.checkbox-container p {
  font-size: 23px;
  font-weight: 500;
}
.field-9 .control.with-image.multi-columns.checkbox_v-container {
  display: flex !important;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  gap: 20px;
}
.field-9 .control.with-image.multi-columns.checkbox_v-container .checkbox-container {
  width: 20%;
  background: #ECE7DE;
  border-radius: 10px;
}
.quiz-form div.back {
  cursor: pointer;
}
.quiz-form p.error {
  color: red;
  text-align: center;
}
.quiz-form div.next {
  cursor: pointer;
}
.quiz-form .control.radio-container p {
  margin-bottom: 0px;
}
.quiz-form .field-9 .control .checkbox-container input[type="checkbox"]:checked + label p {
  background-color: #9CBED0 !important;
  border-radius: 10px;
}
.checkbox-container label div {
  position: relative;
  cursor: pointer;
}
.checkbox-container label img {
  width: 100% !important;
}
.field-2 .control.radio-container .option img {
  border-radius: 8px !important;
}
.checkbox-container input[type="checkbox"]:checked + label div::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 8px;
  box-sizing: border-box;
  z-index: 0;
}
.checkbox-container label div.option {
  line-height: 0px;
}
.field-7 .control.checkbox_v-container {
  column-gap: 30px;
  row-gap: 20px;
}
.field-7 .checkbox-container label p {
  font-size: 20px;
  margin-bottom: 0px;
  margin-top: 5px;
}
.field-8 .control.checkbox_v-container {
  column-gap: 40px;
  row-gap: 20px;
}
.field-8 .checkbox-container label p {
  font-size: 20px;
  margin-bottom: 0px;
  margin-top: 5px;
}
.field-9 .checkbox_v-container > .checkbox-container input[type="checkbox"]:checked + label {
  background-color: #9CBED0;
}
.field-9 .control.checkbox_v-container {
  display: flex !important;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  gap: 20px;
}
.field-9 .control.checkbox_v-container .checkbox-container {
  width: 20%;
  background: #ECE7DE;
  border-radius: 10px;
}
.field-9 .checkbox_v-container .checkbox-container label {
  cursor: pointer;
}
.field-9 .checkbox_v-container .checkbox-container label p {
  margin: 0px;
  padding: 20px;
  font-size: 20px;
}
.customer-account-create .form-create-account .actions-toolbar {
  padding: 0 70px !important;
  margin-top: 0px !important;
}
.customer-account-create .form-create-account .actions-toolbar .primary span {
  font-size: 36px;
}
.quiz-form .customer-account-page-wrapper {
  padding: 0px !important;
}
fieldset.create.fieldset.info {
  margin: 0px !important;
}
.iti.iti--allow-dropdown {
  width: 100% !important;
}
.quiz-form .customer-account-page-wrapper {
  padding: 0px !important;
}
.customer-account-create .customer-account-page-wrapper {
  padding: 0 0px !important;
}
.ultimatePage-top.get-started-page-top .form-start-h6 {
  font-size: 30px !important;
  margin-bottom: 23px !important;
}
.customer-account-create .form-create-account .fieldset .field input {
  height: 43px !important;
}
.customer-account-create .form-create-account .fieldset .field select {
  height: 43px !important;
}
.customer-account-create .form-create-account .fieldset.additional_info .field input {
  height: 30px !important;
}
.ultimatePage-top.get-started-page-top .form-start-p {
  font-size: 23px !important;
}
.customer-account-create .form-create-account .fieldset .field .label {
  font-size: 20px !important;
}
.customer-account-create .form-create-account .actions-toolbar button.action.primary,
.customer-account-create .form-create-account .actions-toolbar button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.customer-account-create .form-create-account .actions-toolbar button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.customer-account-create .form-create-account .actions-toolbar button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.customer-account-create .form-create-account .actions-toolbar button.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary {
  font-size: 25px !important;
  padding: 20px 30px !important;
}
.customer-account-create .form-create-account .fieldset .field.newsletter span {
  font-size: 22px !important;
}
.customer-account-create .form-create-account .fieldset .field {
  padding: 0px 70px !important;
}
.fieldset.additional_info .field-recaptcha .g-recaptcha {
  padding-left: 70px;
}
.customer-account-create .actions-toolbar .primary #send2 {
  margin-bottom: 100px;
}
.customer-account-result #maincontent {
  padding: 0px !important;
  margin-top: 0px;
}
.customer-account-result #maincontent .column.main {
  padding: 0px !important;
}
.customer-account-result .column.main .result_page .result-section .result-page-slider {
  padding: 0px 20px;
}
.customer-account-result .slick-list .product-item .product-item-info .product-item-details .sort-desc {
  max-width: 250px;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.result_page .result-page-slider h1 {
  font-size: 32px;
  font-weight: 600;
}
.customer-account-result .result-page-slider .product-slider .products-grid #category-product-list .slick-prev.slick-disabled {
  opacity: 0.4;
}
.customer-account-result .result-page-slider .product-slider .products-grid #category-product-list .slick-prev {
  height: 40px;
  width: 40px;
  left: -50px;
  right: 85px !important;
  border-radius: 50%;
}
.customer-account-result .result-page-slider .product-slider .products-grid #category-product-list .slick-prev:before {
  font-size: 24px;
  line-height: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.customer-account-result .result-page-slider .product-slider .products-grid #category-product-list .slick-next {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  right: -20px !important;
}
.customer-account-result .result-page-slider .product-slider .products-grid #category-product-list .slick-next:before {
  font-size: 24px;
  line-height: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.breadcrumbs {
  display: none;
}
.page-start {
  max-width: 1400px;
  padding: 0px 20px;
  margin: 0 auto;
  width: 100%;
}
.page-start .email-input {
  width: 100%;
  padding: 30px 20px 27px 20px;
  border-radius: 10px;
  max-width: 640px;
  height: auto !important;
  font-size: 20px;
}
.page-start .email-input::placeholder {
  font-weight: 700;
  color: black;
  font-size: 27px;
}
.skincare-line-h1 {
  font-size: 60px;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 700;
  text-transform: math-auto;
}
.skincare-p {
  font-size: 36px;
  margin-bottom: 48px;
  text-align: center;
}
.skincare-button-outer {
  text-align: center;
  margin-bottom: 40px;
}
button.skincare-button {
  border: 1px solid #707070;
  border-radius: 10px;
  font-size: 24px;
  background-color: white;
  padding: 30px 18px;
  cursor: pointer;
}
.skincare-second-button-outer {
  text-align: center;
  margin-bottom: 63px;
}
button.skincare-second-button {
  border: 1px solid #707070;
  border-radius: 10px;
  font-size: 36px;
  background-color: black;
  color: #fff;
  padding: 35px 44px;
  cursor: pointer;
  font-family: 'Gotham';
}
.skincare-hero-banner {
  text-align: center;
  width: 100%;
}
.skincare-hero-banner img {
  width: 100%;
}
.customer-account-create .columns .column.main .quiz-form .actions-toolbar {
  display: none;
}
.ask-expert-second-section .ask-expert-inner-div h2 {
  margin: 0px;
}
.customer-account-create .columns .quiz-form .fieldset .field {
  margin-bottom: 0px !important;
}
@media (max-width: 1350px) {
  .customer-account-result .result-page-slider .product-slider .products-grid #category-product-list .slick-prev {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    left: -15px;
  }
  .customer-account-result .result-page-slider .product-slider .products-grid #category-product-list .slick-next {
    height: 36px;
    width: 36px;
    border-radius: 50%;
    right: 2rem !important;
  }
}
@media (max-width: 1279px) {
  .skincare-line-h1 {
    font-size: 44px;
    margin-bottom: 28px;
  }
  .skincare-p {
    font-size: 30px;
    margin-bottom: 42px;
  }
  button.skincare-button {
    padding: 24px 14px;
  }
  button.skincare-second-button {
    font-size: 28px;
    padding: 30px 40px;
  }
}
@media (max-width: 1199px) {
  .field-7 .control.checkbox_v-container {
    grid-template-columns: repeat(4, 1fr);
    max-width: 930px;
  }
}
@media (max-width: 1110px) {
  .field-9 .control.checkbox_v-container .checkbox-container {
    width: 25%;
  }
}
@media (max-width: 1100px) {
  .field-8 .control.checkbox_v-container {
    max-width: 876px;
    margin: 0 auto;
  }
  .field-8 .checkbox-container label p {
    font-size: 18px;
    overflow-wrap: anywhere;
  }
  .field-2 .control.radio-container {
    max-width: 876px;
    margin: 0 auto;
  }
  .customer-account-result .slick-list .product-item .product-item-info .product-item-details .sort-desc {
    max-width: 200px;
  }
}
@media (max-width: 1023px) {
  .banner-content {
    padding: 100px 0px 0px 0px;
  }
  .hero-top-to-down-arrow img {
    width: 80px;
  }
  .ask-expert-inner-div {
    gap: 20px;
    align-items: center;
    padding: 40px 0px;
  }
  .expert-section-h1 {
    font-size: 30px;
  }
  .expert-section-p {
    font-size: 22px;
  }
  .expert-section-second-h1 {
    margin-bottom: 20px;
  }
  .skincare-line-h1 {
    font-size: 40px;
    margin-bottom: 28px;
  }
  .skincare-p {
    font-size: 25px;
    margin-bottom: 38px;
  }
  button.skincare-button {
    padding: 20px 14px;
    font-size: 24px;
  }
  button.skincare-second-button {
    font-size: 24px;
    padding: 27px 38px;
  }
  .skincare-line-h1 {
    font-size: 30px;
    margin-bottom: 28px;
  }
  .skincare-p {
    font-size: 19px;
    margin-bottom: 28px;
  }
  button.skincare-button {
    padding: 16px 14px;
    font-size: 22px;
  }
  .skincare-button-outer {
    margin-bottom: 35px;
  }
  .skincare-second-button-outer {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .quiz-form .control.radio-container {
    font-size: 18px;
  }
  .quiz-form .fieldset .field label:nth-child(1) {
    font-size: 28px;
    margin-top: 24px;
    margin-bottom: 40px;
  }
  .quiz-form .next {
    font-size: 26px;
  }
  .field-7 .checkbox-container label p {
    font-size: 18px;
  }
  .field-9 .checkbox_v-container .checkbox-container label p {
    font-size: 18px;
  }
  .field-2 .control.radio-container p {
    font-size: 18px;
    font-weight: 500;
  }
  .customer-account-create .form-create-account .fieldset .field {
    padding: 0px 30px !important;
  }
  .customer-account-create .form-create-account .actions-toolbar {
    padding: 0 30px !important;
    margin-top: 0px !important;
  }
  .fieldset.additional_info .field-recaptcha .g-recaptcha {
    padding-left: 30px;
  }
  .customer-account-result .slick-slider .slick-track .product-item .product-item-info .product-item-details .actions-primary a span {
    font-size: 15px;
  }
  .result_page .result-page-slider h1 {
    font-size: 28px;
    font-weight: 600;
  }
  .customer-account-result .result-page-slider .product-slider .products-grid #category-product-list .slick-prev {
    height: 36px;
    width: 36px;
  }
  .customer-account-result .result-page-slider .product-slider .products-grid #category-product-list .slick-next {
    height: 36px;
    width: 36px;
  }
  .customer-account-result .result-page-slider .product-slider .products-grid #category-product-list .slick-prev:before {
    font-size: 21px;
  }
  .customer-account-result .result-page-slider .product-slider .products-grid #category-product-list .slick-next:before {
    font-size: 21px;
  }
}
@media (max-width: 876px) {
  .field-7 .control.checkbox_v-container {
    grid-template-columns: repeat(3, 1fr);
    max-width: 630px;
  }
  .field-8 .control.checkbox_v-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr) !important;
    max-width: 630px;
  }
  .field-2 .control.radio-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 630px;
  }
  .customer-account-result .slick-slider .slick-track .product-item .product-item-info .product-item-details .actions-primary a span {
    font-size: 12px;
  }
  .customer-account-result .slick-list .product-item .product-item-info .product-item-details .sort-desc {
    max-width: 180px;
  }
  .result_page .result-page-slider h1 {
    font-size: 24px;
    font-weight: 600;
  }
}
@media (ma-width: 830px) {
  .field-9 .control.checkbox_v-container .checkbox-container {
    width: 31%;
  }
}
@media (max-width: 800px) {
  .strokeme {
    font-size: 29px;
    margin-bottom: 18px;
    margin-top: 0px;
  }
  .banner-content-p {
    font-size: 22px;
    max-width: 524px;
  }
  .herobtn-add-to-cart {
    font-size: 24px;
    padding: 21px 40px;
    margin-bottom: 35px;
  }
  .banner-content-p2 {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .hero-top-to-down-arrow img {
    width: 65px;
  }
}
@media (max-width: 767px) {
  .field-9 .checkbox_v-container .checkbox-container label p {
    font-size: 16px;
  }
  .field-9 .control.checkbox_v-container .checkbox-container {
    width: 31%;
  }
  .quiz-form .fieldset .field label:nth-child(1) {
    font-size: 21px;
    margin-top: 24px;
    margin-bottom: 40px;
  }
  .banner-content {
    padding: 65px 10px 0px 10px;
    background-size: cover;
  }
  .customer-account-page-wrapper > form > fieldset > .field {
    width: 100% !important;
  }
  .customer-account-result .slick-slider .slick-track .product-item .product-item-info .product-item-details .actions-primary a span {
    font-size: 12px;
  }
  .result_page .result-page-slider h1 {
    font-size: 24px;
  }
  button.skincare-second-button {
    font-size: 22px;
    padding: 24px 38px;
  }
}
@media (max-width: 599px) {
  .customer-account-result .result-page-slider .product-slider .products-grid #category-product-list .slick-prev {
    right: unset !important;
    left: -21px !important;
  }
  .customer-account-result .result-page-slider .product-slider .products-grid #category-product-list .slick-next {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    right: 28px !important;
  }
}
@media (max-width: 575px) {
  .field-7 .control.checkbox_v-container {
    grid-template-columns: repeat(2, 1fr);
    max-width: 400px;
  }
  .field-7 .checkbox-container label p {
    font-size: 17px;
  }
  .field-8 .control.checkbox_v-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    max-width: 400px;
  }
  .field-8 .checkbox-container label p {
    font-size: 17px;
  }
  .field-2 .control.radio-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 400px;
  }
  .field-2 .control.radio-container p {
    font-size: 17px;
    font-weight: 500;
  }
  .quiz-form .control.radio-container {
    width: 100%;
    font-size: 16px;
  }
  .customer-account-create .form-create-account .fieldset .field {
    padding: 0px 10px !important;
  }
  .fieldset.additional_info .field-recaptcha .g-recaptcha {
    padding-left: 10px;
  }
  .customer-account-create .form-create-account .actions-toolbar button.action.primary,
  .customer-account-create .form-create-account .actions-toolbar button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
  .customer-account-create .form-create-account .actions-toolbar button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
  .customer-account-create .form-create-account .actions-toolbar button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
  .customer-account-create .form-create-account .actions-toolbar button.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary {
    font-size: 18px !important;
  }
  .customer-account-create .form-create-account .actions-toolbar {
    padding: 0 10px !important;
    margin-top: 0px !important;
  }
  .result_page .result-page-slider h1 {
    font-size: 22px;
  }
  .customer-account-create .quiz-form {
    padding: 0px 0px;
  }
  .customer-account-create .columns .quiz-form .back {
    padding: 0px 15px;
  }
  .customer-account-create .columns .quiz-form .fieldset .field .control.radio-container {
    padding: 0px 40px;
  }
}
@media (max-width: 480px) {
  .strokeme {
    font-size: 27px;
    margin-bottom: 15px;
  }
  .banner-content-p {
    font-size: 20px;
  }
  .banner-content-p2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .result_page .banner-content .herobtn-add-to-cart {
    font-size: 16px;
  }
}
@media (max-width: 450px) {
  button.skincare-button {
    padding: 14px 14px;
    font-size: 18px;
  }
  button.skincare-second-button {
    font-size: 18px;
    padding: 14px 38px;
  }
  .skincare-button-outer {
    margin-bottom: 25px;
  }
  .skincare-second-button-outer {
    margin-bottom: 25px;
  }
}
@media (max-width: 430px) {
  .field-9 .checkbox_v-container .checkbox-container label p {
    padding: 12px;
  }
}
@media (max-width: 420px) {
  .field-7 .control.checkbox_v-container {
    column-gap: 20px;
  }
  .field-7 .checkbox-container label p {
    font-size: 15px;
  }
  .field-8 .control.checkbox_v-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    max-width: 400px;
  }
  .field-8 .checkbox-container label p {
    font-size: 15px;
  }
  .field-2 .control.radio-container p {
    font-size: 17px;
    font-weight: 500;
  }
}
@media (max-width: 399px) {
  .customer-account-result .slick-slider .slick-track .product-item .product-item-info .product-item-details .actions-primary a {
    padding: 10px 10px;
  }
  .customer-account-result .slick-list .product-item .product-item-info .product-item-details .sort-desc {
    max-width: 130px;
  }
  .result_page .result-page-slider h1 {
    font-size: 21px;
  }
}
@media (max-width: 380px) {
  .field-9 .control.checkbox_v-container .checkbox-container {
    width: 100%;
  }
}
.customer-account-result .modal-popup .action-close {
  left: 0;
  right: unset;
}
@media (max-width: 768px) {
  .customer-account-result .modal-popup.modal-slide .modal-inner-wrap {
    max-height: 100%;
    height: 100%;
  }
  .customer-account-result .modal-popup.modal-slide {
    left: 0;
    z-index: 900;
  }
}
@media (max-width: 575px) {
  .customer-account-result .modal-content {
    padding: 0px !important;
  }
}
.customer-account-result .product-quickview iframe {
  height: 2410px !important;
}
/*.form-create-account .region{
    display:none !important;
}*/
@media (min-width: 1285px) {
  div#myProgress {
    width: 1285px;
    margin: auto;
  }
  .quiz-form {
    width: 1285px;
    margin: 20px auto;
  }
}
.customer-account-page-wrapper .back {
  margin: 10px 0;
}
.result-page-slider #category-product-list .slick-list .slick-slide .product-item .product-item-info .actions-primary {
  display: flex;
  gap: 10px;
  /* flex-wrap:wrap; */
}
.result-page-slider #category-product-list .slick-list .slick-slide .product-item .product-item-info .actions-primary form {
  width: 100%;
}
.result-page-slider #category-product-list .slick-list .slick-slide .product-item .product-item-info .actions-primary form button {
  font-size: 14px;
  width: 100%;
}
.result-page-slider #category-product-list .slick-list .slick-slide .product-item .product-item-info .actions-primary .quick-view-button-visible {
  width: 100%;
}
.result-page-slider #category-product-list .slick-list .slick-slide .product-item .product-item-info .actions-primary .quick-view-button-visible a {
  font-size: 14px;
  width: 100%;
  border-radius: 8px;
  background-color: black;
}
@media (max-width: 1310px) {
  .result-page-slider #category-product-list .slick-list .slick-slide .product-item .product-item-info .actions-primary {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .result-page-slider #category-product-list .slick-list .slick-slide .product-item .product-item-info .actions-primary form button,
  .result-page-slider #category- product-list .slick-list .slick-slide .product-item .product-item-info .actions-primary .quick-view-button-visible a {
    font-size: 12px;
  }
}
.canvas_icons,
:root .page-header-v2 .page-header .header.links > li.authorization-link a:not([data-post]),
:root .page-header-v2 .page-header .header.links > .customer-welcome .customer-name {
  position: relative;
  top: 0;
  margin: 0 5px 0 0;
  padding: 0;
  width: 25px;
  height: 25px;
  line-height: 25px !important;
  text-align: center;
  font-size: 20px;
  display: inline-block;
  font-family: 'font-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
}
.canvas_icons:before {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
@media (min-width: 768px) {
  .widget.block.block-static-block {
    margin: 0;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .widget.block.block-static-block > * {
    margin: 0;
    padding: 0;
  }
  .widget.block.block-static-block img {
    display: block;
  }
}
.header.panel > .header.links > li.welcome {
  line-height: inherit !important;
}
:root .page-header-v2 .page-header .header.links > .customer-welcome .customer-name {
  width: 17px;
}
.page-header .header-global-promo .global-notification-wrapper {
  display: none;
  position: relative;
  top: 0px;
  width: 100%;
  padding: 10px;
  text-align: center;
  z-index: 1;
}
.page-header .header-global-promo .global-notification-wrapper a.close-global-notification {
  display: block;
  width: 9px;
  height: 9px;
  opacity: 1;
  margin-top: 3px;
  float: right;
  font-size: 12px;
  line-height: 1;
  position: absolute;
  top: 10px;
  right: 20px;
  color: #000;
}
.page-header .header-global-promo .notice-inner {
  margin: 0 auto;
  padding: 0px;
  width: 90%;
}
.page-header .header-global-promo .notice-inner * {
  text-transform: none !important;
}
.page-header #switcher-language.switcher strong,
.page-header #switcher-store.switcher strong,
.page-header #switcher-currency.switcher strong {
  font-size: 12px;
}
.page-header #switcher-language .options ul.dropdown,
.page-header #switcher-store .options ul.dropdown,
.page-header #switcher-currency .options ul.dropdown {
  right: 0;
  z-index: 999;
}
.page-header #switcher-language .options ul.dropdown:before,
.page-header #switcher-store .options ul.dropdown:before,
.page-header #switcher-currency .options ul.dropdown:before {
  left: auto;
  right: 10px;
}
.page-header #switcher-language .options ul.dropdown:after,
.page-header #switcher-store .options ul.dropdown:after,
.page-header #switcher-currency .options ul.dropdown:after {
  left: auto;
  right: 9px;
}
.page-header #switcher-language .options ul.dropdown li a,
.page-header #switcher-store .options ul.dropdown li a,
.page-header #switcher-currency .options ul.dropdown li a {
  font-size: 12px;
}
.page-header * {
  text-transform: uppercase;
}
.page-header-v2 .header.content,
.page-header-v3 .header.content,
.page-header-v4 .header.content {
  padding: 21px 0 21px 0;
  margin: 0 auto;
}
.page-header-v2 .header.content .logo,
.page-header-v3 .header.content .logo,
.page-header-v4 .header.content .logo {
  margin: 0 30px 0 0;
}
.page-header-v3 .header.content {
  padding: 18px 0 18px 0;
}
.page-header-v3 .header.content .header_right {
  padding: 0 !important;
}
.page-header-v3 .header.content .block-search.minisearch-v2 {
  padding: 0 15px;
}
.page-header-v4 .header.panel > .header.links {
  float: left;
  margin-left: 0;
  margin-right: 15px;
  margin-top: 10px;
}
.page-header-v4 .header.panel > .header.links li.greet.welcome {
  float: left;
  min-width: 20px;
}
.page-header-v4 .panel.header .multistore-switcher {
  margin-left: 0;
}
.page-header-v4 .panel.header .switcher-currency {
  float: left;
  top: 10px;
  position: relative;
}
.page-header-v4 .panel.header #switcher-language .options.switcher-options ul.dropdown {
  right: unset;
  left: 0;
}
.page-header-v4 .panel.header #switcher-language .options.switcher-options ul.dropdown:before,
.page-header-v4 .panel.header #switcher-language .options.switcher-options ul.dropdown:after {
  right: unset;
  left: 10px;
}
.page-header-v4 .header.content {
  text-align: center;
}
.page-header-v4 .header.content .logo {
  float: none;
}
.page-header-v4 .header.content .logo img {
  display: inline-block;
}
.nav-open .nav-toggle::after {
  background-color: rgba(255, 255, 255, 0.5) !important;
  right: unset !important;
}
@media (max-width: 767px) {
  .page-wrapper .page-header .header.content,
  .page-wrapper .page-header .header_right {
    max-width: 100%;
  }
}
.page-wrapper .page-header .panel.wrapper {
  position: relative;
  height: 40px;
}
.page-header {
  position: relative;
  z-index: 100;
}
.page-header .block-search input {
  text-transform: none !important;
}
:root .wp-device-xxs .page-header-v .page-header .header.content,
:root .wp-device-xs .page-header-v4 .page-header .header.content,
:root .wp-device-s .page-header-v4 .page-header .header.content,
:root .wp-device-m .page-header-v4 .page-header .header.content {
  padding: 18px 0 14px 0;
}
:root .wp-device-xxs .page-header-v2 .page-header,
:root .wp-device-xs .page-header-v2 .page-header,
:root .wp-device-s .page-header-v2 .page-header,
:root .wp-device-m .page-header-v2 .page-header,
:root .wp-device-xxs .page-header-v3 .page-header,
:root .wp-device-xs .page-header-v3 .page-header,
:root .wp-device-s .page-header-v3 .page-header,
:root .wp-device-m .page-header-v3 .page-header,
:root .wp-device-xxs .page-header-v4 .page-header,
:root .wp-device-xs .page-header-v4 .page-header,
:root .wp-device-s .page-header-v4 .page-header,
:root .wp-device-m .page-header-v4 .page-header {
  margin-bottom: 0;
  border: 0;
}
:root .page-header-v2 .page-header .compare.wrapper {
  float: left;
}
:root .page-header-v3 .page-header .compare.wrapper,
:root .page-header-v4 .page-header .compare.wrapper {
  margin: 5px 0 0 20px;
}
:root .page-header-v4 .page-header .compare.wrapper {
  float: left;
  margin: 15px 20px 0 0;
}
:root .page-header-v2 .page-header .panel.header {
  width: 100%;
  margin: 0 auto;
}
:root .page-header-v4 .page-header .panel.header {
  padding-top: 5px;
  padding-bottom: 5px;
}
:root .wp-device-xxs .page-header-v4 .page-header .panel.header,
:root .wp-device-xs .page-header-v4 .page-header .panel.header,
:root .wp-device-s .page-header-v4 .page-header .panel.header,
:root .wp-device-m .page-header-v4 .page-header .panel.header {
  float: left;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 0 15px;
}
@media (min-width: 768px) {
  :root .page-header-v2 .page-header .panel.header {
    padding-bottom: 0;
  }
}
:root .wp-device-xxs .page-header-v1 .page-header .header.content,
:root .wp-device-xs .page-header-v1 .page-header .header.content,
:root .wp-device-s .page-header-v1 .page-header .header.content,
:root .wp-device-m .page-header-v1 .page-header .header.content {
  padding-bottom: 5px;
  padding-top: 15px;
}
:root .wp-device-l .page-header-v2 .page-header .header.content,
:root .wp-device-xl .page-header-v2 .page-header .header.content,
:root .wp-device-l .page-header-v3 .page-header .header.content,
:root .wp-device-xl .page-header-v3 .page-header .header.content,
:root .wp-device-l .page-header-v4 .page-header .header.content,
:root .wp-device-xl .page-header-v4 .page-header .header.content {
  height: auto;
  padding: 21px 0;
  margin: 0 auto;
}
:root .wp-device-l .page-header-v4 .page-header .header.content,
:root .wp-device-xl .page-header-v4 .page-header .header.content {
  text-align: center;
  height: auto;
}
.page-header .compare.wrapper {
  font-size: 12px;
  color: #303030;
}
.page-header .compare.wrapper li > a {
  color: #303030;
}
.page-header #switcher-language .options ul.dropdown {
  right: 0;
}
.page-header #switcher-language .options ul.dropdown:before {
  left: auto;
  right: 10px;
}
.page-header #switcher-language .options ul.dropdown:after {
  left: auto;
  right: 9px;
}
:root .wp-device-xxs .page-header #switcher-store,
:root .wp-device-xxs .page-header #switcher-currency,
:root .wp-device-xxs .page-header #switcher-language,
:root .wp-device-xs .page-header #switcher-store,
:root .wp-device-xs .page-header #switcher-currency,
:root .wp-device-xs .page-header #switcher-language,
:root .wp-device-s .page-header #switcher-store,
:root .wp-device-s .page-header #switcher-currency,
:root .wp-device-s .page-header #switcher-language,
:root .wp-device-m .page-header #switcher-store,
:root .wp-device-m .page-header #switcher-currency,
:root .wp-device-m .page-header #switcher-language {
  display: none;
}
:root .wp-device-l .page-header-v4 .page-header #switcher-store,
:root .wp-device-l .page-header-v4 .page-header #switcher-currency,
:root .wp-device-l .page-header-v4 .page-header #switcher-language,
:root .wp-device-xl .page-header-v4 .page-header #switcher-store,
:root .wp-device-xl .page-header-v4 .page-header #switcher-currency,
:root .wp-device-xl .page-header-v4 .page-header #switcher-language {
  float: left;
  margin-left: 0;
  margin-right: 15px;
  margin-top: 10px;
}
:root .page-header-v2 .page-header #switcher-store,
:root .page-header-v2 .page-header #switcher-currency,
:root .page-header-v2 .page-header #switcher-language {
  margin: 5px 10px 0 !important;
  margin: 3px 10px 0;
  padding: 0;
}
.page-header #switcher-store .mage-dropdown-dialog .dropdown.switcher-dropdown,
.page-header #switcher-currency .mage-dropdown-dialog .dropdown.switcher-dropdown,
.page-header #switcher-language .mage-dropdown-dialog .dropdown.switcher-dropdown {
  right: 0;
}
.page-header #switcher-store .mage-dropdown-dialog .dropdown.switcher-dropdown:before,
.page-header #switcher-currency .mage-dropdown-dialog .dropdown.switcher-dropdown:before,
.page-header #switcher-language .mage-dropdown-dialog .dropdown.switcher-dropdown:before {
  left: auto;
  right: 10px;
}
.page-header #switcher-store .mage-dropdown-dialog .dropdown.switcher-dropdown:after,
.page-header #switcher-currency .mage-dropdown-dialog .dropdown.switcher-dropdown:after,
.page-header #switcher-language .mage-dropdown-dialog .dropdown.switcher-dropdown:after {
  left: auto;
  right: 9px;
}
:root .page-header-v2 .page-header #switcher-store .mage-dropdown-dialog .dropdown.switcher-dropdown,
:root .page-header-v2 .page-header #switcher-currency .mage-dropdown-dialog .dropdown.switcher-dropdown,
:root .page-header-v2 .page-header #switcher-language .mage-dropdown-dialog .dropdown.switcher-dropdown {
  padding: 0 5px;
}
.page-header #switcher-store-trigger,
.page-header #switcher-currency-trigger,
.page-header #switcher-language-trigger {
  margin-bottom: 0;
}
:root .wp-device-xxs .page-header-v1 .page-header .action.nav-toggle,
:root .wp-device-xs .page-header-v1 .page-header .action.nav-toggle,
:root .wp-device-s .page-header-v1 .page-header .action.nav-toggle,
:root .wp-device-m .page-header-v1 .page-header .action.nav-toggle {
  top: 12px;
}
:root .wp-device-xxs .page-header-v4 .page-header .action.nav-toggle,
:root .wp-device-xs .page-header-v4 .page-header .action.nav-toggle,
:root .wp-device-s .page-header-v4 .page-header .action.nav-toggle,
.page-header .action.nav-toggle :root .wp-device-m .page-header-v4 {
  top: 15px;
}
:root .wp-device-l .page-header-v1 .page-header .action.nav-toggle,
:root .wp-device-xl .page-header-v1 .page-header .action.nav-toggle {
  margin-bottom: 0;
}
.page-header .logo {
  z-index: 10;
}
:root .wp-device-xxs .page-header-v1 .page-header .logo,
:root .wp-device-xs .page-header-v1 .page-header .logo,
:root .wp-device-s .page-header-v1 .page-header .logo,
:root .wp-device-m .page-header-v1 .page-header .logo,
:root .wp-device-xxs .page-header-v2 .page-header .logo,
:root .wp-device-xs .page-header-v2 .page-header .logo,
:root .wp-device-s .page-header-v2 .page-header .logo,
:root .wp-device-m .page-header-v2 .page-header .logo,
:root .wp-device-xxs .page-header-v3 .page-header .logo,
:root .wp-device-xs .page-header-v3 .page-header .logo,
:root .wp-device-s .page-header-v3 .page-header .logo,
:root .wp-device-m .page-header-v3 .page-header .logo,
:root .wp-device-xxs .page-header-v4 .page-header .logo,
:root .wp-device-xs .page-header-v4 .page-header .logo,
:root .wp-device-s .page-header-v4 .page-header .logo,
:root .wp-device-m .page-header-v4 .page-header .logo {
  margin-left: 40px;
}
:root .wp-device-l .page-header-v2 .page-header .logo,
:root .wp-device-xl .page-header-v2 .page-header .logo,
:root .wp-device-l .page-header-v4 .page-header .logo,
:root .wp-device-xl .page-header-v4 .page-header .logo {
  margin: 0 30px 0 0;
}
:root .wp-device-xxs .page-header-v3 .page-header .logo,
:root .wp-device-xs .page-header-v3 .page-header .logo,
:root .wp-device-s .page-header-v3 .page-header .logo {
  margin: 3px 30px 0 40px;
}
:root .wp-device-l .page-header-v4 .page-header .logo,
:root .wp-device-xl .page-header-v4 .page-header .logo {
  float: none;
}
:root .wp-device-xxs .page-header-v2 .page-header .logo,
:root .wp-device-xs .page-header-v2 .page-header .logo,
:root .wp-device-s .page-header-v2 .page-header .logo,
:root .wp-device-m .page-header-v2 .page-header .logo {
  margin: 0 0 10px 40px;
}
:root .wp-device-xxs.checkout-index-index .page-header-v1 .page-header .logo,
:root .wp-device-xs.checkout-index-index .page-header-v1 .page-header .logo,
:root .wp-device-s.checkout-index-index .page-header-v1 .page-header .logo,
:root .wp-device-m.checkout-index-index .page-header-v1 .page-header .logo,
:root .wp-device-xxs.checkout-index-index .page-header-v2 .page-header .logo,
:root .wp-device-xs.checkout-index-index .page-header-v2 .page-header .logo,
:root .wp-device-s.checkout-index-index .page-header-v2 .page-header .logo,
:root .wp-device-m.checkout-index-index .page-header-v2 .page-header .logo,
:root .wp-device-xxs.checkout-index-index .page-header-v3 .page-header .logo,
:root .wp-device-xs.checkout-index-index .page-header-v3 .page-header .logo,
:root .wp-device-s.checkout-index-index .page-header-v3 .page-header .logo,
:root .wp-device-m.checkout-index-index .page-header-v3 .page-header .logo,
:root .wp-device-xxs.checkout-index-index .page-header-v4 .page-header .logo,
:root .wp-device-xs.checkout-index-index .page-header-v4 .page-header .logo,
:root .wp-device-s.checkout-index-index .page-header-v4 .page-header .logo,
:root .wp-device-m.checkout-index-index .page-header-v4 .page-header .logo {
  margin-left: 0;
}
:root .page-header-v1 .page-header .logo img,
:root .page-header-v2 .page-header .logo img,
:root .page-header-v3 .page-header .logo img,
:root .page-header-v4 .page-header .logo img,
:root .page-header-v1.sticky-header .page-header .logo img,
:root .page-header-v2.sticky-header .page-header .logo img,
:root .page-header-v3.sticky-header .page-header .logo img,
:root .page-header-v4.sticky-header .page-header .logo img {
  width: auto;
  height: 34px;
}
:root .wp-device-l .page-header-v4 .page-header .logo img,
:root .wp-device-xl .page-header-v4 .page-header .logo img {
  display: inline-block;
}
:root .page-header-v2 .page-header .header_right,
:root .page-header-v3 .page-header .header_right,
:root .page-header-v4 .page-header .header_right {
  float: right;
  position: relative;
  margin: 5px 0 0;
}
:root .wp-device-xxs .page-header-v4 .page-header .header_right,
:root .wp-device-xs .page-header-v4 .page-header .header_right,
:root .wp-device-s .page-header-v4 .page-header .header_right,
:root .wp-device-m .page-header-v4 .page-header .header_right {
  position: static;
  margin-top: 15px;
}
:root .page-header-v2 .page-header #switcher-store,
:root .page-header-v2 .page-header #switcher-currency,
:root .page-header-v2 .page-header #switcher-language,
:root .page-header-v2 .page-header .compare.wrapper li a,
:root .page-header-v2 .page-header .header.links,
:root .page-header-v2 .page-header .minicart-wrapper,
:root .page-header-v2 .page-header .block-search {
  float: left;
  margin: 0 5px;
  padding: 0 5px;
}
:root .page-header-v2 .page-header a.action.showcart {
  margin-top: 1px;
}
:root .wp-device-m .page-header-v2 .page-header a.action.showcart {
  margin-top: 0;
}
:root .page-header-v3 .page-header a.action.showcart {
  position: relative;
  top: -4px;
}
:root .wp-device-m .page-header-v4 .page-header a.action.showcart {
  margin-top: 2px;
}
:root .page-header-v2 .page-header .minisearch-v2 {
  margin-top: 2px;
}
:root .page-header-v3 .page-header .compare.wrapper li,
:root .page-header-v3 .page-header .compare.wrapper li a,
:root .page-header-v4 .page-header .compare.wrapper li,
:root .page-header-v4 .page-header .compare.wrapper li a {
  margin: 0;
  line-height: 1;
}
:root .wp-device-xxs .page-header .header.links,
:root .wp-device-xs .page-header .header.links,
:root .wp-device-s .page-header .header.links,
:root .wp-device-m .page-header .header.links {
  display: none;
}
:root .page-header-v2 .page-header .header.links {
  list-style: none;
  margin-top: 2px;
}
:root .wp-device-l .page-header-v4 .page-header .header.links,
:root .wp-device-xl .page-header-v4 .page-header .header.links {
  float: left;
  margin-left: 0;
  margin-right: 15px;
}
:root .wp-device-l .page-header-v2 .page-header .header.links li,
:root .wp-device-xl .page-header-v2 .page-header .header.links li {
  float: left;
  line-height: 1;
  margin: 0;
  padding: 0;
}
:root .wp-device-l .page-header-v2 .page-header .header.links .greet.welcome,
:root .wp-device-xl .page-header-v2 .page-header .header.links .greet.welcome {
  display: none;
}
:root .wp-device-l .page-header-v4 .page-header .header.links .greet.welcome,
:root .wp-device-xl .page-header-v4 .page-header .header.links .greet.welcome {
  float: left;
  margin-left: 0;
  margin-right: 0;
}
:root .page-header-v2 .page-header .header.links > li {
  display: none;
}
:root .page-header-v2 .page-header .header.links > li.authorization-link {
  display: block !important;
}
:root .page-header-v2 .page-header .header.links > li.authorization-link:after {
  display: none;
}
:root .page-header-v2 .page-header .header.links > li.authorization-link a:not([data-post]) {
  top: 2px;
  font-size: 0;
}
:root .page-header-v2 .page-header .header.links > li.authorization-link a:not([data-post]):before {
  content: "\e66c";
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
.page-header .header.links > li.authorization-link:after {
  font-size: 12px;
}
:root .page-header-v2 .page-header .header.links > li.customer-welcome {
  display: block !important;
}
:root .page-header-v2 .page-header .header.links > li.customer-welcome:after {
  display: none;
}
:root .page-header-v2 .page-header .header.links > .customer-welcome .customer-name:before {
  content: "\e66c";
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  font-size: 16px;
}
.page-header .header.links > .customer-welcome .customer-menu .header.links {
  position: absolute;
}
:root .page-header-v2 .page-header .header.links > .customer-welcome .customer-menu .header.links {
  right: -7px;
  margin-top: 5px;
  padding: 10px;
}
:root .page-header-v2 .page-header .header.links > .customer-welcome .customer-menu .header.links li {
  display: block;
  float: none;
}
:root .page-header-v2 .page-header .header.links > .customer-welcome .customer-menu .header.links li a {
  width: auto;
  height: auto;
  font-size: 12px;
  padding: 8px;
  display: block;
  text-align: left;
}
:root .page-header-v2 .page-header .header.links > .customer-welcome .customer-menu .header.links li a:before {
  content: '';
  font-size: 12px !important;
}
.page-header .header.links * {
  font-size: 12px;
}
.page-header .minicart-wrapper {
  float: right;
  line-height: 1;
}
:root .page-header-v2 .page-header .minicart-wrapper,
:root .page-header-v3 .page-header .minicart-wrapper,
:root .page-header-v4 .page-header .minicart-wrapper {
  margin: 0 5px;
  padding: 0 5px;
  margin-right: 0;
  padding-right: 0;
}
:root .wp-device-xxs .page-header-v2 .page-header .minicart-wrapper,
:root .wp-device-xs .page-header-v2 .page-header .minicart-wrapper,
:root .wp-device-s .page-header-v2 .page-header .minicart-wrapper,
:root .wp-device-m .page-header-v2 .page-header .minicart-wrapper,
:root .wp-device-xxs .page-header-v3 .page-header .minicart-wrapper,
:root .wp-device-xs .page-header-v3 .page-header .minicart-wrapper,
:root .wp-device-s .page-header-v3 .page-header .minicart-wrapper,
:root .wp-device-m .page-header-v3 .page-header .minicart-wrapper,
:root .wp-device-xxs .page-header-v4 .page-header .minicart-wrapper,
:root .wp-device-xs .page-header-v4 .page-header .minicart-wrapper,
:root .wp-device-s .page-header-v4 .page-header .minicart-wrapper,
:root .wp-device-m .page-header-v4 .page-header .minicart-wrapper {
  float: right;
}
.page-header .minicart-wrapper * {
  text-transform: none;
}
.page-header .block-search {
  width: auto;
  height: auto;
}
:root .page-header-v2 .page-header .block-search {
  position: absolute;
  right: 0;
  top: 90px;
  margin-right: 0;
  padding-right: 0;
}
:root .wp-device-xxs .page-header-v2 .page-header .block-search,
:root .wp-device-xs .page-header-v2 .page-header .block-search,
:root .wp-device-s .page-header-v2 .page-header .block-search,
:root .wp-device-m .page-header-v2 .page-header .block-search {
  float: none;
  position: static;
  top: 0;
  right: 0;
  margin-top: 3px;
}
:root .wp-device-l .page-header-v4 .page-header .block-search,
:root .wp-device-xl .page-header-v4 .page-header .block-search {
  margin-top: 0;
}
:root .wp-device-xxs .page-header-v4 .page-header .block-search,
:root .wp-device-xs .page-header-v4 .page-header .block-search,
:root .wp-device-s .page-header-v4 .page-header .block-search,
:root .wp-device-m .page-header-v4 .page-header .block-search {
  float: left;
}
.page-header .block-search .control {
  z-index: 99;
}
:root .wp-device-xxs .page-header-v2 .page-header .block-search .control,
:root .wp-device-xs .page-header-v2 .page-header .block-search .control,
:root .wp-device-s .page-header-v2 .page-header .block-search .control,
:root .wp-device-m .page-header-v2 .page-header .block-search .control,
:root .wp-device-xxs .page-header-v3 .page-header .block-search .control,
:root .wp-device-xs .page-header-v3 .page-header .block-search .control,
:root .wp-device-s .page-header-v3 .page-header .block-search .control,
:root .wp-device-m .page-header-v3 .page-header .block-search .control,
:root .wp-device-xxs .page-header-v4 .page-header .block-search .control,
:root .wp-device-xs .page-header-v4 .page-header .block-search .control,
:root .wp-device-s .page-header-v4 .page-header .block-search .control,
:root .wp-device-m .page-header-v4 .page-header .block-search .control {
  border: none;
  height: 0px;
  overflow: hidden;
}
.page-header .block-search .control input {
  box-sizing: border-box;
}
.page-header .block-search .control input:focus {
  box-shadow: 0 0 3px 1px lightgrey;
  border-color: transparent;
}
:root .wp-device-xxs .page-header-v2 .page-header .block-search .control input,
:root .wp-device-xs .page-header-v2 .page-header .block-search .control input,
:root .wp-device-s .page-header-v2 .page-header .block-search .control input,
:root .wp-device-m .page-header-v2 .page-header .block-search .control input {
  float: left;
  position: relative;
  top: 0;
}
:root .page-header-v2 .page-header .block-search .control input,
:root .page-header-v1 .page-header .block-search .control input {
  padding-left: 0;
  padding-right: 0;
}
:root .page-header-v2 .page-header .block-search .control input:focus,
:root .page-header-v1 .page-header .block-search .control input:focus {
  box-shadow: none;
}
:root .page-header-v3 .page-header .block-search .control input {
  padding-left: 0;
  padding-right: 0;
}
:root .page-header-v3 .page-header .block-search .control input:focus {
  box-shadow: none;
}
:root .page-header-v3 .page-header .block-search .control input {
  padding-left: 0;
  padding-right: 0;
}
:root .page-header-v3 .page-header .block-search .control input:focus {
  box-shadow: 0 0 3px 1px transparent;
}
:root .page-header-v4 .page-header .block-search .control input {
  padding-left: 5px;
  padding-right: 40px;
}
:root .page-header-v4 .page-header .block-search .control input:focus {
  box-shadow: 0 0 3px 1px transparent;
}
:root .wp-device-xxs .page-header-v2 .page-header .block-search .control input,
:root .wp-device-xs .page-header-v2 .page-header .block-search .control input,
:root .wp-device-s .page-header-v2 .page-header .block-search .control input,
:root .wp-device-m .page-header-v2 .page-header .block-search .control input {
  padding-right: 10px;
  padding-left: 10px;
}
:root .wp-device-xxs .page-header-v1 .page-header .block-search label,
:root .wp-device-xs .page-header-v1 .page-header .block-search label,
:root .wp-device-s .page-header-v1 .page-header .block-search label,
:root .wp-device-m .page-header-v1 .page-header .block-search label,
:root .wp-device-xxs .page-header-v2 .page-header .block-search label,
:root .wp-device-xs .page-header-v2 .page-header .block-search label,
:root .wp-device-s .page-header-v2 .page-header .block-search label,
:root .wp-device-m .page-header-v2 .page-header .block-search label,
:root .wp-device-xxs .page-header-v3 .page-header .block-search label,
:root .wp-device-xs .page-header-v3 .page-header .block-search label,
:root .wp-device-s .page-header-v3 .page-header .block-search label,
:root .wp-device-m .page-header-v3 .page-header .block-search label,
:root .wp-device-xxs .page-header-v4 .page-header .block-search label,
:root .wp-device-xs .page-header-v4 .page-header .block-search label,
:root .wp-device-s .page-header-v4 .page-header .block-search label,
:root .wp-device-m .page-header-v4 .page-header .block-search label {
  cursor: pointer;
  margin-right: 5px;
  padding-right: 5px;
}
:root .wp-device-xxs .page-header-v1 .page-header .block-search label.active + .control,
:root .wp-device-xs .page-header-v1 .page-header .block-search label.active + .control,
:root .wp-device-s .page-header-v1 .page-header .block-search label.active + .control,
:root .wp-device-m .page-header-v1 .page-header .block-search label.active + .control,
:root .wp-device-xxs .page-header-v2 .page-header .block-search label.active + .control,
:root .wp-device-xs .page-header-v2 .page-header .block-search label.active + .control,
:root .wp-device-s .page-header-v2 .page-header .block-search label.active + .control,
:root .wp-device-m .page-header-v2 .page-header .block-search label.active + .control,
:root .wp-device-xxs .page-header-v3 .page-header .block-search label.active + .control,
:root .wp-device-xs .page-header-v3 .page-header .block-search label.active + .control,
:root .wp-device-s .page-header-v3 .page-header .block-search label.active + .control,
:root .wp-device-m .page-header-v3 .page-header .block-search label.active + .control,
:root .wp-device-xxs .page-header-v4 .page-header .block-search label.active + .control,
:root .wp-device-xs .page-header-v4 .page-header .block-search label.active + .control,
:root .wp-device-s .page-header-v4 .page-header .block-search label.active + .control,
:root .wp-device-m .page-header-v4 .page-header .block-search label.active + .control {
  height: auto;
  overflow: visible;
  position: absolute;
  top: 55px;
  left: 0;
  float: left;
  width: 100%;
  background-color: #fff;
  padding: 10px;
  margin: 0;
}
:root .wp-device-xxs .page-header-v1 .page-header .block-search label.active + .control input,
:root .wp-device-xs .page-header-v1 .page-header .block-search label.active + .control input,
:root .wp-device-s .page-header-v1 .page-header .block-search label.active + .control input,
:root .wp-device-m .page-header-v1 .page-header .block-search label.active + .control input,
:root .wp-device-xxs .page-header-v2 .page-header .block-search label.active + .control input,
:root .wp-device-xs .page-header-v2 .page-header .block-search label.active + .control input,
:root .wp-device-s .page-header-v2 .page-header .block-search label.active + .control input,
:root .wp-device-m .page-header-v2 .page-header .block-search label.active + .control input,
:root .wp-device-xxs .page-header-v3 .page-header .block-search label.active + .control input,
:root .wp-device-xs .page-header-v3 .page-header .block-search label.active + .control input,
:root .wp-device-s .page-header-v3 .page-header .block-search label.active + .control input,
:root .wp-device-m .page-header-v3 .page-header .block-search label.active + .control input,
:root .wp-device-xxs .page-header-v4 .page-header .block-search label.active + .control input,
:root .wp-device-xs .page-header-v4 .page-header .block-search label.active + .control input,
:root .wp-device-s .page-header-v4 .page-header .block-search label.active + .control input,
:root .wp-device-m .page-header-v4 .page-header .block-search label.active + .control input {
  float: left;
  width: 100%;
  position: static;
  margin: 0;
}
:root .wp-device-xxs .page-header-v1 .page-header .block-search label:before,
:root .wp-device-xs .page-header-v1 .page-header .block-search label:before,
:root .wp-device-s .page-header-v1 .page-header .block-search label:before,
:root .wp-device-m .page-header-v1 .page-header .block-search label:before,
:root .wp-device-xxs .page-header-v2 .page-header .block-search label:before,
:root .wp-device-xs .page-header-v2 .page-header .block-search label:before,
:root .wp-device-s .page-header-v2 .page-header .block-search label:before,
:root .wp-device-m .page-header-v2 .page-header .block-search label:before,
:root .wp-device-xxs .page-header-v3 .page-header .block-search label:before,
:root .wp-device-xs .page-header-v3 .page-header .block-search label:before,
:root .wp-device-s .page-header-v3 .page-header .block-search label:before,
:root .wp-device-m .page-header-v3 .page-header .block-search label:before,
:root .wp-device-xxs .page-header-v4 .page-header .block-search label:before,
:root .wp-device-xs .page-header-v4 .page-header .block-search label:before,
:root .wp-device-s .page-header-v4 .page-header .block-search label:before,
:root .wp-device-m .page-header-v4 .page-header .block-search label:before {
  margin-top: 4px;
  font-size: 20px;
  line-height: 25px;
  color: inherit;
}
:root .wp-device-xxs .page-header-v1 .page-header .block-search label x:-moz-any-link,
:root .wp-device-xs .page-header-v1 .page-header .block-search label x:-moz-any-link,
:root .wp-device-s .page-header-v1 .page-header .block-search label x:-moz-any-link,
:root .wp-device-m .page-header-v1 .page-header .block-search label x:-moz-any-link,
:root .wp-device-xxs .page-header-v2 .page-header .block-search label x:-moz-any-link,
:root .wp-device-xs .page-header-v2 .page-header .block-search label x:-moz-any-link,
:root .wp-device-s .page-header-v2 .page-header .block-search label x:-moz-any-link,
:root .wp-device-m .page-header-v2 .page-header .block-search label x:-moz-any-link,
:root .wp-device-xxs .page-header-v3 .page-header .block-search label x:-moz-any-link,
:root .wp-device-xs .page-header-v3 .page-header .block-search label x:-moz-any-link,
:root .wp-device-s .page-header-v3 .page-header .block-search label x:-moz-any-link,
:root .wp-device-m .page-header-v3 .page-header .block-search label x:-moz-any-link,
:root .wp-device-xxs .page-header-v4 .page-header .block-search label x:-moz-any-link,
:root .wp-device-xs .page-header-v4 .page-header .block-search label x:-moz-any-link,
:root .wp-device-s .page-header-v4 .page-header .block-search label x:-moz-any-link,
:root .wp-device-m .page-header-v4 .page-header .block-search label x:-moz-any-link,
:root .wp-device-xxs .page-header-v1 .page-header .block-search label x:default,
:root .wp-device-xs .page-header-v1 .page-header .block-search label x:default,
:root .wp-device-s .page-header-v1 .page-header .block-search label x:default,
:root .wp-device-m .page-header-v1 .page-header .block-search label x:default,
:root .wp-device-xxs .page-header-v2 .page-header .block-search label x:default,
:root .wp-device-xs .page-header-v2 .page-header .block-search label x:default,
:root .wp-device-s .page-header-v2 .page-header .block-search label x:default,
:root .wp-device-m .page-header-v2 .page-header .block-search label x:default,
:root .wp-device-xxs .page-header-v3 .page-header .block-search label x:default,
:root .wp-device-xs .page-header-v3 .page-header .block-search label x:default,
:root .wp-device-s .page-header-v3 .page-header .block-search label x:default,
:root .wp-device-m .page-header-v3 .page-header .block-search label x:default,
:root .wp-device-xxs .page-header-v4 .page-header .block-search label x:default,
:root .wp-device-xs .page-header-v4 .page-header .block-search label x:default,
:root .wp-device-s .page-header-v4 .page-header .block-search label x:default,
:root .wp-device-m .page-header-v4 .page-header .block-search label x:default,
:root .wp-device-xxs .page-header-v1 .page-header .block-search label:before,
:root .wp-device-xs .page-header-v1 .page-header .block-search label:before,
:root .wp-device-s .page-header-v1 .page-header .block-search label:before,
:root .wp-device-m .page-header-v1 .page-header .block-search label:before,
:root .wp-device-xxs .page-header-v2 .page-header .block-search label:before,
:root .wp-device-xs .page-header-v2 .page-header .block-search label:before,
:root .wp-device-s .page-header-v2 .page-header .block-search label:before,
:root .wp-device-m .page-header-v2 .page-header .block-search label:before,
:root .wp-device-xxs .page-header-v3 .page-header .block-search label:before,
:root .wp-device-xs .page-header-v3 .page-header .block-search label:before,
:root .wp-device-s .page-header-v3 .page-header .block-search label:before,
:root .wp-device-m .page-header-v3 .page-header .block-search label:before,
:root .wp-device-xxs .page-header-v4 .page-header .block-search label:before,
:root .wp-device-xs .page-header-v4 .page-header .block-search label:before,
:root .wp-device-s .page-header-v4 .page-header .block-search label:before,
:root .wp-device-m .page-header-v4 .page-header .block-search label:before {
  margin-top: 4px;
}
:root .wp-device-xxs .page-header-v2 .page-header .block-search label,
:root .wp-device-xs .page-header-v2 .page-header .block-search label,
:root .wp-device-s .page-header-v2 .page-header .block-search label,
:root .wp-device-m .page-header-v2 .page-header .block-search label {
  margin-right: -20px;
}
:root .wp-device-xxs .page-header-v3 .page-header .block-search label,
:root .wp-device-xs .page-header-v3 .page-header .block-search label,
:root .wp-device-s .page-header-v3 .page-header .block-search label,
:root .wp-device-m .page-header-v3 .page-header .block-search label {
  margin-right: -5px;
}
:root .wp-device-xxs .page-header-v4 .page-header .block-search label,
:root .wp-device-xs .page-header-v4 .page-header .block-search label,
:root .wp-device-s .page-header-v4 .page-header .block-search label,
:root .wp-device-m .page-header-v4 .page-header .block-search label {
  margin-right: -10px;
}
:root .wp-device-xxs .page-header-v2 .page-header .block-search label.active + .control,
:root .wp-device-xs .page-header-v2 .page-header .block-search label.active + .control,
:root .wp-device-s .page-header-v2 .page-header .block-search label.active + .control,
:root .wp-device-m .page-header-v2 .page-header .block-search label.active + .control,
:root .wp-device-xxs .page-header-v3 .page-header .block-search label.active + .control,
:root .wp-device-xs .page-header-v3 .page-header .block-search label.active + .control,
:root .wp-device-s .page-header-v3 .page-header .block-search label.active + .control,
:root .wp-device-m .page-header-v3 .page-header .block-search label.active + .control,
:root .wp-device-xxs .page-header-v4 .page-header .block-search label.active + .control,
:root .wp-device-xs .page-header-v4 .page-header .block-search label.active + .control,
:root .wp-device-s .page-header-v4 .page-header .block-search label.active + .control,
:root .wp-device-m .page-header-v4 .page-header .block-search label.active + .control {
  border: none;
}
:root .wp-device-xxs .page-header-v4 .page-header .block-search label:before,
:root .wp-device-xs .page-header-v4 .page-header .block-search label:before,
:root .wp-device-s .page-header-v4 .page-header .block-search label:before,
:root .wp-device-m .page-header-v4 .page-header .block-search label:before {
  margin-top: 0;
}
.page-header .block-search .actions button {
  z-index: 99;
}
:root .page-header-v2 .page-header .block-search .actions button,
:root .page-header-v3 .page-header .block-search .actions button,
:root .page-header-v4 .page-header .block-search .actions button {
  right: 10px;
  left: auto;
}
:root .page-header-v2 .page-header .block-search .actions button:before,
:root .page-header-v3 .page-header .block-search .actions button:before,
:root .page-header-v4 .page-header .block-search .actions button:before {
  font-size: 20px;
}
:root .theme-pearl.checkout-index-index .page-header .panel.header {
  height: 0;
  padding: 0;
}
:root .theme-pearl.checkout-index-index .page-header .header.links,
:root .theme-pearl.checkout-index-index .page-header .switcher-language {
  display: none;
}
:root .theme-pearl.checkout-index-index .page-header .logo {
  margin: 0 auto !important;
}
:root .theme-pearl.checkout-index-index .page-header.sticky-header .header.content {
  min-height: 55px;
  padding: 10px 0;
}
:root .theme-pearl.checkout-index-index .page-header.sticky-header .header.content .logo {
  display: block;
  position: relative;
  margin: 0 auto;
}
:root .theme-pearl.checkout-index-index .page-header.sticky-header .header.content .logo img {
  margin: 0 auto;
}
:root .theme-pearl.checkout-index-index .page-header.sticky-header.page-header-v4 {
  -webkit-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
}
:root .theme-pearl.checkout-index-index .page-header.sticky-header.page-header-v4 .page-header {
  height: auto;
}
:root .theme-pearl.checkout-index-index .page-header.sticky-header.page-header-v4 .page-header .panel.wrapper,
:root .theme-pearl.checkout-index-index .page-header.sticky-header.page-header-v4 .page-header .panel.header {
  padding: 0;
  height: 0;
}
:root .theme-pearl.checkout-index-index .page-header.sticky-header.page-header-v4 .page-header .header.content {
  top: 0;
  padding-bottom: 15px !important;
}
:root .theme-pearl.checkout-index-index .header.content .minicart-wrapper {
  display: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart {
  position: relative;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart .counter.qty span {
  display: block;
  line-height: 22px;
  font-size: 14px;
  padding: 0 3px;
}
:root .page-header-v2 .panel.wrapper {
  display: none;
}
body.checkout-index-index .header.content {
  text-align: center;
}
body.checkout-index-index .header.content .logo {
  float: none;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
}
body.checkout-index-index .authentication-wrapper {
  margin-top: 0px;
}
body.checkout-index-index .authentication-wrapper button {
  background: none;
  border: none;
  font-size: inherit;
}
body.checkout-index-index .authentication-wrapper button:hover {
  background: none;
  border: none;
  color: #000;
  font-size: inherit;
}
body.checkout-index-index .authentication-wrapper button span {
  color: #000;
  font-size: inherit;
}
body.checkout-index-index .authentication-wrapper .actions-toolbar button span {
  font-size: initial;
  vertical-align: top;
}
._has-auth-shown .authentication-wrapper {
  z-index: 9;
}
:root .page-header-v3 .nav-sections,
:root .page-header-v4 .nav-sections {
  float: left;
}
.nav-sections.nav-sections-2 nav > ul {
  padding: 0;
}
:root .wp-device-xxs .nav-sections .header.links,
:root .wp-device-xs .nav-sections .header.links,
:root .wp-device-s .nav-sections .header.links,
:root .wp-device-m .nav-sections .header.links {
  display: block;
}
.page-wrapper .page-header-v1 + .nav-sections,
.page-wrapper .page-header-v2 + .nav-sections,
.page-wrapper .page-header-v4 + .nav-sections {
  padding-bottom: 15px;
}
.page-wrapper .sections.nav-sections-4 {
  text-align: center;
}
.navigation {
  width: 100%;
  margin: 0 auto;
}
.navigation > ul {
  padding: 0 !important;
}
:root .wp-device-l .nav-sections-4 .navigation > ul,
:root .wp-device-xl .nav-sections-4 .navigation > ul {
  text-align: center;
}
:root .wp-device-l .nav-sections-4 .navigation > ul > li,
:root .wp-device-xl .nav-sections-4 .navigation > ul > li {
  float: none;
  display: inline-block;
}
:root .wp-device-l .nav-sections-4 .navigation > ul > li > ul li a,
:root .wp-device-xl .nav-sections-4 .navigation > ul > li > ul li a {
  text-align: left;
}
.navigation > ul > li > ul li a {
  text-transform: uppercase;
}
.navigation > ul > li > ul li a span {
  text-transform: uppercase;
}
.navigation ul {
  padding: 0;
}
@media (min-width: 768px) {
  .navigation ul li.level0.first > a {
    padding-left: 0;
  }
}
.page-wrapper .top-container {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.maincontent {
  margin-top: 15px;
}
.page-header-v4 .page-header .header_right,
.page-header-v3 .page-header .header_right,
.page-header-v2 .page-header .header_right,
.page-header-v1 .page-header .header_right {
  padding-right: 0px !important;
}
.page-header-v4 .block-search .control input,
.page-header-v3 .block-search .control input,
.page-header-v2 .block-search .control input,
.page-header-v1 .block-search .control input {
  padding: 0 10px !important;
}
/* Sticky header */
.page-header-v1 ,
.page-header-v2 ,
.page-header-v3 ,
.page-header-v4 ,
.header.content .block-search ,
.header.content .header.links {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
/* All header version */
.page-header.sticky-header {
  position: fixed;
  width: 100%;
  -webkit-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
  top: 0;
}
.page-header.sticky-header .panel.wrapper {
  border: 0 none;
}
.page-header.sticky-header .header.content {
  padding-top: 20px;
  padding-bottom: 5px;
}
.page-header.sticky-header .header.content .logo {
  margin-top: -5px;
  margin-bottom: 0;
  height: auto;
}
.page-header.sticky-header .switcher-currency,
.page-header.sticky-header .compare.wrapper,
.page-header.sticky-header .switcher-language {
  display: none !important;
}
.page-header.sticky-header .nav-sections.too-wide {
  clear: both;
  left: 0 !important;
  margin-top: 5px !important;
  margin-left: 0 !important;
}
.page-header.sticky-header .nav-sections.too-wide .navigation {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.page-header.sticky-header .nav-sections.too-wide .navigation .megamenu.level-top-fullwidth .fullwidth {
  left: 0 !important;
}
.page-header.sticky-header .global-notification-wrapper {
  display: none !important;
}
.page-header.sticky-header:not(.page-header-v4) .logo {
  position: absolute;
  top: 48%;
}
/* Custom styles for particular headers */
.page-header-v1.sticky-header .header.content {
  padding-bottom: 0;
}
.page-header-v1.sticky-header .header.content .logo {
  margin-top: 0;
}
.page-header-v1.sticky-header .header.content .nav-sections {
  margin-top: -5px;
  float: left;
}
.page-header-v1.sticky-header .header.content .nav-sections .level0.level-top {
  padding-bottom: 15px;
}
.page-header-v2.sticky-header {
  top: 0;
}
.page-header-v2.sticky-header .header.content .block-search {
  float: right;
  position: relative;
  top: 5px;
  z-index: 100;
}
.page-header-v2.sticky-header .header.content .block-search.minisearch-v2 {
  top: 5px;
  margin-left: 25px;
}
.page-header-v2.sticky-header .header.content .logo {
  margin-top: 0;
}
.page-header-v2.sticky-header .header.content .header_right .multistore-switcher {
  display: none;
}
.page-header-v2.sticky-header .nav-sections .navigation .level0.submenu {
  top: 60px !important;
}
.page-header-v3.sticky-header .header.content .logo {
  margin-top: 0;
}
.page-header-v4.sticky-header {
  top: 0;
  padding-bottom: 2px;
  height: 50px;
  box-shadow: none;
  z-index: 11;
}
.page-header-v4.sticky-header .page-header {
  height: 0;
}
.page-header-v4.sticky-header .panel.wrapper {
  border: 0 none;
}
.page-header-v4.sticky-header .header.content {
  top: -60px;
  padding-bottom: 0 !important;
}
.page-header-v4.sticky-header .header.content .logo {
  top: 5px;
  display: block;
  margin: 0 auto;
  z-index: 10;
  position: relative;
}
.page-header-v4.sticky-header .header.links {
  z-index: 100;
  position: relative;
}
.page-header-v4.sticky-header .panel.header .switcher-currency {
  display: none;
}
.nav-sections-4.sticky-header {
  position: fixed !important;
  z-index: 100 !important;
  width: 100%;
  top: 45px;
  -webkit-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
}
.nav-sections-4.sticky-header .navigation {
  padding-bottom: 5px;
}
.nav-sections-4.sticky-header .navigation .level0.submenu {
  top: 44px !important;
}
.page-header.sticky-header-mobile {
  position: fixed;
  top: 0;
  width: 100%;
}
.page-header.sticky-header-mobile .panel.wrapper {
  border-bottom: 0 none;
}
.header-global-promo #carousel {
  position: relative;
}
.header-global-promo #carousel.no-carousel #slides ul {
  left: 0px !important;
}
.header-global-promo .btn-bar {
  width: 100%;
}
.header-global-promo .btn-bar #buttons a {
  text-align: right;
  display: inline-block;
  position: absolute;
  z-index: 999;
  text-decoration: none;
  line-height: 20px;
  font-size: 30px;
  top: 50%;
  transform: translate(-50%, -50%);
}
.header-global-promo .btn-bar.no-arrows {
  display: none;
}
.header-global-promo #slides {
  margin: 0 auto;
  overflow: hidden;
}
.header-global-promo #slides ul {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header-global-promo #slides ul li {
  width: 100%;
  float: left;
  position: relative;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  vertical-align: middle;
}
.header-global-promo #slides ul li .quoteContainer .wpx-i {
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  line-height: 20px;
}
.header-global-promo #slides ul li .quoteContainer .wpx-sub {
  font-weight: bold;
}
.header-global-promo #slides ul li .quoteContainer .wpx-link {
  font-size: 12px;
  text-decoration: underline;
}
.header-global-promo #slides ul li .quoteContainer .wpx-link:first-child {
  margin-right: 10px;
}
.header-global-promo #slides ul li .quoteContainer .wpx-link.wpx-mg {
  margin-left: 10px;
  margin-right: 10px;
}
.header-global-promo #slides ul li .quoteContainer .quote-phrase {
  font-size: 12px;
  margin-bottom: 0px;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
.hidescroll {
  overflow-y: hidden;
}
/* SEARCH VERSION */
.minisearch-v2 {
  float: right;
}
.page-header-v1 .open-modal-search:before,
.page-header-v2 .open-modal-search:before,
.page-header-v3 .open-modal-search:before,
.page-header-v4 .open-modal-search:before {
  content: '\e615';
  font-family: 'luma-icons';
}
.page-header-v1 .open-modal-search {
  padding-top: 5px;
  padding-right: 11px;
}
.wrap .modal {
  display: flex;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 99999;
  padding: 0 8px;
}
.wrap .modal:target {
  opacity: 1;
  pointer-events: auto;
}
.wrap .modal.isOpen {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 500ms;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0ms;
}
.wrap .modal.isOpen .modal-content {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 500ms;
}
.wrap .modal .close-sec {
  position: absolute;
  right: 10px;
  top: 10px;
}
.wrap .modal .close-sec a {
  font-size: 30px;
  cursor: pointer;
}
.wrap .modal .form.minisearch .searchautocomplete {
  min-width: 100% !important;
  position: absolute !important;
  right: auto !important;
  margin-top: 3px;
}
.wrap .modal .form.minisearch .searchautocomplete.vertically {
  top: 66px;
}
.wrap .modal .form.minisearch .searchautocomplete.vertically .product-list {
  margin: 0px;
}
.wrap .modal .form.minisearch .searchautocomplete.vertically .product-list li {
  display: block;
}
.wrap .modal .form.minisearch .searchautocomplete.vertically .product-list li .block-left {
  margin-right: 30px;
}
.wrap .modal .form.minisearch .searchautocomplete.vertically .product-list li .block-left,
.wrap .modal .form.minisearch .searchautocomplete.vertically .product-list li .block-right {
  display: inline-block;
  vertical-align: middle;
}
.wrap .modal .form.minisearch .searchautocomplete.vertically .product-list li .block-right .price {
  margin-bottom: 0px;
}
.wrap .modal .form.minisearch .searchautocomplete.vertically .product-list li:last-child {
  border-bottom: none !important;
}
.wrap .modal .form.minisearch .searchautocomplete.horizontally .product-list li {
  display: inline-block;
}
.wrap .modal .form.minisearch .searchautocomplete.horizontally .product-list li .block-left {
  text-align: center;
}
.wrap .modal .form.minisearch .searchautocomplete.horizontally .product-list li .block-right {
  text-align: center;
}
.wrap .modal .form.minisearch .searchautocomplete .product-list {
  display: table;
  width: 100%;
}
.wrap .modal .form.minisearch .searchautocomplete .product-list li {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.wrap .modal .form.minisearch .searchautocomplete .product-list .block-flex {
  display: block;
}
.wrap .modal .wpx-pos-search {
  display: inline-block;
  vertical-align: bottom;
  width: 100%;
}
.wrap .modal .wpx-pos-search .control {
  position: relative;
}
.wrap .modal .wpx-pos-search .control .wpx-pos-search {
  position: absolute;
  top: 0px;
  right: 0px;
}
.wrap .modal .wpx-pos-search input {
  width: 100% !important;
  height: 66px !important;
  border: 3px solid !important;
  padding-left: 20px !important;
}
.wrap .modal .wpx-pos-search label {
  display: none;
}
.wrap .modal .wpx-pos-search a.closebutton {
  text-decoration: none;
  font-size: 75px;
  margin-left: 50px;
  position: relative;
  top: 11px;
  line-height: 26px;
}
.wrap .modal .wpx-pos-search a.closebutton:hover {
  color: black;
}
.wrap .modal .wpx-pos-search .action.search {
  padding: 12px 22px;
  border: none !important;
  margin-top: 5px;
  margin-right: 4px;
  right: 0px !important;
}
.wrap .modal .closeoverlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  display: block;
  z-index: 2;
  position: fixed;
  cursor: pointer;
}
.wrap .modal .modal-content {
  width: 80%;
  margin: 80px auto 0 auto;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 500ms;
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transform: translateY(-100px);
}
.wrap .modal .block.block-search.wpx-block-search {
  position: static !important;
  width: 100%;
  padding-left: 0px;
  margin-left: 0px;
}
.search-visible-md {
  display: block;
}
.search-visible-md .open-modal-search {
  font-size: 15px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .wrap .modal .modal-content {
    margin-top: 80px !important;
    margin-left: 0 !important;
  }
  .horizontally-control #search::-ms-clear {
    display: none;
  }
  .wrap .modal {
    position: absolute !important;
  }
  .header .quickcart-wrapper .block-quickcart {
    position: absolute !important;
    visibility: hidden;
  }
  .header .quickcart-wrapper .block-quickcart.quickCartIE {
    position: fixed !important;
    visibility: visible;
  }
  .wrap .modal.isOpenIE {
    position: fixed !important;
  }
  .header .quickcart-wrapper .block-quickcart {
    position: absolute !important;
  }
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_AjaxLayer
 * @copyright   Copyright (c) Mageplaza (http://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.ln_overlay {
  background-color: #FFFFFF;
  height: 300%;
  left: 0;
  text-align: center;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  top: 0px;
  width: 500%;
  z-index: 555;
  display: none;
}
.ln_overlay img {
  margin-top: 300px;
  left: 45%;
  display: block;
  position: fixed;
}
.ln_slider_container {
  width: calc(100% - 20px);
  margin: 0 15px 0 5px;
}
.filter-options-content a {
  display: inline-block !important;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_InstagramFeed
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.mpinstagramfeed-container .mpinstagramfeed-photo {
  margin: 2px;
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .mpinstagramfeed-container .mpinstagramfeed-photo .mpinstagramfeed-post-caption {
    font-size: 14px !important;
    opacity: 1 !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mpinstagramfeed-container .mpinstagramfeed-photo .mpinstagramfeed-post-caption {
    opacity: 1 !important;
  }
}
.mpinstagramfeed-container .mpinstagramfeed-photo .mpinstagramfeed-post-caption {
  line-height: 18px;
  letter-spacing: normal;
  position: absolute;
  bottom: 0;
  padding: 5px;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.3);
  color: #F0F0F0;
  max-height: 30%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mpinstagramfeed-photo:hover .mpinstagramfeed-post-caption {
  opacity: 1 !important;
  display: inline;
}
.mpinstagramfeed-container .mpinstagramfeed-photo img {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  padding: 0 1px 1px 0;
}
.mageprince-faq-collection {
  margin-bottom: 20px;
}
.mageprince-faq-collection .ui-accordion .ui-accordion-header {
  cursor: pointer;
  display: block;
  font-size: 15px;
  font-weight: bold;
  margin: 10px 0 0;
  padding: 0.8em 0.5em 0.8em 1em;
  position: relative;
}
.mageprince-faq-collection .ui-accordion .ui-accordion-content {
  border-top: 0;
  overflow: auto;
  padding: 1em 2.2em;
}
.mageprince-faq-collection .ui-slider.ui-state-disabled .ui-slider-handle,
.mageprince-faq-collection .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.mageprince-faq-collection .ui-slider-vertical {
  height: 100px;
  width: 0.8em;
}
.mageprince-faq-collection .ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-bottom: -0.6em;
  margin-left: 0;
}
.mageprince-faq-collection .ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.mageprince-faq-collection .ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.mageprince-faq-collection .ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.mageprince-faq-collection .faq-accordion .ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}
.mageprince-faq-collection .faq-accordion .ui-widget-content {
  background: #fff;
  border: 1px solid #ddd;
  color: #333;
}
.mageprince-faq-collection .faq-accordion .ui-widget-content a {
  color: #333;
}
.mageprince-faq-collection .ui-state-default,
.mageprince-faq-collection .ui-widget-content .ui-state-default,
.mageprince-faq-collection .ui-widget-header .ui-state-default {
  background: #f6f6f6;
  border: 1px solid #c5c5c5;
  color: #454545;
  font-weight: normal;
}
.mageprince-faq-collection .ui-state-hover a,
.mageprince-faq-collection .ui-state-hover a:hover,
.mageprince-faq-collection .ui-state-hover a:link,
.mageprince-faq-collection .ui-state-hover a:visited,
.mageprince-faq-collection .ui-state-focus a,
.mageprince-faq-collection .ui-state-focus a:hover,
.mageprince-faq-collection .ui-state-focus a:link,
.mageprince-faq-collection .ui-state-focus a:visited {
  color: #2b2b2b;
  text-decoration: none;
}
.mageprince-faq-collection .ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}
.mageprince-faq-collection .ui-state-active,
.mageprince-faq-collection .ui-widget-content .ui-state-active,
.mageprince-faq-collection .ui-widget-header .ui-state-active {
  background: #007fff;
  border: 1px solid #003eff;
  color: #fff;
  font-weight: normal;
}
.mageprince-faq-collection .ui-state-active a,
.mageprince-faq-collection .ui-state-active a:link,
.mageprince-faq-collection .ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}
.mageprince-faq-collection .group-title {
  border-bottom: 1px solid #ddd;
  color: #198dd3;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin: 25px 0;
  padding-bottom: 0.25em;
  text-transform: uppercase;
  width: 100%;
}
.mageprince-faq-collection .group-title i {
  border-bottom: 1px solid #b55;
  border-bottom-color: #198dd3;
  bottom: -1px;
  float: left;
  position: absolute;
  width: 2.15em;
  z-index: 9999;
}
.mageprince-faq-collection .faq-groups {
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
}
.mageprince-faq-collection .faq-group {
  display: inline-block;
}
.mageprince-faq-collection .faq-group-image {
  border: 1px solid #1979c3;
  margin-right: 25px;
  padding: 10px;
}
.mageprince-faq-collection img.group-image {
  height: 100px;
  width: 100px;
}
.mageprince-faq-collection .faq-groupname {
  font-size: 15px;
  font-weight: 700;
  margin: 10px 25px 0 0;
  text-align: center;
  text-transform: uppercase;
}
.mageprince-faq-collection .faq-group a.group-link:hover {
  color: #ff5501;
  text-decoration: none;
}
.mageprince-faq-collection .faq-group .faq-group-image:hover {
  border-color: #ff5501;
}
.mageprince-faq-collection .faq-content .ui-accordion-header:hover {
  background-color: #1979c3;
  color: #fff;
}
.mageprince-faq-collection .faq-group:hover {
  border-color: #ff5501;
}
.mageprince-faq-collection .faq-collection {
  float: left;
  margin-bottom: 30px;
  width: 100%;
}
.mageprince-faq-collection .ui-accordion .ui-state-default:after {
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
  content: '';
  display: block;
  float: right;
  height: 8px;
  margin-right: 4px;
  margin-top: 4px;
  transform: rotate(-45deg);
  width: 8px;
}
.mageprince-faq-collection .ui-accordion .ui-accordion-header-active:after {
  transform: rotate(45deg);
}
.mageprince-faq-collection .collspan-expand-block {
  float: right;
}
.mageprince-faq-loader {
  height: 100%;
  left: 50%;
  position: fixed;
  top: 50%;
  width: 100%;
  z-index: 9999;
}
.amcheckout-delivery-date .field {
  box-sizing: border-box;
  float: left;
  padding-top: 4px;
  width: 100%;
}
.amcheckout-delivery-date .field.comment {
  width: 100%;
}
.amcheckout-delivery-date .field.datepicker,
.amcheckout-delivery-date .field.timepicker {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.amcheckout-delivery-date .field.datepicker .control,
.amcheckout-delivery-date .field.timepicker .control {
  flex: none;
  width: 60%;
}
.amcheckout-delivery-date .field.datepicker .control .ui-datepicker-trigger {
  margin-left: 7px;
}
.amcheckout-delivery-date .field .label {
  display: block;
  margin: 12px 0;
}
.amcheckout-delivery-date .clearer {
  clear: both;
}
.amcheckout-delivery-date .field._required > .label:after {
  color: #e02b27;
  content: '*';
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.page-main .block.block-order-details .delivery {
  float: right;
  font-weight: 600;
}
.page-main .block.block-order-details .delivery .delivery-field {
  float: left;
  margin-left: 12px;
}
/**
 * Copyright 2019 Adobe
 * All Rights Reserved.
 */
.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%;
}
.table-wrapper.billing-agreements {
  margin-bottom: 44px;
}
.payment-method-content .pay-later-message {
  margin-bottom: 10px;
  margin-top: 10px;
}
.paypal {
  display: inline-block;
  vertical-align: top;
}
.block-minicart .paypal,
.cart-summary .paypal {
  display: block;
}
.paypal img {
  display: block;
  margin: 5.5px auto 0;
}
.opc .paypal {
  vertical-align: middle;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 22px;
}
.map-form-addtocart .paypal {
  display: block;
  margin: 11px auto 5.5px;
}
.cart-summary .paypal + .paypal {
  margin-top: 27.5px;
}
.paypal-review .actions-toolbar {
  margin-top: 11px;
}
.paypal-review .paypal-review-title {
  padding: 0 0 11px;
}
.paypal-review .paypal-review-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.paypal-review .paypal-review-title .action {
  display: inline-block;
  margin: 12px 0 0 33px;
}
.paypal-review .table-paypal-review-items .col.name {
  padding-top: 16px;
}
.paypal-review .table-paypal-review-items .col.qty {
  text-align: center;
}
.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 #ccc;
  margin: 0 0 44px;
  padding: 11px 0 0;
}
.fotorama-video-container:after {
  background: url('../../frontend/BrandMd/ultimate/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/BrandMd/ultimate/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%;
  }
}
.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: 27.5px;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 11px;
}
.opc-wrapper .form-discount {
  max-width: 500px;
}
.swatch-attribute-label {
  font-weight: 700;
  position: relative;
}
.swatch-attribute-label.required {
  padding-right: 11px;
}
.swatch-attribute-label[data-required='1']:after {
  color: #e02b27;
  content: '*';
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  right: -11px;
  top: -2px;
}
.swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px;
}
.swatch-attribute-options {
  margin: 11px 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: 11px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.swatch-attribute.size .swatch-option,
.swatch-attribute.manufacturer .swatch-option {
  background: #f0f0f0;
  color: #474747;
}
.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 11px 5.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 #00699D;
}
.swatch-option.text {
  background: #f0f0f0;
  color: #686868;
  font-size: 14px;
  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 #ADC9D9;
  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 #83adc6;
}
.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('../../frontend/BrandMd/ultimate/en_US/images/loader-2.gif');
}
.swatch-option-tooltip {
  border: 1px solid #dadada;
  color: #474747;
  background: #fff;
  display: none;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  padding: 5.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: #474747;
  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 #00699D;
}
.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block;
}
.swatch-opt {
  margin: 22px 0;
}
.swatch-opt-listing {
  margin-bottom: 11px;
}
.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;
}
.minilist .weee {
  display: table-row;
  font-size: 1.1rem;
}
.minilist .weee:before {
  display: none;
}
.price-container.weee:before {
  display: none;
}
.catalogsearch-advanced-result .message.error {
  margin-top: -60px;
}
.bundle-actions {
  margin: 0 0 33px;
}
.bundle-options-container {
  clear: both;
  margin-bottom: 44px;
}
.bundle-options-container .legend.title {
  color: #000000;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  font-size: 3.2rem;
  margin-top: 0rem;
  margin-bottom: 2.2rem;
  border: 0;
  padding: 0;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 33px;
}
.bundle-options-container .product-options-wrapper .fieldset > .field {
  border-top: 1px #e4e4e4 solid;
  padding-top: 22px;
}
.bundle-options-container .product-options-wrapper .fieldset > .field:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.bundle-options-container .product-options-wrapper .field.choice input {
  float: left;
  margin-top: 4px;
}
.bundle-options-container .product-options-wrapper .field.choice .label {
  display: block;
  margin-left: 24px;
}
.bundle-options-container .product-options-wrapper .field.choice .price-excluding-tax {
  display: inline-block;
}
.bundle-options-container .action.back {
  margin-bottom: 33px;
}
.bundle-options-container .block-bundle-summary > .title {
  margin-bottom: 15px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  color: #000000;
  font-style: normal;
  font-weight: 600;
  line-height: 1.1;
  font-size: 3rem;
  margin-top: 2.75rem;
  margin-bottom: 2.2rem;
}
.bundle-options-container .block-bundle-summary > .title,
.bundle-options-container .block-bundle-summary .bundle-summary .subtitle {
  border-bottom: 1px #e4e4e4 solid;
  margin-bottom: 27.5px;
  padding-bottom: 16px;
}
.bundle-options-container .block-bundle-summary .price-box {
  margin-bottom: 22px;
}
.bundle-options-container .block-bundle-summary .price-box .price-label {
  display: block;
  margin-bottom: 5.5px;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 33px;
}
.bundle-options-container .block-bundle-summary .bundle-summary.empty {
  display: none;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  color: #000000;
  font-style: normal;
  font-weight: 600;
  line-height: 1.1;
  font-size: 3rem;
  margin-top: 2.75rem;
  margin-bottom: 2.2rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 22px;
}
.bundle-options-container .block-bundle-summary .product-addto-links {
  text-align: center;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  margin-right: 5%;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action.tocompare:before {
  content: '\e61e';
}
.bundle-options-container p.required {
  color: #e02b27;
}
.bundle-options-container .nested .field.qty {
  margin: 0 0 22px;
  margin-top: 22px;
}
.bundle-options-container .nested .field.qty > .label {
  margin: 0 0 8px;
  display: inline-block;
}
.bundle-options-container .nested .field.qty .label {
  font-weight: 600;
}
.bundle-options-container .nested .field.qty:last-child {
  margin-bottom: 0;
}
.bundle-options-container .price {
  font-weight: 600;
}
.bundle-options-container .product-options-bottom {
  border-top: 1px solid #ccc;
  clear: left;
  margin: 0 0 44px;
  padding-top: 22px;
}
.products {
  margin: 33px 0;
}
.product-items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
}
.product-item {
  font-size: 1.6rem;
  line-height: normal;
  letter-spacing: normal;
  vertical-align: top;
}
.products-grid .product-item {
  display: inline-block;
  margin-left: 2%;
  width: calc((100% - 2%)/2);
}
.product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.product-item-name {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  display: block;
  hyphens: auto;
  margin: 5.5px 0;
  word-wrap: break-word;
}
.product-item-info {
  max-width: 100%;
  width: 152px;
}
.page-products .product-item-info {
  width: 240px;
}
.product-item-actions {
  font-size: 0;
}
.product-item-actions > * {
  font-size: 1.4rem;
}
.product-item-actions .actions-secondary {
  display: inline-block;
  font-size: 1.4rem;
  vertical-align: middle;
}
.product-item-actions .actions-secondary > button.action {
  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;
}
.product-item-actions .actions-secondary > button.action:focus,
.product-item-actions .actions-secondary > button.action:active {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action:hover {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action.disabled,
.product-item-actions .actions-secondary > button.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > button.action {
  pointer-events: none;
  opacity: 0.5;
}
.product-item-actions .actions-secondary > .action {
  line-height: 35px;
  text-align: center;
  width: 35px;
}
.product-item-actions .actions-secondary > .action:before {
  margin: 0;
}
.product-item-actions .actions-primary {
  display: inline-block;
  vertical-align: middle;
}
.product-item-actions .actions-primary > .stock.unavailable {
  line-height: 1;
  padding-bottom: 11px;
  padding-right: 24px;
  padding-top: 11px;
}
.product-item-description {
  margin: 27.5px 0;
}
.product-item .product-reviews-summary .rating-summary {
  margin: 0 4px 0 0;
}
.product-item .product-reviews-summary .reviews-actions {
  font-size: 14px;
  margin-top: 5px;
}
.product-item .price-box {
  margin: 11px 0 27.5px;
}
.product-item .price-box .price {
  font-weight: 700;
  white-space: nowrap;
}
.product-item .price-box .price-label {
  color: #666;
  font-size: 14px;
}
.product-item .old-price {
  margin: 5.5px 0;
}
.product-item .old-price .price {
  font-weight: normal;
}
.product-item .regular-price .price-label {
  display: none;
}
.product-item .minimal-price .price-container {
  display: block;
}
.product-item .minimal-price-link {
  margin-top: 5.5px;
}
.product-item .price-from,
.product-item .price-to {
  margin: 0;
}
.product-item .tocompare:before {
  content: '\e61e';
}
.product-item .tocart {
  font-size: 1.3rem;
  border-radius: 0;
  line-height: 1;
  padding-bottom: 11px;
  padding-top: 11px;
  white-space: nowrap;
}
.column.main .product-items {
  margin-left: 0;
}
.column.main .product-item {
  padding-left: 0;
}
.price-container .price {
  font-size: 1.4rem;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee {
  margin-top: 5.5px;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee,
.price-container .price-including-tax + .price-excluding-tax .price,
.price-container .weee .price,
.price-container .weee + .price-excluding-tax:before,
.price-container .weee + .price-excluding-tax .price {
  font-size: 1.1rem;
}
.price-container .weee:before {
  content: '(' attr(data-label) ': ';
}
.price-container .weee:after {
  content: ')';
}
.price-container .weee + .price-excluding-tax:before {
  content: attr(data-label) ': ';
}
.products-list .product-item {
  display: table;
  width: 100%;
}
.products-list .product-item-info {
  display: table-row;
}
.products-list .product-item-photo {
  display: table-cell;
  padding: 0 33px 33px 0;
  vertical-align: top;
  width: 1%;
}
.products-list .product-item-details {
  display: table-cell;
  vertical-align: top;
}
.page-products .columns {
  padding-top: 60px;
  position: relative;
  z-index: 1;
}
.toolbar {
  margin-bottom: 33px;
  text-align: center;
}
.toolbar select {
  background-color: #f0f0f0;
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border-radius: 3px;
}
.toolbar .sorter-action {
  position: relative;
  top: -2px;
}
.toolbar-amount {
  left: 0;
  line-height: 18px;
  margin: 0;
  padding: 7px 0;
  text-align: left;
  top: 0;
  vertical-align: middle;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.page-with-filter .toolbar-amount {
  position: static;
}
.toolbar-products {
  background-color: transparent;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.toolbar .pages {
  margin-bottom: 27.5px;
}
.sorter {
  float: right;
}
.page-products .sorter {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.products.wrapper ~ .toolbar .sorter {
  display: none;
}
.sorter-options {
  margin: 0 5.5px 0 7px;
  width: auto;
}
.sorter-action {
  display: inline-block;
  text-decoration: none;
}
.sorter-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #757575;
  content: '\e613';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sorter-action:hover:before {
  color: #333;
}
.sorter-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sorter-action.sort-desc:before {
  content: '\e614';
}
.modes {
  display: none;
}
.limiter-options {
  margin: 0 5px 0 7px;
  width: auto;
}
.limiter-label {
  font-weight: 400;
}
.page-products .toolbar .limiter {
  display: none;
}
.limiter .control {
  display: inline-block;
}
.old-price,
.old.price {
  color: #666;
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ':';
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:last-child:after {
  content: ')';
}
.prices-tier .price-container .weee[data-label] {
  display: inline;
}
.prices-tier .price-container .weee[data-label]:before {
  content: ' +' attr(data-label) ':';
}
.actual-price {
  font-weight: 700;
}
.category-image .image {
  display: block;
  height: auto;
  max-width: 100%;
}
.category-cms,
.category-image,
.category-description {
  margin-bottom: 22px;
}
.product-image-container {
  display: inline-block;
  max-width: 100%;
}
.product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product-image-photo {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  margin: 11px 0;
  color: #ffffff;
  font-size: 1.4rem;
}
.product.media .product.thumbs {
  margin: 11px 0 27.5px;
}
.product.media .items.thumbs {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.product.media .items.thumbs > li {
  display: inline-block;
  vertical-align: top;
}
.product.media .items.thumbs > li {
  margin: 1rem 0 0;
}
.product.media .items.thumbs img {
  display: block;
}
.product.media .items.thumbs .active {
  display: block;
  line-height: 1;
}
.product.info.detailed {
  clear: both;
  margin-bottom: 30px;
}
.product.info.detailed .additional-attributes {
  width: auto;
  border: none;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th,
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  border: none;
}
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  padding: 5.5px 5.5px 11px 5.5px;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th {
  padding: 5.5px 33px 11px 0;
}
.product-info-main .product-info-price {
  color: #575757;
  border-bottom: 1px solid #c1c1c1;
  display: table;
  margin-bottom: 16.5px;
  width: 100%;
}
.product-info-main .product-info-price .price-box {
  display: inline-block;
  vertical-align: top;
  width: auto;
}
.product-info-main .product-info-price .price-box .price-container > span {
  display: block;
  margin-bottom: 5.5px;
}
.product-info-main .product-info-price .price-box .price-container > span:last-child {
  margin-bottom: 0;
}
.product-info-main .product-info-price .price-including-tax + .price-excluding-tax,
.product-info-main .product-info-price .weee + .price-excluding-tax,
.product-info-main .product-info-price .weee {
  font-size: 1.4rem;
}
.product-info-main .product-info-price .price-including-tax + .price-excluding-tax .price,
.product-info-main .product-info-price .weee + .price-excluding-tax .price,
.product-info-main .product-info-price .weee .price {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 16px;
}
.product-info-main .product-info-price .price-wrapper .price {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 22px;
}
.product-info-main .product-info-price .old-price .price-wrapper .price {
  font-size: 2rem;
  font-weight: 300;
}
.product-info-main .product-info-price .special-price .price-label:after {
  content: ': ';
}
.product-info-main .product-info-price .price {
  white-space: nowrap;
}
.product-info-main .product-info-stock-sku {
  display: inline-block;
  float: right;
  padding-bottom: 11px;
  padding-left: 10%;
  text-align: right;
  vertical-align: top;
}
.product-info-main .stock {
  margin: 0 0 3px;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  font-weight: 700;
  text-transform: uppercase;
}
.product-info-main .product.attribute.sku {
  word-break: break-all;
  word-wrap: break-word;
}
.product-info-main .product.attribute.sku .type {
  font-weight: normal;
  margin-right: 5.5px;
}
.product-info-main .product.attribute.sku .type:after {
  content: '#:';
}
.product-info-main .product.attribute.sku .value {
  display: inline-block;
}
.product-info-main .product.attribute.overview {
  margin: 22px 0;
}
.product-info-main .product.alert {
  margin: 11px 0;
}
.product-info-main .product-add-form {
  clear: both;
  padding-top: 16.5px;
}
.product-info-main .product-reviews-summary {
  float: left;
}
.product-info-main .product-options-bottom .box-tocart {
  margin-top: 22px;
}
.product-options-wrapper .fieldset:focus {
  box-shadow: none;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  font-weight: 600;
  font-size: 1.4rem;
  border: none;
  display: inline-block;
  float: none;
  margin: 0 0 8px;
  padding: 0;
}
.product-options-wrapper .fieldset-product-options-inner input.datetime-picker ~ select.datetime-picker {
  margin-top: 11px;
}
.product-options-wrapper .fieldset-product-options-inner.required .legend:after,
.product-options-wrapper .fieldset-product-options-inner._required .legend:after {
  content: '*';
  color: #e02b27;
  font-size: 1.4rem;
}
.product-options-wrapper .field .note {
  display: block;
  margin-top: 5.5px;
}
.product-options-wrapper .field .note.mage-error {
  color: #FF0A0A;
}
.product-options-bottom .price-box,
.product-info-price .price-box {
  color: #575757;
  display: table-cell;
  padding-bottom: 11px;
  vertical-align: top;
}
.product-options-bottom .price-box .old-price,
.product-info-price .price-box .old-price {
  font-size: 20px;
  font-weight: 300;
}
.product-options-bottom .price-box .old-price .price-container > span,
.product-info-price .price-box .old-price .price-container > span {
  display: inline-block;
}
.product-options-bottom .price-box .price-container > span,
.product-info-price .price-box .price-container > span {
  display: block;
  margin-bottom: 5.5px;
}
.product-options-bottom .price-box .price-container > span:last-child,
.product-info-price .price-box .price-container > span:last-child {
  margin-bottom: 0;
}
.product-options-bottom .price-box .price-container .price,
.product-info-price .price-box .price-container .price {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
.product-options-bottom .price-box .price-container .price-including-tax + .price-excluding-tax,
.product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax,
.product-options-bottom .price-box .price-container .weee + .price-excluding-tax,
.product-info-price .price-box .price-container .weee + .price-excluding-tax,
.product-options-bottom .price-box .price-container .weee,
.product-info-price .price-box .price-container .weee {
  font-size: 1.2rem;
  line-height: 14px;
}
.product-options-bottom .price-box .price-container .price-including-tax + .price-excluding-tax .price,
.product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax .price,
.product-options-bottom .price-box .price-container .weee + .price-excluding-tax .price,
.product-info-price .price-box .price-container .weee + .price-excluding-tax .price,
.product-options-bottom .price-box .price-container .weee .price,
.product-info-price .price-box .price-container .weee .price {
  font-size: 1.2rem;
  font-weight: 700;
}
.box-tocart .action.tocart {
  vertical-align: top;
}
.box-tocart .action.tocart:not(:last-child) {
  margin-bottom: 15px;
}
.product-addto-links {
  display: inline;
}
.product-addto-links .action {
  margin-right: 5%;
}
.product-social-links {
  margin: 0 0 20px;
  text-align: center;
}
.product-social-links .action.tocompare:before {
  content: '\e61e';
}
.prices-tier {
  margin-bottom: 16.5px;
}
.prices-tier .item {
  margin-bottom: 11px;
}
.prices-tier .item:last-child {
  margin-bottom: 0;
}
.prices-tier .price-excluding-tax,
.prices-tier .price-including-tax {
  display: inline-block;
}
.minimal-price-link,
.price-excluding-tax,
.price-including-tax {
  display: block;
  white-space: nowrap;
}
.ui-dialog-titlebar-close {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #ADC9D9;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #ADC9D9;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #000000;
  text-decoration: none;
}
.ui-dialog-titlebar-close:active {
  color: #ADC9D9;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:hover,
.ui-dialog-titlebar-close:active,
.ui-dialog-titlebar-close:focus {
  background: none;
  border: 0;
}
.ui-dialog-titlebar-close.disabled,
.ui-dialog-titlebar-close[disabled],
fieldset[disabled] .ui-dialog-titlebar-close {
  color: #ADC9D9;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.sidebar .product-items .product-item {
  margin-bottom: 22px;
  position: relative;
}
.sidebar .product-items .product-item-info {
  position: relative;
  width: auto;
}
.sidebar .product-items .product-item-info .product-item-photo {
  left: 0;
  position: absolute;
  top: 0;
}
.sidebar .product-items .product-item-name {
  margin-top: 0;
}
.sidebar .product-items .product-item-details {
  margin: 0 0 0 85px;
}
.sidebar .product-items .product-item-actions {
  display: block;
  margin-top: 11px;
}
.sidebar .product-items .price-box {
  display: block;
  margin: 7px 0;
}
.sidebar .product-items .text {
  margin-right: 8px;
}
.sidebar .product-items .counter {
  color: #ffffff;
  font-size: 12px;
  white-space: nowrap;
}
.sidebar .product-items .minilist .price {
  display: inline;
  padding: 0;
}
.sidebar .product-items .minilist .weee:before {
  display: inline-block;
}
.sidebar .product-items .action.delete {
  position: absolute;
  right: 0;
  top: 0;
}
.sidebar .block-compare .action.delete {
  right: initial;
}
.sidebar .action.tocart {
  border-radius: 0;
}
.sidebar .product-items-images {
  margin-left: -5.5px;
}
.sidebar .product-items-images .product-item {
  float: left;
  padding-left: 5.5px;
}
.sidebar .product-items-names .product-item {
  display: flex;
  margin-bottom: 11px;
}
.sidebar .product-items-names .product-item-name {
  margin: 0;
}
.catalog-category-view.page-layout-1column .column.main {
  min-height: inherit;
}
/**
 * @codingStandardsIgnoreStart
 */
body.catalog-product-compare-index .action.print {
  float: right;
  margin: 15px 0;
}
.table-wrapper.comparison {
  clear: both;
  max-width: 100%;
  overflow-x: auto;
  position: relative;
}
.table-wrapper.comparison .table-comparison > tbody > tr > th,
.table-wrapper.comparison .table-comparison > tbody > tr > td {
  border-top: 0;
}
.table-comparison {
  table-layout: fixed;
}
.table-comparison .cell {
  padding: 15px;
  width: 180px;
}
.table-comparison .cell.label {
  border-right: 1px solid #ccc;
}
.table-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
}
.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
  border-bottom: 1px solid #ccc;
}
.table-comparison .cell.attribute {
  font-size: 1.3rem;
}
.table-comparison .cell.attribute img {
  height: auto;
  max-width: 100%;
}
.table-comparison .cell.remove {
  padding-bottom: 0;
  padding-top: 0;
  text-align: right;
}
.table-comparison .cell.remove .action.delete {
  margin-right: 0.6rem;
}
.table-comparison .cell .attribute.value {
  overflow: hidden;
  width: 100%;
}
.table-comparison td:last-child {
  border-right: 1px solid #ccc;
}
.table-comparison .product-item-photo {
  display: block;
  margin: 0 auto 15px;
}
.table-comparison .product-image-photo {
  margin-left: 0;
}
.table-comparison .product-item-actions,
.table-comparison .price-box,
.table-comparison .product.rating,
.table-comparison .product-item-name {
  display: block;
  margin: 15px 0;
}
.table-comparison .product-addto-links {
  margin-top: 15px;
}
.table-comparison .product-addto-links .action.toggle {
  padding: 0;
}
.table-comparison .product-addto-links .action.split,
.table-comparison .product-addto-links .action.toggle {
  line-height: 1.2rem;
  padding: 5.5px 8px;
  font-size: 1.1rem;
}
.table-comparison .action.tocart {
  white-space: nowrap;
}
.comparison.headings {
  background: #fff;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 2;
}
.block-compare .product-item .product-item-name {
  margin-left: 22px;
}
.block-compare .action.delete {
  left: 0;
  position: absolute;
  top: 0;
}
.block-compare .actions-toolbar {
  margin: 17px 0 0;
}
.block.related .action.select {
  vertical-align: top;
}
.block.related .product-item-details {
  position: relative;
  z-index: 1;
}
.block.related .related-available .product-item-name {
  margin-left: 20px;
}
.block.related .field.choice {
  left: 0;
  position: absolute;
  top: 2px;
}
.page-product-configurable #product_addtocart_form .swatch-attribute.required > .swatch-attribute-label:after,
.page-product-configurable #product_addtocart_form .swatch-attribute.required > .label:after {
  content: '*';
  color: #e02b27;
  margin-left: 5px;
  font-weight: 600;
}
/**
 * @codingStandardsIgnoreStart
 */
.search .fieldset .control .addon input {
  flex-basis: auto;
  width: 100%;
}
.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: 22px;
  line-height: 28px;
  color: #757575;
  content: '\e615';
  font-family: 'luma-icons';
  margin: 0 11px 0 0;
  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 #ccc;
  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:not(:empty) {
  background: #fff;
  border: 1px solid #c2c2c2;
  border-top: 0;
}
.search-autocomplete ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 5.5px 44px 5.5px 11px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.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: 5.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-terms {
  line-height: 2em;
}
.search-terms > li {
  display: inline-block;
  margin-right: 11px;
}
.search.found {
  margin-bottom: 11px;
}
.checkout-cart-index .page-main {
  padding-left: 0;
  padding-right: 0;
}
.checkout-cart-index .page-title-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
.cart-summary {
  background: #f5f5f5;
  margin-bottom: 27.5px;
  padding: 1px 0 27.5px;
}
.cart-summary > .title {
  font-size: 2.4rem;
  display: none;
  font-weight: 300;
  margin: 12px 0;
}
.cart-summary .block form:not(:last-of-type) .fieldset {
  margin: 0 0 27.5px;
}
.cart-summary .block .price {
  font-weight: 700;
}
.cart-summary .block .field {
  margin: 0 0 16px;
}
.cart-summary .block .actions-toolbar > .primary {
  text-align: left;
}
.cart-summary .block .actions-toolbar > .primary .action.primary,
.cart-summary .block .actions-toolbar > .primary .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.cart-summary .block .actions-toolbar > .primary .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.cart-summary .block .actions-toolbar > .primary .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.cart-summary .block .actions-toolbar > .primary .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary {
  width: auto;
}
.cart-summary .block .title strong {
  font-size: 1.4rem;
  font-weight: 600;
}
.cart-summary .block .item-options {
  margin: 0 0 16px;
}
.cart-summary .block .item-options .field .radio {
  float: left;
  margin-top: 4px;
}
.cart-summary .block .item-options .field .radio + .label {
  display: block;
  margin: 0;
  overflow: hidden;
}
.page-main .cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .checkout-methods-items {
  margin: 22px 0 0;
  padding: 0 15px;
  text-align: center;
}
.cart-summary .checkout-methods-items .action.primary.checkout,
.cart-summary .checkout-methods-items .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.checkout,
.cart-summary .checkout-methods-items .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.checkout,
.cart-summary .checkout-methods-items .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.checkout,
.cart-summary .checkout-methods-items .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.checkout {
  width: 100%;
}
.cart-summary .checkout-methods-items .item {
  margin-bottom: 27.5px;
}
.cart-summary .checkout-methods-items .item:last-child {
  margin-bottom: 0;
}
.cart-summary .message {
  padding-left: 22px;
}
.cart-summary .message > *:first-child:before {
  display: none;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark {
  text-align: left;
}
.cart-totals .discount.coupon {
  display: none;
}
.cart.table-wrapper .cart thead tr th.col {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  padding-top: 24px;
}
.cart.table-wrapper .cart tbody td {
  border: 0;
}
.cart.table-wrapper .cart > .item {
  border-bottom: 1px solid #ccc;
  position: relative;
}
.cart.table-wrapper .col {
  padding-top: 15px;
}
.cart.table-wrapper .col.price,
.cart.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp {
  padding: 20px 11px 11px;
  text-align: center;
}
.cart.table-wrapper .col.qty {
  padding: 22px 11px 11px;
  text-align: center;
}
.cart.table-wrapper .col.qty .input-text {
  height: 36px;
  margin-top: -7px;
  text-align: center;
  width: 60px;
}
.cart.table-wrapper .col > .price {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 75px;
  padding: 15px 15px 11px 90px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar {
  min-height: 20px;
  padding-bottom: 15px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar > .action-edit,
.cart.table-wrapper .actions-toolbar > .action-delete {
  position: absolute;
  right: 16px;
  top: 0;
  display: inline-block;
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar > .action-edit > span,
.cart.table-wrapper .actions-toolbar > .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cart.table-wrapper .actions-toolbar > .action-edit:before,
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart.table-wrapper .actions-toolbar > .action-edit:hover:before,
.cart.table-wrapper .actions-toolbar > .action-delete:hover:before {
  color: #ADC9D9;
}
.cart.table-wrapper .actions-toolbar > .action-edit:active:before,
.cart.table-wrapper .actions-toolbar > .action-delete:active:before {
  color: #757575;
}
.cart.table-wrapper .actions-toolbar > .action-delete {
  right: 0;
}
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  content: '\e604';
}
.cart.table-wrapper .actions-toolbar > .action-delete:hover {
  text-decoration: none;
}
.cart.table-wrapper .action {
  margin-right: 27.5px;
}
.cart.table-wrapper .action:last-child {
  margin-right: 0;
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .product-item-photo {
  display: block;
  left: 15px;
  max-width: 65px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%;
}
.cart.table-wrapper .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: -3px 0 5.5px;
}
.cart.table-wrapper .gift-registry-name-label:after {
  content: ':';
}
.cart.table-wrapper .item-options {
  margin-bottom: 0;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 22px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 11px 0 0;
}
.cart.table-wrapper .item .message {
  margin-top: 22px;
}
.cart-products-toolbar .toolbar-amount {
  left: inherit;
  margin: 27.5px 0 15px;
  padding: 0;
  position: relative;
  text-align: center;
  top: inherit;
}
.cart-products-toolbar-top {
  border-bottom: 1px solid #ccc;
}
.cart-discount {
  border-bottom: 1px solid #ccc;
  clear: left;
}
.cart-empty {
  padding-left: 15px;
  padding-right: 15px;
}
.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.crosssell {
  padding: 0 15px;
  margin-top: 70px;
}
.block.crosssell .product-item-info {
  width: 200px;
}
.block-minicart .items-total {
  float: left;
  margin: 0 11px;
}
.block-minicart .items-total .count {
  font-weight: 700;
}
.block-minicart .subtotal {
  margin: 0 11px 11px;
  text-align: right;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 20px;
  font-weight: 700;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  font-size: 14px;
  padding: 33px 0 22px;
  text-align: center;
}
.block-minicart dl.product.options.list {
  display: inline-block;
  vertical-align: top;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content > .actions {
  margin-top: 15px;
}
.block-minicart .block-content > .actions > .secondary {
  text-align: center;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0 11px 15px;
}
.block-minicart .block-content > .actions > .primary .action.primary,
.block-minicart .block-content > .actions > .primary .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.block-minicart .block-content > .actions > .primary .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.block-minicart .block-content > .actions > .primary .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.block-minicart .block-content > .actions > .primary .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary {
  display: block;
  width: 100%;
}
.block-minicart .block-content > .actions .paypal-logo {
  margin-top: 15px;
  text-align: center;
}
.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: 22px;
  line-height: 28px;
  color: #757575;
  content: '\e611';
  font-family: 'luma-icons';
  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: #757575;
}
.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: 22px;
  line-height: 28px;
  color: #757575;
  content: '\e611';
  font-family: 'luma-icons';
  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: #757575;
}
.minicart-wrapper .block-minicart {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #FFFFFF;
  border: #CCCCCC;
  margin-top: 4px;
  min-width: 100%;
  width: 320px;
  z-index: 101;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  right: -10px;
  box-shadow: 0px 20px 50px -20px rgba(0, 0, 0, 0.5);
}
.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 #FFFFFF transparent;
  z-index: 99;
}
.minicart-wrapper .block-minicart:after {
  border: 7px solid;
  border-color: transparent transparent #FFFFFF transparent;
  z-index: 98;
}
.minicart-wrapper .block-minicart:before {
  right: 12px;
  top: -12px;
}
.minicart-wrapper .block-minicart:after {
  right: 11px;
  top: -14px;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper .block-minicart {
  padding: 25px 22px;
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -28px 0 0;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.minicart-wrapper .product .actions > .primary:not(:last-child),
.minicart-wrapper .product .actions > .secondary:not(:last-child) {
  margin-right: 15px;
}
.minicart-wrapper .action.close {
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  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;
}
.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.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: 14px;
  line-height: 14px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  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.showcart {
  white-space: nowrap;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #ADC9D9;
  color: #FFFFFF;
  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 .action.showcart .counter-number {
  text-shadow: 0 0 7px #000000;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 15px;
}
.minicart-items-wrapper {
  border: 1px solid #ccc;
  margin: 0 -22px;
  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: 22px 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: 5.5px;
}
.minicart-items .message {
  margin-bottom: 0;
  margin-top: 10px;
}
.minicart-items .product-item-name {
  font-weight: 400;
  margin: 0 0 11px;
}
.minicart-items .product-item-name a {
  color: #ADC9D9;
}
.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: 5.5px 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 11px;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
}
.minicart-items .product .toggle {
  border: 0;
  padding: 0 0 5.5px 0;
  white-space: nowrap;
}
.minicart-items .product .toggle:after {
  color: #8f8f8f;
  margin: 0 0 0 5.5px;
  position: static;
}
.minicart-items .product .active > .toggle:after {
  content: '\e621';
}
.minicart-items .product.pricing {
  margin-top: 3px;
}
.minicart-items .product.options .toggle.tooltip {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product.options .toggle.tooltip > 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 .toggle.tooltip:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  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 .details {
  display: none;
}
.minicart-items .item-qty {
  text-align: center;
  width: 60px;
}
.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: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  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: #ADC9D9;
}
.minicart-items .action.edit:active:before,
.minicart-items .action.delete:active:before {
  color: #757575;
}
.minicart-items .action.delete:before {
  content: '\e604';
}
.file-uploader-area {
  position: relative;
}
.file-uploader-area input[type='file'] {
  cursor: pointer;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  width: 0;
}
.file-uploader-area input[type='file']:focus + .file-uploader-button {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-area input[type='file']:disabled + .file-uploader-button {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}
.file-uploader-summary {
  display: inline-block;
  vertical-align: top;
}
.file-uploader-button {
  background: #eee;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6rem;
  margin: 0;
  padding: 7px 15px;
  vertical-align: middle;
}
.file-uploader-button._is-dragover {
  background: #d4d4d4;
  border: 1px solid #006bb4;
}
.file-uploader-spinner {
  background-image: url('../../frontend/BrandMd/ultimate/en_US/images/loader-1.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  display: none;
  height: 30px;
  margin-left: 11px;
  vertical-align: top;
  width: 15px;
}
.file-uploader-preview .action-remove {
  bottom: 4px;
  cursor: pointer;
  display: block;
  height: 27px;
  left: 6px;
  padding: 2px;
  position: absolute;
  text-decoration: none;
  width: 25px;
  z-index: 2;
}
.file-uploader-preview .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.file-uploader-preview .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  line-height: inherit;
  color: #514943;
  content: '\e604';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .action-remove:hover:before {
  color: #736963;
}
.file-uploader-preview:hover .preview-image img,
.file-uploader-preview:hover .preview-link:before {
  opacity: 0.7;
}
.file-uploader-preview .preview-link {
  display: block;
  height: 100%;
}
.file-uploader-preview .preview-image img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.file-uploader-preview .preview-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 4rem;
  line-height: inherit;
  color: #ccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-video:hover:before {
  color: #ccc;
}
.file-uploader-preview .preview-video:before {
  left: 0;
  margin-top: -2rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview .preview-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 7rem;
  line-height: inherit;
  color: #ccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-document:hover:before {
  color: #ccc;
}
.file-uploader-preview .preview-document:before {
  left: 0;
  margin-top: -3.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview,
.file-uploader-placeholder {
  background: #fff;
  border: 1px solid #cacaca;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 150px;
  line-height: 1;
  margin: 11px 27.5px 11px 0;
  overflow: hidden;
  position: relative;
  width: 150px;
}
.file-uploader._loading .file-uploader-spinner {
  display: inline-block;
}
.file-uploader .admin__field-note,
.file-uploader .admin__field-error {
  margin-bottom: 11px;
}
.file-uploader .file-uploader-filename {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150px;
  word-break: break-all;
}
.file-uploader .file-uploader-filename:first-child {
  margin-bottom: 11px;
}
.file-uploader .file-uploader-meta {
  color: #9e9e9e;
}
.file-uploader .admin__field-fallback-reset {
  margin-left: 11px;
}
._keyfocus .file-uploader .action-remove:focus {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-placeholder.placeholder-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #ccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-document:hover:before {
  color: #ccc;
}
.file-uploader-placeholder.placeholder-document:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-image {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-image:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #ccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-image:hover:before {
  color: #ccc;
}
.file-uploader-placeholder.placeholder-image:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3rem;
  line-height: inherit;
  color: #ccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-video:hover:before {
  color: #ccc;
}
.file-uploader-placeholder.placeholder-video:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 2;
}
.file-uploader-placeholder-text {
  bottom: 0;
  color: #008bdb;
  font-size: 1.1rem;
  left: 0;
  line-height: 1.42857143;
  margin-bottom: 15%;
  padding: 0 22px;
  position: absolute;
  right: 0;
  text-align: center;
}
.data-grid-file-uploader {
  min-width: 7rem;
}
.data-grid-file-uploader._loading .file-uploader-spinner {
  display: block;
}
.data-grid-file-uploader._loading .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-image {
  background: transparent;
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.data-grid-file-uploader .file-uploader-image + .file-uploader-area .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-area {
  z-index: 2;
}
.data-grid-file-uploader .file-uploader-spinner {
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.data-grid-file-uploader .file-uploader-button {
  height: 48px;
  text-align: center;
  display: block;
  text-decoration: none;
}
.data-grid-file-uploader .file-uploader-button > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.data-grid-file-uploader .file-uploader-button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3rem;
  line-height: 48px;
  color: #8a837f;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.data-grid-file-uploader .file-uploader-button:hover:before {
  color: #666;
}
.data-grid-file-uploader .action-select-wrap {
  float: left;
}
.data-grid-file-uploader .action-select-wrap .action-select {
  border: 1px solid #cacaca;
  display: block;
  height: 5rem;
  margin-left: -1px;
  padding: 0;
  width: 2rem;
}
.data-grid-file-uploader .action-select-wrap .action-select:after {
  border-color: #8a837f transparent transparent transparent;
  left: 50%;
  margin: 0 0 0 -5px;
}
.data-grid-file-uploader .action-select-wrap .action-select:hover:after {
  border-color: #666 transparent transparent transparent;
}
.data-grid-file-uploader .action-select-wrap .action-select > span {
  display: none;
}
.data-grid-file-uploader .action-select-wrap .action-menu {
  left: 4rem;
  right: auto;
  z-index: 2;
}
.data-grid-file-uploader-inner {
  border: 1px solid #cacaca;
  float: left;
  height: 5rem;
  position: relative;
  width: 5rem;
}
.checkout-container {
  margin: 0 0 22px;
}
.opc-wrapper {
  margin: 0 0 22px;
}
.opc-wrapper .step-title {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}
.opc-wrapper .step-content {
  margin: 0 0 44px;
}
.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;
}
.abs-discount-code .form-discount,
.checkout-payment-method .payment-option-content .form-discount {
  display: table;
  width: 100%;
}
.abs-discount-code .form-discount .actions-toolbar,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.abs-discount-code .form-discount .actions-toolbar .primary,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary {
  float: left;
}
.abs-discount-code .form-discount .actions-toolbar .primary .action,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin: 0 0 0 -2px;
  white-space: nowrap;
  width: auto;
}
.abs-discount-code .form-discount > .field > .label,
.checkout-payment-method .payment-option-content .form-discount > .field > .label {
  display: none;
}
.opc-estimated-wrapper {
  background: #f4f4f4;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin: -21px -15px 15px;
  padding: 18px 15px;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  float: left;
  font-weight: 700;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin: 0 0 5.5px;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart {
  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;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:focus,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:active {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:hover {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart.disabled,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart[disabled],
fieldset[disabled] .opc-estimated-wrapper .minicart-wrapper button.action.showcart {
  pointer-events: none;
  opacity: 0.5;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:before {
  color: #ADC9D9;
}
.opc-progress-bar {
  display: none;
}
.opc-progress-bar {
  margin: 0 0 22px;
  counter-reset: i;
  display: block;
  font-size: 0;
}
.opc-progress-bar-item {
  margin: 0 0 11px;
  width: 185px;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
}
.opc-progress-bar-item:before {
  background: #e4e4e4;
  border: 1px solid #ccc;
  top: 19px;
  transition: background 0.3s;
  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: #666;
  font-weight: 300;
  font-size: 1.8rem;
}
.opc-progress-bar-item > span:before,
.opc-progress-bar-item > span:after {
  background: #e4e4e4;
  border: 1px solid #ccc;
  height: 38px;
  margin-left: -19px;
  transition: background 0.3s;
  width: 38px;
  border-radius: 50%;
  content: '';
  left: 50%;
  position: absolute;
  top: 0;
}
.opc-progress-bar-item > span:after {
  background: #FFFFFF;
  height: 26px;
  margin-left: -13px;
  top: 6px;
  width: 26px;
  content: counter(i);
  counter-increment: i;
  color: #ADC9D9;
  font-weight: 600;
  font-size: 1.8rem;
}
.opc-progress-bar-item._complete {
  cursor: pointer;
}
.opc-progress-bar-item._complete:hover:before {
  background: #d7d7d7;
}
.opc-progress-bar-item._complete:hover > span:before {
  background: #d7d7d7;
}
.opc-progress-bar-item._complete > span {
  color: #ADC9D9;
}
.opc-progress-bar-item._complete > span:after {
  font-family: 'luma-icons';
  content: '\e610';
}
.opc-progress-bar-item._active:before {
  background: #ADC9D9;
  border-color: #ADC9D9;
}
.opc-progress-bar-item._active > span {
  color: #ADC9D9;
  font-weight: 600;
}
.opc-progress-bar-item._active > span:before {
  background: #ADC9D9;
  border-color: #ADC9D9;
}
.opc-progress-bar-item._active > span:after {
  border-color: #ADC9D9;
  content: '\e610';
  font-family: 'luma-icons';
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 11px;
  position: relative;
  top: -3px;
}
.field.choice .field-tooltip-action {
  line-height: 21px;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ff7070;
}
.checkout-index-index .modal-popup .fieldset .field .label {
  font-weight: 400;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup {
  margin-top: 8px;
}
.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: #ADC9D9;
}
.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: 21px;
  line-height: inherit;
  color: #bbb;
  content: '\e623';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-tooltip .field-tooltip-action:hover:before {
  color: #ADC9D9;
}
.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: #ADC9D9;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #999;
  border-radius: 1px;
  font-size: 16px;
  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;
  }
}
/**
 * Copyright 2015 Adobe
 * All Rights Reserved.
 */
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 28px;
  margin-bottom: 28px;
}
.opc-wrapper .form-login .fieldset .field .label,
.opc-wrapper .form-shipping-address .fieldset .field .label {
  font-weight: 400;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 16px;
  margin-top: 11px;
}
.opc-wrapper .shipping-address-items {
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  font-size: 16px;
  line-height: 30px;
  margin: 0 0 22px;
  padding: 22px 38px 22px 22px;
  transition: 0.3s border-color;
  width: 50%;
  display: inline-block;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #ADC9D9;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #ADC9D9;
  color: #fff;
  content: '\e610';
  font-family: 'luma-icons';
  height: 27px;
  width: 29px;
  font-size: 19px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
  visibility: hidden;
}
.opc-wrapper .action-show-popup {
  margin: 0 0 22px;
}
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 5.5px;
}
.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 22px 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: 22px 0;
}
.methods-shipping .actions-toolbar .action.primary,
.methods-shipping .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.methods-shipping .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.methods-shipping .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.methods-shipping .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary {
  margin: 22px 0 0;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #ccc;
  padding-bottom: 22px;
  padding-top: 22px;
}
.table-checkout-shipping-method tbody td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 20px;
}
.table-checkout-shipping-method tbody td input[type='radio'] {
  margin: 4px 5px 0 0;
}
.table-checkout-shipping-method tbody tr:first-child td {
  border-top: none;
}
.table-checkout-shipping-method tbody .col-price {
  font-weight: 600;
}
.table-checkout-shipping-method tbody .row-error td {
  border-top: none;
  padding-bottom: 11px;
  padding-top: 0;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #ADC9D9;
  cursor: pointer;
}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 420px;
  top: 33px;
}
.opc-block-shipping-information {
  padding: 0 33px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #ccc;
  margin: 0 0 22px;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 11px;
  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: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  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: #ADC9D9;
}
.opc-block-shipping-information .shipping-information-title .action-edit:active:before {
  color: #757575;
}
.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 22px;
}
.opc-block-summary {
  background: #f5f5f5;
  margin: 0 0 22px;
  padding: 22px 33px;
}
.opc-block-summary > .title {
  display: block;
}
.opc-block-summary .mark .value {
  color: #666;
  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 #ccc;
  padding: 11px 44px 11px 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: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  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: 11px;
}
.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 11px;
  width: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
  display: block;
  padding-right: 5.5px;
  text-align: left;
}
.opc-block-summary .product-item .subtotal {
  display: block;
  text-align: left;
}
.opc-block-summary .product-item .price {
  font-size: 1.6rem;
  font-weight: 400;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
}
.opc-block-summary .product-item .message {
  margin-top: 10px;
}
.opc-block-summary .actions-toolbar {
  position: relative;
  z-index: 1;
}
.opc-block-summary .actions-toolbar .secondary {
  border-top: 1px solid #ccc;
  display: block;
  margin: -1px 0 0;
  padding: 15px 0 0;
  text-align: left;
}
.opc-block-summary .actions-toolbar .secondary .action {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .opc-block-summary .product-item .product-item-inner {
    display: block;
  }
  .opc-block-summary .product-item .product-item-name-block {
    display: block;
    text-align: left;
  }
  .opc-block-summary .product-item .subtotal {
    display: block;
    text-align: left;
  }
}
.authentication-dropdown {
  box-sizing: border-box;
}
.authentication-dropdown .modal-inner-wrap {
  padding: 27.5px;
}
.authentication-wrapper {
  float: right;
  margin-top: -66px;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
._has-auth-shown .authentication-wrapper {
  z-index: 900;
}
.block-authentication .block-title {
  font-size: 2.8rem;
  border-bottom: 0;
  margin-bottom: 27.5px;
}
.block-authentication .block-title strong {
  font-weight: 300;
}
.block-authentication .field .label {
  font-weight: 400;
}
.block-authentication .actions-toolbar {
  margin-bottom: 5.5px;
}
.block-authentication .actions-toolbar > .secondary {
  padding-top: 27.5px;
  text-align: left;
}
.block-authentication .block[class] {
  margin: 0;
}
.block-authentication .block[class] ul {
  list-style: none;
  padding-left: 11px;
}
.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: 44px;
  padding-top: 44px;
  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 form.form-purchase-order {
  margin-bottom: 15px;
}
.checkout-payment-method .payment-method form.form-purchase-order .input-text {
  width: 40%;
}
.checkout-payment-method .payment-method-content {
  /**
             * @codingStandardsIgnoreStart
             */
}
.checkout-payment-method .payment-method-content #po_number {
  margin-bottom: 20px;
}
.checkout-payment-method .payment-method-title {
  padding: 22px 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 5.5px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 5.5px;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 22px 22px;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 22px;
}
.checkout-payment-method .payment-group + .payment-group .step-title {
  margin: 22px 0 0;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 500px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 11px;
}
.checkout-payment-method .checkout-billing-address {
  margin: 0 0 22px;
}
.checkout-payment-method .checkout-billing-address .primary .action-update {
  margin-bottom: 20px;
  margin-right: 0;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .checkout-billing-address input[type="checkbox"] {
  vertical-align: top;
}
.checkout-payment-method .payment-method-note + .checkout-billing-address {
  margin-top: 22px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 22px 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: 22px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #ADC9D9;
  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: 14px;
  line-height: 16px;
  color: #757575;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 11px;
  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: #ADC9D9;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #757575;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 22px 22px;
}
.checkout-payment-method .payment-option-content .primary .action.action-apply {
  margin-right: 0;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 22px;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 5.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: 5.5px;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 5.5px;
  padding-right: 5.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 {
  display: inline-block;
  padding-right: 22px;
}
.checkout-payment-method .ccard .cvv .label {
  display: block;
}
.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: 22px;
}
.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.4rem;
}
.checkout-agreements-block .action-show {
  vertical-align: baseline;
}
.checkout-agreements-items {
  padding-bottom: 33px;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 22px;
}
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0;
}
.checkout-agreement-item-content {
  overflow: auto;
}
.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px;
}
.login-container .block .block-title {
  font-size: 1.8rem;
}
.login-container .fieldset:after {
  margin: 11px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.4rem;
}
.login-container .fieldset:after {
  margin-top: 35px;
}
.block-addresses-list .items.addresses > .item {
  margin-bottom: 22px;
}
.block-addresses-list .items.addresses > .item:last-child {
  margin-bottom: 0;
}
.block-addresses-list .items.addresses .item.actions {
  margin-top: 5.5px;
}
.form-address-edit .region_id {
  display: none;
}
.form-edit-account .fieldset.password {
  display: none;
}
.form-edit-account fieldset.additional_info {
  clear: both;
}
.form-create-account .fieldset-fullname .fields .field {
  float: none;
}
.form-create-account .fieldset.create.account:after {
  margin: 11px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.4rem;
}
.form-create-account .fieldset.create.account:after {
  margin-top: 35px;
}
.form.password.forget .fieldset:after {
  margin: 11px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.4rem;
}
.form.password.forget .fieldset:after {
  margin-top: 35px;
}
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-address-billing .box-content,
.box-address-shipping .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;
}
.account .page-title-wrapper .page-title {
  display: inline-block;
}
.account .messages {
  margin-bottom: 22px;
}
.account .column.main {
  margin-bottom: 33px;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .sidebar-additional {
  margin-top: 44px;
}
.account .table-wrapper {
  margin-bottom: 22px;
  border-bottom: 1px solid #cccccc;
  overflow-x: auto;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .data.table .col.actions .action.delete,
[class^='sales-guest-'] .data.table .col.actions .action.delete,
.sales-guest-view .data.table .col.actions .action.delete {
  color: #d10029;
}
.column.main .block:last-child {
  margin-bottom: 0;
}
.block .title {
  display: block;
  margin-bottom: 11px;
}
.block .title strong {
  color: #000000;
  font-style: inherit;
  font-weight: 400;
  line-height: 1.1;
  font-size: 1.6rem;
  margin-top: 2.2rem;
  margin-bottom: 2.2rem;
}
.block p:last-child {
  margin: 0;
}
.block .box-actions {
  margin-top: 5.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: 11px;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
.order-products-toolbar,
.customer-addresses-toolbar {
  position: relative;
}
.order-products-toolbar .toolbar-amount,
.customer-addresses-toolbar .toolbar-amount {
  position: relative;
  text-align: center;
}
.order-products-toolbar .pages,
.customer-addresses-toolbar .pages {
  position: relative;
}
.additional-addresses table > thead > tr > th {
  white-space: nowrap;
}
.table-downloadable-products .product-name {
  font-weight: 400;
  margin-right: 15px;
}
.table-downloadable-products .action.download {
  display: inline-block;
  text-decoration: none;
}
.table-downloadable-products .action.download:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e626';
  font-family: 'luma-icons';
  margin: 0 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 27.5px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none;
}
.samples-item-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 0 11px;
}
.samples-item {
  margin: 0 0 11px;
}
.field.downloads {
  margin-bottom: 11px;
}
.page-product-downloadable .product-add-form .product-options-wrapper .field.downloads > .control {
  width: 100%;
}
.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 {
  display: inline;
  font-weight: 600;
  font-size: 1.4rem;
}
.field.downloads .field.choice {
  border-bottom: 1px solid #ebebeb;
  box-sizing: border-box;
  margin-bottom: 11px;
  padding-bottom: 11px;
  padding-left: 25px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.field.downloads .field.choice input {
  left: 0;
  position: absolute;
  top: 2px;
}
.field.downloads .field.downloads-all {
  border-bottom: 0;
  padding-left: 0;
}
.field.downloads .sample.link {
  float: right;
}
.field.downloads-all .label {
  color: #ADC9D9;
  text-decoration: none;
  cursor: pointer;
}
.field.downloads-all .label:visited {
  color: #ADC9D9;
  text-decoration: none;
}
.field.downloads-all .label:hover {
  color: #000000;
  text-decoration: none;
}
.field.downloads-all .label:active {
  color: #ADC9D9;
  text-decoration: underline;
}
.field.downloads-all input {
  opacity: 0;
}
.field.downloads.downloads-no-separately .field.choice {
  padding-left: 0;
}
.gift-message .field {
  margin-bottom: 22px;
}
.gift-message .field .label {
  color: #666;
  font-weight: 400;
}
.gift-options {
  margin: 22px 0;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  font-weight: 600;
  margin: 0 0 22px;
}
.gift-options-content .fieldset {
  margin: 0 0 22px;
}
.gift-summary {
  margin-top: 11px;
  position: relative;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 0 0 0 22px;
  width: auto;
}
.gift-summary .action-edit,
.gift-summary .action-delete {
  display: inline-block;
  text-decoration: none;
}
.gift-summary .action-edit > span,
.gift-summary .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-summary .action-edit:before,
.gift-summary .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-summary .action-edit:hover:before,
.gift-summary .action-delete:hover:before {
  color: #ADC9D9;
}
.gift-summary .action-edit:active:before,
.gift-summary .action-delete:active:before {
  color: #757575;
}
.gift-summary .action-delete:before {
  content: '\e604';
}
.action-gift {
  display: inline-block;
  text-decoration: none;
}
.action-gift:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: 20px;
  color: #757575;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 11px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action-gift:hover:after {
  color: #ADC9D9;
}
.action-gift:active:after {
  color: #757575;
}
.action-gift.active:after,
.action-gift._active:after {
  content: '\e621';
}
.gift-summary .actions-toolbar,
.cart.table-wrapper .gift-summary .actions-toolbar {
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.cart.table-wrapper .gift-content {
  box-sizing: border-box;
  clear: left;
  display: none;
  float: left;
  margin-right: -100%;
  padding: 22px 0;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: block;
}
.cart.table-wrapper .item-gift._active {
  border-top: 1px solid #c1c1c1;
}
.cart.table-wrapper .item-gift .action {
  margin-right: 0;
}
.gift-item-block {
  border-bottom: 1px solid #c1c1c1;
  margin: 0;
}
.gift-item-block._active .title:after {
  content: '\e621';
}
.gift-item-block .title {
  color: #ADC9D9;
  cursor: pointer;
  margin: 0;
  padding: 11px 44px 11px 15px;
  position: relative;
  display: block;
  text-decoration: none;
}
.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: 20px;
  color: #858585;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 11px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-item-block .title:hover:after {
  color: #ADC9D9;
}
.gift-item-block .content {
  padding: 11px 0 22px;
  position: relative;
}
.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-gift-message .item-options dt,
.order-details-items .block-order-details-gift-message .item-options dt {
  font-weight: 400;
  margin: 11px 0;
}
.gift-messages-order {
  margin-bottom: 27.5px;
}
.gift-message-summary {
  padding-right: 7rem;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 44px;
}
.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
  width: 100%;
}
.giftregisty-dropdown .action.toggle {
  color: #ADC9D9;
}
.table-giftregistry-items .product-image {
  margin-right: 11px;
  float: left;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 15px 0 5.5px;
  text-align: left;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 11px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.form-giftregistry-search {
  margin-bottom: 66px;
}
.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
  margin-bottom: 0;
}
.block-giftregistry .actions-toolbar {
  margin: 17px 0 0;
}
.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 27.5px;
}
.block-giftregistry-shared-items .item .col {
  border: 0;
}
.block-giftregistry-shared-items th {
  border-bottom: 1px solid #ccc;
}
.block-giftregistry-shared-items .col {
  padding: 20px 11px 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: 0;
}
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 11px 0;
}
.block-giftregistry-shared-items .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: 0 0 5.5px;
}
.table-wrapper.grouped {
  width: auto;
}
.table.grouped .row-tier-price > td {
  border-top: 0;
}
.table.grouped .col.item {
  width: 90%;
}
.table.grouped .col.qty {
  width: 10%;
}
.table.grouped .product-item-name {
  display: inline-block;
  font-weight: 400;
  margin-bottom: 11px;
}
.table.grouped .price-box p {
  margin: 0;
}
.table.grouped .price-box .price {
  font-weight: 700;
}
.table.grouped .price-box .old-price .price {
  font-weight: normal;
}
.table.grouped .stock.unavailable {
  font-weight: normal;
  margin: 0;
  text-transform: none;
  white-space: nowrap;
}
.page-product-grouped .product-info-main .alert {
  clear: left;
}
.page-product-grouped .box-tocart {
  margin-top: 11px;
}
.box-tocart .action.instant-purchase {
  vertical-align: top;
}
.box-tocart .action.instant-purchase:not(:last-child) {
  margin-bottom: 15px;
}
.filter.block {
  margin-bottom: 0;
}
.filter-title strong {
  background-color: #f0f0f0;
  box-shadow: inset 0 1px 0 0 #fff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border: 1px solid #ccc;
  border-radius: 3px;
  font-weight: 400;
  left: 0;
  line-height: 16px;
  padding: 7px 11px;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 2;
}
.filter-title strong[data-count]:after {
  color: #fff;
  background: #ff5501;
  border-radius: 2px;
  content: attr(data-count);
  display: inline-block;
  font-size: 0.8em;
  line-height: 1;
  margin: 0 5.5px;
  min-width: 1em;
  padding: 2px;
}
.filter-title strong.disabled {
  opacity: 0.5;
}
.filter .block-subtitle {
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  font-weight: 600;
  line-height: 1em;
  padding: 11px 11px 22px;
}
.filter-subtitle {
  display: none;
}
.filter-current {
  margin: 0;
}
.filter-current .items {
  padding: 5.5px 11px;
}
.filter-current .item {
  padding-left: 17px;
  position: relative;
  z-index: 1;
}
.filter .filter-current-subtitle {
  border: none;
  display: block;
  padding-bottom: 11px;
}
.filter-current .action.remove {
  left: -2px;
  position: absolute;
  top: -1px;
}
.filter-actions {
  margin-bottom: 27.5px;
  padding: 0 11px;
}
.filter-label {
  font-weight: 700;
}
.filter-label:after {
  content: ': ';
}
.filter-value {
  color: #757575;
}
.filter-options {
  display: none;
  margin: 0;
}
.filter-options-item {
  border-bottom: 1px solid #ccc;
  padding-bottom: 11px;
}
.filter-options-title {
  cursor: pointer;
  font-weight: 600;
  margin: 0;
  overflow: hidden;
  padding: 11px 41px 0 11px;
  position: relative;
  text-transform: uppercase;
  word-break: break-all;
  z-index: 1;
  display: block;
  text-decoration: none;
}
.filter-options-title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.filter-options-title:after {
  position: absolute;
  right: 13px;
  top: 12px;
}
.filter-options-title:hover {
  color: #000000;
}
.active > .filter-options-title:after {
  content: '\e621';
}
.filter-options-content {
  margin: 0;
  padding: 11px;
}
.filter-options-content .item {
  line-height: 1.5em;
  margin: 11px 0;
}
.filter-options-content a {
  color: #494949;
  margin-left: -5px;
  margin-right: -5px;
  padding-left: 5px;
  padding-right: 7px;
}
.filter-options-content a:hover {
  background-color: #e8e8e8;
  text-decoration: none;
}
.filter-options-content a:hover + .count {
  background-color: #e8e8e8;
}
.filter-options-content .count {
  color: #757575;
  font-weight: 300;
  padding-left: 5px;
  padding-right: 5px;
}
.filter-options-content .count:before {
  content: '(';
}
.filter-options-content .count:after {
  content: ')';
}
.map-popup-wrapper.popup .action.close {
  top: 11px;
}
.map-popup {
  background: #fff;
  border: 1px solid #adadad;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 11px;
  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: 16px;
}
.map-popup .popup-header .title {
  color: #000000;
  font-style: normal;
  font-weight: 600;
  line-height: 1.1;
  font-size: 3rem;
  margin-top: 2.75rem;
  margin-bottom: 2.2rem;
}
.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: 11px;
  top: 11px;
}
.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: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'luma-icons';
  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: #737373;
}
.map-popup .popup-actions .action.close:active:before {
  color: #737373;
}
.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: 0 0 22px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 22px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ': ';
}
.map-popup .action.primary,
.map-popup .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.map-popup .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.map-popup .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.map-popup .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary {
  margin-right: 11px;
}
.map-popup .map-msrp {
  margin-bottom: 11px;
}
.map-popup .actual-price {
  margin: 3px 0 15px;
}
.map-popup .regular-price .price-label {
  display: none;
}
.map-popup .popup-header {
  display: none;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.map-fallback-price {
  display: none;
}
.map-old-price,
.product-item .map-old-price,
.product-info-price .map-show-info {
  display: inline-block;
  min-width: 10rem;
}
.map-old-price:not(:last-child),
.product-item .map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 11px;
}
.product-options-bottom .price-box .old-price .price-container > span,
.product-info-price .price-box .old-price .price-container > span {
  display: inline;
}
.map-form-addtocart {
  display: inline-block;
  text-align: center;
}
.map-form-addtocart img {
  display: block;
  margin: 0 auto;
}
button.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: #ADC9D9;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
button.map-show-info:focus,
button.map-show-info:active {
  background: none;
  border: none;
}
button.map-show-info:hover {
  background: none;
  border: none;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info {
  pointer-events: none;
  opacity: 0.5;
}
button.map-show-info:visited {
  color: #ADC9D9;
  text-decoration: none;
}
button.map-show-info:hover {
  color: #000000;
  text-decoration: none;
}
button.map-show-info:active {
  color: #ADC9D9;
  text-decoration: underline;
}
button.map-show-info:hover,
button.map-show-info:active,
button.map-show-info:focus {
  background: none;
  border: 0;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info {
  color: #ADC9D9;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
/**
 * Copyright 2025 Adobe
 * All Rights Reserved.
 */
/**
 * @codingStandardsIgnoreStart
 */
.wishlist.split.button {
  display: inline-block;
  position: relative;
  margin-right: 5%;
  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 .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: 12px;
  line-height: inherit;
  color: #666;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle:hover:after {
  color: #ADC9D9;
}
.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: 12px;
  line-height: inherit;
  color: #666;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle.active:hover:after {
  color: #ADC9D9;
}
.wishlist.split.button .action.toggle.active:active:after {
  color: inherit;
}
.wishlist.split.button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #FFFFFF;
  border: #CCCCCC;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0px 20px 50px -20px rgba(0, 0, 0, 0.5);
}
.wishlist.split.button .items li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li:hover {
  background: #F4F4F4;
  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 #FFFFFF transparent;
  z-index: 99;
}
.wishlist.split.button .items:after {
  border: 7px solid;
  border-color: transparent transparent #FFFFFF 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 {
  padding: 6px 0;
  text-align: left;
}
.wishlist.split.button .items .item > span {
  display: block;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li {
  padding: 0;
}
.wishlist.split.button > .action.split {
  margin-right: 5px;
}
.wishlist.split.button > .action.split:before {
  content: '\e600';
}
.wishlist.split.button > .action.split:before {
  margin: 0;
  width: 18px;
}
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:focus,
.wishlist.split.button > .action:hover {
  color: #ADC9D9;
}
.wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #666;
  content: '';
  float: left;
  height: 15px;
  margin: 3px 4px 0 0;
}
.cart.table-wrapper .wishlist.split.button {
  vertical-align: baseline;
}
.cart.table-wrapper .wishlist.split.button > .action.split {
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle:after {
  color: #ADC9D9;
}
.cart.table-wrapper .wishlist.split.button > .action.split,
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  color: #ADC9D9;
}
.cart.table-wrapper .wishlist.split.button > .action.split:before,
.cart.table-wrapper .wishlist.split.button > .action.toggle:before {
  display: none;
}
.wishlist.window.popup {
  background: #fff;
  border: 1px solid #adadad;
  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;
  box-sizing: border-box;
}
.wishlist.window.popup .popup-header {
  margin: 0 0 25px;
  padding-right: 16px;
}
.wishlist.window.popup .popup-header .title {
  color: #000000;
  font-style: normal;
  font-weight: 600;
  line-height: 1.1;
  font-size: 3rem;
  margin-top: 2.75rem;
  margin-bottom: 2.2rem;
}
.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: 11px;
  top: 11px;
}
.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: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'luma-icons';
  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: #737373;
}
.wishlist.window.popup .popup-actions .action.close:active:before {
  color: #737373;
}
.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: #8c8c8c;
  z-index: 899;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wishlist.overlay.active {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.wishlist.overlay.active {
  display: block;
}
.wishlist-dropdown.move .action.toggle,
.wishlist-dropdown.copy .action.toggle {
  color: #ADC9D9;
}
.page-multiple-wishlist .actions-toolbar > .primary {
  display: block;
  float: none;
  text-align: left;
}
.page-multiple-wishlist .actions-toolbar > .primary .action.remove {
  float: right;
}
.block-wishlist-management {
  position: relative;
}
.block-wishlist-management .wishlist-select .wishlist-name-label {
  font-weight: 600;
}
.block-wishlist-management .wishlist-title {
  margin-bottom: 11px;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-right: 11px;
}
.block-wishlist-management .wishlist-notice {
  color: #ffffff;
  display: inline-block;
  margin-right: 22px;
}
.block-wishlist-management .wishlist-notice.private {
  display: inline-block;
  text-decoration: none;
}
.block-wishlist-management .wishlist-notice.private:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #ffffff;
  content: '\e629';
  font-family: 'luma-icons';
  margin: 0 5.5px 0 0;
  vertical-align: text-bottom;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-wishlist-management .wishlist-toolbar-select,
.block-wishlist-management .wishlist-toolbar-actions {
  display: inline-block;
}
.block-wishlist-management .wishlist-toolbar-select {
  margin-right: 22px;
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown {
  right: 0;
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown:before {
  left: auto;
  right: 11px;
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown:after {
  left: auto;
  right: 10px;
}
.block-wishlist-management .wishlist-dropdown.move {
  margin-right: 22px;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 66px;
  max-width: 500px;
}
.block-wishlist-search-results .table-wrapper {
  border-top: none;
}
.block-wishlist-info-items .block-title {
  margin-bottom: 22px;
  font-size: 2.2rem;
}
.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: 22px;
}
.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 11px;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 11px 0;
  visibility: hidden;
}
.block-wishlist-info-items .wishlist-dropdown .change {
  color: #ADC9D9;
}
.block-wishlist-info-items .action.towishlist {
  padding: 11px 0;
}
.block-wishlist-info-items .input-text.qty {
  margin-right: 10px;
}
.multicheckout.results h3,
.multicheckout.success h3 {
  font-size: 1.6rem;
  margin-bottom: 22px;
  margin-top: 33px;
}
.multicheckout.results h3 a,
.multicheckout.success h3 a {
  color: #000000;
}
.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: 27.5px;
  padding-left: 18px;
}
.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: 11px;
}
.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: #FF0A0A;
}
.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: 11px;
}
.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: 33px;
}
.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: 11px;
}
.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0;
}
.multicheckout > .actions-toolbar {
  margin-top: 44px;
}
.multicheckout .actions-toolbar > .secondary {
  display: block;
}
.multicheckout .actions-toolbar > .secondary .action {
  margin-bottom: 27.5px;
}
.multicheckout .actions-toolbar > .secondary .action.back {
  display: block;
  margin-left: 0;
}
.multicheckout .actions-toolbar > .primary {
  margin-right: 11px;
}
.multicheckout .item-options {
  margin: 11px 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 #ccc;
  padding-bottom: 11px;
}
.multicheckout .block-title strong,
.multicheckout .block-content .title strong {
  font-weight: 400;
}
.multicheckout .block-title strong span,
.multicheckout .block-content .title strong span {
  color: #ffffff;
}
.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: 44px;
}
.multicheckout.order-review .error-description {
  color: #FF0A0A;
  font-weight: 400;
  margin-bottom: 11px;
  margin-top: -11px;
}
.multicheckout .box-title span {
  margin-right: 11px;
}
.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 5.5px;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 2.4rem;
  margin-bottom: 44px;
}
.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: 20px;
}
.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: 16px;
  line-height: 32px;
  color: #575757;
  content: '\e61d';
  font-family: 'luma-icons';
  margin: 0 0 0 8px;
  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;
  white-space: nowrap;
}
.data.switch .counter {
  color: #ffffff;
}
.data.switch .counter:before {
  content: '(';
}
.data.switch .counter:after {
  content: ')';
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 73px;
  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: #B3B3B3;
  font-family: 'luma-icons';
  font-size: 13px;
  height: 13px;
  letter-spacing: 2px;
  line-height: 13px;
  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: #ADC9D9;
  font-family: 'luma-icons';
  font-size: 13px;
  height: 13px;
  letter-spacing: 2px;
  line-height: 13px;
  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;
}
.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: #B3B3B3;
  font-family: 'luma-icons';
  font-size: 13px;
  height: 13px;
  letter-spacing: 2px;
  line-height: 13px;
  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: #ADC9D9;
  font-family: 'luma-icons';
  font-size: 13px;
  height: 13px;
  letter-spacing: 2px;
  line-height: 13px;
  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';
}
.review-control-vote:before {
  content: '\e625' '\e625' '\e625' '\e625' '\e625';
}
.products-reviews-toolbar {
  position: relative;
}
.products-reviews-toolbar .toolbar-amount {
  position: relative;
  text-align: center;
}
.review-toolbar {
  border-top: 1px solid #c9c9c9;
  margin: 0 0 22px;
  padding: 0;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  border-bottom: 1px solid #c9c9c9;
  display: block;
  padding: 22px 0;
  text-align: center;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form .action.submit.primary {
  background: #ADC9D9;
  border: #ADC9D9 1px solid;
  color: #FFFFFF;
  font-size: 1.8rem;
  line-height: 2rem;
  padding: 7px 15px;
  margin: 0;
}
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
  background: #e2e2e2;
  border: #ADC9D9 1px solid;
  color: #FFFFFF;
}
.review-form .action.submit.primary:hover {
  background: #000000;
  border: #000000 1px solid;
  color: #FFFFFF;
}
.review-form .actions-toolbar .actions-primary {
  padding: 0;
}
.fieldset .review-legend.legend {
  border-bottom: 0;
  line-height: 1.3;
  margin-bottom: 22px;
  padding: 0;
}
.fieldset .review-legend.legend span {
  margin: 0;
}
.fieldset .review-legend.legend strong {
  display: block;
  font-weight: 600;
}
.fieldset .review-field-ratings > .label {
  font-weight: 600;
  margin-bottom: 11px;
  padding: 0;
}
.review-control-vote label:before,
.review-control-vote:before {
  font-size: 32px;
  height: 32px;
  letter-spacing: 10px;
  line-height: 32px;
}
.review-field-rating .label {
  font-weight: 600;
}
.review-field-rating .control {
  margin-bottom: 52.8px;
  margin-top: 11px;
}
.review-list {
  margin-bottom: 33px;
}
.review-list .block-title strong {
  color: #000000;
  font-style: normal;
  font-weight: 600;
  line-height: 1.1;
  font-size: 3rem;
  margin-top: 2.75rem;
  margin-bottom: 2.2rem;
}
.review-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
  padding: 22px 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  margin-bottom: 11px;
  max-width: 100%;
}
.review-author {
  display: inline;
}
.review-author .review-details-value {
  font-weight: 400;
}
.review-date {
  display: inline;
}
.review-title {
  color: #000000;
  font-style: normal;
  font-weight: 600;
  line-height: 1.1;
  font-size: 2.8rem;
  margin-top: 2.2rem;
  margin-bottom: 1.1rem;
  margin: 0 0 22px;
}
.review-content {
  margin-bottom: 22px;
}
.page-main .column .review-add {
  margin-bottom: 0;
}
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
.customer.review.view .review.title,
.customer.review.view .ratings.summary.items,
.customer.review.view .product.details {
  margin-bottom: 22px;
}
.product-reviews-summary {
  margin-bottom: 5.5px;
}
.products.wrapper.list .product-reviews-summary {
  margin: 0 auto;
}
.product-reviews-summary .rating-summary {
  display: inline-block;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions {
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions a:not(:last-child) {
  margin-right: 30px;
}
.product-reviews-summary .reviews-actions .action.add {
  white-space: nowrap;
}
.product-info-main .rating-summary,
.customer-review .rating-summary {
  margin-right: 30px;
}
.block-reviews-dashboard .items .item {
  margin-bottom: 22px;
}
.block-reviews-dashboard .items .item:last-child {
  margin-bottom: 0;
}
.block-reviews-dashboard .product-name {
  display: inline-block;
}
.block-reviews-dashboard .product-name:not(:last-child) {
  margin-bottom: 5.5px;
}
.block-reviews-dashboard .rating-summary .label {
  font-weight: 600;
  margin-right: 11px;
  vertical-align: middle;
}
.table-reviews .product-name,
.block-reviews-dashboard .product-name {
  font-weight: 400;
}
.table-reviews .rating-summary {
  display: inline-block;
  vertical-align: baseline;
}
.customer-review .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%;
}
.customer-review .review-details {
  margin: 0;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 22px;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 11px;
}
.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}
.customer-review .review-details .review-title {
  color: #000000;
  font-style: normal;
  line-height: 1.1;
  font-size: 2.8rem;
  margin-top: 2.2rem;
  margin-bottom: 1.1rem;
  font-weight: 600;
  margin-bottom: 22px;
}
.customer-review .review-details .review-content {
  margin: 0;
  margin-bottom: 22px;
}
.customer-review .review-details .review-date {
  color: #ffffff;
}
.order-links .item {
  line-height: 44px;
  margin: 0 0 -1px;
}
.order-links .item strong {
  background: #ffffff;
  border: 1px solid #ccc;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a {
  background: #f6f6f6;
  color: #6d6d6d;
  border: 1px solid #ccc;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a:hover {
  background: #ffffff;
  text-decoration: none;
}
.order-details-items {
  border: 1px solid #ccc;
  margin-bottom: 44px;
  padding: 11px;
}
.order-details-items .order-title {
  border-bottom: 1px solid #ccc;
  padding: 0 0 11px;
}
.order-details-items .order-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.order-details-items .order-title .action {
  display: inline-block;
}
.order-details-items .table-wrapper {
  margin: 0;
}
.order-details-items .table-wrapper + .actions-toolbar {
  display: none;
}
.order-details-items .table-wrapper:not(:last-child) {
  margin-bottom: 33px;
}
.order-details-items .table-wrapper.order-items-shipment {
  overflow: visible;
}
.order-details-items .table-order-items > thead > tr > th {
  border-bottom: 1px solid #ccc;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #ccc;
}
.account .order-details-items .table-order-items tbody tr:nth-child(even) td {
  background: none;
}
.order-details-items .table-order-items tbody td {
  padding-bottom: 20px;
  padding-top: 20px;
}
.order-details-items .table-order-items tbody .col.label {
  font-weight: 700;
  padding-bottom: 5px;
  padding-top: 0;
}
.order-details-items .table-order-items tbody .col.options {
  padding: 10px 10px 15px;
}
.order-details-items .table-order-items tbody > .item-parent td {
  padding-bottom: 5px;
}
.order-details-items .table-order-items tbody > .item-parent + tr td {
  padding-top: 5px;
}
.order-details-items .table-order-items tbody .item-options-container td {
  padding-bottom: 15px;
  padding-top: 0;
}
.order-details-items .table-order-items .product-item-name {
  margin: 0 0 10px;
}
.order-details-items .item-options {
  margin: 0;
}
.order-details-items .item-options dt {
  margin: 0;
}
.order-details-items .item-options dd {
  margin: 0 0 15px;
}
.order-details-items .item-options dd:last-child {
  margin-bottom: 0;
}
.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-details-items thead .col.qty {
  text-align: center;
}
.order-details-items .col.name {
  padding-top: 16px;
}
.order-details-items .action.show {
  display: inline-block;
  text-decoration: none;
  color: #ADC9D9;
}
.order-details-items .action.show > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.order-details-items .action.show:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.order-details-items .action.show.expanded:after {
  content: '\e621';
}
.order-details-items .product-item-name {
  font-size: 1.8rem;
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ': ';
}
.order-details-items .pages-items .item:first-child,
.order-details-items .pages-items .item:last-child {
  margin-right: 0;
}
.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 .block-content .box {
  margin-bottom: 30px;
}
.block-order-details-view .box-title {
  font-weight: 600;
}
.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: ': ';
}
.column.main .order-details-items .block-order-details-gift-message {
  margin: 40px 0 0;
}
.block-order-details-gift-message + .actions-toolbar {
  display: none;
}
.order-tracking {
  margin: 0;
  padding: 20px 0;
}
.order-title + .order-tracking {
  border-bottom: 1px solid #ccc;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px;
}
.order-actions-toolbar {
  margin-bottom: 25px;
}
.order-actions-toolbar .action {
  margin-right: 30px;
}
.order-actions-toolbar .action.print {
  display: none;
  margin: 0;
}
.form-orders-search .field:last-child {
  margin-bottom: 22px;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
}
.block-reorder .product-item-name {
  float: left;
  width: calc(100% - 20px);
}
.block-reorder .product-item::after {
  clear: both;
  content: '';
  display: table;
}
.block-reorder .product-item .field.item {
  float: left;
  width: 20px;
}
.form.send.friend .fieldset .field .control {
  width: 100%;
}
.product-social-links .action.mailto.friend:before {
  content: '\e61d';
}
.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;
  color: #575757;
  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: #ADC9D9;
  color: #000;
  font-weight: 600;
}
.block-collapsible-nav .item.current a {
  border-color: #ADC9D9;
}
.block-collapsible-nav .item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 11px 1.8rem;
}
body {
  background-color: #FFFFFF;
}
.page-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
.page-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.page-main > .page-title-wrapper .page-title {
  hyphens: auto;
}
.page-header {
  border-bottom: 1px solid #ccc;
  margin-bottom: 22px;
}
.page-header .panel.wrapper {
  background-color: #6e716e;
  color: #fff;
}
.header.panel > .header.links {
  margin: 0;
  padding: 0;
  list-style: none none;
  float: right;
  font-size: 0;
  margin-left: auto;
  margin-right: 22px;
}
.header.panel > .header.links > li {
  display: inline-block;
  vertical-align: top;
}
.header.panel > .header.links > li {
  font-size: 16px;
  margin: 0 0 0 15px;
}
.header.panel > .header.links > li.customer-welcome {
  margin: 0 0 0 5px;
}
.header.panel > .header.links > li > a {
  color: #fff;
  text-decoration: none;
}
.header.panel > .header.links > li > a:visited {
  color: #fff;
  text-decoration: none;
}
.header.panel > .header.links > li > a:hover {
  color: #fff;
  text-decoration: underline;
}
.header.panel > .header.links > li > a:active {
  color: #fff;
  text-decoration: underline;
}
.header.content {
  padding-top: 11px;
  position: relative;
}
.logo {
  float: left;
  margin: 0 0 11px 44px;
  max-width: 50%;
  position: relative;
  z-index: 5;
}
.logo img {
  display: block;
  height: auto;
}
.page-print .logo {
  display: inline-block;
  float: none;
}
.page-print .nav-toggle {
  display: none;
}
.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 33px;
}
.action.skip:focus {
  background: #f0f0f0;
  padding: 11px;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 15;
}
.action-skip-wrapper {
  height: 0;
  position: relative;
}
.message.global p {
  margin: 0;
}
.message.global.noscript,
.message.global.cookie {
  margin: 0 0 11px;
  padding: 12px 22px 12px 27.5px;
  display: block;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #000000;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #ADC9D9;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #000000;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #ADC9D9;
}
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 11px;
}
.message.global.demo {
  margin: 0 0 11px;
  padding: 12px 22px 12px 27.5px;
  display: block;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #fff;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: #ADC9D9;
}
.message.global.demo a:hover {
  color: #000000;
}
.message.global.demo a:active {
  color: #ADC9D9;
}
.page-footer {
  margin-top: 27.5px;
}
.footer.content {
  border-top: 1px solid #cecece;
  padding-top: 22px;
}
.footer.content .links > li {
  background: #f4f4f4;
  font-size: 1.6rem;
  border-top: 1px solid #cecece;
  margin: 0 -15px;
  padding: 0 15px;
}
.footer.content .links a,
.footer.content .links strong {
  display: block;
  padding: 11px 0;
}
.footer.content .links strong {
  color: #ffffff;
  font-weight: normal;
}
.footer.content .links a {
  color: #575757;
  text-decoration: none;
}
.footer.content .links a:visited {
  color: #575757;
  text-decoration: none;
}
.footer.content .links a:hover {
  color: #333;
  text-decoration: underline;
}
.footer.content .links a:active {
  color: #333;
  text-decoration: underline;
}
.copyright {
  background-color: #6e716e;
  color: #fff;
  box-sizing: border-box;
  display: block;
  padding: 11px;
  text-align: center;
}
.page-header .panel.wrapper .switcher .options,
.page-footer .switcher .options {
  display: inline-block;
  position: relative;
}
.page-header .panel.wrapper .switcher .options:before,
.page-footer .switcher .options:before,
.page-header .panel.wrapper .switcher .options:after,
.page-footer .switcher .options:after {
  content: '';
  display: table;
}
.page-header .panel.wrapper .switcher .options:after,
.page-footer .switcher .options:after {
  clear: both;
}
.page-header .panel.wrapper .switcher .options .action.toggle,
.page-footer .switcher .options .action.toggle {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options .action.toggle > span,
.page-footer .switcher .options .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .panel.wrapper .switcher .options .action.toggle:after,
.page-footer .switcher .options .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 22px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .panel.wrapper .switcher .options .action.toggle:hover:after,
.page-footer .switcher .options .action.toggle:hover:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle:active:after,
.page-footer .switcher .options .action.toggle:active:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active,
.page-footer .switcher .options .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active > span,
.page-footer .switcher .options .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:after,
.page-footer .switcher .options .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 22px;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:hover:after,
.page-footer .switcher .options .action.toggle.active:hover:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:active:after,
.page-footer .switcher .options .action.toggle.active:active:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #FFFFFF;
  border: #CCCCCC;
  margin-top: 4px;
  min-width: 160px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0px 20px 50px -20px rgba(0, 0, 0, 0.5);
}
.page-header .panel.wrapper .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
  margin: 0;
  padding: 0;
}
.page-header .panel.wrapper .switcher .options ul.dropdown li:hover,
.page-footer .switcher .options ul.dropdown li:hover {
  background: #F4F4F4;
  cursor: pointer;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before,
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #FFFFFF transparent;
  z-index: 99;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #FFFFFF transparent;
  z-index: 98;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.page-header .panel.wrapper .switcher .options.active,
.page-footer .switcher .options.active {
  overflow: visible;
}
.page-header .panel.wrapper .switcher .options.active ul.dropdown,
.page-footer .switcher .options.active ul.dropdown {
  display: block;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  color: #333;
  text-decoration: none;
  display: block;
  padding: 8px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a:visited,
.page-footer .switcher .options ul.dropdown a:visited {
  color: #333;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  color: #333;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a:active,
.page-footer .switcher .options ul.dropdown a:active {
  color: #333;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher strong,
.page-footer .switcher strong {
  font-weight: 400;
}
.page-header .panel.wrapper .switcher .options ul.dropdown {
  right: 0;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before {
  left: auto;
  right: 10px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:after {
  left: auto;
  right: 9px;
}
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child) {
  margin-bottom: 44px;
}
.widget {
  clear: both;
}
.page-header .widget.block,
.page-footer .widget.block {
  margin: 22px 0;
}
.page-header .links .widget.block,
.page-footer .links .widget.block {
  margin: 0;
}
.ui-datepicker td {
  padding: 0;
}
.ui-tooltip {
  background: #fff;
  border: 1px solid #999;
  padding: 10px;
}
.cookie-status-message {
  display: none;
}
.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: #ADC9D9;
  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: #ADC9D9;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #000000;
  text-decoration: none;
}
.my-credit-cards .action.delete:active {
  color: #ADC9D9;
  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: #ADC9D9;
  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: #ADC9D9;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  margin-right: 22px;
}
.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: #ADC9D9;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #000000;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:active {
  color: #ADC9D9;
  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: #ADC9D9;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.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-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: '\e600';
}
.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 #ccc;
}
.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 #ccc;
}
.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 #ccc;
}
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 11px;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 11px 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: 11px 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 11px;
}
.account .table-wrapper .data.table.wishlist .action.primary,
.account .table-wrapper .data.table.wishlist .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.account .table-wrapper .data.table.wishlist .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.account .table-wrapper .data.table.wishlist .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.account .table-wrapper .data.table.wishlist .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary {
  vertical-align: top;
}
.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700;
}
.link.wishlist .counter {
  color: #ffffff;
  white-space: nowrap;
}
.link.wishlist .counter:before {
  content: '(';
}
.link.wishlist .counter:after {
  content: ')';
}
.block-wishlist .product-item-name {
  margin-right: 27.5px;
}
.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: 11px;
}
.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: 11px 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-actions .action.edit,
.products-grid.wishlist .product-item-actions .action.delete {
  display: inline-block;
  text-decoration: none;
}
.products-grid.wishlist .product-item-actions .action.edit > span,
.products-grid.wishlist .product-item-actions .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.products-grid.wishlist .product-item-actions .action.edit:before,
.products-grid.wishlist .product-item-actions .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.products-grid.wishlist .product-item-actions .action.edit:hover:before,
.products-grid.wishlist .product-item-actions .action.delete:hover:before {
  color: #ADC9D9;
}
.products-grid.wishlist .product-item-actions .action.edit:active:before,
.products-grid.wishlist .product-item-actions .action.delete:active:before {
  color: #757575;
}
.products-grid.wishlist .product-item-actions .action.delete:before {
  content: '\e604';
}
.block-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 22px;
}
.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;
}
.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 22px;
}
.links .block-static-block.widget,
.links .block-cms-link.widget {
  margin-bottom: 0;
}
.block-cms-link-inline.widget {
  margin: 0;
}
a {
  outline: none;
}
a:focus {
  outline: none;
}
ul {
  margin: 0;
  padding: 0;
}
body {
  color: #000000;
  font-family: "Gotham";
}
.light-blue-btn,
.action.primary,
.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary {
  font-family: "Gotham" !important;
  background: #9cbed0;
  color: #ffffff;
  border-radius: 8px;
  border: none;
  font-weight: 100;
  font-size: 18px;
  padding: 10px 20px;
  text-transform: uppercase;
}
.nav-sections {
  margin-bottom: 0;
}
.generalChat-popup-content #active-design-chat-list ul li .design-name {
  font-size: 13px;
}
/* Remove box-shadow for all inputs on focus */
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: none !important;
}
.navigation {
  font-weight: normal;
}
.navigation .level0 > .level-top {
  line-height: 45px;
}
:root .page-header-v3 .navigation .level0 > .level-top,
:root .page-header-v4 .navigation .level0 > .level-top {
  line-height: 34px;
}
.navigation .level0 .submenu {
  background-color: white !important;
}
.navigation .level0 .submenu:hover {
  background-color: white !important;
}
.navigation .level0 .submenu a.ui-state-focus,
.navigation .level0 .submenu a:hover {
  background: #fff;
  text-decoration: none;
}
.nav-sections-item-title {
  background-color: white;
  border-color: lightgrey;
}
.theme-pearl[class*="store-view-"] .ultimatePage-top {
  display: inline-block;
  width: 100%;
}
.theme-pearl[class*="store-view-"] .ultimatePage-top .ultimatePage-title {
  float: left;
  width: 100%;
  margin: 0 0 30px;
}
.theme-pearl[class*="store-view-"] .ultimatePage-top .ultimatePage-title h1 {
  margin: 0 0 20px;
  font-size: 46px;
  font-family: "Gotham";
  font-weight: normal;
  text-align: center;
}
@media (max-width: 768px) {
  .theme-pearl[class*="store-view-"] .ultimatePage-top .ultimatePage-title h1 {
    width: 100%;
    font-size: 24px;
  }
}
.theme-pearl[class*="store-view-"] .ultimatePage-top .ultimatePage-title p {
  font-size: 18px;
  font-family: "Gotham";
  font-weight: 300;
  text-align: center;
}
.theme-pearl[class*="store-view-"] .ultimatePage-design-tab {
  display: inline-flex;
  margin: 0px;
  padding: 0px;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  border-bottom: 4px solid #9cbed0;
}
.theme-pearl[class*="store-view-"] .ultimatePage-design-tab button {
  margin: 0 15px 0px;
  border: 1px solid #9cbed0;
  border-bottom: 0;
  padding: 0 30px;
  height: 49px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #000000;
  font-size: 17px;
  font-family: "Gotham";
  font-weight: normal;
  text-transform: uppercase;
  border-radius: 16px 16px 0 0;
}
.theme-pearl[class*="store-view-"] .ultimatePage-design-tab button:hover,
.theme-pearl[class*="store-view-"] .ultimatePage-design-tab button.active {
  background-color: #9cbed0;
  color: #ffffff;
}
@media (max-width: 640px) {
  .theme-pearl[class*="store-view-"] .ultimatePage-design-tab button {
    margin: 0 5px 0;
    padding: 0 10px;
    height: 34px;
    font-size: 10px;
    font-weight: bold;
    border-radius: 14px 14px 0 0;
  }
}
.theme-pearl[class*="store-view-"] button.action.primary:hover span,
.theme-pearl[class*="store-view-"] .action.primary:hover span,
.theme-pearl[class*="store-view-"] button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover span,
.theme-pearl[class*="store-view-"] .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover span,
.theme-pearl[class*="store-view-"] button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover span,
.theme-pearl[class*="store-view-"] .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover span,
.theme-pearl[class*="store-view-"] button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover span,
.theme-pearl[class*="store-view-"] .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover span,
.theme-pearl[class*="store-view-"] button.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover span,
.theme-pearl[class*="store-view-"] .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover span {
  color: #ffffff;
}
/* COMPARE PRODUCTS */
.theme-pearl.catalog-product-compare-index .table-comparison {
  overflow: hidden !important;
}
.theme-pearl.catalog-product-compare-index .table-comparison tbody {
  border: none !important;
}
.theme-pearl.catalog-product-compare-index .table-comparison tbody tr:hover {
  background: #d9edf7;
}
.theme-pearl.catalog-product-compare-index .table-comparison tbody td.info {
  background: none;
}
.theme-pearl.catalog-product-compare-index .table-comparison .cell.label {
  border-right: none;
}
.theme-pearl.catalog-product-compare-index .table-comparison .cell.product.info,
.theme-pearl.catalog-product-compare-index .table-comparison .cell.product.attribute {
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.theme-pearl.catalog-product-compare-index .table-comparison .cell.label,
.theme-pearl.catalog-product-compare-index .table-comparison .cell.product.info {
  border-bottom: none !important;
}
.checkout-agreements button {
  background: none !important;
  border: none !important;
}
.checkout-agreements button span {
  color: #fa583f !important;
  font-size: 16px !important;
}
.checkout-agreements button span:hover {
  text-decoration: underline;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup {
  padding: 7px 15px;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover {
  text-decoration: none !important;
}
/* pe pagina de produse repara dropdownul de cantitate */
.theme-pearl.catalog-product-view .box-tocart .field.qty select {
  padding: 15px;
  direction: inherit;
}
.theme-pearl .block.block-minicart .quickcart-content-wrapper button.action span,
.theme-pearl .block.block-minicart button.action.primary span,
.theme-pearl .block.block-minicart button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary span,
.theme-pearl .block.block-minicart button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary span,
.theme-pearl .block.block-minicart button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary span,
.theme-pearl .block.block-minicart button.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary span {
  font-size: 12px;
}
.theme-pearl .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .action.delete:before {
  content: "" !important;
}
.theme-pearl .modal-custom .action-close,
.theme-pearl .modal-popup .action-close,
.theme-pearl .modal-slide .action-close {
  background: none;
  border: none;
}
.theme-pearl .modal-custom .action-close:hover,
.theme-pearl .modal-popup .action-close:hover,
.theme-pearl .modal-slide .action-close:hover {
  background: none;
  border: none;
}
.theme-pearl .swatch-option {
  margin: 0 15px 5px 0;
}
.theme-pearl .breadcrumbs .items strong,
.theme-pearl .breadcrumbs .items a {
  text-transform: uppercase !important;
}
.theme-pearl #wishlist-sidebar .product-image-container {
  width: 75px !important;
}
.theme-pearl #wishlist-sidebar .product-image-container .product-image-photo {
  width: auto !important;
  height: auto !important;
}
.theme-pearl #wishlist-sidebar .actions-primary a span {
  font-size: 18px !important;
}
/* adauga un pic de padding la dropdownuri gen select store */
:root .page-header #switcher-currency .mage-dropdown-dialog .dropdown.switcher-dropdown,
:root .page-header #switcher-language .mage-dropdown-dialog .dropdown.switcher-dropdown {
  padding: 10px !important;
}
/* product page related items add to compare si favorite fix */
.secondary-addto-links.actions-secondary {
  display: none;
}
.product-item-info:hover .secondary-addto-links.actions-secondary {
  display: inherit;
}
.owl-carousel .owl-item {
  text-align: center;
}
/* navigation underscore */
@media (min-width: 768px) {
  .navigation .level0.level-top > .level-top,
  .navigation .level0 > .level-top {
    border-bottom: 1px solid transparent;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-bottom: 1px solid #000000;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #000;
  }
  .navigation .level0 > .level-top {
    display: inline-block;
    line-height: 38px;
    margin-bottom: 0;
  }
}
.weltpixel-quickview-catalog-product-view.catalog-product-view .box-tocart .actions button,
.weltpixel_quickview-catalog_product-view.catalog-product-view .box-tocart .actions button {
  float: none;
}
.weltpixel-quickview-catalog-product-view.catalog-product-view .box-tocart .actions,
.weltpixel_quickview-catalog_product-view.catalog-product-view .box-tocart .actions {
  float: none;
}
.mfp-iframe-holder .mfp-close {
  border: none !important;
  background: none !important;
}
.page-wrapper .page-footer {
  padding: 0;
}
.page-wrapper .page-footer .footer.content .pre-footer {
  background-color: #f4f4f4;
  display: flex;
}
.page-wrapper .page-footer .footer.content .pre-footer .pre-footer-content {
  max-width: 1310px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
}
.page-wrapper .page-footer .footer.content .pre-footer .pre-footer-content .pre-footer-subtitle {
  display: block;
  font-weight: bold;
  text-align: center;
}
.page-wrapper .page-footer .footer.content .pre-footer .pre-footer-content .pre-footer-title {
  text-align: center;
  display: block;
  font-family: "Source Sans Pro", sans-serif;
  font-style: italic;
  font-weight: 300;
  line-height: 1.1;
  color: #303030;
}
.page-wrapper .page-footer .footer.content .pre-footer .pre-footer-content .footer-icon {
  font-size: 35px;
  display: block;
  text-align: center;
  color: #aaa;
}
.page-wrapper .page-footer .footer.content .footer-v1-content {
  margin: 0 auto;
}
.page-wrapper .page-footer .footer.content .footer-v1-content .nopaddingleft {
  padding-left: 0px;
}
.page-wrapper .page-footer .footer.content .footer-v1-content .nopaddingright {
  padding-right: 0px;
}
.page-wrapper .page-footer .footer.content .footer-v1-content .nopadding {
  padding: 0;
}
.page-wrapper .page-footer .footer.content .footer-v1-content .mini-logo {
  padding-top: 50px;
  margin-top: 0px;
}
.page-wrapper .page-footer .footer.content .footer-v1-content p {
  color: #575757;
  margin-bottom: 6px;
}
.page-wrapper .page-footer .footer.content .footer-v1-content .links-v1 li {
  margin-bottom: 6px;
}
.page-wrapper .page-footer .footer.content .footer-v1-content .links-v1 li a {
  color: #575757;
}
.page-wrapper .page-footer .footer.content .footer-v1-content .footer-title {
  text-transform: uppercase;
  font-weight: 600;
}
.page-wrapper .page-footer .footer.content .footer-v1-content .border-v1 {
  border-top: 1px solid #adadad;
  margin-top: 30px;
  padding-right: 0px;
  padding-left: 0px;
}
.page-wrapper .page-footer .footer.content .footer-v1-content .border-v1 .small-text {
  margin-top: 15px;
  display: block;
}
.page-wrapper .page-footer .footer.content .footer-v1-content .border-v1 .social-icons-v1 {
  margin-top: 10px;
}
.page-wrapper .page-footer .footer.content .footer-v1-content .border-v1 .social-icons-v1 .social-icons {
  margin: 0px;
}
.page-wrapper .page-footer .footer.content .footer-v1-content .border-v1 .social-icons-v1 .social-icons i {
  font-size: 15px;
}
.page-wrapper .page-footer .footer.content .footer-section2-content {
  margin: 0 auto;
}
.page-wrapper .page-footer .footer.content .footer-v2 {
  padding-top: 60px;
}
.page-wrapper .page-footer .footer.content .footer-v2 .social-icons {
  margin: 0 20px 5px 0;
}
.page-wrapper .page-footer .footer.content .footer-v2 .footer-nav a {
  padding: 10px;
  cursor: pointer;
}
.page-wrapper .page-footer .footer.content .footer-v2 .footer-nav,
.page-wrapper .page-footer .footer.content .footer-v2 .togglet.newsletter {
  font-size: 12px;
  line-height: 2em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 400;
  padding: 10px;
}
.page-wrapper .page-footer .footer.content .footer-v2 .block.newsletter {
  margin: 0 auto;
}
.page-wrapper .page-footer .footer.content .footer-v2 .block.newsletter input,
.page-wrapper .page-footer .footer.content .footer-v2 .block.newsletter .action.subscribe {
  height: 50px;
}
.page-wrapper .page-footer .footer.content .footer-v2 .block.newsletter .field .control:before {
  line-height: 50px;
  font-size: 20px;
}
.page-wrapper .page-footer .footer.content .footer-v2 .block {
  float: initial !important;
}
.page-wrapper .page-footer .footer.content .footer-v3 {
  padding-bottom: 10px;
  padding-top: 60px;
  z-index: 0;
  position: relative;
}
.page-wrapper .page-footer .footer.content .footer-v3 .footer-v3-list,
.page-wrapper .page-footer .footer.content .footer-v3 .address-v3 {
  line-height: 1.6;
}
.page-wrapper .page-footer .footer.content .footer-v3 .address-v3 i {
  padding-right: 5px;
}
.page-wrapper .page-footer .footer.content .footer-v3 .white-lnk {
  color: #ccc;
}
.page-wrapper .page-footer .footer.content .footer-v4 .footer-nav,
.page-wrapper .page-footer .footer.content .footer-v4 .togglet.newsletter {
  font-size: 12px;
  line-height: 2em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 400;
  padding: 10px;
}
/** CMS DEMO PAGES **/
.hp-title {
  font-family: "Source Sans Pro", sans-serif;
  font-style: italic;
  font-weight: 300;
  line-height: 50px;
  font-size: 40px;
  letter-spacing: 10px;
  padding: 50px 0;
}
.hp-title .subtitle {
  display: block;
  font-style: initial;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: initial;
  line-height: inherit;
}
/* image hover */
.promo {
  position: relative;
  z-index: 0;
}
body:not(.device-touch) .promo-overlay {
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.promo-image {
  position: relative;
}
.promo-image > a,
.promo-image img {
  display: block;
  width: 100%;
}
.promo-image .title {
  color: #fff;
  text-align: center;
}
.promo-image .title span {
  display: block;
  font-size: 16px;
  text-transform: lowercase;
}
.promo-image .title span .upper {
  text-transform: uppercase;
}
.promo-image .title-v2 {
  color: #000;
}
.promo-image .title-v2 span {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
}
.promo-overlay .title {
  color: #000;
  font-size: 25px;
  font-style: italic;
  text-align: center;
  padding: 20px;
}
.promo-overlay .title span {
  display: block;
  font-size: 16px;
}
.img-block {
  display: block;
}
.light {
  color: #fff;
}
.header_right {
  z-index: 100;
}
.promo:hover .promo-overlay {
  opacity: 1;
}
.section.parallax .block.newsletter {
  margin: 0 auto;
}
.section.parallax .block.newsletter input,
.section.parallax .block.newsletter .action.subscribe {
  height: 50px;
}
.section.parallax .block.newsletter .field .control:before {
  line-height: 50px;
  font-size: 20px;
}
.social-container .social-icons {
  background-color: rgba(225, 225, 225, 0.5);
  font-size: 20px !important;
}
/* Demo Page v3 */
.heading-title span {
  display: block;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}
.page-footer {
  background-color: #f4f4f4;
  padding-top: 60px;
  display: inline-block;
  width: 100%;
}
#page-footer-section-03,
#page-footer-section-03 a {
  color: #fff;
}
#page-footer-section-03 a:hover {
  text-decoration: none;
}
.footer.content {
  border: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
}
h3 strong,
h4 strong {
  font-size: 24px !important;
}
.fancy-title.title-bottom-border h1,
.fancy-title.title-bottom-border h2,
.fancy-title.title-bottom-border h3,
.fancy-title.title-bottom-border h4,
.fancy-title.title-bottom-border h5,
.fancy-title.title-bottom-border h6 {
  border-bottom: 2px solid #d83701;
}
.faqlist li a {
  color: #444;
  font-size: 14px;
  font-weight: 900;
}
.faqlist li a:hover,
.faqlist li a:active {
  color: #d83701 !important;
  text-decoration: none;
}
.contact-index-index .column .contact-container h4 {
  padding: 17px 0;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
}
.contact-index-index .column .contact-container .form.contact {
  width: 100%;
  float: none;
}
.contact-index-index .form-area {
  padding-bottom: 15px;
}
.contact-index-index .form-area .input-text {
  border: 1px solid grey;
  width: 100%;
  border-radius: 10px;
}
.contact-index-index .form-area :after {
  content: "";
  display: block;
  background-color: #f8f8f8;
  position: absolute;
  width: 9999px;
  top: 0;
  right: 100%;
  bottom: 0;
  z-index: -1;
}
.contact-index-index #comment {
  height: 250px;
  padding: 0px;
}
.contact-index-index .page-title h1 {
  font-size: 26px;
}
.catalog-product-view .fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img {
  width: 100%;
}
.catalog-product-view .fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img {
  width: 100%;
}
.theme-pearl.weltpixel-quickview-catalog-product-view .page-wrapper .page-main,
.theme-pearl.weltpixel_quickview-catalog_product-view .page-wrapper .page-main {
  padding: 20px;
}
.page-products .columns {
  z-index: 0;
}
#block-discount-heading,
#block-giftcard-heading,
.gift-item-block .title {
  color: black;
  font-size: 1.6rem;
}
#discount-coupon-form .actions-toolbar .action.primary,
#giftcard-form .actions-toolbar .action.primary,
#discount-coupon-form .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
#giftcard-form .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
#discount-coupon-form .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
#giftcard-form .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
#discount-coupon-form .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
#giftcard-form .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
#discount-coupon-form .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
#giftcard-form .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary {
  line-height: 16px;
}
#discount-coupon-form .actions-toolbar .action.primary span,
#giftcard-form .actions-toolbar .action.primary span,
#discount-coupon-form .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary span,
#giftcard-form .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary span,
#discount-coupon-form .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary span,
#giftcard-form .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary span,
#discount-coupon-form .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary span,
#giftcard-form .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary span,
#discount-coupon-form .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary span,
#giftcard-form .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary span {
  line-height: 16px;
}
#giftcard-form .secondary button span {
  color: black;
}
.checkout-cart-index .gift-message-summary {
  margin: 10px 0 0;
  padding: 10px 0 0;
}
.checkout-cart-index .cart.table-wrapper .actions-toolbar {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.checkout-cart-index .cart.table-wrapper .gift-summary .actions-toolbar {
  top: 8px;
  position: relative;
  float: left;
}
.checkout-cart-index .gift-summary .action-edit:before,
.checkout-cart-index .gift-summary .action-delete:before {
  font-size: 15px;
}
.checkout-cart-index .gift-summary .action-edit:before {
  font-family: font-icons;
  content: "\e635";
}
.checkout-cart-index .gift-summary .action-delete:before {
  content: "\e616";
}
.checkout-cart-index .gift-options-cart-item > a.action.action-gift {
  font-weight: 700;
}
.checkout-cart-index .gift-options-cart-item > a.action.action-gift:after {
  font-size: 12px;
}
.checkout-cart-index .gift-summary .actions-toolbar > .secondary .action:first-of-type {
  margin: 0;
}
.checkout-cart-index .cart.table-wrapper .actions-toolbar > .action-edit:before,
.checkout-cart-index .cart.table-wrapper .actions-toolbar > .action-delete:before {
  font-size: 20px;
}
.customer-welcome .action.switch {
  font-size: 15px;
}
.customer-welcome .action.switch:after {
  color: #000000;
  line-height: 20px;
}
.page-header .switcher strong,
.page-footer .switcher strong,
.header.panel > .header.links > li.welcome,
.header.panel > .header.links > li > a {
  line-height: 1.5;
}
footer.page-footer {
  padding-top: 60px;
  padding-bottom: 0px !important;
}
.footer-nav,
.togglet.newsletter {
  font-size: 12px;
  line-height: 2em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 400;
  padding: 10px;
}
.footer-nav a {
  padding: 10px;
}
.block.newsletter {
  margin: 0 auto;
}
.block.newsletter input {
  padding-left: 60px;
}
.block.newsletter input,
.block.newsletter .action.subscribe {
  height: 50px;
}
.block.newsletter .field .control:before {
  line-height: 50px;
  font-size: 20px;
  margin-left: 24px;
}
.footer.content .block {
  float: initial !important;
}
.page-product-downloadable .product-add-form .product-options-wrapper,
.page-product-downloadable .product-add-form .product-options-bottom {
  float: none;
  width: 100%;
}
.page-product-downloadable .product-add-form .product-options-bottom .price-box {
  display: none;
}
/* ORDER AND RETURNS STYLE */
.track-order-description {
  max-width: 100%;
  text-align: center;
}
.track-order {
  background: rgba(84, 84, 84, 0.05);
  margin: 0 auto 57px auto;
  position: relative;
}
.track-order:before {
  background-image: radial-gradient(closest-side, transparent 9px, rgba(84, 84, 84, 0.05) 100%);
  position: absolute;
  top: -10px;
  left: 0;
  content: "";
  display: block;
  height: 10px;
  width: 100%;
  background-color: transparent;
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
  background-position: 0 10px, 40px 40px;
}
.track-order:after {
  background-image: radial-gradient(closest-side, transparent 9px, rgba(84, 84, 84, 0.05) 100%);
  position: absolute;
  bottom: -10px;
  left: 0;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  content: "";
  display: block;
  height: 10px;
  width: 100%;
  background-color: transparent;
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
  background-position: 0 10px, 40px 40px;
}
.track-order input {
  height: 40px;
}
.track-order input ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #444 !important;
}
.track-order input ::-moz-placeholder {
  /* Firefox 19+ */
  color: #444 !important;
}
.track-order input :-ms-input-placeholder {
  /* IE 10+ */
  color: #444 !important;
}
.track-order input :-moz-placeholder {
  /* Firefox 18- */
  color: #444 !important;
}
.track-order label {
  line-height: 26px;
  font-weight: 700;
  margin-top: 8px;
  display: block;
}
.track-order .field.lastname {
  margin-bottom: 21px;
}
.track-order .primary {
  width: 100%;
}
.track-order .primary .action.submit.primary {
  width: 100%;
  margin-right: 0px;
  padding: 16px;
}
/*@light-blue-clr: #adc9d9;*/











@media only screen and (max-width: 370px) {
  header.page-header .minicart-wrapper .action.showcart .counter.qty,
  header.page-header .minicart-wrapper .action.showcart.active .counter.qty,
  .page-header .miniquote-wrapper .action.showquote .counter.qty,
  .page-header .miniquote-wrapper .action.showquote.active .counter.qty {
    position: absolute;
    left: 9px;
    top: -6px;
    line-height: 17px;
    height: 18px;
    min-width: 18px;
    font-size: 11px;
  }
}
.page-header .miniquote-wrapper .action.showquote .counter.qty {
  margin-top: -1px;
}
.page-header .miniquote-wrapper .action.showquote .counter.qty,
.page-header .miniquote-wrapper .action.showquote.active .counter.qty {
  margin-left: 0;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #000000;
  color: #000000;
  line-height: 18px;
}
.nav-sections nav.navigation {
  /*.level0 {
			> .submenu{
				&.level0{
					@media screen and (min-width: 768px){
						max-height: 400px;
    					overflow-y: auto !important;
					}
				}
			}
		}*/
}
.nav-sections nav.navigation .megamenu a {
  text-transform: capitalize;
}
.nav-sections nav.navigation ul {
  display: flex;
  justify-content: space-around;
  padding: 0 20px;
}
.nav-sections nav.navigation ul li {
  margin-right: 0;
}
.nav-sections nav.navigation ul li.level0:first-child {
  display: none;
}
.nav-sections nav.navigation ul li.parent > a span:nth-child(2) {
  font-size: 20px !important;
}
@media only screen and (min-width: 768px) {
  .nav-sections nav.navigation ul li.parent > a span:nth-child(2) {
    text-transform: capitalize;
  }
}
.nav-sections nav.navigation ul li:not(.parent) > a span:first-child {
  font-size: 20px !important;
}
@media only screen and (min-width: 768px) {
  .nav-sections nav.navigation ul li:not(.parent) > a span:first-child {
    text-transform: capitalize;
  }
}
.nav-sections nav.navigation .level0.disabled-link.parent > a.level-top {
  cursor: pointer !important;
}
@media (min-width: 768px), print {
  .nav-sections nav.navigation .level0.parent > .level-top {
    padding-right: 10px;
  }
}
@media only screen and (min-width: 991px) {
  nav.navigation .megamenu.level-top-fullwidth .submenu .columns-group li > a span,
  nav.navigation .megamenu.level-top-boxed .submenu .columns-group li > a span,
  nav.navigation .megamenu.level-top-sectioned .submenu .columns-group li > a span {
    padding: 0;
  }
}
@media only screen and (min-width: 991px) {
  nav.navigation .megamenu.level-top-fullwidth .submenu .level1 .submenu li > a,
  nav.navigation .megamenu.level-top-boxed .submenu .level1 .submenu li > a,
  nav.navigation .megamenu.level-top-sectioned .submenu .level1 .submenu li > a {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 991px) {
  nav.navigation .megamenu.level-top-fullwidth .submenu [data-has-children] > a span:last-child,
  nav.navigation .megamenu.level-top-boxed .submenu [data-has-children] > a span:last-child,
  nav.navigation .megamenu.level-top-sectioned .submenu [data-has-children] > a span:last-child {
    padding: 0;
    border-bottom: none;
    font-weight: bold;
  }
}
@media only screen and (min-width: 991px) {
  nav.navigation .level0 .submenu a {
    padding-top: 0;
    padding-bottom: 0;
  }
}
nav.navigation .level0.submenu > li {
  max-height: 400px;
  overflow-y: auto;
}
@media only screen and (min-width: 991px) {
  nav.navigation .level0.submenu > li > .fullwidth-wrapper {
    overflow-y: auto;
  }
}
@media only screen and (min-width: 991px) {
  nav.navigation .level0.parent:hover > .submenu {
    /*display: inline-block !important;*/
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  nav.navigation .level0.parent:hover > .submenu {
    left: 0 !important;
  }
}
@media only screen and (min-width: 768px) {
  .nav-sections .navigation ul li.level0 .parent > a {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.page-header .multistore-switcher #switcher-language-trigger {
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  #multistore-mobile-switcher-language {
    background-color: #cacaca;
  }
}
.miniquote-wrapper {
  margin-left: 13px;
}
@media only screen and (max-width: 767px) {
  .miniquote-wrapper {
    margin-right: 0;
  }
}
.miniquote-wrapper .action.showquote {
  white-space: nowrap;
  position: relative;
}
.miniquote-wrapper .action.showquote > .text,
.minicart-wrapper .action.showcart > .text {
  position: absolute;
  display: none;
  width: auto;
  height: auto;
  clip: inherit;
  color: #575757;
  right: 0;
  top: 100%;
  font-size: 12px;
  text-transform: capitalize;
  padding: 3px 6px;
  border-radius: 3px;
  overflow: visible;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #e4e5f0 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #e4e5f0 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #e4e5f0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e4e5f0', GradientType=0);
  border: 1px solid #767676;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
  font-weight: bold;
  line-height: 1;
}
.miniquote-wrapper .action.showquote:before {
  content: "\e74a" !important;
  font-family: 'font-icons' !important;
  color: #090909;
  font-size: 18px;
  line-height: 1.8;
  vertical-align: middle;
}
@media only screen and (max-width: 639px) {
  .miniquote-wrapper .action.showquote:before {
    line-height: 1 !important;
  }
}
.miniquote-wrapper .action.showquote:hover:before {
  color: #133264;
}
.miniquote-wrapper .action.showquote:hover > .text,
.minicart-wrapper .action.showcart:hover > .text {
  display: inline-block;
}
.miniquote-wrapper .action.showquote.active:before {
  content: "\e74a";
  font-family: 'font-icons';
  color: #090909;
}
.miniquote-wrapper .action.showquote.active:hover:before {
  color: #133264;
}
.header .block.block-miniquote .quickcart-content-wrapper button.action span,
.header .block.block-miniquote button.action.primary span,
.header .block.block-miniquote button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary span,
.header .block.block-miniquote button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary span,
.header .block.block-miniquote button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary span,
.header .block.block-miniquote button.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary span {
  font-size: 12px;
}
.block-miniquote .block-content > .actions > .primary .action.primary,
.block-miniquote .block-content > .actions > .primary .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.block-miniquote .block-content > .actions > .primary .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.block-miniquote .block-content > .actions > .primary .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.block-miniquote .block-content > .actions > .primary .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary {
  padding: 8px 10px;
}
.page-header.page-header-v1 .header.links {
  /*margin-left: 13px;*/
  /*> .item.compare{
				margin-bottom: 0;
			}*/
}
.page-header.page-header-v1 .header.links li.link.compare {
  vertical-align: top !important;
  margin-left: 0 !important;
}
.page-header.page-header-v1 .header.links li.link.compare a.compare {
  font-size: 0;
  margin-left: 10px;
}
.page-header.page-header-v1 .header.links li.link.compare a.compare.no-display {
  display: none;
}
.page-header.page-header-v1 .header.links li.link.compare a.compare:before {
  content: '\e61e';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 16px;
  color: inherit;
  font-family: 'luma-icons';
  margin: -2px 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  font-size: 18px;
}
.page-header.page-header-v1 .header.links li.link.compare a.compare > .qty {
  font-size: 12px;
  vertical-align: middle;
  display: inline-block;
  text-transform: capitalize;
  margin-left: 0;
  background-color: #ffffff;
  border: 1px solid #000000;
  color: #000000;
  line-height: 18px;
  width: auto;
  border-radius: 3px;
  margin: 0;
  padding: 0 2px;
  height: 20px;
  min-width: 20px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .page-header.page-header-v1 .header.links li.link.compare a.compare > .qty:before {
    content: '(';
  }
}
@media only screen and (max-width: 767px) {
  .page-header.page-header-v1 .header.links li.link.compare a.compare > .qty:after {
    content: ')';
  }
}
.page-header.page-header-v1 .switcher .options ul.dropdown {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  min-width: 116px;
}
.page-header.page-header-v1 .switcher .options ul.dropdown li {
  width: 100%;
  text-align: left;
}
@media only screen and (min-width: 768px), print {
  .page-header.page-header-v1 header.page-header .multistore-switcher {
    float: right;
  }
}
.page-header.page-header-v1 header.page-header .open-modal-search {
  font-size: 18px;
  padding-top: 0;
  padding-right: 0;
  line-height: 1.8;
  vertical-align: middle;
}
.page-header.page-header-v1 .header.content .header .welcome {
  text-transform: none;
}
.page-header.page-header-v1 .header.content .header.links {
  padding: 0;
  list-style: none;
  display: inline-block;
  margin: 0;
  float: right;
}
.page-header.page-header-v1 .header.content .header.links * {
  font-size: 16px;
}
.page-header.page-header-v1 .header.content .header.links .welcome * {
  text-transform: none;
}
.page-header.page-header-v1 .header.content .header.links > li {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .page-header.page-header-v1 .header.content .header.links > li {
    margin-left: 20px;
  }
}
.page-header.page-header-v1 .header.content .header.links > li > a {
  font-size: 16px;
  text-transform: none;
}
.page-header.page-header-v1 .header.content .header.links li.link.wishlist {
  margin-left: 0;
}
.page-header.page-header-v1 .header.content .header.links li.link.wishlist > a {
  font-size: 0;
  margin-left: 10px;
}
.page-header.page-header-v1 .header.content .header.links li.link.wishlist > a:before {
  content: "\e024";
  font-family: 'lined-icons';
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 2;
  font-weight: normal;
  vertical-align: middle;
}
.page-header.page-header-v1 .header.content .header.links li.link.wishlist > a > .qty {
  font-size: 12px;
  vertical-align: middle;
  display: inline-block;
  text-transform: capitalize;
  background-color: #ffffff;
  border: 1px solid #000000;
  color: #000000;
  line-height: 18px;
  width: auto;
  border-radius: 3px;
  margin: 0 0 0 3px;
  padding: 0 2px;
  height: 20px;
  min-width: 20px;
  text-align: center;
}
.page-header.page-header-v1 .header.content .header.links li.link.wishlist > a > .qty:before,
.page-header.page-header-v1 .header.content .header.links li.link.wishlist > a > .qty:after {
  content: "";
  display: none;
}
.page-header.page-header-v1 .header.content .header.links .authorization-link > a {
  line-height: 2;
  /*font-size: 0;
				    		&:before{
				    			content: "\e66e";
							    display: inline-block;
							    font-family: 'font-icons';
							    line-height: 1.8;
				    		}*/
}
.page-header.page-header-v1 .header.content .header.links .authorization-link > a > i[class*="icon-"] {
  font-size: 20px;
}
.page-header.page-header-v1 .header.content .customer-menu .header.links {
  min-width: 108px;
}
.page-header.page-header-v1 .header.content .customer-menu .header.links > li {
  width: 100%;
  margin-left: 0;
}
.page-header.page-header-v1 .header.content .customer-menu .header.links .authorization-link > a {
  font-size: 16px;
  border-top: 1px solid #999999;
  line-height: normal;
}
.page-header.page-header-v1 .header.content .customer-menu .header.links .authorization-link > a:before {
  content: "";
  display: none;
  font-size: 0;
}
@media only screen and (max-width: 991px) {
  .page-header.page-header-v1 .header.content > .header.links {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  :root .theme-pearl .page-wrapper .page-header.page-header-v1.sticky-header .logo {
    position: static;
    margin: 10px 0;
  }
}
:root .theme-pearl .page-wrapper .page-header.page-header-v1.sticky-header .sections.nav-sections {
  width: 100%;
  left: 0 !important;
}
:root .theme-pearl .page-wrapper .page-header.page-header-v1.sticky-header .header.content .nav-sections .level0.level-top {
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .page-header.sticky-header .header .nav-sections {
    margin-top: 5px !important;
  }
}
.quickcart-bottom-container .subtotal .label {
  padding: 0;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .action.delete span {
  line-height: 1;
}
.header .quickcart-wrapper .block-quickcart .product.options .content {
  line-height: 1;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item {
  padding: 10px 0;
}
@media only screen and (max-width: 767px) {
  .minicart-wrapper {
    margin-left: 13px;
  }
}
.minicart-wrapper .block-minicart {
  width: 450px;
  padding: 25px 20px 0;
  border: none;
  top: 150%;
  right: -10px;
  box-shadow: -3px 3px 10px rgba(0, 0, 0, 0.5);
}
@media (max-width: 640px) {
  .minicart-wrapper .block-minicart {
    width: 364px;
  }
}
.minicart-wrapper .block-minicart #minicart-content-wrapper {
  font-family: 'Gotham';
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .action.close {
  right: 20px;
  top: 8px;
}
.minicart-wrapper .block-minicart .minicart-items li:hover {
  cursor: auto;
}
.minicart-wrapper .block-minicart .minicart-items li .product-item-pricing .qty .qty-update {
  cursor: pointer;
}
.minicart-wrapper .minicart-items-wrapper {
  overflow: auto;
  /*height: auto !important;*/
  /*max-height: 445px;*/
  border: none;
}
@media only screen and (max-width: 1310px) {
  .minicart-wrapper .minicart-items-wrapper {
    /*max-height: 270px;*/
  }
}
.minicart-wrapper .minicart-items-wrapper .minicart-items .product-item {
  border-bottom: 2px solid #9cbed0;
  border-top: none;
}
.minicart-wrapper .minicart-items-wrapper .minicart-items .product-item .product {
  display: flex;
}
.minicart-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-photo {
  align-items: center;
  display: flex;
  flex: 0 25%;
  /*.product-image-container {
							width: 100% !important;
						}*/
}
.minicart-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-details {
  flex: 0 75%;
  display: flex;
  flex-flow: column;
  padding-left: 0;
}
.minicart-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.attribute.sku {
  font-family: 'Gotham';
  color: #999999;
  margin-bottom: 10px;
}
.minicart-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.attribute.sku .value {
  margin-left: 20px;
}
.minicart-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-name {
  font-weight: 500;
}
.minicart-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-name a {
  color: #000000;
  font-size: 18px;
  text-transform: capitalize !important;
  line-height: 1;
  text-decoration: none;
}
.minicart-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-pricing {
  display: flex;
  align-items: flex-start;
}
.minicart-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-pricing .details-qty {
  display: flex;
  flex-flow: column;
  flex: 1;
  margin-top: 0;
}
.minicart-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-pricing .details-qty .brand-name em {
  color: #999999;
}
.minicart-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-pricing .details-qty .qty-wrapper .label {
  text-transform: uppercase;
  color: #999999;
}
.minicart-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-pricing .details-qty .qty-wrapper input {
  border: none;
  text-align: left;
  padding: 0;
  color: #999999;
  height: auto;
}
.minicart-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-pricing .price-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-flow: row wrap;
  flex: 1.8;
}
.minicart-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-pricing .price-container .discount-price-wrapper,
.minicart-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-pricing .price-container .list-price-wrapper {
  display: flex;
  align-items: center;
  flex: 1 1 100%;
  justify-content: flex-end;
}
.minicart-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-pricing .price-container .discount-price-wrapper .price-wrapper .price-excluding-tax {
  margin: 0;
}
.minicart-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-pricing .price-container .discount-price-wrapper .price-wrapper .price-excluding-tax .price,
.minicart-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-pricing .price-container .subtotal-price-wrapper .total-price {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
}
.minicart-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-pricing .price-container .discount-price-wrapper .price-discount {
  font-size: 20px;
  font-weight: 500;
  color: red;
  margin-left: 5px;
}
.minicart-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-pricing .price-container .list-price-wrapper {
  color: #999999;
}
.minicart-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-pricing .price-container .list-price-wrapper .original-price .price {
  font-weight: 300;
  margin-left: 5px;
  position: relative;
}
.minicart-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-pricing .price-container .list-price-wrapper .original-price .price:after {
  content: "";
  height: 1px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  background: red;
  transform: rotate(6deg);
  top: 50%;
}
.minicart-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-pricing .price-container .subtotal-price-wrapper {
  text-align: right;
  margin-top: 15px;
}
.minicart-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-pricing .price-container .subtotal-price-wrapper .total-price .price {
  font-size: 20px;
  font-weight: 500;
}
.minicart-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-pricing .price-container .subtotal-price-wrapper .save-price {
  color: red;
}
.minicart-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-pricing .price-container .subtotal-price-wrapper .save-price .price {
  font-weight: 300;
  margin-left: 5px;
}
.minicart-wrapper .total-price-wrapper {
  display: flex;
  margin: 30px 0 10px;
}
.minicart-wrapper .total-price-wrapper .actions button.checkout {
  background: #000000;
  font-size: 20px;
  text-transform: uppercase;
  padding: 10px 20px;
  line-height: normal;
  border-radius: 8px;
  font-weight: 600;
}
.minicart-wrapper .total-price-wrapper .actions button.checkout:hover {
  border: none;
  background: #9cbed0;
}
.minicart-wrapper .total-price-wrapper .total-price-section {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
}
.minicart-wrapper .total-price-wrapper .total-price-section .subtotal {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  font-size: 26px;
  font-weight: 700;
  margin: 0;
}
@media (max-width: 640px) {
  .minicart-wrapper .total-price-wrapper .total-price-section .subtotal {
    font-size: 22px;
  }
}
.minicart-wrapper .total-price-wrapper .total-price-section .subtotal .price-container .price {
  font-size: 26px;
}
@media (max-width: 640px) {
  .minicart-wrapper .total-price-wrapper .total-price-section .subtotal .price-container .price {
    font-size: 20px;
  }
}
.minicart-wrapper .total-price-wrapper .total-price-section .totalsave-price {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 1 1 100%;
  color: red;
}
.minicart-wrapper .total-price-wrapper .total-price-section .totalsave-price .price {
  margin-left: 5px;
}
.minicart-wrapper .total-price-wrapper .total-price-section .totalqty-div {
  font-weight: bold;
  color: red;
}
.minicart-wrapper .total-price-wrapper .total-price-section .totalqty-div label {
  text-transform: uppercase;
}
.minicart-wrapper .actions {
  /*margin: 0 0 15px !important;*/
}
.minicart-wrapper .actions .secondary {
  /*text-align: left !important;*/
}
.minicart-wrapper .actions .secondary a.viewcart {
  color: #000000;
  text-decoration: underline;
  font-size: 15px;
}
.minicart-wrapper .actions .secondary a.viewcart:hover {
  color: #9cbed0;
}
.minicart-wrapper .minicart-bottom-section img {
  margin-left: -20px;
  width: calc(100% + 40px);
  max-width: unset;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 0;
}
.page-header-v1 .message.global.demo {
  background: transparent;
  color: #090909;
  padding: 0;
  display: inline-block;
  float: left;
}
@media only screen and (min-width: 768px) {
  .page-header-v1 .message.global.demo {
    line-height: 1.7;
  }
}
.global-notice.desktop {
  display: inline-block;
  float: left;
}
@media only screen and (max-width: 767px) {
  .global-notice.desktop {
    display: none;
  }
}
.global-notice.mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  .global-notice.mobile {
    display: block;
  }
}
.page-wrapper .page-header .customer-name > span {
  text-transform: capitalize;
}
@media only screen and (min-width: 768px) {
  .page-wrapper .page-header.page-header-v1 .logo {
    margin-bottom: 10px;
  }
}
.page-wrapper .page-header.page-header-v1 .logo img {
  width: 162px !important;
  height: auto !important;
}
@media (max-width: 767px) {
  .page-wrapper .page-header.page-header-v1 .logo img {
    width: 100px !important;
  }
}
.page-wrapper .page-header.page-header-v1 + .nav-sections {
  padding: 7px 0;
}
@media screen and (max-width: 767px) {
  .page-wrapper .page-header.page-header-v1 + .nav-sections {
    padding: 0;
  }
}
.page-wrapper .page-header.page-header-v1 header.page-header .block-search i[class*='icon-'] {
  cursor: pointer;
}
.page-wrapper .page-header .switcher {
  margin-left: 27px;
}
.page-wrapper .page-header #switcher-currency-trigger,
.page-wrapper .page-header #switcher-store-trigger,
.page-wrapper .page-header #switcher-language-trigger {
  line-height: 1;
}
.page-wrapper .page-header #switcher-language.switcher strong,
.page-wrapper .page-header #switcher-store.switcher strong,
.page-wrapper .page-header #switcher-currency.switcher strong {
  font-weight: 900;
  font-size: 15px;
  line-height: 1;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .page-wrapper .page-header .miniquote-wrapper .action.showquote:before {
    font-size: 22px !important;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 767px) {
  .page-wrapper .page-header .miniquote-wrapper .action.showquote.active:before {
    font-size: 22px !important;
    line-height: 1.5;
  }
}
.page-wrapper .nav-sections .section-item-content.nav-sections-item-content {
  box-shadow: none;
}
.page-wrapper .nav-sections .section-item-content.nav-sections-item-content .header.links .authorization-link .sr-only {
  display: block;
  position: static;
  width: auto;
  height: auto;
  clip: inherit;
}
.page-wrapper .nav-sections .section-item-content.nav-sections-item-content .header.links .authorization-link i[class^='icon-'] {
  display: none;
}
@media only screen and (max-width: 767px) {
  .page-wrapper .nav-sections .section-item-content.nav-sections-item-content .header.links li.link.compare a.compare > .qty:before {
    content: '(';
  }
}
@media only screen and (max-width: 767px) {
  .page-wrapper .nav-sections .section-item-content.nav-sections-item-content .header.links li.link.compare a.compare > .qty:after {
    content: ')';
  }
}
@media only screen and (max-width: 767px) {
  .block-minicart .subtitle.empty,
  .block-miniquote .subtitle.empty {
    padding: 10px 0 0 !important;
  }
}
.customer-welcome ul {
  box-shadow: 0px 8px 27px rgba(0, 0, 0, 0.3);
}
.customer-welcome ul.header.links:before {
  top: -11px;
}
.customer-welcome ul.header.links:after {
  top: -13px;
}
.page-header .panel.header {
  padding-bottom: 5px;
  padding-top: 5px;
}
.page-header .panel.header .header_top_panel_message {
  font-family: 'Gotham';
  font-size: 14px;
  color: #ffffff;
  font-weight: normal;
}
.page-header .header.content {
  padding: 0px 15px;
}
:root .theme-pearl .page-wrapper .header-placeholder {
  box-shadow: none;
}
:root .theme-pearl .page-wrapper .page-header .header.content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 15px 40px;
  min-height: 60px;
}
:root .theme-pearl .page-wrapper .page-header .header.content:after {
  display: none;
}
:root .theme-pearl .page-wrapper .page-header .header.content:before {
  display: none;
}
:root .theme-pearl .page-wrapper .page-header .logo {
  margin: 0;
  left: 0;
}
:root .theme-pearl .page-wrapper .page-header .panel_header_right {
  float: none;
  display: flex;
  align-items: center;
  margin-left: auto;
  right: 0;
  flex-direction: row-reverse;
}
:root .theme-pearl .page-wrapper .page-header ul.header.links {
  float: left;
  margin: 0;
  top: 30px;
}
:root .theme-pearl .page-wrapper .page-header ul.header.links li.customer-welcome {
  float: left;
  margin: 0px;
}
:root .theme-pearl .page-wrapper .page-header ul.header.links li.customer-welcome > span {
  background: url(../../frontend/BrandMd/ultimate/en_US/images/header_account_icon.png) no-repeat center;
  width: 21px;
  height: 21px;
  font-size: 0;
  float: left;
}
@media only screen and (max-width: 1024px) {
  :root .theme-pearl .page-wrapper .page-header ul.header.links li.customer-welcome > span {
    display: block;
    margin-right: 15px;
  }
}
:root .theme-pearl .page-wrapper .page-header ul.header.links li.customer-welcome > span span {
  font-size: 0px;
}
:root .theme-pearl .page-wrapper .page-header ul.header.links li.customer-welcome .action.switch {
  display: none;
}
:root .theme-pearl .page-wrapper .page-header .block.block-search {
  margin: 0;
}
:root .theme-pearl .page-wrapper .page-header .block.block-search .block.block-content .open-modal-search {
  background: url(../../frontend/BrandMd/ultimate/en_US/images/header_search_icon.png) no-repeat center;
  display: inline-block;
  width: 21px;
  height: 21px;
  font-size: 0;
  vertical-align: middle;
}
:root .theme-pearl .page-wrapper .page-header .minicart-wrapper {
  margin: 0 0 0 13px;
}
:root .theme-pearl .page-wrapper .page-header .customer-welcome::before,
:root .theme-pearl .page-wrapper .page-header .customer-welcome::after {
  display: none;
}
:root .theme-pearl .page-wrapper .page-header.page-header-v1.sticky-header .header.content {
  padding: 0px 15px;
}
:root .theme-pearl .page-wrapper .page-header.page-header-v1.sticky-header .header.content ul.header.links {
  margin: 0;
}
:root .theme-pearl .page-wrapper .page-header.page-header-v1.sticky-header .header.content .block.block-search {
  margin: 0;
}
:root .theme-pearl .page-wrapper .page-header.page-header-v1.sticky-header .header.content .minicart-wrapper {
  margin: 0 0 0 13px;
}
:root .theme-pearl .page-wrapper .page-header.page-header-v1.sticky-header .sections.nav-sections {
  width: calc(100% - 450px);
  margin-top: auto !important;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  :root .theme-pearl .page-wrapper .page-header .logo {
    margin: 0;
  }
  :root .theme-pearl .page-wrapper .page-header .nav-sections {
    float: left;
    margin: 0;
    position: static;
  }
  :root .theme-pearl .page-wrapper .page-header .nav-sections nav.navigation {
    display: block;
  }
  :root .theme-pearl .page-wrapper .page-header .nav-sections nav.navigation .level0 {
    margin-right: 5px;
    margin-left: 5px;
  }
  :root .theme-pearl .page-wrapper .page-header .nav-sections nav.navigation .level0 > .level-top span {
    font-size: 13px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  :root .theme-pearl .page-wrapper .page-header .logo {
    margin: 0;
  }
  :root .theme-pearl .page-wrapper .page-header .nav-sections {
    float: left;
    margin: 0;
    position: static;
  }
  :root .theme-pearl .page-wrapper .page-header .nav-sections nav.navigation {
    display: block;
  }
  :root .theme-pearl .page-wrapper .page-header .nav-sections nav.navigation .level0 {
    margin-right: 5px;
    margin-left: 5px;
  }
  :root .theme-pearl .page-wrapper .page-header .nav-sections nav.navigation .level0 > .level-top span {
    font-size: 13px !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1309px) {
  :root .theme-pearl .page-wrapper .page-header .logo {
    margin: 0;
  }
  :root .theme-pearl .page-wrapper .page-header .nav-sections {
    float: left;
    margin: 0;
    position: static;
  }
  :root .theme-pearl .page-wrapper .page-header .nav-sections nav.navigation {
    display: block;
  }
  :root .theme-pearl .page-wrapper .page-header .nav-sections nav.navigation .level0 {
    margin-right: 10px;
  }
  :root .theme-pearl .page-wrapper .page-header .nav-sections nav.navigation .level0 > .level-top span {
    font-size: 16px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  :root .theme-pearl .page-wrapper .page-header .nav-sections {
    float: left;
    margin: 0;
    position: fixed;
  }
  :root .theme-pearl .page-wrapper .page-header .nav-sections nav.navigation {
    display: block;
  }
  :root .theme-pearl .page-wrapper .page-header .nav-sections nav.navigation ul {
    display: block !important;
  }
  :root .theme-pearl .page-wrapper .page-header .nav-sections nav.navigation .level0 {
    display: block;
  }
  :root .theme-pearl .page-wrapper .page-header .nav-sections nav.navigation .level0 > .level-top {
    padding: 8px 40px 8px 15px;
  }
}
@media only screen and (min-width: 768px) {
  :root .theme-pearl .page-wrapper .page-header .header.content {
    position: relative;
    justify-content: center;
  }
  :root .theme-pearl .page-wrapper .page-header .header.content .nav-sections {
    float: none;
    margin: auto 0 auto auto;
  }
  :root .theme-pearl .page-wrapper .page-header .header.content .panel_header_right {
    float: none;
    display: flex;
    align-items: center;
    margin-left: auto;
    right: 0;
    flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 768px) {
  :root .theme-pearl .page-wrapper .page-header .nav-sections nav.navigation ul {
    display: block !important;
  }
}
@media (max-width: 1400px) {
  :root .theme-pearl .page-wrapper .page-header .header.content .logo {
    position: relative;
    left: 30px;
  }
  :root .theme-pearl .page-wrapper .page-header .header.content .panel_header_right {
    position: relative;
    right: 30px;
  }
}
@media (max-width: 768px) {
  :root .theme-pearl .page-wrapper .page-header .header.content .panel_header_right {
    position: relative;
    right: 0;
    margin-left: unset;
  }
}
.nav-toggle {
  top: 50%;
  transform: translateY(-50%);
}
.nav-toggle.icon.mobile-active:before {
  content: '\e616';
}
.custom-navigation-menu {
  background: #f0ece5;
  font-family: 'Gotham';
  border-bottom: 1px solid #ffffff;
}
.custom-navigation-menu ul {
  list-style: none;
}
.custom-navigation-menu ul li a {
  color: #000000;
}
.custom-navigation-menu .navigation-mobile {
  display: flex;
  justify-content: space-between;
}
.custom-navigation-menu .navigation-mobile li {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.custom-navigation-menu .mobile-toggle-menu {
  background: #f0ece5;
  margin-top: -40px;
  position: absolute;
  left: 0;
  right: 0;
  padding: 0 15px;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.custom-navigation-menu .mobile-toggle-menu .navigation .top-menu {
  border-bottom: 1px solid #999999;
  padding-bottom: 10px !important;
}
.custom-navigation-menu .mobile-toggle-menu .navigation .top-menu li a {
  font-size: 26px;
  text-transform: uppercase;
  position: relative;
  padding: 10px 10px 10px 0;
}
.custom-navigation-menu .mobile-toggle-menu .navigation .top-menu li a:after {
  content: "\e608";
  font-family: 'luma-icons';
  position: absolute;
  left: 50%;
  font-size: 26px;
  margin-left: 10px;
}
.custom-navigation-menu .mobile-toggle-menu .navigation .bottom-menu {
  margin-top: 10px;
}
.custom-navigation-menu .mobile-toggle-menu .navigation .bottom-menu li a {
  font-size: 16px;
  padding: 7px 10px 7px 0;
}
.threebox-wrapper {
  padding: 15px 0;
  margin-bottom: 20px;
  margin-top: 15px;
  display: inline-block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .threebox-wrapper > .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
}
@media only screen and (max-width: 767px) {
  .threebox-wrapper > .row {
    margin-left: 0;
  }
}
.threebox-wrapper > .row > .col-8 {
  width: 62%;
}
@media only screen and (max-width: 767px) {
  .threebox-wrapper > .row > .col-8 {
    width: 100%;
  }
}
.threebox-wrapper > .row > .col-4 {
  width: 37%;
}
@media only screen and (max-width: 767px) {
  .threebox-wrapper > .row > .col-4 {
    width: 100%;
  }
}
.threebox-wrapper > .row > div[class*="col-"] {
  padding: 0 15px;
}
@media only screen and (min-width: 768px) {
  .threebox-wrapper > .row > div[class*="col-"] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  .threebox-wrapper > .row > div[class*="col-"] .three-box-block.box2 {
    -webkit-align-items: flex-start;
    align-self: flex-start;
  }
}
@media only screen and (min-width: 768px) {
  .threebox-wrapper > .row > div[class*="col-"] .three-box-block.box3 {
    -webkit-align-items: flex-end;
    align-self: flex-end;
  }
}
.threebox-wrapper .three-box-block {
  margin-bottom: 10px;
  position: relative;
}
.threebox-wrapper .three-box-block .floating-div {
  position: absolute;
  bottom: 6%;
  left: 5%;
}
.threebox-wrapper .three-box-block .floating-div a.action {
  font-size: 18px;
  padding: 13px 22px;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 50px;
  font-weight: bold;
  line-height: 1;
  vertical-align: middle;
  margin: 0;
  height: auto;
  text-transform: capitalize;
  color: #363636;
}
.threebox-wrapper .three-box-block .floating-div a.action [class^=icon-] {
  font-weight: bold;
}
.threebox-wrapper .three-box-block .floating-div a.action:hover {
  color: #ffffff !important;
}
.threebox-wrapper .three-box-block img {
  width: 100%;
}
.widget.block.block-static-block .threebox-wrapper {
  padding: 15px 0;
}
.creat-your-own {
  background: #f4f4f4;
}
.creat-your-own .service-block-listing {
  margin-left: -20px;
  margin-right: -20px;
}
.creat-your-own .color-border-box {
  display: inline-block;
}
.creat-your-own .color-border-box .service-block-list {
  width: 25%;
  float: left;
  padding: 0 20px 20px;
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (max-width: 991px) {
  .creat-your-own .color-border-box .service-block-list {
    width: 50%;
  }
  .creat-your-own .color-border-box .service-block-list:nth-child(2n+1) {
    clear: left;
  }
}
@media only screen and (max-width: 479px) {
  .creat-your-own .color-border-box .service-block-list {
    width: 100%;
  }
}
.creat-your-own .color-border-box .service-block-list .service-box {
  text-align: center;
  position: relative;
}
.creat-your-own .color-border-box .service-block-list .service-box .service-box-icon {
  font-size: 36px;
  color: #ffffff;
  background: #363636;
  border-radius: 10px;
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 auto 20px;
  position: relative;
}
.creat-your-own .color-border-box .service-block-list .service-box .service-box-icon:after {
  top: -3px;
  left: -3px;
  padding: 3px;
  box-shadow: 0 0 0 2px #333;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -webkit-transform: scale(0.8);
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transition: transform 0.3s, opacity 0.3s;
  transform: scale(0.8);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.creat-your-own .color-border-box .service-block-list .service-box .service-title {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 20px;
  color: #363636;
  margin-bottom: 15px;
  font-weight: bold;
}
.creat-your-own .color-border-box .service-block-list .service-box .service-title:after {
  content: '';
  display: block;
  margin: 20px auto;
  width: 30px;
  border-top: 2px solid #555;
  -webkit-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.creat-your-own .color-border-box .service-block-list:hover .service-box .service-box-icon:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.creat-your-own .color-border-box .service-block-list:hover .service-box .service-title:after {
  width: 50px;
}
.creat-your-own .color-border-box .section-title {
  display: inline-block;
  width: 100%;
  text-align: center;
  float: left;
}
.creat-your-own .color-border-box .section-title h2 {
  margin: 0 0 12px;
  display: inline-block;
  border: none;
  padding: 0;
}
.creat-your-own .color-border-box .text-center {
  text-align: center;
}
.widget.block.block-static-block .creat-your-own {
  padding: 60px 0 15px;
  margin-top: 30px;
  margin-bottom: -44px;
}
@media only screen and (max-width: 767px) {
  .widget.block.block-static-block .creat-your-own .row {
    margin-left: 0;
  }
}
.promocode-wrapper {
  position: relative;
  background: #fadc32;
  padding: 41px 0;
  margin: 90px 0;
}
@media only screen and (max-width: 767px) {
  .promocode-wrapper {
    padding: 18px 0;
    margin: 30px 0;
  }
}
.promocode-wrapper:before {
  content: "";
  background: #fadc32;
  position: absolute;
  height: calc(100% - 77.5px);
  width: 100%;
  left: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 1370px;
  display: block;
  margin: -3px auto 0;
}
@media only screen and (max-width: 767px) {
  .promocode-wrapper .content > .row {
    margin-left: 0;
  }
}
.promocode-wrapper .content > .row > div:first-child {
  min-width: 0;
  max-width: 199px;
}
.promocode-wrapper .pro-image-box {
  background: #fff;
  position: absolute;
  transform: translateY(-38.98%);
  top: 1.5px;
}
@media only screen and (max-width: 1199px) {
  .promocode-wrapper .pro-image-box {
    top: 0.5px;
    min-width: 163px;
  }
}
@media only screen and (max-width: 767px) {
  .promocode-wrapper .discount-text {
    text-align: center;
    margin-bottom: 20px;
  }
}
.promocode-wrapper .discount-text .upto-txt,
.promocode-wrapper .discount-text .discount-content {
  display: inline-block;
  font-family: 'Milkshake';
}
.promocode-wrapper .discount-text .discountbox {
  color: #363636;
  display: inline-block;
  font-size: 35px;
  font-weight: 900;
  text-transform: uppercase;
  border: 2px solid #363636;
  line-height: 1;
  padding: 6px 9px;
  margin: 0 4px;
  vertical-align: middle;
  text-shadow: 2px 0px 1px #363636;
}
@media only screen and (max-width: 1199px) {
  .promocode-wrapper .discount-text .discountbox {
    font-size: 26px;
    padding: 6px 10px;
  }
}
.promocode-wrapper .discount-text .upto-txt {
  vertical-align: top;
  font-size: 23px;
  line-height: 1;
}
.promocode-wrapper .discount-text .discount-content {
  vertical-align: middle;
  font-size: 33px;
  line-height: 1;
}
@media only screen and (max-width: 1199px) {
  .promocode-wrapper .discount-text .discount-content {
    font-size: 19px;
  }
}
.promocode-wrapper .promocode-coupon {
  /*display: inline-block;*/
  background: #ffffff;
  padding: 14px 16px;
}
@media only screen and (max-width: 991px) {
  .promocode-wrapper .promocode-coupon {
    float: right;
  }
}
@media only screen and (max-width: 767px) {
  .promocode-wrapper .promocode-coupon {
    text-align: center;
    float: none !important;
  }
}
.promocode-wrapper .promocode-coupon h6 {
  font-size: 20px;
  display: inline-block;
  text-transform: capitalize;
  color: #363636;
  margin: 0;
  vertical-align: middle;
  font-weight: 900;
}
.promocode-wrapper .promocode-coupon .promo-box {
  font-size: 18px;
  display: inline-block;
  text-transform: uppercase;
  color: #363636;
  margin: 0;
  vertical-align: middle;
  line-height: 1;
  font-weight: 900;
}
.footer.content {
  font-size: 18px;
  padding: 0;
  color: #000000 !important;
}
@media (max-width: 1310px) {
  .footer.content {
    padding: 0 30px;
  }
}
.footer.content .footer-logo-section img {
  max-width: 65% !important;
  margin-bottom: 5px;
}
.footer.content .footer-logo-section p {
  margin: 0;
}
.footer.content .footer-link-section a:hover {
  text-decoration: underline;
}
.footer.content ul {
  padding-right: 0;
}
.footer.content .footer-v3-list li {
  margin-bottom: 13px;
}
.footer.content .footer-v3-list li a {
  -webkit-transition: all 0.2s ease-out 0.2s;
  -moz-transition: all 0.2s ease-out 0.2s;
  -o-transition: all 0.2s ease-out 0.2s;
  transition: all 0.2s ease-in-out 0.2s;
  position: relative;
}
.footer.content .footer-v3-list li a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  margin-top: -0.5px;
  background: #fff;
  top: 50%;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out 0.4s;
  -moz-transition: all 0.4s ease-in-out 0.4s;
  -o-transition: all 0.4s ease-in-out 0.4s;
  transition: all 0.4s ease-in-out 0.4s;
}
.footer.content .footer-v3-list li a:hover {
  padding-left: 20px;
  -webkit-transition: all 0.2s ease-out 0.2s;
  -moz-transition: all 0.2s ease-out 0.2s;
  -o-transition: all 0.2s ease-out 0.2s;
  transition: all 0.2s ease-in-out 0.2s;
}
.footer.content .footer-v3-list li a:hover:before {
  width: 15px;
  -webkit-transition: all 0.4s ease-in-out 0.4s;
  -moz-transition: all 0.4s ease-in-out 0.4s;
  -o-transition: all 0.4s ease-in-out 0.4s;
  transition: all 0.4s ease-in-out 0.4s;
}
.footer.content h4 {
  font-weight: 700;
  position: relative;
  padding-bottom: 22px;
  margin-bottom: 26px;
  font-size: 22px;
}
.footer.content h4:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  background: #ffbc27;
  height: 6px;
  border-radius: 6px;
}
.footer.content a:hover {
  color: #fadc32;
}
.footer.content .address-box {
  padding-left: 34px;
  position: relative;
}
.footer.content .address-box [class^="icon-"] {
  padding-right: 0;
  position: absolute;
  left: 3px;
  font-size: 22px;
  vertical-align: middle;
  line-height: 29px;
}
.footer.content .footer-social ul li {
  text-transform: capitalize;
  position: relative;
  margin-bottom: 10px !important;
}
.footer.content .footer-social ul li [class^="icon-"] {
  border-radius: 50%;
  background: #fff;
  width: 32px;
  height: 32px;
  margin-right: 5px;
  text-align: center;
}
.footer.content .footer-social ul li [class^="icon-"]:before {
  color: #133264;
  line-height: 32px;
}
.footer-copy {
  display: inline-block;
  width: 100%;
  float: left;
  padding: 10px 0;
}
.footer-copy span {
  font-size: 16px;
  font-weight: 900;
}
@media only screen and (max-width: 767px) {
  .footer-copy div[class^="col-"] {
    text-align: center;
  }
}
.footer-copy .bottom-footer-link ul {
  margin: 0;
  list-style: none;
  padding: 0;
  float: right;
}
@media only screen and (max-width: 767px) {
  .footer-copy .bottom-footer-link ul {
    float: none;
    text-align: center;
    margin-top: 10px;
  }
}
.footer-copy .bottom-footer-link ul li {
  display: inline-block;
  line-height: 1;
  font-weight: 900;
  border-right: 2px solid #363636;
  margin: 0;
  padding: 0 11px;
}
.footer-copy .bottom-footer-link ul li:last-child {
  border-right: none;
}
@media only screen and (max-width: 1500px) and (min-width: 768px) {
  body.theme-pearl .footer-copy {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 479px) {
  body.theme-pearl {
    margin-bottom: 40px;
  }
}
.theme-pearl .page-wrapper .page-footer {
  border-top: 3px solid #b5c8d7;
}
.theme-pearl .page-wrapper .page-footer .footer.content .footer-v1-content p {
  font-weight: 300;
  font-size: 19px;
  font-family: 'Gotham';
}
.theme-pearl .page-wrapper .page-footer .footer.content .footer-v1-content a {
  color: #6e6f72;
}
.footer.content h4:after {
  display: none;
}
.footer-copy {
  display: none;
}
.copyright {
  display: none;
}
.page-wrapper .page-footer .footer.content .footer-v1-content {
  display: inline-block;
  width: 100%;
}
.page-wrapper .page-footer .footer.content .footer-v1-content .footer-title {
  font-weight: 400;
  font-size: 20px;
  font-family: 'Gotham';
  margin-bottom: 5px;
}
.page-wrapper .page-footer .footer.content .footer-v1-content a {
  font-weight: 300;
  font-size: 16px;
  font-family: 'Gotham';
}
.page-wrapper .page-footer .footer.content .footer-v1-content .mini-logo {
  margin-bottom: 0;
}
.page-wrapper .page-footer .footer.content .footer-v1-content .footer-social-icons li {
  display: inline-block;
}
.page-wrapper .page-footer .container {
  max-width: 1310px !important;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .page-wrapper .page-footer .footer.content .footer-v1-content .footer-title {
    font-size: 16px;
  }
  .page-wrapper .page-footer .footer.content .footer-v1-content a {
    font-size: 16px;
  }
  .theme-pearl .page-wrapper .page-footer .footer.content .footer-v1-content p {
    font-size: 16px;
  }
}
.footer-top-newsletter {
  padding: 20px 0;
  position: relative;
  /*&:after,&:before{
    	content: "";
	    display: inline-block;
	    position: absolute;
	    width: 100%;
	    height: 100%;
	    top: 0;
    }
    &:before{
    	left: -100%;
    }
    &:after{
    	right: -100%;
    }*/
}
.footer-top-newsletter h2 {
  margin: 0;
}
.footer-top-newsletter p {
  margin-bottom: 1.1rem;
}
.footer-top-newsletter p:last-child {
  margin-bottom: 1.1rem;
}
.footer-top-newsletter .form-group input {
  height: 46px;
  background: transparent;
}
.footer-top-newsletter .form-group .subscribe {
  min-width: 200px;
  height: 40px;
  border-radius: 4px;
  font-weight: 500;
  font-family: 'Gotham';
  margin-top: 10px;
}
.footer-top-newsletter .form-group .subscribe:hover {
  background: #000000;
  border: none;
}
.footer-top-newsletter .d-flex {
  margin-left: -15px;
  margin-right: -15px;
}
.newsletter-subscribe.about-us .newsletter-title {
  font-size: 20px;
  text-transform: unset;
  font-weight: 400;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .newsletter-subscribe.about-us .newsletter-title {
    font-size: 16px;
  }
}
.newsletter-subscribe.about-us .form-group {
  max-width: 500px;
}
.newsletter-subscribe.about-us .form-group input {
  border-color: #000000;
}
.newsletter-subscribe.about-us .form-group .subscribe {
  background: #000000;
  border: 1px solid #000000;
}
@media (max-width: 767px) {
  .newsletter-subscribe.about-us .form-group .subscribe {
    font-size: 12px;
    min-width: 160px;
  }
}
.newsletter-subscribe.about-us .form-group .subscribe:hover {
  border-color: #707070;
  background: transparent;
}
.newsletter-subscribe.about-us .form-group .subscribe:hover span {
  color: #000000;
}
:root .theme-pearl.checkout-index-index .nav-sections {
  display: block;
}
:root .theme-pearl.checkout-index-index .header.content .logo {
  float: left;
}
@media only screen and (max-width: 767px) {
  :root .theme-pearl.checkout-index-index .header.content .logo {
    margin: 4px 0 13px 40px !important;
  }
}
:root .theme-pearl.checkout-index-index .header.content .minicart-wrapper {
  display: block;
}
:root .theme-pearl.checkout-index-index .page-header .page-header-v1 .header.content .customer-menu .header.links > li {
  text-align: left;
}
:root .theme-pearl.checkout-index-index .page-header .page-header-v1 + .nav-sections {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  :root .theme-pearl.checkout-index-index .page-header .panel.header {
    height: auto;
    padding: 11px 20px;
  }
}
.checkout-index-index .ampromo-items-add {
  padding: 10px;
  border: none;
  text-align: center;
  background: #9cbed0;
  width: 100%;
  color: #ffffff;
  font-size: 18px;
  font-family: Gotham;
  border-radius: 8px;
}
.checkout-index-index .ampromo-items-add > a {
  border-bottom: none;
  color: #ffffff;
  font-weight: 500;
}
.checkout-index-index .ampromo-items-add::before {
  content: unset !important;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup {
  margin-top: 0;
  font-size: 1.8rem;
  line-height: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .checkout-index-index .authentication-wrapper {
    margin-top: -53px !important;
  }
}
.checkout-index-index .header.content .header {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .checkout-index-index .nav-sections,
  .checkout-index-index .nav-toggle {
    display: block;
  }
}
.checkout-index-index .opc-progress-bar .opc-progress-bar-item._active:before {
  border-color: #9cbed0;
  background: #9cbed0;
}
.checkout-index-index .opc-progress-bar .opc-progress-bar-item._active > span:before {
  border-color: #9cbed0;
  background: #9cbed0;
}
.checkout-index-index .opc-progress-bar .opc-progress-bar-item._active > span:after {
  border-color: #000000;
}
@media (max-width: 767px) {
  .checkout-index-index #checkout .opc-wrapper {
    width: 100%;
  }
}
.checkout-index-index #checkout .opc-wrapper #checkoutSteps li .step-title,
.checkout-index-index #checkout .opc-wrapper #checkoutSteps li .amcheckout-title {
  font-size: 2.6rem;
  font-weight: 300;
  text-transform: capitalize;
  border-bottom: 3px solid #9cbed0;
  padding-bottom: 8px;
  margin-bottom: 15px;
  line-height: 1.3;
  letter-spacing: normal;
}
.checkout-index-index #checkout .checkout-shipping-address .step-content .shipping-address-item.selected-item {
  border-color: #9cbed0;
}
.checkout-index-index #checkout .checkout-shipping-address .step-content .shipping-address-item.selected-item:after {
  background: #9cbed0;
}
.checkout-index-index #checkout .checkout-shipping-address .step-content .new-address-popup button.action {
  background: #000000;
  border-color: #000000;
  color: #ffffff;
  padding: 10px 15px;
  border-radius: 10px;
}
.checkout-index-index #checkout .checkout-shipping-address .step-content .new-address-popup button.action:hover {
  background: #9cbed0;
  border-color: #9cbed0;
}
.checkout-index-index #checkout .opc-sidebar {
  width: 30%;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .checkout-index-index #checkout .opc-sidebar {
    width: 100%;
  }
}
.checkout-index-index #checkout .opc-sidebar .opc-block-summary {
  background: #f0ece5;
  border-radius: 30px;
  font-family: "Gotham";
}
.checkout-index-index #checkout .opc-sidebar .opc-block-summary .items-in-cart > .title {
  border-bottom: 4px solid #9cbed0;
  color: #999999;
}
.checkout-index-index #checkout .opc-sidebar .opc-block-summary .minicart-items .product-item:not(:first-child) {
  border-top: 4px solid #9cbed0;
}
.checkout-index-index #checkout .opc-sidebar .opc-block-summary .minicart-items .product-item .product .product-image-container {
  width: auto !important;
}
.checkout-index-index #checkout .opc-sidebar .opc-block-summary .minicart-items .product-item .product .product-item-details {
  padding-left: 80px;
}
.checkout-index-index #checkout .opc-sidebar .opc-block-summary .minicart-items .product-item .product .product-item-details .product-item-inner .product-item-name {
  font-weight: 500;
  font-size: 1.6rem;
}
.checkout-index-index #checkout .opc-sidebar .opc-block-summary .minicart-items .product-item .product .product-item-details .product-item-inner .details-qty {
  color: #999999;
}
.checkout-index-index #checkout .opc-sidebar .opc-block-summary .minicart-items .product-item .product .product-item-details .product-item-inner .details-qty .label {
  color: #999999;
}
.checkout-index-index #checkout .opc-sidebar .opc-block-summary .minicart-items .product-item .product .product-item-details .product-item-inner .subtotal .price {
  font-weight: 500;
  color: #777777;
}
.checkout-index-index .abs-discount-code,
.checkout-index-index .checkout-payment-method .payment-option-content {
  display: block !important;
}
.checkout-index-index .abs-discount-code .form-discount,
.checkout-index-index .checkout-payment-method .payment-option-content .form-discount {
  width: auto;
}
.checkout-index-index .abs-discount-code .form-discount .payment-option-inner .input-text,
.checkout-index-index .checkout-payment-method .payment-option-content .form-discount .payment-option-inner .input-text {
  height: 38px;
}
.checkout-index-index .abs-discount-code .form-discount .actions-toolbar,
.checkout-index-index .checkout-payment-method .payment-option-content .form-discount .actions-toolbar {
  width: auto;
}
.checkout-index-index .abs-discount-code .form-discount .actions-toolbar .primary,
.checkout-index-index .checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary {
  float: left;
}
.checkout-index-index .abs-discount-code .form-discount .actions-toolbar .primary .action,
.checkout-index-index .checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
  font-family: "Gotham" !important;
  font-weight: 100;
  font-size: 18px;
  padding: 10px 20px;
  text-transform: uppercase;
  background: #000000;
  border-color: #000000;
  box-shadow: none !important;
  color: #ffffff;
}
.checkout-index-index .abs-discount-code .form-discount .actions-toolbar .primary .action:hover,
.checkout-index-index .checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:hover {
  background: #9cbed0;
}
.checkout-index-index .payment-method-braintree .braintree-credit-card-selected {
  width: 30px;
}
.checkout-index-index .payment-method-braintree #braintree_expirationDate {
  padding: 8px 10px;
  width: 110px;
}
.checkout-index-index .payment-method-braintree .cvv .field-tooltip {
  top: 1px;
}
.quotation-quote-index .cart.table-wrapper .actions-toolbar {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
@media only screen and (max-width: 479px) {
  .methods-shipping #onepage-checkout-shipping-method-additional-load {
    width: 100% !important;
  }
}
.checkout-cart-index .modal-popup .modal-content .product.media {
  display: block;
  float: none;
  margin: 0 auto;
}
.checkout-cart-index .modal-popup .modal-content div[class*="popup-attachment"] .product.media {
  width: 100%;
}
@media (max-width: 768px) {
  .checkout-cart-index {
    padding: 0 10px;
  }
}
.checkout-cart-index .ultimatePage-cart-top .ultimatePage-cart-title h1 {
  font-size: 36px;
  margin-bottom: 10px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .checkout-cart-index .ultimatePage-cart-top .ultimatePage-cart-title h1 {
    font-size: 32px;
    margin-top: 0;
    text-align: center;
  }
}
.checkout-cart-index .ampromo-items-add {
  padding: 10px;
  border: none;
  text-align: center;
  background: #9cbed0;
  width: 66%;
  color: #ffffff;
  font-size: 18px;
  font-family: Gotham;
  border-radius: 8px;
}
.checkout-cart-index .ampromo-items-add > a {
  border-bottom: none;
  color: #ffffff;
  font-weight: 500;
}
.checkout-cart-index .cart-container .form-cart {
  width: 70%;
}
@media (max-width: 768px) {
  .checkout-cart-index .cart-container .form-cart {
    width: 100%;
  }
  .checkout-cart-index .cart-container .form-cart .table-wrapper {
    border-top-color: #9cbed0;
  }
}
.checkout-cart-index .cart-container .form-cart #shopping-cart-table {
  font-family: "Gotham";
}
.checkout-cart-index .cart-container .form-cart #shopping-cart-table th.col {
  border-bottom: none;
  min-width: 150px;
}
.checkout-cart-index .cart-container .form-cart #shopping-cart-table th.col.item {
  min-width: unset;
}
.checkout-cart-index .cart-container .form-cart #shopping-cart-table th.col.item span {
  min-width: unset;
}
.checkout-cart-index .cart-container .form-cart #shopping-cart-table th.col span {
  background: #9cbed0;
  padding: 2px 20px;
  color: #ffffff;
  border-radius: 20px;
  font-weight: 500;
  font-size: 17px;
  text-transform: uppercase;
  min-width: 140px;
  display: inline-block;
  line-height: normal;
  text-align: center;
}
.checkout-cart-index .cart-container .form-cart #shopping-cart-table .cart.item {
  border-bottom: 3px solid #9cbed0;
}
.checkout-cart-index .cart-container .form-cart #shopping-cart-table .cart.item .col.item .product-item-photo {
  padding-right: 5px;
}
@media (max-width: 768px) {
  .checkout-cart-index .cart-container .form-cart #shopping-cart-table .cart.item .col.item .product-item-photo .product-image-photo {
    max-height: 90px;
  }
}
.checkout-cart-index .cart-container .form-cart #shopping-cart-table .cart.item .col.item .product-item-photo .product-item-name {
  font-size: 2rem;
  font-weight: 500;
}
.checkout-cart-index .cart-container .form-cart #shopping-cart-table .cart.item .col.price {
  text-align: center;
}
.checkout-cart-index .cart-container .form-cart #shopping-cart-table .cart.item .col.price .price-excluding-tax {
  display: contents;
}
.checkout-cart-index .cart-container .form-cart #shopping-cart-table .cart.item .col.price .price {
  font-weight: 500;
  color: #000000;
  font-size: 2rem;
}
.checkout-cart-index .cart-container .form-cart #shopping-cart-table .cart.item .col.price .original-price {
  color: #999999;
}
.checkout-cart-index .cart-container .form-cart #shopping-cart-table .cart.item .col.price .original-price .price {
  font-size: inherit;
  color: #999999;
  font-weight: 300;
  position: relative;
}
.checkout-cart-index .cart-container .form-cart #shopping-cart-table .cart.item .col.price .original-price .price:after {
  content: "";
  height: 1px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  background: red;
  transform: rotate(6deg);
  top: 50%;
}
.checkout-cart-index .cart-container .form-cart #shopping-cart-table .cart.item .col.qty {
  text-align: center;
}
.checkout-cart-index .cart-container .form-cart #shopping-cart-table .cart.item .col.qty .label {
  width: auto;
  height: auto;
  position: static;
  text-transform: uppercase;
  color: #999999;
  display: inline-block;
}
.checkout-cart-index .cart-container .form-cart #shopping-cart-table .cart.item .col.qty .control {
  text-align: left;
  display: inline-block;
  position: relative;
  top: -5px;
}
.checkout-cart-index .cart-container .form-cart #shopping-cart-table .cart.item .col.qty .control input {
  width: 34px;
  border: none;
  height: auto;
  color: #999999;
  opacity: 1;
  padding: 0;
  text-align: left;
}
.checkout-cart-index .cart-container .form-cart #shopping-cart-table .cart.item .col.subtotal {
  text-align: center;
}
.checkout-cart-index .cart-container .form-cart #shopping-cart-table .cart.item .col.subtotal .price {
  font-weight: 500;
  color: #000000;
  font-size: 2rem;
}
.checkout-cart-index .cart-container .form-cart #shopping-cart-table .cart.item .col.subtotal .subtotal-saving {
  font-weight: normal !important;
  color: red !important;
  font-size: 1rem !important;
}
.checkout-cart-index .cart-container .form-cart #shopping-cart-table .cart.item .col.subtotal .subtotal-saving .price {
  font-weight: normal !important;
  color: red !important;
  font-size: 1rem !important;
}
.checkout-cart-index .cart-container .form-cart #shopping-cart-table .actions.main .clear {
  display: inline-block;
  height: auto;
  float: right;
  margin-left: 12px;
}
@media only screen and (max-width: 767px) {
  .checkout-cart-index .cart-container .form-cart #shopping-cart-table .actions.main .clear {
    float: none;
    margin-right: 6px;
    margin-bottom: 10px;
  }
}
.checkout-cart-index .cart-container .form-cart .cart.main.actions button.clear {
  background: #9cbed0;
  padding: 2px 20px;
  color: #ffffff;
  border-radius: 20px;
  font-family: "Gotham";
  font-weight: 500;
  font-size: 20px;
  text-decoration: none;
  height: auto;
  text-transform: uppercase;
}
.checkout-cart-index .cart-container .cart-summary {
  width: 30%;
  background: #f0ece5;
  border-radius: 30px;
  margin-top: -60px;
  font-family: "Gotham";
  padding: 10px 30px 40px;
}
@media (max-width: 768px) {
  .checkout-cart-index .cart-container .cart-summary {
    margin-top: 15px;
    width: 100%;
  }
}
.checkout-cart-index .cart-container .cart-summary .summary.title {
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: 300;
}
.checkout-cart-index .cart-container .cart-summary #block-shipping > .title {
  border-top: none;
}
.checkout-cart-index .cart-container .cart-summary #block-shipping > .title #block-shipping-heading {
  font-size: 1.8rem;
  font-weight: 300;
  color: #999999;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals {
  border-top: 4px solid #9cbed0;
  color: #999999;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper .totals.sub .mark {
  font-size: 2rem;
  font-weight: 300;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper .totals.sub .amount {
  font-size: 2rem;
  font-weight: 500;
  color: #777777;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper .totals.shipping.excl {
  display: none;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper .grand.totals .mark,
.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper .grand.totals .amount {
  border-top: 4px solid #9cbed0;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper .grand.totals .mark strong,
.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper .grand.totals .amount strong {
  font-weight: 300;
  font-size: 2rem;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper .grand.totals .mark strong .price,
.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper .grand.totals .amount strong .price {
  font-weight: 500;
  color: #777777;
}
.checkout-cart-index .cart-container .cart-summary .checkout-methods-items button.checkout {
  background: #000000;
  width: auto;
  padding: 10px 20px;
}
.checkout-cart-index .cart-container .cart-summary .checkout-methods-items button.checkout span {
  font-size: 20px;
}
.checkout-cart-index .cart-container .cart-summary .checkout-methods-items button.checkout:hover {
  background: #9cbed0;
  color: #ffffff;
}
.checkout-cart-index .cart-container .cart-summary .checkout-methods-items a.action.multicheckout {
  color: #000000;
  text-decoration: underline;
  font-size: 1.6rem;
}
.checkout-cart-index .cart-container .cart-summary .checkout-methods-items a.action.multicheckout:hover {
  color: #9cbed0;
}
.checkout-cart-index .cart-container .cart.table-wrapper {
  font-family: "Gotham";
}
.checkout-cart-index .cart-container .cart.table-wrapper .cart thead tr th.col {
  border: none;
}
.checkout-cart-index .cart-container .cart.table-wrapper .cart thead tr th:not(:first-child) {
  text-align: center;
}
.checkout-cart-index .cart-container .cart.table-wrapper .cart tbody tr td:not(:first-child) {
  text-align: center;
}
.checkout-cart-index .cart-container .cart.table-wrapper .cart-item-idetification span.brandMd-cart-item {
  text-transform: capitalize;
  font-style: italic;
  font-weight: 100;
  color: #999999;
  margin-bottom: 10px;
}
.checkout-cart-index .cart-container .cart.table-wrapper .cart-item-idetification span.brandMd-cart-item.free {
  color: #ffffff;
  background-color: #9cbed0;
  display: block;
  width: fit-content;
  padding: 2px 15px;
  border-radius: 10px;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Gotham";
  margin-top: 10px;
  font-style: normal;
  font-weight: 500;
}
.checkout-cart-index .cart-container .cart.table-wrapper .actions-toolbar > .action-preview::before {
  content: "\e724";
  font-family: "font-icons";
  color: #363636;
}
.checkout-cart-index .cart-container .cart.table-wrapper .actions-toolbar > .action-preview:hover:before {
  color: #757575;
}
.checkout-cart-index .cart-container .cart.table-wrapper .actions-toolbar > .action-attachment::before {
  content: "\e76a";
  font-family: "font-icons";
  color: #363636;
}
.checkout-cart-index .cart-container .cart.table-wrapper .actions-toolbar > .action-attachment:hover:before {
  color: #757575;
}
.checkout-cart-index .cart-container .cart-discount #block-discount .content {
  display: block !important;
}
.checkout-cart-index .cart-container .cart-discount #block-discount #discount-coupon-form .control {
  display: block !important;
}
.checkout-cart-index .cart-container .cart-discount #block-discount #discount-coupon-form .control input {
  height: 38px;
}
.checkout-cart-index .cart-container .cart-discount #block-discount #discount-coupon-form .actions-toolbar button.apply {
  background: #000000;
  border-color: #000000;
  box-shadow: none;
  color: #ffffff;
}
.checkout-cart-index .cart-container .cart-discount #block-discount #discount-coupon-form .actions-toolbar button.apply:hover {
  background: #9cbed0;
}
.checkout-cart-index .cart.item .item-actions a[href*=""] {
  display: none !important;
}
.checkout-cart-index .cart.item .item-actions a.action-edit {
  display: inline-block !important;
}
.quotation-quote-index .modal-popup .modal-content div[class*="popup-attachment"] .product.media {
  width: 100%;
}
@media (min-width: 768px) {
  .product-item-pricing .price-container {
    position: absolute;
    top: 22px;
    right: 0;
  }
  .product-item-details {
    position: relative;
  }
  /*.minicart-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-details   a{
        font-size: 15px !important;
    }*/
  .minicart-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-pricing .price-container .subtotal-price-wrapper {
    margin-top: 22px !important;
  }
  .minicart-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-name {
    width: 250px;
  }
  .minicart-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-pricing {
    width: 150px;
  }
}
.home-page-main-slider .banner-content-area {
  font-family: 'Gotham';
  margin: 0 auto;
}
.home-page-main-slider .banner-content-area .banner-title,
.customer-account-create .banner-content-area .banner-title {
  text-transform: none;
  font-size: 60px;
  font-weight: 600;
  letter-spacing: -1.2px;
}
@media (max-width: 767px) {
  .home-page-main-slider .banner-content-area .banner-title,
  .customer-account-create .banner-content-area .banner-title {
    font-size: 22px;
  }
}
.home-page-main-slider .banner-content-area .sort-desc,
.customer-account-create .banner-content-area .sort-desc {
  font-size: 3.6rem;
  letter-spacing: -0.72px;
}
@media (max-width: 767px) {
  .home-page-main-slider .banner-content-area .sort-desc,
  .customer-account-create .banner-content-area .sort-desc {
    font-size: 16px;
  }
}
.home-page-main-slider .banner-content-area .action.secondary.start,
.cms-index-index .before-footer-section .btn-area .action.secondary,
.cms-about-us .about-us-content .btn-area .action.start-now {
  font-size: 36px;
  background: #000000;
  color: #ffffff;
  padding: 25px 40px;
  border-radius: 10px;
  margin-top: 20px;
  display: inline-block;
  width: auto;
  font-weight: 500;
  letter-spacing: -0.72px;
}
.home-page-main-slider .banner-content-area .action.secondary.start:hover {
  background: #9cbed0;
}
@media (max-width: 767px) {
  .home-page-main-slider .banner-content-area .action.secondary.start,
  .cms-index-index .before-footer-section .btn-area .action.secondary,
  .cms-about-us .about-us-content .btn-area .action.start-now {
    font-size: 20px;
    padding: 12px 20px;
  }
}
.custom-slider {
  display: inline-block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .custom-slider {
    padding-bottom: 20px;
  }
}
.custom-slider .owl-theme .owl-controls {
  display: inline-block;
  width: 100%;
  margin-top: -40px;
  float: left;
}
.custom-slider .owl-theme .owl-controls .owl-page span {
  background: #ffffff;
  z-index: 1;
  position: relative;
  opacity: 1;
  -webkit-transition: width 0.5s;
  -moz-transition: width 0.5s;
  -o-transition: width 0.5s;
  transition: width 0.5s;
}
.custom-slider .owl-theme .owl-controls .owl-page.active span {
  background: #000000;
  width: 60px;
  -webkit-transition: width 0.5s;
  -moz-transition: width 0.5s;
  -o-transition: width 0.5s;
  transition: width 0.5s;
}
.custom-slider .owl-carousel .owl-stage-outer {
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  .custom-slider .owl-carousel .owl-stage-outer {
    padding-top: 0;
  }
}
#bss-fastorder-form table td.bss-fastorder-row-edit button.btn-edit,
#bss-fastorder-form table td.bss-fastorder-row-action button.btn-ok {
  background: none;
  border: none;
}
#bss-fastorder-form table td.bss-fastorder-row-edit button.btn-edit:before {
  font-size: 18px;
  line-height: 20px;
  color: #000;
  font-family: 'luma-icons';
  overflow: hidden;
  content: '\e601';
}
#bss-fastorder-form table td.bss-fastorder-row-action button.btn-ok:before {
  font-size: 18px;
  line-height: 20px;
  color: #000;
  font-family: 'luma-icons';
  overflow: hidden;
  content: '\e603';
}
#bss-fastorder-form .add-btn {
  text-align: right;
  padding: 10px 0;
}
@media only screen and (max-width: 767px) {
  #bss-fastorder-form .bss-fastorder-autocomplete {
    border: 1px solid #C2C2C2;
  }
}
@media only screen and (max-width: 767px) {
  #bss-fastorder-form .bss-fastorder-autocomplete ul {
    border: none;
  }
}
@media only screen and (max-width: 767px) {
  #bss-fastorder-form tr > th {
    display: none;
  }
  #bss-fastorder-form tr.bss-fastorder-row {
    display: block;
  }
  #bss-fastorder-form tbody tr.bss-fastorder-row {
    border: 1px solid #dddddd;
    margin-bottom: 12px;
  }
  #bss-fastorder-form table td.bss-fastorder-row-name {
    text-align: center;
  }
  #bss-fastorder-form table td {
    border-bottom: none;
    display: block;
    padding: 5px 10px;
  }
  #bss-fastorder-form table td:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #000000;
    font-weight: 700;
    vertical-align: middle;
  }
  #bss-fastorder-form table .bss-fastorder-row-ref .bss-height-tr {
    margin-bottom: 10px;
  }
  #bss-fastorder-form table .bss-fastorder-autocomplete {
    position: static;
    display: inline-block;
    vertical-align: middle;
  }
  #bss-fastorder-form table .bss-fastorder-autocomplete + .input-box {
    display: inline-block;
    vertical-align: middle;
  }
  #bss-fastorder-form .bss-fastorder-row-image img {
    display: inline-block;
    vertical-align: middle;
  }
  #bss-fastorder-form .table-responsive {
    border: none;
  }
}
@media only screen and (max-width: 480px) {
  #bss-fastorder-form table td.bss-fastorder-row-name {
    text-align: left;
  }
}
@media only screen and (max-width: 479px) {
  #bss-fastorder-form table .bss-fastorder-autocomplete {
    max-width: 182px;
  }
}
body.account .toolbar .pager .toolbar-amount .toolbar-number {
  margin-right: 20px;
}
body.account .toolbar .pager .toolbar-amount .toolbar-number:empty {
  margin: 0;
}
body.account .toolbar .pager .pages {
  position: static;
  width: auto;
  display: inline-block;
  margin-left: 0;
}
body.account .toolbar .pager .pages .pages-items {
  padding-left: 0;
  padding-right: 0;
}
body.account .toolbar .pager .pages .pages-items .pages-item-previous,
body.account .toolbar .pager .pages .pages-items .pages-item-next {
  position: static;
}
body.account .toolbar .pager .limiter {
  float: right;
}
.account .page.messages {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .account .page.messages {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .account .columns {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.account .account-information,
.account .account-information #AddressBook,
.account .label-information,
.account .order-information,
.customer-account-login .login-container,
.customer-account-create .form-create-account {
  margin-top: 100px;
  padding: 0 30px;
  font-family: 'Gotham';
}
@media (max-width: 1200px) {
  .account .account-information,
  .account .account-information #AddressBook,
  .account .label-information,
  .account .order-information,
  .customer-account-login .login-container,
  .customer-account-create .form-create-account {
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .account .account-information,
  .account .account-information #AddressBook,
  .account .label-information,
  .account .order-information,
  .customer-account-login .login-container,
  .customer-account-create .form-create-account {
    margin-top: 20px;
    padding: 0;
  }
}
.account .account-information .account_title,
.account .account-information #AddressBook .address_title,
.account .label-information .label-title,
.account .order-information .orders-history .order-title,
.customer-account-create .form-create-account .fieldset .form-title {
  text-align: left;
  font-weight: bold;
  padding: 0 20px 20px;
  border-bottom: 4px solid #9cbed0;
  font-size: 2.2rem;
}
@media (max-width: 767px) {
  .account .account-information .account_title,
  .account .account-information #AddressBook .address_title,
  .account .label-information .label-title,
  .account .order-information .orders-history .order-title,
  .customer-account-create .form-create-account .fieldset .form-title {
    font-size: 1.8rem;
  }
}
.account .account-information .block-dashboard-info {
  padding: 0 20px;
  border-bottom: 3px solid #9cbed0;
}
.account .account-information .block-dashboard-info .block-title {
  border-bottom: none !important;
}
.account .account-information .block-dashboard-info .block-title h2.form-title,
.account .account-information .form-edit-account .block-title .form-title,
.account .account-information #AddressBook .block-addresses-default .block-title strong,
.account .account-information #AddressBook .block-addresses-default .block-content .box .box-title {
  border-bottom: none;
  margin-bottom: 0;
  margin-top: 30px;
  color: #999999;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  font-size: 2.2rem;
}
.account .account-information .block-dashboard-info .fieldset .field {
  font-size: 18px;
}
.account .account-information .block-dashboard-info .fieldset .field .label,
.account .account-information .form-edit-account .fieldset.info .field .label {
  display: block;
  margin-bottom: 10px;
  padding: 0;
  font-weight: 300;
}
.account .account-information .block-dashboard-info .fieldset .field input,
.account .account-information .form-edit-account .fieldset.info .field input,
.customer-account-login .login-container .block .block-content .fieldset .field .control input,
.customer-account-create .form-create-account .fieldset .field input,
.customer-account-create .form-create-account .fieldset .field select {
  color: #999999;
  border: 1px solid #999999;
  opacity: 1;
  border-radius: 8px;
  font-size: 18px;
  height: 34px;
  line-height: normal;
  font-weight: 300;
}
.account .account-information .block-dashboard-info .fieldset .field input::placeholder {
  opacity: 0.5;
}
.account .account-information .block-dashboard-info .fieldset .image-sec {
  text-align: center;
}
.account .account-information .block-dashboard-info .fieldset .image-sec h4 {
  font-size: 16px;
  text-transform: capitalize;
  margin: 0 0 10px 0;
  text-align: left;
}
.account .account-information .form-edit-account {
  padding: 0 20px;
}
.account .account-information .form-edit-account .block-title {
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.account .account-information .form-edit-account .fieldset {
  margin: 0 0 20px;
}
.account .account-information .form-edit-account .fieldset.info {
  float: none;
  width: 100%;
}
.account .account-information .form-edit-account .fieldset.info .field {
  font-size: 18px;
}
.account .account-information .form-edit-account .fieldset.additional_info {
  margin-bottom: 0;
}
.account .account-information .form-edit-account .fieldset hr {
  display: block;
  width: calc(100% - 30px);
  border-top-width: 3px;
  border-top-color: #999999;
}
.account .account-information .form-edit-account .actions-toolbar button.action.primary:hover,
.account .account-information .form-edit-account .actions-toolbar button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.account .account-information .form-edit-account .actions-toolbar button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.account .account-information .form-edit-account .actions-toolbar button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.account .account-information .form-edit-account .actions-toolbar button.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover {
  background: #000000;
}
.account .account-information #AddressBook {
  padding: 0;
}
@media (max-width: 767px) {
  .account .account-information #AddressBook {
    margin-top: 50px;
  }
}
.account .account-information #AddressBook .block-addresses-default {
  border-bottom: 3px solid #9cbed0;
  margin-bottom: 0;
  padding-bottom: 50px;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .account .account-information #AddressBook .block-addresses-default {
    display: inline-block;
    width: 100%;
  }
}
.account .account-information #AddressBook .block-addresses-default .block-title {
  border-bottom: none;
  display: none;
}
.account .account-information #AddressBook .block-addresses-default .block-content .box {
  float: left;
  text-transform: uppercase;
  font-size: 22px;
}
.account .account-information #AddressBook .block-addresses-default .block-content .box .box-title > span {
  font-size: 22px;
}
@media (max-width: 767px) {
  .account .account-information #AddressBook .block-addresses-default .block-content .box .box-title > span {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .account .account-information #AddressBook .block-addresses-default .block-content .box .box-content {
    font-size: 1.4rem;
    margin-top: 15px;
  }
}
.account .account-information #AddressBook .block-addresses-default .block-content .box address {
  margin: 20px 0 30px;
}
.account .account-information #AddressBook .block-addresses-default .block-content .box address a {
  color: #000000;
}
.account .account-information #AddressBook .block-addresses-default .block-content .box .box-actions a.edit,
.customer-account-login .login-container .block .block-content .actions-toolbar .primary .action.primary,
.customer-account-login .login-container .block .block-content .actions-toolbar .primary .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.customer-account-login .login-container .block .block-content .actions-toolbar .primary .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.customer-account-login .login-container .block .block-content .actions-toolbar .primary .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.customer-account-login .login-container .block .block-content .actions-toolbar .primary .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary {
  background: #9cbed0;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 15px;
  font-weight: 500;
  border-radius: 10px;
  display: inline-block;
}
.account .account-information #AddressBook .block-addresses-default .block-content .box .box-actions a.edit:hover {
  background: #000000;
  color: #ffffff;
}
.account .account-information #AddressBook .block-addresses-list .block-title {
  padding: 0 20px 20px;
  border-bottom: none;
  margin: 30px 0 0;
}
.account .account-information #AddressBook .block-addresses-list .block-title strong {
  font-size: 2.6rem;
  text-transform: uppercase;
  font-weight: bold;
}
@media (max-width: 767px) {
  .account .account-information #AddressBook .block-addresses-list .block-title strong {
    font-size: 1.8rem;
  }
}
.account .account-information #AddressBook .block-addresses-list .block-content {
  padding-left: 20px;
}
.account .account-information #AddressBook .block-addresses-list .block-content .additional-addresses {
  font-size: 1.6rem;
}
.account .account-information #AddressBook .block-addresses-list .block-content .additional-addresses table > thead > tr > th,
.account .order-information .orders-history #my-orders-table thead tr th {
  font-weight: 500;
  border-bottom: 4px solid #999999;
}
.account .account-information #AddressBook .block-addresses-list .block-content .additional-addresses table tbody tr td {
  border-bottom: 2px solid #999999;
}
.account .account-information #AddressBook .block-addresses-list .block-content .additional-addresses table tbody tr td.col a.action {
  color: #000000;
}
.account .account-information #AddressBook .block-addresses-list .block-content .additional-addresses table tbody tr td.col a.action:hover.edit {
  color: #9cbed0;
}
.account .account-information #AddressBook .block-addresses-list .block-content .additional-addresses table tbody tr td.col a.action:hover.delete {
  color: red;
}
.account .account-information #AddressBook .block-addresses-list .block-content .additional-addresses table tbody tr td.col a.action:after {
  border-color: #000000;
  height: 18px;
  margin: 0 6px;
  vertical-align: -4px;
}
.account .account-information #AddressBook .block-addresses-list .block-content .additional-addresses table tbody tr:first-child td {
  padding-top: 20px;
}
.account .account-information #AddressBook .actions-toolbar button.action.primary.add:hover,
.account .account-information #AddressBook .actions-toolbar button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.add:hover,
.account .account-information #AddressBook .actions-toolbar button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.add:hover,
.account .account-information #AddressBook .actions-toolbar button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.add:hover,
.account .account-information #AddressBook .actions-toolbar button.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.add:hover {
  background: #000000;
}
.account .label-information #label-contact-information-form .block .block-title {
  border-bottom: none;
  padding-left: 20px;
}
.account .label-information #label-contact-information-form .block .block-title .sorc-desc {
  text-align: left;
  font-size: 16px;
  font-weight: 300;
}
.account .label-information #label-contact-information-form .block .block-title .sorc-desc strong {
  text-align: left;
  text-transform: unset;
  font-weight: 500;
  color: #000000;
  border-bottom: none;
  font-size: 16px;
}
.account .label-information #label-contact-information-form .block .fieldset {
  padding-left: 10px	;
}
.account .label-information #label-contact-information-form .block .fieldset .label-info-section .field .label {
  font-weight: 500;
  padding-left: 0;
  font-size: 16px;
  color: #000000;
}
.account .label-information #label-contact-information-form .block .fieldset .label-info-section .field .label:after {
  font-size: 16px;
}
.account .label-information #label-contact-information-form .block .fieldset .label-info-section .field select,
.account .label-information #label-contact-information-form .block .fieldset .label-info-section .field input {
  border-radius: 8px;
  border-color: #999999;
  font-size: 16px;
  font-weight: 300;
  height: 34px;
}
.account .label-information #label-contact-information-form .block .fieldset .label-info-section .field .upload-wrapper .file-uploader .drag-drop-box {
  position: relative;
  max-width: 100%;
  border: 1px solid #999999;
  padding: 20px;
  text-align: center;
  border-radius: 20px;
  font-size: 18px;
}
.account .label-information #label-contact-information-form .block .fieldset .label-info-section .field .upload-wrapper .file-uploader .drag-drop-box .action.save {
  background: #999999;
  font-weight: bold;
  font-size: 20px;
  padding: 5px 20px;
}
.account .label-information #label-contact-information-form .block .fieldset .label-info-section .field .actions-toolbar .primary input.action.submit,
.account .account-information .form-edit-account .actions-toolbar button.action.primary,
.account .account-information .form-edit-account .actions-toolbar button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.account .account-information .form-edit-account .actions-toolbar button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.account .account-information #AddressBook .actions-toolbar button.action.primary.add,
.account .account-information .form-edit-account .actions-toolbar button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.account .account-information #AddressBook .actions-toolbar button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.add,
.account .account-information .form-edit-account .actions-toolbar button.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.account .account-information #AddressBook .actions-toolbar button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.add,
.account .account-information #AddressBook .actions-toolbar button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.add,
.account .account-information #AddressBook .actions-toolbar button.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.add {
  font-weight: bold;
  font-size: 20px;
  border: none;
  line-height: 1;
  height: auto;
}
.account .label-information #label-contact-information-form .block .fieldset .label-info-section .field .actions-toolbar .primary input.action.submit:hover {
  background: #000000;
}
.account .label-information #label-contact-information-form .block .fieldset .example-section {
  text-align: right;
}
.account .label-information #label-contact-information-form .block .fieldset .example-section img {
  height: 920px;
}
.account .label-information #label-contact-information-form .block .fieldset .example-section .image-sec .example-title {
  color: #999999;
  text-align: left;
  width: 520px;
  margin-left: auto;
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .account .label-information #label-contact-information-form .block .fieldset .example-section .image-sec .example-title {
    width: auto;
  }
}
@media (max-width: 767px) {
  .account .order-information .orders-history {
    border: none;
  }
}
.account .order-information .orders-history #my-orders-table {
  padding-left: 20px;
}
.account .order-information .orders-history #my-orders-table tbody tr td {
  border-bottom: 2px solid #999999;
}
.account .order-information .orders-history #my-orders-table tbody tr td.col a.action {
  color: #000000;
}
.account .order-information .orders-history #my-orders-table tbody tr td.col a.action:hover.view,
.account .order-information .orders-history #my-orders-table tbody tr td.col a.action:hover.order {
  color: #9cbed0;
}
.account .order-information .orders-history #my-orders-table tbody tr:first-child td {
  padding-top: 20px;
}
.account .sidebar.sidebar-main {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
  margin-top: 0;
}
.account .sidebar.sidebar-main .block.block-collapsible-nav {
  margin-bottom: 20px;
}
.account .sidebar .block-collapsible-nav .content,
.account .sidebar .block-collapsible-nav-designer .content {
  background: #f5f5f5;
  padding: 15px 0;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .account .sidebar .block-collapsible-nav .content,
  .account .sidebar .block-collapsible-nav-designer .content {
    border-bottom: 1px solid #cccccc;
    display: none;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .account .sidebar .block-collapsible-nav .content.active,
  .account .sidebar .block-collapsible-nav-designer .content.active {
    display: block;
  }
}
.account .sidebar .block-collapsible-nav .item,
.account .sidebar .block-collapsible-nav-designer .item {
  margin: 3px 0 0;
}
.account .sidebar .block-collapsible-nav .item:first-child,
.account .sidebar .block-collapsible-nav-designer .item:first-child {
  margin-top: 0;
}
.account .sidebar .block-collapsible-nav .item:last-child > .delimiter,
.account .sidebar .block-collapsible-nav-designer .item:last-child > .delimiter {
  margin: 0;
  border: none;
}
.account .sidebar .block-collapsible-nav .item a,
.account .sidebar .block-collapsible-nav-designer .item a,
.account .sidebar .block-collapsible-nav .item > strong,
.account .sidebar .block-collapsible-nav-designer .item > strong {
  text-decoration: none;
  border-left: 3px solid rgba(0, 0, 0, 0);
  color: #575757;
  display: block;
  padding: 5px 18px 5px 15px;
}
.account .sidebar .block-collapsible-nav .item a:hover,
.account .sidebar .block-collapsible-nav-designer .item a:hover {
  background: #e8e8e8;
}
.account .sidebar .block-collapsible-nav .item.current a,
.account .sidebar .block-collapsible-nav-designer .item.current a,
.account .sidebar .block-collapsible-nav .item.current > strong,
.account .sidebar .block-collapsible-nav-designer .item.current > strong {
  color: #133264;
  font-weight: 600;
  border-color: #133264;
}
@media only screen and (max-width: 767px) {
  .account .sidebar .block-collapsible-nav,
  .account .sidebar .block-collapsible-nav-designer {
    width: 100%;
    position: static;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .account .sidebar .block-collapsible-nav .title,
  .account .sidebar .block-collapsible-nav-designer .title {
    border-top: 1px solid #cccccc;
    cursor: pointer;
    border-bottom: 1px solid #cccccc;
    padding: 10px 40px 10px 15px;
    display: block;
    text-decoration: none;
    position: relative;
  }
  .account .sidebar .block-collapsible-nav .title:after,
  .account .sidebar .block-collapsible-nav-designer .title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 3px 0 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    text-align: center;
    position: absolute;
    right: 20px;
    top: 10px;
  }
}
.account .page-main .page-title-wrapper .order-date {
  margin-top: 0;
}
.account .products-grid.wishlist .product-item-name,
.account .products-grid.wishlist .product-item-description,
.account .products-grid.wishlist .product-item .price-box,
.account .products-grid.wishlist .product-item-tooltip {
  clear: both;
  padding: 0 10px;
}
@media only screen and (max-width: 767px) {
  .account .products-grid.wishlist .product-item-name,
  .account .products-grid.wishlist .product-item-description,
  .account .products-grid.wishlist .product-item .price-box,
  .account .products-grid.wishlist .product-item-tooltip {
    margin-left: 0;
  }
}
.account .products-grid.wishlist .product-item-info .product-item-inner {
  padding: 0 10px;
  border: none;
}
.account .products-grid.wishlist .product-item-info:hover .product-item-inner {
  border: none;
}
.account .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td[data-th]:before,
.account .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th[data-th]:before {
  vertical-align: top;
}
.account .action-menu input[type='checkbox'].admin__control-checkbox,
.account .action-menu input[type='radio'].admin__control-checkbox {
  opacity: 0;
}
.account .design-create .action-select-wrap .action-close {
  color: #ffffff;
}
.account .admin__data-grid-header {
  z-index: 1;
  position: relative;
}
.account .data-grid-filters-action-wrap .action-default._active {
  background: #133264;
  color: #ffffff;
  border-right-color: #363636;
}
.account .data-grid-filters-action-wrap .action-default:hover::before {
  color: #ffffff;
}
.block.block-dashboard-info .block-title {
  margin-top: 20px;
}
.theme-pearl.store-view-default .field-dob button {
  background: rgba(0, 0, 0, 0);
  border: none;
  padding: 0;
  line-height: 1;
}
.theme-pearl.store-view-default .field-dob button:hover,
.theme-pearl.store-view-default .field-dob button:focus,
.theme-pearl.store-view-default .field-dob button:active {
  background: rgba(0, 0, 0, 0);
  border: none;
}
.theme-pearl.store-view-default .field-dob ._has-datepicker ~ .ui-datepicker-trigger:before {
  color: #333333;
}
.theme-pearl.store-view-default .admin__current-filters-actions-wrap .action-clear {
  padding: 0.6rem 1em 0.6rem;
  text-decoration: none;
  color: #ffffff;
}
.theme-pearl.store-view-default .admin__current-filters-actions-wrap .action-clear:hover {
  color: #000000;
}
.theme-pearl.store-view-default .action-remove[data-action="grid-filter-remove-chip"] {
  background: rgba(0, 0, 0, 0);
  border: none;
  padding: 0;
  line-height: 1;
}
.designer-design-editdesignidea .design-create .fieldset button.edit-button.button,
.designer-design-edittemplate .design-create .fieldset button.edit-button.button,
.designer-design-editdesignidea .design-create .fieldset button.unpubilshed_confirmation.button,
.designer-design-edittemplate .design-create .fieldset button.unpubilshed_confirmation.button {
  margin-left: 0;
  margin-bottom: 20px;
  display: block;
  clear: both;
}
.designer-design-editdesignidea .design-create .fieldset .m-status,
.designer-design-edittemplate .design-create .fieldset .m-status {
  margin: 0 0 22px;
  clear: both;
  float: left;
}
.designer-design-create {
  font-family: 'Source Sans Pro', sans-serif;
}
.admin__data-grid-wrap .admin__actions-switch-checkbox {
  left: -1000px;
}
.table .design-images {
  display: inline-block;
}
.account .design-create .fieldset .field.product-options {
  clear: both;
}
/*Customer Login Page Css*/
.customer-account-login .login-container .block .block-title {
  font-size: 2.2rem;
  text-align: left;
  font-weight: bold;
  padding: 0 20px 20px;
  border-bottom: 4px solid #9cbed0;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.customer-account-login .login-container .block .block-content {
  font-size: 18px;
  font-weight: 300;
  padding: 0 20px;
}
.customer-account-login .login-container .block .block-content .fieldset .field .label {
  font-weight: 500;
  font-size: 18px;
}
.customer-account-login .login-container .block .block-content .fieldset .field .control {
  width: 100%;
}
.customer-account-login .login-container .block .block-content .fieldset .field.choice input[type="checkbox"] {
  top: 1px;
  height: 17px;
  width: 17px;
}
.customer-account-login .login-container .block .block-content .fieldset .field.choice .label {
  font-weight: 300;
  color: #999999;
}
.customer-account-login .login-container .block .block-content .actions-toolbar .primary .action.primary,
.customer-account-login .login-container .block .block-content .actions-toolbar .primary .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.customer-account-login .login-container .block .block-content .actions-toolbar .primary .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.customer-account-login .login-container .block .block-content .actions-toolbar .primary .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.customer-account-login .login-container .block .block-content .actions-toolbar .primary .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary {
  font-weight: 600;
}
.customer-account-login .login-container .block .block-content .actions-toolbar .primary .action.primary:hover,
.customer-account-login .login-container .block .block-content .actions-toolbar .primary .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.customer-account-login .login-container .block .block-content .actions-toolbar .primary .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.customer-account-login .login-container .block .block-content .actions-toolbar .primary .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.customer-account-login .login-container .block .block-content .actions-toolbar .primary .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover {
  background: #000000;
  border: none;
}
.customer-account-login .login-container .block .block-content .actions-toolbar .secondary a.action {
  color: #9cbed0;
  margin-top: 5px;
}
.customer-account-login .login-container .block .block-content .actions-toolbar .secondary a.action:hover {
  color: #000000;
}
/*Create Customer account page css*/
.customer-account-create .page-main {
  margin-top: 0px !important;
}
@media only screen and (min-width: 1310px) {
  .customer-account-create .customer-account-page-wrapper {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1309px) {
  .customer-account-create .customer-account-page-wrapper {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .customer-account-create .customer-account-page-wrapper {
    padding: 0 15px;
  }
  .customer-account-create .customer-account-page-wrapper h1 {
    font-size: 30px;
  }
}
.customer-account-create .get-started-section img {
  width: 100%;
}
.customer-account-create .static-block {
  margin-top: 30px;
  font-family: 'Gotham';
}
.customer-account-create .static-block h2 {
  text-align: center;
  color: #9cbed0;
  font-weight: 600;
  font-style: italic;
  font-size: 46px;
}
@media only screen and (max-width: 767px) {
  .customer-account-create .static-block h2 {
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 5px;
  }
}
.customer-account-create .static-block p.sort-desc {
  background: #6d6e71;
  font-size: 28px;
  padding: 20px 20px;
  text-align: center;
  border-radius: 40px;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .customer-account-create .static-block p.sort-desc {
    font-size: 18px;
  }
}
.customer-account-create .static-block p.sort-desc img {
  margin-bottom: -10px;
}
@media only screen and (max-width: 767px) {
  .customer-account-create .static-block p.sort-desc img {
    width: 100px;
    margin-top: -8px;
  }
}
.customer-account-create .ultimatePage-top .get-started-page-title {
  margin-bottom: 0px !important;
}
.customer-account-create .ultimatePage-top .get-started-page-title h1 {
  letter-spacing: -0.96px;
  color: #000000;
  text-transform: math-auto !important;
  font-family: 'Gotham';
}
.customer-account-create .form-create-account {
  width: 100% !important;
  margin-top: 40px;
  display: grid;
  place-items: center;
}
.customer-account-create .form-create-account .fieldset {
  width: 100%;
}
.customer-account-create .form-create-account .fieldset .field {
  width: 100%;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .customer-account-create .form-create-account .fieldset .field {
    width: 100%;
    padding: 0 15px;
  }
}
.customer-account-create .form-create-account .fieldset .field .label {
  font-weight: 500;
  padding-left: 0;
  font-size: 25px;
  color: #000000;
  letter-spacing: -0.5px;
}
.customer-account-create .form-create-account .fieldset .field .label:after {
  font-size: 25px !important;
}
@media (max-width: 767px) {
  .customer-account-create .form-create-account .fieldset .field .label {
    font-size: 16px;
  }
  .customer-account-create .form-create-account .fieldset .field .label:after {
    font-size: 16px !important;
  }
}
.customer-account-create .form-create-account .fieldset .field input,
.customer-account-create .form-create-account .fieldset .field select {
  border: 0.5px solid #707070;
  border-radius: 0px;
  height: 50px;
  font-family: "Gotham";
}
@media (max-width: 767px) {
  .customer-account-create .form-create-account .fieldset .field input,
  .customer-account-create .form-create-account .fieldset .field select {
    height: 30px;
    font-size: 14px;
  }
}
.customer-account-create .form-create-account .fieldset .field input[type="checkbox"] {
  top: 1px;
  height: 17px;
  width: 17px;
}
.customer-account-create .form-create-account .fieldset .field.street .nested {
  display: none;
}
.customer-account-create .form-create-account .fieldset .field.field-dob {
  display: none;
}
.customer-account-create .form-create-account .fieldset .newsletter #is_subscribed {
  width: 32px;
  height: 32px;
}
@media (max-width: 767px) {
  .customer-account-create .form-create-account .fieldset .newsletter #is_subscribed {
    width: 22px;
    height: 22px;
  }
}
.customer-account-create .form-create-account .fieldset .newsletter label {
  vertical-align: super;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .customer-account-create .form-create-account .fieldset .newsletter label {
    margin-left: 5px !important;
    font-size: 12px !important;
  }
}
.customer-account-create .form-create-account .fieldset .tcagreecreateaccount #tcagreecreateaccount-error {
  position: absolute;
}
.customer-account-create .form-create-account .fieldset .tcagreecreateaccount #tcagreecreateaccount {
  width: 32px;
  height: 32px;
}
@media (max-width: 767px) {
  .customer-account-create .form-create-account .fieldset .tcagreecreateaccount #tcagreecreateaccount {
    width: 22px;
    height: 22px;
  }
}
.customer-account-create .form-create-account .fieldset .tcagreecreateaccount label {
  color: #6E6F72 !important;
  vertical-align: super;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .customer-account-create .form-create-account .fieldset .tcagreecreateaccount label {
    margin-left: 5px;
    font-size: 12px !important;
  }
}
.customer-account-create .form-create-account .fieldset .tcagreecreateaccount label a {
  color: #6E6F72;
  text-decoration: underline;
}
.customer-account-create .form-create-account .actions-toolbar {
  padding: 0 20px;
  margin-top: 70px;
}
@media (max-width: 767px) {
  .customer-account-create .form-create-account .actions-toolbar {
    margin-top: 30px;
  }
  .customer-account-create .form-create-account .actions-toolbar > .primary {
    text-align: left;
  }
}
.customer-account-create .form-create-account .actions-toolbar button.action.primary,
.customer-account-create .form-create-account .actions-toolbar button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.customer-account-create .form-create-account .actions-toolbar button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.customer-account-create .form-create-account .actions-toolbar button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.customer-account-create .form-create-account .actions-toolbar button.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary {
  letter-spacing: -0.72px;
  font-size: 36px;
  text-transform: uppercase;
  padding: 25px 36px;
  background: #000000;
  border-radius: 10px;
  font-weight: 500;
  line-height: 1;
}
.customer-account-create .form-create-account .actions-toolbar button.action.primary:hover,
.customer-account-create .form-create-account .actions-toolbar button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.customer-account-create .form-create-account .actions-toolbar button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.customer-account-create .form-create-account .actions-toolbar button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.customer-account-create .form-create-account .actions-toolbar button.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover {
  background: #9cbed0;
  border: none;
}
@media (max-width: 767px) {
  .customer-account-create .form-create-account .actions-toolbar button.action.primary,
  .customer-account-create .form-create-account .actions-toolbar button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
  .customer-account-create .form-create-account .actions-toolbar button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
  .customer-account-create .form-create-account .actions-toolbar button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
  .customer-account-create .form-create-account .actions-toolbar button.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary {
    padding: 12px 20px;
    font-size: 20px;
    width: auto;
  }
}
.catalog-product-view {
  font-family: 'Gotham';
}
.catalog-product-view .product.media .fotorama-item .fotorama__wrap .fotorama__stage__frame {
  background: #f0ece5;
  border-radius: 30px;
}
.catalog-product-view .product.media .fotorama__wrap * {
  text-align: center;
}
.catalog-product-view .product.media .fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
  left: 0;
}
.catalog-product-view .product-info-main .product.sku .value {
  font-size: 2rem;
  color: #999999;
}
.catalog-product-view .product-info-main .page-title-wrapper .page-title {
  font-size: 3.6rem;
  text-transform: capitalize;
  margin-bottom: 20px !important;
}
.catalog-product-view .product-info-main .product-reviews-summary .rating-summary .rating-result {
  width: 160px;
}
.catalog-product-view .product-info-main .product-reviews-summary .rating-summary .rating-result:before,
.catalog-product-view .product-info-main .product-reviews-summary .rating-summary .rating-result > span:before {
  font-size: 30px;
  height: 30px;
  line-height: 30px;
}
.catalog-product-view .product-info-main .product-reviews-summary .rating-summary .rating-result > span:before {
  color: #000000;
}
.catalog-product-view .product-info-main .product-info-price {
  border-bottom: none;
  display: none;
}
.catalog-product-view .product-info-main .product.overview .value {
  font-size: 1.5rem;
}
.catalog-product-view .product-info-main .product.overview .value ul {
  padding: 0 0 0 20px;
}
.catalog-product-view .product-info-main .product-actions-info-content .product-options-wrapper .fieldset .field {
  font-size: 20px;
  color: #999999;
  display: inline-block;
  width: 100%;
}
.catalog-product-view .product-info-main .product-actions-info-content .product-options-wrapper .fieldset .field .label {
  font-weight: 400;
  text-transform: uppercase;
  color: #999999;
  font-style: italic;
  margin-bottom: 0;
  margin-right: 10px;
  float: left;
  line-height: normal;
}
.catalog-product-view .product-info-main .product-actions-info-content .product-options-wrapper .fieldset .field .option-information-link {
  cursor: pointer;
  width: 20px;
}
.catalog-product-view .product-info-main .product-actions-info-content .product-options-wrapper .fieldset .field .control {
  width: 50%;
  float: right;
  text-align: right;
}
.catalog-product-view .product-info-main .product-actions-info-content .product-options-wrapper .fieldset .field .control select {
  width: 145px;
  border-radius: 4px;
  border-color: #999999;
  color: #999999;
  cursor: pointer;
}
.catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart {
  margin: 0;
}
.catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart .fieldset .field.qty {
  margin: 0;
}
.catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart .fieldset .field.qty .price-wrapper {
  border-bottom-width: 2px;
  gap: 20px;
}
.catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart .fieldset .field.qty .price-wrapper,
.catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart .fieldset .field.qty .qty-box-border {
  border: 1px solid #999999;
  padding: 15px;
  display: flex;
  align-items: center;
}
.catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart .fieldset .field.qty .price-wrapper .total-price-div,
.catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart .fieldset .field.qty .qty-box-border .total-price-div {
  color: #999999;
  font-size: 22px;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  font-weight: 100;
}
.catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart .fieldset .field.qty .price-wrapper .total-price-div label[for="custom-unit-price"],
.catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart .fieldset .field.qty .qty-box-border .total-price-div label[for="custom-unit-price"] {
  display: none;
}
.catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart .fieldset .field.qty .price-wrapper .total-price-div .custom-unit-price,
.catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart .fieldset .field.qty .qty-box-border .total-price-div .custom-unit-price {
  font-size: 32px;
  font-weight: 500;
  color: #000000;
  line-height: 1;
}
.catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart .fieldset .field.qty .price-wrapper .total-price-div .unit-price-discount,
.catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart .fieldset .field.qty .qty-box-border .total-price-div .unit-price-discount {
  color: red;
  font-size: 19px;
  font-weight: 500;
  margin-left: 10px;
}
@media only screen and (min-width: 768px) {
  .catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart .fieldset .field.qty .price-wrapper .total-price-div .unit-price-discount,
  .catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart .fieldset .field.qty .qty-box-border .total-price-div .unit-price-discount {
    width: max-content;
  }
}
.catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart .fieldset .field.qty .qty-box-border {
  border-top-width: 2px;
}
.catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart .fieldset .field.qty .qty-box-border > div {
  padding: 0 10px;
}
.catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart .fieldset .field.qty .qty-box-border .qty-box-wrapper {
  flex: 1;
}
.catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart .fieldset .field.qty .qty-box-border .qty-box-wrapper .qty-box {
  border: 1px solid #999999;
  color: #999999;
  display: flex;
}
.catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart .fieldset .field.qty .qty-box-border .qty-box-wrapper .qty-box button {
  background-color: unset !important;
  background: none;
  border: none;
  margin: 0;
  font-size: 36px;
  color: #999999;
}
.catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart .fieldset .field.qty .qty-box-border .qty-box-wrapper .qty-box input {
  border-color: #999999;
  border-top: 0;
  border-bottom: 0;
  font-size: 36px;
  color: #999999;
  font-weight: 100;
  padding-top: 0;
  padding-bottom: 0;
  height: 48px;
  flex: 1 1 100%;
  margin: 0;
}
.catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart .fieldset .field.qty .qty-box-border .actions {
  justify-content: center;
  display: flex !important;
  flex: 1;
}
.catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart .fieldset .field.qty .qty-box-border .actions button.action.primary,
.catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart .fieldset .field.qty .qty-box-border .actions button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart .fieldset .field.qty .qty-box-border .actions button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart .fieldset .field.qty .qty-box-border .actions button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart .fieldset .field.qty .qty-box-border .actions button.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary {
  width: auto !important;
  margin-right: 0;
  margin-bottom: 0;
  float: left;
  padding: 5px 0;
  background-color: #000000;
  font-size: 24px;
  font-weight: bold;
  border-radius: 15px;
}
.catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart .fieldset .field.qty .qty-box-border .actions button.action.primary:hover,
.catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart .fieldset .field.qty .qty-box-border .actions button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart .fieldset .field.qty .qty-box-border .actions button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart .fieldset .field.qty .qty-box-border .actions button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart .fieldset .field.qty .qty-box-border .actions button.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover {
  border: none;
  background-color: #9cbed0;
}
.catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart .fieldset .field.qty .sample-action.tocart {
  background-color: #9cbed0;
  border-color: #9cbed0;
  color: #ffffff;
  margin-top: 20px;
  width: 100%;
  border-radius: 15px;
  font-size: 26px;
  height: auto;
  line-height: normal;
  padding: 10px 20px;
}
.catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart .fieldset .field.qty .shipping-day {
  color: #999999;
  font-size: 24px;
  font-weight: 100;
}
.catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart .personalize-box {
  background: #9cbed0;
  padding: 20px;
  border-radius: 30px;
  text-align: left;
}
.catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart .personalize-box .personalize-box-title {
  font-size: 22px;
}
.catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart .personalize-box .personalize-box-title strong {
  font-weight: 600;
  font-style: italic;
}
.catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart .personalize-box button.personaliseit {
  background: #ffffff;
  border: none;
  color: #9cbed0;
  border-radius: 15px;
  width: auto !important;
  padding: 15px 20px;
  font-size: 2em;
  font-weight: 600;
  margin: 15px 0;
}
.catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart .personalize-box button.personaliseit:hover {
  color: #000000;
}
.catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart .personalize-box button.personaliseit:hover span {
  color: #000000;
}
.catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart .personalize-box .saved-design-count {
  font-size: 1.6rem;
}
.catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart .personalize-box .saved-design-count label {
  font-family: 'Gotham';
  font-style: italic;
  color: dimgrey;
}
.catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart .personalize-box .saved-design-count h5 {
  margin: 0 0 10px 0;
}
.catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart .personalize-box .saved-design-count ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart .personalize-box .saved-design-count ul li {
  margin: 0;
}
.catalog-product-view .product-info-main .price-box.price-final_price {
  min-height: 53px;
}
.catalog-product-view .product-info-main .product-social-links {
  max-width: 100%;
  display: inline-block;
  margin-bottom: 20px;
}
.catalog-product-view .product-info-main .product-social-links .product-addto-links {
  margin-bottom: 0;
}
.catalog-product-view .product-info-main .product-social-links .product-addto-links a {
  margin-right: 20px !important;
  text-transform: none;
  max-width: 145px;
  text-align: left;
}
.catalog-product-view .product-info-main .product-social-links .product-addto-links .action.download {
  text-transform: none;
}
.catalog-product-view .product-info-main .product-social-links .product-addto-links .action.download .icon-download-alt {
  width: 40px !important;
  height: 40px;
  display: table-cell;
  border: 1px solid #ddd;
  border-radius: 2px;
  vertical-align: middle;
  text-align: center;
}
.catalog-product-view .product-info-main .product-social-links .product-addto-links .action.download span:last-child {
  display: table-cell;
  vertical-align: middle;
  padding-left: 8px;
}
.catalog-product-view .product-info-main .product-social-links .product-addto-links .action.tocompare,
.catalog-product-view .product-info-main .product-social-links .product-addto-links .action.towishlist,
.catalog-product-view .product-info-main .product-social-links .product-addto-links .action.mailto {
  font-size: 12px !important;
}
.catalog-product-view .product-info-main .product-social-links .product-addto-links .action.tocompare:before,
.catalog-product-view .product-info-main .product-social-links .product-addto-links .action.towishlist:before,
.catalog-product-view .product-info-main .product-social-links .product-addto-links .action.mailto:before {
  width: 40px !important;
  height: 40px;
  display: table-cell;
  border: 1px solid #ddd;
  border-radius: 2px;
  vertical-align: middle;
  text-align: center;
}
.catalog-product-view .product-info-main .product-actions-info .product-actions-info-content .fieldset {
  margin-bottom: 0;
}
.catalog-product-view .product-info-main .product-actions-info .product-actions-info-content .fieldset .actions {
  margin-bottom: 0 !important;
  float: none;
}
.catalog-product-view .product-info-main .product-actions-info .product-actions-info-content .get-started {
  background-color: #ebeef3;
  padding: 10px;
  text-align: left;
  font-weight: 600;
  font-size: 16px;
}
.catalog-product-view .product-info-main .discount-section {
  margin: 0 0 30px;
  font-size: 24px;
  font-family: 'Gotham';
  font-weight: 300;
}
.catalog-product-view .product-info-main .discount-section span {
  color: red;
}
.catalog-product-view .product-info-main #valume-discount-link {
  margin-top: 0;
  font-size: 22px;
  font-weight: 100;
  color: #9cbed0;
  cursor: pointer;
}
.catalog-product-view .product-info-main #valume-discount-link:after {
  content: '\e622';
  font-family: 'luma-icons';
  font-size: 18px;
  font-weight: normal;
  margin-left: 10px;
}
.catalog-product-view .main > .product.info .product.data.items {
  margin-left: 0;
  margin-right: 0;
}
.catalog-product-view .estimaste-body .select2-container {
  z-index: 9;
}
.catalog-product-view .slider-block-content .grid.products-grid .owl-item .product-item {
  width: 100% !important;
}
.catalog-product-view .grid.products-grid .owl-carousel.products {
  margin-left: 0 !important;
}
.catalog-product-view .owl-carousel.products .owl-controls .owl-nav {
  position: absolute;
  top: -94px;
  right: 0;
}
.catalog-product-view [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-] {
  position: static;
  margin: 0;
  width: auto;
  height: auto;
}
.catalog-product-view [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-]:before {
  display: none;
  width: 0;
  height: 0;
}
.catalog-product-view [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-] .i-rounded {
  width: 46px !important;
  height: 46px !important;
  line-height: 1.5 !important;
  font-size: 30px;
}
.catalog-product-view [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-] .i-rounded:before {
  float: left;
  margin-left: 6px;
}
@media only screen and (max-width: 639px) {
  .catalog-product-view .product-info-price > :first-child {
    padding-left: 0;
  }
}
.catalog-product-view #maincontent .product-info-main .product-info-price > .old-price .price {
  text-decoration: line-through;
}
.catalog-product-view .block.upsell,
.catalog-product-view .block.related {
  display: inline-block;
  width: 100%;
  margin: 20px 0 0;
}
body .product-info-main .product-options-bottom .box-tocart .actions {
  width: 100%;
  text-align: center;
  display: inline-block;
  margin-bottom: 10px !important;
}
body .product-info-main .box-tocart .actions {
  width: 100%;
  text-align: center;
  display: inline-block;
  margin-bottom: 10px !important;
}
.product-info-main .product-addto-links .action span {
  display: table-cell;
  vertical-align: middle;
  padding-left: 8px;
  letter-spacing: 0;
}
@media only screen and (max-width: 639px) {
  .product-info-main .product-info-price {
    width: 100% !important;
    margin-left: 0;
  }
}
.product-add-form.product-actions-info .box-tocart {
  max-width: 100%;
}
.theme-pearl.catalog-product-view .box-tocart .actions {
  margin-bottom: 5px;
}
.theme-pearl.catalog-product-view .box-tocart .actions button {
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .theme-pearl.catalog-product-view .box-tocart .actions {
    width: 100%;
  }
}
.theme-pearl.catalog-product-view .page-wrapper .page-main .columns .product.info.detailed {
  position: relative;
}
.theme-pearl.catalog-product-view .page-wrapper .page-main .columns .product.info.detailed .tabs-navigation .tab-header {
  margin: 0 15px -1px;
  border: 1px solid #b5c8d7 !important;
  padding: 0 5px;
  height: 49px;
  align-items: center;
  background: #ffffff;
  color: #000000;
  font-size: 18px;
  font-family: 'Gotham';
  font-weight: normal;
  text-transform: uppercase;
  border-radius: 14px 14px 0 0;
}
.theme-pearl.catalog-product-view .page-wrapper .page-main .columns .product.info.detailed .tabs-navigation .tab-header:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .theme-pearl.catalog-product-view .page-wrapper .page-main .columns .product.info.detailed .tabs-navigation .tab-header {
    height: 40px;
    font-size: 10px;
  }
}
.theme-pearl.catalog-product-view .page-wrapper .page-main .columns .product.info.detailed .tabs-navigation .tab-header.ui-tabs-active {
  background-color: #9cbed0;
  color: #ffffff;
}
.theme-pearl.catalog-product-view .page-wrapper .page-main .columns .product.info.detailed .tabs-navigation .tab-header.ui-tabs-active a {
  color: #ffffff;
}
.theme-pearl.catalog-product-view .page-wrapper .page-main .columns .product.info.detailed .tabs-navigation .tab-header a.tab-title {
  border-right: 0;
  color: #000000;
  cursor: pointer !important;
  display: block;
  font-size: 18px;
  padding: 15px 30px;
  position: relative;
  transition: all 0.3s;
  line-height: normal;
  font-weight: 400;
}
@media (max-width: 767px) {
  .theme-pearl.catalog-product-view .page-wrapper .page-main .columns .product.info.detailed .tabs-navigation .tab-header a.tab-title {
    font-size: 11px;
    font-weight: bold;
    padding: 13px 10px;
  }
}
.theme-pearl.catalog-product-view .page-wrapper .page-main .columns .product.info.detailed > .items > .item.title.active {
  bottom: 0 !important;
}
.theme-pearl.catalog-product-view .page-wrapper .page-main .columns .product.info.detailed > .items > .item.title.active > .switch {
  height: 45px !important;
  border-bottom: 1px solid #000000 !important;
}
.theme-pearl.catalog-product-view .page-wrapper .page-main .columns .product.info.detailed > .items > .item.title a {
  height: 45px;
  line-height: 45px;
}
.theme-pearl.catalog-product-view .page-wrapper .page-main .columns .product.info.detailed > .items > .item.title a.switch {
  border: none !important;
  border-bottom: 1px solid #cccccc !important;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 1px;
}
.theme-pearl.catalog-product-view .page-wrapper .page-main .columns .product.info.detailed > .items > .item.title a.switch:hover {
  border-bottom-color: #000000 !important;
}
.theme-pearl.catalog-product-view .page-wrapper .page-main .columns .product.info.detailed > .items > .item.content {
  margin-top: 45px;
  border: none;
  border-top: 1px solid #cccccc;
}
@media only screen and (max-width: 767px) {
  .theme-pearl.catalog-product-view .page-wrapper .page-main .columns .product.info.detailed > .items > .item.content {
    margin-top: -1px;
  }
}
@media only screen and (max-width: 767px) {
  .theme-pearl.catalog-product-view .product-social-links {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.product-actions-info-content .product-actions-info-box .estimaste-body {
  border-top: none !important;
}
.product-actions-info-content > .heading-box {
  display: none;
}
.product-options-wrapper .mageworx-swatch-option.text {
  height: auto;
}
.row.circle-block {
  margin-left: -15px !important;
  margin-right: -15px !important;
  width: auto !important;
}
.circle-block .circle {
  border: 1px solid #ddd;
  border-radius: 50%;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 145px;
  height: 145px;
  margin-top: 30px;
}
.circle-block .circle h2.number {
  margin: 0;
  position: absolute;
  top: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
  padding: 0 10px;
}
.circle-block .circle > .img-responsive {
  max-width: 68px;
  -webkit-align-self: flex-end;
  align-self: flex-end;
}
.circle-block .circle > h4.text {
  margin: 0;
  padding: 0 7px;
  box-sizing: border-box;
  -webkit-align-self: flex-start;
  align-self: flex-start;
}
.circle-block .circle i[class*="icon-"],
.circle-block .circle em[class*="icon-"] {
  font-size: 45px;
  width: 100%;
  text-align: center;
  align-self: flex-end;
}
.theme-pearl.catalog-product-view .product-actions-info-content .product-actions-info-box #product-options-wrapper .swatch-attribute .swatch-attribute-options {
  margin-top: 0px !important;
}
.product-primary-info-container {
  z-index: 2;
}
.catalog-product-view .product-primary-info-container .estimaste-body .select2-container {
  z-index: 1;
}
.login-msg-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  max-width: 520px;
  width: 100%;
}
.login-msg-popup .popup-inner {
  background: #f0ece5;
  border-radius: 15px;
  padding-bottom: 15px;
}
.login-msg-popup .popup-inner .popup-title {
  font-weight: bold;
  text-transform: uppercase;
  background-color: #ffffff;
  border-radius: 15px 15px 0 0;
  font-size: 22px;
  padding: 15px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.login-msg-popup .popup-inner .content p {
  font-weight: normal;
  text-align: center;
}
.login-msg-popup .popup-inner .actions-popup {
  margin: 20px 0 10px;
}
.login-msg-popup .popup-inner .actions-popup a.popup-close {
  text-align: center;
  color: #ffffff;
  border: none;
  cursor: pointer;
  border-radius: 8px;
  font-size: 16px;
  min-width: 120px;
  padding: 5px 15px;
  text-transform: uppercase;
  height: auto;
  background: #999999;
}
.login-msg-popup .popup-inner .actions-popup a.popup-close:hover {
  background: #9cbed0;
}
.catalog-product-view .templates-grid.products-related .products.products-grid .product-item:hover {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.templates-grid.products-related {
  background: #f1f2f2;
  position: relative;
}
.templates-grid.products-related:after,
.templates-grid.products-related:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background: #f1f2f2;
  height: 100%;
  width: 100%;
}
.templates-grid.products-related:before {
  left: -100%;
}
.templates-grid.products-related:after {
  right: -100%;
}
.templates-grid.products-related .products.products-grid {
  padding-bottom: 20px;
}
.templates-grid.products-related .products.products-grid .product-items {
  margin-left: -5px;
  margin-right: -5px;
}
.templates-grid.products-related .products.products-grid .product-item {
  padding-left: 5px;
  padding-right: 5px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.templates-grid.products-related .products.products-grid .product-item:hover {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.templates-grid.products-related .products.products-grid .product-item .product-item-info {
  max-width: 100%;
  background: #ffffff;
}
.templates-grid.products-related .template-container .block-title.title span {
  padding-top: 18px;
  display: inline-block;
}
.catalog-category-view .page-main .column.main .products-grid .product-item {
  margin: 0 0 20px;
  padding: 0 15px !important;
}
@media only screen and (min-width: 1200px) {
  .catalog-category-view .page-main .column.main .products-grid .product-item {
    width: calc(25% - 30px);
    /*&:nth-child(4n + 1) {
							clear: left;
						}*/
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .catalog-category-view .page-main .column.main .products-grid .product-item {
    width: calc(33.33% - 30px);
  }
  .catalog-category-view .page-main .column.main .products-grid .product-item:nth-child(3n + 1) {
    clear: left;
  }
}
@media only screen and (max-width: 991px) {
  .catalog-category-view .page-main .column.main .products-grid .product-item {
    width: calc(50% - 20px);
    padding: 0 10px !important;
  }
  .catalog-category-view .page-main .column.main .products-grid .product-item:nth-child(2n + 1) {
    clear: left;
  }
}
.catalog-category-view .page-main .column.main #layered-filter-block .block-search {
  padding-right: 0;
}
@media (max-width: 767px) {
  .catalog-category-view .page-main .column.main #layered-filter-block .block-search {
    margin-top: 30px;
    width: 150px !important;
  }
}
.products-grid .product-item .product-item-info .product-item-inner {
  display: block !important;
  overflow: visible !important;
  width: auto !important;
  height: auto !important;
}
.products-grid .product-item .product-item-info:hover,
.products-grid .product-item .product-item-info.active {
  box-shadow: none;
  border: none;
  margin: 0;
}
.page-products .products-grid .product-item .product-item-details,
.catalog-product-view .products-grid .product-item .product-item-details,
.checkout-cart-index .products-grid .product-item .product-item-details {
  text-align: center;
  display: inline-block;
  width: 100%;
  font-family: 'Gotham';
}
.page-products .products-grid .product-item .product-item-details .sort-desc,
.catalog-product-view .products-grid .product-item .product-item-details .sort-desc,
.checkout-cart-index .products-grid .product-item .product-item-details .sort-desc {
  font-size: 16px;
  font-weight: 300;
  margin-top: 10px;
  display: block;
  color: #999999;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1.4;
  min-height: 23px;
}
@media (max-width: 640px) {
  .page-products .products-grid .product-item .product-item-details .sort-desc,
  .catalog-product-view .products-grid .product-item .product-item-details .sort-desc,
  .checkout-cart-index .products-grid .product-item .product-item-details .sort-desc {
    font-size: 12px;
    min-height: 18px;
  }
}
.page-products .products-grid .product-item .product-item-details .actions-primary,
.catalog-product-view .products-grid .product-item .product-item-details .actions-primary,
.checkout-cart-index .products-grid .product-item .product-item-details .actions-primary {
  margin-top: 10px;
}
.page-products .products-grid .product-item .product-item-details .actions-primary a.action,
.catalog-product-view .products-grid .product-item .product-item-details .actions-primary a.action,
.checkout-cart-index .products-grid .product-item .product-item-details .actions-primary a.action {
  background: #9cbed0;
  border-radius: 5px;
  border: none;
  font-weight: 600;
  font-size: 18px;
  padding: 16px 20px;
  font-family: 'Gotham';
  letter-spacing: -0.36px;
  width: 100%;
}
@media (max-width: 640px) {
  .page-products .products-grid .product-item .product-item-details .actions-primary a.action,
  .catalog-product-view .products-grid .product-item .product-item-details .actions-primary a.action,
  .checkout-cart-index .products-grid .product-item .product-item-details .actions-primary a.action {
    font-size: 12px;
    padding: 10px 14px;
  }
}
.page-products .products-grid .product-item .product-item-details .actions-primary a.action .price,
.catalog-product-view .products-grid .product-item .product-item-details .actions-primary a.action .price,
.checkout-cart-index .products-grid .product-item .product-item-details .actions-primary a.action .price {
  font-weight: 500;
}
@media only screen and (min-width: 1024px) {
  .page-products .products-grid .product-item,
  .catalog-product-view .products-grid .product-item,
  .checkout-cart-index .products-grid .product-item {
    padding: 0 !important;
  }
}
.page-products .product-item-info,
.catalog-product-view .product-item-info,
.checkout-cart-index .product-item-info {
  width: 100%;
}
.catalog-product-view .products-grid .product-item {
  float: left;
  padding: 0 15px !important;
}
@media (min-width: 1200px) {
  .catalog-product-view .products-grid .product-item {
    width: calc(25% - 30px);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .catalog-product-view .products-grid .product-item {
    width: calc(33.33% - 30px);
  }
}
@media (max-width: 1023px) {
  .catalog-product-view .products-grid .product-item {
    width: calc(50% - 5px);
    padding: 0 !important;
  }
}
.catalog-product-view .products-grid .product-item .product-img-bx .product-image-photo {
  display: block;
  max-height: calc(100% - 30px);
  height: auto;
  width: auto;
  max-width: calc(100% - 30px);
  position: absolute;
  margin: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.product.info.detailed {
  margin-top: 20px;
}
.products.products-grid .block-title-main {
  text-align: center;
}
.products.products-grid .product-item-actions {
  margin-top: 5px;
}
.column.main .products-grid .product-item {
  margin-bottom: 16px;
  margin-top: 10px;
}
.column.main .products-grid .product-item .product-item-info {
  padding: 0 0 10px 0;
}
.column.main .products-grid .product-item .product-item-info .product.photo.product-item-photo {
  background: #f0ece5;
  padding: 10px;
  display: block;
  border-radius: 30px;
  text-align: center;
}
.column.main .products-grid .product-item .action.tocompare,
.column.main .products-grid .product-item .action.towishlist,
body.theme-pearl .column.main .block .block-content .products-grid button.action.primary,
.column.main .block .block-content .products-grid button.action.primary,
body.theme-pearl .column.main .block .block-content .products-grid button.action.primary.tocart,
.column.main .block .block-content .products-grid button.action.primary.tocart,
body.theme-pearl .column.main .block .block-content .products-grid button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.column.main .block .block-content .products-grid button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
body.theme-pearl .column.main .block .block-content .products-grid button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.tocart,
.column.main .block .block-content .products-grid button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.tocart,
body.theme-pearl .column.main .block .block-content .products-grid button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.column.main .block .block-content .products-grid button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
body.theme-pearl .column.main .block .block-content .products-grid button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.tocart,
.column.main .block .block-content .products-grid button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.tocart,
body.theme-pearl .column.main .block .block-content .products-grid button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.column.main .block .block-content .products-grid button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
body.theme-pearl .column.main .block .block-content .products-grid button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.tocart,
.column.main .block .block-content .products-grid button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.tocart,
body.theme-pearl .column.main .block .block-content .products-grid button.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.column.main .block .block-content .products-grid button.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
body.theme-pearl .column.main .block .block-content .products-grid button.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.tocart,
.column.main .block .block-content .products-grid button.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.tocart {
  border-radius: 50% !important;
  padding: 0;
  width: 41px;
  height: 41px;
  background: #ffffff;
  border-color: #eee;
  color: #363636;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
  line-height: 38px !important;
}
.column.main .products-grid .product-item .action.tocompare:hover,
.column.main .products-grid .product-item .action.towishlist:hover,
body.theme-pearl .column.main .block .block-content .products-grid button.action.primary.tocart:hover,
.column.main .block .block-content .products-grid button.action.primary.tocart:hover,
body.theme-pearl .column.main .block .block-content .products-grid button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.tocart:hover,
.column.main .block .block-content .products-grid button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.tocart:hover,
body.theme-pearl .column.main .block .block-content .products-grid button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.tocart:hover,
.column.main .block .block-content .products-grid button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.tocart:hover,
body.theme-pearl .column.main .block .block-content .products-grid button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.tocart:hover,
.column.main .block .block-content .products-grid button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.tocart:hover,
body.theme-pearl .column.main .block .block-content .products-grid button.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.tocart:hover,
.column.main .block .block-content .products-grid button.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.tocart:hover {
  color: #ffffff !important;
  background: #133264;
}
.column.main .products-grid .product-item .action.tocompare:before {
  margin-top: 0 !important;
}
.column.main .products-grid:not(.wishlist) .product-item-actions button.action.primary.tocart,
.column.main .products-grid:not(.wishlist) .product-item-actions a.action.primary.tocart,
.column.main .products-grid:not(.wishlist) .product-item-actions button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.tocart,
.column.main .products-grid:not(.wishlist) .product-item-actions a.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.tocart,
.column.main .products-grid:not(.wishlist) .product-item-actions button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.tocart,
.column.main .products-grid:not(.wishlist) .product-item-actions a.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.tocart,
.column.main .products-grid:not(.wishlist) .product-item-actions button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.tocart,
.column.main .products-grid:not(.wishlist) .product-item-actions a.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.tocart,
.column.main .products-grid:not(.wishlist) .product-item-actions button.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.tocart,
.column.main .products-grid:not(.wishlist) .product-item-actions a.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.tocart {
  border-radius: 10px !important;
  padding: 0 10px;
  width: auto;
  height: 40px;
  background: #9cbed0;
  border-color: #9cbed0;
  color: #ffffff;
  box-shadow: none;
  font-size: 18px;
  line-height: normal;
  font-weight: 600;
}
.column.main .products-grid:not(.wishlist) .product-item-actions button.action.primary:hover,
.column.main .products-grid:not(.wishlist) .product-item-actions a.action.primary:hover,
.column.main .products-grid:not(.wishlist) .product-item-actions button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.column.main .products-grid:not(.wishlist) .product-item-actions a.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.column.main .products-grid:not(.wishlist) .product-item-actions button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.column.main .products-grid:not(.wishlist) .product-item-actions a.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.column.main .products-grid:not(.wishlist) .product-item-actions button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.column.main .products-grid:not(.wishlist) .product-item-actions a.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.column.main .products-grid:not(.wishlist) .product-item-actions button.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.column.main .products-grid:not(.wishlist) .product-item-actions a.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover {
  color: #ffffff;
  background: #000000;
  border-color: #000000;
}
body.theme-pearl .column.main .block .block-content .products-grid * button.action.primary.tocart [class^="icon-"],
.column.main .block .block-content .products-grid * button.action.primary.tocart [class^="icon-"],
body.theme-pearl .column.main .block .block-content .products-grid * button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.tocart [class^="icon-"],
.column.main .block .block-content .products-grid * button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.tocart [class^="icon-"],
body.theme-pearl .column.main .block .block-content .products-grid * button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.tocart [class^="icon-"],
.column.main .block .block-content .products-grid * button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.tocart [class^="icon-"],
body.theme-pearl .column.main .block .block-content .products-grid * button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.tocart [class^="icon-"],
.column.main .block .block-content .products-grid * button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.tocart [class^="icon-"],
body.theme-pearl .column.main .block .block-content .products-grid * button.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.tocart [class^="icon-"],
.column.main .block .block-content .products-grid * button.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.tocart [class^="icon-"] {
  font-size: 18px;
}
.block-title h2.heading {
  font-weight: 400;
  text-align: center;
}
.products-grid .product-item .product-item-details {
  display: inline-block;
  width: 100%;
}
.products-grid .product-item .product-item-details .price-container .price {
  font-weight: bold;
}
.products-grid .product-item .product-item-name .product-item-link {
  color: #000000;
  font-weight: 100;
  font-size: 22px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-decoration: none;
}
.products-grid .product-item .product-item-name .product-item-link .sku {
  font-size: 16px;
  vertical-align: baseline;
}
@media (max-width: 640px) {
  .products-grid .product-item .product-item-name .product-item-link {
    font-size: 16px;
  }
}
.products-grid .product-item .price-box {
  margin-top: 0;
  margin-bottom: 5px;
}
.products.products-grid .product-img-bx,
.widget.block-products-list .product-img-bx {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  width: 100%;
}
.products.products-grid .product-img-bx .product-item-actions,
.widget.block-products-list .product-img-bx .product-item-actions {
  margin-top: 5px;
  display: inline-block;
  position: absolute;
  bottom: -36px;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  margin: -11px 0 11px;
}
.widget.block-products-list {
  margin: 30px 0;
  padding: 0 15px;
}
@media only screen and (max-width: 767px) {
  .widget.block-products-list {
    margin-left: 15px;
    padding: 0;
  }
}
.widget.block-products-list.block:last-child {
  margin-bottom: 30px;
}
.widget.block-products-list .widget-product-grid .owl-nav {
  display: inline-block;
  position: absolute;
  right: 0;
  top: -91px;
}
.widget.block-products-list .widget-product-grid .owl-nav [class*="owl-"] {
  background-color: rgba(0, 0, 0, 0) !important;
  margin: 0;
  text-indent: 0;
  position: static;
  width: auto;
  height: auto;
}
.widget.block-products-list .widget-product-grid .owl-nav [class*="owl-"]:before {
  display: none;
  width: 0;
  height: 0;
}
.widget.block-products-list .widget-product-grid .owl-nav [class*="owl-"] .i-rounded {
  width: 46px !important;
  height: 46px !important;
  line-height: 1.5 !important;
  font-size: 30px !important;
}
.widget.block-products-list .widget-product-grid .owl-nav.disabled {
  display: none;
}
.widget.block-products-list .widget-product-grid .owl-nav button {
  background-color: rgba(0, 0, 0, 0) !important;
  border: none !important;
}
.widget.block-products-list .widget-product-grid .owl-nav button .i-rounded {
  width: 46px !important;
  height: 46px !important;
  line-height: 1.5 !important;
  font-size: 30px;
}
.widget.block-products-list .widget-product-grid .owl-dots {
  text-align: center;
  position: static;
}
.widget.block-products-list .widget-product-grid .owl-dots .owl-dot > span,
.widget.block-products-list .widget-product-grid .owl-dots button.owl-dot > span {
  width: 12px;
  height: 12px;
  margin-bottom: 20px;
  margin-left: 4px;
  margin-right: 4px;
  border-radius: 50% !important;
  background: #ffffff !important;
  border: #133264 1px solid;
}
.widget.block-products-list .widget-product-grid .owl-dots .owl-dot.active > span,
.widget.block-products-list .widget-product-grid .owl-dots button.owl-dot.active > span {
  background: #133264 !important;
}
.widget.block-products-list .widget-product-grid .owl-dots.disabled {
  display: none;
}
.widget.block-products-list .view-all > a {
  text-transform: uppercase;
  font-weight: 900;
  padding: 15px 15px;
  font-size: 1.8rem;
}
.catalog-category-view .column.main .products-grid .product-item .action.tocompare:before {
  margin-top: -7px;
}
@media (max-width: 767px) {
  body.filter-active .page-wrapper {
    margin-top: 0;
    visibility: visible;
  }
  body.filter-active .page-header {
    display: block;
  }
  body.filter-active .filter-title strong {
    left: 8px !important;
    right: auto !important;
    top: 52px !important;
    background: #ffffff !important;
    width: auto;
    font-size: 0;
    padding: 6px 8px;
  }
  body.filter-active .filter-title strong:after {
    font-size: 24px !important;
    color: #000000 !important;
    line-height: normal !important;
  }
}
@media (max-width: 767px) {
  .block.filter:not(.active) .block-title strong {
    border-radius: 8px;
    background: none;
    border-color: #999999;
    top: 0;
    font-size: 17px;
    text-transform: uppercase;
    min-width: 150px;
    left: 0;
  }
  .block.filter:not(.active) .block-title strong:after {
    content: '\e608';
    font-family: 'luma-icons';
    position: absolute;
    right: auto;
    margin-left: 5px;
  }
}
@media (max-width: 767px) {
  #layered-filter-block .filter.active .filter-subtitle {
    top: 50px !important;
  }
}
@media (max-width: 767px) {
  #layered-filter-block .filter.active .filter-title strong {
    top: 60px !important;
  }
}
@media (max-width: 767px) {
  #layered-filter-block .filter.active .filter-options {
    top: 100px !important;
  }
}
@media (max-width: 767px) {
  #layered-filter-block.filter .block-content .block-subtitle {
    background: #f0ece5;
    padding-left: 10px;
    top: 100px;
    height: auto;
    font-size: 24px;
    font-weight: 500;
  }
}
.products-list .products .product-item-details .product-item-actions .actions-primary {
  margin-right: 8px;
}
@media only screen and (min-width: 768px) {
  .column.main .products-grid.products-related .product-item .product-item-info {
    float: none;
  }
  body .products.products-grid {
    padding-bottom: 20px;
  }
}
.theme-pearl[class*="store-view-"].cms-index-index .page-main {
  max-width: 100%;
  padding: 0;
  margin-top: 0;
}
.theme-pearl[class*="store-view-"].customer-order-place .page-main,
.theme-pearl[class*="store-view-"].marketingcenter-marketing-product_listing .page-main,
.theme-pearl[class*="store-view-"].customer-account-create .page-main {
  max-width: 100%;
  padding: 0;
  margin-top: 30px;
}
@media only screen and (min-width: 1310px) {
  .theme-pearl[class*="store-view-"].customer-order-place .order-page-wrapper,
  .theme-pearl[class*="store-view-"].marketingcenter-marketing-product_listing .marketing-page-wrapper {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1309px) {
  .theme-pearl[class*="store-view-"].customer-order-place .order-page-wrapper,
  .theme-pearl[class*="store-view-"].marketingcenter-marketing-product_listing .marketing-page-wrapper {
    padding: 0 20px;
  }
}
.theme-pearl[class*="store-view-"].customer-order-place .order-page-wrapper .ultimatePage-design-tab {
  position: relative;
}
@media (max-width: 640px) {
  .theme-pearl[class*="store-view-"].customer-order-place .order-page-wrapper .ultimatePage-design-tab button {
    margin: 0 8px 0 0;
    padding: 0 8px;
  }
  .theme-pearl[class*="store-view-"].customer-order-place .order-page-wrapper .ultimatePage-design-tab button:nth-child(3) {
    margin-right: 0;
  }
}
.theme-pearl[class*="store-view-"].customer-order-place .order-page-wrapper .ultimatePage-design-tab a.history-link {
  position: absolute;
  right: 15px;
  bottom: 12px;
  color: #999999;
  text-transform: uppercase;
  font-family: "Gotham";
  text-decoration: underline;
  font-size: 17px;
}
.theme-pearl[class*="store-view-"].customer-order-place .order-page-wrapper .ultimatePage-design-tab a.history-link:hover {
  color: #000000;
}
@media (max-width: 640px) {
  .theme-pearl[class*="store-view-"].customer-order-place .order-page-wrapper .ultimatePage-design-tab a.history-link {
    top: -35px;
    bottom: unset;
    left: 0;
    right: 0;
    text-align: center;
  }
}
.theme-pearl[class*="store-view-"].customer-order-place .order-page-wrapper .row .block.filter,
.theme-pearl[class*="store-view-"].educationcenter-index-index .row .block.filter {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
  border: none;
  font-size: 17px;
  font-family: "Gotham";
}
.theme-pearl[class*="store-view-"].customer-order-place .order-page-wrapper .row .block.filter .all-link a {
  text-transform: uppercase;
  color: #000000;
  position: relative;
  padding: 0 3px;
  font-weight: 100;
}
.theme-pearl[class*="store-view-"].customer-order-place .order-page-wrapper .row .block.filter .all-link a:after {
  content: "";
  border-bottom: 3px solid #999999;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -3px;
}
.theme-pearl[class*="store-view-"].customer-order-place .order-page-wrapper .row .block.filter .block-search,
.theme-pearl[class*="store-view-"].educationcenter-index-index .row .block.filter .block-search {
  width: 200px;
  margin: 0 25px;
  padding-left: 0;
  float: none;
}
.theme-pearl[class*="store-view-"].customer-order-place .order-page-wrapper .row .block.filter .block-search .form {
  position: relative;
}
.theme-pearl[class*="store-view-"].customer-order-place .order-page-wrapper .row .block.filter .block-search .form .actions,
.theme-pearl[class*="store-view-"].educationcenter-index-index .row .block.filter .block-search .form .actions {
  position: absolute;
  left: 6px;
  top: 0;
}
.theme-pearl[class*="store-view-"].customer-order-place .order-page-wrapper .row .block.filter .block-search .form .actions button.search {
  position: static;
}
.theme-pearl[class*="store-view-"].customer-order-place .order-page-wrapper .row .block.filter .block-search .form .actions button.search:before {
  font-size: 20px;
}
.theme-pearl[class*="store-view-"].customer-order-place .order-page-wrapper .row .block.filter .filter-content,
.theme-pearl[class*="store-view-"].educationcenter-index-index .row .block.filter .filter-content {
  margin-top: 0;
  display: flex;
  align-items: center;
}
.theme-pearl[class*="store-view-"].customer-order-place .order-page-wrapper .row .block.filter .filter-content .filter-options-item,
.theme-pearl[class*="store-view-"].customer-design-index #Marketing .filter-content .filter-options-item,
.theme-pearl[class*="store-view-"].educationcenter-index-index .row .block.filter .filter-content .filter-options-item {
  border: 2px solid #aaaaaa;
  padding: 6px 10px;
  border-radius: 8px;
  z-index: 10;
}
.theme-pearl[class*="store-view-"].customer-order-place .order-page-wrapper .row .block.filter .filter-content .filter-options-item .filter-options-title,
.theme-pearl[class*="store-view-"].customer-design-index #Marketing .filter-content .filter-options-item .filter-options-title,
.theme-pearl[class*="store-view-"].educationcenter-index-index .row .block.filter .filter-content .filter-options-item .filter-options-title {
  font-size: 17px;
  line-height: 1;
  font-weight: 100;
  padding-right: 30px;
}
.theme-pearl[class*="store-view-"].customer-design-index #Marketing .filter-content {
  margin-top: 0;
}
.theme-pearl[class*="store-view-"].educationcenter-index-index hr {
  border-top: 4px solid #9cbed0;
  margin: 30px 0 0;
}
.theme-pearl[class*="store-view-"].educationcenter-index-index .row .block.filter .block-search .form {
  position: relative;
}
.theme-pearl[class*="store-view-"].educationcenter-index-index .row .block.filter .block-search .form .actions button.search {
  position: static;
}
.theme-pearl[class*="store-view-"].educationcenter-index-index .row .block.filter .block-search .form .actions button.search:before {
  font-size: 20px;
}
.theme-pearl[class*="store-view-"].educationcenter-index-index .education-center-list .featured-product-title {
  font-weight: 600;
}
.theme-pearl[class*="store-view-"].educationcenter-index-index .education-center-list .container-fluid {
  padding: 0;
}
.theme-pearl[class*="store-view-"].educationcenter-index-index .education-center-list .design-list {
  border-bottom: 4px solid #9cbed0;
  margin-bottom: 30px;
}
.theme-pearl[class*="store-view-"].educationcenter-index-index .education-center-list .design-list .template-item {
  list-style: none;
  margin-bottom: 30px;
  padding-bottom: 40px;
}
.theme-pearl[class*="store-view-"].educationcenter-index-index .education-center-list .design-list .template-item .inner-box {
  border: none;
  background: #f0ece5;
  border-radius: 30px;
  padding: 0;
  overflow: hidden;
  min-height: 330px;
  max-width: 330px;
}
.theme-pearl[class*="store-view-"].educationcenter-index-index .education-center-list .design-list .template-item .inner-box .image-box {
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}
.theme-pearl[class*="store-view-"].educationcenter-index-index .education-center-list .design-list .template-item .inner-box .image-box img {
  max-width: 170px;
}
.theme-pearl[class*="store-view-"].educationcenter-index-index .education-center-list .design-list .template-item .inner-box .product-detail {
  text-align: center;
  padding: 10px;
}
.theme-pearl[class*="store-view-"].educationcenter-index-index .education-center-list .design-list .template-item .inner-box .product-detail span {
  display: block;
}
.theme-pearl[class*="store-view-"].educationcenter-index-index .education-center-list .design-list .template-item .inner-box .product-detail span.title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
}
.theme-pearl[class*="store-view-"].educationcenter-index-index .education-center-list .design-list .template-item .inner-box .product-detail span.title-desc {
  font-size: 24px;
  font-weight: 500;
}
.theme-pearl[class*="store-view-"].educationcenter-index-index .education-center-list .design-list .template-item .inner-box .product-detail span.description {
  font-size: 14px;
  color: #999999;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.theme-pearl[class*="store-view-"].educationcenter-index-index .education-center-list .webinar-product-list .product-title {
  color: #999999;
  font-weight: 600;
}
@media only screen and (min-width: 768px), print {
  .theme-pearl[class*="store-view-"] .page-wrapper .breadcrumbs {
    background-color: #f9f7fc;
    max-width: 100% !important;
    width: 100% !important;
    margin: 0;
    padding: 15px;
  }
}
@media only screen and (min-width: 768px), print {
  .theme-pearl[class*="store-view-"] .page-wrapper .breadcrumbs .items {
    float: none;
    width: 100% !important;
    margin: 0 auto !important;
  }
}
@media only screen and (min-width: 768px), print {
  .theme-pearl[class*="store-view-"] .page-wrapper .breadcrumbs .items .item {
    float: left;
    line-height: 18px;
  }
}
@media only screen and (min-width: 768px), print {
  .theme-pearl[class*="store-view-"] .page-wrapper .breadcrumbs .items .item strong,
  .theme-pearl[class*="store-view-"] .page-wrapper .breadcrumbs .items .item a {
    float: left;
    font-size: 13px;
    font-style: italic;
    color: #363636;
    line-height: 18px;
  }
}
@media only screen and (min-width: 768px), print {
  .theme-pearl[class*="store-view-"] .page-wrapper .breadcrumbs .items .item strong:hover,
  .theme-pearl[class*="store-view-"] .page-wrapper .breadcrumbs .items .item a:hover {
    color: #fadc32;
  }
}
.theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main {
  padding-top: 0;
}
.theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main .ultimatePage-top .ultimatePage-title {
  margin: 0 0 50px;
}
.theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main #layered-filter-block {
  border-top: 4px solid #9cbed0;
  padding: 20px 0;
  margin: 28px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main #layered-filter-block {
    flex-flow: row wrap;
  }
}
.theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main #layered-filter-block .block-search,
.customer-design-index .tabcontent .custom-radio-buttons .block-search {
  width: 200px;
  margin-right: 0;
  padding-left: 0;
  float: none;
}
.theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main #layered-filter-block .block-search .form {
  position: relative;
}
@media (max-width: 768px) {
  .theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main #layered-filter-block .block-search .form .control {
    border-top: none;
  }
  .theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main #layered-filter-block .block-search .form .control input,
  .customer-design-index .tabcontent .custom-radio-buttons .block-search .form .control input,
  .theme-pearl[class*="store-view-"].customer-order-place .order-page-wrapper .row .block.filter .block-search .form .control input,
  .theme-pearl[class*="store-view-"].educationcenter-index-index .row .block.filter .block-search .form .control input {
    position: static;
  }
}
.theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main #layered-filter-block .block-search .form .control input,
.customer-design-index .tabcontent .custom-radio-buttons .block-search .form .control input,
.theme-pearl[class*="store-view-"].customer-order-place .order-page-wrapper .row .block.filter .block-search .form .control input,
.theme-pearl[class*="store-view-"].educationcenter-index-index .row .block.filter .block-search .form .control input {
  border-radius: 8px;
  border-color: #9cbed0;
  text-transform: uppercase;
  font-size: 17px;
  border-width: 2px;
  text-align: center;
  padding: 2px 5px 2px 25px;
  font-family: "Gotham";
}
@media (max-width: 768px) {
  .theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main #layered-filter-block .block-search .form .control input,
  .customer-design-index .tabcontent .custom-radio-buttons .block-search .form .control input,
  .theme-pearl[class*="store-view-"].customer-order-place .order-page-wrapper .row .block.filter .block-search .form .control input,
  .theme-pearl[class*="store-view-"].educationcenter-index-index .row .block.filter .block-search .form .control input {
    padding: 2px 5px;
  }
}
.theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main #layered-filter-block .block-search .form .actions {
  position: absolute;
  left: 6px;
  top: 0;
}
.theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main #layered-filter-block .block-search .form .actions button.search {
  position: static;
}
.theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main #layered-filter-block .block-search .form .actions button.search:before {
  font-size: 20px;
}
.theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main #layered-filter-block .filter-title:before {
  display: none;
}
.theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main #layered-filter-block .filter-content {
  margin-top: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main #layered-filter-block .filter-content {
    margin: 0;
    padding: 15px 15px;
    flex-flow: row wrap;
    justify-content: center;
    flex: 0 1 100%;
  }
}
.theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main #layered-filter-block .filter-content .filter-current {
  background: #aaaaaa;
  padding: 5px 10px;
  border-radius: 8px;
  display: inline-block;
  line-height: normal;
  margin-left: 28px;
}
@media (max-width: 768px) {
  .theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main #layered-filter-block .filter-content .filter-current {
    margin: 0;
    padding: 5px 25px;
  }
}
.theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main #layered-filter-block .filter-content .filter-current strong {
  color: #ffffff;
  font-size: 17px;
  font-weight: 100;
  padding: 0;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main #layered-filter-block .filter-content .filter-current strong {
    background: transparent;
    top: unset;
  }
  .theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main #layered-filter-block .filter-content .filter-current strong:before {
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main #layered-filter-block .filter-content .filter-current strong:after {
    content: "";
  }
}
.theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main #layered-filter-block .filter-content .filter-current .items {
  padding: 5px;
}
@media (max-width: 768px) {
  .theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main #layered-filter-block .filter-content .filter-current .items {
    margin-top: 10px;
    border-top: 1px solid #ffffff;
    text-align: center;
  }
}
.theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main #layered-filter-block .filter-content .filter-current .items .item {
  margin: 0;
  font-size: 17px;
  padding: 0;
}
.theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main #layered-filter-block .filter-content .filter-current .items .item .filter-value {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 100;
}
.theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main #layered-filter-block .filter-content .filter-current .items .item .filter-label,
.theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main #layered-filter-block .filter-content .filter-current .items .item a.remove {
  display: none;
}
.theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main #layered-filter-block .filter-content .filter-actions {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main #layered-filter-block .filter-content .filter-actions {
    flex: 0 1 100%;
    margin: 0;
  }
}
.theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main #layered-filter-block .filter-content .filter-actions a.clear {
  font-size: unset;
  height: auto;
  line-height: normal;
  color: #9cbed0;
}
@media (max-width: 768px) {
  .theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main #layered-filter-block .filter-content .filter-actions a.clear {
    margin: 20px auto 0;
    font-size: 16px;
  }
}
.theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main #layered-filter-block .filter-content .filter-options {
  text-align: center;
  margin-left: 28px;
  margin-top: 0;
}
@media (max-width: 768px) {
  .theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main #layered-filter-block .filter-content .filter-options {
    background: #f0ece5;
    width: 100%;
    margin: 114px auto 15px;
    padding: 15px;
    border-bottom: 1px solid #999999;
    bottom: auto;
  }
}
.theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main #layered-filter-block .filter-content .filter-options .filter-options-item {
  border: 2px solid #aaaaaa;
  padding: 6px 10px;
  border-radius: 8px;
  z-index: 10;
}
@media (max-width: 768px) {
  .theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main #layered-filter-block .filter-content .filter-options .filter-options-item {
    margin-bottom: 15px;
    border: none;
    text-align: left;
    padding: 6px 0;
  }
}
.theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main #layered-filter-block .filter-content .filter-options .filter-options-item.active:before {
  bottom: -9px;
}
.theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main #layered-filter-block .filter-content .filter-options .filter-options-item.active:after {
  bottom: -9px;
}
@media (max-width: 768px) {
  .theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main #layered-filter-block .filter-content .filter-options .filter-options-item.active .filter-options-title:after {
    content: "\e621";
  }
}
.theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main #layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-title {
  font-size: 17px;
  line-height: 1;
  font-weight: 100;
  padding-right: 30px;
}
.theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main #layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-title:after {
  top: 50%;
  transform: translateY(-50%);
  font-size: 13px;
}
@media (max-width: 768px) {
  .theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main #layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-title {
    padding: 5px 40px 5px 10px;
    font-size: 26px;
    font-weight: 500;
  }
  .theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main #layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-title:after {
    font-size: 24px;
    right: auto;
    left: 40%;
    content: "\e608";
  }
}
@media (max-width: 767px) {
  .theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main #layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-title:after {
    left: 60% !important;
  }
}
.theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main #layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-content {
  top: 130%;
  left: 0;
  text-align: left;
}
.theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main #layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-content .count {
  display: none;
}
@media (max-width: 768px) {
  .theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main #layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-content .item a {
    font-size: 22px;
    color: #000000;
    line-height: 1.5;
  }
}
.cart.table-wrapper .item .col.item {
  min-height: 110px !important;
  overflow: auto;
}
.edit-order-table .col-image .admin__field-control img {
  width: 50px;
}
.box-tocart .field.qty .control #qty-error.mage-error {
  width: 100%;
  float: left;
}
.slider-block-content .owl-carousel.products .owl-controls .owl-nav {
  position: absolute;
  top: -94px;
  right: 0;
}
.slider-block-content .products[class*="owl-carousel-products-"].owl-theme .owl-controls .owl-nav [class*="owl-"] {
  position: static;
  margin: 0;
  width: auto;
  height: auto;
}
.slider-block-content .products[class*="owl-carousel-products-"].owl-theme .owl-controls .owl-nav [class*="owl-"]:before {
  display: none;
  width: 0;
  height: 0;
}
.slider-block-content .products[class*="owl-carousel-products-"].owl-theme .owl-controls .owl-nav [class*="owl-"] .i-rounded {
  width: 46px !important;
  height: 46px !important;
  line-height: 1.5 !important;
  font-size: 30px;
}
.slider-block-content .products[class*="owl-carousel-products-"].owl-theme .owl-controls .owl-nav [class*="owl-"] .i-rounded:before {
  float: left;
  margin-left: 6px;
}
.slider-block-content.block-margin {
  padding: 0 15px;
}
.slider-block-content.block-margin .block-content .products.products-grid {
  padding-top: 0 !important;
}
.slider-block-content.block-margin .block-content .products.products-grid [class*="owl-carousel-products-"].owl-theme .owl-dots {
  bottom: 0;
}
.slider-block-content.block-margin .block-content:last-child .products.products-grid:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.slider-block-content.block-margin.block.crosssell .owl-stage .owl-item .product-item {
  width: 100% !important;
  margin: 0;
}
.owl-thumbs:empty {
  padding: 0;
}
.cms-index-index .column.main {
  padding-bottom: 0;
}
.cms-index-index .products.products-grid .block-title-main h2 {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .cms-index-index.theme-pearl.page-layout-1column .products.products-grid {
    padding-bottom: 50px;
    padding-top: 40px !important;
  }
}
.cms-index-index .home-page-product-slider .product-title {
  margin-bottom: 0;
  text-transform: none;
  font-weight: 400;
  font-size: 48px;
  letter-spacing: -0.96px;
}
@media (max-width: 767px) {
  .cms-index-index .home-page-product-slider .product-title {
    font-size: 22px;
  }
}
.cms-index-index .home-page-product-slider .product-items .slick-slide li.product-item {
  text-align: center;
}
.cms-index-index .home-page-product-slider .product-items .slick-slide li.product-item div.product-item-info {
  background: #f0ece5;
  border-radius: 30px;
  margin: 15px;
}
.cms-index-index .home-page-product-slider .product-items .slick-slide li.product-item div.product-item-info .product-item-photo {
  position: relative;
  padding: 15px;
  display: inline-block;
  width: 100%;
}
.cms-index-index .home-page-product-slider .product-items .slick-slide li.product-item div.product-item-info .product-item-photo .product-image-photo {
  max-height: 100%;
  height: auto;
  width: auto;
  max-width: 100%;
  position: absolute;
  margin: auto;
  bottom: unset;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.cms-index-index .home-page-product-slider .product-items .slick-slide li.product-item div.product-item-details {
  font-size: 24px;
  font-family: "Gotham";
}
.cms-index-index .home-page-product-slider .product-items .slick-slide li.product-item div.product-item-details .product-item-name .product-item-link {
  font-size: 22px;
  color: #000000;
  text-decoration: none;
  letter-spacing: -0.44px;
}
@media (max-width: 767px) {
  .cms-index-index .home-page-product-slider .product-items .slick-slide li.product-item div.product-item-details .product-item-name .product-item-link {
    font-size: 16px;
  }
}
.cms-index-index .home-page-product-slider .product-items .slick-slide li.product-item div.product-item-details .sort-desc {
  text-align: center;
  font: normal normal normal 18px/19px Gotham;
  letter-spacing: -0.36px;
  color: #6e6f72;
  min-height: 19px;
  padding: 0px 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .cms-index-index .home-page-product-slider .product-items .slick-slide li.product-item div.product-item-details .sort-desc {
    font-size: 12px;
    padding: 0 5px;
  }
}
.cms-index-index .home-page-product-slider .product-items .slick-slide li.product-item div.product-item-details .price-box {
  margin: 0;
}
.cms-index-index .home-page-product-slider .product-items .slick-slide li.product-item div.product-item-details .product-item-inner {
  margin-top: 15px;
}
.cms-index-index .home-page-product-slider .product-items .slick-slide li.product-item div.product-item-details .product-item-inner .product-item-actions .actions-primary {
  width: calc(100% - 30px);
  margin: 0 auto;
}
.cms-index-index .home-page-product-slider .product-items .slick-slide li.product-item div.product-item-details .product-item-inner .product-item-actions .actions-primary .action.tocart.primary {
  background: #9cbed0;
  border-radius: 5px;
  border: none;
  font-weight: 600;
  font-size: 18px;
  padding: 16px 20px;
  width: 100%;
  letter-spacing: -0.36px;
}
@media (max-width: 767px) {
  .cms-index-index .home-page-product-slider .product-items .slick-slide li.product-item div.product-item-details .product-item-inner .product-item-actions .actions-primary .action.tocart.primary {
    font-size: 12px;
    padding: 10px 10px;
  }
}
.cms-index-index .home-page-product-slider .btn-area a.view-all {
  background: transparent;
  border: 1px solid #707070;
  color: #000000;
  padding: 25px 40px;
  font-size: 36px;
  font-weight: 500;
  border-radius: 10px;
  display: inline-block;
  margin: 40px 0;
}
.cms-index-index .home-page-product-slider .btn-area a.view-all:hover {
  background: #9cbed0;
  border-color: #9cbed0;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cms-index-index .home-page-product-slider .btn-area a.view-all {
    font-size: 20px;
    padding: 12px 20px;
    margin: 20px 0;
  }
}
.cms-index-index .static-gray-section {
  color: #ffffff;
}
.cms-index-index .static-gray-section .container-fluid {
  max-width: 1310px;
  text-align: center;
  padding: 0;
}
@media (max-width: 767px) {
  .cms-index-index .static-gray-section .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
.cms-index-index .static-gray-section .title,
.cms-index-index .before-footer-section .title {
  text-transform: none;
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 60px;
  letter-spacing: -0.96px;
}
@media (max-width: 767px) {
  .cms-index-index .static-gray-section .title,
  .cms-index-index .before-footer-section .title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .cms-index-index .static-gray-section .column {
    margin-bottom: 30px;
  }
  .cms-index-index .static-gray-section .column:nth-child(2n) {
    clear: left;
  }
}
@media (max-width: 400px) {
  .cms-index-index .static-gray-section .column {
    padding: 0 10px;
  }
}
.cms-index-index .static-gray-section .column img {
  max-width: 123x;
}
@media (max-width: 767px) {
  .cms-index-index .static-gray-section .column img {
    max-height: 72px;
    max-width: 72px;
  }
}
.cms-index-index .static-gray-section .column .semi-title {
  text-transform: capitalize;
  font-size: 25px;
  font-weight: 500;
  margin: 30px 0 40px;
  min-height: 50px;
  border-bottom: 6px solid #9cbed0;
  padding-bottom: 30px;
  letter-spacing: -0.5px;
}
@media (max-width: 767px) {
  .cms-index-index .static-gray-section .column .semi-title {
    font-size: 16px;
    margin: 20px 0 15px;
    padding-bottom: 15px;
    border-bottom-width: 4px;
  }
}
.cms-index-index .static-gray-section .column .desc {
  font-size: 23px;
  letter-spacing: -0.46px;
}
@media (max-width: 767px) {
  .cms-index-index .static-gray-section .column .desc {
    font-size: 14px;
  }
}
.cms-index-index .static-gray-section .btn-area {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .cms-index-index .static-gray-section .btn-area {
    display: inline-block;
    margin-top: 10px;
  }
}
.cms-index-index .static-gray-section .btn-area .action.primary.start,
.cms-index-index .static-gray-section .btn-area .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.start,
.cms-index-index .static-gray-section .btn-area .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.start,
.cms-index-index .static-gray-section .btn-area .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.start,
.cms-index-index .static-gray-section .btn-area .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.start {
  font-size: 36px;
  font-weight: 500;
  padding: 25px 40px;
  border-radius: 10px;
  letter-spacing: -0.72px;
}
.cms-index-index .static-gray-section .btn-area .action.primary.start:hover,
.cms-index-index .static-gray-section .btn-area .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.start:hover,
.cms-index-index .static-gray-section .btn-area .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.start:hover,
.cms-index-index .static-gray-section .btn-area .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.start:hover,
.cms-index-index .static-gray-section .btn-area .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.start:hover {
  background: #000000;
  border: none;
}
@media (max-width: 767px) {
  .cms-index-index .static-gray-section .btn-area .action.primary.start,
  .cms-index-index .static-gray-section .btn-area .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.start,
  .cms-index-index .static-gray-section .btn-area .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.start,
  .cms-index-index .static-gray-section .btn-area .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.start,
  .cms-index-index .static-gray-section .btn-area .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.start {
    font-size: 20px;
    padding: 12px 20px;
  }
}
@media (max-width: 767px) {
  .cms-index-index .static-gray-section {
    padding: 10px 10px 20px !important;
  }
}
@media (max-width: 767px) {
  .cms-index-index .why-us-section .pagebuilder-column-line {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .cms-index-index .why-us-section {
    padding: 15px 15px !important;
  }
  .cms-index-index .why-us-section .pagebuilder-column {
    width: 100% !important;
    margin: 0 auto;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .cms-index-index .why-us-section .why-us-content {
    padding-right: 50px;
    margin-left: 30%;
  }
}
@media (max-width: 767px) {
  .cms-index-index .why-us-section .why-us-content {
    padding: 0 20px;
    text-align: center;
  }
}
.cms-index-index .why-us-section .why-us-content .title {
  font-size: 48px;
  text-transform: none;
  font-weight: 400;
  letter-spacing: -0.96px;
}
@media (max-width: 767px) {
  .cms-index-index .why-us-section .why-us-content .title {
    font-size: 22px;
  }
}
.cms-index-index .why-us-section .why-us-content .desc {
  font-size: 26px;
  letter-spacing: -0.52px;
}
@media (max-width: 767px) {
  .cms-index-index .why-us-section .why-us-content .desc {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .cms-index-index .why-us-section .why-us-img {
    padding-left: 50px;
  }
}
.cms-index-index .before-footer-section {
  color: #ffffff;
  text-align: center;
  padding: 70px 10px 140px;
}
.cms-index-index .before-footer-section .container-fluid {
  padding: 0;
}
.cms-index-index .before-footer-section .title em {
  font-family: "Didot";
  font-weight: 500;
}
@media (max-width: 767px) {
  .cms-index-index .before-footer-section .title {
    font-size: 22px;
  }
}
.cms-index-index .before-footer-section ul {
  list-style: none;
}
@media (min-width: 768px) {
  .cms-index-index .before-footer-section ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 920px;
    margin: 0 auto;
  }
}
.cms-index-index .before-footer-section ul li {
  text-transform: uppercase;
  margin: 0 30px;
  font-weight: 600;
  width: auto;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.5px;
}
@media (min-width: 768px) {
  .cms-index-index .before-footer-section ul li {
    font-size: 25px;
    margin: 0 35px;
  }
  .cms-index-index .before-footer-section ul li:nth-child(odd) {
    padding-bottom: 45px;
    margin-bottom: 45px;
    position: relative;
  }
  .cms-index-index .before-footer-section ul li:nth-child(odd):after {
    content: "";
    position: absolute;
    bottom: -5px;
    border-bottom: 9px solid #9cbed0;
    border-radius: 5px;
    width: 60%;
    left: 50%;
    transform: translateX(-50%);
  }
  .cms-index-index .before-footer-section ul li:nth-child(2),
  .cms-index-index .before-footer-section ul li:nth-child(4) {
    grid-row: 2;
  }
}
@media (max-width: 767px) {
  .cms-index-index .before-footer-section ul li {
    position: relative;
    display: inline-block;
    margin: 0 10px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    line-height: 1;
    width: calc(50% - 34px);
  }
  .cms-index-index .before-footer-section ul li:after {
    content: "";
    position: absolute;
    bottom: 0;
    border-bottom: 3px solid #9cbed0;
    width: 40%;
    left: 50%;
    transform: translateX(-50%);
  }
  .cms-index-index .before-footer-section ul li:nth-last-child(2):after,
  .cms-index-index .before-footer-section ul li:last-child:after {
    border-bottom: none;
  }
}
.cms-index-index .before-footer-section .btn-area {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .cms-index-index .before-footer-section .btn-area {
    margin-top: 0;
  }
}
.cms-index-index .before-footer-section .btn-area .action.secondary {
  padding-left: 90px;
  padding-right: 90px;
}
.cms-index-index .before-footer-section .btn-area .action.secondary:hover {
  background: #9cbed0;
}
@media (max-width: 767px) {
  .cms-index-index .before-footer-section .btn-area .action.secondary {
    font-size: 20px;
    padding: 12px 20px;
  }
}
@media (max-width: 767px) {
  .cms-index-index .before-footer-section {
    padding: 20px 10px 40px !important;
  }
}
.featuredproducts.owl-carousel .owl-stage-outer {
  padding-bottom: 0;
}
.featuredproducts.owl-carousel .owl-controls .owl-dots {
  bottom: 8px;
}
.section-title h2,
.section-title h3 {
  margin-top: 0;
  padding-bottom: 13px;
  border-bottom: 2px solid #585858;
  margin-bottom: 30px;
}
.section-title.block-heading h3 {
  margin-bottom: 10px;
}
.page-wrapper > .page-bottom {
  width: 100%;
}
.page-wrapper > .page-bottom .widget.block-static-block {
  margin-bottom: 0;
}
.page-wrapper > .page-bottom .widget.block > .row {
  margin-right: 0;
  margin-left: 0;
}
.page-wrapper > .page-bottom + .page-footer {
  margin-top: 0;
}
.d-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.w-100 {
  width: 100%;
}
.pl-15 {
  padding-left: 15px !important;
}
.pr-15 {
  padding-right: 15px !important;
}
.canvas-index-index.page-layout-empty .page-main,
.merchandise-index-index.page-layout-empty .page-main {
  max-width: 100%;
}
.product-image-container {
  width: 100%;
}
@media screen and (max-width: 360px) {
  .toolbar.toolbar-products select.sorter-options {
    max-width: 130px;
  }
}
#recipients-options button.action.remove span {
  color: #000000;
}
.header-placeholder {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.table-comparison .cell.product {
  border-left: 1px solid #cccccc;
}
.table-comparison .cell.product.info {
  background: rgba(0, 0, 0, 0);
}
.table-comparison .cell.product.label {
  border-left: none;
}
.table-comparison .cell.remove {
  position: relative;
}
.table-comparison .cell.remove.label {
  border: none;
}
.table-comparison .cell.remove .action.delete {
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .modal-popup.modal-slide._inner-scroll .row {
    margin-right: -15px;
  }
}
.warning-main-custom-modal,
.warning-edit-custom-modal {
  margin: 0 auto;
  max-width: 575px;
  width: 100%;
  text-align: center;
  border-radius: 20px;
  padding: 10px;
  font-family: "Gotham";
  color: #000000;
  display: flex;
  align-items: center;
}
.warning-main-custom-modal .modal-inner-wrap,
.warning-edit-custom-modal .modal-inner-wrap {
  margin: 0;
  width: 100%;
  border-radius: 20px;
}
.warning-main-custom-modal .modal-inner-wrap .modal-header,
.warning-edit-custom-modal .modal-inner-wrap .modal-header {
  display: none;
}
.warning-main-custom-modal .modal-inner-wrap .modal-content,
.warning-edit-custom-modal .modal-inner-wrap .modal-content {
  padding: 0 !important;
  border-radius: 20px;
}
.warning-main-custom-modal .modal-inner-wrap .modal-content #designs-modal-volume-pricing .popup-inner,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #designs-modal-volume-pricing .popup-inner {
  border: none;
  border-radius: 0;
  padding-bottom: 0;
}
.warning-main-custom-modal .modal-inner-wrap .modal-content #designs-modal-volume-pricing .price-discounts h4,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #designs-modal-volume-pricing .price-discounts h4 {
  text-align: left;
  padding: 15px 20px;
  margin: 0;
  color: #9cbed0;
  font-weight: 300;
  font-size: 20px;
}
.warning-main-custom-modal .modal-inner-wrap .modal-content #designs-modal-volume-pricing .price-discounts table,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #designs-modal-volume-pricing .price-discounts table {
  font-family: "Gotham";
}
.warning-main-custom-modal .modal-inner-wrap .modal-content #designs-modal-volume-pricing .price-discounts table th,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #designs-modal-volume-pricing .price-discounts table th {
  text-transform: uppercase;
  padding: 10px 20px;
  font-size: 22px;
  font-weight: 100;
  color: #000000;
}
.warning-main-custom-modal .modal-inner-wrap .modal-content #designs-modal-volume-pricing .price-discounts table tr,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #designs-modal-volume-pricing .price-discounts table tr {
  background-color: #9cbed0;
  color: #ffffff;
  text-align: left;
}
.warning-main-custom-modal .modal-inner-wrap .modal-content #designs-modal-volume-pricing .price-discounts table tr:last-child td,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #designs-modal-volume-pricing .price-discounts table tr:last-child td {
  padding-bottom: 15px;
}
.warning-main-custom-modal .modal-inner-wrap .modal-content #designs-modal-volume-pricing .price-discounts table tr td,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #designs-modal-volume-pricing .price-discounts table tr td {
  padding: 0px 20px;
  font-size: 22px;
  font-weight: 100;
}
.warning-main-custom-modal .modal-inner-wrap .modal-content #designs-modal-volume-pricing .price-discounts table tr td:nth-child(2),
.warning-edit-custom-modal .modal-inner-wrap .modal-content #designs-modal-volume-pricing .price-discounts table tr td:nth-child(2) {
  color: red;
}
.warning-main-custom-modal .modal-inner-wrap .modal-content #designs-modal1 .popup-inner,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #designs-modal1 .popup-inner,
.warning-main-custom-modal .modal-inner-wrap .modal-content #designs-modal-information .popup-inner,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #designs-modal-information .popup-inner,
.warning-main-custom-modal .modal-inner-wrap .modal-content #newMessage-modal-information .popup-inner,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #newMessage-modal-information .popup-inner {
  background: #f0ece5;
  border: none;
}
.warning-main-custom-modal .modal-inner-wrap .modal-content #designs-modal1 .popup-inner .popup-title,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #designs-modal1 .popup-inner .popup-title,
.warning-main-custom-modal .modal-inner-wrap .modal-content #designs-modal-information .popup-inner .popup-title,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #designs-modal-information .popup-inner .popup-title,
.warning-main-custom-modal .modal-inner-wrap .modal-content #newMessage-modal-information .popup-inner .popup-title,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #newMessage-modal-information .popup-inner .popup-title {
  font-weight: bold;
  text-transform: uppercase;
  background-color: #ffffff;
  border-radius: 15px 15px 0 0;
  font-size: 22px;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  color: red;
}
.warning-main-custom-modal .modal-inner-wrap .modal-content #designs-modal1 .popup-inner .popup-title img,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #designs-modal1 .popup-inner .popup-title img,
.warning-main-custom-modal .modal-inner-wrap .modal-content #designs-modal-information .popup-inner .popup-title img,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #designs-modal-information .popup-inner .popup-title img,
.warning-main-custom-modal .modal-inner-wrap .modal-content #newMessage-modal-information .popup-inner .popup-title img,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #newMessage-modal-information .popup-inner .popup-title img {
  display: none;
}
.warning-main-custom-modal .modal-inner-wrap .modal-content #designs-modal1 .popup-inner .content,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #designs-modal1 .popup-inner .content,
.warning-main-custom-modal .modal-inner-wrap .modal-content #designs-modal-information .popup-inner .content,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #designs-modal-information .popup-inner .content,
.warning-main-custom-modal .modal-inner-wrap .modal-content #newMessage-modal-information .popup-inner .content,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #newMessage-modal-information .popup-inner .content {
  padding: 10px;
  color: #999999;
}
.warning-main-custom-modal .modal-inner-wrap .modal-content #designs-modal1 .popup-inner .content .description p,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #designs-modal1 .popup-inner .content .description p,
.warning-main-custom-modal .modal-inner-wrap .modal-content #designs-modal-information .popup-inner .content .description p,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #designs-modal-information .popup-inner .content .description p,
.warning-main-custom-modal .modal-inner-wrap .modal-content #newMessage-modal-information .popup-inner .content .description p,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #newMessage-modal-information .popup-inner .content .description p {
  font-size: 16px;
}
.warning-main-custom-modal .modal-inner-wrap .modal-content #designs-modal1 .popup-inner .content .label-text,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #designs-modal1 .popup-inner .content .label-text,
.warning-main-custom-modal .modal-inner-wrap .modal-content #designs-modal-information .popup-inner .content .label-text,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #designs-modal-information .popup-inner .content .label-text,
.warning-main-custom-modal .modal-inner-wrap .modal-content #newMessage-modal-information .popup-inner .content .label-text,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #newMessage-modal-information .popup-inner .content .label-text {
  min-height: 50px;
}
.warning-main-custom-modal .modal-inner-wrap .modal-content #designs-modal1 .popup-inner .content .label-text p,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #designs-modal1 .popup-inner .content .label-text p,
.warning-main-custom-modal .modal-inner-wrap .modal-content #designs-modal-information .popup-inner .content .label-text p,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #designs-modal-information .popup-inner .content .label-text p,
.warning-main-custom-modal .modal-inner-wrap .modal-content #newMessage-modal-information .popup-inner .content .label-text p,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #newMessage-modal-information .popup-inner .content .label-text p {
  font-weight: bold;
  font-size: 18px;
}
.warning-main-custom-modal .modal-inner-wrap .modal-content #designs-modal1 .popup-inner .actions-popup,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #designs-modal1 .popup-inner .actions-popup,
.warning-main-custom-modal .modal-inner-wrap .modal-content #designs-modal-information .popup-inner .actions-popup,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #designs-modal-information .popup-inner .actions-popup,
.warning-main-custom-modal .modal-inner-wrap .modal-content #newMessage-modal-information .popup-inner .actions-popup,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #newMessage-modal-information .popup-inner .actions-popup {
  display: flex;
  justify-content: center;
  padding-bottom: 15px;
}
.warning-main-custom-modal .modal-inner-wrap .modal-content #designs-modal1 .popup-inner .actions-popup .action-btn,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #designs-modal1 .popup-inner .actions-popup .action-btn,
.warning-main-custom-modal .modal-inner-wrap .modal-content #designs-modal-information .popup-inner .actions-popup .action-btn,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #designs-modal-information .popup-inner .actions-popup .action-btn,
.warning-main-custom-modal .modal-inner-wrap .modal-content #newMessage-modal-information .popup-inner .actions-popup .action-btn,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #newMessage-modal-information .popup-inner .actions-popup .action-btn {
  text-align: center;
  color: #ffffff;
  border: none;
  cursor: pointer;
  border-radius: 8px;
  font-size: 14px;
  min-width: 120px;
  padding: 5px 15px;
  text-transform: uppercase;
  height: auto;
}
.warning-main-custom-modal .modal-inner-wrap .modal-content #designs-modal1 .popup-inner .actions-popup .action-btn.btn-secondary,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #designs-modal1 .popup-inner .actions-popup .action-btn.btn-secondary,
.warning-main-custom-modal .modal-inner-wrap .modal-content #designs-modal-information .popup-inner .actions-popup .action-btn.btn-secondary,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #designs-modal-information .popup-inner .actions-popup .action-btn.btn-secondary,
.warning-main-custom-modal .modal-inner-wrap .modal-content #newMessage-modal-information .popup-inner .actions-popup .action-btn.btn-secondary,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #newMessage-modal-information .popup-inner .actions-popup .action-btn.btn-secondary {
  background-color: #999999;
  border-color: #999999;
}
.warning-main-custom-modal .modal-inner-wrap .modal-content #designs-modal1 .popup-inner .actions-popup .action-btn#confirmationbutton-link,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #designs-modal1 .popup-inner .actions-popup .action-btn#confirmationbutton-link,
.warning-main-custom-modal .modal-inner-wrap .modal-content #designs-modal-information .popup-inner .actions-popup .action-btn#confirmationbutton-link,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #designs-modal-information .popup-inner .actions-popup .action-btn#confirmationbutton-link,
.warning-main-custom-modal .modal-inner-wrap .modal-content #newMessage-modal-information .popup-inner .actions-popup .action-btn#confirmationbutton-link,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #newMessage-modal-information .popup-inner .actions-popup .action-btn#confirmationbutton-link,
.warning-main-custom-modal .modal-inner-wrap .modal-content #designs-modal1 .popup-inner .actions-popup .action-btn#confirmationbutton,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #designs-modal1 .popup-inner .actions-popup .action-btn#confirmationbutton,
.warning-main-custom-modal .modal-inner-wrap .modal-content #designs-modal-information .popup-inner .actions-popup .action-btn#confirmationbutton,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #designs-modal-information .popup-inner .actions-popup .action-btn#confirmationbutton,
.warning-main-custom-modal .modal-inner-wrap .modal-content #newMessage-modal-information .popup-inner .actions-popup .action-btn#confirmationbutton,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #newMessage-modal-information .popup-inner .actions-popup .action-btn#confirmationbutton {
  font-weight: bold;
  background-color: #9cbed0;
  border-color: #9cbed0;
}
.warning-main-custom-modal .modal-inner-wrap .modal-content #legacy-design-details-popup .popup-inner,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #legacy-design-details-popup .popup-inner {
  background: #f0ece5;
  border: none;
}
.warning-main-custom-modal .modal-inner-wrap .modal-content #legacy-design-details-popup .popup-inner .popup-title,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #legacy-design-details-popup .popup-inner .popup-title {
  font-weight: bold;
  text-transform: uppercase;
  background-color: #ffffff;
  border-radius: 15px 15px 0 0;
  font-size: 22px;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  color: #999999;
}
.warning-main-custom-modal .modal-inner-wrap .modal-content #legacy-design-details-popup .popup-inner .popup-title img,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #legacy-design-details-popup .popup-inner .popup-title img {
  display: none;
}
.warning-main-custom-modal .modal-inner-wrap .modal-content #legacy-design-details-popup .popup-inner .content,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #legacy-design-details-popup .popup-inner .content {
  padding: 10px;
  color: #999999;
}
.warning-main-custom-modal .modal-inner-wrap .modal-content #legacy-design-details-popup .popup-inner .content .label-text,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #legacy-design-details-popup .popup-inner .content .label-text {
  min-height: 50px;
}
.warning-main-custom-modal .modal-inner-wrap .modal-content #legacy-design-details-popup .popup-inner .content .label-text p,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #legacy-design-details-popup .popup-inner .content .label-text p {
  font-weight: normal;
  font-size: 18px;
}
.warning-main-custom-modal .modal-inner-wrap .modal-content #legacy-design-details-popup .popup-inner .actions-popup,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #legacy-design-details-popup .popup-inner .actions-popup {
  display: flex;
  justify-content: center;
  padding-bottom: 15px;
}
.warning-main-custom-modal .modal-inner-wrap .modal-content #legacy-design-details-popup .popup-inner .actions-popup .action-btn,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #legacy-design-details-popup .popup-inner .actions-popup .action-btn {
  text-align: center;
  color: #ffffff;
  border: none;
  cursor: pointer;
  border-radius: 8px;
  font-size: 14px;
  min-width: 120px;
  padding: 10px 15px;
  text-transform: uppercase;
  height: auto;
}
.warning-main-custom-modal .modal-inner-wrap .modal-content #legacy-design-details-popup .popup-inner .actions-popup .action-btn.btn-secondary,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #legacy-design-details-popup .popup-inner .actions-popup .action-btn.btn-secondary {
  background-color: #999999;
  border-color: #999999;
}
.warning-main-custom-modal .modal-inner-wrap .modal-content p,
.warning-edit-custom-modal .modal-inner-wrap .modal-content p {
  margin: 0 0 15px;
}
body:not(.cms-index-index) .page-main {
  margin-top: 30px;
  max-width: 1310px;
}
@media only screen and (max-width: 767px) {
  body:not(.cms-index-index) .page-main {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .form.search.advanced .fields.range .field.with-addon .control {
    padding-right: 0 !important;
  }
  .modal-popup.confirm .modal-inner-wrap {
    width: 100% !important;
  }
  .form-cart .cart.actions a.action,
  .form-cart .cart.actions button.action {
    margin-bottom: 10px;
  }
}
.designer-index-index .page-products .products-grid.template-list-wrapper .product-item {
  float: left;
}
@media only screen and (max-width: 1023px) {
  .designer-index-index .page-products .products-grid.template-list-wrapper .product-item {
    margin-bottom: 20px;
  }
}
.products-grid .owl-carousel.products .product-image-wrapper .product-image-photo {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
}
.catalog-product_compare-index .product-item-actions .actions-primary + .actions-secondary {
  margin-bottom: 10px;
  vertical-align: top;
}
.blog-post-view .products-grid .product-item .product-item-details {
  text-align: center;
}
.view-all .action.primary,
.view-all .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.view-all .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.view-all .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.view-all .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary {
  min-width: 200px;
}
/*Customer Order page css*/
.design-list::-webkit-scrollbar {
  width: 10px;
}
.design-list::-webkit-scrollbar-track {
  background: #999999;
}
.design-list::-webkit-scrollbar-thumb {
  background: #9cbed0;
}
/*About Us Page*/
@media (max-width: 767px) {
  .cms-about-us .page-main {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cms-about-us .about-us-content {
    text-align: center;
  }
}
.cms-about-us .about-us-content .about-us-title {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: -0.96px;
  text-align: center;
  margin: 40px 0 100px;
}
@media (max-width: 767px) {
  .cms-about-us .about-us-content .about-us-title {
    font-size: 22px;
    margin: 20px 0;
  }
}
.cms-about-us .about-us-content .about-us-content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cms-about-us .about-us-content .about-us-content-wrapper {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .cms-about-us .about-us-content .about-us-content-wrapper .pagebuilder-column:first-child {
    padding-right: 30px;
  }
  .cms-about-us .about-us-content .about-us-content-wrapper .pagebuilder-column:last-child {
    padding-left: 30px;
  }
}
.cms-about-us .about-us-content .about-us-content-wrapper .image-box {
  justify-content: center;
}
@media (max-width: 767px) {
  .cms-about-us .about-us-content .about-us-content-wrapper .image-box {
    order: 1;
  }
}
@media (max-width: 767px) {
  .cms-about-us .about-us-content .about-us-content-wrapper .content-box {
    order: 2;
    padding: 0 30px;
  }
}
.cms-about-us .about-us-content .about-us-content-wrapper .content-box h4 {
  font-size: 25px;
  font-weight: 600;
  letter-spacing: -0.5px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .cms-about-us .about-us-content .about-us-content-wrapper .content-box h4 {
    font-size: 22px;
  }
}
.cms-about-us .about-us-content .about-us-content-wrapper .content-box p {
  font-size: 21px;
  letter-spacing: -0.42px;
  color: #6e6f72;
}
@media (max-width: 767px) {
  .cms-about-us .about-us-content .about-us-content-wrapper .content-box p {
    font-size: 14px;
  }
}
.cms-about-us .about-us-content .about-us-content-wrapper .content-box p span {
  font-weight: 500;
}
.cms-about-us .about-us-content .btn-area {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cms-about-us .about-us-content .btn-area {
    margin-bottom: 50px;
  }
}
.cms-about-us .blue-section-full .title {
  font-family: "Didot";
  text-transform: unset;
  font-size: 54px;
}
.cms-about-us .blue-section-full .title em {
  font-weight: 500;
}
@media (max-width: 767px) {
  .cms-about-us .blue-section-full .title {
    font-size: 28px;
  }
}
.cms-about-us .blue-section-full p {
  font-size: 18px;
}
@media (max-width: 767px) {
  .cms-about-us .blue-section-full p {
    font-size: 14px;
  }
}
#brandMD-products,
#Labels,
#design-list,
.marketing-product,
.marketing-list {
  position: relative;
  width: 100%;
}
#brandMD-products .container-fluid,
#Labels .container-fluid,
#design-list .container-fluid,
.marketing-product .container-fluid,
.marketing-list .container-fluid {
  padding: 0;
}
#brandMD-products .info.empty,
#Labels .info.empty,
#design-list .info.empty,
.marketing-product .info.empty,
.marketing-list .info.empty {
  text-align: right;
  position: relative;
  right: 100px;
  margin-top: 10px;
}
#brandMD-products .info.empty span,
#Labels .info.empty span,
#design-list .info.empty span,
.marketing-product .info.empty span,
.marketing-list .info.empty span {
  display: inline-block;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  margin: 0 30px;
  position: relative;
  top: 12px;
  text-align: center;
}
#brandMD-products .info.empty img,
#Labels .info.empty img,
#design-list .info.empty img,
.marketing-product .info.empty img,
.marketing-list .info.empty img {
  width: 120px;
}
#brandMD-products .info.empty.designs-status-missing,
#Labels .info.empty.designs-status-missing,
#design-list .info.empty.designs-status-missing,
.marketing-product .info.empty.designs-status-missing,
.marketing-list .info.empty.designs-status-missing {
  right: 0;
  background: #9cbed0;
  color: #ffffff;
  text-align: center;
  font-family: "Gotham";
  border-radius: 10px;
}
#brandMD-products .info.empty.designs-status-missing span,
#Labels .info.empty.designs-status-missing span,
#design-list .info.empty.designs-status-missing span,
.marketing-product .info.empty.designs-status-missing span,
.marketing-list .info.empty.designs-status-missing span {
  top: 0;
  font-weight: 100;
  text-transform: uppercase;
}
#brandMD-products .info.empty.designs-status-missing span:before,
#Labels .info.empty.designs-status-missing span:before,
#design-list .info.empty.designs-status-missing span:before,
.marketing-product .info.empty.designs-status-missing span:before,
.marketing-list .info.empty.designs-status-missing span:before {
  content: "";
}
#brandMD-products .design-list,
#Labels .design-list,
#design-list .design-list,
.marketing-product .design-list,
.marketing-list .design-list {
  margin-top: 30px;
}
#brandMD-products .design-list .designlist-grid .item,
#Labels .design-list .designlist-grid .item,
#design-list .design-list .designlist-grid .item,
.marketing-product .design-list .designlist-grid .item,
.marketing-list .design-list .designlist-grid .item,
.theme-pearl[class*="store-view-"].educationcenter-index-index .education-center-list .webinar-product-list .grid .template-item {
  list-style: none;
  margin-bottom: 30px;
}
@media (max-width: 640px) {
  #brandMD-products .design-list .designlist-grid .item,
  #Labels .design-list .designlist-grid .item,
  #design-list .design-list .designlist-grid .item,
  .marketing-product .design-list .designlist-grid .item,
  .marketing-list .design-list .designlist-grid .item,
  .theme-pearl[class*="store-view-"].educationcenter-index-index .education-center-list .webinar-product-list .grid .template-item {
    padding: 0 10px;
  }
}
#brandMD-products .design-list .designlist-grid .item .inner-box,
#Labels .design-list .designlist-grid .item .inner-box,
#design-list .design-list .designlist-grid .item .inner-box,
.marketing-product .design-list .designlist-grid .item .inner-box,
.marketing-list .design-list .designlist-grid .item .inner-box {
  position: relative;
}
#brandMD-products .design-list .designlist-grid .item .inner-box .product-detail,
#Labels .design-list .designlist-grid .item .inner-box .product-detail,
#design-list .design-list .designlist-grid .item .inner-box .product-detail,
.marketing-product .design-list .designlist-grid .item .inner-box .product-detail,
.marketing-list .design-list .designlist-grid .item .inner-box .product-detail,
#brandMD-products .design-list .designlist-grid .item .inner-box .labels-detail,
#Labels .design-list .designlist-grid .item .inner-box .labels-detail,
#design-list .design-list .designlist-grid .item .inner-box .labels-detail,
.marketing-product .design-list .designlist-grid .item .inner-box .labels-detail,
.marketing-list .design-list .designlist-grid .item .inner-box .labels-detail,
#brandMD-products .design-list .designlist-grid .item .inner-box .material-detail,
#Labels .design-list .designlist-grid .item .inner-box .material-detail,
#design-list .design-list .designlist-grid .item .inner-box .material-detail,
.marketing-product .design-list .designlist-grid .item .inner-box .material-detail,
.marketing-list .design-list .designlist-grid .item .inner-box .material-detail,
.theme-pearl[class*="store-view-"].educationcenter-index-index .education-center-list .webinar-product-list .grid .template-item .inner-box .product-detail {
  font-family: "Gotham";
  text-align: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
#brandMD-products .design-list .designlist-grid .item .inner-box .product-detail .product-name,
#Labels .design-list .designlist-grid .item .inner-box .product-detail .product-name,
#design-list .design-list .designlist-grid .item .inner-box .product-detail .product-name,
.marketing-product .design-list .designlist-grid .item .inner-box .product-detail .product-name,
.marketing-list .design-list .designlist-grid .item .inner-box .product-detail .product-name,
#brandMD-products .design-list .designlist-grid .item .inner-box .labels-detail .product-name,
#Labels .design-list .designlist-grid .item .inner-box .labels-detail .product-name,
#design-list .design-list .designlist-grid .item .inner-box .labels-detail .product-name,
.marketing-product .design-list .designlist-grid .item .inner-box .labels-detail .product-name,
.marketing-list .design-list .designlist-grid .item .inner-box .labels-detail .product-name,
#brandMD-products .design-list .designlist-grid .item .inner-box .material-detail .product-name,
#Labels .design-list .designlist-grid .item .inner-box .material-detail .product-name,
#design-list .design-list .designlist-grid .item .inner-box .material-detail .product-name,
.marketing-product .design-list .designlist-grid .item .inner-box .material-detail .product-name,
.marketing-list .design-list .designlist-grid .item .inner-box .material-detail .product-name,
#brandMD-products .design-list .designlist-grid .item .inner-box .product-detail .label-name,
#Labels .design-list .designlist-grid .item .inner-box .product-detail .label-name,
#design-list .design-list .designlist-grid .item .inner-box .product-detail .label-name,
.marketing-product .design-list .designlist-grid .item .inner-box .product-detail .label-name,
.marketing-list .design-list .designlist-grid .item .inner-box .product-detail .label-name,
#brandMD-products .design-list .designlist-grid .item .inner-box .labels-detail .label-name,
#Labels .design-list .designlist-grid .item .inner-box .labels-detail .label-name,
#design-list .design-list .designlist-grid .item .inner-box .labels-detail .label-name,
.marketing-product .design-list .designlist-grid .item .inner-box .labels-detail .label-name,
.marketing-list .design-list .designlist-grid .item .inner-box .labels-detail .label-name,
#brandMD-products .design-list .designlist-grid .item .inner-box .material-detail .label-name,
#Labels .design-list .designlist-grid .item .inner-box .material-detail .label-name,
#design-list .design-list .designlist-grid .item .inner-box .material-detail .label-name,
.marketing-product .design-list .designlist-grid .item .inner-box .material-detail .label-name,
.marketing-list .design-list .designlist-grid .item .inner-box .material-detail .label-name,
#brandMD-products .design-list .designlist-grid .item .inner-box .product-detail .material-name,
#Labels .design-list .designlist-grid .item .inner-box .product-detail .material-name,
#design-list .design-list .designlist-grid .item .inner-box .product-detail .material-name,
.marketing-product .design-list .designlist-grid .item .inner-box .product-detail .material-name,
.marketing-list .design-list .designlist-grid .item .inner-box .product-detail .material-name,
#brandMD-products .design-list .designlist-grid .item .inner-box .labels-detail .material-name,
#Labels .design-list .designlist-grid .item .inner-box .labels-detail .material-name,
#design-list .design-list .designlist-grid .item .inner-box .labels-detail .material-name,
.marketing-product .design-list .designlist-grid .item .inner-box .labels-detail .material-name,
.marketing-list .design-list .designlist-grid .item .inner-box .labels-detail .material-name,
#brandMD-products .design-list .designlist-grid .item .inner-box .material-detail .material-name,
#Labels .design-list .designlist-grid .item .inner-box .material-detail .material-name,
#design-list .design-list .designlist-grid .item .inner-box .material-detail .material-name,
.marketing-product .design-list .designlist-grid .item .inner-box .material-detail .material-name,
.marketing-list .design-list .designlist-grid .item .inner-box .material-detail .material-name,
.theme-pearl[class*="store-view-"].educationcenter-index-index .education-center-list .webinar-product-list .grid .template-item .inner-box .product-detail .product-name {
  color: #000000;
  font-size: 22px;
  margin: 5px 0;
  text-transform: capitalize;
  font-weight: 300;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  flex: 1 1 100%;
}
#brandMD-products .design-list .designlist-grid .item .inner-box .product-detail .product-name .sku,
#Labels .design-list .designlist-grid .item .inner-box .product-detail .product-name .sku,
#design-list .design-list .designlist-grid .item .inner-box .product-detail .product-name .sku,
.marketing-product .design-list .designlist-grid .item .inner-box .product-detail .product-name .sku,
.marketing-list .design-list .designlist-grid .item .inner-box .product-detail .product-name .sku,
#brandMD-products .design-list .designlist-grid .item .inner-box .labels-detail .product-name .sku,
#Labels .design-list .designlist-grid .item .inner-box .labels-detail .product-name .sku,
#design-list .design-list .designlist-grid .item .inner-box .labels-detail .product-name .sku,
.marketing-product .design-list .designlist-grid .item .inner-box .labels-detail .product-name .sku,
.marketing-list .design-list .designlist-grid .item .inner-box .labels-detail .product-name .sku,
#brandMD-products .design-list .designlist-grid .item .inner-box .material-detail .product-name .sku,
#Labels .design-list .designlist-grid .item .inner-box .material-detail .product-name .sku,
#design-list .design-list .designlist-grid .item .inner-box .material-detail .product-name .sku,
.marketing-product .design-list .designlist-grid .item .inner-box .material-detail .product-name .sku,
.marketing-list .design-list .designlist-grid .item .inner-box .material-detail .product-name .sku,
#brandMD-products .design-list .designlist-grid .item .inner-box .product-detail .label-name .sku,
#Labels .design-list .designlist-grid .item .inner-box .product-detail .label-name .sku,
#design-list .design-list .designlist-grid .item .inner-box .product-detail .label-name .sku,
.marketing-product .design-list .designlist-grid .item .inner-box .product-detail .label-name .sku,
.marketing-list .design-list .designlist-grid .item .inner-box .product-detail .label-name .sku,
#brandMD-products .design-list .designlist-grid .item .inner-box .labels-detail .label-name .sku,
#Labels .design-list .designlist-grid .item .inner-box .labels-detail .label-name .sku,
#design-list .design-list .designlist-grid .item .inner-box .labels-detail .label-name .sku,
.marketing-product .design-list .designlist-grid .item .inner-box .labels-detail .label-name .sku,
.marketing-list .design-list .designlist-grid .item .inner-box .labels-detail .label-name .sku,
#brandMD-products .design-list .designlist-grid .item .inner-box .material-detail .label-name .sku,
#Labels .design-list .designlist-grid .item .inner-box .material-detail .label-name .sku,
#design-list .design-list .designlist-grid .item .inner-box .material-detail .label-name .sku,
.marketing-product .design-list .designlist-grid .item .inner-box .material-detail .label-name .sku,
.marketing-list .design-list .designlist-grid .item .inner-box .material-detail .label-name .sku,
#brandMD-products .design-list .designlist-grid .item .inner-box .product-detail .material-name .sku,
#Labels .design-list .designlist-grid .item .inner-box .product-detail .material-name .sku,
#design-list .design-list .designlist-grid .item .inner-box .product-detail .material-name .sku,
.marketing-product .design-list .designlist-grid .item .inner-box .product-detail .material-name .sku,
.marketing-list .design-list .designlist-grid .item .inner-box .product-detail .material-name .sku,
#brandMD-products .design-list .designlist-grid .item .inner-box .labels-detail .material-name .sku,
#Labels .design-list .designlist-grid .item .inner-box .labels-detail .material-name .sku,
#design-list .design-list .designlist-grid .item .inner-box .labels-detail .material-name .sku,
.marketing-product .design-list .designlist-grid .item .inner-box .labels-detail .material-name .sku,
.marketing-list .design-list .designlist-grid .item .inner-box .labels-detail .material-name .sku,
#brandMD-products .design-list .designlist-grid .item .inner-box .material-detail .material-name .sku,
#Labels .design-list .designlist-grid .item .inner-box .material-detail .material-name .sku,
#design-list .design-list .designlist-grid .item .inner-box .material-detail .material-name .sku,
.marketing-product .design-list .designlist-grid .item .inner-box .material-detail .material-name .sku,
.marketing-list .design-list .designlist-grid .item .inner-box .material-detail .material-name .sku {
  font-size: 16px;
  vertical-align: baseline;
}
@media (max-width: 640px) {
  #brandMD-products .design-list .designlist-grid .item .inner-box .product-detail .product-name,
  #Labels .design-list .designlist-grid .item .inner-box .product-detail .product-name,
  #design-list .design-list .designlist-grid .item .inner-box .product-detail .product-name,
  .marketing-product .design-list .designlist-grid .item .inner-box .product-detail .product-name,
  .marketing-list .design-list .designlist-grid .item .inner-box .product-detail .product-name,
  #brandMD-products .design-list .designlist-grid .item .inner-box .labels-detail .product-name,
  #Labels .design-list .designlist-grid .item .inner-box .labels-detail .product-name,
  #design-list .design-list .designlist-grid .item .inner-box .labels-detail .product-name,
  .marketing-product .design-list .designlist-grid .item .inner-box .labels-detail .product-name,
  .marketing-list .design-list .designlist-grid .item .inner-box .labels-detail .product-name,
  #brandMD-products .design-list .designlist-grid .item .inner-box .material-detail .product-name,
  #Labels .design-list .designlist-grid .item .inner-box .material-detail .product-name,
  #design-list .design-list .designlist-grid .item .inner-box .material-detail .product-name,
  .marketing-product .design-list .designlist-grid .item .inner-box .material-detail .product-name,
  .marketing-list .design-list .designlist-grid .item .inner-box .material-detail .product-name,
  #brandMD-products .design-list .designlist-grid .item .inner-box .product-detail .label-name,
  #Labels .design-list .designlist-grid .item .inner-box .product-detail .label-name,
  #design-list .design-list .designlist-grid .item .inner-box .product-detail .label-name,
  .marketing-product .design-list .designlist-grid .item .inner-box .product-detail .label-name,
  .marketing-list .design-list .designlist-grid .item .inner-box .product-detail .label-name,
  #brandMD-products .design-list .designlist-grid .item .inner-box .labels-detail .label-name,
  #Labels .design-list .designlist-grid .item .inner-box .labels-detail .label-name,
  #design-list .design-list .designlist-grid .item .inner-box .labels-detail .label-name,
  .marketing-product .design-list .designlist-grid .item .inner-box .labels-detail .label-name,
  .marketing-list .design-list .designlist-grid .item .inner-box .labels-detail .label-name,
  #brandMD-products .design-list .designlist-grid .item .inner-box .material-detail .label-name,
  #Labels .design-list .designlist-grid .item .inner-box .material-detail .label-name,
  #design-list .design-list .designlist-grid .item .inner-box .material-detail .label-name,
  .marketing-product .design-list .designlist-grid .item .inner-box .material-detail .label-name,
  .marketing-list .design-list .designlist-grid .item .inner-box .material-detail .label-name,
  #brandMD-products .design-list .designlist-grid .item .inner-box .product-detail .material-name,
  #Labels .design-list .designlist-grid .item .inner-box .product-detail .material-name,
  #design-list .design-list .designlist-grid .item .inner-box .product-detail .material-name,
  .marketing-product .design-list .designlist-grid .item .inner-box .product-detail .material-name,
  .marketing-list .design-list .designlist-grid .item .inner-box .product-detail .material-name,
  #brandMD-products .design-list .designlist-grid .item .inner-box .labels-detail .material-name,
  #Labels .design-list .designlist-grid .item .inner-box .labels-detail .material-name,
  #design-list .design-list .designlist-grid .item .inner-box .labels-detail .material-name,
  .marketing-product .design-list .designlist-grid .item .inner-box .labels-detail .material-name,
  .marketing-list .design-list .designlist-grid .item .inner-box .labels-detail .material-name,
  #brandMD-products .design-list .designlist-grid .item .inner-box .material-detail .material-name,
  #Labels .design-list .designlist-grid .item .inner-box .material-detail .material-name,
  #design-list .design-list .designlist-grid .item .inner-box .material-detail .material-name,
  .marketing-product .design-list .designlist-grid .item .inner-box .material-detail .material-name,
  .marketing-list .design-list .designlist-grid .item .inner-box .material-detail .material-name,
  .theme-pearl[class*="store-view-"].educationcenter-index-index .education-center-list .webinar-product-list .grid .template-item .inner-box .product-detail .product-name {
    font-size: 14px;
  }
  #brandMD-products .design-list .designlist-grid .item .inner-box .product-detail .product-name .sku,
  #Labels .design-list .designlist-grid .item .inner-box .product-detail .product-name .sku,
  #design-list .design-list .designlist-grid .item .inner-box .product-detail .product-name .sku,
  .marketing-product .design-list .designlist-grid .item .inner-box .product-detail .product-name .sku,
  .marketing-list .design-list .designlist-grid .item .inner-box .product-detail .product-name .sku,
  #brandMD-products .design-list .designlist-grid .item .inner-box .labels-detail .product-name .sku,
  #Labels .design-list .designlist-grid .item .inner-box .labels-detail .product-name .sku,
  #design-list .design-list .designlist-grid .item .inner-box .labels-detail .product-name .sku,
  .marketing-product .design-list .designlist-grid .item .inner-box .labels-detail .product-name .sku,
  .marketing-list .design-list .designlist-grid .item .inner-box .labels-detail .product-name .sku,
  #brandMD-products .design-list .designlist-grid .item .inner-box .material-detail .product-name .sku,
  #Labels .design-list .designlist-grid .item .inner-box .material-detail .product-name .sku,
  #design-list .design-list .designlist-grid .item .inner-box .material-detail .product-name .sku,
  .marketing-product .design-list .designlist-grid .item .inner-box .material-detail .product-name .sku,
  .marketing-list .design-list .designlist-grid .item .inner-box .material-detail .product-name .sku,
  #brandMD-products .design-list .designlist-grid .item .inner-box .product-detail .label-name .sku,
  #Labels .design-list .designlist-grid .item .inner-box .product-detail .label-name .sku,
  #design-list .design-list .designlist-grid .item .inner-box .product-detail .label-name .sku,
  .marketing-product .design-list .designlist-grid .item .inner-box .product-detail .label-name .sku,
  .marketing-list .design-list .designlist-grid .item .inner-box .product-detail .label-name .sku,
  #brandMD-products .design-list .designlist-grid .item .inner-box .labels-detail .label-name .sku,
  #Labels .design-list .designlist-grid .item .inner-box .labels-detail .label-name .sku,
  #design-list .design-list .designlist-grid .item .inner-box .labels-detail .label-name .sku,
  .marketing-product .design-list .designlist-grid .item .inner-box .labels-detail .label-name .sku,
  .marketing-list .design-list .designlist-grid .item .inner-box .labels-detail .label-name .sku,
  #brandMD-products .design-list .designlist-grid .item .inner-box .material-detail .label-name .sku,
  #Labels .design-list .designlist-grid .item .inner-box .material-detail .label-name .sku,
  #design-list .design-list .designlist-grid .item .inner-box .material-detail .label-name .sku,
  .marketing-product .design-list .designlist-grid .item .inner-box .material-detail .label-name .sku,
  .marketing-list .design-list .designlist-grid .item .inner-box .material-detail .label-name .sku,
  #brandMD-products .design-list .designlist-grid .item .inner-box .product-detail .material-name .sku,
  #Labels .design-list .designlist-grid .item .inner-box .product-detail .material-name .sku,
  #design-list .design-list .designlist-grid .item .inner-box .product-detail .material-name .sku,
  .marketing-product .design-list .designlist-grid .item .inner-box .product-detail .material-name .sku,
  .marketing-list .design-list .designlist-grid .item .inner-box .product-detail .material-name .sku,
  #brandMD-products .design-list .designlist-grid .item .inner-box .labels-detail .material-name .sku,
  #Labels .design-list .designlist-grid .item .inner-box .labels-detail .material-name .sku,
  #design-list .design-list .designlist-grid .item .inner-box .labels-detail .material-name .sku,
  .marketing-product .design-list .designlist-grid .item .inner-box .labels-detail .material-name .sku,
  .marketing-list .design-list .designlist-grid .item .inner-box .labels-detail .material-name .sku,
  #brandMD-products .design-list .designlist-grid .item .inner-box .material-detail .material-name .sku,
  #Labels .design-list .designlist-grid .item .inner-box .material-detail .material-name .sku,
  #design-list .design-list .designlist-grid .item .inner-box .material-detail .material-name .sku,
  .marketing-product .design-list .designlist-grid .item .inner-box .material-detail .material-name .sku,
  .marketing-list .design-list .designlist-grid .item .inner-box .material-detail .material-name .sku {
    font-size: 14px;
  }
}
#brandMD-products .design-list .designlist-grid .item .inner-box .product-detail .sort-desc,
#Labels .design-list .designlist-grid .item .inner-box .product-detail .sort-desc,
#design-list .design-list .designlist-grid .item .inner-box .product-detail .sort-desc,
.marketing-product .design-list .designlist-grid .item .inner-box .product-detail .sort-desc,
.marketing-list .design-list .designlist-grid .item .inner-box .product-detail .sort-desc,
#brandMD-products .design-list .designlist-grid .item .inner-box .labels-detail .sort-desc,
#Labels .design-list .designlist-grid .item .inner-box .labels-detail .sort-desc,
#design-list .design-list .designlist-grid .item .inner-box .labels-detail .sort-desc,
.marketing-product .design-list .designlist-grid .item .inner-box .labels-detail .sort-desc,
.marketing-list .design-list .designlist-grid .item .inner-box .labels-detail .sort-desc,
#brandMD-products .design-list .designlist-grid .item .inner-box .material-detail .sort-desc,
#Labels .design-list .designlist-grid .item .inner-box .material-detail .sort-desc,
#design-list .design-list .designlist-grid .item .inner-box .material-detail .sort-desc,
.marketing-product .design-list .designlist-grid .item .inner-box .material-detail .sort-desc,
.marketing-list .design-list .designlist-grid .item .inner-box .material-detail .sort-desc {
  font-size: 16px;
  color: #999999;
  font-weight: 300;
  font-family: "Gotham";
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  width: 100%;
  min-height: 22px;
}
@media (max-width: 640px) {
  #brandMD-products .design-list .designlist-grid .item .inner-box .product-detail .sort-desc,
  #Labels .design-list .designlist-grid .item .inner-box .product-detail .sort-desc,
  #design-list .design-list .designlist-grid .item .inner-box .product-detail .sort-desc,
  .marketing-product .design-list .designlist-grid .item .inner-box .product-detail .sort-desc,
  .marketing-list .design-list .designlist-grid .item .inner-box .product-detail .sort-desc,
  #brandMD-products .design-list .designlist-grid .item .inner-box .labels-detail .sort-desc,
  #Labels .design-list .designlist-grid .item .inner-box .labels-detail .sort-desc,
  #design-list .design-list .designlist-grid .item .inner-box .labels-detail .sort-desc,
  .marketing-product .design-list .designlist-grid .item .inner-box .labels-detail .sort-desc,
  .marketing-list .design-list .designlist-grid .item .inner-box .labels-detail .sort-desc,
  #brandMD-products .design-list .designlist-grid .item .inner-box .material-detail .sort-desc,
  #Labels .design-list .designlist-grid .item .inner-box .material-detail .sort-desc,
  #design-list .design-list .designlist-grid .item .inner-box .material-detail .sort-desc,
  .marketing-product .design-list .designlist-grid .item .inner-box .material-detail .sort-desc,
  .marketing-list .design-list .designlist-grid .item .inner-box .material-detail .sort-desc {
    font-size: 10px;
  }
}
#brandMD-products .design-list .designlist-grid .item .inner-box .product-detail .order-button,
#Labels .design-list .designlist-grid .item .inner-box .product-detail .order-button,
#design-list .design-list .designlist-grid .item .inner-box .product-detail .order-button,
.marketing-product .design-list .designlist-grid .item .inner-box .product-detail .order-button,
.marketing-list .design-list .designlist-grid .item .inner-box .product-detail .order-button,
#brandMD-products .design-list .designlist-grid .item .inner-box .labels-detail .order-button,
#Labels .design-list .designlist-grid .item .inner-box .labels-detail .order-button,
#design-list .design-list .designlist-grid .item .inner-box .labels-detail .order-button,
.marketing-product .design-list .designlist-grid .item .inner-box .labels-detail .order-button,
.marketing-list .design-list .designlist-grid .item .inner-box .labels-detail .order-button,
#brandMD-products .design-list .designlist-grid .item .inner-box .material-detail .order-button,
#Labels .design-list .designlist-grid .item .inner-box .material-detail .order-button,
#design-list .design-list .designlist-grid .item .inner-box .material-detail .order-button,
.marketing-product .design-list .designlist-grid .item .inner-box .material-detail .order-button,
.marketing-list .design-list .designlist-grid .item .inner-box .material-detail .order-button {
  margin-top: 10px;
}
#brandMD-products .design-list .designlist-grid .item .inner-box .product-detail .order-button .view-action,
#Labels .design-list .designlist-grid .item .inner-box .product-detail .order-button .view-action,
#design-list .design-list .designlist-grid .item .inner-box .product-detail .order-button .view-action,
.marketing-product .design-list .designlist-grid .item .inner-box .product-detail .order-button .view-action,
.marketing-list .design-list .designlist-grid .item .inner-box .product-detail .order-button .view-action,
#brandMD-products .design-list .designlist-grid .item .inner-box .labels-detail .order-button .view-action,
#Labels .design-list .designlist-grid .item .inner-box .labels-detail .order-button .view-action,
#design-list .design-list .designlist-grid .item .inner-box .labels-detail .order-button .view-action,
.marketing-product .design-list .designlist-grid .item .inner-box .labels-detail .order-button .view-action,
.marketing-list .design-list .designlist-grid .item .inner-box .labels-detail .order-button .view-action,
#brandMD-products .design-list .designlist-grid .item .inner-box .material-detail .order-button .view-action,
#Labels .design-list .designlist-grid .item .inner-box .material-detail .order-button .view-action,
#design-list .design-list .designlist-grid .item .inner-box .material-detail .order-button .view-action,
.marketing-product .design-list .designlist-grid .item .inner-box .material-detail .order-button .view-action,
.marketing-list .design-list .designlist-grid .item .inner-box .material-detail .order-button .view-action,
.theme-pearl[class*="store-view-"].educationcenter-index-index .education-center-list .webinar-product-list .grid .template-item .inner-box .product-detail .actions-primary a.action.tocart {
  background: #9cbed0;
  border-radius: 5px;
  border: none;
  font-weight: 600;
  font-size: 18px;
  padding: 16px 20px;
  width: 100%;
  letter-spacing: -0.36px;
}
@media (max-width: 640px) {
  #brandMD-products .design-list .designlist-grid .item .inner-box .product-detail .order-button .view-action,
  #Labels .design-list .designlist-grid .item .inner-box .product-detail .order-button .view-action,
  #design-list .design-list .designlist-grid .item .inner-box .product-detail .order-button .view-action,
  .marketing-product .design-list .designlist-grid .item .inner-box .product-detail .order-button .view-action,
  .marketing-list .design-list .designlist-grid .item .inner-box .product-detail .order-button .view-action,
  #brandMD-products .design-list .designlist-grid .item .inner-box .labels-detail .order-button .view-action,
  #Labels .design-list .designlist-grid .item .inner-box .labels-detail .order-button .view-action,
  #design-list .design-list .designlist-grid .item .inner-box .labels-detail .order-button .view-action,
  .marketing-product .design-list .designlist-grid .item .inner-box .labels-detail .order-button .view-action,
  .marketing-list .design-list .designlist-grid .item .inner-box .labels-detail .order-button .view-action,
  #brandMD-products .design-list .designlist-grid .item .inner-box .material-detail .order-button .view-action,
  #Labels .design-list .designlist-grid .item .inner-box .material-detail .order-button .view-action,
  #design-list .design-list .designlist-grid .item .inner-box .material-detail .order-button .view-action,
  .marketing-product .design-list .designlist-grid .item .inner-box .material-detail .order-button .view-action,
  .marketing-list .design-list .designlist-grid .item .inner-box .material-detail .order-button .view-action,
  .theme-pearl[class*="store-view-"].educationcenter-index-index .education-center-list .webinar-product-list .grid .template-item .inner-box .product-detail .actions-primary a.action.tocart {
    font-size: 16px;
  }
}
#brandMD-products .design-list .designlist-grid .item .inner-box .product-detail .order-button .view-action:hover,
#Labels .design-list .designlist-grid .item .inner-box .product-detail .order-button .view-action:hover,
#design-list .design-list .designlist-grid .item .inner-box .product-detail .order-button .view-action:hover,
.marketing-product .design-list .designlist-grid .item .inner-box .product-detail .order-button .view-action:hover,
.marketing-list .design-list .designlist-grid .item .inner-box .product-detail .order-button .view-action:hover,
#brandMD-products .design-list .designlist-grid .item .inner-box .labels-detail .order-button .view-action:hover,
#Labels .design-list .designlist-grid .item .inner-box .labels-detail .order-button .view-action:hover,
#design-list .design-list .designlist-grid .item .inner-box .labels-detail .order-button .view-action:hover,
.marketing-product .design-list .designlist-grid .item .inner-box .labels-detail .order-button .view-action:hover,
.marketing-list .design-list .designlist-grid .item .inner-box .labels-detail .order-button .view-action:hover,
#brandMD-products .design-list .designlist-grid .item .inner-box .material-detail .order-button .view-action:hover,
#Labels .design-list .designlist-grid .item .inner-box .material-detail .order-button .view-action:hover,
#design-list .design-list .designlist-grid .item .inner-box .material-detail .order-button .view-action:hover,
.marketing-product .design-list .designlist-grid .item .inner-box .material-detail .order-button .view-action:hover,
.marketing-list .design-list .designlist-grid .item .inner-box .material-detail .order-button .view-action:hover,
#brandMD-products .design-list .designlist-grid .item .inner-box .product-detail .order-button .view-action:active,
#Labels .design-list .designlist-grid .item .inner-box .product-detail .order-button .view-action:active,
#design-list .design-list .designlist-grid .item .inner-box .product-detail .order-button .view-action:active,
.marketing-product .design-list .designlist-grid .item .inner-box .product-detail .order-button .view-action:active,
.marketing-list .design-list .designlist-grid .item .inner-box .product-detail .order-button .view-action:active,
#brandMD-products .design-list .designlist-grid .item .inner-box .labels-detail .order-button .view-action:active,
#Labels .design-list .designlist-grid .item .inner-box .labels-detail .order-button .view-action:active,
#design-list .design-list .designlist-grid .item .inner-box .labels-detail .order-button .view-action:active,
.marketing-product .design-list .designlist-grid .item .inner-box .labels-detail .order-button .view-action:active,
.marketing-list .design-list .designlist-grid .item .inner-box .labels-detail .order-button .view-action:active,
#brandMD-products .design-list .designlist-grid .item .inner-box .material-detail .order-button .view-action:active,
#Labels .design-list .designlist-grid .item .inner-box .material-detail .order-button .view-action:active,
#design-list .design-list .designlist-grid .item .inner-box .material-detail .order-button .view-action:active,
.marketing-product .design-list .designlist-grid .item .inner-box .material-detail .order-button .view-action:active,
.marketing-list .design-list .designlist-grid .item .inner-box .material-detail .order-button .view-action:active,
#brandMD-products .design-list .designlist-grid .item .inner-box .product-detail .order-button .view-action:focus,
#Labels .design-list .designlist-grid .item .inner-box .product-detail .order-button .view-action:focus,
#design-list .design-list .designlist-grid .item .inner-box .product-detail .order-button .view-action:focus,
.marketing-product .design-list .designlist-grid .item .inner-box .product-detail .order-button .view-action:focus,
.marketing-list .design-list .designlist-grid .item .inner-box .product-detail .order-button .view-action:focus,
#brandMD-products .design-list .designlist-grid .item .inner-box .labels-detail .order-button .view-action:focus,
#Labels .design-list .designlist-grid .item .inner-box .labels-detail .order-button .view-action:focus,
#design-list .design-list .designlist-grid .item .inner-box .labels-detail .order-button .view-action:focus,
.marketing-product .design-list .designlist-grid .item .inner-box .labels-detail .order-button .view-action:focus,
.marketing-list .design-list .designlist-grid .item .inner-box .labels-detail .order-button .view-action:focus,
#brandMD-products .design-list .designlist-grid .item .inner-box .material-detail .order-button .view-action:focus,
#Labels .design-list .designlist-grid .item .inner-box .material-detail .order-button .view-action:focus,
#design-list .design-list .designlist-grid .item .inner-box .material-detail .order-button .view-action:focus,
.marketing-product .design-list .designlist-grid .item .inner-box .material-detail .order-button .view-action:focus,
.marketing-list .design-list .designlist-grid .item .inner-box .material-detail .order-button .view-action:focus {
  background: #9cbed0;
  border: none;
}
#brandMD-products .design-list .designlist-grid .item .inner-box .product-detail .order-button .view-action span,
#Labels .design-list .designlist-grid .item .inner-box .product-detail .order-button .view-action span,
#design-list .design-list .designlist-grid .item .inner-box .product-detail .order-button .view-action span,
.marketing-product .design-list .designlist-grid .item .inner-box .product-detail .order-button .view-action span,
.marketing-list .design-list .designlist-grid .item .inner-box .product-detail .order-button .view-action span,
#brandMD-products .design-list .designlist-grid .item .inner-box .labels-detail .order-button .view-action span,
#Labels .design-list .designlist-grid .item .inner-box .labels-detail .order-button .view-action span,
#design-list .design-list .designlist-grid .item .inner-box .labels-detail .order-button .view-action span,
.marketing-product .design-list .designlist-grid .item .inner-box .labels-detail .order-button .view-action span,
.marketing-list .design-list .designlist-grid .item .inner-box .labels-detail .order-button .view-action span,
#brandMD-products .design-list .designlist-grid .item .inner-box .material-detail .order-button .view-action span,
#Labels .design-list .designlist-grid .item .inner-box .material-detail .order-button .view-action span,
#design-list .design-list .designlist-grid .item .inner-box .material-detail .order-button .view-action span,
.marketing-product .design-list .designlist-grid .item .inner-box .material-detail .order-button .view-action span,
.marketing-list .design-list .designlist-grid .item .inner-box .material-detail .order-button .view-action span {
  font-weight: 600;
}
#brandMD-products .design-list .designlist-grid .item .inner-box .img-btn,
#Labels .design-list .designlist-grid .item .inner-box .img-btn,
#design-list .design-list .designlist-grid .item .inner-box .img-btn,
.marketing-product .design-list .designlist-grid .item .inner-box .img-btn,
.marketing-list .design-list .designlist-grid .item .inner-box .img-btn,
.theme-pearl[class*="store-view-"].educationcenter-index-index .education-center-list .webinar-product-list .grid .template-item .inner-box .img-btn {
  border: none;
  background: #f0ece5;
  border-radius: 30px;
  padding: 0;
  overflow: hidden;
  min-height: 170px;
  margin-bottom: 20px;
}
#brandMD-products .design-list .designlist-grid .item .inner-box .img-btn .image-box,
#Labels .design-list .designlist-grid .item .inner-box .img-btn .image-box,
#design-list .design-list .designlist-grid .item .inner-box .img-btn .image-box,
.marketing-product .design-list .designlist-grid .item .inner-box .img-btn .image-box,
.marketing-list .design-list .designlist-grid .item .inner-box .img-btn .image-box,
.theme-pearl[class*="store-view-"].educationcenter-index-index .education-center-list .webinar-product-list .grid .template-item .inner-box .img-btn .image-box {
  min-height: 330px;
  max-height: 330px;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 640px) {
  #brandMD-products .design-list .designlist-grid .item .inner-box .img-btn .image-box,
  #Labels .design-list .designlist-grid .item .inner-box .img-btn .image-box,
  #design-list .design-list .designlist-grid .item .inner-box .img-btn .image-box,
  .marketing-product .design-list .designlist-grid .item .inner-box .img-btn .image-box,
  .marketing-list .design-list .designlist-grid .item .inner-box .img-btn .image-box,
  .theme-pearl[class*="store-view-"].educationcenter-index-index .education-center-list .webinar-product-list .grid .template-item .inner-box .img-btn .image-box {
    min-height: 200px;
    max-height: 200px;
  }
}
#brandMD-products .design-list .designlist-grid .item .inner-box .img-btn .image-box img,
#Labels .design-list .designlist-grid .item .inner-box .img-btn .image-box img,
#design-list .design-list .designlist-grid .item .inner-box .img-btn .image-box img,
.marketing-product .design-list .designlist-grid .item .inner-box .img-btn .image-box img,
.marketing-list .design-list .designlist-grid .item .inner-box .img-btn .image-box img,
.theme-pearl[class*="store-view-"].educationcenter-index-index .education-center-list .webinar-product-list .grid .template-item .inner-box .img-btn .image-box img {
  max-height: calc(100% - 30px);
  height: auto;
  width: auto;
  max-width: calc(100% - 30px);
  position: absolute;
  margin: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#design-loader {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
}
#design-loader .loader {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%);
}
.customer-design-index .tabcontent .custom-radio-buttons {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
  position: relative;
}
@media (max-width: 640px) {
  .customer-design-index .tabcontent .custom-radio-buttons {
    flex-flow: row wrap;
    justify-content: center;
    max-width: 200px;
    margin: 0 auto;
  }
}
.customer-design-index .tabcontent .custom-radio-buttons .block-search .form {
  position: relative;
}
@media (max-width: 640px) {
  .customer-design-index .tabcontent .custom-radio-buttons .block-search .form .control {
    border-top: none;
  }
}
.customer-design-index .tabcontent .custom-radio-buttons .block-search .form .actions {
  position: absolute;
  left: 6px;
  top: 0;
}
.customer-design-index .tabcontent .custom-radio-buttons .block-search .form .actions button.search {
  position: static;
}
.customer-design-index .tabcontent .custom-radio-buttons .block-search .form .actions button.search:before {
  font-size: 20px;
  color: #000000;
}
.customer-design-index .tabcontent .custom-radio-buttons .label-status-wrapper .dropbtn {
  padding: 6px 40px 5px 25px;
  background: transparent;
  color: #000000;
  border-radius: 8px;
  font-family: "Gotham";
  font-size: 17px;
  font-weight: 300;
  border: 2px solid #999999;
  text-transform: uppercase;
  min-width: 170px;
  line-height: 1;
}
@media (max-width: 640px) {
  .customer-design-index .tabcontent .custom-radio-buttons .label-status-wrapper .dropbtn {
    min-width: 200px;
  }
}
.customer-design-index .tabcontent .custom-radio-buttons .label-status-wrapper .dropbtn:after {
  content: "\e622";
  font-family: "luma-icons";
  font-size: 14px;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 15px;
}
@media (max-width: 640px) {
  .customer-design-index .tabcontent .custom-radio-buttons .create-label-wrapper {
    margin-top: 15px;
  }
}
.customer-design-index .tabcontent .custom-radio-buttons .create-label-wrapper .dropbtn {
  padding: 8px 40px;
  background: #000000;
  color: #ffffff;
  border-radius: 8px;
  font-family: "Gotham";
  font-size: 17px;
  font-weight: 500;
  border: none;
  text-transform: uppercase;
}
.customer-design-index .tabcontent .custom-radio-buttons .dropdown .dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #f3f0e9;
  border-radius: 15px;
  padding: 15px 7px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
  z-index: 1;
  font-family: "Gotham";
}
.customer-design-index .tabcontent .custom-radio-buttons .dropdown .dropdown-content a {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 300;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
}
.customer-design-index .tabcontent .custom-radio-buttons .dropdown .dropdown-content a:hover {
  background: #9cbed0;
  color: #ffffff;
  border-radius: 10px;
}
.customer-design-index .tabcontent.marketing_tab_bg .custom-radio-buttons .create-label-wrapper {
  /*position: absolute;
                    right: 0;*/
}
.customer-design-index #Labels .container-fluid,
.customer-design-index .marketing-list .container-fluid {
  padding: 0;
}
.customer-design-index #Labels .item .inner-box .labels-detail .label-sku,
.customer-design-index .marketing-list .item .inner-box .labels-detail .label-sku,
.customer-design-index #Labels .item .inner-box .material-detail .label-sku,
.customer-design-index .marketing-list .item .inner-box .material-detail .label-sku {
  font-size: 20px;
  margin-right: 5px;
  color: #999999;
  width: 62px;
  overflow: hidden;
  display: inline-block;
  height: 22px;
  line-height: 1;
  font-weight: 300;
}
@media (max-width: 640px) {
  .customer-design-index #Labels .item .inner-box .labels-detail .label-sku,
  .customer-design-index .marketing-list .item .inner-box .labels-detail .label-sku,
  .customer-design-index #Labels .item .inner-box .material-detail .label-sku,
  .customer-design-index .marketing-list .item .inner-box .material-detail .label-sku {
    font-size: 14px;
  }
}
.customer-design-index #Labels .item .inner-box .labels-detail .status,
.customer-design-index .marketing-list .item .inner-box .labels-detail .status,
.customer-design-index #Labels .item .inner-box .material-detail .status,
.customer-design-index .marketing-list .item .inner-box .material-detail .status {
  color: #ffffff;
  padding: 0 10px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  font-family: "Gotham";
  line-height: 22px;
  border-radius: 8px;
}
.customer-design-index #Labels .item .inner-box .labels-detail .status.pending,
.customer-design-index .marketing-list .item .inner-box .labels-detail .status.pending,
.customer-design-index #Labels .item .inner-box .material-detail .status.pending,
.customer-design-index .marketing-list .item .inner-box .material-detail .status.pending {
  background-color: #9cbed0;
}
.customer-design-index #Labels .item .inner-box .labels-detail .status.draft,
.customer-design-index .marketing-list .item .inner-box .labels-detail .status.draft,
.customer-design-index #Labels .item .inner-box .material-detail .status.draft,
.customer-design-index .marketing-list .item .inner-box .material-detail .status.draft {
  background-color: #b1b1b1;
}
.customer-design-index #Labels .item .inner-box .labels-detail .status.approved,
.customer-design-index .marketing-list .item .inner-box .labels-detail .status.approved,
.customer-design-index #Labels .item .inner-box .material-detail .status.approved,
.customer-design-index .marketing-list .item .inner-box .material-detail .status.approved {
  background-color: #a6cd9e;
}
.customer-design-index #Labels .item .inner-box .labels-detail .status.active,
.customer-design-index .marketing-list .item .inner-box .labels-detail .status.active,
.customer-design-index #Labels .item .inner-box .material-detail .status.active,
.customer-design-index .marketing-list .item .inner-box .material-detail .status.active {
  background-color: #757575;
}
.customer-design-index #Labels .item .inner-box .labels-detail .status.cust_approve,
.customer-design-index .marketing-list .item .inner-box .labels-detail .status.cust_approve,
.customer-design-index #Labels .item .inner-box .material-detail .status.cust_approve,
.customer-design-index .marketing-list .item .inner-box .material-detail .status.cust_approve {
  background-color: #b6c8d6;
}
.customer-design-index #Labels .item .inner-box .labels-detail .status.rejected,
.customer-design-index .marketing-list .item .inner-box .labels-detail .status.rejected,
.customer-design-index #Labels .item .inner-box .material-detail .status.rejected,
.customer-design-index .marketing-list .item .inner-box .material-detail .status.rejected {
  background-color: #d4a86b;
}
.customer-design-index #Labels .item .inner-box .labels-detail .status.inactive,
.customer-design-index .marketing-list .item .inner-box .labels-detail .status.inactive,
.customer-design-index #Labels .item .inner-box .material-detail .status.inactive,
.customer-design-index .marketing-list .item .inner-box .material-detail .status.inactive {
  background-color: #d4a86b;
}
.customer-design-index #Labels .item .inner-box .labels-detail .actions-btn,
.customer-design-index .marketing-list .item .inner-box .labels-detail .actions-btn,
.customer-design-index #Labels .item .inner-box .material-detail .actions-btn,
.customer-design-index .marketing-list .item .inner-box .material-detail .actions-btn {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  flex: 0 1 100%;
}
@media (max-width: 640px) {
  .customer-design-index #Labels .item .inner-box .labels-detail .actions-btn,
  .customer-design-index .marketing-list .item .inner-box .labels-detail .actions-btn,
  .customer-design-index #Labels .item .inner-box .material-detail .actions-btn,
  .customer-design-index .marketing-list .item .inner-box .material-detail .actions-btn {
    height: 100px;
    flex-flow: row wrap;
  }
}
.customer-design-index #Labels .item .inner-box .labels-detail .actions-btn .legacy-button-text,
.customer-design-index .marketing-list .item .inner-box .labels-detail .actions-btn .legacy-button-text,
.customer-design-index #Labels .item .inner-box .material-detail .actions-btn .legacy-button-text,
.customer-design-index .marketing-list .item .inner-box .material-detail .actions-btn .legacy-button-text {
  padding: 5px;
  width: 70%;
  background: #9cbed0;
  font-family: "Gotham";
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff;
  border-radius: 10px;
  margin-right: 10px;
}
.customer-design-index #Labels .item .inner-box .labels-detail .actions-btn .legacy-button-text span,
.customer-design-index .marketing-list .item .inner-box .labels-detail .actions-btn .legacy-button-text span,
.customer-design-index #Labels .item .inner-box .material-detail .actions-btn .legacy-button-text span,
.customer-design-index .marketing-list .item .inner-box .material-detail .actions-btn .legacy-button-text span {
  font-size: 16px;
  display: inline-block;
  line-height: normal;
  vertical-align: -webkit-baseline-middle;
}
.customer-design-index #Labels .item .inner-box .labels-detail .actions-btn .legacy-button-text .legacy_detail_popup_icon,
.customer-design-index .marketing-list .item .inner-box .labels-detail .actions-btn .legacy-button-text .legacy_detail_popup_icon,
.customer-design-index #Labels .item .inner-box .material-detail .actions-btn .legacy-button-text .legacy_detail_popup_icon,
.customer-design-index .marketing-list .item .inner-box .material-detail .actions-btn .legacy-button-text .legacy_detail_popup_icon {
  background: transparent;
  border: none;
  padding: 5px;
  display: inline-block;
  line-height: normal;
}
.customer-design-index #Labels .item .inner-box .labels-detail .actions-btn .legacy-button-text .legacy_detail_popup_icon img,
.customer-design-index .marketing-list .item .inner-box .labels-detail .actions-btn .legacy-button-text .legacy_detail_popup_icon img,
.customer-design-index #Labels .item .inner-box .material-detail .actions-btn .legacy-button-text .legacy_detail_popup_icon img,
.customer-design-index .marketing-list .item .inner-box .material-detail .actions-btn .legacy-button-text .legacy_detail_popup_icon img {
  width: 16px;
  vertical-align: -webkit-baseline-middle;
}
.customer-design-index #Labels .item .inner-box .labels-detail .actions-btn .btn-icon,
.customer-design-index .marketing-list .item .inner-box .labels-detail .actions-btn .btn-icon,
.customer-design-index #Labels .item .inner-box .material-detail .actions-btn .btn-icon,
.customer-design-index .marketing-list .item .inner-box .material-detail .actions-btn .btn-icon {
  margin-right: 10px;
  cursor: pointer;
}
.customer-design-index #Labels .item .inner-box .labels-detail .actions-btn .btn-icon::before,
.customer-design-index .marketing-list .item .inner-box .labels-detail .actions-btn .btn-icon::before,
.customer-design-index #Labels .item .inner-box .material-detail .actions-btn .btn-icon::before,
.customer-design-index .marketing-list .item .inner-box .material-detail .actions-btn .btn-icon::before {
  content: "";
  display: block;
  background-image: url(../../frontend/BrandMd/ultimate/en_US/images/new-design-item-icon.png);
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  transition: 0.5s;
  margin: 0 auto;
  background-size: 200px 64px;
}
.customer-design-index #Labels .item .inner-box .labels-detail .actions-btn .btn-icon.edit-btn:before,
.customer-design-index .marketing-list .item .inner-box .labels-detail .actions-btn .btn-icon.edit-btn:before,
.customer-design-index #Labels .item .inner-box .material-detail .actions-btn .btn-icon.edit-btn:before,
.customer-design-index .marketing-list .item .inner-box .material-detail .actions-btn .btn-icon.edit-btn:before {
  background-position: 0 0;
}
.customer-design-index #Labels .item .inner-box .labels-detail .actions-btn .btn-icon.edit-btn:hover::before,
.customer-design-index .marketing-list .item .inner-box .labels-detail .actions-btn .btn-icon.edit-btn:hover::before,
.customer-design-index #Labels .item .inner-box .material-detail .actions-btn .btn-icon.edit-btn:hover::before,
.customer-design-index .marketing-list .item .inner-box .material-detail .actions-btn .btn-icon.edit-btn:hover::before {
  background-position: 0px -35px;
}
.customer-design-index #Labels .item .inner-box .labels-detail .actions-btn .btn-icon.approve-btn:before,
.customer-design-index .marketing-list .item .inner-box .labels-detail .actions-btn .btn-icon.approve-btn:before,
.customer-design-index #Labels .item .inner-box .material-detail .actions-btn .btn-icon.approve-btn:before,
.customer-design-index .marketing-list .item .inner-box .material-detail .actions-btn .btn-icon.approve-btn:before {
  background-position: -40px 0px;
}
.customer-design-index #Labels .item .inner-box .labels-detail .actions-btn .btn-icon.approve-btn:hover:before,
.customer-design-index .marketing-list .item .inner-box .labels-detail .actions-btn .btn-icon.approve-btn:hover:before,
.customer-design-index #Labels .item .inner-box .material-detail .actions-btn .btn-icon.approve-btn:hover:before,
.customer-design-index .marketing-list .item .inner-box .material-detail .actions-btn .btn-icon.approve-btn:hover:before {
  background-position: -41px -34px;
}
.customer-design-index #Labels .item .inner-box .labels-detail .actions-btn .btn-icon.cancel-btn:before,
.customer-design-index .marketing-list .item .inner-box .labels-detail .actions-btn .btn-icon.cancel-btn:before,
.customer-design-index #Labels .item .inner-box .material-detail .actions-btn .btn-icon.cancel-btn:before,
.customer-design-index .marketing-list .item .inner-box .material-detail .actions-btn .btn-icon.cancel-btn:before {
  background-position: -85px 0px;
}
.customer-design-index #Labels .item .inner-box .labels-detail .actions-btn .btn-icon.cancel-btn:hover:before,
.customer-design-index .marketing-list .item .inner-box .labels-detail .actions-btn .btn-icon.cancel-btn:hover:before,
.customer-design-index #Labels .item .inner-box .material-detail .actions-btn .btn-icon.cancel-btn:hover:before,
.customer-design-index .marketing-list .item .inner-box .material-detail .actions-btn .btn-icon.cancel-btn:hover:before {
  background-position: -85px -35px;
}
.customer-design-index #Labels .item .inner-box .labels-detail .actions-btn .btn-icon.archive-btn:before,
.customer-design-index .marketing-list .item .inner-box .labels-detail .actions-btn .btn-icon.archive-btn:before,
.customer-design-index #Labels .item .inner-box .material-detail .actions-btn .btn-icon.archive-btn:before,
.customer-design-index .marketing-list .item .inner-box .material-detail .actions-btn .btn-icon.archive-btn:before {
  background-position: -85px 0px;
}
.customer-design-index #Labels .item .inner-box .labels-detail .actions-btn .btn-icon.archive-btn:hover:before,
.customer-design-index .marketing-list .item .inner-box .labels-detail .actions-btn .btn-icon.archive-btn:hover:before,
.customer-design-index #Labels .item .inner-box .material-detail .actions-btn .btn-icon.archive-btn:hover:before,
.customer-design-index .marketing-list .item .inner-box .material-detail .actions-btn .btn-icon.archive-btn:hover:before {
  background-position: -85px -35px;
}
.customer-design-index #Labels .item .inner-box .labels-detail .actions-btn .btn-icon.version-btn:before,
.customer-design-index .marketing-list .item .inner-box .labels-detail .actions-btn .btn-icon.version-btn:before,
.customer-design-index #Labels .item .inner-box .material-detail .actions-btn .btn-icon.version-btn:before,
.customer-design-index .marketing-list .item .inner-box .material-detail .actions-btn .btn-icon.version-btn:before {
  background-position: -128px 0px;
}
.customer-design-index #Labels .item .inner-box .labels-detail .actions-btn .btn-icon.version-btn:hover:before,
.customer-design-index .marketing-list .item .inner-box .labels-detail .actions-btn .btn-icon.version-btn:hover:before,
.customer-design-index #Labels .item .inner-box .material-detail .actions-btn .btn-icon.version-btn:hover:before,
.customer-design-index .marketing-list .item .inner-box .material-detail .actions-btn .btn-icon.version-btn:hover:before {
  background-position: -128px -35px;
}
.customer-design-index #Labels .item .inner-box .labels-detail .actions-btn .btn-icon.reactivate-btn:before,
.customer-design-index .marketing-list .item .inner-box .labels-detail .actions-btn .btn-icon.reactivate-btn:before,
.customer-design-index #Labels .item .inner-box .material-detail .actions-btn .btn-icon.reactivate-btn:before,
.customer-design-index .marketing-list .item .inner-box .material-detail .actions-btn .btn-icon.reactivate-btn:before {
  background-position: -85px 0px;
}
.customer-design-index #Labels .item .inner-box .labels-detail .actions-btn .btn-icon.reactivate-btn:hover:before,
.customer-design-index .marketing-list .item .inner-box .labels-detail .actions-btn .btn-icon.reactivate-btn:hover:before,
.customer-design-index #Labels .item .inner-box .material-detail .actions-btn .btn-icon.reactivate-btn:hover:before,
.customer-design-index .marketing-list .item .inner-box .material-detail .actions-btn .btn-icon.reactivate-btn:hover:before {
  background-position: -85px -35px;
}
.customer-design-index #Labels .item .inner-box .labels-detail .actions-btn .btn-icon.download-btn:before,
.customer-design-index .marketing-list .item .inner-box .labels-detail .actions-btn .btn-icon.download-btn:before,
.customer-design-index #Labels .item .inner-box .material-detail .actions-btn .btn-icon.download-btn:before,
.customer-design-index .marketing-list .item .inner-box .material-detail .actions-btn .btn-icon.download-btn:before {
  background-position: -172px 0px;
}
.customer-design-index #Labels .item .inner-box .labels-detail .actions-btn .btn-icon.download-btn:hover:before,
.customer-design-index .marketing-list .item .inner-box .labels-detail .actions-btn .btn-icon.download-btn:hover:before,
.customer-design-index #Labels .item .inner-box .material-detail .actions-btn .btn-icon.download-btn:hover:before,
.customer-design-index .marketing-list .item .inner-box .material-detail .actions-btn .btn-icon.download-btn:hover:before {
  background-position: -172px -35px;
}
.customer-design-index #Labels .item .inner-box .labels-detail .actions-btn .btn-icon > span,
.customer-design-index .marketing-list .item .inner-box .labels-detail .actions-btn .btn-icon > span,
.customer-design-index #Labels .item .inner-box .material-detail .actions-btn .btn-icon > span,
.customer-design-index .marketing-list .item .inner-box .material-detail .actions-btn .btn-icon > span {
  font-size: 16px;
  display: block;
  text-align: center;
  white-space: nowrap;
  font-weight: normal;
  font-family: "Barlow Condensed";
  color: #999999;
  text-transform: lowercase;
}
#Labels .btn-icon.edit-btn:before {
  background-image: url(../../frontend/BrandMd/ultimate/en_US/images/edit_icon.svg) !important;
  background-position: unset !important;
  background-size: unset !important;
}
#Labels .btn-icon.edit-btn:hover:before {
  background-position: unset !important;
  background-size: unset !important;
}
#Labels .btn-icon.help-btn:before {
  background-image: url(../../frontend/BrandMd/ultimate/en_US/images/chat_icon.svg) !important;
  background-size: unset !important;
}
#Labels .btn-icon.marketing-btn:before {
  background-image: url(../../frontend/BrandMd/ultimate/en_US/images/marketing_icon.svg) !important;
  background-size: unset !important;
}
#Labels .btn-icon.btn-more:before {
  background-image: url(../../frontend/BrandMd/ultimate/en_US/images/more_icon.svg) !important;
  background-size: unset !important;
}
#Marketing .btn-icon.btn-more:before {
  background-image: url(../../frontend/BrandMd/ultimate/en_US/images/more_icon.svg) !important;
  background-size: unset !important;
}
.page-wrapper .page-header .panel.wrapper {
  height: auto !important;
}
@media (min-width: 425px) and (max-width: 768px) {
  .page-wrapper .page-header .panel.header [data-content-type='html'] span {
    font-size: 14px !important;
  }
  .page-wrapper .page-header .header.panel {
    padding-bottom: 5px;
    padding-top: 5px;
  }
}
@media (max-width: 424px) {
  .page-wrapper .page-header .panel.header [data-content-type='html'] span {
    font-size: 10px !important;
  }
  .page-wrapper .page-header .header.panel {
    padding-bottom: 5px;
    padding-top: 5px;
  }
}
.template-gallery.clearfix {
  text-align: center;
  padding: 10%;
}
.gallery-image {
  width: 20%;
}
button#product-addtocart-button-sales-rep-free {
  background-color: brown;
  border-color: brown;
}
button#product-addtocart-button-sales-rep-free span {
  display: flow;
}
button#product-addtocart-button-sales-rep-free span.button-information {
  font-size: 14px;
}
button#add-display-unit,
button#product-addtocart-button-sales-rep-free {
  margin-top: -10px;
}
button.add-display-unit-disabled,
button.sales-rep-samples-disabled {
  background-color: #999999 !important;
  border-color: #999999 !important;
  pointer-events: none;
}
.catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart .fieldset .field.qty .qty-box-border {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart .fieldset .field.qty .qty-box-border .display-unit-action {
  grid-column: 1 / -1;
  width: 100%;
}
.catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart .fieldset .field.qty .qty-box-border .display-unit-action #add-display-unit {
  width: 100% !important;
  border-radius: 23px;
  background-color: #a7cbe5;
  border: unset;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
}
.theme-pearl.catalog-product-view .box-tocart .field.qty input,
.theme-pearl.catalog-product-view .box-tocart .field.qty select {
  margin: 0 10px 0 10px;
}
.catalog-product-view .product-info-main .product-actions-info .product-actions-info-content {
  border: unset;
}
button.sample-action.primary {
  background-color: #133264;
  border: 1px solid #133264;
  color: #ffffff;
  transition-duration: 300ms;
  transition-property: background-color;
}
.product-info-main .product-options-bottom .box-tocart .actions > button.sample-action,
body .product-info-main .box-tocart .actions > button.sample-action {
  width: calc(50% - 10px) !important;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
  float: left;
  padding: 0;
}
.product-info-main .product-options-bottom .box-tocart .actions > button.sample-action > span,
body .product-info-main .box-tocart .actions > button.sample-action > span {
  display: table-cell;
  float: none;
  height: 52px;
  vertical-align: middle;
  padding: 5px 10px;
  width: 1000px;
}
@media (max-width: 540px) {
  .catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart .sales-qty-box {
    top: 5px !important;
  }
}
/**
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2020 Adobe
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains
 * the property of Adobe and its suppliers, if any. The intellectual
 * and technical concepts contained herein are proprietary to Adobe
 * and its suppliers and are protected by all applicable intellectual
 * property laws, including trade secret and copyright laws.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2023 Adobe
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains
 * the property of Adobe and its suppliers, if any. The intellectual
 * and technical concepts contained herein are proprietary to Adobe
 * and its suppliers and are protected by all applicable intellectual
 * property laws, including trade secret and copyright laws.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe.
 */
.account.vault-cards-listaction .address-select-modal__form-container {
  margin-bottom: 22px;
}
.account.vault-cards-listaction .address-select-modal__form-container > div {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.account.vault-cards-listaction .address-select-modal__form-container > div > div {
  margin-top: 11px;
}
.account.vault-cards-listaction .field.company,
.account.vault-cards-listaction .field.choice.set.billing,
.account.vault-cards-listaction .field.choice.set.shipping,
.account.vault-cards-listaction .primary[data-action='save-address'] {
  display: none !important;
}
.account.vault-cards-listaction #form-validate {
  display: none;
}
.account.vault-cards-listaction [for='repeat_order_cc_number'] + .control {
  position: relative;
}
.account.vault-cards-listaction .account-section__title-view-all-link {
  display: block;
  margin-bottom: 33px;
}
.account.vault-cards-listaction .braintree-credit-card-types {
  display: flex;
  flex-wrap: wrap;
}
.account.vault-cards-listaction .braintree-credit-card-types .item {
  margin-right: 5px;
  margin-top: 5px;
}
.account.vault-cards-listaction .braintree-credit-card-types .item:last-child {
  margin-right: 0;
}
.account.vault-cards-listaction .braintree-credit-card-types img {
  height: 24px;
}
.account.vault-cards-listaction .separator {
  margin: 11px 11px 0;
}
.account.vault-cards-listaction .address-select-container {
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: 27.5px;
}
.account.vault-cards-listaction #braintree_submit {
  font-size: 1.6rem;
  border-radius: 3px;
  box-shadow: none;
  box-sizing: border-box;
  color: #fff;
  height: 40px;
  margin: 11px 0;
  padding: 0 22px;
}
.account.vault-cards-listaction .subs-modal-overlay {
  background-color: #000;
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: fixed;
  top: 0;
  width: 100%;
}
.account.vault-cards-listaction #paypal_container {
  margin: auto;
  max-width: 360px;
}
.account.vault-cards-listaction .add-methods {
  display: -webkit-grid;
  display: -ms-gridbox;
  display: grid;
  gap: 27.5px;
  grid-auto-flow: column;
  margin-bottom: 33px;
}
.account.vault-cards-listaction .add-method {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 2px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  padding: 3px;
}
.account.vault-cards-listaction .add-method:hover {
  border-color: #797777;
}
.account.vault-cards-listaction .add-method > div {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 22px 11px;
}
.account.vault-cards-listaction .add-method > div p {
  font-weight: 700;
  padding-top: 15px;
}
.account.vault-cards-listaction .add-method .icon-container {
  background: #f0f0f0;
  border-radius: 0 0 1px 1px;
  height: 100%;
  padding: 15px 0;
  width: 100%;
}
.account.vault-cards-listaction .add-method .icon-container ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  list-style: none;
  margin: 0;
  max-width: 160px;
  padding: 0;
  width: 100%;
}
.account.vault-cards-listaction .add-method .icon-container ul li {
  margin: 0;
  width: 25%;
}
.account.vault-cards-listaction .add-method .icon-container ul li img {
  height: 24px;
}
.account.vault-cards-listaction .subs-modal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.account.vault-cards-listaction .subs-modal__box {
  -moz-box-shadow: 0 4px 15px 5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 4px 15px 5px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  box-shadow: 0 4px 15px 5px rgba(0, 0, 0, 0.25);
  margin: 22px;
  max-width: 610px;
  overflow-y: auto;
  padding: 44px 22px;
  position: relative;
  text-align: center;
  width: 100%;
}
.account.vault-cards-listaction .subs-modal__close-button {
  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;
  box-shadow: none !important;
  cursor: pointer;
  position: absolute;
  right: 22px;
  top: 22px;
}
.account.vault-cards-listaction .subs-modal__close-button:focus,
.account.vault-cards-listaction .subs-modal__close-button:active {
  background: none;
  border: none;
}
.account.vault-cards-listaction .subs-modal__close-button:hover {
  background: none;
  border: none;
}
.account.vault-cards-listaction .subs-modal__close-button.disabled,
.account.vault-cards-listaction .subs-modal__close-button[disabled],
fieldset[disabled] .account.vault-cards-listaction .subs-modal__close-button {
  pointer-events: none;
  opacity: 0.5;
}
.account.vault-cards-listaction .subs-modal__screen-reader-label {
  display: none;
}
.account.vault-cards-listaction .subs-modal__title {
  text-align: center;
}
.account.vault-cards-listaction .add-card-modal .subs-modal__box {
  padding: 22px;
}
.account.vault-cards-listaction .add-card-modal form {
  margin: 0;
}
.account.vault-cards-listaction .add-card-modal legend {
  border-bottom: none !important;
  margin-bottom: 22px !important;
  padding-bottom: 0 !important;
}
.account.vault-cards-listaction .add-google-pay-modal span,
.account.vault-cards-listaction .add-paypal-modal span,
.account.vault-cards-listaction .add-google-pay-modal p,
.account.vault-cards-listaction .add-paypal-modal p {
  font-weight: 500;
  margin: 33px 0;
}
.account.vault-cards-listaction #co-transparent-form-braintree .fieldset {
  max-width: 400px;
}
.braintree-three-d-modal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  visibility: visible;
  width: 100vw;
  z-index: #000;
}
.braintree-three-d-modal .bt-modal-frame {
  background-color: #fff;
  border-radius: 6px;
  height: 420px;
  margin: auto;
  width: 440px;
  z-index: 2;
}
.braintree-three-d-modal .bt-modal-body {
  background-color: #fff;
  border: 1px solid lightgray;
  height: 380px;
  margin: 20px;
}
.braintree-three-d-modal .bt-mask {
  background-color: #000;
  height: 100%;
  left: 0;
  opacity: 0.75;
  position: absolute;
  top: 0;
  width: 100%;
}
.braintree-applepay-container-product {
  display: inline-block;
}
.braintree-applepay-container-product .braintree-apple-pay-button {
  margin: 0;
  margin-bottom: 15px;
  padding: 10px 0;
}
apple-pay-button {
  --apple-pay-button-border-radius: 3px;
  --apple-pay-button-box-sizing: border-box;
  --apple-pay-button-height: 40px;
  --apple-pay-button-padding: 0px 0px;
  --apple-pay-button-width: 100%;
}
.ppcredit-summary {
  background: linear-gradient(to right, #009cde, braintree_color-ppcredit-dark);
  color: #fff;
  margin: 10px 0;
  padding: 15px;
  text-align: center;
}
.ppcreditcalc-container {
  background: #fff;
  border: 1px solid #dedede;
}
.ppcreditcalc-header {
  background: #fff;
  padding: 15px;
}
.ppcreditcalc-legal {
  background-color: #eee;
  border-top: 1px solid #dedede;
  font-size: 1.2rem;
  line-height: 2rem;
  padding: 15px;
}
.ppcreditcalc-instalments {
  background-color: #eee;
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ppcreditcalc-instalments li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.ppcreditcalc-instalments-term {
  color: #000;
  display: block;
  padding: 10px 15px;
}
.ppcreditcalc-instalments-term:hover {
  background: braintree_color-ppcredit-light;
  color: #fff;
  text-decoration: none;
}
.ppcreditcalc-instalments-term.active {
  background: braintree_color-ppcredit-dark;
  color: #fff;
}
.ppcreditcalc-instalment-summary {
  padding: 15px;
}
.ppcreditcalc-instalment-summary dl {
  margin: 0;
}
.ppcreditcalc-instalment-summary dt {
  display: inline-block;
  width: 50%;
}
.ppcreditcalc-instalment-summary dd {
  display: inline-block;
}
#braintree_expirationDate {
  width: 90px;
}
button.braintree-googlepay-button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  border-radius: 4px;
  box-shadow: rgba(60, 64, 67, 0.3) 0 1px 1px 0, rgba(60, 64, 67, 0.15) 0 1px 3px 1px;
  cursor: pointer;
  height: 40px;
  min-height: 40px;
  padding: 11px 24px;
}
button.braintree-googlepay-button.black {
  background-color: #000;
  box-shadow: none;
  padding: 12px 24px 11px;
}
button.braintree-googlepay-button.white {
  background-color: #fff;
}
button.braintree-googlepay-button.short {
  min-width: 90px;
  width: 160px;
}
button.braintree-googlepay-button.black.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark_gpay.svg);
}
button.braintree-googlepay-button.white.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light_gpay.svg);
}
button.braintree-googlepay-button.black:active {
  background-color: #5f6368;
}
button.braintree-googlepay-button.black:hover {
  background-color: #3c4043;
}
button.braintree-googlepay-button.white:active {
  background-color: #fff;
}
button.braintree-googlepay-button.white:focus {
  box-shadow: #e8e8e8 0 1px 1px 0, #e8e8e8 0 1px 3px;
}
button.braintree-googlepay-button.white:hover {
  background-color: #f8f8f8;
}
button.braintree-googlepay-button.long {
  width: 100%;
}
button.braintree-googlepay-button.white.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light/en.svg);
}
button.braintree-googlepay-button.black.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark/en.svg);
}
.googlepay-minicart-logo {
  text-align: center;
}
.checkout-payment-method .credit-card-types.braintree-credit-card-types img {
  -webkit-filter: none;
  -webkit-transition: none;
  width: 30px;
}
.braintree-card-control {
  position: relative;
}
.braintree-credit-card-selected {
  left: 11px;
  position: absolute;
  z-index: 10;
}
.braintree-paypal-logo.oneclick-container {
  width: 100%;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .label {
  font-weight: 600;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field.required > .label:after {
  color: #e02b27;
  content: '*';
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control {
  margin: 11px 11px 0 0;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type='text']::placeholder,
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type='number']::placeholder {
  color: lightgrey;
}
#payment-method-braintree-lpm .primary {
  width: 100%;
}
#payment-method-braintree-lpm .primary .action {
  margin-bottom: 12px;
  width: 100%;
}
#payment-method-braintree-lpm .primary .action img {
  height: 40px;
}
#payment-method-braintree-applepay #braintree_applepay_enable_vault {
  padding-top: 20px;
}
#payment-method-braintree-cc-vault .field.required .label,
#payment-method-braintree-applepay-vault .field.required .label {
  font-weight: 600;
}
#payment-method-braintree-cc-vault .field.required .label:after,
#payment-method-braintree-applepay-vault .field.required .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment-method-braintree-cc-vault .field .hosted-control,
#payment-method-braintree-applepay-vault .field .hosted-control {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  box-sizing: border-box;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  height: 32px;
  padding: 0 9px;
  position: relative;
  vertical-align: baseline;
  width: 5rem;
}
#payment-method-braintree-cc-vault .field .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error,
#payment-method-braintree-applepay-vault .field .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
#payment-method-braintree-cc-vault .field .hosted-error,
#payment-method-braintree-applepay-vault .field .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
#braintree-applepay-checkout-btn,
#braintree-google-checkout-btn {
  width: 240px;
}
.braintree-hidden,
.braintree-paypal-fieldset {
  display: none;
}
.braintree-lpm-methods,
.braintree-paypal-buttons,
.braintree-paypal-vault {
  margin-top: 22px;
}
.payment-method-braintree .hosted-control {
  border: 1px solid #c2c2c2;
  height: 32px;
  max-width: 300px;
  padding: 8px 15px;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
.payment-method-braintree .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.payment-method-braintree .cvv {
  max-width: 200px;
  position: relative;
}
.payment-method-braintree .cvv .field-tooltip {
  right: 33px;
  top: 11px;
}
#braintree_cc_number {
  padding-left: 68px;
}
.braintree-express-payments {
  display: flex;
  flex-wrap: wrap;
}
.braintree-express-payments > div {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}
.braintree-express-payments span {
  display: block;
  font-size: 18px;
  margin: 22px 0;
}
.braintree-express-payments span.express-payment-title {
  width: 100%;
}
.braintree-express-payments span.express-payment-subtitle {
  align-items: center;
  display: flex;
  position: relative;
  width: 100%;
}
.braintree-express-payments span.express-payment-subtitle > span {
  background: #FFFFFF;
  display: block;
  margin: 0 auto;
  padding: 0 5.5px;
}
.braintree-express-payments span.express-payment-subtitle:before {
  background: #ccc;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.braintree-express-payments > div > div {
  width: 240px;
}
.braintree-express-payments .braintree-googlepay-button,
.braintree-express-payments .braintree-apple-pay-button {
  margin: 0;
  min-height: 30px;
}
.braintree-express-payments .braintree-googlepay-button {
  height: 35px;
}
.braintree-express-payments .braintree-apple-pay-button {
  --apple-pay-button-height: 35px;
}
.paypal-braintree-paylater-message-container-pdp {
  padding: 0 10px 10px;
}
.paypal-braintree-paylater-message-container-pdp .page-product-bundle,
.page-product-giftcard .paypal-braintree-paylater-message-container-pdp {
  padding: 0 0 10px;
}
.paypal-braintree-paylater-message-container-cart {
  padding: 0 15px;
}
.braintree-express-container {
  display: grid;
  gap: 11px;
}
.braintree-express-container .paypal-logo > div {
  display: flex;
}
.block-minicart .block-content .braintree-express-container {
  margin-top: 22px;
}
.block-minicart .block-content .braintree-express-container .paypal-logo {
  margin: 0;
}
.product-add-form .braintree-express-container {
  margin-bottom: 11px;
}
/*
 * BrandMd_ThemeSupport — auto-imported extension less
 * Combines what was in:
 *   - WeltPixel_FrontendOptions/source/_extend.less
 *     (which @imported module/_store_default_extend.less)
 *   - WeltPixel_DesignElements/source/_extend.less
 *   - WeltPixel_NavigationLinks/source/_navigation_global.less
 *
 * Variable definitions are kept (rules below use them).
 * @layout__max-width is COMMENTED OUT so the theme's
 * wp_custom.less value (1310px) wins instead of WeltPixel's 1200px.
 */
.product-accordion-box #product-addtocart-button.action.primary,
.product-accordion-box #product-addtoquote-button.action.primary,
.product-accordion-box #product-enquiry-button.action.primary,
.product-accordion-box #product-addtocart-button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.product-accordion-box #product-addtoquote-button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.product-accordion-box #product-enquiry-button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.product-accordion-box #product-addtocart-button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.product-accordion-box #product-addtoquote-button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.product-accordion-box #product-enquiry-button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.product-accordion-box #product-addtocart-button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.product-accordion-box #product-addtoquote-button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.product-accordion-box #product-enquiry-button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.product-accordion-box #product-addtocart-button.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.product-accordion-box #product-addtoquote-button.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.product-accordion-box #product-enquiry-button.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary {
  background: #ADC9D9;
  border-color: #ADC9D9;
  color: #FFFFFF;
}
.product-accordion-box #product-addtocart-button.action.primary > span,
.product-accordion-box #product-addtoquote-button.action.primary > span,
.product-accordion-box #product-enquiry-button.action.primary > span,
.product-accordion-box #product-addtocart-button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary > span,
.product-accordion-box #product-addtoquote-button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary > span,
.product-accordion-box #product-enquiry-button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary > span,
.product-accordion-box #product-addtocart-button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary > span,
.product-accordion-box #product-addtoquote-button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary > span,
.product-accordion-box #product-enquiry-button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary > span,
.product-accordion-box #product-addtocart-button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary > span,
.product-accordion-box #product-addtoquote-button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary > span,
.product-accordion-box #product-enquiry-button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary > span,
.product-accordion-box #product-addtocart-button.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary > span,
.product-accordion-box #product-addtoquote-button.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary > span,
.product-accordion-box #product-enquiry-button.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary > span {
  color: #FFFFFF;
}
.product-accordion-box #product-addtocart-button.action.primary:hover,
.product-accordion-box #product-addtoquote-button.action.primary:hover,
.product-accordion-box #product-enquiry-button.action.primary:hover,
.product-accordion-box #product-addtocart-button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.product-accordion-box #product-addtoquote-button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.product-accordion-box #product-enquiry-button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.product-accordion-box #product-addtocart-button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.product-accordion-box #product-addtoquote-button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.product-accordion-box #product-enquiry-button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.product-accordion-box #product-addtocart-button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.product-accordion-box #product-addtoquote-button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.product-accordion-box #product-enquiry-button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.product-accordion-box #product-addtocart-button.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.product-accordion-box #product-addtoquote-button.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.product-accordion-box #product-enquiry-button.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover {
  background: #000000;
  border-color: #000000;
  color: #FFFFFF;
}
.product-accordion-box #product-addtocart-button.action.primary:hover > span,
.product-accordion-box #product-addtoquote-button.action.primary:hover > span,
.product-accordion-box #product-enquiry-button.action.primary:hover > span,
.product-accordion-box #product-addtocart-button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover > span,
.product-accordion-box #product-addtoquote-button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover > span,
.product-accordion-box #product-enquiry-button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover > span,
.product-accordion-box #product-addtocart-button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover > span,
.product-accordion-box #product-addtoquote-button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover > span,
.product-accordion-box #product-enquiry-button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover > span,
.product-accordion-box #product-addtocart-button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover > span,
.product-accordion-box #product-addtoquote-button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover > span,
.product-accordion-box #product-enquiry-button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover > span,
.product-accordion-box #product-addtocart-button.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover > span,
.product-accordion-box #product-addtoquote-button.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover > span,
.product-accordion-box #product-enquiry-button.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover > span {
  color: #FFFFFF;
}
.theme-pearl.store-view-default {
  letter-spacing: 0px;
  /*.product-item-name > a,
    .product.name a > a {
        color: inherit !important;
    }*/
}
.theme-pearl.store-view-default .braintree-paypal-logobraintree-paypal-mini-cart-container {
  text-align: center;
  margin-bottom: 10px;
}
.theme-pearl.store-view-default .braintree-paypal-logobraintree-paypal-mini-cart-container .action-braintree-paypal-logo {
  background-color: transparent;
}
.theme-pearl.store-view-default h1 {
  letter-spacing: 0px;
}
.theme-pearl.store-view-default h2 {
  letter-spacing: 0px;
}
.theme-pearl.store-view-default h3 {
  letter-spacing: 0px;
}
.theme-pearl.store-view-default h4 {
  letter-spacing: 0px;
}
.theme-pearl.store-view-default h5 {
  letter-spacing: 0px;
}
.theme-pearl.store-view-default h6 {
  letter-spacing: 0px;
}
.theme-pearl.store-view-default .block .block-content .products-grid button,
.theme-pearl.store-view-default button {
  background-color: #ADC9D9;
  border: #ADC9D9 1px solid;
  border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  transition-duration: 300ms;
  transition-property: background-color;
  letter-spacing: 0px;
}
.theme-pearl.store-view-default .block .block-content .products-grid button span,
.theme-pearl.store-view-default button span {
  color: #FFFFFF;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}
.theme-pearl.store-view-default .block .block-content .products-grid button:hover,
.theme-pearl.store-view-default button:hover {
  border-color: #000000 1px solid;
  background-color: #000000;
  border: #000000 1px solid;
}
.theme-pearl.store-view-default .block .block-content .products-grid button:hover span,
.theme-pearl.store-view-default button:hover span {
  color: #FFFFFF;
}
.theme-pearl.store-view-default .block .block-content .products-grid button.action.primary,
.theme-pearl.store-view-default button.action.primary,
.theme-pearl.store-view-default .block .block-content .products-grid button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.theme-pearl.store-view-default button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.theme-pearl.store-view-default .block .block-content .products-grid button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.theme-pearl.store-view-default button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.theme-pearl.store-view-default .block .block-content .products-grid button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.theme-pearl.store-view-default button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.theme-pearl.store-view-default .block .block-content .products-grid button.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.theme-pearl.store-view-default button.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary {
  background-color: #ADC9D9;
  border: 1px solid #ADC9D9;
  color: #FFFFFF;
  transition-duration: 300ms;
  transition-property: background-color;
}
.theme-pearl.store-view-default .block .block-content .products-grid button.action.primary span,
.theme-pearl.store-view-default button.action.primary span,
.theme-pearl.store-view-default .block .block-content .products-grid button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary span,
.theme-pearl.store-view-default button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary span,
.theme-pearl.store-view-default .block .block-content .products-grid button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary span,
.theme-pearl.store-view-default button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary span,
.theme-pearl.store-view-default .block .block-content .products-grid button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary span,
.theme-pearl.store-view-default button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary span,
.theme-pearl.store-view-default .block .block-content .products-grid button.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary span,
.theme-pearl.store-view-default button.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary span {
  color: #FFFFFF;
  line-height: 18px;
}
.theme-pearl.store-view-default .block .block-content .products-grid button.action.primary:hover,
.theme-pearl.store-view-default button.action.primary:hover,
.theme-pearl.store-view-default .block .block-content .products-grid button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.theme-pearl.store-view-default button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.theme-pearl.store-view-default .block .block-content .products-grid button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.theme-pearl.store-view-default button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.theme-pearl.store-view-default .block .block-content .products-grid button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.theme-pearl.store-view-default button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.theme-pearl.store-view-default .block .block-content .products-grid button.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.theme-pearl.store-view-default button.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover {
  background-color: #000000;
  border: 1px solid #000000;
  color: #FFFFFF !important;
}
.theme-pearl.store-view-default .block .block-content .products-grid button.action.primary:hover span,
.theme-pearl.store-view-default button.action.primary:hover span,
.theme-pearl.store-view-default .block .block-content .products-grid button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover span,
.theme-pearl.store-view-default button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover span,
.theme-pearl.store-view-default .block .block-content .products-grid button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover span,
.theme-pearl.store-view-default button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover span,
.theme-pearl.store-view-default .block .block-content .products-grid button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover span,
.theme-pearl.store-view-default button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover span,
.theme-pearl.store-view-default .block .block-content .products-grid button.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover span,
.theme-pearl.store-view-default button.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover span {
  color: #FFFFFF;
}
.theme-pearl.store-view-default .block .block-content .products-grid button.action.primary.tocart,
.theme-pearl.store-view-default button.action.primary.tocart,
.theme-pearl.store-view-default .block .block-content .products-grid button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.tocart,
.theme-pearl.store-view-default button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.tocart,
.theme-pearl.store-view-default .block .block-content .products-grid button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.tocart,
.theme-pearl.store-view-default button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.tocart,
.theme-pearl.store-view-default .block .block-content .products-grid button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.tocart,
.theme-pearl.store-view-default button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.tocart,
.theme-pearl.store-view-default .block .block-content .products-grid button.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.tocart,
.theme-pearl.store-view-default button.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.tocart {
  border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
.theme-pearl.store-view-default .block .block-content .products-grid button.action.action-cancel,
.theme-pearl.store-view-default button.action.action-cancel {
  background-color: #000000;
  border: #000000 1px solid;
  border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  text-decoration: none;
  margin: 0 !important;
  padding: 7px 15px;
  line-height: 1;
}
.theme-pearl.store-view-default .block .block-content .products-grid button.action.action-cancel span,
.theme-pearl.store-view-default button.action.action-cancel span {
  color: #FFFFFF;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}
.theme-pearl.store-view-default .block .block-content .products-grid button.action.action-cancel:hover,
.theme-pearl.store-view-default button.action.action-cancel:hover {
  border-color: #ADC9D9 1px solid;
  background-color: #ADC9D9;
  border: #ADC9D9 1px solid;
}
.theme-pearl.store-view-default .block .block-content .products-grid button.action.action-cancel:hover span,
.theme-pearl.store-view-default button.action.action-cancel:hover span {
  color: #FFFFFF;
}
.theme-pearl.store-view-default button.action.action-gift {
  background: transparent;
  border: 0 none;
}
.theme-pearl.store-view-default button.action.action-gift span {
  color: initial;
  font-size: initial;
}
.theme-pearl.store-view-default button.action.action-gift:hover {
  text-decoration: initial;
}
.theme-pearl.store-view-default button.action.action-gift:hover span {
  text-decoration: initial;
}
.theme-pearl.store-view-default input.action.primary,
.theme-pearl.store-view-default input.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.theme-pearl.store-view-default input.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.theme-pearl.store-view-default input.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.theme-pearl.store-view-default input.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary {
  border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
.theme-pearl.store-view-default .action.towishlist,
.theme-pearl.store-view-default .action.tocompare,
.theme-pearl.store-view-default .action.mailto.friend {
  font-size: 12px !important;
}
.theme-pearl.store-view-default .action.towishlist:before,
.theme-pearl.store-view-default .action.tocompare:before,
.theme-pearl.store-view-default .action.mailto.friend:before {
  font-size: 17px !important;
  line-height: calc(@icon__font-size + 7px);
}
.theme-pearl.store-view-default .action.primary,
.theme-pearl.store-view-default .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.theme-pearl.store-view-default .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.theme-pearl.store-view-default .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.theme-pearl.store-view-default .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary {
  background-color: #ADC9D9;
  border: 1px solid #ADC9D9;
  color: #FFFFFF;
  transition-duration: 300ms;
  transition-property: background-color;
}
.theme-pearl.store-view-default .action.primary span,
.theme-pearl.store-view-default .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary span,
.theme-pearl.store-view-default .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary span,
.theme-pearl.store-view-default .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary span,
.theme-pearl.store-view-default .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary span {
  color: #FFFFFF;
  line-height: 18px;
}
.theme-pearl.store-view-default .action.primary:hover,
.theme-pearl.store-view-default .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.theme-pearl.store-view-default .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.theme-pearl.store-view-default .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.theme-pearl.store-view-default .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover {
  background-color: #000000;
  border: 1px solid #000000;
  color: #FFFFFF !important;
}
.theme-pearl.store-view-default .action.primary:hover span,
.theme-pearl.store-view-default .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover span,
.theme-pearl.store-view-default .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover span,
.theme-pearl.store-view-default .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover span,
.theme-pearl.store-view-default .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover span {
  color: #FFFFFF;
}
.theme-pearl.store-view-default .action.primary.tocart,
.theme-pearl.store-view-default .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.tocart,
.theme-pearl.store-view-default .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.tocart,
.theme-pearl.store-view-default .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.tocart,
.theme-pearl.store-view-default .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.tocart {
  border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
.theme-pearl.store-view-default .action.primary#product-gotoproduct-button:hover,
.theme-pearl.store-view-default .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary#product-gotoproduct-button:hover,
.theme-pearl.store-view-default .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary#product-gotoproduct-button:hover,
.theme-pearl.store-view-default .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary#product-gotoproduct-button:hover,
.theme-pearl.store-view-default .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary#product-gotoproduct-button:hover {
  border: 1px solid #ADC9D9;
}
.theme-pearl.store-view-default .action.action-cancel {
  background-color: #000000;
  border: #000000 1px solid;
  border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  text-decoration: none;
  margin: 0 !important;
  padding: 7px 15px;
  line-height: 1;
}
.theme-pearl.store-view-default .action.action-cancel span {
  color: #FFFFFF;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}
.theme-pearl.store-view-default .action.action-cancel:hover {
  border-color: #ADC9D9 1px solid;
  background-color: #ADC9D9;
  border: #ADC9D9 1px solid;
}
.theme-pearl.store-view-default .action.action-cancel:hover span {
  color: #FFFFFF;
}
.theme-pearl.store-view-default .action:hover {
  color: #000000 !important;
}
.theme-pearl.store-view-default .cart-summary .action.multicheckout {
  color: #ADC9D9;
}
.theme-pearl.store-view-default .cart-discount .block.discount .title,
.theme-pearl.store-view-default .cart-discount .block.giftcard .title {
  cursor: pointer;
}
.theme-pearl.store-view-default .cart-discount .block.discount .title strong,
.theme-pearl.store-view-default .cart-discount .block.giftcard .title strong {
  color: #000000 !important;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.theme-pearl.store-view-default .cart-discount .block.discount .content,
.theme-pearl.store-view-default .cart-discount .block.giftcard .content {
  position: relative;
}
.theme-pearl.store-view-default .cart-discount .block.discount .content .fieldset .actions-toolbar .action.primary:not(:focus),
.theme-pearl.store-view-default .cart-discount .block.giftcard .content .fieldset .actions-toolbar .action.primary:not(:focus),
.theme-pearl.store-view-default .cart-discount .block.discount .content .fieldset .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:not(:focus),
.theme-pearl.store-view-default .cart-discount .block.giftcard .content .fieldset .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:not(:focus),
.theme-pearl.store-view-default .cart-discount .block.discount .content .fieldset .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:not(:focus),
.theme-pearl.store-view-default .cart-discount .block.giftcard .content .fieldset .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:not(:focus),
.theme-pearl.store-view-default .cart-discount .block.discount .content .fieldset .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:not(:focus),
.theme-pearl.store-view-default .cart-discount .block.giftcard .content .fieldset .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:not(:focus),
.theme-pearl.store-view-default .cart-discount .block.discount .content .fieldset .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:not(:focus),
.theme-pearl.store-view-default .cart-discount .block.giftcard .content .fieldset .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:not(:focus) {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.theme-pearl.store-view-default .cart-discount .block.discount .content .fieldset .secondary button,
.theme-pearl.store-view-default .cart-discount .block.giftcard .content .fieldset .secondary button {
  background: transparent !important;
  border: 0 none !important;
  padding: 0 0 10px;
}
.theme-pearl.store-view-default .cart-discount .block.discount .content .fieldset .secondary button span,
.theme-pearl.store-view-default .cart-discount .block.giftcard .content .fieldset .secondary button span {
  color: #ADC9D9 !important;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: inherit;
}
.theme-pearl.store-view-default .cart-discount .block.discount .content .fieldset .secondary button:hover span,
.theme-pearl.store-view-default .cart-discount .block.giftcard .content .fieldset .secondary button:hover span {
  color: #000000 !important;
}
.theme-pearl.store-view-default .cart-discount .block.discount .content .fieldset .primary button,
.theme-pearl.store-view-default .cart-discount .block.giftcard .content .fieldset .primary button {
  background-color: #ADC9D9;
  border: #ADC9D9 1px solid;
  border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  transition-duration: 300ms;
  transition-property: background-color;
  letter-spacing: 0px;
  margin: 0px;
}
.theme-pearl.store-view-default .cart-discount .block.discount .content .fieldset .primary button span,
.theme-pearl.store-view-default .cart-discount .block.giftcard .content .fieldset .primary button span {
  color: #FFFFFF;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}
.theme-pearl.store-view-default .cart-discount .block.discount .content .fieldset .primary button:hover,
.theme-pearl.store-view-default .cart-discount .block.giftcard .content .fieldset .primary button:hover {
  border-color: #000000 1px solid;
  background-color: #000000;
  border: #000000 1px solid;
}
.theme-pearl.store-view-default .cart-discount .block.discount .content .fieldset .primary button:hover span,
.theme-pearl.store-view-default .cart-discount .block.giftcard .content .fieldset .primary button:hover span {
  color: #FFFFFF;
}
.theme-pearl.store-view-default .review-form .primary button {
  background-color: #ADC9D9;
  border: #ADC9D9 1px solid;
  border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  transition-duration: 300ms;
  transition-property: background-color;
  letter-spacing: 0px;
}
.theme-pearl.store-view-default .review-form .primary button span {
  color: #FFFFFF;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}
.theme-pearl.store-view-default .review-form .primary button:hover {
  border-color: #000000 1px solid;
  background-color: #000000;
  border: #000000 1px solid;
}
.theme-pearl.store-view-default .review-form .primary button:hover span {
  color: #FFFFFF;
}
.theme-pearl.store-view-default #giftcard-form .secondary button {
  background-color: #ADC9D9;
  border: #ADC9D9 1px solid;
  border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  transition-duration: 300ms;
  transition-property: background-color;
  letter-spacing: 0px;
}
.theme-pearl.store-view-default #giftcard-form .secondary button span {
  color: #FFFFFF;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}
.theme-pearl.store-view-default #giftcard-form .secondary button:hover {
  border-color: #000000 1px solid;
  background-color: #000000;
  border: #000000 1px solid;
}
.theme-pearl.store-view-default #giftcard-form .secondary button:hover span {
  color: #FFFFFF;
}
.theme-pearl.store-view-default .cart-gift-item .title {
  color: #000000;
}
.theme-pearl.store-view-default .cart-gift-item .title span {
  color: #000000;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.theme-pearl.store-view-default .cart-gift-item .title:after {
  font-size: 12px;
}
.theme-pearl.store-view-default .cart-discount .block.discount .title:hover:after,
.theme-pearl.store-view-default .cart-discount .block.giftcard .title:hover:after {
  color: #FFFFFF;
}
.theme-pearl.store-view-default .item-info span.price {
  color: #000000;
  font-weight: 400 !important;
}
.theme-pearl.store-view-default .cart.table-wrapper .actions-toolbar > .action-edit:before,
.theme-pearl.store-view-default .cart.table-wrapper .actions-toolbar > .action-delete:before,
.theme-pearl.store-view-default .cart.table-wrapper .actions-toolbar > .action-towishlist:before {
  color: #000000;
  font-size: 17px !important;
  overflow: visible;
}
.theme-pearl.store-view-default .cart.table-wrapper .actions-toolbar > .action-edit:hover:before,
.theme-pearl.store-view-default .cart.table-wrapper .actions-toolbar > .action-delete:hover:before,
.theme-pearl.store-view-default .cart.table-wrapper .actions-toolbar > .action-towishlist:hover:before {
  color: #757575;
}
.theme-pearl.store-view-default .minicart-items .action.edit:before,
.theme-pearl.store-view-default .minicart-items .action.delete:before {
  color: #000000;
  font-size: 17px !important;
}
.theme-pearl.store-view-default .minicart-items .action.edit:hover:before,
.theme-pearl.store-view-default .minicart-items .action.delete:hover:before {
  color: #757575;
}
.theme-pearl.store-view-default .modals-wrapper .modal-footer button {
  background-color: #ADC9D9;
  border: #ADC9D9 1px solid;
  border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  transition-duration: 300ms;
  transition-property: background-color;
  letter-spacing: 0px;
}
.theme-pearl.store-view-default .modals-wrapper .modal-footer button span {
  color: #FFFFFF;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}
.theme-pearl.store-view-default .modals-wrapper .modal-footer button:hover {
  border-color: #000000 1px solid;
  background-color: #000000;
  border: #000000 1px solid;
}
.theme-pearl.store-view-default .modals-wrapper .modal-footer button:hover span {
  color: #FFFFFF;
}
.theme-pearl.store-view-default .rating-summary {
  line-height: 1;
}
.theme-pearl.store-view-default .rating-summary .rating-result {
  float: left;
  z-index: 0;
}
.theme-pearl.store-view-default .product-reviews-summary .reviews-actions {
  margin-top: 0 !important;
}
.theme-pearl.store-view-default input,
.theme-pearl.store-view-default textarea,
.theme-pearl.store-view-default select {
  letter-spacing: inherit;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .theme-pearl.store-view-default .breadcrumbs .item:not(:last-child):after {
    line-height: 17px;
    vertical-align: middle;
  }
}
.theme-pearl.store-view-default .price-box .old-price .price {
  text-decoration: line-through;
  color: #000000;
}
.theme-pearl.store-view-default .price-box .price-label {
  display: none !important;
}
/* EXTEND SOCIAL ICONS */
.social-icons.si-light {
  background-color: rgba(255, 255, 255, 0.5);
}
.social-icons.si-light:last-child i:last-child {
  color: #666 !important;
}
button:not(.primary) {
  box-shadow: none;
}
@media only screen and (min-width: 472px) {
  .nav-open .page-wrapper {
    left: 420px !important;
  }
}
@media only screen and (max-width: 472px) {
  .nav-open .page-wrapper {
    left: calc(100% - 54px) !important;
  }
}
/** all screen resolutions */
.navigation .megamenu .ui-menu-icon {
  display: none !important;
}
.navigation .megamenu.level0 .submenu,
.navigation .megamenu.level0.active > .level-top,
.navigation .megamenu.level0.has-active > .level-top {
  border: 0 none;
}
.navigation .megamenu.level0 .submenu a:hover,
.navigation .megamenu.level0 .submenu a.ui-state-focus {
  background: #ffffff;
}
.navigation .columns-group {
  display: inline-block !important;
  float: left;
  width: auto;
}
.navigation .columns-group:before,
.navigation .columns-group:after {
  content: none !important;
  display: none !important;
}
.navigation .columns-group > li {
  float: left !important;
  width: 100% !important;
}
/** fix for magnified product image */
.catalog-product-view .magnifier-preview {
  z-index: 1;
}
.design-version ul,
.design-version li {
  padding: 0;
  list-style: none;
  margin: 0;
}
.design-version .day {
  margin-bottom: 10px;
}
.design-version .versionlist-li {
  display: flex;
  flex-wrap: wrap;
  border-radius: 5px;
  padding: 10px;
}
.design-version .versionlist-li.active {
  background: #d7d7d79c;
}
.design-version .versionlist-li .listnum {
  width: 50px;
  display: flex;
  align-items: center;
}
.design-version .versionlist-li .listnum span {
  background-color: #1979c3;
  border-radius: 5px;
  padding: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}
.design-version .versionlist-li .child-sect {
  width: calc(100% - 50px);
}
.design-version .versionlist-li .child-sect .child-list li {
  font-weight: bold;
}
.design-version .versionlist-li .child-sect .child-list li span {
  font-weight: normal;
}
.design-version .version-list .parent-list > li {
  padding: 10px 0 10px 10px;
}
.design-version .version-list .parent-list > li:not(:last-child) {
  border-bottom: 2px solid #e3e3e3;
}
.design-version .version-img-sec {
  padding-bottom: 30px;
  width: 760px;
  margin: auto;
}
.design-version .version-img-sec .actions {
  margin-bottom: 20px;
  text-align: right;
}
.design-version .version-img-sec .version-img {
  text-align: center;
  box-shadow: 0 0 3px 3px #0000005e;
  border-radius: 3px;
}
.design-list .designlist-grid .template-item .inner-box .image-box {
  position: relative;
}
.design-list .designlist-grid .template-item .inner-box .image-box img {
  vertical-align: middle;
}
.design-list .designlist-grid .template-item .inner-box .image-box:hover .hover-view {
  opacity: 1;
}
.design-list .designlist-grid .template-item .inner-box .image-box .hover-view {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: 0.5s;
  overflow: hidden;
}
.design-list .designlist-grid .template-item .inner-box .image-box .hover-view .text-link {
  margin: 0 10px;
  display: inline-block;
  cursor: pointer;
}
.design-list .designlist-grid .template-item .inner-box .image-box .hover-view .text-link::before {
  text-align: center;
  font-family: "font-icons";
  font-size: 20px;
  color: #fff;
}
.design-list .designlist-grid .template-item .inner-box .image-box .hover-view .text-link.preview::before {
  content: "\e6a5";
}
.design-list .designlist-grid .template-item .inner-box .image-box .hover-view .text-link.comment::before {
  content: "\e65f";
}
.saved-design-preview-popup.modal-popup .modal-inner-wrap {
  max-width: 70%;
  text-align: center;
  background-color: white;
  box-shadow: none;
  transform: translate(-50%, calc(-50% - 39px));
  -webkit-transform: translate(-50%, calc(-50% - 39px));
  right: auto;
  left: 50%;
  top: calc(50% - 39px);
  margin: 0 auto;
}
.saved-design-preview-popup.modal-popup .modal-inner-wrap .modal-content {
  padding: 0;
}
.saved-design-preview-popup.modal-popup .modal-inner-wrap .modal-header {
  display: none;
}
.saved-design-preview-popup.modal-popup .modal-inner-wrap .zoom-in-out {
  display: flex;
  justify-content: right;
  align-items: center;
  margin-bottom: 10px;
}
.saved-design-preview-popup.modal-popup .modal-inner-wrap .zoom-in-out .designid {
  font-weight: 600;
  margin-right: 10px;
}
.saved-design-preview-popup.modal-popup .modal-inner-wrap .zoom-in-out .zoom-buttons {
  display: flex;
  align-items: center;
  color: #fff;
  background-color: #4d4d4d;
  padding: 2px 10px;
  margin-right: 10px;
}
.saved-design-preview-popup.modal-popup .modal-inner-wrap .zoom-in-out .zoom-buttons .selecter-box {
  width: 80px;
  overflow: hidden;
  position: relative;
}
.saved-design-preview-popup.modal-popup .modal-inner-wrap .zoom-in-out .zoom-buttons .selecter-box::before {
  content: "\e622";
  font-family: "luma-icons";
  position: absolute;
  right: 10px;
  top: 5px;
  z-index: 1;
}
.saved-design-preview-popup.modal-popup .modal-inner-wrap .zoom-in-out .zoom-buttons .selecter-box .percentage-selecter {
  width: 120px;
  background-color: transparent;
  border: none;
  color: #fff;
  position: relative;
  z-index: 5;
}
.saved-design-preview-popup.modal-popup .modal-inner-wrap .zoom-in-out .zoom-buttons .selecter-box option {
  color: #000;
}
.saved-design-preview-popup.modal-popup .modal-inner-wrap .zoom-in-out .zoom-buttons .zoom-btn {
  width: 24px;
  text-align: center;
  height: 24px;
  border-radius: 50px;
  border: 2px solid #bdbdbd;
  line-height: 1;
  color: #bdbdbd;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-weight: bold;
  justify-content: center;
}
.saved-design-preview-popup.modal-popup .modal-inner-wrap .zoom-in-out .zoom-buttons .zoom-btn:not(.plus-btn) {
  margin-right: 20px;
}
.saved-design-preview-popup.modal-popup .modal-inner-wrap .zoom-in-out .closebtn {
  padding: 0;
  border: none;
  background-color: #000000;
  border-radius: 5px;
  font-size: 20px;
  height: 39px;
  width: 39px;
  text-align: center;
}
.saved-design-preview-popup.modal-popup .modal-inner-wrap .zoom-in-out .closebtn::before {
  font-size: 20px;
  line-height: 14px;
  color: #fff;
  content: "\e616";
  font-family: "luma-icons";
  color: #d0d0d0;
}
.saved-design-preview-popup.modal-popup .modal-inner-wrap .designimg {
  background-color: transparent;
  text-align: right;
}
.status-list .status,
.design-list .status {
  font-size: 10px;
}
.warning-main-custom-modal,
.warning-edit-custom-modal {
  margin: 0 auto;
  max-width: 500px;
  width: 100%;
  text-align: center;
  border-radius: 15px;
  padding: 10px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000000;
  display: flex;
  align-items: center;
}
.warning-main-custom-modal.listing,
.warning-edit-custom-modal.listing {
  max-width: 950px;
}
.warning-main-custom-modal .content,
.warning-edit-custom-modal .content {
  padding: 10px;
}
.warning-main-custom-modal img,
.warning-edit-custom-modal img {
  max-width: 100%;
  vertical-align: middle;
}
.warning-main-custom-modal .action-btn,
.warning-edit-custom-modal .action-btn {
  text-align: center;
  color: #fff;
  border: none;
  box-shadow: none;
  padding: 0;
  cursor: pointer;
  border-radius: 5px;
  font-size: 15px;
  height: 44px;
  padding-left: 15px;
  padding-right: 15px;
  vertical-align: middle;
  min-width: 120px;
}
.warning-main-custom-modal p,
.warning-edit-custom-modal p {
  margin: 0 0 15px 0;
}
.warning-main-custom-modal button.btn-primary:hover,
.warning-edit-custom-modal button.btn-primary:hover {
  color: #fff;
}
.warning-main-custom-modal button.action-btn.btn-secondary,
.warning-edit-custom-modal button.action-btn.btn-secondary {
  background-color: #868686;
  border-color: #868686;
}
.warning-main-custom-modal button.action-btn.btn-secondary:hover,
.warning-edit-custom-modal button.action-btn.btn-secondary:hover {
  background-color: #4a4646;
  border-color: #4a4646;
}
.warning-main-custom-modal .popup-inner,
.warning-edit-custom-modal .popup-inner {
  border: 2px solid #a0a0a0;
  border-radius: 15px;
  padding-bottom: 15px;
}
.warning-main-custom-modal h2,
.warning-edit-custom-modal h2 {
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  background-color: #f55555;
  border-radius: 15px 15px 0 0;
  font-size: 30px;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.actions-popup {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.actions-popup .action-btn:not(:first-child) {
  margin-left: 15px;
}
.warning-edit-custom-modal {
  max-width: 700px;
}
.warning-text p {
  color: #f55555;
  font-size: 14px;
}
.label-text {
  min-height: 50px;
}
.label-text p {
  font-weight: bold;
  font-size: 18px;
}
.description p {
  font-size: 15px;
}
.popup-title img {
  width: 40px;
  margin-left: 10px;
}
.status-list ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.status-list ul li {
  list-style: none;
  width: 33.333%;
  padding: 0 8px;
  margin-bottom: 20px;
}
.status-list .image-box {
  margin-bottom: 20px;
}
.status-list .name {
  background-color: #000000;
  color: #fff;
  padding: 5px;
}
.status-list .title {
  background-color: #c6c6c6;
  color: #141414;
  padding: 5px;
}
.status-list .status {
  color: #fff;
  padding: 5px;
  text-transform: uppercase;
  font-weight: bold;
}
.status-list .status.mastertemplate {
  font-weight: bold;
  color: #ff0000;
}
.status-list .status.draft {
  background-color: #206ca8;
}
.status-list .status.approved {
  background-color: #129507;
}
.status-list .status.inactive {
  background-color: #757575;
}
.status-list .img-btn {
  border: 1px solid #dbdbdb;
  padding: 20px 10px;
}
.close-btn {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  font-size: 0;
  width: 30px;
  height: 30px;
  background: #000;
  border-radius: 50%;
}
.close-btn::before {
  content: "";
  background: url(../../frontend/BrandMd/ultimate/en_US/images/close.png) no-repeat center;
  height: 30px;
  width: 30px;
  display: block;
}
.warning-main-custom-modal.modal-popup .modal-header,
.warning-edit-custom-modal.modal-popup .modal-header {
  display: none;
}
.warning-main-custom-modal.modal-popup .modal-inner-wrap,
.warning-edit-custom-modal.modal-popup .modal-inner-wrap {
  margin: 0;
  width: 100%;
  border-radius: 15px;
}
.warning-main-custom-modal .modal-slide,
.warning-main-custom-modal .modal-popup,
.warning-edit-custom-modal .modal-slide,
.warning-edit-custom-modal .modal-popup {
  bottom: auto;
}
.warning-main-custom-modal.modal-popup._inner-scroll .modal-content,
.warning-edit-custom-modal.modal-popup._inner-scroll .modal-content {
  padding: 10px;
  border-radius: 15px;
}
@media only screen and (max-width: 1365px) {
  .design-list .designlist-grid .template-item {
    width: 25%;
  }
}
@media only screen and (max-width: 1023px) {
  .design-list .designlist-grid .template-item {
    width: 33.333%;
  }
}
@media only screen and (max-width: 767px) {
  .design-list .designlist-grid .template-item {
    width: 50%;
  }
  .modal-popup.saved-design-preview-popup.modal-slide._inner-scroll {
    left: 0;
  }
  .modal-popup.saved-design-preview-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: inherit;
    min-height: inherit;
    position: absolute;
    width: 100%;
    max-width: 90%;
    background: white;
    transform: translate(-50%, calc(-50% - 39px));
    -webkit-transform: translate(-50%, calc(-50% - 39px));
  }
  .modal-popup.warning-main-custom-modal.modal-slide._inner-scroll,
  .modal-popup.warning-edit-custom-modal.modal-slide._inner-scroll {
    left: 0;
    bottom: auto;
  }
  .modal-popup.warning-main-custom-modal.modal-slide._inner-scroll .modal-inner-wrap,
  .modal-popup.warning-edit-custom-modal.modal-slide._inner-scroll .modal-inner-wrap {
    min-height: inherit;
    margin: 0 auto;
  }
  .modal-popup.warning-edit-custom-modal .content {
    max-height: 70vh;
    overflow: auto;
  }
  .actions-popup {
    padding: 0 15px;
  }
  .actions-popup .action-btn {
    width: 100%;
  }
  .actions-popup .action-btn:not(:first-child) {
    margin-left: 0;
    margin-top: 10px;
  }
  .status-list ul li {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .status-list ul li {
    width: 100%;
  }
}
body.account .page-title {
  font-size: 2.8rem;
}
body.customer-account-index .fieldset.row {
  margin-left: -15px;
  margin-right: -15px;
}
.block.block-dashboard-info .block-title,
.block.block-dashboard-addresses .block-title,
.block.block-dashboard-orders .block-title,
.block.resetpassword-block .block-title {
  margin-bottom: 22px;
}
.block.block-dashboard-info .block-title strong,
.block.block-dashboard-addresses .block-title strong,
.block.block-dashboard-orders .block-title strong,
.block.resetpassword-block .block-title strong {
  font-size: 1.8rem;
  text-transform: capitalize;
  margin-bottom: 10px;
  display: block;
  text-align: center;
  border-bottom: 2px solid #ececec;
  padding-bottom: 10px;
}
.block.block-dashboard-info .block-title p,
.block.block-dashboard-addresses .block-title p,
.block.block-dashboard-orders .block-title p,
.block.resetpassword-block .block-title p {
  text-align: center;
}
.block.block-dashboard-info .block-title p:last-child,
.block.block-dashboard-addresses .block-title p:last-child,
.block.block-dashboard-orders .block-title p:last-child,
.block.resetpassword-block .block-title p:last-child {
  font-style: italic;
  margin-bottom: 10px;
}
.block.block-dashboard-info .table-wrapper.orders-recent,
.block.block-dashboard-addresses .table-wrapper.orders-recent,
.block.block-dashboard-orders .table-wrapper.orders-recent,
.block.resetpassword-block .table-wrapper.orders-recent {
  margin-top: -11px;
}
.block.block-dashboard-info .field.admin__field .admin__field-label {
  display: none;
}
.profile_image-row {
  margin-bottom: 22px;
}
.profile_image-row .drag-drop-box {
  position: relative;
  max-width: 300px;
  border: 2px solid #c2c2c2;
  padding: 22px;
  text-align: center;
}
.profile_image-row .drag-drop-box::before {
  content: "";
  background: url('../../frontend/BrandMd/ultimate/en_US/images/upload.png') no-repeat center;
  width: 48px;
  height: 48px;
  display: block;
  margin: 0 auto;
}
.profile_image-row .drag-drop-box span.drag-drop,
.profile_image-row .drag-drop-box span.or {
  display: block;
}
.profile_image-row .drag-drop-box span.or {
  text-transform: uppercase;
}
.profile_image-row .drag-drop-box .file-uploader-button {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  top: 0;
  bottom: 0;
  opacity: 0;
  font-size: 0;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    right: -11px;
    top: 40px;
    left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .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,
  .account .column.main .block:not(.widget) .block-title:before,
  .account .column.main .block:not(.widget) .block-title:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .account .column.main .block:not(.widget) .block-title:after {
    clear: both;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name,
  .block-collapsible-nav .title {
    border-top: 1px solid #ccc;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    border-bottom: 1px solid #ccc;
    padding: 11px 44px 11px 15px;
    display: block;
    text-decoration: none;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    position: absolute;
    right: 22px;
    top: 11px;
  }
  .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: 12px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 3px 0 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after,
  .block-collapsible-nav .title.active:after {
    content: '\e621';
  }
  .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: 'luma-icons';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-checkout-tooltip-content-position-top-mobile,
  .field-tooltip .field-tooltip-content {
    right: -11px;
    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: 11px;
    left: auto;
    top: 0;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .field-tooltip .field-tooltip-content:before {
    border-bottom-color: #666666;
  }
  .abs-checkout-tooltip-content-position-top-mobile:after,
  .field-tooltip .field-tooltip-content:after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-main,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .account .page-main,
  .cms-privacy-policy .page-main {
    padding-top: 41px;
    position: relative;
  }
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    display: block;
    text-decoration: none;
    position: relative;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e621';
  }
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: calc(100% - 54px);
  }
  .nav-sections .switcher {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: 0.8rem 3.5rem 0.8rem 2rem;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 5.5px;
  }
  .nav-sections .switcher.language .options {
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .nav-sections .switcher.language .options .action {
    padding: 0 11px 5.5px;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .header.links li {
    font-size: 1.6rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    border-top: 1px solid #d1d1d1;
    font-weight: 700;
    padding: 0.8rem 15px;
  }
  .nav-sections .header.links li > a {
    border-top: 1px solid #d1d1d1;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #575757;
    text-decoration: none;
    display: block;
    font-weight: 700;
    padding: 0.8rem 15px;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-sections-item-content {
    box-sizing: border-box;
    display: none;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    padding: 27.5px 0;
    width: 100%;
  }
  .nav-sections-item-content:before,
  .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  .nav-sections-item-content:after {
    clear: both;
  }
  .nav-sections-item-content.active {
    display: block !important;
  }
  .nav-sections-item-title {
    background: #e3e3e3;
    border: solid #d7d7d7;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  .nav-sections-item-title.active + .nav-sections-item-content {
    display: block !important;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .page-wrapper {
    left: calc(100% - 54px);
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.7);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .navigation {
    background: #f0f0f0;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 11px;
    padding-right: 0;
    padding-bottom: 11px;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #575757;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 700;
    padding: 8px 44px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #ADC9D9;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ADC9D9;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #ADC9D9;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #ADC9D9;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #ADC9D9;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #ADC9D9;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #575757;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #ADC9D9;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ADC9D9;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #ADC9D9;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .product.data.items .item.title > .switch {
    padding: 1px 15px 1px;
  }
  .product.data.items > .item.content {
    padding: 10px 15px 30px;
  }
  .breadcrumbs {
    display: none;
  }
  .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: 16px;
    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;
  }
  div[data-role='am-banners-lite'] {
    order: -2;
  }
  .am-checkout .product-item .product-item-inner {
    flex-direction: column;
  }
  .block.discount .amcoupons-cart-title {
    padding: 10px 18px 10px 15px;
  }
  .checkout-container .opc-estimated-wrapper {
    margin-top: 10px;
  }
  .checkout-container .authentication-wrapper {
    margin-top: -12px;
  }
  .search-description span {
    display: block;
  }
  .page-header-v1.page-header .modal .control.vertically-control.loader-ajax:after {
    top: 20px;
  }
  .page-header-v1.page-header .modal #search {
    margin-bottom: 0px;
  }
  .page-header-v2.page-header .block-search.minisearch-v2 {
    margin-right: 21px;
    padding-right: 20px;
  }
  .page-header-v2.page-header .block-search.minisearch-v2 .open-modal-search {
    font-size: 20px;
    margin-top: -2px;
  }
  .page-header-v2.page-header .modal .control.vertically-control.loader-ajax:after {
    top: 20px;
  }
  .page-header-v2.page-header .modal .control {
    overflow: initial !important;
    height: auto !important;
  }
  .page-header-v2.page-header .modal .control #search {
    margin-bottom: 0px;
  }
  .page-header-v3.page-header .modal .control.vertically-control.loader-ajax:after {
    top: 20px;
  }
  .page-header-v3.page-header .modal #search {
    margin-bottom: 0px;
    margin-top: 0px;
  }
  .page-header-v4.page-header .modal .block-search {
    margin-top: 0px;
  }
  .page-header-v4.page-header .modal .control.vertically-control.loader-ajax:after {
    top: 20px;
  }
  .page-header-v4.page-header .modal .control {
    overflow: initial !important;
    height: auto !important;
  }
  .page-header-v4.page-header #search_mini_form .control:not(.vertically-control):not(.horizontally-control) {
    position: absolute;
    top: 55px;
    padding: 0  15px;
  }
  :root .wp-device-xs .page-header-v4 .page-header .block-search label.active + .control {
    border-top: 0 none !important;
  }
  .page-wrapper .header.content .logo {
    max-width: 65%;
    margin-bottom: 13px;
    margin-top: 4px;
    z-index: 0;
  }
  .page-wrapper .header.content .logo img {
    width: 100%;
    height: auto;
  }
  .page-wrapper .page-header {
    margin-bottom: 0px;
    border: none;
  }
  .page-wrapper .page-header .panel.header {
    max-width: 100% !important;
    width: 100% !important;
  }
  .page-wrapper .page-header .panel.header .header_right {
    padding-right: 0 !important;
  }
  .page-wrapper .page-header .minicart-wrapper .action.showcart.active:before,
  .page-wrapper .page-header .minicart-wrapper .action.showcart:before {
    font-size: 22px !important;
  }
  .page-wrapper .page-main {
    padding-top: 20px;
  }
  .page-wrapper .page-header-v1 .block-search .control {
    border-top: none;
  }
  .page-wrapper .page-header-v1 .nav-toggle:before {
    margin-top: 4px;
  }
  .page-wrapper .page-header-v2 .field.search label:before {
    margin-top: 0px !important;
  }
  .page-wrapper .page-header-v2 .page-header .header_right {
    margin: 0px;
    padding-right: 0px !important;
  }
  .page-wrapper .page-header-v4 .page-header .header_right,
  .page-wrapper .page-header-v3 .page-header .header_right,
  .page-wrapper .page-header-v2 .page-header .header_right,
  .page-wrapper .page-header-v1 .page-header .header_right {
    padding-right: 0px !important;
  }
  .page-wrapper .page-header-v4 .block-search .control,
  .page-wrapper .page-header-v3 .block-search .control,
  .page-wrapper .page-header-v2 .block-search .control,
  .page-wrapper .page-header-v1 .block-search .control {
    border: none !important;
  }
  .page-wrapper .page-header-v4 .page-header .block-search {
    margin-top: 5px;
  }
  .page-wrapper .page-header-v4 .page-header .header_right {
    margin-top: 0;
  }
  .page-wrapper .page-header-v4 .page-header .header_right label {
    padding-right: 10px !important;
  }
  .nav-sections .section-item-content .switcher-store .switcher-options .switcher-dropdown {
    display: none;
  }
  .nav-sections .section-item-content .switcher-store .switcher-options.active .switcher-dropdown {
    display: block;
  }
  .account .block-collapsible-nav {
    top: 0px;
    z-index: 1;
  }
  .search-autocomplete {
    margin-top: 30px;
  }
  .page-wrapper .page-header .header.content .modal #search.vertically-black {
    font-size: 18px !important;
  }
  .page-wrapper .page-header .header.content .modal #search.vertically-black::-webkit-input-placeholder {
    font-size: 18px !important;
  }
  .page-wrapper .page-header .header.content .modal #search.vertically-black::-moz-placeholder {
    font-size: 18px !important;
  }
  .page-wrapper .page-header .header.content .modal #search.vertically-black:-ms-input-placeholder {
    font-size: 18px !important;
  }
  .page-wrapper .page-header .header.content .modal #search.vertically-black:-moz-placeholder {
    font-size: 18px !important;
  }
  .header-global-promo .global-notification-wrapper #slides {
    max-width: 100%;
  }
  .header-global-promo .global-notification-wrapper .btn-bar #buttons #prev {
    left: -2%;
  }
  .header-global-promo .global-notification-wrapper .btn-bar #buttons #next {
    right: -5%;
  }
  .header-global-promo .global-notification-wrapper .glb-prm .wpx-sub {
    display: block;
  }
  .page-wrapper .page-header .modal #search.horizontally-white {
    font-size: 18px !important;
    height: 44px !important;
  }
  .page-header-v1 .open-modal-search {
    padding-top: 3px;
    padding-right: 20px;
    font-size: 20px;
  }
  .page-header-v1 .loader-ajax:after {
    top: 9px;
  }
  .page-header-v1 .field.search label:before {
    margin-top: 5px !important;
  }
  .page-header-v2 .action.showcart:before {
    line-height: 26px !important;
  }
  .page-wrapper .page-header.page-header-v1 .modal #search.horizontally-white,
  .page-wrapper .page-header.page-header-v2 .modal #search.horizontally-white,
  .page-wrapper .page-header.page-header-v3 .modal #search.horizontally-white,
  .page-wrapper .page-header.page-header-v4 .modal #search.horizontally-white {
    font-size: 18px !important;
    height: 44px !important;
  }
  .page-header-v3 .loader-ajax:after {
    top: 9px;
  }
  .page-header-v3 #search_mini_form .control {
    overflow: inherit;
    height: auto !important;
  }
  .page-header-v3 .block-search {
    margin-top: 4px;
  }
  .page-header-v3 .block-search.minisearch-v2 {
    margin-top: -4px;
  }
  .page-header-v3 .open-modal-search {
    font-size: 20px;
    margin-top: 7px;
    position: relative;
    right: -5px;
  }
  .page-header-v3 .field.search label:before {
    margin-top: 2px !important;
  }
  .page-header-v3 .wrap .modal .wpx-pos-search input {
    margin-top: 4px;
  }
  .page-header-v4 .open-modal-search {
    font-size: 20px;
    margin-right: 10px;
    margin-top: 3px;
  }
  .page-header-v4 .action.showcart {
    margin-top: 5px !important;
  }
  .page-header-v4 .field.search label:before {
    line-height: 34px !important;
  }
  .page-header-v4 #search_mini_form .control:not('.vertically-control') {
    position: absolute;
    top: 55px;
    padding: 0  15px;
  }
  .page-header-v4 .loader-ajax:after {
    top: 9px;
  }
  .page-header-v4 .wrap .modal .wpx-pos-search input {
    margin: 0px;
  }
  .wrap .modal .modal-content {
    width: 95% !important;
  }
  .wrap .modal .wpx-pos-search input {
    position: static !important;
    margin-top: 0px;
  }
  .wrap .modal .searchautocomplete {
    max-height: 60vh;
  }
  .wrap .modal .searchautocomplete.vertically .product-list li .block-flex {
    display: flex !important;
    align-items: center;
  }
  .wrap .modal .searchautocomplete.vertically .product-list li .block-left {
    margin-right: 0px !important;
  }
  .wrap .modal .searchautocomplete.vertically .product-list li .block-right {
    align-self: auto;
  }
  .wrap .modal .searchautocomplete.horizontally {
    top: 42px;
  }
  .wrap .modal .searchautocomplete.horizontally .product-list {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .wrap .modal .searchautocomplete.horizontally .product-list li {
    display: flex !important;
    align-items: center;
  }
  .wrap .modal .searchautocomplete.horizontally .product-list li .block-left,
  .wrap .modal .searchautocomplete.horizontally .product-list li .block-right {
    display: inline-block;
    vertical-align: middle;
  }
  .wrap .modal .searchautocomplete.horizontally .product-list li .block-left img {
    max-width: 80px;
  }
  .wrap .modal .searchautocomplete.horizontally .product-list li .block-right {
    text-align: left !important;
  }
  .wrap .modal .searchautocomplete.horizontally .product-list li .block-right a {
    font-weight: normal !important;
  }
  .wrap .modal .loader-ajax:after {
    background-size: 22px 21px;
    top: 9px;
    height: 25px;
  }
  .page-header-v4 .wrap {
    display: inline-block;
  }
  .header.content .block-search .wpx-pos-search input {
    width: 100% !important;
    height: 66px !important;
    background: transparent !important;
    font-size: 12px !important;
    color: black !important;
    border-color: #333 !important;
    border: none !important;
    border-bottom: 1px solid black !important;
  }
  .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%;
  }
  .reward-settings + .actions-toolbar {
    margin-top: 10px;
  }
  .catalog-product-view .column.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-product-view .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .compare.wrapper {
    display: none;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  .catalog-product_compare-index .columns .column.main {
    flex-basis: inherit;
  }
  .block-search {
    margin-top: 11px;
  }
  .cart-container .form-cart .actions.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .cart-container .form-cart .actions.main .clear,
  .cart-container .form-cart .actions.main .continue {
    margin: 0 0 27.5px 0;
  }
  .cart-discount {
    border-bottom: 1px solid #ccc;
  }
  .cart.table-wrapper {
    border-top: 1px solid #ccc;
  }
  .cart.table-wrapper thead .col.item,
  .cart.table-wrapper thead .col.qty,
  .cart.table-wrapper thead .col.price,
  .cart.table-wrapper thead .col.subtotal,
  .cart.table-wrapper thead .col.msrp {
    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;
    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: 600;
    padding-bottom: 10px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .cart.table-wrapper tbody > tr > td:last-child {
    border: 0;
  }
  .cart-totals {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-totals .table-wrapper {
    border-top: 0;
  }
  .cart-totals .totals tbody > tr:not(:last-child) > td:last-child {
    border: 0;
  }
  .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: left;
  }
  .minicart-wrapper {
    margin-top: 11px;
  }
  .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;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    width: 100%;
  }
  .checkout-index-index .modal-popup .modal-footer .action-hide-popup {
    margin-top: 22px;
  }
  .field-tooltip .field-tooltip-content {
    right: -11px;
    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 22px;
  }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 11px;
  }
  .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 22px;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .messages {
    margin-bottom: 0;
  }
  .account .column.main .block:not(.widget) .block-title > .action {
    float: right;
    margin-top: 5.5px;
  }
  .account .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 22px;
  }
  .account .column.main .block:not(.widget) .block-content .box:last-child {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    display: block;
    margin-bottom: 11px;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .form.search.advanced .field.price .with-addon .input-text {
    flex-basis: auto;
    width: 100%;
  }
  .gift-message .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-top: 1px solid #c1c1c1;
    border-bottom: 0;
  }
  .gift-item-block .title:after {
    font-size: 1.2rem;
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .gift-item-block .content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .cart.table-wrapper .gift-content {
    border-top: 1px solid #c1c1c1;
    margin-right: -15px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart .action-gift {
    display: inline-block;
    text-decoration: none;
  }
  .cart .action-gift > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart .action-gift:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e62a';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart .action-gift:hover:after {
    color: #ADC9D9;
  }
  .cart .action-gift:active:after {
    color: #757575;
  }
  .cart .action-gift._active {
    border: 1px solid #c1c1c1;
    border-bottom-color: #fff;
    margin: -5.5px 14px -1px -15px;
    padding: 4px 11px 9px 14px;
  }
  .cart .action-gift._active:after {
    color: #ADC9D9;
  }
  .gift-options-cart-item + .towishlist {
    left: 0;
    position: absolute;
  }
  .cart.table-wrapper .action-giftregistry {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-giftregistry > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .action-giftregistry:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e62b';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-giftregistry:hover:before {
    color: #ADC9D9;
  }
  .cart.table-wrapper .action-giftregistry:active:before {
    color: #757575;
  }
  .product-add-form .table-wrapper.grouped {
    margin-left: -15px;
    margin-right: -15px;
  }
  .product-add-form .table-wrapper.grouped .table.data.grouped tr td {
    padding: 5px 10px 5px 15px;
  }
  body.filter-active .page-header {
    display: none;
  }
  body.filter-active .page-wrapper {
    height: 0;
    margin-top: -999999em;
    visibility: hidden;
  }
  body.filter-active .columns {
    z-index: 999;
  }
  .filter.active {
    position: relative;
    visibility: visible;
    z-index: 99;
  }
  .filter.active .filter-options-item:last-child {
    margin-bottom: 44px;
  }
  .filter.active .filter-title {
    border-bottom: 1px solid #ccc;
    height: 48px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2;
  }
  .filter.active .filter-title strong {
    box-shadow: none;
    background: none;
    border: 0;
    color: transparent;
    left: auto;
    right: 3px;
    top: 10px;
    display: inline-block;
    text-decoration: none;
  }
  .filter.active .filter-title strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #ffffff;
    content: '\e616';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter.active .filter-subtitle {
    background: transparent;
    display: block;
    height: 50px;
    left: 0;
    line-height: 32px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .filter.active .filter-options {
    background: #fff;
    bottom: 0;
    display: block;
    left: 0;
    overflow: scroll;
    position: fixed;
    right: 0;
    top: 50px;
    z-index: 10;
  }
  .filter .filter-subtitle {
    font-size: 20px;
    font-weight: 300;
  }
  .filter-actions {
    margin: -35px -11px 27.5px;
  }
  .filter-options-content {
    padding: 5.5px 11px;
  }
  .filter .filter-current {
    border: solid #ccc;
    border-width: 1px 0;
    margin: 5.5px -11px 0;
  }
  .filter .filter-current .items {
    display: none;
  }
  .filter .filter-current-subtitle {
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    display: block;
    text-decoration: none;
  }
  .filter .filter-current-subtitle:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter .filter-current-subtitle:before {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .filter .filter-current-subtitle:after {
    color: #ffffff;
    content: ' (' attr(data-count) ')';
    font-size: 0.9em;
  }
  .filter .filter-current.active {
    padding-bottom: 30px;
  }
  .filter .filter-current.active .block-subtitle:before {
    content: '\e621';
  }
  .filter .filter-current.active .items {
    display: block;
  }
  .filter .filter-current.active + .block-actions {
    display: block;
  }
  .filter .filter-current + .block-actions {
    display: none;
  }
  .filter-no-options .filter-title:before {
    background: rgba(255, 255, 255, 0.5);
    content: '';
    display: block;
    height: 40px;
    left: 0;
    margin-top: -60px;
    position: relative;
    width: 75px;
    z-index: 99;
  }
  .filter-no-options .filter-content {
    margin-bottom: 22px;
  }
  .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: 11px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -15px 20px;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    font-size: 1.6rem;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #ccc;
    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 {
    color: #000000;
    display: block;
    padding: 5.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: 27.5px;
  }
  .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: 44px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-right: 0;
  }
  .block.newsletter input {
    font-size: 12px;
    padding-left: 30px;
  }
  .block.newsletter .field .control:before {
    font-size: 13px;
  }
  .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;
  }
  .form.send.friend .fieldset {
    padding-bottom: 5.5px;
  }
  .form.send.friend .action.remove {
    margin-left: 0;
    right: 0;
    top: 100%;
  }
  .block-collapsible-nav {
    left: 0;
    position: absolute;
    top: -21px;
    width: 100%;
    z-index: 5;
  }
  .block-collapsible-nav .content {
    border-bottom: 1px solid #ccc;
    display: none;
  }
  .block-collapsible-nav .content.active {
    display: block;
  }
  .customer-name,
  .customer-welcome + .authorization-link {
    display: none;
  }
  .nav-sections .switcher-trigger strong:after {
    font-size: 1.6rem;
    right: -25px;
    top: -2px;
  }
  .navigation .parent .level-top:after {
    font-size: 1.6rem;
    right: 10px;
    top: 7px;
  }
  .page-footer .footer.content .switcher-store {
    background: #f4f4f4;
    font-size: 1.6rem;
    margin: 0 -15px;
  }
  .page-footer .footer.content .switcher-store .switcher-options {
    display: block;
  }
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown {
    background: none;
    border: 0;
    box-shadow: none;
    margin: 0;
    position: relative;
  }
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown:before,
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown:after {
    display: none;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger,
  .page-footer .footer.content .switcher-store .switcher-options .switcher-option {
    border-top: 1px solid #cecece;
    display: block;
    padding: 11px 20px;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger strong {
    padding: 11px 0;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-option a {
    padding: 0;
  }
  .logo {
    margin-bottom: 13px;
    margin-top: 4px;
  }
  .cms-page-view .page-main {
    padding-top: 0;
    position: relative;
  }
  [class^='cms-privacy-policy'] .page-main {
    padding-top: 41px;
    position: relative;
  }
  .cms-content .data-table {
    border: none;
    display: block;
  }
  .cms-content .data-table > thead > tr > th {
    display: none;
  }
  .cms-content .data-table > tbody {
    display: block;
  }
  .cms-content .data-table > tbody > tr {
    display: block;
  }
  .cms-content .data-table > tbody > tr td,
  .cms-content .data-table > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 5.5px 11px;
  }
  .cms-content .data-table > tbody > tr td[data-th]:before,
  .cms-content .data-table > tbody > tr th[data-th]:before {
    padding-right: 11px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #7eaac3;
    font-weight: 700;
  }
  .cms-content .data-table > tbody > tr > th {
    background-color: #f6f6f6;
  }
  .products-grid.wishlist {
    margin-bottom: 33px;
    margin-right: 0;
  }
  .products-grid.wishlist .product-item {
    padding: 22px 0 22px 0;
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 22px;
  }
  .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,
  .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: 22px;
  }
  .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;
  }
  .cart.table-wrapper .towishlist {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .towishlist > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .towishlist:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e600';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .towishlist:hover:before {
    color: #ADC9D9;
  }
  .cart.table-wrapper .towishlist:active:before {
    color: #757575;
  }
  .cart.table-wrapper .towishlist:before {
    overflow: visible;
  }
  .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;
  }
  .filter.active .filter-title {
    border-bottom: none;
  }
  .checkout-index-index .authentication-wrapper {
    margin-top: -60px !important;
    z-index: 10 !important;
  }
  .navigation .submenu:not(:first-child) .level1.active > a,
  .navigation .submenu:not(:first-child) .active > a,
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #000;
  }
  .footer.content .footer-v1 .footer-title:after {
    content: "";
    width: 40%;
    height: 1px;
    display: block;
    margin: 5px auto 0 auto;
    border-top: 1px solid #cecece;
  }
  .footer.content .footer-v1 .links li {
    border-top: none;
    background: transparent;
  }
  .footer.content .footer-v2 .nopadding-left-mob,
  .footer.content .footer-v4 .nopadding-left-mob {
    padding-left: 0px;
  }
  .footer.content .links > li {
    padding: 10px 25px;
  }
  .footer.content .links > li > a {
    padding: 0px;
  }
  .nav-sections-item-title a.nav-sections-item-switch {
    text-transform: uppercase;
  }
  .page-wrapper .page-footer .footer.content .footer-v2 .block.newsletter .actions {
    display: block;
    text-align: center;
    margin: 10px auto;
    width: auto;
  }
  .page-wrapper .page-footer .footer.content .footer-v3 h4.no-padding-mob {
    padding-bottom: 0px;
  }
  .page-wrapper .page-footer .footer.content .footer-v3 .footer-v3-list {
    line-height: 1.8 !important;
  }
  .page-wrapper .page-footer .footer.content .footer-v3 .mg-mobile a.social-icons {
    margin: 0 20px 5px 0;
  }
  .page-wrapper .page-footer .footer.content .footer-v3 .details-v3 {
    margin-bottom: 30px;
  }
  .page-wrapper .page-footer .footer.content .footer-v3 .details-v3 a {
    color: #cccccc;
  }
  .page-wrapper .page-footer .footer.content .pre-footer .pre-footer-content .pre-footer-subtitle {
    font-size: 14px;
  }
  .page-wrapper .page-footer .footer.content .pre-footer .pre-footer-content .pre-footer-title {
    font-size: 20px;
  }
  .promo-image .title {
    font-size: 25px;
    padding: 20px;
  }
  .promo-image .title-v2 {
    text-align: center;
    font-size: 25px;
    padding: 20px;
  }
  .page-wrapper .page-footer {
    float: left;
  }
  .page-wrapper .page-footer .footer.content .footer-v1-content .nopaddingleft {
    padding-right: 0px;
  }
  .account .page.messages {
    margin-bottom: 25px;
    margin-top: 35px;
  }
  .contact-index-index .col-contact-info {
    text-align: center;
    padding-bottom: 20px;
  }
  .sales-order-history.account .table-wrapper {
    border-bottom: none;
  }
  .form-orders-search .open-modal-search .track-order {
    padding: 33px 30px 50px;
    margin: 57px auto;
  }
  .form-orders-search .open-modal-search .track-order .primary {
    margin-top: 20px;
  }
  .theme-pearl.wishlist-index-index .column.main .products-grid.wishlist .product-item {
    padding-left: 0px;
  }
  .theme-pearl.wishlist-index-index .column.main .products-grid.wishlist .product-item:hover {
    padding: 20px 10px 20px 0px !important;
    background: none;
  }
  .theme-pearl.wishlist-index-index .column.main .products-grid.wishlist .product-item .product-item-info .product-item-photo .photo.image {
    max-width: 80px;
  }
  .theme-pearl.wishlist-index-index .column.main .products-grid.wishlist .product-item .product-item-info:hover {
    background: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
  }
  .theme-pearl.wishlist-index-index .column.main .products-grid.wishlist .product-item .product-item-info:hover .product-item-inner {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .theme-pearl.wishlist-index-index .column.main .products-grid.wishlist .product-item-tooltip {
    text-align: center;
  }
  .theme-pearl {
    margin-bottom: 0;
  }
  .theme-pearl .page-wrapper .page-header.page-header-v1 .page-header .panel.header .widget.block.block-static-block {
    margin: 0px;
  }
  .theme-pearl .page-wrapper .page-header.page-header-v1 .page-header .panel.header .widget.block.block-static-block p {
    font-size: 14px;
    margin: 10px 0;
  }
  .theme-pearl .page-wrapper .page-header.page-header-v1 .page-header .header.content {
    padding-bottom: 0px;
    padding-top: 0px;
  }
  .theme-pearl .page-wrapper .page-header.page-header-v1 .page-header .header.content a.logo {
    margin: 10px auto;
  }
  .theme-pearl .page-wrapper .page-header.page-header-v1 .page-header .header.content .panel_header_right .header.links li a .icon-line2-logout {
    margin-right: 15px;
  }
  .theme-pearl .page-wrapper .page-header.page-header-v1 .page-header .nav-sections {
    float: none;
    margin: 0;
  }
  .theme-pearl .designer-help-new-message {
    right: -110%;
    width: 100%;
  }
  .theme-pearl .nav-sections nav.navigation .level0 > .level-top {
    font-size: 19px;
    font-weight: 300;
    font-family: 'Gotham';
    text-transform: uppercase !important;
  }
  .theme-pearl .nav-sections nav.navigation .level0 > .level-top span {
    text-transform: uppercase !important;
  }
  .theme-pearl .nav-sections .header.links + .header.links {
    display: none;
  }
  .theme-pearl .nav-sections .section-item-content {
    padding-top: 0;
  }
  .theme-pearl .nav-sections .navigation {
    padding: 0 !important;
  }
  .theme-pearl .nav-sections .navigation ul {
    flex-flow: row wrap;
  }
  .theme-pearl .nav-sections .navigation ul li {
    width: 100%;
  }
  .theme-pearl .nav-sections .navigation ul li:nth-child(2) {
    border-top: none;
  }
  .customer-welcome {
    position: relative;
  }
  .customer-welcome .customer-menu {
    display: none;
  }
  .customer-welcome.active .customer-menu {
    display: block;
  }
  .customer-welcome .header.links {
    right: 10px;
    border: 1px solid #bbbbbb;
  }
  .customer-welcome .header.links:before {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    top: -11px;
    right: 10px;
    width: 0;
    border: 6px solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
  }
  .customer-welcome .header.links:after {
    border: 7px solid;
    border-color: transparent transparent #bbbbbb transparent;
    z-index: 98;
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    top: -13px;
    right: 9px;
    width: 0;
  }
  .customer-welcome .header.links li a {
    display: block;
    line-height: 1;
    padding: 8px;
  }
  .page-wrapper .page-footer {
    margin-top: 0;
  }
  .page-wrapper .page-footer .footer.content {
    padding: 0;
  }
  .page-wrapper .page-footer .footer.content .footer-v1-content .footer-title {
    font-size: 16px !important;
  }
  .page-wrapper .page-footer .footer.content .footer-v1-content .footer-title:after {
    border: none !important;
  }
  .page-wrapper .page-footer .footer.content .footer-v1-content ul li {
    font-size: initial;
  }
  .page-wrapper .page-footer .footer.content .footer-v1-content ul.links > li {
    padding: 0;
    margin: 0;
  }
  .page-wrapper .page-footer .footer.content .footer-v1-content a {
    font-size: 14px !important;
  }
  .page-wrapper .page-footer .footer.content .footer-v1-content .footer-social-icons li img {
    height: 30px !important;
    width: 30px !important;
  }
  .page-wrapper .page-footer .footer.content .footer-v1-content .col-sm-4.col-xs-6:nth-child(2) {
    padding: 0;
  }
  .page-wrapper .page-footer .footer.content .footer-v1-content .col-sm-4.col-xs-6:last-child {
    margin-top: 63px;
  }
  .theme-pearl .page-wrapper .page-footer .footer.content .footer-v1-content p {
    font-size: 16px;
  }
  .account.vault-cards-listaction .add-methods {
    gap: 27.5px;
    grid-auto-flow: row;
  }
  .account.vault-cards-listaction .add-methods > div {
    width: calc(100% - 6px);
  }
  .account.vault-cards-listaction .add-methods > div > div:first-child {
    flex-direction: row;
  }
  .account.vault-cards-listaction .add-methods > div > div:first-child img {
    margin-right: 22px;
  }
  .account.vault-cards-listaction .braintree-credit-card-types {
    max-width: 130px;
  }
  .braintree-applepay-container-product {
    display: block;
  }
  .braintree-applepay-container-product .braintree-apple-pay-button {
    width: 100%;
  }
  div.braintree-express-payments > div > div {
    width: 100%;
  }
  div.braintree-express-payments .braintree-googlepay-button.long {
    height: 45px;
    width: 100%;
  }
  div.braintree-express-payments .braintree-apple-pay-button {
    --apple-pay-button-height: 45px;
  }
  .theme-pearl.store-view-default h1 {
    font-size: 2rem;
    line-height: 1.2;
  }
  .theme-pearl.store-view-default .rating-summary .rating-result {
    width: 88px;
  }
  .theme-pearl.store-view-default .rating-summary .rating-result:before {
    font-size: 16px;
    height: 16px;
  }
  .theme-pearl.store-view-default .rating-summary .rating-result > span:before {
    font-size: 16px;
    height: 16px;
  }
  .theme-pearl.store-view-default .cart-discount {
    margin-top: 20px;
    padding: 10px 15px;
  }
  .theme-pearl.store-view-default .cart-discount .block.discount .title strong:after,
  .theme-pearl.store-view-default .cart-discount .block.giftcard .title strong:after {
    float: right;
    margin-right: 15px;
  }
  .theme-pearl.store-view-default .cart-discount .block.discount .content,
  .theme-pearl.store-view-default .cart-discount .block.giftcard .content {
    position: relative;
  }
  .theme-pearl.store-view-default .cart-discount .block.discount .content .fieldset .secondary,
  .theme-pearl.store-view-default .cart-discount .block.giftcard .content .fieldset .secondary {
    bottom: 0;
    left: 0;
  }
  .theme-pearl.store-view-default .gift-options-cart-item + .action-towishlist {
    left: 24px !important;
  }
  .theme-pearl .row {
    margin-right: 0px;
  }
  .page-wrapper .btt-button {
    bottom: 60px;
  }
  .design-version {
    padding-top: 20px;
  }
  .design-version .version-img-sec .version-img {
    padding: 10px;
    margin: 0 5px;
  }
}
@media only screen and (max-width: 639px) {
  .abs-visually-hidden-mobile,
  .table-downloadable-products .col.title:before,
  .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,
  .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,
  .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 #ccc;
  }
  .abs-checkout-order-review tbody > tr > td.col.item:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.item:before {
    display: none;
  }
  .abs-checkout-order-review tbody > tr > td.col.qty,
  .abs-checkout-order-review tbody > tr > td.col.price,
  .abs-checkout-order-review tbody > tr > td.col.subtotal,
  .multicheckout.order-review .data.table tbody > tr > td.col.qty,
  .multicheckout.order-review .data.table tbody > tr > td.col.price,
  .multicheckout.order-review .data.table tbody > tr > td.col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .abs-checkout-order-review tbody > tr > td.col.qty[data-th]:before,
  .abs-checkout-order-review tbody > tr > td.col.price[data-th]:before,
  .abs-checkout-order-review tbody > tr > td.col.subtotal[data-th]:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.qty[data-th]:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.price[data-th]:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.subtotal[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 11px;
  }
  .abs-checkout-order-review tbody > tr > td.col:last-child,
  .multicheckout.order-review .data.table tbody > tr > td.col:last-child {
    border: 0;
  }
  .abs-checkout-order-review .product-item-name,
  .multicheckout.order-review .data.table .product-item-name {
    margin: 0;
  }
  .abs-product-items-summary tbody .col {
    padding: 11px 0 0;
  }
  .abs-product-items-summary tbody .col:last-child {
    padding-bottom: 11px;
  }
  .abs-product-items-summary tfoot .mark {
    padding-bottom: 5.5px;
    text-align: left;
  }
  .abs-product-items-summary tfoot .amount {
    padding-top: 0;
    text-align: left;
  }
  .abs-product-items-summary tfoot .grand.totals {
    font-size: 1.6rem;
  }
  .abs-product-items-summary tfoot .grand.totals .mark {
    padding-bottom: 0;
    padding-top: 5.5px;
  }
  .abs-product-items-summary tfoot .grand.totals .amount {
    padding-bottom: 11px;
    padding-top: 0;
  }
  .abs-product-items-summary tfoot .grand.totals .amount strong {
    border-top: none;
  }
  .abs-account-table-margin-mobile,
  .table-wrapper.orders-recent {
    margin-top: -22px;
  }
  .abs-col-no-prefix:before,
  .abs-sidebar-totals-mobile th:before,
  .abs-sidebar-totals-mobile td:before,
  .account .table-billing-agreements .col.actions:before,
  .account .table-billing-agreements-related .col.actions:before,
  .table-wrapper.comparison .table-comparison > tbody > tr > th:before,
  .table-wrapper.comparison .table-comparison > tbody > tr > td:before,
  .cart .table.items .col.item:before,
  .cart .table.items .item-actions td:before,
  .account .table-giftregistry .col.actions:before,
  .table.grouped > tbody > tr > td:before,
  .account .table-reviews .col.actions:before,
  .account .table-order-items .col.actions:before,
  .account .table-order-items .col.options:before,
  .cart-totals .totals th:before,
  .cart-totals .totals td:before,
  .opc-block-summary .totals th:before,
  .opc-block-summary .totals td:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-no-display-s,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody th,
  .order-details-items .table-order-items .options-label,
  .opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
    display: none;
  }
  .abs-title-orders-mobile .page-main .page-title-wrapper .page-title,
  .account .page-main .page-title-wrapper .page-title,
  [class^='sales-guest-'] .page-main .page-title-wrapper .page-title,
  .sales-guest-view .page-main .page-title-wrapper .page-title {
    display: block;
  }
  .abs-title-orders-mobile .page-main .page-title-wrapper .order-status,
  .account .page-main .page-title-wrapper .order-status,
  [class^='sales-guest-'] .page-main .page-title-wrapper .order-status,
  .sales-guest-view .page-main .page-title-wrapper .order-status {
    margin: -11px 0 11px;
  }
  .abs-table-striped-mobile > tbody > tr > td:last-child,
  .account .data.table > tbody > tr > td:last-child {
    border: 0;
  }
  .abs-no-border-top,
  .product.info.detailed .additional-attributes-wrapper,
  .table-wrapper.orders-recent,
  .order-details-items .table-wrapper {
    border-top: 0;
  }
  .abs-no-border-bottom {
    border-bottom: 0;
  }
  .abs-sidebar-totals-mobile .amount,
  .cart-totals .totals .amount,
  .opc-block-summary .totals .amount {
    text-align: right;
  }
  .table-wrapper {
    border-top: 1px solid #ccc;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 5.5px 11px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th[data-th]:before {
    padding-right: 11px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #7eaac3;
    font-weight: 700;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > th {
    background-color: #f6f6f6;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 15px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:last-child {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td.col.qty {
    text-align: left;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody td:last-child {
    border: none;
    padding: 0 0 5.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: 22px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .mark {
    box-sizing: border-box;
    float: left;
    text-align: left;
    width: 70%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .amount {
    box-sizing: border-box;
    float: left;
    text-align: right;
    width: 30%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals {
    font-size: 1.6rem;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals .amount {
    padding-bottom: 11px;
  }
  .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;
  }
  .pages .pages-items {
    display: block;
    padding: 2px 40px 0;
    position: relative;
    white-space: normal;
    z-index: 1;
  }
  .pages-item-previous {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  .pages-item-next {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .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;
  }
  .page-header.page-header-v1 .minicart-wrapper,
  .page-header.page-header-v1 .block-search {
    margin-top: 4px;
  }
  .form-new-agreement select {
    width: auto;
  }
  .table-paypal-review-items .col.subtotal {
    text-align: left;
  }
  .table-paypal-review-items .product-item-name {
    display: inline-block;
  }
  .products-list .product-item {
    table-layout: fixed;
  }
  .products-list .product-item-photo {
    padding: 0 11px 11px 0;
    width: 30%;
  }
  .product-item-actions .actions-primary {
    display: block;
  }
  .toolbar-products {
    margin-bottom: 0;
  }
  .product-info-price {
    margin: 0 -11px 0;
    width: calc(100% + 2*11px) !important;
  }
  .product-info-price > *:first-child {
    padding-left: 11px;
  }
  .product-info-price > *:last-child {
    padding-right: 11px;
  }
  .table-wrapper.comparison .table-comparison > tbody > tr > th,
  .table-wrapper.comparison .table-comparison > tbody > tr > td {
    display: table-cell;
  }
  .cart .table.items .col.qty {
    text-align: center;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .step-content {
    margin: 0 0 15px;
  }
  .opc-progress-bar {
    margin: 0 0 30px;
    counter-reset: i;
    display: block;
    font-size: 0;
  }
  .opc-progress-bar-item {
    width: 165px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address,
  .opc-wrapper .methods-shipping {
    background: #f4f4f4;
    margin: 22px -15px 15px;
    padding: 22px 15px;
  }
  .opc-wrapper .form-login + .form-shipping-address {
    margin-top: -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 38px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 40px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 11px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .methods-shipping {
    border-bottom: 1px solid #ccc;
    padding-top: 33px;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 5px;
  }
  .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: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e601';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #ADC9D9;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #757575;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 22px;
    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;
  }
  .opc-block-summary > .title {
    border-bottom: 0;
    font-size: 18px;
    margin-bottom: 22px;
    padding-bottom: 0;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
    padding: 0;
  }
  .account .sidebar-main .account-nav {
    margin-bottom: 0;
  }
  .page-product-downloadable .product-options-wrapper {
    margin-bottom: 27.5px;
  }
  .table-downloadable-products .product-name {
    display: block;
    margin-bottom: 5.5px;
  }
  .page-product-downloadable .product-info-price ~ *:last-child:after {
    border-bottom: 1px solid #c1c1c1;
    content: '';
    display: block;
    height: 0;
    margin: 27.5px -11px;
    overflow: hidden;
    width: auto;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 22px;
  }
  .block-giftregistry-results .block-title {
    margin-bottom: 0;
  }
  .block-giftregistry-results .table-wrapper {
    border-top: none;
  }
  .block-giftregistry-shared-items .block-title {
    margin-bottom: 11px;
  }
  .block-giftregistry-shared-items .table-wrapper {
    border-top: 0;
  }
  .table.grouped > thead > tr > th {
    border-bottom: 1px solid #ccc;
    display: table-cell;
  }
  .table.grouped > tbody {
    border-bottom: 1px solid #ccc;
  }
  .table.grouped > tbody > tr > td {
    padding: 11px 11px;
    border: 0;
    display: table-cell;
  }
  .table-wrapper .table.grouped:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > td:last-child {
    border-bottom: 0;
  }
  .page-product-grouped .minimal-price {
    margin: 0;
  }
  .page-product-grouped .product-info-price {
    border: 0;
    margin-bottom: 0;
  }
  .page-product-grouped .product-info-price .price-box {
    padding-bottom: 0;
  }
  .multicheckout .data.table .address:before {
    margin-bottom: 5.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: 44px;
  }
  .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.order-review .data.table.table-order-review > tbody > tr > td.col.subtotal {
    border-bottom: none;
  }
  .multicheckout.order-review .data.table.table-order-review > tbody > tr > td.col.qty {
    text-align: center;
  }
  .multicheckout .actions-toolbar .action {
    margin-bottom: 27.5px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 27.5px;
    margin-right: 0;
  }
  .customer-review .product-name {
    margin-bottom: 5.5px;
  }
  .customer-review .product-reviews-summary .rating-summary {
    display: block;
    margin-bottom: 5.5px;
  }
  .table-wrapper.orders-recent .table-order-items.table tbody > tr > td.col {
    padding-left: 0;
  }
  .order-details-items thead {
    display: block;
  }
  .order-details-items thead tr {
    display: block;
  }
  .order-pager-wrapper {
    display: block;
  }
  .account .table-order-items tbody tr {
    display: block;
  }
  .account .table-order-items .product-item-name {
    display: inline-block;
    margin: 0;
  }
  .account .table-order-items .action.show {
    margin-top: 0;
  }
  .order-details-items .order-title strong {
    display: block;
  }
  .order-details-items .action {
    margin-top: 11px;
  }
  .order-details-items .items-qty {
    display: inline-block;
    vertical-align: top;
  }
  .order-details-items .col.price .price-including-tax,
  .order-details-items .col.subtotal .price-including-tax,
  .order-details-items .col.price .price-excluding-tax,
  .order-details-items .col.subtotal .price-excluding-tax {
    display: inline-block;
  }
  .order-details-items .data.table .col.options {
    padding: 0 10px 15px;
  }
  .order-details-items .data.table .col.options:before {
    display: none;
  }
  .order-details-items .options-label + .item-options-container[data-th]:before,
  .order-details-items .item-options-container + .item-options-container[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-left: 10px;
  }
  .order-details-items .options-label + .item-options-container .col,
  .order-details-items .item-options-container + .item-options-container .col {
    font-size: 1.2rem;
    padding: 0 10px;
  }
  .order-details-items .options-label + .item-options-container .col:first-child,
  .order-details-items .item-options-container + .item-options-container .col:first-child {
    padding-top: 3px;
  }
  .order-details-items .options-label + .item-options-container .col:last-child,
  .order-details-items .item-options-container + .item-options-container .col:last-child {
    padding-bottom: 20px;
  }
  .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 .product-item {
    border-bottom: 1px solid #000000;
    margin: 0;
    width: 100%;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #000000;
  }
  .braintree-three-d-modal .bt-modal-frame {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .checkout-index-index .columns .amcoupons-main-container,
  .paypal-express-review .amcoupons-main-container,
  .braintree-paypal-review .amcoupons-main-container {
    box-sizing: border-box;
    width: 100%;
  }
  .sorter-options {
    margin: 0 2px;
  }
  .minicart-wrapper .block-minicart {
    width: 290px;
  }
  .opc-progress-bar-item {
    width: 125px;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
}
@media all and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48%;
  }
  .abs-blocks-2columns-s:nth-child(1) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns-s:nth-child(2) {
    float: right;
  }
  .abs-blocks-2columns-s:nth-child(2) + * {
    clear: both;
  }
  .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-visually-hidden-desktop-s,
  .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
    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;
  }
  .abs-form-field-column-2-s .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2-s .fieldset .field + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2-s .fieldset .field:nth-last-child(1),
  .abs-form-field-column-2-s .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .abs-form-field-column-2-s .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1-s {
    width: 100%;
  }
  .abs-action-print-s {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print-s:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'luma-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-action-print-s:hover {
    text-decoration: underline;
  }
  .table > tbody > tr > th,
  .table > tbody > tr > td {
    border-top: 1px solid #ccc;
  }
  .table > tbody + tbody {
    border-top: 1px solid #ccc;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .paypal-fastlane-divider span {
    background-color: #fff;
  }
  .checkout-index-index .modal-popup.modal-slide:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap {
    width: 500px;
  }
  .checkout-payment-method .amcheckout-trust-seal {
    font-size: inherit;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field {
    display: block;
    width: 50%;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field:nth-child(2n) {
    padding-left: 7px;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.datepicker .control,
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.timepicker .control,
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.comment {
    width: 100%;
  }
  .catalogsearch-advanced-result .message.error {
    margin-top: 0;
  }
  .products-grid .product-item-info:hover,
  .products-grid .product-item-info.active {
    background: #fff;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #bbb;
    margin: -10px;
    padding: 9px;
    position: relative;
    z-index: 9;
  }
  .products-grid .product-item-info:hover .product-item-inner,
  .products-grid .product-item-info.active .product-item-inner {
    display: block;
  }
  .sidebar .products-grid .product-item-info:hover .product-item-photo,
  .sidebar .products-grid .product-item-info.active .product-item-photo {
    left: 9px;
    top: 9px;
  }
  .products-grid .product-item-inner {
    background: #fff;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #bbb;
    border-top: none;
    left: 0;
    margin: 10px 0 0 -1px;
    padding: 0 9px 9px;
    position: absolute;
    right: -1px;
    z-index: 2;
  }
  .product-item-actions {
    display: block;
  }
  .products-grid .product-item-actions {
    margin: -11px 0 11px;
  }
  .product-item-actions .actions-primary + .actions-secondary {
    display: inline-block;
    vertical-align: middle;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action {
    line-height: 35px;
    text-align: center;
    width: 35px;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action:last-child {
    margin-right: 0;
  }
  .product-item-actions .actions-primary {
    display: inline-block;
  }
  .page-products .products-grid .product-item-inner:before {
    background: #fff;
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
    top: -2px;
    width: 100%;
    z-index: -1;
  }
  .page-products .product-item-actions {
    z-index: 1;
  }
  .products-grid .product-item {
    margin-bottom: 22px;
    width: 33.33333333%;
  }
  .page-products .products-grid .product-item,
  .page-layout-1column .products-grid .product-item,
  .page-layout-3columns .products-grid .product-item,
  .page-products.page-layout-1column .products-grid .product-item,
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 0;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1),
  .page-layout-1column .products-grid .product-item:nth-child(3n + 1),
  .page-layout-3columns .products-grid .product-item:nth-child(3n + 1),
  .page-products.page-layout-1column .products-grid .product-item:nth-child(3n + 1),
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item .product-item-inner,
  .page-layout-1column .block.widget .products-grid .product-item .product-item-inner,
  .page-layout-3columns .block.widget .products-grid .product-item .product-item-inner {
    box-shadow: 3px 6px 4px 0 rgba(0, 0, 0, 0.3);
    margin: 9px 0 0 -1px;
  }
  .sidebar .product-items .action.delete {
    line-height: unset;
    position: absolute;
    right: 0;
    top: -1px;
    width: auto;
  }
  .sidebar .block-compare .action.delete {
    left: 0;
    right: initial;
  }
  .cart-container .block.crosssell .products-grid .product-item-actions {
    margin: 0 0 11px;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 0;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left;
  }
  .multicheckout .item-options {
    margin: 22px 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: 27.5px;
    padding-right: 27.5px;
    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: 27.5px;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 44px;
    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;
    min-width: 236px;
    padding-right: 44px;
  }
  .review-ratings ~ .review-content-container {
    overflow: hidden;
  }
  .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;
  }
  .order-details-items .order-title .action {
    margin: 12px 0 0 30px;
  }
  .order-details-items .order-title .action.track {
    float: right;
  }
  .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;
  }
  .review-form {
    max-width: 100%;
  }
  .page-wrapper .page-footer .footer.content .pre-footer .pre-footer-content .pre-footer-subtitle {
    font-size: 16px;
  }
  .page-wrapper .page-footer .footer.content .pre-footer .pre-footer-content .pre-footer-title {
    font-size: 30px;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_resets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_utilities.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_variables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_tables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fless%5C%2F_cart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FBrandMd_ThemeSupport%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_Bundle%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_listings.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_CatalogSearch%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_cart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%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%2FBrandMd%5C%2Fultimate%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%2FBrandMd%5C%2Fultimate%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%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_Sales%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_extends.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_GiftRegistry%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fless%5C%2F_checkout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_review.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FAmasty_Coupons%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_review.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%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%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_popups.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%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%2FBrandMd%5C%2Fultimate%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%2FBrandMd%5C%2Fultimate%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%2FBrandMd%5C%2Fultimate%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%2FBrandMd%5C%2Fultimate%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%2FBrandMd%5C%2Fultimate%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%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_GiftMessage%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_MultipleWishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_SendFriend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_Wishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_minicart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_Customer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_InstantPurchase%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_Multishipping%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%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%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_actions-toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_dropdowns.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_theme.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_GroupedProduct%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_Review%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_LayeredNavigation%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_SalesRule%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_Downloadable%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_Newsletter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%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%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%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%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_Msrp%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%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%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_price.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_tables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_messages.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_messages.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_tooltips.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_tooltips.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_loaders.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_loaders.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_loaders.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_sections.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_sections.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_pages.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_pages.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_breadcrumbs.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_breadcrumbs.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_modals.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_modals_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_LoginAsCustomerFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fslick%5C%2F_slick.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%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%2FBrandMd%5C%2Fultimate%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%2FBrandMd%5C%2Fultimate%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%2FBrandMd%5C%2Fultimate%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%2FBrandMd%5C%2Fultimate%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%2FBrandMd%5C%2Fultimate%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%2FBrandMd%5C%2Fultimate%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%2FBrandMd%5C%2Fultimate%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%2FBrandMd%5C%2Fultimate%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%2FBrandMd%5C%2Fultimate%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%2FBrandMd%5C%2Fultimate%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%2FBrandMd%5C%2Fultimate%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%2FBrandMd%5C%2Fultimate%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%2FBrandMd%5C%2Fultimate%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%2FBrandMd%5C%2Fultimate%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%2FBrandMd%5C%2Fultimate%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%2FBrandMd%5C%2Fultimate%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%2FBrandMd%5C%2Fultimate%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%2FBrandMd%5C%2Fultimate%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%2FBrandMd%5C%2Fultimate%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%2FBrandMd%5C%2Fultimate%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%2FBrandMd%5C%2Fultimate%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%2FBrandMd%5C%2Fultimate%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%2FBrandMd%5C%2Fultimate%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%2FBrandMd%5C%2Fultimate%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%2FBrandMd%5C%2Fultimate%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%2FBrandMd%5C%2Fultimate%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%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fjarallax%5C%2F_jarallax.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_ReCaptchaCustomer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_ReCaptchaFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_ReCaptchaNewsletter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_ReCaptchaReview%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_ReCaptchaSendFriend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_ReCaptchaCheckoutSalesRule%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_ReCaptchaWishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_apm.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_billing.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_fastlane.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%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%2FBrandMd%5C%2Fultimate%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%2FBrandMd%5C%2Fultimate%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%2FBrandMd%5C%2Fultimate%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%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_checkout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FAmasty_Base%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_slick.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%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%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FAmasty_CheckoutCore%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_classic.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FAmasty_CheckoutCore%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_tooltips.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FAmasty_CheckoutGiftWrap%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_classic.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FAmasty_CheckoutStyleSwitcher%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_helpers.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FAmasty_CheckoutStyleSwitcher%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_modern.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FAmasty_GoogleAddressAutocomplete%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FAmasty_Promo%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_base.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FAmasty_Promo%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_popup.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FAmasty_Promo%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_banner.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FBrandMd_QuickView%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FBrandMd_RegistrationQuiz%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FBrandMd_ThemeSupport%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMageplaza_AjaxLayer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMageplaza_InstagramFeed%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMageprince_Faq%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FAmasty_CheckoutDeliveryDate%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_Contact%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_billing.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_paylater.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_ProductVideo%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_Reward%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_Swatches%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_Weee%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_AdvancedSearch%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2Ffields%5C%2F_file-uploader.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%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%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_popups.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_rating.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%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%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_Vault%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_Cms%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fwp_custom.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fless%5C%2F_header.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fless%5C%2F_threegridbox.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fless%5C%2F_createyourown.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fless%5C%2F_promocode.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fless%5C%2F_footer.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fless%5C%2F_newslettersection.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fless%5C%2F_bannerslider.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fless%5C%2F_account.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fless%5C%2F_fastorder.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fless%5C%2F_productView.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fless%5C%2F_templatesGrid.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fless%5C%2F_category.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_addtocart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FPayPal_Braintree%5C%2Fcss%5C%2Fsource%5C%2F_account-saved-payments.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FPayPal_Braintree%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FDesignnbuy_Customer%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_Customer%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_responsive.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%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%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fcolumn-line%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FAmasty_BannersLite%5C%2Fcss%5C%2Fsource%5C%2F_module.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%2CcAAA%3BEAAA%2CaC5RqB%2CaCMC%2C8CFsRtB%3BEAAA%2CmBAAA%3BEAAA%2CgBAAA%3BEAAA%2CuBAAA%3BEAAA%2CiBAAA%3B%3BADnEA%3BECmEA%2CgBAAA%3BEAAA%2CqBAAA%3B%3BADtDA%2CIAAI%3BECsDJ%2C8BAAA%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%2C0BAAA%3BEAAA%2CmBAAA%3BEAAA%2CgBAAA%3B%3BADtBA%3BAACA%3BECqBA%2CcAAA%3BEDnBI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CwBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3B%3BAAGJ%3BEACI%2CeAAA%3B%3BAAGJ%3BECMA%2CkBAAA%3B%3BADQA%3BECRA%2CcAAA%3BEAAA%2CkBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CqBAAA%3B%3BADYA%3BECZA%2CcAAA%3BEAAA%2CkBAAA%3BEAAA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CeAAA%3BEAAA%2CmBAAA%3BEAAA%2CqBAAA%3B%3BADgBA%3BEChBA%2CcAAA%3BEAAA%2CkBAAA%3BEAAA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CqBAAA%3B%3BADoBA%3BECpBA%2CcAAA%3BEAAA%2CmBAAA%3BEAAA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CqBAAA%3B%3BADwBA%3BECxBA%2CcAAA%3BEAAA%2CmBAAA%3BEAAA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CqBAAA%3B%3BAD4BA%3BEC5BA%2CcAAA%3BEAAA%2CmBAAA%3BEAAA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CqBAAA%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%2CcAAA%3BEAAA%2CaC5RqB%2CaCMC%2C8CFsRtB%3BEAAA%2CmBAAA%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%2CqBAAA%3B%3BADvIA%2CCAAC%3BAAAD%2CMAAC%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADyEA%3BAACA%3BEC1EA%2CgBAAA%3BEAAA%2CsBAAA%3B%3BADyEA%2CEAYM%3BAAXN%2CEAWM%3BECrFN%2CgBAAA%3BEAAA%2CqBAAA%3B%3BADyEA%2CEAwBI%3BAAvBJ%2CEAuBI%3BAAxBJ%2CEAyBI%3BAAxBJ%2CEAwBI%3BEACI%2CgBAAA%3B%3BAAIR%3BECvGA%2CmBAAA%3BEAAA%2CaAAA%3B%3BAD4GA%3BEC5GA%2CgBAAA%3BEAAA%2CoBAAA%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%2CsBAAA%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%2CyBAAA%3BEAAA%2CqBAAA%3BEAAA%2CUAAA%3BEAAA%2CcAAA%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%2CcAAA%3BEAAA%2CuBAAA%3BEAAA%2CiBAAA%3BEDwOQ%2CcAAA%3B%3BAAEA%2CUARJ%2COAQK%3BAAAD%2CUAPJ%2CMAOK%3BAAAD%2CUANJ%2COAMK%3BEC1OT%2CSEzEyB%2CaFyEzB%3B%3BADiNA%2CUA8BI%3BEC%5C%2FOJ%2CmBAAA%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%2CmBAAA%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%2CkBAAA%3B%3BAF%5C%2FNA%3BAM7DJ%2CoBAkCI%2CgBACI%2CWAQI%2CqBA0HI%2CSAAQ%2CKACJ%3BEC3HhB%2CsBAAA%3BELiPA%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CcAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CaMhNkB%2C6BNgNlB%3BEAAA%2CgBAAA%3BEAAA%2CSAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEK9NA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAiBA%2CMAAC%3BAACD%2CMAAC%3BEL2MD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CcAAA%3B%3BAK%5C%2FLA%2CMAAC%3BAD%2BEmB%2CoBA1IpB%2CgBACI%2CWAQI%2CqBA0HI%2CSAAQ%2CKACJ%2COAMK%3BEJgHrB%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CcAAA%3B%3BAKnLA%2CMAAC%3BAACD%2CMAAC%3BAACD%2CQAAQ%2CUAAW%3BELiLnB%2CYAAA%3BEK%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAP%5C%2FCA%2CMAAC%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%2C0CAAA%3BEAAA%2CeAAA%3BEAAA%2CmBAAA%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%2CkEAAA%3BEAAA%2C4BAAA%3BEAAA%2CsBAAA%3BEAAA%2CkBAAA%3BEAAA%2C0CAAA%3BEAAA%2CeAAA%3BEAAA%2CmBAAA%3BEAAA%2CYAAA%3BEAAA%2CuBAAA%3BEAAA%2C4BAAA%3BEAAA%2CwBAAA%3BEAAA%2CWAAA%3BEOjPA%2CsBAAA%3B%3BAAoUA%2CMAAC%3BEPnFD%2CyBAAA%3B%3BAOsGA%2CMAAC%3BEPtGD%2CYAAA%3BEAAA%2CgBAAA%3BEAAA%2CyBAAA%3B%3BAORA%2CMAAM%3BEPQN%2CYAAA%3BEONI%2CsBAAA%3B%3BAAGJ%3BEPGA%2CgBAAA%3BEAAA%2C4BAAA%3BEAAA%2CyBAAA%3BEAAA%2CkBAAA%3BEAAA%2C0CAAA%3BEAAA%2CeAAA%3BEAAA%2CmBAAA%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%2CqBAAA%3BEOII%2CkBAAA%3BEACA%2CQAAA%3B%3BAA5MJ%2CKAyMK%2CiBAzMJ%3BEPuMD%2CYAAA%3B%3BAOQA%2CKAAK%3BEPRL%2CqBAAA%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%3BAQvRA%2CyBAiEI%2CsBAsCI%2CQAAO%3BACvFX%2CQAAC%3BACuYL%3BACvOA%3BAC5JA%2CaAgFI%3BAC7EJ%2CYAGI%3BACOJ%3BACNA%3BACPA%2CoBA2KI%3BAC6BA%2COAAC%2CQAIG%3BEjBuDR%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAS7GA%2CyBAiEI%2CsBAsCI%2CQAAO%2CMU1GT%3BATmBF%2CQAAC%2CMSnBC%3BAR0ZN%2CYQ1ZM%3BAPmLN%2CaOnLM%3BANuBN%2CaAgFI%2CwBMvGE%3BAL0BN%2CYAGI%2CKK7BE%3BAJoCN%2CiBIpCM%3BAH8BN%2C0BG9BM%3BAFuBN%2CoBA2KI%2CWElME%3BAD%2BNF%2COAAC%2CQAIG%2CGCnOF%3BEACE%2CSAAA%3B%3BAb6ER%2CeAAC%3BAACD%2CeAAC%3BEL2MD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAK%5C%2FLA%2CeAAC%3BEL%2BLD%2CmBAAA%3BEAAA%2CeAAA%3BEAAA%2CcAAA%3B%3BAKnLA%2CeAAC%3BAACD%2CeAAC%3BAACD%2CQAAQ%2CUAAW%3BELiLnB%2CYAAA%3BEK%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAamuDQ%2CmBANR%2CiBAKI%2CQACK%3BAACD%2CmBAPR%2CiBAKI%2CQAEK%3BARp8Bb%2CcAwBI%2CQAAO%3BAE74BX%2CaAaI%2COAeI%2CiBACM%2CWAGE%2CQAAO%3BACQvB%2CkBACI%2CeAII%2CiBAKI%2CSAEI%3BAMtCZ%2CaAAc%2CMADb%2CaAAc%2CUAcX%2CQAAO%3BACjBnB%2CqBAwKI%2CmBAEI%2CeAOI%2CiBAEI%2CSAEI%3BACnIhB%2CiCHsvDI%2CiBAKI%2CQACK%3BAG5vDb%2CiCHsvDI%2CiBAKI%2CQAEK%3BAADD%2CmBANR%2CiBIloDJ%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAZqsB9E%2CcYrsBA%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAVhL9E%2CaAaI%2COAeI%2CiBACM%2CWUmJd%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAHlK1E%2CaAAc%2CMADb%2CaAAc%2CUGmKnB%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAJwoDlE%2CmBANR%2CiBIjoDJ%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAZosBhF%2CcYpsBA%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAVjLhF%2CaAaI%2COAeI%2CiBACM%2CWUoJd%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAHnK5E%2CaAAc%2CMADb%2CaAAc%2CUGoKnB%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BACvIhF%2CuBLwwDI%2CiBAKI%2CQACK%3BAK9wDb%2CuBLwwDI%2CiBAKI%2CQAEK%3BANr%5C%2FCb%2CcM8%2BCI%2CiBAKI%2CQACK%3BANp%5C%2FCb%2CcM8%2BCI%2CiBAKI%2CQAEK%3BAMr0Db%2CwBA0CI%2CwBXWA%2CeAII%2CiBAKI%2CSAEI%3BAO1CpB%2CqBItBI%2CyBA0CI%2CwBJsJA%2CeAOI%2CiBAEI%2CSAEI%3BAFynDJ%2CmBANR%2CiBIjoDJ%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAZqsB9E%2CcYpsBA%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAVhL9E%2CaAaI%2COAeI%2CiBACM%2CWUoJd%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAHlK1E%2CaAAc%2CMADb%2CaAAc%2CUGoKnB%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAJwoDlE%2CmBANR%2CiBIloDJ%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAZosBhF%2CcYrsBA%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAVjLhF%2CaAaI%2COAeI%2CiBACM%2CWUmJd%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAHnK5E%2CaAAc%2CMADb%2CaAAc%2CUGmKnB%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BEtBkFhF%2CkBAAA%3B%3BAkBqjDY%2CmBANR%2CiBAKI%2CQACK%2CQArzDR%2CIAAI%3BAAszDG%2CmBAPR%2CiBAKI%2CQAEK%2COAtzDR%2CIAAI%3BARk3BT%2CcAwBI%2CQAAO%2CQQ14BN%2CIAAI%3BANHT%2CaAaI%2COAeI%2CiBACM%2CWAGE%2CQAAO%2CQM7BlB%2CIAAI%3BALqCT%2CkBACI%2CeAII%2CiBAKI%2CSAEI%2CQKjDX%2CIAAI%3BACWL%2CaAAc%2CMADb%2CaAAc%2CUAcX%2CQAAO%2CQDxBV%2CIAAI%3BAEOb%2CqBAwKI%2CmBAEI%2CeAOI%2CiBAEI%2CSAEI%2CQF5LX%2CIAAI%3BAGyDT%2CiCHsvDI%2CiBAKI%2CQACK%2CQArzDR%2CIAAI%3BAGyDT%2CiCHsvDI%2CiBAKI%2CQAEK%2COAtzDR%2CIAAI%3BAAqzDG%2CmBANR%2CiBIloDJ%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQJ7KzE%2CIAAI%3BARk3BT%2CcYrsBA%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQJ7KzE%2CIAAI%3BANHT%2CaAaI%2COAeI%2CiBACM%2CWUmJd%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQJ7KzE%2CIAAI%3BACWL%2CaAAc%2CMADb%2CaAAc%2CUGmKnB%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQJ7KzE%2CIAAI%3BAAqzDG%2CmBANR%2CiBIjoDJ%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQJ9K3E%2CIAAI%3BARk3BT%2CcYpsBA%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQJ9K3E%2CIAAI%3BANHT%2CaAaI%2COAeI%2CiBACM%2CWUoJd%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQJ9K3E%2CIAAI%3BACWL%2CaAAc%2CMADb%2CaAAc%2CUGoKnB%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQJ9K3E%2CIAAI%3BAKuCT%2CuBLwwDI%2CiBAKI%2CQACK%2CQArzDR%2CIAAI%3BAKuCT%2CuBLwwDI%2CiBAKI%2CQAEK%2COAtzDR%2CIAAI%3BANiUT%2CcM8%2BCI%2CiBAKI%2CQACK%2CQArzDR%2CIAAI%3BANiUT%2CcM8%2BCI%2CiBAKI%2CQAEK%2COAtzDR%2CIAAI%3BAMfT%2CwBA0CI%2CwBXWA%2CeAII%2CiBAKI%2CSAEI%2CQKjDX%2CIAAI%3BAEOb%2CqBItBI%2CyBA0CI%2CwBJsJA%2CeAOI%2CiBAEI%2CSAEI%2CQF5LX%2CIAAI%3BAAqzDG%2CmBANR%2CiBIjoDJ%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQJ7KzE%2CIAAI%3BARk3BT%2CcYpsBA%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQJ7KzE%2CIAAI%3BANHT%2CaAaI%2COAeI%2CiBACM%2CWUoJd%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQJ7KzE%2CIAAI%3BACWL%2CaAAc%2CMADb%2CaAAc%2CUGoKnB%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQJ7KzE%2CIAAI%3BAAqzDG%2CmBANR%2CiBIloDJ%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQJ9K3E%2CIAAI%3BARk3BT%2CcYrsBA%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQJ9K3E%2CIAAI%3BANHT%2CaAaI%2COAeI%2CiBACM%2CWUmJd%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQJ9K3E%2CIAAI%3BACWL%2CaAAc%2CMADb%2CaAAc%2CUGmKnB%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQJ9K3E%2CIAAI%3BElBgQT%2C8EAAA%3B%3BAkBqjDY%2CmBANR%2CiBAKI%2CQACK%2CQAjzDR%3BAAkzDO%2CmBAPR%2CiBAKI%2CQAEK%2COAlzDR%3BAR82BL%2CcAwBI%2CQAAO%2CQQt4BN%3BANPL%2CaAaI%2COAeI%2CiBACM%2CWAGE%2CQAAO%2CQMzBlB%3BALiCL%2CkBACI%2CeAII%2CiBAKI%2CSAEI%2CQK7CX%3BACOD%2CaAAc%2CMADb%2CaAAc%2CUAcX%2CQAAO%2CQDpBV%3BAEGT%2CqBAwKI%2CmBAEI%2CeAOI%2CiBAEI%2CSAEI%2CQFxLX%3BAGqDL%2CiCHsvDI%2CiBAKI%2CQACK%2CQAjzDR%3BAGqDL%2CiCHsvDI%2CiBAKI%2CQAEK%2COAlzDR%3BAAizDO%2CmBANR%2CiBIloDJ%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQJzKzE%3BAR82BL%2CcYrsBA%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQJzKzE%3BANPL%2CaAaI%2COAeI%2CiBACM%2CWUmJd%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQJzKzE%3BACOD%2CaAAc%2CMADb%2CaAAc%2CUGmKnB%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQJzKzE%3BAAizDO%2CmBANR%2CiBIjoDJ%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQJ1K3E%3BAR82BL%2CcYpsBA%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQJ1K3E%3BANPL%2CaAaI%2COAeI%2CiBACM%2CWUoJd%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQJ1K3E%3BACOD%2CaAAc%2CMADb%2CaAAc%2CUGoKnB%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQJ1K3E%3BAKmCL%2CuBLwwDI%2CiBAKI%2CQACK%2CQAjzDR%3BAKmCL%2CuBLwwDI%2CiBAKI%2CQAEK%2COAlzDR%3BAN6TL%2CcM8%2BCI%2CiBAKI%2CQACK%2CQAjzDR%3BAN6TL%2CcM8%2BCI%2CiBAKI%2CQAEK%2COAlzDR%3BAMnBL%2CwBA0CI%2CwBXWA%2CeAII%2CiBAKI%2CSAEI%2CQK7CX%3BAEGT%2CqBItBI%2CyBA0CI%2CwBJsJA%2CeAOI%2CiBAEI%2CSAEI%2CQFxLX%3BAAizDO%2CmBANR%2CiBIjoDJ%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQJzKzE%3BAR82BL%2CcYpsBA%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQJzKzE%3BANPL%2CaAaI%2COAeI%2CiBACM%2CWUoJd%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQJzKzE%3BACOD%2CaAAc%2CMADb%2CaAAc%2CUGoKnB%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQJzKzE%3BAAizDO%2CmBANR%2CiBIloDJ%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQJ1K3E%3BAR82BL%2CcYrsBA%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQJ1K3E%3BANPL%2CaAaI%2COAeI%2CiBACM%2CWUmJd%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQJ1K3E%3BACOD%2CaAAc%2CMADb%2CaAAc%2CUGmKnB%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQJ1K3E%3BElB4PL%2C%2BFAAA%3B%3BAK5MA%2CuBAAC%3BAACD%2CuBAAC%3BEL2MD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CcAAA%3B%3BAK%5C%2FLA%2CuBAAC%3BEL%2BLD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CcAAA%3B%3BAKnLA%2CuBAAC%3BAACD%2CuBAAC%3BAACD%2CQAAQ%2CUAAW%3BELiLnB%2CYAAA%3BEK%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAAwDJ%2CuBAAC%3BAACD%2CuBAAC%3BAACD%2CuBAAC%3BEACG%2CqBAAA%3B%3BAamMJ%3BAAm9CA%2CmBAoCI%2CQAAO%3BAOzzDC%2CMAFR%2CiBACI%2CQACK%3BACVb%2CqBACI%3BAlB5BJ%2CyBA4DI%2CQAAO%3BAE48BX%2CMAAM%2CQACF%2CQAAO%3BAEr3BP%2CKAAC%2CcA0EG%2CiBAsBM%3BAAoBF%2CKApHP%2CcA6GG%2CQAOK%2CKAAK%3BAe3QlB%2CqBACI%2CaAeI%2CcACI%3BACYZ%2CYA0FI%3BAC1GJ%2C%2BBAGI%2C4BAMI%3BACER%3BAChBA%2CwBAiGI%2C0BAUI%3BAhBzHR%2C0BA6BI%3BAiBDJ%2CaAGI%2CiBACI%3BAAkBR%2CaAaI%3BAAbJ%2CaAcI%3BAAoBJ%3BACtEI%2CSAAC%2CMAAM%2COAmCD%3BAf2XF%2CeADJ%2CQACK%3BAGnVT%2CiCH8wDI%2CQAAO%3BAKhyDX%2CuBLgyDI%2CQAAO%3BANtgDX%2CcMsgDI%2CQAAO%3BACv2DX%2CwBD2aI%2CQACK%3BAC3aT%2CuBD0aI%2CQACK%3BAgB5aT%2CKAAK%2CKAAK%2COhB2aN%2CQACK%3BElB5IT%2CuBAAA%3BEAAA%2CUAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEK5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEL0FA%2CgBAAA%3BEkBlOI%2CgBAAA%3B%3BAnBiFJ%2C0BAAC%3BAmBiOD%2CkBnBjOC%3BAmBorDD%2CmBAoCI%2CQAAO%2CMnBxtDV%3BA0BjGW%2CMAFR%2CiBACI%2CQACK%2CO1BiGZ%3BA2B3GD%2CqBACI%2Ce3B0GH%3BAStID%2CyBA4DI%2CQAAO%2CKT0EV%3BAWk4BD%2CMAAM%2CQACF%2CQAAO%2COXn4BV%3BAacG%2CKAAC%2CcA0EG%2CiBAsBM%2CiBb9Gb%3BAakIW%2CKApHP%2CcA6GG%2CQAOK%2CKAAK%2CIblIjB%3BA4BzID%2CqBACI%2CaAeI%2CcACI%2CmB5BwHX%3BA6B5GD%2CYA0FI%2CmB7BkBH%3BA8B5HD%2C%2BBAGI%2C4BAMI%2Ca9BmHP%3BA%2BBjHD%2CmB%5C%2FBiHC%3BAgCjID%2CwBAiGI%2C0BAUI%2CehCsBP%3BAgB%5C%2FID%2C0BA6BI%2CahBkHH%3BAiCnHD%2CaAGI%2CiBACI%2CejC%2BGP%3BAiC7FD%2CaAaI%2CajCgFH%3BAiC7FD%2CaAcI%2CejC%2BEH%3BAiC3DD%2CYjC2DC%3BAkCjIG%2CSAAC%2CMAAM%2COAmCD%2CUlC8FT%3BAmB6RO%2CeADJ%2CQACK%2COnB7RR%3BAsBtDD%2CiCH8wDI%2CQAAO%2CMnBxtDV%3BAwBxED%2CuBLgyDI%2CQAAO%2CMnBxtDV%3BAakND%2CcMsgDI%2CQAAO%2CMnBxtDV%3BAoB%5C%2FID%2CwBD2aI%2CQACK%2COnB7RR%3BAoB9ID%2CuBD0aI%2CQACK%2COnB7RR%3BAmC%5C%2FID%2CKAAK%2CKAAK%2COhB2aN%2CQACK%2COnB7RR%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2C0BAAC%3BAmB4ND%2CkBnB5NC%3BAmB%2BqDD%2CmBAoCI%2CQAAO%2CMnBntDV%3BA0BtGW%2CMAFR%2CiBACI%2CQACK%2CO1BsGZ%3BA2BhHD%2CqBACI%2Ce3B%2BGH%3BAS3ID%2CyBA4DI%2CQAAO%2CKT%2BEV%3BAW63BD%2CMAAM%2CQACF%2CQAAO%2COX93BV%3BAaSG%2CKAAC%2CcA0EG%2CiBAsBM%2CiBbzGb%3BAa6HW%2CKApHP%2CcA6GG%2CQAOK%2CKAAK%2CIb7HjB%3BA4B9ID%2CqBACI%2CaAeI%2CcACI%2CmB5B6HX%3BA6BjHD%2CYA0FI%2CmB7BuBH%3BA8BjID%2C%2BBAGI%2C4BAMI%2Ca9BwHP%3BA%2BBtHD%2CmB%5C%2FBsHC%3BAgCtID%2CwBAiGI%2C0BAUI%2CehC2BP%3BAgBpJD%2C0BA6BI%2CahBuHH%3BAiCxHD%2CaAGI%2CiBACI%2CejCoHP%3BAiClGD%2CaAaI%2CajCqFH%3BAiClGD%2CaAcI%2CejCoFH%3BAiChED%2CYjCgEC%3BAkCtIG%2CSAAC%2CMAAM%2COAmCD%2CUlCmGT%3BAmBwRO%2CeADJ%2CQACK%2COnBxRR%3BAsB3DD%2CiCH8wDI%2CQAAO%2CMnBntDV%3BAwB7ED%2CuBLgyDI%2CQAAO%2CMnBntDV%3BAa6MD%2CcMsgDI%2CQAAO%2CMnBntDV%3BAoBpJD%2CwBD2aI%2CQACK%2COnBxRR%3BAoBnJD%2CuBD0aI%2CQACK%2COnBxRR%3BAmCpJD%2CKAAK%2CKAAK%2COhB2aN%2CQACK%2COnBxRR%3BEC4ID%2CcAAA%3BEAAA%2CqBAAA%3B%3BADvIA%2C0BAAC%3BAmBuND%2CkBnBvNC%3BAmB0qDD%2CmBAoCI%2CQAAO%2CMnB9sDV%3BA0B3GW%2CMAFR%2CiBACI%2CQACK%2CO1B2GZ%3BA2BrHD%2CqBACI%2Ce3BoHH%3BAShJD%2CyBA4DI%2CQAAO%2CKToFV%3BAWw3BD%2CMAAM%2CQACF%2CQAAO%2COXz3BV%3BAaIG%2CKAAC%2CcA0EG%2CiBAsBM%2CiBbpGb%3BAawHW%2CKApHP%2CcA6GG%2CQAOK%2CKAAK%2CIbxHjB%3BA4BnJD%2CqBACI%2CaAeI%2CcACI%2CmB5BkIX%3BA6BtHD%2CYA0FI%2CmB7B4BH%3BA8BtID%2C%2BBAGI%2C4BAMI%2Ca9B6HP%3BA%2BB3HD%2CmB%5C%2FB2HC%3BAgC3ID%2CwBAiGI%2C0BAUI%2CehCgCP%3BAgBzJD%2C0BA6BI%2CahB4HH%3BAiC7HD%2CaAGI%2CiBACI%2CejCyHP%3BAiCvGD%2CaAaI%2CajC0FH%3BAiCvGD%2CaAcI%2CejCyFH%3BAiCrED%2CYjCqEC%3BAkC3IG%2CSAAC%2CMAAM%2COAmCD%2CUlCwGT%3BAmBmRO%2CeADJ%2CQACK%2COnBnRR%3BAsBhED%2CiCH8wDI%2CQAAO%2CMnB9sDV%3BAwBlFD%2CuBLgyDI%2CQAAO%2CMnB9sDV%3BAawMD%2CcMsgDI%2CQAAO%2CMnB9sDV%3BAoBzJD%2CwBD2aI%2CQACK%2COnBnRR%3BAoBxJD%2CuBD0aI%2CQACK%2COnBnRR%3BAmCzJD%2CKAAK%2CKAAK%2COhB2aN%2CQACK%2COnBnRR%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAKxFA%2C0BAAC%3BAACD%2C0BAAC%3BAACD%2C0BAAC%3BAasKD%2CkBbxKC%3BAawKD%2CkBbvKC%3BAauKD%2CkBbtKC%3BAaynDD%2CmBAoCI%2CQAAO%2CMb%5C%2FpDV%3BAa2nDD%2CmBAoCI%2CQAAO%2CMb9pDV%3BAa0nDD%2CmBAoCI%2CQAAO%2CMb7pDV%3BAoB5JW%2CMAFR%2CiBACI%2CQACK%2COpB0JZ%3BAoB1JW%2CMAFR%2CiBACI%2CQACK%2COpB2JZ%3BAoB3JW%2CMAFR%2CiBACI%2CQACK%2COpB4JZ%3BAqBtKD%2CqBACI%2CerBmKH%3BAqBpKD%2CqBACI%2CerBoKH%3BAqBrKD%2CqBACI%2CerBqKH%3BAGjMD%2CyBA4DI%2CQAAO%2CKHmIV%3BAG%5C%2FLD%2CyBA4DI%2CQAAO%2CKHoIV%3BAGhMD%2CyBA4DI%2CQAAO%2CKHqIV%3BAKu0BD%2CMAAM%2CQACF%2CQAAO%2COL10BV%3BAKy0BD%2CMAAM%2CQACF%2CQAAO%2COLz0BV%3BAKw0BD%2CMAAM%2CQACF%2CQAAO%2COLx0BV%3BAO7CG%2CKAAC%2CcA0EG%2CiBAsBM%2CiBPrDb%3BAO3CG%2CKAAC%2CcA0EG%2CiBAsBM%2CiBPpDb%3BAO5CG%2CKAAC%2CcA0EG%2CiBAsBM%2CiBPnDb%3BAOuEW%2CKApHP%2CcA6GG%2CQAOK%2CKAAK%2CIPzEjB%3BAOyEW%2CKApHP%2CcA6GG%2CQAOK%2CKAAK%2CIPxEjB%3BAOwEW%2CKApHP%2CcA6GG%2CQAOK%2CKAAK%2CIPvEjB%3BAsBpMD%2CqBACI%2CaAeI%2CcACI%2CmBtBiLX%3BAsBlMD%2CqBACI%2CaAeI%2CcACI%2CmBtBkLX%3BAsBnMD%2CqBACI%2CaAeI%2CcACI%2CmBtBmLX%3BAuBvKD%2CYA0FI%2CmBvB2EH%3BAuBrKD%2CYA0FI%2CmBvB4EH%3BAuBtKD%2CYA0FI%2CmBvB6EH%3BAwBvLD%2C%2BBAGI%2C4BAMI%2CaxB4KP%3BAwBrLD%2C%2BBAGI%2C4BAMI%2CaxB6KP%3BAwBtLD%2C%2BBAGI%2C4BAMI%2CaxB8KP%3BAyB5KD%2CmBzB0KC%3BAyB1KD%2CmBzB2KC%3BAyB3KD%2CmBzB4KC%3BA0B5LD%2CwBAiGI%2C0BAUI%2Ce1B%2BEP%3BA0B1LD%2CwBAiGI%2C0BAUI%2Ce1BgFP%3BA0B3LD%2CwBAiGI%2C0BAUI%2Ce1BiFP%3BAU1MD%2C0BA6BI%2CaV2KH%3BAUxMD%2C0BA6BI%2CaV4KH%3BAUzMD%2C0BA6BI%2CaV6KH%3BA2B9KD%2CaAGI%2CiBACI%2Ce3BwKP%3BA2B5KD%2CaAGI%2CiBACI%2Ce3ByKP%3BA2B7KD%2CaAGI%2CiBACI%2Ce3B0KP%3BA2BxJD%2CaAaI%2Ca3ByIH%3BA2BtJD%2CaAaI%2Ca3B0IH%3BA2BvJD%2CaAaI%2Ca3B2IH%3BA2BxJD%2CaAcI%2Ce3BwIH%3BA2BtJD%2CaAcI%2Ce3ByIH%3BA2BvJD%2CaAcI%2Ce3B0IH%3BA2BtHD%2CY3BoHC%3BA2BpHD%2CY3BqHC%3BA2BrHD%2CY3BsHC%3BA4B5LG%2CSAAC%2CMAAM%2COAmCD%2CU5BuJT%3BA4B1LG%2CSAAC%2CMAAM%2COAmCD%2CU5BwJT%3BA4B3LG%2CSAAC%2CMAAM%2COAmCD%2CU5ByJT%3BAakOO%2CeADJ%2CQACK%2CObpOR%3BAaoOO%2CeADJ%2CQACK%2CObnOR%3BAamOO%2CeADJ%2CQACK%2COblOR%3BAgBjHD%2CiCH8wDI%2CQAAO%2CMb%5C%2FpDV%3BAgB%5C%2FGD%2CiCH8wDI%2CQAAO%2CMb9pDV%3BAgBhHD%2CiCH8wDI%2CQAAO%2CMb7pDV%3BAkBnID%2CuBLgyDI%2CQAAO%2CMb%5C%2FpDV%3BAkBjID%2CuBLgyDI%2CQAAO%2CMb9pDV%3BAkBlID%2CuBLgyDI%2CQAAO%2CMb7pDV%3BAOuJD%2CcMsgDI%2CQAAO%2CMb%5C%2FpDV%3BAOyJD%2CcMsgDI%2CQAAO%2CMb9pDV%3BAOwJD%2CcMsgDI%2CQAAO%2CMb7pDV%3BAc1MD%2CwBD2aI%2CQACK%2CObpOR%3BAcxMD%2CwBD2aI%2CQACK%2CObnOR%3BAczMD%2CwBD2aI%2CQACK%2COblOR%3BAczMD%2CuBD0aI%2CQACK%2CObpOR%3BAcvMD%2CuBD0aI%2CQACK%2CObnOR%3BAcxMD%2CuBD0aI%2CQACK%2COblOR%3BA6B1MD%2CKAAK%2CKAAK%2COhB2aN%2CQACK%2CObpOR%3BA6BxMD%2CKAAK%2CKAAK%2COhB2aN%2CQACK%2CObnOR%3BA6BzMD%2CKAAK%2CKAAK%2COhB2aN%2CQACK%2COblOR%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2C0BAAC%3BAACD%2C0BAAC%3BAACD%2CQAAQ%2CUAAW%3BAa%2BJnB%2CkBbjKC%3BAaiKD%2CkBbhKC%3BAACD%2CQAAQ%2CUa%2BJR%3BAAm9CA%2CmBAoCI%2CQAAO%2CMbxpDV%3BAaonDD%2CmBAoCI%2CQAAO%2CMbvpDV%3BAACD%2CQAAQ%2CUaknDR%2CoBAoCI%2CQAAO%3BAOzzDC%2CMAFR%2CiBACI%2CQACK%2COpBiKZ%3BAoBjKW%2CMAFR%2CiBACI%2CQACK%2COpBkKZ%3BAACD%2CQAAQ%2CUoBnKI%2COAFR%2CiBACI%2CQACK%3BACVb%2CqBACI%2CerB0KH%3BAqB3KD%2CqBACI%2CerB2KH%3BAACD%2CQAAQ%2CUqB7KR%2CsBACI%3BAlB5BJ%2CyBA4DI%2CQAAO%2CKH0IV%3BAGtMD%2CyBA4DI%2CQAAO%2CKH2IV%3BAACD%2CQAAQ%2CUGxMR%2C0BA4DI%2CQAAO%3BAE48BX%2CMAAM%2CQACF%2CQAAO%2COLn0BV%3BAKk0BD%2CMAAM%2CQACF%2CQAAO%2COLl0BV%3BAACD%2CQAAQ%2CUKg0BR%2COAAM%2CQACF%2CQAAO%3BAEr3BP%2CKAAC%2CcA0EG%2CiBAsBM%2CiBP9Cb%3BAOlDG%2CKAAC%2CcA0EG%2CiBAsBM%2CiBP7Cb%3BAACD%2CQAAQ%2CUOpDJ%2CMAAC%2CcA0EG%2CiBAsBM%3BAAoBF%2CKApHP%2CcA6GG%2CQAOK%2CKAAK%2CIPlEjB%3BAOkEW%2CKApHP%2CcA6GG%2CQAOK%2CKAAK%2CIPjEjB%3BAACD%2CQAAQ%2CUOgEI%2CMApHP%2CcA6GG%2CQAOK%2CKAAK%3BAe3QlB%2CqBACI%2CaAeI%2CcACI%2CmBtBwLX%3BAsBzMD%2CqBACI%2CaAeI%2CcACI%2CmBtByLX%3BAACD%2CQAAQ%2CUsB3MR%2CsBACI%2CaAeI%2CcACI%3BACYZ%2CYA0FI%2CmBvBkFH%3BAuB5KD%2CYA0FI%2CmBvBmFH%3BAACD%2CQAAQ%2CUuB9KR%2CaA0FI%3BAC1GJ%2C%2BBAGI%2C4BAMI%2CaxBmLP%3BAwB5LD%2C%2BBAGI%2C4BAMI%2CaxBoLP%3BAACD%2CQAAQ%2CUwB9LR%2CgCAGI%2C4BAMI%3BACER%2CmBzBiLC%3BAyBjLD%2CmBzBkLC%3BAACD%2CQAAQ%2CUyBnLR%3BAChBA%2CwBAiGI%2C0BAUI%2Ce1BsFP%3BA0BjMD%2CwBAiGI%2C0BAUI%2Ce1BuFP%3BAACD%2CQAAQ%2CU0BnMR%2CyBAiGI%2C0BAUI%3BAhBzHR%2C0BA6BI%2CaVkLH%3BAU%5C%2FMD%2C0BA6BI%2CaVmLH%3BAACD%2CQAAQ%2CUUjNR%2C2BA6BI%3BAiBDJ%2CaAGI%2CiBACI%2Ce3B%2BKP%3BA2BnLD%2CaAGI%2CiBACI%2Ce3BgLP%3BAACD%2CQAAQ%2CU2BrLR%2CcAGI%2CiBACI%3BAAkBR%2CaAaI%2Ca3BgJH%3BA2B7JD%2CaAaI%2Ca3BiJH%3BAACD%2CQAAQ%2CU2B%5C%2FJR%2CcAaI%3BAAbJ%2CaAcI%2Ce3B%2BIH%3BA2B7JD%2CaAcI%2Ce3BgJH%3BAACD%2CQAAQ%2CU2B%5C%2FJR%2CcAcI%3BAAoBJ%2CY3B2HC%3BA2B3HD%2CY3B4HC%3BAACD%2CQAAQ%2CU2B7HR%3BACtEI%2CSAAC%2CMAAM%2COAmCD%2CU5B8JT%3BA4BjMG%2CSAAC%2CMAAM%2COAmCD%2CU5B%2BJT%3BAACD%2CQAAQ%2CU4BnMJ%2CUAAC%2CMAAM%2COAmCD%3BAf2XF%2CeADJ%2CQACK%2COb7NR%3BAa6NO%2CeADJ%2CQACK%2COb5NR%3BAACD%2CQAAQ%2CUa2NA%2CgBADJ%2CQACK%3BAGnVT%2CiCH8wDI%2CQAAO%2CMbxpDV%3BAgBtHD%2CiCH8wDI%2CQAAO%2CMbvpDV%3BAACD%2CQAAQ%2CUgBxHR%2CkCH8wDI%2CQAAO%3BAKhyDX%2CuBLgyDI%2CQAAO%2CMbxpDV%3BAkBxID%2CuBLgyDI%2CQAAO%2CMbvpDV%3BAACD%2CQAAQ%2CUkB1IR%2CwBLgyDI%2CQAAO%3BANtgDX%2CcMsgDI%2CQAAO%2CMbxpDV%3BAOkJD%2CcMsgDI%2CQAAO%2CMbvpDV%3BAACD%2CQAAQ%2CUOgJR%2CeMsgDI%2CQAAO%3BACv2DX%2CwBD2aI%2CQACK%2COb7NR%3BAc%5C%2FMD%2CwBD2aI%2CQACK%2COb5NR%3BAACD%2CQAAQ%2CUcjNR%2CyBD2aI%2CQACK%3BAC3aT%2CuBD0aI%2CQACK%2COb7NR%3BAc9MD%2CuBD0aI%2CQACK%2COb5NR%3BAACD%2CQAAQ%2CUchNR%2CwBD0aI%2CQACK%3BAgB5aT%2CKAAK%2CKAAK%2COhB2aN%2CQACK%2COb7NR%3BA6B%5C%2FMD%2CKAAK%2CKAAK%2COhB2aN%2CQACK%2COb5NR%3BAACD%2CQAAQ%2CU6BjNR%2CMAAK%2CKAAK%2COhB2aN%2CQACK%3BElB5IT%2CcAAA%3BEAAA%2CYAAA%3BEK5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAa0JJ%2CkBAhTK%3BAAgTL%2CkBA%5C%2FSK%2CIAAI%3BAAkwDT%2CmBAoCI%2CQAAO%2CMAvyDN%3BAAmwDL%2CmBAoCI%2CQAAO%2CMAtyDN%2CIAAI%3BAOnBG%2CMAFR%2CiBACI%2CQACK%2COPkBR%3BAOlBO%2CMAFR%2CiBACI%2CQACK%2COPmBR%2CIAAI%3BAQ7BT%2CqBACI%2CeR2BC%3BAQ5BL%2CqBACI%2CeR4BC%2CIAAI%3BAVxDT%2CyBA4DI%2CQAAO%2CKULN%3BAVvDL%2CyBA4DI%2CQAAO%2CKUJN%2CIAAI%3BARg9BT%2CMAAM%2CQACF%2CQAAO%2COQl9BN%3BARi9BL%2CMAAM%2CQACF%2CQAAO%2COQj9BN%2CIAAI%3BAN4FL%2CKAAC%2CcA0EG%2CiBAsBM%2CiBM7LT%3BAN6FD%2CKAAC%2CcA0EG%2CiBAsBM%2CiBM5LT%2CIAAI%3BANgNG%2CKApHP%2CcA6GG%2CQAOK%2CKAAK%2CIMjNb%3BANiNO%2CKApHP%2CcA6GG%2CQAOK%2CKAAK%2CIMhNb%2CIAAI%3BAS3DT%2CqBACI%2CaAeI%2CcACI%2CmBTyCP%3BAS1DL%2CqBACI%2CaAeI%2CcACI%2CmBT0CP%2CIAAI%3BAU9BT%2CYA0FI%2CmBV7DC%3BAU7BL%2CYA0FI%2CmBV5DC%2CIAAI%3BAW9CT%2C%2BBAGI%2C4BAMI%2CaXoCH%3BAW7CL%2C%2BBAGI%2C4BAMI%2CaXqCH%2CIAAI%3BAYnCT%2CmBZkCK%3BAYlCL%2CmBZmCK%2CIAAI%3BAanDT%2CwBAiGI%2C0BAUI%2CebzDH%3BAalDL%2CwBAiGI%2C0BAUI%2CebxDH%2CIAAI%3BAHjET%2C0BA6BI%2CaGmCC%3BAHhEL%2C0BA6BI%2CaGoCC%2CIAAI%3BAcrCT%2CaAGI%2CiBACI%2CedgCH%3BAcpCL%2CaAGI%2CiBACI%2CediCH%2CIAAI%3BAcfT%2CaAaI%2CadCC%3BAcdL%2CaAaI%2CadEC%2CIAAI%3BAcfT%2CaAcI%2CedAC%3BAcdL%2CaAcI%2CedCC%2CIAAI%3BAcmBT%2CYdpBK%3BAcoBL%2CYdnBK%2CIAAI%3BAenDL%2CSAAC%2CMAAM%2COAmCD%2CUfeL%3BAelDD%2CSAAC%2CMAAM%2COAmCD%2CUfgBL%2CIAAI%3BAA2WD%2CeADJ%2CQACK%2COA5WJ%3BAA4WG%2CeADJ%2CQACK%2COA3WJ%2CIAAI%3BAGwBT%2CiCH8wDI%2CQAAO%2CMAvyDN%3BAGyBL%2CiCH8wDI%2CQAAO%2CMAtyDN%2CIAAI%3BAKMT%2CuBLgyDI%2CQAAO%2CMAvyDN%3BAKOL%2CuBLgyDI%2CQAAO%2CMAtyDN%2CIAAI%3BANgST%2CcMsgDI%2CQAAO%2CMAvyDN%3BANiSL%2CcMsgDI%2CQAAO%2CMAtyDN%2CIAAI%3BACjET%2CwBD2aI%2CQACK%2COA5WJ%3BAChEL%2CwBD2aI%2CQACK%2COA3WJ%2CIAAI%3BAChET%2CuBD0aI%2CQACK%2COA5WJ%3BAC%5C%2FDL%2CuBD0aI%2CQACK%2COA3WJ%2CIAAI%3BAgBjET%2CKAAK%2CKAAK%2COhB2aN%2CQACK%2COA5WJ%3BAgBhEL%2CKAAK%2CKAAK%2COhB2aN%2CQACK%2COA3WJ%2CIAAI%3BEACD%2CgBAAA%3B%3BAAtCR%3BAGrBgB%2CwBAJZ%2COAEI%2CiBACI%2CQACK%3BAEAD%2CcAJZ%2COAEI%2CiBACI%2CQACK%3BAL80DL%2CmBANR%2CiBAKI%2CQACK%3BAACD%2CmBAPR%2CiBAKI%2CQAEK%3BAG%5C%2F0DG%2CwBAJZ%2COAEI%2CiBCwMR%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BACtM9D%2CcAJZ%2COAEI%2CiBDwMR%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BADtM9D%2CwBAJZ%2COAEI%2CiBCyMR%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BACvMhE%2CcAJZ%2COAEI%2CiBDyMR%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAZosBhF%2CcAwBI%2CQAAO%3BAE74BX%2CaAaI%2COAeI%2CiBACM%2CWAGE%2CQAAO%3BACQvB%2CkBACI%2CeAII%2CiBAKI%2CSAEI%3BAMtCZ%2CaAAc%2CMADb%2CaAAc%2CUAcX%2CQAAO%3BACjBnB%2CqBAwKI%2CmBAEI%2CeAOI%2CiBAEI%2CSAEI%3BACnIhB%2CiCHsvDI%2CiBAKI%2CQACK%3BAG5vDb%2CiCHsvDI%2CiBAKI%2CQAEK%3BAADD%2CmBANR%2CiBIloDJ%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BADtM9D%2CwBAJZ%2COAEI%2CiBCyMR%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BACtM9D%2CcAJZ%2COAEI%2CiBDyMR%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAZqsB9E%2CcYrsBA%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAVhL9E%2CaAaI%2COAeI%2CiBACM%2CWUmJd%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAHlK1E%2CaAAc%2CMADb%2CaAAc%2CUGmKnB%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAJwoDlE%2CmBANR%2CiBIjoDJ%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BADvMhE%2CwBAJZ%2COAEI%2CiBCwMR%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BACvMhE%2CcAJZ%2COAEI%2CiBDwMR%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAZosBhF%2CcYpsBA%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAVjLhF%2CaAaI%2COAeI%2CiBACM%2CWUoJd%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAHnK5E%2CaAAc%2CMADb%2CaAAc%2CUGoKnB%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BACvIhF%2CuBLwwDI%2CiBAKI%2CQACK%3BAK9wDb%2CuBLwwDI%2CiBAKI%2CQAEK%3BANr%5C%2FCb%2CcM8%2BCI%2CiBAKI%2CQACK%3BANp%5C%2FCb%2CcM8%2BCI%2CiBAKI%2CQAEK%3BAMr0Db%2CwBA0CI%2CwBXWA%2CeAII%2CiBAKI%2CSAEI%3BAO1CpB%2CqBItBI%2CyBA0CI%2CwBJsJA%2CeAOI%2CiBAEI%2CSAEI%3BAFynDJ%2CmBANR%2CiBIjoDJ%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAZqsB9E%2CcYpsBA%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAVhL9E%2CaAaI%2COAeI%2CiBACM%2CWUoJd%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAHlK1E%2CaAAc%2CMADb%2CaAAc%2CUGoKnB%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAJwoDlE%2CmBANR%2CiBIloDJ%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAZosBhF%2CcYrsBA%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAVjLhF%2CaAaI%2COAeI%2CiBACM%2CWUmJd%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAHnK5E%2CaAAc%2CMADb%2CaAAc%2CUGmKnB%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BEtBkFhF%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CcAAA%3B%3BAKqDA%2C2BAAC%3BAACD%2C2BAAC%3BAa1TD%2C%2BBbyTC%3BAazTD%2C%2BBb0TC%3BAgB%5C%2FUe%2CwBAJZ%2COAEI%2CiBACI%2CQACK%2CQhB8UhB%3BAgB9Ue%2CwBAJZ%2COAEI%2CiBACI%2CQACK%2CQhB%2BUhB%3BAkB%5C%2FUe%2CcAJZ%2COAEI%2CiBACI%2CQACK%2CQlB8UhB%3BAkB9Ue%2CcAJZ%2COAEI%2CiBACI%2CQACK%2CQlB%2BUhB%3BAa%2B%5C%2FCW%2CmBANR%2CiBAKI%2CQACK%2CQbhgDZ%3BAaggDW%2CmBANR%2CiBAKI%2CQACK%2CQb%5C%2F%5C%2FCZ%3BAaggDW%2CmBAPR%2CiBAKI%2CQAEK%2CObjgDZ%3BAaigDW%2CmBAPR%2CiBAKI%2CQAEK%2CObhgDZ%3BAgB%5C%2FUe%2CwBAJZ%2COAEI%2CiBCwMR%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjBwI7E%3BAgB9Ue%2CwBAJZ%2COAEI%2CiBCwMR%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjByI7E%3BAkB%5C%2FUe%2CcAJZ%2COAEI%2CiBDwMR%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjBwI7E%3BAkB9Ue%2CcAJZ%2COAEI%2CiBDwMR%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjByI7E%3BAgB%5C%2FUe%2CwBAJZ%2COAEI%2CiBCyMR%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjBuI%5C%2FE%3BAgB9Ue%2CwBAJZ%2COAEI%2CiBCyMR%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjBwI%5C%2FE%3BAkB%5C%2FUe%2CcAJZ%2COAEI%2CiBDyMR%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjBuI%5C%2FE%3BAkB9Ue%2CcAJZ%2COAEI%2CiBDyMR%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjBwI%5C%2FE%3BAK4jBD%2CcAwBI%2CQAAO%2CQLrlBV%3BAK6jBD%2CcAwBI%2CQAAO%2CQLplBV%3BAOzTD%2CaAaI%2COAeI%2CiBACM%2CWAGE%2CQAAO%2CQPwRtB%3BAOxTD%2CaAaI%2COAeI%2CiBACM%2CWAGE%2CQAAO%2CQPyRtB%3BAQjRD%2CkBACI%2CeAII%2CiBAKI%2CSAEI%2CQRoQf%3BAQhRD%2CkBACI%2CeAII%2CiBAKI%2CSAEI%2CQRqQf%3BAc3SG%2CaAAc%2CMADb%2CaAAc%2CUAcX%2CQAAO%2CQd6Rd%3BAc1SG%2CaAAc%2CMADb%2CaAAc%2CUAcX%2CQAAO%2CQd8Rd%3BAe%5C%2FSL%2CqBAwKI%2CmBAEI%2CeAOI%2CiBAEI%2CSAEI%2CQfyHf%3BAe9SL%2CqBAwKI%2CmBAEI%2CeAOI%2CiBAEI%2CSAEI%2CQf0Hf%3BAgB7PD%2CiCHsvDI%2CiBAKI%2CQACK%2CQbhgDZ%3BAgB5PD%2CiCHsvDI%2CiBAKI%2CQACK%2CQb%5C%2F%5C%2FCZ%3BAgB7PD%2CiCHsvDI%2CiBAKI%2CQAEK%2CObjgDZ%3BAgB5PD%2CiCHsvDI%2CiBAKI%2CQAEK%2CObhgDZ%3BAa%2B%5C%2FCW%2CmBANR%2CiBIloDJ%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjBwI7E%3BAaggDW%2CmBANR%2CiBIloDJ%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjByI7E%3BAgB%5C%2FUe%2CwBAJZ%2COAEI%2CiBCyMR%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjBwI7E%3BAgB9Ue%2CwBAJZ%2COAEI%2CiBCyMR%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjByI7E%3BAkB%5C%2FUe%2CcAJZ%2COAEI%2CiBDyMR%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjBwI7E%3BAkB9Ue%2CcAJZ%2COAEI%2CiBDyMR%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjByI7E%3BAK4jBD%2CcYrsBA%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjBwI7E%3BAK6jBD%2CcYrsBA%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjByI7E%3BAOzTD%2CaAaI%2COAeI%2CiBACM%2CWUmJd%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjBwI7E%3BAOxTD%2CaAaI%2COAeI%2CiBACM%2CWUmJd%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjByI7E%3BAc3SG%2CaAAc%2CMADb%2CaAAc%2CUGmKnB%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjBwI7E%3BAc1SG%2CaAAc%2CMADb%2CaAAc%2CUGmKnB%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjByI7E%3BAa%2B%5C%2FCW%2CmBANR%2CiBIjoDJ%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjBuI%5C%2FE%3BAaggDW%2CmBANR%2CiBIjoDJ%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjBwI%5C%2FE%3BAgB%5C%2FUe%2CwBAJZ%2COAEI%2CiBCwMR%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjBuI%5C%2FE%3BAgB9Ue%2CwBAJZ%2COAEI%2CiBCwMR%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjBwI%5C%2FE%3BAkB%5C%2FUe%2CcAJZ%2COAEI%2CiBDwMR%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjBuI%5C%2FE%3BAkB9Ue%2CcAJZ%2COAEI%2CiBDwMR%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjBwI%5C%2FE%3BAK4jBD%2CcYpsBA%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjBuI%5C%2FE%3BAK6jBD%2CcYpsBA%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjBwI%5C%2FE%3BAOzTD%2CaAaI%2COAeI%2CiBACM%2CWUoJd%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjBuI%5C%2FE%3BAOxTD%2CaAaI%2COAeI%2CiBACM%2CWUoJd%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjBwI%5C%2FE%3BAc3SG%2CaAAc%2CMADb%2CaAAc%2CUGoKnB%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjBuI%5C%2FE%3BAc1SG%2CaAAc%2CMADb%2CaAAc%2CUGoKnB%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjBwI%5C%2FE%3BAkB%5C%2FQD%2CuBLwwDI%2CiBAKI%2CQACK%2CQbhgDZ%3BAkB9QD%2CuBLwwDI%2CiBAKI%2CQACK%2CQb%5C%2F%5C%2FCZ%3BAkB%5C%2FQD%2CuBLwwDI%2CiBAKI%2CQAEK%2CObjgDZ%3BAkB9QD%2CuBLwwDI%2CiBAKI%2CQAEK%2CObhgDZ%3BAOWD%2CcM8%2BCI%2CiBAKI%2CQACK%2CQbhgDZ%3BAOYD%2CcM8%2BCI%2CiBAKI%2CQACK%2CQb%5C%2F%5C%2FCZ%3BAOWD%2CcM8%2BCI%2CiBAKI%2CQAEK%2CObjgDZ%3BAOYD%2CcM8%2BCI%2CiBAKI%2CQAEK%2CObhgDZ%3BAmBrUD%2CwBA0CI%2CwBXWA%2CeAII%2CiBAKI%2CSAEI%2CQRoQf%3BAmBpUD%2CwBA0CI%2CwBXWA%2CeAII%2CiBAKI%2CSAEI%2CQRqQf%3BAe%5C%2FSL%2CqBItBI%2CyBA0CI%2CwBJsJA%2CeAOI%2CiBAEI%2CSAEI%2CQfyHf%3BAe9SL%2CqBItBI%2CyBA0CI%2CwBJsJA%2CeAOI%2CiBAEI%2CSAEI%2CQf0Hf%3BAa%2B%5C%2FCW%2CmBANR%2CiBIjoDJ%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjBwI7E%3BAaggDW%2CmBANR%2CiBIjoDJ%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjByI7E%3BAK4jBD%2CcYpsBA%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjBwI7E%3BAK6jBD%2CcYpsBA%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjByI7E%3BAOzTD%2CaAaI%2COAeI%2CiBACM%2CWUoJd%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjBwI7E%3BAOxTD%2CaAaI%2COAeI%2CiBACM%2CWUoJd%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjByI7E%3BAc3SG%2CaAAc%2CMADb%2CaAAc%2CUGoKnB%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjBwI7E%3BAc1SG%2CaAAc%2CMADb%2CaAAc%2CUGoKnB%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjByI7E%3BAa%2B%5C%2FCW%2CmBANR%2CiBIloDJ%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjBuI%5C%2FE%3BAaggDW%2CmBANR%2CiBIloDJ%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjBwI%5C%2FE%3BAK4jBD%2CcYrsBA%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjBuI%5C%2FE%3BAK6jBD%2CcYrsBA%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjBwI%5C%2FE%3BAOzTD%2CaAaI%2COAeI%2CiBACM%2CWUmJd%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjBuI%5C%2FE%3BAOxTD%2CaAaI%2COAeI%2CiBACM%2CWUmJd%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjBwI%5C%2FE%3BAc3SG%2CaAAc%2CMADb%2CaAAc%2CUGmKnB%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjBuI%5C%2FE%3BAc1SG%2CaAAc%2CMADb%2CaAAc%2CUGmKnB%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjBwI%5C%2FE%3BELtDD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CcAAA%3B%3BAK4DA%2C2BAAC%3BAahUD%2C%2BBbgUC%3BAgBrVe%2CwBAJZ%2COAEI%2CiBACI%2CQACK%2CQhBqVhB%3BAkBrVe%2CcAJZ%2COAEI%2CiBACI%2CQACK%2CQlBqVhB%3BAay%5C%2FCW%2CmBANR%2CiBAKI%2CQACK%2CQbz%5C%2FCZ%3BAa0%5C%2FCW%2CmBAPR%2CiBAKI%2CQAEK%2COb1%5C%2FCZ%3BAgBrVe%2CwBAJZ%2COAEI%2CiBCwMR%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjB%2BI7E%3BAkBrVe%2CcAJZ%2COAEI%2CiBDwMR%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjB%2BI7E%3BAgBrVe%2CwBAJZ%2COAEI%2CiBCyMR%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjB8I%5C%2FE%3BAkBrVe%2CcAJZ%2COAEI%2CiBDyMR%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjB8I%5C%2FE%3BAKsjBD%2CcAwBI%2CQAAO%2CQL9kBV%3BAO%5C%2FTD%2CaAaI%2COAeI%2CiBACM%2CWAGE%2CQAAO%2CQP%2BRtB%3BAQvRD%2CkBACI%2CeAII%2CiBAKI%2CSAEI%2CQR2Qf%3BAcjTG%2CaAAc%2CMADb%2CaAAc%2CUAcX%2CQAAO%2CQdoSd%3BAerTL%2CqBAwKI%2CmBAEI%2CeAOI%2CiBAEI%2CSAEI%2CQfgIf%3BAgBnQD%2CiCHsvDI%2CiBAKI%2CQACK%2CQbz%5C%2FCZ%3BAgBnQD%2CiCHsvDI%2CiBAKI%2CQAEK%2COb1%5C%2FCZ%3BAay%5C%2FCW%2CmBANR%2CiBIloDJ%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjB%2BI7E%3BAgBrVe%2CwBAJZ%2COAEI%2CiBCyMR%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjB%2BI7E%3BAkBrVe%2CcAJZ%2COAEI%2CiBDyMR%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjB%2BI7E%3BAKsjBD%2CcYrsBA%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjB%2BI7E%3BAO%5C%2FTD%2CaAaI%2COAeI%2CiBACM%2CWUmJd%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjB%2BI7E%3BAcjTG%2CaAAc%2CMADb%2CaAAc%2CUGmKnB%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjB%2BI7E%3BAay%5C%2FCW%2CmBANR%2CiBIjoDJ%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjB8I%5C%2FE%3BAgBrVe%2CwBAJZ%2COAEI%2CiBCwMR%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjB8I%5C%2FE%3BAkBrVe%2CcAJZ%2COAEI%2CiBDwMR%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjB8I%5C%2FE%3BAKsjBD%2CcYpsBA%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjB8I%5C%2FE%3BAO%5C%2FTD%2CaAaI%2COAeI%2CiBACM%2CWUoJd%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjB8I%5C%2FE%3BAcjTG%2CaAAc%2CMADb%2CaAAc%2CUGoKnB%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjB8I%5C%2FE%3BAkBrRD%2CuBLwwDI%2CiBAKI%2CQACK%2CQbz%5C%2FCZ%3BAkBrRD%2CuBLwwDI%2CiBAKI%2CQAEK%2COb1%5C%2FCZ%3BAOKD%2CcM8%2BCI%2CiBAKI%2CQACK%2CQbz%5C%2FCZ%3BAOKD%2CcM8%2BCI%2CiBAKI%2CQAEK%2COb1%5C%2FCZ%3BAmB3UD%2CwBA0CI%2CwBXWA%2CeAII%2CiBAKI%2CSAEI%2CQR2Qf%3BAerTL%2CqBItBI%2CyBA0CI%2CwBJsJA%2CeAOI%2CiBAEI%2CSAEI%2CQfgIf%3BAay%5C%2FCW%2CmBANR%2CiBIjoDJ%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjB%2BI7E%3BAKsjBD%2CcYpsBA%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjB%2BI7E%3BAO%5C%2FTD%2CaAaI%2COAeI%2CiBACM%2CWUoJd%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjB%2BI7E%3BAcjTG%2CaAAc%2CMADb%2CaAAc%2CUGoKnB%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjB%2BI7E%3BAay%5C%2FCW%2CmBANR%2CiBIloDJ%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjB8I%5C%2FE%3BAKsjBD%2CcYrsBA%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjB8I%5C%2FE%3BAO%5C%2FTD%2CaAaI%2COAeI%2CiBACM%2CWUmJd%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjB8I%5C%2FE%3BAcjTG%2CaAAc%2CMADb%2CaAAc%2CUGmKnB%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjB8I%5C%2FE%3BEL5DD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CcAAA%3B%3BAmClKQ%2CcAFM%2CSACV%2CSACK%2CKA2CG%2CYAKI%3BEnCkHhB%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3B%3BAqB9LQ%2CkBADJ%2CQACK%3BAElBD%2CkBADJ%2CQACK%3BAf%5C%2FET%2CeAEI%2CQAAO%2CQAAQ%3BAAMnB%2CyBAiEI%2CsBA8CI%2CYAGI%2CQAAO%3BAE0PnB%2CWAaI%2CQAAO%3BAErWX%2CaAgFI%2CwBAMI%2CQAAO%2CQAAQ%3BAwBnCH%2CeAZhB%2CeACM%2CWAOI%2CWAGE%2CQACK%3BARsET%2CiBAFR%2CiBACI%2CQACK%3BAEpHb%2CqBA0BI%2CQAAO%3BAA1BX%2CqBA2BI%2CQAAO%3BACRS%2CwBAJhB%2CwBACM%2CmBACI%2CWACE%2CQACK%3BAMQrB%2CkBAKI%2CiBAAiB%2CQAAO%3BACtE5B%2CWACI%2CQAAO%3BACIX%2CcAiJI%2CQAAO%3BAlBhDH%2CkBC2GR%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAC7HtE%2CkBD6HR%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAd5M9E%2Cec4MA%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQd1M3D%3BAAMnB%2CyBAiEI%2CsBA8CI%2CYcqFR%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAVhL9E%2CaAgFI%2CwBUgGJ%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQV1FvD%3BAwBnCH%2CeAZhB%2CeACM%2CWAOI%2CWdiId%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAMvDlE%2CiBAFR%2CiBNyDJ%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BASxJ1D%2CwBAJhB%2CwBACM%2CmBACI%2CWT0Jd%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAehJ9E%2CkBAKI%2CiBf2IJ%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAiB5M9E%2CcjB4MA%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAD3GtE%2CkBC4GR%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAC9HxE%2CkBD8HR%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAd7MhF%2Cec6MA%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQd3M7D%3BAAMnB%2CyBAiEI%2CsBA8CI%2CYcsFR%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAVjLhF%2CaAgFI%2CwBUiGJ%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQV3FzD%3BAwBnCH%2CeAZhB%2CeACM%2CWAOI%2CWdkId%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAMxDpE%2CiBAFR%2CiBN0DJ%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BASzJ5D%2CwBAJhB%2CwBACM%2CmBACI%2CWT2Jd%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAejJhF%2CkBAKI%2CiBf4IJ%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAiB7MhF%2CcjB6MA%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAD5GxE%2CkBC4GR%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAC7HtE%2CkBD8HR%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAd5M9E%2Cec6MA%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQd1M3D%3BAAMnB%2CyBAiEI%2CsBA8CI%2CYcsFR%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAVhL9E%2CaAgFI%2CwBUiGJ%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQV1FvD%3BAwBnCH%2CeAZhB%2CeACM%2CWAOI%2CWdkId%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAMvDlE%2CiBAFR%2CiBN0DJ%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BASxJ1D%2CwBAJhB%2CwBACM%2CmBACI%2CWT2Jd%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAehJ9E%2CkBAKI%2CiBf4IJ%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAiB5M9E%2CcjB6MA%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAD3GtE%2CkBC2GR%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAC9HxE%2CkBD6HR%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAd7MhF%2Cec4MA%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQd3M7D%3BAAMnB%2CyBAiEI%2CsBA8CI%2CYcqFR%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAVjLhF%2CaAgFI%2CwBUgGJ%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQV3FzD%3BAwBnCH%2CeAZhB%2CeACM%2CWAOI%2CWdiId%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAMxDpE%2CiBAFR%2CiBNyDJ%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BASzJ5D%2CwBAJhB%2CwBACM%2CmBACI%2CWT0Jd%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAejJhF%2CkBAKI%2CiBf2IJ%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAiB7MhF%2CcjB4MA%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BEtBkFhF%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CeAAA%3B%3BAYnII%2CKAAC%2CcAmJG%2CcMtMR%3BAkB6LgB%2CeAzBZ%2CsBAuBI%2CSACI%2CSACK%2CKlB7LjB%3BAsBxFA%2CkBAoDI%2CeA4BI%2CSAEI%2CctBMZ%3BACYA%2CgCAwCI%2CSACI%2CcDrDR%3BAqBzGA%2CcAqJI%2CcrB5CJ%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3B%3BANgDA%2CKAAC%2CcAmJG%2CcMtMR%2CGAKK%3BAkBwLW%2CeAzBZ%2CsBAuBI%2CSACI%2CSACK%2CKlB7LjB%2CGAKK%3BAsB7FL%2CkBAoDI%2CeA4BI%2CSAEI%2CctBMZ%2CGAKK%3BACOL%2CgCAwCI%2CSACI%2CcDrDR%2CGAKK%3BAqB9GL%2CcAqJI%2CcrB5CJ%2CGAKK%3BEACG%2CSAAS%2CIAAT%3B%3BAN6CJ%2CKAAC%2CcAmJG%2CcM5LR%3BAkBmLgB%2CeAzBZ%2CsBAuBI%2CSACI%2CSACK%2CKlBnLjB%3BAsBlGA%2CkBAoDI%2CeA4BI%2CSAEI%2CctBgBZ%3BACEA%2CgCAwCI%2CSACI%2CcD3CR%3BAqBnHA%2CcAqJI%2CcrBlCJ%3BEACI%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3B%3BAuBvHJ%2CgBACM%2CWAKE%3BAANR%2CgBAEM%2CaAIE%3BAjCNR%2CeAEI%2CQAAO%2CQAAQ%3BAAMnB%2CyBAiEI%2CsBA8CI%2CYAGI%2CQAAO%3BAE0PnB%2CWAaI%2CQAAO%3BA4BtYX%2CWACI%2CQAAO%3BA9BIX%2Cec4MA%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQd1M3D%3BAAMnB%2CyBAiEI%2CsBA8CI%2CYcqFR%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAd5M9E%2Cec6MA%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQd3M7D%3BAAMnB%2CyBAiEI%2CsBA8CI%2CYcsFR%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAd7MhF%2Cec6MA%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQd1M3D%3BAAMnB%2CyBAiEI%2CsBA8CI%2CYcsFR%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAd5M9E%2Cec4MA%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQd3M7D%3BAAMnB%2CyBAiEI%2CsBA8CI%2CYcqFR%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BEjBiBhF%2CWAAA%3B%3BAIUA%2CcAwBI%3BAGpGA%2CKAAC%2CcAoKG%3BAwBlGR%2CeAmBI%3BAjB5HJ%2CgCAKI%3BEDwEA%2CYAAA%3BEACA%2CqBAAA%3B%3BATqCJ%2CcAwBI%2CuBS3DA%3BANzCA%2CKAAC%2CcAoKG%2CuBM3HJ%3BAkByBJ%2CeAmBI%2CuBlB5CA%3BAChFJ%2CgCAKI%2CuBD2EA%3BEACI%2CgBAAA%3B%3BARjGR%2CQAAQ%2CMACJ%2CSAAQ%2CMAAO%2COAAM%3BEQiHrB%2CcAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAmB7MJ%2CgBACI%2COAOI%3BErC0QR%2CgCAAA%3BEAAA%2CiBAAA%3BEkBzDI%2CmBAAA%3BEACA%2CoBAAA%3B%3BAmB1NJ%2CgBACI%2COAOI%2CanBoNJ%3BEACI%2CgBAAA%3B%3BACnNR%3BAcoHI%2CSAAC%3BES%5C%2FFL%2CqBAAA%3BEACA%2CkBAAA%3B%3BA1CFA%2CoBAAC%3BAACD%2CoBAAC%3BAmBrBD%2CqBnBoBC%3BAmBpBD%2CqBnBqBC%3BAiC%2BFG%2CSAAC%2CSjChGJ%3BAiCgGG%2CSAAC%2CSjC%5C%2FFJ%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CoBAAC%3BAmB1BD%2CqBnB0BC%3BAiC0FG%2CSAAC%2CSjC1FJ%3BEACG%2CWAAA%3B%3BAkBkMJ%2CoBwBrMA%3BAvBxBA%2CqBuBwBA%3BAT4FI%2CSAAC%2CSS5FL%3BEAEI%2CeAAA%3BE1C8OJ%2CqBAAA%3BE2ChOA%2CqBAAA%3B%3BAAMA%2CoBDtBA%2CeCsBC%3BAxB9CD%2CqBuBwBA%2CeCsBC%3BAVsEG%2CSAAC%2CSS5FL%2CeCsBC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS4C9NQ%2CO5C8NR%3BEAAA%2Ca6CvRe%2CY7CuRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CoBDnCJ%2CeCkCC%2CMACI%3BAxB3DL%2CqBuBwBA%2CeCkCC%2CMACI%3BAVyDD%2CSAAC%2CSS5FL%2CeCkCC%2CMACI%3BE3C6ML%2CcAAA%3B%3BA2CvMI%2CoBDzCJ%2CeCwCC%2COACI%3BAxBjEL%2CqBuBwBA%2CeCwCC%2COACI%3BAVmDD%2CSAAC%2CSS5FL%2CeCwCC%2COACI%3BE3CuML%2CcAAA%3B%3BA0CqEA%2CoBArTA%2CeAqTC%3BAvB7UD%2CqBuBwBA%2CeAqTC%3BATzNG%2CSAAC%2CSS5FL%2CeAqTC%3BE1CrED%2CqBAAA%3BE2ChOA%2CqBAAA%3B%3BAAMA%2CoBDtBA%2CeAqTC%2COC%5C%2FRA%3BAxB9CD%2CqBuBwBA%2CeAqTC%2COC%5C%2FRA%3BAVsEG%2CSAAC%2CSS5FL%2CeAqTC%2COC%5C%2FRA%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS4C%5C%2FNM%2CO5C%2BNN%3BEAAA%2Ca6CvRe%2CY7CuRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CoBDnCJ%2CeAqTC%2COCnRA%2CMACI%3BAxB3DL%2CqBuBwBA%2CeAqTC%2COCnRA%2CMACI%3BAVyDD%2CSAAC%2CSS5FL%2CeAqTC%2COCnRA%2CMACI%3BE3C6ML%2CcAAA%3B%3BA2CvMI%2CoBDzCJ%2CeAqTC%2COC7QA%2COACI%3BAxBjEL%2CqBuBwBA%2CeAqTC%2COC7QA%2COACI%3BAVmDD%2CSAAC%2CSS5FL%2CeAqTC%2COC7QA%2COACI%3BE3CuML%2CcAAA%3B%3BAkB3CA%2CoBwBdA%3BAvB%5C%2FMA%2CqBuB%2BMA%3BAT3FI%2CSAAC%2CSS2FL%3BE1CyDA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CmBAAA%3BEAAA%2CeAAA%3BEAAA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CYAAA%3BE0ChDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BE1C8CJ%2CSAAA%3BEAAA%2CkDAAA%3B%3BAkB3CA%2CoBwBdA%2CYAsBI%3BAvBrOJ%2CqBuB%2BMA%2CYAsBI%3BATjHA%2CSAAC%2CSS2FL%2CYAsBI%3BE1CmCJ%2CSAAA%3BEAAA%2CyBAAA%3B%3BA0C3BQ%2CoBA9BR%2CYAsBI%2CGAQK%3BAvB7OT%2CqBuB%2BMA%2CYAsBI%2CGAQK%3BATzHL%2CSAAC%2CSS2FL%2CYAsBI%2CGAQK%3BE1C2BT%2CmBAAA%3BE0CzBY%2CeAAA%3B%3BAAuTZ%2CoBAvVA%2CYAuVC%3BAACD%2CoBAxVA%2CYAwVC%3BAvBviBD%2CqBuB%2BMA%2CYAuVC%3BAvBtiBD%2CqBuB%2BMA%2CYAwVC%3BATnbG%2CSAAC%2CSS2FL%2CYAuVC%3BATlbG%2CSAAC%2CSS2FL%2CYAwVC%3BEACG%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CoBAjWA%2CYAiWC%3BAvBhjBD%2CqBuB%2BMA%2CYAiWC%3BAT5bG%2CSAAC%2CSS2FL%2CYAiWC%3BEACG%2CiBAAA%3BE1CzSJ%2CyDAAA%3BE0C2SI%2CWAAA%3B%3BAAGJ%2CoBAvWA%2CYAuWC%3BAvBtjBD%2CqBuB%2BMA%2CYAuWC%3BATlcG%2CSAAC%2CSS2FL%2CYAuWC%3BEACG%2CiBAAA%3BE1C%5C%2FSJ%2CyDAAA%3BE0CiTI%2CWAAA%3B%3BAAzDJ%2CoBAjTA%2CYAiTC%3BAvBhgBD%2CqBuB%2BMA%2CYAiTC%3BAT5YG%2CSAAC%2CSS2FL%2CYAiTC%3BE1CxPD%2CUAAA%3BEAAA%2CUAAA%3B%3BA0C6PA%2CoBAtTA%2CYAsTC%3BAvBrgBD%2CqBuB%2BMA%2CYAsTC%3BATjZG%2CSAAC%2CSS2FL%2CYAsTC%3BE1C7PD%2CSAAA%3BEAAA%2CUAAA%3B%3BA0CZA%2CoBAAC%3BAvB5PD%2CqBuB4PC%3BATxIG%2CSAAC%2CSSwIJ%3BEACG%2CiBAAA%3B%3BAADJ%2CoBAAC%2COAGG%3BAvB%5C%2FPJ%2CqBuB4PC%2COAGG%3BAT3IA%2CSAAC%2CSSwIJ%2COAGG%3BEACI%2CcAAA%3B%3BAvBhQR%2CqBDqOI%2CGAAE%3BAejHF%2CSAAC%2CSfiHD%2CGAAE%3BEACE%2CcAAA%3B%3BAVrPR%2CyBAcI%2CYAAW%3BAE8Vf%2CWAMI%2CYAAW%3BA2BxDf%2CQACI%2CMAAK%2CmBACD%2CKACI%3BAlBvSZ%2CyBACI%2COAAM%2CIAAK%3BAAsFf%2CgCAkCI%2CKACI%3BA2BpJR%2CMAAM%2CQAWF%2CKAAI%2CIAGA%2CSAAQ%2CIACJ%3BAbsTJ%2C0BADJ%2CYACK%3BAMzUT%2CcA6EI%2CeAOI%2CKACI%2CKAGI%3BAJpDhB%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAkB%5C%2FB%2CYAGI%3BAAoEA%2CcAFM%2CSACV%2CSACK%2CKA2CG%2CYACI%2CMAAK%3BEjB%2BFjB%2CkBAAA%3BEACA%2CWAAA%3B%3BAmBzDJ%3BAUsMA%2CgBACI%3BE7BpIA%2CmBAAA%3B%3BARuOQ%2CQAzDR%2CeAwDI%2CQACK%3BAAWD%2CQAFR%2CeACI%2CQACK%3BAAqUL%2CiBArCJ%2CMAqCK%2COAKG%2CQAAO%3BAAkEnB%2CcASI%2CQAAO%3BAsCt2BP%2COAAC%2CQAmBG%2CQAAO%3BEhDwNf%2CqBAAA%3BE2C9QA%2CqBAAA%3B%3BAzBiRA%2C6ByBfE%3BAjCuOU%2CQAzDR%2CeAwDI%2CQACK%2COiCvOX%3BAjCkPU%2CQAFR%2CeACI%2CQACK%2COiClPX%3BAjCujBM%2CiBArCJ%2CMAqCK%2COAKG%2CQAAO%2COiC5jBjB%3BAjC8nBF%2CcASI%2CQAAO%2COiCvoBT%3BAK%5C%2FNE%2COAAC%2CQAmBG%2CQAAO%2COL4Mb%3BE3ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA2CHA%2C6BAAC%3BAjCmeW%2CQAzDR%2CeAwDI%2CQACK%2COiCneZ%3BAjC8eW%2CQAFR%2CeACI%2CQACK%2COiC9eZ%3BAjCmzBO%2CiBArCJ%2CMAqCK%2COAKG%2CQAAO%2COiCxzBlB%3BAjC03BD%2CcASI%2CQAAO%2COiCn4BV%3BAK6BG%2COAAC%2CQAmBG%2CQAAO%2COLhDd%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS4C1OU%2CO5C0OV%3BEAAA%2Ca6CvRe%2CY7CuRf%3BEAAA%2CsBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2C6BADH%2CMACI%3BAjCsdO%2CQAzDR%2CeAwDI%2CQACK%2COiCvdZ%2CMACI%3BAjCieO%2CQAFR%2CeACI%2CQACK%2COiCleZ%2CMACI%3BAjCsyBG%2CiBArCJ%2CMAqCK%2COAKG%2CQAAO%2COiC5yBlB%2CMACI%3BAjC62BL%2CcASI%2CQAAO%2COiCv3BV%2CMACI%3BAKgBD%2COAAC%2CQAmBG%2CQAAO%2COLpCd%2CMACI%3BE3C2PL%2CcAAA%3B%3BA2CrPI%2C6BADH%2COACI%3BAjCgdO%2CQAzDR%2CeAwDI%2CQACK%2COiCjdZ%2COACI%3BAjC2dO%2CQAFR%2CeACI%2CQACK%2COiC5dZ%2COACI%3BAjCgyBG%2CiBArCJ%2CMAqCK%2COAKG%2CQAAO%2COiCtyBlB%2COACI%3BAjCu2BL%2CcASI%2CQAAO%2COiCj3BV%2COACI%3BAKUD%2COAAC%2CQAmBG%2CQAAO%2COL9Bd%2COACI%3BE3CqPL%2CWAAA%3B%3BASlPQ%2CQAhBH%2CKAgBI%3BACAT%2CQAAQ%2CKAAM%3BEQwQV%2CgBAAA%3B%3BATxQI%2CQAhBH%2CKAgBI%2CKSyQH%3BARzQN%2CQAAQ%2CKAAM%2CEQyQR%3BElBvBN%2CcAAA%3BEAAA%2CqBAAA%3B%3BADjJA%2CiBmBwKM%2CInBxKL%3BAUjGO%2CQAhBH%2CKAgBI%2CKSyQH%2CInBxKL%3BAWjGD%2CQAAQ%2CKAAM%2CEQyQR%2CInBxKL%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CiBmBmKM%2CInBnKL%3BAUtGO%2CQAhBH%2CKAgBI%2CKSyQH%2CInBnKL%3BAWtGD%2CQAAQ%2CKAAM%2CEQyQR%2CInBnKL%3BEC4ID%2CcAAA%3BEAAA%2CqBAAA%3B%3BADvIA%2CiBmB8JM%2CInB9JL%3BAU3GO%2CQAhBH%2CKAgBI%2CKSyQH%2CInB9JL%3BAW3GD%2CQAAQ%2CKAAM%2CEQyQR%2CInB9JL%3BECuID%2CcAAA%3BEAAA%2CqBAAA%3B%3BADjJA%2CcAAC%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CcAAC%3BEC4ID%2CcAAA%3BEAAA%2CqBAAA%3B%3BADvIA%2CcAAC%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAmB9QA%2CKAAK%2CaAAa%2CMACd%3BAgBDJ%2CKAAK%2CSAAS%2CMACV%3BEjBmUJ%2CcAAA%3B%3BAAsFQ%2CeADJ%2CQACK%3BAC5aT%2CwBD2aI%2CQACK%3BAC3aT%2CuBD0aI%2CQACK%3BAgB5aT%2CKAAK%2CKAAK%2COhB2aN%2CQACK%3BEA1DL%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BACtXJ%2CwBD0YI%2CUACI%2COACI%3BAC3YZ%2CuBDyYI%2CUACI%2COACI%3BAgB5YZ%2CKAAK%2CKAAK%2COhB0YN%2CUACI%2COACI%3BEACI%2CUAAA%3B%3BAC7YhB%2CwBD0YI%2CUAOI%2CiBAGM%3BACnZd%2CuBDyYI%2CUAOI%2CiBAGM%3BAgBpZd%2CKAAK%2CKAAK%2COhB0YN%2CUAOI%2CiBAGM%3BEAOE%2CWAAA%3B%3BAC3ZhB%2CwBD0YI%2CUAOI%2CiBAGM%2CaACE%2CQACK%3BACrZrB%2CuBDyYI%2CUAOI%2CiBAGM%2CaACE%2CQACK%3BAgBtZrB%2CKAAK%2CKAAK%2COhB0YN%2CUAOI%2CiBAGM%2CaACE%2CQACK%3BEACG%2CgBAAA%3B%3BACvZxB%2CwBD0YI%2CUAqBI%2CQACI%3BAC%5C%2FZZ%2CuBDyYI%2CUAqBI%2CQACI%3BAgBhaZ%2CKAAK%2CKAAK%2COhB0YN%2CUAqBI%2CQACI%3BEACI%2CSAAA%3B%3BACjahB%2CwBDsaI%3BACraJ%2CuBDqaI%3BAgBtaJ%2CKAAK%2CKAAK%2COhBsaN%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BACxaR%2CwBDibI%2CSACK%3BACjbT%2CuBDgbI%2CSACK%3BAgBlbT%2CKAAK%2CKAAK%2COhBibN%2CSACK%3BEACG%2CgBAAA%3B%3BAcpNA%2CoBAFR%2CaACI%2CoBACK%2CIAAI%3BEhChNjB%2CSAAA%3BEACA%2CkBAAA%3B%3BAiDhBA%2CYACI%2CeAEI%2COACI%3BAzCKZ%2CyBAiEI%2CsBAuEI%3BAAxIR%2CyBAiEI%2CsBAwEI%2CSAAQ%3BAAzIhB%2CyBAiEI%2CsBAyEI%3BACjFA%2CQApCH%2CKAoCI%2CQAOG%2CmBASM%2CUASE%3BACzCpB%2CcACI%3BAA0vBQ%2CiBAPR%2CMAIK%2CMAGI%2COAEG%3BAADJ%2CiBARR%2CMAIK%2CMAII%2CQACG%3BAAkOhB%2CMAAM%2CQAeF%2COAAM%2COAKF%3BAEv2BI%2CKAjCP%2CcAsBG%2CKAWK%2CIAIG%3BAwB3BR%2CiBAjBJ%2CQAiBK%2CSAGG%3BAAHJ%2CiBAjBJ%2CQAiBK%2CSAoCG%3BAvBtLZ%2CqBACI%3BAkBRJ%2CwBA%2BHI%2CsBACM%3BAAhIV%2CwBA%2BII%2CUACI%3BAP7IR%2CwBA8FI%2COACI%3BAaJR%2CSACI%2CUACM%3BAAuFV%2CMAAM%2COACF%2COACI%3BAazLR%2C0BAaI%2CyBACI%2CUACI%2CQAAO%3BAFiHX%2COA7CH%2CQA6CI%2CQAyCG%3BAflGI%2CiBAHU%2CUApErB%2CMAAM%2COAsEG%2CUACG%2CMACG%3BAADJ%2CcAFO%2CUArElB%2CMAAM%2COAsEG%2CUACG%2CMACG%3BAAmEpB%2CuBACI%2CoBACI%3BAA4FR%2C2BAKI%2CsBAII%2CUACM%3BAMhQd%2CcA6EI%2CeAOI%2CKASI%3BAA7FZ%2CcA8JI%2COAGI%2CkBACI%2CcACI%2CUACM%3BAYnKtB%2CMAAM%2CWA4CF%3BAJkIA%2COAAC%2CKAGG%3BAAoOR%2CgBACI%2CiBAII%3BA%5C%2FBnFR%2CcAoBI%2CcACI%3BAC1LJ%2COADG%2CKACF%2CIAAI%3BAAqHT%2CYAAa%2COAAM%2CQAEf%2CUAmCI%3BAApCR%2CYACI%2CUAmCI%3BAkBhMA%2CcAFM%2CSACV%2CSACK%2CKAqBG%2CaACI%3BEnChIhB%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAoCoTQ%2CeAhCJ%2CSAgCK%2CQACG%2CQAYM%3BAgB%5C%2FUd%2CsBAAC%2CcAGG%2CsBAQI%3BEpDOZ%2CUAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAQA%2CiBAAC%3BAACD%2CiBAAC%3BAkB4VD%2CeACI%2CUAOI%2CiBlBrWP%3BAkB6VD%2CeACI%2CUAOI%2CiBlBpWP%3BAQpCD%2CyBAkBI%2CyBAoBI%2COAAM%2COAMF%2CORTX%3BAQnCD%2CyBAkBI%2CyBAoBI%2COAAM%2COAMF%2CORRX%3BAqDzBD%2CQrDwBC%3BAqDxBD%2CQrDyBC%3BAUoZD%2CQAwFI%2CsBV7eH%3BAUqZD%2CQAwFI%2CsBV5eH%3BAYgHG%2CKAAC%2CcA0EG%2CiBZ3LP%3BAYiHG%2CKAAC%2CcA0EG%2CiBZ1LP%3BAYgHG%2CKAAC%2CcAmJG%2CcZpQP%3BAYiHG%2CKAAC%2CcAmJG%2CcZnQP%3BAoCkLD%2CeAGI%2CcAWM%2CWpCjMT%3BAoCmLD%2CeAGI%2CcAWM%2CWpChMT%3BAoC0Pe%2CeAzBZ%2CsBAuBI%2CSACI%2CSACK%2CKpC3PhB%3BAoC2Pe%2CeAzBZ%2CsBAuBI%2CSACI%2CSACK%2CKpC1PhB%3BAalBD%2CmBbiBC%3BAajBD%2CmBbkBC%3BAagBD%2CyBbjBC%3BAaiBD%2CyBbhBC%3BAsDxCD%2CsBtDuCC%3BAsDvCD%2CsBtDwCC%3BA4B2DO%2CYADJ%2COACK%2CU5B5DR%3BA4B4DO%2CYADJ%2COACK%2CU5B3DR%3BAwC3BD%2CkBAoDI%2CeA4BI%2CSAEI%2CcxCxDX%3BAwC1BD%2CkBAoDI%2CeA4BI%2CSAEI%2CcxCvDX%3BAwC3BD%2CkBAwGI%2CcACI%2CsBxC%5C%2FEP%3BAwC1BD%2CkBAwGI%2CcACI%2CsBxC9EP%3BAkD%5C%2FBD%2C0BACI%2CkBlD6BH%3BAkD9BD%2C0BACI%2CkBlD8BH%3BAgC2GD%2CgBA%2BBI%2CShC3IH%3BAgC4GD%2CgBA%2BBI%2CShC1IH%3BAgCqJD%2CoBACI%2CoBhCvJH%3BAgCsJD%2CoBACI%2CoBhCtJH%3BAgCqJD%2CoBAEI%2CkChCxJH%3BAgCsJD%2CoBAEI%2CkChCvJH%3BAmByED%2CgCAwCI%2CSACI%2CcnBnHP%3BAmB0ED%2CgCAwCI%2CSACI%2CcnBlHP%3BAuDtCD%2CUAWI%2CgBvD0BH%3BAuDrCD%2CUAWI%2CgBvD2BH%3BAuC5CD%2CcAqJI%2CcvC1GH%3BAuC3CD%2CcAqJI%2CcvCzGH%3BAuC5CD%2CcA8JI%2COvCnHH%3BAuC3CD%2CcA8JI%2COvClHH%3BAuC5CD%2CcAyMI%2CevC9JH%3BAuC3CD%2CcAyMI%2CevC7JH%3BA%2BC0WD%2CgBACI%2CiB%5C%2FC5WH%3BA%2BC2WD%2CgBACI%2CiB%5C%2FC3WH%3BAiBgFG%2COAAC%2CQjBjFJ%3BAiBiFG%2COAAC%2CQjBhFJ%3BAmB7CD%2CwBD0YI%2CUAOI%2CiBlBrWP%3BAmB5CD%2CwBD0YI%2CUAOI%2CiBlBpWP%3BAmB5CD%2CuBDyYI%2CUAOI%2CiBlBrWP%3BAmB3CD%2CuBDyYI%2CUAOI%2CiBlBpWP%3BAkC7CD%2CKAAK%2CKAAK%2COhB0YN%2CUAOI%2CiBlBrWP%3BAkC5CD%2CKAAK%2CKAAK%2COhB0YN%2CUAOI%2CiBlBpWP%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CiBAAC%3BAkBuVD%2CeACI%2CUAOI%2CiBlB%5C%2FVP%3BAQzCD%2CyBAkBI%2CyBAoBI%2COAAM%2COAMF%2CORHX%3BAqD9BD%2CQrD8BC%3BAU%2BYD%2CQAwFI%2CsBVveH%3BAY2GG%2CKAAC%2CcA0EG%2CiBZrLP%3BAY2GG%2CKAAC%2CcAmJG%2CcZ9PP%3BAoC6KD%2CeAGI%2CcAWM%2CWpC3LT%3BAoCqPe%2CeAzBZ%2CsBAuBI%2CSACI%2CSACK%2CKpCrPhB%3BAavBD%2CmBbuBC%3BAaWD%2CyBbXC%3BAsD7CD%2CsBtD6CC%3BA4BsDO%2CYADJ%2COACK%2CU5BtDR%3BAwChCD%2CkBAoDI%2CeA4BI%2CSAEI%2CcxClDX%3BAwChCD%2CkBAwGI%2CcACI%2CsBxCzEP%3BAkDpCD%2C0BACI%2CkBlDmCH%3BAgCsGD%2CgBA%2BBI%2CShCrIH%3BAgCgJD%2CoBACI%2CoBhCjJH%3BAgCgJD%2CoBAEI%2CkChClJH%3BAmBoED%2CgCAwCI%2CSACI%2CcnB7GP%3BAuD3CD%2CUAWI%2CgBvDgCH%3BAuCjDD%2CcAqJI%2CcvCpGH%3BAuCjDD%2CcA8JI%2COvC7GH%3BAuCjDD%2CcAyMI%2CevCxJH%3BA%2BCqWD%2CgBACI%2CiB%5C%2FCtWH%3BAiB2EG%2COAAC%2CQjB3EJ%3BAmBlDD%2CwBD0YI%2CUAOI%2CiBlB%5C%2FVP%3BAmBjDD%2CuBDyYI%2CUAOI%2CiBlB%5C%2FVP%3BAkClDD%2CKAAK%2CKAAK%2COhB0YN%2CUAOI%2CiBlB%5C%2FVP%3BEACG%2CWAAA%3B%3BAkByhDJ%2CeACI%3BAA2BJ%3BAsCpmDA%2CQAGI%2CQAAO%3BAAHX%2CQAYI%3BAAZJ%2CQAmBI%3BA%5C%2FCOA%2CQAAC%3BACmaL%2CQAwFI%2CsBAII%3BAC1cR%3BACtDA%3BAgBMA%2CYA4BI%3BAwBlDA%2CsBAAC%2CcAgBG%3BAZXR%3BA7BmJY%2CKArCP%2COAAO%2CSACR%2CQAAO%2CMACH%2COAmCK%2CKOw6CT%3BAuCrkDI%2CMADJ%2CSACK%3BAtC4DT%2CuBACI%2COAAM%2CKDwgDN%3BEAzgCJ%2CsBAAA%3B%3BAyB9fA%2CoBAAC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CS4C9NQ%2CO5C8NR%3BEAAA%2Ca6CvRe%2CY7CuRf%3BEAAA%2CsBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BA3C7TA%2CiBAAC%3BAACD%2CiBAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CiBAAC%3BEACG%2CWAAA%3B%3BAkB0lBJ%2CiBwB5MA%3BEACI%2CWAAA%3BEACA%2CSAAA%3B%3BAxB0MJ%2CiBwBvMA%3BEACI%2CYAAA%3BEACA%2CSAAA%3B%3BAxBqMJ%2CiBwBvLA%2COAAM%3BEACF%2C6BAAA%3BEACA%2C0BAAA%3B%3BAxBqLJ%2CiBwBlLA%2COAAS%3BEACL%2C4BAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BAxB%2BKJ%2CiBwB9eA%3BE1CiIA%2CqBAAA%3BE2ChOA%2CqBAAA%3B%3BAzB6kBA%2CiBwB9eA%2CeCqHE%3BE3ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA2C2CA%2CiBDyFA%2CeCzFC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS4C9NQ%2CO5C8NR%3BEAAA%2Ca6CvRe%2CY7CuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CiBD4EJ%2CeC7EC%2CMACI%3BE3C6ML%2CcAAA%3B%3BA2CvMI%2CiBDsEJ%2CeCvEC%2COACI%3BE3CuML%2CcAAA%3B%3BA0CuHA%2CiBAxPA%2CeAwPC%3BE1CvHD%2CqBAAA%3BE2ChOA%2CqBAAA%3B%3BADuVA%2CiBAxPA%2CeAwPC%2COCnIC%3BE3ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA2C2CA%2CiBDyFA%2CeAwPC%2COCjVA%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS4C%5C%2FNM%2CO5C%2BNN%3BEAAA%2Ca6CvRe%2CY7CuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CiBD4EJ%2CeAwPC%2COCrUA%2CMACI%3BE3C6ML%2CcAAA%3B%3BA2CvMI%2CiBDsEJ%2CeAwPC%2COC%5C%2FTA%2COACI%3BE3CuML%2CcAAA%3B%3BAkB6WA%2CiBwBtaA%3BE1CyDA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CmBAAA%3BEAAA%2CeAAA%3BEAAA%2CeAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BE0ChDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BE1C8CJ%2CSAAA%3BEAAA%2CkDAAA%3B%3BAkB6WA%2CiBwBtaA%2COAsBI%3BE1CmCJ%2CSAAA%3BEAAA%2CkBAAA%3B%3BA0C3BQ%2CiBA9BR%2COAsBI%2CGAQK%3BE1C2BT%2CmBAAA%3BE0CzBY%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%3BE1CzSJ%2CyDAAA%3BE0C2SI%2CWAAA%3B%3BAAGJ%2CiBAvWA%2COAuWC%3BEACG%2CiBAAA%3BE1C%5C%2FSJ%2CyDAAA%3BE0CiTI%2CWAAA%3B%3BAAlCJ%2CiBAxUA%2COAwUC%3BE1C%5C%2FQD%2CWAAA%3BEAAA%2CUAAA%3B%3BA0CoRA%2CiBA7UA%2COA6UC%3BE1CpRD%2CUAAA%3BEAAA%2CUAAA%3B%3BA0CZA%2CiBAAC%3BEACG%2CiBAAA%3B%3BAADJ%2CiBAAC%2COAGG%3BEACI%2CcAAA%3B%3BAlC%5C%2FQR%2CyBAiEI%2CsBAuDI%2CqBAGM%3BAClEN%2CQApCH%2CKAoCI%2CQAOG%2CmBASM%3BACoUlB%2CqBAII%2CQAAO%3BAuBtWC%2CSAtCP%2CMAAM%2COAmCD%2CUAGG%3BACxCb%2CqBAAsB%2CQAAO%2COAAO%3BACYpC%2CqBAII%2CQAAO%3BAAHX%2CqBAGI%2CQAAO%3BAAFX%2CaAEI%2CQAAO%3BAADX%2CiBACI%2CQAAO%3BEnCoQX%2CWAAA%3BEkBgfI%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BElBlfJ%2CqBAAA%3BE2C9QA%2CqBAAA%3B%3BAAMA%2CkBAAC%3BAnCfD%2CyBAiEI%2CsBAuDI%2CqBAGM%2CUmC5Gb%3BAlC0CO%2CQApCH%2CKAoCI%2CQAOG%2CmBASM%2CUkC1DjB%3BAjC8XD%2CqBAII%2CQAAO%2CUiClYV%3BAV4BW%2CSAtCP%2CMAAM%2COAmCD%2CUAGG%2CMU5BZ%3BATZD%2CqBAAsB%2CQAAO%2COAAO%2COSYnC%3BARAD%2CqBAII%2CQAAO%2CWQJV%3BARCD%2CqBAGI%2CQAAO%2CWQJV%3BARED%2CaAEI%2CQAAO%2CWQJV%3BARGD%2CiBACI%2CQAAO%2CWQJV%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2Ca6CvRe%2CY7CuRf%3BEAAA%2CoBAAA%3BEAAA%2CsBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAnChWA%2CyBAiEI%2CsBAuDI%2CqBAGM%2CUUupBT%3BATztBG%2CQApCH%2CKAoCI%2CQAOG%2CmBASM%2CUSysBb%3BARrYL%2CqBAII%2CQAAO%2CUQiYN%3BAevuBO%2CSAtCP%2CMAAM%2COAmCD%2CUAGG%2CMfuuBR%3BAgB%5C%2FwBL%2CqBAAsB%2CQAAO%2COAAO%2COhB%2BwB%5C%2FB%3BAiBnwBL%2CqBAII%2CQAAO%2CWjB%2BvBN%3BAiBlwBL%2CqBAGI%2CQAAO%2CWjB%2BvBN%3BAiBjwBL%2CaAEI%2CQAAO%2CWjB%2BvBN%3BAiBhwBL%2CiBACI%2CQAAO%2CWjB%2BvBN%3BElB3fL%2CcAAA%3BEkB6fQ%2CqBAAA%3B%3BAVpxBR%2CyBAiEI%2CsBAuDI%2CqBAGM%2CUU4pBT%3BAT9tBG%2CQApCH%2CKAoCI%2CQAOG%2CmBASM%2CUS8sBb%3BAR1YL%2CqBAII%2CQAAO%2CUQsYN%3BAe5uBO%2CSAtCP%2CMAAM%2COAmCD%2CUAGG%2CMf4uBR%3BAgBpxBL%2CqBAAsB%2CQAAO%2COAAO%2COhBoxB%5C%2FB%3BAiBxwBL%2CqBAII%2CQAAO%2CWjBowBN%3BAiBvwBL%2CqBAGI%2CQAAO%2CWjBowBN%3BAiBtwBL%2CaAEI%2CQAAO%2CWjBowBN%3BAiBrwBL%2CiBACI%2CQAAO%2CWjBowBN%3BEACG%2CWAAA%3B%3BAVxxBR%2CyBAiEI%2CsBA8CI%3BAE6PR%3BEQubI%2CgBAAA%3B%3BAA8FJ%2CeAGM%3BAkB9qBN%2CeAgFI%2CSAMI%3BAlB8gDR%2CmBACI%2COAv7BE%3BANh3BN%2CaAaI%2COMm2BE%3BAGpzBN%2CiCH2uDI%2COAv7BE%3BAKt0BN%2CuBL6vDI%2COAv7BE%3BAN5iBN%2CcMm%2BCI%2COAv7BE%3BElB7mBN%2C0BAAA%3BEkBmjBA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BElBrjBA%2C4BAAA%3BEAAA%2CcAAA%3BE2ChOA%2CqBAAA%3B%3BAzB00BA%2CeAGM%2CSAtDL%3BAkBxnBD%2CeAgFI%2CSAMI%2CQlBkiBP%3BAA4%2BBD%2CmBACI%2COAv7BE%2CSAtDL%3BAN1zBD%2CaAaI%2COMm2BE%2CSAtDL%3BAG9vBD%2CiCH2uDI%2COAv7BE%2CSAtDL%3BAKhxBD%2CuBL6vDI%2COAv7BE%2CSAtDL%3BANtfD%2CcMm%2BCI%2COAv7BE%2CSAtDL%3BEACG%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAKJ%2CmByB3kBE%3BAzBsnBF%2CeAGM%2CSyBznBJ%3BAPrDF%2CeAgFI%2CSAMI%2CQOjCN%3BAzB%2BiDF%2CmBACI%2COAv7BE%2CSyBznBJ%3BA%5C%2FBvPF%2CaAaI%2COMm2BE%2CSyBznBJ%3BAtB3LF%2CiCH2uDI%2COAv7BE%2CSyBznBJ%3BApB7MF%2CuBL6vDI%2COAv7BE%2CSyBznBJ%3BA%5C%2FB6EF%2CcMm%2BCI%2COAv7BE%2CSyBznBJ%3BE3ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA2C2CA%2CmBAAC%3BAzBo0BD%2CeAGM%2CSyBv0BL%3BAPyJD%2CeAgFI%2CSAMI%2CQO%5C%2FOP%3BAzB6vDD%2CmBACI%2COAv7BE%2CSyBv0BL%3BA%5C%2FBzCD%2CaAaI%2COMm2BE%2CSyBv0BL%3BAtBmBD%2CiCH2uDI%2COAv7BE%2CSyBv0BL%3BApBCD%2CuBL6vDI%2COAv7BE%2CSyBv0BL%3BA%5C%2FB2RD%2CcMm%2BCI%2COAv7BE%2CSyBv0BL%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS4C9NQ%2CO5C8NR%3BEAAA%2Ca6CvRe%2CY7CuRf%3BEAAA%2CeAAA%3BEAAA%2CsBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAzB09CA%2CmBACI%3BANvyDJ%2CaAaI%3BAS%2BCJ%2CiCH2uDI%3BAK7vDJ%2CuBL6vDI%3BANn%2BCJ%2CcMm%2BCI%3BEAz7BA%2CSAAA%3B%3BAAw7BJ%2CmBACI%2COAv7BE%2CSAEG%3BANl3BT%2CaAaI%2COMm2BE%2CSAEG%3BAGtzBT%2CiCH2uDI%2COAv7BE%2CSAEG%3BAKx0BT%2CuBL6vDI%2COAv7BE%2CSAEG%3BAN9iBT%2CcMm%2BCI%2COAv7BE%2CSAEG%3BEACG%2CcAAA%3B%3BAAm7BZ%2CmBACI%2COAh7BA%3BANv3BJ%2CaAaI%2COM02BA%3BAG3zBJ%2CiCH2uDI%2COAh7BA%3BAK70BJ%2CuBL6vDI%2COAh7BA%3BANnjBJ%2CcMm%2BCI%2COAh7BA%3BEACI%2CaAAA%3BElBrnBR%2CsBAAA%3BEkBunBQ%2CkBAAA%3B%3BAyBvxBR%2CezB0xBK%2COACK%2CSyB3xBT%3BAzBmsDD%2CmBACI%2COA16BC%2COACK%2CSyB3xBT%3BA%5C%2FBnGD%2CaAaI%2COMg3BC%2COACK%2CSyB3xBT%3BAtBvCD%2CiCH2uDI%2COA16BC%2COACK%2CSyB3xBT%3BApBzDD%2CuBL6vDI%2COA16BC%2COACK%2CSyB3xBT%3BA%5C%2FBiOD%2CcMm%2BCI%2COA16BC%2COACK%2CSyB3xBT%3BE3CgKD%2CS4C%5C%2FNM%2CO5C%2BNN%3B%3BAkBmiDA%2CmBACI%2COA16BC%2COAQG%3BANr4BR%2CaAaI%2COMg3BC%2COAQG%3BAGz0BR%2CiCH2uDI%2COA16BC%2COAQG%3BAK31BR%2CuBL6vDI%2COA16BC%2COAQG%3BANjkBR%2CcMm%2BCI%2COA16BC%2COAQG%3BEACI%2CcAAA%3B%3BAqBl6BZ%2CcA6EI%2CeA4BI%3BEvCsLR%2CcAAA%3BEAAA%2CiBAAA%3BEkBqpBI%2CgBAAA%3B%3BAqBp7BJ%2CcA6EI%2CeAgCI%3BEvCkLR%2CiBAAA%3BEkBgqBI%2CgBAAA%3BEACA%2CSAAA%3B%3BAA2SJ%2CmBACI%3BAmB5mCJ%2CQAqCI%3BAlB5FJ%2CyBAGI%3BAAiBJ%2C2BACI%3BAAuBJ%2CgCACI%3BAcgIJ%2C2BACI%3BAAgBJ%2C8BACI%3BAMxQJ%2CcA0LI%3BAA1LJ%2CcA2LI%2CeAAe%3BAQ2NnB%2CgBAiBI%2CgBAGI%3BA1BzaR%2CwBACI%2COH0uCA%3BAK3uCJ%2CcACI%2COL0uCA%3BAmB5mCJ%2CQAWI%2CQAAO%2CKAOH%2COAAM%2CIAAI%2CSnB0lCd%3BAqB5uCJ%2CcrB4uCI%3BAFh4BJ%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSE63Bd%3BAF%5C%2F3BJ%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSE63Bd%3BElB78BJ%2CgCAAA%3BEAAA%2CqBAAA%3BEAAA%2CoBAAA%3B%3BAkB48BA%2CmBACI%2CaAlPE%3BAAiPN%2CmBACI%2CaAjPE%3BAmB33BN%2CQAqCI%2CQnBq1BE%3BAmB13BN%2CQAqCI%2CQnBs1BE%3BACl7BN%2CyBAGI%2CQD86BE%3BACj7BN%2CyBAGI%2CQD%2B6BE%3BAC95BN%2C2BACI%2CaD45BE%3BAC75BN%2C2BACI%2CaD65BE%3BACt4BN%2CgCACI%2CaDo4BE%3BACr4BN%2CgCACI%2CaDq4BE%3BAerwBN%2C2BACI%2CafmwBE%3BAepwBN%2C2BACI%2CafowBE%3BAepvBN%2C8BACI%2CafkvBE%3BAenvBN%2C8BACI%2CafmvBE%3BAqB3%5C%2FBN%2CcA0LI%2CarBg0BE%3BAqB1%5C%2FBN%2CcA0LI%2CarBi0BE%3BAqB3%5C%2FBN%2CcA2LI%2CeAAe%2COrB%2BzBb%3BAqB1%5C%2FBN%2CcA2LI%2CeAAe%2COrBg0Bb%3BA6BrmBN%2CgBAiBI%2CgBAGI%2CO7BglBF%3BA6BpmBN%2CgBAiBI%2CgBAGI%2CO7BilBF%3BAG1%5C%2FBN%2CwBACI%2COH0uCA%2CaAlPE%3BAGz%5C%2FBN%2CwBACI%2COH0uCA%2CaAjPE%3BAK1%5C%2FBN%2CcACI%2COL0uCA%2CaAlPE%3BAKz%5C%2FBN%2CcACI%2COL0uCA%2CaAjPE%3BAmB33BN%2CQAWI%2CQAAO%2CKAOH%2COAAM%2CIAAI%2CSnB0lCd%2CaAlPE%3BAmB13BN%2CQAWI%2CQAAO%2CKAOH%2COAAM%2CIAAI%2CSnB0lCd%2CaAjPE%3BAqB3%5C%2FBN%2CcrB4uCI%2CaAlPE%3BAqB1%5C%2FBN%2CcrB4uCI%2CaAjPE%3BAF%5C%2FoBN%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSE63Bd%2CaAlPE%3BAF9oBN%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSE63Bd%2CaAjPE%3BAF9oBN%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSE63Bd%2CaAlPE%3BAF7oBN%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSE63Bd%2CaAjPE%3BElB5tBN%2CiBAAA%3BEAAA%2CgBAAA%3B%3BAqC3PA%2CqBAmBI%3BAA4DJ%2CoBAMI%3BAALJ%2CqBAKI%3BAAJJ%2CoBAII%3BAAHJ%2CqBAGI%3BAAFJ%2CgBAEI%3BAADJ%2CeACI%3BEnB65BA%2CiBAAA%3B%3BAF1%5C%2FBJ%2CoBA8II%2CMEi5BA%3BElB5xBJ%2CmBAAA%3B%3BAqB9PY%2CwBAFR%2CqCACI%2CKACK%2CMHokCT%3BAGpkCQ%2CwBAFR%2CqCACI%2CKACK%2CMHqkCT%3BAGpkCQ%2CwBAHR%2CqCACI%2CKAEK%2CSHmkCT%3BAGnkCQ%2CwBAHR%2CqCACI%2CKAEK%2CSHokCT%3BAKrkCQ%2CcAFR%2C2BACI%2CKACK%2CMLokCT%3BAKpkCQ%2CcAFR%2C2BACI%2CKACK%2CMLqkCT%3BAKpkCQ%2CcAHR%2C2BACI%2CKAEK%2CSLmkCT%3BAKnkCQ%2CcAHR%2C2BACI%2CKAEK%2CSLokCT%3BANj7BQ%2CKAzBP%2CcAsBG%2CKAGK%2CMMg7BT%3BANh7BQ%2CKAzBP%2CcAsBG%2CKAGK%2CMMi7BT%3BANh7BQ%2CKA1BP%2CcAsBG%2CKAIK%2CSM%2B6BT%3BAN%5C%2F6BQ%2CKA1BP%2CcAsBG%2CKAIK%2CSMg7BT%3BAN%5C%2F6BQ%2CKA3BP%2CcAsBG%2CKAKK%2CKM86BT%3BAN96BQ%2CKA3BP%2CcAsBG%2CKAKK%2CKM%2B6BT%3BAF78BI%2CoBADJ%2CKACK%2CME48BL%3BAF58BI%2CoBADJ%2CKACK%2CME68BL%3BAF58BI%2CoBAFJ%2CKAEK%2CSE28BL%3BAF38BI%2CoBAFJ%2CKAEK%2CSE48BL%3BElBv0BJ%2CWAAA%3BEAAA%2CiBAAA%3BEkB00BQ%2CcAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAG1kCI%2CwBAFR%2CqCACI%2CKACK%2CMHokCT%2CqBAQI%3BAG5kCI%2CwBAFR%2CqCACI%2CKACK%2CMHqkCT%2CqBAOI%3BAG3kCI%2CwBAHR%2CqCACI%2CKAEK%2CSHmkCT%2CqBAQI%3BAG3kCI%2CwBAHR%2CqCACI%2CKAEK%2CSHokCT%2CqBAOI%3BAK5kCI%2CcAFR%2C2BACI%2CKACK%2CMLokCT%2CqBAQI%3BAK5kCI%2CcAFR%2C2BACI%2CKACK%2CMLqkCT%2CqBAOI%3BAK3kCI%2CcAHR%2C2BACI%2CKAEK%2CSLmkCT%2CqBAQI%3BAK3kCI%2CcAHR%2C2BACI%2CKAEK%2CSLokCT%2CqBAOI%3BANx7BI%2CKAzBP%2CcAsBG%2CKAGK%2CMMg7BT%2CqBAQI%3BANx7BI%2CKAzBP%2CcAsBG%2CKAGK%2CMMi7BT%2CqBAOI%3BANv7BI%2CKA1BP%2CcAsBG%2CKAIK%2CSM%2B6BT%2CqBAQI%3BANv7BI%2CKA1BP%2CcAsBG%2CKAIK%2CSMg7BT%2CqBAOI%3BANt7BI%2CKA3BP%2CcAsBG%2CKAKK%2CKM86BT%2CqBAQI%3BANt7BI%2CKA3BP%2CcAsBG%2CKAKK%2CKM%2B6BT%2CqBAOI%3BAFp9BA%2CoBADJ%2CKACK%2CME48BL%2CqBAQI%3BAFp9BA%2CoBADJ%2CKACK%2CME68BL%2CqBAOI%3BAFn9BA%2CoBAFJ%2CKAEK%2CSE28BL%2CqBAQI%3BAFn9BA%2CoBAFJ%2CKAEK%2CSE48BL%2CqBAOI%3BEACI%2CgBAAA%3B%3BAVtmCZ%2CyBAkBI%2CyBAYI%2CyBACI%2COAAM%2COACF%2CcU4kCZ%3BAV5mCJ%2CyBAkBI%2CyBAYI%2CyBACI%2COAAM%2COACF%2CcU6kCZ%3BAV7mCJ%2CyBAkBI%2CyBAoBI%2COAAM%2COAYF%2CcU0jCR%3BAV5mCJ%2CyBAkBI%2CyBAoBI%2COAAM%2COAYF%2CcU2jCR%3BANzlCJ%2CaMwlCI%3BANxlCJ%2CaMylCI%3BElBt1BJ%2CiBAAA%3BEkBw1BQ%2CqBAAA%3B%3BAV%5C%2FmCR%2CyBAkBI%2CyBAYI%2CyBACI%2COAAM%2COACF%2CcUklCZ%2CqBAAuB%3BAVlnC3B%2CyBAkBI%2CyBAoBI%2COAAM%2COAYF%2CcUgkCR%2CqBAAuB%3BAN9lC3B%2CaM8lCI%2CqBAAuB%3BElB31B3B%2CiBAAA%3BEkB61BQ%2CqBAAA%3B%3BAVpnCR%2CyBAkBI%2CyBAYI%2CyBACI%2COAAM%2COACF%2CcUklCZ%2CqBAAuB%2CuBAIlB%3BAVtnCT%2CyBAkBI%2CyBAoBI%2COAAM%2COAYF%2CcUgkCR%2CqBAAuB%2CuBAIlB%3BANlmCT%2CaM8lCI%2CqBAAuB%2CuBAIlB%3BEACG%2CSAAS%2CIAAG%2CiBAAgB%2CIAA5B%3B%3BAVvnCZ%2CyBAkBI%2CyBAYI%2CyBACI%2COAAM%2COACF%2CcUklCZ%2CqBAAuB%2CuBAQlB%3BAV1nCT%2CyBAkBI%2CyBAoBI%2COAAM%2COAYF%2CcUgkCR%2CqBAAuB%2CuBAQlB%3BANtmCT%2CaM8lCI%2CqBAAuB%2CuBAQlB%3BEACG%2CSAAS%2CGAAT%3B%3BAwCvmCR%2CoBAUI%3BAATJ%2CoBASI%3BArCrCR%2CwBA8BI%2CqCAgBI%3BAE9CR%2CcA8BI%2C2BAgBI%3BAX6GJ%2CKAAC%2CcA6JG%3BAI7RR%2CoBAuII%3BEE4%2BBA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BElBl3BJ%2CqBAAA%3BE2ChOA%2CqBAAA%3B%3BAAMA%2CcAAC%3BAezCG%2CoBAUI%2CgBf%2BBP%3BAexCG%2CoBASI%2CgBf%2BBP%3BAtBpED%2CwBA8BI%2CqCAgBI%2CgBsBsBP%3BApBpED%2CcA8BI%2C2BAgBI%2CgBoBsBP%3BA%5C%2FBuFG%2CKAAC%2CcA6JG%2CgB%2BBpPP%3BA3BzCD%2CoBAuII%2CgB2B9FH%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CcAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CS4C9NQ%2CO5C8NR%3BEAAA%2Ca6CvRe%2CY7CuRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAe5UI%2CoBAUI%2CgBxCqnCH%3BAwC9nCD%2CoBASI%2CgBxCqnCH%3BAG1pCL%2CwBA8BI%2CqCAgBI%2CgBH4mCH%3BAK1pCL%2CcA8BI%2C2BAgBI%2CgBL4mCH%3BAN%5C%2F%5C%2FBD%2CKAAC%2CcA6JG%2CgBMk2BH%3BAF%5C%2FnCL%2CoBAuII%2CgBEw%5C%2FBC%3BEACG%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3B%3BAyB%5C%2FhCR%2CuBAAC%3BAevFW%2CoBAFJ%2CgBAEK%2CSfuFZ%3BAevFW%2CoBAFJ%2CgBAEK%2CSfuFZ%3BAtB9EW%2CwBAlBR%2CqCAgBI%2CgBAEK%2CSsB8EZ%3BApB9EW%2CcAlBR%2C2BAgBI%2CgBAEK%2CSoB8EZ%3BA%5C%2FB4LW%2CKA%5C%2FJP%2CcA6JG%2CgBAEK%2CS%2BB5LZ%3BA3BsCO%2CoBAFJ%2CgBAEK%2CS2BtCR%3BE3CgKD%2CS4C%5C%2FNM%2CO5C%2BNN%3B%3BAmBlOA%2CyBACI%3BEnBiOJ%2CmBAAA%3B%3BA%2BC%5C%2FHI%2COAAC%2CQ7B0hCD%2CQACK%3BA6BryBT%2CgBAiBI%2CgBAOI%2CwB7B4wBJ%2CQACK%3BEACG%2CkBAAA%3B%3BA6B5hCR%2COAAC%2CQ7B0hCD%2CQAKK%3BA6BzyBT%2CgBAiBI%2CgBAOI%2CwB7B4wBJ%2CQAKK%3BEACG%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BA6BpiCR%2COAAC%2CQ7B0hCD%2CQAaK%3BA6BjzBT%2CgBAiBI%2CgBAOI%2CwB7B4wBJ%2CQAaK%3BEACG%2CmBAAA%3BEACA%2CmBAAA%3B%3BAmBrqCZ%2CqBACI%2COAAM%2CUASF%2CMAAK%2CQAGD%2CQnBoqCP%3BAmB3iCL%2CQAaI%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQnB4hCP%3BAmB1iCL%2CuBAYI%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQnB4hCP%3BAmBziCL%2CiBAWI%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQnB4hCP%3BAmBrgCL%2CMAwBI%2CaAGI%2CQnB0%2BBH%3BElBt7BL%2C8BAAA%3BEkBw7BQ%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3B%3BAmBvrCR%2CqBACI%2COAAM%2CUASF%2CMAAK%2CQAGD%2CQnB6qCP%2CWACI%3BAmBrjCT%2CQAaI%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQnBqiCP%2CWACI%3BAmBpjCT%2CuBAYI%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQnBqiCP%2CWACI%3BAmBnjCT%2CiBAWI%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQnBqiCP%2CWACI%3BAmB%5C%2FgCT%2CMAwBI%2CaAGI%2CQnBm%5C%2FBH%2CWACI%3BEACG%2CaAAA%3B%3BAG%5C%2FtCZ%2CwBACI%2COH0uCA%2CaAGM%3BAK9uCV%2CcACI%2COL0uCA%2CaAGM%3BAmB%5C%2FmCV%2CQAWI%2CQAAO%2CKAOH%2COAAM%2CIAAI%2CSnB0lCd%2CaAGM%3BAqB%5C%2FuCV%2CcrB4uCI%2CaAGM%3BAFn4BV%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSE63Bd%2CaAGM%3BAFl4BV%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSE63Bd%2CaAGM%3BEACE%2CiBAAA%3B%3BAG%5C%2FuCZ%2CwBACI%2COHkvCA%3BAKnvCJ%2CcACI%2COLkvCA%3BAmBpnCJ%2CQAWI%2CQAAO%2CKAOH%2COAAM%2CIAAI%2CSnBkmCd%3BAqBpvCJ%2CcrBovCI%3BAFx4BJ%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSEq4Bd%3BAFv4BJ%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSEq4Bd%3BEAKI%2CqBAAA%3BEACA%2CgBAAA%3B%3BAGzvCR%2CwBACI%2COHkvCA%2CWACM%3BAKpvCV%2CcACI%2COLkvCA%2CWACM%3BAmBrnCV%2CQAWI%2CQAAO%2CKAOH%2COAAM%2CIAAI%2CSnBkmCd%2CWACM%3BAqBrvCV%2CcrBovCI%2CWACM%3BAFz4BV%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSEq4Bd%2CWACM%3BAFx4BV%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSEq4Bd%2CWACM%3BElBt9BV%2CiBAAA%3B%3BAqB9RA%2CwBACI%2COHkvCA%2CWAQM%3BAK3vCV%2CcACI%2COLkvCA%2CWAQM%3BAmB5nCV%2CQAWI%2CQAAO%2CKAOH%2COAAM%2CIAAI%2CSnBkmCd%2CWAQM%3BAqB5vCV%2CcrBovCI%2CWAQM%3BAFh5BV%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSEq4Bd%2CWAQM%3BAF%5C%2F4BV%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSEq4Bd%2CWAQM%3BEACE%2CgBAAA%3BEACA%2CiBAAA%3B%3BAkBjvCZ%2CeAUI%2CUAII%2COlB%2BuCH%3BAkB5iCL%2CeAwII%2CaAEI%2COlBk6BH%3BAkB5iCL%2CeAyII%2CgBACI%2COlBk6BH%3BAczkCL%2CoBACI%2CoBAUI%2COd8jCH%3BAczkCL%2CoBAEI%2CkCASI%2COd8jCH%3BAevlCW%2C0BAJZ%2CUAEK%2COACG%2CeACK%2CMfulCZ%3BEACG%2CSAAS%2CIAAT%3B%3BAAsCR%2CuBAOI%2CQAAO%3BAe3yCP%2CSAAC%2CMAAM%2COf2yCP%2CQAAO%3BAe7qCP%2CSAAC%2CSf6qCD%2CQAAO%3BElBzhCX%2CqBAAA%3BE2C9QA%2CqBAAA%3B%3BAAMA%2CaAAC%3BAzB0xCD%2CuBAOI%2CQAAO%2CIyBjyCV%3BAVVG%2CSAAC%2CMAAM%2COf2yCP%2CQAAO%2CIyBjyCV%3BAVoHG%2CSAAC%2CSf6qCD%2CQAAO%2CIyBjyCV%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS4CpOU%2CO5CoOV%3BEAAA%2Ca6CvRe%2CY7CuRf%3BEAAA%2CsBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAV3VI%2CSAAC%2CMAAM%2COfqyCP%2COAAO%2CMAAK%2CWACP%3BAexqCL%2CSAAC%2CSfuqCD%2COAAO%2CMAAK%2CWACP%3BElBphCT%2CmBAAA%3B%3BAiClRI%2CSAAC%2CMAAM%2COf2yCP%2CQAAO%2CIAEF%3BAe%5C%2FqCL%2CSAAC%2CSf6qCD%2CQAAO%2CIAEF%3BEACG%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAwXZ%2CmBAqBI%3BARzwCJ%2CQAgFI%3BAEpfJ%2CaAaI%2COA0BI%2CUAAS%2CSACH%3BAAxCd%2CaAaI%2COA0BI%2CUAAS%2CSAEH%2CUAAU%3BAwByJxB%2CeA%2BCI%2CsBAYI%2CMAAK%2CYAED%3BAJ1FZ%2CoBA2BI%2CaACI%2CoBAKI%2CQAAO%3BAOlOnB%2CcA8JI%2COAGI%2CkBACI%2CcACI%2CUAKM%2CUAAU%3BAAxKhC%2CcA8PI%3BAAcJ%2CyBACI%3BAADJ%2CyBAEI%3BAtBkGJ%3BALpOA%2CYM6jDI%3BAsBxrDJ%2CkBAYI%2CctB4qDA%3BEAlYJ%2CaAAA%3B%3BAFlhCA%3BEhBtBA%2CsBAAA%3BEkBokCI%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAF%5C%2FiCJ%2CQEgkCI%2CWACI%2CoBACI%3BAFjkCZ%2CuBE%2BjCI%2CWACI%2CoBACI%3BAFhkCZ%2CiBE8jCI%2CWACI%2CoBACI%3BAF%5C%2FjCZ%2C0BE6jCI%2CWACI%2CoBACI%3BEACI%2CkBAAA%3B%3BAFnkChB%2CQEgkCI%2CWACI%2CoBAKI%3BAFrkCZ%2CuBE%2BjCI%2CWACI%2CoBAKI%3BAFpkCZ%2CiBE8jCI%2CWACI%2CoBAKI%3BAFnkCZ%2C0BE6jCI%2CWACI%2CoBAKI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3B%3BAFxkChB%2CQEgkCI%2CWACI%2CoBAKI%2CYAII%3BAFzkChB%2CuBE%2BjCI%2CWACI%2CoBAKI%2CYAII%3BAFxkChB%2CiBE8jCI%2CWACI%2CoBAKI%2CYAII%3BAFvkChB%2C0BE6jCI%2CWACI%2CoBAKI%2CYAII%3BEACI%2CaAAA%3B%3BAmB1tCpB%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%3BAALrB%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%3BAAJrB%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%3BAlBnFrB%2C2BAKI%2CMAAK%3BAcqKT%2C8BAKI%2CMAAK%3BAjByGT%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%3BEb9IrB%2CYAAA%3B%3BAeosCA%2CkBfpoCE%2CQAAQ%2CKAAE%2CUAAU%2CMAChB%3BAemoCN%2CkBfpoCE%2CQAAQ%2CKAAE%2CUAAU%2CMAEhB%3BAkCnIN%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMlC2HnB%2CQAAQ%2CKAAE%2CUAAU%2CMAChB%3BAkClIN%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMlC2HnB%2CQAAQ%2CKAAE%2CUAAU%2CMAEhB%3BAkClIN%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMlC2HnB%2CQAAQ%2CKAAE%2CUAAU%2CMAChB%3BAkCjIN%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMlC2HnB%2CQAAQ%2CKAAE%2CUAAU%2CMAEhB%3BAkCjIN%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMlC2HnB%2CQAAQ%2CKAAE%2CUAAU%2CMAChB%3BAkChIN%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMlC2HnB%2CQAAQ%2CKAAE%2CUAAU%2CMAEhB%3BAgBhNN%2C2BAKI%2CMAAK%2CMhByMP%2CQAAQ%2CKAAE%2CUAAU%2CMAChB%3BAgB%5C%2FMN%2C2BAKI%2CMAAK%2CMhByMP%2CQAAQ%2CKAAE%2CUAAU%2CMAEhB%3BA8BtCN%2C8BAKI%2CMAAK%2CM9B%2BBP%2CQAAQ%2CKAAE%2CUAAU%2CMAChB%3BA8BrCN%2C8BAKI%2CMAAK%2CM9B%2BBP%2CQAAQ%2CKAAE%2CUAAU%2CMAEhB%3BAawEN%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMb9EnB%2CQAAQ%2CKAAE%2CUAAU%2CMAChB%3BAayEN%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMb9EnB%2CQAAQ%2CKAAE%2CUAAU%2CMAEhB%3BEHdN%2CmBAAA%3B%3BAkBgpCA%2CkBflsCE%2CQAGI%2CKACI%3BAe8rCV%2CkBfjsCE%2CQAEI%2CKACI%3BAe8rCV%2CkBfhsCE%2CQACI%2CKACI%3BAe8rCV%2CkBflsCE%2CQAGI%2CKAEI%3BAe6rCV%2CkBfjsCE%2CQAEI%2CKAEI%3BAe6rCV%2CkBfhsCE%2CQACI%2CKAEI%3BAkCxEV%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMlC6DnB%2CQAGI%2CKACI%3BAkCvEV%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMlC8DnB%2CQAEI%2CKACI%3BAkCvEV%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMlC%2BDnB%2CQACI%2CKACI%3BAkCvEV%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMlC6DnB%2CQAGI%2CKAEI%3BAkCxEV%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMlC8DnB%2CQAEI%2CKAEI%3BAkCxEV%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMlC%2BDnB%2CQACI%2CKAEI%3BAkCvEV%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMlC6DnB%2CQAGI%2CKACI%3BAkCtEV%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMlC8DnB%2CQAEI%2CKACI%3BAkCtEV%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMlC%2BDnB%2CQACI%2CKACI%3BAkCtEV%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMlC6DnB%2CQAGI%2CKAEI%3BAkCvEV%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMlC8DnB%2CQAEI%2CKAEI%3BAkCvEV%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMlC%2BDnB%2CQACI%2CKAEI%3BAkCtEV%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMlC6DnB%2CQAGI%2CKACI%3BAkCrEV%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMlC8DnB%2CQAEI%2CKACI%3BAkCrEV%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMlC%2BDnB%2CQACI%2CKACI%3BAkCrEV%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMlC6DnB%2CQAGI%2CKAEI%3BAkCtEV%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMlC8DnB%2CQAEI%2CKAEI%3BAkCtEV%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMlC%2BDnB%2CQACI%2CKAEI%3BAgBrJV%2C2BAKI%2CMAAK%2CMhB2IP%2CQAGI%2CKACI%3BAgBpJV%2C2BAKI%2CMAAK%2CMhB4IP%2CQAEI%2CKACI%3BAgBpJV%2C2BAKI%2CMAAK%2CMhB6IP%2CQACI%2CKACI%3BAgBpJV%2C2BAKI%2CMAAK%2CMhB2IP%2CQAGI%2CKAEI%3BAgBrJV%2C2BAKI%2CMAAK%2CMhB4IP%2CQAEI%2CKAEI%3BAgBrJV%2C2BAKI%2CMAAK%2CMhB6IP%2CQACI%2CKAEI%3BA8BqBV%2C8BAKI%2CMAAK%2CM9B%5C%2FBP%2CQAGI%2CKACI%3BA8BsBV%2C8BAKI%2CMAAK%2CM9B9BP%2CQAEI%2CKACI%3BA8BsBV%2C8BAKI%2CMAAK%2CM9B7BP%2CQACI%2CKACI%3BA8BsBV%2C8BAKI%2CMAAK%2CM9B%5C%2FBP%2CQAGI%2CKAEI%3BA8BqBV%2C8BAKI%2CMAAK%2CM9B9BP%2CQAEI%2CKAEI%3BA8BqBV%2C8BAKI%2CMAAK%2CM9B7BP%2CQACI%2CKAEI%3BAamIV%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMb5InB%2CQAGI%2CKACI%3BAaoIV%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMb3InB%2CQAEI%2CKACI%3BAaoIV%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMb1InB%2CQACI%2CKACI%3BAaoIV%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMb5InB%2CQAGI%2CKAEI%3BAamIV%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMb3InB%2CQAEI%2CKAEI%3BAamIV%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMb1InB%2CQACI%2CKAEI%3BEACE%2CYAAA%3B%3BAe4rCZ%2CkBfvrCE%2CQACI%2CKACI%3BAeqrCV%2CkBfvrCE%2CQACI%2CKAEI%3BAkCjFV%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMlCwEnB%2CQACI%2CKACI%3BAkChFV%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMlCwEnB%2CQACI%2CKAEI%3BAkChFV%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMlCwEnB%2CQACI%2CKACI%3BAkC%5C%2FEV%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMlCwEnB%2CQACI%2CKAEI%3BAkC%5C%2FEV%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMlCwEnB%2CQACI%2CKACI%3BAkC9EV%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMlCwEnB%2CQACI%2CKAEI%3BAgB9JV%2C2BAKI%2CMAAK%2CMhBsJP%2CQACI%2CKACI%3BAgB7JV%2C2BAKI%2CMAAK%2CMhBsJP%2CQACI%2CKAEI%3BA8BYV%2C8BAKI%2CMAAK%2CM9BpBP%2CQACI%2CKACI%3BA8BaV%2C8BAKI%2CMAAK%2CM9BpBP%2CQACI%2CKAEI%3BAa0HV%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMbjInB%2CQACI%2CKACI%3BAa2HV%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMbjInB%2CQACI%2CKAEI%3BEHoCV%2C6BAAA%3B%3BAUknBA%2CcAgBI%3BAyBpzBJ%2CeAKI%3BEnC6KJ%2CcAAA%3BEAAA%2CiBAAA%3BEkBstCI%2CsBAAA%3BEACA%2CmBAAA%3B%3BARrmBJ%2CcAgBI%2CSQulBC%3BAiB34CL%2CeAKI%2CSjBs4CC%3BEACG%2CSAAS%2CGAAT%3B%3BARxmBR%2CcAgBI%2CSQ2lBC%3BAiB%5C%2F4CL%2CeAKI%2CSjB04CC%3BEACG%2CSAAS%2CGAAT%3B%3BAR5mBR%2CcACI%3BAM1kBJ%2CcACI%3BACqBJ%2COAGI%3BAkBpPJ%2CeACI%3BEjB05CA%2CgBAAA%3B%3BARvnBJ%2CcACI%2CaQwnBA%3BAFlsCJ%2CcACI%2CaEisCA%3BAD5qCJ%2COAGI%2CaCyqCA%3BAiB75CJ%2CeACI%2CajB45CA%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BANx%5C%2FCR%2CeACI%3BEMkgDA%2CmBAAA%3B%3BANngDJ%2CeACI%2CWMogDA%2CSAAQ%2CKACJ%3BEACI%2CaAAA%3B%3BANvgDZ%2CeACI%2CWMogDA%2CSAAQ%2CKAKJ%3BElBhwCR%2CuBAAA%3BEAAA%2CkBAAA%3BEAAA%2CUAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEK5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEa81CY%2CgBAAA%3B%3BAnBr5CZ%2CwBmB44CI%2CSAAQ%2CKAKJ%2COnBj5CP%3BAazHD%2CeACI%2CWMogDA%2CSAAQ%2CKAKJ%2COnBj5CP%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CwBmBu4CI%2CSAAQ%2CKAKJ%2COnB54CP%3BAa9HD%2CeACI%2CWMogDA%2CSAAQ%2CKAKJ%2COnB54CP%3BEC4ID%2CcAAA%3BEAAA%2CqBAAA%3B%3BADvIA%2CwBmBk4CI%2CSAAQ%2CKAKJ%2COnBv4CP%3BAanID%2CeACI%2CWMogDA%2CSAAQ%2CKAKJ%2COnBv4CP%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAKxFA%2CwBam1CI%2CSAAQ%2CKAKJ%2CObx1CP%3BAACD%2CwBak1CI%2CSAAQ%2CKAKJ%2CObv1CP%3BAACD%2CwBai1CI%2CSAAQ%2CKAKJ%2CObt1CP%3BAOpLD%2CeACI%2CWMogDA%2CSAAQ%2CKAKJ%2CObx1CP%3BAOlLD%2CeACI%2CWMogDA%2CSAAQ%2CKAKJ%2CObv1CP%3BAOnLD%2CeACI%2CWMogDA%2CSAAQ%2CKAKJ%2CObt1CP%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CwBa40CI%2CSAAQ%2CKAKJ%2CObj1CP%3BAACD%2CwBa20CI%2CSAAQ%2CKAKJ%2CObh1CP%3BAACD%2CQAAQ%2CUAAW%2CyBa00Cf%2CSAAQ%2CKAKJ%3BAN1gDR%2CeACI%2CWMogDA%2CSAAQ%2CKAKJ%2CObj1CP%3BAOzLD%2CeACI%2CWMogDA%2CSAAQ%2CKAKJ%2CObh1CP%3BAACD%2CQAAQ%2CUO3LR%2CgBACI%2CWMogDA%2CSAAQ%2CKAKJ%3BElBhwCR%2CcAAA%3BEAAA%2CYAAA%3BEK5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAMjDQ%2CKArCP%2COAAO%2CSACR%2CQAAO%2CMACH%2COAmCK%2CKOw6CT%3BACzgDJ%2CuBACI%2COAAM%2CKDwgDN%3BEACI%2CkBAAA%3B%3BAAFR%2CeAMI%3BAyCp7CJ%2CMAAM%2CKAEF%3BAADJ%2CUACI%3BAxCtFJ%2CyBAOI%2CyBAOI%3BAR6EI%2CKArCP%2COAAO%2CSACR%2CQAAO%2CMACH%2COAmCK%2CKO66CT%3BAC9gDJ%2CuBACI%2COAAM%2CKD6gDN%3BElBlzCJ%2CkBAAA%3BEkB%2BzCI%2COAAO%2CwBAAP%3B%3BAuCvlDI%2CMADJ%2CSACK%3BEvCkmDL%2CkBAAA%3B%3BAuClmDI%2CMADJ%2CSACK%2CcvComDL%3BElB50CJ%2CkBAAA%3BEkB80CQ%2COAAO%2CgCAAP%3B%3BASxmDR%2CqBACI%2CaACI%2CeACI%3BAyBIR%2CsBAAC%2CcAgBG%3BEpDmQR%2CYAAA%3BEAAA%2CSAAA%3BEkB01CA%2CUAAA%3B%3BASpnDA%2CqBACI%2CaACI%2CeACI%2CuBTmnDX%3BAStnDD%2CqBACI%2CaACI%2CeACI%2CuBTonDX%3BAkChnDG%2CsBAAC%2CcAgBG%2CuBlC%2BlDP%3BAkC%5C%2FmDG%2CsBAAC%2CcAgBG%2CuBlCgmDP%3BElB%5C%2FyCD%2C8BAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEAhDA%2CiBAAA%3BEAAA%2CWAAA%3BEkBq2CI%2CUAAA%3BEACA%2CMAAA%3B%3BAShoDJ%2CqBACI%2CaACI%2CeACI%2CuBTgoDX%3BAkC5nDG%2CsBAAC%2CcAgBG%2CuBlC4mDP%3BElBz2CD%2C4BAAA%3B%3BA2B1RA%2CqBACI%2CaACI%2CeACI%2CuBTooDX%3BAkChoDG%2CsBAAC%2CcAgBG%2CuBlCgnDP%3BElB72CD%2C4BAAA%3BEkB%2B2CI%2CQAAA%3B%3BAL%5C%2FmDJ%2CYAOI%3BAgBpBJ%2C%2BBAGI%3BAWJJ%2CkBAMM%3BAzBYN%2C0BAQI%3BEfoPJ%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BAYnJA%3BA4B3HA%2CkBAYI%3BEtBwpDA%2C0BAAA%3BEACA%2CiBAAA%3B%3BAN1iDJ%2CYM4iDI%2CMAEI%3BAN9iDR%2CYM6iDI%2CMACI%3BAsBzqDR%2CkBAYI%2CctB2pDA%2CMAEI%3BAsBzqDR%2CkBAYI%2CctB4pDA%2CMACI%3BEACI%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BANjjDZ%2CYM4iDI%2CMAQI%3BANpjDR%2CYM6iDI%2CMAOI%3BAsB%5C%2FqDR%2CkBAYI%2CctB2pDA%2CMAQI%3BAsB%5C%2FqDR%2CkBAYI%2CctB4pDA%2CMAOI%3BEACI%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BANzjDZ%2CYMikDI%2COACI%3BANlkDR%2CYMikDI%2COAEI%3BAsB9rDR%2CkBAYI%2CctBgrDA%2COACI%3BAsB7rDR%2CkBAYI%2CctBgrDA%2COAEI%3BEACI%2CeAAA%3B%3BANpkDZ%2CYMikDI%2COAMI%3BAsBlsDR%2CkBAYI%2CctBgrDA%2COAMI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAN1kDZ%2CYMikDI%2COAYI%3BAsBxsDR%2CkBAYI%2CctBgrDA%2COAYI%3BElB17CR%2CiBAAA%3BEkB47CY%2C0BAAA%3BEACA%2CmBAAA%3B%3BANhlDZ%2CYMikDI%2COAkBI%3BAsB9sDR%2CkBAYI%2CctBgrDA%2COAkBI%3BElBh8CR%2CiBAAA%3BEkBk8CY%2C0BAAA%3B%3BANrlDZ%2CYMylDI%3BAsBptDJ%2CkBAYI%2CctBwsDA%3BEACI%2CmBAAA%3B%3BAN1lDR%2CYM6lDI%2CMAAM%2CGAAE%2CWAAY%3BAsBxtDxB%2CkBAYI%2CctB4sDA%2CMAAM%2CGAAE%2CWAAY%3BEAChB%2CoBAAA%3B%3BAN9lDR%2CYMimDI%2CYACK%2CQACG%3BANnmDZ%2CYMimDI%2CYACK%2CQAEG%3BAsB%5C%2FtDZ%2CkBAYI%2CctBgtDA%2CYACK%2CQACG%3BAsB9tDZ%2CkBAYI%2CctBgtDA%2CYACK%2CQAEG%3BEACI%2C6BAAA%3BEACA%2C0BAAA%3BEACA%2CeAAA%3B%3BANvmDhB%2CYMimDI%2CYACK%2CQAQG%2CQAAQ%3BAsBruDpB%2CkBAYI%2CctBgtDA%2CYACK%2CQAQG%2CQAAQ%3BEACJ%2CmBAAA%3BEACA%2CkBAAA%3BElBz9ChB%2CqBAAA%3BE2ChOA%2CqBAAA%3B%3BAzB%2BqDQ%2CmBADJ%2CYACK%2CQAQG%2CQAAQ%2COyBn%2BClB%3BA%5C%2FBvIF%2CYMimDI%2CYACK%2CQAQG%2CQAAQ%2COyBn%2BClB%3BAHlQF%2CkBAYI%2CctBgtDA%2CYACK%2CQAQG%2CQAAQ%2COyBn%2BClB%3BE3ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA2C2CA%2CmBzBwqDI%2CYACK%2CQAQG%2CQAAQ%2COyBjrDnB%3BA%5C%2FBuED%2CYMimDI%2CYACK%2CQAQG%2CQAAQ%2COyBjrDnB%3BAHpDD%2CkBAYI%2CctBgtDA%2CYACK%2CQAQG%2CQAAQ%2COyBjrDnB%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS4C9NQ%2CO5C8NR%3BEAAA%2Ca6CvRe%2CY7CuRf%3BEAAA%2CsBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BA%5C%2FB5NA%2CYMimDI%2CYACK%2CQAQG%2CQAAQ%2COAWH%3BAsBhvDjB%2CkBAYI%2CctBgtDA%2CYACK%2CQAQG%2CQAAQ%2COAWH%3BEACG%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3B%3BANxnDpB%2CYMimDI%2CYACK%2CQA0BI%2CSACG%3BAN7nDhB%2CYMimDI%2CYACK%2CQA0BI%2CSAEG%3BAsBzvDhB%2CkBAYI%2CctBgtDA%2CYACK%2CQA0BI%2CSACG%3BAsBxvDhB%2CkBAYI%2CctBgtDA%2CYACK%2CQA0BI%2CSAEG%3BEACI%2CgBAAA%3B%3BAyB5oDpB%2CmBzB8mDI%2CYACK%2CQA0BI%2CSAMG%2CQAAQ%2COyB%5C%2FoDvB%3BA%5C%2FBaD%2CYMimDI%2CYACK%2CQA0BI%2CSAMG%2CQAAQ%2COyB%5C%2FoDvB%3BAH9GD%2CkBAYI%2CctBgtDA%2CYACK%2CQA0BI%2CSAMG%2CQAAQ%2COyB%5C%2FoDvB%3BE3CgKD%2CS4C%5C%2FNM%2CO5C%2BNN%3B%3BAYnJA%2CYMimDI%2CYA0CK%3BAsBtwDT%2CkBAYI%2CctBgtDA%2CYA0CK%3BEACG%2C6BAAA%3BEACA%2CaAAA%3B%3BAN7oDZ%2CYMimDI%2CYA0CK%2CQAII%3BAsB1wDb%2CkBAYI%2CctBgtDA%2CYA0CK%2CQAII%3BEACG%2CkBAAA%3B%3BANhpDhB%2CYMqpDI%3BAsBhxDJ%2CkBAYI%2CctBowDA%3BEACI%2CgBAAA%3B%3BAG1sDR%2CiCH2uDI%2COAGM%2CSACE%3BAKjwDZ%2CuBL6vDI%2COAGM%2CSACE%3BANv%2BCZ%2CcMm%2BCI%2COAGM%2CSACE%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAGjvDhB%2CiCHsvDI%3BAKxwDJ%2CuBLwwDI%3BAN9%2BCJ%2CcM8%2BCI%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAGzvDR%2CiCHsvDI%2CiBAKI%2CQACK%3BAG5vDb%2CiCHsvDI%2CiBAKI%2CQAEK%3BAADD%2CmBANR%2CiBIloDJ%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAJwoDlE%2CmBANR%2CiBIjoDJ%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BACvIhF%2CuBLwwDI%2CiBAKI%2CQACK%3BAK9wDb%2CuBLwwDI%2CiBAKI%2CQAEK%3BANr%5C%2FCb%2CcM8%2BCI%2CiBAKI%2CQACK%3BANp%5C%2FCb%2CcM8%2BCI%2CiBAKI%2CQAEK%3BAADD%2CmBANR%2CiBIjoDJ%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAJwoDlE%2CmBANR%2CiBIloDJ%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BEJ0oDhE%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAGnwDhB%2CiCHsvDI%2CiBAiBI%3BAKzxDR%2CuBLwwDI%2CiBAiBI%3BAN%5C%2F%5C%2FCR%2CcM8%2BCI%2CiBAiBI%3BEACI%2CWAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAG1wDZ%2CiCH8wDI%2CQAAO%3BAKhyDX%2CuBLgyDI%2CQAAO%3BANtgDX%2CcMsgDI%2CQAAO%3BEAEH%2CgBAAA%3B%3BAGhxDR%2CiCHmxDI%3BAKryDJ%2CuBLqyDI%3BAN3gDJ%2CcM2gDI%3BEACI%2CcAAA%3BEACA%2CWAAA%3B%3BAGrxDR%2CiCHmxDI%2CUAIM%2CSACI%3BAK1yDd%2CuBLqyDI%2CUAIM%2CSACI%3BANhhDd%2CcM2gDI%2CUAIM%2CSACI%3BEACE%2CaAAA%3B%3BAGzxDhB%2CiCH8xDI%3BAKhzDJ%2CuBLgzDI%3BANthDJ%2CcMshDI%3BEACI%2CmBAAA%3B%3BAnBh3DR%3BEACI%2Ca6DRc%2CW7DQd%3BEACA%2CSAAS%2C8CAAsB%2COAAO%2CcAClC%2C6CAAqB%2COAAO%2COADhC%3BEAEA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAANJ%3BEACI%2Ca6DAc%2CW7DAd%3BEACA%2CSAAS%2CgDAAsB%2COAAO%2CcAClC%2C%2BCAAqB%2COAAO%2COADhC%3BEAEA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAANJ%3BEACI%2Ca6DQc%2CW7DRd%3BEACA%2CSAAS%2CiDAAsB%2COAAO%2CcAClC%2CgDAAqB%2COAAO%2COADhC%3BEAEA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAANJ%3BEACI%2Ca6DgBc%2CW7DhBd%3BEACA%2CSAAS%2C6CAAsB%2COAAO%2CcAClC%2C4CAAqB%2COAAO%2COADhC%3BEAEA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BA6DmCJ%3BE5D%2BOA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAyDlHA%3BExDgZA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEA2BA%2CuBAAA%3BEACQ%2CeAAA%3BE6DnZJ%2CsBAAA%3B%3BAAEJ%2CQAAC%3BEACG%2CWAAA%3BEACA%2CSAAS%2CGAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BALnCJ%2CQAGI%2CQAAO%3BExDyRX%2CoBAAA%3BEA0IA%2CwBAAA%3BEACQ%2CgBAAA%3BEAfR%2CoBAAA%3BEACQ%2CYAAA%3BEAmCR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3BEwDrbD%2CWAAA%3B%3BAATR%2CQAYI%3BExD4YJ%2CoBAAA%3BEACQ%2CYAAA%3BEAaR%2CwBAAA%3BEACQ%2CgBAAA%3BEAqBR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3B%3BAwD9bT%2CQAmBI%3BExDqYJ%2CoBAAA%3BEACQ%2CYAAA%3BEAaR%2CwBAAA%3BEACQ%2CgBAAA%3BEAqBR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3B%3BA8DlcT%3BEACI%2CmBAAA%3B%3BAAGJ%2CK3DyeE%3BEHzdF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA8DnBA%2CMACI%3BE9DuRJ%2CmBAAA%3B%3BA8DpRY%2CMAHR%2CMAEM%2CKACG%2CYACG%3BAADJ%2CMAHR%2CMAEM%2CKACG%2CYAEG%3BEACI%2C0BAAA%3BEACA%2CiBAAA%3B%3BAARpB%2CMACI%2CMAYI%3BAAbR%2CMACI%2CMAaI%3BEACI%2CSAAA%3B%3BAAfZ%2CMACI%2CMAiBI%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3B%3BAC3BZ%2CQAAQ%3BE%5C%2FD%2BRR%2CgBAAA%3BEAAA%2C8BAAA%3BEgEnQA%2CcAAA%3BEhEmQA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEgEtCA%2CkBAAA%3B%3BADzPA%2CQAAQ%2CKCoDR%3BEhE2OA%2CcAAA%3B%3BAgExOI%2CQDvDI%2CKCoDR%2CEAGK%3BEhEwOL%2CcAAA%3B%3BAgEpOI%2CQD3DI%2CKCoDR%2CEAOK%3BEhEoOL%2CcAAA%3B%3BA%2BD%5C%2FRA%2CQAAQ%2CKC2PN%2CIAAC%2CYAAY%3BErBiGf%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS4C9PW%2CO5C8PX%3BEAAA%2Ca6CvRe%2CY7CuRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BE3CxEA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BEgErBI%2CkBAAA%3BEACA%2CkBAAA%3B%3BADvQJ%2CQAAQ%3BE%5C%2FD2RR%2CgBAAA%3BEAAA%2C8BAAA%3BEgEnQA%2CcAAA%3BEhEmQA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEgEtCA%2CkBAAA%3B%3BADrPA%2CQAAQ%2CMCgDR%3BEhE2OA%2CcAAA%3B%3BAgExOI%2CQDnDI%2CMCgDR%2CEAGK%3BEhEwOL%2CcAAA%3B%3BAgEpOI%2CQDvDI%2CMCgDR%2CEAOK%3BEhEoOL%2CcAAA%3B%3BA%2BD3RA%2CQAAQ%2CMCuPN%2CIAAC%2CYAAY%3BErBiGf%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCjRS%2CODiRT%3BEAAA%2Ca6CvRe%2CY7CuRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BE3CxEA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BEgErBI%2CkBAAA%3BEACA%2CkBAAA%3B%3BADnQJ%2CQAAQ%3BE%5C%2FDuRR%2CgBAAA%3BEAAA%2C8BAAA%3BEgEnQA%2CcAAA%3BEhEmQA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEgEtCA%2CkBAAA%3B%3BADjPA%2CQAAQ%2CQC4CR%3BEhE2OA%2CcAAA%3B%3BAgExOI%2CQD%5C%2FCI%2CQC4CR%2CEAGK%3BEhEwOL%2CcAAA%3B%3BAgEpOI%2CQDnDI%2CQC4CR%2CEAOK%3BEhEoOL%2CcAAA%3B%3BA%2BDvRA%2CQAAQ%2CQCmPN%2CIAAC%2CYAAY%3BErBiGf%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS4C9PW%2CO5C8PX%3BEAAA%2Ca6CvRe%2CY7CuRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BE3CxEA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BEgErBI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAD%5C%2FPJ%2CQAAQ%3BE%5C%2FDmRR%2CgBAAA%3BEAAA%2C8BAAA%3BEgEnQA%2CcAAA%3BEhEmQA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEgEtCA%2CkBAAA%3B%3BAD7OA%2CQAAQ%2COCwCR%3BEhE2OA%2CcAAA%3B%3BAgExOI%2CQD3CI%2COCwCR%2CEAGK%3BEhEwOL%2CcAAA%3B%3BAgEpOI%2CQD%5C%2FCI%2COCwCR%2CEAOK%3BEhEoOL%2CcAAA%3B%3BA%2BDnRA%2CQAAQ%2COC%2BON%2CIAAC%2CYAAY%3BErBiGf%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS4C9PW%2CO5C8PX%3BEAAA%2Ca6CvRe%2CY7CuRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BE3CxEA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BEgErBI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAD3PJ%2CQAAQ%3BE%5C%2FD%2BQR%2CgBAAA%3BEAAA%2C8BAAA%3BEgEnQA%2CcAAA%3BEhEmQA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEgEtCA%2CkBAAA%3B%3BADzOA%2CQAAQ%2CQCoCR%3BEhE2OA%2CcAAA%3B%3BAgExOI%2CQDvCI%2CQCoCR%2CEAGK%3BEhEwOL%2CcAAA%3B%3BAgEpOI%2CQD3CI%2CQCoCR%2CEAOK%3BEhEoOL%2CcAAA%3B%3BA%2BD%5C%2FQA%2CQAAQ%2CQC2ON%2CIAAC%2CYAAY%3BErBiGf%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSClRW%2CODkRX%3BEAAA%2Ca6CvRe%2CY7CuRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BE3CxEA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BEgErBI%2CkBAAA%3BEACA%2CkBAAA%3B%3B%3B%3B%3B%3BACrQJ%2CMAAM%2COACF%3BAADJ%2CMAAM%2COAEF%3BEACI%2CaAAA%3B%3BAAIR%3BEjEkRA%2CmBAAA%3B%3BAiE9QA%3BEjE8QA%2CqBAAA%3BE2C9QA%2CqBAAA%3BEsBGI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAtBHJ%2CWAAC%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS4CvPQ%2CO5CuPR%3BEAAA%2Ca6CvRe%2CY7CuRf%3BEAAA%2CsBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CWADH%2CMACI%3BE3C2PL%2CWAAA%3B%3BAiE9QA%2CWtBkQE%3BE3ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAkE1BA%2CQAAQ%3BECqBR%2CkBAAA%3B%3BADrBA%2CQAAQ%2CQCuBR%3BEnEwQA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CkBAAA%3BEAAA%2CYAAA%3BEmEhQI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEnE8PJ%2CcAAA%3BEAAA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CgBAAA%3BEmExFA%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%3BEnEqOL%2CkBAAA%3BEmEnOQ%2CyBAAA%3B%3BAAGJ%2CQD%5C%2FDI%2CQCuBR%2CiBAwCK%3BEnEgOL%2CkBAAA%3BEmE9NQ%2CyBAAA%3B%3BAAyIR%2CQD1MQ%2CQCuBR%2CiBAmLC%3BAACD%2CQD3MQ%2CQCuBR%2CiBAoLC%3BEACG%2CYAAA%3B%3BAAGJ%2CQD%5C%2FMQ%2CQCuBR%2CiBAwLC%3BEnEgFD%2CyBAAA%3BEAAA%2CUAAA%3BEAAA%2CkBAAA%3B%3BAmE1EA%2CQDrNQ%2CQCuBR%2CiBA8LC%3BEnE0ED%2CyBAAA%3BEAAA%2CUAAA%3BEAAA%2CkBAAA%3B%3BAmEhNA%2CQD%5C%2FEQ%2CQC%2BEN%3BEnEgNF%2CYAAA%3B%3BAmE5MA%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%3BEpE%2BRL%2C0CAAA%3BEAAA%2CaAAA%3BEqE7QA%2CSAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEDpBI%2CkBAAA%3B%3BACsBJ%2CKDxBK%2CUCwBJ%3BErEuQD%2C4BsE3RgC%2C2CtE2RhC%3BEAAA%2CkBAAA%3BEAAA%2CaAAA%3BEAAA%2CYAAA%3BEqEhQI%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%3BAT5BJ%3BE3DwRA%2CSAAA%3BEAAA%2CgBAAA%3BEAAA%2CUAAA%3BEO0KA%2CuBAAA%3B%3BAoDlcA%2CSpDocE%3BEACE%2CsBAAA%3B%3BAoDrcJ%2CSpDwcE%3BEPhLF%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CWAAA%3BEOoLI%2CsBAAA%3BEACA%2CWAAA%3BEPrLJ%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BAOgMI%2CSAhBF%2CUAgBM%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAoD1dJ%2CSAAC%3BEACG%2CmBAAA%3B%3BAAJR%2CSAOM%3BAAPN%2CSAQM%2CUAAU%3BE3DgRhB%2CgBAAA%3B%3BA2DxRA%2CSAOM%2CSpDqwBJ%3BAoD5wBF%2CSAQM%2CUAAU%2CSpDowBd%3BEPpfF%2CeAAA%3BEOwfI%2CqBAAA%3B%3BAAtOJ%2CSoDniBM%2CSpDmiBL%3BAAAD%2CSoDliBM%2CUAAU%2CSpDkiBf%3BEACG%2CgBAAA%3B%3BAoD3iBJ%2CSAOM%2CSpD6iBJ%3BAoDpjBF%2CSAQM%2CUAAU%2CSpD4iBd%3BEP5RF%2CgBAAA%3B%3BAOqSI%2CSoDtjBE%2CSpD6iBJ%2CSASM%3BAAAJ%2CSoDrjBE%2CUAAU%2CSpD4iBd%2CSASM%3BEACA%2CaAAA%3B%3BAoD9jBR%2CSAOM%2CSpD2jBN%2CQACI%3BAoDnkBJ%2CSAQM%2CUAAU%2CSpD0jBhB%2CQACI%3BEACI%2CmBAAA%3B%3BAPhiBR%2CS2D7BM%2CSpDikBN%2CQAAO%2CMPpiBN%3BAAAD%2CS2D5BM%2CUAAU%2CSpDgkBhB%2CQAAO%2CMPpiBN%3BAACD%2CS2D9BM%2CSpDikBN%2CQAAO%2CMPniBN%3BAAAD%2CS2D7BM%2CUAAU%2CSpDgkBhB%2CQAAO%2CMPniBN%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CS2DnCM%2CSpDikBN%2CQAAO%2CMP9hBN%3BAAAD%2CS2DlCM%2CUAAU%2CSpDgkBhB%2CQAAO%2CMP9hBN%3BEACG%2CWAAA%3B%3BA2D3CJ%2CSAOM%2CSpDikBN%2CQAAO%2CMAEH%3BAoD1kBJ%2CSAQM%2CUAAU%2CSpDgkBhB%2CQAAO%2CMAEH%3BEACI%2CsBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CSoDxkBE%2CSpDikBN%2CQAAO%2CMAOF%2CQAAS%3BAAAV%2CSoDvkBE%2CUAAU%2CSpDgkBhB%2CQAAO%2CMAOF%2CQAAS%3BEACN%2CqBAAA%3B%3BAAGJ%2CSoD5kBE%2CSpDikBN%2CQAAO%2CMAWF%2CQAAS%3BAAAV%2CSoD3kBE%2CUAAU%2CSpDgkBhB%2CQAAO%2CMAWF%2CQAAS%3BEACN%2CYAAA%3B%3BAAGJ%2CSoDhlBE%2CSpDikBN%2CQAAO%2CMAeF%2CQAAS%3BAAAV%2CSoD%5C%2FkBE%2CUAAU%2CSpDgkBhB%2CQAAO%2CMAeF%2CQAAS%3BEACN%2CqBAAA%3B%3BAAGJ%2CSoDplBE%2CSpDikBN%2CQAAO%2CMAmBF%2CQAAS%3BAAAV%2CSoDnlBE%2CUAAU%2CSpDgkBhB%2CQAAO%2CMAmBF%2CQAAS%3BEACN%2CqBAAA%3B%3BAoD5lBR%2CSAOM%2CSpDylBN%3BAoDhmBA%2CSAQM%2CUAAU%2CSpDwlBhB%3BEPpNA%2C4BAAA%3BEACA%2C2BAAA%3BEACA%2CoBAAA%3BEA2BA%2CyBAAA%3BEACQ%2CiBAAA%3BEOyLJ%2CUAAA%3BEACA%2CWAAA%3B%3BAoDpmBJ%2CSAOM%2CSpDylBN%2COAMI%3BAoDtmBJ%2CSAQM%2CUAAU%2CSpDwlBhB%2COAMI%3BAoDtmBJ%2CSAOM%2CSpDylBN%2COAOI%3BAoDvmBJ%2CSAQM%2CUAAU%2CSpDwlBhB%2COAOI%3BAoDvmBJ%2CSAOM%2CSpDylBN%2COAQI%3BAoDxmBJ%2CSAQM%2CUAAU%2CSpDwlBhB%2COAQI%3BEPhLJ%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3BEAxBT%2CwBAAA%3BEACQ%2CgBAAA%3BEOwMA%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAoD7mBR%2CSAOM%2CSpDylBN%2COAgBI%3BAoDhnBJ%2CSAQM%2CUAAU%2CSpDwlBhB%2COAgBI%3BAoDhnBJ%2CSAOM%2CSpDylBN%2COAiBI%3BAoDjnBJ%2CSAQM%2CUAAU%2CSpDwlBhB%2COAiBI%3BEPzVJ%2CgBAAA%3BEAAA%2C4BAAA%3BEAAA%2CyBAAA%3BEAAA%2CkBAAA%3BEAAA%2C0CAAA%3BEAAA%2CeAAA%3BEAAA%2CmBAAA%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%2CSoDvXM%2CSpDylBN%2COAgBI%2CWAlPH%3BAAAD%2CSoDtXM%2CUAAU%2CSpDwlBhB%2COAgBI%2CWAlPH%3BAAAD%2CSoDvXM%2CSpDylBN%2COAiBI%2CUAnPH%3BAAAD%2CSoDtXM%2CUAAU%2CSpDwlBhB%2COAiBI%2CUAnPH%3BEPtGD%2CYAAA%3B%3BAOqHA%2CSoDtYM%2CSpDylBN%2COAgBI%2CWAnOH%3BAAAD%2CSoDrYM%2CUAAU%2CSpDwlBhB%2COAgBI%2CWAnOH%3BAAAD%2CSoDtYM%2CSpDylBN%2COAiBI%2CUApOH%3BAAAD%2CSoDrYM%2CUAAU%2CSpDwlBhB%2COAiBI%2CUApOH%3BEPrHD%2CcAAA%3B%3BAO0HA%2CSoD3YM%2CSpDylBN%2COAgBI%2CWA9NH%3BAAAD%2CSoD1YM%2CUAAU%2CSpDwlBhB%2COAgBI%2CWA9NH%3BAAAD%2CSoD3YM%2CSpDylBN%2COAiBI%2CUA%5C%2FNH%3BAAAD%2CSoD1YM%2CUAAU%2CSpDwlBhB%2COAiBI%2CUA%5C%2FNH%3BEP1HD%2CcAAA%3B%3BAO%2BHA%2CSoDhZM%2CSpDylBN%2COAgBI%2CWAzNH%3BAAAD%2CSoD%5C%2FYM%2CUAAU%2CSpDwlBhB%2COAgBI%2CWAzNH%3BAAAD%2CSoDhZM%2CSpDylBN%2COAiBI%2CUA1NH%3BAAAD%2CSoD%5C%2FYM%2CUAAU%2CSpDwlBhB%2COAiBI%2CUA1NH%3BEP%5C%2FHD%2CcAAA%3B%3BA2DxRA%2CSAOM%2CSpDylBN%2COA0BI%3BAoD1nBJ%2CSAQM%2CUAAU%2CSpDwlBhB%2COA0BI%3BEACI%2CWAAA%3BEPnMR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3B%3BA2D1bT%2CSAOM%2CSpDynBN%3BAoDhoBA%2CSAQM%2CUAAU%2CSpDwnBhB%3BEPxWA%2CgBAAA%3B%3BAOugBI%2CSoDxxBE%2CSpDsxBL%2CSAAY%2CSAER%3BAAAD%2CSoDvxBE%2CUAAU%2CSpDqxBf%2CSAAY%2CSAER%3BAAAD%2CSoDxxBE%2CSpDuxBL%2CUAAa%2CSACT%3BAAAD%2CSoDvxBE%2CUAAU%2CSpDsxBf%2CUAAa%2CSACT%3BEACG%2CSAAS%2CGAAT%3BEPxgBR%2CcAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3B%3BA2DxRA%2CSAOM%2CSpD6zBN%3BAoDp0BA%2CSAQM%2CUAAU%2CSpD4zBhB%3BEP5iBA%2CiBAAA%3BEAAA%2CeAAA%3BEAAA%2CUAAA%3BEAAA%2CqBAAA%3BE2C9QA%2CqBAAA%3B%3BAAMA%2CSgBTM%2CSpD6zBN%2CMoCpzBC%3BAAAD%2CSgBRM%2CUAAU%2CSpD4zBhB%2CMoCpzBC%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2Ca6CvRe%2CY7CuRf%3BEAAA%2CsBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAgBvVQ%2CSAHF%2CSAGG%2CSACK%3BAADN%2CSAFF%2CUAAU%2CSAEP%2CSACK%3BE3DCd%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA2DHQ%2CSATF%2CSASG%2COACG%3BAADJ%2CSARF%2CUAAU%2CSAQP%2COACG%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAAKJ%2COAAO%2CIAAI%2COAAQ%2CUAlBzB%2CSAiBE%3BAACI%2COAAO%2CIAAI%2COAAQ%2CUAjBzB%2CUAAU%2CSAgBR%3BEAEQ%2CmBAAA%3B%3BAA1BhB%2CSAOM%2CSAuBE%2COAAM%3BAA9Bd%2CSAQM%2CUAAU%2CSAsBR%2COAAM%3BEACF%2CmBAAA%3B%3BAAEA%2CSA1BN%2CSAuBE%2COAAM%2COAGD%3BAAAD%2CSAzBN%2CUAAU%2CSAsBR%2COAAM%2COAGD%3BEACG%2CgBAAA%3B%3BAAMhB%2COAAU%3BAACV%2COAAU%3BEACN%2CWAAA%3B%3BAAGJ%2COACM%3BEACE%2CmBAAA%3B%3BAAIR%2CQAAQ%3BEACJ%2CSAAA%3BEACA%2CUAAA%3B%3BAAIA%2CMAAC%2CKACG%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAKJ%2CMADJ%2CSACK%3BEACG%2CgBAAA%3B%3BAAiBZ%3BE3DoLF%2CwBAAA%3BEACK%2CqBAAA%3BEACC%2CoBAAA%3BE2DhMA%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2CmBAAA%3BEACA%2CeAAe%2CEAAf%3B%3BAAEA%2CMAAC%3BEACG%2CaAAA%3B%3BAAQR%2CMAAM%3BEACF%2CYAAA%3B%3BAAGJ%3BAACA%2CGAAG%3BEACC%2CeAAA%3B%3BAAGJ%3BE3DuLA%2CcAAA%3BEAAA%2CiBAAA%3B%3BA2D%5C%2FKgB%2CwBAHZ%2CMACK%2CSACG%2CIAAG%2CgBACE%3BEACG%2CwBAAA%3B%3BAASpB%2CMAAO%3BEQrGP%2CkBAAA%3B%3BARqGA%2CMAAO%2CSQnGP%3BEnEwQA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CkBAAA%3BEAAA%2CYAAA%3BEmEhQI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEnE8PJ%2CcAAA%3BEAAA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CiBAAA%3BEmEvHA%2CUAAA%3BEACA%2CMAAA%3B%3BAAxHI%2CMRyEG%2CSQnGP%2CiBA0BK%3BAACD%2CMRwEG%2CSQnGP%2CiBA2BK%3BEACG%2CyBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CMRgEG%2CSQnGP%2CiBAmCK%3BEnEqOL%2CkBAAA%3BEmEnOQ%2CyBAAA%3B%3BAAGJ%2CMR2DG%2CSQnGP%2CiBAwCK%3BEnEgOL%2CkBAAA%3BEmE9NQ%2CyBAAA%3B%3BAA0GR%2CMRjDO%2CSQnGP%2CiBAoJC%3BAACD%2CMRlDO%2CSQnGP%2CiBAqJC%3BEACG%2CWAAA%3B%3BAAGJ%2CMRtDO%2CSQnGP%2CiBAyJC%3BEnE%2BGD%2CwBAAA%3BEAAA%2CiBAAA%3BEAAA%2CSAAA%3B%3BAmEzGA%2CMR5DO%2CSQnGP%2CiBA%2BJC%3BEnEyGD%2CwBAAA%3BEAAA%2CiBAAA%3BEAAA%2CSAAA%3B%3BAmEhNA%2CMR2CO%2CSQ3CL%3BEnEgNF%2CYAAA%3B%3BAmE5MA%2CMRuCO%2CSQvCL%2CgBAA2B%2CMAAS%3BAACtC%2CMRsCO%2CSQtCL%2CgBAA2B%2CMAAS%3BAACtC%2CMRqCO%2CSQrCN%2CMAAO%3BEACJ%2CcAAA%3B%3BARoCJ%2CMAAO%2CSAEH%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAIR%2CKAAK%2CMAAS%2CWAAS%3BAACvB%2CMAAM%2CMAAS%2CWAAS%3BEACpB%2CcAAA%3B%3BAAGJ%2CgBACM%3BEtD8FN%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEAEA%2CiBAAA%3BELgDA%2CgBAAA%3BEAAA%2CcAAA%3BE2C9QA%2CqBAAA%3BEgBiIQ%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BAtD8FR%2CgBsD1GM%2CyBtD0GL%3BAACD%2CgBsD3GM%2CyBtD2GL%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CgBsDhHM%2CyBtDgHL%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CgBsDrHM%2CyBtDqHL%3BAACD%2CgBsDtHM%2CyBtDsHL%3BAACD%2CQAAQ%2CUAAW%2CiBsDvHb%3BEtDwHF%2CoBAAA%3BEL%2BBJ%2CYAAA%3B%3BA2DxJA%2CgBACM%2CyBhB2IJ%3BE3ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA2CHA%2CgBgBiHM%2CyBhBjHL%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS4C9OY%2CO5C8OZ%3BEAAA%2Ca6CvRe%2CY7CuRf%3BEAAA%2CsBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAgBlNQ%2CgBAdF%2CyBAcG%3BEACG%2CgBAAA%3BEACA%2CUAAA%3B%3BAAgBZ%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%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAdhB%2CQACI%2CUAGM%2CSAAM%2CIAAI%2CSAaR%3BAAjBZ%2CQACI%2CUAII%2CQAAU%2CSAYN%3BEACI%2CWAAA%3B%3BA5DnLhB%3BEACI%2Ca8CAW%2CY9CAX%3BEACA%2CSAAS%2C6BAAsB%2COAAO%2CcAClC%2C4BAAqB%2COAAO%2COADhC%3BEAEA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAwEZJ%3BAACA%2CCAAC%2COAAO%3BAAAR%2CCjD0MA%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAiD1M9E%2CCjD2MA%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAlB1MpF%2CoBAkCI%2CgBACI%2CWAQI%2CqBA0HI%2CSAAQ%2CKACJ%3BAmEvKhB%2CCjD2MA%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAiD1M9E%2CCjD0MA%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BEtBkFhF%2CkBAAA%3B%3BAuExRI%2CMAAC%2CIAAI%3BEvEwRT%2CgBAAA%3B%3BAuErRQ%2CMAHH%2CIAAI%2CUAGA%3BEvEqRT%2C%2BFAAA%3B%3BAuE5QY%2CIAFP%2CIAAI%2CYACD%2COACK%3BEACG%2CgBAAA%3B%3BAAMhB%2CCAAC%2COAAO%3BAAAR%2CCjDkLA%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAiDlL9E%2CCjDmLA%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAiDnLhF%2CCjDmLA%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAiDlL9E%2CCjDkLA%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BEtBkFhF%2CqBAAA%3BEKxHA%2CqBAAA%3B%3BAAEA%2CCkE%5C%2FIC%2COAAO%2CQlE%2BIP%3BAACD%2CCkEhJC%2COAAO%2CQlEgJP%3BAACD%2CCkEjJC%2COAAO%2CQlEiJP%3BAAFD%2CCiBmCA%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjBnC7E%3BAACD%2CCiBkCA%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjBlC7E%3BAACD%2CCiBiCA%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjBjC7E%3BAAFD%2CCiBoCA%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjBpC%5C%2FE%3BAACD%2CCiBmCA%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjBnC%5C%2FE%3BAACD%2CCiBkCA%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjBlC%5C%2FE%3BAAFD%2CCiBoCA%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjBnC7E%3BAACD%2CCiBmCA%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjBlC7E%3BAACD%2CCiBkCA%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjBjC7E%3BAAFD%2CCiBmCA%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjBpC%5C%2FE%3BAACD%2CCiBkCA%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjBnC%5C%2FE%3BAACD%2CCiBiCA%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjBlC%5C%2FE%3BEACG%2CqBAAA%3B%3BAkE9IJ%2COAAO%3BAACP%3BAjD6KA%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAAC9E%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAAAhF%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAAA9E%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BEjB%5C%2FJhF%2CsBAAA%3BELiPA%2CmBAAA%3BEAAA%2CeAAA%3BEAAA%2CcAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CaMhNkB%2C6BNgNlB%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEK9NA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAiBA%2COkErDO%2CQlEqDN%3BAAAD%2CeAAC%3BAACD%2COkEtDO%2CQlEsDN%3BAAAD%2CeAAC%3BAiBwHD%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjBzH7E%3BAiByHD%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjBxH7E%3BAiByHD%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjB1H%5C%2FE%3BAiB0HD%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjBzH%5C%2FE%3BAiByHD%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjBzH7E%3BAiB0HD%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjBxH7E%3BAiBwHD%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjB1H%5C%2FE%3BAiByHD%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjBzH%5C%2FE%3BEL2MD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAK%5C%2FLA%2COkElEO%2CQlEkEN%3BAAAD%2CeAAC%3BAiB4GD%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjB5G7E%3BAiB6GD%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjB7G%5C%2FE%3BAiB6GD%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjB5G7E%3BAiB4GD%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjB7G%5C%2FE%3BEL%2BLD%2CmBAAA%3BEAAA%2CeAAA%3BEAAA%2CcAAA%3B%3BAKnLA%2COkE9EO%2CQlE8EN%3BAAAD%2CeAAC%3BAACD%2COkE%5C%2FEO%2CQlE%2BEN%3BAAAD%2CeAAC%3BAACD%2CQAAQ%2CUAAW%2CQkEhFZ%3BAlEgFP%2CQAAQ%2CUAAW%3BAiB8FnB%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjBhG7E%3BAiBgGD%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjB%5C%2FF7E%3BAACD%2CQAAQ%2CUiB8FR%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAAC9E%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjBjG%5C%2FE%3BAiBiGD%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjBhG%5C%2FE%3BAACD%2CQAAQ%2CUiB%2BFR%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAAAhF%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjBhG7E%3BAiBiGD%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjB%5C%2FF7E%3BAACD%2CQAAQ%2CUiB%2BFR%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAAA9E%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjBjG%5C%2FE%3BAiBgGD%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQjBhG%5C%2FE%3BAACD%2CQAAQ%2CUiB8FR%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BEtBkFhF%2CYAAA%3BEK%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAmElHJ%2CQAAQ%2CKAAK%3BECuJb%2CSAAA%3BEACA%2CUAAA%3BEDtJI%2C6BAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAALJ%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%3BAzE7HJ%2CQwE5CQ%2CKAAK%2CMCoKX%2CQAAK%2CQzExHN%3BAACD%2CQwE7CQ%2CKAAK%2CMCoKX%2CQAAK%2CQzEvHN%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CQwElDQ%2CKAAK%2CMCoKX%2CQAAK%2CQzElHN%3BEACG%2CWAAA%3B%3BAyEwHA%2CQD3KI%2CKAAK%2CMCoKX%2CQAAK%2CQAOF%3BEACG%2CcAAA%3B%3BAD5KR%2CQAAQ%2CKAAK%2CMC4NP%2CQAAK%3BEzEoEX%2CSAAA%3B%3BAwEhSA%2CQAAQ%2CKAAK%2CMCqOX%2CQAAK%2CMACD%3BEzE0DN%2C0BAAA%3BEAAA%2CYAAA%3BEAAA%2C0BAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3B%3BADjJA%2CQyE%5C%2FIQ%2CKAAK%2CMCqOX%2CQAAK%2CMACD%2CU1EvFL%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CQyEpJQ%2CKAAK%2CMCqOX%2CQAAK%2CMACD%2CU1ElFL%3BEC4ID%2CcAAA%3BEAAA%2CqBAAA%3B%3BADvIA%2CQyEzJQ%2CKAAK%2CMCqOX%2CQAAK%2CMACD%2CU1E7EL%3BECuID%2CcAAA%3BEAAA%2CqBAAA%3B%3BAyEzBI%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%3BEzEsBtB%2CcAAA%3BEAAA%2CqBAAA%3BEAAA%2CmBAAA%3B%3BAwEhSA%2CQAAQ%2CKAAK%2CMCkRX%2CQAAK%3BEzEcP%2CmBAAA%3BEAAA%2CSAAA%3BEAAA%2CuBAAA%3B%3BAwEhSA%2CQAAQ%2CKAAK%2CMAOT%2CMAAK%2CMACD%3BEACI%2CkBAAA%3BE7BuDZ%2CqBAAA%3B%3BAAMA%2CQ6BtEQ%2CKAAK%2CMAOT%2CMAAK%2CMACD%2CE7B8DP%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS4C9NQ%2CO5C8NR%3BEAAA%2Ca6CvRe%2CY7CuRf%3BEAAA%2CsBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BA6BlVY%2CQAvBJ%2CKAAK%2CMAOT%2CMAAK%2CMACD%2CEAeK%3BEACG%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3B%3BAAKJ%2CQA%5C%2FBJ%2CKAAK%2CMAOT%2CMAAK%2CMAuBA%2COAAQ%2CEACJ%3BEACG%2CS5BiCV%2CO4BjCU%3B%3BAAMR%2CQAtCA%2CKAAK%2CMAqCT%2COAAO%2CEACF%3BEACG%2CgBAAA%3B%3BAAvCZ%2CQAAQ%2CKAAK%2CMA2CT%3BEACI%2CSAAA%3B%3BAE5CR%2CMC6VE%3BE3EzUF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0E3BA%2CMCkHA%3BE3EgIA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BE2E%2BDA%2CmBAAA%3BE3EnBA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CqBAAA%3BEAAA%2CgBAAA%3B%3BA0EhSA%2CMC4HA%3BE3EoKA%2CiBAAA%3BEAAA%2CmBAAA%3BEAnCA%2CsBAAA%3BEAmCA%2CiBAAA%3BEAAA%2CqBAAA%3B%3BA0EhSA%2CMC4HA%2CMAUI%3BE3ElHJ%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0E3BA%2CMC2IA%2CEAAC%3BE3EqJD%2CcAAA%3BEAAA%2CqBAAA%3BEAAA%2CgBAAA%3BEAAA%2CqBAAA%3B%3BA2EvII%2CMAdJ%2CEAAC%2CKAcI%3BE3EuIL%2CcAAA%3B%3BA2E3HI%2CMA1BJ%2CEAAC%2CKA0BI%3BE3E2HL%2CcAAA%3BEAAA%2CqBAAA%3B%3BA2E9GI%2CMAvCJ%2CEAAC%2CKAuCI%3BE3E8GL%2CcAAA%3B%3BA0EhSA%2CMC%2BLA%2COAAM%3BE3EiGN%2CmBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEAnCA%2CsBAAA%3BEAmCA%2CcAAA%3BEAAA%2CqBAAA%3BEAAA%2CgBAAA%3BEAAA%2CgBAAA%3B%3BA0EhSA%2CMCoNA%3BE3E4EA%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEAAA%2CUAAA%3BEAAA%2CqBAAA%3B%3BA2E9DI%2CMAdJ%2CQAcK%3BE3E8DL%2CcAAA%3B%3BA2ElDI%2CMA1BJ%2CQA0BK%3BE3EkDL%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3B%3BA2ErCI%2CMAvCJ%2CQAuCK%3BE3EqCL%2CcAAA%3B%3BA2EzBI%2CMAnDJ%2CQAmDK%3BE3EyBL%2CqBAAA%3BE2C9QA%2CqBAAA%3B%3BAgC2WI%2CMAzKJ%2CQAmDK%2CKAqHJ%2CQACI%3BE3E7FL%2CcAAA%3B%3BA2EmGI%2CMA%5C%2FKJ%2CQAmDK%2CKA2HJ%2COACI%3BE3EnGL%2CcAAA%3B%3BA2EzBI%2CMAnDJ%2CQAmDK%2CKhCaH%3BE3ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA2CHA%2CMgC4LA%2CQAmDK%2CKhC%5C%2FOJ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS4CxPQ%2CO5CwPR%3BEAAA%2Ca6CvRe%2CY7CuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CMgC%2BKJ%2CQAmDK%2CKhCnOJ%2CMACI%3BE3C2PL%2CcAAA%3B%3BA2CrPI%2CMgCyKJ%2CQAmDK%2CKhC7NJ%2COACI%3BE3CqPL%2CcAAA%3B%3BA2EPI%2CMArEJ%2CQAqEK%3BE3EOL%2CqBAAA%3BE2C9QA%2CqBAAA%3B%3BAgC2WI%2CMAzKJ%2CQAqEK%2CSAmGJ%2CQACI%3BE3E7FL%2CcAAA%3B%3BA2EmGI%2CMA%5C%2FKJ%2CQAqEK%2CSAyGJ%2COACI%3BE3EnGL%2CcAAA%3B%3BA2EPI%2CMArEJ%2CQAqEK%2CShCLH%3BE3ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA2CHA%2CMgC4LA%2CQAqEK%2CShCjQJ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS4CzOQ%2CO5CyOR%3BEAAA%2Ca6CvRe%2CY7CuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CMgC%2BKJ%2CQAqEK%2CShCrPJ%2CMACI%3BE3C2PL%2CcAAA%3B%3BA2CrPI%2CMgCyKJ%2CQAqEK%2CShC%5C%2FOJ%2COACI%3BE3CqPL%2CcAAA%3B%3BA0EhSA%2CMAGI%3BE1E6RJ%2C2EAAA%3BE0EzRQ%2CkBAAA%3BEACA%2CcAAA%3B%3BAAEA%2CMAPJ%2CQAOK%3BEACG%2CiBAAA%3B%3BAAGJ%2CMAXJ%2CQAWK%3BEACG%2CgBAAA%3B%3BAjCdZ%2CgBACM%3BAADN%2CgBAEM%3BEACE%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAJR%2CgBACM%2CWAKE%3BAANR%2CgBAEM%2CaAIE%3BEAEI%2CmBAAA%3B%3BAAEA%2CgBATN%2CWAKE%2CQAIK%3BAAAD%2CgBARN%2CaAIE%2CQAIK%3BEACG%2CgBAAA%3B%3BAAIR%2CgBAdF%2CWAcG%3BAAAD%2CgBAbF%2CaAaG%3BEACG%2CgBAAA%3B%3BAAhBZ%2CgBAoBM%2CaACE%2CQAAO%3BEACH%2CaAAA%3B%3BAmCvBZ%3BE5EgSA%2CgBAAA%3BEAAA%2CgBAAA%3B%3BA4EhSA%2CYCoEA%3BE7E4NA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BA6EtHA%2CYCoEA%2CO9EwDE%3BEACE%2CqBAAA%3BEACA%2CmBAAA%3B%3BA6E9HJ%2CYC0EA%3BEACI%2CSAAA%3B%3BAD3EJ%2CYC8EA%3BE7EkNA%2CcAAA%3BEAAA%2CqBAAA%3B%3BA6EpMI%2CYAdJ%2CEAcK%3BE7EoML%2CcAAA%3BEAAA%2CqBAAA%3B%3BA6EvLI%2CYA3BJ%2CEA2BK%3BE7EuLL%2CcAAA%3BEAAA%2CwBAAA%3B%3BA6E1KI%2CYAxCJ%2CEAwCK%3BE7E0KL%2CcAAA%3BEAAA%2CqBAAA%3B%3BA4EhSA%2CYCoIA%3BE7E4JA%2CgBAAA%3B%3BA4EhSA%2CYC4JI%2CMAAK%2CIAAI%3BE7EoIb%2CqBAAA%3BE2ChOA%2CqBAAA%3B%3BAAMA%2CYkCsFI%2CMAAK%2CIAAI%2CalCtFZ%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CS4CxPQ%2CO5CwPR%3BEAAA%2Ca6CvRe%2CY7CuRf%3BEAAA%2CcAAA%3BEAAA%2CmBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAlB9VY%2CUAFP%2CMACG%2CQACK%3BEzBqRb%2CkBAAA%3BEyBjRgB%2CYAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEzB6QhB%2CqBAAA%3BEKzDA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BELgDA%2CgBAAA%3B%3BAyBrRY%2CUAFP%2CMACG%2CQACK%2CMkByQX%3BE3ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA2CHA%2CUlBfK%2CMACG%2CQACK%2CMkBaZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS4C1OU%2CO5C0OV%3BEAAA%2Ca6CvRe%2CY7CuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CUlB5BC%2CMACG%2CQACK%2CMkByBZ%2CMACI%3BE3C2PL%2CcAAA%3B%3BA2CrPI%2CUlBlCC%2CMACG%2CQACK%2CMkB%2BBZ%2COACI%3BE3CqPL%2CcAAA%3B%3BAK7CA%2CUoB1OK%2CMACG%2CQACK%2CMpBwOZ%3BAACD%2CUoB3OK%2CMACG%2CQACK%2CMpByOZ%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CUoBhPK%2CMACG%2CQACK%2CMpB8OZ%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CUoBrPK%2CMACG%2CQACK%2CMpBmPZ%3BAACD%2CUoBtPK%2CMACG%2CQACK%2CMpBoPZ%3BAACD%2CQAAQ%2CUAAW%2CWoBvPd%2CMACG%2CQACK%3BEpBsPT%2CoBAAA%3BEL%2BBJ%2CYAAA%3B%3BAyBlPY%2CMAFR%2CiBACI%2CQACK%3BEAEG%2CgBAAA%3B%3BAAMhB%3BEAQI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAzB2aJ%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%3BA0D5RQ%2CMAAC%2CWAAY%3BAACb%2CMAAC%2CWAAY%3BEACT%2CeAAA%3B%3BAAuBR%3BAACA%3BEACI%2CcAAA%3BE1DiQR%2CiBAAA%3BE0D%5C%2FPQ%2CcAAA%3B%3BAAJJ%2CoBAMI%3BAALJ%2CoBAKI%3BEACI%2CgBAAA%3B%3BAAWR%2CoBAAuB%3BAACvB%2CKAAK%3BEACD%2CcAAA%3BE1D%2BOR%2CiBAAA%3B%3BA0D5OQ%2CoBALmB%2CuBAKlB%3BAAAD%2CKAJC%2CYAIA%3BEACG%2CSAAS%2CiBAAiB%2CIAA1B%3BE1D2OZ%2CiBAAA%3B%3BA0DjPI%2CoBAAuB%2CuBAUnB%3BAATJ%2CKAAK%2CYASD%3BE1DuOR%2CiBAAA%3B%3BA8E%5C%2FJI%2CIAAC%3BEACG%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAKR%3BE9EuJA%2CYAAA%3B%3BA8EnJA%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%3BE9EwOA%2CsBAAA%3BEAAA%2C4CAAA%3BE8ErOI%2CUAAA%3BEACA%2CoBAAA%3B%3BAAsFJ%3BE9E8IA%2CUAAA%3BEAAA%2CYAAA%3B%3BA8E5NA%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%3BE9E8PZ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkCA%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3B%3BA8EtSJ%2CYAAC%2CcAOG%3BAAPJ%2CYAAC%2CcAQG%3BE9EgQR%2CoBAAA%3BEACQ%2CYAAA%3BEAMR%2CsBAAA%3BEACQ%2CcAAA%3B%3BA8EhRJ%2CYAAC%2CcAaG%3BEACI%2CgBAAA%3B%3BAAdR%2CYAAC%2CcAiBG%3BEACI%2CgBAAA%3B%3BAApBZ%2CYAwBI%3BAAxBJ%2CYAyBI%3BAAzBJ%2CYA0BI%3BE9EoHJ%2CwBAAA%3B%3BA8E9IA%2CYA8BI%3BE9EgHJ%2CsBAAA%3BEAAA%2CmBAAA%3B%3BA8E1GA%3BE9E0GA%2CYAAA%3BE8EvMA%2COAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CYAAC%2CQACG%3BE9EmMJ%2CgBAAA%3B%3BA8E9LA%2CYAAC%2CMACG%3BEACI%2CmBAAmB%2CaAAnB%3BEACQ%2CWAAW%2CaAAX%3B%3BAAiFhB%2CYA7EA%3BE9EuLA%2CiBAAA%3BEAAA%2CUAAA%3BEAoHA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkCA%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3BE8E5UJ%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%3BE9EgFJ%2CkBAAA%3BEAAA%2CmBAAA%3B%3BA8E1GA%2CYA%2BBI%3BAA%5C%2FBJ%2CYAgCI%3BE9EsMJ%2CoBAAA%3BEACQ%2CYAAA%3BEAMR%2CsBAAA%3BEACQ%2CcAAA%3B%3BA8E9OR%2CYAqCI%3BE9EqEJ%2CsBAAA%3BEAAA%2CiBAAA%3B%3BA8E1GA%2CYA0CI%3BEACI%2CgBAAA%3BE9E%2BDR%2CoBAAA%3BEAAA%2CiBAAA%3B%3BA8E1GA%2CYAgDI%3BEACI%2CiBAAA%3B%3BAC%5C%2FMR%2CaAGI%3BAAFJ%2CYAEI%3BAADJ%2CYACI%3BE1E4MJ%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEAEA%2CiBAAA%3BELgDA%2CgBAAA%3BEAAA%2CqBAAA%3BE2C9QA%2CqBAAA%3BEoCkBQ%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BA1E6MR%2Ca0ExNI%2Cc1EwNH%3BAAAD%2CY0ExNI%2Cc1EwNH%3BAAAD%2CY0ExNI%2Cc1EwNH%3BAACD%2Ca0EzNI%2Cc1EyNH%3BAAAD%2CY0EzNI%2Cc1EyNH%3BAAAD%2CY0EzNI%2Cc1EyNH%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2Ca0E9NI%2Cc1E8NH%3BAAAD%2CY0E9NI%2Cc1E8NH%3BAAAD%2CY0E9NI%2Cc1E8NH%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2Ca0EnOI%2Cc1EmOH%3BAAAD%2CY0EnOI%2Cc1EmOH%3BAAAD%2CY0EnOI%2Cc1EmOH%3BAACD%2Ca0EpOI%2Cc1EoOH%3BAAAD%2CY0EpOI%2Cc1EoOH%3BAAAD%2CY0EpOI%2Cc1EoOH%3BAACD%2CQAAQ%2CUAAW%2Cc0ErOf%3BA1EqOJ%2CQAAQ%2CUAAW%2Ca0ErOf%3BA1EqOJ%2CQAAQ%2CUAAW%2Ca0ErOf%3BE1EsOA%2CoBAAA%3BEL%2BBJ%2CYAAA%3B%3BA%2BExQA%2CaAGI%2CcpCyPF%3BAoC3PF%2CYAEI%2CcpCyPF%3BAoC1PF%2CYACI%2CcpCyPF%3BE3ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA2CHA%2CaoCGI%2CcpCHH%3BAAAD%2CYoCGI%2CcpCHH%3BAAAD%2CYoCGI%2CcpCHH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS4C1OU%2CO5C0OV%3BEAAA%2Ca6CvRe%2CY7CuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CaoCVA%2CcpCSH%2CMACI%3BAAAD%2CYoCVA%2CcpCSH%2CMACI%3BAAAD%2CYoCVA%2CcpCSH%2CMACI%3BE3C2PL%2CcAAA%3B%3BA2CrPI%2CaoChBA%2CcpCeH%2COACI%3BAAAD%2CYoChBA%2CcpCeH%2COACI%3BAAAD%2CYoChBA%2CcpCeH%2COACI%3BE3CqPL%2CcAAA%3B%3BA%2BEvPY%2CaAdR%2CcAaK%2CMACI%3BAAAD%2CYAdR%2CcAaK%2CMACI%3BAAAD%2CYAdR%2CcAaK%2CMACI%3BEACG%2CcAAA%3B%3BAAMhB%2CaACI%3BE%5C%2FE%2BOJ%2CYAAA%3B%3BA%2BE1OA%3BEACI%2CoBAAA%3B%3BAADJ%2CYAGI%3BE%5C%2FEuOJ%2CgCAAA%3BEAAA%2CgBAAA%3BEAAA%2CoBAAA%3BE%2BEnOQ%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3B%3BAAVR%2CYAaI%3BEACI%2CaAAA%3B%3BAAIR%2CYACI%3BEACI%2CYAAA%3BEACA%2CUAAA%3B%3BAAHR%2CYAMI%3BEACI%2CuBAAA%3BEACA%2CkBAAA%3B%3BAAIR%3BE%5C%2FE4MA%2CwCAAA%3BE%2BE1MI%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%3BAC7FZ%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%2CuEAAT%3BEACA%2CSAAS%2C%2BEAA8C%2COAAO%2C0BAC1D%2CyEAAwC%2COAAO%2CaAC%5C%2FC%2CwEAAuC%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%3BEnFgHA%2CiBAAA%3BEAAA%2CmBAAA%3BEAnCA%2CsBAAA%3BEmF3EI%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%3BEACI%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%3BEACG%2CyBAAA%3B%3BAAGJ%2CWA1BR%2CGASI%2COAiBK%3BAACD%2CWA3BR%2CGASI%2COAkBK%3BAACD%2CWA5BR%2CGASI%2COAmBK%2CIAAI%3BEACD%2CgBAAA%3B%3BAAIR%2CWAjCJ%2CGAiCK%2CaACG%3BEACI%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%3BE5FiRL%2CmBAAA%3BEAAA%2CeAAA%3BEAAA%2CuBAAA%3BEAAA%2CqBAAA%3BEAAA%2CkBAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEK5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEL0FA%2CgBAAA%3BE4F1QQ%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3B%3BA7FuHR%2CC6FhIK%2CwB7FgIJ%3BAAAD%2CM6FhIK%2CwB7FgIJ%3BAAAD%2CG6FhIK%2CwB7FgIJ%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CC6FrIK%2CwB7FqIJ%3BAAAD%2CM6FrIK%2CwB7FqIJ%3BAAAD%2CG6FrIK%2CwB7FqIJ%3BEC4ID%2CcAAA%3BEAAA%2CqBAAA%3B%3BADvIA%2CC6F1IK%2CwB7F0IJ%3BAAAD%2CM6F1IK%2CwB7F0IJ%3BAAAD%2CG6F1IK%2CwB7F0IJ%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAKxFA%2CCuFzLK%2CwBvFyLJ%3BAAAD%2CMuFzLK%2CwBvFyLJ%3BAAAD%2CGuFzLK%2CwBvFyLJ%3BAACD%2CCuF1LK%2CwBvF0LJ%3BAAAD%2CMuF1LK%2CwBvF0LJ%3BAAAD%2CGuF1LK%2CwBvF0LJ%3BAACD%2CCuF3LK%2CwBvF2LJ%3BAAAD%2CMuF3LK%2CwBvF2LJ%3BAAAD%2CGuF3LK%2CwBvF2LJ%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CCuFhMK%2CwBvFgMJ%3BAAAD%2CMuFhMK%2CwBvFgMJ%3BAAAD%2CGuFhMK%2CwBvFgMJ%3BAACD%2CCuFjMK%2CwBvFiMJ%3BAAAD%2CMuFjMK%2CwBvFiMJ%3BAAAD%2CGuFjMK%2CwBvFiMJ%3BAACD%2CQAAQ%2CUAAW%2CEuFlMd%3BAvFkML%2CQAAQ%2CUAAW%2COuFlMd%3BAvFkML%2CQAAQ%2CUAAW%2CIuFlMd%3BE5FiRL%2CcAAA%3BEAAA%2CYAAA%3BEK5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAuF3LA%2CCAAC%3BAAAD%2CMAAC%3BAAAD%2CGAAC%3BEvF6IL%2CqBAAA%3BEAzHA%2CsBAAA%3BELiPA%2CmBAAA%3BEAAA%2CeAAA%3BEAAA%2CcAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CaMhNkB%2C6BNgNlB%3BEAAA%2CgBAAA%3BEAAA%2CqBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEK9NA%2CsBAAA%3BEACA%2CsBAAA%3BEL6NA%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CeAAA%3BEAAA%2CkBAAA%3BE4FhQQ%2CgBAAA%3B%3BAvF0IR%2CCuF%5C%2FIK%2C2BvF%2BIJ%3BAAAD%2CMuF%5C%2FIK%2C2BvF%2BIJ%3BAAAD%2CGuF%5C%2FIK%2C2BvF%2BIJ%3BAACD%2CCuFhJK%2C2BvFgJJ%3BAAAD%2CMuFhJK%2C2BvFgJJ%3BAAAD%2CGuFhJK%2C2BvFgJJ%3BAACD%2CCuFjJK%2C2BvFiJJ%3BAAAD%2CMuFjJK%2C2BvFiJJ%3BAAAD%2CGuFjJK%2C2BvFiJJ%3BEACG%2CqBAAA%3B%3BAAzFJ%2CCuFzDK%2C2BvFyDJ%3BAAAD%2CMuFzDK%2C2BvFyDJ%3BAAAD%2CGuFzDK%2C2BvFyDJ%3BAACD%2CCuF1DK%2C2BvF0DJ%3BAAAD%2CMuF1DK%2C2BvF0DJ%3BAAAD%2CGuF1DK%2C2BvF0DJ%3BEL2MD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAK%5C%2FLA%2CCuFtEK%2C2BvFsEJ%3BAAAD%2CMuFtEK%2C2BvFsEJ%3BAAAD%2CGuFtEK%2C2BvFsEJ%3BEL%2BLD%2CmBAAA%3BEAAA%2CeAAA%3BEAAA%2CcAAA%3B%3BAKnLA%2CCuFlFK%2C2BvFkFJ%3BAAAD%2CMuFlFK%2C2BvFkFJ%3BAAAD%2CGuFlFK%2C2BvFkFJ%3BAACD%2CCuFnFK%2C2BvFmFJ%3BAAAD%2CMuFnFK%2C2BvFmFJ%3BAAAD%2CGuFnFK%2C2BvFmFJ%3BAACD%2CQAAQ%2CUAAW%2CEuFpFd%3BAvFoFL%2CQAAQ%2CUAAW%2COuFpFd%3BAvFoFL%2CQAAQ%2CUAAW%2CIuFpFd%3BE5FqQL%2CYAAA%3BEK%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAuF%5C%2FEA%2CCAAC%3BAAAD%2CMAAC%3BAAAD%2CGAAC%3BEvFqIL%2CqBAAA%3BEAzHA%2CsBAAA%3BELiPA%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CcAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CaMhNkB%2C6BNgNlB%3BEAAA%2CgBAAA%3BEAAA%2CqBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEK9NA%2CsBAAA%3BEACA%2CsBAAA%3BEL6NA%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CeAAA%3BEAAA%2CkBAAA%3BE4FxPQ%2CgBAAA%3B%3BAvFkIR%2CCuFvIK%2C6BvFuIJ%3BAAAD%2CMuFvIK%2C6BvFuIJ%3BAAAD%2CGuFvIK%2C6BvFuIJ%3BAACD%2CCuFxIK%2C6BvFwIJ%3BAAAD%2CMuFxIK%2C6BvFwIJ%3BAAAD%2CGuFxIK%2C6BvFwIJ%3BAACD%2CCuFzIK%2C6BvFyIJ%3BAAAD%2CMuFzIK%2C6BvFyIJ%3BAAAD%2CGuFzIK%2C6BvFyIJ%3BEACG%2CqBAAA%3B%3BAAzFJ%2CCuFjDK%2C6BvFiDJ%3BAAAD%2CMuFjDK%2C6BvFiDJ%3BAAAD%2CGuFjDK%2C6BvFiDJ%3BAACD%2CCuFlDK%2C6BvFkDJ%3BAAAD%2CMuFlDK%2C6BvFkDJ%3BAAAD%2CGuFlDK%2C6BvFkDJ%3BEL2MD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CcAAA%3B%3BAK%5C%2FLA%2CCuF9DK%2C6BvF8DJ%3BAAAD%2CMuF9DK%2C6BvF8DJ%3BAAAD%2CGuF9DK%2C6BvF8DJ%3BEL%2BLD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CcAAA%3B%3BAKnLA%2CCuF1EK%2C6BvF0EJ%3BAAAD%2CMuF1EK%2C6BvF0EJ%3BAAAD%2CGuF1EK%2C6BvF0EJ%3BAACD%2CCuF3EK%2C6BvF2EJ%3BAAAD%2CMuF3EK%2C6BvF2EJ%3BAAAD%2CGuF3EK%2C6BvF2EJ%3BAACD%2CQAAQ%2CUAAW%2CEuF5Ed%3BAvF4EL%2CQAAQ%2CUAAW%2COuF5Ed%3BAvF4EL%2CQAAQ%2CUAAW%2CIuF5Ed%3BE5F6PL%2CYAAA%3BEK%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAwFlHJ%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%3BET%2BGA%2CSAAA%3BEACA%2CUAAA%3B%3BAShHA%2CsBTkHE%2CQAAK%3BEACH%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BASrHJ%2CsBTkHE%2CQAAK%2CMAKD%3BEACE%2CcAAA%3B%3BASxHR%2CsBT4HE%2CQAAK%3BEAEH%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAzE7HJ%2CsByEwHE%2CQAAK%2CQzExHN%3BAACD%2CsByEuHE%2CQAAK%2CQzEvHN%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CsByEkHE%2CQAAK%2CQzElHN%3BEACG%2CWAAA%3B%3BAyEwHA%2CsBAPF%2CQAAK%2CQAOF%3BEACG%2CcAAA%3B%3BASpIR%2CsBToLM%2CQAAK%3BEzEoEX%2CSAAA%3B%3BAkFxPA%2CsBT6LE%2CQAAK%2CMACD%3BEzE0DN%2C0BAAA%3BEAAA%2CYAAA%3BEAAA%2C0BAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3B%3BADjJA%2CsB0EsFE%2CQAAK%2CMACD%2CU1EvFL%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CsB0EiFE%2CQAAK%2CMACD%2CU1ElFL%3BEC4ID%2CcAAA%3BEAAA%2CqBAAA%3B%3BADvIA%2CsB0E4EE%2CQAAK%2CMACD%2CU1E7EL%3BECuID%2CcAAA%3BEAAA%2CqBAAA%3B%3BAyEzBI%2CsBAlCF%2CQAAK%2CMAkCF%2CIAAI%2CWAAc%2CUAAO%3BAAC1B%2CsBAnCF%2CQAAK%2CMAmCF%2COAAU%3BAACX%2CsBApCF%2CQAAK%2CMAoCF%2COAAU%2CUAAO%3BAAClB%2CsBArCF%2CQAAK%2CMAqCF%2COAAU%2CUAAO%3BEzEsBtB%2CcAAA%3BEAAA%2CqBAAA%3BEAAA%2CmBAAA%3B%3BAkFxPA%2CsBT0OE%2CQAAK%3BEzEcP%2CmBAAA%3BEAAA%2CSAAA%3BEAAA%2CuBAAA%3B%3B%3B%3B%3B%3BAiHrSJ%2CgBAGI%3BAAFJ%2CWAEI%3BAADJ%2CkBACI%3BEACI%2C8BAAA%3B%3B%3B%3B%3B%3BACJR%2CiBAAiB%3BEACb%2CcAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3B%3B%3B%3B%3BACHY%2CMAJV%2CWACF%2CiBACI%2COACI%2CSACK%3BEACG%2CaAAA%3B%3B%3B%3B%3B%3BACLpB%2CYACI%3BEACI%2CmBAAA%3B%3B%3B%3B%3B%3BACFR%2CKAAK%2CKAAK%2COAAQ%3BEACd%2CgBAAA%3B%3B%3B%3B%3B%3BACDJ%2CcACI%3BEACI%2C2BAAA%3B%3B%3B%3B%3B%3BACFR%2CKAAK%2CSAAS%2CMAAO%3BEACjB%2CmBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BACeA%2C2CACI%2CkCACM%3BAAFV%2C2CACI%2CkCAEI%3BEACI%2CqBAAA%3B%3BAAJZ%2C2CAQI%3BAARJ%2C2CASI%3BEACI%2CmBAAA%3B%3BAClBR%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%3BACtGR%3BAACA%3BEACI%2CeAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3B%3BAAIJ%3BEACI%2CmBAAA%3B%3BAADJ%2C6CAGI%3BEACI%2CWAAA%3B%3BAAIR%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CwBAAC%3BEACG%2C6BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAZR%2CwBAeI%3BEACI%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAIR%2CiCACI%3BEACI%2CcAAA%3BEACA%2CmBAAA%3B%3BAAHR%2CiCAMM%2C6BACE%3BEACI%2CmBAAA%3B%3BArG%5C%2FCZ%2CwBAYI%3BEACI%2CgBAAA%3B%3BAAbR%2CwBAgBI%3BEACI%2CiBAAA%3B%3BAAjBR%2CwBAgBI%2C%2BBAGM%3BErB2QV%2CiBAAA%3BEqBzQY%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%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAsGhGA%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%3BEACE%2C8BAAA%3BEACA%2CkCAAA%3BEACA%2C4BAAA%3BEACA%2CwBAAA%3BEACA%2CSAAA%3B%3BAAKJ%2CaAAE%3BEACE%2CmBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BACII%2CkCADJ%2CmCACK%3BE%5C%2FHmRT%2CgBAAA%3BE%2BHjRY%2CaAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CkCAPJ%2CmCAOK%2COAAQ%3BAACT%2CkCARJ%2CmCAQK%3BEACG%2CaAAA%3BEACA%2CaAAA%3B%3BAAXZ%2CkCAeM%2CSAAM%3BEACJ%2CgBAAA%3B%3BAAIR%2CwBACI%3BEACI%2CmBAAA%3B%3BAC5BR%3B%3B%3BAAAA%2CyBAEI%2CYAAY%2CGAAG%2COAAM%3BAAFzB%2CyBAII%2CYAAY%2CGAAG%2COAAM%3BAAJzB%2CyBAMI%2CYAAW%3BEACP%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%2CeAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAvIR%2CyBA0II%2CYAAY%2CGAAG%3BAA1InB%2CyBA2II%2CcAAc%3BEACV%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3B%3BAA%5C%2FIR%2CyBAkJI%2CYAAY%2CGAAG%3BEAEP%2CeAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CyBAZJ%2CYAAY%2CGAAG%2COAYV%2CMAAM%3BAACP%2CyBAbJ%2CYAAY%2CGAAG%2COAaV%2CMAAM%3BEACH%2CUAAA%3B%3BAAGJ%2CyBAjBJ%2CYAAY%2CGAAG%2COAiBV%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%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%3BACTR%3BEACI%2CoBAAA%3B%3BAASA%2CqBACI%2CaAAa%3BEACT%2CaAAA%3B%3BAAFR%2CqBAKI%3BEACI%2CiBAAA%3B%3BAANR%2CqBASI%3BEAEQ%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3B%3BAAbZ%2CqBASI%2CiBAOI%3BEACI%2CkBAAA%3B%3BAAjBZ%2CqBASI%2CiBAWI%3BEACI%2CeAAA%3B%3BAArBZ%2CqBAyBI%2CaAAY%3BElIoWhB%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAtIF%2CsCAAA%3BEACK%2CmCAAA%3BEACC%2CkCAAA%3BEAcJ%2C8BAAA%3BEAwJA%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3BEkIpYI%2CWAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CqBAZJ%2CaAAY%2CeAYP%2CgBAAiB%3BAAClB%2CqBAbJ%2CaAAY%2CeAaP%2CgBAAiB%3BEACd%2CWAAA%3B%3BAAIA%2CqBAlBR%2CaAAY%2CeAiBP%2CgBAAiB%2CuBACb%2CUAAU%2CQAAQ%3BEACf%2CcAAA%3B%3BAAGJ%2CqBAtBR%2CaAAY%2CeAiBP%2CgBAAiB%2CuBAKb%2CUAAU%2CQAAQ%3BEACf%2CaAAA%3B%3BAAIR%2CqBA3BJ%2CaAAY%2CeA2BP%2CgBAAiB%3BAAClB%2CqBA5BJ%2CaAAY%2CeA4BP%2CmBAAoB%3BEAEb%2CUAAA%3B%3BAAGJ%2CqBAjCR%2CaAAY%2CeA2BP%2CgBAAiB%2CuBAMb%3BAAAD%2CqBAjCR%2CaAAY%2CeA4BP%2CmBAAoB%2CuBAKhB%3BEACG%2CWAAA%3B%3BAAIR%2CqBAtCJ%2CaAAY%2CeAsCP%2CgBAAiB%3BAAClB%2CqBAvCJ%2CaAAY%2CeAuCP%2CmBAAoB%3BEACjB%2CYAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CqBA5CJ%2CaAAY%2CeA4CP%3BEACG%2CaAAA%3B%3BAAtEZ%2CqBAyBI%2CaAAY%2CeAgDR%3BEACI%2CSAAA%3B%3BAA1EZ%2CqBAyBI%2CaAAY%2CeAoDR%3BEACI%2CgBAAA%3B%3BAA9EZ%2CqBAyBI%2CaAAY%2CeAwDR%2CiBACI%3BEACI%2CaAAA%3B%3BAAnFhB%2CqBAyBI%2CaAAY%2CeAwDR%2CiBAKI%3BEACI%2CaAAA%3B%3BAAvFhB%2CqBAyBI%2CaAAY%2CeAwDR%2CiBASI%3BEACI%2CaAAA%3B%3BAAKJ%2CqBAvER%2CaAAY%2CeAsER%2CYACK%2CIAAI%3BEACD%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAlGhB%2CqBAyBI%2CaAAY%2CeA6ER%2CeAAe%3BEACX%2CYAAA%3B%3BAAvGZ%2CqBAyBI%2CaAAY%2CeAiFR%3BElImRR%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEA2BA%2CuBAAA%3BEACQ%2CeAAA%3B%3BAkI3ZR%2CqBAyBI%2CaAAY%2CeAsFR%2CoBAAoB%3BElI0I9B%2CeAAA%3BEACK%2CYAAA%3BEACC%2CWAAA%3BEAcJ%2COAAA%3B%3BAkIzQA%2CqBAyBI%2CaAAY%2CeA0FR%2CoBAAoB%2CIAAG%3BElIgS%5C%2FB%2CwBAAA%3BEACQ%2CgBAAA%3B%3BAkIpZR%2CqBAyBI%2CaAAY%2CeA8FR%2CoBAAoB%3BEAChB%2CgBAAA%3B%3BAAxHZ%2CqBAyBI%2CaAAY%2CeAkGR%3BAA3HR%2CqBAyBI%2CaAAY%2CeAmGR%3BEACI%2CoBAAA%3B%3BAA7HZ%2CqBAyBI%2CaAAY%2CeAuGR%2CwBAAwB%3BEACpB%2CeAAA%3B%3BAAjIZ%2CqBAyBI%2CaAAY%2CeA2GR%2CwBAAwB%2CiBAAmB%3BEACvC%2CgBAAA%3B%3BAArIZ%2CqBAyBI%2CaAAY%2CeA%2BGR%2CgBAAkB%3BEACd%2CqBAAA%3B%3BAAzIZ%2CqBAyBI%2CaAAY%2CeAmHR%2CyBAAyB%2CiBAAiB%3BEACtC%2C6BAAA%3B%3BAA7IZ%2CqBAyBI%2CaAAY%2CeAuHR%2COAAM%3BEACF%2CmBAAA%3B%3BAAjJZ%2CqBAyBI%2CaAAY%2CeA2HR%3BEACI%2CqBAAA%3BEACA%2CqBAAA%3B%3BAAtJZ%2CqBAyBI%2CaAAY%2CeAgIR%3BEAEQ%2CgBAAA%3B%3BAA3JhB%2CqBAyBI%2CaAAY%2CeAgIR%2C0BAKI%3BEACI%2CkBAAA%3B%3BAA%5C%2FJhB%2CqBAyBI%2CaAAY%2CeAgIR%2C0BASI%3BEACI%2CgBAAA%3B%3BAAnKhB%2CqBAyBI%2CaAAY%2CeAgIR%2C0BAaI%2CiBAAiB%2CQAAO%3BEACpB%2CkBAAA%3B%3BAAvKhB%2CqBAyBI%2CaAAY%2CeAgIR%2C0BAiBI%3BEACI%2CYAAA%3B%3BAA3KhB%2CqBAyBI%2CaAAY%2CeAgIR%2C0BAqBI%2CsBAAsB%3BEAClB%2CaAAA%3B%3BAA%5C%2FKhB%2CqBAyBI%2CaAAY%2CeA0JR%2C2BACI%3BEACI%2CYAAA%3B%3BAArLhB%2CqBA2LI%2CmBAAmB%2C8BACf%3BEACI%2CaAAA%3B%3BAA7LZ%2CqBA2LI%2CmBAAmB%2C8BAKf%2CgCAAgC%3BEAC5B%2CcAAA%3B%3BAAjMZ%2CqBAqMI%2CiBAEI%2C8BAA8B%3BEAC1B%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAW%2CeAAX%3BEACA%2CaAAA%3BEACA%2CYAAA%3B%3BAAjNZ%2CqBAqMI%2CiBAgBI%2C8BAA8B%2CiBAAmB%3BEAC7C%2CWAAA%3B%3BAAIJ%2CqBArBJ%2CiBAqBK%2CKAAM%2C8BAA8B%3BEACjC%2CYAAA%3BEACA%2CMAAA%3B%3BAAIJ%2CqBA3BJ%2CiBA2BK%2CQAAS%2C8BAA8B%3BEACpC%2CSAAA%3B%3BAAjOZ%2CqBAqOI%3BElIoBN%2CmCAAA%3BEACK%2CgCAAA%3BEACC%2C%2BBAAA%3BEAcJ%2C2BAAA%3BEkIlCQ%2CgBAAA%3BEACA%2C6CAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CqBAPJ%2CgBAOK%3BEACG%2CkDAAA%3B%3BAA7OZ%2CqBAqOI%2CgBAWI%2CUAAY%3BAAhPpB%2CqBAqOI%2CgBAYI%2CUAAY%3BEACR%2CaAAA%3B%3BAAlPZ%2CqBAsPI%3BEAEQ%2CcAAA%3BEACA%2CaAAA%3B%3BAAzPZ%2CqBAsPI%2CaAMI%2CcACI%3BElIYZ%2CiBAAA%3BEkIVgB%2CaAAA%3B%3BAA%5C%2FPhB%2CqBAoQI%2CaAAY%2CIAAI%3BEACZ%2CmBAAA%3B%3BAArQR%2CqBAwQI%3BEAEQ%2CqBAAA%3BEACA%2CkBAAA%3B%3BAA3QZ%2CqBAwQI%2CmBAMI%3BEACI%2CSAAA%3B%3BAA%5C%2FQZ%2CqBAmRI%3BEAEQ%2CqBAAA%3B%3BAAIA%2CqBANR%2CoBAKM%2CqBACI%3BEACE%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CqBAlBR%2CoBAKM%2CqBAaI%2CaAAY%2CIAAI%3BEACd%2CgBAAA%3B%3BAAtShB%2CqBAmRI%2CoBAuBI%3BEACI%2CeAAA%3B%3BAA3SZ%2CqBA%2BSI%2CuBACI%2CYAAW%2CIAAI%2C2BAA8B%3BEACzC%2CaAAA%3B%3BAAjTZ%2CqBAqTI%2CoBAAoB%2COAAM%2CUAAW%2COAAM%3BEACvC%2CcAAA%3BEACA%2CSAAS%2CGAAT%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAzTR%2CqBA4TI%2CmBAAmB%2CgBACf%2CMAAK%2CeAAe%3BAA7T5B%2CqBA4TI%2CmBAAmB%2CgBAEf%2CMAAK%2CeAAe%3BEAChB%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3B%3BAAjUZ%2CqBA4TI%2CmBAAmB%2CgBAQf%2CMAAK%2CeAAe%3BEAChB%2CmCAAA%3B%3BAArUZ%2CqBA4TI%2CmBAAmB%2CgBAYf%2CMAAK%3BAAxUb%2CqBA4TI%2CmBAAmB%2CgBAaf%2CKAAI%3BEACA%2CWAAA%3B%3BAA1UZ%2CqBA4TI%2CmBAAmB%2CgBAiBf%3BEACI%2CYAAA%3BEACA%2CgBAAA%3B%3BAA%5C%2FUZ%2CqBA4TI%2CmBAAmB%2CgBAsBf%3BElIzER%2CoWAAA%3BEkI2EY%2CoBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3B%3BAA5VZ%2CqBA4TI%2CmBAAmB%2CgBAmCf%3BEACI%2CmBAAA%3B%3BAAhWZ%2CqBA4TI%2CmBAAmB%2CgBAuCf%3BEACI%2CiBAAA%3B%3BAAoBR%2CQAhByC%3BEAgBzC%2CqBAfI%2CaAAY%3BIlIwDpB%2C2BAAA%3BIACI%2CuBAAA%3BIACI%2CmBAAA%3B%3BEkIvDI%2CqBAHJ%2CaAAY%2CeAGP%2CgBAAiB%3BIACd%2CUAAA%3B%3BEAGJ%2CqBAPJ%2CaAAY%2CeAOP%2CgBAAiB%3BIACd%2CYAAA%3B%3B%3BAAjXhB%2CqBAwXI%2CqBAAqB%2C%2BBAA%2BB%3BEAE5C%2CgBAAA%3B%3BAA1XZ%2CqBAwXI%2CqBAAqB%2C%2BBAA%2BB%2CgCAKhD%3BEACI%2CgBAAA%3B%3BAA9XZ%2CqBAmYI%2CaAAY%2CIAAI%2CmBAAmB%2CIAAI%2CuBAAwB%3BEAC3D%2COAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAzYR%2CqBA4YI%2CwCAAwC%3BEACpC%2CmBAAA%3B%3BAAIR%2CwBAAyB%3BEAEjB%2CSAAA%3B%3BAAFR%2CwBAAyB%2CiBAKrB%2CiBAAiB%3BEACb%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAARR%2CwBAAyB%2CiBAWrB%2CiBAAiB%2CQAAO%3BAAX5B%2CwBAAyB%2CiBAWrB%2CiB5GtOJ%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BA4G2N9E%2CwBAAyB%2CiBAWrB%2CiB5GrOJ%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BA4G0NhF%2CwBAAyB%2CiBAWrB%2CiB5GrOJ%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BA4G2N9E%2CwBAAyB%2CiBAWrB%2CiB5GtOJ%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BE4GsOxE%2CmBAAA%3BEACA%2CyBAAA%3B%3BAAbR%2CwBAAyB%2CiBAgBrB%2CiBAAiB%2CQAAO%2CQAAQ%3BAAhBpC%2CwBAAyB%2CiBAiBrB%2CiBAAiB%2CQAAO%2CQAAQ%3BAAjBpC%2CwBAAyB%2CiBAgBrB%2CiB5G3OJ%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ4G2O1C%3BAAhBpC%2CwBAAyB%2CiBAiBrB%2CiB5G5OJ%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ4G4O1C%3BAAjBpC%2CwBAAyB%2CiBAgBrB%2CiB5G1OJ%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ4G0O5C%3BAAhBpC%2CwBAAyB%2CiBAiBrB%2CiB5G3OJ%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ4G2O5C%3BAAjBpC%2CwBAAyB%2CiBAgBrB%2CiB5G1OJ%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ4G2O1C%3BAAhBpC%2CwBAAyB%2CiBAiBrB%2CiB5G3OJ%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ4G4O1C%3BAAjBpC%2CwBAAyB%2CiBAgBrB%2CiB5G3OJ%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ4G0O5C%3BAAhBpC%2CwBAAyB%2CiBAiBrB%2CiB5G5OJ%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ4G2O5C%3BEAC5B%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3B%3BAApBR%2CwBAAyB%2CiBAuBrB%2CiBAAiB%2CQAAO%2CQAAQ%3BAAvBpC%2CwBAAyB%2CiBAuBrB%2CiB5GlPJ%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ4GkP1C%3BAAvBpC%2CwBAAyB%2CiBAuBrB%2CiB5GjPJ%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ4GiP5C%3BAAvBpC%2CwBAAyB%2CiBAuBrB%2CiB5GjPJ%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ4GkP1C%3BAAvBpC%2CwBAAyB%2CiBAuBrB%2CiB5GlPJ%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ4GiP5C%3BEAC5B%2CmBAAA%3BEACA%2CyBAAA%3B%3BAAIR%2CwBAAwB%2COAAQ%3BEAC5B%2CSAAA%3B%3BAAGJ%2CSAAS%3BEACL%2CcAAA%3B%3BAAEA%2CSAHK%2CQAGD%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAKR%2CiBAAkB%3BEACd%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CQAAS%2CQAAO%2CKAAM%3BEAEd%2CgBAAA%3B%3BAAFR%2CQAAS%2CQAAO%2CKAAM%2CqBAKlB%2CaAAa%2CMAAK%2CMAAS%2CQAAQ%2CKAAE%2CUAAU%2CMAAS%3BEACpD%2CgBAAA%3B%3BAAIR%2CUAAW%2COAAM%3BEAET%2CmBAAA%3B%3BAAFR%2CUAAW%2COAAM%2CoBAKb%3BEACI%2CgCAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3B%3BAAIR%2CUAAW%2COAAM%3BEACb%2CmBAAA%3B%3BAAGJ%2CUAAW%2COAAM%3BEAET%2CmBAAA%3B%3BAAGJ%2CUALO%2COAAM%2CyBAKZ%2CUAAU%2CGAAI%3BEACX%2CaAAA%3B%3BAAKR%3BEACI%2C8BAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAALJ%2CaAOI%3BEACI%2CaAAA%3B%3BAARR%2CaAWI%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CgBAAX%3B%3BAAKR%2CsBAAuB%3BEACnB%2CaAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2C2BAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEAEQ%2CcAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CwBAAyB%3BEACrB%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CYAAY%2CiBAAkB%2CyBAAyB%3BEACnD%2CeAAA%3B%3BAAdR%2CsBAiBI%3BAAjBJ%2CsBAkBI%3BEACI%2CgBAAA%3B%3BAC3iBR%2C2BAA2B%2CiBAAiB%3BEAEpC%2CuBAAA%3B%3BAAFR%2C2BAA2B%2CiBAAiB%2CoBAKxC%3BEACI%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAARR%2C2BAA2B%2CiBAAiB%2CoBAWxC%3BEACI%2CaAAA%3BEACA%2CmBAAA%3B%3BAAbR%2C2BAA2B%2CiBAAiB%2CoBAgBxC%3BEACI%2CWAAA%3B%3BAAGJ%2C2BApBuB%2CiBAAiB%2CoBAoBvC%2CkBAAmB%3BEAChB%2CUAAA%3B%3BAAGJ%2C2BAxBuB%2CiBAAiB%2CoBAwBvC%2CiBAAkB%3BEACf%2CWAAA%3BEACA%2CWAAA%3B%3BAA1BR%2C2BAA2B%2CiBAAiB%2CoBA6BxC%3BEACI%2CSAAA%3BEACA%2C2BAAA%3BEACA%2C0BAAA%3B%3BAAhCR%2C2BAA2B%2CiBAAiB%2CoBAmCxC%3BEACI%2CQAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2C2BA1CuB%2CiBAAiB%2CoBA0CvC%2CkBAAmB%3BEAChB%2CUAAA%3B%3BAAGJ%2C2BA9CuB%2CiBAAiB%2CoBA8CvC%2CiBAAkB%3BEACf%2CUAAA%3BEACA%2CWAAA%3B%3BACvDR%2CqBAAsB%2CiBAClB%3BEACI%2CaAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CqBAPkB%2CiBAOjB%2CQAAS%3BEACN%2CeAAA%3B%3BACZZ%3BACseI%2C0BAA2B%3BAAoB3B%2C0BAA2B%2C6BAUvB%3BAAyFJ%2C0BAA2B%2CyBAAyB%2C4BAKhD%2CoBAAsB%3BEDjmB1B%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3BEACA%2C8BAAA%3B%3BAAGJ%3BAC0ZI%2C0BAA2B%2C6BAWvB%3BAAXJ%2C0BAA2B%2C6BAYvB%3BAAyDJ%2C0BAA2B%2CwBAGvB%3BAAiBJ%2C0BAA2B%2C6BAcvB%3BAAqFJ%2C0BAA2B%2CyBAAyB%2C4BAkBhD%3BEDtmBA%2CcAAA%3BEACA%2C8BAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2C4BAAC%2CIAAI%3BAC6YL%2C0BAA2B%2C6BAWvB%2CyBDxZH%2CIAAI%3BAC6YL%2C0BAA2B%2C6BAYvB%2C0BDzZH%2CIAAI%3BACkdL%2C0BAA2B%2CwBAGvB%2CuBDrdH%2CIAAI%3BACseL%2C0BAA2B%2C6BAcvB%2CmBDpfH%2CIAAI%3BACykBL%2C0BAA2B%2CyBAAyB%2C4BAkBhD%2CgBD3lBH%2CIAAI%3BEACD%2CmBAAA%3B%3BAAGJ%2C4BAAC%3BACyYD%2C0BAA2B%2C6BAWvB%2CyBDpZH%3BACyYD%2C0BAA2B%2C6BAYvB%2C0BDrZH%3BAC8cD%2C0BAA2B%2CwBAGvB%2CuBDjdH%3BACkeD%2C0BAA2B%2C6BAcvB%2CmBDhfH%3BACqkBD%2C0BAA2B%2CyBAAyB%2C4BAkBhD%2CgBDvlBH%3BEACG%2C4CAAA%3B%3BAAGJ%2C4BAAC%3BACqYD%2C0BAA2B%2C6BAWvB%2CyBDhZH%3BACqYD%2C0BAA2B%2C6BAYvB%2C0BDjZH%3BAC0cD%2C0BAA2B%2CwBAGvB%2CuBD7cH%3BAC0cD%2C0BAA2B%2CwBAUvB%2CuBAAsB%3BAAU1B%2C0BAA2B%2C6BAcvB%2CmBD5eH%3BAC8dD%2C0BAA2B%2C6BAoBvB%2CmBAAkB%3BAA%2BEtB%2C0BAA2B%2CyBAAyB%2C4BAkBhD%2CgBDnlBH%3BACikBD%2C0BAA2B%2CyBAAyB%2C4BA6BhD%2CgBAAe%3BED7lBf%2CqBAAA%3B%3BAAcP%2CgBAVsC%3BEACnC%3BEC%2BXA%2C0BAA2B%2C6BAWvB%3BEAXJ%2C0BAA2B%2C6BAYvB%3BEAyDJ%2C0BAA2B%2CwBAGvB%3BEAiBJ%2C0BAA2B%2C6BAcvB%3BEAqFJ%2C0BAA2B%2CyBAAyB%2C4BAkBhD%3BID3kBI%2CUAAA%3B%3BEAGJ%2C4BAAC%2CeAAe%3BEC0XpB%2C0BAA2B%2C6BAWvB%2CyBDrYC%2CeAAe%3BEC0XpB%2C0BAA2B%2C6BAYvB%2C0BDtYC%2CeAAe%3BEC%2BbpB%2C0BAA2B%2CwBAGvB%2CuBDlcC%2CeAAe%3BECmdpB%2C0BAA2B%2C6BAcvB%2CmBDjeC%2CeAAe%3BECsjBpB%2C0BAA2B%2CyBAAyB%2C4BAkBhD%2CgBDxkBC%2CeAAe%3BIACZ%2CgBAAA%3B%3B%3BACTR%2CYAAY%3BEAEJ%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CYAPQ%2CQAOP%3BEACG%2CYAAA%3BEACA%2CgBAAA%3B%3BAATR%2CYAAY%2CQAYR%3BEACI%2CUAAA%3B%3BAAbR%2CYAAY%2CQAgBR%3BEACI%2CeAAA%3B%3BAAjBR%2CYAAY%2CQAoBR%2CwBAAwB%3BEACpB%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CYA5BI%2CQAoBR%2CwBAAwB%2CoBAQnB%3BEACG%2CmBAAA%3B%3BAA7BZ%2CYAAY%2CQAiCR%3BEACI%2CoBAAA%3B%3BAAlCR%2CYAAY%2CQAqCR%3BEACI%2C2BAAA%3B%3BAAtCR%2CYAAY%2CQAyCR%2CyBAAyB%3BEACrB%2CeAAA%3BEACA%2CUAAA%3B%3BAA3CR%2CYAAY%2CQA8CR%2C2BACI%2CSAAS%2CQAAO%3BAA%5C%2FCxB%2CYAAY%2CQA8CR%2C2BAEI%2CQAAO%2CSAAS%3BEACZ%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CYArDA%2CQA8CR%2C2BACI%2CSAAS%2CQAAO%2CSAMX%3BAAAD%2CYArDA%2CQA8CR%2C2BAEI%2CQAAO%2CSAAS%2COAKX%3BAACD%2CYAtDA%2CQA8CR%2C2BACI%2CSAAS%2CQAAO%2CSAOX%3BAAAD%2CYAtDA%2CQA8CR%2C2BAEI%2CQAAO%2CSAAS%2COAMX%3BEACG%2CmBAAA%3B%3BEAEA%2CYAAA%3B%3BAAGJ%2CYA5DA%2CQA8CR%2C2BACI%2CSAAS%2CQAAO%2CSAaX%3BAAAD%2CYA5DA%2CQA8CR%2C2BAEI%2CQAAO%2CSAAS%2COAYX%3BEACG%2CmBAAA%3B%3BAAMhB%2CYAAY%2CQAAQ%2CiBAEhB%2CsBAAsB%2CoBAClB%3BAAFR%2CYAAY%2CQAAQ%2CiBAChB%2CsBAAsB%2CoBAClB%3BEACI%2CcAAA%3BEACA%2CiBAAA%3B%3BAAKZ%2C0BAA0B%3BEAElB%2CWAAA%3BEACA%2CcAAA%3B%3BAAHR%2C0BAA0B%2CQAMtB%2CkBAAiB%2CIAAI%3BEACjB%2CgBAAA%3B%3BAAKR%3BEAEQ%2CeAAA%3B%3BAAGJ%2C0BAAI%3BEACA%2CgBAAA%3B%3BAANR%2C0BASI%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3B%3BAAhBR%2C0BAmBI%2CkBAAoB%3BEAEZ%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2C0BAZJ%2CkBAAoB%2CmBAYf%3BAACD%2C0BAbJ%2CkBAAoB%2CmBAaf%2CMAAM%3BEACH%2CqBAAA%3B%3BAAjCZ%2C0BAqCI%2CkBAAoB%2CmBAAgB%3BEAE5B%2CgCAAA%3BEACA%2C%2BBAAA%3BEACA%2CsBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CsBAAsB%2CaAAjC%3BEACA%2CyBAAA%3BEACA%2CUAAA%3B%3BAAlDZ%2C0BAsDI%2CkBAAoB%2CmBAAgB%3BEAChC%2CWAAW%2CcAAX%3B%3BAAvDR%2C0BA0DI%2C4BAA8B%2CsBAAsB%3BEAChD%2CeAAA%3B%3BAA3DR%2C0BA8DI%2CUAAS%3BEACL%2CgBAAA%3B%3BAA%5C%2FDR%2C0BAkEI%2CUAAY%3BAAlEhB%2C0BAmEI%2CUAAY%3BEACR%2CaAAA%3B%3BAApER%2C0BAuEI%2CUAAY%2CSAAS%3BAAvEzB%2C0BAwEI%2CUAAY%2CUAAU%2CSAAS%3BEAC3B%2CmBAAA%3B%3BAAzER%2C0BA4EI%3BEACI%2CSAAA%3BEACA%2CUAAA%3B%3BAA9ER%2C0BAiFI%2CyBAAyB%3BAAjF7B%2C0BAkFI%2CyBAAyB%3BEACrB%2CkBAAA%3B%3BAAnFR%2C0BAsFI%2CyBAAyB%3BEACrB%2CgBAAA%3B%3BAAvFR%2C0BA0FI%2CyBAAyB%3BEACrB%2CkBAAA%3BEACA%2CgBAAA%3B%3BAA5FR%2C0BA%2BFI%3BEACI%2CcAAA%3B%3BAAKA%2C0BAFJ%2CmBAEK%2CIAAI%3B%3B%3B%3BAAAL%2C0BADJ%2COACK%2CIAAI%3B%3B%3B%3BEAID%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2C0BAbJ%2CmBAaK%2CIAAI%2C6BAA6B%3BAAAlC%2C0BAZJ%2COAYK%2CIAAI%2C6BAA6B%3BEAC9B%2CYAAA%3B%3BAAjHZ%2C0BAqHI%2CmBAAkB%3BEACd%2CgBAAA%3BEACA%2CyBAAA%3B%3BAAEA%2C0BAJJ%2CmBAAkB%2CaAIb%3BEACG%2CmBAAA%3B%3BAA1HZ%2C0BA8HI%2CwBAA0B%2CmBAAmB%2CWAAS%2CQAAO%3BAA9HjE%2C0BA8HI%2CwBAA0B%2CmBAAmB%2CWhHpCjD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAgH1F9E%2C0BA8HI%2CwBAA0B%2CmBAAmB%2CWhHnCjD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAgH3FhF%2C0BA8HI%2CwBAA0B%2CmBAAmB%2CWhHnCjD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAgH1F9E%2C0BA8HI%2CwBAA0B%2CmBAAmB%2CWhHpCjD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BEgHoCxE%2CWAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAlIR%2C0BAqII%3BEACI%2CgBAAA%3B%3BAAtIR%2C0BA0II%2CeAAe%2CiBAAiB%3BEAC5B%2CgBAAA%3B%3BAA3IR%2C0BA8II%2CMAAK%2CeAAe%3BEAChB%2CgCAAA%3B%3BAA%5C%2FIR%2C0BAkJI%2CMAAK%3BAAlJT%2C0BAmJI%2CMAAK%3BAAnJT%2C0BAoJI%2CMAAK%3BAApJT%2C0BAqJI%2CMAAK%3BAArJT%2C0BAsJI%2CMAAK%3BAAtJT%2C0BAuJI%2CMAAK%3BAAvJT%2C0BAwJI%2CMAAK%3BAAxJT%2C0BAyJI%2CMAAK%3BAAzJT%2C0BA0JI%3BEACI%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3B%3BAA9JR%2C0BAiKI%2CqBAAqB%3BEACjB%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAArKR%2C0BAwKI%2CqBAAqB%2CoBAAoB%3BEACrC%2CaAAA%3B%3BAAzKR%2C0BA6KI%2CqBAAqB%3BAA7KzB%2C0BA8KI%2CQAAO%2CSAAS%3BEACZ%2CYAAA%3B%3BAAKR%2C0BACI%2CMAAK%3BAADT%2C0BAEI%2CMAAK%3BEtIrRT%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEsIiRQ%2CWAAA%3BEACA%2CUAAA%3B%3BAANR%2C0BASI%2CMAAK%2CiBAAoB%3BAAT7B%2C0BAUI%2CMAAK%2CcAAiB%3BEAClB%2CeAAA%3BEACA%2CaAAA%3B%3BAAZR%2C0BAeI%2CMAAK%2CiBAAoB%2CQAAM%2CKAAI%3BAAfvC%2C0BAgBI%2CMAAK%2CcAAiB%2CQAAM%2CKAAI%3BEAC5B%2CUAAA%3B%3BAAjBR%2C0BAoBI%2CMAAK%2CiBAAoB%2CQAAK%3BAApBlC%2C0BAqBI%2CMAAK%2CcAAiB%2CQAAK%3BEACvB%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAhCR%2C0BAmCI%2CMAAK%2CiBAAoB%2CQAAK%2CMAAM%3BAAnCxC%2C0BAoCI%2CMAAK%2CcAAiB%2CQAAK%2CMAAM%3BAApCrC%2C0BAqCI%2CMAAK%2CiBAAiB%2CQAAW%2CQAAK%3BAArC1C%2C0BAsCI%2CMAAK%2CcAAc%2CQAAW%2CQAAK%3BAAtCvC%2C0BAuCI%2CMAAK%2CiBAAiB%2CMAAS%2CQAAK%3BAAvCxC%2C0BAwCI%2CMAAK%2CcAAc%2CMAAS%2CQAAK%3BEAC7B%2CqBAAA%3BEACA%2C6CAAA%3B%3BAA1CR%2C0BA6CI%2CMAAK%2CiBAAoB%2CQAAK%3BEAC1B%2CkBAAA%3B%3BAA9CR%2C0BAiDI%2CMAAK%2CiBAAiB%2CQAAW%2CQAAK%3BEAClC%2CwXAAA%3BEACA%2CmCAAA%3BEACA%2CeAAA%3B%3BAApDR%2C0BAuDI%2CMAAK%2CcAAiB%2CQAAK%3BEACvB%2CkBAAA%3BEACA%2CyBAAA%3B%3BAAzDR%2C0BA4DI%2CMAAK%2CcAAc%2CQAAW%2CQAAK%3BEAC%5C%2FB%2CiBAAA%3B%3BAAOJ%2C0BAFuB%2CuBAEtB%3BAAAD%2C0BADuB%2CYACtB%3BEACG%2CgCAAA%3BEACA%2CmBAAA%3B%3BAAJR%2C0BAA2B%2CuBAOvB%3BAANJ%2C0BAA2B%2CYAMvB%3BEACI%2CuBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAAVR%2C0BAA2B%2CuBAavB%2CkBAAkB%3BAAZtB%2C0BAA2B%2CYAYvB%2CkBAAkB%3BEACd%2CUAAA%3B%3BAAdR%2C0BAA2B%2CuBAiBvB%3BAAhBJ%2C0BAA2B%2CYAgBvB%3BEACI%2CsBAAA%3B%3BAAlBR%2C0BAA2B%2CuBAqBvB%2CkBAAkB%2CoBAAoB%3BAApB1C%2C0BAA2B%2CYAoBvB%2CkBAAkB%2CoBAAoB%3BEAClC%2CSAAA%3BEACA%2CWAAA%3B%3BAAvBR%2C0BAA2B%2CuBA0BvB%2CkBAAkB%3BAAzBtB%2C0BAA2B%2CYAyBvB%2CkBAAkB%3BEACd%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAhCR%2C0BAA2B%2CuBAmCvB%2CkBAAkB%3BAAlCtB%2C0BAA2B%2CYAkCvB%2CkBAAkB%3BEACd%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAtCR%2C0BAA2B%2CuBAyCvB%3BAAxCJ%2C0BAA2B%2CYAwCvB%3BEACI%2CqBAAA%3B%3BAA1CR%2C0BAA2B%2CuBA6CvB%3BAA5CJ%2C0BAA2B%2CYA4CvB%3BEACI%2CmBAAA%3B%3BAAKR%2C0BAA2B%2C6BACvB%3BEACI%2CgBAAA%3B%3BAAFR%2C0BAA2B%2C6BAKvB%3BAALJ%2C0BAA2B%2C6BAMvB%3BAANJ%2C0BAA2B%2C6BAOvB%3BEACI%2CmBAAA%3B%3BAARR%2C0BAA2B%2C6BAWvB%3BAAXJ%2C0BAA2B%2C6BAYvB%3BEACI%2CaAAA%3B%3BAAbR%2C0BAA2B%2C6BAkBvB%2CyBAAwB%3BAAlB5B%2C0BAA2B%2C6BAmBvB%2C0BAAyB%3BEACrB%2CaAAA%3B%3BAApBR%2C0BAA2B%2C6BAuBvB%3BEACI%2CgBAAA%3B%3BAAxBR%2C0BAA2B%2C6BA2BvB%2CmBAAkB%3BEAEV%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAAGJ%2C0BAnCmB%2C6BA2BvB%2CmBAAkB%2CQAQb%3BEACG%2CmBAAA%3BEACA%2CWAAA%3B%3BAArCZ%2C0BAA2B%2C6BAyCvB%2CmBAAkB%3BAA2GtB%2C0BAA2B%2C0BAmBvB%2CmBAAkB%3BEA5HV%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAAGJ%2C0BAjDmB%2C6BAyCvB%2CmBAAkB%2CMAQb%3BAAmGT%2C0BAA2B%2C0BAmBvB%2CmBAAkB%2CMAtHb%3BEACG%2CcAAA%3B%3BAAGJ%2C0BArDmB%2C6BAyCvB%2CmBAAkB%2CMAYb%3BAA%2BFT%2C0BAA2B%2C0BAmBvB%2CmBAAkB%2CMAlHb%3BEACG%2C4bAAA%3BEACA%2CwBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAGJ%2C0BA9DmB%2C6BAyCvB%2CmBAAkB%2CMAqBb%2CMAAM%3BAAsFf%2C0BAA2B%2C0BAmBvB%2CmBAAkB%2CMAzGb%2CMAAM%3BEACH%2C4bAAA%3BEACA%2CwBAAA%3B%3BAAKZ%2C0BAA2B%2CwBAGvB%3BEACI%2CiBAAA%3BEACA%2CaAAA%3B%3BAALR%2C0BAA2B%2CwBAcvB%2CuBAAsB%2CcAAe%2CmBAAkB%3BEACnD%2CkBAAA%3B%3BAAKR%2C0BAA2B%3BEAEnB%2CcAAA%3BEACA%2C6BAAA%3B%3BAAHR%2C0BAA2B%2C6BAMvB%3BEACI%2CaAAA%3B%3BAAPR%2C0BAA2B%2C6BAcvB%3BEACI%2CeAAA%3B%3BAAfR%2C0BAA2B%2C6BAwBvB%2CmBAAmB%3BEACf%2CYAAA%3B%3BAAzBR%2C0BAA2B%2C6BA4BvB%2CmBAAmB%2CaAAa%3BEAC5B%2CkBAAA%3B%3BAA7BR%2C0BAA2B%2C6BAgCvB%2CmBAAmB%2CaAAa%2CeAAc%3B%3B%3BAAhClD%2C0BAA2B%2C6BAgCvB%2CmBAAmB%2CaAAa%2CeAAc%2COAE1C%2CsBAAqB%3BAAlC7B%2C0BAA2B%2C6BAgCvB%2CmBAAmB%2CaAAa%2CeAAc%2COAG1C%3BEACI%2CcAAA%3B%3BAAMZ%2C0BAA2B%3BEAEnB%2CgBAAA%3B%3BAAFR%2C0BAA2B%2CuBAKvB%3BEACI%2CgCAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAARR%2C0BAA2B%2CuBAWvB%3BEACI%2CeAAA%3B%3BAAKR%2C0BAA2B%2C0BACvB%3BEACI%2CgBAAA%3B%3BAAFR%2C0BAA2B%2C0BAKvB%2CiBAAmB%3BEACf%2CWAAA%3BEACA%2CkBAAA%3B%3BAAPR%2C0BAA2B%2C0BAUvB%2CiBAAmB%2CWAAS%3BEACxB%2CaAAA%3B%3BAAXR%2C0BAA2B%2C0BAcvB%2CiBAAiB%3BEACb%2CgBAAA%3BEACA%2CcAAA%3B%3BAASR%2C0BAA2B%2C0BACvB%3BEACI%2CWAAA%3B%3BAAFR%2C0BAA2B%2C0BAKvB%2COAAM%3BEACF%2CcAAA%3B%3BAANR%2C0BAA2B%2C0BASvB%2COAAM%2CWAAY%3BEACd%2CWAAA%3B%3BAAKR%2C0BAA2B%2CyBAAyB%3BEAE5C%2CSAAA%3B%3B%3BAAFR%2C0BAA2B%2CyBAAyB%2C4BAShD%2CeAAiB%2CiBAAe%3BEAE5B%2CSAAA%3B%3BAAXR%2C0BAA2B%2CyBAAyB%2C4BAchD%2CeAAc%2CIAAI%3BEACd%2CmBAAA%3B%3BAAfR%2C0BAA2B%2CyBAAyB%2C4BAkBhD%3BEACI%2CUAAA%3BEACA%2CWAAA%3B%3BAApBR%2C0BAA2B%2CyBAAyB%2C4BAyBhD%2CgBAAe%2CIAAI%3BEACf%2CmBAAA%3B%3BAA1BR%2C0BAA2B%2CyBAAyB%2C4BAiChD%3BEACI%2CuBAAA%3BEACA%2CUAAA%3B%3BAAnCR%2C0BAA2B%2CyBAAyB%2C4BAsChD%2CsBAAsB%3BEAClB%2CuBAAA%3BEACA%2CaAAA%3B%3BAAxCR%2C0BAA2B%2CyBAAyB%2C4BA2ChD%2CsBAAsB%2COAAS%2CIAAC%2CIAAI%2CaAAa%2CIAAI%3BEACjD%2CiBAAA%3B%3BAA5CR%2C0BAA2B%2CyBAAyB%2C4BAgDhD%2CsBAAsB%2COAAO%3BEACzB%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAlDR%2C0BAA2B%2CyBAAyB%2C4BAqDhD%2CgBAAgB%3BEACZ%2CaAAA%3B%3BAAtDR%2C0BAA2B%2CyBAAyB%2C4BAyDhD%2CgBAAe%2CQAAS%3BEACpB%2CcAAA%3BEACA%2CsBAAA%3B%3BAA3DR%2C0BAA2B%2CyBAAyB%2C4BA8DhD%2CgBAAe%2CQAAS%2CwBAA0B%3BEAC9C%2CSAAA%3B%3BAA%5C%2FDR%2C0BAA2B%2CyBAAyB%2C4BAkEhD%2CgBAAe%2CQAAS%2CwBAA0B%2CIAAI%3BEAClD%2CgBAAA%3B%3BAAnER%2C0BAA2B%2CyBAAyB%2C4BAwEhD%2CgBAAe%2CQAAS%2CwBAAwB%3BEAC5C%2CqBAAA%3BEACA%2CsBAAA%3B%3BAA1ER%2C0BAA2B%2CyBAAyB%2C4BA6EhD%2CwBAAwB%2CiBAAmB%3BEACvC%2CWAAA%3BEACA%2CeAAA%3B%3BAAKR%2C0BAA2B%3BEAEnB%2CgBAAA%3B%3BAAFR%2C0BAA2B%2C8BAKvB%3BEACI%2CmBAAA%3BEACA%2CWAAA%3B%3BAAPR%2C0BAA2B%2C8BAUvB%2CkBAAoB%3BEAChB%2CgBAAA%3B%3BAAXR%2C0BAA2B%2C8BAcvB%2CoBAAsB%3BEAClB%2CaAAA%3B%3BAAfR%2C0BAA2B%2C8BAkBvB%3BEACI%2CgCAAA%3BEACA%2CmBAAA%3B%3BAApBR%2C0BAA2B%2C8BAuBvB%2CeAAiB%3BEACb%2CeAAA%3B%3BAAxBR%2C0BAA2B%2C8BA2BvB%2CcAAc%3BEAEN%2C4nBAAA%3BEACA%2CwBAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAGJ%2C0BA1CmB%2C8BA2BvB%2CcAAc%2CQAeT%3BEACG%2C4nBAAA%3BEACA%2CwBAAA%3B%3BAAGJ%2C0BA%5C%2FCmB%2C8BA2BvB%2CcAAc%2CQAoBT%3BEACG%2C%2BBAAA%3B%3BAAhDZ%2C0BAA2B%2C8BAoDvB%2CcAAc%2CQAAO%3BEACjB%2CWAAA%3BEACA%2CmBAAA%3B%3BAAtDR%2C0BAA2B%2C8BAyDvB%2CcAAc%3BEACV%2CoBAAA%3B%3BAA1DR%2C0BAA2B%2C8BA6DvB%2CgBAAgB%3BEACZ%2CyBAAA%3BEACA%2CSAAA%3B%3BAA%5C%2FDR%2C0BAA2B%2C8BAkEvB%2CgBAAgB%3BEACZ%2CmBAAA%3B%3BAAnER%2C0BAA2B%2C8BAsEvB%2CgBAAgB%3BEACZ%2CiBAAA%3B%3BAAvER%2C0BAA2B%2C8BA0EvB%2CsBAAsB%3BEAClB%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAA7ER%2C0BAA2B%2C8BA0EvB%2CsBAAsB%2CoBAKlB%3BEACI%2CgBAAA%3BEACA%2CQAAA%3BEACA%2CeAAA%3B%3BAAlFZ%2C0BAA2B%2C8BAsFvB%2CsBAAsB%3BEAClB%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2C8BAAA%3BEACA%2CqBAAA%3B%3BAA5FR%2C0BAA2B%2C8BA%2BFvB%2CsBAAsB%2CQAAO%3BEAErB%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2C0BAvGmB%2C8BA%2BFvB%2CsBAAsB%2CQAAO%2CSAQxB%3BEACG%2CmBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2C0BA5GmB%2C8BA%2BFvB%2CsBAAsB%2CQAAO%2CSAaxB%3BEACG%2C%2BBAAA%3B%3BAA7GZ%2C0BAA2B%2C8BAiHvB%2CsBAAsB%3BEAClB%2CmBAAA%3B%3BAAlHR%2C0BAA2B%2C8BAqHvB%3BEACI%2CSAAA%3B%3BAAtHR%2C0BAA2B%2C8BAyHvB%3BEACI%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAA7HR%2C0BAA2B%2C8BAgIvB%2CaAAa%3BEACT%2CkBAAA%3B%3BAAjIR%2C0BAA2B%2C8BAoIvB%2CaAAa%3BEACT%2CYAAA%3B%3BAArIR%2C0BAA2B%2C8BAwIvB%3BEACI%2CWAAA%3B%3BAAzIR%2C0BAA2B%2C8BA4IvB%2COAAM%3BEACF%2CUAAA%3B%3BAA7IR%2C0BAA2B%2C8BAgJvB%2COAAM%2CaAAa%2CIAAI%3BEACnB%2CmBAAA%3B%3BAAjJR%2C0BAA2B%2C8BAoJvB%3BEACI%2CYAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAvJR%2C0BAA2B%2C8BA0JvB%2CcAAc%2COAAO%3BAA1JzB%2C0BAA2B%2C8BA2JvB%2CcAAc%2COAAO%3BEACjB%2CgBAAA%3B%3BAA5JR%2C0BAA2B%2C8BA%2BJvB%2CcAAc%3BEACV%2CcAAA%3BEACA%2CmBAAA%3B%3BAAKR%2C0BAA2B%3BEAEnB%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BAANR%2C0BAA2B%2C%2BBASrB%3BEACE%2CeAAA%3B%3BAAVR%2C0BAA2B%2C%2BBAavB%3BAAbJ%2C0BAA2B%2C%2BBAcvB%3BEACI%2CcAAA%3B%3BAAfR%2C0BAA2B%2C%2BBAkBvB%2CuBAAyB%3BEACrB%2CkBAAA%3B%3BAAnBR%2C0BAA2B%2C%2BBAsBvB%2CoBAAoB%3BEAChB%2CgBAAA%3B%3BAAKR%2C0BAA2B%3BEAEnB%2CeAAA%3B%3BAAFR%2C0BAA2B%2CwBAKvB%3BAALJ%2C0BAA2B%2CwBAMvB%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAARR%2C0BAA2B%2CwBAWvB%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAAbR%2C0BAA2B%2CwBAgBvB%2CeAAe%3BEACX%2CaAAA%3B%3BAAKR%2C0BAA2B%3BEAEnB%2CcAAA%3BEACA%2CgBAAA%3B%3BAAHR%2C0BAA2B%2CuBAMvB%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAOA%2C0BAFkB%2CiBACtB%2CmBACK%2CIAAI%3BEACD%2CgBAAA%3B%3BAhH94BhB%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAQA%3BEACI%2CgBAAA%3B%3BAADJ%2CyBAGI%2CiBAAiB%3BEACb%2CgBAAA%3B%3BAAIR%2CMAAM%2CSACF%3BEACI%2CqBAAA%3BEACA%2C6BAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3B%3BAAEA%2CMATF%2CSACF%2CsBAQK%3BEACG%2CcAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CaAAa%2CYAAb%3BEACA%2CYAAA%3B%3BAAbZ%2CMAAM%2CSACF%2CsBAgBI%3BEACI%2CgBAAA%3BEACA%2CaAAA%3B%3BAAnBZ%2CMAAM%2CSAuBF%3BEACI%2CcAAA%3B%3BAAIR%2CMAAM%2CSAAS%2COAAQ%2CsBAAqB%3BEACxC%2CSAAS%2COAAT%3B%3BAAGJ%2CMAAM%2CSAAS%2CIAAI%2CSAAU%3BEACzB%2CmBAAA%3B%3BAAGJ%3BEArDA%2CqBAAA%3BEACA%2CsBAAA%3BEAwDQ%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CyBAAC%2CIAAI%3BEACD%2CmBAAA%3B%3BAAbR%2CyBAgBI%3BEtBiNJ%2CqBAAA%3BE2C9QA%2CqBAAA%3BErB%2BDQ%2CcAAA%3BEACA%2CiBAAA%3B%3BAqB1DR%2CyBrBuDI%2CkBqBvDH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS4C1OU%2CO5C0OV%3BEAAA%2Ca6CvRe%2CY7CuRf%3BEAAA%2CSAAA%3BEAAA%2CsBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BArB1SA%2CyBAsBI%3BEACI%2CWAAA%3B%3BAAIR%2CyBAAyB%2CQAAQ%3BAACjC%2CyBAAyB%2CQAAQ%3BEAEzB%2CaAAA%3BEACA%2CiBAAA%3B%3BAAJR%2CyBAAyB%2CQAAQ%2CQAO7B%3BAANJ%2CyBAAyB%2CQAAQ%2CQAM7B%3BEACI%2CaAAA%3B%3BAARR%2CyBAAyB%2CQAAQ%2CQAW3B%2CIAAC%2CYAAY%3BAAVnB%2CyBAAyB%2CQAAQ%2CQAU3B%2CIAAC%2CYAAY%3BEACX%2CSAAS%2CEAAT%3B%3BAAIR%2CYAAa%2CGAAE%2CgBAAiB%3BAAChC%2COAAO%2CSAAU%3BEtBqLjB%2CqBAAA%3BE2ChOA%2CqBAAA%3B%3BAAMA%2CYrBoCa%2CGAAE%2CgBAAiB%2COqBpC%5C%2FB%3BAAAD%2COrBqCO%2CSAAU%2COqBrChB%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS4C9NQ%2CO5C8NR%3BEAAA%2Ca6CvRe%2CY7CuRf%3BEAAA%2CkBAAA%3BEAAA%2CsBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BArB1PA%2CYAAa%2CGAAE%2CgBAAiB%2COAAM%3BAACtC%2COAAO%2CSAAU%2COAAM%3BEtBgLvB%2CqBAAA%3BE2ChOA%2CqBAAA%3B%3BAAMA%2CYrByCa%2CGAAE%2CgBAAiB%2COAAM%2CQqBzCrC%3BAAAD%2COrB0CO%2CSAAU%2COAAM%2CQqB1CtB%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS4C%5C%2FNM%2CO5C%2BNN%3BEAAA%2Ca6CvRe%2CY7CuRf%3BEAAA%2CkBAAA%3BEAAA%2CsBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BArBrPA%2COAAO%3BEAEC%2CeAAA%3B%3BAAFR%2COAAO%2CSAKH%3BEA%5C%2FGJ%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAyGA%2COAAO%2CSASH%2CUAAS%3BEACL%2CaAAA%3B%3BAAVR%2COAAO%2CSAaH%3BEACI%2CgBAAA%3B%3BAAIR%2CYACI%3BEA7HJ%2CqBAAA%3BEACA%2CsBAAA%3B%3BAA2HA%2CYAKI%3BEACI%2CgBAAA%3B%3BAANR%2CYASI%2CUAAS%3BEACL%2CaAAA%3B%3BAAVR%2CYAaI%2CGAAE%2CgBAAiB%3BEAzIvB%2CqBAAA%3BEACA%2CsBAAA%3B%3BAA6IA%2CcAAe%2CGAAE%3BEACb%2CeAAA%3B%3BAAGJ%2CYAAa%3BEAEL%2CaAAA%3B%3BAAFR%2CYAAa%2CyBAKT%3BEACI%2CkBAAA%3B%3BAAKR%2CaAAc%2COAIV%2C0BAA0B%2CiBAAmB%3BAAHjD%2CqBAGI%2C0BAA0B%2CiBAAmB%3BAAFjD%2CsBAEI%2C0BAA0B%2CiBAAmB%3BAADjD%2CwBACI%2C0BAA0B%2CiBAAmB%3BEACzC%2CkBAAA%3BEACA%2CWAAA%3B%3BAAIR%2CqBAAsB%3BAACtB%2CsBAAuB%3BAACvB%2CwBAAyB%3BEAEjB%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3B%3BAANR%2CqBAAsB%2C0BASlB%2C0BAAyB%2CIAAI%3BAARjC%2CsBAAuB%2C0BAQnB%2C0BAAyB%2CIAAI%3BAAPjC%2CwBAAyB%2C0BAOrB%2C0BAAyB%2CIAAI%3BEACzB%2CmBAAA%3B%3BAAVR%2CqBAAsB%2C0BAalB%3BAAZJ%2CsBAAuB%2C0BAYnB%3BAAXJ%2CwBAAyB%2C0BAWrB%3BEACI%2CSAAA%3B%3BAAdR%2CqBAAsB%2C0BAiBlB%3BAAhBJ%2CsBAAuB%2C0BAgBnB%3BAAfJ%2CwBAAyB%2C0BAerB%3BEACI%2CSAAA%3BEACA%2CWAAA%3B%3BAAnBR%2CqBAAsB%2C0BAsBlB%2CiBAAmB%3BAArBvB%2CsBAAuB%2C0BAqBnB%2CiBAAmB%3BAApBvB%2CwBAAyB%2C0BAoBrB%2CiBAAmB%3BEACf%2CgBAAA%3B%3BAAKR%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAAC9E%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAAAhF%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAAA9E%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BEAG5E%2CkBAAA%3BEACA%2CgBAAA%3B%3BAiHvMJ%3BEAEQ%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAJR%2CqCAOI%3BEACI%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CQAAQ%2C4BAAR%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAIR%2CqCAAsC%2CiCAAiC%3BE5FXvE%2CqBAAA%3BE4FcQ%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CgCAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3B%3BA5FfR%2CqC4FKsC%2CiCAAiC%2CG5FLtE%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS4CtPY%2CO5CsPZ%3BEAAA%2Ca6CvRe%2CY7CuRf%3BEAAA%2CsBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CqC4FRkC%2CiCAAiC%2CG5FOtE%2CMACI%3BE3C2PL%2CcAAA%3B%3BAuItPI%2CqCAbkC%2CiCAAiC%2CGAalE%3BEACG%2CcAAA%3B%3BAAGJ%2CqCAjBkC%2CiCAAiC%2CGAiBlE%2CQAAQ%3BEACL%2CcAAA%3B%3BAAGJ%2CqCArBkC%2CiCAAiC%2CGAqBlE%3BEACG%2CmBAAA%3B%3BAAGJ%2CqCAzBkC%2CiCAAiC%2CGAyBlE%3BAACD%2CqCA1BkC%2CiCAAiC%2CGA0BlE%3BEACG%2CmBAAA%3B%3BAAGJ%2CqCA9BkC%2CiCAAiC%2CGA8BlE%3BAACD%2CqCA%5C%2FBkC%2CiCAAiC%2CGA%2BBlE%3BEACG%2C2BAAA%3B%3BAClDR%2CaAAc%3BEACV%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CgCAAA%3B%3BAAGJ%3BEAEQ%2CcAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CgBAAC%3BEACG%2CYAAA%3B%3BAAGJ%2CgBAAC%3BEACG%2CYAAA%3B%3BAAIR%2CcAEI%3BAAFJ%2CcAGI%3BEACI%2CYAAA%3BEACA%2CWAAA%3B%3BAALR%2CcAQI%2CYAAW%3BAARf%2CcASI%2CYAAW%3BEACP%2C%2BBAAA%3B%3BAAVR%2CcAaI%3BEACI%2CWAAA%3B%3BAAdR%2CcAiBI%3BEACI%2CYAAA%3B%3BAAlBR%2CcAqBI%3BEACI%2CqBAAA%3B%3BAAIA%2CcADJ%2CYAAY%3BAAER%2CcAFJ%2CYAAY%2COAEP%3BEACG%2CkCAAA%3BEACA%2CuBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3B%3BAAjCZ%2CcAqCI%3BEACI%2CmBAAA%3B%3BAAGJ%2CcAAC%2CaAAc%2CaAAY%3BAAC3B%2CcAAC%2CaAAc%2CaAAY%3BEACvB%2C4YAAA%3B%3BAAIR%3BEAEQ%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAANR%2CkBASM%3BEACE%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAIR%2CqBAAsB%2CmBAAkB%3BEACpC%2Cy%2BDAAA%3BEACA%2CwBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEAEQ%2CgBAAA%3BEACA%2CYAAA%3B%3BAAHR%2CmBAMI%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3B%3BAATR%2CmBAYI%3BEACI%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3B%3BAAfR%2CmBAkBI%2CkBAAkB%3BEACd%2CeAAA%3BEACA%2C6BAAA%3B%3BAApBR%2CmBAuBI%2CiBAAiB%3BEACb%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAA1BR%2CmBA6BI%2CwBAA0B%3BEACtB%2CWAAA%3B%3BAAIR%3BExIxHA%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAwIqHA%3BEAEQ%2CaAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CWAAA%3B%3BAAGJ%2CgBAAC%3BEACG%2CqBAAA%3B%3BAAGJ%2CgBAAC%3BEACG%2CoCAAA%3BEACA%2CsBAAA%3BEACA%2C%2BCAAA%3BEACA%2CkBAAA%3BEACA%2CSAAS%2CGAAT%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAKJ%2CyBAAC%3BEACG%2CgBAAgB%2CUAAhB%3BEACA%2CQAAQ%2CUAAR%3BEACA%2CYAAA%3BEACA%2CoBAAA%3B%3BAAIR%3BEACI%3BIACI%2CWAAW%2CYAAX%3B%3BEAEJ%3BIACI%2CWAAW%2CcAAX%3B%3B%3BAAcZ%2CwBAT0C%3BEACtC%2CmBAAoB%2CoBACd%2CIAAC%3BEADP%2CmBAAoB%2CoBAEd%2CIAAC%3BIACC%2CUAAA%3B%3B%3BAC1LR%3BEAEQ%2CoCAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2C%2BBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CgBAAC%3BEACG%2CUAAA%3BEACA%2CMAAA%3B%3BAAGJ%2CgBAAC%3BEACG%2CaAAA%3B%3BAAIR%3BEAEQ%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAZR%2CsBAeI%3BEACI%2CcAAA%3B%3BAAhBR%2CsBAmBI%3BAAnBJ%2CsBAoBI%3BAApBJ%2CsBAqBI%3BEACI%2CkBAAA%3B%3BAAtBR%2CsBAyBI%2CqBAAqB%3BEACjB%2CiBAAA%3B%3BAA1BR%2CsBA6BI%3BEACI%2CaAAA%3B%3BAA9BR%2CsBA6BI%2CsBAGI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAlCZ%2CsBA6BI%2CsBAQI%3BEACI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAzCZ%2CsBA6CI%3BEAEQ%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CsBAVJ%2CcAUK%3BEACG%2CgBAAA%3B%3BAAxDZ%2CsBA4DI%2CcAAc%2CUAAU%3BEACpB%2CmBAAA%3B%3BAA7DR%2CsBAgEI%2CcAAc%2CUAAU%2COAAO%3BEAC3B%2CkBAAA%3B%3BAAjER%2CsBAoEI%3BEACI%2CmBAAA%3B%3BAArER%2CsBAwEI%3BEAEQ%2C6RAAA%3BEACA%2CwBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CsBAnBJ%2CeAmBK%3BEACG%2CUAAA%3BEACA%2C6BAAA%3B%3BAAGJ%2CsBAxBJ%2CeAwBK%3BEACG%2C%2BBAAA%3B%3BAAjGZ%2CsBAqGI%3BEACI%2CYAAA%3BEACA%2CgBAAA%3B%3BAAvGR%2CsBA0GI%2CcAAa%3BEACT%2CmBAAA%3B%3BAA3GR%2CsBA8GI%2CcAAa%2CUAAW%3BEACpB%2CiBAAA%3B%3BAA%5C%2FGR%2CsBAkHI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAApHR%2CsBAuHI%3BEACI%2CSAAA%3B%3BAAxHR%2CsBA2HI%3BEACI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CsBALJ%2CYAKK%3BEACG%2C%2BBAAA%3B%3BAAjIZ%2CsBAqII%2CcAAa%3BEACT%2CmBAAA%3B%3BAAGJ%2CsBAAC%2CsBACG%3BEACI%2CiBAAA%3B%3BAAFR%2CsBAAC%2CsBAKG%2CoBAAoB%3BEAChB%2CiBAAA%3B%3BAAgBhB%2CwBAV2C%2CwBAAuB%3BEAC9D%2CgBAAiB%3BIACb%2CYAAA%3B%3BEAGJ%3BIACI%2CkBAAA%3B%3B%3BAAeR%2CwBAX0C%3BEACtC%2CgBAAiB%3BIACb%2CcAAA%3BIACA%2CYAAA%3B%3BEAGJ%3BIACI%2CkBAAA%3B%3B%3BAAoBR%2CwBAhB0C%3BEACtC%2CgBAAiB%3BIACb%2CwBAAA%3B%3BEAIJ%2CgBAAiB%3BEACjB%2CgBAAiB%3BIACb%2CwBAAA%3B%3BEAGJ%3BIACI%2CaAAA%3B%3B%3BACxNJ%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3B%3BAALJ%2CaAOI%3BEACI%2CaAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BAAVR%2CaAOI%2CmBAKI%3BEACI%2CqBAAA%3B%3BAAbZ%2CaAOI%2CmBASI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3B%3BAC3BhB%3BEACI%2CeAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CoCAAA%3BEACA%2CaAAA%3BEACA%2CaAAA%3B%3B%3BAAGJ%2CiBAAkB%3BEACd%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CoCAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkCAAA%3B%3BAAGJ%3BEACI%3BIAAK%2CWAAW%2CYAAX%3B%3BEACL%3BIAAO%2CWAAW%2CcAAX%3B%3B%3BAC1BX%3BEACI%2CmBAAA%3BEACA%2CoCAAA%3B%3BAAGJ%3BEACI%2CSAAA%3BEACA%2CUAAA%3BEACA%2CsBAAA%3B%3BAAIJ%2CcAAe%2CaAAa%2CSAAS%2CQAAO%3BEACxC%2C2BAAA%3B%3BAAGJ%2CcAAe%2CcAAc%2CKAAI%3BEAC7B%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAIJ%3BEACI%2CkBAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CWAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3B%3BEAEA%2CoDAAA%3BEACA%2C2BAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CuBAAwB%3BEACpB%2CYAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAY%2CQAAZ%3B%3BAAGJ%3BEACI%2C8BAAA%3BEACA%2CgCAAA%3BEACA%2CgCAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3B%3BAAGJ%3BEACI%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CQAAS%2CiBAAiB%3BEACtB%2CaAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEACI%2CuBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CqBAAsB%3BEAClB%2CgBAAA%3B%3BAAGJ%2CkBAAmB%3BEACf%2CgBAAA%3B%3BAAGJ%2CYAAa%3BEACT%2CUAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CYAAa%2CmBAAmB%3BEAC5B%2CcAAA%3B%3BAAGJ%2CYAAa%2CmBAAmB%3BEAC5B%2CcAAA%3B%3BAAGJ%2CYAAa%2CmBAAmB%3BEAC5B%2CaAAA%3B%3BAAGJ%2CYAAa%2CmBAAmB%2CiBAAiB%3BEAC7C%2CgBAAA%3B%3BAAGJ%2CYAAa%2CmBAAmB%2CiBAAiB%3BEAC7C%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CUAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CYAAY%3BEACR%2CQAAA%3B%3BAAGJ%2CYAAa%2CoBAAoB%3BEAC7B%2CgBAAA%3B%3BAAiBJ%2CQAdwB%3BEACpB%2CYAAa%2CoBAAoB%2CYAAY%3BIACzC%2CkBAAA%3B%3BEAGJ%2CYAAa%2CoBAAoB%2CeAAe%3BIAC5C%2CkBAAA%3B%3BEAGJ%2CYAAa%2CoBAAoB%2CaAAa%3BIAC1C%2CkBAAA%3B%3B%3BAAuBR%2CQAnByB%3BEACrB%3BIACI%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3B%3BEAGJ%3BIACI%2CeAAA%3B%3BEAGJ%3BIACI%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3B%3BAAgCR%2CQA3BwB%3BEACpB%3BIACI%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3B%3BEAGJ%3BIACI%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEAGJ%3BIACI%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAGJ%3BIACI%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3B%3BAAiDR%2CQA7CyB%3BEACrB%3BIACI%2CSAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3B%3BEAGJ%3BIACI%2CeAAA%3B%3BEAGJ%3BIACI%2CeAAA%3B%3BEAGJ%3BIACI%2CmBAAA%3B%3BEAGJ%3BIACI%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3B%3BEAGJ%3BIACI%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEAGJ%3BIACI%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAGJ%3BIACI%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3B%3BAAuCR%2CQAnCyB%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BEAkBrB%3BIACI%2CsBAAA%3BIACA%2CSAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3B%3BEAGJ%3BIACI%2CeAAA%3B%3BEAGJ%3BIACI%2CiBAAA%3B%3B%3BAAWR%2CQAN0B%3BEACtB%2CwBAAyB%2CQAAO%3BIAC5B%2CsBAAA%3B%3B%3BAAIR%2CgDAAiD%3BAACjD%2CgDAAiD%3BEAC7C%2CaAAA%3B%3BAAIJ%3BEACI%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEACI%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CSAAA%3BEACA%2CgCAAA%3B%3BAAGJ%2CYAAa%2CSAAS%2CQAAO%2CKAAM%2CYAAY%3BEAC3C%2CYAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CYAAa%2CSAAS%2CQAAO%2CKAAM%3BEAC%5C%2FB%2CuBAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CUAAW%3BEACP%2CkBAAA%3B%3BAAGJ%2CUAAW%2CUAAU%2COAAO%2CMAAK%2CUAAU%3BEACvC%2CeAAA%3BEACA%2C2BAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CUAAW%2CSAAQ%3BEACf%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CUAAW%2CSAAQ%2CgBAAiB%2CMAAK%3BEACrC%2CaAAA%3B%3BAAGJ%2CUAAW%2CSAAQ%2CgBAAiB%3BEAChC%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CUAAW%2CSAAQ%2CgBAAiB%2CMAAK%2CcAAc%2CQAAS%3BEAC5D%2CyBAAA%3B%3BAAGJ%2CUAAW%2CSAAQ%2CgBAAiB%3BEAChC%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CUAAW%3BEACP%2CcAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2C8BAA%2BB%2COAAK%3BEAChC%2CaAAA%3BEACA%2CeAAA%3B%3BAAGJ%2C8BAA%2BB%2COAAK%2CWAAS%3BEACzC%2CqBAAA%3B%3BAAGJ%2C8BAA%2BB%2COAAK%2CWAAS%2CSAAO%2CWAAS%3BAAC7D%2CGAAI%2CMAAI%3BAACR%3BAACA%3BEACI%2CmBAAA%3B%3BAAGJ%2CQAAQ%2CqBAAsB%2CoBAAoB%2CMAAK%3BEACnD%2CaAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CQAAS%2CSAAQ%3BEACb%2CaAAA%3BEACA%2CuBAAuB%2CcAAvB%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CQAAS%2CSAAQ%2CgBAAiB%2CQAAQ%3BEACtC%2CsBAAA%3B%3BAAGJ%2CQAAS%2CSAAQ%2CgBAAiB%2CQAAQ%3BEACtC%2CkBAAA%3B%3BAAGJ%2CQAAS%2CSAAQ%3BEACb%2CaAAA%3BEACA%2CuBAAuB%2CcAAvB%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CQAAS%2CSAAQ%2CqBAAsB%2CoBAAoB%2CQAAQ%3BEAC%5C%2FD%2CkBAAA%3B%3BAAGJ%2CUAAW%2CSAAQ%2CgBAAiB%2CMAAK%2CcAAc%2CQAAS%3BEAC5D%2CyBAAA%3B%3BAAGJ%2CQAAS%2CSAAQ%3BEACb%2CaAAA%3BEACA%2CuBAAuB%2CcAAvB%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CmBAAoB%3BEAChB%2CeAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CQAAS%2CSAAQ%2CWAAW%2CcAAc%3BEACtC%2CwBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CuBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CQAAS%2CSAAQ%2CWAAW%2CcAAc%2CqBAAsB%3BEAC5D%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CUAAW%2CIAAG%3BEACV%2CeAAA%3B%3BAAGJ%2CUAAW%2CEAAC%3BEACR%2CUAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CUAAW%2CIAAG%3BEACV%2CeAAA%3B%3BAAGJ%2CUAAW%2CSAAQ%2CgBAAiB%3BEAChC%2CkBAAA%3B%3BAAGJ%2CUAAW%2CSAAS%2CSAAS%2CoBAAoB%2CMAAK%2CiBAAiB%2CQAAS%2CQAAM%3BEAClF%2CyBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CmBAAoB%2CMAAM%3BEACtB%2CkBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CmBAAoB%2CMAAM%3BEACtB%2CsBAAA%3B%3BAAGJ%2CQAAS%2CSAAQ%2CgBAAiB%2CQAAQ%3BEACtC%2C6BAAA%3B%3BAAGJ%2CmBAAoB%2CMAAK%2CiBAAiB%2CQAAS%2CQAAM%2CIAAG%3BEACxD%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CoCAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CUAAA%3B%3BAAIJ%2CmBAAoB%2CMAAM%2CIAAG%3BEACzB%2CgBAAA%3B%3BAAGJ%2CQAAS%2CSAAQ%3BEACb%2CgBAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CQAAS%2CoBAAoB%2CMAAM%3BEAC%5C%2FB%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CQAAS%2CSAAQ%3BEACb%2CgBAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CQAAS%2CoBAAoB%2CMAAM%3BEAC%5C%2FB%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CQAAS%2CsBAAsB%2CsBAAoB%2CMAAK%2CiBAAiB%2CQAAS%3BEAC9E%2CyBAAA%3B%3BAAGJ%2CQAAS%2CSAAQ%3BEACb%2CwBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CuBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CQAAS%2CSAAQ%2CqBAAsB%3BEACnC%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CQAAS%2CsBAAsB%2CoBAAoB%3BEAC%5C%2FC%2CeAAA%3B%3BAAGJ%2CQAAS%2CsBAAsB%2CoBAAoB%2CMAAM%3BEACrD%2CWAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CwBAAyB%2CqBAAqB%3BEAC1C%2C0BAAA%3BEACA%2C0BAAA%3B%3BAAGJ%2CwBAAyB%2CqBAAqB%2CiBAAiB%2CSAAS%3BEACpE%2CeAAA%3B%3BAAGJ%2CUAAW%3BEACP%2CuBAAA%3B%3BAAGJ%2CQAAQ%2COAAO%2CSAAS%3BEACpB%2CsBAAA%3B%3BAAGJ%2CIAAI%3BEACA%2CsBAAA%3B%3BAAGJ%2CUAAW%3BEACP%2CuBAAA%3B%3BAAGJ%2CwBAAyB%3BEACrB%2CyBAAA%3B%3BAAGJ%2CiBAAiB%2CqBAAsB%3BEACnC%2C0BAAA%3BEACA%2C8BAAA%3B%3BAAGJ%2CwBAAyB%2CqBAAqB%2CUAAU%2COAAO%3BEAC3D%2CuBAAA%3B%3BAAGJ%2CwBAAyB%2CqBAAqB%2CUAAU%2COAAO%3BEAC3D%2CuBAAA%3B%3BAAGJ%2CwBAAyB%2CqBAAqB%2CUAAS%2CgBAAiB%2COAAO%3BEAC3E%2CYAAA%3B%3BAAGJ%2CiBAAiB%2CqBAAsB%3BEACnC%2C0BAAA%3B%3BAAGJ%2CwBAAyB%2CqBAAqB%2CUAAU%2COAAO%3BEAC3D%2C0BAAA%3B%3BAAGJ%2CwBAAyB%2CqBAAqB%2CiBAAiB%2COAAM%2COAAO%3BAAA5E%2CwBAAyB%2CqBAAqB%2CiBAAiB%2COtHlc3D%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAsHkclF%2CwBAAyB%2CqBAAqB%2CiBAAiB%2COtHjc3D%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAsHicpF%2CwBAAyB%2CqBAAqB%2CiBAAiB%2COtHjc3D%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAsHkclF%2CwBAAyB%2CqBAAqB%2CiBAAiB%2COtHlc3D%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BEsHkchF%2C0BAAA%3BEACA%2C6BAAA%3B%3BAAGJ%2CwBAAyB%2CqBAAqB%2CUAAU%2COAAM%2CWAAY%3BEACtE%2C0BAAA%3B%3BAAGJ%2CwBAAyB%2CqBAAqB%2CUAAU%3BEACpD%2C4BAAA%3B%3BAAGJ%2CSAAS%2CgBAAiB%2CiBAAiB%3BEACvC%2CkBAAA%3B%3BAAGJ%2CwBAAyB%2CiBAAiB%2CSAAS%3BEAC%5C%2FC%2CoBAAA%3B%3BAAGJ%2CwBAAyB%3BEACrB%2CuBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CwBAAyB%2CaAAa%2CQAAO%3BEACzC%2CuBAAA%3B%3BAAGJ%2CwBAAyB%2CQAAO%2CKAAM%2CaAAa%2CgBAAgB%3BEAC%5C%2FD%2CiBAAA%3B%3BAAGJ%2CwBAAyB%2CYAAY%2CcAAc%2CmBAAmB%2CsBAAsB%3BEACxF%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3B%3BAAGJ%2CYAAa%2CoBAAoB%3BEAC7B%2CeAAA%3BEACA%2CgBAAA%3B%3BAAIJ%2CwBAAyB%2CoBAAoB%2CgBAAgB%2CeAAe%2CuBAAuB%2CYAAW%3BEAC1G%2CYAAA%3B%3BAAGJ%2CwBAAyB%2CoBAAoB%2CgBAAgB%2CeAAe%2CuBAAuB%3BEAC%5C%2FF%2CYAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CwBAAyB%2CoBAAoB%2CgBAAgB%2CeAAe%2CuBAAuB%2CYAAW%3BEAC1G%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CwBAAyB%2CoBAAoB%2CgBAAgB%2CeAAe%2CuBAAuB%3BEAE%5C%2FF%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CwBAAyB%2CoBAAoB%2CgBAAgB%2CeAAe%2CuBAAuB%2CYAAW%3BEAC1G%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEACI%2CaAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3BEAEA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAIJ%2CWAAY%3BEAER%2CWAAA%3BEACA%2C4BAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3B%3BAAIJ%2CWAAY%2CaAAY%3BEACpB%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAAIJ%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CMAAM%3BEACF%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CMAAM%3BEACF%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACD%2CaAAa%2CQAAb%3B%3BAAGH%3BEACI%2CkBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CqBAAsB%3BEAClB%2CWAAA%3B%3BAAGJ%2CwBAAyB%2CSAAS%2CQAAO%2CKAAM%2CWAAW%3BEACtD%2CaAAA%3B%3BAAGJ%2C0BAA2B%2CsBAAsB%3BEAC7C%2CWAAA%3B%3BAAGJ%2CwBAAyB%2CSAAS%2CWAAW%2CUAAU%3BEACnD%2CkBAAA%3B%3BAAuBJ%2CQAnByB%3BEACrB%2CwBAAyB%2CoBAAoB%2CgBAAgB%2CeAAe%2CuBAAuB%3BIAC%5C%2FF%2CYAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CwBAAyB%2CoBAAoB%2CgBAAgB%2CeAAe%2CuBAAuB%3BIAC%5C%2FF%2CYAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CsBAAA%3B%3B%3BAA4BR%2CQArB0B%3BEACtB%3BIACI%2CeAAA%3BIACA%2CmBAAA%3B%3BEAGJ%3BIACI%2CeAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2CMAAM%3BIACF%2CkBAAA%3B%3BEAGJ%2CMAAM%3BIACF%2CeAAA%3BIACA%2CkBAAA%3B%3B%3BAAWR%2CQAPyB%3BEACrB%2CQAAS%2CSAAQ%3BIACb%2CuBAAuB%2CcAAvB%3BIACA%2CgBAAA%3B%3B%3BAAUR%2CQANyB%3BEACrB%2CQAAS%2CSAAQ%2CqBAAsB%3BIACnC%2CUAAA%3B%3B%3BAAyBR%2CQArByB%3BEACrB%2CQAAS%2CSAAQ%3BIACb%2CgBAAA%3BIACA%2CcAAA%3B%3BEAGJ%2CQAAS%2CoBAAoB%2CMAAM%3BIAC%5C%2FB%2CeAAA%3BIACA%2CuBAAA%3B%3BEAGJ%2CQAAS%2CSAAQ%3BIACb%2CgBAAA%3BIACA%2CcAAA%3B%3BEAGJ%2CwBAAyB%2CYAAY%2CcAAc%2CmBAAmB%2CsBAAsB%3BIACxF%2CgBAAA%3B%3B%3BAA4ER%2CQAxE0B%3BEACtB%3BIACI%2C0BAAA%3B%3BEAGJ%2CuBAAwB%3BIACpB%2CWAAA%3B%3BEAGJ%3BIACI%2CSAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3B%3BEAGJ%3BIACI%2CeAAA%3B%3BEAGJ%3BIACI%2CeAAA%3B%3BEAGJ%3BIACI%2CmBAAA%3B%3BEAGJ%3BIACI%2CeAAA%3BIACA%2CmBAAA%3B%3BEAGJ%3BIACI%2CeAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2CMAAM%3BIACF%2CkBAAA%3BIACA%2CeAAA%3B%3BEAGJ%2CMAAM%3BIACF%2CeAAA%3BIACA%2CkBAAA%3B%3BEAGJ%3BIACI%2CeAAA%3BIACA%2CmBAAA%3B%3BEAGJ%3BIACI%2CeAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2CMAAM%3BIACF%2CkBAAA%3BIACA%2CeAAA%3B%3BEAIJ%3BIACI%2CmBAAA%3B%3BEAGJ%3BIACI%2CmBAAA%3B%3B%3BAAyER%2CQArEyB%3BEACrB%2CUAAW%2CSAAQ%3BIACf%2CeAAA%3B%3BEAGJ%2CUAAW%2CUAAU%2COAAO%2CMAAK%2CUAAU%3BIACvC%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2CUAAW%3BIACP%2CeAAA%3B%3BEAGJ%2CQAAS%2CoBAAoB%2CMAAM%3BIAC%5C%2FB%2CeAAA%3B%3BEAGJ%2CQAAS%2CsBAAsB%2CoBAAoB%2CMAAM%3BIACrD%2CeAAA%3B%3BEAGJ%2CQAAS%2CSAAQ%2CgBAAiB%3BIAC9B%2CeAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CwBAAyB%2CqBAAqB%2CUAAU%3BIACpD%2C4BAAA%3B%3BEAGJ%2CwBAAyB%2CqBAAqB%3BIAC1C%2C0BAAA%3BIACA%2C0BAAA%3B%3BEAGJ%2CSAAS%2CgBAAiB%2CiBAAiB%3BIACvC%2CkBAAA%3B%3BEAGJ%2CwBAAyB%2CcAAc%2CaAAa%2CcAAc%2CmBAAmB%2CsBAAsB%2CiBAAiB%2CEAAE%3BIAC1H%2CeAAA%3B%3BEAGJ%2CYAAa%2CoBAAoB%3BIAC7B%2CeAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CwBAAyB%2CoBAAoB%2CgBAAgB%2CeAAe%2CuBAAuB%3BIAC%5C%2FF%2CYAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CwBAAyB%2CoBAAoB%2CgBAAgB%2CeAAe%2CuBAAuB%3BIAC%5C%2FF%2CYAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CwBAAyB%2CoBAAoB%2CgBAAgB%2CeAAe%2CuBAAuB%2CYAAW%3BIAC1G%2CeAAA%3B%3BEAGJ%2CwBAAyB%2CoBAAoB%2CgBAAgB%2CeAAe%2CuBAAuB%2CYAAW%3BIAC1G%2CeAAA%3B%3B%3BAAmCR%2CQA%5C%2FBwB%3BEACpB%2CQAAS%2CSAAQ%3BIACb%2CuBAAuB%2CcAAvB%3BIACA%2CgBAAA%3B%3BEAGJ%2CQAAS%2CSAAQ%3BIACb%2CaAAA%3BIACA%2CuBAAuB%2CcAAvB%3BIACA%2CgBAAA%3B%3BEAGJ%2CQAAS%2CSAAQ%3BIACb%2CaAAA%3BIACA%2CuBAAuB%2CcAAvB%3BIACA%2CgBAAA%3B%3BEAGJ%2CwBAAyB%2CcAAc%2CaAAa%2CcAAc%2CmBAAmB%2CsBAAsB%2CiBAAiB%2CEAAE%3BIAC1H%2CeAAA%3B%3BEAGJ%2CwBAAyB%2CYAAY%2CcAAc%2CmBAAmB%2CsBAAsB%3BIACxF%2CgBAAA%3B%3BEAEH%2CYAAa%2CoBAAoB%3BIAC9B%2CeAAA%3BIACA%2CgBAAA%3B%3B%3BAAUR%2CQANuB%3BEACnB%2CQAAS%2CSAAQ%2CqBAAsB%3BIACnC%2CUAAA%3B%3B%3BAAiCR%2CQA7BwB%3BEACpB%3BIACI%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3B%3BEAGJ%3BIACI%2CeAAA%3BIACA%2CgBAAA%3B%3BEAGJ%3BIACI%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAGJ%3BIACI%2CeAAA%3BIACA%2CmBAAA%3B%3BEAIJ%2CuBAAwB%3BIACpB%2CWAAA%3B%3B%3BAA0CR%2CQAtCwB%3BEACpB%2CQAAS%2CsBAAsB%2CoBAAoB%2CMAAM%3BIACrD%2CeAAA%3B%3BEAGJ%2CQAAS%2CSAAQ%2CqBAAsB%3BIACnC%2CUAAA%3B%3BEAGJ%2CUAAW%2CUAAU%2COAAO%2CMAAK%2CUAAU%3BIACvC%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3B%3BEAGJ%3BIACI%2C2BAAA%3BIACA%2CsBAAA%3B%3BEAGJ%2C8BAA%2BB%2COAAK%2CWAAS%3BIACzC%2CsBAAA%3B%3BEAGJ%2CwBAAyB%2CcAAc%2CaAAa%2CcAAc%2CmBAAmB%2CsBAAsB%2CiBAAiB%2CEAAE%3BIAC1H%2CeAAA%3B%3BEAGJ%2CYAAa%2CoBAAoB%3BIAC7B%2CeAAA%3B%3BEAEA%2CMAAM%3BIACN%2CeAAA%3BIACA%2CkBAAA%3B%3B%3BAAsBR%2CQAjBuB%3BEAEnB%2CwBAAyB%2CoBAAoB%2CgBAAgB%2CeAAe%2CuBAAuB%3BIAC%5C%2FF%2CuBAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CwBAAyB%2CoBAAoB%2CgBAAgB%2CeAAe%2CuBAAuB%3BIAC%5C%2FF%2CYAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CsBAAA%3B%3B%3BAA4ER%2CQAtEyB%3BEACrB%2CQAAS%2CSAAQ%3BIACb%2CuBAAuB%2CcAAvB%3BIACA%2CgBAAA%3B%3BEAGJ%2CQAAS%2CoBAAoB%2CMAAM%3BIAC%5C%2FB%2CeAAA%3B%3BEAGJ%2CQAAS%2CSAAQ%3BIACb%2CaAAA%3BIACA%2CuBAAuB%2CcAAvB%3BIACA%2CgBAAA%3B%3BEAGJ%2CQAAS%2CoBAAoB%2CMAAM%3BIAC%5C%2FB%2CeAAA%3B%3BEAGJ%2CQAAS%2CSAAQ%3BIACb%2CaAAA%3BIACA%2CuBAAuB%2CcAAvB%3BIACA%2CgBAAA%3B%3BEAGJ%2CQAAS%2CSAAQ%2CgBAAiB%3BIAC9B%2CeAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CUAAW%2CSAAQ%3BIACf%2CWAAA%3BIACA%2CeAAA%3B%3BEAGJ%2CwBAAyB%2CqBAAqB%2CUAAU%3BIACpD%2C4BAAA%3B%3BEAGJ%2CSAAS%2CgBAAiB%2CiBAAiB%3BIACvC%2CkBAAA%3B%3BEAGJ%2CwBAAyB%2CqBAAqB%2CiBAAiB%2COAAM%2COAAO%3BEAA5E%2CwBAAyB%2CqBAAqB%2CiBAAiB%2COtHr%5C%2FB%5C%2FD%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BEsHq%5C%2FB9E%2CwBAAyB%2CqBAAqB%2CiBAAiB%2COtHp%5C%2FB%5C%2FD%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BEsHo%5C%2FBhF%2CwBAAyB%2CqBAAqB%2CiBAAiB%2COtHp%5C%2FB%5C%2FD%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BEsHq%5C%2FB9E%2CwBAAyB%2CqBAAqB%2CiBAAiB%2COtHr%5C%2FB%5C%2FD%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BIsHq%5C%2FB5E%2C0BAAA%3B%3BEAGJ%2CwBAAyB%2CqBAAqB%3BIAC1C%2C0BAAA%3BIACA%2C0BAAA%3B%3BEAGJ%2CYAAa%2CoBAAoB%3BIAC7B%2CeAAA%3B%3BEAGJ%2CwBAAyB%3BIACrB%2CgBAAA%3B%3BEAGJ%2CwBAAyB%2CSAAS%2CWAAW%3BIACzC%2CiBAAA%3B%3BEAEH%2CwBAAyB%2CSAAS%2CWAAW%2CUAAU%2COAAO%2CSAAQ%3BIACnE%2CiBAAA%3B%3B%3BAA0BR%2CQArBwB%3BEACpB%3BIACI%2CeAAA%3BIACA%2CmBAAA%3B%3BEAGJ%3BIACI%2CeAAA%3B%3BEAGJ%3BIACI%2CeAAA%3BIACA%2CmBAAA%3B%3BEAIJ%2CYAAa%2CgBAAgB%3BIACzB%2CeAAA%3B%3B%3BAAwBR%2CQApByB%3BEACrB%2CMAAM%3BIACF%2CkBAAA%3BIACA%2CeAAA%3B%3BEAGJ%2CMAAM%3BIACF%2CeAAA%3BIACA%2CkBAAA%3B%3BEAGJ%3BIACI%2CmBAAA%3B%3BEAGJ%3BIACI%2CmBAAA%3B%3B%3BAAYR%2CQARwB%3BEACpB%2CQAAS%2CsBAAsB%2CoBAAoB%2CMAAM%3BIACrD%2CaAAA%3B%3B%3BAA%2BBR%2CQAzBwB%3BEACpB%2CQAAS%2CSAAQ%3BIACb%2CgBAAA%3B%3BEAGJ%2CQAAS%2CoBAAoB%2CMAAM%3BIAC%5C%2FB%2CeAAA%3B%3BEAGJ%2CQAAS%2CSAAQ%3BIACb%2CaAAA%3BIACA%2CuBAAuB%2CcAAvB%3BIACA%2CgBAAA%3B%3BEAGJ%2CQAAS%2CoBAAoB%2CMAAM%3BIAC%5C%2FB%2CeAAA%3B%3BEAGJ%2CQAAS%2CSAAQ%2CgBAAiB%3BIAC9B%2CeAAA%3BIACA%2CgBAAA%3B%3B%3BAAkBR%2CQAdwB%3BEACpB%2CwBAAyB%2CcAAc%2CaAAa%2CcAAc%2CmBAAmB%2CsBAAsB%2CiBAAiB%3BIACxH%2CkBAAA%3B%3BEAGJ%2CwBAAyB%2CYAAY%2CcAAc%2CmBAAmB%2CsBAAsB%3BIACxF%2CgBAAA%3B%3BEAGJ%2CYAAa%2CoBAAoB%3BIAC7B%2CeAAA%3B%3B%3BAAUR%2CQANwB%3BEACpB%2CQAAS%2CSAAQ%2CqBAAsB%3BIACnC%2CWAAA%3B%3B%3BAAIR%2CwBAAyB%2CaAAa%3BEAClC%2COAAA%3BEACA%2CYAAA%3B%3BAAaJ%2CQAVuB%3BEACrB%2CwBAAyB%2CaAAY%2CYAAa%3BIAChD%2CgBAAA%3BIACA%2CYAAA%3B%3BEAEF%2CwBAAyB%2CaAAY%3BIACnC%2COAAA%3BIACA%2CYAAA%3B%3B%3BAASJ%2CQANwB%3BEACtB%2CwBAAyB%3BIACvB%2CuBAAA%3B%3B%3BAAIJ%2CwBAAyB%2CmBAAmB%3BEACxC%2CyBAAA%3B%3B%3B%3B%3BAAmBJ%2CQAZwB%3BEACpB%2CGAAG%3BIACC%2CaAAA%3BIACA%2CYAAA%3B%3BEAGJ%3BIACI%2CaAAA%3BIACA%2CiBAAA%3B%3B%3BAAIR%2C8BAA%2BB%3BEAC3B%2CcAAA%3B%3BAAGJ%2CmBAAoB%2CuBAAuB%2CYAAY%2CaAAa%2CcAAc%2CmBAAmB%3BEACjG%2CaAAA%3BEACA%2CSAAA%3B%3B%3BAAGJ%2CmBAAoB%2CuBAAuB%2CYAAY%2CaAAa%2CcAAc%2CmBAAmB%2CiBAAiB%3BEACrH%2CWAAA%3B%3BAAED%2CmBAAoB%2CuBAAuB%2CYAAY%2CaAAa%2CcAAc%2CmBAAmB%2CiBAAiB%2CKAAK%3BEACxH%2CeAAA%3BEACA%2CWAAA%3B%3BAAGH%2CmBAAoB%2CuBAAuB%2CYAAY%2CaAAa%2CcAAc%2CmBAAmB%2CiBAAiB%3BEAClH%2CWAAA%3B%3BAAEJ%2CmBAAoB%2CuBAAuB%2CYAAY%2CaAAa%2CcAAc%2CmBAAmB%2CiBAAiB%2C2BAA2B%3BEAC9I%2CeAAA%3BEACC%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3B%3BAAWJ%2CQARwB%3BEACrB%2CmBAAoB%2CuBAAuB%2CYAAY%2CaAAa%2CcAAc%2CmBAAmB%3BIAErG%2CeAAA%3B%3B%3BAAUF%2CQALsB%3BEACtB%2CmBAAoB%2CuBAAuB%2CYAAY%2CaAAa%2CcAAc%2CmBAAmB%2CiBAAiB%2CKAAK%3BEAAO%2CmBAAoB%2CWACtJ%2CaAAa%2CYAAY%2CaAAa%2CcAAc%2CmBAAmB%2CiBAAiB%2C2BAA2B%3BIACjH%2CeAAA%3B%3B%3BACn5CH%3BAA2kBK%2CKAAM%2CgBAAgB%2CaAlD1B%2CQAAO%2CMAsCJ%2CKAIA%2CmBAOA%2CEAAC%2CIAAI%3BAA6BL%2CKAAM%2CgBAAgB%2CaA9EzB%2CQAAO%2CMA4EJ%2CoBACD%3BEApmBF%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEAEA%2CqBAAA%3BEACA%2CaAAa%2CYAAb%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEAEA%2CoBAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEAEA%2CgBAAA%3B%3BAACA%2CaAAC%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAmBF%2CQAd2B%3BEAc3B%2COAfO%2CMAAM%3BIAEX%2CSAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CUAAA%3B%3BEAUF%2COAfO%2CMAAM%2CmBAMT%3BIACD%2CSAAA%3BIACA%2CUAAA%3B%3BEAOH%2COAfO%2CMAAM%2CmBAWX%3BIACC%2CcAAA%3B%3B%3BAAIH%2COAAO%2CMAAS%2CUAAO%2CMAAS%2CKAAE%3BEACjC%2C%2BBAAA%3B%3BAAED%2CKAAM%2CgBAAgB%2CaAAa%2CQAAO%2CMAAS%2CoBAAkB%3BEACpE%2CWAAA%3B%3BAAED%2CYACC%2CqBACC%3BEACC%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAATH%2CYACC%2CqBACC%2C6BAQC%2CEAAC%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAtBJ%2CYACC%2CqBAwBC%3BEACC%2CcAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAA5BH%2CYACC%2CqBAwBC%2CcAIC%3BEACC%2C%2BBAAA%3B%3BAAKF%2CYADD%2CmBACE%2CSAAU%3BAAAX%2CYADmB%2CgBAClB%2CSAAU%3BAAAX%2CYADoC%2CmBACnC%2CSAAU%3BEACV%2CeAAA%3B%3BAApCH%2CYAkCC%2CmBAIC%2CSAAS%2CGAAE%3BAAtCb%2CYAkCqB%2CgBAInB%2CSAAS%2CGAAE%3BAAtCb%2CYAkCsC%2CmBAIpC%2CSAAS%2CGAAE%3BEACV%2CQAAA%3BEACA%2CYAAA%3B%3BAACA%2CYAPF%2CmBAIC%2CSAAS%2CGAAE%2CSAGT%3BAAAD%2CYAPkB%2CgBAInB%2CSAAS%2CGAAE%2CSAGT%3BAAAD%2CYAPmC%2CmBAIpC%2CSAAS%2CGAAE%2CSAGT%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAED%2CYAXF%2CmBAIC%2CSAAS%2CGAAE%2CSAOT%3BAAAD%2CYAXkB%2CgBAInB%2CSAAS%2CGAAE%2CSAOT%3BAAAD%2CYAXmC%2CmBAIpC%2CSAAS%2CGAAE%2CSAOT%3BEACA%2CUAAA%3BEACA%2CUAAA%3B%3BAA%5C%2FCJ%2CYAkCC%2CmBAIC%2CSAAS%2CGAAE%2CSAWV%2CGACC%3BAAlDJ%2CYAkCqB%2CgBAInB%2CSAAS%2CGAAE%2CSAWV%2CGACC%3BAAlDJ%2CYAkCsC%2CmBAIpC%2CSAAS%2CGAAE%2CSAWV%2CGACC%3BEACC%2CeAAA%3B%3BAAnDL%2CYAwDC%3BEACC%2CyBAAA%3B%3BAAIF%2CeAGC%2CQAAO%3BAAFR%2CeAEC%2CQAAO%3BAADR%2CeACC%2CQAAO%3BEACN%2CsBAAA%3BEACA%2CcAAA%3B%3BAALF%2CeAGC%2CQAAO%2CQAGN%3BAALF%2CeAEC%2CQAAO%2CQAGN%3BAAJF%2CeACC%2CQAAO%2CQAGN%3BEACC%2CkBAAA%3B%3BAAIH%2CeACC%2CQAAO%3BEACN%2CsBAAA%3B%3BAAFF%2CeACC%2CQAAO%2CQAEN%3BEACC%2CUAAA%3B%3BAAJH%2CeACC%2CQAAO%2CQAKN%2CcAAa%3BEACZ%2CeAAA%3B%3BAAIH%2CeACC%2CQAAO%2CMAAS%2CUAAO%3BEACtB%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAALF%2CeACC%2CQAAO%2CMAAS%2CUAAO%2CMAKtB%2CGAAE%2CMAAM%3BEACP%2CWAAA%3BEACA%2CeAAA%3B%3BAARH%2CeAWC%2COAAM%2COACL%3BEACC%2CcAAA%3B%3BAAbH%2CeAWC%2COAAM%2COAIL%3BEACC%2CWAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BAAIC%2CeAXH%2COAAM%2COASL%2CmBACC%2CSACE%2CiBACA%2CGAAE%3BEACD%2CYAAA%3BEACA%2COAAA%3B%3BAACA%2CeAfL%2COAAM%2COASL%2CmBACC%2CSACE%2CiBACA%2CGAAE%2CSAGA%3BAACD%2CeAhBL%2COAAM%2COASL%2CmBACC%2CSACE%2CiBACA%2CGAAE%2CSAIA%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAA7BP%2CeAyCC%2CQAAO%3BEACN%2CkBAAA%3B%3BAA1CF%2CeAyCC%2CQAAO%2CQAEN%3BEACC%2CWAAA%3B%3BAA5CH%2CeAyCC%2CQAAO%2CQAEN%2CMAEC%3BEACC%2CqBAAA%3B%3BAAMJ%2CSAAU%2CYAAW%3BEACpB%2C0CAAA%3BEACA%2CuBAAA%3B%3BAAWC%2CQAN0B%3BEAM1B%2CaAPD%2CaAEE%2CQAAO%3BEAKR%2CaAPD%2CaAGE%3BIACC%2CeAAA%3B%3B%3BAALJ%2CaACC%2CaAOC%2COAAM%3BEACL%2CkBAAA%3BEACA%2CYAAA%3B%3BAAKH%3BEAEC%2CkBAAA%3BEACA%2CYAAA%3B%3BAAHD%2CYAIC%2CcACC%3BEACC%2C%2BBAAA%3B%3BAAID%2CKAAM%2CeAAe%2CeAAe%2CaADrC%2CQAAO%3BAAEN%2CKAAM%2CcAAc%2CgBAAgB%2CaAFrC%2CQAAO%3BAAGN%2CKAAM%2CaAAa%2CgBAAgB%2CaAHpC%2CQAAO%3BAAIN%2CKAAM%2CaAAa%2CgBAAgB%2CaAJpC%2CQAAO%3BEAKL%2CsBAAA%3B%3BAAGF%2CKAAM%2CeAAe%2CgBAAgB%3BAACrC%2CKAAM%2CcAAc%2CgBAAgB%3BAACpC%2CKAAM%2CaAAa%2CgBAAgB%3BAACnC%2CKAAM%2CaAAa%2CgBAAgB%3BAACnC%2CKAAM%2CeAAe%2CgBAAgB%3BAACrC%2CKAAM%2CcAAc%2CgBAAgB%3BAACpC%2CKAAM%2CaAAa%2CgBAAgB%3BAACnC%2CKAAM%2CaAAa%2CgBAAgB%3BAACnC%2CKAAM%2CeAAe%2CgBAAgB%3BAACrC%2CKAAM%2CcAAc%2CgBAAgB%3BAACpC%2CKAAM%2CaAAa%2CgBAAgB%3BAACnC%2CKAAM%2CaAAa%2CgBAAgB%3BEAClC%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGA%2CKAAM%2CgBAAgB%2CaADvB%2CSAAQ%3BEAEN%2CWAAA%3B%3BAAID%2CKAAM%2CgBAAgB%2CaADvB%2CSAAQ%3BAAEP%2CKAAM%2CgBAAgB%2CaAFvB%2CSAAQ%3BEAGN%2CoBAAA%3B%3BAAID%2CKAAM%2CgBAAgB%2CaADvB%2CSAAQ%3BEAEN%2CWAAA%3BEACA%2CqBAAA%3B%3BAAID%2CKAAM%2CgBAAgB%2CaADvB%2COAAM%3BEAEJ%2CWAAA%3BEACA%2CcAAA%3B%3BAAED%2CKAAM%2CgBAAgB%2CaALvB%2COAAM%3BEAMJ%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAED%2CKAAM%2CeAAe%2CgBAAgB%2CaATtC%2COAAM%3BAAUL%2CKAAM%2CcAAc%2CgBAAgB%2CaAVrC%2COAAM%3BAAWL%2CKAAM%2CaAAa%2CgBAAgB%2CaAXpC%2COAAM%3BAAYL%2CKAAM%2CaAAa%2CgBAAgB%2CaAZpC%2COAAM%3BEAaJ%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3B%3BAAQF%2CQAL2B%3BEACzB%2CKAAM%2CgBAAgB%2CaAvBxB%2COAAM%3BIAwBH%2CiBAAA%3B%3B%3BAAOF%2CKAAM%2CeAAe%2CgBAAgB%2CaAHtC%2CQAAO%3BAAIN%2CKAAM%2CcAAc%2CgBAAgB%2CaAJrC%2CQAAO%3BAAKN%2CKAAM%2CaAAa%2CgBAAgB%2CaALpC%2CQAAO%3BAAMN%2CKAAM%2CaAAa%2CgBAAgB%2CaANpC%2CQAAO%3BEAOL%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAED%2CKAAM%2CaAAa%2CgBAAgB%2CaAVpC%2CQAAO%3BAAWN%2CKAAM%2CcAAc%2CgBAAgB%2CaAXrC%2CQAAO%3BAAYN%2CKAAM%2CaAAa%2CgBAAgB%2CaAZpC%2CQAAO%3BAAaN%2CKAAM%2CcAAc%2CgBAAgB%2CaAbrC%2CQAAO%3BAAcN%2CKAAM%2CaAAa%2CgBAAgB%2CaAdpC%2CQAAO%3BAAeN%2CKAAM%2CcAAc%2CgBAAgB%2CaAfrC%2CQAAO%3BEAgBL%2CYAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAED%2CKAAM%2CaAAa%2CgBAAgB%2CaApBpC%2CQAAO%3BAAqBN%2CKAAM%2CcAAc%2CgBAAgB%2CaArBrC%2CQAAO%3BEAsBL%2CkBAAA%3BEACA%2CYAAA%3B%3BAApGH%2CYAwGC%2CSAAQ%3BEACP%2CeAAA%3BEACA%2CcAAA%3B%3BAA1GF%2CYAwGC%2CSAAQ%2CQAGP%2CGAAK%3BEACJ%2CcAAA%3B%3BAA5GH%2CYAgHC%2CmBAAmB%2CSAAS%2CGAAE%3BEAC7B%2CQAAA%3B%3BAACA%2CYAFD%2CmBAAmB%2CSAAS%2CGAAE%2CSAE5B%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAED%2CYAND%2CmBAAmB%2CSAAS%2CGAAE%2CSAM5B%3BEACA%2CUAAA%3BEACA%2CUAAA%3B%3BAAOD%2CKAAM%2CeAAe%2CaAHtB%3BAAGC%2CKAAM%2CeAAe%2CaAFtB%3BAAEC%2CKAAM%2CeAAe%2CaADtB%3BAAEC%2CKAAM%2CcAAc%2CaAJrB%3BAAIC%2CKAAM%2CcAAc%2CaAHrB%3BAAGC%2CKAAM%2CcAAc%2CaAFrB%3BAAGC%2CKAAM%2CaAAa%2CaALpB%3BAAKC%2CKAAM%2CaAAa%2CaAJpB%3BAAIC%2CKAAM%2CaAAa%2CaAHpB%3BAAIC%2CKAAM%2CaAAa%2CaANpB%3BAAMC%2CKAAM%2CaAAa%2CaALpB%3BAAKC%2CKAAM%2CaAAa%2CaAJpB%3BEAKE%2CaAAA%3B%3BAAED%2CKAAM%2CaAAa%2CgBAAgB%2CaATpC%3BAASC%2CKAAM%2CaAAa%2CgBAAgB%2CaARpC%3BAAQC%2CKAAM%2CaAAa%2CgBAAgB%2CaAPpC%3BAAQC%2CKAAM%2CcAAc%2CgBAAgB%2CaAVrC%3BAAUC%2CKAAM%2CcAAc%2CgBAAgB%2CaATrC%3BAASC%2CKAAM%2CcAAc%2CgBAAgB%2CaARrC%3BEASE%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAED%2CKAAM%2CgBAAgB%2CaAhBvB%3BAAgBC%2CKAAM%2CgBAAgB%2CaAfvB%3BAAeC%2CKAAM%2CgBAAgB%2CaAdvB%3BEAeE%2C6BAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAA%5C%2FIH%2CYA4HC%2CgBAqBC%2CsBACC%2CUAAS%3BAAlJZ%2CYA6HC%2CmBAoBC%2CsBACC%2CUAAS%3BAAlJZ%2CYA8HC%2CmBAmBC%2CsBACC%2CUAAS%3BEACR%2CQAAA%3B%3BAACA%2CYAxBH%2CgBAqBC%2CsBACC%2CUAAS%2CkBAEP%3BAAAD%2CYAvBH%2CmBAoBC%2CsBACC%2CUAAS%2CkBAEP%3BAAAD%2CYAtBH%2CmBAmBC%2CsBACC%2CUAAS%2CkBAEP%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAED%2CYA5BH%2CgBAqBC%2CsBACC%2CUAAS%2CkBAMP%3BAAAD%2CYA3BH%2CmBAoBC%2CsBACC%2CUAAS%2CkBAMP%3BAAAD%2CYA1BH%2CmBAmBC%2CsBACC%2CUAAS%2CkBAMP%3BEACA%2CUAAA%3BEACA%2CUAAA%3B%3BAAED%2CKAAM%2CgBAAgB%2CaAhCzB%2CgBAqBC%2CsBACC%2CUAAS%3BAAUR%2CKAAM%2CgBAAgB%2CaA%5C%2FBzB%2CmBAoBC%2CsBACC%2CUAAS%3BAAUR%2CKAAM%2CgBAAgB%2CaA9BzB%2CmBAmBC%2CsBACC%2CUAAS%3BEAWP%2CcAAA%3B%3BAA7JL%2CYAoKC%3BAApKD%2CYAqKC%3BAArKD%2CYAsKC%3BEACC%2CgBAAA%3B%3BAAIA%2CKAAM%2CeAAe%2CgBAAgB%2CaADtC%2CQAAO%3BAAEN%2CKAAM%2CcAAc%2CgBAAgB%2CaAFrC%2CQAAO%3BAAGN%2CKAAM%2CaAAa%2CgBAAgB%2CaAHpC%2CQAAO%3BAAIN%2CKAAM%2CaAAa%2CgBAAgB%2CaAJpC%2CQAAO%3BEAKL%2CSAAA%3B%3BAAED%2CKAAM%2CeAAe%2CgBAAgB%2CaAPtC%2CQAAO%3BAAQN%2CKAAM%2CcAAc%2CgBAAgB%2CaARrC%2CQAAO%3BAASN%2CKAAM%2CaAAa%2CgBAAgB%2CaATpC%2CQAAO%3BAA1KR%2CYA0KC%2CQAAO%2CWAUN%2CMAAM%2CaAAa%3BEAClB%2CSAAA%3B%3BAAED%2CKAAM%2CaAAa%2CgBAAgB%2CaAbpC%2CQAAO%3BAAcN%2CKAAM%2CcAAc%2CgBAAgB%2CaAdrC%2CQAAO%3BEAeL%2CgBAAA%3B%3BAAzLH%2CYA6LC%3BEACC%2CWAAA%3B%3BAACA%2CKAAM%2CeAAe%2CgBAAgB%2CaAFtC%3BAAGC%2CKAAM%2CcAAc%2CgBAAgB%2CaAHrC%3BAAIC%2CKAAM%2CaAAa%2CgBAAgB%2CaAJpC%3BAAKC%2CKAAM%2CaAAa%2CgBAAgB%2CaALpC%3BAAMC%2CKAAM%2CeAAe%2CgBAAgB%2CaANtC%3BAAOC%2CKAAM%2CcAAc%2CgBAAgB%2CaAPrC%3BAAQC%2CKAAM%2CaAAa%2CgBAAgB%2CaARpC%3BAASC%2CKAAM%2CaAAa%2CgBAAgB%2CaATpC%3BAAUC%2CKAAM%2CeAAe%2CgBAAgB%2CaAVtC%3BAAWC%2CKAAM%2CcAAc%2CgBAAgB%2CaAXrC%3BAAYC%2CKAAM%2CaAAa%2CgBAAgB%2CaAZpC%3BAAaC%2CKAAM%2CaAAa%2CgBAAgB%2CaAbpC%3BAAcC%2CKAAM%2CeAAe%2CgBAAgB%2CaAdtC%3BAAeC%2CKAAM%2CcAAc%2CgBAAgB%2CaAfrC%3BAAgBC%2CKAAM%2CaAAa%2CgBAAgB%2CaAhBpC%3BAAiBC%2CKAAM%2CaAAa%2CgBAAgB%2CaAjBpC%3BEAkBE%2CiBAAA%3B%3BAAED%2CKAAM%2CaAAa%2CgBAAgB%2CaApBpC%3BAAqBC%2CKAAM%2CcAAc%2CgBAAgB%2CaArBrC%3BAAsBC%2CKAAM%2CaAAa%2CgBAAgB%2CaAtBpC%3BAAuBC%2CKAAM%2CcAAc%2CgBAAgB%2CaAvBrC%3BEAwBE%2CkBAAA%3B%3BAAED%2CKAAM%2CeAAe%2CgBAAgB%2CaA1BtC%3BAA2BC%2CKAAM%2CcAAc%2CgBAAgB%2CaA3BrC%3BAA4BC%2CKAAM%2CaAAa%2CgBAAgB%2CaA5BpC%3BEA6BE%2CuBAAA%3B%3BAAED%2CKAAM%2CaAAa%2CgBAAgB%2CaA%5C%2FBpC%3BAAgCC%2CKAAM%2CcAAc%2CgBAAgB%2CaAhCrC%3BEAiCE%2CWAAA%3B%3BAAED%2CKAAM%2CeAAe%2CgBAAgB%2CaAnCtC%3BAAoCC%2CKAAM%2CcAAc%2CgBAAgB%2CaApCrC%3BAAqCC%2CKAAM%2CaAAa%2CgBAAgB%2CaArCpC%3BAAsCC%2CKAAM%2CaAAa%2CgBAAgB%2CaAtCpC%3BEAuCE%2CqBAAA%3B%3BAAED%2CKAAM%2CeAAc%2CqBAAsB%2CgBAAgB%2CaAzC3D%3BAA0CC%2CKAAM%2CcAAa%2CqBAAsB%2CgBAAgB%2CaA1C1D%3BAA2CC%2CKAAM%2CaAAY%2CqBAAsB%2CgBAAgB%2CaA3CzD%3BAA4CC%2CKAAM%2CaAAY%2CqBAAsB%2CgBAAgB%2CaA5CzD%3BAA6CC%2CKAAM%2CeAAc%2CqBAAsB%2CgBAAgB%2CaA7C3D%3BAA8CC%2CKAAM%2CcAAa%2CqBAAsB%2CgBAAgB%2CaA9C1D%3BAA%2BCC%2CKAAM%2CaAAY%2CqBAAsB%2CgBAAgB%2CaA%5C%2FCzD%3BAAgDC%2CKAAM%2CaAAY%2CqBAAsB%2CgBAAgB%2CaAhDzD%3BAAiDC%2CKAAM%2CeAAc%2CqBAAsB%2CgBAAgB%2CaAjD3D%3BAAkDC%2CKAAM%2CcAAa%2CqBAAsB%2CgBAAgB%2CaAlD1D%3BAAmDC%2CKAAM%2CaAAY%2CqBAAsB%2CgBAAgB%2CaAnDzD%3BAAoDC%2CKAAM%2CaAAY%2CqBAAsB%2CgBAAgB%2CaApDzD%3BAAqDC%2CKAAM%2CeAAc%2CqBAAsB%2CgBAAgB%2CaArD3D%3BAAsDC%2CKAAM%2CcAAa%2CqBAAsB%2CgBAAgB%2CaAtD1D%3BAAuDC%2CKAAM%2CaAAY%2CqBAAsB%2CgBAAgB%2CaAvDzD%3BAAwDC%2CKAAM%2CaAAY%2CqBAAsB%2CgBAAgB%2CaAxDzD%3BEAyDE%2CcAAA%3B%3BAAGA%2CKAAM%2CgBAAgB%2CaA5DxB%2CMA2DC%3BAAEC%2CKAAM%2CgBAAgB%2CaA7DxB%2CMA2DC%3BAAGC%2CKAAM%2CgBAAgB%2CaA9DxB%2CMA2DC%3BAAIC%2CKAAM%2CgBAAgB%2CaA%5C%2FDxB%2CMA2DC%3BAAKC%2CKAAM%2CgBAAe%2CcAAe%2CaAhEtC%2CMA2DC%3BAAMC%2CKAAM%2CgBAAe%2CcAAe%2CaAjEtC%2CMA2DC%3BAAOC%2CKAAM%2CgBAAe%2CcAAe%2CaAlEtC%2CMA2DC%3BAAQC%2CKAAM%2CgBAAe%2CcAAe%2CaAnEtC%2CMA2DC%3BEASE%2CWAAA%3BEACA%2CYAAA%3B%3BAAED%2CKAAM%2CaAAa%2CgBAAgB%2CaAvErC%2CMA2DC%3BAAaC%2CKAAM%2CcAAc%2CgBAAgB%2CaAxEtC%2CMA2DC%3BEAcE%2CqBAAA%3B%3BAAMF%2CKAAM%2CgBAAgB%2CaADvB%3BAAEC%2CKAAM%2CgBAAgB%2CaAFvB%3BAAGC%2CKAAM%2CgBAAgB%2CaAHvB%3BEAIE%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAAED%2CKAAM%2CeAAe%2CgBAAgB%2CaARtC%3BAASC%2CKAAM%2CcAAc%2CgBAAgB%2CaATrC%3BAAUC%2CKAAM%2CaAAa%2CgBAAgB%2CaAVpC%3BAAWC%2CKAAM%2CaAAa%2CgBAAgB%2CaAXpC%3BEAYE%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAWD%2CKAAM%2CgBAAgB%2CaAPvB%3BAAOC%2CKAAM%2CgBAAgB%2CaANvB%3BAAMC%2CKAAM%2CgBAAgB%2CaALvB%3BAAKC%2CKAAM%2CgBAAgB%2CaAJvB%2CSAAQ%2CQAAS%2CGAAG%3BAAInB%2CKAAM%2CgBAAgB%2CaAHvB%2CQAAO%3BAAGN%2CKAAM%2CgBAAgB%2CaAFvB%3BAAEC%2CKAAM%2CgBAAgB%2CaADvB%3BEAEE%2CWAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3B%3BAAKD%2CKAAM%2CgBAAgB%2CaADvB%2CEAAC%2COAAO%3BEAEN%2CeAAA%3B%3BAAED%2CKAAM%2CaAAa%2CgBAAgB%2CaAJpC%2CEAAC%2COAAO%3BEAKN%2CaAAA%3B%3BAAED%2CKAAM%2CgBAAgB%2CaAPvB%2CEAAC%2COAAO%3BEAQN%2CkBAAA%3BEACA%2CSAAA%3B%3BAAED%2CKAAM%2CaAAa%2CgBAAgB%2CaAXpC%2CEAAC%2COAAO%3BEAYN%2CeAAA%3B%3BAAID%2CKAAM%2CgBAAgB%2CaADvB%3BEAEE%2CeAAA%3B%3BAAMD%2CKAAM%2CgBAAgB%2CaAFvB%2CSAAQ%2CQAAS%3BAAEhB%2CKAAM%2CgBAAgB%2CaADvB%2CSAAQ%2CQAAS%2CGAAG%3BAAEnB%2CKAAM%2CgBAAgB%2CaAHvB%2CSAAQ%2CQAAS%3BAAGhB%2CKAAM%2CgBAAgB%2CaAFvB%2CSAAQ%2CQAAS%2CGAAG%3BEAGlB%2CSAAA%3BEACA%2CcAAA%3B%3BAAKD%2CKAAM%2CeAAe%2CaADtB%2CQAAO%3BAAEN%2CKAAM%2CcAAc%2CaAFrB%2CQAAO%3BAAGN%2CKAAM%2CaAAa%2CaAHpB%2CQAAO%3BAAIN%2CKAAM%2CaAAa%2CaAJpB%2CQAAO%3BEAKL%2CaAAA%3B%3BAAED%2CKAAM%2CgBAAgB%2CaAPvB%2CQAAO%3BEAQL%2CgBAAA%3BEACA%2CeAAA%3B%3BAAED%2CKAAM%2CaAAa%2CgBAAgB%2CaAXpC%2CQAAO%3BAAYN%2CKAAM%2CcAAc%2CgBAAgB%2CaAZrC%2CQAAO%3BEAaL%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAGA%2CKAAM%2CaAAa%2CgBAAgB%2CaAlBrC%2CQAAO%2CMAiBN%3BAAEC%2CKAAM%2CcAAc%2CgBAAgB%2CaAnBtC%2CQAAO%2CMAiBN%3BEAGE%2CWAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAID%2CKAAM%2CaAAa%2CgBAAgB%2CaA3BrC%2CQAAO%2CMA0BN%2COAAM%3BAAEL%2CKAAM%2CcAAc%2CgBAAgB%2CaA5BtC%2CQAAO%2CMA0BN%2COAAM%3BEAGJ%2CaAAA%3B%3BAAED%2CKAAM%2CaAAa%2CgBAAgB%2CaA%5C%2FBrC%2CQAAO%2CMA0BN%2COAAM%3BAAML%2CKAAM%2CcAAc%2CgBAAgB%2CaAhCtC%2CQAAO%2CMA0BN%2COAAM%3BEAOJ%2CWAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAID%2CKAAM%2CgBAAgB%2CaAvCxB%2CQAAO%2CMAsCJ%3BEAEA%2CaAAA%3B%3BAAGA%2CKAAM%2CgBAAgB%2CaA3CzB%2CQAAO%2CMAsCJ%2CKAIA%3BEAEC%2CyBAAA%3B%3BAACA%2CKAFK%2CgBAAgB%2CaA3CzB%2CQAAO%2CMAsCJ%2CKAIA%2CmBAGE%3BEACA%2CaAAA%3B%3BAAID%2CKAAM%2CgBAAgB%2CaAlD1B%2CQAAO%2CMAsCJ%2CKAIA%2CmBAOA%2CEAAC%2CIAAI%3BEAGH%2CQAAA%3BEACA%2CYAAA%3B%3BAACA%2CKAJK%2CgBAAgB%2CaAlD1B%2CQAAO%2CMAsCJ%2CKAIA%2CmBAOA%2CEAAC%2CIAAI%2CaAKF%3BEACA%2CSAAS%2COAAT%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAIH%2CYA9DH%2CQAAO%2CMAsCJ%2CKAIA%2CmBAoBC%3BEACA%2CeAAA%3B%3BAAKD%2CKAAM%2CgBAAgB%2CaApEzB%2CQAAO%2CMAsCJ%2CKA4BA%3BEAGC%2CyBAAA%3B%3BAACA%2CKAFK%2CgBAAgB%2CaApEzB%2CQAAO%2CMAsCJ%2CKA4BA%2CiBAIE%3BEACA%2CaAAA%3B%3BAASD%2CKAFK%2CgBAAgB%2CaA9EzB%2CQAAO%2CMA4EJ%2CoBACD%2CeAGG%3BEACA%2CSAAS%2COAAT%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAA7ZN%2CYAwUC%2CQAAO%2CMA4EJ%2CoBAcD%2CeACC%2CQAAO%3BEACN%2CkBAAA%3B%3BAACA%2CKAAM%2CgBAAgB%2CaA7F1B%2CQAAO%2CMA4EJ%2CoBAcD%2CeACC%2CQAAO%3BEAGL%2CWAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3B%3BAAHD%2CKAAM%2CgBAAgB%2CaA7F1B%2CQAAO%2CMA4EJ%2CoBAcD%2CeACC%2CQAAO%2CMAML%3BEACC%2CcAAA%3BEACA%2CWAAA%3B%3BAANF%2CKAAM%2CgBAAgB%2CaA7F1B%2CQAAO%2CMA4EJ%2CoBAcD%2CeACC%2CQAAO%2CMAML%2CGAGC%3BEACC%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAACA%2CKAdG%2CgBAAgB%2CaA7F1B%2CQAAO%2CMA4EJ%2CoBAcD%2CeACC%2CQAAO%2CMAML%2CGAGC%2CEAOE%3BEACA%2CSAAS%2CEAAT%3BEACA%2C0BAAA%3B%3BAArbT%2CYAwUC%2CQAAO%2CMAqHN%3BEACC%2CeAAA%3B%3BAA9bH%2CYAkcC%3BEACC%2CYAAA%3BEACA%2CcAAA%3B%3BAACA%2CKAAM%2CgBAAgB%2CaAHvB%3BAAIC%2CKAAM%2CgBAAgB%2CaAJvB%3BAAKC%2CKAAM%2CgBAAgB%2CaALvB%3BEAME%2CaAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAED%2CKAAM%2CeAAe%2CgBAAgB%2CaAXtC%3BAAYC%2CKAAM%2CcAAc%2CgBAAgB%2CaAZrC%3BAAaC%2CKAAM%2CaAAa%2CgBAAgB%2CaAbpC%3BAAcC%2CKAAM%2CaAAa%2CgBAAgB%2CaAdpC%3BAAeC%2CKAAM%2CeAAe%2CgBAAgB%2CaAftC%3BAAgBC%2CKAAM%2CcAAc%2CgBAAgB%2CaAhBrC%3BAAiBC%2CKAAM%2CaAAa%2CgBAAgB%2CaAjBpC%3BAAkBC%2CKAAM%2CaAAa%2CgBAAgB%2CaAlBpC%3BAAmBC%2CKAAM%2CeAAe%2CgBAAgB%2CaAnBtC%3BAAoBC%2CKAAM%2CcAAc%2CgBAAgB%2CaApBrC%3BAAqBC%2CKAAM%2CaAAa%2CgBAAgB%2CaArBpC%3BAAsBC%2CKAAM%2CaAAa%2CgBAAgB%2CaAtBpC%3BEAuBE%2CYAAA%3B%3BAAzdH%2CYAkcC%2CkBAyBC%3BEACC%2CoBAAA%3B%3BAA5dH%2CYAgeC%3BEACC%2CWAAA%3BEACA%2CYAAA%3B%3BAACA%2CKAAM%2CgBAAgB%2CaAHvB%3BEAIE%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAED%2CKAAM%2CeAAe%2CgBAAgB%2CaAVtC%3BAAWC%2CKAAM%2CcAAc%2CgBAAgB%2CaAXrC%3BAAYC%2CKAAM%2CaAAa%2CgBAAgB%2CaAZpC%3BAAaC%2CKAAM%2CaAAa%2CgBAAgB%2CaAbpC%3BEAcE%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CeAAA%3B%3BAAED%2CKAAM%2CaAAa%2CgBAAgB%2CaApBpC%3BAAqBC%2CKAAM%2CcAAc%2CgBAAgB%2CaArBrC%3BEAsBE%2CaAAA%3B%3BAAED%2CKAAM%2CeAAe%2CgBAAgB%2CaAxBtC%3BAAyBC%2CKAAM%2CcAAc%2CgBAAgB%2CaAzBrC%3BAA0BC%2CKAAM%2CaAAa%2CgBAAgB%2CaA1BpC%3BAA2BC%2CKAAM%2CaAAa%2CgBAAgB%2CaA3BpC%3BEA4BE%2CWAAA%3B%3BAA5fH%2CYAgeC%2CcA8BC%3BEACC%2CWAAA%3B%3BAACA%2CKAAM%2CeAAe%2CgBAAgB%2CaAhCvC%2CcA8BC%3BAAGC%2CKAAM%2CcAAc%2CgBAAgB%2CaAjCtC%2CcA8BC%3BAAIC%2CKAAM%2CaAAa%2CgBAAgB%2CaAlCrC%2CcA8BC%3BAAKC%2CKAAM%2CaAAa%2CgBAAgB%2CaAnCrC%2CcA8BC%3BAAMC%2CKAAM%2CeAAe%2CgBAAgB%2CaApCvC%2CcA8BC%3BAAOC%2CKAAM%2CcAAc%2CgBAAgB%2CaArCtC%2CcA8BC%3BAAQC%2CKAAM%2CaAAa%2CgBAAgB%2CaAtCrC%2CcA8BC%3BAASC%2CKAAM%2CaAAa%2CgBAAgB%2CaAvCrC%2CcA8BC%3BAAUC%2CKAAM%2CeAAe%2CgBAAgB%2CaAxCvC%2CcA8BC%3BAAWC%2CKAAM%2CcAAc%2CgBAAgB%2CaAzCtC%2CcA8BC%3BAAYC%2CKAAM%2CaAAa%2CgBAAgB%2CaA1CrC%2CcA8BC%3BAAaC%2CKAAM%2CaAAa%2CgBAAgB%2CaA3CrC%2CcA8BC%3BEAcE%2CYAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAA9gBJ%2CYAgeC%2CcA8BC%2CSAkBC%3BEACC%2CsBAAA%3B%3BAACA%2CYAlDH%2CcA8BC%2CSAkBC%2CMAEE%3BEACA%2CiCAAA%3BEACA%2CyBAAA%3B%3BAAED%2CKAAM%2CeAAe%2CgBAAgB%2CaAtDxC%2CcA8BC%2CSAkBC%3BAAOC%2CKAAM%2CcAAc%2CgBAAgB%2CaAvDvC%2CcA8BC%2CSAkBC%3BAAQC%2CKAAM%2CaAAa%2CgBAAgB%2CaAxDtC%2CcA8BC%2CSAkBC%3BAASC%2CKAAM%2CaAAa%2CgBAAgB%2CaAzDtC%2CcA8BC%2CSAkBC%3BEAUE%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAED%2CKAAM%2CgBAAgB%2CaA9DzB%2CcA8BC%2CSAkBC%3BAAeC%2CKAAM%2CgBAAgB%2CaA%5C%2FDzB%2CcA8BC%2CSAkBC%3BEAgBE%2CeAAA%3BEACA%2CgBAAA%3B%3BAACA%2CKAJK%2CgBAAgB%2CaA9DzB%2CcA8BC%2CSAkBC%2CMAkBG%3BAAAD%2CKAHK%2CgBAAgB%2CaA%5C%2FDzB%2CcA8BC%2CSAkBC%2CMAkBG%3BEACA%2CgBAAA%3B%3BAAGF%2CKAAM%2CgBAAgB%2CaAtEzB%2CcA8BC%2CSAkBC%3BEAuBE%2CeAAA%3BEACA%2CgBAAA%3B%3BAACA%2CKAHK%2CgBAAgB%2CaAtEzB%2CcA8BC%2CSAkBC%2CMAyBG%3BEACA%2CgBAAA%3B%3BAAGF%2CKAAM%2CgBAAgB%2CaA7EzB%2CcA8BC%2CSAkBC%3BEA8BE%2CeAAA%3BEACA%2CgBAAA%3B%3BAACA%2CKAHK%2CgBAAgB%2CaA7EzB%2CcA8BC%2CSAkBC%2CMAgCG%3BEACA%2CmCAAA%3B%3BAAGF%2CKAAM%2CgBAAgB%2CaApFzB%2CcA8BC%2CSAkBC%3BEAqCE%2CiBAAA%3BEACA%2CmBAAA%3B%3BAACA%2CKAHK%2CgBAAgB%2CaApFzB%2CcA8BC%2CSAkBC%2CMAuCG%3BEACA%2CmCAAA%3B%3BAAGF%2CKAAM%2CeAAe%2CgBAAgB%2CaA3FxC%2CcA8BC%2CSAkBC%3BAA4CC%2CKAAM%2CcAAc%2CgBAAgB%2CaA5FvC%2CcA8BC%2CSAkBC%3BAA6CC%2CKAAM%2CaAAa%2CgBAAgB%2CaA7FtC%2CcA8BC%2CSAkBC%3BAA8CC%2CKAAM%2CaAAa%2CgBAAgB%2CaA9FtC%2CcA8BC%2CSAkBC%3BEA%2BCE%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAKF%2CKAAM%2CeAAe%2CgBAAgB%2CaArGvC%2CcAoGC%3BAAEC%2CKAAM%2CcAAc%2CgBAAgB%2CaAtGtC%2CcAoGC%3BAAGC%2CKAAM%2CaAAa%2CgBAAgB%2CaAvGrC%2CcAoGC%3BAAIC%2CKAAM%2CaAAa%2CgBAAgB%2CaAxGrC%2CcAoGC%3BAAKC%2CKAAM%2CeAAe%2CgBAAgB%2CaAzGvC%2CcAoGC%3BAAMC%2CKAAM%2CcAAc%2CgBAAgB%2CaA1GtC%2CcAoGC%3BAAOC%2CKAAM%2CaAAa%2CgBAAgB%2CaA3GrC%2CcAoGC%3BAAQC%2CKAAM%2CaAAa%2CgBAAgB%2CaA5GrC%2CcAoGC%3BAASC%2CKAAM%2CeAAe%2CgBAAgB%2CaA7GvC%2CcAoGC%3BAAUC%2CKAAM%2CcAAc%2CgBAAgB%2CaA9GtC%2CcAoGC%3BAAWC%2CKAAM%2CaAAa%2CgBAAgB%2CaA%5C%2FGrC%2CcAoGC%3BAAYC%2CKAAM%2CaAAa%2CgBAAgB%2CaAhHrC%2CcAoGC%3BAAaC%2CKAAM%2CeAAe%2CgBAAgB%2CaAjHvC%2CcAoGC%3BAAcC%2CKAAM%2CcAAc%2CgBAAgB%2CaAlHtC%2CcAoGC%3BAAeC%2CKAAM%2CaAAa%2CgBAAgB%2CaAnHrC%2CcAoGC%3BAAgBC%2CKAAM%2CaAAa%2CgBAAgB%2CaApHrC%2CcAoGC%3BEAiBE%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAACA%2CKAnBK%2CeAAe%2CgBAAgB%2CaArGvC%2CcAoGC%2CMAoBG%2COACE%3BAADH%2CKAlBK%2CcAAc%2CgBAAgB%2CaAtGtC%2CcAoGC%2CMAoBG%2COACE%3BAADH%2CKAjBK%2CaAAa%2CgBAAgB%2CaAvGrC%2CcAoGC%2CMAoBG%2COACE%3BAADH%2CKAhBK%2CaAAa%2CgBAAgB%2CaAxGrC%2CcAoGC%2CMAoBG%2COACE%3BAADH%2CKAfK%2CeAAe%2CgBAAgB%2CaAzGvC%2CcAoGC%2CMAoBG%2COACE%3BAADH%2CKAdK%2CcAAc%2CgBAAgB%2CaA1GtC%2CcAoGC%2CMAoBG%2COACE%3BAADH%2CKAbK%2CaAAa%2CgBAAgB%2CaA3GrC%2CcAoGC%2CMAoBG%2COACE%3BAADH%2CKAZK%2CaAAa%2CgBAAgB%2CaA5GrC%2CcAoGC%2CMAoBG%2COACE%3BAADH%2CKAXK%2CeAAe%2CgBAAgB%2CaA7GvC%2CcAoGC%2CMAoBG%2COACE%3BAADH%2CKAVK%2CcAAc%2CgBAAgB%2CaA9GtC%2CcAoGC%2CMAoBG%2COACE%3BAADH%2CKATK%2CaAAa%2CgBAAgB%2CaA%5C%2FGrC%2CcAoGC%2CMAoBG%2COACE%3BAADH%2CKARK%2CaAAa%2CgBAAgB%2CaAhHrC%2CcAoGC%2CMAoBG%2COACE%3BAADH%2CKAPK%2CeAAe%2CgBAAgB%2CaAjHvC%2CcAoGC%2CMAoBG%2COACE%3BAADH%2CKANK%2CcAAc%2CgBAAgB%2CaAlHtC%2CcAoGC%2CMAoBG%2COACE%3BAADH%2CKALK%2CaAAa%2CgBAAgB%2CaAnHrC%2CcAoGC%2CMAoBG%2COACE%3BAADH%2CKAJK%2CaAAa%2CgBAAgB%2CaApHrC%2CcAoGC%2CMAoBG%2COACE%3BEACD%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEAEA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CSAAA%3B%3BAAZF%2CKAnBK%2CeAAe%2CgBAAgB%2CaArGvC%2CcAoGC%2CMAoBG%2COACE%2CWAYD%3BAAbF%2CKAlBK%2CcAAc%2CgBAAgB%2CaAtGtC%2CcAoGC%2CMAoBG%2COACE%2CWAYD%3BAAbF%2CKAjBK%2CaAAa%2CgBAAgB%2CaAvGrC%2CcAoGC%2CMAoBG%2COACE%2CWAYD%3BAAbF%2CKAhBK%2CaAAa%2CgBAAgB%2CaAxGrC%2CcAoGC%2CMAoBG%2COACE%2CWAYD%3BAAbF%2CKAfK%2CeAAe%2CgBAAgB%2CaAzGvC%2CcAoGC%2CMAoBG%2COACE%2CWAYD%3BAAbF%2CKAdK%2CcAAc%2CgBAAgB%2CaA1GtC%2CcAoGC%2CMAoBG%2COACE%2CWAYD%3BAAbF%2CKAbK%2CaAAa%2CgBAAgB%2CaA3GrC%2CcAoGC%2CMAoBG%2COACE%2CWAYD%3BAAbF%2CKAZK%2CaAAa%2CgBAAgB%2CaA5GrC%2CcAoGC%2CMAoBG%2COACE%2CWAYD%3BAAbF%2CKAXK%2CeAAe%2CgBAAgB%2CaA7GvC%2CcAoGC%2CMAoBG%2COACE%2CWAYD%3BAAbF%2CKAVK%2CcAAc%2CgBAAgB%2CaA9GtC%2CcAoGC%2CMAoBG%2COACE%2CWAYD%3BAAbF%2CKATK%2CaAAa%2CgBAAgB%2CaA%5C%2FGrC%2CcAoGC%2CMAoBG%2COACE%2CWAYD%3BAAbF%2CKARK%2CaAAa%2CgBAAgB%2CaAhHrC%2CcAoGC%2CMAoBG%2COACE%2CWAYD%3BAAbF%2CKAPK%2CeAAe%2CgBAAgB%2CaAjHvC%2CcAoGC%2CMAoBG%2COACE%2CWAYD%3BAAbF%2CKANK%2CcAAc%2CgBAAgB%2CaAlHtC%2CcAoGC%2CMAoBG%2COACE%2CWAYD%3BAAbF%2CKALK%2CaAAa%2CgBAAgB%2CaAnHrC%2CcAoGC%2CMAoBG%2COACE%2CWAYD%3BAAbF%2CKAJK%2CaAAa%2CgBAAgB%2CaApHrC%2CcAoGC%2CMAoBG%2COACE%2CWAYD%3BEACC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3B%3BAAIH%2CKAxCK%2CeAAe%2CgBAAgB%2CaArGvC%2CcAoGC%2CMAyCG%3BAAAD%2CKAvCK%2CcAAc%2CgBAAgB%2CaAtGtC%2CcAoGC%2CMAyCG%3BAAAD%2CKAtCK%2CaAAa%2CgBAAgB%2CaAvGrC%2CcAoGC%2CMAyCG%3BAAAD%2CKArCK%2CaAAa%2CgBAAgB%2CaAxGrC%2CcAoGC%2CMAyCG%3BAAAD%2CKApCK%2CeAAe%2CgBAAgB%2CaAzGvC%2CcAoGC%2CMAyCG%3BAAAD%2CKAnCK%2CcAAc%2CgBAAgB%2CaA1GtC%2CcAoGC%2CMAyCG%3BAAAD%2CKAlCK%2CaAAa%2CgBAAgB%2CaA3GrC%2CcAoGC%2CMAyCG%3BAAAD%2CKAjCK%2CaAAa%2CgBAAgB%2CaA5GrC%2CcAoGC%2CMAyCG%3BAAAD%2CKAhCK%2CeAAe%2CgBAAgB%2CaA7GvC%2CcAoGC%2CMAyCG%3BAAAD%2CKA%5C%2FBK%2CcAAc%2CgBAAgB%2CaA9GtC%2CcAoGC%2CMAyCG%3BAAAD%2CKA9BK%2CaAAa%2CgBAAgB%2CaA%5C%2FGrC%2CcAoGC%2CMAyCG%3BAAAD%2CKA7BK%2CaAAa%2CgBAAgB%2CaAhHrC%2CcAoGC%2CMAyCG%3BAAAD%2CKA5BK%2CeAAe%2CgBAAgB%2CaAjHvC%2CcAoGC%2CMAyCG%3BAAAD%2CKA3BK%2CcAAc%2CgBAAgB%2CaAlHtC%2CcAoGC%2CMAyCG%3BAAAD%2CKA1BK%2CaAAa%2CgBAAgB%2CaAnHrC%2CcAoGC%2CMAyCG%3BAAAD%2CKAzBK%2CaAAa%2CgBAAgB%2CaApHrC%2CcAoGC%2CMAyCG%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAA5CF%2CKAAM%2CeAAe%2CgBAAgB%2CaArGvC%2CcAoGC%2CMA%2BCE%2CEAAC%3BAA7CF%2CKAAM%2CcAAc%2CgBAAgB%2CaAtGtC%2CcAoGC%2CMA%2BCE%2CEAAC%3BAA5CF%2CKAAM%2CaAAa%2CgBAAgB%2CaAvGrC%2CcAoGC%2CMA%2BCE%2CEAAC%3BAA3CF%2CKAAM%2CaAAa%2CgBAAgB%2CaAxGrC%2CcAoGC%2CMA%2BCE%2CEAAC%3BAA1CF%2CKAAM%2CeAAe%2CgBAAgB%2CaAzGvC%2CcAoGC%2CMA%2BCE%2CEAAC%3BAAzCF%2CKAAM%2CcAAc%2CgBAAgB%2CaA1GtC%2CcAoGC%2CMA%2BCE%2CEAAC%3BAAxCF%2CKAAM%2CaAAa%2CgBAAgB%2CaA3GrC%2CcAoGC%2CMA%2BCE%2CEAAC%3BAAvCF%2CKAAM%2CaAAa%2CgBAAgB%2CaA5GrC%2CcAoGC%2CMA%2BCE%2CEAAC%3BAAtCF%2CKAAM%2CeAAe%2CgBAAgB%2CaA7GvC%2CcAoGC%2CMA%2BCE%2CEAAC%3BAArCF%2CKAAM%2CcAAc%2CgBAAgB%2CaA9GtC%2CcAoGC%2CMA%2BCE%2CEAAC%3BAApCF%2CKAAM%2CaAAa%2CgBAAgB%2CaA%5C%2FGrC%2CcAoGC%2CMA%2BCE%2CEAAC%3BAAnCF%2CKAAM%2CaAAa%2CgBAAgB%2CaAhHrC%2CcAoGC%2CMA%2BCE%2CEAAC%3BAAlCF%2CKAAM%2CeAAe%2CgBAAgB%2CaAjHvC%2CcAoGC%2CMA%2BCE%2CEAAC%3BAAjCF%2CKAAM%2CcAAc%2CgBAAgB%2CaAlHtC%2CcAoGC%2CMA%2BCE%2CEAAC%3BAAhCF%2CKAAM%2CaAAa%2CgBAAgB%2CaAnHrC%2CcAoGC%2CMA%2BCE%2CEAAC%3BAA%5C%2FBF%2CKAAM%2CaAAa%2CgBAAgB%2CaApHrC%2CcAoGC%2CMA%2BCE%2CEAAC%3BAA9CF%2CKAAM%2CeAAe%2CgBAAgB%2CaArGvC%2CcAoGC%2CMA%2BCmB%2CEAAC%3BAA7CnB%2CKAAM%2CcAAc%2CgBAAgB%2CaAtGtC%2CcAoGC%2CMA%2BCmB%2CEAAC%3BAA5CnB%2CKAAM%2CaAAa%2CgBAAgB%2CaAvGrC%2CcAoGC%2CMA%2BCmB%2CEAAC%3BAA3CnB%2CKAAM%2CaAAa%2CgBAAgB%2CaAxGrC%2CcAoGC%2CMA%2BCmB%2CEAAC%3BAA1CnB%2CKAAM%2CeAAe%2CgBAAgB%2CaAzGvC%2CcAoGC%2CMA%2BCmB%2CEAAC%3BAAzCnB%2CKAAM%2CcAAc%2CgBAAgB%2CaA1GtC%2CcAoGC%2CMA%2BCmB%2CEAAC%3BAAxCnB%2CKAAM%2CaAAa%2CgBAAgB%2CaA3GrC%2CcAoGC%2CMA%2BCmB%2CEAAC%3BAAvCnB%2CKAAM%2CaAAa%2CgBAAgB%2CaA5GrC%2CcAoGC%2CMA%2BCmB%2CEAAC%3BAAtCnB%2CKAAM%2CeAAe%2CgBAAgB%2CaA7GvC%2CcAoGC%2CMA%2BCmB%2CEAAC%3BAArCnB%2CKAAM%2CcAAc%2CgBAAgB%2CaA9GtC%2CcAoGC%2CMA%2BCmB%2CEAAC%3BAApCnB%2CKAAM%2CaAAa%2CgBAAgB%2CaA%5C%2FGrC%2CcAoGC%2CMA%2BCmB%2CEAAC%3BAAnCnB%2CKAAM%2CaAAa%2CgBAAgB%2CaAhHrC%2CcAoGC%2CMA%2BCmB%2CEAAC%3BAAlCnB%2CKAAM%2CeAAe%2CgBAAgB%2CaAjHvC%2CcAoGC%2CMA%2BCmB%2CEAAC%3BAAjCnB%2CKAAM%2CcAAc%2CgBAAgB%2CaAlHtC%2CcAoGC%2CMA%2BCmB%2CEAAC%3BAAhCnB%2CKAAM%2CaAAa%2CgBAAgB%2CaAnHrC%2CcAoGC%2CMA%2BCmB%2CEAAC%3BAA%5C%2FBnB%2CKAAM%2CaAAa%2CgBAAgB%2CaApHrC%2CcAoGC%2CMA%2BCmB%2CEAAC%3BAAAU%2CKA9CvB%2CeAAe%2CgBAAgB%2CaArGvC%2CcAoGC%2CMA%2BC%2BB%3BAAAD%2CKA7CvB%2CcAAc%2CgBAAgB%2CaAtGtC%2CcAoGC%2CMA%2BC%2BB%3BAAAD%2CKA5CvB%2CaAAa%2CgBAAgB%2CaAvGrC%2CcAoGC%2CMA%2BC%2BB%3BAAAD%2CKA3CvB%2CaAAa%2CgBAAgB%2CaAxGrC%2CcAoGC%2CMA%2BC%2BB%3BAAAD%2CKA1CvB%2CeAAe%2CgBAAgB%2CaAzGvC%2CcAoGC%2CMA%2BC%2BB%3BAAAD%2CKAzCvB%2CcAAc%2CgBAAgB%2CaA1GtC%2CcAoGC%2CMA%2BC%2BB%3BAAAD%2CKAxCvB%2CaAAa%2CgBAAgB%2CaA3GrC%2CcAoGC%2CMA%2BC%2BB%3BAAAD%2CKAvCvB%2CaAAa%2CgBAAgB%2CaA5GrC%2CcAoGC%2CMA%2BC%2BB%3BAAAD%2CKAtCvB%2CeAAe%2CgBAAgB%2CaA7GvC%2CcAoGC%2CMA%2BC%2BB%3BAAAD%2CKArCvB%2CcAAc%2CgBAAgB%2CaA9GtC%2CcAoGC%2CMA%2BC%2BB%3BAAAD%2CKApCvB%2CaAAa%2CgBAAgB%2CaA%5C%2FGrC%2CcAoGC%2CMA%2BC%2BB%3BAAAD%2CKAnCvB%2CaAAa%2CgBAAgB%2CaAhHrC%2CcAoGC%2CMA%2BC%2BB%3BAAAD%2CKAlCvB%2CeAAe%2CgBAAgB%2CaAjHvC%2CcAoGC%2CMA%2BC%2BB%3BAAAD%2CKAjCvB%2CcAAc%2CgBAAgB%2CaAlHtC%2CcAoGC%2CMA%2BC%2BB%3BAAAD%2CKAhCvB%2CaAAa%2CgBAAgB%2CaAnHrC%2CcAoGC%2CMA%2BC%2BB%3BAAAD%2CKA%5C%2FBvB%2CaAAa%2CgBAAgB%2CaApHrC%2CcAoGC%2CMA%2BC%2BB%3BEAC5B%2CeAAA%3B%3BAAGF%2CKAAM%2CeAAe%2CgBAAgB%2CaAvJvC%2CcAoGC%3BAAoDC%2CKAAM%2CcAAc%2CgBAAgB%2CaAxJtC%2CcAoGC%3BAAqDC%2CKAAM%2CaAAa%2CgBAAgB%2CaAzJrC%2CcAoGC%3BAAsDC%2CKAAM%2CaAAa%2CgBAAgB%2CaA1JrC%2CcAoGC%3BEAuDE%2CmBAAA%3B%3BAAED%2CKAAM%2CeAAe%2CgBAAgB%2CaA7JvC%2CcAoGC%3BAA0DC%2CKAAM%2CcAAc%2CgBAAgB%2CaA9JtC%2CcAoGC%3BAA2DC%2CKAAM%2CaAAa%2CgBAAgB%2CaA%5C%2FJrC%2CcAoGC%3BAA4DC%2CKAAM%2CaAAa%2CgBAAgB%2CaAhKrC%2CcAoGC%3BEA6DE%2CkBAAA%3B%3BAAED%2CKAAM%2CeAAe%2CgBAAgB%2CaAnKvC%2CcAoGC%3BAAgEC%2CKAAM%2CcAAc%2CgBAAgB%2CaApKtC%2CcAoGC%3BAAiEC%2CKAAM%2CaAAa%2CgBAAgB%2CaArKrC%2CcAoGC%3BAAkEC%2CKAAM%2CaAAa%2CgBAAgB%2CaAtKrC%2CcAoGC%3BEAmEE%2CmBAAA%3B%3BAAcA%2CKAZK%2CeAAe%2CgBAAgB%2CaAzKvC%2CcAoGC%2CMAiFG%2COACE%3BAADH%2CKAXK%2CcAAc%2CgBAAgB%2CaA1KtC%2CcAoGC%2CMAiFG%2COACE%3BAADH%2CKAVK%2CaAAa%2CgBAAgB%2CaA3KrC%2CcAoGC%2CMAiFG%2COACE%3BAADH%2CKATK%2CaAAa%2CgBAAgB%2CaA5KrC%2CcAoGC%2CMAiFG%2COACE%3BAADH%2CKARK%2CeAAe%2CgBAAgB%2CaA7KvC%2CcAoGC%2CMAiFG%2COACE%3BAADH%2CKAPK%2CcAAc%2CgBAAgB%2CaA9KtC%2CcAoGC%2CMAiFG%2COACE%3BAADH%2CKANK%2CaAAa%2CgBAAgB%2CaA%5C%2FKrC%2CcAoGC%2CMAiFG%2COACE%3BAADH%2CKALK%2CaAAa%2CgBAAgB%2CaAhLrC%2CcAoGC%2CMAiFG%2COACE%3BAADH%2CKAJK%2CeAAe%2CgBAAgB%2CaAjLvC%2CcAoGC%2CMAiFG%2COACE%3BAADH%2CKAHK%2CcAAc%2CgBAAgB%2CaAlLtC%2CcAoGC%2CMAiFG%2COACE%3BAADH%2CKAFK%2CaAAa%2CgBAAgB%2CaAnLrC%2CcAoGC%2CMAiFG%2COACE%3BAADH%2CKADK%2CaAAa%2CgBAAgB%2CaApLrC%2CcAoGC%2CMAiFG%2COACE%3BEACD%2CYAAA%3B%3BAAQF%2CKAJK%2CeAAe%2CgBAAgB%2CaA3LvC%2CcAoGC%2CMA2FG%3BAAAD%2CKAHK%2CcAAc%2CgBAAgB%2CaA5LtC%2CcAoGC%2CMA2FG%3BAAAD%2CKAFK%2CaAAa%2CgBAAgB%2CaA7LrC%2CcAoGC%2CMA2FG%3BAAAD%2CKADK%2CaAAa%2CgBAAgB%2CaA9LrC%2CcAoGC%2CMA2FG%3BEACA%2CaAAA%3B%3BAAhqBL%2CYAgeC%2CcAoMC%2CSACC%3BEACC%2CWAAA%3B%3BAACA%2CKAAM%2CgBAAgB%2CaAvMzB%2CcAoMC%2CSACC%3BAAGC%2CKAAM%2CgBAAgB%2CaAxMzB%2CcAoMC%2CSACC%3BAAIC%2CKAAM%2CgBAAgB%2CaAzMzB%2CcAoMC%2CSACC%3BEAKE%2CWAAA%3BEACA%2CUAAA%3B%3BAACA%2CKALK%2CgBAAgB%2CaAvMzB%2CcAoMC%2CSACC%2COAOG%3BAAAD%2CKAJK%2CgBAAgB%2CaAxMzB%2CcAoMC%2CSACC%2COAOG%3BAAAD%2CKAHK%2CgBAAgB%2CaAzMzB%2CcAoMC%2CSACC%2COAOG%3BEACA%2CeAAA%3B%3BAAQN%2CKAAM%2CaAAY%2CqBACjB%2CaACC%2COAAM%3BEACL%2CSAAA%3BEACA%2CUAAA%3B%3BAAJH%2CKAAM%2CaAAY%2CqBACjB%2CaAKC%2CQAAO%3BAANT%2CKAAM%2CaAAY%2CqBACjB%2CaAMC%3BEACC%2CaAAA%3B%3BAARH%2CKAAM%2CaAAY%2CqBACjB%2CaASC%3BEACC%2CyBAAA%3B%3BAAED%2CKAbI%2CaAAY%2CqBACjB%2CaAYE%2CcACA%2CQAAO%3BEACN%2CgBAAA%3BEACA%2CeAAA%3B%3BAAHF%2CKAbI%2CaAAY%2CqBACjB%2CaAYE%2CcACA%2CQAAO%2CQAGN%3BEACC%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAPH%2CKAbI%2CaAAY%2CqBACjB%2CaAYE%2CcACA%2CQAAO%2CQAGN%2CMAIC%3BEACC%2CcAAA%3B%3BAAIH%2CKA1BG%2CaAAY%2CqBACjB%2CaAYE%2CcAaC%3BEACA%2CqDAAA%3BEACA%2CkDAAA%3BEACA%2CgDAAA%3BEACA%2C6CAAA%3B%3BAAJD%2CKA1BG%2CaAAY%2CqBACjB%2CaAYE%2CcAaC%2CeAKA%3BEACC%2CYAAA%3B%3BAANF%2CKA1BG%2CaAAY%2CqBACjB%2CaAYE%2CcAaC%2CeAKA%2CaAEC%2COAAM%3BAAPR%2CKA1BG%2CaAAY%2CqBACjB%2CaAYE%2CcAaC%2CeAKA%2CaAGC%2COAAM%3BEACL%2CUAAA%3BEACA%2CSAAA%3B%3BAAVH%2CKA1BG%2CaAAY%2CqBACjB%2CaAYE%2CcAaC%2CeAKA%2CaAOC%2CQAAO%3BEACN%2CMAAA%3BEACA%2C%2BBAAA%3B%3BAAxCN%2CKAAM%2CaAAY%2CqBA8CjB%2CQAAO%2CQACN%3BEACC%2CaAAA%3B%3BAAIH%2CsBACC%2CkBACC%2COAAM%2COAAO%3BEACZ%2CkBAAA%3B%3BAAHH%2CsBACC%2CkBACC%2COAAM%2COAAO%2CSAEZ%2CSAAQ%2CIAAK%3BEACZ%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAOH%2CKAAM%2CgBAAgB%2COADjB%3BEAEJ%2CaAAA%3B%3BAAIF%2CIAAI%2CqBACH%2CQAAO%3BEACN%2CkBAAA%3B%3BAAFF%2CIAAI%2CqBACH%2CQAAO%2CQAEN%3BEACC%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAPH%2CIAAI%2CqBAUH%3BEACC%2CeAAA%3B%3BAAXF%2CIAAI%2CqBAUH%2CwBAEC%3BEACC%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAACA%2CIAhBC%2CqBAUH%2CwBAEC%2COAIE%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApBJ%2CIAAI%2CqBAUH%2CwBAEC%2COAUC%3BEACC%2CWAAA%3BEACA%2CkBAAA%3B%3BAAxBJ%2CIAAI%2CqBAUH%2CwBAkBC%2CiBACC%2COACC%3BEACC%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAOL%2CgBAAiB%3BEAChB%2CUAAA%3B%3BAAIA%2CKAAM%2CgBAAgB%3BAACtB%2CKAAM%2CgBAAgB%3BEACrB%2CWAAA%3B%3BAAED%2CaAAC%2CeACA%2CIACG%3BEACD%2CUAAA%3B%3BAAKF%2CKAAM%2CeAAe%2CcADtB%2CQAAO%3BAAEN%2CKAAM%2CcAAc%2CcAFrB%2CQAAO%3BAAGN%2CKAAM%2CaAAa%2CcAHpB%2CQAAO%3BAAIN%2CKAAM%2CaAAa%2CcAJpB%2CQAAO%3BEAKL%2CcAAA%3B%3BAASD%2CaAHD%2CgBAGK%3BAAAJ%2CaAFD%2CgBAEK%3BAAAJ%2CaADD%2CgBACK%3BEACH%2CoBAAA%3B%3BAALH%2CaAQC%2CUAAS%3BEACR%2CkBAAA%3B%3BAAIF%3BEACC%2CWAAA%3BEACA%2CcAAA%3B%3BAAFD%2CWAGG%3BEACD%2CqBAAA%3B%3BAACA%2CKAAM%2CaAAa%2CgBAAgB%2CYAFlC%3BAAGD%2CKAAM%2CcAAc%2CgBAAgB%2CYAHnC%3BEAIA%2CkBAAA%3B%3BAAGA%2CKAAM%2CaAAa%2CgBAAgB%2CYAPnC%2CKAMC%3BAAED%2CKAAM%2CcAAc%2CgBAAgB%2CYARpC%2CKAMC%3BEAGA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAHD%2CKAAM%2CaAAa%2CgBAAgB%2CYAPnC%2CKAMC%2CKAKE%2CKAAG%2CGAAG%3BAAHT%2CKAAM%2CcAAc%2CgBAAgB%2CYARpC%2CKAMC%2CKAKE%2CKAAG%2CGAAG%3BEACP%2CgBAAA%3B%3BAAfL%2CWAGG%2CKAMC%2CKASC%2CKAAG%2CGAAG%3BEACP%2CyBAAA%3B%3BAAnBJ%2CWAGG%2CKAMC%2CKASC%2CKAAG%2CGAAG%2CEAEP%3BEACC%2CyBAAA%3B%3BAArBL%2CWA2BC%3BEACC%2CUAAA%3B%3BAAOE%2CQAH2B%3BEAG3B%2CWARH%2CGAEC%2CGACE%2COAAO%2CMACL%3BIAEA%2CeAAA%3B%3B%3BAAeN%2CaACC%3BEACC%2CWAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3B%3BAAIF%3BEACC%2CgBAAA%3B%3BAAGD%2CeAIC%2CaACC%3BAAJF%2CeAGC%2CaACC%3BAAHF%2CeAEC%2CaACC%3BAAFF%2CeACC%2CaACC%3BEACC%2C6BAAA%3B%3BAANH%2CeASC%2CcACC%2CSACC%3BAAVH%2CeAQC%2CcACC%2CSACC%3BAATH%2CeAOC%2CcACC%2CSACC%3BAARH%2CeAMC%2CcACC%2CSACC%3BEACC%2C0BAAA%3B%3B%3BAAsZJ%2CeAAgB%3BAAChB%2CeAAgB%3BAAChB%2CeAAgB%3BAAChB%2CeAAgB%3BAAChB%2COAAO%2CQAAS%2CcAAc%3BAAC9B%2COAAO%2CQAAS%2CQAAO%3BEACtB%2CiCAAA%3BEACA%2C8BAAA%3BEACA%2C4BAAA%3BEACA%2CyBAAA%3B%3B%3BAAGD%2CYAAY%3BEACX%2CeAAA%3BEACA%2CWAAA%3BEACA%2CqDAAA%3BEACA%2CkDAAA%3BEACA%2CgDAAA%3BEACA%2C6CAAA%3BEACA%2CMAAA%3B%3BAAPD%2CYAAY%2CcAQX%2COAAM%3BEACL%2CcAAA%3B%3BAATF%2CYAAY%2CcAWX%2CQAAO%3BEACN%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAbF%2CYAAY%2CcAWX%2CQAAO%2CQAGN%3BEACC%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAAjBH%2CYAAY%2CcAoBX%3BAApBD%2CYAAY%2CcAqBX%2CSAAQ%3BAArBT%2CYAAY%2CcAsBX%3BEACC%2CwBAAA%3B%3BAAvBF%2CYAAY%2CcA0BX%2CcAAa%3BEACZ%2CWAAA%3BEACA%2CkBAAA%3BEACA%2C0BAAA%3BEACA%2CyBAAA%3B%3BAA9BF%2CYAAY%2CcA0BX%2CcAAa%2CSAKZ%3BEACC%2C0BAAA%3BEACA%2C2BAAA%3B%3BAAjCH%2CYAAY%2CcA0BX%2CcAAa%2CSAKZ%2CYAGC%2CUAAS%2CoBACR%3BEACC%2CkBAAA%3B%3BAApCL%2CYAAY%2CcAyCX%3BEACC%2CwBAAA%3B%3BAAED%2CYA5CW%2CcA4CV%2CIAAI%2CiBACJ%3BEACC%2CkBAAA%3BEACA%2CQAAA%3B%3B%3BAAKH%2CeAAe%2CcACd%2CQAAO%3BEACN%2CiBAAA%3B%3BAAFF%2CeAAe%2CcACd%2CQAAO%2CQAEN%3BEACC%2CaAAA%3B%3BAAJH%2CeAAe%2CcACd%2CQAAO%2CQAKN%3BEACC%2CgBAAA%3BEACA%2CWAAA%3B%3BAARH%2CeAAe%2CcACd%2CQAAO%2CQAKN%2CcAGC%2CQAAO%3BEACN%2CoBAAA%3B%3BAAKJ%2CeAAe%3BEACd%2CMAAA%3B%3BAADD%2CeAAe%2CcAEd%2CQAAO%2CQACN%3BEACC%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3B%3BAAPH%2CeAAe%2CcAEd%2CQAAO%2CQAON%2CcAAa%3BEACZ%2CQAAA%3BEACA%2CiBAAA%3B%3BAAXH%2CeAAe%2CcAEd%2CQAAO%2CQAWN%3BEACC%2CaAAA%3B%3BAAdH%2CeAAe%2CcAEd%2CQAAO%2CQAcN%2CcACC%3BEACC%2CaAAA%3B%3BAAlBJ%2CeAAe%2CcAsBd%2CcACC%2CYACC%2CQAAO%3BEACN%2CoBAAA%3B%3BAAKJ%2CeAAe%2CcACd%2CQAAO%2CQACN%3BEACC%2CaAAA%3B%3BAAIH%2CeAAe%3BEACd%2CMAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAALD%2CeAAe%2CcAMd%3BEACC%2CSAAA%3B%3BAAPF%2CeAAe%2CcASd%2COAAM%3BEACL%2CcAAA%3B%3BAAVF%2CeAAe%2CcAYd%2CQAAO%3BEACN%2CUAAA%3BEACA%2C4BAAA%3B%3BAAdF%2CeAAe%2CcAYd%2CQAAO%2CQAGN%3BEACC%2CQAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApBH%2CeAAe%2CcAuBd%2CQAAO%3BEACN%2CYAAA%3BEACA%2CkBAAA%3B%3BAAzBF%2CeAAe%2CcA2Bd%2COAAM%2COACL%3BEACC%2CaAAA%3B%3BAAIH%2CeAAe%3BEACd%2C0BAAA%3BEACA%2CuBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CqDAAA%3BEACA%2CkDAAA%3BEACA%2CgDAAA%3BEACA%2C6CAAA%3B%3BAARD%2CeAAe%2CcASd%3BEACC%2CmBAAA%3B%3BAAVF%2CeAAe%2CcASd%2CYAEC%2CQAAO%3BEACN%2CoBAAA%3B%3BAAIH%2CYAAY%3BEACX%2CeAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAHD%2CYAAY%2CqBAIX%2COAAM%3BEACL%2CqBAAA%3B%3BAAGF%2CoBACC%3BEACC%2CkBAAA%3B%3BAACA%2CoBAFD%2CUAEE%2CYACA%2CQACC%3BEACC%2CoBAAA%3B%3BAANL%2CoBAWC%3BEACC%2CWAAA%3B%3BAAZF%2CoBAWC%2CSAEC%2CSACC%3BEACC%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CqBAAX%3B%3BAAGF%2CoBAfD%2CSAeE%3BEACA%2CaAAA%3B%3BAA3BH%2CoBA8BC%3BEACC%2CcAAA%3BEACA%2CgBAAA%3B%3BAAhCF%2CoBA8BC%2CQAGC%3BEACC%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3B%3BAA1CH%2CoBA8BC%2CQAGC%2CGAUC%3BEACC%2CWAAA%3BEACA%2CWAAA%3BEAEA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAArDJ%2CoBA8BC%2CQAGC%2CGAUC%2CGAWC%2CgBACC%3BEACC%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAA5DN%2CoBA8BC%2CQAGC%2CGAUC%2CGAWC%2CgBAQC%3BEACC%2CiBAAA%3B%3BAA%5C%2FDN%2CoBA8BC%2CQAGC%2CGAUC%2CGAWC%2CgBAWC%3BEACC%2CeAAA%3BEACA%2C0BAAA%3B%3BAACA%2CoBAtCL%2CQAGC%2CGAUC%2CGAWC%2CgBAWC%2CUAGE%3BEACA%2CkBAAA%3B%3BAAED%2CoBAzCL%2CQAGC%2CGAUC%2CGAWC%2CgBAWC%2CUAME%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAzEP%2CoBA8BC%2CQAGC%2CGAUC%2CGAWC%2CgBAsBC%3BEACC%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAQN%3BEACC%2CkBAAA%3B%3B%3BAAoHD%3BEACC%2CYAAA%3B%3BAAOC%2CeADD%2CmBACE%3BAAAD%2CeADD%2CmBACE%3BAAAD%2CeADD%2CmBACE%3BAAAD%2CeADD%2CmBACE%3BEACA%2CSAAS%2COAAT%3BEACA%2CaAAa%2CYAAb%3B%3BAAKH%2CeACC%3BEACC%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAIF%2CKACC%3BEACC%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3BEACA%2C0CAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3BAACA%2CKAbD%2COAaE%3BEACA%2CUAAA%3BEACA%2CoBAAA%3B%3BAAGD%2CKAlBD%2COAkBE%3BEACA%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2CwBAAA%3BEACA%2CuBAAA%3BEACA%2CqBAAA%3BEACA%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2CuBAAA%3BEACA%2CqBAAA%3B%3BAATD%2CKAlBD%2COAkBE%2COAUA%3BEACC%2CUAAA%3BEACA%2CmBAAmB%2CaAAnB%3BEACA%2CgBAAgB%2CaAAhB%3BEACA%2CeAAe%2CaAAf%3BEACA%2CcAAc%2CaAAd%3BEACA%2CWAAW%2CaAAX%3BEACA%2C8BAAA%3BEACA%2C2BAAA%3BEACA%2CyBAAA%3BEACA%2CuBAAA%3B%3BAAvCJ%2CKACC%2COA0CC%3BEACC%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAA9CH%2CKACC%2COA0CC%2CWAIC%3BEACC%2CeAAA%3BEACA%2CeAAA%3B%3BAAjDJ%2CKACC%2COAmDC%2CMAAK%2CWACJ%3BEACC%2C0BAAA%3BEACA%2C6BAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3B%3BAACA%2CKAzDH%2COAmDC%2CMAAK%2CWACJ%2CoBAKE%3BEACA%2CSAAA%3B%3BAADD%2CKAzDH%2COAmDC%2CMAAK%2CWACJ%2CoBAKE%2CWAEA%3BEACC%2CWAAA%3B%3BAAHF%2CKAzDH%2COAmDC%2CMAAK%2CWACJ%2CoBAKE%2CWAEA%2CcAEC%3BEACC%2CcAAA%3B%3BAALH%2CKAzDH%2COAmDC%2CMAAK%2CWACJ%2CoBAKE%2CWAEA%2CcAEC%2CGAEC%3BEACC%2CkBAAA%3B%3BAAPJ%2CKAzDH%2COAmDC%2CMAAK%2CWACJ%2CoBAKE%2CWAEA%2CcAEC%2CGAKC%3BAATH%2CKAzDH%2COAmDC%2CMAAK%2CWACJ%2CoBAKE%2CWAEA%2CcAEC%2CGAMC%3BEACC%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAZJ%2CKAzDH%2COAmDC%2CMAAK%2CWACJ%2CoBAKE%2CWAEA%2CcAEC%2CGAUC%2CaACC%3BEACC%2CkBAAA%3B%3BAAGF%2CKA5EN%2COAmDC%2CMAAK%2CWACJ%2CoBAKE%2CWAEA%2CcAEC%2CGAeE%3BEACA%2C8BAAA%3B%3BAAMJ%2CKAnFH%2COAmDC%2CMAAK%2CWACJ%2CoBA%2BBE%2CaACA%2CcACC%3BEACC%2CqBAAA%3B%3BAAHH%2CKAnFH%2COAmDC%2CMAAK%2CWACJ%2CoBA%2BBE%2CaACA%2CcACC%2CGAEC%3BEACC%2CkBAAA%3B%3BAALJ%2CKAnFH%2COAmDC%2CMAAK%2CWACJ%2CoBA%2BBE%2CaACA%2CcACC%2CGAKC%3BEACC%2CkBAAA%3B%3BAA5FR%2CKACC%2COAmDC%2CMAAK%2CWACJ%2CoBA4CC%3BEACC%2CcAAA%3BEACA%2CWAAA%3B%3BAAnGL%2CKACC%2COAmDC%2CMAAK%2CWACJ%2CoBA4CC%2CcAGC%3BEACC%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAtGN%2CKACC%2COAmDC%2CMAAK%2CWACJ%2CoBA4CC%2CcAOC%3BEACC%2CcAAA%3B%3BAAzGN%2CKACC%2COA8GC%3BEACC%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAlHH%2CKACC%2COA8GC%2CgBAIC%3BEACC%2CkBAAA%3B%3BAApHJ%2CKACC%2COA8GC%2CgBAIC%2CSAEC%3BEACC%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAAxHL%2CKACC%2COA8GC%2CgBAYC%3BEACC%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2C4BAAA%3BEACA%2C6BAAA%3B%3BAA%5C%2FHJ%2CKACC%2COA8GC%2CgBAkBC%3BEACC%2CaAAA%3B%3BAAlIJ%2CKACC%2COA8GC%2CgBAqBC%2CEAAC%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3B%3BAACA%2CKA1IH%2COA8GC%2CgBAqBC%2CEAAC%2CYAOC%3BEACA%2CYAAA%3B%3BAA5IL%2CKACC%2COA8GC%2CgBAgCC%2CQAAO%3BEACN%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3B%3BAApJJ%2CKACC%2COAsJC%3BEACC%2CMAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CUAAA%3BEACA%2CwCAAA%3BEACA%2CgCAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAAlKH%2CKACC%2COAmKC%3BEACC%2CUAAA%3BEACA%2CwBAAA%3BEACA%2CUAAA%3BEACA%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2CwBAAA%3BEACA%2CuBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAmB%2CkBAAnB%3BEACA%2CgBAAgB%2CkBAAhB%3BEACA%2CeAAe%2CkBAAf%3BEACA%2CcAAc%2CkBAAd%3BEACA%2CWAAW%2CkBAAX%3B%3BAAjLH%2CKACC%2COAkLC%2COAAM%2CaAAa%3BEAClB%2C2BAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAIH%3BEACC%2CcAAA%3B%3BAADD%2CkBAEC%3BEACC%2CeAAA%3B%3BAAsCF%2CgBA7BwC%2C2BAA8B%3B%3BEAErE%2CKAAM%2COAAO%3BIACZ%2C2BAAA%3BIAEA%2CyBAAA%3B%3BEAED%2CqBAAsB%2CQAAO%3BIAC5B%2CaAAA%3B%3BEAED%2CKAAM%3BIACL%2C6BAAA%3B%3BEAED%2COAAQ%2CmBAAmB%3BIAC1B%2C6BAAA%3BIACA%2CkBAAA%3B%3BEAED%2COAAQ%2CmBAAmB%2CiBAAgB%3BIAC1C%2C0BAAA%3BIACA%2CmBAAA%3B%3BEAED%2CKAAM%2COAAM%3BIACX%2C0BAAA%3B%3BEAED%2COAAQ%2CmBAAmB%3BIAC1B%2C6BAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BACxlEF%3BEACE%2CyBAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAAGF%2CWAAY%3BEACV%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAGF%3BEACE%2COAAO%2CiBAAP%3BEACA%2CoBAAA%3B%3BAAGF%2CuBAAwB%3BEACtB%2CqBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAC3BF%2C0BAA2B%3BEACzB%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAUF%2CQAP0B%3BEACxB%2C0BAA2B%2CuBAAuB%3BIAChD%2C0BAAA%3BIACA%2CqBAAA%3B%3B%3BAAUJ%2CwBAN0C%2CuBAAwB%3BEAChE%2C0BAA2B%2CuBAAuB%3BIAChD%2CqBAAA%3B%3B%3BAAIJ%2C0BAA2B%2CuBAAuB%3BEAChD%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CoCAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3B%3BAAGF%2CsBAAsB%2CMAAO%3BEAC3B%2CqBAAA%3BEACA%2CeAAA%3B%3BAAGF%2C0BAA2B%2CuBAAuB%3BEAChD%2CcAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3B%3BACjDF%3BEACI%2CmBAAA%3B%3BAADJ%2C0BAGI%2CcAAc%3BEACV%2CeAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3B%3BAAVR%2C0BAaI%2CcAAc%3BEACV%2CaAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAhBR%2C0BAmBI%2CWAAU%2CkBAAmB%3BAAnBjC%2C0BAoBI%2CWAAU%2CkBAAmB%3BEACzB%2CeAAA%3B%3BAArBR%2C0BAwBI%3BEACI%2CaAAA%3BEACA%2CYAAA%3B%3BAA1BR%2C0BA6BI%2CoBAAoB%3BEAChB%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAAhCR%2C0BAmCI%2CoBAAoB%3BEAChB%2COAAA%3BEACA%2CWAAA%3B%3BAArCR%2C0BAwCI%2CoBAAoB%3BEAChB%2CSAAA%3B%3BAAzCR%2C0BA4CI%2CoBAAoB%3BEAChB%2CMAAA%3B%3BAA7CR%2C0BAgDI%2CeAAe%2CWAAU%3BEACrB%2CyBAAA%3B%3BAAjDR%2C0BAoDI%2CeAAe%3BEACX%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAvDR%2C0BA0DI%2CeAAe%2CmBAAmB%3BEAC9B%2CWAAA%3B%3BAA3DR%2C0BA8DI%3BAA9DJ%2C0BA%2BDI%2CmBAAmB%3BAA%5C%2FDvB%2C0BAgEI%2CkBAAkB%3BEACd%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAApER%2C0BAuEI%2CgBAAgB%3BAAvEpB%2C0BAwEI%2CgBAAgB%2CEAAC%3BAAxErB%2C0BAyEI%2CgBAAgB%2CEAAC%3BAAzErB%2C0BA0EI%2CgBAAgB%2CEAAC%3BAA1ErB%2C0BA2EI%2CgBAAgB%3BAA3EpB%2C0BA4EI%2CgBAAgB%2CEAAC%3BAA5ErB%2C0BA6EI%2CgBAAgB%2CEAAC%3BAA7ErB%2C0BA8EI%2CgBAAgB%2CEAAC%3BEACb%2CcAAA%3BEACA%2CqBAAA%3B%3BAAhFR%2C0BAmFI%3BEACI%2C%2BBAAA%3B%3BAApFR%2C0BAuFI%3BAAvFJ%2C0BAwFI%2CmBAAmB%3BAAxFvB%2C0BAyFI%2CkBAAkB%3BEACd%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAA7FR%2C0BAgGI%2CiBAAiB%3BAAhGrB%2C0BAiGI%2CiBAAiB%2CEAAC%3BAAjGtB%2C0BAkGI%2CiBAAiB%2CEAAC%3BEACd%2CWAAA%3BEACA%2CqBAAA%3B%3BAApGR%2C0BAuGI%3BEACI%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3B%3BAAhHR%2C0BAmHI%2CaAAa%3BEACT%2C6BAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CaAAA%3B%3BAA1HR%2C0BA6HI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAhIR%2C0BAmII%3BEACI%2CqBAAA%3B%3BAApIR%2C0BAuII%3BEACI%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3BAA1IR%2C0BA6II%2CIAAG%3BEACC%2CaAAA%3BEACA%2CYAAA%3B%3BAA%5C%2FIR%2C0BAkJI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3B%3BAAvJR%2C0BA0JI%2CWAAW%2CEAAC%2CWAAW%3BEACnB%2CcAAA%3BEACA%2CqBAAA%3B%3BAA5JR%2C0BA%2BJI%2CWAAW%2CiBAAgB%3BEACvB%2CqBAAA%3B%3BAAhKR%2C0BAmKI%2CaAAa%2CqBAAoB%3BEAC7B%2CyBAAA%3BEACA%2CWAAA%3B%3BAArKR%2C0BAwKI%2CWAAU%3BEACN%2CqBAAA%3B%3BAAzKR%2C0BA4KI%3BEACI%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAA%5C%2FKR%2C0BAkLI%2CcAAc%2CkBAAiB%3BEAC3B%2CqCAAA%3BEACA%2CoCAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CWAAW%2CcAAX%3BEACA%2CUAAA%3B%3BAA5LR%2C0BA%2BLI%2CcAAc%2C4BAA2B%3BEACrC%2CWAAW%2CaAAX%3B%3BAAhMR%2C0BAmMI%3BEACI%2CYAAA%3B%3BAAIR%3BEACI%2CYAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAC7MA%2CyBAA0B%3BEAElB%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CyBARsB%2COAQrB%3BEACG%2CWAAA%3B%3BAAGJ%2CyBAZsB%2COAYrB%3BAACD%2CyBAbsB%2COAarB%3BEACG%2CmBAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3B%3BAAGJ%2CyBAnBsB%2COAmBrB%2CWAAY%3BAACb%2CyBApBsB%2COAoBrB%2CWAAY%3BEACT%2CUAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CyBAzBsB%2COAyBrB%2CWAAY%2CSAAS%3BEAClB%2CgBAAA%3B%3BAA1BR%2CyBAA0B%2COA6BtB%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BAAIR%2CyBAA0B%3BEACtB%2CWAAA%3B%3BAAGJ%2CyBAA0B%2COAAM%2CUAAa%2CSAAM%3BEAC%5C%2FC%2CcAAA%3BEACA%2CSAAS%2CGAAT%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CUAAW%2COAAM%2CoBAAqB%3BEAE9B%2CYAAA%3BEACA%2CgBAAA%3B%3BAAHR%2CUAAW%2COAAM%2CoBAAqB%2CUAMlC%3BEACI%2CWAAA%3BEACA%2CiBAAA%3B%3B%3B%3B%3B%3BAChER%2CoBACI%2CQAAO%2CIAAI%2CeACP%2CMAAK%3BEACD%2CWAAA%3BEACA%2CUAAA%3B%3BAAJZ%2CoBAQI%2CQAAO%2CIAAI%2CqBACP%2CMAAK%3BEACD%2CWAAA%3BEACA%2CUAAA%3B%3BACJR%2CcAAC%3BEACG%2CmBAAA%3B%3BACPR%2CuBAEI%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3B%3BA1HCR%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3B%3BAACA%2CeAAgB%3BAAChB%2CaAAc%3BEACV%2CcAAA%3B%3BAALR%2COAQI%3BEACI%2CcAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CIAAK%3BEACD%2CsBAAA%3B%3BAAGJ%2COAAC%3BEACG%2CcAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CmBAAoB%3BEAChB%2CcAAA%3BEACA%2CuBAAA%3B%3BAAGJ%2CaAAc%2CQACR%3BEACE%2CkBAAA%3B%3BAH7BZ%2CcAYI%3BEACI%2CgBAAA%3B%3BAAbR%2CcAgBI%3BEACI%2CiBAAA%3B%3BAAjBR%2CcAgBI%2CqBAGM%3BEvB2QV%2CiBAAA%3BEuBzQY%2CgBAAA%3B%3BAArBZ%2CcAgBI%2CqBAQI%3BEACI%2CqBAAA%3BEACA%2CqBAAA%3B%3BAAWA%2CcAPR%2C2BACI%2CKAMK%3BEACG%2CiBAAA%3B%3BAAGJ%2CcAXR%2C2BACI%2CKAUK%3BEACG%2CkBAAA%3B%3BAA1ChB%2CcAsDI%2CcACI%3BEACI%2CqBAAA%3B%3BAACA%2CcAHR%2CcACI%2CGAEK%3BEACG%2CSAAS%2CIAAT%3B%3BAA1DhB%2CcAsDI%2CcAQI%3BEACI%2CSAAA%3B%3BAAMZ%3BEAEI%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BA8H1EA%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%3BAAkBX%2CwBAND%2C8BACA%2C8BAA6B%3BEACzB%3BIACI%2CYAAA%3BIACA%2CUAAA%3B%3B%3BAC1FI%2CkBAHJ%2CcAGK%2CIAAI%3BAAAL%2CkBAFJ%2CcAEK%2CIAAI%3BAAAL%2CkBADJ%2CiBACK%2CIAAI%3BEACD%2CqBAAA%3B%3BAALZ%2CkBACI%2CcAOI%3BAARR%2CkBAEI%2CcAMI%3BAARR%2CkBAGI%2CiBAKI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3B%3BArGVZ%2CYACI%3BEACI%2CgBAAA%3B%3BAsGyDA%2COADH%2CUACI%3BEACG%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2COALP%2CUACI%2CMAII%3BEACG%2CmBAAA%3B%3BAAGJ%2COATP%2CUACI%2CMAQI%2CmBAAmB%3BEvJ6NhC%2CcAAA%3BEuJ3NgB%2CSAAS%2CGAAT%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAIR%2COApBH%2CUAoBI%3BEvJkNT%2CcAAA%3BEuJhNY%2CkBAAA%3B%3BAAGJ%2COAzBH%2CUAyBI%3BEACG%2CcAAA%3B%3BAAEA%2COA5BP%2CUAyBI%2CQAGI%3BEACG%2CgBAAA%3B%3BAAJR%2COAzBH%2CUAyBI%2CQAOG%2C%2BBAA%2BB%3BEvJsM3C%2CcAAA%3BEuJpMgB%2CYAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAIR%2COA5CH%2CUA4CI%2CKAEG%3BAADJ%2COA7CH%2CUA6CI%2CaACG%3BEvJwLZ%2CmBAAA%3BEAAA%2CcAAA%3B%3BAuJpLgB%2COAlDX%2CUA4CI%2CKAEG%2CeAIK%3BAAAD%2COAlDX%2CUA6CI%2CaACG%2CeAIK%3BEvJoLjB%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAuJ3KI%2COAAC%3BEvJ2KL%2CyBAAA%3BEuJzKQ%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%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%3BEvJyJT%2CmBAAA%3BEAAA%2CcAAA%3BEuJtJY%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAEA%2COA5BP%2COAkBI%2CKAUI%3BEvJ%2BIb%2CsBAAA%3B%3BAuJ1IQ%2COAjCH%2COAiCI%3BEvJ0IT%2C0BAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAuJpIQ%2COAvCH%2COAuCI%2CIAAI%2CWAAW%3BEvJoIxB%2CsBAAA%3BEAAA%2CWAAA%3BEAAA%2CuBAAA%3B%3BAuJ5HY%2COA%5C%2FCP%2COA6CI%2CMAEI%2CIAAI%2CWAAW%3BAAAhB%2COA%5C%2FCP%2COA8CI%2CMACI%2CIAAI%2CWAAW%3BEvJ4H5B%2CsBAAA%3BEAAA%2C0BAAA%3B%3BAuJtHQ%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%3BEvJkCb%2CmBAAmB%2CcAAnB%3BEACI%2CeAAe%2CcAAf%3BEACI%2CWAAW%2CcAAX%3BEAsDR%2CmBAAA%3BEuJvFgB%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAIR%2COA9FH%2COA8FI%3BEvJ6ET%2CasE3RgC%2CyBtE2RhC%3B%3BAuJzEQ%2COAlGH%2COAkGI%3BEvJyET%2CyBAAA%3BEAAA%2CcAAA%3BEAAA%2CgBAAA%3BEuJrEY%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%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%3BEvJmBb%2CgBAAA%3BEAAA%2CyBAAA%3BEAAA%2CcAAA%3BEuJfgB%2CaAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAA9DR%2COAlGH%2COAkGI%2CQAiEG%3BEvJQZ%2CcAAA%3BEuJNgB%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%3BEvJPtB%2C%2BBAAA%3B%3BAuJWY%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%2CSACI%3BEACI%2CkBAAA%3BExJ8RR%2CiBAAA%3B%3BAwJ3RQ%2CSAJJ%2CMAIK%3BEACG%2CaAAA%3B%3BAAMR%2CgBADY%2CKACX%3BEACG%2CaAAA%3B%3BACFA%2C8BADJ%2CSACK%3BEACG%2CiBAAA%3B%3BAjJXZ%3BEACI%2CgBAAA%3B%3BAAOJ%3BEACI%2CWAAA%3BEACA%2CmBAAA%3B%3BAAFJ%2CyBAII%2CQAAO%3BERmRX%2CcAAA%3BEAAA%2CkBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CqBAAA%3BEQjRQ%2CSAAA%3BEACA%2CUAAA%3B%3BAAPR%2CyBAUI%3BEACI%2CaAAA%3B%3BAAXR%2CyBAkBI%3BEACI%2CmBAAA%3B%3BAAnBR%2CyBAkBI%2CyBAEI%2CUAAY%3BEACR%2C6BAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CyBANR%2CyBAEI%2CUAAY%2CSAIP%3BEACG%2CaAAA%3BEACA%2CcAAA%3B%3BAA1BhB%2CyBAkBI%2CyBAoBI%2COAAM%2COACF%3BEACI%2CWAAA%3BEACA%2CeAAA%3B%3BAAzChB%2CyBAkBI%2CyBAoBI%2COAAM%2COAMF%3BEAEI%2CcAAA%3BEACA%2CiBAAA%3B%3BAA%5C%2FChB%2CyBAkBI%2CyBAoBI%2COAAM%2COAgBF%3BEACI%2CqBAAA%3B%3BAAvDhB%2CyBA4DI%2CQAAO%3BEAEH%2CmBAAA%3B%3BAA9DR%2CyBAiEI%2CsBACM%3BEACE%2CmBAAA%3B%3BAAnEZ%2CyBAiEI%2CsBACM%2CSAGI%3BERkNd%2CcAAA%3BEAAA%2CkBAAA%3BEAAA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CeAAA%3BEAAA%2CmBAAA%3BEAAA%2CqBAAA%3B%3BAQvRA%2CyBAiEI%2CsBASM%3BAA1EV%2CyBAiEI%2CsBAUI%2CgBAAgB%3BEACZ%2CgCAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3B%3BAA9EZ%2CyBAiEI%2CsBAgBI%3BEACI%2CmBAAA%3B%3BAAlFZ%2CyBAiEI%2CsBAgBI%2CWAGI%3BEACI%2CcAAA%3BEACA%2CoBAAA%3B%3BAAtFhB%2CyBAiEI%2CsBAyBI%3BEACI%2CgBAAA%3B%3BAAEA%2CyBA5BR%2CsBAyBI%2CgBAGK%3BEACG%2CaAAA%3B%3BAA9FhB%2CyBAiEI%2CsBAyBI%2CgBAOM%3BERsLd%2CcAAA%3BEAAA%2CkBAAA%3BEAAA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CeAAA%3BEAAA%2CmBAAA%3BEAAA%2CqBAAA%3BEQpLgB%2CcAAA%3B%3BAAnGhB%2CyBAiEI%2CsBAsCI%2CQAAO%2CMAGD%3BEACE%2CmBAAA%3B%3BAA3GhB%2CyBAiEI%2CsBAuDI%3BEACI%2CkBAAA%3B%3BAAzHZ%2CyBAiEI%2CsBAuDI%2CqBAGM%3BEAEE%2CgBAAA%3B%3BAmCfhB%2CyBnC7CI%2CsBAuDI%2CqBAGM%2CUAIG%2CUmCjBhB%3BE3CyKD%2CS4ClOgB%2CO5CkOhB%3B%3BAQvRA%2CyBA%2BII%2CEAAC%3BERwIL%2CcAAA%3B%3BAQvRA%2CyBAmJI%2CQACI%2COAAM%3BERmId%2CgBAAA%3BEQxHY%2CgBAAA%3B%3BAA%5C%2FJZ%2CyBAmJI%2CQACI%2COAAM%2CIDunBZ%3BEPpfF%2CeAAA%3BEOwfI%2CqBAAA%3B%3BAC%5C%2FwBJ%2CyBAmJI%2CQACI%2COAAM%2CIAGF%3BEACI%2CgBAAA%3B%3BAAGJ%2CyBARR%2CQACI%2COAAM%2CIAOD%3BEACG%2CgBAAA%3B%3BAA5JhB%2CyBAmKI%3BEACI%2CgBAAA%3B%3BAApKR%2CyBAuKI%3BEACI%2C0BAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAChKR%3BEACI%2CcAAA%3B%3BAAIA%2CQAAC%3BETyNL%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3B%3BAStNI%2CQAAC%3BETkQL%2CiBAAA%3BEAAA%2CmBAAA%3BEAnCA%2CsBAAA%3BES7NQ%2CmBAAA%3B%3BAAEA%2CcAAe%2CSAJlB%3BEAKO%2CqBAAA%3BEACA%2CeAAA%3BEACA%2COAAO%2CmBAAP%3B%3BAAGJ%2CQAVH%2CKAUI%2CUAAU%3BEACP%2CcAAA%3B%3BAAKJ%2CQAhBH%2CKAgBI%3BEAEG%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CQA3BH%2CKA2BI%3BEACG%2CeAAA%3BEACA%2CYAAA%3B%3BAAEA%2CcAAe%2CSA%5C%2FBtB%2CKA2BI%3BEAKO%2CYAAA%3B%3BAAIR%2CQApCH%2CKAoCI%3BEACG%2CYAAA%3B%3BAADJ%2CQApCH%2CKAoCI%2CQAGK%3BEACE%2CiBAAA%3B%3BAAJR%2CQApCH%2CKAoCI%2CQAOG%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3B%3BAAVR%2CQApCH%2CKAoCI%2CQAOG%2CmBAKM%2CSAAM%3BEJyJxB%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BELgDA%2CgBAAA%3B%3BAK7CA%2CQIrNK%2CKAoCI%2CQAOG%2CmBAKM%2CSAAM%2COJqKvB%3BAACD%2CQItNK%2CKAoCI%2CQAOG%2CmBAKM%2CSAAM%2COJsKvB%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CQI3NK%2CKAoCI%2CQAOG%2CmBAKM%2CSAAM%2COJ2KvB%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CQIhOK%2CKAoCI%2CQAOG%2CmBAKM%2CSAAM%2COJgLvB%3BAACD%2CQIjOK%2CKAoCI%2CQAOG%2CmBAKM%2CSAAM%2COJiLvB%3BAACD%2CQAAQ%2CUAAW%2CSIlOd%2CKAoCI%2CQAOG%2CmBAKM%2CSAAM%3BEJmLpB%2CoBAAA%3BEL%2BBJ%2CYAAA%3B%3BAS9NQ%2CQApCH%2CKAoCI%2CQAOG%2CmBASM%3BEAKE%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAALA%2CQAtDf%2CKAoCI%2CQAOG%2CmBASM%2CUAEG%3BEACG%2CSAAA%3B%3BAAnBhB%2CQApCH%2CKAoCI%2CQA%2BBG%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAjCR%2CQApCH%2CKAoCI%2CQA%2BBG%2CiBAIM%2CSAAM%3BEACJ%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAKZ%2CQAhFH%2CKAgFI%3BEACG%2CgBAAA%3B%3BAAjFR%2CQAAC%2CKAoFG%2CyBACI%3BEACI%2CiBAAA%3B%3BAAtFZ%2CQAAC%2CKAoFG%2CyBAKI%3BEACI%2CeAAA%3BEACA%2CeAAA%3B%3BAA3FZ%2CQAAC%2CKA%2BFG%3BEACI%2CqBAAA%3B%3BAAhGR%2CQAAC%2CKA%2BFG%2CWAGI%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAApGZ%2CQAAC%2CKA%2BFG%2CWAQI%3BET2JZ%2CWAAA%3BESzJgB%2CeAAA%3B%3BAAzGZ%2CQAAC%2CKA6GG%3BEACI%2CeAAA%3B%3BAA9GR%2CQAAC%2CKA6GG%2CWAGI%3BEACI%2CmBAAA%3B%3BAAjHZ%2CQAAC%2CKAqHG%2CeACI%3BEACI%2CaAAA%3B%3BAAvHZ%2CQAAC%2CKA2HG%2CeACI%3BEACI%2CcAAA%3B%3BAA7HZ%2CQAAC%2CKAiIG%3BEACI%2CiBAAA%3B%3BAAlIR%2CQAAC%2CKAqIG%3BAArIJ%2CQAAC%2CKAsIG%3BEACI%2CSAAA%3B%3BAkC9CZ%2CQlCzFK%2CKA0IG%2CWkCjDP%3BE3CyKD%2CS4ClOgB%2CO5CkOhB%3B%3BASlQI%2CQAAC%2CKAgJG%3BETkHR%2CiBAAA%3BEShHY%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAOJ%2COAFD%2CKACH%2CSACK%3BEACG%2CcAAA%3B%3BAAGJ%2COAND%2CKACH%2CSAKK%3BEACG%2CeAAA%3B%3BAAKZ%2CgBACI%3BET0FJ%2CiBAAA%3B%3BAS3FA%2CgBAKI%2CqBAAuB%3BAAL3B%2CgBAMI%3BEACI%2CiBAAA%3B%3BAAPR%2CgBAUI%2CqBAAuB%3BAAV3B%2CgBAWI%3BAAXJ%2CgBAYI%2CqBAAuB%2CuBAAqB%3BAAZhD%2CgBAaI%2CMAAM%3BAAbV%2CgBAcI%2CMAAQ%2CuBAAoB%3BAAdhC%2CgBAeI%2CMAAQ%2CuBAAqB%3BET4EjC%2CiBAAA%3B%3BASvEQ%2CgBADJ%2CMACK%3BEACG%2CSAAS%2CIAAI%2CiBAAiB%2CIAA9B%3B%3BAAGJ%2CgBALJ%2CMAKK%3BEACG%2CSAAS%2CGAAT%3B%3BAAIA%2CgBAVR%2CMASM%2CuBACG%3BEACG%2CSAAS%2CiBAAiB%2CIAA1B%3B%3BAAQR%2CcADJ%2CSACK%3BEACG%2CcAAA%3BEACA%2CWAAA%3B%3BAAEA%2CcALR%2CSACK%2CKAII%3BEACG%2CkBAAA%3B%3BAAGJ%2CcATR%2CSACK%2CKAQI%3BEACG%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CcAhBR%2CSACK%2CKAeI%3BEACG%2CmBAAA%3BEACA%2CmBAAA%3B%3BA4ChPhB%2CcACI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAIR%3BEAEI%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAHJ%2CQAKI%3BErDuQJ%2CyBAAA%3BEAAA%2C8EAAA%3BEqDpQQ%2CkBAAA%3B%3BAARR%2CQAUI%3BEACI%2CkBAAA%3BEACA%2CSAAA%3B%3BAAEJ%2CQAAC%3BEACG%2COAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CMAAA%3BEACA%2CsBAAA%3B%3BAAEA%2CSAAS%2CQAAW%2CWAAS%2CSAThC%3BEAUO%2CaAAA%3B%3BAAKJ%2CiBADc%2CSACb%3BEACG%2CgBAAA%3B%3BAAIR%2CQAAC%3BErD0OL%2C6BAAA%3B%3BAqD1OI%2CQAAC%2CSAGG%3BEACI%2CaAAA%3B%3BAAEA%2CSAAS%2CQAAW%2CWAN3B%2CSAGG%3BEAIQ%2CcAAA%3B%3BAAzChB%2CQA8CI%3BEACI%2CqBAAA%3B%3BAAIR%3BEACI%2CYAAA%3B%3BAAEA%2CcAAe%3BEACX%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CSAAS%2CQAAW%2CWAAS%3BEACzB%2CaAAA%3B%3BAAGJ%2COAAC%3BEACG%2CqBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2COAAC%3BErDsML%2CqBAAA%3BE2C9QA%2CqBAAA%3B%3BAAMA%2COUkEK%2COVlEJ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS4C7OY%2CO5C6OZ%3BEAAA%2Ca6CvRe%2CY7CuRf%3BEAAA%2CsBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2COUqDC%2COVtDJ%2CMACI%3BE3C2PL%2CWAAA%3B%3BAqDtMI%2COAAC%2COV0LH%3BE3ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAqDwEQ%2COATH%2COASI%2CUAAU%3BEACP%2CSThDE%2COSgDF%3B%3BAAKZ%3BEACI%2CaAAA%3B%3BAAIA%2CQAAC%3BEACG%2CmBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CQAAC%3BEACG%2CgBAAA%3B%3BAAGJ%2CcAAe%2CSAAS%3BEACpB%2CaAAA%3B%3BAAXR%2CQAcI%3BEACI%2CqBAAA%3B%3BA3C%5C%2FGR%3BAACA%2CIAAI%3BEVkRJ%2CWAAA%3B%3BAU1QgB%2CYAHZ%2CiBACI%2CqBACM%2CuBACG%3BEACG%2CSAAS%2CIAAI%2CiBAAiB%2CGAA9B%3B%3BAAGJ%2CYAPZ%2CiBACI%2CqBACM%2CuBAKG%2CWAAW%3BEACR%2CSAAS%2CGAAT%3B%3BAATpB%2CYACI%2CiBAaI%2CMAAK%3BEACD%2CeAAA%3B%3BAAEA%2CYAhBR%2CiBAaI%2CMAAK%2CYAGA%3BEACG%2CSAAS%2CKAAK%2CiBAAiB%2CGAA%5C%2FB%3B%3BAAMhB%3BEACI%2CgBAAA%3B%3BAAaJ%2CeACI%3BEACI%2CcAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAAIR%3BAACA%3BAACA%3BEACI%2CmBAAA%3B%3BAAOJ%3BEACI%2CqBAAA%3BEACA%2CeAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CSAAA%3BEACA%2CcAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAOJ%2CQAAQ%2CMAKJ%2CaAAa%2COAAM%3BEACf%2CeAAA%3B%3BAANR%2CQAAQ%2CMASJ%3BEACI%2CcAAA%3BEVgLR%2CcAAA%3BEAAA%2CiBAAA%3B%3BAU1LA%2CQAAQ%2CMAeJ%2CSAAQ%3BEACJ%2CqBAAA%3B%3BAAhBR%2CQAAQ%2CMAmBJ%2COAAM%3BEVuKV%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAWhBA%2CQAAQ%2CMAmBJ%2COAAM%2COXGR%3BEACE%2CqBAAA%3BEACA%2CmBAAA%3B%3BAWxBJ%2CQAAQ%2CMAmBJ%2COAAM%2COAEA%3BEACE%2CgBAAA%3B%3BAAtBZ%2CQAAQ%2CMAmBJ%2COAAM%2COAMF%3BEACI%2CcAAA%3B%3BAA1BZ%2CQAAQ%2CMAmBJ%2COAAM%2COAUF%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BAAKZ%2CQAAQ%2CKAAK%3BEACT%2CWAAA%3BEACA%2CmBAAA%3B%3BAAFJ%2CQAAQ%2CKAAK%2CSAIT%3BEACI%2CWAAA%3BEP0HR%2CYAAA%3B%3BAO%5C%2FHA%2CQAAQ%2CKAAK%2CSAIT%2CuBP6HF%2CQAGI%2CKACI%3BAOrIV%2CQAAQ%2CKAAK%2CSAIT%2CuBP8HF%2CQAEI%2CKACI%3BAOrIV%2CQAAQ%2CKAAK%2CSAIT%2CuBP%2BHF%2CQACI%2CKACI%3BAOrIV%2CQAAQ%2CKAAK%2CSAIT%2CuBP6HF%2CQAGI%2CKAEI%3BAOtIV%2CQAAQ%2CKAAK%2CSAIT%2CuBP8HF%2CQAEI%2CKAEI%3BAOtIV%2CQAAQ%2CKAAK%2CSAIT%2CuBP%2BHF%2CQACI%2CKAEI%3BEACE%2CYAAA%3B%3BAOvIZ%2CQAAQ%2CKAAK%2CSAIT%2CuBPnBF%2CQAGI%2CKACI%3BAOWV%2CQAAQ%2CKAAK%2CSAIT%2CuBPlBF%2CQAEI%2CKACI%3BAOWV%2CQAAQ%2CKAAK%2CSAIT%2CuBPjBF%2CQACI%2CKACI%3BEHiKV%2C%2BBAAA%3B%3BAUtJA%2CQAAQ%2CKAAK%2CSAIT%2CuBPnBF%2CQAGI%2CKAII%3BAOQV%2CQAAQ%2CKAAK%2CSAIT%2CuBPlBF%2CQAEI%2CKAII%3BAOQV%2CQAAQ%2CKAAK%2CSAIT%2CuBPjBF%2CQACI%2CKAII%3BEH8JV%2C0BAAA%3B%3BAU3IA%2CkBACI%3BEV0IJ%2CcAAA%3BEUxIQ%2CgCAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAANR%2CkBACI%2CoBAOI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAXZ%2CkBACI%2CoBAOI%2CWAKI%2CiBACM%3BEACE%2CcAAA%3BEACA%2CoBAAA%3B%3BAAEA%2CkBAjBhB%2CoBAOI%2CWAKI%2CiBACM%2COAIG%3BEACG%2CgBAAA%3B%3BAAnBxB%2CkBACI%2CoBAwBI%2CqBAAuB%3BAAzB%5C%2FB%2CkBACI%2CoBAyBI%2CMAAQ%3BAA1BhB%2CkBACI%2CoBA0BI%3BEVgHR%2CiBAAA%3B%3BAU3IA%2CkBACI%2CoBAwBI%2CqBAAuB%2CuBAInB%3BAA7BZ%2CkBACI%2CoBAyBI%2CMAAQ%2CuBAGJ%3BAA7BZ%2CkBACI%2CoBA0BI%2CMAEI%3BEV8GZ%2CiBAAA%3BEU5GgB%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAhChB%2CkBACI%2CoBAmCI%2CeAAe%3BEVuGvB%2CiBAAA%3BEUrGY%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAvCZ%2CkBACI%2CoBAyCI%2CWACI%2CeAAe%3BEVgG3B%2CeAAA%3BEU9FgB%2CgBAAA%3B%3BAAMA%2CkBAlDZ%2CoBAgDI%2CeACI%2CaACK%3BEACG%2CSAAS%2CIAAT%3B%3BAApDpB%2CkBACI%2CoBAwDI%3BEACI%2CmBAAA%3B%3BAA1DZ%2CkBA8DI%3BEACI%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAApER%2CkBAuEI%3BEACI%2CeAAA%3B%3BAAEA%2CkBAHJ%2COAGK%3BAACD%2CkBAJJ%2COAIK%3BEACG%2CgBAAA%3BEACA%2CyBAAA%3B%3BAA7EZ%2CkBAiFI%2CSAAQ%2CUAAU%3BEACd%2CqBAAA%3BEACA%2CqBAAA%3B%3BAAKI%2CkBAFR%2CSACK%2CUACI%2CIACG%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CkBAPhB%2CSACK%2CUACI%2CIACG%2CMAIK%3BEACG%2CSAAS%2CIAAT%3B%3BAANZ%2CkBAFR%2CSACK%2CUACI%2CIAUG%3BEACI%2CqBAAA%3B%3BAAIR%2CkBAjBR%2CSACK%2CUAgBI%3BEACG%2CcAAA%3B%3BAAIR%2CkBAtBJ%2CSAsBK%3BEACG%2CcAAA%3B%3BAA7GZ%2CkBAiHI%3BEACI%2CWAAA%3BEACA%2CmBAAA%3B%3BAAnHR%2CkBAsHI%3BEACI%2CWAAA%3B%3BAAvHR%2CkBA0HI%2CwBACI%3BEACI%2CgBAAA%3B%3BAAOJ%2CwBADJ%2CUACK%3BEACG%2CgBAAA%3B%3BAAHZ%2CwBAOI%2CgCACI%3BEVER%2CgBAAA%3BEAAA%2CiBAAA%3BEUCY%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3B%3BAAfZ%2CwBAOI%2CgCAYI%2CMAAK%2CgBACC%2CSAAM%3BEACJ%2CgBAAA%3B%3BAAOA%2CwBArBZ%2CgCAkBK%2CSAEG%2CQACK%3BAAAD%2CwBArBZ%2CgCAmBK%2CUACG%2CQACK%3BEACG%2CSAAS%2CGAAT%3BEVnBpB%2CcAAA%3BEAAA%2CiBAAA%3B%3BAUVA%2CwBAoCI%2COACI%3BEACI%2CcAAA%3BEV5BZ%2CiBAAA%3B%3BAUVA%2CwBA0CI%2COACI%2CMAAK%3BEACD%2CcAAA%3B%3BAAKZ%2CuBAAwB%3BAACxB%2CmBAAoB%3BEVxCpB%2CcAAA%3BEU0CI%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3B%3BAALJ%2CuBAAwB%2CWAOpB%3BAANJ%2CmBAAoB%2CWAMhB%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAATR%2CuBAAwB%2CWAOpB%2CWAII%2CiBAAmB%3BAAV3B%2CmBAAoB%2CWAMhB%2CWAII%2CiBAAmB%3BEACf%2CqBAAA%3B%3BAAZZ%2CuBAAwB%2CWAgBpB%2CiBACM%3BAAhBV%2CmBAAoB%2CWAehB%2CiBACM%3BEACE%2CcAAA%3BEACA%2CoBAAA%3B%3BAAEA%2CuBArBY%2CWAgBpB%2CiBACM%2COAIG%3BAAAD%2CmBApBQ%2CWAehB%2CiBACM%2COAIG%3BEACG%2CgBAAA%3B%3BAAtBhB%2CuBAAwB%2CWAgBpB%2CiBAUI%3BAAzBR%2CmBAAoB%2CWAehB%2CiBAUI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAA7BZ%2CuBAAwB%2CWAgBpB%2CiBAgBI%2CqBAAuB%3BAA%5C%2FB%5C%2FB%2CmBAAoB%2CWAehB%2CiBAgBI%2CqBAAuB%3BAAhC%5C%2FB%2CuBAAwB%2CWAgBpB%2CiBAiBI%2CMAAQ%3BAAhChB%2CmBAAoB%2CWAehB%2CiBAiBI%2CMAAQ%3BAAjChB%2CuBAAwB%2CWAgBpB%2CiBAkBI%3BAAjCR%2CmBAAoB%2CWAehB%2CiBAkBI%3BEVzER%2CiBAAA%3BEU2EY%2CiBAAA%3B%3BAApCZ%2CuBAAwB%2CWAgBpB%2CiBAgBI%2CqBAAuB%2CuBAMnB%3BAArCZ%2CmBAAoB%2CWAehB%2CiBAgBI%2CqBAAuB%2CuBAMnB%3BAAtCZ%2CuBAAwB%2CWAgBpB%2CiBAiBI%2CMAAQ%2CuBAKJ%3BAArCZ%2CmBAAoB%2CWAehB%2CiBAiBI%2CMAAQ%2CuBAKJ%3BAAtCZ%2CuBAAwB%2CWAgBpB%2CiBAkBI%2CMAII%3BAArCZ%2CmBAAoB%2CWAehB%2CiBAkBI%2CMAII%3BEV7EZ%2CiBAAA%3BEU%2BEgB%2CgBAAA%3B%3BAAMhB%2CWAaI%2CQAAO%3BEAQH%2CmBAAA%3B%3BAAJA%2CWAJJ%2CQAAO%2COAIF%2CIAAI%3BEACD%2CmBAAA%3B%3BAAOZ%3BEACI%2CeAAA%3B%3BAADJ%2CoBAGI%3BEACI%2CgBAAA%3B%3BAAIR%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAiCjSJ%2CqBjCmSI%2CQAAO%2CUiCnSV%3BE3CyKD%2CS4ClOgB%2CO5CkOhB%3B%3BAUgIA%3BEAEI%2CqBAAA%3B%3BAAFJ%2CYAII%3BEACI%2CmBAAA%3B%3BAAEA%2CYAHJ%2CMAGK%3BEACG%2CgBAAA%3B%3BAARZ%2CYAYI%3BAAZJ%2CYAaI%3BEACI%2CqBAAA%3B%3BAAIR%3BAACA%3BAACA%3BEACI%2CcAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEVzJA%2CuBAAA%3BEAAA%2CSAAA%3BEAAA%2CUAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEK5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BANvDA%2CyBAAC%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CyBAAC%3BEC4ID%2CcAAA%3BEAAA%2CqBAAA%3B%3BADvIA%2CyBAAC%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAKxFA%2CyBAAC%3BAACD%2CyBAAC%3BAACD%2CyBAAC%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CyBAAC%3BAACD%2CyBAAC%3BAACD%2CQAAQ%2CUAAW%3BEL%2BEnB%2CcAAA%3BEAAA%2CYAAA%3BEK5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAK2OJ%2CQACI%2CeACI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAJZ%2CQACI%2CeAMI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3B%3BAATZ%2CQACI%2CeAMI%2CmBAII%3BEACI%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAdhB%2CQACI%2CeAiBI%3BEACI%2CaAAA%3B%3BAAnBZ%2CQACI%2CeAqBI%3BEACI%2CkBAAA%3B%3BAAvBZ%2CQACI%2CeAyBI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAA5BZ%2CQACI%2CeA8BI%3BEACI%2CcAAA%3BEACA%2CaAAA%3B%3BAAjCZ%2CQACI%2CeAmCI%3BEACI%2CiBAAA%3B%3BAArCZ%2CQACI%2CeAuCI%3BEVzMR%2CcAAA%3BEU2MY%2CeAAA%3BEACA%2CmBAAA%3B%3BAA3CZ%2CQACI%2CeA6CI%2CUACI%3BEACI%2CeAAA%3BEACA%2CUAAA%3B%3BAAjDhB%2CQACI%2CeA6CI%2CUAMI%2CMAAK%3BEACD%2CqBAAA%3B%3BAAKJ%2CQAzDR%2CeAwDI%2CQACK%3BEAEG%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAOJ%2CQAFR%2CeACI%2CQACK%3BEAEG%2CcAAA%3B%3BAAvEhB%2CQA4EI%2CQAAO%3BEACH%2CgBAAA%3B%3BAA7ER%2CQAwFI%3BEAEI%2CmBAAA%3B%3BAA1FR%2CQAwFI%2CsBAII%3BEAEI%2CWAAA%3BEACA%2CmBAAA%3B%3BAA%5C%2FFZ%2CQAuGI%2CqBACI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3B%3BAA1GZ%2CQAuGI%2CqBAMI%3BEACI%2CSAAA%3B%3BAASZ%2CsBAAsB%2CoBAClB%2CQAAO%3BEACH%2CmBAAA%3B%3B%3B%3B%3BAAoNR%2CIAAI%2C8BACA%2CQAAO%3BEACH%2CYAAA%3BEACA%2CcAAA%3B%3BAAIR%2CcAAc%3BEACV%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAJJ%2CcAAc%2CWAMV%2CkBAAoB%2CQAAQ%2CKACtB%3BAAPV%2CcAAc%2CWAMV%2CkBAAoB%2CQAAQ%2CKAEtB%3BEACE%2CaAAA%3B%3BAAKZ%3BEACI%2CmBAAA%3B%3BAADJ%2CiBAGI%3BEACI%2CaAAA%3BEACA%2CYAAA%3B%3BAAEA%2CiBAJJ%2CMAIK%3BEACG%2C4BAAA%3B%3BAADJ%2CiBAJJ%2CMAIK%2CMAUG%2CWAAU%3BEACN%2CcAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAKJ%2CiBAtBR%2CMAqBK%2CQACI%3BAACD%2CiBAvBR%2CMAqBK%2CQAEI%3BEACG%2C6BAAA%3B%3BAAIR%2CiBA5BJ%2CMA4BK%3BEVliBT%2CiBAAA%3B%3BAUkiBQ%2CiBA5BJ%2CMA4BK%2CUAGG%3BEACI%2CYAAA%3BEACA%2CeAAA%3B%3BAAIR%2CiBArCJ%2CMAqCK%3BEACG%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAHJ%2CiBArCJ%2CMAqCK%2COAKG%2CQAAO%3BEAEH%2CoBAAA%3B%3BAA%5C%2FChB%2CiBAGI%2CMAgDI%2CWAAU%3BEACN%2CgBAAA%3BEACA%2CWAAA%3B%3BAAKJ%2CiBADJ%2CGACK%3BEACG%2C4BAAA%3B%3BAA3DZ%2CiBA%2BDI%3BEACI%2CcAAA%3BEACA%2CmBAAA%3B%3BAAjER%2CiBAoEI%3BEACI%2CcAAA%3B%3BAArER%2CiBAwEI%3BAAxEJ%2CiBAyEI%3BAAzEJ%2CiBA0EI%2CSAAQ%3BAA1EZ%2CiBA2EI%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BAA7ER%2CiBAgFI%3BEACI%2CgBAAA%3B%3BAAGI%2CiBAJR%2CqBAGI%2CQACK%3BEACG%2CUAAA%3B%3BAAGJ%2CiBARR%2CqBAGI%2CQAKK%3BAACD%2CiBATR%2CqBAGI%2CQAMK%3BEV5lBb%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CiBAAA%3B%3BAUmmBQ%2CiBADJ%2CQACK%3BEACG%2CmBAAA%3B%3BAAKZ%2CWAAW%3BEVzmBX%2CgBAAA%3BEU2mBI%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CcAKI%2CcAAc%3BEACV%2CiBAAA%3B%3BAANR%2CcASI%2CQAAO%3BEAEH%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAbR%2CcAoBI%3BEACI%2CgBAAA%3B%3BAA0GR%2CMAAM%2CQACF%2CQAAO%3BEAEH%2CmBAAA%3B%3BAAHR%2CMAAM%2CQAMF%3BEACI%2CkBAAA%3BEACA%2CUAAA%3B%3BAARR%2CMAAM%2CQAWF%2CmBAAmB%3BEACf%2CiBAAA%3B%3BAAZR%2CMAAM%2CQAeF%2COAAM%3BEACF%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAYZ%2C0BAA2B%2CwBACvB%2CkBAAiB%2CSAAY%2C0BAAuB%3BAADxD%2C0BAA2B%2CwBAEvB%2CkBAAiB%2CSAAY%2CSAAM%3BEAC%5C%2FB%2CSAAS%2CGAAT%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3B%3B%3B%3BAC1iCJ%2COACI%2CUACI%2CSACI%2COACI%3BEACI%2CgBAAA%3BEACA%2CWAAA%3B%3BAAOpB%3BEACI%2CgBAAA%3B%3BAAGI%2CaADJ%2COACK%3BEACG%2CaAAA%3B%3BAALZ%2CaASI%3BEACI%2CgBAAA%3B%3BAAVR%2CaAaI%3BEgCnBJ%2CqBAAA%3BEhC8BQ%2CqBAAA%3BEACA%2CYAAA%3B%3BAAzBR%2CaAaI%2COgC%2BOF%3BE3ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA2CHA%2CahCaI%2COgCbH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS4C3OU%2CO5C2OV%3BEAAA%2Ca6CvRe%2CY7CuRf%3BEAAA%2CkBAAA%3BEAAA%2CsBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CahCAA%2COgCDH%2CMACI%3BE3C2PL%2CWAAA%3B%3BA2CrPI%2CahCNA%2COgCKH%2COACI%3BE3CqPL%2CWAAA%3B%3BAW7OQ%2CaAdJ%2COAcK%2COACK%2CWACE%3BEACI%2CgBAAA%3B%3BAA9BpB%2CaAoCI%2CQAAO%3BEACH%2CaAAA%3B%3BAArCR%2CaAwCI%3BEACI%2C0BAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3B%3BAA5CR%2CaA%2BCI%3BEACI%2CeAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAnDR%2CaAsDI%3BEACI%2CaAAA%3B%3BAAIR%3BEACI%2CaAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAALJ%2CoBAQI%3BEXqMJ%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAYxBQ%2CoBAHJ%2CGAGK%2CIAAI%3BEXkMb%2CgBAAA%3BEAAA%2CyBAAA%3BEW%5C%2FLY%2CaAAA%3B%3BAAdZ%2CoBAQI%2CGASI%3BEX4LR%2C6BAAA%3BEW1LY%2CeAAA%3BEACA%2CSAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CoBAlBR%2CGASI%2CGASK%3BEACG%2CgBAAA%3B%3BAAGJ%2CoBAtBR%2CGASI%2CGAaK%3BAACD%2CoBAvBR%2CGASI%2CGAcK%3BEX8Kb%2CmBAAA%3B%3BAW7MA%2CoBAQI%2CGASI%2CGAkBI%3BEX0KZ%2CWAAA%3BEWxKgB%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%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%2CSA2CR%2COAAM%2CMACF%2COACI%3BEACI%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAMhB%3BEAEI%2CgBAAA%3B%3BAAFJ%2CaAIM%3BEACE%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAIR%2COAAO%3BEACH%2CmBAAA%3B%3BAC3LJ%2CoBACI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAHR%2CoBAMI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAYR%3BEZmQA%2CmBAAA%3BEYhQI%2CqBAAA%3BEACA%2CqBAAA%3B%3BAAJJ%2CaAMM%3BEZ6PN%2CiBAAA%3BEY3PQ%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAVR%2CaAaI%2COACI%2CKAAI%2CIAAI%2CeACJ%3BEACI%2CkBAAA%3B%3BAAhBhB%2CaAaI%2COAOI%3BEACI%2CgBAAA%3B%3BAArBZ%2CaAaI%2COAWI%3BEACI%2CgBAAA%3B%3BAAzBZ%2CaAaI%2COAeI%2CiBACM%3BEACE%2CgBAAA%3B%3BAA9BhB%2CaAaI%2COAeI%2CiBACM%2CWAGE%2CQAAO%3BAAhCvB%2CaAaI%2COAeI%2CiBACM%2CWUmJd%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAVhL9E%2CaAaI%2COAeI%2CiBACM%2CWUoJd%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAVjLhF%2CaAaI%2COAeI%2CiBACM%2CWUoJd%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAVhL9E%2CaAaI%2COAeI%2CiBACM%2CWUmJd%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BEV%5C%2FI5D%2CWAAA%3B%3BAAlCpB%2CaAaI%2COAkCI%2COACI%3BEZmNZ%2CiBAAA%3BEYjNgB%2CgBAAA%3B%3BAAlDhB%2CaAaI%2COAyCI%3BEACI%2CgBAAA%3B%3BAAvDZ%2CaAaI%2COAyCI%2CcAGI%2COACI%3BEACI%2CWAAA%3BEACA%2CeAAA%3B%3BAA5DpB%2CaAaI%2COAyCI%2CcAGI%2COAMI%2COACM%3BEACE%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAAOpB%2CUAAW%2CcACP%3BEACI%2CgBAAA%3B%3BAA5EZ%2CaAgFI%3BEAEI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAApFR%2CaAgFI%2CwBAMI%2CQAAO%2CQAAQ%3BAAtFvB%2CaAgFI%2CwBUgGJ%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQV1FvD%3BAAtFvB%2CaAgFI%2CwBUiGJ%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQV3FzD%3BAAtFvB%2CaAgFI%2CwBUiGJ%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQV1FvD%3BAAtFvB%2CaAgFI%2CwBUgGJ%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQV3FzD%3BEAEX%2CWAAA%3B%3BAAxFZ%2CaAgFI%2CwBAWI%3BEACI%2CqBAAA%3B%3BAAEA%2CaAdR%2CwBAWI%2CMAGK%3BEACG%2CgBAAA%3B%3BAA%5C%2FFhB%2CaAoGI%3BEACI%2CkBAAA%3B%3BAArGR%2CaAoGI%2CSAGM%2CIAAC%2CYAAY%3BEACX%2CaAAA%3B%3BAAQZ%2CYAEI%2CMAEI%3BAAJR%2CYAGI%2CMACI%3BEACI%2CgBAAA%3B%3BAALZ%2CYASI%2CUAAS%3BEACL%2CaAAA%3B%3BAAMJ%2CKAAC%2CcACG%2CMACI%2CMACI%2CGAAG%2CGAAE%3BEACD%2C6BAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3B%3BAANhB%2CKAAC%2CcACG%2CMASI%2CMACI%3BEACI%2CSAAA%3B%3BAAZhB%2CKAAC%2CcACG%2CMAeM%3BEACE%2C6BAAA%3BEACA%2CkBAAA%3B%3BAAlBZ%2CKAAC%2CcAsBG%3BEACI%2CiBAAA%3B%3BAAEA%2CKAzBP%2CcAsBG%2CKAGK%3BAACD%2CKA1BP%2CcAsBG%2CKAIK%3BAACD%2CKA3BP%2CcAsBG%2CKAKK%3BEACG%2CuBAAA%3BEACA%2CkBAAA%3B%3BAAIJ%2CKAjCP%2CcAsBG%2CKAWK%3BEACG%2CuBAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CKAjCP%2CcAsBG%2CKAWK%2CIAQG%3BEACI%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAA7ChB%2CKAAC%2CcAsBG%2CKA2BM%3BEZkFd%2CcAAA%3BEAAA%2CiBAAA%3BEY%5C%2FEgB%2CgBAAA%3B%3BAApDZ%2CKAAC%2CcAwDG%2CcACI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAA7DZ%2CKAAC%2CcAiEG%2CMACI%2CKAAI%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CkBAAA%3B%3BAAtEZ%2CKAAC%2CcA0EG%3BEAEI%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3B%3BAA9ER%2CKAAC%2CcA0EG%2CiBAMM%3BAAhFV%2CKAAC%2CcA0EG%2CiBAOM%3BEACE%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3BEZ%2BChB%2CqBAAA%3BE2C9QA%2CqBAAA%3B%3BA%5C%2FB2II%2CKAAC%2CcA0EG%2CiBAMM%2Ce%2BBuCZ%3BA%5C%2FBvHE%2CKAAC%2CcA0EG%2CiBAOM%2CiB%2BBsCZ%3BE3ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA2CHA%2CK%5C%2FBqIK%2CcA0EG%2CiBAMM%2Ce%2BBrNb%3BAAAD%2CK%5C%2FBqIK%2CcA0EG%2CiBAOM%2CiB%2BBtNb%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSChRQ%2CODgRR%3BEAAA%2Ca6CvRe%2CY7CuRf%3BEAAA%2CsBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CK%5C%2FBwHC%2CcA0EG%2CiBAMM%2Ce%2BBzMb%2CMACI%3BAAAD%2CK%5C%2FBwHC%2CcA0EG%2CiBAOM%2CiB%2BB1Mb%2CMACI%3BE3C2PL%2CcAAA%3B%3BA2CrPI%2CK%5C%2FBkHC%2CcA0EG%2CiBAMM%2Ce%2BBnMb%2COACI%3BAAAD%2CK%5C%2FBkHC%2CcA0EG%2CiBAOM%2CiB%2BBpMb%2COACI%3BE3CqPL%2CcAAA%3B%3BAYnII%2CKAAC%2CcA0EG%2CiBAsBM%3BEAEE%2CQAAA%3B%3BA%2BBxIhB%2CK%5C%2FBsCK%2CcA0EG%2CiBAsBM%2CiB%2BBtIb%3BE3CyKD%2CS4C5PS%2CO5C4PT%3B%3BAY5BgB%2CKAvGX%2CcA0EG%2CiBAsBM%2CiBAOG%3BEZ4BjB%2CqBAAA%3B%3BAYnII%2CKAAC%2CcA6GG%3BEACI%2CoBAAA%3B%3BAAEA%2CKAhHP%2CcA6GG%2CQAGK%3BEACG%2CeAAA%3B%3BAAGJ%2CKApHP%2CcA6GG%2CQAOK%2CKAAK%3BEAEF%2CgBAAA%3B%3BAAKJ%2CKA3HP%2CcA0HG%2CSACK%3BEACG%2CcAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CKArIP%2CcA0HG%2CSAWK%3BEZFb%2CiBAAA%3BEYIgB%2CcAAA%3BEACA%2CoBAAA%3B%3BAAKJ%2CKA7IP%2CcA4IG%2C0BACK%3BEACG%2CSAAS%2CGAAT%3B%3BAA9IZ%2CKAAC%2CcAmJG%3BEACI%2CgBAAA%3B%3BAApJR%2CKAAC%2CcAyJG%2CmBAAqB%3BEACjB%2CgBAAA%3B%3BAA1JR%2CKAAC%2CcAwKG%2CQAAO%3BEACH%2CqBAAA%3BEACA%2CgBAAA%3B%3BAA1KR%2CKAAC%2CcA6KG%2CMAAM%3BEACF%2CgBAAA%3B%3BAAMZ%2CsBACI%3BEACI%2CaAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAIR%3BEACI%2C6BAAA%3B%3BAAIJ%3BEACI%2C6BAAA%3BEACA%2CWAAA%3B%3BAAKJ%3BEACI%2CkBAAA%3BEACA%2CmBAAA%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%3BAAyIJ%2CMAAC%3BEZnOL%2CeAAA%3BEYqOQ%2CgBAAA%3B%3BAAFJ%2CMAAC%2CUAIG%3BEACI%2CYAAA%3B%3BAwB1fZ%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%2CGACK%2CQAAQ%2CQAAQ%3BEACb%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAKJ%2CeADJ%2CMACK%3BEACG%2CkBAAA%3B%3BAAlDZ%2CeAsDI%2CeACM%3BEACE%2CgBAAA%3B%3BAAxDZ%2CeAsDI%2CeACM%2CWAGI%3BEACE%2CkBAAA%3B%3BAA3DhB%2CeAsDI%2CeACM%2CWAOI%3BEACE%2CmBAAA%3B%3BAAGI%2CeAZhB%2CeACM%2CWAOI%2CWAGE%2CQACK%3BAAAD%2CeAZhB%2CeACM%2CWAOI%2CWdiId%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAc7H1D%2CeAZhB%2CeACM%2CWAOI%2CWdkId%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAc9H5D%2CeAZhB%2CeACM%2CWAOI%2CWdkId%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAc7H1D%2CeAZhB%2CeACM%2CWAOI%2CWdiId%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BEc5HxD%2CcAAA%3BEACA%2CWAAA%3B%3BAArExB%2CeAsDI%2CeACM%2CWAmBE%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAA5EhB%2CeAiFI%3BAAjFJ%2CeAkFI%3BAAlFJ%2CeAmFI%3BAAnFJ%2CeAoFI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAIR%3BEM3DA%2CqBAAA%3BEACA%2CkBAAA%3BEN8EI%2CYAAA%3B%3BApChFJ%2CiBAAC%3BAACD%2CiBAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CiBAAC%3BEACG%2CWAAA%3B%3BAoCqDJ%2CiBMxDA%3BEAEI%2CeAAA%3BE1C8OJ%2CqBAAA%3BE2C9QA%2CqBAAA%3B%3BAAMA%2CiBDwBA%2CiBCxBC%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS4C%5C%2FOQ%2CO5C%2BOR%3BEAAA%2Ca6CvRe%2CY7CuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CiBDWJ%2CiBCZC%2CMACI%3BE3C2PL%2CWAAA%3B%3BA2CrPI%2CiBDKJ%2CiBCNC%2COACI%3BE3CqPL%2CcAAA%3B%3BA0CqEA%2CiBArTA%2CiBAqTC%3BE1CrED%2CqBAAA%3BE2C9QA%2CqBAAA%3B%3BAAMA%2CiBDwBA%2CiBAqTC%2COC7UA%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS4C%5C%2FOQ%2CO5C%2BOR%3BEAAA%2Ca6CvRe%2CY7CuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CiBDWJ%2CiBAqTC%2COCjUA%2CMACI%3BE3C2PL%2CWAAA%3B%3BA2CrPI%2CiBDKJ%2CiBAqTC%2COC3TA%2COACI%3BE3CqPL%2CcAAA%3B%3BAoCxLA%2CiBM%2BHA%3BE1CyDA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CmBAAA%3BEAAA%2CeAAA%3BEAAA%2CeAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CYAAA%3BE0ChDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BE1C8CJ%2CSAAA%3BEAAA%2CYAAA%3BEAAA%2CkDAAA%3B%3BAoCxLA%2CiBM%2BHA%2CgBAsBI%3BE1CmCJ%2CSAAA%3B%3BA0C3BQ%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%3BE1CzSJ%2CyDAAA%3BE0C2SI%2CWAAA%3B%3BAAGJ%2CiBAvWA%2CgBAuWC%3BEACG%2CiBAAA%3BE1C%5C%2FSJ%2CyDAAA%3BE0CiTI%2CWAAA%3B%3BAAlCJ%2CiBAxUA%2CgBAwUC%3BE1C%5C%2FQD%2CWAAA%3BEAAA%2CUAAA%3B%3BA0CoRA%2CiBA7UA%2CgBA6UC%3BE1CpRD%2CWAAA%3BEAAA%2CUAAA%3B%3BA0CZA%2CiBAAC%3BEACG%2CiBAAA%3B%3BAADJ%2CiBAAC%2COAGG%3BEACI%2CcAAA%3B%3BANhLR%2CiBAsBI%3BEpCkKJ%2CkBAAA%3B%3BAoCxLA%2CiBAsBI%2CgBAGI%3BEACI%2CaAAA%3B%3BAA1BZ%2CiBA8BI%2CSACI%3BEACI%2CYAAA%3BEACA%2CiBAAA%3B%3BAAjCZ%2CiBA8BI%2CSACI%2CSAIM%3BAAnCd%2CiBA8BI%2CSACI%2CSAKM%3BEACE%2CeAAA%3B%3BAAEA%2CiBATZ%2CSACI%2CSAIM%2CWAIG%2CIAAI%3BAAAL%2CiBATZ%2CSACI%2CSAKM%2CaAGG%2CIAAI%3BEACD%2CkBAAA%3B%3BAAOZ%2CiBADJ%2CQACK%3BEACG%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BE%5C%2FB2EZ%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEAEA%2CiBAAA%3BELgDA%2CgBAAA%3BEAAA%2CqBAAA%3BE2C9QA%2CqBAAA%3B%3BAtCiOA%2CiB%2BB7FI%2CQACK%2CM%5C%2FB4FR%3BAACD%2CiB%2BB9FI%2CQACK%2CM%5C%2FB6FR%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CiB%2BBnGI%2CQACK%2CM%5C%2FBkGR%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CiB%2BBxGI%2CQACK%2CM%5C%2FBuGR%3BAACD%2CiB%2BBzGI%2CQACK%2CM%5C%2FBwGR%3BAACD%2CQAAQ%2CUAAW%2CkB%2BB1Gf%2CQACK%3BE%5C%2FB0GL%2CoBAAA%3BEL%2BBJ%2CYAAA%3B%3BAoCzIQ%2CiBADJ%2CQACK%2CMO6HP%3BE3ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA2CHA%2CiBP8HI%2CQACK%2CMO%5C%2FHR%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS4C1OU%2CO5C0OV%3BEAAA%2Ca6CvRe%2CY7CuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CiBPiHA%2CQACK%2CMOnHR%2CMACI%3BE3C2PL%2CcAAA%3B%3BA2CrPI%2CiBP2GA%2CQACK%2CMO7GR%2COACI%3BE3CqPL%2CcAAA%3B%3BAoCzHQ%2CiBAjBJ%2CQAiBK%3BEACG%2CmBAAA%3B%3BAADJ%2CiBAjBJ%2CQAiBK%2CSAOG%2CSAAQ%3BEpCkHpB%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CYAAA%3BEAAA%2CiBAAA%3BEoC7GgB%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CiBAtCZ%2CQAiBK%2CSAOG%2CSAAQ%2CIAcH%3BEACG%2CaAAA%3B%3BAAtBZ%2CiBAjBJ%2CQAiBK%2CSAOG%2CSAAQ%2CIAkBJ%2CQACM%3BEpC%2BFtB%2CeAAA%3B%3BAoCzHQ%2CiBAjBJ%2CQAiBK%2CSAgCG%3BEACI%2C4BAAA%3B%3BAAhGhB%2CiBAyGI%3BEACI%2CgBAAA%3B%3BAAIR%3BEpC0EA%2CsBAAA%3BEAAA%2CeAAA%3BEoCvEI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BEpCiEA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAqCyGA%2CeAGI%3BEACI%2CeAAA%3B%3BAAEA%2CeAHJ%2CcAGK%2CIAAI%3BEpC2Db%2C0BAAA%3B%3BAoCvDQ%2CeAPJ%2CcAOK%3BEACG%2CcAAA%3B%3BAAXZ%2CeAuBI%2CsBACI%3BEACI%2CqBAAA%3B%3BAAzBZ%2CeA6BI%3BEACI%2CoBAAA%3B%3BAA9BR%2CeAiCI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAnCR%2CeAsCI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAxCR%2CeAsCI%2CmBAII%3BEpCuBR%2CcAAA%3B%3BAoCjEA%2CeA%2BCI%3BEACI%2CkBAAA%3B%3BAAhDR%2CeA%2BCI%2CsBAGI%3BEACI%2CgBAAA%3B%3BAAnDZ%2CeA%2BCI%2CsBAOI%3BAAtDR%2CeA%2BCI%2CsBAQI%3BEACI%2CeAAA%3B%3BAAxDZ%2CeA%2BCI%2CsBAYI%2CMAAK%3BEpCMb%2CiBAAA%3B%3BAoCjEA%2CeA%2BCI%2CsBAmBI%3BEACI%2CgBAAA%3B%3BAAnEZ%2CeAgFI%2CSACM%3BAAjFV%2CeAgFI%2CSAEM%3BEACE%2CWAAA%3B%3BAAnFZ%2CeAgFI%2CSAMI%3BEAEI%2CSAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CeAZR%2CSAMI%2CQAMK%3BEpC3Bb%2CcAAA%3BEoC6BgB%2CmBAAA%3BEACA%2CgBAAA%3B%3BAO9LhB%2CeP%2BKI%2CSAmBI%2CQACM%2CUOnMb%3BE3CgKD%2CS4C%5C%2FNM%2CO5C%2BNN%3B%3BAoC2CQ%2CeA5BJ%2CSA4BK%3BEACG%2CeAAA%3B%3BAAKI%2CeAlCZ%2CSAgCK%2CQACG%2CQACK%3BEpCjDjB%2CqBAAA%3BE2ChOA%2CqBAAA%3B%3BAPiRgB%2CeAlCZ%2CSAgCK%2CQACG%2CQACK%2CQO7Df%3BE3ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA2C2CA%2CePyOI%2CSAgCK%2CQACG%2CQACK%2CQO3QhB%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS4C9NQ%2CO5C8NR%3BEAAA%2Ca6CvRe%2CY7CuRf%3BEAAA%2CoBAAA%3BEAAA%2CsBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAP1BQ%2CeAhCJ%2CSAgCK%2CQAkBG%3BEACI%2CaAAA%3B%3BAAnIhB%2CeA%2BII%3BEACI%2CkBAAA%3BEACA%2CWAAA%3B%3BAAjJR%2CeAoJI%3BEpCnFJ%2CiBAAA%3BEoCqFQ%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAvJR%2CeA0JI%3BEACI%2CaAAA%3B%3BAAIA%2CeADJ%2CQACK%3BAACD%2CeAFJ%2CQAEK%3BEpC%5C%2FFT%2CqBAAA%3BE2C9QA%2CqBAAA%3B%3BAP4WQ%2CeADJ%2CQACK%2CKO1GP%3BAP2GM%2CeAFJ%2CQAEK%2COO3GP%3BE3ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA2CHA%2CePqWI%2CQACK%2CKOtWR%3BAAAD%2CePqWI%2CQAEK%2COOvWR%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSChRQ%2CODgRR%3BEAAA%2Ca6CvRe%2CY7CuRf%3BEAAA%2CsBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CePwVA%2CQACK%2CKO1VR%2CMACI%3BAAAD%2CePwVA%2CQAEK%2COO3VR%2CMACI%3BE3C2PL%2CcAAA%3B%3BA2CrPI%2CePkVA%2CQACK%2CKOpVR%2COACI%3BAAAD%2CePkVA%2CQAEK%2COOrVR%2COACI%3BE3CqPL%2CcAAA%3B%3BA2CzKA%2CePsQI%2CQAcK%2COOpRR%3BE3CyKD%2CS4C5PS%2CO5C4PT%3B%3BA0JvOA%3BEACI%2CkBAAA%3B%3BAADJ%2CmBAGI%2CMAAK%3BEACD%2CeAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAEA%2CmBARJ%2CMAAK%2CaAQA%2CMACK%3BEACE%2C6BAAA%3B%3BAAIR%2CmBAdJ%2CMAAK%2CaAcA%2CSACK%3BEACE%2CeAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3B%3BAAMhB%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CaAAa%2CaAAa%2C8CAA1B%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3B%3BAAEA%2CqBAAC%3BEACG%2CmBAAA%3BEACA%2CyBAAA%3B%3BAAIR%3BEACI%2CsBAAsB%2CyBAAtB%3BEACA%2CwBAAA%3BEACA%2C4BAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CsBACI%3BEAUI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAApBR%2CsBACI%2Ce%5C%2FGyJF%3BE3ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA2CHA%2CsB%2BGmGI%2Ce%5C%2FGnGH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CiBAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS0J1RmB%2CO1J0RnB%3BEAAA%2Ca6CvRe%2CY7CuRf%3BEAAA%2CsBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CsB%2BGsFA%2Ce%5C%2FGvFH%2CMACI%3BE3C2PL%2CcAAA%3B%3BA0J%5C%2FII%2CsBAAC%2CMACG%2CeAAe%3BAADnB%2CsBAAC%2CMAEG%2CcAAa%3BEACT%2CYAAA%3B%3BAA1BZ%2CsBA8BI%3BEACI%2CcAAA%3BEACA%2CYAAA%3B%3BAAhCR%2CsBAmCI%2CeAAe%3BEACX%2CSAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3B%3BAA5CR%2CsBA%2BCI%3BE1JuHJ%2CqBAAA%3BE2C9QA%2CqBAAA%3B%3BAAMA%2CsB%2BGiJI%2Ce%5C%2FGjJH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CS0JzRiB%2CO1JyRjB%3BEAAA%2Ca6CvRe%2CY7CuRf%3BEAAA%2CsBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CsB%2BGoIA%2Ce%5C%2FGrIH%2CMACI%3BE3C2PL%2CWAAA%3B%3BA0J9GQ%2CsBATJ%2CeASK%3BEACG%2COAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAA9DZ%2CsBAkEI%3BE1JoGJ%2CqBAAA%3BE2C9QA%2CqBAAA%3B%3BAAMA%2CsB%2BGoKI%2CkB%5C%2FGpKH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CS0JzRiB%2CO1JyRjB%3BEAAA%2Ca6CvRe%2CY7CuRf%3BEAAA%2CsBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CsB%2BGuJA%2CkB%5C%2FGxJH%2CMACI%3BE3C2PL%2CWAAA%3B%3BA0J3FQ%2CsBATJ%2CkBASK%3BEACG%2COAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAAKZ%3BAACA%3BEACI%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAIA%2CcAAC%2CSACG%3BEACI%2CqBAAA%3B%3BAAHZ%2CcAOI%3BAAPJ%2CcAQI%3BEACI%2CmBAAA%3B%3BAATR%2CcAYI%3BE3J7JJ%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BE2J6JQ%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CcALJ%2CwBAKK%3BEACG%2CmBAAA%3B%3BAAlBZ%2CcAsBI%3BEACI%2CcAAA%3B%3BAAvBR%2CcA0BI%3BEACI%2CiBAAA%3B%3BAAIA%2CUADO%2CeAAE%2CeACR%3BEACG%2C6BAAA%3B%3BAAOR%2C0BAAC%3BE1J0BL%2CqBAAA%3BE2C9QA%2CqBAAA%3B%3BAAMA%2C0B%2BG8OK%2CqB%5C%2FG9OJ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CS0JzRiB%2CO1JyRjB%3BEAAA%2Ca6CvRe%2CY7CuRf%3BEAAA%2CsBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2C0B%2BGiOC%2CqB%5C%2FGlOJ%2CMACI%3BE3C2PL%2CWAAA%3B%3BA0JjBQ%2C0BATH%2CqBASI%3BEACG%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAIR%2C0BAAC%3BE1JQL%2CqBAAA%3BE2C9QA%2CqBAAA%3B%3BAAMA%2C0B%2BGgQK%2CkB%5C%2FGhQJ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CS0JzRiB%2CO1JyRjB%3BEAAA%2Ca6CvRe%2CY7CuRf%3BEAAA%2CsBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2C0B%2BGmPC%2CkB%5C%2FGpPJ%2CMACI%3BE3C2PL%2CWAAA%3B%3BA0JCQ%2C0BATH%2CkBASI%3BEACG%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAIR%2C0BAAC%3BE1JVL%2CqBAAA%3BE2C9QA%2CqBAAA%3B%3BAAMA%2C0B%2BGkRK%2CkB%5C%2FGlRJ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CS0JzRiB%2CO1JyRjB%3BEAAA%2Ca6CvRe%2CY7CuRf%3BEAAA%2CsBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2C0B%2BGqQC%2CkB%5C%2FGtQJ%2CMACI%3BE3C2PL%2CWAAA%3B%3BA0JmBQ%2C0BATH%2CkBASI%3BEACG%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAKZ%3BEACI%2CSAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2COAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3B%3BAAOJ%3BEACI%2CeAAA%3B%3BAAEA%2CwBAAC%2CSACG%3BEACI%2CcAAA%3B%3BAAIA%2CwBANP%2CSAKG%2CsBACK%3BEACG%2CaAAA%3B%3BAAVhB%2CwBAeI%3BEACI%2CuBAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3B%3BAAIQ%2CwBAdZ%2CqBAYM%2CsBACE%2CsBACK%3BEACG%2CaAAA%3B%3BAA9BpB%2CwBAoCI%3BEACI%2CUAAA%3B%3BAArCR%2CwBAwCI%3BEACI%2CYAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAA7CR%2CwBAgDI%3BEAEI%2CYAAA%3BEACA%2CkBAAA%3BE1JjGR%2CcAAA%3BE2C9QA%2CqBAAA%3B%3BA%2BG4TA%2CwBAgDI%2CsB%5C%2FG1GF%3BE3ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA2CHA%2CwB%2BGsWI%2CsB%5C%2FGtWH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS0JzRiB%2CO1JyRjB%3BEAAA%2Ca6CvRe%2CY7CuRf%3BEAAA%2CsBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CwB%2BGyVA%2CsB%5C%2FG1VH%2CMACI%3BE3C2PL%2CWAAA%3B%3BA0J8CA%2CwBAiEI%3BEACI%2CWAAA%3B%3BAAlER%2CwBAiEI%2CoBAGI%3BEACI%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAEA%2CwBAXR%2CoBAGI%2CeAQK%3BEACG%2CyDAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BAAIA%2CwBAlBZ%2CoBAGI%2CeAcK%2CMACI%3BEACG%2CsDAAA%3B%3BAApFpB%2CwBAiEI%2CoBAGI%2CeAoBM%3BEACE%2CaAAA%3B%3BAAzFhB%2CwBAiEI%2CoBA4BI%3BEACI%2CUAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAKZ%3BEACI%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BA7I7ZJ%3BEbqQA%2CgBAAA%3B%3BAahQA%3BEbgQA%2CgBAAA%3B%3BAahQA%2CYAOI%3BEbyPJ%2C6BAAA%3BEatPQ%2CmBAAA%3B%3BAAVR%2CYAaI%3BEACI%2CgBAAA%3B%3BAAIR%2CqBACI%3BAADJ%2CqBAEI%3BEACI%2CaAAA%3B%3BAAHR%2CqBAMI%3BEACI%2CcAAA%3B%3BAAIR%2CyBAGI%3BEACI%2CaAAA%3B%3BAAIR%2CkBACI%3BAWrDJ%2CwBA0CI%2CwBXWA%3BEACI%2CcAAA%3BEACA%2CWAAA%3B%3BAAHR%2CkBACI%2CeAII%3BAWzDR%2CwBA0CI%2CwBXWA%2CeAII%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAARZ%2CkBACI%2CeAII%2CiBAKI%3BAW9DZ%2CwBA0CI%2CwBXWA%2CeAII%2CiBAKI%3BEACI%2CWAAA%3B%3BAAXhB%2CkBACI%2CeAII%2CiBAKI%2CSAEI%3BAWhEhB%2CwBA0CI%2CwBXWA%2CeAII%2CiBAKI%2CSAEI%3BEAEI%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAlBpB%2CkBACI%2CeAsBM%2CSACI%3BAW5Ed%2CwBA0CI%2CwBXWA%2CeAsBM%2CSACI%3BEACE%2CaAAA%3B%3BAyCzFhB%3BEtD2RA%2CmBAAA%3BEAAA%2C6BAAA%3BEAAA%2C0BAAA%3BEAAA%2CwBAAA%3BEsDrRI%2CkBAAA%3B%3BAANJ%2CsBAQI%3BEtDmRJ%2CeAAA%3BEsDjRQ%2CWAAA%3BEACA%2CgBAAA%3B%3BAAXR%2CsBAQI%2CiBAKI%3BEACI%2CcAAA%3BEACA%2CiBAAA%3B%3BAAOA%2CsBAHR%2CkBACI%2COAEK%2COAAO%3BEjD4MpB%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BELgDA%2CgBAAA%3B%3BAK7CA%2CsBiD3NI%2CkBACI%2COAEK%2COAAO%2CSjDwNnB%3BAACD%2CsBiD5NI%2CkBACI%2COAEK%2COAAO%2CSjDyNnB%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CsBiDjOI%2CkBACI%2COAEK%2COAAO%2CSjD8NnB%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CsBiDtOI%2CkBACI%2COAEK%2COAAO%2CSjDmOnB%3BAACD%2CsBiDvOI%2CkBACI%2COAEK%2COAAO%2CSjDoOnB%3BAACD%2CQAAQ%2CUAAW%2CuBiDxOf%2CkBACI%2COAEK%2COAAO%3BEjDsOhB%2CoBAAA%3BEL%2BBJ%2CYAAA%3B%3BAsDlQgB%2CsBANZ%2CkBACI%2COAEK%2COAAO%2CSAGH%3BEtDkQjB%2CcAAA%3B%3BActPA%3BEAEI%2CaAAA%3B%3BAAGJ%3BEdiPA%2CgBAAA%3BEc%5C%2FOI%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAAGJ%3BEd0OA%2CgBAAA%3BEAAA%2CYAAA%3BEcvOI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CsBAAC%3BEdkOL%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CSAAA%3BEAAA%2C2BAAA%3BEc7NQ%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAIA%2CsBADH%2CYACI%3BEdqNT%2C0BAAA%3B%3BAc%5C%2FMQ%2CsBADH%2CWACI%3BEd%2BMT%2C0BAAA%3B%3BAc1OA%2CsBAgCM%3BEACE%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEdsMR%2CWAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BAc3LQ%2CsBAfF%2COAeG%3BAACD%2CsBAhBF%2COAgBG%3BEd0LT%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CYAAA%3BEAAA%2CkBAAA%3BEAAA%2C2BAAA%3BEAAA%2CWAAA%3BEcnLY%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAGJ%2CsBA9BF%2COA8BG%3BEd4KT%2CmBAAA%3BEAAA%2CYAAA%3BEAAA%2CkBAAA%3BEAAA%2CQAAA%3BEAAA%2CWAAA%3BEctKY%2CSAAS%2CUAAT%3BEACA%2CoBAAA%3BEdqKZ%2CcAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BAczJI%2CsBAAC%3BEACG%2CeAAA%3B%3BAAGI%2CsBAJP%2CUAGI%2CMACI%3BEdqJb%2CmBAAA%3B%3BAchJgB%2CsBATX%2CUAGI%2CMAKK%2COACG%3BEdgJjB%2CmBAAA%3B%3BAczJI%2CsBAAC%2CUAeK%3BEd0IV%2CcAAA%3B%3BAcvIY%2CsBAlBP%2CUAeK%2COAGG%3BEduIb%2Ca6CvRe%2CY7CuRf%3BEAAA%2CS4ChPa%2CO5CgPb%3B%3BAc%5C%2FHQ%2CsBADH%2CQACI%3BEd%2BHT%2CmBAAA%3BEAAA%2CqBAAA%3B%3BAchII%2CsBAAC%2CQAMK%3BEd0HV%2CcAAA%3BEAAA%2CgBAAA%3B%3BActHY%2CsBAVP%2CQAMK%2COAIG%3BEdsHb%2CmBAAA%3BEAAA%2CqBAAA%3B%3BAcjHY%2CsBAfP%2CQAMK%2COASG%3BEdiHb%2CqBAAA%3BEAAA%2CS4ChPa%2CO5CgPb%3BEAAA%2Ca6CvRe%2CY7CuRf%3B%3BAyDnRI%2CMAAC%2COACG%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAALR%2CMAAC%2COAQG%3BEzD2QR%2CiBAAA%3B%3BAyDtQI%2CMAAC%2COACG%2CSACI%3BAAFR%2CMAAC%2COACG%2CSAEI%3BAAHR%2CMAAC%2COACG%2CSAGI%3BEzDkQZ%2CqBAAA%3B%3BA2B1RA%2CqBACI%2CaAOI%2CUACI%2COACI%3BEACI%2CgBAAA%3B%3BAAXpB%2CqBACI%2CaAeI%2CcACI%3BEAEI%2CeAAA%3B%3BAgIEhB%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3B%3BAAEA%2CcAAC%3BE3J%2BPL%2CYAAA%3B%3BA2J%5C%2FPI%2CcAAC%2CQAGG%3BEACI%2CcAAA%3B%3BAAIA%2CcARP%2CQAOG%2CsBACK%3BE3JuPb%2CcAAA%3B%3BA2JrQA%2CcAoBI%3BE3J3BJ%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA2JAA%2CcAwBI%3BE3J6OJ%2CqBAAA%3BE2C9QA%2CqBAAA%3B%3BAgHSA%2CcAwBI%2CsBhHiOF%3BE3ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA2CHA%2CcgH2BI%2CsBhH3BH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CS4C7NQ%2CO5C6NR%3BEAAA%2Ca6CvRe%2CY7CuRf%3BEAAA%2CsBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CcgHcA%2CsBhHfH%2CMACI%3BE3C2PL%2CcAAA%3B%3BA2JnOQ%2CcAVJ%2CsBAUK%3BEACG%2CiBAAA%3B%3BAAIA%2CUAAW%2CeAfnB%2CsBAcK%3BE3J%2BNT%2CYAAA%3B%3BA2J9NY%2CUAAW%2CeAfnB%2CsBAcK%2CMAIS%3BEACE%2CcAAA%3B%3BAAGJ%2CUAPO%2CeAfnB%2CsBAcK%2CMAQQ%3BE3JuNjB%2CcAAA%3B%3BA2JrQA%2CcAqDI%3BE3JgNJ%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CkBAAA%3BEAAA%2CeAAA%3BEAAA%2CaAAA%3BEAAA%2CYAAA%3BE2JzMQ%2CaAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3B%3BAAEA%2CcAfJ%2CuBAeK%3BAACD%2CcAhBJ%2CuBAgBK%3BE3J8OT%2C8BAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEAhDA%2C2BAAA%3BEAAA%2CWAAA%3BEAAA%2CSAAA%3BE2JxLY%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CcA9BJ%2CuBA8BK%3BE3JkLT%2C2BAAA%3B%3BA2J9KQ%2CcAlCJ%2CuBAkCK%3BE3J8KT%2C2BAAA%3BE2J5KY%2CUAAA%3BEACA%2CUAAA%3B%3BAA0Df%2CwBAvB8C%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%3BI3JwHrC%2CyBAAA%3B%3BE2JrHA%2CcAAe%2CuBAAsB%3BI3JqHrC%2C4BAAA%3BI2JnHI%2CQAAA%3B%3B%3B%3B%3B%3B%3BA%5C%2FH1IJ%2CYAMI%3BAANJ%2CYAOI%3BE5BsPJ%2CgBAAA%3BEAAA%2CmBAAA%3B%3BA4B7PA%2CYAMI%2CYAII%2CUACI%2COACI%3BAAZhB%2CYAOI%2CuBAGI%2CUACI%2COACI%3BEACI%2CgBAAA%3B%3BAAbpB%2CYAMI%2CYAII%2CUAOI%3BAAjBZ%2CYAOI%2CuBAGI%2CUAOI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAnBhB%2CYAwBI%3BEACI%2CYAAA%3B%3BAAzBR%2CYA4BI%3BE5BiOJ%2C6BAAA%3BEAAA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2C4BAAA%3BEAAA%2C6BAAA%3BEAAA%2CUAAA%3BE4BxNQ%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CYAdJ%2CuBAcK%3BE5BmNT%2CqBAAA%3B%3BA4BhNY%2CYAjBR%2CuBAcK%2CcAGI%3BE5BgNb%2CmBAAA%3BEAAA%2CWAAA%3BEAAA%2CS4ChPa%2CO5CgPb%3BEAAA%2Ca6CvRe%2CY7CuRf%3BEAAA%2CYAAA%3BEAAA%2CWAAA%3BE4BzMgB%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAhBR%2CYAdJ%2CuBAcK%2CcAmBG%3BEAEI%2CkBAAA%3B%3BAA%5C%2FDhB%2CYA0EI%3BEACI%2CgBAAA%3B%3BAAGI%2CYAJR%2CmBAGM%2COACG%3BEACG%2CSAAS%2CGAAT%3BEACA%2CoBAAA%3B%3BAAhFhB%2CYAqFI%3BEACI%2CYAAA%3BEACA%2CgBAAA%3B%3BAAvFR%2CYA0FI%3BEAEI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3B%3BAAQR%2CyBACI%3BEACI%2CgBAAA%3B%3BAAFR%2CyBAKI%3BEACI%2CcAAA%3B%3BAAOI%2CiBAFR%2CiBACI%2CQACK%3BAAAD%2CiBAFR%2CiBNyDJ%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAMvDlE%2CiBAFR%2CiBN0DJ%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAMxDpE%2CiBAFR%2CiBN0DJ%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAMvDlE%2CiBAFR%2CiBNyDJ%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BEMtDhE%2CgBAAA%3B%3BAAMhB%2C%2BBACI%2CMACI%3BEACI%2CaAAA%3B%3BAAHZ%2C%2BBAOI%2CMACI%3BE5B0HR%2C0BAAA%3BEAAA%2CoBAAA%3BEAAA%2CiBAAA%3B%3BA4BrHY%2C%2BBANR%2CMACI%2CGAKK%3BEACG%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAhBhB%2C%2BBAOI%2CMACI%2CGAWI%2CMAAK%3BEACD%2CmBAAA%3B%3BAAKJ%2C%2BBAlBR%2CMAiBI%2CGACK%2CYACG%3BEACI%2CgBAAA%3B%3BAA3BpB%2C%2BBAOI%2CMAyBI%3BEACI%2CgBAAA%3B%3BAAjCZ%2C%2BBAOI%2CMA6BI%2CWACI%3BEACI%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3B%3BAwB9LhB%3BEACI%2CkBAAA%3B%3BAAIA%2CsBAAC%3BEACG%2CSAAA%3B%3BAADJ%2CsBAAC%2CcAGG%3BEpDgRR%2CcAAA%3BEoD9QY%2CeAAA%3B%3BAAEA%2CsBAPP%2CcAGG%2CsBAIK%3BEACG%2CaAAA%3B%3BAARZ%2CsBAAC%2CcAgBG%3BEpDmQR%2CYAAA%3BEoD%5C%2FPY%2CSAAA%3B%3BAvBdZ%3BE7B6QA%2CeAAA%3B%3BA6B7QA%2C%2BBAGI%3BE7B0QJ%2C6BAAA%3BE6BvQQ%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAPR%2C%2BBAGI%2C4BAMI%3BE7BoQR%2CSAAA%3BEAAA%2CqBAAA%3BE2C9QA%2CqBAAA%3BEdsBY%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAvBZ%2C%2BBAGI%2C4BAMI%2CacwPN%3BE3ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA2CHA%2C%2BBdFI%2C4BAMI%2CacJP%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSChRQ%2CODgRR%3BEAAA%2Ca6CvRe%2CY7CuRf%3BEAAA%2CsBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2C%2BBdfA%2C4BAMI%2CacQP%2CMACI%3BE3C2PL%2CcAAA%3B%3BA2CrPI%2C%2BBdrBA%2C4BAMI%2CaccP%2COACI%3BE3CqPL%2CcAAA%3B%3BA6B7QA%2C%2BBA2BI%3BE7BkPJ%2CiBAAA%3B%3BA6B7QA%2C%2BBA2BI%2C8BAEI%3BEACI%2CcAAA%3B%3BAA9BZ%2C%2BBAkCI%3BAAlCJ%2C%2BBAmCI%3BEACI%2CgBAAA%3B%3BAWrCR%3BExC8QA%2CmBAAA%3BEAAA%2CgBAAA%3BEAAA%2CkBAAA%3B%3BAwC9QA%2CkBAMM%3BEAEE%2CcAAA%3B%3BAARR%2CkBAgBI%2CMACI%3BExC6PR%2CWAAA%3BEwC3PY%2CcAAA%3B%3BAAnBZ%2CkBAuBI%2CUAAS%3BEACL%2CaAAA%3B%3BAAIA%2CkBADJ%2COAAM%2CKACE%2CSAAM%2CKACN%3BAADJ%2CkBADJ%2COAAM%2CKACE%2CSAAM%2CKAEN%3BEACI%2CaAAA%3BExC%2BOhB%2CiBAAA%3BEwC7OgB%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%2C6BAAA%3BExCwNZ%2CyBAAA%3BEwCtNY%2CeAAA%3BExCsNZ%2CcAAA%3BE2ChOA%2CqBAAA%3BEHYY%2CgBAAA%3BEACA%2CkBAAA%3B%3BAA3DZ%2CkBAoDI%2CeACM%2CSG6MR%3BE3ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA2C2CA%2CkBHAI%2CeACM%2CSGDT%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS4C9NQ%2CO5C8NR%3BEAAA%2Ca6CvRe%2CY7CuRf%3BEAAA%2CeAAA%3BEAAA%2CsBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAH1RY%2CkBATR%2CeACM%2CSAQG%3BEACG%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3B%3BAAhEhB%2CkBAoDI%2CeACM%2CSAcE%3BExC2MZ%2CiBAAA%3BEwCzMgB%2CgBAAA%3BEACA%2CSAAA%3B%3BAGwChB%2CkBH1DI%2CeAsBK%2COACK%2CSGmCb%3BE3CgKD%2CS4C%5C%2FNM%2CO5C%2BNN%3B%3BAwC9QA%2CkBAoDI%2CeA4BI%3BEACI%2CkBAAA%3B%3BAAjFZ%2CkBA0FI%3BExCoLJ%2CmBAAA%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEwChLQ%2CSAAA%3B%3BAAGJ%2COAAO%2CKAAM%2CmBACT%3BEACI%2CSAAA%3BEACA%2CeAAA%3B%3BAApGZ%2CkBAwGI%2CcAKI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAhHZ%2CkBAwGI%2CcAWI%3BEACI%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3B%3BAAtHZ%2CkBAwGI%2CcAiBI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAA3HZ%2CkBAwGI%2CcAsBI%3BExCgJR%2CiBAAA%3BEwC9IY%2CgBAAA%3B%3BAAIA%2CkBA5BR%2CcA2BI%2CqBACQ%2CuBACA%3BExCyIhB%2CeAAA%3B%3BAwC9QA%2CkBAwGI%2CcAmCI%3BEACI%2CgBAAA%3B%3BAA5IZ%2CkBAgJI%3BEACI%2CkBAAA%3BEACA%2CUAAA%3B%3BAAlJR%2CkBAgJI%2CiBAII%3BEACI%2C0BAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAzJZ%2CkBAgJI%2CiBAII%2CWAOI%3BEACI%2CSAAA%3B%3BAA8DnB%2CwBAlB8C%3BEAC3C%2CkBACI%2CcACI%3BIACI%2CcAAA%3B%3BEAHZ%2CkBACI%2CcAKI%3BIACI%2CcAAA%3BIACA%2CgBAAA%3B%3BEARZ%2CkBACI%2CcAUI%3BIACI%2CcAAA%3BIACA%2CgBAAA%3B%3B%3BAV9NZ%3BEACI%2CsBAAA%3B%3BAADJ%2CwBAGI%3BEACI%2CeAAA%3B%3BAAIR%3BEACI%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAEA%2CgBAAiB%3BEACb%2CYAAA%3B%3BAAQR%2CqBACI%3BE9B6PJ%2CiBAAA%3BE8B3PQ%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAJR%2CqBACI%2CaAKI%3BEACI%2CgBAAA%3B%3BAAPZ%2CqBAWI%2COACI%3BEACI%2CgBAAA%3B%3BAAbZ%2CqBAiBI%3BEACI%2CoBAAA%3B%3BAAlBR%2CqBAiBI%2CiBAGM%3BEACE%2CmBAAA%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%3BE9ByMb%2CYAAA%3BEAAA%2CiBAAA%3BEAAA%2CuBAAA%3BEAAA%2CeAAA%3BE8BpMgB%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%3BE%5C%2FB8PZ%2C0BAAA%3B%3BA%2BBzPY%2CwBAnBR%2CgBAkBI%2CKACK%3BEACG%2CmBAAA%3B%3BAADJ%2CwBAnBR%2CgBAkBI%2CKACK%2CoBAGG%3BEACI%2CUAAA%3B%3BAA7BpB%2CwBAmCI%3B%3B%3B%3B%3BAAnCJ%2CwBAmCI%2CwBAaI%3BEACI%2CmBAAA%3B%3BAAjDZ%2CwBAsDI%3BE%5C%2FB4NJ%2CeAAA%3BE%2BB1NQ%2CSAAA%3B%3BAAxDR%2CwBAsDI%2CsBAII%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3B%3BAA7DZ%2CwBAsDI%2CsBAUI%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAlEZ%2CwBAsEI%3BEACI%2CaAAA%3BE%5C%2FB2MR%2CsBAAA%3B%3BA%2BBxMY%2CwBAJR%2CwBAGI%2CUACK%2CIAAI%3BEACD%2CgBAAA%3B%3BAAMR%2CwBADJ%2CeACQ%2CiBACA%3BEACI%2CgBAAA%3B%3BAAnFhB%2CwBAwFI%3BAAxFJ%2CwBAyFI%3BE%5C%2FByLJ%2CgBAAA%3B%3BA%2BBlRA%2CwBA6FI%3BEACI%2CgBAAA%3B%3BAA9FR%2CwBAiGI%3BEACI%2CgBAAA%3B%3BAAlGR%2CwBAiGI%2C0BAGI%2CSACI%3BEACI%2CmBAAA%3BEACA%2CeAAA%3B%3BAAvGhB%2CwBAiGI%2C0BAcI%3BE%5C%2FBmKR%2CiBAAA%3BEAAA%2CmBAAA%3B%3BA%2BBlRA%2CwBAiGI%2C0BAmBI%2CMAAK%3BEACD%2CmBAAA%3B%3BAAKJ%2CwBADJ%2CqBACQ%3BEACA%2CgBAAA%3B%3BAA3HZ%2CwBAqII%3BEACI%2C6BAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3B%3BAAxIR%2CwBA2II%3BEACI%2CcAAA%3B%3BAPpIY%2CwBAJhB%2CgBACK%2CQACG%2CsBACI%2CeACK%3BEACG%2CSoB0ClB%2COpB1CkB%3B%3BAAMhB%2CwBAXJ%2CgBAWK%2CaACG%3BEACI%2CeAAA%3B%3BAAFR%2CwBAXJ%2CgBAWK%2CaAKG%3BEACI%2CaAAA%3B%3BAAlBhB%2CwBAuBI%3BExBwPJ%2C0BAAA%3BEAAA%2CeAAA%3B%3BAwB%5C%2FQA%2CwBAuBI%2CsBAII%3BExBoPR%2CcAAA%3BEAAA%2CqBAAA%3BE2ChOA%2CqBAAA%3B%3BAAMA%2CwBnB9BI%2CsBAII%2CemB0BP%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS4C9NQ%2CO5C8NR%3BEAAA%2Ca6CvRe%2CY7CuRf%3BEAAA%2CkBAAA%3BEAAA%2CsBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CwBnB3CA%2CsBAII%2CemBsCP%2CMACI%3BE3C6ML%2CcAAA%3B%3BA2CvMI%2CwBnBjDA%2CsBAII%2CemB4CP%2COACI%3BE3CuML%2CcAAA%3B%3BAwB%5C%2FQA%2CwBA0CI%3BExBqOJ%2CsBAAA%3B%3BAwB9NgB%2CwBAPZ%2CwBAKI%2CSACI%2CQACK%3BEACG%2CeAAA%3B%3BAAlDpB%2CwBAyDI%3BEACI%2CgBAAA%3B%3BAA1DR%2CwBA6DI%3BEACI%2CUAAA%3B%3BAA9DR%2CwBA6DI%2CmBAEI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CwBARR%2CmBAEI%2CMAMK%3BEACG%2CgBAAA%3B%3BAADJ%2CwBARR%2CmBAEI%2CMAMK%2CQAGG%3BEACI%2CgBAAgB%2CaAAhB%3B%3BAAIR%2CwBAhBR%2CmBAEI%2CMAcK%3BEACG%2CYAAA%3B%3BAA9EhB%2CwBA6DI%2CmBAEI%2CMAkBI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAApFhB%2CwBA6DI%2CmBA2BI%3BEACI%2CgBAAgB%2CeAAhB%3BEACA%2CiCAAA%3B%3BAA1FZ%2CwBA8FI%2COAKI%2CQACM%3BEACE%2CmBAAA%3B%3BAArGhB%2CwBA8FI%2COAKI%2CQAKI%3BEACI%2CmBAAA%3BEACA%2CoBAAA%3B%3BAA1GhB%2CwBA8FI%2COAgBI%2COACI%3BEACI%2CYAAA%3B%3BAAhHhB%2CwBA8FI%2COAsBI%2CMACI%3BEACI%2CWAAA%3B%3BAAtHhB%2CwBA8FI%2COA4BI%2CSAEI%3BAA5HZ%2CwBA8FI%2COA6BI%2CQACI%3BEACI%2CYAAA%3B%3BAA7HhB%2CwBA8FI%2COAmCM%2CSAAM%2CIACF%3BEACE%2CqBAAA%3BEACA%2CmBAAA%3B%3BAApIhB%2CwBA8FI%2COA0CI%2CKACI%3BEACI%2CcAAA%3B%3BAA1IhB%2CwBA8FI%2COA0CI%2CKAKI%3BEACI%2CWAAA%3B%3BAAIR%2CwBApDJ%2COAoDK%2CSACK%2CSACE%2CQAAO%2CMAAM%2CQACT%3BEACI%2CsBAAA%3B%3BATvKxB%2C0BACI%3BEACI%2CmBAAA%3B%3BAAFR%2C0BAKI%2CoBAAmB%3BEf%2BYvB%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3B%3BAe9YQ%2C0BAHJ%2CoBAAmB%2CMAGd%2CSACG%2CMAAK%3BEACD%2CaAAA%3B%3BAAIA%2C0BATZ%2CoBAAmB%2CMAGd%2CSAKG%2CaACK%3BEACG%2CSAAS%2CGAAT%3BEfiRpB%2CcAAA%3BEAAA%2CiBAAA%3B%3BAehSA%2C0BA6BI%3BEAEI%2CwBAAA%3B%3BAAKR%3BEAEI%2CoBAAA%3B%3BAAFJ%2C0BAII%3BEACI%2CmBAAA%3B%3BAALR%2C0BAQI%3BEAEI%2CgBAAA%3B%3BAAKR%3BEACI%2CcAAA%3B%3BAsBpCI%2CgBADJ%2COACK%2CaACG%3BEACI%2CgBAAA%3B%3BAAJhB%2CgBACI%2COAOI%3BErC0QR%2CiBAAA%3B%3BAOiwBA%2CgB8BrgCI%2CU9BqgCH%3BEPjwBD%2CgBAAA%3BEO8xBA%2CSAAS%2CsBAAT%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3BEPjyBA%2CcAAA%3BEAAA%2CiBAAA%3B%3BAqCjQQ%2CgBAHJ%2CUAGK%3BEACG%2CgBAAA%3B%3BAAKZ%2CqBACI%2COAAM%2CUACA%3BEACE%2CmBAAA%3B%3BAAEA%2CqBAJR%2COAAM%2CUACA%2CQAGG%3BEACG%2CgBAAA%3B%3BAANhB%2CqBACI%2COAAM%2CUASF%2CMAAK%3BEACD%2CiBAAA%3B%3BAAaZ%2CkBACI%3BEACI%2CaAAA%3B%3BAAQR%2CkBACI%2CUAAS%3BEACL%2CaAAA%3B%3BAAGA%2CkBADJ%2CSACK%3BEACG%2CWAAA%3B%3BAAKZ%2CoBACI%2CmBACI%2CQACI%3BEACI%2CWAAA%3B%3BA9B28BhB%2CoB8Bv8BI%2CUAAS%2COAAO%2CQ9Bu8BnB%3BEPjwBD%2CgBAAA%3BEO8xBA%2CSAAS%2CsBAAT%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3BEPjyBA%2CcAAA%3BEAAA%2CiBAAA%3B%3BAqCpMQ%2CoBAFJ%2CUAAS%2COAAO%2CQAEX%3BEACG%2CgBAAA%3B%3BA9Bo8BZ%2CK8B%5C%2F7BK%2CSAAS%2COACV%2CU9B87BH%3BEPjwBD%2CgBAAA%3BEO8xBA%2CSAAS%2CsBAAT%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3BEPjyBA%2CcAAA%3BEAAA%2CiBAAA%3B%3BAqC3LQ%2CKAHH%2CSAAS%2COACV%2CUAEK%3BEACG%2CgBAAA%3B%3BAAcZ%2CoBAMI%3BAALJ%2CqBAKI%3BAAJJ%2CoBAII%3BAAHJ%2CqBAGI%3BAAFJ%2CgBAEI%3BAADJ%2CeACI%3BEtCpDJ%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEAoBA%2CqBAAA%3BEACG%2CkBAAA%3BEACC%2CiBAAA%3BEACI%2CaAAA%3B%3BAsCiCR%2CQACI%2CoBACI%3BEACI%2CqBAAA%3B%3BAAHZ%2CQAOI%3BEACI%2CmBAAA%3B%3BAARR%2CQAWI%2CQAAO%3BEACH%2CmBAAA%3B%3BAAZR%2CQAWI%2CQAAO%2CKAGH%3BEACI%2CaAAA%3B%3BAAfZ%2CQAuBI%3BEACI%2CgBAAA%3B%3BAAxBR%2CQA2BI%3BErCoIJ%2CmBAAA%3BEqClIQ%2CgCAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CQALJ%2CeAKK%3BEACG%2CgBAAA%3B%3BAA0BI%2CQAJZ%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQAEK%3BAAAD%2CuBAJZ%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQAEK%3BAAAD%2CiBAJZ%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQAEK%3BErCoGjB%2CcAAA%3B%3BAqC5EQ%2COADG%2CKAAM%2COACR%3BEACG%2CgBAAA%3B%3BAAJZ%2CMAQI%3BEAMI%2CcAAA%3BEACA%2CmBAAA%3B%3BAAfR%2CMAQI%2COACI%3BErCsER%2CcAAA%3BEAAA%2CmBAAA%3BEAAA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CqBAAA%3B%3BAqC5DQ%2CMADJ%2CEACK%3BEACG%2CSAAA%3B%3BAApBZ%2CMAwBI%3BEACI%2CiBAAA%3B%3BAAYR%2CMAAM%2CSACF%3BErC6JJ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkCA%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3B%3BAqCpMR%2CMAAM%2CSACF%2CSAII%3BErCqMR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3B%3BAqC5MT%2CMAAM%2CSACF%2CSAQI%3BErCiMR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3BEqCjMG%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%3BErC3BR%2CgBAAA%3B%3BAqC2BA%2CQAAQ%2CcAGJ%3BEACI%2CsBAAA%3B%3BAAcR%3BAACA%3BEACI%2CkBAAA%3B%3BAAFJ%2CuBAII%3BAAHJ%2C2BAGI%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAANR%2CuBAQI%3BAAPJ%2C2BAOI%3BEACI%2CkBAAA%3B%3BAAIR%2CqBACI%2CMAAQ%2CQAAQ%2CKAAK%3BEACjB%2CmBAAA%3B%3BAa5VR%2C4BACI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAHR%2C4BAMI%2CQAAO%3BElD0RX%2CqBAAA%3BE2C9QA%2CqBAAA%3B%3BAAMA%2C4BOlBI%2CQAAO%2CSPkBV%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CkBAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSC7QY%2COD6QZ%3BEAAA%2Ca6CvRe%2CY7CuRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAO3VA%2C0BACI%3BEACI%2CWAAA%3BEACA%2CqBAAA%3B%3BAAHR%2C0BAOI%2CwBACI%2COAAM%3BEACF%2CaAAA%3B%3BAAcR%2CQAAC%3BEACG%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CQAAC%3BEACG%2CgBAAA%3B%3BAAIR%2CMAAM%3BEACF%2CmBAAA%3B%3BAAEA%2C0BAA2B%2CkBAAkB%2CyBAAyB%2COAHpE%2CUAGwE%3BEACtE%2CWAAA%3B%3BAAJR%2CMAAM%2CUAOF%3BEACI%2CeAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CMAXF%2CUAOF%2CiBAIK%3BEACG%2CSAAS%2CKAAT%3BEACA%2CeAAA%3B%3BAAbZ%2CMAAM%2CUAiBF%3BEACI%2CeAAA%3B%3BAAEA%2CMApBF%2CUAiBF%2CqBAGK%3BEACG%2CSAAS%2CKAAI%2CiBAAiB%2CIAA9B%3B%3BAAGJ%2CMAxBF%2CUAiBF%2CqBAOK%3BEACG%2CSAAS%2CGAAT%3B%3BAAzBZ%2CMAAM%2CUA6BF%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BElDiNR%2CiBAAA%3B%3BAkDhPA%2CMAAM%2CUAmCF%2COAAM%3BEACF%2CgCAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAA3CR%2CMAAM%2CUAmCF%2COAAM%2COAUF%3BEACI%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAKJ%2CMArDF%2CUAoDF%2COACK%3BEACG%2CgBAAA%3BEACA%2CeAAA%3B%3BAAvDZ%2CMAAM%2CUA2DF%2CQAAO%3BEACH%2CYAAA%3B%3BAAGJ%2CMA%5C%2FDE%2CUA%2BDD%2CIACG%3BElDgLR%2CcAAA%3BEAAA%2CqBAAA%3BEkD9KY%2CeAAA%3B%3BAnD6BZ%2CMmD%5C%2FFM%2CUA%2BDD%2CIACG%2COnD%2BBP%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CMmDpGM%2CUA%2BDD%2CIACG%2COnDoCP%3BEC4ID%2CcAAA%3BEAAA%2CqBAAA%3B%3BADvIA%2CMmDzGM%2CUA%2BDD%2CIACG%2COnDyCP%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAkDjLI%2CMA%5C%2FDE%2CUA%2BDD%2CIAMG%3BEACI%2CUAAA%3B%3BAAIR%2CMA1EE%2CUA0ED%2CwBACG%2COAAM%3BEACF%2CeAAA%3B%3BAlB3GZ%2CaACI%3BEACI%2CmBAAA%3B%3BAAFR%2CaACI%2COAGI%3BEhC2QR%2CWAAA%3BEAAA%2CgBAAA%3B%3BAgCpQA%3BEACI%2CcAAA%3B%3BAADJ%2CaAGI%2CiBACI%3BEAEI%2CaAAA%3B%3BAAKZ%3BEhCyPA%2CgBAAA%3BEgCvPI%2CgBAAA%3B%3BAAGJ%2CqBACI%3BEACI%2CgBAAA%3B%3BAAIR%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CaAII%2CiBACM%2CaACE%3BEACI%2CkBAAA%3BEACA%2CWAAA%3B%3BAARhB%2CaAaI%3BAAbJ%2CaAcI%3BEhCgOJ%2CqBAAA%3BE2C9QA%2CqBAAA%3B%3BAXgCA%2CaAaI%2CaWqNF%3BAXlOF%2CaAcI%2CeWoNF%3BE3ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA2CHA%2CaXuCI%2CaWvCH%3BAAAD%2CaXwCI%2CeWxCH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSChRQ%2CODgRR%3BEAAA%2Ca6CvRe%2CY7CuRf%3BEAAA%2CsBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CaX0BA%2CaW3BH%2CMACI%3BAAAD%2CaX2BA%2CeW5BH%2CMACI%3BE3C2PL%2CcAAA%3B%3BA2CrPI%2CaXoBA%2CaWrBH%2COACI%3BAAAD%2CaXqBA%2CeWtBH%2COACI%3BE3CqPL%2CcAAA%3B%3BA2CzKA%2CaX1CI%2CeW0CH%3BE3CyKD%2CS4C5PS%2CO5C4PT%3B%3BAgC5MA%3BEhC4MA%2CqBAAA%3BE2ChOA%2CqBAAA%3B%3BAAMA%2CYAAC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS4C9NQ%2CO5C8NR%3BEAAA%2Ca6CvRe%2CY7CuRf%3BEAAA%2CkBAAA%3BEAAA%2CsBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CYADH%2CMACI%3BE3C6ML%2CcAAA%3B%3BA2CvMI%2CYADH%2COACI%3BE3CuML%2CcAAA%3B%3BAgC5LQ%2CYAFH%2COAEI%3BAAAD%2CYADH%2CQACI%3BEACG%2CSYpCN%2COZoCM%3B%3BAAKZ%2CaAEI%3BAADJ%2CKAAK%2CcAAe%2CcAChB%3BEACI%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAASJ%2CKAAC%2CcACG%3BEACI%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAEA%2CKAVP%2CcACG%2CcASK%3BEACG%2CcAAA%3B%3BAAKJ%2CKAhBP%2CcAeG%2CWACK%3BEhCuJb%2C6BAAA%3B%3BAgCvKI%2CKAAC%2CcAeG%2CWAKI%3BEACI%2CeAAA%3B%3BAAUhB%3BEhCwIA%2CgCAAA%3BEgCtII%2CSAAA%3B%3BAAIQ%2CgBAFP%2CQACG%2COACK%3BEhCkIb%2CS4C%5C%2FNM%2CO5C%2BNN%3B%3BAgCxIA%2CgBAYI%3BEhC4HJ%2CcAAA%3BEgC1HQ%2CeAAA%3BEACA%2CSAAA%3BEACA%2C4BAAA%3BEACA%2CkBAAA%3BEhCuHR%2CcAAA%3BE2ChOA%2CqBAAA%3B%3BAAMA%2CgBX8FI%2COW9FH%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS4C9NQ%2CO5C8NR%3BEAAA%2Ca6CvRe%2CY7CuRf%3BEAAA%2CkBAAA%3BEAAA%2CsBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CgBXiFA%2COWlFH%2CMACI%3BE3C6ML%2CcAAA%3B%3BAgCxIA%2CgBA%2BBI%3BEAEI%2CoBAAA%3BEACA%2CkBAAA%3B%3BAAcI%2CoBALR%2CoBAII%2CGACK%3BAAAD%2CoBAJR%2CkCAGI%2CGACK%3BEACG%2CSAAS%2CEAAT%3B%3BAAPhB%2CoBACI%2CoBAcI%3BAAfR%2CoBAEI%2CkCAaI%3BEACI%2CWAAA%3B%3BAAhBZ%2CoBACI%2CoBAkBI%2CcACI%3BAApBZ%2CoBAEI%2CkCAiBI%2CcACI%3BEhC0EZ%2CgBAAA%3BEgCxEgB%2CcAAA%3B%3BAAkBhB%3BEACI%2CqBAAA%3B%3BAAEJ%3BEACI%2CmBAAA%3B%3BAb9OJ%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%3BAAapB%2CqBAEI%2CQAAO%3BEnBsQX%2CcAAA%3B%3BAmBjQA%2CyBAKI%3BEnB4PJ%2CkBAAA%3BEmB1PQ%2CWAAA%3B%3BAAKJ%2CaAAc%2CMADb%2CaAAc%3BEAEX%2CoBAAA%3BEACA%2CgBAAA%3B%3BAAFJ%2CaAAc%2CMADb%2CaAAc%2CUAKX%3BEACI%2CgBAAA%3B%3BAALR%2CaAAc%2CMADb%2CaAAc%2CUAKX%2COAGI%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAAsBhB%3BEACI%2CmBAAA%3B%3BAAQQ%2CyBAFR%2CyBACI%2COACK%2CiBAAiB%3BEACd%2CgBAAA%3B%3BAAoBhB%2CmBACI%3BEACI%2CgBAAA%3B%3BAAIR%2C0BACI%2CcACI%3BEACI%2CkBAAA%3B%3BAAKZ%2CgCASI%2CMACI%3BEACI%2CSAAA%3B%3BAAXZ%2CgCAeI%3BEACI%2C6BAAA%3B%3BAAhBR%2CgCAmBI%3BEACI%2CuBAAA%3B%3BAApBR%2CgCAmBI%2CKAGI%3BEACI%2CqBAAA%3B%3BAAvBZ%2CgCAmBI%2CKAOI%3BEnBgJR%2CiBAAA%3BEmB9IY%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAA9BZ%2CgCAwCI%2CSACI%3BEAGI%2CSAAA%3B%3BAAGJ%2CgCAPJ%2CSAOK%3BEACG%2CcAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CgCAbJ%2CSAaK%3BEnBqHT%2CiBAAA%3BEmBnHY%2CcAAA%3BEACA%2CiBAAA%3B%3BA2B7KZ%2CcAAc%3BEACV%2CWAAA%3B%3BAAGJ%2CMAAM%2CQACF%2CgBACM%3BEACE%2CaAAA%3B%3BAAHZ%2CMAAM%2CQAOF%2CKAAI%3BEACA%2CUAAA%3B%3BAARR%2CMAAM%2CQAWF%2CKAAI%3BEACA%2CUAAA%3B%3BAAZR%2CMAAM%2CQAqBF%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAxBR%2CMAAM%2CQA2BF%2CWACI%3BEACI%2CSAAA%3B%3BAA7BZ%2CMAAM%2CQA2BF%2CWAKI%3BEACI%2CgBAAA%3B%3BAAjCZ%2CMAAM%2CQA2BF%2CWASI%2CWACI%3BEACI%2CmBAAA%3B%3BAAtChB%2CMAAM%2CQA2CF%2COAAM%3BEACF%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3B%3BAAIR%2CqBACI%2CmBACI%3BEACI%2CWAAA%3B%3BAAHZ%2CqBAOI%3BEACI%2CgBAAA%3B%3BARpER%2CWACI%2CQAAO%3BEAQH%2CmBAAA%3B%3BAAJA%2CWAJJ%2CQAAO%2CiBAIF%2CIAAI%3BEACD%2CmBAAA%3B%3BAUDR%2COAAC%3BEACG%2CgBAAA%3B%3BAAGJ%2COAAC%2CMACG%3BEhD0RR%2CyBAAA%3BEAAA%2C2EAAA%3BEgDrRY%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2COAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3B%3BAAEA%2COAjBP%2CMACG%2COAgBK%2CYAAY%3BEhD0QzB%2CWAAA%3BEgDxQgB%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAS%2CgBAAT%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAAGJ%2COA9BP%2CMACG%2COA6BK%3BEACG%2CYAAA%3B%3BAApChB%2COAyCI%3BEACI%2C6BAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3B%3BAAGJ%2COAAC%3BEACG%2CaAAA%3B%3BAAGJ%2COAAC%3BEACG%2CSAAA%3B%3BAADJ%2COAAC%2CQAGG%3BEACI%2CmBAAA%3B%3BAAJR%2COAAC%2CQAOG%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2COAAQ%2CQAbX%2CQAaY%3BEACL%2CYAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3B%3BAAhBR%2COAAC%2CQAmBG%2CQAAO%3BEAEH%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAAIR%2COAAC%3BEACG%2CqBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2COAAC%3BEACG%2CgBAAA%3B%3BAAEA%2COAHH%2CMAGI%3BEACG%2CSAAS%2CIAAT%3B%3BAAIR%2COAAC%3BEhDmML%2CcAAA%3B%3BAgD%5C%2FLI%2COAAC%3BEACG%2CaAAA%3BEACA%2CSAAA%3B%3BAAEA%2COAJH%2CQAII%3BEACG%2C6BAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2COATH%2CQASI%3BEACG%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3BEhD6KZ%2CcAAA%3BE2ChOA%2CqBAAA%3B%3BAAMA%2COK2BK%2CQASI%2CMLpCR%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS4C9NQ%2CO5C8NR%3BEAAA%2Ca6CvRe%2CY7CuRf%3BEAAA%2CsBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAK7OY%2COA3BP%2CQASI%2CMAkBI%3BEACG%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAGJ%2COAjCP%2CQASI%2CMAwBI%3BEhD8Jb%2CcAAA%3B%3BA2ChKA%2COKMsB%2CUArCjB%2CQASI%2CMLsBR%3BE3CgKD%2CS4C%5C%2FNM%2CO5C%2BNN%3B%3BAgDlJQ%2COA7CH%2CQA6CI%3BEACG%2CSAAA%3BEACA%2CaAAA%3B%3BAAFJ%2COA7CH%2CQA6CI%2CQAIG%3BEACI%2CkBAAA%3BEACA%2CcAAA%3B%3BAANR%2COA7CH%2CQA6CI%2CQASG%3BEhDyIZ%2CcAAA%3BEgDvIgB%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2COA7DX%2CQA6CI%2CQASG%2CEAOK%3BEACG%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2COAjEf%2CQA6CI%2CQASG%2CEAOK%2CMAIO%3BEACA%2CyBAAA%3B%3BAArBhB%2COA7CH%2CQA6CI%2CQA0BG%3BEhDwHZ%2CcAAA%3BEgDtHgB%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2COA7EX%2CQA6CI%2CQA0BG%2COAMK%3BEACG%2CSAAS%2CGAAT%3B%3BAAGJ%2COAjFX%2CQA6CI%2CQA0BG%2COAUK%3BEACG%2CSAAS%2CGAAT%3B%3BAOlLpB%2CkBAAkB%2CMACd%2CQAAO%3BEvD8RX%2CSAAA%3B%3BAuDzRA%3BEvDyRA%2CgBAAA%3BEAAA%2CyBAAA%3BEAAA%2CaAAA%3BEAAA%2CWAAA%3BEAAA%2CyCAAA%3BEAAA%2C%2BBAAA%3BEAAA%2COAAA%3BEAAA%2CgBAAA%3BEAAA%2CkBAAA%3BEAAA%2CMAAA%3BEAAA%2CaAAA%3BE4JlJA%2CaAAA%3BEACA%2CUAAA%3BErG%5C%2FHI%2CsBAAA%3B%3BAATJ%2CUqG0EA%3BE5J%2BMA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BAuDzRA%2CUqG0EA%2CcAGI%3BE5J4MJ%2CcAAA%3BEAAA%2CkBAAA%3BEAAA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CeAAA%3BEAAA%2CmBAAA%3BEAAA%2CqBAAA%3B%3BAuDzRA%2CUqGgGA%2CeACI%2CQAAO%3BE5JwLX%2CkBAAA%3BEAAA%2CqBAAA%3BEKzDA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BELgDA%2CgBAAA%3BEAAA%2CWAAA%3BEAAA%2CSAAA%3B%3BAuDzRA%2CUqGgGA%2CeACI%2CQAAO%2CMjH4KT%3BE3ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA2CHA%2CUiH%2BEA%2CeACI%2CQAAO%2CMjHhFV%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS4C1OU%2CO5C0OV%3BEAAA%2Ca6CvRe%2CY7CuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CUiHkEJ%2CeACI%2CQAAO%2CMjHpEV%2CMACI%3BE3C2PL%2CcAAA%3B%3BA2CrPI%2CUiH4DJ%2CeACI%2CQAAO%2CMjH9DV%2COACI%3BE3CqPL%2CcAAA%3B%3BAK7CA%2CUuJ5IA%2CeACI%2CQAAO%2CMvJ2IV%3BAACD%2CUuJ7IA%2CeACI%2CQAAO%2CMvJ4IV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CUuJlJA%2CeACI%2CQAAO%2CMvJiJV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CUuJvJA%2CeACI%2CQAAO%2CMvJsJV%3BAACD%2CUuJxJA%2CeACI%2CQAAO%2CMvJuJV%3BAACD%2CQAAQ%2CUAAW%2CWuJzJnB%2CeACI%2CQAAO%3BEvJyJP%2CoBAAA%3BEL%2BBJ%2CYAAA%3B%3BA4J%5C%2FIA%2CUAAC%3BEACG%2CUAAA%3B%3BArG3IJ%2CUAWI%3BEAEI%2CgBAAA%3B%3BAAbR%2CUAWI%2CgBAII%3BEACI%2CgBAAA%3B%3BAAGI%2CUARZ%2CgBAII%2CWAGI%2COACK%3BEACG%2CSAAS%2CIAAT%3B%3BAAOZ%2CUADJ%2CQACK%3BAAAD%2CUjC2KR%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAiC3KtE%2CUjC4KR%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAiC5KxE%2CUjC4KR%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAiC3KtE%2CUjC2KR%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BEiC3KpE%2CkBAAA%3B%3BAA5BZ%2CUAgCI%3BEACI%2CmBAAA%3B%3BAAjCR%2CUAoCI%3BEACI%2CkBAAA%3B%3BAArCR%2CUAwCI%2CeACI%3BEACI%2CaAAA%3B%3BAA1CZ%2CUA8CI%3BEACI%2CaAAA%3B%3BAAIR%3BEACI%2CqBAAA%3B%3BAADJ%2CcAGI%3BEACI%2C6BAAA%3B%3BAAIR%3BEACI%2CaAAA%3B%3BAAGJ%3BAACA%2CaAAc%3BAACd%2CmBAAoB%3BEAChB%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CcAAC%2CIAAI%3BAAAL%2CaALU%2CeAKT%2CIAAI%3BAAAL%2CmBAJgB%2CeAIf%2CIAAI%3BEACD%2CkBAAA%3B%3BAAIR%2CuBAAwB%2CWAEpB%2CWACI%2CiBAAmB%3BAAF3B%2CmBAAoB%2CWAChB%2CWACI%2CiBAAmB%3BEACf%2CeAAA%3B%3BAAKZ%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CmBAII%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BAAIR%2CMAAM%3BElDmIN%2CsBAAA%3BEAEA%2C4BAAA%3BEAEA%2CgBAAA%3BEACA%2CoBAAA%3BEAIA%2CiBAAA%3BELgDA%2CgBAAA%3BEAAA%2CuBAAA%3BEAAA%2CSAAA%3BEAAA%2CUAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEK5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BAA6CA%2CMkD%5C%2FIM%2CclD%2BIL%3BAACD%2CMkDhJM%2CclDgJL%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CMkDrJM%2CclDqJL%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CMkD1JM%2CclD0JL%3BAACD%2CMkD3JM%2CclD2JL%3BAACD%2CQAAQ%2CUAAW%2COkD5Jb%3BElD6JF%2CoBAAA%3BEL%2BBJ%2CYAAA%3B%3BADjJA%2CMwD3CM%2CcxD2CL%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CMwDhDM%2CcxDgDL%3BEC4ID%2CcAAA%3BEAAA%2CqBAAA%3B%3BADvIA%2CMwDrDM%2CcxDqDL%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAKxFA%2CMkDpGM%2CclDoGL%3BAACD%2CMkDrGM%2CclDqGL%3BAACD%2CMkDtGM%2CclDsGL%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CMkD3GM%2CclD2GL%3BAACD%2CMkD5GM%2CclD4GL%3BAACD%2CQAAQ%2CUAAW%2COkD7Gb%3BEvD4LN%2CcAAA%3BEAAA%2CYAAA%3BEK5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BA4BxMA%2CSAAC%2CMAAM%3BESmIX%2CqBAAA%3BEACA%2CkBAAA%3BETtHQ%2CgBAAA%3BEACA%2CsBAAA%3B%3BAjCeR%2CSiC9BK%2CMAAM%2COjC8BV%3BAACD%2CSiC%5C%2FBK%2CMAAM%2COjC%2BBV%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CSiCpCK%2CMAAM%2COjCoCV%3BEACG%2CWAAA%3B%3BAiCrCA%2CSAAC%2CMAAM%2COSmbX%3BEACI%2CWAAA%3BEACA%2CSAAA%3B%3BATrbA%2CSAAC%2CMAAM%2COSwbX%3BEACI%2CYAAA%3BEACA%2CSAAA%3B%3BAT1bA%2CSAAC%2CMAAM%2COSiJX%3BE1CiIA%2CqBAAA%3BE2ChOA%2CqBAAA%3B%3BAVlDI%2CSAAC%2CMAAM%2COSiJX%2CeCqHE%3BE3ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA2C2CA%2CSVxDK%2CMAAM%2COSiJX%2CeCzFC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CS4C9NQ%2CO5C8NR%3BEAAA%2Ca6CvRe%2CY7CuRf%3BEAAA%2CSAAA%3BEAAA%2CsBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CSVrEC%2CMAAM%2COSiJX%2CeC7EC%2CMACI%3BE3C6ML%2CcAAA%3B%3BA2CvMI%2CSV3EC%2CMAAM%2COSiJX%2CeCvEC%2COACI%3BE3CuML%2CcAAA%3B%3BA0CuHA%2CSTzYK%2CMAAM%2COSiJX%2CeAwPC%3BE1CvHD%2CqBAAA%3BE2ChOA%2CqBAAA%3B%3BADuVA%2CSTzYK%2CMAAM%2COSiJX%2CeAwPC%2COCnIC%3BE3ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA2C2CA%2CSVxDK%2CMAAM%2COSiJX%2CeAwPC%2COCjVA%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CS4C%5C%2FNM%2CO5C%2BNN%3BEAAA%2Ca6CvRe%2CY7CuRf%3BEAAA%2CSAAA%3BEAAA%2CsBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CSVrEC%2CMAAM%2COSiJX%2CeAwPC%2COCrUA%2CMACI%3BE3C6ML%2CcAAA%3B%3BA2CvMI%2CSV3EC%2CMAAM%2COSiJX%2CeAwPC%2COC%5C%2FTA%2COACI%3BE3CuML%2CcAAA%3B%3BAiClRI%2CSAAC%2CMAAM%2COSyNX%3BE1CyDA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CmBAAA%3BEAAA%2CeAAA%3BEAAA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CYAAA%3BE0ChDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BE1C8CJ%2CSAAA%3BEAAA%2CkDAAA%3B%3BAiClRI%2CSAAC%2CMAAM%2COSyNX%2COAsBI%3BE1CmCJ%2CSAAA%3BEAAA%2CyBAAA%3B%3BA0C3BQ%2CSTvPH%2CMAAM%2COSyNX%2COAsBI%2CGAQK%3BE1C2BT%2CmBAAA%3BE0CzBY%2CeAAA%3B%3BAAuTZ%2CSThjBK%2CMAAM%2COSyNX%2COAuVC%3BAACD%2CSTjjBK%2CMAAM%2COSyNX%2COAwVC%3BEACG%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CST1jBK%2CMAAM%2COSyNX%2COAiWC%3BEACG%2CiBAAA%3BE1CzSJ%2CyDAAA%3BE0C2SI%2CWAAA%3B%3BAAGJ%2CSThkBK%2CMAAM%2COSyNX%2COAuWC%3BEACG%2CiBAAA%3BE1C%5C%2FSJ%2CyDAAA%3BE0CiTI%2CWAAA%3B%3BAAzDJ%2CST1gBK%2CMAAM%2COSyNX%2COAiTC%3BE1CxPD%2CUAAA%3BEAAA%2CUAAA%3B%3BA0C6PA%2CST%5C%2FgBK%2CMAAM%2COSyNX%2COAsTC%3BE1C7PD%2CSAAA%3BEAAA%2CUAAA%3B%3BA0CZA%2CSTtQK%2CMAAM%2COSsQV%3BEACG%2CiBAAA%3B%3BAADJ%2CSTtQK%2CMAAM%2COSsQV%2COAGG%3BEACI%2CcAAA%3B%3BAT1QJ%2CSAAC%2CMAAM%2COAkBH%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAApBR%2CSAAC%2CMAAM%2COAkBH%2COAII%2CMACM%3BEACE%2CcAAA%3BEACA%2CyBAAA%3B%3BAAzBhB%2CSAAC%2CMAAM%2COAkBH%2COAYI%3BEACI%2CUAAA%3B%3BAAOJ%2CSAtCP%2CMAAM%2COAmCD%2CUAGG%3BEAKG%2CiBAAA%3B%3BAU8DhB%2CSVzGK%2CMAAM%2COAmCD%2CUAGG%2CMUmEZ%3BE3CyKD%2CS4ChQiB%2CO5CgQjB%3B%3BAiCrOgB%2CSA7CX%2CMAAM%2COAmCD%2CUAGG%2CMAOI%3BEACG%2CSAAA%3BEACA%2CWAAA%3B%3BAAIR%2CSAnDP%2CMAAM%2COAmCD%2CUAgBG%3BAACD%2CSApDP%2CMAAM%2COAmCD%2CUAiBG%3BAACD%2CSArDP%2CMAAM%2COAmCD%2CUAkBG%3BEjC6Nb%2CcAAA%3B%3BAiCvNY%2CSA3DP%2CMAAM%2COA0DD%2CUAAO%2COACJ%3BEACG%2C2BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAAeR%2CKAAK%2CcAAe%2CUA%5C%2FEvB%2CMAAM%3BEAgFC%2CwBAAA%3B%3BAAGI%2CKAJH%2CcAAe%2CUA%5C%2FEvB%2CMAAM%2COAkFG%2CUACG%3BEACG%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3B%3BAAIA%2CKAXP%2CcAAe%2CUA%5C%2FEvB%2CMAAM%2COAkFG%2CUAOG%2COACI%3BEjCwLrB%2CcAAA%3B%3BAiCnLgB%2CKAhBH%2CcAAe%2CUA%5C%2FEvB%2CMAAM%2COAkFG%2CUAaG%3BAACD%2CKAjBH%2CcAAe%2CUA%5C%2FEvB%2CMAAM%2COAkFG%2CUAcG%3BEjCkLjB%2CcAAA%3B%3BAiC%5C%2FKoB%2CKApBP%2CcAAe%2CUA%5C%2FEvB%2CMAAM%2COAkFG%2CUAaG%2CMAII%3BAAAD%2CKApBP%2CcAAe%2CUA%5C%2FEvB%2CMAAM%2COAkFG%2CUAcG%2COAGI%3BEACG%2CaAAA%3B%3BAAQpB%2CSAAC%2COAAO%3BEjCsKZ%2CgBAAA%3BEAAA%2CyBAAA%3BEAAA%2CaAAA%3BEAAA%2CWAAA%3BEAAA%2CyCAAA%3BEAAA%2C%2BBAAA%3BEAAA%2CSAAA%3BEAAA%2COAAA%3BEAAA%2CeAAA%3BEAAA%2CQAAA%3BEAAA%2CMAAA%3BEAAA%2CaAAA%3BE4JlJA%2CaAAA%3BEACA%2CUAAA%3BE3HnBQ%2CsBAAA%3B%3BAAFJ%2CSAAC%2COAAO%2CM2HzCZ%3BE5J%2BMA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BAiCtKI%2CSAAC%2COAAO%2CM2HzCZ%2CcAGI%3BE5J4MJ%2CcAAA%3BEAAA%2CkBAAA%3BEAAA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CeAAA%3BEAAA%2CmBAAA%3BEAAA%2CqBAAA%3B%3BAiCtKI%2CSAAC%2COAAO%2CM2HnBZ%2CeACI%2CQAAO%3BE5JwLX%2CkBAAA%3BEAAA%2CqBAAA%3BEKzDA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BELgDA%2CgBAAA%3BEAAA%2CWAAA%3BEAAA%2CSAAA%3B%3BAiCtKI%2CSAAC%2COAAO%2CM2HnBZ%2CeACI%2CQAAO%2CMjH4KT%3BE3ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA2CHA%2CSVkGK%2COAAO%2CM2HnBZ%2CeACI%2CQAAO%2CMjHhFV%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS4C1OU%2CO5C0OV%3BEAAA%2Ca6CvRe%2CY7CuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CSVqFC%2COAAO%2CM2HnBZ%2CeACI%2CQAAO%2CMjHpEV%2CMACI%3BE3C2PL%2CcAAA%3B%3BA2CrPI%2CSV%2BEC%2COAAO%2CM2HnBZ%2CeACI%2CQAAO%2CMjH9DV%2COACI%3BE3CqPL%2CcAAA%3B%3BAK7CA%2CS4BzHK%2COAAO%2CM2HnBZ%2CeACI%2CQAAO%2CMvJ2IV%3BAACD%2CS4B1HK%2COAAO%2CM2HnBZ%2CeACI%2CQAAO%2CMvJ4IV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CS4B%5C%2FHK%2COAAO%2CM2HnBZ%2CeACI%2CQAAO%2CMvJiJV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CS4BpIK%2COAAO%2CM2HnBZ%2CeACI%2CQAAO%2CMvJsJV%3BAACD%2CS4BrIK%2COAAO%2CM2HnBZ%2CeACI%2CQAAO%2CMvJuJV%3BAACD%2CQAAQ%2CUAAW%2CU4BtId%2COAAO%2CM2HnBZ%2CeACI%2CQAAO%3BEvJyJP%2CoBAAA%3BEL%2BBJ%2CYAAA%3B%3BA4J%5C%2FIA%2CS3HvBK%2COAAO%2CM2HuBX%3BEACG%2CUAAA%3B%3BA3HpBI%2CSAJH%2COAAO%2CMAIH%3BEACG%2CcAAA%3B%3BAAIR%2CSAAC%3BEjC6JL%2CgCAAA%3BEAAA%2CmBAAA%3BEAAA%2CYAAA%3BE4JhIA%2CSAAA%3BEACA%2COAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAEA%2CS3HpCK%2CQ2HoCJ%3BE5JyHD%2CYAAA%3BE4JrHQ%2CyBAAA%3B%3BA3HrCA%2CSAHH%2CQAGI%3BEACG%2CcAAA%3B%3BAAUR%2CSAAC%2CSAAS%2CKAEN%2CQAAO%3BAADX%2CSAAC%2CSAAS%2CKACN%2CQAAO%3BEjC6If%2CcAAA%3B%3BAiCvIA%2CuBAOI%2CiBACM%3BEACE%2CcAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAXZ%2CuBAOI%2CiBACM%2CWAKE%2CQAAO%3BEACH%2CYAAA%3B%3BAAMhB%3BEACI%2CkBAAA%3B%3BAAMY%2C0BAJZ%2CUAEK%2COACG%2CeACK%3BEACG%2CgBAAA%3B%3BAAOZ%2C0BAZJ%2CUAYK%3BEACG%2CmBAAA%3B%3BAADJ%2C0BAZJ%2CUAYK%2CMAGG%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAIR%2C0BArBJ%2CUAqBK%3BEjC2FT%2CcAAA%3BEiCzFY%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2C0BA1BR%2CUAqBK%2COAKI%3BEjCsFb%2CqBAAA%3BE2C9QA%2CqBAAA%3B%3BAAMA%2C0BVwJI%2CUAqBK%2COAKI%2CQUlLZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CkBAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSC5QW%2COD4QX%3BEAAA%2Ca6CvRe%2CY7CuRf%3BEAAA%2CmBAAA%3BEAAA%2C2BAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAVnJY%2C0BAtCR%2CUAqCK%2CQACI%3BAACD%2C0BAvCR%2CUAqCK%2CQAEI%3BEACG%2CqBAAA%3B%3BAAGJ%2C0BA3CR%2CUAqCK%2CQAMI%3BEACG%2CkBAAA%3B%3BAAPR%2C0BArCJ%2CUAqCK%2CQAUG%2CMACI%3BEACI%2CQAAA%3B%3BAAEA%2C0BAnDhB%2CUAqCK%2CQAUG%2CMACI%2CUAGK%3BEACG%2CUAAA%3BEACA%2CWAAA%3B%3BAAGJ%2C0BAxDhB%2CUAqCK%2CQAUG%2CMACI%2CUAQK%3BEACG%2CUAAA%3BEACA%2CWAAA%3B%3BAAOhB%2C0BAjEJ%2CUAiEK%2CSAAS%3BEACN%2CkBAAA%3B%3BAAKZ%2C2BAKI%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAUR%2C8BASI%3BEACI%2CgBAAA%3B%3BAAIR%2C0BACI%3BEACI%2CmBAAA%3BEjCQR%2CiBAAA%3B%3BAiCVA%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%3BEACA%2CkBAAA%3B%3BAApCR%2C0BAuCI%2CmBACI%3BEjC9BR%2CcAAA%3B%3BAiCoCQ%2C0BADJ%2CQACK%3BEACG%2CeAAA%3B%3BAAKJ%2C0BADJ%2CYACK%3BEAEG%2CkBAAA%3B%3BAM1UR%2CcAAC%2CQAEG%3BAADJ%2CcAAC%2CQACG%3BEACI%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAALR%2CcAAC%2CQAEG%2CGAII%3BAALR%2CcAAC%2CQACG%2CGAII%3BEACI%2CcAAA%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%2CkBAAA%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%2CeAII%3BAA3DhB%2CcAAC%2CQAmDG%2CgBACI%2CaAGI%2CeAII%3BEACI%2CkBAAA%3B%3BAA9DxB%2CcAqEI%3BEACI%2CmBAAA%3B%3BAAtER%2CcAqEI%2COAGI%3BEACI%2CgBAAA%3B%3BAAzEZ%2CcA6EI%3BEACI%2CgBAAA%3B%3BAA9ER%2CcA6EI%2CeAGI%2CQAAO%3BEACH%2CqBAAA%3B%3BAAjFZ%2CcA6EI%2CeAOI%2CKACI%3BEACI%2CqBAAA%3B%3BAAWJ%2CcApBR%2CeAOI%2CKAaK%2CKACG%2CQAAO%3BEACH%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAchB%2CcAAC%2CIAAI%2CUACD%2CeACI%3BEACI%2CSAAA%3B%3BAArHhB%2CcA0HM%3BEACE%2CgBAAA%3B%3BAA3HR%2CcA8HI%2CiBACM%3BEACE%2CcAAA%3B%3BAAhIZ%2CcA8HI%2CiBACM%2CaAGE%3BEACI%2CqBAAA%3B%3BAAEA%2CcAPZ%2CiBACM%2CaAGE%2CQAGK%3BEACG%2CcAAA%3BEACA%2CcAAA%3B%3BAAvIpB%2CcA8HI%2CiBAcM%3BEACE%2CkBAAA%3B%3BAA7IZ%2CcAqJI%3BEACI%2CgBAAA%3B%3BAAuBgB%2CcAfpB%2COAGI%2CkBACI%2CcACI%2CUASM%2CSACG%3BEACG%2CaAAA%3B%3BAA9K5B%2CcA8JI%2COAGI%2CkBACI%2CcACI%2CUASM%2CSAKE%3BEACI%2CqBAAA%3B%3BAAlL5B%2CcA0LI%3BAA1LJ%2CcA2LI%2CeAAe%3BEAEX%2C6BAAA%3BEACA%2CoBAAA%3B%3BAA9LR%2CcA0LI%2CaAMI%3BAAhMR%2CcA2LI%2CeAAe%2COAKX%3BEACI%2CgBAAA%3B%3BAAjMZ%2CcA0LI%2CaAMI%2COAGI%3BAAnMZ%2CcA2LI%2CeAAe%2COAKX%2COAGI%3BEvC4FZ%2CcAAA%3B%3BAuC%5C%2FRA%2CcAyMI%2CeAEI%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAIR%2CcAAC%2CaACG%2CaAAe%3BEvC6EvB%2CiBAAA%3B%3BAuC9EI%2CcAAC%2CaAKG%2CgBACI%2CeAAc%2CIAAI%3BEACd%2CmBAAA%3B%3BAAPZ%2CcAAC%2CaAWG%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAhOZ%2CcAoOI%2CWACI%3BEACI%2CkBAAA%3B%3BAAtOZ%2CcAoOI%2CWAKM%3BEACE%2CSAAA%3B%3BAA1OZ%2CcA8OI%2CqBACI%3BEACI%2CgBAAA%3B%3BAAhPZ%2CcAoPI%2CoBACI%3BEACI%2CSAAA%3B%3BAAtPZ%2CcAoPI%2CoBACI%2CUAGI%2CQAAO%3BEACH%2CiBAAA%3B%3BAAzPhB%2CcAkQI%2CiBAAiB%2COAAM%3BEvC6B3B%2CiBAAA%3BEuC3BQ%2CmBAAA%3B%3BAApQR%2CcAkQI%2CiBAAiB%2COAAM%2COAInB%3BEACI%2CgBAAA%3B%3BAAKZ%2CyBAMI%3BEACI%2CcAAA%3B%3BAAIR%2C%2BBACI%3BEACI%2CcAAA%3B%3BAYxRR%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%3BEnD4QR%2CqBAAA%3BE2C9QA%2CqBAAA%3BEQeY%2CcAAA%3B%3BARTZ%2CMQtBM%2CWAeF%2COAGI%2CSRIP%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS4CnOY%2CO5CmOZ%3BEAAA%2Ca6CvRe%2CY7CuRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAQ5UY%2CMA3BN%2CWAeF%2COAGI%2CSASK%3BEACG%2CkBAAA%3B%3BAA5BhB%2CMAAM%2CWAmCF%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAArCR%2CMAAM%2CWAwCF%3BEACI%2CaAAA%3B%3BAAzCR%2CMAAM%2CWAgDF%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAAnDR%2CMAAM%2CWAsDF%2CQAAO%3BEACH%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAJtDR%2CKAAK%2COAAQ%3BE%5C%2FC0Rb%2CcAAA%3B%3BA%2BCvRI%2CKAHC%2COAAQ%2CSAGR%3BEACG%2CSAAS%2CGAAT%3B%3BAAGJ%2CKAPC%2COAAQ%2CSAOR%3BEACG%2CSAAS%2CGAAT%3B%3BAAIR%3BE8GuEA%2CgBAAA%3BEACA%2CmBAAA%3B%3BA9GxEA%2Ce8G2EA%3BE7JmMA%2CWAAA%3BE6JjMI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAAEA%2CeANJ%2CeAMK%3BEACG%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEA6FR%2CmCAAA%3BE7J2FA%2CcAAA%3BEAAA%2Ca6CvRe%2CY7CuRf%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3BE6JxEA%2CSjHnLQ%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COiHmLR%3BEAXA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BA9G9LA%2Ce8G2EA%2CeAsBM%3BEACE%2CcAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CeA1BR%2CeAsBM%2COAIG%3BEACG%2CkBAAA%3BEACA%2CUAAA%3BEA4EZ%2CmCAAA%3BE7J2FA%2CcAAA%3BEAAA%2Ca6CvRe%2CY7CuRf%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3BE6JxEA%2CSjHnLQ%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COiHmLR%3BEAXA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BA9G9LA%2Ce8G2EA%2CeAsBM%2COAiBE%3BE7JhHR%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA%2BCLA%2CwBAEI%2CgB8GoHJ%3BA9GrHA%2CcACI%2CgB8GoHJ%3BE7JxHA%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA%2BCEA%3BE8GpBA%2CgBAAA%3B%3BAAEA%2CoBAAC%3BE7JqRD%2CcAAA%3BEAAA%2Ca6CvRe%2CY7CuRf%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3BE6J1GA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CmCAAA%3BEA8BA%2CSjHnLQ%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COiHmLR%3BEAlMI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA9GKJ%2CoB8GFA%2CMAAK%3BE7JPL%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6JMY%2CoBANZ%2CMAAK%2CcAGA%2CMAEK%2CQACG%3BAAAD%2CoBANZ%2CMAAK%2CcAIA%2CQACK%2CQACG%3BEACG%2CUAAA%3B%3BA9GLhB%2CoB8GWA%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BA9GdJ%2CoB8GWA%2CMAKI%3BE7JzBJ%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6JsBI%2CoBATJ%2CMASK%3BE7J%2BOL%2CcAAA%3BEAAA%2Ca6CvRe%2CY7CuRf%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3BE6J1GA%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%3BA9GrChB%2CoB8G8HI%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CSjHnLQ%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COiHmLR%3B%3BA9G3LA%2CoB8G8HI%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CSjHnLQ%2CQAAA%2CQAAA%2CQAAA%2COiHmLR%3B%3BA9G3LA%2CoB8G8HI%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CSjHnLQ%2CQAAA%2CQAAA%2COiHmLR%3B%3BA9G3LA%2CoB8G8HI%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CSjHnLQ%2CQAAA%2COiHmLR%3B%3BA9G3LA%2CoB8G8HI%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CSjHnLQ%2COiHmLR%3B%3BA9GxLI%2CoBAAC%3BE8GwLL%2CS5JtMc%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CO4JsMd%3B%3BA9G7KA%3BEACI%2CkBAAA%3B%3BAADJ%2CyBAGI%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAASJ%2COAAC%3BEACG%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAAEA%2COANH%2CQAMI%3BEACG%2CaAAA%3B%3BAAPR%2COAAC%2CQAUG%3BEACI%2CgCAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAdR%2COAAC%2CQAiBG%3BEACI%2CaAAA%3B%3BAAIR%2COAAC%2CIACG%3BEACI%2CaAAA%3B%3BAAIR%2COAAC%2CKACG%2CQAAO%2COAAO%3BE%5C%2FC0MtB%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CcAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BE%2BCvMY%2CSAAA%3B%3BA1C4PZ%2CO0ChQK%2CKACG%2CQAAO%2COAAO%2CQ1C%2BPrB%3BAACD%2CO0CjQK%2CKACG%2CQAAO%2COAAO%2CQ1CgQrB%3BELtDD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CcAAA%3B%3BAK4DA%2CO0CvQK%2CKACG%2CQAAO%2COAAO%2CQ1CsQrB%3BEL5DD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CcAAA%3B%3BA%2BC3MI%2COAAC%2CKAOG%2CiBAAiB%3BEACb%2CUAAA%3B%3BAAIR%2CSAAU%2CQAAC%2COAAO%3BEACd%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAJJ%2CSAAU%2CQAAC%2COAAO%2COAMd%3BEACI%2CSAAA%3B%3BAAPR%2CSAAU%2CQAAC%2COAAO%2COAUd%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAIR%2CSAAU%2CQAAC%2CcACL%3BEACE%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAIR%2COAAC%2CaAAc%2CMAAK%3BAACpB%2COAAC%2CaAAa%3BEACV%2CeAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2COAAC%2CaACG%3BEACI%2CgBAAA%3B%3BAAFR%2COAAC%2CaAKG%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAIR%2COAAC%3BEACG%2CmBAAA%3B%3BAADJ%2COAAC%2CKAGG%2CaACI%3BE%5C%2FCgJZ%2CcAAA%3BEAAA%2CkBAAA%3BEAAA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CeAAA%3BEAAA%2CmBAAA%3BEAAA%2CqBAAA%3B%3BA%2BC1II%2COAAC%3BEAEG%2CgCAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BA%5C%2FClGR%2CO%2BC8FK%2CK%5C%2FC9FJ%3BEACG%2CWAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BA%2BCiGI%2COANH%2CKAMI%3BEACG%2CeAAA%3B%3BAAIR%2COAAC%3BEACG%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAIJ%2COAAC%3BEACG%2CeAAA%3B%3BAADJ%2COAAC%2COAGG%3BEACI%2CgBAAA%3B%3BAAIR%2COAAC%3BEACG%2CeAAA%3B%3BAAOJ%2COAAC%3BE%5C%2FCwGL%2CcAAA%3BEAAA%2CkBAAA%3BEAAA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CqBAAA%3BE%2BCtGQ%2CgBAAA%3B%3BAAGJ%2COAAC%3BEACG%2CmBAAA%3B%3BAAIR%2CUACI%2CQACI%3BEACI%2CgBAAA%3B%3BAA0DZ%2CKAAK%2CMAAM%2CQACP%3BEACI%2CgBAAA%3B%3BAAIR%2CSAAS%2COAAO%2CKACZ%2CQAAO%3BAADX%2CSAAS%2COAAO%2CKAEZ%2CSAAQ%2CQAAQ%3BAAFpB%2CSAAS%2COAAO%2CKAGZ%2CSAAQ%3BEACJ%2CmBAAA%3B%3BAAIR%3BEACI%2CoBAAA%3B%3BAAEA%2CSAAS%2CQAAQ%2CKAAM%3BEACnB%2CcAAA%3B%3BAAJR%2CwBAOI%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3B%3BAATR%2CwBAYI%3BEACI%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3B%3BAAfR%2CwBAYI%2CiBAKI%2CEAAC%2CIAAI%3BEACD%2CkBAAA%3B%3BAAlBZ%2CwBAYI%2CiBAQI%2CQAAO%3BEACH%2CmBAAA%3B%3BAAKZ%2CkBAEI%3BAADJ%2CgBACI%3BEACI%2CkBAAA%3B%3BAAkCR%2CwBACI%2COACI%3BEACI%2CmBAAA%3B%3BAAEA%2CwBAJR%2COACI%2CMAGK%3BEACG%2CgBAAA%3B%3BAANhB%2CwBAWI%3BEACI%2CqBAAA%3B%3BAAEA%2CwBAHJ%2CcAGK%2CIAAI%3BEACD%2CoBAAA%3B%3BAAfZ%2CwBAmBI%2CgBACI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAAKZ%2CcAEI%3BAADJ%2CwBACI%3BEACI%2CgBAAA%3B%3BAAIR%2CcACI%3BEACI%2CqBAAA%3BEACA%2CwBAAA%3B%3BAAqCR%2CgBAUI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAdR%2CgBAiBI%3BEACI%2CSAAA%3B%3BAAlBR%2CgBAiBI%2CgBAOI%3BEACI%2CmBAAA%3B%3BAAzBZ%2CgBAiBI%2CgBAOI%2CwBAGI%3BEACI%2CmBAAA%3B%3BAAEA%2CgBAbZ%2CgBAOI%2CwBAGI%2CMAGK%3BEACG%2CgBAAA%3B%3BAA%5C%2FBpB%2CgBAiBI%2CgBAqBI%3BE%5C%2FC7JR%2CcAAA%3BEAAA%2CkBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CqBAAA%3BE%2BC%2BJY%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAzCZ%2CgBAiBI%2CgBA2BI%3BEACI%2CSAAA%3BEACA%2CmBAAA%3B%3BAA9CZ%2CgBAiBI%2CgBAgCI%3BE%5C%2FCxKR%2CcAAA%3B%3BAgBhSA%2CYACI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAHR%2CYACI%2CMAII%3BEhB2RR%2CmBAAA%3BEgBzRY%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAVZ%2CYACI%2CMAYI%3BEhBmRR%2CmBAAA%3BEAAA%2CcAAA%3BEgBhRY%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAEA%2CYApBR%2CMAYI%2CEAQK%3BEhB2Qb%2CmBAAA%3BEAAA%2CqBAAA%3B%3BAgBnQA%3BEACI%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3B%3BAAHJ%2CoBAKI%3BEACI%2C6BAAA%3BEACA%2CiBAAA%3B%3BAAPR%2CoBAKI%2CaAIM%3BEhB0PV%2CiBAAA%3BEgBxPY%2CgBAAA%3B%3BAAXZ%2CoBAKI%2CaASI%3BEACI%2CqBAAA%3B%3BAAfZ%2CoBAmBI%3BEACI%2CSAAA%3B%3BAApBR%2CoBAmBI%2CeAGM%3BEACE%2CaAAA%3B%3BAAGJ%2CoBAPJ%2CeAOK%2CIAAI%3BEACD%2CmBAAA%3B%3BAAGJ%2CoBAXJ%2CeAWK%3BEACG%2CiBAAA%3B%3BAA%5C%2FBZ%2CoBAmCI%2CmBACM%2CQAAQ%2CKAAK%3BEACX%2C6BAAA%3B%3BAAIA%2CoBANR%2CmBAKI%2CMACQ%3BEACA%2C0BAAA%3B%3BAAGJ%2CQAAS%2CqBAVjB%2CmBAKI%2CMAMQ%2CGAAE%2CUAAU%2CMAAO%3BEACf%2CgBAAA%3B%3BAA%5C%2FCpB%2CoBAmCI%2CmBAKI%2CMAWI%3BEACI%2CoBAAA%3BEACA%2CiBAAA%3B%3BAAIA%2CoBAtBZ%2CmBAKI%2CMAgBI%2CKACK%3BEACG%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CoBA5BZ%2CmBAKI%2CMAgBI%2CKAOK%3BEACG%2CuBAAA%3B%3BAAhEpB%2CoBAmCI%2CmBAKI%2CMA4BM%2CeACE%3BEACI%2CmBAAA%3B%3BAAtEpB%2CoBAmCI%2CmBAKI%2CMA4BM%2CeAKI%2CKAAG%3BEACD%2CgBAAA%3B%3BAA1EpB%2CoBAmCI%2CmBAKI%2CMAsCI%2CwBAAwB%3BEACpB%2CoBAAA%3BEACA%2CcAAA%3B%3BAAhFhB%2CoBAmCI%2CmBAiDI%3BEACI%2CgBAAA%3B%3BAArFZ%2CoBAyFI%3BEACI%2CSAAA%3B%3BAA1FR%2CoBAyFI%2CcAGI%3BEACI%2CSAAA%3B%3BAA7FZ%2CoBAyFI%2CcAOI%3BEACI%2CgBAAA%3B%3BAACA%2CoBATR%2CcAOI%2CGAEK%3BEACG%2CgBAAA%3B%3BAAIR%2CoBAdJ%2CcAcK%2CMACG%3BEACI%2CqBAAA%3B%3BAAEA%2CoBAlBZ%2CcAcK%2CMACG%2CGAGK%3BEACG%2CSAAS%2CIAAT%3B%3BAALZ%2CoBAdJ%2CcAcK%2CMASG%3BEACI%2CSAAA%3B%3BAAjHhB%2CoBAsHI%2CMACI%2CKAAI%3BEACA%2CkBAAA%3B%3BAAUJ%2CoBANJ%2CKAMK%3BEACG%2CiBAAA%3B%3BAAgBJ%2CoBADJ%2CQACK%3BEhBgHT%2CqBAAA%3BE2ChOA%2CqBAAA%3BE3CgOA%2CcAAA%3B%3BAgBhHQ%2CoBADJ%2CQACK%2CK2BoGP%3BE3ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA2C2CA%2CoB3ByGI%2CQACK%2CK2B1GR%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS4C9NQ%2CO5C8NR%3BEAAA%2Ca6CvRe%2CY7CuRf%3BEAAA%2CsBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAzOA%2CoB3B%2BCI%2CQACK%2CKAWI%2CS2B3DZ%3BE3CgKD%2CS4C%5C%2FNM%2CO5C%2BNN%3B%3BAgBnQA%2CoBAuKI%3BEhB4FJ%2CiBAAA%3B%3BAgBnQA%2CoBA2KI%2CWAGI%3BEACI%2CmBAAA%3B%3BAAIA%2CoBARR%2CWAOI%2COACK%3BEACG%2CSAAS%2CIAAT%3B%3BAAOJ%2CoBAFR%2CaACI%2CMACK%3BAACD%2CoBAHR%2CaACI%2CMAEK%3BEACG%2CeAAA%3B%3BAAOZ%2CoBAAC%3BEACG%2CgBAAA%3B%3BAADJ%2CoBAAC%2CSAGG%3BEACI%2CgBAAA%3B%3BAAJR%2CoBAAC%2CSAOG%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAIR%2CoBAAC%2CKACG%2CeAAe%3BEACX%2CmBAAA%3B%3BAAFR%2CoBAAC%2CKAKG%3BEACI%2CgBAAA%3B%3BAANR%2CoBAAC%2CKASG%2CaACI%2CgBACI%3BEACI%2CgBAAA%3B%3BAAZhB%2CoBAAC%2CKASG%2CaACI%2CgBAKI%3BEACI%2CSAAA%3B%3BAAhBhB%2CoBAAC%2CKASG%2CaACI%2CgBAKI%2CSAGM%3BEACE%2CgBAAA%3B%3BAAEA%2CoBArBnB%2CKASG%2CaACI%2CgBAKI%2CSAGM%2CSAGG%3BEACG%2CSAAS%2CIAAT%3B%3BAASpB%2COAAO%2CKAAM%2CqBAAqB%2CqBADrC%3BEAEO%2CgBAAA%3B%3BAAFR%2CoBAAC%2CaAKK%3BEACE%2CaAAA%3B%3BAAKZ%3BEAKI%2CSAAA%3BEACA%2CeAAA%3B%3BAALA%2CYAAe%3BEACX%2C6BAAA%3B%3BAAFR%2CeAQI%3BEACI%2CqBAAA%3B%3BAATR%2CeAYI%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAIR%3BEACI%2CmBAAA%3B%3BAADJ%2CsBAGI%3BEACI%2CkBAAA%3B%3BAAEA%2CsBAHJ%2CQAGK%3BEACG%2CaAAA%3BEACA%2CSAAA%3B%3BAAkBJ%2CmBADJ%2COACK%3BEACG%2CmBAAA%3B%3BAAKZ%2CcAKI%3BEACI%2CcAAA%3B%3BAANR%2CcASI%3BEACI%2CWAAA%3BEACA%2COAAO%2CiBAAP%3B%3BAAXR%2CcAcI%2CcAAa%3BEACT%2CWAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAjBR%2CcAoBI%2CcAKI%2COAAM%3BEACF%2CWAAA%3BEACA%2CWAAA%3B%3BAkBpWZ%2CKAAK%2CKAAK%2COAGN%2CUACI%2COACI%3BEACI%2CWAAA%3B%3BASiHhB%2CqBT3GsB%2CQAAO%2COAAO%2COS2GnC%3BE3CyKD%2CS4CnOY%2CO5CmOZ%3B%3BA8J9QA%2CsBACI%3BE9J6QJ%2CmBAAA%3BE8J3QQ%2CeAAA%3B%3BAAHR%2CsBAKI%3BEACI%2CeAAA%3B%3BAACA%2CsBAFJ%2CMAEK%3BEACG%2CaAAA%3B%3BAARZ%2CsBAKI%2CMAMI%3BAAXR%2CsBAKI%2CMAOM%3BEACE%2CkCAAA%3BE9JiQZ%2CcAAA%3BE8J%5C%2FPY%2CcAAA%3BEACA%2C0BAAA%3B%3BAAhBZ%2CsBAKI%2CMAcI%3BEACI%2CqBAAA%3B%3BAAEA%2CsBAjBR%2CMAcI%2CEAGK%3BE9JwPb%2CmBAAA%3B%3BA8JnPQ%2CsBAtBJ%2CMAsBK%2CQACG%3BAADJ%2CsBAtBJ%2CMAsBK%2CQAEK%3BE9JiPd%2CqBAAA%3BEAAA%2CWAAA%3BEAAA%2CgBAAA%3B%3BA8JnPQ%2CsBAtBJ%2CMAsBK%2CQAQG%3BE9J2OZ%2CqBAAA%3B%3BA8J9QA%2CsBAKI%2CMAmCI%3BEACI%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BA7INZ%3BEjByOA%2CyBAAA%3B%3BAiBrOA%3BEjByVA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkCA%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3BEiB5XJ%2CiBAAA%3B%3BAAGJ%3BEjB2VA%2CoBAAA%3BEACQ%2CYAAA%3B%3BAiBxVR%2CUACM%2CsBACE%3BEACI%2CaAAA%3B%3BAASZ%3BEAEI%2C6BAAA%3BEACA%2CmBAAA%3B%3BAAHJ%2CYAKI%2COAAM%3BEjB0MV%2CyBAAA%3BEAAA%2CWAAA%3B%3BAiBpMA%2COAAO%2CMACD%2CUAAO%3BEjBmMb%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEkBvBQ%2CYAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAANR%2COAAO%2CMACD%2CUAAO%2CMlB%2BBX%3BEACE%2CqBAAA%3BEACA%2CmBAAA%3B%3BAkBlCJ%2COAAO%2CMACD%2CUAAO%2CMAOH%3BEACE%2CeAAA%3BEACA%2CkBAAA%3B%3BAAEA%2COAZL%2CMACD%2CUAAO%2CMAOH%2CKAIG%3BEACG%2CiBAAA%3B%3BAAbhB%2COAAO%2CMACD%2CUAAO%2CMAOH%2CKAQI%3BEjBoLd%2CWAAA%3BEAAA%2CqBAAA%3B%3BADjJA%2COkBnDO%2CMACD%2CUAAO%2CMAOH%2CKAQI%2CIlBmCb%3BECiJD%2CWAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2COkBxDO%2CMACD%2CUAAO%2CMAOH%2CKAQI%2CIlBwCb%3BEC4ID%2CWAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2COkB7DO%2CMACD%2CUAAO%2CMAOH%2CKAQI%2CIlB6Cb%3BECuID%2CWAAA%3BEAAA%2C0BAAA%3B%3BAiBnKI%2COAAC%3BEACG%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAIR%3BEACI%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAALJ%2CKAOI%3BEACI%2CcAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CWAAY%3BEACR%2CqBAAA%3BEACA%2CWAAA%3B%3BAAIR%2CWACI%3BEACI%2CaAAA%3B%3BAAIR%2CUACM%2CsBACE%2CYAAc%3BEACV%2CgBAAA%3B%3BAAUR%2COALG%2CKAKF%3BEjBwHL%2CmBAAA%3BEAAA%2CaAAA%3BEiBrHQ%2CsBAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAIR%3BEACI%2CSAAA%3BEACA%2CkBAAA%3B%3BAAOJ%2CQAAQ%2COACJ%3BEACI%2CSAAA%3B%3BAAGJ%2CQALI%2COAKH%3BAACD%2CQANI%2COAMH%3BEjB4FL%2CgBAAA%3BEAAA%2C8BAAA%3BEgEnQA%2CcAAA%3BEhEmQA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CqBAAA%3BEAAA%2CcAAA%3BEiB1FQ%2CSAAA%3B%3BAAHJ%2CQALI%2COAKH%2CS%2BC9IL%3BA%5C%2FC%2BII%2CQANI%2COAMH%2CO%2BC%5C%2FIL%3BEhE2OA%2CcAAA%3B%3BAgExOI%2CQ%5C%2FCsII%2COAKH%2CS%2BC9IL%2CEAGK%3BAAAD%2CQ%5C%2FCsII%2COAMH%2CO%2BC%5C%2FIL%2CEAGK%3BEhEwOL%2CcAAA%3B%3BAgEpOI%2CQ%5C%2FCkII%2COAKH%2CS%2BC9IL%2CEAOK%3BAAAD%2CQ%5C%2FCkII%2COAMH%2CO%2BC%5C%2FIL%2CEAOK%3BEhEoOL%2CcAAA%3B%3BAiBvFI%2CQAXI%2COAWH%3BEACG%2CSAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAALJ%2CQAXI%2COAWH%2COAOG%3BEACI%2CgBAAA%3B%3BAAIR%2CQAvBI%2COAuBH%3BEjB2EL%2CgBAAA%3BEAAA%2C8BAAA%3BEgEnQA%2CcAAA%3BEhEmQA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CWAAA%3BEiBzEQ%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAHJ%2CQAvBI%2COAuBH%2CK%2BChKL%3BEhE2OA%2CcAAA%3B%3BAgExOI%2CQ%5C%2FCsII%2COAuBH%2CK%2BChKL%2CEAGK%3BEhEwOL%2CcAAA%3B%3BAgEpOI%2CQ%5C%2FCkII%2COAuBH%2CK%2BChKL%2CEAOK%3BEhEoOL%2CcAAA%3B%3BAiBhEA%3BEACI%2CkBAAA%3B%3BAAIA%2COAAC%3BEACG%2C6BAAA%3BEACA%2CiBAAA%3B%3BAAFJ%2COAAC%2CQAOG%2COACM%3BEjBmDd%2CmBAAA%3BEAAA%2CiBAAA%3BEiBhDgB%2C6BAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAAbZ%2COAAC%2CQAOG%2COASI%3BAAhBR%2COAAC%2CQAOG%2COAUI%3BEACI%2CcAAA%3BEACA%2CeAAA%3B%3BAAnBZ%2COAAC%2CQAOG%2COAeI%3BEjBqCZ%2CcAAA%3BEiBnCgB%2CmBAAA%3B%3BAAxBZ%2COAAC%2CQAOG%2COAoBI%3BEjBgCZ%2CcAAA%3BEAAA%2CqBAAA%3B%3BADjJA%2COkBsFK%2CQAOG%2COAoBI%2CElBjHX%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2COkBiFK%2CQAOG%2COAoBI%2CElB5GX%3BEC4ID%2CWAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2COkB4EK%2CQAOG%2COAoBI%2CElBvGX%3BECuID%2CWAAA%3BEAAA%2C0BAAA%3B%3BAiBhBA%3BEjBgBA%2CyBAAA%3BEAAA%2CWAAA%3BEiBbI%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CYAAa%2COAAM%2CQAEf%2CUACI%3BAAFR%2CYACI%2CUACI%3BEyB%5C%2FOR%2CqBAAA%3BEACA%2CkBAAA%3B%3BA1CFA%2CYiB6Oa%2COAAM%2CQAEf%2CUACI%2CSjBhPP%3BAAAD%2CYiB%2BOI%2CUACI%2CSjBhPP%3BAACD%2CYiB4Oa%2COAAM%2CQAEf%2CUACI%2CSjB%5C%2FOP%3BAAAD%2CYiB8OI%2CUACI%2CSjB%5C%2FOP%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CYiBuOa%2COAAM%2CQAEf%2CUACI%2CSjB1OP%3BAAAD%2CYiByOI%2CUACI%2CSjB1OP%3BEACG%2CWAAA%3B%3BAiBsOJ%2CYAAa%2COAAM%2CQAEf%2CUACI%2CSyB5OR%3BAzB0OA%2CYACI%2CUACI%2CSyB5OR%3BE1CgPA%2CUAAA%3BE0C9OI%2CeAAA%3BE1C8OJ%2CqBAAA%3BE2ChOA%2CqBAAA%3B%3BA1ByNA%2CYAAa%2COAAM%2CQAEf%2CUACI%2CSyB5OR%2CeCoOE%3BA1BMF%2CYACI%2CUACI%2CSyB5OR%2CeCoOE%3BE3ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA2C2CA%2CY1BmNa%2COAAM%2CQAEf%2CUACI%2CSyB5OR%2CeCsBC%3BAAAD%2CY1BqNI%2CUACI%2CSyB5OR%2CeCsBC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS4C9NQ%2CO5C8NR%3BEAAA%2Ca6CvRe%2CY7CuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CY1BsMS%2COAAM%2CQAEf%2CUACI%2CSyB5OR%2CeCkCC%2CMACI%3BAAAD%2CY1BwMA%2CUACI%2CSyB5OR%2CeCkCC%2CMACI%3BE3C6ML%2CcAAA%3B%3BA2CvMI%2CY1BgMS%2COAAM%2CQAEf%2CUACI%2CSyB5OR%2CeCwCC%2COACI%3BAAAD%2CY1BkMA%2CUACI%2CSyB5OR%2CeCwCC%2COACI%3BE3CuML%2CcAAA%3B%3BA0CqEA%2CYzB5Ea%2COAAM%2CQAEf%2CUACI%2CSyB5OR%2CeAqTC%3BAAAD%2CYzB1EI%2CUACI%2CSyB5OR%2CeAqTC%3BE1CrED%2CqBAAA%3BE2ChOA%2CqBAAA%3B%3BADqSA%2CYzB5Ea%2COAAM%2CQAEf%2CUACI%2CSyB5OR%2CeAqTC%2COCjFC%3BADiFF%2CYzB1EI%2CUACI%2CSyB5OR%2CeAqTC%2COCjFC%3BE3ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA2C2CA%2CY1BmNa%2COAAM%2CQAEf%2CUACI%2CSyB5OR%2CeAqTC%2COC%5C%2FRA%3BAAAD%2CY1BqNI%2CUACI%2CSyB5OR%2CeAqTC%2COC%5C%2FRA%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS4C%5C%2FNM%2CO5C%2BNN%3BEAAA%2Ca6CvRe%2CY7CuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CY1BsMS%2COAAM%2CQAEf%2CUACI%2CSyB5OR%2CeAqTC%2COCnRA%2CMACI%3BAAAD%2CY1BwMA%2CUACI%2CSyB5OR%2CeAqTC%2COCnRA%2CMACI%3BE3C6ML%2CcAAA%3B%3BA2CvMI%2CY1BgMS%2COAAM%2CQAEf%2CUACI%2CSyB5OR%2CeAqTC%2COC7QA%2COACI%3BAAAD%2CY1BkMA%2CUACI%2CSyB5OR%2CeAqTC%2COC7QA%2COACI%3BE3CuML%2CcAAA%3B%3BAiBPA%2CYAAa%2COAAM%2CQAEf%2CUACI%2CSyBrDR%3BAzBmDA%2CYACI%2CUACI%2CSyBrDR%3BE1CyDA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CmBAAA%3BEAAA%2CeAAA%3BEAAA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CYAAA%3BE0ChDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BE1C8CJ%2CSAAA%3BEAAA%2CkDAAA%3B%3BAiBPA%2CYAAa%2COAAM%2CQAEf%2CUACI%2CSyBrDR%2CYAsBI%3BAzB6BJ%2CYACI%2CUACI%2CSyBrDR%2CYAsBI%3BE1CmCJ%2CSAAA%3BEAAA%2CUAAA%3B%3BA0C3BQ%2CYzBoBK%2COAAM%2CQAEf%2CUACI%2CSyBrDR%2CYAsBI%2CGAQK%3BAAAD%2CYzBsBJ%2CUACI%2CSyBrDR%2CYAsBI%2CGAQK%3BE1C2BT%2CmBAAA%3BE0CzBY%2CeAAA%3B%3BAAuTZ%2CYzBrSa%2COAAM%2CQAEf%2CUACI%2CSyBrDR%2CYAuVC%3BAAAD%2CYzBnSI%2CUACI%2CSyBrDR%2CYAuVC%3BAACD%2CYzBtSa%2COAAM%2CQAEf%2CUACI%2CSyBrDR%2CYAwVC%3BAAAD%2CYzBpSI%2CUACI%2CSyBrDR%2CYAwVC%3BEACG%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CYzB%5C%2FSa%2COAAM%2CQAEf%2CUACI%2CSyBrDR%2CYAiWC%3BAAAD%2CYzB7SI%2CUACI%2CSyBrDR%2CYAiWC%3BEACG%2CiBAAA%3BE1CzSJ%2CyDAAA%3BE0C2SI%2CWAAA%3B%3BAAGJ%2CYzBrTa%2COAAM%2CQAEf%2CUACI%2CSyBrDR%2CYAuWC%3BAAAD%2CYzBnTI%2CUACI%2CSyBrDR%2CYAuWC%3BEACG%2CiBAAA%3BE1C%5C%2FSJ%2CyDAAA%3BE0CiTI%2CWAAA%3B%3BAAzDJ%2CYzB%5C%2FPa%2COAAM%2CQAEf%2CUACI%2CSyBrDR%2CYAiTC%3BAAAD%2CYzB7PI%2CUACI%2CSyBrDR%2CYAiTC%3BE1CxPD%2CUAAA%3BEAAA%2CUAAA%3B%3BA0C6PA%2CYzBpQa%2COAAM%2CQAEf%2CUACI%2CSyBrDR%2CYAsTC%3BAAAD%2CYzBlQI%2CUACI%2CSyBrDR%2CYAsTC%3BE1C7PD%2CSAAA%3BEAAA%2CUAAA%3B%3BA0CZA%2CYzBKa%2COAAM%2CQAEf%2CUACI%2CSyBRP%3BAAAD%2CYzBOI%2CUACI%2CSyBRP%3BEACG%2CiBAAA%3B%3BAADJ%2CYzBKa%2COAAM%2CQAEf%2CUACI%2CSyBRP%2COAGG%3BAAHJ%2CYzBOI%2CUACI%2CSyBRP%2COAGG%3BEACI%2CcAAA%3B%3BAzBCR%2CYAAa%2COAAM%2CQAEf%2CUACI%2CSAYI%2CGAAE%2CSACE%3BAAfhB%2CYACI%2CUACI%2CSAYI%2CGAAE%2CSACE%3BEjBThB%2CWAAA%3BEAAA%2CqBAAA%3BEiBoBoB%2CcAAA%3BEACA%2CYAAA%3B%3BAlBtKpB%2CYkB0Ia%2COAAM%2CQAEf%2CUACI%2CSAYI%2CGAAE%2CSACE%2CElB1Jf%3BAAAD%2CYkB4II%2CUACI%2CSAYI%2CGAAE%2CSACE%2CElB1Jf%3BECiJD%2CWAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CYkBqIa%2COAAM%2CQAEf%2CUACI%2CSAYI%2CGAAE%2CSACE%2CElBrJf%3BAAAD%2CYkBuII%2CUACI%2CSAYI%2CGAAE%2CSACE%2CElBrJf%3BEC4ID%2CWAAA%3BEAAA%2CqBAAA%3B%3BADvIA%2CYkBgIa%2COAAM%2CQAEf%2CUACI%2CSAYI%2CGAAE%2CSACE%2CElBhJf%3BAAAD%2CYkBkII%2CUACI%2CSAYI%2CGAAE%2CSACE%2CElBhJf%3BECuID%2CWAAA%3BEAAA%2CqBAAA%3B%3BAiBPA%2CYAAa%2COAAM%2CQAEf%2CUA%2BBI%3BAAhCR%2CYACI%2CUA%2BBI%3BEACI%2CgBAAA%3B%3BAAQZ%2CYAAa%2COAAM%2CQACf%2CUACI%2CSACI%2CGAAE%3BEACE%2CQAAA%3B%3BAACA%2CYALH%2COAAM%2CQACf%2CUACI%2CSACI%2CGAAE%2CSAEG%3BEACG%2CUAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CYATH%2COAAM%2CQACf%2CUACI%2CSACI%2CGAAE%2CSAMG%3BEACG%2CUAAA%3BEACA%2CUAAA%3B%3BAAUpB%2CQACI%2CQAAO%2CMAAM%2CIAAI%3BAADrB%2CQAEI%2CQAAO%2CIAAI%3BEACP%2CmBAAA%3B%3BAAIR%3BEACI%2CWAAA%3B%3BAAMJ%2CYAEI%2CQAAO%3BAADX%2CYACI%2CQAAO%3BEjBxEX%2CcAAA%3B%3BAiBsEA%2CYAMI%2COAAO%2CQAAO%3BAALlB%2CYAKI%2COAAO%2CQAAO%3BEACV%2CSAAA%3B%3BAAWR%2CcAAe%3BEACX%2CUAAA%3B%3BAAGJ%3BEjB5FA%2CgBAAA%3BEiB8FI%2CsBAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BEACI%2CaAAA%3B%3BA8InYJ%2CgBACI%3BEACI%2CkBAAA%3B%3BAAFR%2CgBAKI%2CQAAO%3BE1JkOX%2CsBAAA%3BEAEA%2C4BAAA%3BEAEA%2CgBAAA%3BEACA%2CoBAAA%3BEAIA%2CiBAAA%3BELgDA%2CgBAAA%3BEAAA%2CuBAAA%3BEAAA%2CSAAA%3BEAAA%2CUAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEK5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BAA6CA%2CgB0J9OI%2CQAAO%2CO1J8OV%3BAACD%2CgB0J%5C%2FOI%2CQAAO%2CO1J%2BOV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CgB0JpPI%2CQAAO%2CO1JoPV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CgB0JzPI%2CQAAO%2CO1JyPV%3BAACD%2CgB0J1PI%2CQAAO%2CO1J0PV%3BAACD%2CQAAQ%2CUAAW%2CiB0J3Pf%2CQAAO%3BE1J4PP%2CoBAAA%3BEL%2BBJ%2CYAAA%3B%3BADjJA%2CgBgK1II%2CQAAO%2COhK0IV%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CgBgK%5C%2FII%2CQAAO%2COhK%2BIV%3BEC4ID%2CcAAA%3BEAAA%2CqBAAA%3B%3BADvIA%2CgBgKpJI%2CQAAO%2COhKoJV%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAKxFA%2CgB0JnMI%2CQAAO%2CO1JmMV%3BAACD%2CgB0JpMI%2CQAAO%2CO1JoMV%3BAACD%2CgB0JrMI%2CQAAO%2CO1JqMV%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CgB0J1MI%2CQAAO%2CO1J0MV%3BAACD%2CgB0J3MI%2CQAAO%2CO1J2MV%3BAACD%2CQAAQ%2CUAAW%2CiB0J5Mf%2CQAAO%3BE%5C%2FJ2RX%2CcAAA%3BEAAA%2CYAAA%3BEK5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BA0J3MJ%2CsBACI%3BEACI%2CiBAAA%3B%3BAAFR%2CsBAKI%2CQAAO%3BE1JuNX%2CsBAAA%3BEAEA%2C4BAAA%3BEAEA%2CgBAAA%3BEACA%2CoBAAA%3BEAIA%2CiBAAA%3BELgDA%2CgBAAA%3BEAAA%2CuBAAA%3BEAAA%2CSAAA%3BEAAA%2CUAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEK5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BE0JnLQ%2CkBAAA%3B%3BA1JgOR%2CsB0JnOI%2CQAAO%2CU1JmOV%3BAACD%2CsB0JpOI%2CQAAO%2CU1JoOV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CsB0JzOI%2CQAAO%2CU1JyOV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CsB0J9OI%2CQAAO%2CU1J8OV%3BAACD%2CsB0J%5C%2FOI%2CQAAO%2CU1J%2BOV%3BAACD%2CQAAQ%2CUAAW%2CuB0JhPf%2CQAAO%3BE1JiPP%2CoBAAA%3BEL%2BBJ%2CYAAA%3B%3BADjJA%2CsBgK%5C%2FHI%2CQAAO%2CUhK%2BHV%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CsBgKpII%2CQAAO%2CUhKoIV%3BEC4ID%2CcAAA%3BEAAA%2CqBAAA%3B%3BADvIA%2CsBgKzII%2CQAAO%2CUhKyIV%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAKxFA%2CsB0JxLI%2CQAAO%2CU1JwLV%3BAACD%2CsB0JzLI%2CQAAO%2CU1JyLV%3BAACD%2CsB0J1LI%2CQAAO%2CU1J0LV%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CsB0J%5C%2FLI%2CQAAO%2CU1J%2BLV%3BAACD%2CsB0JhMI%2CQAAO%2CU1JgMV%3BAACD%2CQAAQ%2CUAAW%2CuB0JjMf%2CQAAO%3BE%5C%2FJgRX%2CcAAA%3BEAAA%2CYAAA%3BEK5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BA8BrNA%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%3BAQ0GZ%2CqBR3FI%2CQAAO%2CWQ2FV%3BAAAD%2CqBR3FI%2CQAAO%2CWQ2FV%3BAAAD%2CaR3FI%2CQAAO%2CWQ2FV%3BAAAD%2CiBR3FI%2CQAAO%2CWQ2FV%3BE3CyKD%2CS4ChQiB%2CO5CgQjB%3B%3BAmC3PA%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShC6HjC%2CQAGI%2CKACI%3BAgCjIV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShC8HjC%2CQAEI%2CKACI%3BAgCjIV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShC%2BHjC%2CQACI%2CKACI%3BAgCjIV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShC6HjC%2CQAGI%2CKAEI%3BAgClIV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShC8HjC%2CQAEI%2CKAEI%3BAgClIV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShC%2BHjC%2CQACI%2CKAEI%3BEHyHV%2C0BAAA%3B%3BAmC3PA%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShCwIjC%2CUAAU%2CQAGN%2CKAAE%2CYACE%3BAgC5IV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShCyIjC%2CWAAW%2CQAEP%2CKAAE%2CYACE%3BAgC5IV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShC0IjC%2CQAAK%2CYACD%2CKAAE%2CYACE%3BAgC5IV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShCwIjC%2CUAAU%2CQAGN%2CKAAE%2CYAEE%3BAgC7IV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShCyIjC%2CWAAW%2CQAEP%2CKAAE%2CYAEE%3BAgC7IV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShC0IjC%2CQAAK%2CYACD%2CKAAE%2CYAEE%3BEACE%2CaAAA%3B%3BAgC9IZ%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShCmJjC%2CQAAQ%3BEHwGV%2C0BAAA%3B%3BAmC3PA%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAK%5C%2FB%2CMAAQ%2CKAAK%3BEACT%2CgBAAA%3B%3BAANR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAS%5C%2FB%2CMAAQ%2CKAAE%2CWAAc%3BEACpB%2C6BAAA%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%3BAAjDX%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSbwKnC%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAaxK9E%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSbyKnC%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAazKhF%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSbyKnC%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAaxK9E%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSbwKnC%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BEavHxE%2CmBAAA%3B%3BAAlDR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAqD%5C%2FB%3BEACI%2CgBAAA%3B%3BAAIR%2CKAAK%2CSACD%3BEnCgMJ%2CcAAA%3BEmC9LQ%2CmBAAA%3B%3BAAEA%2CKALH%2CSACD%2CSAIK%3BEACG%2CSAAS%2CGAAT%3B%3BAAGJ%2CKATH%2CSACD%2CSAQK%3BEACG%2CSAAS%2CGAAT%3B%3BAAKZ%2CeASI%3BEACI%2CoBAAA%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%3BAASJ%2CcA7BE%2CSACV%2CSACK%2CKA2BI%3BEACG%2CcAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CcAnCE%2CSACV%2CSACK%2CKAiCI%2CQACK%3BEACE%2CkBAAA%3B%3BAAEA%2CcAvCN%2CSACV%2CSACK%2CKAiCI%2CQACK%2CIAGG%3BEACG%2CeAAA%3B%3BAAoBZ%2CcAHE%2CSACV%2CsBACI%2CQACK%3BAACD%2CcAJE%2CSACV%2CsBACI%2CQAEK%3BEnCuGb%2CqBAAA%3BE2C9QA%2CqBAAA%3B%3BARsKY%2CcAHE%2CSACV%2CsBACI%2CQACK%2CKQ4FX%3BAR3FU%2CcAJE%2CSACV%2CsBACI%2CQAEK%2COQ2FX%3BE3ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA2CHA%2CcR6Jc%2CSACV%2CsBACI%2CQACK%2CKQhKZ%3BAAAD%2CcR6Jc%2CSACV%2CsBACI%2CQAEK%2COQjKZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE3C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSChRQ%2CODgRR%3BEAAA%2Ca6CvRe%2CY7CuRf%3BEAAA%2CsBAAA%3BE2CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CcRgJU%2CSACV%2CsBACI%2CQACK%2CKQpJZ%2CMACI%3BAAAD%2CcRgJU%2CSACV%2CsBACI%2CQAEK%2COQrJZ%2CMACI%3BE3C2PL%2CcAAA%3B%3BA2CrPI%2CcR0IU%2CSACV%2CsBACI%2CQACK%2CKQ9IZ%2COACI%3BAAAD%2CcR0IU%2CSACV%2CsBACI%2CQAEK%2COQ%5C%2FIZ%2COACI%3BE3CqPL%2CcAAA%3B%3BA2CzKA%2CcR8Dc%2CSACV%2CsBACI%2CQAcK%2COQ9EZ%3BE3CyKD%2CS4C5PS%2CO5C4PT%3B%3BAgK9RI%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%3BEhKgQZ%2CiBAAA%3B%3BAgKlRA%2CMAAM%2COAcF%2COAQI%3BEACI%2CeAAA%3B%3BAAvBZ%2CMAAM%2COAcF%2COAYI%3BEACI%2CkBAAA%3B%3BAA3BZ%2CMAAM%2COAcF%2COAgBI%3BEACI%2CmBAAA%3B%3BACzCR%2CmBAAC%3BAAAD%2CeAAC%3BEjK4RL%2CmBAAA%3B%3BAiK1RQ%2CMAAO%2CoBAFV%3BAAEG%2CMAAO%2CgBAFV%3BEAGO%2CgBAAA%3B%3BAAMR%2CsBAAC%3BEACG%2CSAAA%3B%3BACxBZ%3BEACI%2CaAAA%3B%3BAACA%2CCAAC%3BEACG%2CaAAA%3B%3BAAGR%3BEACI%2CSAAA%3BEACA%2CUAAA%3B%3BAAEJ%3BEACI%2CcAAA%3BEACA%2CaAAa%2CQAAb%3B%3BAAEJ%3BAACA%2COAAO%3BA5IwMH%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAAC9E%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAAAhF%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAAA9E%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BE4IxMhF%2CaAAa%2CQAAb%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3B%3BAAIJ%3BEACI%2CgBAAA%3B%3BAAEJ%2C0BAA2B%2CyBAAyB%2CGAAG%2CGAAG%3BEACtD%2CeAAA%3B%3B%3BAAIJ%2CUAAW%2CEAAC%3BAACZ%2CKAAK%2CIAAI%2CYAAY%3BAACrB%2CQAAQ%2CIAAI%2CYAAY%3BAACxB%2CMAAM%2CIAAI%2CYAAY%3BEAClB%2C2BAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3B%3BAADJ%2CWAEI%2CQACM%3BEACE%2CiBAAA%3B%3BAACA%2CKAAM%2CgBAAgB%2CYAH9B%2CQACM%3BAAGE%2CKAAM%2CgBAAgB%2CYAJ9B%2CQACM%3BEAIM%2CiBAAA%3B%3BAAPhB%2CWAEI%2CQAQI%3BEACI%2CkCAAA%3B%3BAACA%2CWAVR%2CQAQI%2CSAEK%3BEACG%2CkCAAA%3B%3BAAGA%2CWAdZ%2CQAQI%2CSAKI%2CEACK%3BAACD%2CWAfZ%2CQAQI%2CSAKI%2CEAEK%3BEACG%2CgBAAA%3BEAEA%2CqBAAA%3B%3BAAOpB%3BEACI%2CuBAAA%3BEACA%2CuBAAA%3B%3BAAGJ%2CYAAY%2CsBACR%3BEACI%2CqBAAA%3BEACA%2CWAAA%3B%3BAAHR%2CYAAY%2CsBACR%2CkBAGI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAPZ%2CYAAY%2CsBACR%2CkBAGI%2CoBAII%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CaAAa%2CQAAb%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAKJ%2CQAJmC%3BEAInC%2CYAlBA%2CsBACR%2CkBAGI%2CoBAII%3BIAOQ%2CWAAA%3BIACA%2CeAAA%3B%3B%3BAAhBpB%2CYAAY%2CsBACR%2CkBAGI%2CoBAgBI%3BEACI%2CeAAA%3BEACA%2CaAAa%2CQAAb%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAxBhB%2CYAAY%2CsBA4BR%3BEACI%2CoBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CWAAA%3BEACA%2CgCAAA%3B%3BAAnCR%2CYAAY%2CsBA4BR%2CyBASI%3BEACI%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CaAAa%2CQAAb%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2C4BAAA%3B%3BAACA%2CYAtDA%2CsBA4BR%2CyBASI%2COAiBK%3BAACD%2CYAvDA%2CsBA4BR%2CyBASI%2COAkBK%3BEACG%2CyBAAA%3BEACA%2CcAAA%3B%3BAAUR%2CQARmC%3BEAQnC%2CYAnEI%2CsBA4BR%2CyBASI%3BIAuBQ%2CeAAA%3BIACA%2CeAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2C4BAAA%3B%3B%3BAAMR%2CYAvEI%2CsBAqER%2COAAM%2COAAO%2CQAER%2CMACG%3BAADJ%2CYAvEI%2CsBAsER%2CQAAO%2CQACF%2CMACG%3BAADJ%2CYAvEI%2CsBAqER%2CO5IuEA%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ4IrEzE%2CMACG%3BAADJ%2CYAvEI%2CsB5I4IR%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ4IrEzE%2CMACG%3BAADJ%2CYAvEI%2CsBAqER%2CO5IwEA%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ4ItE3E%2CMACG%3BAADJ%2CYAvEI%2CsB5I6IR%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ4ItE3E%2CMACG%3BAADJ%2CYAvEI%2CsBAqER%2CO5IwEA%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ4IrEzE%2CMACG%3BAADJ%2CYAvEI%2CsB5I6IR%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ4IrEzE%2CMACG%3BAADJ%2CYAvEI%2CsBAqER%2CO5IuEA%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ4ItE3E%2CMACG%3BAADJ%2CYAvEI%2CsB5I4IR%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ4ItE3E%2CMACG%3BEACI%2CcAAA%3B%3B%3BAAQZ%2CYAAC%2C8BACG%3BEACI%2C2BAAA%3B%3BAAFR%2CYAAC%2C8BACG%2CkBAEI%3BEACI%2CuBAAA%3B%3BAAJZ%2CYAAC%2C8BACG%2CkBAEI%2CMAEI%2CGAAE%3BEACE%2CmBAAA%3B%3BAANhB%2CYAAC%2C8BACG%2CkBAEI%2CMAKI%2CGAAE%3BEACE%2CgBAAA%3B%3BAAThB%2CYAAC%2C8BACG%2CkBAWI%2CMAAK%3BEACD%2CkBAAA%3B%3BAAbZ%2CYAAC%2C8BACG%2CkBAcI%2CMAAK%2CQAAQ%3BAAfrB%2CYAAC%2C8BACG%2CkBAeI%2CMAAK%2CQAAQ%3BEACT%2C4BAAA%3BEACA%2C2BAAA%3B%3BAAlBZ%2CYAAC%2C8BACG%2CkBAmBI%2CMAAK%3BAApBb%2CYAAC%2C8BACG%2CkBAoBI%2CMAAK%2CQAAQ%3BEACT%2C8BAAA%3B%3BAAyBhB%2CoBACI%3BEACI%2C2BAAA%3BEACA%2CuBAAA%3B%3BAAHR%2CoBACI%2COAGI%3BEACI%2CcAAA%3BEACA%2C0BAAA%3B%3BAACA%2CoBANR%2COAGI%2CKAGK%3BEACG%2C0BAAA%3B%3BAAKhB%2CqBACI%2CaACI%2CcACI%3BEACI%2CiBAAA%3B%3BAACA%2CqBAJZ%2CaACI%2CcACI%2CmBAEK%3BEACG%2CgCAAA%3B%3B%3BAAUpB%2CYAAY%2CqBAAsB%2CYAAY%2COAAM%2CIAAK%3BEACrD%2CaAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CYACI%2COAAM%2CeACF%2C2BAA2B%2COAAM%2COAAQ%3BAAFjD%2CYACI%2COAAM%2CeAEF%2COAAM%2COAAO%2CQAAS%3BAAH9B%2CYACI%2COAAM%2CeAEF%2CO5IxBJ%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ4IwBpD%3BAAH9B%2CYACI%2COAAM%2CeAEF%2CO5IvBJ%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ4IuBtD%3BAAH9B%2CYACI%2COAAM%2CeAEF%2CO5IvBJ%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ4IwBpD%3BAAH9B%2CYACI%2COAAM%2CeAEF%2CO5IxBJ%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ4IuBtD%3BEAClB%2CeAAA%3B%3BAAJZ%2CYAOI%2CQACI%2CmBACA%2CiBACA%2CyBACA%2CyBACA%2CiBACA%2CQAAO%2COAAO%3BEACd%2CSAAS%2CEAAT%3B%3BAAdR%2CYAgBI%2CcAAc%3BAAhBlB%2CYAiBI%2CaAAa%3BAAjBjB%2CYAkBI%2CaAAa%3BEACT%2CgBAAA%3BEACA%2CYAAA%3B%3BAACA%2CYALJ%2CcAAc%2CcAKT%3BAAAD%2CYAJJ%2CaAAa%2CcAIR%3BAAAD%2CYAHJ%2CaAAa%2CcAGR%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAvBZ%2CYA0BI%3BEACI%2CoBAAA%3B%3BAA3BR%2CYA6BI%2CaACI%2COACI%3BAA%5C%2FBZ%2CYA6BI%2CaACI%2COAEI%3BEACI%2CoCAAA%3B%3BAAjChB%2CYAqCI%2CkBACI%3BEACI%2CsBAAA%3B%3BAAvCZ%2CYAqCI%2CkBACI%2CyBAEI%3BEACI%2CsBAAA%3BEACA%2CuBAAA%3B%3BAA1ChB%2CYAqCI%2CkBAQI%2CiBACI%2CEACI%3BEACI%2C0BAAA%3B%3B%3BAAQpB%2CKACI%2CaACA%2CmBACA%2CsBACA%2CUAAS%3BAACb%2CKACI%2CaACA%2CmBACA%2CsBACA%2CUAAS%3BEACT%2CwBAAA%3B%3B%3BAAKJ%2CsBAAsB%3BEAClB%2CaAAA%3B%3BAAGJ%2CkBAAkB%2CMAAO%2CuBAAsB%3BEAC3C%2CgBAAA%3B%3BAAGJ%2CaAAc%3BEACV%2CkBAAA%3B%3B%3BAAyBJ%2CQArB0B%3BEACtB%2CWAAY%2CQAAO%2CUAAa%3BEAChC%2CWAAY%2CQAAU%3BIAClB%2CoCAAA%3B%3BEAEJ%2CWAAY%2CQAAO%2COAAU%3BEAC7B%2CWAAY%2CQAAO%2CWAAc%3BIAC7B%2CgCAAA%3B%3BEAGJ%2CWAAY%2CQAAQ%2CSAAS%2CQAAU%3BIACnC%2CkBAAA%3B%3BEAGJ%2CWAAY%2CQAAU%3BIAClB%2CqBAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3B%3BAAIR%2CyCAAyC%2CqBACrC%2CYACA%2CSACA%3BAACJ%2CyCAAyC%2CqBACrC%2CYACA%2CSACA%3BEACA%2CWAAA%3B%3BAAGJ%2CyCAAyC%2CqBACrC%2CYACA%3BAACJ%2CyCAAyC%2CqBACrC%2CYACA%3BEACA%2CWAAA%3B%3BAAGJ%2CkBAAmB%3BEACf%2CuBAAA%3BEACA%2C2BAAA%3B%3BAAGJ%2CaACI%3BEACI%2CUAAA%3B%3BAAFR%2CaACI%2CaAEI%2CQAAO%2CQACH%3BEACI%2CyBAAA%3BEACA%2CaAAA%3B%3BAANhB%2CaACI%2CaAEI%2CQAAO%2CQACH%2CYAGI%3BEACI%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAXpB%2CaACI%2CaAEI%2CQAAO%2CQACH%2CYAGI%2CoBAKI%3BEACI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAfxB%2CaACI%2CaAEI%2CQAAO%2CQACH%2CYAGI%2CoBAUI%3BEACI%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CaAAa%2C6BAAb%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAxBxB%2CaACI%2CaAEI%2CQAAO%2CQACH%2CYAGI%2CoBAmBI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAA9BxB%2CaACI%2CaAEI%2CQAAO%2CQA%2BBH%3BEACI%2CcAAA%3B%3BAAnChB%2CaACI%2CaAEI%2CQAAO%2CQA%2BBH%2CmBAEI%3BEACI%2CiBAAA%3B%3BAArCpB%2CaACI%2CaAEI%2CQAAO%2CQA%2BBH%2CmBAKI%3BEACI%2CkBAAA%3B%3BAAxCpB%2CaACI%2CaAEI%2CQAAO%2CQA%2BBH%2CmBAQI%3BEACI%2CUAAA%3B%3BAA3CpB%2CaACI%2CaAEI%2CQAAO%2CQA%2BBH%2CmBAWI%3BEACI%2CiBAAA%3BEACA%2CeAAA%3B%3BAA%5C%2FCpB%2CaACI%2CaAEI%2CQAAO%2CQA%2BBH%2CmBAeI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAAnDpB%2CaACI%2CaAEI%2CQAAO%2CQA%2BBH%2CmBAmBI%2CUAAU%3BEACN%2CkBAAA%3B%3BAAtDpB%2CaACI%2CaAEI%2CQAAO%2CQA%2BBH%2CmBAmBI%2CUAAU%2CGAEN%3BEACI%2CcAAA%3B%3BAAxDxB%2CaACI%2CaAEI%2CQAAO%2CQA%2BBH%2CmBAyBI%3BEACI%2CyBAAA%3BEACA%2CgBAAA%3B%3BAA7DpB%2CaACI%2CaAEI%2CQAAO%2CQA%2BBH%2CmBA6BI%3BEACI%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAnEpB%2CaACI%2CaAEI%2CQAAO%2CQA%2BBH%2CmBA6BI%2CWAKI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3B%3BAAtExB%2CaACI%2CaAEI%2CQAAO%2CQA%2BBH%2CmBA6BI%2CWASI%3BEACI%2CgBAAA%3B%3BAAzExB%2CaACI%2CaAEI%2CQAAO%2CQA%2BBH%2CmBA6BI%2CWASI%2CiBAEI%3BEACI%2CWAAA%3B%3BAA3E5B%2CaACI%2CaAEI%2CQAAO%2CQA%2BBH%2CmBA6BI%2CWASI%2CiBAEI%2CcAEI%3BEACI%2CeAAA%3B%3BAA7EhC%2CaACI%2CaAEI%2CQAAO%2CQAgFH%3BEACI%2CcAAA%3B%3BAApFhB%2CaACI%2CaAEI%2CQAAO%2CQAmFH%3BEACI%2CiBAAA%3B%3BAAvFhB%2CaACI%2CaAEI%2CQAAO%2CQAmFH%2CWAEI%3BEACI%2CoBAAA%3B%3BAAzFpB%2CaACI%2CaAEI%2CQAAO%2CQAmFH%2CWAKI%2CYACI%3BEACI%2CaAAA%3BEACA%2CeAAA%3B%3BAA9FxB%2CaACI%2CaAEI%2CQAAO%2CQAmFH%2CWAWI%3BAAjGhB%2CaACI%2CaAEI%2CQAAO%2CQAmFH%2CWAYI%2CSAAQ%3BEACJ%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3B%3BAAxGpB%2CaACI%2CaAEI%2CQAAO%2CQAmFH%2CWAoBI%2COAAM%3BEACF%2CcAAA%3B%3BAA3GpB%2CaACI%2CaAEI%2CQAAO%2CQAmFH%2CWAoBI%2COAAM%2CWAEF%3BAA5GpB%2CaACI%2CaAEI%2CQAAO%2CQAmFH%2CWAoBI%2COAAM%2CWAGF%2CQAAO%3BEACH%2CYAAA%3B%3BAA9GxB%2CaACI%2CaAEI%2CQAAO%2CQAmFH%2CWAoBI%2COAAM%2CWAMF%2COAAO%2CSAAQ%3BEACX%2CiBAAA%3BEACA%2CeAAA%3B%3BAAlHxB%2CaACI%2CaAEI%2CQAAO%2CQAmFH%2CWA%2BBI%3BEACI%2CyBAAA%3B%3BAAtHpB%2CaACI%2CaAEI%2CQAAO%2CQAsHH%3BEACI%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAA7HhB%2CaACI%2CaAEI%2CQAAO%2CQAsHH%2CWAKI%3BAA9HhB%2CaACI%2CaAEI%2CQAAO%2CQAsHH%2CWAMI%3BEACI%2CgBAAA%3B%3BAAhIpB%2CaACI%2CaAEI%2CQAAO%2CQAsHH%2CWASI%2CYAAY%3BEACR%2CkBAAA%3B%3BAAnIpB%2CaACI%2CaAEI%2CQAAO%2CQAsHH%2CWAYI%3BEACI%2CWAAA%3B%3BAAtIpB%2CaACI%2CaAEI%2CQAAO%2CQAsIH%2CWACI%3BAA1IhB%2CaACI%2CaAEI%2CQAAO%2CQAsIH%2CWAEI%2CSAAQ%3BEACJ%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3B%3B%3BAAkKpB%3BEACI%2CaAAa%2C6BAAb%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3B%3BAAPJ%2CSAQI%3BEACI%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CoBAAA%3B%3B%3BAAMR%3BEACI%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CIAAI%2CIAAI%2CeAAgB%3BEACpB%2CqCAAA%3BEACA%2CgCAAA%3BEACA%2C6BAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3B%3BAADJ%2CYAEM%3BAAFN%2CYAGI%3BEACI%2CcAAA%3BEACA%2CWAAA%3B%3BAALR%2CYAOI%3BEACI%2CWAAA%3BEACA%2CkBAAA%3B%3BAATR%2CYAOI%2COAGI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3B%3BAAbZ%2CYAOI%2COAGI%2CKAII%3BEACI%2CyBAAA%3B%3BAAfhB%2CYAmBI%3BEACI%2CWAAA%3B%3BAApBR%2CYAmBI%2CUAEI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3B%3BAAKZ%2CcACI%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3BAANR%2CcACI%2COAMI%3BEACI%2CcAAA%3BEACA%2CeAAA%3B%3BAA2HZ%3BEACI%2CcAAA%3B%3BAAGJ%3BEACI%2CWAAA%3B%3BAAGJ%3BEACI%2CYAAA%3B%3BAAGJ%2CMAAM%2CMAAO%3BEACT%2CUAAA%3B%3BAAGJ%2CQAAQ%2CSACJ%2COAAM%3BEACF%2CcAAA%3B%3BAAFR%2CQAAQ%2CSACJ%2COAAM%2CWAEF%3BAAHR%2CQAAQ%2CSACJ%2COAAM%2CWAGF%2CQAAO%3BEACH%2CYAAA%3B%3BAALZ%2CQAAQ%2CSACJ%2COAAM%2CWAMF%2COAAO%2CSAAQ%3BEACX%2CiBAAA%3BEACA%2CeAAA%3B%3BAAKZ%2CiBACI%3BEACI%2C0CAAA%3BEACA%2C0BAAA%3B%3B%3BAAMR%2CcAAe%3BEACX%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAGJ%3BEACI%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BAACA%2CuBAAwB%3BEACpB%2CWAAA%3B%3BAAGJ%2CuBAAwB%2CEAAC%3BEACrB%2CqBAAA%3B%3BAAGJ%2COAAO%3BEACH%2CYAAA%3B%3BAAGJ%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BEACI%2CyBAAA%3B%3BAAGJ%2CEAAG%3BAACH%2CEAAG%3BEACC%2C0BAAA%3B%3BAAGJ%2CYAAY%2CoBAAqB%3BAACjC%2CYAAY%2CoBAAqB%3BAACjC%2CYAAY%2CoBAAqB%3BAACjC%2CYAAY%2CoBAAqB%3BAACjC%2CYAAY%2CoBAAqB%3BAACjC%2CYAAY%2CoBAAqB%3BEAC7B%2CgCAAA%3B%3BAAGJ%2CQAAS%2CGACL%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAACA%2CQALC%2CGACL%2CEAIK%3BAACD%2CQANC%2CGACL%2CEAKK%3BEACG%2CcAAA%3BEACA%2CqBAAA%3B%3BAAKZ%2CoBACI%2CQACI%2CmBACI%3BEACI%2CeAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3B%3BAAPhB%2CoBACI%2CQACI%2CmBAOI%2CMAAK%3BEACD%2CWAAA%3BEACA%2CWAAA%3B%3BAAXhB%2CoBAeI%3BEACI%2CoBAAA%3B%3BAAhBR%2CoBAeI%2CWAEI%3BEACI%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAApBZ%2CoBAeI%2CWAOI%3BEACI%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAA%5C%2FBZ%2CoBAmCI%3BEACI%2CaAAA%3BEACA%2CYAAA%3B%3BAArCR%2CoBAuCI%2CYAAY%3BEACR%2CeAAA%3B%3BAAyBR%2CqBACI%2CoBACI%2C2BACI%3BEACI%2CWAAA%3B%3BAAKhB%2CqBACI%2CoBACA%2C2BACA%3BEACA%2CWAAA%3B%3BAAII%2CYAAC%2CyCAEG%2CcAAc%3BAADlB%2CYAAC%2CyCACG%2CcAAc%3BEACV%2CaAAA%3B%3BAAKZ%2CcAAe%3BEACX%2CUAAA%3B%3BAAGJ%3BAACA%3BAACA%2CgBAAiB%3BEACb%2CYAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CqBAEI%2CiBACI%2CQAAO%3BAAFf%2CcACI%2CiBACI%2CQAAO%3BAAHf%2CqBAEI%2CiB5Ix1BJ%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BA4Iu1B9E%2CcACI%2CiB5Ix1BJ%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BA4Is1B9E%2CqBAEI%2CiB5Iv1BJ%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BA4Is1BhF%2CcACI%2CiB5Iv1BJ%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BA4Iq1BhF%2CqBAEI%2CiB5Iv1BJ%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BA4Iu1B9E%2CcACI%2CiB5Iv1BJ%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BA4Is1B9E%2CqBAEI%2CiB5Ix1BJ%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BA4Is1BhF%2CcACI%2CiB5Ix1BJ%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BE4Iy1BpE%2CiBAAA%3B%3BAAJZ%2CqBAEI%2CiBACI%2CQAAO%2CQAEH%3BAAJZ%2CcACI%2CiBACI%2CQAAO%2CQAEH%3BAALZ%2CqBAEI%2CiB5Ix1BJ%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ4I21BlE%3BAAJZ%2CcACI%2CiB5Ix1BJ%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ4I21BlE%3BAALZ%2CqBAEI%2CiB5Iv1BJ%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ4I01BpE%3BAAJZ%2CcACI%2CiB5Iv1BJ%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ4I01BpE%3BAALZ%2CqBAEI%2CiB5Iv1BJ%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ4I21BlE%3BAAJZ%2CcACI%2CiB5Iv1BJ%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ4I21BlE%3BAALZ%2CqBAEI%2CiB5Ix1BJ%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ4I01BpE%3BAAJZ%2CcACI%2CiB5Ix1BJ%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ4I01BpE%3BEACI%2CiBAAA%3B%3BAAMhB%2CcAAe%2CWAAW%2COAAO%3BEAC7B%2CYAAA%3B%3BAAGJ%2CoBACI%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAHR%2CoBAKI%2CMAAK%2CcAAe%3BEAChB%2C%2BBAAA%3BEACA%2C4BAAA%3BEACA%2CuBAAA%3B%3BAARR%2CoBAUI%2CMAAK%2CcAAe%2CcAAc%3BEAC9B%2CQAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAbR%2CoBAeI%2CcACI%2CaAAY%3BAAhBpB%2CoBAeI%2CcAEI%2CeAAc%3BEACV%2CeAAA%3B%3BAAlBZ%2CoBAeI%2CcAKI%2CaAAY%3BEACR%2CuBAAA%3BEACA%2CSAAS%2COAAT%3B%3BAAtBZ%2CoBAeI%2CcASI%2CeAAc%3BEACV%2CSAAS%2COAAT%3B%3BAAzBZ%2CoBA4BI%2CwBACM%2CIAAC%2COAAO%3BEACN%2CgBAAA%3B%3BAACA%2CoBAHR%2CwBACM%2CIAAC%2COAAO%2CYAEL%3BEACG%2CeAAA%3B%3BAAKR%2CoBADJ%2CcAAc%2CiBAAmB%2CaAAW%2CQACvC%3BEACG%2CSAAA%3B%3BAAtCZ%2CoBAyCI%2CMAAK%2CcAAe%2CiBAAmB%2CeAAY%3BAAzCvD%2CoBA0CI%2CMAAK%2CcAAe%2CiBAAmB%2CiBAAc%3BEACjD%2CeAAA%3B%3BAAGR%2CiBAAkB%2CQAAO%3BEACrB%2CeAAA%3B%3BAACA%2CiBAFc%2CQAAO%2COAEpB%3BEACG%2CcAAA%3BEACA%2CiBAAA%3B%3BAAGR%2CYAAa%2CUAAU%3BAACvB%2CYAAa%2CUAAU%3BAACvB%2COAAO%2CMAAS%2CUAAO%2CMAAS%2CKAAE%3BAAClC%2COAAO%2CMAAS%2CUAAO%2CMAAS%2CKAAK%3BEACjC%2CgBAAA%3B%3BAAKJ%2CMAAM%3BEACF%2CiBAAA%3BEACA%2C8BAAA%3B%3BAAGJ%3BAACA%2CQAAQ%3BEACJ%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CWAAY%3BEACR%2CaAAA%3B%3BAAGJ%2CMAAM%3BEACF%2CcAAA%3B%3BAAEJ%2CMAAM%2CWAAY%3BEACd%2CkBAAA%3B%3BAAEJ%2CMAAM%2CWAAY%3BAAClB%2CMAAM%2CWAAY%2CQAAO%3BEACrB%2CYAAA%3B%3BAAGJ%2CMAAM%2CWAAY%2COAAO%2CSAAQ%3BEAC7B%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2COAAO%2CQAAS%3BEACZ%2CyBAAA%3B%3BAAGJ%2C0BACI%2CkBACI%3BAAFR%2C0BACI%2CkBAEI%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAALZ%2C0BACI%2CkBAMI%2CwBACI%3BEACI%2CaAAA%3B%3B%3BAAQpB%3BEACI%2CeAAA%3BEACA%2CkBAAA%3B%3BAAEJ%3BEACI%2CkCAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3B%3BAACA%2CYAAC%3BEACG%2CkBAAkB%2C2EAAlB%3BEAKA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2COAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2C6BAAA%3BEACA%2CkCAAA%3BEACA%2C0BAAA%3BEACA%2CsCAAA%3B%3BAAEJ%2CYAAC%3BEACG%2CkBAAkB%2C2EAAlB%3BEAKA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2COAAA%3BEACA%2CWAAW%2CcAAX%3BEACA%2CeAAe%2CcAAf%3BEACA%2CmBAAmB%2CcAAnB%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2C6BAAA%3BEACA%2CkCAAA%3BEACA%2C0BAAA%3BEACA%2CsCAAA%3B%3BAAzCR%2CYA2CI%3BEACI%2CYAAA%3B%3BAA5CR%2CYA2CI%2CMAEI%3B%3BEAEI%2CWAAA%3B%3BAA%5C%2FCZ%2CYA2CI%2CMAMI%3B%3BEAEI%2CWAAA%3B%3BAAnDZ%2CYA2CI%2CMAUI%3B%3BEAEI%2CWAAA%3B%3BAAvDZ%2CYA2CI%2CMAcI%3B%3BEAEI%2CWAAA%3B%3BAA3DZ%2CYA%2BDI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAnER%2CYAqEI%2COAAM%3BEACF%2CmBAAA%3B%3BAAtER%2CYAwEI%3BEACI%2CWAAA%3B%3BAAzER%2CYAwEI%2CSAEI%2CQAAO%2COAAO%3BEACV%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3B%3B%3BACpvCZ%3BEACI%2CaAAa%2CWAAb%3BEACA%2CSAAS%2CiCAAiC%2COAAO%2C0BACzC%2C2BAA2B%2COAAO%2CaAClC%2C0BAA0B%2COAAO%2CiBACjC%2CoCAAoC%2COAAO%2CMAHnD%3BEAIA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CaAAa%2CQAAb%3BEACA%2CSAAS%2C2BAAT%3BEACA%2CSAAS%2CmCAAmC%2COAAO%2C0BAC3C%2C8BAA8B%2COAAO%2CcACrC%2C6BAA6B%2COAAO%2CaACpC%2C4BAA4B%2COAAO%2CiBACnC%2CwCAAwC%2COAAO%2CMAJvD%3BEAKA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CaAAa%2CQAAb%3BEACA%2CSAAS%2CiCAAT%3BEACA%2CSAAS%2CyCACD%2COAAO%2C0BACP%2CoCAAoC%2COAAO%2CcAC3C%2CmCAAmC%2COAAO%2CaAC1C%2CkCAAkC%2COAAO%2CiBACzC%2CoDAAoD%2COAAO%2CMALnE%3BEAMA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CaAAa%2CQAAb%3BEACA%2CSAAS%2CiCAAT%3BEACA%2CSAAS%2CyCACD%2COAAO%2C0BACP%2CoCAAoC%2COAAO%2CcAC3C%2CmCAAmC%2COAAO%2CaAC1C%2CkCAAkC%2COAAO%2CiBACzC%2CoDAAoD%2COAAO%2CMALnE%3BEAMA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CaAAa%2CQAAb%3BEACA%2CSAAS%2C2BAAT%3BEACA%2CSAAS%2CmCAAmC%2COAAO%2C0BAC3C%2C8BAA8B%2COAAO%2CcACrC%2C6BAA6B%2COAAO%2CaACpC%2C4BAA4B%2COAAO%2CiBACnC%2CwCAAwC%2COAAO%2CMAJvD%3BEAKA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CaAAa%2CQAAb%3BEACA%2CSAAS%2C6BAAT%3BEACA%2CSAAS%2CqCAAqC%2COAAO%2C0BAC7C%2CgCAAgC%2COAAO%2CcACvC%2C%2BBAA%2BB%2COAAO%2CaACtC%2C8BAA8B%2COAAO%2CiBACrC%2C4CAA4C%2COAAO%2CMAJ3D%3BEAKA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CaAAa%2CQAAb%3BEACA%2CSAAS%2CmCAAT%3BEACA%2CSAAS%2C2CACD%2COAAO%2C0BACP%2CsCAAsC%2COAAO%2CcAC7C%2CqCAAqC%2COAAO%2CaAC5C%2CoCAAoC%2COAAO%2CiBAC3C%2CwDACA%2COAAO%2CMANf%3BEAOA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CaAAa%2CQAAb%3BEACA%2CSAAS%2CkCAAT%3BEACA%2CSAAS%2C0CACD%2COAAO%2C0BACP%2CqCAAqC%2COAAO%2CcAC5C%2CoCAAoC%2COAAO%2CaAC3C%2CmCAAmC%2COAAO%2CiBAC1C%2CsDAAsD%2COAAO%2CMALrE%3BEAMA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CaAAa%2CQAAb%3BEACA%2CSAAS%2C4BAAT%3BEACA%2CSAAS%2CoCAAoC%2COAAO%2C0BAC5C%2C%2BBAA%2BB%2COAAO%2CcACtC%2C8BAA8B%2COAAO%2CaACrC%2C6BAA6B%2COAAO%2CiBACpC%2C0CAA0C%2COAAO%2CMAJzD%3BEAKA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%3BEACI%2CaAAa%2COAAb%3BEACA%2CSAAS%2CwBAAwB%2COAAO%2CcAChC%2CuBAAuB%2COAAO%2CaAC9B%2C8BAA8B%2COAAO%2CWAF7C%3BEAGA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%3BEACI%2CaAAa%2COAAb%3BEACA%2CSAAS%2C4CAA4C%2COAAO%2CcACpD%2C2CAA2C%2COAAO%2COAD1D%3BEAEA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BACxIJ%2CwBAT6C%3BEAS7C%2CMAbM%2CYAAa%2CkBAAkB%2CQAAO%2CSAAU%2CSAAQ%3BEAa9D%2CMAZM%2CYAAa%2CkBAAkB%2CQAAO%2CSAAS%2COAAQ%2CSAAQ%3BEAYrE%2CYAXa%2CmBAAmB%2CQAAO%2CUAAW%2CSAAQ%3BEAW1D%2CYAVa%2CmBAAmB%2CQAAO%2CUAAU%2COAAQ%2CSAAQ%3BIAE5D%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CSAAA%3BIACA%2CiBAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CeAAA%3B%3B%3BAAGL%2CYAAa%2CmBAAmB%2CQAAO%2CUAAW%2CSAAQ%3BEACzD%2CgBAAA%3B%3BAAED%2CYAAa%2CmBAAmB%2CQAAO%2CUAAW%2CSAAQ%3BAAC1D%2CYAAa%2CmBAAmB%2CQAAO%2CUAAU%2COAAQ%2CSAAQ%3BEAC7D%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAIJ%2CaACC%2CIAAG%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAADJ%2CaACC%2CIAAG%2CWAWF%2CUAAU%3BEACT%2C0BAAA%3B%3BAAbH%2CaACC%2CIAAG%2CWAcF%3BEACC%2CaAAA%3BEACA%2C6BAAA%3BEACA%2CeAAA%3B%3BAAlBH%2CaACC%2CIAAG%2CWAcF%2CGAIC%3BEACC%2CeAAA%3B%3BAACA%2CaApBH%2CIAAG%2CWAcF%2CGAIC%2CGAEE%2COAAO%3BEACP%2CaAAA%3B%3BAAED%2CaAvBH%2CIAAG%2CWAcF%2CGAIC%2CGAKE%2COACE%2CIACD%2CKAAI%2CUAAU%3BEACb%2C0BAAA%3B%3BAAID%2CwBAH0C%3BEAG1C%2CaA9BL%2CIAAG%2CWAcF%2CGAIC%2CGAKE%2COACE%2CIACD%2CKAAI%2CUAAU%3BIAGZ%2C0BAAA%3B%3B%3BAAQD%2CaApCN%2CIAAG%2CWAcF%2CGAIC%2CGAeE%2CIAAI%2CSACF%2CIACD%2CKACE%3BEACA%2C0BAAA%3B%3BAAID%2CwBAH0C%3BEAG1C%2CaAzCN%2CIAAG%2CWAcF%2CGAIC%2CGAeE%2CIAAI%2CSACF%2CIACD%2CKACE%3BIAGC%2C0BAAA%3B%3B%3BAAUL%2CaAjDH%2CIAAG%2CWA%2BCF%2CQACE%2CcACC%2COACE%2CIAAC%3BEACF%2C0BAAA%3B%3BAAUF%2CQAH0B%3BEAG1B%2CaA7DH%2CIAAG%2CWA%2BCF%2CQAQE%2COACE%3BIAGA%2CmBAAA%3B%3B%3BAAoBC%2CwBAH0C%3BEAG1C%2CGAbJ%2CWACF%2CUACE%2CoBAGA%2CSACC%2CeACC%2CGACG%2CIACD%3BEAIA%2CGAbJ%2CWACF%2CUAEE%2CgBAEA%2CSACC%2CeACC%2CGACG%2CIACD%3BEAIA%2CGAbJ%2CWACF%2CUAGE%2CoBACA%2CSACC%2CeACC%2CGACG%2CIACD%3BIAEE%2CUAAA%3B%3B%3BAAcF%2CwBAJ0C%3BEAI1C%2CGAzBJ%2CWACF%2CUACE%2CoBAGA%2CSAYC%2CQACC%2CSACC%2CGACG%3BEAKF%2CGAzBJ%2CWACF%2CUAEE%2CgBAEA%2CSAYC%2CQACC%2CSACC%2CGACG%3BEAKF%2CGAzBJ%2CWACF%2CUAGE%2CoBACA%2CSAYC%2CQACC%2CSACC%2CGACG%3BIAEA%2CcAAA%3BIACG%2CiBAAA%3B%3B%3BAAcN%2CwBAL0C%3BEAK1C%2CGArCH%2CWACF%2CUACE%2CoBAGA%2CSAwBC%2CoBACG%2CIACD%2CKAAI%3BEAMJ%2CGArCH%2CWACF%2CUAEE%2CgBAEA%2CSAwBC%2CoBACG%2CIACD%2CKAAI%3BEAMJ%2CGArCH%2CWACF%2CUAGE%2CoBACA%2CSAwBC%2CoBACG%2CIACD%2CKAAI%3BIAEC%2CUAAA%3BIACH%2CmBAAA%3BIACA%2CiBAAA%3B%3B%3BAAeL%2CwBAJ0C%3BEAI1C%2CGAlDA%2CWA2CF%2CQACC%2CSACC%3BIAEE%2CcAAA%3BIACG%2CiBAAA%3B%3B%3BAAIN%2CGApDC%2CWA2CF%2CQASE%2CQACE%3BEACD%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAKA%2CwBAHyC%3BEAGzC%2CGA5DD%2CWA2CF%2CQASE%2CQACE%2CKAGC%3BIAEA%2CgBAAA%3B%3B%3BAAWc%2CwBAHyB%3BEAGzB%2CGArEjB%2CWA2CF%2CQAoBE%2COACC%2CMACE%3B%3B%3B%3BAAOF%2CQAH2C%2CwBAAsB%3BEAGjE%2CGAxED%2CWA2CF%2CQAoBE%2COACC%2CMACE%3BIAKkB%2CkBAAA%3B%3B%3BAAkBlB%2CwBAJ0C%3BEAI1C%2CaAVL%2CYACC%2CGACC%2CGACE%2COACA%2CQACG%3BIAEA%2CcAAA%3BIACG%2CiBAAA%3B%3B%3BAAUX%2CYACC%2CqBACC%3BEACC%2CcAAA%3B%3BAAQH%2CwBAH0C%3BEAG1C%3BIAFE%2CyBAAA%3B%3B%3BAAIF%3BEACI%2CiBAAA%3B%3BAAIH%2CwBAH2C%3BEAG3C%3BIAFO%2CeAAA%3B%3B%3BAAGN%2CkBADD%2CQACE%3BEACS%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAFV%2CkBADD%2CQACE%2CUAGW%3BAAmUd%2CiBACC%2CQAAO%2CSACJ%3BEApUY%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2C0BAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAY%2CmDAAZ%3BEACA%2CYAAY%2CsDAAZ%3BEACA%2CYAAY%2CoDAAZ%3BEACA%2CQAAQ%2CyDAA0D%2CuBAAuB%2C0BAAzF%3BEACA%2CyBAAA%3BEACA%2C0CAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAEb%2CkBA5BF%2CQACE%2CUA2BC%3BEACA%2CSAAS%2COAAT%3BEACG%2CaAAa%2CYAAb%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BAAIJ%2CwBAH6C%3BEAG7C%2CkBAtCF%2CQACE%2CUA2BC%3BIAQI%2CyBAAA%3B%3B%3BAAIJ%2CkBAxCH%2CQACE%2CUAsCC%2CMACC%3BEACA%2CcAAA%3B%3BAAFF%2CkBAvCF%2CQACE%2CUAsCC%2CMAIc%3BAAiShB%2CiBAJD%2CQAAO%2CSAIL%2CMACE%3BEAjSe%2CqBAAA%3B%3BAAIhB%2CkBAhDH%2CQACE%2CUA8CC%2COACC%3BEACA%2CSAAS%2COAAT%3BEACG%2CaAAa%2CYAAb%3BEACA%2CcAAA%3B%3BAAGH%2CkBAtDJ%2CQACE%2CUA8CC%2COAMC%2CMACC%3BEACA%2CcAAA%3B%3BAAQN%2COAAQ%2COAAM%2CgBAAiB%2C2BAA2B%2COAAM%2COAAQ%3BAACxE%2COAAQ%2COAAM%2CgBAAiB%2COAAM%2COAAO%2CQAAS%3BAAArD%2COAAQ%2COAAM%2CgBAAiB%2CO9I3D3B%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ8I2D7B%3BAAArD%2COAAQ%2COAAM%2CgBAAiB%2CO9I1D3B%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ8I0D%5C%2FB%3BAAArD%2COAAQ%2COAAM%2CgBAAiB%2CO9I1D3B%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ8I2D7B%3BAAArD%2COAAQ%2COAAM%2CgBAAiB%2CO9I3D3B%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ8I0D%5C%2FB%3BEACjD%2CeAAA%3B%3BAAEJ%2CgBAAiB%2CeAAiB%2CWAAW%2CWAAS%2CQAAO%3BAAA7D%2CgBAAiB%2CeAAiB%2CWAAW%2CW9I9DzC%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BA8I8DlF%2CgBAAiB%2CeAAiB%2CWAAW%2CW9I7DzC%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BA8I6DpF%2CgBAAiB%2CeAAiB%2CWAAW%2CW9I7DzC%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BA8I8DlF%2CgBAAiB%2CeAAiB%2CWAAW%2CW9I9DzC%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BE8I8DnF%2CiBAAA%3B%3BAAIC%2CYAFU%2CeACX%2CQACE%3B%3B%3B%3B%3B%3BAAAD%2CYAFU%2CeACX%2CQACE%2CMAKA%2CGAAE%2CKAAK%3BEACN%2C8BAAA%3BEACA%2CyBAAA%3B%3BAAEC%2CYAXO%2CeACX%2CQACE%2CMAKA%2CGAAE%2CKAAK%2CQAGN%2CEACE%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAACA%2CYAdM%2CeACX%2CQACE%2CMAKA%2CGAAE%2CKAAK%2CQAGN%2CEACE%2CQAGC%3BEAAY%2CaAAA%3B%3BAACb%2CYAfM%2CeACX%2CQACE%2CMAKA%2CGAAE%2CKAAK%2CQAGN%2CEACE%2CQAIC%3BEACA%2CSAAS%2COAAT%3BEACG%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CaAAa%2CYAAb%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAAlBL%2CYAXO%2CeACX%2CQACE%2CMAKA%2CGAAE%2CKAAK%2CQAGN%2CEACE%2CQAoBE%3BEACE%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2C0BAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAKA%2CwBAHyC%3BEAGzC%2CYApDE%2CeACX%2CQACE%2CMAKA%2CGAAE%2CKAAK%2CQAGN%2CEACE%2CQAoBE%2COAiBG%3BIAEC%2CSAAS%2CGAAT%3B%3B%3BAAOF%2CwBAHyC%3BEAGzC%2CYAzDE%2CeACX%2CQACE%2CMAKA%2CGAAE%2CKAAK%2CQAGN%2CEACE%2CQAoBE%2COAsBG%3BIAEC%2CSAAS%2CGAAT%3B%3B%3BAAvDZ%2CYAAY%2CeAiEX%2CUACC%2CSACC%2CGAAE%3BEACD%2C0CAAA%3BEACA%2CgBAAA%3B%3BAArEJ%2CYAAY%2CeAiEX%2CUACC%2CSACC%2CGAAE%2CSAGD%3BEACC%2CWAAA%3BEACA%2CgBAAA%3B%3BAAUH%2CwBAHyC%3BEAGzC%2CYAlFU%2CeA6EX%2COAAM%2CYACL%3BIAEE%2CYAAA%3B%3B%3BAAhFJ%2CYAAY%2CeA6EX%2COAAM%2CYAML%3BEACC%2CeAAA%3BEACA%2CcAAA%3BEACG%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BAAIJ%2CYA5FU%2CeA2FX%2CQACE%2CQACA%2CQACC%3BEACC%2CoBAAA%3B%3BAAED%2CYAjGQ%2CeA2FX%2CQACE%2CQACA%2CQAIE%3BEASA%2CUAAA%3BEACG%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3B%3BAAbJ%2CYAjGQ%2CeA2FX%2CQACE%2CQACA%2CQAIE%2CMACA%3BEACC%2CeAAA%3B%3BAAFF%2CYAjGQ%2CeA2FX%2CQACE%2CQACA%2CQAIE%2CMAIA%2CSACC%3BEACC%2CoBAAA%3B%3BAANH%2CYAjGQ%2CeA2FX%2CQACE%2CQACA%2CQAIE%2CMAcK%3BEACD%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BAAIA%2CwBAHyC%3BEAGzC%2CYAtHG%2CeA2FX%2CQACE%2CQACA%2CQAIE%2CMAcK%3BIAKA%2CiBAAA%3B%3B%3BAAnBN%2CYAjGQ%2CeA2FX%2CQACE%2CQACA%2CQAIE%2CMAcK%2CKAOC%3BEACD%2CeAAA%3BEACA%2CoBAAA%3B%3BAAIJ%2CYA5HM%2CeA2FX%2CQACE%2CQACA%2CQAIE%2CMA0BG%2CGAAE%2CKACH%3BEACA%2CcAAA%3B%3BAADD%2CYA5HM%2CeA2FX%2CQACE%2CQACA%2CQAIE%2CMA0BG%2CGAAE%2CKACH%2CSAEE%3BEACD%2CYAAA%3BEACA%2CiBAAA%3B%3BAACA%2CYAjII%2CeA2FX%2CQACE%2CQACA%2CQAIE%2CMA0BG%2CGAAE%2CKACH%2CSAEE%2CIAGA%3BEACA%2CSAAS%2COAAT%3BEACA%2CaAAa%2CaAAb%3BEACA%2CqBAAA%3BEACA%2CmCAAA%3BEACG%2CkCAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3B%3BAAdN%2CYA5HM%2CeA2FX%2CQACE%2CQACA%2CQAIE%2CMA0BG%2CGAAE%2CKACH%2CSAEE%2CIAcC%3BEACD%2CeAAA%3BEACG%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2C0BAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAACA%2CYA5JA%2CeA2FX%2CQACE%2CQACA%2CQAIE%2CMA0BG%2CGAAE%2CKACH%2CSAEE%2CIAcC%2COAgBG%3BAAAQ%2CYA5JT%2CeA2FX%2CQACE%2CQACA%2CQAIE%2CMA0BG%2CGAAE%2CKACH%2CSAEE%2CIAcC%2COAgBY%3BEACT%2CSAAQ%2CEAAR%3BEACA%2CaAAA%3B%3BAA7DT%2CYAjGQ%2CeA2FX%2CQACE%2CQACA%2CQAIE%2CMAmEG%2CoBACG%3BEACD%2CcAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BAArEN%2CYAjGQ%2CeA2FX%2CQACE%2CQACA%2CQAIE%2CMAmEG%2CoBACG%2CIAEC%2CIAAC%3BEACF%2CeAAA%3B%3BAAeN%2CYAvLO%2CeA2FX%2CQACE%2CQAyFA%2CeACC%2CQACE%3BEACA%2CgBAAA%3B%3BAADD%2CYAvLO%2CeA2FX%2CQACE%2CQAyFA%2CeACC%2CQACE%2CMAEK%3BEACE%2CWAAA%3BEACA%2CcAAA%3B%3BAAJR%2CYAvLO%2CeA2FX%2CQACE%2CQAyFA%2CeACC%2CQACE%2CMAMG%2CoBACG%3BEACD%2CeAAA%3BEACH%2C6BAAA%3BEACG%2CmBAAA%3B%3BAACA%2CYAlMC%2CeA2FX%2CQACE%2CQAyFA%2CeACC%2CQACE%2CMAMG%2CoBACG%2CIAIA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CaAAA%3BEACA%2CYAAA%3B%3BAAWT%2CwBAH0C%3BEAG1C%2CYAhNS%2CeA2FX%2CQACE%2CQAgHE%2CUAAO%3BIAEP%2CaAAA%3B%3B%3BAAeA%2CwBAJ0C%3BEAI1C%2CKARH%2CaACC%2CcACC%2CaAAY%2CeAAe%2CcAC1B%3BIAEE%2CgBAAA%3BIACA%2CcAAA%3B%3B%3BAAIA%2CKAVL%2CaACC%2CcACC%2CaAAY%2CeAAe%2CcAO1B%2CUACG%3BEACA%2CWAAA%3BEACE%2CkBAAA%3B%3BAAbV%2CKACE%2CaACC%2CcACC%2CaAAY%2CeAAe%2CcAa1B%2CQAAO%2CQAAS%2CcAAc%2CQAAO%3BEAChC%2CiBAAA%3B%3BAAUV%2CwBAH0C%3BEAG1C%2CYAJY%2CcAAe%2CQAAQ%3BIAEjC%2C0BAAA%3B%3B%3BAAIF%2C2BACC%2CUACC%3BEACC%2CUAAA%3B%3BAAIH%2COAAQ%2CmBAAmB%2CiBAAiB%2CyBAAyB%2CyBAAyB%2CiBAAiB%2CwBAAwB%2CQAAO%2COAAQ%3BEACrJ%2CcAAA%3B%3BAAED%2COAAQ%2CmBAAmB%2CiBAAiB%2CSAAQ%2CQAAS%3BEAC5D%2CcAAA%3B%3BAAED%2COAAQ%2CmBAAmB%2CiBAAiB%2CyBAAyB%2CyBAAyB%2CiBAAiB%3BEAC9G%2CeAAA%3B%3BAAgBA%2CwBAH2C%3BEAG3C%3BIAFO%2CiBAAA%3B%3B%3BAAZR%2CiBAcC%3BEACC%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2C4CAAA%3B%3BAAIA%2CQAH%2BB%3BEAG%5C%2FB%2CiBAVD%3BIAQE%2CYAAA%3B%3B%3BAAtBH%2CiBAcC%2CgBAUC%3BEACC%2CaAAa%2CQAAb%3B%3BAAzBH%2CiBAcC%2CgBAUC%2C0BAEC%2CQAAO%3BEACN%2CWAAA%3BEACA%2CQAAA%3B%3BAAKA%2CiBAnBH%2CgBAiBC%2CgBACC%2CGACE%3BEACA%2CYAAA%3B%3BAAlCL%2CiBAcC%2CgBAiBC%2CgBACC%2CGAIC%2CsBACC%2CKACC%3BEACC%2CeAAA%3B%3BAAvCP%2CiBA8CC%3BEACC%2CcAAA%3B%3B%3BEAGA%2CYAAA%3B%3BAAIA%2CwBAHgD%3BEAGhD%2CiBARD%3B%3B%3B%3BAA9CD%2CiBA8CC%2CwBAQC%2CgBACC%3BEACC%2CgCAAA%3BEACA%2CgBAAA%3B%3BAAzDJ%2CiBA8CC%2CwBAQC%2CgBACC%2CcAIC%3BEACC%2CaAAA%3B%3BAA5DL%2CiBA8CC%2CwBAQC%2CgBACC%2CcAIC%2CSAEC%3BEACC%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3B%3B%3B%3B%3BAAhEN%2CiBA8CC%2CwBAQC%2CgBACC%2CcAIC%2CSAUC%3BEACC%2CWAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAzEN%2CiBA8CC%2CwBAQC%2CgBACC%2CcAIC%2CSAUC%2CsBAKC%2CSAAQ%2CUAAU%3BEACjB%2CaAAa%2CQAAb%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAA7EP%2CiBA8CC%2CwBAQC%2CgBACC%2CcAIC%2CSAUC%2CsBAKC%2CSAAQ%2CUAAU%2CIAIjB%3BEACC%2CiBAAA%3B%3BAA%5C%2FER%2CiBA8CC%2CwBAQC%2CgBACC%2CcAIC%2CSAUC%2CsBAaC%3BEACC%2CgBAAA%3B%3BAAnFP%2CiBA8CC%2CwBAQC%2CgBACC%2CcAIC%2CSAUC%2CsBAaC%2CmBAEC%3BEACC%2CcAAA%3BEACA%2CeAAA%3BEACA%2CqCAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BAAzFR%2CiBA8CC%2CwBAQC%2CgBACC%2CcAIC%2CSAUC%2CsBAuBC%3BEACC%2CaAAA%3BEACA%2CuBAAA%3B%3BAA9FP%2CiBA8CC%2CwBAQC%2CgBACC%2CcAIC%2CSAUC%2CsBAuBC%2CsBAGC%3BEACC%2CaAAA%3BEACA%2CiBAAA%3BEACA%2COAAA%3BEACA%2CaAAA%3B%3BAAnGR%2CiBA8CC%2CwBAQC%2CgBACC%2CcAIC%2CSAUC%2CsBAuBC%2CsBAGC%2CaAKC%2CYAAY%3BEACX%2CcAAA%3B%3BAArGT%2CiBA8CC%2CwBAQC%2CgBACC%2CcAIC%2CSAUC%2CsBAuBC%2CsBAGC%2CaAQC%2CaACC%3BEACC%2CyBAAA%3BEACE%2CcAAA%3B%3BAA1GZ%2CiBA8CC%2CwBAQC%2CgBACC%2CcAIC%2CSAUC%2CsBAuBC%2CsBAGC%2CaAQC%2CaAKC%3BEACC%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAAjHV%2CiBA8CC%2CwBAQC%2CgBACC%2CcAIC%2CSAUC%2CsBAuBC%2CsBA0BC%3BEACC%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAA3HR%2CiBA8CC%2CwBAQC%2CgBACC%2CcAIC%2CSAUC%2CsBAuBC%2CsBA0BC%2CiBAMC%3BAA5HR%2CiBA8CC%2CwBAQC%2CgBACC%2CcAIC%2CSAUC%2CsBAuBC%2CsBA0BC%2CiBA4BC%3BEArBC%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BAAhIT%2CiBA8CC%2CwBAQC%2CgBACC%2CcAIC%2CSAUC%2CsBAuBC%2CsBA0BC%2CiBAMC%2CwBAKC%2CeACC%3BEACC%2CSAAA%3B%3BAAnIX%2CiBA8CC%2CwBAQC%2CgBACC%2CcAIC%2CSAUC%2CsBAuBC%2CsBA0BC%2CiBAMC%2CwBAKC%2CeACC%2CqBAEC%3BAApIX%2CiBA8CC%2CwBAQC%2CgBACC%2CcAIC%2CSAUC%2CsBAuBC%2CsBA0BC%2CiBAkDC%2CwBAGC%3BEAtCG%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAvIZ%2CiBA8CC%2CwBAQC%2CgBACC%2CcAIC%2CSAUC%2CsBAuBC%2CsBA0BC%2CiBAMC%2CwBAeC%3BEACC%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAA%5C%2FIV%2CiBA8CC%2CwBAQC%2CgBACC%2CcAIC%2CSAUC%2CsBAuBC%2CsBA0BC%2CiBA4BC%3BEAEC%2CcAAA%3B%3BAApJT%2CiBA8CC%2CwBAQC%2CgBACC%2CcAIC%2CSAUC%2CsBAuBC%2CsBA0BC%2CiBA4BC%2CoBAGC%2CgBACC%3BEACC%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAACA%2CiBA5GV%2CwBAQC%2CgBACC%2CcAIC%2CSAUC%2CsBAuBC%2CsBA0BC%2CiBA4BC%2CoBAGC%2CgBACC%2COAIE%3BEACA%2CSAAS%2CEAAT%3BEACC%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CeAAA%3BEACA%2CWAAW%2CYAAX%3BEACA%2CQAAA%3B%3BAAnKb%2CiBA8CC%2CwBAQC%2CgBACC%2CcAIC%2CSAUC%2CsBAuBC%2CsBA0BC%2CiBAkDC%3BEACC%2CiBAAA%3BEACA%2CgBAAA%3B%3BAA1KT%2CiBA8CC%2CwBAQC%2CgBACC%2CcAIC%2CSAUC%2CsBAuBC%2CsBA0BC%2CiBAkDC%2CwBAGC%2CaAGC%3BEACC%2CeAAA%3BEACA%2CgBAAA%3B%3BAAhLX%2CiBA8CC%2CwBAQC%2CgBACC%2CcAIC%2CSAUC%2CsBAuBC%2CsBA0BC%2CiBAkDC%2CwBAWC%3BEACC%2CUAAA%3B%3BAApLV%2CiBA8CC%2CwBAQC%2CgBACC%2CcAIC%2CSAUC%2CsBAuBC%2CsBA0BC%2CiBAkDC%2CwBAWC%2CYAEC%3BEACC%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAvLX%2CiBAkMC%3BEACC%2CaAAA%3BEACA%2CmBAAA%3B%3BAApMF%2CiBAkMC%2CqBAGC%2CSACC%2COAAM%3BEACL%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAACA%2CiBAZH%2CqBAGC%2CSACC%2COAAM%2CSAQJ%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAAhNL%2CiBAkMC%2CqBAkBC%3BEACC%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3B%3BAAvNH%2CiBAkMC%2CqBAkBC%2CqBAIC%3BEACC%2COAAA%3BEACA%2CaAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3B%3BAAIA%2CQAH%2BB%3BEAG%5C%2FB%2CiBAhCH%2CqBAkBC%2CqBAIC%3BIAQE%2CeAAA%3B%3B%3BAAhOL%2CiBAkMC%2CqBAkBC%2CqBAIC%2CUAUC%2CiBACC%3BEACC%2CeAAA%3B%3BAAID%2CQAHgC%3BEAGhC%2CiBAtCJ%2CqBAkBC%2CqBAIC%2CUAUC%2CiBACC%3BIAGE%2CeAAA%3B%3B%3BAAtOP%2CiBAkMC%2CqBAkBC%2CqBAuBC%3BEACC%2CaAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3B%3BAAhPJ%2CiBAkMC%2CqBAkBC%2CqBAuBC%2CiBAMC%3BEACC%2CgBAAA%3B%3BAAlPL%2CiBAkMC%2CqBAkBC%2CqBAiCC%3BEACC%2CiBAAA%3BEACA%2CUAAA%3B%3BAAvPJ%2CiBAkMC%2CqBAkBC%2CqBAiCC%2CcAGC%3BEACC%2CyBAAA%3B%3BAAzPL%2CiBA8PC%3B%3B%3BAA9PD%2CiBA8PC%2CSAEC%3B%3B%3BAAhQF%2CiBA8PC%2CSAEC%2CWAEC%2CEAAC%3BEACA%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CeAAA%3B%3BAACA%2CiBARH%2CSAEC%2CWAEC%2CEAAC%2CSAIC%3BEACA%2CcAAA%3B%3BAAvQL%2CiBA4QC%2CyBACC%3BEACC%2CkBAAA%3BEACA%2COAAO%2CiBAAP%3BEACA%2CgBAAA%3B%3BAAhRH%2CiBAmRC%3BEACC%2CaAAA%3B%3BAAIF%2CeAAgB%2CSAAQ%2COAAO%3BEAC3B%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAAIJ%2CwBAH6C%3BEAG7C%2CeATgB%2CSAAQ%2COAAO%3BIAO1B%2CgBAAA%3B%3B%3BAAKJ%2CcAAC%3BEACA%2CqBAAA%3BEACG%2CWAAA%3B%3BAAIJ%2CwBAH0C%3BEAG1C%2CcANC%3BIAIC%2CaAAA%3B%3B%3BAAGF%2CcAAC%3BEACA%2CaAAA%3B%3BAAID%2CwBAH0C%3BEAG1C%2CcALC%3BIAGC%2CcAAA%3B%3B%3BAAKH%2CaACC%2CaACC%2CeACG%3BEACD%2C0BAAA%3B%3BAAQA%2CwBAH8C%3BEAG9C%2CaAXH%2CaAME%2CeACA%3BIAEE%2CmBAAA%3B%3B%3BAAHH%2CaAND%2CaAME%2CeACA%2CMAIC%3BEACC%2CuBAAA%3BEACA%2CuBAAA%3B%3BAAKD%2CQAHsC%3BEAGtC%2CaAlBH%2CaAME%2CeACA%2CMAIC%3BIAKE%2CuBAAA%3B%3B%3BAAVJ%2CaAND%2CaAME%2CeAcE%3BEACD%2CcAAA%3B%3BAAID%2CmBAHqC%3BEAGrC%2CaAzBF%2CaAME%2CeAcE%3BIAGA%2CUAAA%3B%3B%3BAAjBH%2CaAND%2CaAME%2CeAoBA%2COAAM%2CYACL%2CcACC%2CEAAC%3BEACA%2CeAAA%3B%3BAA9BN%2CaACC%2CaAkCE%3BEACC%2CiBAAA%3B%3BAApCJ%2CaACC%2CaAqCC%3BAAtCF%2CaACC%2CaAsCC%3BAAvCF%2CaACC%2CaAuCC%3BEACC%2CcAAA%3B%3BAAKA%2CaA7CF%2CaA0CC%2CmBAGE%2CSACA%3BAADD%2CaA7CF%2CaA2CC%2CgBAEE%2CSACA%3BAADD%2CaA7CF%2CaA4CC%2CmBACE%2CSACA%3BEACC%2CgBAAA%3BEACG%2CeAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3B%3BAAYY%2CwBAJ8C%3BEAI9C%2CaA9DnB%2CaAsDO%2CmBACI%2CQACK%2CUACI%3BIAEO%2C0BAAA%3BIACA%2CgBAAA%3B%3B%3BAASJ%2CwBAJ8C%3BEAI9C%2CaArEvB%2CaAsDO%2CmBACI%2CQACK%2CUAOI%2COACI%3BIAEO%2C0BAAA%3BIACA%2CgBAAA%3B%3B%3BAAU7B%2CaAFF%2CcACC%2CsBACE%3BEACA%2CgBAAA%3B%3BAAEC%2CaALJ%2CcACC%2CsBACE%2C0BAEA%2CQACE%2CMACA%2CoBACC%3BEACC%2CcAAA%3BEACA%2CgBAAA%3BEACG%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAAPN%2CaALJ%2CcACC%2CsBACE%2C0BAEA%2CQACE%2CMACA%2CoBAQC%2CEAAC%3BEACA%2CaAAA%3B%3BAAWK%2CwBAHyC%3BEAGzC%2CaA1BZ%2CcACC%2CsBACE%2C0BAEA%2CQACE%2CMAaA%2CGAAE%2CKAAK%2CQACN%2CEACE%2CQACE%2COACG%3BIAEC%2CSAAS%2CGAAT%3B%3B%3BAAOF%2CwBAHyC%3BEAGzC%2CaA%5C%2FBZ%2CcACC%2CsBACE%2C0BAEA%2CQACE%2CMAaA%2CGAAE%2CKAAK%2CQACN%2CEACE%2CQACE%2COAMG%3BIAEC%2CSAAS%2CGAAT%3B%3B%3BAAoBb%2CwBAHyC%3BEAGzC%2CeALD%2CUACE%3BEAID%2CgBALD%2CUACE%3BIAEC%2C4BAAA%3B%3B%3BAAKJ%2CiBAAkB%3BEACjB%2C2CAAA%3B%3BAAEC%2CiBAHgB%2CGAEhB%2COAAO%2CMACN%3BEACA%2CUAAA%3B%3BAAED%2CiBANgB%2CGAEhB%2COAAO%2CMAIN%3BEACA%2CUAAA%3B%3BAAKH%2CYACC%2COAAM%3BEACL%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAHF%2CYACC%2COAAM%2COAIL%3BEACC%2CaAAa%2CQAAb%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAATH%2CYAYC%2CQAAO%3BEACN%2CiBAAA%3B%3BAAIF%2CKACC%2CaACC%2CcACC%3BEACC%2CgBAAA%3B%3BAAJJ%2CKACC%2CaACC%2CcAKC%2CaACC%2CQAAO%3BEACN%2CaAAA%3BEACA%2CeAAA%3BEACA%2C8BAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3B%3BAACA%2CKAbJ%2CaACC%2CcAKC%2CaACC%2CQAAO%2CQAML%3BEACA%2CaAAA%3B%3BAAED%2CKAhBJ%2CaACC%2CcAKC%2CaACC%2CQAAO%2CQASL%3BEACA%2CaAAA%3B%3BAAlBN%2CKACC%2CaACC%2CcAKC%2CaAcC%3BEACC%2CSAAA%3BEACA%2COAAA%3B%3BAAvBL%2CKACC%2CaACC%2CcAKC%2CaAkBC%3BEACC%2CWAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CQAAA%3BEACA%2C2BAAA%3B%3BAA%5C%2FBL%2CKACC%2CaACC%2CcAKC%2CaA0BC%2CGAAE%2COAAO%3BEACR%2CWAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3B%3BAApCL%2CKACC%2CaACC%2CcAKC%2CaA0BC%2CGAAE%2COAAO%2CMAIR%2CGAAE%3BEACD%2CWAAA%3BEACA%2CWAAA%3B%3BAAvCN%2CKACC%2CaACC%2CcAKC%2CaA0BC%2CGAAE%2COAAO%2CMAIR%2CGAAE%2CiBAGC%3BEACD%2CmEAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAKA%2CwBAJ%2BC%3BEAI%5C%2FC%2CKAjDN%2CaACC%2CcAKC%2CaA0BC%2CGAAE%2COAAO%2CMAIR%2CGAAE%2CiBAGC%3BIAOA%2CcAAA%3BIACA%2CkBAAA%3B%3B%3BAAhDR%2CKACC%2CaACC%2CcAKC%2CaA0BC%2CGAAE%2COAAO%2CMAIR%2CGAAE%2CiBAGC%2COAUD%3BEAAM%2CcAAA%3B%3BAAlDb%2CKACC%2CaACC%2CcAKC%2CaA0BC%2CGAAE%2COAAO%2CMAIR%2CGAAE%2CiBAgBD%2CQAAO%3BEACN%2CaAAA%3B%3BAAtDP%2CKACC%2CaACC%2CcAKC%2CaAmDC%2COAAM%3BEACL%2CSAAA%3B%3BAA3DL%2CKACC%2CaACC%2CcAKC%2CaAmDC%2COAAM%2CaAEL%2COAAM%2CcACL%3BEACC%2CkEAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3B%3BAAnEP%2CKACC%2CaACC%2CcAKC%2CaAgEC%3BEACE%2CkBAAA%3B%3BAAxEN%2CKACC%2CaACC%2CcAKC%2CaAmEG%2CkBAAiB%3BAA1EvB%2CKACC%2CaACC%2CcAKC%2CaAmE8B%2CkBAAiB%3BEAAU%2CaAAA%3B%3BAA1E5D%2CKACC%2CaACC%2CcA0EE%2CaAAY%2CeAAe%2CcACzB%2CQAAO%3BEACN%2CiBAAA%3B%3BAA9EP%2CKACC%2CaACC%2CcA0EE%2CaAAY%2CeAAe%2CcACzB%2CQAAO%2CQAEN%2CGAAE%2COAAO%3BEACR%2CSAAA%3B%3BAAhFR%2CKACC%2CaACC%2CcA0EE%2CaAAY%2CeAAe%2CcACzB%2CQAAO%2CQAKN%2COAAM%3BEACL%2CSAAA%3B%3BAAnFR%2CKACC%2CaACC%2CcA0EE%2CaAAY%2CeAAe%2CcACzB%2CQAAO%2CQAQN%3BEACC%2CkBAAA%3B%3BAAtFR%2CKACC%2CaACC%2CcA0EE%2CaAAY%2CeAAe%2CcAazB%2CUAAS%3BEACR%2COAAO%2CkBAAP%3BEACA%2C2BAAA%3B%3BAA8NP%2CwBAjC%2BC%2CuBAAkC%3BEAChF%2CKACC%2CaACC%2CcACC%2CaACC%3BIACC%2CSAAA%3B%3BEALL%2CKACC%2CaACC%2CcACC%2CaAIC%3BIACC%2CWAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3B%3BEAVL%2CKACC%2CaACC%2CcACC%2CaAIC%2CcAIC%2CIAAG%3BIACF%2CcAAA%3B%3BEAZN%2CKACC%2CaACC%2CcACC%2CaAIC%2CcAIC%2CIAAG%2CWAEF%3BIACC%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAfP%2CKACC%2CaACC%2CcACC%2CaAIC%2CcAIC%2CIAAG%2CWAEF%2CQAGG%2CaACA%3BIACA%2C0BAAA%3B%3B%3BAA4CV%2CwBA9B%2BC%2CwBAAmC%3BEACjF%2CKACC%2CaACC%2CcACC%2CaACC%3BIACC%2CSAAA%3B%3BEALL%2CKACC%2CaACC%2CcACC%2CaAIC%3BIACC%2CWAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3B%3BEAVL%2CKACC%2CaACC%2CcACC%2CaAIC%2CcAIC%2CIAAG%3BIACF%2CcAAA%3B%3BEAZN%2CKACC%2CaACC%2CcACC%2CaAIC%2CcAIC%2CIAAG%2CWAEF%3BIACC%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAfP%2CKACC%2CaACC%2CcACC%2CaAIC%2CcAIC%2CIAAG%2CWAEF%2CQAGG%2CaACA%3BIACA%2C0BAAA%3B%3B%3BAA2CV%2CwBAhCgD%2CwBAAmC%3BEAClF%2CKACC%2CaACC%2CcACC%2CaACC%3BIACC%2CSAAA%3B%3BEALL%2CKACC%2CaACC%2CcACC%2CaAIC%3BIACC%2CWAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3B%3BEAVL%2CKACC%2CaACC%2CcACC%2CaAIC%2CcAIC%2CIAAG%3BIACF%2CcAAA%3B%3BEAZN%2CKACC%2CaACC%2CcACC%2CaAIC%2CcAIC%2CIAAG%2CWAEF%3BIAEC%2CkBAAA%3B%3BEAfP%2CKACC%2CaACC%2CcACC%2CaAIC%2CcAIC%2CIAAG%2CWAEF%2CQAGG%2CaACA%3BIACA%2C0BAAA%3B%3B%3BAAyCV%2CwBA5B0C%2CuBAAsB%3BEAC%5C%2FD%2CKACC%2CaACC%2CcACC%2CaACC%3BIACC%2CWAAA%3BIACA%2CSAAA%3BIACA%2CeAAA%3B%3BEAPL%2CKACC%2CaACC%2CcACC%2CaACC%2CcAIC%2CIAAG%3BIAIF%2CcAAA%3B%3BEAZN%2CKACC%2CaACC%2CcACC%2CaACC%2CcAIC%2CIAAG%2CWACF%3BIACC%2CyBAAA%3B%3BEAVP%2CKACC%2CaACC%2CcACC%2CaACC%2CcAIC%2CIAAG%2CWAKF%3BIACC%2CcAAA%3B%3BEAdP%2CKACC%2CaACC%2CcACC%2CaACC%2CcAIC%2CIAAG%2CWAKF%2CQAEG%3BIACD%2C0BAAA%3B%3B%3BAAsCT%2CwBA3B8C%3BEAC7C%2CKACC%2CaACC%2CcACC%2CaACC%2CQAAO%3BIACN%2CkBAAA%3BIACA%2CuBAAA%3B%3BEANL%2CKACC%2CaACC%2CcACC%2CaACC%2CQAAO%2CQAGN%3BIACC%2CWAAA%3BIACA%2CwBAAA%3B%3BEATN%2CKACC%2CaACC%2CcACC%2CaACC%2CQAAO%2CQAON%3BIACC%2CWAAA%3BIACA%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CQAAA%3BIACA%2C2BAAA%3B%3B%3BAA0BP%2CwBAjB8C%3BEAC7C%2CKACC%2CaACC%2CcACC%2CaACC%2CcACC%2CIAAG%2CWACF%3BIACC%2CyBAAA%3B%3B%3BAA6BR%2CQApB0B%3BEACzB%2CKACC%2CaACC%2CcACC%2CaACC%2CQAAO%2CQACN%3BIACC%2CkBAAA%3BIACA%2CUAAA%3B%3BEAPN%2CKACC%2CaACC%2CcACC%2CaACC%2CQAAO%2CQAKN%3BIACC%2CkBAAA%3BIACA%2CWAAA%3B%3B%3BAA2BP%2CQAnB8B%3BEAC7B%2CKACC%2CaACC%2CcACC%2CaACC%2CQAAO%2CQACN%3BIACC%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CkBAAA%3B%3B%3BAAUP%3BEACC%2CQAAA%3BEACA%2CWAAW%2CgBAAX%3B%3BAAEC%2CWADA%2CKACC%2CcAAc%3BEACd%2CSAAS%2COAAT%3B%3BAAIH%3BEACC%2CmBAAA%3BEACA%2CaAAa%2CQAAb%3BEACA%2CgCAAA%3B%3BAAHD%2CuBAIC%3BEACC%2CgBAAA%3B%3BAALF%2CuBAIC%2CGAEC%2CGACC%3BEACC%2CcAAA%3B%3BAARJ%2CuBAYC%3BEACC%2CaAAA%3BEACM%2C8BAAA%3B%3BAAdR%2CuBAYC%2CmBAGC%3BEACC%2CgBAAA%3BEACM%2CmBAAA%3B%3BAAjBT%2CuBAoBC%3BEACC%2CmBAAA%3BEACG%2CiBAAA%3BEACH%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CgCAAA%3B%3BAA5BF%2CuBAoBC%2CoBASC%2CYACC%3BEACC%2CgCAAA%3BEACA%2C%2BBAAA%3B%3BAAhCJ%2CuBAoBC%2CoBASC%2CYACC%2CUAGC%2CGACC%3BEACC%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3B%3BAACA%2CuBAnBL%2CoBASC%2CYACC%2CUAGC%2CGACC%2CEAKE%3BEACA%2CSAAS%2COAAT%3BEACA%2CaAAa%2CYAAb%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAA7CP%2CuBAoBC%2CoBASC%2CYAqBC%3BEACC%2CgBAAA%3B%3BAAnDJ%2CuBAoBC%2CoBASC%2CYAqBC%2CaAEC%2CGACC%3BEACC%2CeAAA%3BEACA%2CuBAAA%3B%3BAC%5C%2FgDN%3BEACC%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACG%2CqBAAA%3BEACA%2CWAAA%3B%3BAAgBF%2CwBAdwC%3BEAcxC%2CiBAfC%3BIAEA%2CoBAAA%3BIACA%2CiBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3BIACA%2CaAAA%3BIACA%2CyBAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3BIACA%2C%2BBAAA%3BIACA%2CuBAAA%3BIACA%2C4BAAA%3BIACA%2CoBAAA%3B%3B%3BAAKD%2CwBAHwC%3BEAGxC%2CiBAlBC%3BIAgBA%2CcAAA%3B%3B%3BAAtBH%2CiBAMG%2COAkBC%3BEACD%2CUAAA%3B%3BAAID%2CwBAHyC%3BEAGzC%2CiBAvBC%2COAkBC%3BIAGA%2CWAAA%3B%3B%3BAA3BJ%2CiBAMG%2COAwBC%3BEACD%2CUAAA%3B%3BAAID%2CwBAHyC%3BEAGzC%2CiBA7BC%2COAwBC%3BIAGA%2CWAAA%3B%3B%3BAAjCJ%2CiBAMG%2COA8BC%2CMAAG%3BEACJ%2CeAAA%3B%3BAAUA%2CwBATwC%3BEASxC%2CiBAzCA%2COA8BC%2CMAAG%3BIAGH%2CoBAAA%3BIACA%2CiBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3BIACA%2CaAAA%3BIACA%2CuBAAA%3BIACA%2CmBAAA%3B%3B%3BAAQA%2CwBAJyC%3BEAIzC%2CiBA%5C%2FCD%2COA8BC%2CMAAG%2CeAWJ%2CiBACE%3BIAEC%2C%2BBAAA%3BIACA%2CsBAAA%3B%3B%3BAAQF%2CwBAJyC%3BEAIzC%2CiBArDD%2COA8BC%2CMAAG%2CeAWJ%2CiBAOE%3BIAEC%2C6BAAA%3BIACA%2CoBAAA%3B%3B%3BAAzDN%2CiBA%2BDC%3BEACC%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAjEF%2CiBA%2BDC%2CiBAGC%3BEACC%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3B%3BAArEH%2CiBA%2BDC%2CiBAGC%2CcAIC%2CEAAC%3BEACG%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2C0BAAA%3BEACA%2CcAAA%3B%3BAAlFP%2CiBA%2BDC%2CiBAGC%2CcAIC%2CEAAC%2COAaG%3BEACC%2CiBAAA%3B%3BAAEJ%2CiBAvBH%2CiBAGC%2CcAIC%2CEAAC%2COAgBC%3BEACG%2CcAAA%3B%3BAAvFR%2CiBA%2BDC%2CiBA4BC%3BEACC%2CWAAA%3B%3BAAMD%2COADA%2CMACC%2CmBACA%3BEACC%2CeAAA%3B%3BACpGJ%3BEACC%2CmBAAA%3B%3BAADD%2CeAEC%3BEACC%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAJF%2CeAMC%3BEACC%2CqBAAA%3B%3BAAPF%2CeAMC%2CkBAEC%3BEACC%2CUAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAOA%2CwBANwC%3BEAMxC%2CeAdF%2CkBAEC%3BIAOE%2CUAAA%3B%3BEACA%2CeAVH%2CkBAEC%2CoBAQG%2CUAAU%3BIACV%2CWAAA%3B%3B%3BAAMF%2CwBAHwC%3BEAGxC%2CeAjBF%2CkBAEC%3BIAaE%2CWAAA%3B%3B%3BAArBJ%2CeAMC%2CkBAEC%2CoBAeC%3BEACC%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAzBJ%2CeAMC%2CkBAEC%2CoBAeC%2CaAGC%3BEACC%2CeAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2C2BAAA%3BEACA%2CmBAAA%3BEACA%2C%2BBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAACA%2CeAvCJ%2CkBAEC%2CoBAeC%2CaAGC%2CkBAmBE%3BEACG%2CSAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2C0BAAA%3BEACA%2CwDAAA%3BEACA%2CmBAAmB%2CUAAnB%3BEACA%2CkDAAA%3BEACA%2CgBAAgB%2CUAAhB%3BEACA%2CeAAe%2CUAAf%3BEACA%2CwCAAA%3BEACA%2CWAAW%2CUAAX%3BEACA%2CUAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2C%2BBAAA%3BEACA%2C4BAAA%3BEACA%2CuBAAA%3B%3BAAlET%2CeAMC%2CkBAEC%2CoBAeC%2CaA8CC%3BEACC%2CaAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAACA%2CeAtEJ%2CkBAEC%2CoBAeC%2CaA8CC%2CeAOE%3BEACA%2CSAAS%2CEAAT%3BEACG%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2C0BAAA%3BEACA%2CmCAAA%3BEACA%2C8BAAA%3BEACA%2C2BAAA%3B%3BAAOH%2CeArFL%2CkBAEC%2CoBAgFE%2CMACA%2CaACC%2CkBACE%3BEACA%2CmBAAmB%2CQAAnB%3BEACG%2CgBAAgB%2CQAAhB%3BEACA%2CeAAe%2CQAAf%3BEACA%2CWAAW%2CQAAX%3BEACA%2CUAAA%3B%3BAAIJ%2CeA9FL%2CkBAEC%2CoBAgFE%2CMACA%2CaAUC%2CeACE%3BEACA%2CWAAA%3B%3BAArGP%2CeAMC%2CkBAqGC%3BEACC%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAA%5C%2FGH%2CeAMC%2CkBAqGC%2CeAMC%3BEACC%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACG%2CUAAA%3B%3BAArHP%2CeAMC%2CkBAkHC%3BEACC%2CkBAAA%3B%3BAAMD%2COADA%2CMACC%2CmBACA%3BEACC%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3B%3BAAMA%2CwBAHyC%3BEAGzC%2COAXF%2CMACC%2CmBACA%2CgBAKC%3BIAEE%2CcAAA%3B%3B%3BACvIN%3BEACC%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAKA%2CwBAJwC%3BEAIxC%3BIAHC%2CeAAA%3BIACA%2CcAAA%3B%3B%3BAAED%2CkBAAC%3BEACA%2CSAAS%2CEAAT%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2C2BAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3BEACA%2CmBAAmB%2CgBAAnB%3BEACA%2CgBAAmB%2CgBAAnB%3BEACA%2CeAAmB%2CgBAAnB%3BEACA%2CcAAmB%2CgBAAnB%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAOC%2CwBAHwC%3BEAGxC%2CkBALF%2CSACG%3BIAEA%2CcAAA%3B%3B%3BAA9BJ%2CkBA2BC%2CSACG%2COAIC%2CMAAG%3BEACJ%2CYAAA%3BEACG%2CgBAAA%3B%3BAAlCP%2CkBAsCC%3BEACK%2CgBAAA%3BEACH%2CkBAAA%3BEACA%2CWAAW%2CmBAAX%3BEACA%2CUAAA%3B%3BAAKF%2CwBAJ2C%3BEAI3C%2CkBATA%3BIAMG%2CUAAA%3BIACG%2CgBAAA%3B%3B%3BAAQL%2CwBAJwC%3BEAIxC%2CkBALD%3BIAEE%2CkBAAA%3BIACG%2CmBAAA%3B%3B%3BAAnDN%2CkBAgDC%2CeAKC%3BAArDF%2CkBAgDC%2CeAMC%3BEACC%2CqBAAA%3BEACA%2CaAAa%2CWAAb%3B%3BAAxDH%2CkBAgDC%2CeAUC%3BEACC%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CgCAAA%3B%3BAAKD%2CwBAJ0C%3BEAI1C%2CkBA1BD%2CeAUC%3BIAaE%2CeAAA%3BIACA%2CiBAAA%3B%3B%3BAAxEJ%2CkBAgDC%2CeA2BC%3BEACC%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAA9EH%2CkBAgDC%2CeAgCC%3BEACC%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAID%2CwBAH0C%3BEAG1C%2CkBAvCD%2CeAgCC%3BIAKE%2CeAAA%3B%3B%3BAArFJ%2CkBAyFC%3B%3BEAEK%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAIJ%2CwBAHwC%3BEAGxC%2CkBAPD%3BIAKE%2CYAAA%3B%3B%3BAAMD%2CwBAJwC%3BEAIxC%2CkBAXD%3BIAQE%2CkBAAA%3BIACA%2CsBAAA%3B%3B%3BAAlGH%2CkBAyFC%2CkBAWC%3BEACC%2CeAAA%3BEACA%2CqBAAA%3BEACA%2C0BAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CsBAAA%3BEACG%2CgBAAA%3B%3BAA3GN%2CkBAyFC%2CkBAoBC%3BEACC%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BACrHH%2COAAO%3BEACN%2CeAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3B%3BAAIA%2CQAHgC%3BEAGhC%2COAPM%3BIAKL%2CeAAA%3B%3B%3BAALF%2COAAO%2CQAON%2CqBACC%3BEACC%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAVH%2COAAO%2CQAON%2CqBAKC%3BEACC%2CSAAA%3B%3BAAKA%2COAlBI%2CQAgBN%2CqBACC%2CEACE%3BEACA%2C0BAAA%3B%3BAAnBJ%2COAAO%2CQAuBN%3BEACC%2CgBAAA%3B%3BAAxBF%2COAAO%2CQA0BN%2CgBACC%3BEACC%2CmBAAA%3B%3BAA5BH%2COAAO%2CQA0BN%2CgBACC%2CGAEC%3BEACC%2C0CAAA%3BEACA%2CuCAAA%3BEACA%2CqCAAA%3BEACG%2CqCAAA%3BEACA%2CkBAAA%3B%3BAACA%2COAnCA%2CQA0BN%2CgBACC%2CGAEC%2CEAMK%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CQAAA%3BEACA%2COAAA%3BEACA%2C6CAAA%3BEACH%2C0CAAA%3BEACA%2CwCAAA%3BEACG%2CqCAAA%3B%3BAAED%2COAjDA%2CQA0BN%2CgBACC%2CGAEC%2CEAoBK%3BEACA%2CkBAAA%3BEACA%2C0CAAA%3BEACH%2CuCAAA%3BEACA%2CqCAAA%3BEACG%2CqCAAA%3B%3BAACA%2COAvDD%2CQA0BN%2CgBACC%2CGAEC%2CEAoBK%2CMAMC%3BEACA%2CWAAA%3BEACA%2C6CAAA%3BEACH%2C0CAAA%3BEACA%2CwCAAA%3BEACG%2CqCAAA%3B%3BAA5DT%2COAAO%2CQAkEN%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAACA%2COAxEE%2CQAkEN%2CGAMK%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAIJ%2COApFK%2CQAmFN%2CEACE%3BEACA%2CcAAA%3B%3BAArFH%2COAAO%2CQAwFN%3BEACC%2CkBAAA%3BEACA%2CkBAAA%3B%3BAA1FF%2COAAO%2CQAwFN%2CaAGI%3BEACC%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3B%3BAAjGN%2COAAO%2CQAoGN%2CeACC%2CGACC%3BEACC%2C0BAAA%3BEACG%2CkBAAA%3BEACA%2C8BAAA%3B%3BAAzGP%2COAAO%2CQAoGN%2CeACC%2CGACC%2CGAIC%3BEACC%2CkBAAA%3BEACG%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAACA%2COAjHD%2CQAoGN%2CeACC%2CGACC%2CGAIC%2CiBAOK%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAOT%3BEACI%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAJJ%2CYAKI%3BEACC%2CeAAA%3BEACA%2CgBAAA%3B%3BAAMJ%2CwBAH0C%3BEAG1C%2CYAJA%2CIAAG%3BIAED%2CkBAAA%3B%3B%3BAAXH%2CYAcC%2CoBACC%3BEACI%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3B%3BAAMA%2CwBALyC%3BEAKzC%2CYAXL%2CoBACC%3BIAMK%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3B%3B%3BAAvBP%2CYAcC%2CoBACC%2CGAUI%3BEACC%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2C%2BBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BAACA%2CYAlBN%2CoBACC%2CGAUI%2CGAOE%3BEACA%2CkBAAA%3B%3BAAYN%2CwBAH4C%2CwBAAsB%3BEAGlE%2CIALA%2CYACA%3BIAEE%2CmBAAA%3B%3B%3BAAMH%2CwBAH0C%3BEAG1C%2CIATC%3BIAOC%2CmBAAA%3B%3B%3BAAKH%2CYACC%2CcACC%3BEACC%2C6BAAA%3B%3BAAHH%2CYACC%2CcACC%2CaAEC%2CQAAO%2CQACN%2CmBACC%3BEACC%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CaAAa%2CQAAb%3B%3BAATN%2CYACC%2CcACC%2CaAEC%2CQAAO%2CQACN%2CmBAMC%3BEACC%2CcAAA%3B%3BAASJ%2COAFK%2CQACN%2CGACE%3BEACA%2CaAAA%3B%3BAAIH%3BEACC%2CaAAA%3B%3BAAED%3BEACC%2CaAAA%3B%3BAAED%2CaACC%2CaACC%2CQAAO%2CQACN%3BEACC%2CqBAAA%3BEACA%2CWAAA%3B%3BAALJ%2CaACC%2CaACC%2CQAAO%2CQACN%2CmBAGC%3BEACC%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CaAAa%2CQAAb%3BEACA%2CkBAAA%3B%3BAAVL%2CaACC%2CaACC%2CQAAO%2CQACN%2CmBASC%3BEACC%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CaAAa%2CQAAb%3B%3BAAfL%2CaACC%2CaACC%2CQAAO%2CQACN%2CmBAcC%3BEACC%2CgBAAA%3B%3BAAlBL%2CaACC%2CaACC%2CQAAO%2CQACN%2CmBAiBC%2CqBACC%3BEACC%2CqBAAA%3B%3BAAtBN%2CaACC%2CaA0BC%3BEACC%2CiBAAA%3B%3BAAgGF%2CwBA1B8C%2CuBAAkC%3BEAChF%2CaACC%2CaACC%2CQAAO%2CQACN%2CmBACC%3BIACC%2CeAAA%3B%3BEALL%2CaACC%2CaACC%2CQAAO%2CQACN%2CmBAIC%3BIACC%2CeAAA%3B%3BEAML%2CYACC%2CcACC%2CaACC%2CQAAO%2CQACN%2CmBACC%3BIAAE%2CeAAA%3B%3B%3BACpUR%3BEACC%2CeAAA%3BEACG%2CkBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAFJ%2CsBAiBC%3BEACI%2CSAAA%3B%3BAAlBL%2CsBAoBC%3BEACC%2CqBAAA%3B%3BAACA%2CsBAFD%2CEAEE%3BEACA%2CqBAAA%3B%3BAAvBH%2CsBA0BC%2CYACI%3BEACC%2CYAAA%3BEACH%2CuBAAA%3B%3BAA7BH%2CsBA0BC%2CYAKI%3BEACF%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAa%2CQAAb%3BEACA%2CgBAAA%3B%3BAACA%2CsBAZF%2CYAKI%2CWAOD%3BEACA%2CmBAAA%3BEACA%2CYAAA%3B%3BAAxCJ%2CsBA4CC%3BEACI%2CkBAAA%3BEACH%2CmBAAA%3B%3BAAKD%2CqBAAC%2CSACA%3BEACC%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAID%2CQAHsC%3BEAGtC%2CqBATA%2CSACA%3BIAME%2CeAAA%3B%3B%3BAAPH%2CqBAAC%2CSAUA%3BEACC%2CgBAAA%3B%3BAAXF%2CqBAAC%2CSAUA%2CYAEC%3BEACC%2CqBAAA%3B%3BAAbH%2CqBAAC%2CSAUA%2CYAKC%3BEACC%2CmBAAA%3BEACA%2CyBAAA%3B%3BAAKA%2CQAJqC%3BEAIrC%2CqBAtBF%2CSAUA%2CYAKC%3BIAIE%2CeAAA%3BIACA%2CgBAAA%3B%3B%3BAAED%2CqBAtBF%2CSAUA%2CYAKC%2CWAOE%3BEACA%2CqBAAA%3BEACA%2CuBAAA%3B%3BAAFD%2CqBAtBF%2CSAUA%2CYAKC%2CWAOE%2CMAGA%3BEACC%2CcAAA%3B%3BArJ3EE%2CKADJ%2CaACK%2CqBACG%3BEACI%2CcAAA%3B%3BAAGA%2CKANZ%2CaACK%2CqBAIG%2CQACK%2CQACG%3BEACI%2CWAAA%3B%3BAAIJ%2CwBAH8C%3BEAG9C%2CKAZhB%2CaACK%2CqBAIG%2CQACK%2CQACG%3BIAGQ%2CkCAAA%3B%3B%3BAAJZ%2CKANZ%2CaACK%2CqBAIG%2CQACK%2CQAOG%3BEACI%2CcAAA%3B%3BAAOA%2CKArBpB%2CaACK%2CqBAiBG%2CaACI%2CgBACI%2CQACK%2CQACG%2CeACI%2CQAAO%2CMACD%3BEACE%2CgBAAA%3B%3BAAxBhC%2CKADJ%2CaACK%2CqBAiBG%2CaACI%2CgBAYM%3BEACE%2C0CAAA%3BEACA%2CmBAAA%3B%3BAASJ%2CwBAJ8C%3BEAI9C%2CKA1ChB%2CaACK%2CqBAiBG%2CaAkBI%2COACK%3BIAEO%2CYAAA%3BIACA%2CkBAAA%3B%3B%3BAAQ5B%2CqBACI%3BEACI%2CaAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAVR%2CqBACI%2CmBAUM%3BEACE%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CqBAfJ%2CmBAeK%3BEACG%2CyBAAA%3B%3BAAjBZ%2CqBAoBI%2CaACI%2CcACI%3BEACI%2CaAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAQZ%2CwBAH8C%3BEAG9C%2CqBAJA%3BIAEQ%2CiBAAA%3B%3B%3BAA%5C%2FBZ%2CqBAkCI%2CQAAO%2CQACH%3BEACI%2CgBAAA%3B%3BAAQR%2CwBAH8C%3BEAG9C%2CqBALA%3BEAKA%2CqBAJA%3BIAEQ%2CcAAA%3B%3B%3BAAMI%2CqBAHZ%2CkBACI%2CuBACK%2CQACI%3BEACG%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAGA%2CqBARhB%2CkBACI%2CuBACK%2CQAKK%2COACG%3BEACG%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CqBAZhB%2CkBACI%2CuBACK%2CQAKK%2COAKG%3BEACG%2CqBAAA%3B%3BAAaZ%2CQAHqC%3BEAGrC%2CqBANR%2CUACI%3BIAGQ%2CWAAA%3B%3B%3BAArEhB%2CqBAiEI%2CUACI%2CaAKI%2CeACI%2CGACI%3BAAzEpB%2CqBAiEI%2CUACI%2CaAKI%2CeACI%2CGAEI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2CgCAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BAASJ%2CqBA1BhB%2CUAuBI%2C2BACI%2CcACI%2CuBACK%3BEACG%2CqBAAA%3B%3BAACA%2CqBA5BpB%2CUAuBI%2C2BACI%2CcACI%2CuBACK%2CcAEI%3BEACG%2CmBAAA%3B%3BAA9F5B%2CqBAiEI%2CUAuBI%2C2BACI%2CcASI%2CmBACI%2COAAM%3BEACF%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAACA%2CqBAxCpB%2CUAuBI%2C2BACI%2CcASI%2CmBACI%2COAAM%2COAMD%3BEACG%2CmBAAA%3BEACA%2CqBAAA%3B%3BAA3G5B%2CqBAiEI%2CUAiDI%3BEACI%2CUAAA%3BEACA%2CgBAAA%3B%3BAAIA%2CQAHqC%3BEAGrC%2CqBAvDR%2CUAiDI%3BIAIQ%2CWAAA%3B%3B%3BAAtHhB%2CqBAiEI%2CUAiDI%2CaAMI%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAa%2CQAAb%3B%3BAA3HhB%2CqBAiEI%2CUAiDI%2CaAMI%2CmBAKI%2CeACM%3BEACE%2CgCAAA%3BEACA%2CcAAA%3B%3BAAKA%2CqBApEpB%2CUAiDI%2CaAMI%2CmBAWI%2CgBACI%2CcACK%2CIAAI%3BEACD%2C6BAAA%3B%3BAAtI5B%2CqBAiEI%2CUAiDI%2CaAMI%2CmBAWI%2CgBACI%2CcAII%2CSACI%3BEACI%2CsBAAA%3B%3BAA1IhC%2CqBAiEI%2CUAiDI%2CaAMI%2CmBAWI%2CgBACI%2CcAII%2CSAII%3BEACI%2CkBAAA%3B%3BAA7IhC%2CqBAiEI%2CUAiDI%2CaAMI%2CmBAWI%2CgBACI%2CcAII%2CSAII%2CsBAEI%2CoBACI%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAjJxC%2CqBAiEI%2CUAiDI%2CaAMI%2CmBAWI%2CgBACI%2CcAII%2CSAII%2CsBAEI%2CoBAKI%3BEACI%2CcAAA%3B%3BAApJxC%2CqBAiEI%2CUAiDI%2CaAMI%2CmBAWI%2CgBACI%2CcAII%2CSAII%2CsBAEI%2CoBAKI%2CaAEI%3BEACI%2CcAAA%3B%3BAAtJ5C%2CqBAiEI%2CUAiDI%2CaAMI%2CmBAWI%2CgBACI%2CcAII%2CSAII%2CsBAEI%2CoBAWI%2CUACI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3B%3BAA5J5C%2CqBAwKI%3BAAxKJ%2CqBItBI%2CyBA0CI%3BEJqJA%2CyBAAA%3B%3BAAzKR%2CqBAwKI%2CmBAEI%3BAA1KR%2CqBItBI%2CyBA0CI%2CwBJsJA%3BEACI%2CWAAA%3B%3BAA3KZ%2CqBAwKI%2CmBAEI%2CeAEI%2CsBACI%3BAA7KhB%2CqBItBI%2CyBA0CI%2CwBJsJA%2CeAEI%2CsBACI%3BEACI%2CYAAA%3B%3BAA9KpB%2CqBAwKI%2CmBAEI%2CeAOI%3BAAjLZ%2CqBItBI%2CyBA0CI%2CwBJsJA%2CeAOI%3BEACI%2CWAAA%3B%3BAAlLhB%2CqBAwKI%2CmBAEI%2CeAOI%2CiBAEI%3BAAnLhB%2CqBItBI%2CyBA0CI%2CwBJsJA%2CeAOI%2CiBAEI%3BEACI%2CWAAA%3B%3BAApLpB%2CqBAwKI%2CmBAEI%2CeAOI%2CiBAEI%2CSAEI%3BAArLpB%2CqBItBI%2CyBA0CI%2CwBJsJA%2CeAOI%2CiBAEI%2CSAEI%3BEAEI%2CaAAa%2CQAAb%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2C2BAAA%3BEACA%2CcAAA%3B%3BAACA%2CqBAxBpB%2CmBAEI%2CeAOI%2CiBAEI%2CSAEI%2CQAWK%3BAAAD%2CqBItNpB%2CyBA0CI%2CwBJsJA%2CeAOI%2CiBAEI%2CSAEI%2CQAWK%3BEACG%2CmBAAA%3B%3BAAjM5B%2CqBAwMI%2C0BACI%3BEACI%2CWAAA%3B%3BAA1MZ%2CqBAwMI%2C0BAII%3BEACI%2CiBAAA%3BEACA%2CYAAA%3B%3BAA9MZ%2CqBAwMI%2C0BAQI%2CKACI%3BEACI%2CQAAA%3B%3BAAKhB%2CsBACI%2CMAAK%2CcACD%3BEACI%2C%2BBAAA%3BEACA%2C4BAAA%3BEACA%2CuBAAA%3B%3BAAQX%2CwBAJyC%3BEACtC%2CiBAAkB%3BIACd%2CsBAAA%3B%3B%3BAhBnRR%2CoBACI%2CaACI%2CeACI%2CSAAQ%3BEACJ%2CcAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAANhB%2CoBACI%2CaACI%2CeAMI%2CIAAG%2C2BAA4B%2CSAAQ%3BEACnC%2CWAAA%3B%3BAASZ%2CQAH%2BB%3BEAG%5C%2FB%3BIAFI%2CeAAA%3B%3B%3BAAFR%2CoBAII%2CuBACI%2CyBACI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAMJ%2CQALmC%3BEAKnC%2CoBAXR%2CuBACI%2CyBACI%3BIAKQ%2CeAAA%3BIACA%2CaAAA%3BIACA%2CkBAAA%3B%3B%3BAAbpB%2CoBAkBI%3BEACI%2CaAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAA3BR%2CoBAkBI%2CmBAUM%3BEACE%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAA%5C%2FBZ%2CoBAkCI%2CgBACI%3BEACI%2CUAAA%3B%3BAAOA%2CQAN%2BB%3BEAM%5C%2FB%2CoBATR%2CgBACI%3BIAGQ%2CWAAA%3B%3BEAKJ%2CoBATR%2CgBACI%2CWAIQ%3BIACI%2CyBAAA%3B%3B%3BAAxCpB%2CoBAkCI%2CgBACI%2CWAQI%3BEACI%2CaAAa%2CQAAb%3B%3BAA5ChB%2CoBAkCI%2CgBACI%2CWAQI%2CqBAEI%2CGAAE%3BEACE%2CmBAAA%3BEACA%2CgBAAA%3B%3BAACA%2CoBAdhB%2CgBACI%2CWAQI%2CqBAEI%2CGAAE%2CIAGG%3BEACG%2CgBAAA%3B%3BAADJ%2CoBAdhB%2CgBACI%2CWAQI%2CqBAEI%2CGAAE%2CIAGG%2CKAEG%3BEACI%2CgBAAA%3B%3BAAnD5B%2CoBAkCI%2CgBACI%2CWAQI%2CqBAEI%2CGAAE%2CIASE%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAIJ%2CoBAnChB%2CgBACI%2CWAQI%2CqBAyBI%2CMACK%3BEACG%2CgCAAA%3B%3BAAGI%2CoBAvCxB%2CgBACI%2CWAQI%2CqBAyBI%2CMACK%2CKAGG%2CKACK%2CKACG%3BEACI%2CkBAAA%3B%3BAAKA%2CQAHmC%3BEAGnC%2CoBA9ChC%2CgBACI%2CWAQI%2CqBAyBI%2CMACK%2CKAGG%2CKACK%2CKACG%2CoBAEI%3BIAEQ%2CgBAAA%3B%3B%3BAALhB%2CoBAvCxB%2CgBACI%2CWAQI%2CqBAyBI%2CMACK%2CKAGG%2CKACK%2CKACG%2CoBAOI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAIZ%2CoBArDxB%2CgBACI%2CWAQI%2CqBAyBI%2CMACK%2CKAGG%2CKAeK%3BEAIG%2CkBAAA%3B%3BAAJJ%2CoBArDxB%2CgBACI%2CWAQI%2CqBAyBI%2CMACK%2CKAGG%2CKAeK%2CMACG%3BEACI%2CiBAAA%3B%3BAAFR%2CoBArDxB%2CgBACI%2CWAQI%2CqBAyBI%2CMACK%2CKAGG%2CKAeK%2CMAKG%3BEACI%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAARR%2CoBArDxB%2CgBACI%2CWAQI%2CqBAyBI%2CMACK%2CKAGG%2CKAeK%2CMAUG%3BEACI%2CcAAA%3B%3BAAXR%2CoBArDxB%2CgBACI%2CWAQI%2CqBAyBI%2CMACK%2CKAGG%2CKAeK%2CMAUG%2CgBAEI%3BEACI%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAACA%2CoBAtEpC%2CgBACI%2CWAQI%2CqBAyBI%2CMACK%2CKAGG%2CKAeK%2CMAUG%2CgBAEI%2COAKK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CeAAA%3BEACA%2CWAAW%2CYAAX%3BEACA%2CQAAA%3B%3BAAKhB%2CoBApFxB%2CgBACI%2CWAQI%2CqBAyBI%2CMACK%2CKAGG%2CKA8CK%3BEACG%2CkBAAA%3B%3BAADJ%2CoBApFxB%2CgBACI%2CWAQI%2CqBAyBI%2CMACK%2CKAGG%2CKA8CK%2CIAEG%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BAARR%2CoBApFxB%2CgBACI%2CWAQI%2CqBAyBI%2CMACK%2CKAGG%2CKA8CK%2CIAUG%3BEACI%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAAdR%2CoBApFxB%2CgBACI%2CWAQI%2CqBAyBI%2CMACK%2CKAGG%2CKA8CK%2CIAUG%2CSAKI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAIZ%2CoBA9GxB%2CgBACI%2CWAQI%2CqBAyBI%2CMACK%2CKAGG%2CKAwEK%3BEACG%2CkBAAA%3B%3BAADJ%2CoBA9GxB%2CgBACI%2CWAQI%2CqBAyBI%2CMACK%2CKAGG%2CKAwEK%2CSAEG%3BEACI%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAALR%2CoBA9GxB%2CgBACI%2CWAQI%2CqBAyBI%2CMACK%2CKAGG%2CKAwEK%2CSAOG%3BEACI%2C8BAAA%3BEACA%2CqBAAA%3BEACA%2C0BAAA%3B%3BAAVR%2CoBA9GxB%2CgBACI%2CWAQI%2CqBAyBI%2CMACK%2CKAGG%2CKAwEK%2CSAOG%2CiBAII%3BEACI%2C8BAAA%3BEACA%2CqBAAA%3BEACA%2C0BAAA%3B%3BAA9JxC%2CoBAkCI%2CgBACI%2CWAQI%2CqBA0HI%2CSAAQ%2CKACJ%3BEAEI%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAASJ%2CwBAL8C%3BEAK9C%2CoBAlJhB%2CgBACI%2CWAQI%2CqBA0HI%2CSAAQ%2CKACJ%3BIAUQ%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3B%3B%3BAAlL5B%2CoBAkCI%2CgBACI%2CWAoJI%2CMAAK%2CKAAK%2CQACN%2COAAM%3BEACF%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CaAAa%2CQAAb%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3B%3BAAlMpB%2CoBAkCI%2CgBAoKI%3BEACI%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAa%2CQAAb%3BEACA%2CuBAAA%3B%3BAAOA%2CQAL%2BB%3BEAK%5C%2FB%2CoBAjLR%2CgBAoKI%3BIASQ%2CgBAAA%3BIACA%2CWAAA%3B%3B%3BAAhNhB%2CoBAkCI%2CgBAoKI%2CcAaI%2CSAAQ%3BEACJ%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3B%3BAAtNhB%2CoBAkCI%2CgBAoKI%2CcAkBI%2CgBACM%3BEACE%2CgBAAA%3B%3BAA1NpB%2CoBAkCI%2CgBAoKI%2CcAkBI%2CgBACM%2CSAEE%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAA9NxB%2CoBAkCI%2CgBAoKI%2CcA4BI%3BEACI%2C6BAAA%3BEACA%2CcAAA%3B%3BAApOhB%2CoBAkCI%2CgBAoKI%2CcA4BI%2CaAGI%2CeACI%2CQAAO%2CIACH%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAzO5B%2CoBAkCI%2CgBAoKI%2CcA4BI%2CaAGI%2CeACI%2CQAAO%2CIAKH%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAA9O5B%2CoBAkCI%2CgBAoKI%2CcA4BI%2CaAGI%2CeAYI%2CQAAO%2CSAAS%3BEACZ%2CaAAA%3B%3BAAlPxB%2CoBAkCI%2CgBAoKI%2CcA4BI%2CaAGI%2CeAeI%2COAAM%2COACF%3BAArPxB%2CoBAkCI%2CgBAoKI%2CcA4BI%2CaAGI%2CeAeI%2COAAM%2COAEF%3BEACI%2C6BAAA%3B%3BAAvP5B%2CoBAkCI%2CgBAoKI%2CcA4BI%2CaAGI%2CeAeI%2COAAM%2COACF%2CMAGI%3BAAxP5B%2CoBAkCI%2CgBAoKI%2CcA4BI%2CaAGI%2CeAeI%2COAAM%2COAEF%2CQAEI%3BEACI%2CgBAAA%3BEACA%2CeAAA%3B%3BAA1PhC%2CoBAkCI%2CgBAoKI%2CcA4BI%2CaAGI%2CeAeI%2COAAM%2COACF%2CMAGI%2COAGI%3BAA3PhC%2CoBAkCI%2CgBAoKI%2CcA4BI%2CaAGI%2CeAeI%2COAAM%2COAEF%2CQAEI%2COAGI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3B%3BAA7PpC%2CoBAkCI%2CgBAoKI%2CcA8DI%2CwBACI%2COAAM%3BEACF%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAxQpB%2CoBAkCI%2CgBAoKI%2CcA8DI%2CwBACI%2COAAM%2CSAIF%3BEACI%2CeAAA%3B%3BAAEJ%2CoBA1OhB%2CgBAoKI%2CcA8DI%2CwBACI%2COAAM%2CSAOD%3BEACG%2CmBAAA%3BEACA%2CcAAA%3B%3BAA9QxB%2CoBAkCI%2CgBAoKI%2CcA8DI%2CwBAaI%2CEAAC%2COAAO%3BEACJ%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CiBAAA%3B%3BAACA%2CoBAnPhB%2CgBAoKI%2CcA8DI%2CwBAaI%2CEAAC%2COAAO%2CcAIH%3BEACG%2CcAAA%3B%3BAAMZ%2CoBA1PR%2CgBAyPI%2CMACK%3BEACG%2CaAAa%2CQAAb%3B%3BAAKgB%2CoBAhQ5B%2CgBAyPI%2CMACK%2CcAEG%2CMACI%2CMACI%2CGACI%2CGACK%3BEACG%2CYAAA%3B%3BAAEJ%2CoBAnQ5B%2CgBAyPI%2CMACK%2CcAEG%2CMACI%2CMACI%2CGACI%2CGAIK%2CIAAI%3BEACD%2CkBAAA%3B%3BAAQJ%2CoBA5Q5B%2CgBAyPI%2CMACK%2CcAEG%2CMAaI%2CMACI%2CGACI%2CGACK%2CIAAI%3BEACD%2CkBAAA%3B%3BAAnBxB%2CoBA1PR%2CgBAyPI%2CMACK%2CcAyBG%2CyBACI%2CKAAI%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAACA%2CoBA1RpB%2CgBAyPI%2CMACK%2CcAyBG%2CyBACI%2CKAAI%2CkBAMC%3BEACG%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CaAAa%2CQAAb%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAMJ%2CoBA5SpB%2CgBAyPI%2CMACK%2CcAgDG%2CiBACM%2CkBACG%3BEACG%2CSAAS%2COAAT%3BEACA%2CaAAa%2CYAAb%3BEACA%2CcAAA%3B%3BAAGA%2CoBAlTxB%2CgBAyPI%2CMACK%2CcAgDG%2CiBACM%2CkBAMG%2CMACI%3BEACG%2CcAAA%3B%3BAAKR%2CoBAxTpB%2CgBAyPI%2CMACK%2CcAgDG%2CiBAaM%2CqBACG%3BEACG%2CSAAS%2COAAT%3BEACA%2CaAAa%2CYAAb%3BEACA%2CcAAA%3B%3BAAGA%2CoBA9TxB%2CgBAyPI%2CMACK%2CcAgDG%2CiBAaM%2CqBAMG%2CMACI%3BEACG%2CcAAA%3B%3BAAjWhC%2CoBAkCI%2CgBAsUI%2CeACI%2CgBACI%3BEACI%2CyBAAA%3B%3BAA3WpB%2CoBAkCI%2CgBAsUI%2CeACI%2CgBAII%2CsBACI%3BEACI%2CyBAAA%3B%3BAA%5C%2FWxB%2CoBAkCI%2CgBAsUI%2CeACI%2CgBAII%2CsBACI%2CSAEI%3BEACI%2CYAAA%3B%3BAAjX5B%2CoBAkCI%2CgBAsUI%2CeACI%2CgBAII%2CsBAOI%2CiBACI%2COAAM%3BEACF%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAACA%2CoBAxVxB%2CgBAsUI%2CeACI%2CgBAII%2CsBAOI%2CiBACI%2COAAM%2CMAKD%3BEACG%2CmBAAA%3B%3BAA3XhC%2CoBAmYI%2CMAAK%2CKAAM%2CcAAc%2CEAAC%3BEACtB%2CwBAAA%3B%3BAApYR%2CoBAsYI%2CMAAK%2CKAAM%2CcAAc%2CEAAC%3BEACtB%2CqBAAA%3B%3BAAGR%2CsBACI%2CaACI%2CeACI%2CIAAG%2C2BAA4B%2CSAAQ%3BEACnC%2CWAAA%3B%3BAA8Bf%2CQAzB8B%3BEAC3B%2CqBAAsB%3BIAClB%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3B%3BEAGJ%3BIACI%2CkBAAA%3B%3B%3B%3B%3BEAOJ%2CiBAAkB%2CwBAAwB%2CgBAAgB%2CcAAc%2CSAAS%2CsBAAsB%2CsBAAsB%2CiBAAiB%3BIAC1I%2C2BAAA%3B%3BEAGJ%2CiBAAkB%2CwBAAwB%2CgBAAgB%2CcAAc%2CSAAS%2CsBAAsB%3BIACnG%2CYAAA%3B%3BEAEJ%2CiBAAkB%2CwBAAwB%2CgBAAgB%2CcAAc%2CSAAS%2CsBAAsB%3BIACnG%2CYAAA%3B%3B%3BAsKxbR%2CsBACC%3BEACC%2CaAAa%2CQAAb%3BEACA%2CcAAA%3B%3BAAHF%2CsBACC%2CqBAGC%3BAC2vBF%2CwBAIC%2CqBACC%3BED%5C%2FvBC%2CoBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BAAID%2CQAHsC%3BEAGtC%2CsBAXD%2CqBAGC%3BEC2vBF%2CwBAIC%2CqBACC%3BID1vBE%2CeAAA%3B%3B%3BAAVJ%2CsBACC%2CqBAYC%3BACkvBF%2CwBAIC%2CqBAIC%3BEDzvBC%2CiBAAA%3BEACA%2CuBAAA%3B%3BAAID%2CQAHsC%3BEAGtC%2CsBAlBD%2CqBAYC%3BECkvBF%2CwBAIC%2CqBAIC%3BIDtvBE%2CeAAA%3B%3B%3BAAID%2CsBApBF%2CqBAmBC%2CQACE%2CUAAU%3BAPi4Bd%2CgBA4RI%2CuBAgFI%2CUAKI%2CQAAO%3BAA0anB%2CaAOI%2CkBA%2BDI%2CUAKI%2CQAAO%3BEOtuDf%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3B%3BAACA%2CsBA%5C%2FBH%2CqBAmBC%2CQACE%2CUAAU%2CMAWT%3BEACA%2CmBAAA%3B%3BAAMF%2CQAJsC%3BEAItC%2CsBAtCF%2CqBAmBC%2CQACE%2CUAAU%3BEPi4Bd%2CgBA4RI%2CuBAgFI%2CUAKI%2CQAAO%3BEA0anB%2CaAOI%2CkBA%2BDI%2CUAKI%2CQAAO%3BIOxtDd%2CeAAA%3BIACA%2CkBAAA%3B%3B%3BAAML%3BEACC%2CqBAAA%3BEACG%2CWAAA%3B%3BAAIA%2CwBAHwC%3BEAGxC%3BIAFI%2CoBAAA%3B%3B%3BAAJR%2CcAMI%2CWACC%3BEACC%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BAAXN%2CcAMI%2CWACC%2CcAKC%2CUACC%3BEACC%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2C8BAAA%3BEACA%2C2BAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3B%3BAAED%2CcAjBH%2CWACC%2CcAKC%2CUAWE%2COACA%3BEACC%2CmBAAA%3BEACA%2CWAAA%3BEACA%2C8BAAA%3BEACA%2C2BAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3B%3BAA9BT%2CcAoCI%2CcACI%3BEACI%2CcAAA%3B%3BAAIJ%2CwBAH4C%3BEAG5C%2CcANJ%2CcACI%3BIAGQ%2CcAAA%3B%3B%3BAEhFb%2CmBAFF%2CMACC%2CGACE%2CuBACA%2COAAM%3BAAaP%2CmBAhBF%2CMACC%2CGAeE%2CyBACA%2COAAM%3BEAbL%2CgBAAA%3BEACA%2CYAAA%3B%3BAACA%2CmBANJ%2CMACC%2CGACE%2CuBACA%2COAAM%2CSAGJ%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CaAAa%2CYAAb%3BEACA%2CgBAAA%3BEACA%2CSAAS%2COAAT%3B%3BAAOD%2CmBAnBJ%2CMACC%2CGAeE%2CyBACA%2COAAM%2COAEJ%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CaAAa%2CYAAb%3BEACA%2CgBAAA%3BEACA%2CSAAS%2COAAT%3B%3BAA1BN%2CmBAgCC%3BEACC%2CiBAAA%3BEACA%2CeAAA%3B%3BAAMM%2CwBAHyC%3BEAGzC%2CmBAJJ%3BIAEQ%2CyBAAA%3B%3B%3BAAMJ%2CwBAH6C%3BEAG7C%2CmBARJ%2C4BAII%3BIAEQ%2CYAAA%3B%3B%3BAAoDhB%2CwBA%5C%2FCwC%3BEACpC%2CmBAAoB%2CGAAK%3BIAC3B%2CaAAA%3B%3BEAED%2CmBAAoB%2CGAAE%3BIACf%2CcAAA%3B%3BEAEJ%2CmBAAoB%2CMAAM%2CGAAE%3BIAC3B%2CyBAAA%3BIACA%2CmBAAA%3B%3BEAED%2CmBAAoB%2CMAAM%2CGAAE%3BIAC3B%2CkBAAA%3B%3BEAEJ%2CmBAAoB%2CMAAM%3BIACzB%2CmBAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3B%3BEAED%2CmBAAoB%2CMAAM%2CGAAE%3BIAC3B%2CmBAAA%3BIACA%2CSAAS%2CcAAc%2CIAAvB%3BIACA%2CqBAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CsBAAA%3B%3BEAED%2CmBAAoB%2CMAAM%2CuBAAuB%3BIAChD%2CmBAAA%3B%3BEAED%2CmBAAoB%2CMAAM%3BIACzB%2CgBAAA%3BIACA%2CqBAAA%3BIACA%2CsBAAA%3B%3BEAED%2CmBAAoB%2CMAAM%2C4BAA8B%3BIACvD%2CqBAAA%3BIACG%2CsBAAA%3B%3BEAEJ%2CmBAAoB%2CyBAAyB%3BIAC5C%2CqBAAA%3BIACG%2CsBAAA%3B%3BEAEJ%2CmBAAoB%3BIACnB%2CYAAA%3B%3B%3BAAQF%2CwBALyC%3BEACxC%2CmBAAoB%2CMAAM%2CGAAE%3BIAC3B%2CgBAAA%3B%3B%3BAAOD%2CwBAJuC%3BEACvC%2CmBAAoB%2CMAAM%3BIACzB%2CgBAAA%3B%3B%3BADrGF%2CIAAI%2CQACA%2CSACI%2COACI%2CgBACI%3BEACI%2CkBAAA%3B%3BAACA%2CIANhB%2CQACA%2CSACI%2COACI%2CgBACI%2CgBAEK%3BEACG%2CSAAA%3B%3BAAPxB%2CIAAI%2CQACA%2CSACI%2COASI%3BEACI%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAAfhB%2CIAAI%2CQACA%2CSACI%2COASI%2COAKI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAlBpB%2CIAAI%2CQACA%2CSACI%2COASI%2COAKI%2CaAGI%3BAAnBpB%2CIAAI%2CQACA%2CSACI%2COASI%2COAKI%2CaAII%3BEACI%2CgBAAA%3B%3BAArBxB%2CIAAI%2CQACA%2CSACI%2COAuBI%3BEACI%2CYAAA%3B%3BAAKhB%2CQACC%2CMAAK%3BEACJ%2CgBAAA%3B%3BAAID%2CwBAHsD%3BEAGtD%2CQALA%2CMAAK%3BIAGH%2CaAAA%3B%3B%3BAASF%2CwBALqD%3BEAKrD%2CQANA%3BIAEE%2CqBAAA%3BIACG%2CoBAAA%3BIACA%2CwBAAA%3B%3B%3BAAXN%2CQAcC%3BAAdD%2CQAcC%2CqBAsHC%3BAApIF%2CQAiRC%3BAAjRD%2CQAuXC%3BAAmSD%2CuBACC%3BAAqED%2CwBA4EC%3BEA7xBC%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CaAAa%2CQAAb%3B%3BAAIA%2CQAHgC%3BEAGhC%2CQAPD%3BEAdD%2CQAcC%2CqBAsHC%3BEApIF%2CQAiRC%3BEAjRD%2CQAuXC%3BEAmSD%2CuBACC%3BEAqED%2CwBA4EC%3BIAzxBE%2CgBAAA%3B%3B%3BAAMD%2CQAJ%2BB%3BEAI%5C%2FB%2CQAXD%3BEAdD%2CQAcC%2CqBAsHC%3BEApIF%2CQAiRC%3BEAjRD%2CQAuXC%3BEAmSD%2CuBACC%3BEAqED%2CwBA4EC%3BIAtxBE%2CgBAAA%3BIACA%2CUAAA%3B%3B%3BAAvBH%2CQAcC%2CqBAWC%3BAAzBF%2CQAcC%2CqBAsHC%2CaAMC%3BAA1IH%2CQAiRC%2CmBAEC%3BAAnRF%2CQAuXC%2CmBAEC%2CgBAIC%3BAAmWH%2CwBA4EC%2CqBAMC%2CUAEC%3BEA1xBA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CgCAAA%3BEACA%2CiBAAA%3B%3BAAID%2CQAHsC%3BEAGtC%2CQApBD%2CqBAWC%3BEAzBF%2CQAcC%2CqBAsHC%2CaAMC%3BEA1IH%2CQAiRC%2CmBAEC%3BEAnRF%2CQAuXC%2CmBAEC%2CgBAIC%3BEAmWH%2CwBA4EC%2CqBAMC%2CUAEC%3BIApxBC%2CiBAAA%3B%3B%3BAAhCJ%2CQAcC%2CqBAqBC%3BEACC%2CeAAA%3BEACA%2CgCAAA%3B%3BAArCH%2CQAcC%2CqBAqBC%2CsBAGC%3BEACC%2C8BAAA%3B%3BAAvCJ%2CQAcC%2CqBAqBC%2CsBAGC%2CaAEC%2CGAAE%3BAAxCN%2CQAcC%2CqBA2EC%2CmBAEC%2CaAGC%3BAA9FJ%2CQAcC%2CqBAsHC%2CaASC%2CyBASC%2CaAGC%3BAAzJL%2CQAcC%2CqBAsHC%2CaASC%2CyBAgBC%2CeACC%2CKAIC%3BEAzHD%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAhDL%2CQAcC%2CqBAqBC%2CsBAgBC%2CUACC%3BEACC%2CeAAA%3B%3BAArDL%2CQAcC%2CqBAqBC%2CsBAgBC%2CUACC%2COAEC%3BAA8CD%2CQAtFH%2CqBA2EC%2CmBASC%2CUAEE%2CKAGA%2COAEC%3BEAlDA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAA1DN%2CQAcC%2CqBAqBC%2CsBAgBC%2CUACC%2COASC%3BAAuCD%2CQAtFH%2CqBA2EC%2CmBASC%2CUAEE%2CKAGA%2COAKC%3BAA8iBN%2CuBACC%2CiBAEC%2COAUC%2CeAIC%2CUACC%2COAKC%2CSAEC%3BAA6CP%2CwBA4EC%2CqBAMC%2CUAKC%2COAuBC%3BAA9GJ%2CwBA4EC%2CqBAMC%2CUAKC%2COAuBQ%3BEAhxBL%2CcAAA%3BEACkB%2CyBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAElB%2CQAzDL%2CqBAqBC%2CsBAgBC%2CUACC%2COASC%2CMAUE%3BEACA%2CYAAA%3B%3BAAxEP%2CQAcC%2CqBAqBC%2CsBAgBC%2CUA0BC%3BEACC%2CkBAAA%3B%3BAA9EL%2CQAcC%2CqBAqBC%2CsBAgBC%2CUA0BC%2CWAGC%3BEACC%2CeAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAApFN%2CQAcC%2CqBA2EC%3BEACC%2CeAAA%3B%3BAA1FH%2CQAcC%2CqBA2EC%2CmBAEC%3BEACC%2CmBAAA%3BEACA%2CoBAAA%3B%3BAA7FJ%2CQAcC%2CqBA2EC%2CmBASC%3BEACC%2CgBAAA%3B%3BAACA%2CQAtFH%2CqBA2EC%2CmBASC%2CUAEE%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAFD%2CQAtFH%2CqBA2EC%2CmBASC%2CUAEE%2CKAGA%3BEACC%2CeAAA%3B%3BAASF%2CQAnGH%2CqBA2EC%2CmBASC%2CUAeE%3BEACA%2CgBAAA%3B%3BAAlHL%2CQAcC%2CqBA2EC%2CmBASC%2CUAkBC%3BEACC%2CcAAA%3BEACA%2COAAO%2CiBAAP%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3B%3BAAMA%2CQAhHJ%2CqBA2EC%2CmBAkCC%2CiBACC%2COAAM%2COAAO%2CQAEX%3BAAAD%2CQAhHJ%2CqBA2EC%2CmBAkCC%2CiBACC%2COrJ4DA%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQqJ1D5E%3BAAAD%2CQAhHJ%2CqBA2EC%2CmBAkCC%2CiBACC%2COrJ6DA%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQqJ3D9E%3BAAAD%2CQAhHJ%2CqBA2EC%2CmBAkCC%2CiBACC%2COrJ6DA%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQqJ1D5E%3BAAAD%2CQAhHJ%2CqBA2EC%2CmBAkCC%2CiBACC%2COrJ4DA%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQqJ3D9E%3BEACA%2CmBAAA%3B%3BAA%5C%2FHN%2CQAcC%2CqBAsHC%3BEAEC%2CUAAA%3B%3BAAIA%2CQAHqC%3BEAGrC%2CQA5HF%2CqBAsHC%3BIAIE%2CgBAAA%3B%3B%3BAAxIJ%2CQAcC%2CqBAsHC%2CaASC%3BEACC%2CgCAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3B%3BAAKA%2CQAJqC%3BEAIrC%2CQAxIH%2CqBAsHC%2CaASC%3BIAME%2CqBAAA%3BIACA%2CWAAA%3B%3B%3BAApJL%2CQAcC%2CqBAsHC%2CaASC%2CyBASC%3BEACC%2CmBAAA%3BEACA%2CaAAA%3B%3BAAxJL%2CQAcC%2CqBAsHC%2CaASC%2CyBAgBC%2CeACC%3BEACC%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3B%3BAAjKN%2CQAcC%2CqBAsHC%2CaASC%2CyBAgBC%2CeACC%2CKAIC%2CWAEG%3BEACD%2CeAAA%3B%3BAAID%2CQAHsC%3BEAGtC%2CQA3JN%2CqBAsHC%2CaASC%2CyBAgBC%2CeACC%2CKAIC%2CWAEG%3BIAGA%2CeAAA%3B%3B%3BAASH%2CQAJsC%3BEAItC%2CQAlKL%2CqBAsHC%2CaASC%2CyBAgBC%2CeACC%2CKAaC%3BIAEE%2CiBAAA%3BIACA%2CgBAAA%3B%3B%3BAA9KR%2CQAcC%2CqBAsHC%2CaASC%2CyBAgBC%2CeACC%2CKAmBC%3BEACC%2CmBAAA%3B%3BAAlLP%2CQAcC%2CqBAsHC%2CaASC%2CyBAgBC%2CeACC%2CKAmBC%2CQAEC%3BEACC%2CcAAA%3B%3BAApLR%2CQAcC%2CqBAsHC%2CaASC%2CyBAgBC%2CeACC%2CKAyBC%2CaACC%2CEAAC%3BAAkeR%2CuBACC%2CiBAEC%2COAUC%2CeA6BC%2CiBACC%2CSACC%2CQAAO%3BAA5Cb%2CuBACC%2CiBAEC%2COAUC%2CeA6BC%2CiBACC%2CSrJ7gBD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAqJkelF%2CuBACC%2CiBAEC%2COAUC%2CeA6BC%2CiBACC%2CSrJ5gBD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAqJiepF%2CuBACC%2CiBAEC%2COAUC%2CeA6BC%2CiBACC%2CSrJ5gBD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAqJkelF%2CuBACC%2CiBAEC%2COAUC%2CeA6BC%2CiBACC%2CSrJ7gBD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BEqJA5E%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3B%3BAACA%2CQAlLP%2CqBAsHC%2CaASC%2CyBAgBC%2CeACC%2CKAyBC%2CaACC%2CEAAC%2CKAQC%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAlMT%2CQAcC%2CqBAsHC%2CaAqEC%2CsBACC%3BEACG%2CoBAAA%3BEACF%2CmBAAA%3BEACA%2CgBAAA%3B%3BAA7ML%2CQAcC%2CqBAsHC%2CaAqEC%2CsBACC%2CaAIC%3BEACC%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3B%3BAAID%2CQAHsC%3BEAGtC%2CQAvMJ%2CqBAsHC%2CaAqEC%2CsBACC%2CaAIC%3BIAKE%2CiBAAA%3B%3B%3BAAnNP%2CQAcC%2CqBAsHC%2CaAqEC%2CsBAcC%3BEACC%2CkBAAA%3B%3BAAxNL%2CQAcC%2CqBAsHC%2CaAqEC%2CsBAcC%2CeAEC%3BEACC%2CiBAAA%3B%3BAA1NN%2CQAcC%2CqBAsHC%2CaAqEC%2CsBAcC%2CeAEC%2CsBAGC%2CMACG%2CQACC%2CKAAK%3BAA9Nf%2CQAuXC%2CmBAEC%2CgBAOC%2CiBAEC%2CMACC%2CGACC%3BEArKG%2CgBAAA%3BEACE%2CgCAAA%3B%3BAAhOX%2CQAcC%2CqBAsHC%2CaAqEC%2CsBAcC%2CeAEC%2CsBAGC%2CMAOC%2CMACC%2CGACC%3BEACC%2CgCAAA%3B%3BAACA%2CQAzNT%2CqBAsHC%2CaAqEC%2CsBAcC%2CeAEC%2CsBAGC%2CMAOC%2CMACC%2CGACC%2CGAEE%2CIACA%2CEAAC%3BEACA%2CcAAA%3B%3BAAEC%2CQA7NZ%2CqBAsHC%2CaAqEC%2CsBAcC%2CeAEC%2CsBAGC%2CMAOC%2CMACC%2CGACC%2CGAEE%2CIACA%2CEAAC%2COAEC%2CMACC%3BEACA%2CcAAA%3B%3BAAED%2CQAhOZ%2CqBAsHC%2CaAqEC%2CsBAcC%2CeAEC%2CsBAGC%2CMAOC%2CMACC%2CGACC%2CGAEE%2CIACA%2CEAAC%2COAEC%2CMAIC%3BEACA%2CUAAA%3B%3BAAGF%2CQApOX%2CqBAsHC%2CaAqEC%2CsBAcC%2CeAEC%2CsBAGC%2CMAOC%2CMACC%2CGACC%2CGAEE%2CIACA%2CEAAC%2COAUC%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CoBAAA%3B%3BAAKJ%2CQA7OR%2CqBAsHC%2CaAqEC%2CsBAcC%2CeAEC%2CsBAGC%2CMAOC%2CMACC%2CGAuBE%2CYACA%3BEACC%2CiBAAA%3B%3BAAYN%2CQA3PJ%2CqBAsHC%2CaAkIC%2CiBACC%2COAAM%2COAAO%2CQAAQ%2CIAEnB%3BAAAD%2CQA3PJ%2CqBAsHC%2CaAkIC%2CiBACC%2COrJ%5C%2FEA%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQqJ%2BEzD%2CIAEnB%3BAAAD%2CQA3PJ%2CqBAsHC%2CaAkIC%2CiBACC%2COrJ9EA%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQqJ8E3D%2CIAEnB%3BAAAD%2CQA3PJ%2CqBAsHC%2CaAkIC%2CiBACC%2COrJ9EA%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQqJ%2BEzD%2CIAEnB%3BAAAD%2CQA3PJ%2CqBAsHC%2CaAkIC%2CiBACC%2COrJ%5C%2FEA%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQqJ8E3D%2CIAEnB%3BEACA%2CmBAAA%3B%3BAA1QN%2CQAiRC%2CmBAKC%2CgCACC%2COACC%3BEACC%2CmBAAA%3BEACA%2CkBAAA%3B%3BAA1RL%2CQAiRC%2CmBAKC%2CgCACC%2COACC%2CaAGC%3BEACC%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAA9RN%2CQAiRC%2CmBAKC%2CgCACC%2COACC%2CaAGC%2CWAIC%3BEACC%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAArSP%2CQAiRC%2CmBAKC%2CgCACC%2COAkBC%3BEACC%2CmBAAA%3B%3BAA1SL%2CQAiRC%2CmBAKC%2CgCACC%2COAkBC%2CUAEC%2CoBACC%2COACC%3BEACC%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACE%2CcAAA%3B%3BAACF%2CQAjCP%2CmBAKC%2CgCACC%2COAkBC%2CUAEC%2CoBACC%2COACC%2COAKE%3BEACA%2CeAAA%3B%3BAAnTT%2CQAiRC%2CmBAKC%2CgCACC%2COAkBC%2CUAEC%2CoBACC%2COAUC%3BAAtTP%2CQAiRC%2CmBAKC%2CgCACC%2COAkBC%2CUAEC%2CoBACC%2COAUS%3BEACP%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAA3TR%2CQAiRC%2CmBAKC%2CgCACC%2COAkBC%2CUAEC%2CoBACC%2COAiBC%2CgBACC%2CeACC%3BEACC%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAtUV%2CQAiRC%2CmBAKC%2CgCACC%2COAkBC%2CUAEC%2CoBACC%2COAiBC%2CgBACC%2CeACC%2CeAQC%2CQAAO%3BEACN%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAA3UX%2CQAiRC%2CmBAKC%2CgCACC%2COAkBC%2CUAEC%2CoBACC%2COAoCC%2CiBACC%2CSACC%2CMAAK%2COAAO%3BAAlVrB%2CQAcC%2CqBA2EC%2CmBAkCC%2CiBACC%2COAAM%2COAAO%3BAA5HjB%2CQAcC%2CqBA2EC%2CmBAkCC%2CiBACC%2COrJ4DA%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAqJxLlF%2CQAcC%2CqBA2EC%2CmBAkCC%2CiBACC%2COrJ6DA%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAqJzLpF%2CQAcC%2CqBAsHC%2CaAkIC%2CiBACC%2COAAM%2COAAO%2CQAAQ%3BAAvQzB%2CQAcC%2CqBA2EC%2CmBAkCC%2CiBACC%2COrJ6DA%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAqJxLlF%2CQAcC%2CqBAsHC%2CaAkIC%2CiBACC%2COrJ%5C%2FEA%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQqJ%2BEzD%3BAAvQzB%2CQAcC%2CqBA2EC%2CmBAkCC%2CiBACC%2COrJ4DA%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAqJzLpF%2CQAcC%2CqBAsHC%2CaAkIC%2CiBACC%2COrJ9EA%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQqJ8E3D%3BAAvQzB%2CQAcC%2CqBAsHC%2CaAkIC%2CiBACC%2COrJ9EA%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQqJ%2BEzD%3BAAvQzB%2CQAcC%2CqBAsHC%2CaAkIC%2CiBACC%2COrJ%5C%2FEA%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQqJ8E3D%3BEA4Ef%2CiBAAA%3BEACE%2CeAAA%3BEACF%2CYAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAACA%2CQAvET%2CmBAKC%2CgCACC%2COAkBC%2CUAEC%2CoBACC%2COAoCC%2CiBACC%2CSACC%2CMAAK%2COAAO%2COAMV%3BEACA%2CmBAAA%3B%3BAAzVX%2CQAiRC%2CmBAKC%2CgCACC%2COAkBC%2CUAuDC%3BEACC%2CiBAAA%3B%3BAAjWN%2CQAiRC%2CmBAKC%2CgCACC%2COAkBC%2CUAuDC%2CiBAEC%3BEACI%2CaAAA%3B%3BAAnWV%2CQAiRC%2CmBAKC%2CgCACC%2COAkBC%2CUAuDC%2CiBAKC%2CWACC%3BEACC%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACE%2CiBAAA%3BEACC%2CeAAA%3BEACA%2CgBAAA%3B%3BAAIJ%2CQAHwC%3BEAGxC%2CQA%5C%2FFN%2CmBAKC%2CgCACC%2COAkBC%2CUAuDC%2CiBAKC%2CWACC%3BIAQE%2CWAAA%3B%3B%3BAAeN%2CQAHqC%3BEAGrC%2CQANF%2CmBAEC%3BIAEE%2CYAAA%3B%3B%3BAA3XJ%2CQAuXC%2CmBAEC%2CgBAOC%3BEACC%2CkBAAA%3B%3BAAjYJ%2CQAuXC%2CmBAEC%2CgBAOC%2CiBASC%2CMACC%2CGACC%3BEACC%2CgCAAA%3B%3BAACA%2CQAtBN%2CmBAEC%2CgBAOC%2CiBASC%2CMACC%2CGACC%2CGAEE%2CIACA%2CEAAC%3BEACA%2CcAAA%3B%3BAAEC%2CQA1BT%2CmBAEC%2CgBAOC%2CiBASC%2CMACC%2CGACC%2CGAEE%2CIACA%2CEAAC%2COAEC%2CMACC%3BAAAO%2CQA1BjB%2CmBAEC%2CgBAOC%2CiBASC%2CMACC%2CGACC%2CGAEE%2CIACA%2CEAAC%2COAEC%2CMACS%3BEACR%2CcAAA%3B%3BAASL%2CQApCL%2CmBAEC%2CgBAOC%2CiBASC%2CMACC%2CGAiBE%2CYACA%3BEACC%2CiBAAA%3B%3BAAUN%2CQADD%2CSACE%3BEACA%2CiBAAA%3BEACG%2CgBAAA%3BEACA%2CQAAA%3BEACA%2CaAAA%3B%3BAAEF%2CQAPH%2CSACE%2CaAKA%2COACE%3BEACA%2CmBAAA%3B%3BAA9aL%2CQAsaC%2CSAYC%2CuBAEO%3BAApbT%2CQAsaC%2CSAaI%2CgCACI%3BEACI%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAMA%2CwBALyC%3BEAKzC%2CQAvBZ%2CSAYC%2CuBAEO%3BEASI%2CQAvBZ%2CSAaI%2CgCACI%3BIAKQ%2CgCAAA%3BIACA%2CaAAA%3BIACA%2CgBAAA%3B%3B%3BAAMJ%2CwBAH6C%3BEAG7C%2CQA3BZ%2CSAYC%2CuBAEO%2CSASK%3BEAID%2CQA3BZ%2CSAaI%2CgCACI%2CSASK%3BIAEO%2CcAAA%3B%3B%3BAA%5C%2FbrB%2CQAsaC%2CSAYC%2CuBAiBO%3BAAncT%2CQAsaC%2CSAaI%2CgCAgBI%3BEACI%2CeAAA%3B%3BAACA%2CQA%5C%2FBZ%2CSAYC%2CuBAiBO%2CMAEK%3BAAAD%2CQA%5C%2FBZ%2CSAaI%2CgCAgBI%2CMAEK%3BEACG%2CaAAA%3B%3BAAGA%2CQAnChB%2CSAYC%2CuBAiBO%2CMAKK%2CWACM%3BAAAH%2CQAnChB%2CSAaI%2CgCAgBI%2CMAKK%2CWACM%3BEACC%2CSAAA%3BEACA%2CYAAA%3B%3BAA3crB%2CQAsaC%2CSAYC%2CuBAiBO%2CMAWI%3BAA9cb%2CQAsaC%2CSAaI%2CgCAgBI%2CMAWI%3BAAUA%2CQAlDZ%2CSAYC%2CuBAiBO%2CMAqBO%3BAAAH%2CQAlDZ%2CSAaI%2CgCAgBI%2CMAqBO%3BEATC%2CqBAAA%3BEACA%2CuCAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2C0BAAA%3B%3BAACA%2CQA9ChB%2CSAYC%2CuBAiBO%2CMAWI%2CEAMK%3BAAAD%2CQA9ChB%2CSAaI%2CgCAgBI%2CMAWI%2CEAMK%3BEACG%2CmBAAA%3B%3BAAMR%2CQArDZ%2CSAYC%2CuBAiBO%2CMAwBK%2CQACG%3BAADJ%2CQArDZ%2CSAaI%2CgCAgBI%2CMAwBK%2CQACG%3BAAAE%2CQAtDlB%2CSAYC%2CuBAiBO%2CMAwBK%2CQACQ%3BAAAH%2CQAtDlB%2CSAaI%2CgCAgBI%2CMAwBK%2CQACQ%3BEACD%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAUZ%2CwBANyC%3BEAMzC%2CQAnER%2CSAYC%3BEAuDO%2CQAnER%2CSAaI%3BIAiDQ%2CWAAA%3BIAEA%2CgBAAA%3BIACN%2CgBAAA%3B%3B%3BAA8BE%2CwBA3B6C%3BEA2B7C%2CQA%5C%2FFR%2CSAYC%2CuBAuDO%3BEA4BA%2CQA%5C%2FFR%2CSAaI%2CgCAsDI%3BIAEQ%2C6BAAA%3BIACA%2CeAAA%3BIACA%2CgCAAA%3BIACA%2C4BAAA%3BIACA%2CcAAA%3BIACA%2CqBAAA%3BIACA%2CkBAAA%3B%3BEACA%2CQA5EhB%2CSAYC%2CuBAuDO%2COASS%3BEAAD%2CQA5EhB%2CSAaI%2CgCAsDI%2COASS%3BIACG%2CmCAAA%3BIACA%2CkCAAA%3BIACA%2CeAAA%3BIACA%2CoBAAA%3BIACA%2CcAAA%3BIACA%2CSAAS%2COAAT%3BIACA%2CaAAa%2CYAAb%3BIACA%2CiBAAA%3BIACA%2CsBAAA%3BIACA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3B%3BAAlgBrB%2CQAwgBC%2CWACC%2CoBACC%3BEACC%2CaAAA%3B%3BAA3gBJ%2CQA%2BgBC%2CeAAc%2CSACb%3BAAhhBF%2CQA%2BgBC%2CeAAc%2CSACO%3BAAhhBtB%2CQA%2BgBC%2CeAAc%2CSAEb%2CcAAc%3BAAjhBhB%2CQA%2BgBC%2CeAAc%2CSAoad%2CCAla0B%3BEAIxB%2CWAAA%3BEACG%2CeAAA%3B%3BAADH%2CwBAHyC%3BEAGzC%2CQANF%2CeAAc%2CSACb%3BEAKC%2CQANF%2CeAAc%2CSACO%3BEAKnB%2CQANF%2CeAAc%2CSAEb%2CcAAc%3BEAIb%2CQANF%2CeAAc%2CSAoad%2CCAla0B%3BIAEvB%2CcAAA%3B%3B%3BAAnhBJ%2CQA%2BgBC%2CeAAc%2CSASb%2CmBACC%3BEACC%2CeAAA%3BEACG%2CYAAA%3B%3BAAEJ%2CQAdF%2CeAAc%2CSASb%2CmBAKE%2CMACA%3BEACC%2CYAAA%3B%3BAAOF%2CQAFF%2CeACC%2COACE%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAC1B%2CQACC%2CKACD%2CGAAE%2CSAAS%3BAAHd%2CQAFF%2CeACC%2COACE%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAC1B%2CQACC%2CKAED%2CGAAE%2CSAAS%3BEACV%2CmBAAA%3B%3BAASK%2CQAFR%2CaACI%2CMAAK%2CiBACA%3BAAAD%2CQAFR%2CaAiYH%2CCAhY8B%2CKAAK%2CcACvB%3BEACG%2CUAAA%3B%3BAArjBhB%2CQAyjBC%2CeACC%2CoBACC%3BEACC%2CcAAA%3B%3BAA5jBJ%2CQAgkBC%3BEACC%2CUAAA%3BEACG%2CkBAAA%3B%3BAAIF%2CQAFF%2C%2BBACC%2CgBACE%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2C2BAAA%3B%3BAAGA%2CQARH%2C%2BBACC%2CgBAME%2CMACC%3BEACA%2CcAAA%3B%3BAAML%2CMAAM%2CqBACL%3BEAAa%2CgBAAA%3B%3BAAEd%2CYAAY%2CmBACX%2CWACC%3BEACC%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3B%3BAACA%2CYAPS%2CmBACX%2CWACC%2COAKE%3BAAAO%2CYAPC%2CmBACX%2CWACC%2COAKU%3BAAAO%2CYAPP%2CmBACX%2CWACC%2COAKkB%3BEAChB%2C4BAAA%3BEACA%2CYAAA%3B%3BAATJ%2CYAAY%2CmBACX%2CWAWC%2CiBAAmB%2CyBAAsB%3BEACxC%2CcAAA%3B%3BAAbH%2CYAAY%2CmBAgBX%2CqCAAqC%3BEACpC%2C0BAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAACA%2CYApBU%2CmBAgBX%2CqCAAqC%2CcAInC%3BEACA%2CcAAA%3B%3BAArBH%2CYAAY%2CmBAwBX%2CeAAc%3BEACb%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3B%3BAAOC%2C%2BBAFF%2CeAAe%2CUACd%2COACE%2CYAAY%3BAAAb%2C6BAFF%2CeAAe%2CUACd%2COACE%2CYAAY%3BAACb%2C%2BBAHF%2CeAAe%2CUACd%2COAEE%2CyBAAyB%3BAAA1B%2C6BAHF%2CeAAe%2CUACd%2COAEE%2CyBAAyB%3BEACzB%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAATJ%2C%2BBAEC%2CeAAe%2CUAUd%3BAAZ%2BB%2C6BAEhC%2CeAAe%2CUAUd%3BEACC%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAIH%3BEACC%2CaAAa%2C6BAAb%3B%3BAAED%2CsBAAuB%3BEACtB%2CaAAA%3B%3BAAED%2CMAAO%3BEACH%2CqBAAA%3B%3BAAEJ%2CQACC%2CeAAe%2CUACd%2COAAM%3BEACL%2CWAAA%3B%3B%3BAAMH%2CuBACC%2CiBAEC%2COACC%3BEACC%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CgCAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAAXJ%2CuBACC%2CiBAEC%2COAUC%3BEACC%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAhBJ%2CuBACC%2CiBAEC%2COAUC%2CeAIC%2CUACC%2COACC%3BEACC%2CgBAAA%3BEACA%2CeAAA%3B%3BAArBP%2CuBACC%2CiBAEC%2COAUC%2CeAIC%2CUACC%2COAKC%3BEACC%2CWAAA%3B%3BAAKD%2CuBA5BL%2CiBAEC%2COAUC%2CeAIC%2CUACC%2COAWE%2COACA%2CMAAK%3BEACJ%2CQAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAJF%2CuBA5BL%2CiBAEC%2COAUC%2CeAIC%2CUACC%2COAWE%2COAMA%3BEACC%2CgBAAA%3BEACA%2CcAAA%3B%3BAArCR%2CuBACC%2CiBAEC%2COAUC%2CeA6BC%2CiBACC%2CSACC%2CQAAO%3BAA5Cb%2CuBACC%2CiBAEC%2COAUC%2CeA6BC%2CiBACC%2CSrJ7gBD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAqJkelF%2CuBACC%2CiBAEC%2COAUC%2CeA6BC%2CiBACC%2CSrJ5gBD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAqJiepF%2CuBACC%2CiBAEC%2COAUC%2CeA6BC%2CiBACC%2CSrJ5gBD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAqJkelF%2CuBACC%2CiBAEC%2COAUC%2CeA6BC%2CiBACC%2CSrJ7gBD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BEqJ%2BgB7E%2CgBAAA%3B%3BAACA%2CuBA9CN%2CiBAEC%2COAUC%2CeA6BC%2CiBACC%2CSACC%2CQAAO%2CQAGL%3BAAAD%2CuBA9CN%2CiBAEC%2COAUC%2CeA6BC%2CiBACC%2CSrJ7gBD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQqJihB1E%3BAAAD%2CuBA9CN%2CiBAEC%2COAUC%2CeA6BC%2CiBACC%2CSrJ5gBD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQqJghB5E%3BAAAD%2CuBA9CN%2CiBAEC%2COAUC%2CeA6BC%2CiBACC%2CSrJ5gBD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQqJihB1E%3BAAAD%2CuBA9CN%2CiBAEC%2COAUC%2CeA6BC%2CiBACC%2CSrJ7gBD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQqJghB5E%3BEACA%2CmBAAA%3BEACA%2CYAAA%3B%3BAAjDR%2CuBACC%2CiBAEC%2COAUC%2CeA6BC%2CiBAWC%2CWACC%2CEAAC%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAACA%2CuBAxDN%2CiBAEC%2COAUC%2CeA6BC%2CiBAWC%2CWACC%2CEAAC%2COAGC%3BEACA%2CcAAA%3B%3B%3BAAYR%2CwBACC%3BEACC%2C0BAAA%3B%3BAAgBA%2CwBALgD%3BEAKhD%2CwBAND%3BIAEE%2CiBAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3B%3B%3BAAKD%2CwBAHsD%3BEAGtD%2CwBATD%3BIAOE%2CeAAA%3B%3B%3BAAQF%2CwBANsD%3BEAMtD%2CwBAfA%3BIAUE%2CeAAA%3B%3BEAKF%2CwBAfA%2C%2BBAWE%3BIACC%2CeAAA%3B%3B%3BAAxBJ%2CwBA4BC%2CqBACC%3BEAAK%2CWAAA%3B%3BAA7BP%2CwBA%2BBC%3BEACC%2CgBAAA%3BEACG%2CaAAa%2CQAAb%3B%3BAAjCL%2CwBA%2BBC%2CcAGC%3BEACC%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAAMD%2CwBALsD%3BEAKtD%2CwBAdD%2CcAGC%3BIAOE%2CeAAA%3BIACA%2CaAAA%3BIACA%2CkBAAA%3B%3B%3BAA3CJ%2CwBA%2BBC%2CcAeC%2CEAAC%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAIA%2CwBAHqD%3BEAGrD%2CwBAzBF%2CcAeC%2CEAAC%3BIAQC%2CeAAA%3B%3B%3BAAtDJ%2CwBA%2BBC%2CcAeC%2CEAAC%2CUAUA%3BEACC%2CoBAAA%3B%3BAAKD%2CwBAJsD%3BEAItD%2CwBA%5C%2FBF%2CcAeC%2CEAAC%2CUAUA%3BIAGE%2CYAAA%3BIACA%2CgBAAA%3B%3B%3BAA5DL%2CwBAiEC%2CkBACC%3BEACC%2C6BAAA%3B%3BAAnEH%2CwBAiEC%2CkBACC%2CwBAEC%3BEACC%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CaAAa%2CQAAb%3B%3BAAxEJ%2CwBA4EC%3BEAEC%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACG%2CmBAAA%3B%3BAAjFL%2CwBA4EC%2CqBAMC%3BEACC%2CWAAA%3B%3BAAnFH%2CwBA4EC%2CqBAMC%2CUAKC%3BEACC%2CWAAA%3BEACA%2CeAAA%3B%3BAAKA%2CwBAJqD%3BEAIrD%2CwBAlBH%2CqBAMC%2CUAKC%3BIAIE%2CWAAA%3BIACA%2CeAAA%3B%3B%3BAA5FL%2CwBA4EC%2CqBAMC%2CUAKC%2COAOC%3BEACC%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3B%3BAACA%2CwBAxBJ%2CqBAMC%2CUAKC%2COAOC%2COAME%3BEACA%2C0BAAA%3B%3BAAQF%2CQANsC%3BEAMtC%2CwBAjCH%2CqBAMC%2CUAKC%2COAOC%3BIAUE%2CeAAA%3B%3BEACA%2CwBA7BL%2CqBAMC%2CUAKC%2COAOC%2COAWG%3BIACA%2C0BAAA%3B%3B%3BAA1GP%2CwBA4EC%2CqBAMC%2CUAKC%2COAuBC%3BAA9GJ%2CwBA4EC%2CqBAMC%2CUAKC%2COAuBQ%3BEAEN%2C2BAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CaAAa%2CQAAb%3B%3BAAKD%2CQAJsC%3BEAItC%2CwBA5CH%2CqBAMC%2CUAKC%2COAuBC%3BEAUA%2CwBA5CH%2CqBAMC%2CUAKC%2COAuBQ%3BIAOL%2CYAAA%3BIACA%2CeAAA%3B%3B%3BAAtHN%2CwBA4EC%2CqBAMC%2CUAKC%2COAkCC%2CMAAK%3BEACJ%2CQAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAED%2CwBAlDH%2CqBAMC%2CUAKC%2COAuCE%2COACA%3BEACC%2CaAAA%3B%3BAAGF%2CwBAvDH%2CqBAMC%2CUAKC%2COA4CE%3BEACA%2CaAAA%3B%3BAApIL%2CwBA4EC%2CqBAMC%2CUAqDC%2CYACC%3BEACC%2CWAAA%3BEACG%2CYAAA%3B%3BAAKJ%2CQAJsC%3BEAItC%2CwBAnEH%2CqBAMC%2CUAqDC%2CYACC%3BIAIE%2CWAAA%3BIACG%2CYAAA%3B%3B%3BAA7IT%2CwBA4EC%2CqBAMC%2CUAqDC%2CYASC%3BEACC%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAKD%2CQAJsC%3BEAItC%2CwBA3EH%2CqBAMC%2CUAqDC%2CYASC%3BIAIE%2C2BAAA%3BIACA%2C0BAAA%3B%3B%3BAArJN%2CwBA4EC%2CqBAMC%2CUAuEC%2CsBACC%3BEACC%2CkBAAA%3B%3BAA3JL%2CwBA4EC%2CqBAMC%2CUAuEC%2CsBAIC%3BEACC%2CWAAA%3BEACG%2CYAAA%3B%3BAAKJ%2CQAJsC%3BEAItC%2CwBAxFH%2CqBAMC%2CUAuEC%2CsBAIC%3BIAIE%2CWAAA%3BIACG%2CYAAA%3B%3B%3BAAlKT%2CwBA4EC%2CqBAMC%2CUAuEC%2CsBAYC%3BEACC%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAKA%2CQAJqC%3BEAIrC%2CwBAjGJ%2CqBAMC%2CUAuEC%2CsBAYC%3BIAKE%2CgBAAA%3BIACA%2C0BAAA%3B%3B%3BAA3KN%2CwBA4EC%2CqBAMC%2CUAuEC%2CsBAYC%2CMAQC%3BEACC%2CcAAA%3BEACG%2C0BAAA%3B%3BAA%5C%2FKT%2CwBA4EC%2CqBAyGC%3BEACC%2CeAAA%3BEACG%2CgBAAA%3B%3BAAOH%2CQANqC%3BEAMrC%2CwBAlHF%2CqBAyGC%3BIAIE%2CgBAAA%3B%3BEAKD%2CwBAlHF%2CqBAyGC%2CiBAKI%3BIACD%2CgBAAA%3B%3B%3BAA3LL%2CwBA4EC%2CqBAyGC%2CiBASC%2COAAM%2COAAO%3BAA9LhB%2CwBA4EC%2CqBAyGC%2CiBASC%2COrJtuBC%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAqJwiBlF%2CwBA4EC%2CqBAyGC%2CiBASC%2COrJruBC%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAqJuiBpF%2CwBA4EC%2CqBAyGC%2CiBASC%2COrJruBC%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAqJwiBlF%2CwBA4EC%2CqBAyGC%2CiBASC%2COrJtuBC%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BEqJsuBhF%2CuBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAACA%2CwBA3HH%2CqBAyGC%2CiBASC%2COAAM%2COAAO%2CQASX%3BAAAD%2CwBA3HH%2CqBAyGC%2CiBASC%2COrJtuBC%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQqJ%2BuB7E%3BAAAD%2CwBA3HH%2CqBAyGC%2CiBASC%2COrJruBC%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQqJ8uB%5C%2FE%3BAAAD%2CwBA3HH%2CqBAyGC%2CiBASC%2COrJruBC%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQqJ%2BuB7E%3BAAAD%2CwBA3HH%2CqBAyGC%2CiBASC%2COrJtuBC%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQqJ8uB%5C%2FE%3BEACA%2CmBAAA%3BEACA%2CYAAA%3B%3BAAOF%2CQALsC%3BEAKtC%2CwBApIF%2CqBAyGC%2CiBASC%2COAAM%2COAAO%3BEAkBb%2CwBApIF%2CqBAyGC%2CiBASC%2COrJtuBC%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BEqJwvB%5C%2FE%2CwBApIF%2CqBAyGC%2CiBASC%2COrJruBC%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BEqJuvBjF%2CwBApIF%2CqBAyGC%2CiBASC%2COrJruBC%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BEqJwvB%5C%2FE%2CwBApIF%2CqBAyGC%2CiBASC%2COrJtuBC%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BIqJmvB%5C%2FE%2CkBAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3B%3B%3BAE78BL%3BEAEC%2CaAAa%2CQAAb%3B%3BAAEO%2CqBADJ%2CSACK%2CMACN%2CeACC%2CgBACC%3BEACC%2CmBAAA%3BEACA%2CmBAAA%3B%3BAALE%2CqBADJ%2CSACK%2CMASG%2CgBACI%3BEACI%2CkBAAA%3B%3BAAXZ%2CqBADJ%2CSACK%2CMAcG%2CoBACI%2CyBACI%3BEACI%2COAAA%3B%3BAArBxB%2CqBA4BC%2CmBACC%2CSAAQ%2CIACP%3BEACC%2CeAAA%3BEACA%2CcAAA%3B%3BAAhCJ%2CqBA4BC%2CmBAOC%2CoBACC%3BEACC%2CiBAAA%3BEACA%2C0BAAA%3BEACA%2C8BAAA%3B%3BAAvCJ%2CqBA4BC%2CmBAcC%2CyBACC%2CgBACC%3BEACC%2CYAAA%3B%3BAACA%2CqBAlBJ%2CmBAcC%2CyBACC%2CgBACC%2CeAEE%3BAA9CN%2CqBA4BC%2CmBAcC%2CyBACC%2CgBACC%2CeAEa%2COAAI%3BEACf%2CeAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAAjDN%2CqBA4BC%2CmBAcC%2CyBACC%2CgBACC%2CeAOG%2COAAI%3BEACL%2CcAAA%3B%3BAApDN%2CqBA4BC%2CmBA6BC%3BEACC%2CmBAAA%3BEACA%2CaAAA%3B%3BAA3DH%2CqBA4BC%2CmBAiCC%2CSAAQ%2CSACP%3BEACC%2CiBAAA%3B%3BAA%5C%2FDJ%2CqBA4BC%2CmBAiCC%2CSAAQ%2CSACP%2COAEC%3BEACC%2CmBAAA%3B%3BAAjEL%2CqBA4BC%2CmBAyCC%2C8BACC%2CyBACC%2CUACC%3BEACC%2CeAAA%3BEACE%2CcAAA%3BEACF%2CqBAAA%3BEACA%2CWAAA%3B%3BAA5EN%2CqBA4BC%2CmBAyCC%2C8BACC%2CyBACC%2CUACC%2COAKC%3BEACC%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACE%2CmBAAA%3B%3BAArFT%2CqBA4BC%2CmBAyCC%2C8BACC%2CyBACC%2CUACC%2COAeC%3BEACC%2CeAAA%3BEACA%2CWAAA%3B%3BAAzFP%2CqBA4BC%2CmBAyCC%2C8BACC%2CyBACC%2CUACC%2COAmBC%3BEACC%2CUAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAA9FP%2CqBA4BC%2CmBAyCC%2C8BACC%2CyBACC%2CUACC%2COAmBC%2CSAIC%3BEACC%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAApGR%2CqBA4BC%2CmBAyCC%2C8BAsCC%2CwBACC%3BEACC%2CSAAA%3B%3BAA7GL%2CqBA4BC%2CmBAyCC%2C8BAsCC%2CwBACC%2CYAEC%2CUACC%2COAAM%3BEACL%2CSAAA%3B%3BAAhHP%2CqBA4BC%2CmBAyCC%2C8BAsCC%2CwBACC%2CYAEC%2CUACC%2COAAM%2CIAEL%3BEACC%2CwBAAA%3BEACA%2CSAAA%3B%3BAAnHR%2CqBA4BC%2CmBAyCC%2C8BAsCC%2CwBACC%2CYAEC%2CUACC%2COAAM%2CIAML%3BAArHP%2CqBA4BC%2CmBAyCC%2C8BAsCC%2CwBACC%2CYAEC%2CUACC%2COAAM%2CIAMW%3BEACf%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAAzHR%2CqBA4BC%2CmBAyCC%2C8BAsCC%2CwBACC%2CYAEC%2CUACC%2COAAM%2CIAML%2CeAKC%3BAA1HR%2CqBA4BC%2CmBAyCC%2C8BAsCC%2CwBACC%2CYAEC%2CUACC%2COAAM%2CIAMW%2CgBAKf%3BEACC%2CcAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2COAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3B%3BAAjIT%2CqBA4BC%2CmBAyCC%2C8BAsCC%2CwBACC%2CYAEC%2CUACC%2COAAM%2CIAML%2CeAKC%2CiBASC%2CMAAK%3BAAnId%2CqBA4BC%2CmBAyCC%2C8BAsCC%2CwBACC%2CYAEC%2CUACC%2COAAM%2CIAMW%2CgBAKf%2CiBASC%2CMAAK%3BEACJ%2CaAAA%3B%3BAApIV%2CqBA4BC%2CmBAyCC%2C8BAsCC%2CwBACC%2CYAEC%2CUACC%2COAAM%2CIAML%2CeAKC%2CiBAYC%3BAAtIT%2CqBA4BC%2CmBAyCC%2C8BAsCC%2CwBACC%2CYAEC%2CUACC%2COAAM%2CIAMW%2CgBAKf%2CiBAYC%3BEACC%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3BAA1IV%2CqBA4BC%2CmBAyCC%2C8BAsCC%2CwBACC%2CYAEC%2CUACC%2COAAM%2CIAML%2CeAKC%2CiBAkBC%3BAA5IT%2CqBA4BC%2CmBAyCC%2C8BAsCC%2CwBACC%2CYAEC%2CUACC%2COAAM%2CIAMW%2CgBAKf%2CiBAkBC%3BEACC%2CUAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAID%2CwBAH0C%3BEAG1C%2CqBAxHR%2CmBAyCC%2C8BAsCC%2CwBACC%2CYAEC%2CUACC%2COAAM%2CIAML%2CeAKC%2CiBAkBC%3BEAQA%2CqBAxHR%2CmBAyCC%2C8BAsCC%2CwBACC%2CYAEC%2CUACC%2COAAM%2CIAMW%2CgBAKf%2CiBAkBC%3BIAME%2CkBAAA%3B%3B%3BAAlJX%2CqBA4BC%2CmBAyCC%2C8BAsCC%2CwBACC%2CYAEC%2CUACC%2COAAM%2CIAwCL%3BEACC%2CqBAAA%3B%3BAAxJR%2CqBA4BC%2CmBAyCC%2C8BAsCC%2CwBACC%2CYAEC%2CUACC%2COAAM%2CIAwCL%2CgBAEG%3BEACD%2CeAAA%3B%3BAA1JT%2CqBA4BC%2CmBAyCC%2C8BAsCC%2CwBACC%2CYAEC%2CUACC%2COAAM%2CIAwCL%2CgBAKC%3BEACC%2COAAA%3B%3BAA7JT%2CqBA4BC%2CmBAyCC%2C8BAsCC%2CwBACC%2CYAEC%2CUACC%2COAAM%2CIAwCL%2CgBAKC%2CiBAEC%3BEACC%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3B%3BAAjKV%2CqBA4BC%2CmBAyCC%2C8BAsCC%2CwBACC%2CYAEC%2CUACC%2COAAM%2CIAwCL%2CgBAKC%2CiBAEC%2CSAIC%3BEACC%2CkCAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAxKX%2CqBA4BC%2CmBAyCC%2C8BAsCC%2CwBACC%2CYAEC%2CUACC%2COAAM%2CIAwCL%2CgBAKC%2CiBAEC%2CSAYC%3BEACC%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3B%3BAArLX%2CqBA4BC%2CmBAyCC%2C8BAsCC%2CwBACC%2CYAEC%2CUACC%2COAAM%2CIAwCL%2CgBAkCC%3BEACC%2CuBAAA%3BEACA%2CwBAAA%3BEACA%2COAAA%3B%3BAA5LT%2CqBA4BC%2CmBAyCC%2C8BAsCC%2CwBACC%2CYAEC%2CUACC%2COAAM%2CIAwCL%2CgBAkCC%2CSAIC%2COAAM%2COAAO%3BAA7LtB%2CqBA4BC%2CmBAyCC%2C8BAsCC%2CwBACC%2CYAEC%2CUACC%2COAAM%2CIAwCL%2CgBAkCC%2CSAIC%2COvJ0BL%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAuJvNlF%2CqBA4BC%2CmBAyCC%2C8BAsCC%2CwBACC%2CYAEC%2CUACC%2COAAM%2CIAwCL%2CgBAkCC%2CSAIC%2COvJ2BL%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAuJxNpF%2CqBA4BC%2CmBAyCC%2C8BAsCC%2CwBACC%2CYAEC%2CUACC%2COAAM%2CIAwCL%2CgBAkCC%2CSAIC%2COvJ2BL%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAuJvNlF%2CqBA4BC%2CmBAyCC%2C8BAsCC%2CwBACC%2CYAEC%2CUACC%2COAAM%2CIAwCL%2CgBAkCC%2CSAIC%2COvJ0BL%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BEuJ1B1E%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAACA%2CqBA3KT%2CmBAyCC%2C8BAsCC%2CwBACC%2CYAEC%2CUACC%2COAAM%2CIAwCL%2CgBAkCC%2CSAIC%2COAAM%2COAAO%2CQAUX%3BAAAD%2CqBA3KT%2CmBAyCC%2C8BAsCC%2CwBACC%2CYAEC%2CUACC%2COAAM%2CIAwCL%2CgBAkCC%2CSAIC%2COvJ0BL%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQuJhBvE%3BAAAD%2CqBA3KT%2CmBAyCC%2C8BAsCC%2CwBACC%2CYAEC%2CUACC%2COAAM%2CIAwCL%2CgBAkCC%2CSAIC%2COvJ2BL%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQuJjBzE%3BAAAD%2CqBA3KT%2CmBAyCC%2C8BAsCC%2CwBACC%2CYAEC%2CUACC%2COAAM%2CIAwCL%2CgBAkCC%2CSAIC%2COvJ2BL%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQuJhBvE%3BAAAD%2CqBA3KT%2CmBAyCC%2C8BAsCC%2CwBACC%2CYAEC%2CUACC%2COAAM%2CIAwCL%2CgBAkCC%2CSAIC%2COvJ0BL%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQuJjBzE%3BEACA%2CYAAA%3BEACG%2CyBAAA%3B%3BAAzMd%2CqBA4BC%2CmBAyCC%2C8BAsCC%2CwBACC%2CYAEC%2CUACC%2COAAM%2CIA%2BFL%2CeAAc%3BEACb%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAxNR%2CqBA4BC%2CmBAyCC%2C8BAsCC%2CwBACC%2CYAEC%2CUACC%2COAAM%2CIA2GL%3BEACC%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAA7NR%2CqBA4BC%2CmBAyCC%2C8BAsCC%2CwBACC%2CYAqHC%3BEACC%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAArON%2CqBA4BC%2CmBAyCC%2C8BAsCC%2CwBACC%2CYAqHC%2CiBAKC%3BEACC%2CeAAA%3B%3BAAvOP%2CqBA4BC%2CmBAyCC%2C8BAsCC%2CwBACC%2CYAqHC%2CiBAKC%2CuBAEC%3BEACC%2CgBAAA%3BEACA%2CkBAAA%3B%3BAA1OR%2CqBA4BC%2CmBAyCC%2C8BAsCC%2CwBACC%2CYAqHC%2CiBAYC%2COAAM%3BEACL%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAACA%2CqBA3NN%2CmBAyCC%2C8BAsCC%2CwBACC%2CYAqHC%2CiBAYC%2COAAM%2CcAUJ%3BEACA%2CcAAA%3B%3BAADD%2CqBA3NN%2CmBAyCC%2C8BAsCC%2CwBACC%2CYAqHC%2CiBAYC%2COAAM%2CcAUJ%2CMAEA%3BEACC%2CcAAA%3B%3BAA1PT%2CqBA4BC%2CmBAyCC%2C8BAsCC%2CwBACC%2CYAqHC%2CiBA6BC%3BEACC%2CiBAAA%3B%3BAA%5C%2FPP%2CqBA4BC%2CmBAyCC%2C8BAsCC%2CwBACC%2CYAqHC%2CiBA6BC%2CoBAEC%3BEACC%2CaAAa%2CQAAb%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAnQR%2CqBA4BC%2CmBAyCC%2C8BAsCC%2CwBACC%2CYAqHC%2CiBA6BC%2CoBAOC%3BEACC%2CkBAAA%3B%3BAAtQR%2CqBA4BC%2CmBAyCC%2C8BAsCC%2CwBACC%2CYAqHC%2CiBA6BC%2CoBAWC%3BEACC%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3B%3BAA5QR%2CqBA4BC%2CmBAyCC%2C8BAsCC%2CwBACC%2CYAqHC%2CiBA6BC%2CoBAWC%2CGAKC%3BEACC%2CSAAA%3B%3BAASN%2CqBA5PF%2CmBA2PC%2CWACE%3BEACA%2CgBAAA%3B%3BAAzRJ%2CqBA4BC%2CmBAgQO%3BEACL%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3B%3BAA%5C%2FRH%2CqBA4BC%2CmBAgQO%2CsBAIL%3BEACC%2CgBAAA%3B%3BAAjSJ%2CqBA4BC%2CmBAgQO%2CsBAIL%2CqBAEC%3BEACC%2C6BAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAtSL%2CqBA4BC%2CmBAgQO%2CsBAIL%2CqBAQC%2CQAAO%3BEACN%2CoBAAA%3B%3BAAzSL%2CqBA4BC%2CmBAgQO%2CsBAIL%2CqBAQC%2CQAAO%2CSAEN%3BEACC%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAjTN%2CqBA4BC%2CmBAgQO%2CsBAIL%2CqBAQC%2CQAAO%2CSAWN%2CKAAI%3BEACH%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3B%3BAAtTN%2CqBA4BC%2CmBAgQO%2CsBAIL%2CqBAyBC%2CQAAO%3BAAzTX%2CqBA4BC%2CmBAgQO%2CsBAIL%2CqBA0BC%2CQAAO%3BAA1TX%2CqBA4BC%2CmBAgQO%2CsBAIL%2CqBA2BC%2CQAAO%3BEACN%2C0BAAA%3B%3BAACA%2CqBAjSJ%2CmBAgQO%2CsBAIL%2CqBAyBC%2CQAAO%2CUAIL%3BAAAD%2CqBAjSJ%2CmBAgQO%2CsBAIL%2CqBA0BC%2CQAAO%2CWAGL%3BAAAD%2CqBAjSJ%2CmBAgQO%2CsBAIL%2CqBA2BC%2CQAAO%2COAEL%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAApUN%2CqBA4BC%2CmBA6SC%2CsBACC%2C8BACC%3BEACC%2CgBAAA%3B%3BAA5UL%2CqBA4BC%2CmBA6SC%2CsBACC%2C8BACC%2CUAEC%3BEACC%2C2BAAA%3BEACA%2CWAAA%3B%3BAA%5C%2FUN%2CqBA4BC%2CmBA6SC%2CsBACC%2C8BAQC%3BEACC%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAvVL%2CqBA4BC%2CmBA%2BTC%3BEACC%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CaAAa%2CQAAb%3BEACA%2CgBAAA%3B%3BAA%5C%2FVH%2CqBA4BC%2CmBA%2BTC%2CkBAKC%3BEACC%2CUAAA%3B%3BAAjWJ%2CqBA4BC%2CmBAwUC%3BEACC%2CaAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAEA%2CqBA%5C%2FUF%2CmBAwUC%2CsBAOE%3BEACA%2CSAAS%2COAAT%3BEACA%2CaAAa%2CYAAb%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAOQ%2CqBAFR%2CMACM%2CWACG%2CKACG%2CSAAQ%2CKAAK%3BEACT%2CcAAA%3BEACA%2CeAAA%3B%3BAA1XpB%2CqBA%2BXI%2CgBACI%3BEACI%2CUAAA%3B%3BAAjYZ%2CqBAqYI%2CsBACI%2CMAAK%2CcACD%2CUACI%3BEACI%2CsBAAA%3B%3BAAzYpB%2CqBA8YI%2CMAAK%2CcACD%2CcAAa%3BEACT%2CyBAAA%3B%3BAAhZZ%2CqBAmZI%2CcAAa%2CSACT%2CcAAc%3BEACV%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3B%3BAAvZZ%2CqBA0ZI%2CgCAA%2BB%2CUAC3B%2CcACI%2CSACI%3BEACI%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAACA%2CqBARhB%2CgCAA%2BB%2CUAC3B%2CcACI%2CSACI%2CcAKK%3BEACG%2CaAAA%3BEACA%2CQAAA%3BEAAS%2CSAAA%3B%3BAApajC%2CqBA0ZI%2CgCAA%2BB%2CUAC3B%2CcACI%2CSACI%2CcASI%3BEACI%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAACA%2CqBAjBpB%2CgCAA%2BB%2CUAC3B%2CcACI%2CSACI%2CcASI%2CWAKK%3BEACG%2CWAAA%3BEACA%2CgBAAA%3B%3BAAWxB%2CwBAH6C%3BEAG7C%2CqBAJA%2CoBAAsB%3BIAEd%2CeAAA%3B%3B%3BAAtbZ%2CqBAybI%2CaACC%2CmBACC%2CoBACG%2CaAID%3BEACI%2C6BAAA%3B%3BAAjcZ%2CqBAwcC%2COAAM%3BAAxcP%2CqBAwcgB%2COAAM%3BEACpB%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAGF%2CIACC%2CmBACC%2CwBACC%2CYACC%3BEACC%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2C8BAAA%3B%3BAARL%2CIACC%2CmBAWC%2CYACC%3BEACC%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2C8BAAA%3B%3BAAKJ%2CkBACI%2CqBAAqB%2CQAAQ%3BEACzB%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAOP%2CwBAJgD%3BEAIhD%2CkBALG%3BIAEE%2CsBAAA%3BIACM%2CcAAA%3B%3B%3BAAIZ%2CiBAAiB%2CqBAAsB%3BEACtC%2CeAAA%3B%3BAAIA%2CYAAC%2CqBACA%2CYACC%3BEACC%2CkBAAA%3B%3BAAHH%2CYAAC%2CqBACA%2CYACC%2CSAEC%3BEACC%2CmBAAA%3B%3BAAKF%2CwBAH0C%3BEAG1C%2CYAVD%2CqBACA%2CYACC%3BIAME%2CWAAA%3B%3B%3BAASE%2CYAjBL%2CqBAYA%2CcACC%2CWACC%2CSACC%2CSACE%2CKACC%3BEACA%2CkBAAA%3B%3BAADD%2CYAjBL%2CqBAYA%2CcACC%2CWACC%2CSACC%2CSACE%2CKACC%2CSAEA%2CiBACC%3BEACC%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CaAAa%2CQAAb%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2C4BAAA%3B%3BAACA%2CYAjCR%2CqBAYA%2CcACC%2CWACC%2CSACC%2CSACE%2CKACC%2CSAEA%2CiBACC%2CYAaE%3BEACA%2CeAAA%3B%3BAAOD%2CQALqC%3BEAKrC%2CYAzCR%2CqBAYA%2CcACC%2CWACC%2CSACC%2CSACE%2CKACC%2CSAEA%2CiBACC%3BIAiBE%2CYAAA%3BIACA%2CeAAA%3B%3B%3BAAGD%2CYAzCR%2CqBAYA%2CcACC%2CWACC%2CSACC%2CSACE%2CKACC%2CSAEA%2CiBACC%2CYAqBE%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAAFD%2CYAzCR%2CqBAYA%2CcACC%2CWACC%2CSACC%2CSACE%2CKACC%2CSAEA%2CiBACC%2CYAqBE%2CeAIA%3BEACC%2CcAAA%3B%3BAA7BL%2CYAjBL%2CqBAYA%2CcACC%2CWACC%2CSACC%2CSACE%2CKACC%2CSAEA%2CiBACC%2CYA6BC%2CEAAC%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAMD%2CQALsC%3BEAKtC%2CYAjER%2CqBAYA%2CcACC%2CWACC%2CSACC%2CSACE%2CKACC%2CSAEA%2CiBACC%2CYA6BC%2CEAAC%3BIAYC%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3B%3B%3BAAQD%2CYAvET%2CqBAYA%2CcACC%2CWACC%2CSACC%2CSACE%2CKACC%2CSAmDE%2CSACC%2CQACA%2CMACC%3BEACA%2CoBAAA%3B%3BAADD%2CYAvET%2CqBAYA%2CcACC%2CWACC%2CSACC%2CSACE%2CKACC%2CSAmDE%2CSACC%2CQACA%2CMACC%2COAEE%3BEACD%2CuBAAA%3BEACA%2CgCAAA%3B%3BAALH%2CYAtER%2CqBAYA%2CcACC%2CWACC%2CSACC%2CSACE%2CKACC%2CSAmDE%2CSACC%2CQACA%2CMAQA%3BEACC%2CYAAA%3BEACA%2CiBAAA%3B%3BAACA%2CYAjFV%2CqBAYA%2CcACC%2CWACC%2CSACC%2CSACE%2CKACC%2CSAmDE%2CSACC%2CQACA%2CMAQA%2CEAGE%3BEACA%2CuBAAA%3BEACA%2CgCAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3B%3BAACA%2CYAvFX%2CqBAYA%2CcACC%2CWACC%2CSACC%2CSACE%2CKACC%2CSAmDE%2CSACC%2CQACA%2CMAQA%2CEAGE%2COAMC%3BEACA%2C4BAAA%3B%3BAAKJ%2CYA7FR%2CqBAYA%2CcACC%2CWACC%2CSACC%2CSACE%2CKACC%2CSAmDE%2CSACC%2CQAwBA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2C6BAAA%3B%3BAAID%2CwBAH0C%3BEAG1C%2CYApGR%2CqBAYA%2CcACC%2CWACC%2CSACC%2CSACE%2CKACC%2CSAmDE%2CSACC%2CQAwBA%3BIAKC%2CgBAAA%3B%3B%3BAAkBJ%2CwBAL4C%3BEAK5C%2CYApHN%2CqBA8GM%3BIAEQ%2CaAAA%3BIACA%2C%2BBAAA%3BIACA%2CuBAAA%3B%3B%3BAAKhB%2C6BACC%2C0BACC%3BEACC%2C2BAAA%3B%3BAAGF%2C6BAAG%3BEACF%2CaAAA%3B%3BAAGF%2CwBACC%2CwBAAuB%3BEACtB%2CYAAA%3B%3BAAMD%2CIAAC%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3B%3BAAGF%2CaACC%3BEACC%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3BEACA%2C%2BBAAA%3BEACA%2CuBAAA%3BEACA%2C2BAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3B%3BAAlBF%2CaACC%2CQAkBC%2CGAAE%3BEACD%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CmBAAmB%2CgBAAnB%3BEACA%2CgBAAgB%2CgBAAhB%3BEACA%2CeAAe%2CgBAAf%3BEACA%2CcAAc%2CgBAAd%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAA9BH%2CaACC%2CQA%2BBG%3BEACD%2CeAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3B%3BAAnCH%2CaACC%2CQAoCG%2CKAAE%3BEACH%2CSAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CsBAAA%3B%3BAAIH%2CaAAc%2CQAAQ%2CEAAC%3BAACvB%2CaAAc%2CQAAQ%2CGAAE%3BEACvB%2CeAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3B%3BAAED%2CYAAY%2CqBACX%2C8BACC%2C0BACC%2CyBAAyB%2CkBAAkB%3BEAC1C%2C0BAAA%3B%3BAAKJ%3BEACC%2CUAAA%3B%3BAAED%2CqBAAsB%2CgCAAgC%2CgBAAgB%3BEACrE%2CUAAA%3B%3BAAID%3BEACC%2CkBAAA%3BEACG%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAPJ%2CgBAQC%3BEACC%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3B%3BAAXF%2CgBAQC%2CaAIC%3BEACC%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2C4BAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAtBH%2CgBAQC%2CaAgBC%2CSACC%3BEACC%2CmBAAA%3BEACA%2CkBAAA%3B%3BAA3BJ%2CgBAQC%2CaAsBC%3BEACC%2CmBAAA%3B%3BAA%5C%2FBH%2CgBAQC%2CaAsBC%2CeAEC%2CEAAC%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAACA%2CgBApCH%2CaAsBC%2CeAEC%2CEAAC%2CYAYC%3BEACA%2CmBAAA%3B%3BACnvBC%2CqBALL%2CgBACE%2CiBACA%2CUACE%2CcACA%2CcACE%3BEACA%2C0BAAA%3BEACA%2C2BAAA%3B%3BAASN%2CeAAC%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAACA%2CeAHA%2CiBAGC%3BAAAQ%2CeAHT%2CiBAGU%3BEACT%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAED%2CeAZA%2CiBAYC%3BEACA%2CWAAA%3B%3BAAED%2CeAfA%2CiBAeC%3BEACA%2CYAAA%3B%3BAAGA%2CeAnBD%2CiBAkBA%2CUACE%3BEACA%2CoBAAA%3B%3BAADD%2CeAnBD%2CiBAkBA%2CUACE%2CcAEA%3BEACC%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAJF%2CeAnBD%2CiBAkBA%2CUACE%2CcAMA%3BEACC%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3B%3BAACA%2CeA9BH%2CiBAkBA%2CUACE%2CcAMA%2CcAKE%3BEACA%2C4BAAA%3BEACA%2C6BAAA%3B%3BAAbH%2CeAnBD%2CiBAkBA%2CUACE%2CcAMA%2CcASC%3BEACC%2CeAAA%3BEACA%2CmBAAA%3B%3BAApCL%2CeAAC%2CiBAyCA%2CoBACC%2CaAAY%2CMACX%3BEACC%2CiBAAA%3BEACA%2CqBAAA%3B%3BAC9DL%2CsBACC%2CWACC%2CQAAO%2CKACN%2CeACC%3BEACC%2CgBAAA%3BEACA%2C0BAAA%3B%3BAAQA%2CwBAP2C%3BEAO3C%2CsBAbJ%2CWACC%2CQAAO%2CKACN%2CeACC%3BIAIE%2COAAO%2CgBAAP%3B%3B%3B%3B%3B%3BAAaD%2CwBAP0C%2CuBAAuB%3BEAOjE%2CsBApBJ%2CWACC%2CQAAO%2CKACN%2CeACC%3BIAWE%2COAAO%2CmBAAP%3B%3BEAEA%2CsBAhBL%2CWACC%2CQAAO%2CKACN%2CeACC%2CcAaG%2CUAAU%3BIACV%2CWAAA%3B%3B%3BAAWH%2CwBAR2C%3BEAQ3C%2CsBA5BH%2CWACC%2CQAAO%2CKACN%2CeACC%3BIAkBE%2COAAO%2CgBAAP%3BIACA%2C0BAAA%3B%3BEAEA%2CsBAxBL%2CWACC%2CQAAO%2CKACN%2CeACC%2CcAqBG%2CUAAU%3BIACV%2CWAAA%3B%3B%3BAA1BP%2CsBACC%2CWACC%2CQAAO%2CKA6BN%2CsBACC%3BEACC%2CgBAAA%3B%3BAAKD%2CQAJsC%3BEAItC%2CsBArCH%2CWACC%2CQAAO%2CKA6BN%2CsBACC%3BIAGE%2CgBAAA%3BIACA%2CuBAAA%3B%3B%3BAAON%2CcACC%2CcACC%2CmBAEC%3BEACC%2CyBAAA%3BEACA%2C4BAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3B%3BAAED%2CcATF%2CcACC%2CmBAQE%3BAAAQ%2CcATX%2CcACC%2CmBAQW%3BEACT%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAKJ%2CcACC%2CeACC%2CcACC%3BAAHa%2CqBACf%2CeACC%2CcACC%3BAAHoC%2CoBACtC%2CeACC%2CcACC%3BEACC%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CaAAa%2CQAAb%3B%3BAAPJ%2CcACC%2CeACC%2CcACC%2CsBAKC%3BAARY%2CqBACf%2CeACC%2CcACC%2CsBAKC%3BAARmC%2CoBACtC%2CeACC%2CcACC%2CsBAKC%3BEACC%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2C4BAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAKD%2CQAJgC%3BEAIhC%2CcAvBH%2CeACC%2CcACC%2CsBAKC%3BEAgBA%2CqBAvBH%2CeACC%2CcACC%2CsBAKC%3BEAgBA%2CoBAvBH%2CeACC%2CcACC%2CsBAKC%3BIAaE%2CeAAA%3BIACA%2CgBAAA%3B%3B%3BAAtBN%2CcACC%2CeACC%2CcACC%2CsBAsBC%3BAAzBY%2CqBACf%2CeACC%2CcACC%2CsBAsBC%3BAAzBmC%2CoBACtC%2CeACC%2CcACC%2CsBAsBC%3BEACC%2CgBAAA%3B%3BAA1BL%2CcACC%2CeACC%2CcACC%2CsBAsBC%2CiBAEC%2CEAAC%3BAA3BU%2CqBACf%2CeACC%2CcACC%2CsBAsBC%2CiBAEC%2CEAAC%3BAA3BiC%2CoBACtC%2CeACC%2CcACC%2CsBAsBC%2CiBAEC%2CEAAC%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CaAAa%2CQAAb%3BEACA%2CuBAAA%3BEACA%2CWAAA%3B%3BAAKA%2CQAJ%2BB%3BEAI%5C%2FB%2CcAxCL%2CeACC%2CcACC%2CsBAsBC%2CiBAEC%2CEAAC%3BEAcA%2CqBAxCL%2CeACC%2CcACC%2CsBAsBC%2CiBAEC%2CEAAC%3BEAcA%2CoBAxCL%2CeACC%2CcACC%2CsBAsBC%2CiBAEC%2CEAAC%3BIAWC%2CeAAA%3BIACA%2CkBAAA%3B%3B%3BAAvCP%2CcACC%2CeACC%2CcACC%2CsBAsBC%2CiBAEC%2CEAAC%2COAcA%3BAAzCU%2CqBACf%2CeACC%2CcACC%2CsBAsBC%2CiBAEC%2CEAAC%2COAcA%3BAAzCiC%2CoBACtC%2CeACC%2CcACC%2CsBAsBC%2CiBAEC%2CEAAC%2COAcA%3BEACC%2CgBAAA%3B%3BAAQL%2CwBAH0C%3BEAG1C%2CcAjDD%2CeACC%3BEAgDA%2CqBAjDD%2CeACC%3BEAgDA%2CoBAjDD%2CeACC%3BIA8CE%2CqBAAA%3B%3B%3BAAhDJ%2CcAoDC%3BAApDe%2CqBAoDf%3BAApDsC%2CoBAoDtC%3BEACC%2CWAAA%3B%3BAAGF%2CqBACC%2CeACC%3BEACC%2CWAAA%3BEACA%2C0BAAA%3B%3BAAIA%2CQAHgC%3BEAGhC%2CqBAPF%2CeACC%3BIAIE%2COAAO%2CgBAAP%3B%3B%3BAAKD%2CQAH%2BB%2CwBAAmC%3BEAGlE%2CqBAVF%2CeACC%3BIAOE%2COAAO%2CmBAAP%3B%3B%3BAAOD%2CQALqC%3BEAKrC%2CqBAfF%2CeACC%3BIAUE%2COAAO%2CeAAP%3BIACA%2CqBAAA%3B%3B%3BAAbJ%2CqBACC%2CeACC%2CcAcC%2CgBACC%3BEACC%2CcAAA%3BEACA%2CYAAY%2CiBAAZ%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CWAAW%2CiBAAX%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CqBAAX%3B%3BAASH%2CQADA%2CKACC%3BEACA%2CgBAAA%3B%3BAAMF%2CSAAC%2CcACA%3BEACC%2CkBAAA%3B%3BAAFF%2CSAAC%2CcAIA%3BEACC%2CeAAA%3B%3BAAIH%2COAAO%2CKACN%2CeACC%3BEACC%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAJH%2COAAO%2CKACN%2CeACC%2CcAGC%3BEACC%2CmBAAA%3B%3BAAGE%2COATC%2CKACN%2CeACC%2CcAGC%2CmBAEC%2CSACE%2CMACC%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAdP%2COAAO%2CKACN%2CeACC%2CcAiBC%2CQAAO%3BAAnBV%2COAAO%2CKACN%2CeACC%2CcAkBC%2CQAAO%3BAAoEL%2CIAhBD%2CYAAa%2CQAAO%2CKAEvB%2COACC%2CeAWC%2CeACC%2COACE%2COAAO%3BAAAR%2COAfE%2CKACN%2COACC%2CeAWC%2CeACC%2COACE%2COAAO%3BAAAS%2CIAhBlB%2CYAAa%2CQAAO%2CKAEvB%2COACC%2CeAWC%2CeACC%2COACmB%2COAAO%2CQAAQ%3BAAAhB%2COAff%2CKACN%2COACC%2CeAWC%2CeACC%2COACmB%2COAAO%2CQAAQ%3BAAAjC%2CIAhBD%2CYAAa%2CQAAO%2CKAEvB%2COACC%2CeAWC%2CeACC%2COzJzCA%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAyJ0C7E%2COAfE%2CKACN%2COACC%2CeAWC%2CeACC%2COzJzCA%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAyJ0C5D%2CIAhBlB%2CYAAa%2CQAAO%2CKAEvB%2COACC%2CeAWC%2CeACC%2COzJzCA%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQyJ0C5C%3BAAAhB%2COAff%2CKACN%2COACC%2CeAWC%2CeACC%2COzJzCA%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQyJ0C5C%3BAAAjC%2CIAhBD%2CYAAa%2CQAAO%2CKAEvB%2COACC%2CeAWC%2CeACC%2COzJxCA%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAyJyC%5C%2FE%2COAfE%2CKACN%2COACC%2CeAWC%2CeACC%2COzJxCA%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAyJyC9D%2CIAhBlB%2CYAAa%2CQAAO%2CKAEvB%2COACC%2CeAWC%2CeACC%2COzJxCA%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQyJyC9C%3BAAAhB%2COAff%2CKACN%2COACC%2CeAWC%2CeACC%2COzJxCA%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQyJyC9C%3BAAAjC%2CIAhBD%2CYAAa%2CQAAO%2CKAEvB%2COACC%2CeAWC%2CeACC%2COzJxCA%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAyJ0C7E%2COAfE%2CKACN%2COACC%2CeAWC%2CeACC%2COzJxCA%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAyJ0C5D%2CIAhBlB%2CYAAa%2CQAAO%2CKAEvB%2COACC%2CeAWC%2CeACC%2COzJxCA%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQyJ0C5C%3BAAAhB%2COAff%2CKACN%2COACC%2CeAWC%2CeACC%2COzJxCA%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQyJ0C5C%3BAAAjC%2CIAhBD%2CYAAa%2CQAAO%2CKAEvB%2COACC%2CeAWC%2CeACC%2COzJzCA%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAyJyC%5C%2FE%2COAfE%2CKACN%2COACC%2CeAWC%2CeACC%2COzJzCA%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAyJyC9D%2CIAhBlB%2CYAAa%2CQAAO%2CKAEvB%2COACC%2CeAWC%2CeACC%2COzJzCA%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQyJyC9C%3BAAAhB%2COAff%2CKACN%2COACC%2CeAWC%2CeACC%2COzJzCA%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQyJyC9C%3BEAnElC%2C6BAAA%3BEACG%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2C2CAAA%3BEACA%2C4BAAA%3B%3BAACA%2COA9BA%2CKACN%2CeACC%2CcAiBC%2CQAAO%2CUAWF%3BAAAD%2COA9BA%2CKACN%2CeACC%2CcAkBC%2CQAAO%2CWAUF%3BAA8DF%2CIApBF%2CYAAa%2CQAAO%2CKAEvB%2COACC%2CeAWC%2CeACC%2COAIE%2COAAO%2CQAAQ%2COACd%3BAAAD%2COAnBC%2CKACN%2COACC%2CeAWC%2CeACC%2COAIE%2COAAO%2CQAAQ%2COACd%3BAAAD%2CIApBF%2CYAAa%2CQAAO%2CKAEvB%2COACC%2CeAWC%2CeACC%2COzJzCA%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQyJ6C7D%2COACd%3BAAAD%2COAnBC%2CKACN%2COACC%2CeAWC%2CeACC%2COzJzCA%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQyJ6C7D%2COACd%3BAAAD%2CIApBF%2CYAAa%2CQAAO%2CKAEvB%2COACC%2CeAWC%2CeACC%2COzJxCA%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQyJ4C%5C%2FD%2COACd%3BAAAD%2COAnBC%2CKACN%2COACC%2CeAWC%2CeACC%2COzJxCA%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQyJ4C%5C%2FD%2COACd%3BAAAD%2CIApBF%2CYAAa%2CQAAO%2CKAEvB%2COACC%2CeAWC%2CeACC%2COzJxCA%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQyJ6C7D%2COACd%3BAAAD%2COAnBC%2CKACN%2COACC%2CeAWC%2CeACC%2COzJxCA%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQyJ6C7D%2COACd%3BAAAD%2CIApBF%2CYAAa%2CQAAO%2CKAEvB%2COACC%2CeAWC%2CeACC%2COzJzCA%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQyJ4C%5C%2FD%2COACd%3BAAAD%2COAnBC%2CKACN%2COACC%2CeAWC%2CeACC%2COzJzCA%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQyJ4C%5C%2FD%2COACd%3BEA7DC%2CcAAA%3BEACA%2CmBAAA%3B%3BAAIJ%2COApCG%2CKACN%2CeACC%2CcAiCC%2CQAAO%2CUACL%3BEACA%2CwBAAA%3B%3BAAUC%2COA%5C%2FCC%2CKA0CN%2CeAAc%2CIAAI%2CWACjB%2CsBACC%2COACE%2COACC%2CQACC%3BAAAD%2COA%5C%2FCC%2CKA0CN%2CeAAc%2CIAAI%2CWACjB%2CsBACS%2CEACN%2COACC%2CQACC%3BAAAD%2COA%5C%2FCC%2CKA0CN%2CeAAc%2CIAAI%2CWACjB%2CsBACC%2COzJEC%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQyJC3E%3BAAAD%2COA%5C%2FCC%2CKA0CN%2CeAAc%2CIAAI%2CWACjB%2CsBACS%2CEzJEP%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQyJC3E%3BAAAD%2COA%5C%2FCC%2CKA0CN%2CeAAc%2CIAAI%2CWACjB%2CsBACC%2COzJGC%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQyJA7E%3BAAAD%2COA%5C%2FCC%2CKA0CN%2CeAAc%2CIAAI%2CWACjB%2CsBACS%2CEzJGP%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQyJA7E%3BAAAD%2COA%5C%2FCC%2CKA0CN%2CeAAc%2CIAAI%2CWACjB%2CsBACC%2COzJGC%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQyJC3E%3BAAAD%2COA%5C%2FCC%2CKA0CN%2CeAAc%2CIAAI%2CWACjB%2CsBACS%2CEzJGP%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQyJC3E%3BAAAD%2COA%5C%2FCC%2CKA0CN%2CeAAc%2CIAAI%2CWACjB%2CsBACC%2COzJEC%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQyJA7E%3BAAAD%2COA%5C%2FCC%2CKA0CN%2CeAAc%2CIAAI%2CWACjB%2CsBACS%2CEzJEP%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQyJA7E%3BEACA%2C8BAAA%3BEACG%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACH%2CgBAAA%3B%3BAAED%2COA5DC%2CKA0CN%2CeAAc%2CIAAI%2CWACjB%2CsBACC%2COACE%2COACC%2CQAcC%3BAAAD%2COA5DC%2CKA0CN%2CeAAc%2CIAAI%2CWACjB%2CsBACS%2CEACN%2COACC%2CQAcC%3BAAAD%2COA5DC%2CKA0CN%2CeAAc%2CIAAI%2CWACjB%2CsBACC%2COzJEC%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQyJc3E%3BAAAD%2COA5DC%2CKA0CN%2CeAAc%2CIAAI%2CWACjB%2CsBACS%2CEzJEP%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQyJc3E%3BAAAD%2COA5DC%2CKA0CN%2CeAAc%2CIAAI%2CWACjB%2CsBACC%2COzJGC%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQyJa7E%3BAAAD%2COA5DC%2CKA0CN%2CeAAc%2CIAAI%2CWACjB%2CsBACS%2CEzJGP%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQyJa7E%3BAAAD%2COA5DC%2CKA0CN%2CeAAc%2CIAAI%2CWACjB%2CsBACC%2COzJGC%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQyJc3E%3BAAAD%2COA5DC%2CKA0CN%2CeAAc%2CIAAI%2CWACjB%2CsBACS%2CEzJGP%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQyJc3E%3BAAAD%2COA5DC%2CKA0CN%2CeAAc%2CIAAI%2CWACjB%2CsBACC%2COzJEC%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQyJa7E%3BAAAD%2COA5DC%2CKA0CN%2CeAAc%2CIAAI%2CWACjB%2CsBACS%2CEzJEP%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQyJa7E%3BEACA%2CcAAA%3BEACG%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAeL%2CIAND%2CYAAa%2CQAAO%2CKAEvB%2COACC%2CeACC%2CeAAe%2CEACd%2COACE%2COAAO%2CQAAQ%2COACf%3BAADD%2COALE%2CKACN%2COACC%2CeACC%2CeAAe%2CEACd%2COACE%2COAAO%2CQAAQ%2COACf%3BAADD%2CIAND%2CYAAa%2CQAAO%2CKAEvB%2COACC%2CeACC%2CeAAe%2CEACd%2COzJ%5C%2FBA%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQyJgC7D%2COACf%3BAADD%2COALE%2CKACN%2COACC%2CeACC%2CeAAe%2CEACd%2COzJ%5C%2FBA%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQyJgC7D%2COACf%3BAADD%2CIAND%2CYAAa%2CQAAO%2CKAEvB%2COACC%2CeACC%2CeAAe%2CEACd%2COzJ9BA%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQyJ%2BB%5C%2FD%2COACf%3BAADD%2COALE%2CKACN%2COACC%2CeACC%2CeAAe%2CEACd%2COzJ9BA%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQyJ%2BB%5C%2FD%2COACf%3BAADD%2CIAND%2CYAAa%2CQAAO%2CKAEvB%2COACC%2CeACC%2CeAAe%2CEACd%2COzJ9BA%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQyJgC7D%2COACf%3BAADD%2COALE%2CKACN%2COACC%2CeACC%2CeAAe%2CEACd%2COzJ9BA%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQyJgC7D%2COACf%3BAADD%2CIAND%2CYAAa%2CQAAO%2CKAEvB%2COACC%2CeACC%2CeAAe%2CEACd%2COzJ%5C%2FBA%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQyJ%2BB%5C%2FD%2COACf%3BAADD%2COALE%2CKACN%2COACC%2CeACC%2CeAAe%2CEACd%2COzJ%5C%2FBA%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQyJ%2BB%5C%2FD%2COACf%3BEACC%2CeAAA%3B%3BAAqBP%2CYACC%2CGAAE%3BEACD%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAGF%2CcACC%2CcACC%3BEACI%2CqBAAA%3BEACH%2CWAAA%3B%3BAAJH%2CcACC%2CcACC%2CsBAGC%2CiBACC%3BEACC%2CiBAAA%3B%3BAAPL%2CcACC%2CcAUC%2CmBACC%3BEACC%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2C4BAAA%3BEACA%2CqBAAA%3B%3BAApBJ%2CcACC%2CcAUC%2CmBACC%2CmBASC%3BEACC%2CeAAA%3BEACE%2CwBAAA%3B%3BAAKJ%2CQAHgC%3BEAGhC%2CcA3BF%2CcAUC%2CmBACC%3BIAcE%2CeAAA%3B%3B%3BAA1BL%2CcACC%2CcA8BC%3BEACC%2CaAAA%3BEACA%2CkBAAA%3B%3BAAIH%2CSAAS%2CcACR%3BAADwB%2COAAO%2CoBAC%5C%2FB%3BEACI%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAALL%2CSAAS%2CcACR%2CgBAKI%3BAANoB%2COAAO%2CoBAC%5C%2FB%2CgBAKI%3BEACI%2CeAAA%3BEACH%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CmBAAmB%2CgBAAnB%3BEACA%2CgBAAgB%2CgBAAhB%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3B%3BAAKN%2COAAO%3BEACN%2CcAAA%3BEACA%2CeAAA%3B%3BAAKA%2CwBAJyC%3BEAIzC%2COAPM%3BIAIL%2CiBAAA%3BIACA%2CUAAA%3B%3B%3BAAGA%2COARK%2CoBAOL%2CMACC%3BEACA%2CmBAAA%3B%3BAATH%2COAAO%2CoBAYN%2CqBACC%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAAjBN%2COAAO%2CoBAYN%2CqBACC%2CSAKI%3BEACC%2CkCAAA%3BEACH%2CSAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAACA%2COAzBG%2CoBAYN%2CqBACC%2CSAKI%2CgBAOD%3BEACA%2CaAAA%3BEACA%2CQAAA%3BEAAS%2CSAAA%3B%3BAA3Bd%2COAAO%2CoBAYN%2CqBACC%2CSAKI%2CgBAWF%3BEACC%2CsBAAA%3BEACG%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3B%3BAAGF%2COApCC%2CoBAYN%2CqBACC%2CSAuBK%3BEACA%2CaAAA%3B%3BAArCP%2COAAO%2CoBAYN%2CqBACC%2CSA0BC%3BEACC%2CkCAAA%3BEACA%2CuBAAA%3B%3BAAzCJ%2COAAO%2CoBAYN%2CqBACC%2CSA0BC%2COAGC%3BEACC%2CsBAAA%3BEACG%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAA9CR%2COAAO%2CoBAYN%2CqBAsCC%3BEACC%2CkBAAA%3BEACA%2CgBAAA%3B%3BAApDH%2COAAO%2CoBAYN%2CqBAsCC%2CUAGC%2CSAEG%3BAAvDN%2COAAO%2CoBAYN%2CqBAsCC%2CUAIC%2COAAM%2CQACH%3BEACD%2CWAAA%3BEACG%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2C6BAAA%3BEACA%2CmBAAA%3BEACH%2CyBAAA%3B%3BAAGE%2COAlEA%2CoBAYN%2CqBAsCC%2CUAGC%2CSAaK%2COACE%3BAADH%2COAlEA%2CoBAYN%2CqBAsCC%2CUAIC%2COAAM%2CQAYD%2COACE%3BEACD%2CmBAAA%3B%3BAAIN%2COAxEI%2CoBAYN%2CqBAsCC%2CUAsBE%3BEACG%2CaAAA%3B%3BAAzEP%2COAAO%2CoBA6EN%2CUAAY%3BEACX%2CyBAAA%3BEACG%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAGL%2CsBAAuB%2CQAAO%2CKAAM%2CeAAe%2CcAAc%2CQAAO%2CUAAU%3BEAC9E%2CgBAAA%3B%3BAA8BJ%2CQAzBsC%3BEAyBtC%2CIA1BI%2CcAEF%3BIACC%2CaAAA%3BIACA%2CmBAAA%3B%3BEAsBH%2CIA1BI%2CcAMF%3BIACC%2CcAAA%3B%3BEAmBH%2CIA1BI%2CcASF%2CcACC%3BIACC%2CoBAAA%3BIACA%2CsBAAA%3BIACA%2CoBAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3B%3BEACA%2CIAlBA%2CcASF%2CcACC%2COAQE%3BIACA%2C0BAAA%3BIACA%2CcAAA%3BIACA%2C8BAAA%3B%3B%3BAA2BF%2CQAjBsC%3BEAiBtC%2CMArBG%2COACJ%2CIAAI%2CSACJ%2CaACC%3BIAEE%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CqBAAA%3BIACA%2CMAAA%3BIACA%2CeAAA%3BIACA%2CyBAAA%3BIACA%2CgBAAA%3BIACA%2COAAA%3B%3BEACA%2CMAbC%2COACJ%2CIAAI%2CSACJ%2CaACC%2COAUG%3BIACA%2CSAAS%2COAAT%3BIACA%2CaAAa%2CYAAb%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3B%3BAAcM%2CQAHyC%3BEAGzC%2CqBANR%2CQACK%2COACG%3BIAEQ%2CoBAAA%3B%3B%3BAAQJ%2CQAHyC%3BEAGzC%2CqBAZZ%2CQACK%2COAMG%2CcACI%3BIAEQ%2CoBAAA%3B%3B%3BAAQZ%2CQAH6B%3BEAG7B%2CqBAlBR%2CQACK%2COAaG%3BIAEQ%2CqBAAA%3B%3B%3BAAgBR%2CQARyC%3BEAQzC%2CqBAXP%2COACG%2CeACI%3BIAEQ%2CmBAAA%3BIACA%2CkBAAA%3BIACf%2CUAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACG%2CgBAAA%3B%3B%3BAAOR%2CcACC%2CUACC%2CsBACC%2CsBACC%3BEACC%2CiBAAA%3B%3BAAcJ%2CwBAPuC%3BEACvC%2COAAO%2CKAAM%2CeAAc%2CiBAAkB%2CcAAc%3BIAC1D%2CWAAA%3B%3BEAED%2CIAAK%2CUAAS%3BIACb%2CoBAAA%3B%3B%3BAZpWE%2CYARQ%2CsBAQP%2CgBACG%3BEACI%2CeAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3B%3BAAGR%2CYAfQ%2CsBAeP%2CqBAGG%3BAAFJ%2CYAhBQ%2CsBAgBP%2C0CAEG%3BAADJ%2CYAjBQ%2CsBAiBP%2CwBACG%3BEACI%2CeAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAUA%2CwBALgD%3BEAKhD%2CYA%5C%2FBA%2CsBAwBP%2CqBACG%3BEAyHJ%2CYAlJQ%2CsBAkJP%2C0CACG%3BIAxHQ%2CiBAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3B%3B%3BAAKJ%2CwBAHsD%3BEAGtD%2CYAlCA%2CsBAwBP%2CqBACG%3BEAyHJ%2CYAlJQ%2CsBAkJP%2C0CACG%3BIAnHQ%2CeAAA%3B%3B%3BAARZ%2CYAxBQ%2CsBAwBP%2CqBACG%2CoBASI%3BEACI%2CkBAAA%3B%3BAAUA%2CQAT%2BB%3BEAS%5C%2FB%2CYA7CJ%2CsBAwBP%2CqBACG%2CoBASI%2CyBAGQ%3BIACI%2CiBAAA%3BIACA%2CcAAA%3B%3BEACA%2CYAxCZ%2CsBAwBP%2CqBACG%2CoBASI%2CyBAGQ%2COAGK%2CUAAU%3BIACP%2CeAAA%3B%3B%3BAAjBxB%2CYAxBQ%2CsBAwBP%2CqBACG%2CoBASI%2CyBAWI%2CEAAC%3BEACG%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CaAAa%2CQAAb%3BEACA%2C0BAAA%3BEACA%2CeAAA%3B%3BAACA%2CYAtDR%2CsBAwBP%2CqBACG%2CoBASI%2CyBAWI%2CEAAC%2CaASI%3BEACG%2CcAAA%3B%3BAASR%2CQAPmC%3BEAOnC%2CYAhEJ%2CsBAwBP%2CqBACG%2CoBASI%2CyBAWI%2CEAAC%3BIAaO%2CUAAA%3BIACA%2CaAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3BIACA%2CkBAAA%3B%3B%3BAAtCpB%2CYAxBQ%2CsBAwBP%2CqBACG%2CoBAyCI%2CKACI%2COAAM%3BAA%2BGlB%2CYAlLQ%2CsBAkLP%2C4BAKG%2CKACI%2COAAM%3BEApHE%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CaAAa%2CQAAb%3B%3BAAlDhB%2CYAxBQ%2CsBAwBP%2CqBACG%2CoBAyCI%2CKACI%2COAAM%2COAQF%2CUACI%3BEACI%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAACA%2CYAlFhB%2CsBAwBP%2CqBACG%2CoBAyCI%2CKACI%2COAAM%2COAQF%2CUACI%2CEAMK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CgCAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3B%3BAAhE5B%2CYAxBQ%2CsBAwBP%2CqBACG%2CoBAyCI%2CKACI%2COAAM%2COA0BF%3BAAqFhB%2CYAlLQ%2CsBAkLP%2C4BAKG%2CKACI%2COAAM%2COAMF%3BEAhGQ%2CYAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAzEpB%2CYAxBQ%2CsBAwBP%2CqBACG%2CoBAyCI%2CKACI%2COAAM%2COA0BF%2CcAKI%3BEACI%2CkBAAA%3B%3BAA3ExB%2CYAxBQ%2CsBAwBP%2CqBACG%2CoBAyCI%2CKACI%2COAAM%2COA0BF%2CcAKI%2CMAaI%3BAAmExB%2CYAlLQ%2CsBAkLP%2C4BAKG%2CKACI%2COAAM%2COAMF%2CcAMI%2CMAcI%3BEAlGQ%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CMAAA%3B%3BAA1F5B%2CYAxBQ%2CsBAwBP%2CqBACG%2CoBAyCI%2CKACI%2COAAM%2COA0BF%2CcAKI%2CMAaI%2CSAII%2COAAM%3BEACF%2CgBAAA%3B%3BAACA%2CYArHxB%2CsBAwBP%2CqBACG%2CoBAyCI%2CKACI%2COAAM%2COA0BF%2CcAKI%2CMAaI%2CSAII%2COAAM%2COAED%3BEACG%2CeAAA%3B%3BAA9FpC%2CYAxBQ%2CsBAwBP%2CqBACG%2CoBAyCI%2CKACI%2COAAM%2COA0DF%3BAAqDhB%2CYAlLQ%2CsBAkLP%2C4BAKG%2CKACI%2COAAM%2COA2CF%3BEArGQ%2CaAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAAxGpB%2CYAxBQ%2CsBAwBP%2CqBACG%2CoBAyCI%2CKACI%2COAAM%2COA0DF%2CgBAII%3BAAwBpB%2CYAzJQ%2CsBAyJP%2CsBACG%2CWACI%2CgBAEI%3BAAqBZ%2CYAlLQ%2CsBAkLP%2C4BAKG%2CKACI%2COAAM%2COA2CF%2CgBAOI%3BEAxGQ%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAA7GxB%2CYAxBQ%2CsBAwBP%2CqBACG%2CoBAyCI%2CKACI%2COAAM%2COA0DF%2CgBAII%2CqBAKI%3BAAmBxB%2CYAzJQ%2CsBAyJP%2CsBACG%2CWACI%2CgBAEI%2CqBAQI%3BAAahB%2CYAlLQ%2CsBAkLP%2C4BAKG%2CKACI%2COAAM%2COA2CF%2CgBAOI%2CqBAQI%3BEA3GQ%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAe5B%2CYAzJQ%2CsBAyJP%2CsBACG%2CWACI%3BEACI%2CaAAA%3B%3BAAsBZ%2CYAlLQ%2CsBAkLP%2C4BACG%3BEACI%2C6BAAA%3BEACA%2CgBAAA%3B%3BAAHR%2CYAlLQ%2CsBAkLP%2C4BAKG%2CKACI%2COAAM%2COAMF%2CcAMI%3BEACI%2CkBAAA%3B%3BAAnBpB%2CYAlLQ%2CsBAkLP%2C4BAKG%2CKACI%2COAAM%2COAMF%2CcAMI%2CMAcI%2CSAQI%2COAAM%3BEACF%2CgBAAA%3B%3BAACA%2CYA5NpB%2CsBAkLP%2C4BAKG%2CKACI%2COAAM%2COAMF%2CcAMI%2CMAcI%2CSAQI%2COAAM%2COAED%3BEACG%2CeAAA%3B%3BAA3ChC%2CYAlLQ%2CsBAkLP%2C4BA6EG%2CuBACI%3BEACI%2CgBAAA%3B%3BAA%5C%2FEZ%2CYAlLQ%2CsBAkLP%2C4BA6EG%2CuBAII%3BEACI%2CUAAA%3B%3BAAlFZ%2CYAlLQ%2CsBAkLP%2C4BA6EG%2CuBAOI%3BEACI%2CgCAAA%3BEACA%2CmBAAA%3B%3BAAtFZ%2CYAlLQ%2CsBAkLP%2C4BA6EG%2CuBAOI%2CaAGI%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3B%3BAA1FhB%2CYAlLQ%2CsBAkLP%2C4BA6EG%2CuBAOI%2CaAGI%2CeAII%3BEACI%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAlGpB%2CYAlLQ%2CsBAkLP%2C4BA6EG%2CuBAOI%2CaAGI%2CeAII%2CWAQI%3BEACI%2CaAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3B%3BAAxGxB%2CYAlLQ%2CsBAkLP%2C4BA6EG%2CuBAOI%2CaAGI%2CeAII%2CWAQI%2CWAMI%3BEACI%2CgBAAA%3B%3BAA1G5B%2CYAlLQ%2CsBAkLP%2C4BA6EG%2CuBAOI%2CaAGI%2CeAII%2CWAkBI%3BEACI%2CkBAAA%3BEACA%2CaAAA%3B%3BAA%5C%2FGxB%2CYAlLQ%2CsBAkLP%2C4BA6EG%2CuBAOI%2CaAGI%2CeAII%2CWAkBI%2CgBAGI%3BEACI%2CcAAA%3B%3BAACA%2CYApSpB%2CsBAkLP%2C4BA6EG%2CuBAOI%2CaAGI%2CeAII%2CWAkBI%2CgBAGI%2CKAEK%3BEACG%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CYAzSpB%2CsBAkLP%2C4BA6EG%2CuBAOI%2CaAGI%2CeAII%2CWAkBI%2CgBAGI%2CKAOK%3BEACG%2CeAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CYA7SpB%2CsBAkLP%2C4BA6EG%2CuBAOI%2CaAGI%2CeAII%2CWAkBI%2CgBAGI%2CKAWK%3BEACG%2CeAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2C4BAAA%3BEACA%2CgBAAA%3B%3BAAjIhC%2CYAlLQ%2CsBAkLP%2C4BA6EG%2CuBA2DI%2CsBACI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAoFR%2CwBAPyC%3BEAOzC%2CYAjZA%2CsBAwYR%2CcACI%3BIAEQ%2CyBAAA%3BIACA%2C0BAAA%3BIACA%2CsBAAA%3BIACA%2CSAAA%3BIACA%2CaAAA%3B%3B%3BAAQA%2CwBALyC%3BEAKzC%2CYAvZJ%2CsBAwYR%2CcACI%2CaAQI%3BIAEQ%2CWAAA%3BIACA%2CsBAAA%3BIACA%2CyBAAA%3B%3B%3BAAOA%2CwBAJyC%3BEAIzC%2CYA5ZR%2CsBAwYR%2CcACI%2CaAQI%2COAMI%3BIAEQ%2CWAAA%3BIACA%2CiBAAA%3B%3B%3BAAWA%2CwBAPyC%3BEAOzC%2CYAraZ%2CsBAwYR%2CcACI%2CaAQI%2COAMI%2CMAKI%3BEASI%2CYAraZ%2CsBAwYR%2CcACI%2CaAQI%2COAMI%2CMAMI%3BIAEQ%2CWAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3B%3B%3BAAMJ%2CwBAH6C%3BEAG7C%2CYAzaZ%2CsBAwYR%2CcACI%2CaAQI%2COAMI%2CMAKI%2COASK%3BEAID%2CYAzaZ%2CsBAwYR%2CcACI%2CaAQI%2COAMI%2CMAMI%2CEAQK%3BIAEO%2CcAAA%3B%3B%3BAAQ5B%2CYA%5C%2FaQ%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%3BEACH%2CcAAA%3B%3BAAFR%2CYA%5C%2FaQ%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%2CKAEH%2CkBACI%3BEACI%2CgBAAA%3B%3BAALhB%2CYA%5C%2FaQ%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%2CKAOH%3BEACI%2C6BAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3B%3BAAKA%2CQAJ%2BB%3BEAI%5C%2FB%2CYAlcJ%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%2CKAOH%3BIAQQ%2CmBAAA%3B%3B%3BAAhBhB%2CYA%5C%2FaQ%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%2CKAOH%2CsBAWI%3BAA02ChB%2CsBACI%2CYACI%2CsBAaI%3BEAx3CQ%2CYAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAvBhB%2CYA%5C%2FaQ%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%2CKAOH%2CsBAWI%2CcAKI%3BEACI%2CkBAAA%3B%3BAAQI%2CQAN%2BB%3BEAM%5C%2FB%2CYAhdhB%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%2CKAOH%2CsBAWI%2CcAKI%2CMAEI%3BIAEQ%2CgBAAA%3B%3BEAKJ%2CYAhdhB%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%2CKAOH%2CsBAWI%2CcAKI%2CMAEI%2CSAGQ%3BEAg2ChC%2CsBACI%2CYACI%2CsBAaI%2CcAKI%2CMAEI%2CSAII%3BEA9yDpB%2CYAxBQ%2CsBAwBP%2CqBACG%2CoBAyCI%2CKACI%2COAAM%2COA0BF%2CcAKI%2CMAEI%2CSACI%3BEA6E5B%2CYAlLQ%2CsBAkLP%2C4BAKG%2CKACI%2COAAM%2COAMF%2CcAMI%2CMAEI%2CSACI%3BIAsQQ%2CgBAAA%3B%3B%3BAA9BhC%2CYA%5C%2FaQ%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%2CKAOH%2CsBAWI%2CcAKI%2CMAEI%2CSAOI%3BAA41C5B%2CsBACI%2CYACI%2CsBAaI%2CcAKI%2CMAEI%2CSAII%3BAA9yDpB%2CYAxBQ%2CsBAwBP%2CqBACG%2CoBAyCI%2CKACI%2COAAM%2COA0BF%2CcAKI%2CMAEI%2CSACI%3BAA6E5B%2CYAlLQ%2CsBAkLP%2C4BAKG%2CKACI%2COAAM%2COAMF%2CcAMI%2CMAEI%2CSACI%3BEA0QI%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CaAAa%2CQAAb%3B%3BAAIJ%2CQAHmC%3BEAGnC%2CYA5dhB%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%2CKAOH%2CsBAWI%2CcAKI%2CMAEI%2CSAOI%3BEA41C5B%2CsBACI%2CYACI%2CsBAaI%2CcAKI%2CMAEI%2CSAII%3BEA9yDpB%2CYAxBQ%2CsBAwBP%2CqBACG%2CoBAyCI%2CKACI%2COAAM%2COA0BF%2CcAKI%2CMAEI%2CSACI%3BEA6E5B%2CYAlLQ%2CsBAkLP%2C4BAKG%2CKACI%2COAAM%2COAMF%2CcAMI%2CMAEI%2CSACI%3BIAmRQ%2CgBAAA%3B%3B%3BAA3ChC%2CYA%5C%2FaQ%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%2CKAOH%2CsBAWI%2CcAKI%2CMAuBI%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CMAAA%3B%3BAAlDxB%2CYA%5C%2FaQ%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%2CKAOH%2CsBAWI%2CcAKI%2CMAuBI%2CSAII%2COAAM%3BEACF%2CgBAAA%3B%3BAACA%2CYApepB%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%2CKAOH%2CsBAWI%2CcAKI%2CMAuBI%2CSAII%2COAAM%2COAED%3BEACG%2CeAAA%3B%3BAAQhB%2CYA7eR%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%2CKAOH%2CsBAqDI%2CcACK%3BEACG%2CaAAA%3B%3BAA%5C%2FDpB%2CYA%5C%2FaQ%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%2CKAOH%2CsBA2DI%3BEACI%2CaAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAAQA%2CQAP%2BB%3BEAO%5C%2FB%2CYA7fR%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%2CKAOH%2CsBA2DI%3BIAKQ%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3BIACA%2CcAAA%3B%3B%3BAA5EpB%2CYA%5C%2FaQ%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%2CKAOH%2CsBA2DI%2CgBAWI%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAKA%2CQAJ%2BB%3BEAI%5C%2FB%2CYAxgBZ%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%2CKAOH%2CsBA2DI%2CgBAWI%3BIAQQ%2CSAAA%3BIACA%2CiBAAA%3B%3B%3BAAvFxB%2CYA%5C%2FaQ%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%2CKAOH%2CsBA2DI%2CgBAWI%2CgBAWI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CyBAAA%3B%3BAAaJ%2CQAZmC%3BEAYnC%2CYA1hBZ%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%2CKAOH%2CsBA2DI%2CgBAWI%2CgBAWI%3BIAOQ%2CuBAAA%3BIACA%2CUAAA%3B%3BEACA%2CYAjhBpB%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%2CKAOH%2CsBA2DI%2CgBAWI%2CgBAWI%2COASS%3BIACG%2CYAAA%3BIACA%2CQAAA%3BIACA%2CWAAW%2CgBAAX%3B%3BEAEJ%2CYAthBpB%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%2CKAOH%2CsBA2DI%2CgBAWI%2CgBAWI%2COAcS%3BIACG%2CSAAS%2CEAAT%3B%3B%3BAAxGhC%2CYA%5C%2FaQ%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%2CKAOH%2CsBA2DI%2CgBAWI%2CgBA8BI%3BEACI%2CYAAA%3B%3BAAMA%2CQAL%2BB%3BEAK%5C%2FB%2CYAliBhB%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%2CKAOH%2CsBA2DI%2CgBAWI%2CgBA8BI%3BIAGQ%2CgBAAA%3BIACA%2C6BAAA%3BIACA%2CkBAAA%3B%3B%3BAAjH5B%2CYA%5C%2FaQ%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%2CKAOH%2CsBA2DI%2CgBAWI%2CgBA8BI%2COAOI%3BEACI%2CSAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3B%3BAAtH5B%2CYA%5C%2FaQ%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%2CKAOH%2CsBA2DI%2CgBAWI%2CgBA8BI%2COAOI%2CMAII%3BEACI%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3B%3BAA1HhC%2CYA%5C%2FaQ%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%2CKAOH%2CsBA2DI%2CgBAWI%2CgBA8BI%2COAOI%2CMASI%3BAA5H5B%2CYA%5C%2FaQ%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%2CKAOH%2CsBA2DI%2CgBAWI%2CgBA8BI%2COAOI%2CMAUI%2CEAAC%3BEACG%2CaAAA%3B%3BAA9HhC%2CYA%5C%2FaQ%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%2CKAOH%2CsBA2DI%2CgBAgEI%3BEACI%2CgBAAA%3B%3BAAKA%2CQAJ%2BB%3BEAI%5C%2FB%2CYAxjBZ%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%2CKAOH%2CsBA2DI%2CgBAgEI%3BIAGQ%2CcAAA%3BIACA%2CSAAA%3B%3B%3BAAvIxB%2CYA%5C%2FaQ%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%2CKAOH%2CsBA2DI%2CgBAgEI%2CgBAMI%2CEAAC%3BEACG%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAKJ%2CQAJmC%3BEAInC%2CYAjkBZ%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%2CKAOH%2CsBA2DI%2CgBAgEI%2CgBAMI%2CEAAC%3BIAMO%2CmBAAA%3BIACA%2CeAAA%3B%3B%3BAAhJ5B%2CYA%5C%2FaQ%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%2CKAOH%2CsBA2DI%2CgBAiFI%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3B%3BAASA%2CQAR%2BB%3BEAQ%5C%2FB%2CYA%5C%2FkBZ%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%2CKAOH%2CsBA2DI%2CgBAiFI%3BIAKQ%2CmBAAA%3BIACA%2CWAAA%3BIACA%2CuBAAA%3BIACA%2CaAAA%3BIACA%2CgCAAA%3BIACA%2CYAAA%3B%3B%3BAA9JxB%2CYA%5C%2FaQ%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%2CKAOH%2CsBA2DI%2CgBAiFI%2CgBAYI%3BEACI%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAOA%2CQAN%2BB%3BEAM%5C%2FB%2CYA1lBhB%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%2CKAOH%2CsBA2DI%2CgBAiFI%2CgBAYI%3BIAMQ%2CmBAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3B%3B%3BAAGA%2CYA3lBpB%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%2CKAOH%2CsBA2DI%2CgBAiFI%2CgBAYI%2CqBAWK%2COACI%3BEACG%2CYAAA%3B%3BAAEJ%2CYA9lBpB%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%2CKAOH%2CsBA2DI%2CgBAiFI%2CgBAYI%2CqBAWK%2COAII%3BEACG%2CYAAA%3B%3BAASR%2CQAPmC%3BEAEvB%2CYAnmB5B%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%2CKAOH%2CsBA2DI%2CgBAiFI%2CgBAYI%2CqBAWK%2COAQO%2CsBACK%3BIACG%2CSAAS%2COAAT%3B%3B%3BAArLxC%2CYA%5C%2FaQ%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%2CKAOH%2CsBA2DI%2CgBAiFI%2CgBAYI%2CqBA0BI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAACA%2CYA9mBpB%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%2CKAOH%2CsBA2DI%2CgBAiFI%2CgBAYI%2CqBA0BI%2CsBAKK%3BEACG%2CQAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CeAAA%3B%3BAAaJ%2CQAX%2BB%3BEAW%5C%2FB%2CYA9nBpB%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%2CKAOH%2CsBA2DI%2CgBAiFI%2CgBAYI%2CqBA0BI%3BIAWQ%2C0BAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3B%3BEACA%2CYAvnBxB%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%2CKAOH%2CsBA2DI%2CgBAiFI%2CgBAYI%2CqBA0BI%2CsBAcS%3BIACG%2CeAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3BIACA%2CSAAS%2COAAT%3B%3B%3BAAQZ%2CQALyC%3BEACjC%2CYA%5C%2FnBxB%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%2CKAOH%2CsBA2DI%2CgBAiFI%2CgBAYI%2CqBA0BI%2CsBAsBS%3BIACG%2CoBAAA%3B%3B%3BAAjNpC%2CYA%5C%2FaQ%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%2CKAOH%2CsBA2DI%2CgBAiFI%2CgBAYI%2CqBAqDI%3BEACI%2CSAAA%3BEACA%2COAAA%3BEACA%2CgBAAA%3B%3BAAxN5B%2CYA%5C%2FaQ%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%2CKAOH%2CsBA2DI%2CgBAiFI%2CgBAYI%2CqBAqDI%2CwBAII%3BEACI%2CaAAA%3B%3BAAWR%2CQATmC%3BEASnC%2CYAppBhB%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%2CKAOH%2CsBA2DI%2CgBAiFI%2CgBAYI%2CqBAqDI%2CwBAQQ%2CMACI%3BIACI%2CeAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3B%3B%3BAAY5C%2CKAAK%2CcAAe%2CMAAM%2CKAAI%3BEAC1B%2C4BAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CiBAAkB%2CWAAW%2CsBAAsB%3BEAC%5C%2FC%2CWAAA%3B%3BAAEJ%2CWAAY%2COAAM%2CIAAK%2CSAAS%2CWAAU%3BEACtC%2CWAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CqBACI%2CcAAa%2CSACT%2CcAAc%3BEACV%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3B%3BAALZ%2CqBAQI%2CUAAS%2CiCAAiC%2CUACtC%2CcACA%2CSACA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAACA%2CqBARJ%2CUAAS%2CiCAAiC%2CUACtC%2CcACA%2CSACA%2CgBAKC%3BEACG%2CaAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3B%3BAAnBZ%2CqBAQI%2CUAAS%2CiCAAiC%2CUACtC%2CcACA%2CSACA%2CgBAUA%3BEACI%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAACA%2CqBAlBR%2CUAAS%2CiCAAiC%2CUACtC%2CcACA%2CSACA%2CgBAUA%2CWAKK%3BEACG%2CWAAA%3BEACA%2CgBAAA%3B%3BAAIZ%2CqBAAC%3BEACG%2CeAAA%3B%3BAADJ%2CqBAAC%2CaAEG%2CeACI%2CUAAS%3BEACL%2CyBAAA%3B%3BAAEI%2CqBANf%2CaAEG%2CeACI%2CUAAS%2CcAEL%2CkCACK%2CUACG%3BEACI%2CSAAA%3B%3BAAKhB%2CqBAbP%2CaAEG%2CeAWK%2CWACG%2CUAAS%2CcAAc%3BEACnB%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAKR%2CqBArBP%2CaAoBI%2CMACI%2CUACG%2CWACI%2CUACI%3BEACI%2CsBAAA%3BEACA%2CSAAA%3B%3BAAQ5B%2CWAAW%3BEACP%2CUAAA%3B%3BAAGJ%2CgBACI%2CQAAO%3BEACH%2CiBAAA%3B%3BAAGA%2CgBADJ%2CUACK%2CcACG%2CkBACI%3BEACI%2CaAAA%3B%3BAAaJ%2CwBAJ8C%3BEAI9C%2CgBARX%2CYACI%2CoBACG%2CUACK%3BIAEO%2CoBAAA%3BIACA%2C4BAAA%3B%3B%3BAAnBxB%2CgBAyBI%2C0BACI%3BEACI%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3B%3BAAIJ%2CQAHyC%3BEAGzC%2CgBAVJ%2C0BACI%3BIAOQ%2CeAAA%3B%3B%3BAAjChB%2CgBAyBI%2C0BAWI%2CeACI%2CaACI%2CGAAE%3BEACE%2CkBAAA%3B%3BAAvCpB%2CgBAyBI%2C0BAWI%2CeACI%2CaACI%2CGAAE%2CaAEE%2CIAAG%3BEACC%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3B%3BAA3CxB%2CgBAyBI%2C0BAWI%2CeACI%2CaACI%2CGAAE%2CaAEE%2CIAAG%2CkBAIC%3BEACI%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAAhD5B%2CgBAyBI%2C0BAWI%2CeACI%2CaACI%2CGAAE%2CaAEE%2CIAAG%2CkBAIC%2CoBAMI%3BEACI%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CqBAAX%3B%3BAA5DhC%2CgBAyBI%2C0BAWI%2CeACI%2CaACI%2CGAAE%2CaA0BE%2CIAAG%3BEACC%2CeAAA%3BEACA%2CaAAa%2CQAAb%3B%3BAAlExB%2CgBAyBI%2C0BAWI%2CeACI%2CaACI%2CGAAE%2CaA0BE%2CIAAG%2CqBAIC%2CmBACI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CuBAAA%3B%3BAAIJ%2CQAHyC%3BEAGzC%2CgBApDxB%2C0BAWI%2CeACI%2CaACI%2CGAAE%2CaA0BE%2CIAAG%2CqBAIC%2CmBACI%3BIAMQ%2CeAAA%3B%3B%3BAA3EpC%2CgBAyBI%2C0BAWI%2CeACI%2CaACI%2CGAAE%2CaA0BE%2CIAAG%2CqBAeC%3BEACI%2CkBAAA%3BEACA%2C2CAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2C4BAAA%3BEACA%2CgBAAA%3B%3BAAKJ%2CQAJyC%3BEAIzC%2CgBAtEpB%2C0BAWI%2CeACI%2CaACI%2CGAAE%2CaA0BE%2CIAAG%2CqBAeC%3BIAaQ%2CeAAA%3BIACA%2CcAAA%3B%3B%3BAA7FhC%2CgBAyBI%2C0BAWI%2CeACI%2CaACI%2CGAAE%2CaA0BE%2CIAAG%2CqBAgCC%3BEACI%2CSAAA%3B%3BAAjG5B%2CgBAyBI%2C0BAWI%2CeACI%2CaACI%2CGAAE%2CaA0BE%2CIAAG%2CqBAmCC%3BEACI%2CgBAAA%3B%3BAApG5B%2CgBAyBI%2C0BAWI%2CeACI%2CaACI%2CGAAE%2CaA0BE%2CIAAG%2CqBAmCC%2CoBAEI%2CsBACI%3BEACI%2COAAO%2CiBAAP%3BEACA%2CcAAA%3B%3BAAxGpC%2CgBAyBI%2C0BAWI%2CeACI%2CaACI%2CGAAE%2CaA0BE%2CIAAG%2CqBAmCC%2CoBAEI%2CsBACI%2CiBAGI%2CQAAO%2COAAO%3BEACV%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CuBAAA%3B%3BAAKJ%2CQAJyC%3BEAIzC%2CgBA7FhC%2C0BAWI%2CeACI%2CaACI%2CGAAE%2CaA0BE%2CIAAG%2CqBAmCC%2CoBAEI%2CsBACI%2CiBAGI%2CQAAO%2COAAO%3BIAUN%2CeAAA%3BIACA%2CkBAAA%3B%3B%3BAApH5C%2CgBAyBI%2C0BAqGI%2CUACI%2CEAAC%3BEACG%2CuBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAACA%2CgBAhHZ%2C0BAqGI%2CUACI%2CEAAC%2CSAUI%3BEACG%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAAOR%2CQALyC%3BEAKzC%2CgBA1HR%2C0BAqGI%2CUACI%2CEAAC%3BIAgBO%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3B%3B%3BAAjJpB%2CgBAsJI%3BEACI%2CcAAA%3B%3BAAvJR%2CgBAsJI%2CqBAEI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAKJ%2CQAJyC%3BEAIzC%2CgBAVJ%2CqBAEI%3BIAKQ%2CeAAA%3BIACA%2CgBAAA%3B%3B%3BAA9JhB%2CgBAsJI%2CqBAWI%3BAAjKR%2CgBA4RI%2CuBAOI%3BEAjII%2CoBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3B%3BAAIJ%2CQAHyC%3BEAGzC%2CgBApBJ%2CqBAWI%3BEAjKR%2CgBA4RI%2CuBAOI%3BIA3HQ%2CeAAA%3B%3B%3BAAUJ%2CQANqC%3BEAMrC%2CgBA5BR%2CqBAqBI%3BIAKQ%2CmBAAA%3B%3BEAHA%2CgBAvBZ%2CqBAqBI%2CQAES%2CUAAU%3BIACP%2CWAAA%3B%3B%3BAAOR%2CQAH0B%3BEAG1B%2CgBA%5C%2FBR%2CqBAqBI%3BIAQQ%2CeAAA%3B%3B%3BAAnLhB%2CgBAsJI%2CqBAqBI%2CQAUI%3BEACI%2CeAAA%3B%3BAAKJ%2CQAJyC%3BEAIzC%2CgBArCR%2CqBAqBI%2CQAUI%3BIAGQ%2CgBAAA%3BIACA%2CeAAA%3B%3B%3BAAzLpB%2CgBAsJI%2CqBAqBI%2CQAiBI%3BEACI%2C0BAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CgCAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3B%3BAAOJ%2CQANyC%3BEAMzC%2CgBArDR%2CqBAqBI%2CQAiBI%3BIAUQ%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CoBAAA%3BIACA%2CwBAAA%3B%3B%3BAAzMpB%2CgBAsJI%2CqBAqBI%2CQAiCI%3BEACI%2CeAAA%3BEACA%2CuBAAA%3B%3BAAIJ%2CQAHyC%3BEAGzC%2CgBA5DR%2CqBAqBI%2CQAiCI%3BIAIQ%2CeAAA%3B%3B%3BAAhNpB%2CgBAsJI%2CqBA8DI%3BEACI%2CgBAAA%3B%3BAAKA%2CQAJqC%3BEAIrC%2CgBApER%2CqBA8DI%3BIAGQ%2CqBAAA%3BIACA%2CgBAAA%3B%3B%3BAAxNhB%2CgBAsJI%2CqBA8DI%2CUAMI%2CQAAO%2CQAAQ%3BAA1N3B%2CgBAsJI%2CqBA8DI%2CU7In5BJ%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ6Iy5BvD%3BAA1N3B%2CgBAsJI%2CqBA8DI%2CU7Il5BJ%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ6Iw5BzD%3BAA1N3B%2CgBAsJI%2CqBA8DI%2CU7Il5BJ%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ6Iy5BvD%3BAA1N3B%2CgBAsJI%2CqBA8DI%2CU7In5BJ%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ6Iw5BzD%3BEACX%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3B%3BAACA%2CgBA1EZ%2CqBA8DI%2CUAMI%2CQAAO%2CQAAQ%2CMAMV%3BAAAD%2CgBA1EZ%2CqBA8DI%2CU7In5BJ%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ6Iy5BvD%2CMAMV%3BAAAD%2CgBA1EZ%2CqBA8DI%2CU7Il5BJ%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ6Iw5BzD%2CMAMV%3BAAAD%2CgBA1EZ%2CqBA8DI%2CU7Il5BJ%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ6Iy5BvD%2CMAMV%3BAAAD%2CgBA1EZ%2CqBA8DI%2CU7In5BJ%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ6Iw5BzD%2CMAMV%3BEACG%2CmBAAA%3BEACA%2CYAAA%3B%3BAAMR%2CQAJyC%3BEAIzC%2CgBAlFR%2CqBA8DI%2CUAMI%2CQAAO%2CQAAQ%3BEAcf%2CgBAlFR%2CqBA8DI%2CU7In5BJ%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ6Iy5BvD%3BEAcf%2CgBAlFR%2CqBA8DI%2CU7Il5BJ%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ6Iw5BzD%3BEAcf%2CgBAlFR%2CqBA8DI%2CU7Il5BJ%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ6Iy5BvD%3BEAcf%2CgBAlFR%2CqBA8DI%2CU7In5BJ%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ6Iw5BzD%3BIAWP%2CeAAA%3BIACA%2CkBAAA%3B%3B%3BAAOhB%2CQAHyC%3BEAGzC%2CgBAvFA%3BIAqFQ%2CkCAAA%3B%3B%3BAAQJ%2CQAHyC%3BEAGzC%2CgBALJ%2CgBACI%3BIAEQ%2C8BAAA%3B%3B%3BAAWR%2CQARqC%3BEAQrC%2CgBAdJ%3BIAOQ%2C6BAAA%3B%3BEAOJ%2CgBAdJ%2CgBAQQ%3BIACI%2CsBAAA%3BIACA%2CcAAA%3BIACA%2CmBAAA%3B%3B%3BAAQJ%2CQAJ%2BB%3BEAI%5C%2FB%2CgBAnBR%2CgBAcI%3BIAEQ%2CmBAAA%3BIACA%2CgBAAA%3B%3B%3BAAMJ%2CQAJqC%3BEAIrC%2CgBAvBR%2CgBAcI%3BIAMQ%2CeAAA%3BIACA%2CkBAAA%3B%3B%3BAAnQhB%2CgBA8OI%2CgBAcI%2CgBASI%3BEACI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3B%3BAAIJ%2CQAHyC%3BEAGzC%2CgBA%5C%2FBR%2CgBAcI%2CgBASI%3BIAMQ%2CeAAA%3B%3B%3BAA3QpB%2CgBA8OI%2CgBAcI%2CgBAkBI%3BEACI%2CeAAA%3BEACA%2CuBAAA%3B%3BAAIJ%2CQAHyC%3BEAGzC%2CgBAtCR%2CgBAcI%2CgBAkBI%3BIAIQ%2CeAAA%3B%3B%3BAAQZ%2CQAHmC%3BEAGnC%2CgBA5CJ%2CgBAwCI%3BIAEQ%2CkBAAA%3B%3B%3BAAxRhB%2CgBA4RI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CwBAAA%3B%3BAA%5C%2FRR%2CgBA4RI%2CuBAII%3BEACI%2CUAAA%3B%3BAAjSZ%2CgBA4RI%2CuBAOI%2COAEI%3BEACI%2CaAAa%2COAAb%3BEACA%2CgBAAA%3B%3BAAKR%2CQAHyC%3BEAGzC%2CgBAhBJ%2CuBAOI%3BIAOQ%2CeAAA%3B%3B%3BAA1ShB%2CgBA4RI%2CuBAiBI%3BEACI%2CgBAAA%3B%3BAAOA%2CQAN%2BB%3BEAM%5C%2FB%2CgBAzBR%2CuBAiBI%3BIAGQ%2CaAAA%3BIACA%2CuBAAuB%2CcAAvB%3BIACA%2CgBAAA%3BIACA%2CcAAA%3B%3B%3BAAnThB%2CgBA4RI%2CuBAiBI%2CGAQI%3BEACI%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3B%3BAAwBA%2CQAvB%2BB%3BEAuB%5C%2FB%2CgBAxDZ%2CuBAiBI%2CGAQI%3BIASQ%2CeAAA%3BIACA%2CcAAA%3B%3BEACA%2CgBApChB%2CuBAiBI%2CGAQI%2CGAWS%2CUAAU%3BIACP%2CoBAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3B%3BEACA%2CgBAxCpB%2CuBAiBI%2CGAQI%2CGAWS%2CUAAU%2CKAIN%3BIACG%2CSAAS%2CEAAT%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CgCAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3BIACA%2CWAAW%2CgBAAX%3B%3BEAGR%2CgBAnDhB%2CuBAiBI%2CGAQI%2CGA0BS%2CUAAU%3BEACX%2CgBApDhB%2CuBAiBI%2CGAQI%2CGA2BS%2CUAAU%3BIACP%2CWAAA%3B%3B%3BAAyBZ%2CQAtByC%3BEAsBzC%2CgBA9ER%2CuBAiBI%2CGAQI%3BIAgCQ%2CkBAAA%3BIACA%2CqBAAA%3BIACA%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CoBAAA%3BIACA%2CcAAA%3BIACA%2COAAO%2CgBAAP%3B%3BEACA%2CgBAhEhB%2CuBAiBI%2CGAQI%2CGAuCS%3BIACG%2CSAAS%2CEAAT%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CgCAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3BIACA%2CWAAW%2CgBAAX%3B%3BEAEJ%2CgBAzEhB%2CuBAiBI%2CGAQI%2CGAgDS%2CeAAe%2CGAAG%3BEACnB%2CgBA1EhB%2CuBAiBI%2CGAQI%2CGAiDS%2CWAAW%3BIACR%2CmBAAA%3B%3B%3BAAvWxB%2CgBA4RI%2CuBAgFI%3BEACI%2CgBAAA%3B%3BAAIA%2CQAHqC%3BEAGrC%2CgBArFR%2CuBAgFI%3BIAGQ%2CaAAA%3B%3B%3BAA%5C%2FWhB%2CgBA4RI%2CuBAgFI%2CUAKI%2CQAAO%3BEAIH%2CkBAAA%3BEACA%2CmBAAA%3B%3BAACA%2CgBA3FZ%2CuBAgFI%2CUAKI%2CQAAO%2CUAMF%3BEACG%2CmBAAA%3B%3BAAMR%2CQAJyC%3BEAIzC%2CgBAlGR%2CuBAgFI%2CUAKI%2CQAAO%3BIAUC%2CeAAA%3BIACA%2CkBAAA%3B%3B%3BAAOhB%2CQAHyC%3BEAGzC%2CgBAvGA%3BIAqGQ%2CkCAAA%3B%3B%3BAAKZ%2CiBAAiB%2CaAAc%3BEAC3B%2CiBAAA%3B%3BAAEJ%2CiBAAiB%2CaAAc%2CcAAc%3BEACzC%2CWAAA%3B%3BAAGJ%2CcACI%3BAADJ%2CcAOI%3BEALI%2CaAAA%3BEACA%2CoBAAA%3BEACA%2CgCAAA%3BEACA%2CmBAAA%3B%3BAAKJ%2CcAAC%2CcACG%3BEACI%2CmBAAA%3B%3BAAKZ%2CaAAgB%3BEACZ%2CWAAA%3B%3BAAEI%2CaAHQ%2CeAEZ%2CQACK%3BEACG%2CgBAAA%3B%3BAAEJ%2CaANQ%2CeAEZ%2CQAIK%2CMACK%3BEACE%2CeAAA%3BEACA%2CcAAA%3B%3BAAThB%2CaAAgB%2CeAcV%3BEACE%2CaAAA%3B%3BAAGR%3BEACI%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CsCAAA%3BEACA%2C8BAAA%3BEACA%2C2BAAA%3BEACA%2CmBAAA%3B%3BAAEJ%3BEACI%2CWAAA%3B%3BAAEJ%3BEACI%2C6BAAA%3B%3BAAEJ%3BEACI%2C8BAAA%3B%3BAAKA%2CmBAAC%2CkBACG%3BAADJ%2CwBAAC%2CkBACG%3BEACI%2CeAAA%3B%3BAAKZ%3BEACI%2CWAAA%3B%3BAASI%2CmBAHyC%3BEAGzC%2CQALH%2CiBACG%2COAAM%3BIAEE%2CgBAAA%3B%3B%3BAAMhB%2CmBAAoB%2COAAM%2COAAO%2COAAQ%3BEACrC%2CcAAA%3B%3BAAEJ%3BEACI%2CuCAAA%3B%3BAAII%2CiBADJ%2CMACK%3BEACG%2C8BAAA%3B%3BAACA%2CiBAHR%2CMACK%2CQAEI%3BEACG%2C4BAAA%3B%3BAAEJ%2CiBANR%2CMACK%2CQAKI%3BEACG%2CiBAAA%3B%3BAAGR%2CiBAVJ%2CMAUK%3BEACG%2CkBAAA%3B%3BAACA%2CiBAZR%2CMAUK%2COAEI%3BEACG%2CYAAA%3B%3BAAHR%2CiBAVJ%2CMAUK%2COAKG%2CQAAO%3BEACH%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAYJ%2CwBAH8C%3BEAG9C%2CYANP%2CYACI%2CcACG%3BIAEQ%2CmBAAA%3B%3B%3BAAMpB%3BAACA%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CaAAa%2CQAAb%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAAXJ%2C0BAaI%3BAAZJ%2C0BAYI%3BEACI%2CSAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAhBR%2C0BAaI%2CkBAKI%3BAAjBR%2C0BAYI%2CkBAKI%3BEACI%2CaAAA%3B%3BAAnBZ%2C0BAaI%2CkBAQI%3BAApBR%2C0BAYI%2CkBAQI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAvBZ%2C0BAaI%2CkBAQI%2CeAII%2C8BACI%3BAAzBhB%2C0BAYI%2CkBAQI%2CeAII%2C8BACI%3BEACI%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAA7BpB%2C0BAaI%2CkBAQI%2CeAII%2C8BAOI%2CiBACI%3BAAhCpB%2C0BAYI%2CkBAQI%2CeAII%2C8BAOI%2CiBACI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAvCxB%2C0BAaI%2CkBAQI%2CeAII%2C8BAOI%2CiBAUI%3BAAzCpB%2C0BAYI%2CkBAQI%2CeAII%2C8BAOI%2CiBAUI%3BEACI%2CaAAa%2CQAAb%3B%3BAA3CxB%2C0BAaI%2CkBAQI%2CeAII%2C8BAOI%2CiBAUI%2CMAEI%3BAA3CxB%2C0BAYI%2CkBAQI%2CeAII%2C8BAOI%2CiBAUI%2CMAEI%3BEACI%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAjD5B%2C0BAaI%2CkBAQI%2CeAII%2C8BAOI%2CiBAUI%2CMASI%3BAAlDxB%2C0BAYI%2CkBAQI%2CeAII%2C8BAOI%2CiBAUI%2CMASI%3BEACI%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAACA%2C0BA1CxB%2CkBAQI%2CeAII%2C8BAOI%2CiBAUI%2CMASI%2CGAIK%2CWACG%3BAADJ%2C0BA1CxB%2CkBAQI%2CeAII%2C8BAOI%2CiBAUI%2CMASI%2CGAIK%2CWACG%3BEACI%2CoBAAA%3B%3BAAzDpC%2C0BAaI%2CkBAQI%2CeAII%2C8BAOI%2CiBAUI%2CMASI%2CGASI%3BAA3D5B%2C0BAYI%2CkBAQI%2CeAII%2C8BAOI%2CiBAUI%2CMASI%2CGASI%3BEACI%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAACA%2C0BAnD5B%2CkBAQI%2CeAII%2C8BAOI%2CiBAUI%2CMASI%2CGASI%2CGAIK%2CUAAU%3BAAAX%2C0BAnD5B%2CkBAQI%2CeAII%2C8BAOI%2CiBAUI%2CMASI%2CGASI%2CGAIK%2CUAAU%3BEACP%2CUAAA%3B%3BAAjEpC%2C0BAaI%2CkBAQI%2CeAoDI%2CgBAGI%3BAA3EhB%2C0BAYI%2CkBAQI%2CeAoDI%2CgBAGI%3BAA5EhB%2C0BAaI%2CkBAQI%2CeAqDI%2C2BAEI%3BAA3EhB%2C0BAYI%2CkBAQI%2CeAqDI%2C2BAEI%3BAA5EhB%2C0BAaI%2CkBAQI%2CeAsDI%2C8BACI%3BAA3EhB%2C0BAYI%2CkBAQI%2CeAsDI%2C8BACI%3BEACI%2CmBAAA%3BEACA%2CYAAA%3B%3BAA9EpB%2C0BAaI%2CkBAQI%2CeAoDI%2CgBAGI%2CaAGI%3BAA9EpB%2C0BAYI%2CkBAQI%2CeAoDI%2CgBAGI%2CaAGI%3BAA%5C%2FEpB%2C0BAaI%2CkBAQI%2CeAqDI%2C2BAEI%2CaAGI%3BAA9EpB%2C0BAYI%2CkBAQI%2CeAqDI%2C2BAEI%2CaAGI%3BAA%5C%2FEpB%2C0BAaI%2CkBAQI%2CeAsDI%2C8BACI%2CaAGI%3BAA9EpB%2C0BAYI%2CkBAQI%2CeAsDI%2C8BACI%2CaAGI%3BEACI%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2C4BAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAA1FxB%2C0BAaI%2CkBAQI%2CeAoDI%2CgBAGI%2CaAGI%2CaAYI%3BAA1FxB%2C0BAYI%2CkBAQI%2CeAoDI%2CgBAGI%2CaAGI%2CaAYI%3BAA3FxB%2C0BAaI%2CkBAQI%2CeAqDI%2C2BAEI%2CaAGI%2CaAYI%3BAA1FxB%2C0BAYI%2CkBAQI%2CeAqDI%2C2BAEI%2CaAGI%2CaAYI%3BAA3FxB%2C0BAaI%2CkBAQI%2CeAsDI%2C8BACI%2CaAGI%2CaAYI%3BAA1FxB%2C0BAYI%2CkBAQI%2CeAsDI%2C8BACI%2CaAGI%2CaAYI%3BEACI%2CaAAA%3B%3BAA5F5B%2C0BAaI%2CkBAQI%2CeAoDI%2CgBAGI%2CaAmBI%3BAA9FpB%2C0BAYI%2CkBAQI%2CeAoDI%2CgBAGI%2CaAmBI%3BAA%5C%2FFpB%2C0BAaI%2CkBAQI%2CeAqDI%2C2BAEI%2CaAmBI%3BAA9FpB%2C0BAYI%2CkBAQI%2CeAqDI%2C2BAEI%2CaAmBI%3BAA%5C%2FFpB%2C0BAaI%2CkBAQI%2CeAsDI%2C8BACI%2CaAmBI%3BAA9FpB%2C0BAYI%2CkBAQI%2CeAsDI%2C8BACI%2CaAmBI%3BEACI%2CaAAA%3BEACA%2CcAAA%3B%3BAAjGxB%2C0BAaI%2CkBAQI%2CeAoDI%2CgBAGI%2CaAmBI%2CSAGI%2CaACI%3BAAlG5B%2C0BAYI%2CkBAQI%2CeAoDI%2CgBAGI%2CaAmBI%2CSAGI%2CaACI%3BAAnG5B%2C0BAaI%2CkBAQI%2CeAqDI%2C2BAEI%2CaAmBI%2CSAGI%2CaACI%3BAAlG5B%2C0BAYI%2CkBAQI%2CeAqDI%2C2BAEI%2CaAmBI%2CSAGI%2CaACI%3BAAnG5B%2C0BAaI%2CkBAQI%2CeAsDI%2C8BACI%2CaAmBI%2CSAGI%2CaACI%3BAAlG5B%2C0BAYI%2CkBAQI%2CeAsDI%2C8BACI%2CaAmBI%2CSAGI%2CaACI%3BEACI%2CeAAA%3B%3BAApGhC%2C0BAaI%2CkBAQI%2CeAoDI%2CgBAGI%2CaAmBI%2CSAQI%3BAAtGxB%2C0BAYI%2CkBAQI%2CeAoDI%2CgBAGI%2CaAmBI%2CSAQI%3BAAvGxB%2C0BAaI%2CkBAQI%2CeAqDI%2C2BAEI%2CaAmBI%2CSAQI%3BAAtGxB%2C0BAYI%2CkBAQI%2CeAqDI%2C2BAEI%2CaAmBI%2CSAQI%3BAAvGxB%2C0BAaI%2CkBAQI%2CeAsDI%2C8BACI%2CaAmBI%2CSAQI%3BAAtGxB%2C0BAYI%2CkBAQI%2CeAsDI%2C8BACI%2CaAmBI%2CSAQI%3BEACI%2CgBAAA%3B%3BAAxG5B%2C0BAaI%2CkBAQI%2CeAoDI%2CgBAGI%2CaAmBI%2CSAQI%2CYAEI%3BAAxG5B%2C0BAYI%2CkBAQI%2CeAoDI%2CgBAGI%2CaAmBI%2CSAQI%2CYAEI%3BAAzG5B%2C0BAaI%2CkBAQI%2CeAqDI%2C2BAEI%2CaAmBI%2CSAQI%2CYAEI%3BAAxG5B%2C0BAYI%2CkBAQI%2CeAqDI%2C2BAEI%2CaAmBI%2CSAQI%2CYAEI%3BAAzG5B%2C0BAaI%2CkBAQI%2CeAsDI%2C8BACI%2CaAmBI%2CSAQI%2CYAEI%3BAAxG5B%2C0BAYI%2CkBAQI%2CeAsDI%2C8BACI%2CaAmBI%2CSAQI%2CYAEI%3BEACI%2CiBAAA%3BEACA%2CeAAA%3B%3BAA3GhC%2C0BAaI%2CkBAQI%2CeAoDI%2CgBAGI%2CaAmCI%3BAA9GpB%2C0BAYI%2CkBAQI%2CeAoDI%2CgBAGI%2CaAmCI%3BAA%5C%2FGpB%2C0BAaI%2CkBAQI%2CeAqDI%2C2BAEI%2CaAmCI%3BAA9GpB%2C0BAYI%2CkBAQI%2CeAqDI%2C2BAEI%2CaAmCI%3BAA%5C%2FGpB%2C0BAaI%2CkBAQI%2CeAsDI%2C8BACI%2CaAmCI%3BAA9GpB%2C0BAYI%2CkBAQI%2CeAsDI%2C8BACI%2CaAmCI%3BEACI%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CoBAAA%3B%3BAAlHxB%2C0BAaI%2CkBAQI%2CeAoDI%2CgBAGI%2CaAmCI%2CeAII%3BAAlHxB%2C0BAYI%2CkBAQI%2CeAoDI%2CgBAGI%2CaAmCI%2CeAII%3BAAnHxB%2C0BAaI%2CkBAQI%2CeAqDI%2C2BAEI%2CaAmCI%2CeAII%3BAAlHxB%2C0BAYI%2CkBAQI%2CeAqDI%2C2BAEI%2CaAmCI%2CeAII%3BAAnHxB%2C0BAaI%2CkBAQI%2CeAsDI%2C8BACI%2CaAmCI%2CeAII%3BAAlHxB%2C0BAYI%2CkBAQI%2CeAsDI%2C8BACI%2CaAmCI%2CeAII%3BEACI%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3B%3BAACA%2C0BAjHxB%2CkBAQI%2CeAoDI%2CgBAGI%2CaAmCI%2CeAII%2CYAWK%3BAAAD%2C0BAjHxB%2CkBAQI%2CeAoDI%2CgBAGI%2CaAmCI%2CeAII%2CYAWK%3BAAAD%2C0BAjHxB%2CkBAQI%2CeAqDI%2C2BAEI%2CaAmCI%2CeAII%2CYAWK%3BAAAD%2C0BAjHxB%2CkBAQI%2CeAqDI%2C2BAEI%2CaAmCI%2CeAII%2CYAWK%3BAAAD%2C0BAjHxB%2CkBAQI%2CeAsDI%2C8BACI%2CaAmCI%2CeAII%2CYAWK%3BAAAD%2C0BAjHxB%2CkBAQI%2CeAsDI%2C8BACI%2CaAmCI%2CeAII%2CYAWK%3BEACG%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2C0BArHxB%2CkBAQI%2CeAoDI%2CgBAGI%2CaAmCI%2CeAII%2CYAeK%3BAAAD%2C0BArHxB%2CkBAQI%2CeAoDI%2CgBAGI%2CaAmCI%2CeAII%2CYAeK%3BAAAD%2C0BArHxB%2CkBAQI%2CeAqDI%2C2BAEI%2CaAmCI%2CeAII%2CYAeK%3BAAAD%2C0BArHxB%2CkBAQI%2CeAqDI%2C2BAEI%2CaAmCI%2CeAII%2CYAeK%3BAAAD%2C0BArHxB%2CkBAQI%2CeAsDI%2C8BACI%2CaAmCI%2CeAII%2CYAeK%3BAAAD%2C0BArHxB%2CkBAQI%2CeAsDI%2C8BACI%2CaAmCI%2CeAII%2CYAeK%3BAACD%2C0BAtHxB%2CkBAQI%2CeAoDI%2CgBAGI%2CaAmCI%2CeAII%2CYAgBK%3BAAAD%2C0BAtHxB%2CkBAQI%2CeAoDI%2CgBAGI%2CaAmCI%2CeAII%2CYAgBK%3BAAAD%2C0BAtHxB%2CkBAQI%2CeAqDI%2C2BAEI%2CaAmCI%2CeAII%2CYAgBK%3BAAAD%2C0BAtHxB%2CkBAQI%2CeAqDI%2C2BAEI%2CaAmCI%2CeAII%2CYAgBK%3BAAAD%2C0BAtHxB%2CkBAQI%2CeAsDI%2C8BACI%2CaAmCI%2CeAII%2CYAgBK%3BAAAD%2C0BAtHxB%2CkBAQI%2CeAsDI%2C8BACI%2CaAmCI%2CeAII%2CYAgBK%3BEACG%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAtIhC%2C0BAaI%2CkBAQI%2CeAuHI%2C6BACI%3BAA5IhB%2C0BAYI%2CkBAQI%2CeAuHI%2C6BACI%3BEACI%2CmBAAA%3BEACA%2CYAAA%3B%3BAA%5C%2FIpB%2C0BAaI%2CkBAQI%2CeAuHI%2C6BACI%2CaAGI%3BAA%5C%2FIpB%2C0BAYI%2CkBAQI%2CeAuHI%2C6BACI%2CaAGI%3BEACI%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2C4BAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAA3JxB%2C0BAaI%2CkBAQI%2CeAuHI%2C6BACI%2CaAGI%2CaAYI%3BAA3JxB%2C0BAYI%2CkBAQI%2CeAuHI%2C6BACI%2CaAGI%2CaAYI%3BEACI%2CaAAA%3B%3BAA7J5B%2C0BAaI%2CkBAQI%2CeAuHI%2C6BACI%2CaAmBI%3BAA%5C%2FJpB%2C0BAYI%2CkBAQI%2CeAuHI%2C6BACI%2CaAmBI%3BEACI%2CaAAA%3BEACA%2CcAAA%3B%3BAAlKxB%2C0BAaI%2CkBAQI%2CeAuHI%2C6BACI%2CaAmBI%2CSAGI%3BAAlKxB%2C0BAYI%2CkBAQI%2CeAuHI%2C6BACI%2CaAmBI%2CSAGI%3BEACI%2CgBAAA%3B%3BAApK5B%2C0BAaI%2CkBAQI%2CeAuHI%2C6BACI%2CaAmBI%2CSAGI%2CYAEI%3BAApK5B%2C0BAYI%2CkBAQI%2CeAuHI%2C6BACI%2CaAmBI%2CSAGI%2CYAEI%3BEACI%2CmBAAA%3BEACA%2CeAAA%3B%3BAAvKhC%2C0BAaI%2CkBAQI%2CeAuHI%2C6BACI%2CaA8BI%3BAA1KpB%2C0BAYI%2CkBAQI%2CeAuHI%2C6BACI%2CaA8BI%3BEACI%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CoBAAA%3B%3BAA9KxB%2C0BAaI%2CkBAQI%2CeAuHI%2C6BACI%2CaA8BI%2CeAII%3BAA9KxB%2C0BAYI%2CkBAQI%2CeAuHI%2C6BACI%2CaA8BI%2CeAII%3BEACI%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3B%3BAACA%2C0BA7KxB%2CkBAQI%2CeAuHI%2C6BACI%2CaA8BI%2CeAII%2CYAWK%3BAAAD%2C0BA7KxB%2CkBAQI%2CeAuHI%2C6BACI%2CaA8BI%2CeAII%2CYAWK%3BEACG%2CyBAAA%3BEACA%2CqBAAA%3B%3BAA5LhC%2C0BAaI%2CkBAQI%2CeA6KI%3BAAjMZ%2C0BAYI%2CkBAQI%2CeA6KI%3BEACI%2CgBAAA%3B%3BAAOhB%2CIAAI%2CIAAI%2CkBAAmB%3BEACvB%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAIJ%2CwBAH8C%3BEAG9C%2CIANI%2CIAAI%2CkBAAmB%3BIAInB%2CaAAA%3B%3B%3BAAkBR%2CwBAd0C%3BEACtC%2CKAAK%2COAAO%2CSAAU%2CQAAO%2CMAAO%2COAAM%2CWAAY%3BIAClD%2C2BAAA%3B%3BEAEJ%2CYAAY%2CQAAS%3BIACjB%2CsBAAA%3B%3BEAGJ%2CUAAW%2CMAAK%2CQAAS%2CEAAC%3BEAC1B%2CUAAW%2CMAAK%2CQAAS%2COAAM%3BIAC3B%2CmBAAA%3B%3B%3BAAIR%2CqBACI%2CeACA%2CeAAc%2CsBACd%3BEACA%2CWAAA%3B%3BAAIJ%2CwBAH%2BC%3BEAG%5C%2FC%2CqBAPI%2CeACA%2CeAAc%2CsBACd%3BIAGI%2CmBAAA%3B%3B%3BAAKA%2CcADJ%2CcACK%2CSACG%2CuBACI%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAMpB%2C8BACI%2CsBACA%2CiBACE%3BEACF%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CeAAgB%2CeAAe%2CcAAc%3BEACzC%2CkBAAA%3B%3BAAEJ%2CSAAU%2CQAAO%3BAAAjB%2CS7Ix8CI%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BA6Iw8ClF%2CS7Iv8CI%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BA6Iu8CpF%2CS7Iv8CI%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BA6Iw8ClF%2CS7Ix8CI%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BE6Iw8ChF%2CgBAAA%3B%3B%3BAAKA%2CYAAC%3BEACG%2CWAAA%3B%3BAAEJ%2CYAAC%3BEACG%2CmBAAA%3B%3BAAEJ%2CYAAC%3BEACG%2CmBAAA%3B%3B%3BAAWJ%2CQAJyC%3BEAIzC%2CaALA%3BIAEQ%2CeAAA%3BIACA%2CgBAAA%3B%3B%3BAAOJ%2CQAHqC%3BEAGrC%2CaAJJ%3BIAEQ%2CkBAAA%3B%3B%3BAATZ%2CaAOI%2CkBAII%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3B%3BAAKJ%2CQAJyC%3BEAIzC%2CaAdJ%2CkBAII%3BIAOQ%2CeAAA%3BIACA%2CcAAA%3B%3B%3BAAnBhB%2CaAOI%2CkBAeI%3BEACI%2CmBAAA%3B%3BAAIA%2CQAHqC%3BEAGrC%2CaApBR%2CkBAeI%3BIAGQ%2CgBAAA%3B%3B%3BAAWJ%2CQARmC%3BEAC3B%2CaAtBhB%2CkBAeI%2C0BAKI%2CoBAES%3BIACG%2CmBAAA%3B%3BEAEJ%2CaAzBhB%2CkBAeI%2C0BAKI%2CoBAKS%3BIACG%2CkBAAA%3B%3B%3BAAjCxB%2CaAOI%2CkBAeI%2C0BAeI%3BEACI%2CuBAAA%3B%3BAAIJ%2CQAHyC%3BEAGzC%2CaAnCR%2CkBAeI%2C0BAeI%3BIAGQ%2CQAAA%3B%3B%3BAAQJ%2CQAJqC%3BEAIrC%2CaAzCZ%2CkBAeI%2C0BAqBI%3BIAEQ%2CQAAA%3BIACA%2CeAAA%3B%3B%3BAA9CpB%2CaAOI%2CkBAeI%2C0BAqBI%2CaAKI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2C0BAAA%3B%3BAAIJ%2CQAHyC%3BEAGzC%2CaAjDZ%2CkBAeI%2C0BAqBI%2CaAKI%3BIAMQ%2CeAAA%3B%3B%3BAAtDxB%2CaAOI%2CkBAeI%2C0BAqBI%2CaAcI%3BEACI%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3B%3BAAIA%2CQAHqC%3BEAGrC%2CaAzDhB%2CkBAeI%2C0BAqBI%2CaAcI%3BIAKQ%2CeAAA%3B%3B%3BAA9DxB%2CaAOI%2CkBAeI%2C0BAqBI%2CaAcI%2CEAOI%3BEACI%2CgBAAA%3B%3BAAjExB%2CaAOI%2CkBA%2BDI%3BEACI%2CmBAAA%3B%3BAAIA%2CQAHqC%3BEAGrC%2CaApER%2CkBA%2BDI%3BIAGQ%2CmBAAA%3B%3B%3BAAzEhB%2CaAkFI%2CmBACI%3BEACI%2CaAAa%2COAAb%3BEACA%2CqBAAA%3BEACA%2CeAAA%3B%3BAAtFZ%2CaAkFI%2CmBACI%2COAII%3BEACI%2CgBAAA%3B%3BAAKR%2CQAHyC%3BEAGzC%2CaAXJ%2CmBACI%3BIAQQ%2CeAAA%3B%3B%3BAA3FhB%2CaAkFI%2CmBAYI%3BEACI%2CeAAA%3B%3BAAIJ%2CQAHyC%3BEAGzC%2CaAjBJ%2CmBAYI%3BIAGQ%2CeAAA%3B%3B%3BAAMhB%3BAACA%3BAACA%3BAACA%3BAACA%3BEACI%2CkBAAA%3BEACA%2CWAAA%3B%3BAANJ%2CiBAOI%3BAANJ%2COAMI%3BAALJ%2CYAKI%3BAAJJ%2CkBAII%3BAAHJ%2CeAGI%3BEACI%2CUAAA%3B%3BAARR%2CiBAUI%2CMAAK%3BAATT%2COASI%2CMAAK%3BAART%2CYAQI%2CMAAK%3BAAPT%2CkBAOI%2CMAAK%3BAANT%2CeAMI%2CMAAK%3BEACD%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAdR%2CiBAUI%2CMAAK%2CMAKD%3BAAdR%2COASI%2CMAAK%2CMAKD%3BAAbR%2CYAQI%2CMAAK%2CMAKD%3BAAZR%2CkBAOI%2CMAAK%2CMAKD%3BAAXR%2CeAMI%2CMAAK%2CMAKD%3BEACI%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BAAvBZ%2CiBAUI%2CMAAK%2CMAeD%3BAAxBR%2COASI%2CMAAK%2CMAeD%3BAAvBR%2CYAQI%2CMAAK%2CMAeD%3BAAtBR%2CkBAOI%2CMAAK%2CMAeD%3BAArBR%2CeAMI%2CMAAK%2CMAeD%3BEACI%2CYAAA%3B%3BAAEJ%2CiBAlBJ%2CMAAK%2CMAkBA%3BAAAD%2COAlBJ%2CMAAK%2CMAkBA%3BAAAD%2CYAlBJ%2CMAAK%2CMAkBA%3BAAAD%2CkBAlBJ%2CMAAK%2CMAkBA%3BAAAD%2CeAlBJ%2CMAAK%2CMAkBA%3BEACG%2CQAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CaAAa%2CQAAb%3BEACA%2CmBAAA%3B%3BAANJ%2CiBAlBJ%2CMAAK%2CMAkBA%2CuBAOG%3BAAPJ%2COAlBJ%2CMAAK%2CMAkBA%2CuBAOG%3BAAPJ%2CYAlBJ%2CMAAK%2CMAkBA%2CuBAOG%3BAAPJ%2CkBAlBJ%2CMAAK%2CMAkBA%2CuBAOG%3BAAPJ%2CeAlBJ%2CMAAK%2CMAkBA%2CuBAOG%3BEACI%2CMAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAACA%2CiBA7BZ%2CMAAK%2CMAkBA%2CuBAOG%2CKAIK%3BAAAD%2COA7BZ%2CMAAK%2CMAkBA%2CuBAOG%2CKAIK%3BAAAD%2CYA7BZ%2CMAAK%2CMAkBA%2CuBAOG%2CKAIK%3BAAAD%2CkBA7BZ%2CMAAK%2CMAkBA%2CuBAOG%2CKAIK%3BAAAD%2CeA7BZ%2CMAAK%2CMAkBA%2CuBAOG%2CKAIK%3BEACG%2CSAAS%2CEAAT%3B%3BAAxCpB%2CiBA6CI%3BAA5CJ%2COA4CI%3BAA3CJ%2CYA2CI%3BAA1CJ%2CkBA0CI%3BAAzCJ%2CeAyCI%3BEACI%2CgBAAA%3B%3BAA9CR%2CiBA6CI%2CaAEI%2CiBACI%3BAA%5C%2FCZ%2COA4CI%2CaAEI%2CiBACI%3BAA9CZ%2CYA2CI%2CaAEI%2CiBACI%3BAA7CZ%2CkBA0CI%2CaAEI%2CiBACI%3BAA5CZ%2CeAyCI%2CaAEI%2CiBACI%3BAA9%2BCR%2CYAlLQ%2CsBAkLP%2C4BA6EG%2CuBA2DI%2CsBAKI%2CMACI%3BEAi2CJ%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAIA%2CQAH%2BB%3BEAG%5C%2FB%2CiBATZ%2CaAEI%2CiBACI%3BEAMI%2COATZ%2CaAEI%2CiBACI%3BEAMI%2CYATZ%2CaAEI%2CiBACI%3BEAMI%2CkBATZ%2CaAEI%2CiBACI%3BEAMI%2CeATZ%2CaAEI%2CiBACI%3BEA9%2BCR%2CYAlLQ%2CsBAkLP%2C4BA6EG%2CuBA2DI%2CsBAKI%2CMACI%3BIAo2CA%2CeAAA%3B%3B%3BAApDpB%2CiBA6CI%2CaAEI%2CiBACI%2CMAMI%3BAArDhB%2COA4CI%2CaAEI%2CiBACI%2CMAMI%3BAApDhB%2CYA2CI%2CaAEI%2CiBACI%2CMAMI%3BAAnDhB%2CkBA0CI%2CaAEI%2CiBACI%2CMAMI%3BAAlDhB%2CeAyCI%2CaAEI%2CiBACI%2CMAMI%3BEACI%2CkBAAA%3B%3BAAvDpB%2CiBA6CI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%3BAAvDpB%2COA4CI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%3BAAtDpB%2CYA2CI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%3BAArDpB%2CkBA0CI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%3BAApDpB%2CeAyCI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%3BAAxDpB%2CiBA6CI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%3BAAxDpB%2COA4CI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%3BAAvDpB%2CYA2CI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%3BAAtDpB%2CkBA0CI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%3BAArDpB%2CeAyCI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%3BAAzDpB%2CiBA6CI%2CaAEI%2CiBACI%2CMAMI%2CWAII%3BAAzDpB%2COA4CI%2CaAEI%2CiBACI%2CMAMI%2CWAII%3BAAxDpB%2CYA2CI%2CaAEI%2CiBACI%2CMAMI%2CWAII%3BAAvDpB%2CkBA0CI%2CaAEI%2CiBACI%2CMAMI%2CWAII%3BAAtDpB%2CeAyCI%2CaAEI%2CiBACI%2CMAMI%2CWAII%3BAAx%5C%2FChB%2CYAlLQ%2CsBAkLP%2C4BA6EG%2CuBA2DI%2CsBAKI%2CMACI%2CeAMI%2CWA6BI%3BEAw0CJ%2CaAAa%2CQAAb%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3B%3BAAhExB%2CiBA6CI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBASI%3BAAhExB%2COA4CI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBASI%3BAA%5C%2FDxB%2CYA2CI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBASI%3BAA9DxB%2CkBA0CI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBASI%3BAA7DxB%2CeAyCI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBASI%3BAAjExB%2CiBA6CI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAQI%3BAAhExB%2COA4CI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAQI%3BAA%5C%2FDxB%2CYA2CI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAQI%3BAA9DxB%2CkBA0CI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAQI%3BAA7DxB%2CeAyCI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAQI%3BAAjExB%2CiBA6CI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAOI%3BAAhExB%2COA4CI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAOI%3BAA%5C%2FDxB%2CYA2CI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAOI%3BAA9DxB%2CkBA0CI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAOI%3BAA7DxB%2CeAyCI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAOI%3BAAjExB%2CiBA6CI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAUI%3BAAjExB%2COA4CI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAUI%3BAAhExB%2CYA2CI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAUI%3BAA%5C%2FDxB%2CkBA0CI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAUI%3BAA9DxB%2CeAyCI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAUI%3BAAlExB%2CiBA6CI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeASI%3BAAjExB%2COA4CI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeASI%3BAAhExB%2CYA2CI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeASI%3BAA%5C%2FDxB%2CkBA0CI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeASI%3BAA9DxB%2CeAyCI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeASI%3BAAlExB%2CiBA6CI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAQI%3BAAjExB%2COA4CI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAQI%3BAAhExB%2CYA2CI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAQI%3BAA%5C%2FDxB%2CkBA0CI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAQI%3BAA9DxB%2CeAyCI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAQI%3BAAlExB%2CiBA6CI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAWI%3BAAlExB%2COA4CI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAWI%3BAAjExB%2CYA2CI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAWI%3BAAhExB%2CkBA0CI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAWI%3BAA%5C%2FDxB%2CeAyCI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAWI%3BAAnExB%2CiBA6CI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAUI%3BAAlExB%2COA4CI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAUI%3BAAjExB%2CYA2CI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAUI%3BAAhExB%2CkBA0CI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAUI%3BAA%5C%2FDxB%2CeAyCI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAUI%3BAAnExB%2CiBA6CI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBASI%3BAAlExB%2COA4CI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBASI%3BAAjExB%2CYA2CI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBASI%3BAAhExB%2CkBA0CI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBASI%3BAA%5C%2FDxB%2CeAyCI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBASI%3BAAjgDpB%2CYAlLQ%2CsBAkLP%2C4BA6EG%2CuBA2DI%2CsBAKI%2CMACI%2CeAMI%2CWA6BI%2CgBAQI%3BEAy0CJ%2CcAAA%3BEACA%2CeAAA%3BEAEA%2CaAAA%3BEACA%2C0BAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2C4BAAA%3BEACA%2CcAAA%3B%3BAA9E5B%2CiBA6CI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBASI%2CcAcI%3BAA9E5B%2COA4CI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBASI%2CcAcI%3BAA7E5B%2CYA2CI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBASI%2CcAcI%3BAA5E5B%2CkBA0CI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBASI%2CcAcI%3BAA3E5B%2CeAyCI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBASI%2CcAcI%3BAA%5C%2FE5B%2CiBA6CI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAQI%2CcAcI%3BAA9E5B%2COA4CI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAQI%2CcAcI%3BAA7E5B%2CYA2CI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAQI%2CcAcI%3BAA5E5B%2CkBA0CI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAQI%2CcAcI%3BAA3E5B%2CeAyCI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAQI%2CcAcI%3BAA%5C%2FE5B%2CiBA6CI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAOI%2CcAcI%3BAA9E5B%2COA4CI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAOI%2CcAcI%3BAA7E5B%2CYA2CI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAOI%2CcAcI%3BAA5E5B%2CkBA0CI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAOI%2CcAcI%3BAA3E5B%2CeAyCI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAOI%2CcAcI%3BAA%5C%2FE5B%2CiBA6CI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAUI%2CYAaI%3BAA9E5B%2COA4CI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAUI%2CYAaI%3BAA7E5B%2CYA2CI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAUI%2CYAaI%3BAA5E5B%2CkBA0CI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAUI%2CYAaI%3BAA3E5B%2CeAyCI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAUI%2CYAaI%3BAA%5C%2FE5B%2CiBA6CI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeASI%2CYAaI%3BAA9E5B%2COA4CI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeASI%2CYAaI%3BAA7E5B%2CYA2CI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeASI%2CYAaI%3BAA5E5B%2CkBA0CI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeASI%2CYAaI%3BAA3E5B%2CeAyCI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeASI%2CYAaI%3BAA%5C%2FE5B%2CiBA6CI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAQI%2CYAaI%3BAA9E5B%2COA4CI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAQI%2CYAaI%3BAA7E5B%2CYA2CI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAQI%2CYAaI%3BAA5E5B%2CkBA0CI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAQI%2CYAaI%3BAA3E5B%2CeAyCI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAQI%2CYAaI%3BAA%5C%2FE5B%2CiBA6CI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAWI%2CeAYI%3BAA9E5B%2COA4CI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAWI%2CeAYI%3BAA7E5B%2CYA2CI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAWI%2CeAYI%3BAA5E5B%2CkBA0CI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAWI%2CeAYI%3BAA3E5B%2CeAyCI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAWI%2CeAYI%3BAA%5C%2FE5B%2CiBA6CI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAUI%2CeAYI%3BAA9E5B%2COA4CI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAUI%2CeAYI%3BAA7E5B%2CYA2CI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAUI%2CeAYI%3BAA5E5B%2CkBA0CI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAUI%2CeAYI%3BAA3E5B%2CeAyCI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAUI%2CeAYI%3BAA%5C%2FE5B%2CiBA6CI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBASI%2CeAYI%3BAA9E5B%2COA4CI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBASI%2CeAYI%3BAA7E5B%2CYA2CI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBASI%2CeAYI%3BAA5E5B%2CkBA0CI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBASI%2CeAYI%3BAA3E5B%2CeAyCI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBASI%2CeAYI%3BEACI%2CeAAA%3BEACA%2CwBAAA%3B%3BAAQR%2CQANmC%3BEAMnC%2CiBA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBASI%3BEAwBA%2COA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBASI%3BEAwBA%2CYA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBASI%3BEAwBA%2CkBA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBASI%3BEAwBA%2CeA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBASI%3BEAwBA%2CiBA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAQI%3BEAwBA%2COA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAQI%3BEAwBA%2CYA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAQI%3BEAwBA%2CkBA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAQI%3BEAwBA%2CeA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAQI%3BEAwBA%2CiBA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAOI%3BEAwBA%2COA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAOI%3BEAwBA%2CYA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAOI%3BEAwBA%2CkBA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAOI%3BEAwBA%2CeA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAOI%3BEAwBA%2CiBA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAUI%3BEAuBA%2COA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAUI%3BEAuBA%2CYA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAUI%3BEAuBA%2CkBA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAUI%3BEAuBA%2CeA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAUI%3BEAuBA%2CiBA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeASI%3BEAuBA%2COA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeASI%3BEAuBA%2CYA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeASI%3BEAuBA%2CkBA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeASI%3BEAuBA%2CeA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeASI%3BEAuBA%2CiBA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAQI%3BEAuBA%2COA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAQI%3BEAuBA%2CYA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAQI%3BEAuBA%2CkBA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAQI%3BEAuBA%2CeA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAQI%3BEAuBA%2CiBA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAWI%3BEAsBA%2COA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAWI%3BEAsBA%2CYA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAWI%3BEAsBA%2CkBA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAWI%3BEAsBA%2CeA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAWI%3BEAsBA%2CiBA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAUI%3BEAsBA%2COA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAUI%3BEAsBA%2CYA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAUI%3BEAsBA%2CkBA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAUI%3BEAsBA%2CeA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAUI%3BEAsBA%2CiBA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBASI%3BEAsBA%2COA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBASI%3BEAsBA%2CYA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBASI%3BEAsBA%2CkBA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBASI%3BEAsBA%2CeA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBASI%3BEAjgDpB%2CYAlLQ%2CsBAkLP%2C4BA6EG%2CuBA2DI%2CsBAKI%2CMACI%2CeAMI%2CWA6BI%2CgBAQI%3BIAy1CA%2CeAAA%3B%3BEAKR%2CiBA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBASI%2CcAoBQ%3BEAIR%2COA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBASI%2CcAoBQ%3BEAIR%2CYA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBASI%2CcAoBQ%3BEAIR%2CkBA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBASI%2CcAoBQ%3BEAIR%2CeA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBASI%2CcAoBQ%3BEAIR%2CiBA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAQI%2CcAoBQ%3BEAIR%2COA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAQI%2CcAoBQ%3BEAIR%2CYA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAQI%2CcAoBQ%3BEAIR%2CkBA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAQI%2CcAoBQ%3BEAIR%2CeA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAQI%2CcAoBQ%3BEAIR%2CiBA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAOI%2CcAoBQ%3BEAIR%2COA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAOI%2CcAoBQ%3BEAIR%2CYA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAOI%2CcAoBQ%3BEAIR%2CkBA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAOI%2CcAoBQ%3BEAIR%2CeA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAOI%2CcAoBQ%3BEAIR%2CiBA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAUI%2CYAmBQ%3BEAIR%2COA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAUI%2CYAmBQ%3BEAIR%2CYA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAUI%2CYAmBQ%3BEAIR%2CkBA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAUI%2CYAmBQ%3BEAIR%2CeA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAUI%2CYAmBQ%3BEAIR%2CiBA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeASI%2CYAmBQ%3BEAIR%2COA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeASI%2CYAmBQ%3BEAIR%2CYA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeASI%2CYAmBQ%3BEAIR%2CkBA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeASI%2CYAmBQ%3BEAIR%2CeA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeASI%2CYAmBQ%3BEAIR%2CiBA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAQI%2CYAmBQ%3BEAIR%2COA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAQI%2CYAmBQ%3BEAIR%2CYA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAQI%2CYAmBQ%3BEAIR%2CkBA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAQI%2CYAmBQ%3BEAIR%2CeA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAQI%2CYAmBQ%3BEAIR%2CiBA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAWI%2CeAkBQ%3BEAIR%2COA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAWI%2CeAkBQ%3BEAIR%2CYA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAWI%2CeAkBQ%3BEAIR%2CkBA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAWI%2CeAkBQ%3BEAIR%2CeA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAWI%2CeAkBQ%3BEAIR%2CiBA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAUI%2CeAkBQ%3BEAIR%2COA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAUI%2CeAkBQ%3BEAIR%2CYA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAUI%2CeAkBQ%3BEAIR%2CkBA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAUI%2CeAkBQ%3BEAIR%2CeA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAUI%2CeAkBQ%3BEAIR%2CiBA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBASI%2CeAkBQ%3BEAIR%2COA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBASI%2CeAkBQ%3BEAIR%2CYA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBASI%2CeAkBQ%3BEAIR%2CkBA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBASI%2CeAkBQ%3BEAIR%2CeA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBASI%2CeAkBQ%3BIACI%2CeAAA%3B%3B%3BAAtFpC%2CiBA6CI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAkCI%3BAAzFxB%2COA4CI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAkCI%3BAAxFxB%2CYA2CI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAkCI%3BAAvFxB%2CkBA0CI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAkCI%3BAAtFxB%2CeAyCI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAkCI%3BAA1FxB%2CiBA6CI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAiCI%3BAAzFxB%2COA4CI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAiCI%3BAAxFxB%2CYA2CI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAiCI%3BAAvFxB%2CkBA0CI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAiCI%3BAAtFxB%2CeAyCI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAiCI%3BAA1FxB%2CiBA6CI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAgCI%3BAAzFxB%2COA4CI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAgCI%3BAAxFxB%2CYA2CI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAgCI%3BAAvFxB%2CkBA0CI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAgCI%3BAAtFxB%2CeAyCI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAgCI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CaAAa%2CQAAb%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2C4BAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAIJ%2CQAHmC%3BEAGnC%2CiBA3DpB%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAkCI%3BEAcA%2COA3DpB%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAkCI%3BEAcA%2CYA3DpB%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAkCI%3BEAcA%2CkBA3DpB%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAkCI%3BEAcA%2CeA3DpB%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAkCI%3BEAcA%2CiBA3DpB%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAiCI%3BEAcA%2COA3DpB%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAiCI%3BEAcA%2CYA3DpB%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAiCI%3BEAcA%2CkBA3DpB%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAiCI%3BEAcA%2CeA3DpB%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAiCI%3BEAcA%2CiBA3DpB%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAgCI%3BEAcA%2COA3DpB%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAgCI%3BEAcA%2CYA3DpB%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAgCI%3BEAcA%2CkBA3DpB%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAgCI%3BEAcA%2CeA3DpB%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAgCI%3BIAYQ%2CeAAA%3B%3B%3BAAtGhC%2CiBA6CI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAkDI%3BAAzGxB%2COA4CI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAkDI%3BAAxGxB%2CYA2CI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAkDI%3BAAvGxB%2CkBA0CI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAkDI%3BAAtGxB%2CeAyCI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAkDI%3BAA1GxB%2CiBA6CI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAiDI%3BAAzGxB%2COA4CI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAiDI%3BAAxGxB%2CYA2CI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAiDI%3BAAvGxB%2CkBA0CI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAiDI%3BAAtGxB%2CeAyCI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAiDI%3BAA1GxB%2CiBA6CI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAgDI%3BAAzGxB%2COA4CI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAgDI%3BAAxGxB%2CYA2CI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAgDI%3BAAvGxB%2CkBA0CI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAgDI%3BAAtGxB%2CeAyCI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAgDI%3BEACI%2CgBAAA%3B%3BAA3G5B%2CiBA6CI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAkDI%2CcAEI%3BAA3G5B%2COA4CI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAkDI%2CcAEI%3BAA1G5B%2CYA2CI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAkDI%2CcAEI%3BAAzG5B%2CkBA0CI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAkDI%2CcAEI%3BAAxG5B%2CeAyCI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAkDI%2CcAEI%3BAA5G5B%2CiBA6CI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAiDI%2CcAEI%3BAA3G5B%2COA4CI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAiDI%2CcAEI%3BAA1G5B%2CYA2CI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAiDI%2CcAEI%3BAAzG5B%2CkBA0CI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAiDI%2CcAEI%3BAAxG5B%2CeAyCI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAiDI%2CcAEI%3BAA5G5B%2CiBA6CI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAgDI%2CcAEI%3BAA3G5B%2COA4CI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAgDI%2CcAEI%3BAA1G5B%2CYA2CI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAgDI%2CcAEI%3BAAzG5B%2CkBA0CI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAgDI%2CcAEI%3BAAxG5B%2CeAyCI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAgDI%2CcAEI%3BAA1iDxB%2CYAlLQ%2CsBAkLP%2C4BA6EG%2CuBA2DI%2CsBAKI%2CMACI%2CeAMI%2CWA6BI%2CgBAiBI%2CiBACI%2CEAAC%2COAAO%3BEAw2CZ%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CuBAAA%3B%3BAAIA%2CQAH%2BB%3BEAG%5C%2FB%2CiBA3E5B%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAkDI%2CcAEI%3BEAYI%2COA3E5B%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAkDI%2CcAEI%3BEAYI%2CYA3E5B%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAkDI%2CcAEI%3BEAYI%2CkBA3E5B%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAkDI%2CcAEI%3BEAYI%2CeA3E5B%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAkDI%2CcAEI%3BEAYI%2CiBA3E5B%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAiDI%2CcAEI%3BEAYI%2COA3E5B%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAiDI%2CcAEI%3BEAYI%2CYA3E5B%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAiDI%2CcAEI%3BEAYI%2CkBA3E5B%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAiDI%2CcAEI%3BEAYI%2CeA3E5B%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAiDI%2CcAEI%3BEAYI%2CiBA3E5B%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAgDI%2CcAEI%3BEAYI%2COA3E5B%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAgDI%2CcAEI%3BEAYI%2CYA3E5B%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAgDI%2CcAEI%3BEAYI%2CkBA3E5B%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAgDI%2CcAEI%3BEAYI%2CeA3E5B%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAgDI%2CcAEI%3BEA1iDxB%2CYAlLQ%2CsBAkLP%2C4BA6EG%2CuBA2DI%2CsBAKI%2CMACI%2CeAMI%2CWA6BI%2CgBAiBI%2CiBACI%2CEAAC%2COAAO%3BIAi3CR%2CeAAA%3B%3B%3BAAEJ%2CiBA3E5B%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAkDI%2CcAEI%2CaAYK%3BAAAD%2COA3E5B%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAkDI%2CcAEI%2CaAYK%3BAAAD%2CYA3E5B%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAkDI%2CcAEI%2CaAYK%3BAAAD%2CkBA3E5B%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAkDI%2CcAEI%2CaAYK%3BAAAD%2CeA3E5B%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAkDI%2CcAEI%2CaAYK%3BAAAD%2CiBA3E5B%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAiDI%2CcAEI%2CaAYK%3BAAAD%2COA3E5B%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAiDI%2CcAEI%2CaAYK%3BAAAD%2CYA3E5B%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAiDI%2CcAEI%2CaAYK%3BAAAD%2CkBA3E5B%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAiDI%2CcAEI%2CaAYK%3BAAAD%2CeA3E5B%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAiDI%2CcAEI%2CaAYK%3BAAAD%2CiBA3E5B%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAgDI%2CcAEI%2CaAYK%3BAAAD%2COA3E5B%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAgDI%2CcAEI%2CaAYK%3BAAAD%2CYA3E5B%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAgDI%2CcAEI%2CaAYK%3BAAAD%2CkBA3E5B%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAgDI%2CcAEI%2CaAYK%3BAAAD%2CeA3E5B%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAgDI%2CcAEI%2CaAYK%3BAACD%2CiBA5E5B%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAkDI%2CcAEI%2CaAaK%3BAAAD%2COA5E5B%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAkDI%2CcAEI%2CaAaK%3BAAAD%2CYA5E5B%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAkDI%2CcAEI%2CaAaK%3BAAAD%2CkBA5E5B%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAkDI%2CcAEI%2CaAaK%3BAAAD%2CeA5E5B%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAkDI%2CcAEI%2CaAaK%3BAAAD%2CiBA5E5B%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAiDI%2CcAEI%2CaAaK%3BAAAD%2COA5E5B%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAiDI%2CcAEI%2CaAaK%3BAAAD%2CYA5E5B%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAiDI%2CcAEI%2CaAaK%3BAAAD%2CkBA5E5B%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAiDI%2CcAEI%2CaAaK%3BAAAD%2CeA5E5B%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAiDI%2CcAEI%2CaAaK%3BAAAD%2CiBA5E5B%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAgDI%2CcAEI%2CaAaK%3BAAAD%2COA5E5B%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAgDI%2CcAEI%2CaAaK%3BAAAD%2CYA5E5B%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAgDI%2CcAEI%2CaAaK%3BAAAD%2CkBA5E5B%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAgDI%2CcAEI%2CaAaK%3BAAAD%2CeA5E5B%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAgDI%2CcAEI%2CaAaK%3BAACD%2CiBA7E5B%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAkDI%2CcAEI%2CaAcK%3BAAAD%2COA7E5B%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAkDI%2CcAEI%2CaAcK%3BAAAD%2CYA7E5B%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAkDI%2CcAEI%2CaAcK%3BAAAD%2CkBA7E5B%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAkDI%2CcAEI%2CaAcK%3BAAAD%2CeA7E5B%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAkDI%2CcAEI%2CaAcK%3BAAAD%2CiBA7E5B%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAiDI%2CcAEI%2CaAcK%3BAAAD%2COA7E5B%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAiDI%2CcAEI%2CaAcK%3BAAAD%2CYA7E5B%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAiDI%2CcAEI%2CaAcK%3BAAAD%2CkBA7E5B%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAiDI%2CcAEI%2CaAcK%3BAAAD%2CeA7E5B%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAiDI%2CcAEI%2CaAcK%3BAAAD%2CiBA7E5B%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAgDI%2CcAEI%2CaAcK%3BAAAD%2COA7E5B%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAgDI%2CcAEI%2CaAcK%3BAAAD%2CYA7E5B%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAgDI%2CcAEI%2CaAcK%3BAAAD%2CkBA7E5B%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAgDI%2CcAEI%2CaAcK%3BAAAD%2CeA7E5B%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAgDI%2CcAEI%2CaAcK%3BEACG%2CmBAAA%3BEACA%2CYAAA%3B%3BAA5HpC%2CiBA6CI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAkDI%2CcAEI%2CaAkBI%3BAA7HhC%2COA4CI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAkDI%2CcAEI%2CaAkBI%3BAA5HhC%2CYA2CI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAkDI%2CcAEI%2CaAkBI%3BAA3HhC%2CkBA0CI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAkDI%2CcAEI%2CaAkBI%3BAA1HhC%2CeAyCI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAkDI%2CcAEI%2CaAkBI%3BAA9HhC%2CiBA6CI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAiDI%2CcAEI%2CaAkBI%3BAA7HhC%2COA4CI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAiDI%2CcAEI%2CaAkBI%3BAA5HhC%2CYA2CI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAiDI%2CcAEI%2CaAkBI%3BAA3HhC%2CkBA0CI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAiDI%2CcAEI%2CaAkBI%3BAA1HhC%2CeAyCI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAiDI%2CcAEI%2CaAkBI%3BAA9HhC%2CiBA6CI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAgDI%2CcAEI%2CaAkBI%3BAA7HhC%2COA4CI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAgDI%2CcAEI%2CaAkBI%3BAA5HhC%2CYA2CI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAgDI%2CcAEI%2CaAkBI%3BAA3HhC%2CkBA0CI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAgDI%2CcAEI%2CaAkBI%3BAA1HhC%2CeAyCI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAgDI%2CcAEI%2CaAkBI%3BEACI%2CgBAAA%3B%3BAA%5C%2FHpC%2CiBA6CI%2CaAEI%2CiBACI%2CMAMI%2CWA%2BEI%3BAApIpB%2COA4CI%2CaAEI%2CiBACI%2CMAMI%2CWA%2BEI%3BAAnIpB%2CYA2CI%2CaAEI%2CiBACI%2CMAMI%2CWA%2BEI%3BAAlIpB%2CkBA0CI%2CaAEI%2CiBACI%2CMAMI%2CWA%2BEI%3BAAjIpB%2CeAyCI%2CaAEI%2CiBACI%2CMAMI%2CWA%2BEI%3BAAnkDhB%2CYAlLQ%2CsBAkLP%2C4BA6EG%2CuBA2DI%2CsBAKI%2CMACI%2CeAMI%2CWACI%3BEA%2B6CJ%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAA5IxB%2CiBA6CI%2CaAEI%2CiBACI%2CMAMI%2CWA%2BEI%2CSAQI%3BAA5IxB%2COA4CI%2CaAEI%2CiBACI%2CMAMI%2CWA%2BEI%2CSAQI%3BAA3IxB%2CYA2CI%2CaAEI%2CiBACI%2CMAMI%2CWA%2BEI%2CSAQI%3BAA1IxB%2CkBA0CI%2CaAEI%2CiBACI%2CMAMI%2CWA%2BEI%2CSAQI%3BAAzIxB%2CeAyCI%2CaAEI%2CiBACI%2CMAMI%2CWA%2BEI%2CSAQI%3BAA3kDpB%2CYAlLQ%2CsBAkLP%2C4BA6EG%2CuBA2DI%2CsBAKI%2CMACI%2CeAMI%2CWACI%2CSAQI%3BEA%2B6CJ%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAMA%2CQAL%2BB%3BEAK%5C%2FB%2CiBA7GxB%2CaAEI%2CiBACI%2CMAMI%2CWA%2BEI%2CSAQI%3BEAaI%2COA7GxB%2CaAEI%2CiBACI%2CMAMI%2CWA%2BEI%2CSAQI%3BEAaI%2CYA7GxB%2CaAEI%2CiBACI%2CMAMI%2CWA%2BEI%2CSAQI%3BEAaI%2CkBA7GxB%2CaAEI%2CiBACI%2CMAMI%2CWA%2BEI%2CSAQI%3BEAaI%2CeA7GxB%2CaAEI%2CiBACI%2CMAMI%2CWA%2BEI%2CSAQI%3BEA3kDpB%2CYAlLQ%2CsBAkLP%2C4BA6EG%2CuBA2DI%2CsBAKI%2CMACI%2CeAMI%2CWACI%2CSAQI%3BIAu7CA%2CiBAAA%3BIACA%2CiBAAA%3B%3B%3BAAvJhC%2CiBA6CI%2CaAEI%2CiBACI%2CMAMI%2CWA%2BEI%2CSAQI%2CWAaI%3BAAzJ5B%2COA4CI%2CaAEI%2CiBACI%2CMAMI%2CWA%2BEI%2CSAQI%2CWAaI%3BAAxJ5B%2CYA2CI%2CaAEI%2CiBACI%2CMAMI%2CWA%2BEI%2CSAQI%2CWAaI%3BAAvJ5B%2CkBA0CI%2CaAEI%2CiBACI%2CMAMI%2CWA%2BEI%2CSAQI%2CWAaI%3BAAtJ5B%2CeAyCI%2CaAEI%2CiBACI%2CMAMI%2CWA%2BEI%2CSAQI%2CWAaI%3BAAxlDxB%2CYAlLQ%2CsBAkLP%2C4BA6EG%2CuBA2DI%2CsBAKI%2CMACI%2CeAMI%2CWACI%2CSAQI%2CWAQI%3BEAo7CJ%2CYAAY%2CiBAAZ%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CWAAW%2CiBAAX%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CqBAAX%3B%3BAAShC%3BEACI%2CkBAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3BEACA%2C0CAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAPJ%2CcAQI%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CeAAX%3B%3BAAIR%2CsBACI%2CYACI%3BEACI%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAASA%2CQAP%2BB%3BEAO%5C%2FB%2CsBAdR%2CYACI%3BIAOQ%2CmBAAA%3BIACA%2CuBAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3B%3B%3BAAZhB%2CsBACI%2CYACI%2CsBAaI%2CcAKI%3BEACI%2CkBAAA%3B%3BAAKI%2CQAH%2BB%3BEAG%5C%2FB%2CsBAzBpB%2CYACI%2CsBAaI%2CcAKI%2CMAEI%3BIAEQ%2CgBAAA%3B%3B%3BAAxB5B%2CsBACI%2CYACI%2CsBAaI%2CcAKI%2CMAgBI%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CMAAA%3B%3BAAvCxB%2CsBACI%2CYACI%2CsBAaI%2CcAKI%2CMAgBI%2CSAII%2COAAM%3BEACF%2CgBAAA%3B%3BAACA%2CsBAzCxB%2CYACI%2CsBAaI%2CcAKI%2CMAgBI%2CSAII%2COAAM%2COAED%3BEACG%2CeAAA%3BEACA%2CcAAA%3B%3BAA5ChC%2CsBACI%2CYACI%2CsBAiDI%2CsBACI%3BEACI%2C0BAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CaAAa%2CQAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAIA%2CQAH%2BB%3BEAG%5C%2FB%2CsBAlEhB%2CYACI%2CsBAiDI%2CsBACI%3BIAaQ%2CgBAAA%3B%3B%3BAAEJ%2CsBAlEhB%2CYACI%2CsBAiDI%2CsBACI%2CSAeK%3BEACG%2CSAAS%2COAAT%3BEACA%2CaAAa%2CYAAb%3BEACA%2CeAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAQR%2CQAH%2BB%3BEAG%5C%2FB%2CsBAjFZ%2CYACI%2CsBA4EI%3BIAEQ%2CgBAAA%3B%3B%3BAAhFpB%2CsBACI%2CYACI%2CsBA4EI%2CsBAII%3BEACI%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CaAAa%2CQAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3B%3BAA3FpB%2CsBACI%2CYACI%2CsBA4FI%2CUACI%3BEACI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2C0CAAA%3BEACA%2CUAAA%3BEACA%2CaAAa%2CQAAb%3B%3BAA3GpB%2CsBACI%2CYACI%2CsBA4FI%2CUACI%2CkBAaI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CsBApHpB%2CYACI%2CsBA4FI%2CUACI%2CkBAaI%2CEASK%3BEACG%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAMpB%2CsBA7HJ%2CYA6HK%2CiBACG%2CsBACI%3B%3B%3B%3BAAhIhB%2CsBAuII%2CQAEI%3BAAzIR%2CsBAwII%2CgBACI%3BEACI%2CUAAA%3B%3BAA1IZ%2CsBAuII%2CQAKI%2CMACI%2CWACI%2CeAEI%3BAAhJpB%2CsBAwII%2CgBAII%2CMACI%2CWACI%2CeAEI%3BAAhJpB%2CsBAuII%2CQAKI%2CMACI%2CWAEI%2CiBACI%3BAAhJpB%2CsBAwII%2CgBAII%2CMACI%2CWAEI%2CiBACI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAIJ%2CQAHmC%3BEAGnC%2CsBAtBhB%2CQAKI%2CMACI%2CWACI%2CeAEI%3BEAaA%2CsBArBhB%2CgBAII%2CMACI%2CWACI%2CeAEI%3BEAaA%2CsBAtBhB%2CQAKI%2CMACI%2CWAEI%2CiBACI%3BEAaA%2CsBArBhB%2CgBAII%2CMACI%2CWAEI%2CiBACI%3BIAWQ%2CeAAA%3B%3B%3BAA3J5B%2CsBAuII%2CQAKI%2CMACI%2CWACI%2CeAgBI%3BAA9JpB%2CsBAwII%2CgBAII%2CMACI%2CWACI%2CeAgBI%3BAA9JpB%2CsBAuII%2CQAKI%2CMACI%2CWAEI%2CiBAeI%3BAA9JpB%2CsBAwII%2CgBAII%2CMACI%2CWAEI%2CiBAeI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CaAAa%2CQAAb%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAACA%2CsBAhCpB%2CQAKI%2CMACI%2CWACI%2CeAgBI%2CQASK%3BAAAD%2CsBA%5C%2FBpB%2CgBAII%2CMACI%2CWACI%2CeAgBI%2CQASK%3BAAAD%2CsBAhCpB%2CQAKI%2CMACI%2CWAEI%2CiBAeI%2CQASK%3BAAAD%2CsBA%5C%2FBpB%2CgBAII%2CMACI%2CWAEI%2CiBAeI%2CQASK%3BEACG%2CyBAAA%3B%3BAAEJ%2CsBAnCpB%2CQAKI%2CMACI%2CWACI%2CeAgBI%2CQAYK%3BAAAD%2CsBAlCpB%2CgBAII%2CMACI%2CWACI%2CeAgBI%2CQAYK%3BAAAD%2CsBAnCpB%2CQAKI%2CMACI%2CWAEI%2CiBAeI%2CQAYK%3BAAAD%2CsBAlCpB%2CgBAII%2CMACI%2CWAEI%2CiBAeI%2CQAYK%3BEACG%2CyBAAA%3B%3BAAEJ%2CsBAtCpB%2CQAKI%2CMACI%2CWACI%2CeAgBI%2CQAeK%3BAAAD%2CsBArCpB%2CgBAII%2CMACI%2CWACI%2CeAgBI%2CQAeK%3BAAAD%2CsBAtCpB%2CQAKI%2CMACI%2CWAEI%2CiBAeI%2CQAeK%3BAAAD%2CsBArCpB%2CgBAII%2CMACI%2CWAEI%2CiBAeI%2CQAeK%3BEACG%2CyBAAA%3B%3BAAEJ%2CsBAzCpB%2CQAKI%2CMACI%2CWACI%2CeAgBI%2CQAkBK%3BAAAD%2CsBAxCpB%2CgBAII%2CMACI%2CWACI%2CeAgBI%2CQAkBK%3BAAAD%2CsBAzCpB%2CQAKI%2CMACI%2CWAEI%2CiBAeI%2CQAkBK%3BAAAD%2CsBAxCpB%2CgBAII%2CMACI%2CWAEI%2CiBAeI%2CQAkBK%3BEACG%2CyBAAA%3B%3BAAEJ%2CsBA5CpB%2CQAKI%2CMACI%2CWACI%2CeAgBI%2CQAqBK%3BAAAD%2CsBA3CpB%2CgBAII%2CMACI%2CWACI%2CeAgBI%2CQAqBK%3BAAAD%2CsBA5CpB%2CQAKI%2CMACI%2CWAEI%2CiBAeI%2CQAqBK%3BAAAD%2CsBA3CpB%2CgBAII%2CMACI%2CWAEI%2CiBAeI%2CQAqBK%3BEACG%2CyBAAA%3B%3BAAEJ%2CsBA%5C%2FCpB%2CQAKI%2CMACI%2CWACI%2CeAgBI%2CQAwBK%3BAAAD%2CsBA9CpB%2CgBAII%2CMACI%2CWACI%2CeAgBI%2CQAwBK%3BAAAD%2CsBA%5C%2FCpB%2CQAKI%2CMACI%2CWAEI%2CiBAeI%2CQAwBK%3BAAAD%2CsBA9CpB%2CgBAII%2CMACI%2CWAEI%2CiBAeI%2CQAwBK%3BEACG%2CyBAAA%3B%3BAAEJ%2CsBAlDpB%2CQAKI%2CMACI%2CWACI%2CeAgBI%2CQA2BK%3BAAAD%2CsBAjDpB%2CgBAII%2CMACI%2CWACI%2CeAgBI%2CQA2BK%3BAAAD%2CsBAlDpB%2CQAKI%2CMACI%2CWAEI%2CiBAeI%2CQA2BK%3BAAAD%2CsBAjDpB%2CgBAII%2CMACI%2CWAEI%2CiBAeI%2CQA2BK%3BEACG%2CyBAAA%3B%3BAA1L5B%2CsBAuII%2CQAKI%2CMACI%2CWACI%2CeA%2BCI%3BAA7LpB%2CsBAwII%2CgBAII%2CMACI%2CWACI%2CeA%2BCI%3BAA7LpB%2CsBAuII%2CQAKI%2CMACI%2CWAEI%2CiBA8CI%3BAA7LpB%2CsBAwII%2CgBAII%2CMACI%2CWAEI%2CiBA8CI%3BEACI%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAOA%2CQAL%2BB%3BEAK%5C%2FB%2CsBAjEpB%2CQAKI%2CMACI%2CWACI%2CeA%2BCI%3BEAWI%2CsBAhEpB%2CgBAII%2CMACI%2CWACI%2CeA%2BCI%3BEAWI%2CsBAjEpB%2CQAKI%2CMACI%2CWAEI%2CiBA8CI%3BEAWI%2CsBAhEpB%2CgBAII%2CMACI%2CWAEI%2CiBA8CI%3BIAOQ%2CaAAA%3BIACA%2CmBAAA%3B%3B%3BAArM5B%2CsBAuII%2CQAKI%2CMACI%2CWACI%2CeA%2BCI%2CaAWI%3BAAxMxB%2CsBAwII%2CgBAII%2CMACI%2CWACI%2CeA%2BCI%2CaAWI%3BAAxMxB%2CsBAuII%2CQAKI%2CMACI%2CWAEI%2CiBA8CI%2CaAWI%3BAAxMxB%2CsBAwII%2CgBAII%2CMACI%2CWAEI%2CiBA8CI%2CaAWI%3BEACI%2CYAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CaAAa%2CQAAb%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAjN5B%2CsBAuII%2CQAKI%2CMACI%2CWACI%2CeA%2BCI%2CaAWI%2CoBAUI%3BAAlN5B%2CsBAwII%2CgBAII%2CMACI%2CWACI%2CeA%2BCI%2CaAWI%2CoBAUI%3BAAlN5B%2CsBAuII%2CQAKI%2CMACI%2CWAEI%2CiBA8CI%2CaAWI%2CoBAUI%3BAAlN5B%2CsBAwII%2CgBAII%2CMACI%2CWAEI%2CiBA8CI%2CaAWI%2CoBAUI%3BEACI%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CuCAAA%3B%3BAAtNhC%2CsBAuII%2CQAKI%2CMACI%2CWACI%2CeA%2BCI%2CaAWI%2CoBAgBI%3BAAxN5B%2CsBAwII%2CgBAII%2CMACI%2CWACI%2CeA%2BCI%2CaAWI%2CoBAgBI%3BAAxN5B%2CsBAuII%2CQAKI%2CMACI%2CWAEI%2CiBA8CI%2CaAWI%2CoBAgBI%3BAAxN5B%2CsBAwII%2CgBAII%2CMACI%2CWAEI%2CiBA8CI%2CaAWI%2CoBAgBI%3BEACI%2CuBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3B%3BAA7NhC%2CsBAuII%2CQAKI%2CMACI%2CWACI%2CeA%2BCI%2CaAWI%2CoBAgBI%2C0BAMI%3BAA9NhC%2CsBAwII%2CgBAII%2CMACI%2CWACI%2CeA%2BCI%2CaAWI%2CoBAgBI%2C0BAMI%3BAA9NhC%2CsBAuII%2CQAKI%2CMACI%2CWAEI%2CiBA8CI%2CaAWI%2CoBAgBI%2C0BAMI%3BAA9NhC%2CsBAwII%2CgBAII%2CMACI%2CWAEI%2CiBA8CI%2CaAWI%2CoBAgBI%2C0BAMI%3BEACI%2CWAAA%3BEACA%2CuCAAA%3B%3BAAhOpC%2CsBAuII%2CQAKI%2CMACI%2CWACI%2CeA%2BCI%2CaAwCI%3BAArOxB%2CsBAwII%2CgBAII%2CMACI%2CWACI%2CeA%2BCI%2CaAwCI%3BAArOxB%2CsBAuII%2CQAKI%2CMACI%2CWAEI%2CiBA8CI%2CaAwCI%3BAArOxB%2CsBAwII%2CgBAII%2CMACI%2CWAEI%2CiBA8CI%2CaAwCI%3BEACI%2CkBAAA%3BEACA%2CeAAA%3B%3BAACA%2CsBAjGxB%2CQAKI%2CMACI%2CWACI%2CeA%2BCI%2CaAwCI%2CUAGK%3BAAAD%2CsBAhGxB%2CgBAII%2CMACI%2CWACI%2CeA%2BCI%2CaAwCI%2CUAGK%3BAAAD%2CsBAjGxB%2CQAKI%2CMACI%2CWAEI%2CiBA8CI%2CaAwCI%2CUAGK%3BAAAD%2CsBAhGxB%2CgBAII%2CMACI%2CWAEI%2CiBA8CI%2CaAwCI%2CUAGK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CyDAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2C2BAAA%3B%3BAAIA%2CsBA9G5B%2CQAKI%2CMACI%2CWACI%2CeA%2BCI%2CaAwCI%2CUAeK%2CSACI%3BAAAD%2CsBA7G5B%2CgBAII%2CMACI%2CWACI%2CeA%2BCI%2CaAwCI%2CUAeK%2CSACI%3BAAAD%2CsBA9G5B%2CQAKI%2CMACI%2CWAEI%2CiBA8CI%2CaAwCI%2CUAeK%2CSACI%3BAAAD%2CsBA7G5B%2CgBAII%2CMACI%2CWAEI%2CiBA8CI%2CaAwCI%2CUAeK%2CSACI%3BEACG%2CwBAAA%3B%3BAAEJ%2CsBAjH5B%2CQAKI%2CMACI%2CWACI%2CeA%2BCI%2CaAwCI%2CUAeK%2CSAII%2CMAAM%3BAAAP%2CsBAhH5B%2CgBAII%2CMACI%2CWACI%2CeA%2BCI%2CaAwCI%2CUAeK%2CSAII%2CMAAM%3BAAAP%2CsBAjH5B%2CQAKI%2CMACI%2CWAEI%2CiBA8CI%2CaAwCI%2CUAeK%2CSAII%2CMAAM%3BAAAP%2CsBAhH5B%2CgBAII%2CMACI%2CWAEI%2CiBA8CI%2CaAwCI%2CUAeK%2CSAII%2CMAAM%3BEACH%2C8BAAA%3B%3BAAIJ%2CsBAtH5B%2CQAKI%2CMACI%2CWACI%2CeA%2BCI%2CaAwCI%2CUAuBK%2CYACI%3BAAAD%2CsBArH5B%2CgBAII%2CMACI%2CWACI%2CeA%2BCI%2CaAwCI%2CUAuBK%2CYACI%3BAAAD%2CsBAtH5B%2CQAKI%2CMACI%2CWAEI%2CiBA8CI%2CaAwCI%2CUAuBK%2CYACI%3BAAAD%2CsBArH5B%2CgBAII%2CMACI%2CWAEI%2CiBA8CI%2CaAwCI%2CUAuBK%2CYACI%3BEACG%2C8BAAA%3B%3BAAEJ%2CsBAzH5B%2CQAKI%2CMACI%2CWACI%2CeA%2BCI%2CaAwCI%2CUAuBK%2CYAII%2CMAAM%3BAAAP%2CsBAxH5B%2CgBAII%2CMACI%2CWACI%2CeA%2BCI%2CaAwCI%2CUAuBK%2CYAII%2CMAAM%3BAAAP%2CsBAzH5B%2CQAKI%2CMACI%2CWAEI%2CiBA8CI%2CaAwCI%2CUAuBK%2CYAII%2CMAAM%3BAAAP%2CsBAxH5B%2CgBAII%2CMACI%2CWAEI%2CiBA8CI%2CaAwCI%2CUAuBK%2CYAII%2CMAAM%3BEACH%2CgCAAA%3B%3BAAIJ%2CsBA9H5B%2CQAKI%2CMACI%2CWACI%2CeA%2BCI%2CaAwCI%2CUA%2BBK%2CWACI%3BAAAD%2CsBA7H5B%2CgBAII%2CMACI%2CWACI%2CeA%2BCI%2CaAwCI%2CUA%2BBK%2CWACI%3BAAAD%2CsBA9H5B%2CQAKI%2CMACI%2CWAEI%2CiBA8CI%2CaAwCI%2CUA%2BBK%2CWACI%3BAAAD%2CsBA7H5B%2CgBAII%2CMACI%2CWAEI%2CiBA8CI%2CaAwCI%2CUA%2BBK%2CWACI%3BEACG%2C8BAAA%3B%3BAAEJ%2CsBAjI5B%2CQAKI%2CMACI%2CWACI%2CeA%2BCI%2CaAwCI%2CUA%2BBK%2CWAII%2CMAAM%3BAAAP%2CsBAhI5B%2CgBAII%2CMACI%2CWACI%2CeA%2BCI%2CaAwCI%2CUA%2BBK%2CWAII%2CMAAM%3BAAAP%2CsBAjI5B%2CQAKI%2CMACI%2CWAEI%2CiBA8CI%2CaAwCI%2CUA%2BBK%2CWAII%2CMAAM%3BAAAP%2CsBAhI5B%2CgBAII%2CMACI%2CWAEI%2CiBA8CI%2CaAwCI%2CUA%2BBK%2CWAII%2CMAAM%3BEACH%2CgCAAA%3B%3BAAIJ%2CsBAtI5B%2CQAKI%2CMACI%2CWACI%2CeA%2BCI%2CaAwCI%2CUAuCK%2CYACI%3BAAAD%2CsBArI5B%2CgBAII%2CMACI%2CWACI%2CeA%2BCI%2CaAwCI%2CUAuCK%2CYACI%3BAAAD%2CsBAtI5B%2CQAKI%2CMACI%2CWAEI%2CiBA8CI%2CaAwCI%2CUAuCK%2CYACI%3BAAAD%2CsBArI5B%2CgBAII%2CMACI%2CWAEI%2CiBA8CI%2CaAwCI%2CUAuCK%2CYACI%3BEACG%2C8BAAA%3B%3BAAEJ%2CsBAzI5B%2CQAKI%2CMACI%2CWACI%2CeA%2BCI%2CaAwCI%2CUAuCK%2CYAII%2CMAAM%3BAAAP%2CsBAxI5B%2CgBAII%2CMACI%2CWACI%2CeA%2BCI%2CaAwCI%2CUAuCK%2CYAII%2CMAAM%3BAAAP%2CsBAzI5B%2CQAKI%2CMACI%2CWAEI%2CiBA8CI%2CaAwCI%2CUAuCK%2CYAII%2CMAAM%3BAAAP%2CsBAxI5B%2CgBAII%2CMACI%2CWAEI%2CiBA8CI%2CaAwCI%2CUAuCK%2CYAII%2CMAAM%3BEACH%2CgCAAA%3B%3BAAIJ%2CsBA9I5B%2CQAKI%2CMACI%2CWACI%2CeA%2BCI%2CaAwCI%2CUA%2BCK%2CYACI%3BAAAD%2CsBA7I5B%2CgBAII%2CMACI%2CWACI%2CeA%2BCI%2CaAwCI%2CUA%2BCK%2CYACI%3BAAAD%2CsBA9I5B%2CQAKI%2CMACI%2CWAEI%2CiBA8CI%2CaAwCI%2CUA%2BCK%2CYACI%3BAAAD%2CsBA7I5B%2CgBAII%2CMACI%2CWAEI%2CiBA8CI%2CaAwCI%2CUA%2BCK%2CYACI%3BEACG%2C%2BBAAA%3B%3BAAEJ%2CsBAjJ5B%2CQAKI%2CMACI%2CWACI%2CeA%2BCI%2CaAwCI%2CUA%2BCK%2CYAII%2CMAAM%3BAAAP%2CsBAhJ5B%2CgBAII%2CMACI%2CWACI%2CeA%2BCI%2CaAwCI%2CUA%2BCK%2CYAII%2CMAAM%3BAAAP%2CsBAjJ5B%2CQAKI%2CMACI%2CWAEI%2CiBA8CI%2CaAwCI%2CUA%2BCK%2CYAII%2CMAAM%3BAAAP%2CsBAhJ5B%2CgBAII%2CMACI%2CWAEI%2CiBA8CI%2CaAwCI%2CUA%2BCK%2CYAII%2CMAAM%3BEACH%2CiCAAA%3B%3BAAIJ%2CsBAtJ5B%2CQAKI%2CMACI%2CWACI%2CeA%2BCI%2CaAwCI%2CUAuDK%2CeACI%3BAAAD%2CsBArJ5B%2CgBAII%2CMACI%2CWACI%2CeA%2BCI%2CaAwCI%2CUAuDK%2CeACI%3BAAAD%2CsBAtJ5B%2CQAKI%2CMACI%2CWAEI%2CiBA8CI%2CaAwCI%2CUAuDK%2CeACI%3BAAAD%2CsBArJ5B%2CgBAII%2CMACI%2CWAEI%2CiBA8CI%2CaAwCI%2CUAuDK%2CeACI%3BEACG%2C8BAAA%3B%3BAAEJ%2CsBAzJ5B%2CQAKI%2CMACI%2CWACI%2CeA%2BCI%2CaAwCI%2CUAuDK%2CeAII%2CMAAM%3BAAAP%2CsBAxJ5B%2CgBAII%2CMACI%2CWACI%2CeA%2BCI%2CaAwCI%2CUAuDK%2CeAII%2CMAAM%3BAAAP%2CsBAzJ5B%2CQAKI%2CMACI%2CWAEI%2CiBA8CI%2CaAwCI%2CUAuDK%2CeAII%2CMAAM%3BAAAP%2CsBAxJ5B%2CgBAII%2CMACI%2CWAEI%2CiBA8CI%2CaAwCI%2CUAuDK%2CeAII%2CMAAM%3BEACH%2CgCAAA%3B%3BAAIJ%2CsBA9J5B%2CQAKI%2CMACI%2CWACI%2CeA%2BCI%2CaAwCI%2CUA%2BDK%2CaACI%3BAAAD%2CsBA7J5B%2CgBAII%2CMACI%2CWACI%2CeA%2BCI%2CaAwCI%2CUA%2BDK%2CaACI%3BAAAD%2CsBA9J5B%2CQAKI%2CMACI%2CWAEI%2CiBA8CI%2CaAwCI%2CUA%2BDK%2CaACI%3BAAAD%2CsBA7J5B%2CgBAII%2CMACI%2CWAEI%2CiBA8CI%2CaAwCI%2CUA%2BDK%2CaACI%3BEACG%2C%2BBAAA%3B%3BAAEJ%2CsBAjK5B%2CQAKI%2CMACI%2CWACI%2CeA%2BCI%2CaAwCI%2CUA%2BDK%2CaAII%2CMAAM%3BAAAP%2CsBAhK5B%2CgBAII%2CMACI%2CWACI%2CeA%2BCI%2CaAwCI%2CUA%2BDK%2CaAII%2CMAAM%3BAAAP%2CsBAjK5B%2CQAKI%2CMACI%2CWAEI%2CiBA8CI%2CaAwCI%2CUA%2BDK%2CaAII%2CMAAM%3BAAAP%2CsBAhK5B%2CgBAII%2CMACI%2CWAEI%2CiBA8CI%2CaAwCI%2CUA%2BDK%2CaAII%2CMAAM%3BEACH%2CiCAAA%3B%3BAAzSpC%2CsBAuII%2CQAKI%2CMACI%2CWACI%2CeA%2BCI%2CaAwCI%2CUAuEM%3BAA5S9B%2CsBAwII%2CgBAII%2CMACI%2CWACI%2CeA%2BCI%2CaAwCI%2CUAuEM%3BAA5S9B%2CsBAuII%2CQAKI%2CMACI%2CWAEI%2CiBA8CI%2CaAwCI%2CUAuEM%3BAA5S9B%2CsBAwII%2CgBAII%2CMACI%2CWAEI%2CiBA8CI%2CaAwCI%2CUAuEM%3BEACE%2CeAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAa%2CkBAAb%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BAAapB%2COAFR%2CUACK%2CSACI%3BEACG%2C8CAAA%3BEACA%2CqCAAA%3BEACA%2CiCAAA%3B%3BAAEJ%2COAPR%2CUACK%2CSAMI%2CMAAM%3BEACH%2CqCAAA%3BEACA%2CiCAAA%3B%3BAAIJ%2COAbR%2CUAYK%2CSACI%3BEACG%2C8CAAA%3BEACA%2CiCAAA%3B%3BAAIJ%2COAnBR%2CUAkBK%2CcACI%3BEACG%2CmDAAA%3BEACA%2CiCAAA%3B%3BAAIJ%2COAzBR%2CUAwBK%2CSACI%3BEACG%2C8CAAA%3BEACA%2CiCAAA%3B%3BAASJ%2CUAFR%2CUACK%2CSACI%3BEACG%2C8CAAA%3BEACA%2CiCAAA%3B%3BAAMhB%2CaAAc%2CaAAa%2COAAM%3BEAC7B%2CuBAAA%3B%3BAAYJ%2CQAV0B%2CuBAAuB%3BEAC7C%2CaAAc%2CaAAa%2COAAM%2COAAQ%2C2BAA2B%3BIAChE%2C0BAAA%3B%3BEAEJ%2CaAAc%2CaAAa%2CQAAO%3BIAC9B%2CmBAAA%3BIACA%2CgBAAA%3B%3B%3BAAaP%2CQATyB%3BEACtB%2CaAAc%2CaAAa%2COAAM%2COAAQ%2C2BAA2B%3BIAChE%2C0BAAA%3B%3BEAGJ%2CaAAc%2CaAAa%2CQAAO%3BIAC9B%2CmBAAA%3BIACA%2CgBAAA%3B%3B%3BAa50ER%2CiBAAiB%3BEACb%2CkBAAA%3BEACA%2CYAAA%3B%3BAAGJ%3BEACI%2CUAAA%3B%3BAAGJ%2CMAAM%3BEACF%2CuBAAA%3BEACA%2CmBAAA%3B%3BAAFJ%2CMAAM%2CwCAIF%3BEACI%2CaAAA%3B%3BAALR%2CMAAM%2CwCAQF%2CKAAI%3BEACA%2CeAAA%3B%3BAAIR%2CMAAM%3BAACN%2CMAAM%3BEACF%2CiBAAA%3B%3BAAGJ%2CMAAM%3BAACN%2CMAAM%3BEACF%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CqBACI%2CmBACI%2C8BAEI%2CwBAAwB%2CYAAY%2CUAAU%2COAAM%2CIAChD%3BEACI%2CaAAA%3BEACA%2C8BAAA%3B%3BAAPpB%2CqBACI%2CmBACI%2C8BAEI%2CwBAAwB%2CYAAY%2CUAAU%2COAAM%2CIAChD%2CgBAII%3BEACI%2CmBAAA%3BEACA%2CWAAA%3B%3BAAXxB%2CqBACI%2CmBACI%2C8BAEI%2CwBAAwB%2CYAAY%2CUAAU%2COAAM%2CIAChD%2CgBAII%2CqBAII%3BEACI%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3B%3BAAU5B%2CYAAY%2CqBAAsB%2CYAC9B%2COAAM%2CIAAK%3BAADf%2CYAAY%2CqBAAsB%2CYAE9B%2COAAM%2CIAAK%3BEACP%2CqBAAA%3B%3BAAIR%2CqBAAsB%2CmBAAmB%2CsBAAsB%3BEAC3D%2CaAAA%3B%3BAAGJ%2CMAAM%2CcAAc%3BEAChB%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CqCAAA%3B%3BAAGJ%2CkBAAmB%2CwBAAwB%2CYAAY%2CSAAW%2CSAAM%3BAACxE%2CIAAK%2CmBAAmB%2CYAAY%2CSAAW%2CSAAM%3BEACjD%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAPJ%2CkBAAmB%2CwBAAwB%2CYAAY%2CSAAW%2CSAAM%2CcASlE%3BAARN%2CIAAK%2CmBAAmB%2CYAAY%2CSAAW%2CSAAM%2CcAQ%5C%2FC%3BEACE%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3B%3BAAQP%2CQAJyB%3BEACtB%2CqBAAsB%2CmBAAmB%2C8BAA8B%2CwBAAwB%2CYAAY%3BIACvG%2CmBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAC7FJ%2CQAAQ%2CuBACJ%3BEACI%2CmBAAA%3B%3BAAFR%2CQAAQ%2CuBACJ%2CsCAGM%3BEACE%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAAPZ%2CQAAQ%2CuBACJ%2CsCAGM%2CMAKI%3BEACE%2CgBAAA%3B%3BAAVhB%2CQAAQ%2CuBAeJ%2COAAM%3BAAfV%2CQAAQ%2CuBAgBJ%2COAAM%2COAAO%2CIAAI%3BAAhBrB%2CQAAQ%2CuBAiBJ%2COAAM%2COAAO%2CIAAI%3BAAjBrB%2CQAAQ%2CuBAkBJ%2CSAAQ%3BEACJ%2CwBAAA%3B%3BAAnBR%2CQAAQ%2CuBAsBJ%3BEACI%2CaAAA%3B%3BAAvBR%2CQAAQ%2CuBA0BJ%2C%2BBAAiC%3BEAC7B%2CkBAAA%3B%3BAA3BR%2CQAAQ%2CuBA8BJ%3BEACI%2CcAAA%3BEACA%2CmBAAA%3B%3BAAhCR%2CQAAQ%2CuBAmCJ%3BEACI%2CaAAA%3BEACA%2CeAAA%3B%3BAArCR%2CQAAQ%2CuBAmCJ%2C6BAII%3BEACI%2CiBAAA%3BEACA%2CeAAA%3B%3BAAEA%2CQA3CJ%2CuBAmCJ%2C6BAII%2CMAIK%3BEACG%2CeAAA%3B%3BAA5ChB%2CQAAQ%2CuBAmCJ%2C6BAaI%3BEACI%2CYAAA%3B%3BAAjDZ%2CQAAQ%2CuBAqDJ%3BEACI%2CmBAAA%3B%3BAAtDR%2CQAAQ%2CuBAyDJ%3BEACI%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAA5DR%2CQAAQ%2CuBA%2BDJ%3BEjLyNJ%2CiBAAA%3BEiLvNQ%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAvER%2CQAAQ%2CuBA4EJ%3BEACI%2CsBAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAnFR%2CQAAQ%2CuBAsFJ%3BEACI%2CYAAA%3BEACA%2CgBAAA%3B%3BAAxFR%2CQAAQ%2CuBA2FJ%3BEjLiTJ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEiLjTQ%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3B%3BAA%5C%2FFR%2CQAAQ%2CuBAkGJ%3BEjL0SJ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkDA%2C2BAAA%3BEACI%2CuBAAA%3BEACI%2CmBAAA%3BEiL7VA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CYAAA%3B%3BAAEA%2CQA5GA%2CuBAkGJ%2CYAUK%3BEACG%2CqBAAA%3B%3BAA7GZ%2CQAAQ%2CuBAkGJ%2CYAcM%3BEACE%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3B%3BAArHZ%2CQAAQ%2CuBAkGJ%2CYAcM%2CMAOE%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAzHhB%2CQAAQ%2CuBAkGJ%2CYA2BI%3BEACI%2CmBAAA%3BEACA%2C0BAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAlIZ%2CQAAQ%2CuBAkGJ%2CYA2BI%2CgBAOI%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAA5IhB%2CQAAQ%2CuBAkGJ%2CYA2BI%2CgBAOI%2CGAUI%3BEACI%2CSAAA%3BEACA%2CUAAA%3B%3BAAhJpB%2CQAAQ%2CuBAkGJ%2CYA2BI%2CgBAOI%2CGAUI%2CGAII%3BEACI%2CYAAA%3B%3BAAnJxB%2CQAAQ%2CuBA0JJ%3BEjLkPJ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkDA%2C2BAAA%3BEACI%2CuBAAA%3BEACI%2CmBAAA%3BEiLrSA%2CYAAA%3BEACA%2CuBAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAEA%2CQArKA%2CuBA0JJ%2CYAWK%3BEACG%2CmDAAA%3BEACA%2CsDAAA%3BEACA%2CsBAAA%3BEACA%2C8CAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CQAnLA%2CuBA0JJ%2CYAyBK%3BE5K4CT%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BELgDA%2CgBAAA%3BEiLnGY%2C2BAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BA5KkDZ%2CQ4K3OQ%2CuBA0JJ%2CYAyBK%2Cc5KwDR%3BAACD%2CQ4K5OQ%2CuBA0JJ%2CYAyBK%2Cc5KyDR%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CQ4KjPQ%2CuBA0JJ%2CYAyBK%2Cc5K8DR%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CQ4KtPQ%2CuBA0JJ%2CYAyBK%2Cc5KmER%3BAACD%2CQ4KvPQ%2CuBA0JJ%2CYAyBK%2Cc5KoER%3BAACD%2CQAAQ%2CUAAW%2CS4KxPX%2CuBA0JJ%2CYAyBK%3BE5KsEL%2CoBAAA%3BEL%2BBJ%2CYAAA%3B%3BAiL5FQ%2CQA5LA%2CuBA0JJ%2CYAkCK%3BEACG%2CaAAA%3B%3BAAGJ%2CQAhMA%2CuBA0JJ%2CYAsCK%3BEACG%2CkBAAA%3B%3BAAjMZ%2CQAAQ%2CuBAqMJ%2CgBAEI%3BEACI%2CaAAA%3B%3BAAxMZ%2CQAAQ%2CuBAqMJ%2CgBAMI%3BEACI%2CSAAA%3B%3BAA5MZ%2CQAAQ%2CuBAqMJ%2CgBAUI%3BEACI%2C8BAAA%3BEACA%2CmBAAA%3BEACA%2C4BAAA%3B%3BAAlNZ%2CQAAQ%2CuBAsNJ%2CsBAGI%3BAAzNR%2CQAAQ%2CuBAuNJ%2CkBAEI%3BAAzNR%2CQAAQ%2CuBAsNJ%2CsBAII%3BAA1NR%2CQAAQ%2CuBAuNJ%2CkBAGI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3B%3BAA5NZ%2CQAAQ%2CuBAoOJ%2C%2BBAEI%3BEACI%2CgBAAA%3B%3BAChOZ%3BElLqYA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEkLrYI%2CmBAAA%3BEACA%2CaAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CwBAAyB%3BEACrB%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CwBAAyB%3BEACrB%2CsBAAA%3BEACA%2C2BAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CwBAAyB%3BEACrB%2CsBAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAOJ%3BEACI%2CqBAAA%3B%3BAADJ%2CqCAGI%3BEACI%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAIR%3BEACI%2CqCAAA%3BEACA%2CyCAAA%3BEACA%2C%2BBAAA%3BEACA%2CmCAAA%3BEACA%2C8BAAA%3B%3BAAOJ%3BEACI%2CYAAY%2CiEAAZ%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3BEACA%2CyBAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BEACI%2CsBAAA%3BEACA%2C6BAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BEACI%2CsBAAA%3BEACA%2CgCAAA%3BEACA%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CyBAA0B%3BEACtB%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2C8BAA8B%3BEAC1B%2C0CAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2C8BAA8B%3BEAC1B%2CyCAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CaAAA%3B%3BAADJ%2CgCAGI%3BEACI%2CSAAA%3B%3BAAJR%2CgCAOI%3BEACI%2CqBAAA%3BEACA%2CUAAA%3B%3BAATR%2CgCAYI%3BEACI%2CqBAAA%3B%3BAAQR%3BEACI%2CWAAA%3B%3BAAOJ%2CMAAM%3BEACF%2C8BAAA%3BEACA%2CkCAAA%3BEACA%2C4BAAA%3BEACA%2CwBAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CmFAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CMAAM%2C2BAA2B%3BEAC7B%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3B%3BAAGJ%2CMAAM%2C2BAA2B%3BEAC7B%2CsBAAA%3B%3BAAGJ%2CMAAM%2C2BAA2B%3BEAC7B%2CeAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CMAAM%2C2BAA2B%2CMAAM%3BEACnC%2C2EAAA%3B%3BAAGJ%2CMAAM%2C2BAA2B%2CMAAM%3BEACnC%2C4EAAA%3B%3BAAGJ%2CMAAM%2C2BAA2B%2CMAAM%3BEACnC%2CyBAAA%3B%3BAAGJ%2CMAAM%2C2BAA2B%2CMAAM%3BEACnC%2CyBAAA%3B%3BAAGJ%2CMAAM%2C2BAA2B%2CMAAM%3BEACnC%2CsBAAA%3B%3BAAGJ%2CMAAM%2C2BAA2B%2CMAAM%3BEACnC%2CkDAAA%3B%3BAAGJ%2CMAAM%2C2BAA2B%2CMAAM%3BEACnC%2CyBAAA%3B%3BAAGJ%2CMAAM%2C2BAA2B%3BEAC7B%2CWAAA%3B%3BAAGJ%2CMAAM%2C2BAA2B%2CMAAM%3BEACnC%2C0EAAA%3B%3BAAGJ%2CMAAM%2C2BAA2B%2CMAAM%3BEACnC%2CyEAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3B%3BAAGJ%2CwBAAyB%2CmBAAkB%2C4BAA6B%3BEACpE%2CoBAAA%3BEACA%2CwBAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3B%3BAAGJ%3BEACI%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CsBAAsB%3BEAClB%2CWAAA%3B%3BAAGJ%2CwCACI%2COAAO%2CUACH%2COACI%3BEACI%2CgBAAA%3B%3BAAGJ%2CwCANR%2COAAO%2CUACH%2COAKK%2CSAAU%2CSAAM%3BEACb%2CcAAA%3BEACA%2CSAAS%2CGAAT%3BElLoBhB%2CiBAAA%3BEkLlBgB%2CiBAAA%3B%3BAAXhB%2CwCACI%2COAAO%2CUACH%2COAYI%3BEACI%2CqBAAA%3B%3BAAfhB%2CwCACI%2COAAO%2CUACH%2COAYI%2CSAGI%2CMAAK%2CaAAa%3BAAjBlC%2CwCACI%2COAAO%2CUACH%2COAYI%2CSAII%2CMAAK%2CeAAe%3BEAChB%2CgBAAA%3B%3BAAOpB%2C6BACI%3BEACI%2CWAAA%3B%3BAAFR%2C6BACI%2CSAGI%3BEACI%2CmBAAA%3BEACA%2CWAAA%3B%3BAANZ%2C6BACI%2CSAGI%2CQAII%3BEACI%2CYAAA%3B%3BAAMhB%2CkCACI%3BEACI%2CiBAAA%3B%3BAAOA%2CkCADJ%2COACK%2CSACG%3BAADJ%2CwCADJ%2COACK%2CSACG%3BEACI%2CgBAAA%3B%3BAAEA%2CkCALZ%2COACK%2CSACG%2COAGK%3BAAAD%2CwCALZ%2COACK%2CSACG%2COAGK%3BEACG%2CSAAS%2CGAAT%3BEACA%2CcAAA%3BElL3BpB%2CiBAAA%3BEkL6BoB%2CiBAAA%3B%3BAAXpB%2CkCAEI%2COAcI%3BAAfR%2CwCACI%2COAcI%3BEACI%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CajLpUS%2CaCMC%2C8CgL8TV%3BElLxCZ%2CiBAAA%3BEkL0CY%2CYAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CwBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CkCA5BR%2COAcI%2CgBAcK%2CgCAAgC%2CIAAI%2CkCAAmC%3BAAAxE%2CwCA5BR%2COAcI%2CgBAcK%2CgCAAgC%2CIAAI%2CkCAAmC%3BEACpE%2CYAAA%3BEACA%2CUAAA%3B%3BAAhChB%2CkCAEI%2COAkCI%3BAAnCR%2CwCACI%2COAkCI%3BEACI%2CWAAA%3BEACA%2CcAAA%3BElLxDZ%2CiBAAA%3BEkL0DY%2CSAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3B%3BAAKZ%3BAACA%3BEACI%2CYAAA%3B%3BAAOJ%3BAACA%3BEACI%2CaAAA%3B%3BAAGJ%3BAACA%3BAACA%3BEACI%2CgBAAA%3B%3BAAOJ%2CyBACI%3BEACI%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CyBANJ%2CgBAMK%2CgCAAgC%2CIAAI%2CkCAAmC%3BEACpE%2CYAAA%3BEACA%2CUAAA%3B%3BAATZ%2CyBAaI%3BEACI%2CWAAA%3BEACA%2CcAAA%3BElLxGR%2CiBAAA%3BEkL0GQ%2CSAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3B%3BAAIR%2CyBAA0B%3BEACtB%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CyBAA0B%2CKAItB%3BEACI%2CWAAA%3BEACA%2CSAAA%3B%3BAAIR%3BEACI%2CkBAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2CeAAA%3B%3BAAFJ%2C2BAIK%3BEACG%2CaAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3B%3BAAPR%2C2BAUI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAEA%2C2BALJ%2CKAKK%3BEACG%2CWAAA%3B%3BAAGJ%2C2BATJ%2CKASK%3BEACG%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAJJ%2C2BATJ%2CKASK%2CyBAMI%3BEACG%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2C2BAtBR%2CKASK%2CyBAaI%3BEACG%2CgBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAvChB%2C2BA4CK%2CMAAI%3BEACD%2CYAAA%3B%3BAAKA%2C2BAFJ%2CWAEK%3BAACD%2C2BAHJ%2CWAGK%3BEACG%2CSAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2C2BARJ%2CWAQK%3BEACG%2CYAAA%3B%3BAAGJ%2C2BAZJ%2CWAYK%3BEACG%2C%2BBAAA%3B%3BAAMR%2C4CAAC%3BEACG%2CoBAAA%3B%3BAADJ%2C4CAAC%2CIAGG%3BAACA%2CsBAAuB%2C6CAJ1B%3BEAKO%2CiBAAA%3B%3BAAIR%2C4CAAC%3BEACG%2CeAAA%3B%3BAAKR%3BEACI%2CaAAA%3BEACA%2CSAAA%3B%3BAAFJ%2C4BAII%2CaACM%3BEACE%2CaAAA%3B%3BAAKZ%2CeAAgB%2CeACZ%3BEACI%2CgBAAA%3B%3BAAFR%2CeAAgB%2CeACZ%2C6BAGI%3BEACI%2CSAAA%3B%3BAAKZ%2CiBAAkB%3BEACd%2CmBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BA5KjZY%2CsBAHJ%2C0BAGK%2COAAO%3BAAAR%2CsBAFJ%2C2BAEK%2COAAO%3BAAAR%2CsBADJ%2CwBACK%2COAAO%3BAAAR%2CsBAHJ%2C0BgB2FZ%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAhBxF9D%2CsBAFJ%2C2BgB0FZ%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAhBxF9D%2CsBADJ%2CwBgByFZ%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAhBxF9D%2CsBAHJ%2C0BgB4FZ%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAhBzFhE%2CsBAFJ%2C2BgB2FZ%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAhBzFhE%2CsBADJ%2CwBgB0FZ%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAhBzFhE%2CsBAHJ%2C0BgB4FZ%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAhBxF9D%2CsBAFJ%2C2BgB2FZ%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAhBxF9D%2CsBADJ%2CwBgB0FZ%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAhBxF9D%2CsBAHJ%2C0BgB2FZ%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAhBzFhE%2CsBAFJ%2C2BgB0FZ%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAhBzFhE%2CsBADJ%2CwBgByFZ%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BEhBxF5D%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAAHJ%2CsBAHJ%2C0BAGK%2COAAO%2CQAIF%3BAAJN%2CsBAFJ%2C2BAEK%2COAAO%2CQAIF%3BAAJN%2CsBADJ%2CwBACK%2COAAO%2CQAIF%3BAAJN%2CsBAHJ%2C0BgB2FZ%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBpFxD%3BAAJN%2CsBAFJ%2C2BgB0FZ%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBpFxD%3BAAJN%2CsBADJ%2CwBgByFZ%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBpFxD%3BAAJN%2CsBAHJ%2C0BgB4FZ%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBrF1D%3BAAJN%2CsBAFJ%2C2BgB2FZ%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBrF1D%3BAAJN%2CsBADJ%2CwBgB0FZ%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBrF1D%3BAAJN%2CsBAHJ%2C0BgB4FZ%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBpFxD%3BAAJN%2CsBAFJ%2C2BgB2FZ%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBpFxD%3BAAJN%2CsBADJ%2CwBgB0FZ%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBpFxD%3BAAJN%2CsBAHJ%2C0BgB2FZ%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBrF1D%3BAAJN%2CsBAFJ%2C2BgB0FZ%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBrF1D%3BAAJN%2CsBADJ%2CwBgByFZ%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBrF1D%3BEACE%2CcAAA%3B%3BAAEJ%2CsBAVR%2C0BAGK%2COAAO%2CQAOH%3BAAAD%2CsBATR%2C2BAEK%2COAAO%2CQAOH%3BAAAD%2CsBARR%2CwBACK%2COAAO%2CQAOH%3BAAAD%2CsBAVR%2C0BgB2FZ%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBjFzD%3BAAAD%2CsBATR%2C2BgB0FZ%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBjFzD%3BAAAD%2CsBARR%2CwBgByFZ%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBjFzD%3BAAAD%2CsBAVR%2C0BgB4FZ%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBlF3D%3BAAAD%2CsBATR%2C2BgB2FZ%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBlF3D%3BAAAD%2CsBARR%2CwBgB0FZ%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBlF3D%3BAAAD%2CsBAVR%2C0BgB4FZ%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBjFzD%3BAAAD%2CsBATR%2C2BgB2FZ%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBjFzD%3BAAAD%2CsBARR%2CwBgB0FZ%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBjFzD%3BAAAD%2CsBAVR%2C0BgB2FZ%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBlF3D%3BAAAD%2CsBATR%2C2BgB0FZ%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBlF3D%3BAAAD%2CsBARR%2CwBgByFZ%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBlF3D%3BEACG%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAAHJ%2CsBAVR%2C0BAGK%2COAAO%2CQAOH%2CMAIK%3BAAJN%2CsBATR%2C2BAEK%2COAAO%2CQAOH%2CMAIK%3BAAJN%2CsBARR%2CwBACK%2COAAO%2CQAOH%2CMAIK%3BAAJN%2CsBAVR%2C0BgB2FZ%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBjFzD%2CMAIK%3BAAJN%2CsBATR%2C2BgB0FZ%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBjFzD%2CMAIK%3BAAJN%2CsBARR%2CwBgByFZ%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBjFzD%2CMAIK%3BAAJN%2CsBAVR%2C0BgB4FZ%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBlF3D%2CMAIK%3BAAJN%2CsBATR%2C2BgB2FZ%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBlF3D%2CMAIK%3BAAJN%2CsBARR%2CwBgB0FZ%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBlF3D%2CMAIK%3BAAJN%2CsBAVR%2C0BgB4FZ%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBjFzD%2CMAIK%3BAAJN%2CsBATR%2C2BgB2FZ%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBjFzD%2CMAIK%3BAAJN%2CsBARR%2CwBgB0FZ%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBjFzD%2CMAIK%3BAAJN%2CsBAVR%2C0BgB2FZ%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBlF3D%2CMAIK%3BAAJN%2CsBATR%2C2BgB0FZ%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBlF3D%2CMAIK%3BAAJN%2CsBARR%2CwBgByFZ%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBlF3D%2CMAIK%3BEACE%2CcAAA%3B%3BAAShC%2CYAAY%3BEAmFR%2CmBAAA%3B%3B%3B%3B%3B%3BAAnFJ%2CYAAY%2CmBAQR%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAVR%2CYAAY%2CmBAQR%2C2DAGI%3BEACI%2C6BAAA%3B%3BAAZZ%2CYAAY%2CmBAoFR%3BEACI%2CmBAAA%3B%3BAArFR%2CYAAY%2CmBAuFR%3BEACI%2CmBAAA%3B%3BAAxFR%2CYAAY%2CmBA0FR%3BEACI%2CmBAAA%3B%3BAA3FR%2CYAAY%2CmBA6FR%3BEACI%2CmBAAA%3B%3BAA9FR%2CYAAY%2CmBAgGR%3BEACI%2CmBAAA%3B%3BAAjGR%2CYAAY%2CmBAmGR%3BEACI%2CmBAAA%3B%3BAApGR%2CYAAY%2CmBA6GR%2COAAO%2CeAAe%2CeAAe%3BAA7GzC%2CYAAY%2CmBA6GqC%3BEA5FzC%2CyBAAA%3BEACA%2CyBAAA%3BEAhBA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3BEAcA%2C0BAAA%3BEACA%2CqCAAA%3BEACA%2CmBAAA%3B%3BAAtBR%2CYAAY%2CmBA6GR%2COAAO%2CeAAe%2CeAAe%2COAtFjC%3BAAvBR%2CYAAY%2CmBA6GqC%2COAtFzC%3BEACI%2CcAAA%3BEACA%2CaAnFU%2C6BAmFV%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CYA9BI%2CmBA6GR%2COAAO%2CeAAe%2CeAAe%2COA%5C%2FEhC%3BAAAD%2CYA9BI%2CmBA6GqC%2COA%5C%2FExC%3BEACG%2C%2BBAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3B%3BAAHJ%2CYA9BI%2CmBA6GR%2COAAO%2CeAAe%2CeAAe%2COA%5C%2FEhC%2CMAIG%3BAAJJ%2CYA9BI%2CmBA6GqC%2COA%5C%2FExC%2CMAIG%3BEACI%2CcAAA%3B%3BAA6EJ%2CYAhHA%2CmBA6GR%2COAAO%2CeAAe%2CeAAe%2COAEhC%2COACI%3BAAAD%2CYAhHA%2CmBA6GqC%2COAExC%2COACI%3BAAAD%2CYAhHA%2CmBA6GR%2COAAO%2CeAAe%2CeAAe%2COgB1CrC%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAhB6CtE%2CYAhHA%2CmBA6GqC%2COgB1C7C%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAhB6CtE%2CYAhHA%2CmBA6GR%2COAAO%2CeAAe%2CeAAe%2COgBzCrC%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAhB4CxE%2CYAhHA%2CmBA6GqC%2COgBzC7C%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAhB4CxE%2CYAhHA%2CmBA6GR%2COAAO%2CeAAe%2CeAAe%2COgBzCrC%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAhB6CtE%2CYAhHA%2CmBA6GqC%2COgBzC7C%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAhB6CtE%2CYAhHA%2CmBA6GR%2COAAO%2CeAAe%2CeAAe%2COgB1CrC%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAhB4CxE%2CYAhHA%2CmBA6GqC%2COgB1C7C%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BEhB5B5E%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CqCAAA%3B%3BAAoEI%2CYAhHA%2CmBA6GR%2COAAO%2CeAAe%2CeAAe%2COAEhC%2COACI%2CQAnEL%3BAAmEI%2CYAhHA%2CmBA6GqC%2COAExC%2COACI%2CQAnEL%3BAAmEI%2CYAhHA%2CmBA6GR%2COAAO%2CeAAe%2CeAAe%2COgB1CrC%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBtB1E%3BAAmEI%2CYAhHA%2CmBA6GqC%2COgB1C7C%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBtB1E%3BAAmEI%2CYAhHA%2CmBA6GR%2COAAO%2CeAAe%2CeAAe%2COgBzCrC%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBvB5E%3BAAmEI%2CYAhHA%2CmBA6GqC%2COgBzC7C%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBvB5E%3BAAmEI%2CYAhHA%2CmBA6GR%2COAAO%2CeAAe%2CeAAe%2COgBzCrC%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBtB1E%3BAAmEI%2CYAhHA%2CmBA6GqC%2COgBzC7C%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBtB1E%3BAAmEI%2CYAhHA%2CmBA6GR%2COAAO%2CeAAe%2CeAAe%2COgB1CrC%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBvB5E%3BAAmEI%2CYAhHA%2CmBA6GqC%2COgB1C7C%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBvB5E%3BEACI%2CcAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CYAjDI%2CmBA6GR%2COAAO%2CeAAe%2CeAAe%2COAEhC%2COACI%2CQA%5C%2FDJ%3BAAAD%2CYAjDI%2CmBA6GqC%2COAExC%2COACI%2CQA%5C%2FDJ%3BAAAD%2CYAjDI%2CmBA6GR%2COAAO%2CeAAe%2CeAAe%2COgB1CrC%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBlBzE%3BAAAD%2CYAjDI%2CmBA6GqC%2COgB1C7C%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBlBzE%3BAAAD%2CYAjDI%2CmBA6GR%2COAAO%2CeAAe%2CeAAe%2COgBzCrC%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBnB3E%3BAAAD%2CYAjDI%2CmBA6GqC%2COgBzC7C%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBnB3E%3BAAAD%2CYAjDI%2CmBA6GR%2COAAO%2CeAAe%2CeAAe%2COgBzCrC%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBlBzE%3BAAAD%2CYAjDI%2CmBA6GqC%2COgBzC7C%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBlBzE%3BAAAD%2CYAjDI%2CmBA6GR%2COAAO%2CeAAe%2CeAAe%2COgB1CrC%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBnB3E%3BAAAD%2CYAjDI%2CmBA6GqC%2COgB1C7C%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBnB3E%3BEACG%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAAHJ%2CYAjDI%2CmBA6GR%2COAAO%2CeAAe%2CeAAe%2COAEhC%2COACI%2CQA%5C%2FDJ%2CMAIG%3BAAJJ%2CYAjDI%2CmBA6GqC%2COAExC%2COACI%2CQA%5C%2FDJ%2CMAIG%3BAAJJ%2CYAjDI%2CmBA6GR%2COAAO%2CeAAe%2CeAAe%2COgB1CrC%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBlBzE%2CMAIG%3BAAJJ%2CYAjDI%2CmBA6GqC%2COgB1C7C%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBlBzE%2CMAIG%3BAAJJ%2CYAjDI%2CmBA6GR%2COAAO%2CeAAe%2CeAAe%2COgBzCrC%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBnB3E%2CMAIG%3BAAJJ%2CYAjDI%2CmBA6GqC%2COgBzC7C%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBnB3E%2CMAIG%3BAAJJ%2CYAjDI%2CmBA6GR%2COAAO%2CeAAe%2CeAAe%2COgBzCrC%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBlBzE%2CMAIG%3BAAJJ%2CYAjDI%2CmBA6GqC%2COgBzC7C%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBlBzE%2CMAIG%3BAAJJ%2CYAjDI%2CmBA6GR%2COAAO%2CeAAe%2CeAAe%2COgB1CrC%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBnB3E%2CMAIG%3BAAJJ%2CYAjDI%2CmBA6GqC%2COgB1C7C%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBnB3E%2CMAIG%3BEACI%2CcAAA%3B%3BAAkDR%2CYAxGI%2CmBA6GR%2COAAO%2CeAAe%2CeAAe%2COAEhC%2COACI%2CQARJ%3BAAAD%2CYAxGI%2CmBA6GqC%2COAExC%2COACI%2CQARJ%3BAAAD%2CYAxGI%2CmBA6GR%2COAAO%2CeAAe%2CeAAe%2COgB1CrC%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBqCzE%3BAAAD%2CYAxGI%2CmBA6GqC%2COgB1C7C%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBqCzE%3BAAAD%2CYAxGI%2CmBA6GR%2COAAO%2CeAAe%2CeAAe%2COgBzCrC%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBoC3E%3BAAAD%2CYAxGI%2CmBA6GqC%2COgBzC7C%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBoC3E%3BAAAD%2CYAxGI%2CmBA6GR%2COAAO%2CeAAe%2CeAAe%2COgBzCrC%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBqCzE%3BAAAD%2CYAxGI%2CmBA6GqC%2COgBzC7C%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBqCzE%3BAAAD%2CYAxGI%2CmBA6GR%2COAAO%2CeAAe%2CeAAe%2COgB1CrC%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBoC3E%3BAAAD%2CYAxGI%2CmBA6GqC%2COgB1C7C%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBoC3E%3BEAtGD%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3B%3BAA8GI%2CYApHA%2CmBA6GR%2COAAO%2CeAAe%2CeAAe%2COAEhC%2COAKI%3BAAAD%2CYApHA%2CmBA6GqC%2COAExC%2COAKI%3BEAzDL%2CyBAAA%3BEACA%2CyBAAA%3BEA1DA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3BEAwDA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAmDI%2CYApHA%2CmBA6GR%2COAAO%2CeAAe%2CeAAe%2COAEhC%2COAKI%2CcAlDL%3BAAkDI%2CYApHA%2CmBA6GqC%2COAExC%2COAKI%2CcAlDL%3BEACI%2CcAAA%3BEACA%2CaA9HU%2C6BA8HV%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CYAzEI%2CmBA6GR%2COAAO%2CeAAe%2CeAAe%2COAEhC%2COAKI%2CcA3CJ%3BAAAD%2CYAzEI%2CmBA6GqC%2COAExC%2COAKI%2CcA3CJ%3BEACG%2C%2BBAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3B%3BAAHJ%2CYAzEI%2CmBA6GR%2COAAO%2CeAAe%2CeAAe%2COAEhC%2COAKI%2CcA3CJ%2CMAIG%3BAAJJ%2CYAzEI%2CmBA6GqC%2COAExC%2COAKI%2CcA3CJ%2CMAIG%3BEACI%2CcAAA%3B%3BAA4CR%2CYA1HI%2CmBAyHR%2COACK%2COAAO%3BEACJ%2CuBAAA%3BEACA%2CcAAA%3B%3BAAFJ%2CYA1HI%2CmBAyHR%2COACK%2COAAO%2CYAGJ%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CYAjIA%2CmBAyHR%2COACK%2COAAO%2CYAOH%3BEACG%2CwBAAA%3B%3BAADJ%2CYAjIA%2CmBAyHR%2COACK%2COAAO%2CYAOH%2CMAEG%3BEACI%2CwBAAA%3B%3BAAMZ%2CYA1II%2CmBAyIR%2CMAAK%2COACA%3BAAAD%2CYA1II%2CmBAyIR%2CMgBtEA%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAhBuE1E%2CYA1II%2CmBAyIR%2CMgBrEA%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAhBsE5E%2CYA1II%2CmBAyIR%2CMgBrEA%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAhBuE1E%2CYA1II%2CmBAyIR%2CMgBtEA%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BEhBlE5E%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3B%3BAAyIA%2CYA%5C%2FII%2CmBA8IR%2CQACK%3BAACD%2CYAhJI%2CmBA8IR%2CQAEK%3BAACD%2CYAjJI%2CmBA8IR%2CQAGK%2COAAO%3BEACJ%2CeAAA%3B%3BAACA%2CYAnJA%2CmBA8IR%2CQACK%2CWAII%3BAAAD%2CYAnJA%2CmBA8IR%2CQAEK%2CUAGI%3BAAAD%2CYAnJA%2CmBA8IR%2CQAGK%2COAAO%2COAEH%3BEACG%2CeAAA%3BEACA%2CaAAa%2C4BAAb%3B%3BAAGR%2CYAxJI%2CmBA8IR%2CQAUK%3BAAAD%2CYAxJI%2CmBgBmER%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAhBqF1E%2CYAxJI%2CmBgBoER%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAhBoF5E%2CYAxJI%2CmBgBoER%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAhBqF1E%2CYAxJI%2CmBgBmER%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BEhB5B5E%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CqCAAA%3B%3BAA4GA%2CYAxJI%2CmBA8IR%2CQAUK%2CQA3GD%3BAA2GA%2CYAxJI%2CmBgBmER%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBtB1E%3BAA2GA%2CYAxJI%2CmBgBoER%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBvB5E%3BAA2GA%2CYAxJI%2CmBgBoER%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBtB1E%3BAA2GA%2CYAxJI%2CmBgBmER%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBvB5E%3BEACI%2CcAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CYAjDI%2CmBA8IR%2CQAUK%2CQAvGA%3BAAAD%2CYAjDI%2CmBgBmER%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBlBzE%3BAAAD%2CYAjDI%2CmBgBoER%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBnB3E%3BAAAD%2CYAjDI%2CmBgBoER%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBlBzE%3BAAAD%2CYAjDI%2CmBgBmER%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBnB3E%3BEACG%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAAHJ%2CYAjDI%2CmBA8IR%2CQAUK%2CQAvGA%2CMAIG%3BAAJJ%2CYAjDI%2CmBgBmER%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBlBzE%2CMAIG%3BAAJJ%2CYAjDI%2CmBgBoER%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBnB3E%2CMAIG%3BAAJJ%2CYAjDI%2CmBgBoER%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBlBzE%2CMAIG%3BAAJJ%2CYAjDI%2CmBgBmER%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBnB3E%2CMAIG%3BEACI%2CcAAA%3B%3BAAkDR%2CYAxGI%2CmBA8IR%2CQAUK%2CQAhDA%3BAAAD%2CYAxGI%2CmBgBmER%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBqCzE%3BAAAD%2CYAxGI%2CmBgBoER%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBoC3E%3BAAAD%2CYAxGI%2CmBgBoER%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBqCzE%3BAAAD%2CYAxGI%2CmBgBmER%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBoC3E%3BEAtGD%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3B%3BAAsJQ%2CYA5JJ%2CmBA8IR%2CQAUK%2CQAGI%2C2BACI%3BAAAD%2CYA5JJ%2CmBgBmER%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBwFrE%2C2BACI%3BAAAD%2CYA5JJ%2CmBgBoER%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBuFvE%2C2BACI%3BAAAD%2CYA5JJ%2CmBgBoER%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBwFrE%2C2BACI%3BAAAD%2CYA5JJ%2CmBgBmER%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBuFvE%2C2BACI%3BEACG%2CyBAAA%3B%3BAAIZ%2CYAjKI%2CmBA8IR%2CQAmBK%3BEAtGD%2CyBAAA%3BEACA%2CyBAAA%3BEA1DA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3BEAwDA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAgGA%2CYAjKI%2CmBA8IR%2CQAmBK%2CcA%5C%2FFD%3BEACI%2CcAAA%3BEACA%2CaA9HU%2C6BA8HV%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CYAzEI%2CmBA8IR%2CQAmBK%2CcAxFA%3BEACG%2C%2BBAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3B%3BAAHJ%2CYAzEI%2CmBA8IR%2CQAmBK%2CcAxFA%2CMAIG%3BEACI%2CcAAA%3B%3BAAsFR%2CYApKI%2CmBA8IR%2CQAsBK%3BEACG%2CcAAA%3B%3BAArKZ%2CYAAY%2CmBAwKR%2CcAAc%2CQAAO%3BEACjB%2CcAAA%3B%3BAAzKR%2CYAAY%2CmBA2KR%2CeACI%2COAAM%2CSAEF%3BAA9KZ%2CYAAY%2CmBA2KR%2CeAEI%2COAAM%2CSACF%3BEACI%2CeAAA%3B%3BAA%5C%2FKhB%2CYAAY%2CmBA2KR%2CeACI%2COAAM%2CSAEF%2COAEI%3BAAhLhB%2CYAAY%2CmBA2KR%2CeAEI%2COAAM%2CSACF%2COAEI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CaLzTK%2CaCMC%2C8CImTN%3BEACA%2CgBAAA%3B%3BAApLpB%2CYAAY%2CmBA2KR%2CeACI%2COAAM%2CSAWF%3BAAvLZ%2CYAAY%2CmBA2KR%2CeAEI%2COAAM%2CSAUF%3BEACI%2CkBAAA%3B%3BAAxLhB%2CYAAY%2CmBA2KR%2CeACI%2COAAM%2CSAWF%2CSAEI%2CUACI%2CiBACI%2CQAAO%2CQAAQ%2CIAAI%3BAA3L3C%2CYAAY%2CmBA2KR%2CeAEI%2COAAM%2CSAUF%2CSAEI%2CUACI%2CiBACI%2CQAAO%2CQAAQ%2CIAAI%3BAA3L3C%2CYAAY%2CmBA2KR%2CeACI%2COAAM%2CSAWF%2CSAEI%2CUACI%2CiBgBvHhB%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBwH3C%2CIAAI%3BAA3L3C%2CYAAY%2CmBA2KR%2CeAEI%2COAAM%2CSAUF%2CSAEI%2CUACI%2CiBgBvHhB%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBwH3C%2CIAAI%3BAA3L3C%2CYAAY%2CmBA2KR%2CeACI%2COAAM%2CSAWF%2CSAEI%2CUACI%2CiBgBtHhB%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBuH7C%2CIAAI%3BAA3L3C%2CYAAY%2CmBA2KR%2CeAEI%2COAAM%2CSAUF%2CSAEI%2CUACI%2CiBgBtHhB%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBuH7C%2CIAAI%3BAA3L3C%2CYAAY%2CmBA2KR%2CeACI%2COAAM%2CSAWF%2CSAEI%2CUACI%2CiBgBtHhB%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBwH3C%2CIAAI%3BAA3L3C%2CYAAY%2CmBA2KR%2CeAEI%2COAAM%2CSAUF%2CSAEI%2CUACI%2CiBgBtHhB%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBwH3C%2CIAAI%3BAA3L3C%2CYAAY%2CmBA2KR%2CeACI%2COAAM%2CSAWF%2CSAEI%2CUACI%2CiBgBvHhB%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBuH7C%2CIAAI%3BAA3L3C%2CYAAY%2CmBA2KR%2CeAEI%2COAAM%2CSAUF%2CSAEI%2CUACI%2CiBgBvHhB%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhBuH7C%2CIAAI%3BEACf%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAA9L5B%2CYAAY%2CmBA2KR%2CeACI%2COAAM%2CSAWF%2CSAEI%2CUAQI%2CWACI%3BAAlMxB%2CYAAY%2CmBA2KR%2CeAEI%2COAAM%2CSAUF%2CSAEI%2CUAQI%2CWACI%3BEACI%2CkCAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3B%3BAArM5B%2CYAAY%2CmBA2KR%2CeACI%2COAAM%2CSAWF%2CSAEI%2CUAQI%2CWACI%2COAII%3BAAtM5B%2CYAAY%2CmBA2KR%2CeAEI%2COAAM%2CSAUF%2CSAEI%2CUAQI%2CWACI%2COAII%3BEACI%2CcAAA%3BEACA%2CaL9UP%2CaCMC%2C8CIwUM%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3B%3BAAEJ%2CYA7MhB%2CmBA2KR%2CeACI%2COAAM%2CSAWF%2CSAEI%2CUAQI%2CWACI%2COAWK%2CMACG%3BAADJ%2CYA7MhB%2CmBA2KR%2CeAEI%2COAAM%2CSAUF%2CSAEI%2CUAQI%2CWACI%2COAWK%2CMACG%3BEACI%2CcAAA%3B%3BAA%5C%2FMpC%2CYAAY%2CmBA2KR%2CeACI%2COAAM%2CSAWF%2CSAEI%2CUA2BI%2CSACI%3BAArNxB%2CYAAY%2CmBA2KR%2CeAEI%2COAAM%2CSAUF%2CSAEI%2CUA2BI%2CSACI%3BEApMhB%2CyBAAA%3BEACA%2CyBAAA%3BEAhBA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3BEAcA%2C0BAAA%3BEACA%2CqCAAA%3BEACA%2CmBAAA%3BEAiMoB%2CWAAA%3B%3BAAvN5B%2CYAAY%2CmBA2KR%2CeACI%2COAAM%2CSAWF%2CSAEI%2CUA2BI%2CSACI%2COA9LhB%3BAAvBR%2CYAAY%2CmBA2KR%2CeAEI%2COAAM%2CSAUF%2CSAEI%2CUA2BI%2CSACI%2COA9LhB%3BEACI%2CcAAA%3BEACA%2CaAnFU%2C6BAmFV%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CYA9BI%2CmBA2KR%2CeACI%2COAAM%2CSAWF%2CSAEI%2CUA2BI%2CSACI%2COAvLf%3BAAAD%2CYA9BI%2CmBA2KR%2CeAEI%2COAAM%2CSAUF%2CSAEI%2CUA2BI%2CSACI%2COAvLf%3BEACG%2C%2BBAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3B%3BAAHJ%2CYA9BI%2CmBA2KR%2CeACI%2COAAM%2CSAWF%2CSAEI%2CUA2BI%2CSACI%2COAvLf%2CMAIG%3BAAJJ%2CYA9BI%2CmBA2KR%2CeAEI%2COAAM%2CSAUF%2CSAEI%2CUA2BI%2CSACI%2COAvLf%2CMAIG%3BEACI%2CcAAA%3B%3BAAnChB%2CYAAY%2CmBA8NR%2CaACI%2CSACI%3BEA%5C%2FMJ%2CyBAAA%3BEACA%2CyBAAA%3BEAhBA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3BEAcA%2C0BAAA%3BEACA%2CqCAAA%3BEACA%2CmBAAA%3B%3BAAtBR%2CYAAY%2CmBA8NR%2CaACI%2CSACI%2COAzMJ%3BEACI%2CcAAA%3BEACA%2CaAnFU%2C6BAmFV%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CYA9BI%2CmBA8NR%2CaACI%2CSACI%2COAlMH%3BEACG%2C%2BBAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3B%3BAAHJ%2CYA9BI%2CmBA8NR%2CaACI%2CSACI%2COAlMH%2CMAIG%3BEACI%2CcAAA%3B%3BAAnChB%2CYAAY%2CmBAqOR%2CeACI%2CWACI%3BEAtNJ%2CyBAAA%3BEACA%2CyBAAA%3BEAhBA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3BEAcA%2C0BAAA%3BEACA%2CqCAAA%3BEACA%2CmBAAA%3B%3BAAtBR%2CYAAY%2CmBAqOR%2CeACI%2CWACI%2COAhNJ%3BEACI%2CcAAA%3BEACA%2CaAnFU%2C6BAmFV%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CYA9BI%2CmBAqOR%2CeACI%2CWACI%2COAzMH%3BEACG%2C%2BBAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3B%3BAAHJ%2CYA9BI%2CmBAqOR%2CeACI%2CWACI%2COAzMH%2CMAIG%3BEACI%2CcAAA%3B%3BAAnChB%2CYAAY%2CmBA4OR%2CgBACI%3BEACI%2CcAAA%3B%3BAA9OZ%2CYAAY%2CmBA4OR%2CgBACI%2COAEI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CaLxXS%2CaCMC%2C8CIkXV%3BEACA%2CgBAAA%3B%3BAAEJ%2CYArPA%2CmBA4OR%2CgBACI%2COAQK%3BEACG%2CeAAA%3B%3BAASI%2CYA%5C%2FPR%2CmBA0PR%2CeACI%2COAAM%2CSAEF%2COACK%2CMACI%3BAAAD%2CYA%5C%2FPR%2CmBA0PR%2CeAEI%2COAAM%2CSACF%2COACK%2CMACI%3BEACG%2CcAAA%3B%3BAAhQxB%2CYAAY%2CmBAsQR%2CWACI%2CKAAI%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAOA%2CYAhRA%2CmBA4QR%2CMAAK%2CcACD%2CiBAAmB%2CeAGd%3BAAAD%2CYAhRA%2CmBA4QR%2CMAAK%2CcAED%2CiBAAmB%2CiBAEd%3BAAAD%2CYAhRA%2CmBA4QR%2CMAAK%2CcAGD%2CiBAAmB%2CqBACd%3BEACG%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAGA%2CYAtRJ%2CmBA4QR%2CMAAK%2CcACD%2CiBAAmB%2CeAQd%2CMACI%3BAAAD%2CYAtRJ%2CmBA4QR%2CMAAK%2CcAED%2CiBAAmB%2CiBAOd%2CMACI%3BAAAD%2CYAtRJ%2CmBA4QR%2CMAAK%2CcAGD%2CiBAAmB%2CqBAMd%2CMACI%3BEACG%2CcAAA%3B%3BAAOR%2CYA9RA%2CmBA4RR%2CgBACI%2CQACK%2CKAAK%3BAACN%2CYA%5C%2FRA%2CmBA4RR%2CgBACI%2CQAEK%2COAAO%3BEACJ%2CcAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CYAnSA%2CmBA4RR%2CgBACI%2CQAMK%2CKAAK%2CMAAM%3BAACZ%2CYApSA%2CmBA4RR%2CgBACI%2CQAOK%2COAAO%2CMAAM%3BEACV%2CcAAA%3B%3BAArShB%2CYAAY%2CmBAySR%2CgBACI%2CcACI%3BEA1RJ%2CyBAAA%3BEACA%2CyBAAA%3BEAhBA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3BEAcA%2C0BAAA%3BEACA%2CqCAAA%3BEACA%2CmBAAA%3B%3BAAtBR%2CYAAY%2CmBAySR%2CgBACI%2CcACI%2COApRJ%3BEACI%2CcAAA%3BEACA%2CaAnFU%2C6BAmFV%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CYA9BI%2CmBAySR%2CgBACI%2CcACI%2COA7QH%3BEACG%2C%2BBAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3B%3BAAHJ%2CYA9BI%2CmBAySR%2CgBACI%2CcACI%2COA7QH%2CMAIG%3BEACI%2CcAAA%3B%3BAAnChB%2CYAAY%2CmBAoTR%3BEACI%2CcAAA%3B%3BAArTR%2CYAAY%2CmBAoTR%2CgBAEI%3BEACI%2CWAAA%3BEACA%2CUAAA%3B%3BAAxTZ%2CYAAY%2CmBA2TR%2CyBAAyB%3BEACrB%2CwBAAA%3B%3BAA5TR%2CYAAY%2CmBA8TR%3BAA9TJ%2CYAAY%2CmBA8TD%3BAA9TX%2CYAAY%2CmBA8TS%3BEAAS%2CuBAAA%3B%3BAA8D9B%2CmBATsD%3BEAClD%2CYAAY%2CmBACR%2CaAAa%2CMAAK%2CIAAI%2CaAAa%3BIAC%5C%2FB%2CiBAAA%3BIACA%2CsBAAA%3B%3B%3BAAKZ%2CYAAY%2CmBACR%2CWACI%2CWACI%3BEAlY8B%2C6BAAA%3BEAoY1B%2CcAAA%3B%3BAALhB%2CYAAY%2CmBACR%2CWAOI%3BEACI%2CwBAAA%3B%3B%3BAAmMZ%2CaAAa%3BEACT%2C0CAAA%3B%3BAAGQ%2CaAJC%2CSAER%2CWACG%2CEACK%3BEACG%2CWAAA%3B%3BAAgEhB%2CMAAM%2CIAAI%3BEACN%2CgBAAA%3B%3BAAQJ%2CwBAH0C%3BEACtC%2CSAAU%3BIAAgB%2CsBAAA%3B%3B%3BAAM9B%2CwBAJ0C%3BEACtC%2CSAAU%3BIAAgB%2CMAAM%2CiBAAN%3B%3B%3B%3BAAG9B%2CWACI%2CUACI%3BEACI%2CwBAAA%3B%3BAAEJ%2CWAJJ%2CUAIK%2COACG%3BAACA%2CWANR%2CUAIK%2COAEI%2COAAU%3BAACX%2CWAPR%2CUAIK%2COAGI%2CWAAc%3BEACX%2CcAAA%3B%3BAAJR%2CWAJJ%2CUAIK%2COAMG%2CSAAS%2CEAAC%3BAANd%2CWAJJ%2CUAIK%2COAOG%2CSAAS%2CEAAC%3BEACN%2CmBAAA%3B%3BAAbhB%2CWAiBI%3BEACI%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAACA%2CWAJJ%2CeAIK%3BAACD%2CWALJ%2CeAKK%3BEACG%2CwBAAA%3BEACA%2CwBAAA%3B%3BAAxBZ%2CWA2BI%2CeAAiB%3BEACb%2CsBAAA%3BEACA%2CsBAAA%3B%3B%3BAAIR%2CqBACI%3BEACI%2CUAAA%3B%3BA6Kh1BJ%2CeACI%3BAADJ%2CeAEI%3BEACI%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3B%3BAALR%2CeAOI%3BEACI%2CmBAAA%3B%3BAARR%2CeAUI%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3BAACA%2CeALJ%2CgBAKK%3BEACG%2CqBAAA%3B%3BAAhBZ%2CeAUI%2CgBAQI%3BEACI%2CWAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAArBZ%2CeAUI%2CgBAQI%2CSAII%3BEACI%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAA5BhB%2CeAUI%2CgBAqBI%3BEACI%2COAAO%2CiBAAP%3B%3BAAhCZ%2CeAUI%2CgBAqBI%2CYAEI%2CYACI%3BEACI%2CiBAAA%3B%3BAAnCpB%2CeAUI%2CgBAqBI%2CYAEI%2CYACI%2CGAEI%3BEACI%2CmBAAA%3B%3BAArCxB%2CeA2CI%2CcACI%2CaACM%3BEACE%2CyBAAA%3B%3BAACA%2CeAJZ%2CcACI%2CaACM%2CKAEG%2CIAAI%3BEACD%2CgCAAA%3B%3BAAhDpB%2CeAqDI%3BEACI%2CoBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAAxDR%2CeAqDI%2CiBAII%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3B%3BAA3DZ%2CeAqDI%2CiBAQI%3BEACI%2CkBAAA%3BEACA%2CiCAAA%3BEACA%2CkBAAA%3B%3BAAIZ%2CYACI%2CiBACI%2CeACI%2CWACI%3BEACI%2CkBAAA%3B%3BAALpB%2CYACI%2CiBACI%2CeACI%2CWACI%2CWAEI%3BEACI%2CsBAAA%3B%3BAAEJ%2CYARhB%2CiBACI%2CeACI%2CWACI%2CWAKK%2CMACG%3BEACI%2CUAAA%3B%3BAAX5B%2CYACI%2CiBACI%2CeACI%2CWACI%2CWAUI%3BEACI%2CaAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CoCAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAA3BxB%2CYACI%2CiBACI%2CeACI%2CWACI%2CWAUI%2CYAcI%3BEACI%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3B%3BAACA%2CYA%5C%2FBxB%2CiBACI%2CeACI%2CWACI%2CWAUI%2CYAcI%2CWAIK%3BEACG%2CkBAAA%3BEACA%2CaAAa%2CYAAb%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAGA%2CYAtC5B%2CiBACI%2CeACI%2CWACI%2CWAUI%2CYAcI%2CWAUK%2CQACI%3BEACG%2CSAAS%2COAAT%3B%3BAAIJ%2CYA3C5B%2CiBACI%2CeACI%2CWACI%2CWAUI%2CYAcI%2CWAeK%2CQACI%3BEACG%2CSAAS%2COAAT%3B%3BAAWhC%2C2BAAC%2CYAAa%3BEACV%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAW%2CgBAAgB%2CkBAA3B%3BEACA%2CmBAAmB%2CgBAAgB%2CkBAAnC%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CKAAK%2CgBAAL%3BEACA%2CcAAA%3B%3BAAVJ%2C2BAAC%2CYAAa%2CkBAWV%3BEACI%2CUAAA%3B%3BAAZR%2C2BAAC%2CYAAa%2CkBAcV%3BEACI%2CaAAA%3B%3BAAfR%2C2BAAC%2CYAAa%2CkBAiBV%3BEACI%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAArBR%2C2BAAC%2CYAAa%2CkBAiBV%2CaAKI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAxBZ%2C2BAAC%2CYAAa%2CkBAiBV%2CaASI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAhCZ%2C2BAAC%2CYAAa%2CkBAiBV%2CaASI%2CcAOI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAACA%2C2BArCf%2CYAAa%2CkBAiBV%2CaASI%2CcAOI%2CcAIK%3BEACG%2CSAAS%2COAAT%3BEACA%2CaAAa%2CYAAb%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAA3CpB%2C2BAAC%2CYAAa%2CkBAiBV%2CaASI%2CcAOI%2CcAYI%3BEACI%2CYAAA%3BEACA%2C6BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAnDpB%2C2BAAC%2CYAAa%2CkBAiBV%2CaASI%2CcAOI%2CcAoBI%3BEACI%2CWAAA%3B%3BAAtDpB%2C2BAAC%2CYAAa%2CkBAiBV%2CaASI%2CcA%2BBI%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3B%3BAACA%2C2BAtEf%2CYAAa%2CkBAiBV%2CaASI%2CcA%2BBI%2CUAaK%2CIAAI%3BEACD%2CkBAAA%3B%3BAAvEpB%2C2BAAC%2CYAAa%2CkBAiBV%2CaA0DI%3BEACI%2CUAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAACA%2C2BApFX%2CYAAa%2CkBAiBV%2CaA0DI%2CUASK%3BEACG%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CaAAa%2CYAAb%3BEACA%2CcAAA%3B%3BAA1FhB%2C2BAAC%2CYAAa%2CkBA8FV%3BEACI%2C6BAAA%3BEACA%2CiBAAA%3B%3BAAIZ%2CYAEI%3BAADJ%2CYACI%3BEACI%2CeAAA%3B%3BAAIR%3BAACA%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CaAAa%2CaAAa%2C8CAA1B%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAACA%2C0BAAC%3BAAAD%2C0BAAC%3BEACG%2CgBAAA%3B%3BAAbR%2C0BAeI%3BAAdJ%2C0BAcI%3BEACI%2CaAAA%3B%3BAAhBR%2C0BAkBI%3BAAjBJ%2C0BAiBI%3BEACI%2CeAAA%3BEACA%2CsBAAA%3B%3BAApBR%2C0BAsBI%3BAArBJ%2C0BAqBI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3B%3BAAnCR%2C0BAqCI%3BAApCJ%2C0BAoCI%3BEACI%2CkBAAA%3B%3BAAII%2C0BAFR%2COACK%2CYACI%3BAAAD%2C0BAFR%2COACK%2CYACI%3BEACG%2CWAAA%3B%3BAAIJ%2C0BAPR%2COAMK%2CWACI%3BAAAD%2C0BAPR%2COAMK%2CWACI%3BEACG%2CyBAAA%3BEACA%2CqBAAA%3B%3BAACA%2C0BAVZ%2COAMK%2CWACI%2CcAGI%3BAAAD%2C0BAVZ%2COAMK%2CWACI%2CcAGI%3BEACG%2CyBAAA%3BEACA%2CqBAAA%3B%3BAApDpB%2C0BAyDI%3BAAxDJ%2C0BAwDI%3BEACI%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3B%3BAA5DR%2C0BA8DI%3BAA7DJ%2C0BA6DI%3BEACI%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2C4BAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAIR%3BEACI%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3B%3BAAEI%2CcADJ%2CYACK%2CIAAI%3BEACD%2CiBAAA%3B%3BAAKZ%3BEACI%2CgBAAA%3B%3BAAGJ%2CaACI%3BEACI%2CcAAA%3BEACA%2CeAAA%3B%3BAAIR%3BEACI%2CgBAAA%3B%3BAAEJ%2CWAAY%3BEACR%2CiBAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CYAAa%3BEACT%2CeAAA%3B%3BAAEJ%2CYAAa%3BEACT%2CWAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CYACI%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3B%3BAALR%2CYACI%2CGAKI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAVZ%2CYAaI%3BEACI%2CmBAAA%3B%3BAAdR%2CYAgBI%3BEACI%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAnBR%2CYAqBI%3BEACI%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAAxBR%2CYA0BI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3B%3BAACA%2CYALJ%2CQAKK%3BEACG%2CiBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CYATJ%2CQASK%3BEACG%2CyBAAA%3B%3BAAEJ%2CYAZJ%2CQAYK%3BEACG%2CyBAAA%3B%3BAAEJ%2CYAfJ%2CQAeK%3BEACG%2CyBAAA%3B%3BAA1CZ%2CYA6CI%3BEACI%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAIR%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CUAAU%3BEACN%2CSAAS%2CEAAT%3BEACA%2CqDAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAAEJ%2C0BAA0B%2CYAEtB%3BAADJ%2C0BAA0B%2CYACtB%3BEACI%2CaAAA%3B%3BAAHR%2C0BAA0B%2CYAKtB%3BAAJJ%2C0BAA0B%2CYAItB%3BEACI%2CSAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAIR%2C0BAA2B%3BAAC3B%2C0BAA2B%3BAAC3B%2C0BAA2B%3BAAC3B%2C0BAA2B%3BEACvB%2CYAAA%3B%3BAAEJ%2C0BAA0B%2CYAAY%2CcAAe%3BAACrD%2C0BAA0B%2CYAAY%2CcAAe%3BEACjD%2CaAAA%3BEACA%2CmBAAA%3B%3BAAaR%2CwBAT2C%3BEACvC%2CYACI%2CiBACI%3BIACI%2CUAAA%3B%3B%3BAAchB%2CwBAT2C%3BEACvC%2CYACI%2CiBACI%3BIACI%2CcAAA%3B%3B%3BAA%2BDhB%2CwBA1D0C%3BEACtC%2CYACI%2CiBACI%3BIACI%2CUAAA%3B%3BEAIZ%2CYAAY%2C2BAA2B%2CYAAY%3BIAC%5C%2FC%2COAAA%3B%3BEADJ%2CYAAY%2C2BAA2B%2CYAAY%2CcAE%5C%2FC%3BIACI%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CWAAW%2CgBAAgB%2CkBAA3B%3BIACA%2CmBAAmB%2CgBAAgB%2CkBAAnC%3B%3BEAMA%2CYAFH%2C0BAEI%2CYAAY%3BEAAb%2CYADH%2C0BACI%2CYAAY%3BIACT%2COAAA%3BIACA%2CYAAA%3B%3BEAFJ%2CYAFH%2C0BAEI%2CYAAY%2CcAGT%3BEAHJ%2CYADH%2C0BACI%2CYAAY%2CcAGT%3BIACI%2CmBAAA%3BIACA%2CcAAA%3B%3BEAIZ%2CYAAC%2C0BACG%3BIACI%2CgBAAA%3BIACA%2CcAAA%3B%3BEAIZ%3BIACI%2CeAAA%3B%3BEADJ%2CcAEI%3BIACI%2CWAAA%3B%3BEACA%2CcAFJ%2CYAEK%2CIAAI%3BIACD%2CcAAA%3BIACA%2CgBAAA%3B%3BEAIZ%2CYACI%2CGACI%3BIACI%2CUAAA%3B%3B%3BAAchB%2CwBAT0C%3BEACtC%2CYACI%2CGACI%3BIACI%2CWAAA%3B%3B%3BACxgBZ%2CIAAC%2CQACI%3BEpLwSL%2CiBAAA%3B%3BAoLpSA%2CIAAC%2CuBACG%2CUAAS%3BEACL%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAMR%2CMAAC%2CqBAIG%3BAAHJ%2CMAAC%2C0BAGG%3BAAFJ%2CMAAC%2CuBAEG%3BAADJ%2CMAAC%2CoBACG%3BEACI%2CmBAAA%3B%3BAALR%2CMAAC%2CqBAIG%2CaAEI%3BAALR%2CMAAC%2C0BAGG%2CaAEI%3BAAJR%2CMAAC%2CuBAEG%2CaAEI%3BAAHR%2CMAAC%2CoBACG%2CaAEI%3BEpLqRR%2CiBAAA%3BEoLnRY%2C0BAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CgCAAA%3BEACA%2CoBAAA%3B%3BAAbZ%2CMAAC%2CqBAIG%2CaAWI%3BAAdR%2CMAAC%2C0BAGG%2CaAWI%3BAAbR%2CMAAC%2CuBAEG%2CaAWI%3BAAZR%2CMAAC%2CoBACG%2CaAWI%3BEACI%2CkBAAA%3B%3BAACA%2CMAjBX%2CqBAIG%2CaAWI%2CEAEK%3BAAAD%2CMAhBX%2C0BAGG%2CaAWI%2CEAEK%3BAAAD%2CMAfX%2CuBAEG%2CaAWI%2CEAEK%3BAAAD%2CMAdX%2CoBACG%2CaAWI%2CEAEK%3BEACG%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAnBhB%2CMAAC%2CqBAuBG%2CeAAc%3BAAtBlB%2CMAAC%2C0BAsBG%2CeAAc%3BAArBlB%2CMAAC%2CuBAqBG%2CeAAc%3BAApBlB%2CMAAC%2CoBAoBG%2CeAAc%3BEACV%2CiBAAA%3B%3BAAGR%2CMAAC%2CqBACG%2COAAM%2CaACF%3BEACI%2CaAAA%3B%3BAAKhB%3BEACI%2CmBAAA%3B%3BAADJ%2CkBAEI%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3BAACA%2CkBANJ%2CeAMK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CgBAAgB%2CwCAAhB%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3BAAGA%2CkBAfR%2CeAcI%2CKACK%3BAACD%2CkBAhBR%2CeAcI%2CKAEK%3BEACG%2CcAAA%3B%3BAAEJ%2CkBAnBR%2CeAcI%2CKAKK%3BEACG%2CyBAAA%3B%3BAAtBhB%2CkBAEI%2CeAuBI%3BEACI%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3B%3BAClDR%2CwBAJ%2BC%3BE1BuH%5C%2FC%2CcACI%3BI3JqJJ%2CYAAA%3BIAAA%2CSAAA%3BI2JlJQ%2CUAAA%3B%3B%3BA0BnHR%2CwBAJqD%3BEnKuerD%3BIlB1eA%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAiBA%2C0BAAC%3BEACD%2C0BAAC%3BEqCghBD%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CarCxhBX%3BEqCihBD%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CarCvhBX%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2C0BAAC%3BEqC2gBD%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CarClhBX%3BIACG%2CWAAA%3B%3BEkB4zBJ%3BEelhBQ%2C0BAFJ%2CUAEK%2COAGG%3BE6H5QZ%2CsBAOI%3BI9JqMJ%2C0BAAA%3BIkBmjBA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIlBrjBA%2C6BAAA%3BIAAA%2C4BAAA%3BIAAA%2CcAAA%3BI2ChOA%2CqBAAA%3B%3BEzBuxBA%2C0BAAC%3BEe1fO%2C0BAFJ%2CUAEK%2COAGG%2CefufX%3BE4InwBD%2CsBAOI%2CO5I4vBH%3BIACG%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3BEyBpxBJ%2C0BAAC%3BEVuRO%2C0BAFJ%2CUAEK%2COAGG%2CeU1RX%3BEmHcD%2CsBAOI%2COnHrBH%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BI3C9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CS4C9NQ%2CO5C8NR%3BIAAA%2Ca6CvRe%2CY7CuRf%3BIAAA%2CiBAAA%3BIAAA%2CsBAAA%3BI2CqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAzOA%2C0BzB4vBK%2COyB5vBJ%3BEV6NO%2C0BAFJ%2CUAEK%2COAGG%2Cef4hBP%2COyB5vBJ%3BEmH5CD%2CsBAOI%2CO5IiyBC%2COyB5vBJ%3BI3CgKD%2CS4C%5C%2FNM%2CO5C%2BNN%3B%3BEkBigCA%3BEez5BQ%2C0BA7CJ%2CUA6CK%2CIAAI%2CKACD%3BIjCzGZ%2CcAAA%3BI2C9QA%2CqBAAA%3B%3BEAMA%2CoBAAC%3BEVgXO%2C0BA7CJ%2CUA6CK%2CIAAI%2CKACD%2CKUjXX%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BI3C9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CS4CpOU%2CO5CoOV%3BIAAA%2Ca6CvRe%2CY7CuRf%3BIAAA%2CiBAAA%3BIAAA%2CsBAAA%3BI2CqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEzBizCA%3BEyIhhDA%2CcACI%3BI3JqJJ%2CYAAA%3BIAAA%2CSAAA%3BIkB01CA%2CUAAA%3B%3BEAEA%2CiDAAC%3BEACD%2CiDAAC%3BEyIn%5C%2FCD%2CcACI%2CuBzIi%5C%2FCH%3BEyIl%5C%2FCD%2CcACI%2CuBzIk%5C%2FCH%3BIlB%5C%2FyCD%2C8BAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIAhDA%2CiBAAA%3BIAAA%2CWAAA%3BIkBq2CI%2CUAAA%3BIACA%2CMAAA%3B%3BEAGJ%2CiDAAC%3BEyI%5C%2F%5C%2FCD%2CcACI%2CuBzI8%5C%2FCH%3BIlBz2CD%2C4BAAA%3B%3BEkB62CA%2CiDAAC%3BEyIngDD%2CcACI%2CuBzIkgDH%3BIlB72CD%2C4BAAA%3BIkB%2B2CI%2CQAAA%3B%3BEsC1mDJ%3BEACA%3BEACA%2CYAAa%2CQAAO%3BEACpB%2COAAO%3BEACP%2COAAO%3BEACP%3BEACA%2CaAAgB%3BEAChB%2CaAAgB%3BEAChB%2CMAAM%2CSAAS%3BEACf%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAIA%2CQAAS%3BEACT%2CmBAAoB%3BIAChB%2CiBAAA%3BIACA%2CkBAAA%3B%3BESnBR%3BIACI%2CUAAA%3B%3BEADJ%2CWAGI%2CQACI%3BIjEwPR%2CcAAA%3BI2ChOA%2CqBAAA%3BIsBtBY%2CkBAAA%3B%3BEtB4BZ%2CWsB%5C%2FBI%2CQACI%2CWtB8BP%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BI3C9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CS4C9NQ%2CO5C8NR%3BIAAA%2Ca6CvRe%2CY7CuRf%3BIAAA%2CsBAAA%3BI2CqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEsB7TY%2CWALR%2CQACI%2CWAIK%3BIACG%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3B%3BEtBiFhB%2CWsBzFI%2CQACI%2CWAUK%2CgBtB8EZ%3BI3CgKD%2CS4C%5C%2FNM%2CO5C%2BNN%3B%3BEiEvOA%3BIACI%2CiCAAA%3BIjEsNN%2C6BAAA%3BIACK%2C0BAAA%3BIACC%2CyBAAA%3BIAcJ%2CqBAAA%3BIiEpOI%2CYAAA%3BIACA%2CMAAM%2CwBAAN%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2CMAAA%3BIACA%2COAAO%2CiBAAP%3B%3BEARJ%2CaAUI%3BIACI%2C6BAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CkCAAA%3B%3BEAfR%2CaAUI%2CUAOI%3BIACI%2CcAAA%3BIACA%2CoBAAA%3B%3BEAGJ%2CaAZJ%2CUAYK%2CSACG%3BIjEgNZ%2CSAAA%3BIAAA%2CUAAA%3BID1KA%2CqBAAA%3B%3BEkEvCQ%2CaAZJ%2CUAYK%2CSACG%2CSAGI%3BIACI%2CqBAAA%3B%3BEA3BpB%2CaAiCI%2CQAAO%3BIjEsMX%2CSAAA%3BIAAA%2CUAAA%3BID1KA%2CqBAAA%3BIkE1BQ%2CgCAAA%3B%3BEAnCR%2CaAiCI%2CQAAO%2CMAIH%3BIACI%2CiBAAA%3BIACA%2CSAAA%3B%3BEAEA%2CaARR%2CQAAO%2CMAIH%2CGAIK%2CMAAM%3BIACH%2C6BAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3B%3BEA5ChB%2CaAiCI%2CQAAO%2CMAIH%2CGAUM%3BIACE%2C6BAAA%3B%3BEAhDhB%2CaAiCI%2CQAAO%2CMAmBH%3BEApDR%2CaAiCI%2CQAAO%2CMAoBH%2CEAAC%3BIjEkLT%2CcAAA%3BIAAA%2CqBAAA%3BIiE%5C%2FKY%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3B%3BEA1DZ%2CaAiCI%2CQAAO%2CMA4BH%2CQAAO%3BIACH%2CSAAA%3B%3BEAMZ%3BIAEI%2CsBAAA%3BIACA%2CaAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3B%3BEjEzFJ%2C0BAAC%3BEACD%2C0BAAC%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2C0BAAC%3BIACG%2CWAAA%3B%3BEiEoFA%2C0BAAC%3BIACG%2CyBAAA%3B%3BEAIR%3BIACI%2CmBAAA%3BIACA%2CqBAAA%3BIACA%2CyBAAA%3BIACA%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CaAAA%3B%3BEAEA%2CwBAAC%3BIACG%2CuBAAA%3BIACA%2CgBAAA%3B%3BEAFJ%2CwBAAC%2COAKK%3BIACE%2CyBAAA%3B%3BEAKJ%2CwBADJ%2C0BACK%3BIACG%2CqBAAA%3B%3BEAKZ%3BIACI%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAHJ%2CgBAKI%3BIjEmGN%2C6BAAA%3BIACK%2C0BAAA%3BIACC%2CyBAAA%3BIAcJ%2CqBAAA%3BIiEjHQ%2CYAAA%3BIACA%2COAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAVR%2CgBAaI%3BIACI%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAIR%2CSACI%3BIACI%2CMAAM%2CiBAAN%3B%3BEAFR%2CSAKI%3BIjE8EN%2CoDAAA%3BIACK%2CiDAAA%3BIACC%2CgDAAA%3BIAcJ%2C4CAAA%3BIiE3FQ%2COAAA%3BIACA%2CWAAA%3B%3BEAIA%2CSADJ%2CYACK%3BIACG%2C8BAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAKZ%3BIAEI%2CkBAAA%3BIACA%2CUAAA%3B%3BEjE%5C%2FKJ%2CmBAAC%3BEACD%2CmBAAC%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CmBAAC%3BIACG%2CWAAA%3B%3BEsLNJ%3BItLmPA%2CmBAAA%3BIsLhPI%2CsBAAA%3B%3BEAHJ%2CWAKI%3BIACI%2CSAAA%3BIACA%2CUAAA%3B%3BEAPR%2CWAUI%3BIACI%2CSAAA%3B%3BEAXR%2CWAcI%3BIACI%2CcAAA%3BItLoOR%2CiBAAA%3BIAAA%2CgBAAA%3BIAAA%2CoBAAA%3BIAAA%2CkBAAA%3B%3BEsLnPA%2CWAsBI%3BEAtBJ%2CWAuBI%2CEAAC%3BItL4NL%2CcAAA%3BIAAA%2CqBAAA%3B%3BEsLnPA%2CWA4BI%3BItLuNJ%2C6BAAA%3BIAAA%2CiBAAA%3B%3BEsLnPA%2CWA4BI%2CQAIM%3BItLmNV%2CgBAAA%3BIAAA%2C0BAAA%3BIAAA%2CyBAAA%3BIsL7MY%2CqBAAA%3B%3BEACA%2CWAXR%2CQAIM%2CaAOG%3BItL4Mb%2CcAAA%3B%3BEsLvMQ%2CWAhBJ%2CQAgBK%2COACG%2CcACI%3BItLqMhB%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CuBAAA%3BIAAA%2CcAAA%3BIAAA%2CiBAAA%3BIsL7LoB%2CqBAAA%3B%3BEAtDpB%2CWA4BI%2CQA%2BBM%3BItLwLV%2CgBAAA%3B%3BEsLpLQ%2CWAnCJ%2CQAmCK%2COAEK%2CIAAC%2CIAAI%3BEADX%2CWApCJ%2CQAoCK%2CWACK%2CIAAC%2CIAAI%3BItLkLnB%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CuBAAA%3BIAAA%2CcAAA%3B%3BEsLpLQ%2CWAnCJ%2CQAmCK%2COAEK%2CIAAC%2CIAAI%2CkBAQH%2CKAAI%2CIAAI%3BEAThB%2CWApCJ%2CQAoCK%2CWACK%2CIAAC%2CIAAI%2CkBAQH%2CKAAI%2CIAAI%3BItL0KxB%2CiBAAA%3B%3BEsLlKQ%2CWADJ%2CGAAE%2COACG%3BItLkKT%2CgCAAA%3B%3BEsLnPA%2CWAsFI%2CSACM%3BIACE%2CqBAAA%3B%3BEAEI%2CWAJZ%2CSACM%2CKAEI%2CIACG%3BItLyJjB%2CcAAA%3B%3BEsLnJQ%2CWAVJ%2CSAUK%2CIAAI%3BItLmJb%2CgBAAA%3BIAAA%2CgBAAA%3BIsL7IY%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CoBAAA%3BIACA%2C8BAAA%3B%3BEAXJ%2CWAVJ%2CSAUK%2CIAAI%2CcAaC%2CKACI%3BItLqIlB%2CkBAAA%3B%3BEsLjIgB%2CWA5BZ%2CSAUK%2CIAAI%2CcAaC%2CKAKG%3BIACG%2CgBAAA%3B%3BEAnBZ%2CWAVJ%2CSAUK%2CIAAI%2CcAuBD%3BIACI%2CcAAA%3BItL2HhB%2CkBAAA%3B%3BEsLnJQ%2CWAVJ%2CSAUK%2CIAAI%2CcAuBD%2CGAIM%3BIACE%2CSAAA%3B%3BEA5BZ%2CWAVJ%2CSAUK%2CIAAI%2CcAuBD%2CGAIM%2CKAGE%3BItLqHpB%2CcAAA%3BIsLhHwB%2CcAAA%3BIACA%2CmBAAA%3B%3BEACA%2CWA%5C%2FCpB%2CSAUK%2CIAAI%2CcAuBD%2CGAIM%2CKAGE%2CEAOK%3BItL8GzB%2CcAAA%3B%3BEsLvGY%2CWAtDR%2CSAUK%2CIAAI%2CcA4CA%3BIACG%2CyBAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3B%3BEA%5C%2FCR%2CWAVJ%2CSAUK%2CIAAI%2CcAkDD%2CQACM%3BItLgGlB%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CuBAAA%3BIAAA%2CcAAA%3BIAAA%2CiBAAA%3B%3BEsLpFgB%2CWAzEZ%2CSAUK%2CIAAI%2CcA8DD%2CQACK%2COACK%3BItLmFtB%2CiBAAA%3B%3BEwE3NA%2CQAAQ%2CKAAK%2CMACT%2CMAAK%2CMACC%3BIACE%2CqBAAA%3B%3BEAHZ%2CQAAQ%2CKAAK%2CMAOP%2CQAAK%3BIACH%2CuBAAA%3B%3BEInER%3BIACI%2CaAAA%3B%3BEEwOA%2CYAAC%3BI9E6CL%2CUAAA%3BIAAA%2CYAAA%3B%3BE8E5NA%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%3BECxIZ%3BID%5C%2FEA%2CSAAA%3BIACA%2COAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CyDAAA%3BIACQ%2CiDAAA%3BI9EsPR%2CUAAA%3BIAAA%2CYAAA%3B%3BE8EpPA%2CaAAC%3BIACG%2CmBAAA%3BIACA%2CUAAA%3BIACA%2CqCAAA%3BIACQ%2C6BAAA%3B%3BEAJZ%2CaAAC%2CMAMG%3BIACI%2CmBAAmB%2CeAAnB%3BIACQ%2CWAAW%2CeAAX%3B%3BEC4DhB%2CaDxDA%3BI9EwOA%2CsBAAA%3BIAAA%2C4CAAA%3BI8ErOI%2CUAAA%3BIACA%2CoBAAA%3B%3BEAQJ%2CaAAC%2CMACG%3BIACI%2CmBAAmB%2CaAAnB%3BIACQ%2CWAAW%2CaAAX%3B%3BECyChB%2CaDrCA%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%3BEANR%2CaASI%3BI%5C%2FEuKJ%2CyBAAA%3BI%2BErKQ%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3B%3BEAKJ%2CIAAC%3BIACG%2CaAAA%3BIACA%2CgBAAA%3BIACA%2CYAAA%3B%3BEAHJ%2CIAAC%2CkBAKG%3BI%5C%2FEyJR%2CwCAAA%3B%3BE%2BEnJA%3BIACI%2CoBAAA%3B%3BEACA%2CYAAC%2CYACG%2CkBAAiB%3BI%5C%2FEgJzB%2CyBAAA%3B%3BE%2BE3IY%2CYANP%2CYAKI%2CcACI%3BIACG%2CiCAAA%3BIACA%2CgBAAA%3B%3BEAHR%2CYALH%2CYAKI%2CcAMG%3BIACI%2CYAAA%3BIACA%2CgBAAA%3B%3BEAfhB%2CYAoBI%3BI%5C%2FE%2BHJ%2CeAAA%3BIAAA%2CgBAAA%3B%3BEgFxOA%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%3BE0FXJ%3BIACI%2CeAAA%3B%3BECHJ%3BIACI%2CeAAA%3B%3BEpFgBJ%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%3BEuGpDJ%2CGAAG%3BIACC%2CSAAA%3B%3BEvD2jBJ%2CYACI%2CcACI%3BIACI%2CsBAAA%3B%3BE5GtVZ%2CMAAM%2CSAAU%3BIACZ%2C4BAAA%3B%3BEkHhCJ%2CmBAAoB%3BIAChB%2CgBAAA%3B%3BEAGJ%2CmBAAoB%3BIAChB%2CiBAAA%3B%3BEK6hCP%2CmBACC%3BIACC%2CcAAA%3B%3BEAMC%2CeAHY%2CYACd%2COACC%2CSAAQ%2CmBAAmB%2CYACzB%3BIACA%2CSAAA%3B%3BEAJJ%2CeAAe%2CYACd%2COAMC%3BIACC%2CkBAAA%3B%3BEAIH%2CeAAe%2CYACd%2CcAAa%3BIACZ%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAHF%2CeAAe%2CYACd%2CcAAa%2CcAGZ%3BIACC%2CeAAA%3BIACA%2CgBAAA%3B%3BEAKA%2CeAXY%2CYASd%2COACC%2CSAAQ%2CmBAAmB%2CYACzB%3BIACA%2CSAAA%3B%3BEAZJ%2CeAAe%2CYASd%2COAMC%3BIACC%2C4BAAA%3BIACA%2CuBAAA%3B%3BEAjBH%2CeAAe%2CYASd%2COAMC%2CSAGC%3BIACC%2CkBAAA%3B%3BEASD%2CeAHY%2CYACd%2COACC%2CSAAQ%2CmBAAmB%2CYACzB%3BIACA%2CSAAA%3B%3BEAJJ%2CeAAe%2CYACd%2COAMC%3BIACC%2CkBAAA%3BIACA%2CeAAA%3B%3BEAIH%2CeAAe%2CYACd%2COACC%3BIACC%2CeAAA%3B%3BEAGA%2CeANY%2CYACd%2COAIC%2CSAAQ%2CmBAAmB%2CYACzB%3BIACA%2CSAAA%3B%3BEAPJ%2CeAAe%2CYACd%2COASC%3BIACC%2C4BAAA%3BIACA%2CuBAAA%3B%3BEAZH%2CeAAe%2CYAed%2CkBACC%2CSAAQ%2CIAAI%2CqBAAqB%2CIAAI%3BIACpC%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3B%3BEAKH%2CKACC%2CcACC%2CgBACC%2CaACC%2CcACC%2CMAAK%2COAAU%3BIACd%2C6BAAA%3B%3BEAQN%2CaACC%2CQAAO%2CQACN%3BIACC%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CUAAA%3B%3BEANH%2CaACC%2CQAAO%2CQACN%2CMAKC%3BIACC%2CWAAA%3BIACA%2CYAAA%3B%3BEATJ%2CaAaC%3BIACC%2CkBAAA%3BIACA%2CYAAA%3B%3BEAfF%2CaAaC%2CaAGC%2COAAM%3BIACL%2C0BAAA%3BIACA%2CsBAAA%3B%3BEAlBH%2CaAaC%2CaAGC%2COAAM%2COAGL%3BIACC%2C2BAAA%3B%3BEApBJ%2CaAaC%2CaAUC%2CkBAAkB%2CQAAO%2CSAAS%2COAAO%3BEAvB3C%2CaAaC%2CaAWC%2CkBAAkB%2CQAAO%2CSAAS%3BIACjC%2C0BAAA%3B%3BEAzBH%2CaA4BC%3BIACC%2CiBAAA%3B%3BEA7BF%2CaA%2BBC%2CgBACC%2CcACC%3BIACC%2CgBAAA%3B%3BEAID%2CaAPF%2CgBAMC%2CYACE%3BIACA%2CeAAA%3B%3BEAOA%2CaAHH%2CgBACC%2COAAM%2COACL%2CMACE%3BIACA%2C0BAAA%3B%3BEA%5C%2FCL%2CaA2CC%2CgBAQC%2CaACC%3BIACC%2CWAAA%3BIACA%2C6BAAA%3B%3BEAtDJ%2CaA2DC%2CgBAIC%2CaACC%3BEAhEH%2CaA4DC%2CgBAGC%2CaACC%3BEAhEH%2CaA6DC%2CgBAEC%2CaACC%3BEAhEH%2CaA8DC%2CgBACC%2CaACC%3BIACC%2C6BAAA%3B%3BEAjEJ%2CaA2DC%2CgBASC%2CcACC%3BEArEH%2CaA4DC%2CgBAQC%2CcACC%3BEArEH%2CaA6DC%2CgBAOC%2CcACC%3BEArEH%2CaA8DC%2CgBAMC%2CcACC%3BIACC%2CuBAAA%3B%3BEAtEJ%2CaA2EC%2CgBACC%2CaACC%3BIACC%2CeAAA%3B%3BEA9EJ%2CaA2EC%2CgBACC%2CaAIC%3BIACC%2CaAAA%3B%3BEAjFJ%2CaA2EC%2CgBACC%2CaAIC%2CcAOC%3BIACC%2C8BAAA%3B%3BEAOL%2CaACC%2CsBACC%2CgBACC%2CkBACC%3BIACC%2CaAAA%3B%3BEAED%2CaANH%2CsBACC%2CgBACC%2CkBAIE%2COACA%3BIACC%2CcAAA%3B%3BEAQN%2CQACC%3BIACC%2CQAAA%3BIACA%2CUAAA%3B%3BEAIF%3BIACC%2CgBAAA%3B%3BEAED%2CaAAc%2CaAAa%2CQAAO%2CQAAS%2COAAO%2CQAAO%3BIACxD%2C0BAAA%3B%3BEACA%2CaAFa%2CaAAa%2CQAAO%2CQAAS%2COAAO%2CQAAO%2CiBAEvD%3BIACA%2C0BAAA%3B%3BEAED%2CaALa%2CaAAa%2CQAAO%2CQAAS%2COAAO%2CQAAO%2CiBAKvD%3BIACA%2C0BAAA%3B%3BEAED%2CaARa%2CaAAa%2CQAAO%2CQAAS%2COAAO%2CQAAO%2CiBAQvD%3BIACA%2C0BAAA%3B%3BEAED%2CaAXa%2CaAAa%2CQAAO%2CQAAS%2COAAO%2CQAAO%2CiBAWvD%3BIACA%2C0BAAA%3B%3BEAypBF%2CoBACC%2C6BACC%3BIACC%2CeAAA%3B%3BEAHH%2CoBACC%2C6BAIC%2CSACC%2CSACC%3BIACC%2CSAAA%3B%3BEARL%2CoBACC%2C6BAIC%2CSACC%2CSAIC%3BIACC%2CUAAA%3B%3BEAXL%2CoBACC%2C6BAcC%2CSACC%3BIACC%2CcAAA%3B%3BEAKJ%2CaAAc%2CaAAa%2COAAO%2CQAAO%3BIACxC%2C0BAAA%3BIACA%2CuBAAA%3B%3BEAED%2CeACC%3BIACC%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3B%3BEAJF%2CeAMC%2CaAAY%3BIACX%2CQAAA%3B%3BEAIC%2CeAFF%2COAAM%2COACL%2CMACE%3BIACA%2C0BAAA%3B%3BEAOF%2CeADD%2CQAAO%2CSACL%3BIACA%2C4BAAA%3B%3BEAIH%2CaACC%2CaAAY%2CeAIX%2COAAO%2CQAAO%3BEALhB%2CaAEC%2CaAAY%2CeAGX%2COAAO%2CQAAO%3BEALhB%2CaAGC%2CaAAY%2CeAEX%2COAAO%2CQAAO%3BEALhB%2CaAIC%2CaAAY%2CeACX%2COAAO%2CQAAO%3BIACb%2C0BAAA%3BIACA%2CuBAAA%3B%3BEAIH%2CeACC%2CaAAY%3BIACX%2CQAAA%3B%3BEAFF%2CeAIC%2CkBAAkB%3BIACjB%2CiBAAA%3BIACA%2CuBAAA%3B%3BEANF%2CeAQC%3BIACC%2CeAAA%3B%3BEATF%2CeAWC%2CcAAa%3BIACZ%2CgBAAA%3B%3BEAZF%2CeAcC%3BIACC%2CeAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAIC%2CeAFF%2COAAM%2COACL%2CMACE%3BIACA%2C0BAAA%3B%3BEAvBJ%2CeA2BC%2CMACC%2COACC%2CgBACC%3BIACC%2CeAAA%3B%3BEAML%2CeACC%3BIACC%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3B%3BEAJF%2CeAMC%2CQAAO%3BIACN%2C0BAAA%3B%3BEAIC%2CeAFF%2COAAM%2COACL%2CMACE%3BIACA%2C4BAAA%3B%3BEAZJ%2CeAgBC%2CkBAAkB%2CSAAQ%2CIAAI%3BIAC7B%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3B%3BEAnBF%2CeAqBC%2CaAAY%3BIACX%2CQAAA%3B%3BEAtBF%2CeAwBC%2CMACC%2COACC%2CgBACC%3BIACC%2CWAAA%3B%3BEAML%2CKACC%2COACC%3BIACC%2CqBAAA%3B%3BEAHH%2CKACC%2COAIC%2CgBACC%3BIACC%2C2BAAA%3BIACA%2CeAAA%3B%3BEARJ%2CKACC%2COAUC%3BIACC%2CgBAAA%3B%3BEAZH%2CKACC%2COAaC%2CoBAAmB%2CWAClB%2CcAAc%2CGACb%3BIACC%2CwBAAA%3BIACA%2CmBAAA%3B%3BEAlBL%2CKACC%2COAaC%2CoBAAmB%2CWAClB%2CcAAc%2CGAKb%3BIACC%2C4BAAA%3B%3BEArBL%2CKACC%2COAaC%2CoBAAmB%2CWAClB%2CcAAc%2CGAQb%3BIACC%2CgBAAA%3B%3BEAxBL%2CKACC%2COA2BC%2CoBAAmB%3BIAClB%2CSAAA%3B%3BEA7BH%2CKACC%2COA2BC%2CoBAAmB%2CaAElB%3BIACC%2CeAAA%3BIACA%2CkBAAA%3B%3BEAhCJ%2CKACC%2COA2BC%2CoBAAmB%2CaAElB%2CcAGC%3BIACC%2CwBAAA%3BIACA%2CmBAAA%3B%3BEAnCL%2CKACC%2COA2BC%2CoBAAmB%2CaAElB%2CcAGC%2CGAGC%3BEApCL%2CKACC%2COA2BC%2CoBAAmB%2CaAElB%2CcAGC%2CGAIC%3BIACC%2CqBAAA%3BIACA%2CsBAAA%3B%3BEAvCN%2CKACC%2COA2BC%2CoBAAmB%2CaAElB%2CcAGC%2CGAQC%2CYACC%3BIACC%2CeAAA%3B%3BEA3CP%2CKACC%2COA2BC%2CoBAAmB%2CaAElB%2CcAGC%2CGAaC%3BIACC%2C2BAAA%3B%3BEA%5C%2FCN%2CKACC%2COA2BC%2CoBAAmB%2CaAElB%2CcAGC%2CGAaC%2CaAEC%3BIACC%2C8BAAA%3B%3BEAjDP%2CKACC%2COAsDC%2CaAAY%3BIACX%2C0BAAA%3BIACA%2CQAAA%3BIACA%2CYAAA%3B%3BEAKH%2CeACC%3BIACC%2CqBAAA%3B%3BEAGF%2COAAO%2CQACN%2CcACC%2CgBACC%3BIACC%2CsBAAA%3BIACA%2CuBAAA%3BIACA%2CkCAAA%3BIACA%2C0BAAA%3BIACA%2CuBAAA%3BIACA%2CkBAAA%3BIACA%2CuBAAA%3BIACA%2CyCAAA%3B%3BEKjyED%2CoBACI%2CQAAO%2CIAAI%2CeACP%2CMAAK%3BIACD%2CWAAA%3BIACA%2CWAAA%3B%3BEAJZ%2CoBAQI%2CQAAO%2CIAAI%2CqBACP%2CMAAK%3BIACD%2CWAAA%3BIACA%2CWAAA%3B%3BEIfZ%2CgBACM%3BIACE%2CgBAAA%3B%3BE5I6iBR%2CqBACI%2CQAAO%3BIVjLX%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIAkCA%2C8BAAA%3BIACI%2C0BAAA%3BIACI%2CsBAAA%3B%3BEU0IR%2CqBAMI%2CSAAQ%3BIV1IZ%2CkBAAA%3BIACC%2CiBAAA%3BIACQ%2CSAAA%3B%3BEUyhBT%2CQAAQ%3BIACJ%2CaAAA%3B%3B%3B%3B%3BEAUQ%2C8BAFR%2CSACI%2CQACK%3BIACG%2CmBAAA%3B%3BEC1xBhB%3BIACI%2CgBAAA%3B%3BEC%2BMJ%2CeACI%2CWACI%2CSAAQ%3BIZXhB%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIAkCA%2C8BAAA%3BIACI%2C0BAAA%3BIACI%2CsBAAA%3BIAcR%2C2BAAA%3BIACI%2CuBAAA%3BIACI%2CmBAAA%3B%3BEY7CR%2CeACI%2CWACI%2CSAAQ%2CKAKJ%3BEAPZ%2CeACI%2CWACI%2CSAAQ%2CKAMJ%3BIZrIZ%2CoBAAA%3B%3BEY4IA%3BIACI%2C6BAAA%3B%3BEAIA%2CKAAC%3BIACG%2C0BAAA%3B%3BEAGQ%2CKAJX%2CcAEG%2CMACI%2CKACK%3BEACD%2CKALX%2CcAEG%2CMACI%2CKAEK%3BEACD%2CKANX%2CcAEG%2CMACI%2CKAGK%3BEACD%2CKAPX%2CcAEG%2CMACI%2CKAIK%3BEACD%2CKARX%2CcAEG%2CMACI%2CKAKK%3BIACG%2CaAAA%3B%3BEAMR%2CKAfP%2CcAcG%2CKACK%3BEACD%2CKAhBP%2CcAcG%2CKAEK%3BEACD%2CKAjBP%2CcAcG%2CKAGK%3BEACD%2CKAlBP%2CcAcG%2CKAIK%3BIACG%2CsBAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAEA%2CKAzBX%2CcAcG%2CKACK%2CIAUI%2CSAAS%3BEAAV%2CKAzBX%2CcAcG%2CKAEK%2CMASI%2CSAAS%3BEAAV%2CKAzBX%2CcAcG%2CKAGK%2CSAQI%2CSAAS%3BEAAV%2CKAzBX%2CcAcG%2CKAIK%2CKAOI%2CSAAS%3BIACN%2CSAAS%2CaAAT%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3B%3BEAIR%2CKAjCP%2CcAcG%2CKAmBK%3BIACG%2CmBAAA%3B%3BEAlCZ%2CKAAC%2CcAsCG%2CMAAM%2CKAAI%3BIACN%2CiBAAA%3B%3BEAvCR%2CKAAC%2CcA0CG%2CMAAQ%2CKAAK%2CKAAE%3BIACX%2CSAAA%3B%3BEAKZ%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAFJ%2CYAII%3BIACI%2CaAAA%3B%3BEALR%2CYAQI%2CQACI%2CMAAQ%2CKAAE%2CIAAI%2CaAAgB%2CKAAE%3BIAC5B%2CSAAA%3B%3BEAKZ%2CKAAK%2CcAED%2CKAAI%3BEADR%2CYAAY%2CcACR%2CKAAI%3BEAFR%2CKAAK%2CcAGD%2CKAAI%3BEAFR%2CYAAY%2CcAER%2CKAAI%3BEAHR%2CKAAK%2CcAID%2CKAAI%3BEAHR%2CYAAY%2CcAGR%2CKAAI%3BEAJR%2CKAAK%2CcAKD%2CKAAI%3BEAJR%2CYAAY%2CcAIR%2CKAAI%3BIACA%2CgBAAA%3B%3BEwBvFR%3BIACI%2CgBAAA%3B%3BEpCpXJ%2CiBAAC%3BEACD%2CiBAAC%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CiBAAC%3BIACG%2CWAAA%3B%3BEoC4WJ%2CiBAGI%2CSACI%3BIACI%2CWAAA%3BIACA%2CkBAAA%3B%3BEANZ%2CiBASI%3BIACI%2CYAAA%3BIACA%2CcAAA%3B%3BETrYR%2CqBACI%2CaACI%2CcACI%3BIACI%2CWAAA%3B%3BEAJhB%2CqBACI%2CaACI%2CcAKI%3BIACI%2CgBAAA%3B%3BEgI6FhB%2CcACI%3BI3JqJJ%2CYAAA%3BIAAA%2CSAAA%3BI2JlJQ%2CUAAA%3B%3BE5H4BR%2CwBACI%3BI%5C%2FBqHJ%2CeAAA%3B%3BE%2BBtHA%2CwBAKI%3BI%5C%2FBiHJ%2CkBAAA%3BIAAA%2CmBAAA%3B%3BE%2BBtHA%2CwBAUI%3BI%5C%2FB4GJ%2CaAAA%3B%3BE%2BBtHA%2CwBAcI%3BI%5C%2FBwGJ%2CoBAAA%3B%3BE%2BBtHA%2CwBAkBI%2C0BACI%3BIACI%2CgBAAA%3B%3BEPTZ%2CwBACI%3BIxB0GJ%2CeAAA%3B%3BEwB3GA%2CwBACI%2CgBAGI%3BIxBuGR%2CaAAA%3B%3BEwB3GA%2CwBACI%2CgBAOI%3BIxBmGR%2CoBAAA%3B%3BEqCuRQ%2CgBADJ%2CUACK%3BIACG%2CkBAAA%3B%3BEAKZ%2CQACI%3BIACI%2CgBAAA%3B%3BEAFR%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CaAGM%3BIACE%2CYAAA%3BIrCxSpB%2CiBAAA%3B%3BEqC6RA%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSAUN%2CeACI%3BIrC9ShB%2CmBAAA%3B%3BEqCgToB%2CQAdhB%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSAUN%2CeACI%2CKAEK%3BIACG%2CgBAAA%3B%3BEAQxB%2CQAAQ%2CcACJ%3BIACI%2CcAAA%3BIrC3TR%2CmBAAA%3B%3BEqCgUA%2CuBACI%3BIACI%2CkBAAA%3B%3BEAIR%2CKAAK%2COAAO%2CSACR%2COAAM%2CMACF%2CYACI%3BIACI%2CgBAAA%3BIACA%2CWAAA%3B%3BELpXhB%2CaACI%2CiBACI%3BIhCuCR%2CeAAA%3BIgCrCY%2CaAAA%3BIACA%2CWAAA%3B%3BEAKZ%3BIhC%2BBA%2C6BAAA%3BIgC7BI%2CgBAAA%3B%3BEAGI%2CgBADJ%2COACK%3BIhC0BT%2CiBAAA%3BIgCxBY%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3BEATZ%2CgBAaI%3BIACI%2CoBAAA%3BIACA%2CqBAAA%3B%3BEASJ%2CKAAC%2CcACG%3BIACI%2C6BAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAPZ%2CKAWI%3BIhCHJ%2CqBAAA%3BI2ChOA%2CqBAAA%3B%3BEXwNA%2CKAWI%2CaWfF%3BI3ChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BE2C2CA%2CKX6NI%2CaW7NH%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BI3C9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSC3QW%2COD2QX%3BIAAA%2Ca6CvRe%2CY7CuRf%3BIAAA%2CSAAA%3BIAAA%2CsBAAA%3BI2CqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAtRI%2CKXgNA%2CaWjNH%2CMACI%3BI3C6ML%2CcAAA%3B%3BE2CvMI%2CKX0MA%2CaW3MH%2COACI%3BI3CuML%2CcAAA%3B%3BEgCgBQ%2CKAbJ%2CaAaK%3BIACG%2CyBAAA%3BIACA%2CyBAAA%3BIACA%2C8BAAA%3BIACA%2C0BAAA%3B%3BEAEA%2CKAnBR%2CaAaK%2CQAMI%3BIACG%2CcAAA%3B%3BEAOZ%2CuBAAI%3BIACA%2COAAA%3BIACA%2CkBAAA%3B%3BEbpFR%2CKAAK%2CcACD%3BInBmDJ%2CqBAAA%3BI2C9QA%2CqBAAA%3B%3BExB0NA%2CKAAK%2CcACD%2CqBwBuCF%3BI3ChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BE2CHA%2CKxBoNK%2CcACD%2CqBwBrNH%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BI3C9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSC1QiB%2COD0QjB%3BIAAA%2Ca6CvRe%2CY7CuRf%3BIAAA%2CsBAAA%3BI2CqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2CKxBuMC%2CcACD%2CqBwBzMH%2CMACI%3BI3C2PL%2CcAAA%3B%3BE2CrPI%2CKxBiMC%2CcACD%2CqBwBnMH%2COACI%3BI3CqPL%2CcAAA%3B%3BE8C%5C%2FJA%2CiBACI%2CeAAc%3BI9C8JlB%2CkBAAA%3BIAAA%2CmBAAA%3B%3BE8C%5C%2FJA%2CiBACI%2CeAAc%2CQAGV%2COAAM%2CKAAK%2CQACP%2CGACI%3BIACI%2C0BAAA%3B%3BEE6DhB%2CIAAC%2CcACG%3BIACI%2CaAAA%3B%3BEAFR%2CIAAC%2CcAKG%3BIACI%2CSAAA%3BIACA%2CqBAAA%3BIACA%2CkBAAA%3B%3BEARR%2CIAAC%2CcAWG%3BIACI%2CYAAA%3B%3BEAMR%2COAAC%3BIACG%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3B%3BEAHJ%2COAAC%2COAKG%2CqBAAoB%3BIAChB%2CmBAAA%3B%3BEANR%2COAAC%2COASG%3BIACI%2C6BAAA%3BIACA%2CYAAA%3BIACA%2COAAA%3BIACA%2CeAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3BIACA%2CUAAA%3B%3BEAhBR%2COAAC%2COASG%2CcASI%3BIhDuDZ%2CgBAAA%3BIgDrDgB%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3BIhDgDhB%2CqBAAA%3BI2ChOA%2CqBAAA%3B%3BEAMA%2COKiJK%2COASG%2CcASI%2COLnKX%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BI3C9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CS4C1OU%2CO5C0OV%3BIAAA%2Ca6CvRe%2CY7CuRf%3BIAAA%2CsBAAA%3BI2CqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEKlJI%2COAAC%2COAmCG%3BIhDsCR%2CuBAAA%3BIgDpCY%2CcAAA%3BIACA%2CYAAA%3BIACA%2COAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3BIACA%2CUAAA%3B%3BEA5CR%2COAAC%2COA%2BCG%3BIhD0BR%2CgBAAA%3BIgDxBY%2CSAAA%3BIACA%2CcAAA%3BIACA%2COAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3B%3BEAMR%2COAAE%2CQAAC%3BIACC%2CeAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2COAAC%3BIACG%2C0BAAA%3B%3BEAGJ%2COAAC%3BIACG%2CmBAAA%3B%3BEAIR%2COAAQ%3BIACJ%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CqBAAA%3B%3BEAHJ%2COAAQ%2CgBAKJ%3BIACI%2CaAAA%3B%3BEAGJ%2COATI%2CgBASH%3BIACG%2CkBAAA%3BIACA%2CyBAAA%3BIACA%2CUAAA%3BIhDfR%2CcAAA%3BI2C9QA%2CqBAAA%3B%3BEAMA%2COK2QQ%2CgBASH%2CSLpRJ%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BI3C9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CS4C9NQ%2CO5C8NR%3BIAAA%2Ca6CvRe%2CY7CuRf%3BIAAA%2CsBAAA%3BI2CqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEKjDQ%2COArBA%2CgBASH%2CSAYI%3BIACG%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3BEAGJ%2COA3BA%2CgBASH%2CSAkBI%3BIhD9BT%2CcAAA%3BIgDgCY%2CSAAS%2CKAAK%2CiBAAiB%2CGAA%5C%2FB%3BIACA%2CgBAAA%3B%3BEAIR%2COAlCI%2CgBAkCH%3BIACG%2CoBAAA%3B%3BEL%5C%2FMR%2COK4KQ%2CgBAkCH%2COAGG%2CgBLjNP%3BI3CyKD%2CS4C%5C%2FNM%2CO5C%2BNN%3B%3BEgDqCI%2COAlCI%2CgBAkCH%2COAUG%3BIACI%2CcAAA%3B%3BEAGJ%2COAhDA%2CgBAkCH%2COAcO%3BIACA%2CcAAA%3B%3BEAIR%2COArDI%2CgBAqDA%3BIACA%2CaAAA%3B%3BEAMA%2CkBADJ%2CcACK%3BIACG%2CoCAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CYAAA%3BIACA%2COAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3B%3BEAXZ%2CkBAeI%3BIACI%2CmBAAA%3B%3BEAIR%2CiBACI%2CSACI%3BIhD6ER%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEuDnVT%3BIACI%2CeAAA%3B%3BEAGJ%3BEACA%3BIACI%2CqBAAA%3B%3BEAEA%2CcAAC%2CIAAI%3BEAAL%2CcAAC%2CIAAI%3BIACD%2CmBAAA%3B%3BEtB%2BNR%3BIACI%2CWAAA%3BIACA%2CiBAAA%3B%3BEAII%2C0BAFJ%2CUAEK%3BIACG%2CoBAAA%3B%3BEADJ%2C0BAFJ%2CUAEK%2COAGG%3BIjChEZ%2CiBAAA%3B%3BEiCqEY%2C0BAVR%2CUAEK%2COAQI%3BIACG%2C6BAAA%3BIjCtEhB%2CmBAAA%3BIiCwEgB%2CaAAA%3BIACA%2CeAAA%3B%3BEAEA%2C0BAhBZ%2CUAEK%2COAQI%2CMAMI%3BIACG%2CcAAA%3B%3BEAPR%2C0BAVR%2CUAEK%2COAQI%2CMAUG%3BIACI%2CeAAA%3B%3BEAEA%2C0BAvBhB%2CUAEK%2COAQI%2CMAUG%2CMAGK%3BIACG%2CaAAA%3B%3BEAGJ%2C0BA3BhB%2CUAEK%2COAQI%2CMAUG%2CMAOK%3BIACG%2CaAAA%3B%3BEAlBZ%2C0BAVR%2CUAEK%2COAQI%2CMAUG%2CMAWI%3BIjC1FpB%2CcAAA%3BIiC4FwB%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CqBAAA%3B%3BEAEA%2C0BArCpB%2CUAEK%2COAQI%2CMAUG%2CMAWI%2CEAMK%3BIjChGzB%2CmBAAA%3B%3BEiC%2BGQ%2C0BApDJ%2CUAoDK%2CMACG%3BIjChHZ%2CiBAAA%3B%3BEiCsHQ%2C0BA3DJ%2CUA2DK%3BIACG%2CmBAAA%3B%3BEAKA%2C0BAjER%2CUAgEK%2CQACI%3BEACD%2C0BAlER%2CUAgEK%2CQAEI%3BIACG%2CmBAAA%3B%3BEASJ%2CcAHE%2CSACV%2CSACK%2CKACI%3BIACG%2COAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3B%3BEAIA%2CuBAAwB%2CeAV1B%2CSACV%2CSACK%2CKAOI%3BIAEO%2CmBAAA%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%3BEMgDR%2C%2BBACI%3BIACI%2CcAAA%3B%3BEAFR%2C%2BBAKI%3BIACI%2CiBAAA%3B%3BEAIR%2CcACI%2CiBACM%3BIACE%2CeAAA%3B%3BEY%5C%2FZR%2CMAAC%2CWACG%3BIACI%2CeAAA%3BIACA%2CkBAAA%3B%3BEAHR%2CMAAC%2CWAMG%2COACI%2CSAAQ%3BIACJ%2CeAAA%3B%3BEnCqahB%2CoBACI%3BIACI%2CaAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3B%3BEALR%2CoBAQI%3BIACI%2CkBAAA%3B%3BEATR%2CoBAYI%2CQAAO%3BEAZX%2CoBAaI%2CQAAO%3BIACH%2CSAAA%3B%3BEkB3eR%2CKAAK%2CKAAK%2COACN%3BIACI%2CqBAAA%3B%3BEAIA%2CKANH%2CKAAK%2COAKN%2CQACK%3BIACG%2CcAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3B%3BE4H8BZ%3BIACI%2COAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEALJ%2CsBAWI%3BIACI%2C6BAAA%3BIACA%2CaAAA%3B%3BEAEA%2CsBAJJ%2CSAIK%3BIACG%2CcAAA%3B%3BE7IwSZ%3BEACA%2CiBAAoB%3BIAChB%2CaAAA%3B%3BEAGJ%2CaAAc%2CkBAAkB%2COAAM%3BIjBjHtC%2CiBAAA%3BIiBmHI%2CYAAA%3BIACA%2CSAAA%3B%3BEAGJ%2CWAAY%2CQAAQ%2CWAAU%3BIjBvH9B%2CiBAAA%3BIiByHI%2CWAAA%3BIACA%2CQAAA%3B%3BEAGJ%2CYAAa%2CQAAO%2CQAChB%3BIjB9HJ%2CmBAAA%3BIAAA%2CiBAAA%3BIiBiIQ%2CeAAA%3B%3BEAJR%2CYAAa%2CQAAO%2CQAChB%2CgBAKI%3BIACI%2CcAAA%3B%3BEAPZ%2CYAAa%2CQAAO%2CQAChB%2CgBAKI%2CkBAGI%2CGAAE%3BIACE%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3B%3BEAEA%2CYAhBH%2CQAAO%2CQAChB%2CgBAKI%2CkBAGI%2CGAAE%2CSAOG%3BEACD%2CYAjBH%2CQAAO%2CQAChB%2CgBAKI%2CkBAGI%2CGAAE%2CSAQG%3BIACG%2CaAAA%3B%3BEAlBpB%2CYAAa%2CQAAO%2CQAChB%2CgBAKI%2CkBAgBI%3BEAtBZ%2CYAAa%2CQAAO%2CQAChB%2CgBAKI%2CkBAiBI%3BIACI%2C6BAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3B%3BEA1BhB%2CYAAa%2CQAAO%2CQAChB%2CgBAKI%2CkBAuBI%2CkBAAkB%3BIACd%2CeAAA%3B%3BEA9BhB%2CYAAa%2CQAAO%2CQAChB%2CgBAKI%2CkBA2BI%2CiBAAiB%3BIACb%2CUAAA%3B%3BEAQhB%3BIACI%2CmBAAA%3BIACA%2CeAAA%3B%3BEASJ%2CcAAe%3BIACX%2CcAAA%3BIACA%2CkBAAA%3B%3BEAIA%2C6BAA8B%3BIAC1B%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAIR%2CYAAa%3BIdyBb%2CYAAA%3BIACA%2CcAAA%3B%3BEc1BA%2CYAAa%2CYd4BX%2CQAAQ%2CKAAK%3BIACX%2CaAAA%3B%3BEc7BJ%2CYAAa%2CYdgCX%3BIACE%2CcAAA%3B%3BEcjCJ%2CYAAa%2CYdgCX%2CQAGI%3BIACE%2CcAAA%3B%3BEcpCR%2CYAAa%2CYdgCX%2CQAGI%2CKAGE%3BEctCR%2CYAAa%2CYdgCX%2CQAGI%2CKAIE%3BIACI%2CmBAAA%3BIACA%2CcAAA%3BIHvOZ%2CmBAAA%3B%3BEG0OY%2CYc5CC%2CYdgCX%2CQAGI%2CKAGE%2CGAMK%2CSAAS%3BEAAV%2CYc5CC%2CYdgCX%2CQAGI%2CKAIE%2CGAKK%2CSAAS%3BIH1OtB%2CmBAAA%3BIG4OgB%2CSAAS%2CcAAa%2CIAAtB%3BIACA%2CqBAAA%3BIH7OhB%2CcAAA%3BIAAA%2CgBAAA%3B%3BEiB8LA%2CYAAa%2CYd3FX%2CQAAQ%2CKAAK%3BIHnGf%2CyBAAA%3B%3BEmC9DA%2CcAAc%3BIACV%2CmBAAA%3BIACA%2CeAAA%3B%3BEAGI%2CcALM%2CSAIV%2CSACK%3BIACG%2CsBAAA%3BIACA%2CkBAAA%3B%3BEAEA%2CcATE%2CSAIV%2CSACK%2CKAII%3BIACG%2CWAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CcAdE%2CSAIV%2CSACK%2CKASI%3BInCgDb%2CiBAAA%3B%3BEmC5CY%2CcAlBE%2CSAIV%2CSACK%2CKAaI%3BIACG%2CcAAA%3BIACA%2CWAAA%3B%3BEAFJ%2CcAlBE%2CSAIV%2CSACK%2CKAaI%2CQAIG%3BIACI%2CkBAAA%3B%3BEAEA%2CcAzBN%2CSAIV%2CSACK%2CKAaI%2CQAIG%2CQAGK%3BIACG%2CeAAA%3B%3BEAGJ%2CcA7BN%2CSAIV%2CSACK%2CKAaI%2CQAIG%2CQAOK%3BEACD%2CcA9BN%2CSAIV%2CSACK%2CKAaI%2CQAIG%2CQAQK%3BIACG%2CeAAA%3B%3BEAKZ%2CcApCE%2CSAIV%2CSACK%2CKA%2BBI%3BEACD%2CcArCE%2CSAIV%2CSACK%2CKAgCI%3BEAhCL%2CcALM%2CSAIV%2CSACK%2CKAiCG%3BEACA%2CcAvCE%2CSAIV%2CSACK%2CKAkCI%3BIACG%2CiBAAA%3B%3BEAnCR%2CcALM%2CSAIV%2CSACK%2CKAsCG%3BIACI%2CWAAA%3BIACA%2CkBAAA%3B%3BEAxCR%2CcALM%2CSAIV%2CSACK%2CKAsCG%2CYAII%3BIACI%2CeAAA%3B%3BEA3CZ%2CcALM%2CSAIV%2CSACK%2CKA%2BCG%3BEA%5C%2FCJ%2CcALM%2CSAIV%2CSACK%2CKAgDG%2COAAM%3BIACF%2CaAAA%3B%3BEAIR%2CcA1DM%2CSAIV%2CSAsDK%3BIACG%2CeAAA%3B%3BEAOJ%2CqBADJ%2CSACK%3BIACG%2CWAAA%3B%3BEAEA%2CqBAJR%2CSACK%2CKAGI%3BIACG%2CWAAA%3B%3BEAMhB%2CKAAK%2CcACD%3BInCfJ%2CqBAAA%3BI2C9QA%2CqBAAA%3B%3BER4RA%2CKAAK%2CcACD%2CYQ3BF%3BI3ChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BE2CHA%2CKRsRK%2CcACD%2CYQvRH%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BI3C9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CS4ChQiB%2CO5CgQjB%3BIAAA%2Ca6CvRe%2CY7CuRf%3BIAAA%2CsBAAA%3BI2CqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2CKRyQC%2CcACD%2CYQ3QH%2CMACI%3BI3C2PL%2CcAAA%3B%3BE2CrPI%2CKRmQC%2CcACD%2CYQrQH%2COACI%3BI3CqPL%2CcAAA%3B%3BEmCyBQ%2CKAXH%2CcACD%2CYAUK%3BIACG%2CiBAAA%3B%3BE6HlQZ%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%3BEEobZ%2COAAO%2COAAQ%3BIACX%2CmBAAA%3B%3BEAEJ%2CqBAAsB%3BIAClB%2CiBAAA%3BIACA%2CsBAAA%3B%3BEAEJ%2CWAAY%2CSAAQ%2CIAAI%2CcAAe%2CQAAO%2COAAU%3BEACxD%2CWAAY%2CSAAQ%2CIAAI%2CcAAe%2CQAAU%3BEACjD%2CWAAY%2CQAAO%2COAAU%2CIAAC%2CIAAI%3BEAClC%2CWAAY%2CQAAO%2CWAAc%2CIAAC%2CIAAI%3BIAClC%2CkBAAA%3B%3BEAKQ%2COAHL%2CQACH%2CWACI%2CcACK%3BIACG%2CSAAS%2CEAAT%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3BIACA%2CuBAAA%3BIACA%2C6BAAA%3B%3BEAThB%2COAAO%2CQACH%2CWAWI%2COACI%3BIACI%2CgBAAA%3BIACA%2CuBAAA%3B%3BEAfhB%2COAAO%2CQAmBH%2CWAEI%3BEArBR%2COAAO%2CQAoBH%2CWACI%3BIACI%2CiBAAA%3B%3BEAtBZ%2COAAO%2CQA0BH%2COAAS%3BIACL%2CkBAAA%3B%3BEA3BR%2COAAO%2CQA0BH%2COAAS%2CKAEH%3BIACE%2CYAAA%3B%3BEAIZ%2CwBAAyB%2CEAAC%3BIACtB%2CyBAAA%3B%3BEAQJ%2CaACI%2CaACI%2CQAAO%2CQACH%2CWACI%2COAAM%2CWACF%3BIACI%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3B%3BEATxB%2CaACI%2CaACI%2CQAAO%2CQAWH%2CWACI%2CGAAE%3BIACE%2CmBAAA%3B%3BEAfpB%2CaACI%2CaACI%2CQAAO%2CQAWH%2CWAII%3BIACI%2CgBAAA%3B%3BEAlBpB%2CaACI%2CaACI%2CQAAO%2CQAWH%2CWAOI%2CWACI%2CEAAC%3BIACG%2CoBAAA%3B%3BEAtBxB%2CaACI%2CaACI%2CQAAO%2CQAWH%2CWAYI%3BIACI%2CmBAAA%3B%3BEA1BpB%2CaACI%2CaACI%2CQAAO%2CQAWH%2CWAYI%2CYAEI%3BIACI%2CcAAA%3B%3BEA5BxB%2CaACI%2CaACI%2CQAAO%2CQA8BH%2CYACI%2CoBACI%3BIACI%2CeAAA%3B%3BEAnCxB%2CaACI%2CaACI%2CQAAO%2CQA8BH%2CYACI%2CoBAII%3BIACI%2CeAAA%3B%3BEA4NxB%2CYACI%3BIACI%2CeAAA%3BIACA%2CaAAA%3B%3BEAHR%2CYAKI%3BIACI%2CkBAAA%3BIACA%2CeAAA%3BIACA%2CaAAA%3B%3BEAIR%2CaAAc%3BIACV%2CWAAA%3B%3BEAGJ%2CaACI%2CaACI%2CQAAO%2CQACH%2CmBACI%3BIACI%2CkBAAA%3B%3BEAgKpB%2CQAAS%2CMAAK%3BIACV%2CmBAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CoBAAqB%3BIACjB%2CkBAAA%3BIACA%2CoBAAA%3B%3BEAGA%2CoBAAC%2CQACG%3BIACI%2CmBAAA%3B%3BEA%2BRZ%2CmBACI%2CmBAAmB%3BIACf%2CuBAAA%3BIACA%2CiBAAA%3B%3BEAHR%2CmBACI%2CmBAAmB%2CaAGf%3BIACI%2CgBAAA%3B%3BEAKR%2CYAAC%2CqBACG%2CQAAO%2CKACH%2CeAAc%2CSACV%3BIACI%2CiBAAA%3B%3BEACA%2CYALf%2CqBACG%2CQAAO%2CKACH%2CeAAc%2CSACV%2CcAEK%3BIACG%2CsCAAA%3BIACA%2CgBAAA%3B%3BEAPpB%2CYAAC%2CqBACG%2CQAAO%2CKACH%2CeAAc%2CSACV%2CcAOI%2CmBACI%2CoBACI%2COAAM%3BIACF%2CeAAA%3B%3BEAGR%2CYAhBnB%2CqBACG%2CQAAO%2CKACH%2CeAAc%2CSACV%2CcAOI%2CmBAMK%3BIACG%2C2BAAA%3BIACA%2CmCAAA%3BIACA%2CgCAAA%3BIACA%2C2BAAA%3B%3BEAJJ%2CYAhBnB%2CqBACG%2CQAAO%2CKACH%2CeAAc%2CSACV%2CcAOI%2CmBAMK%2CMAKG%3BIACI%2CwBAAA%3BIACA%2CqBAAA%3BIACA%2CgBAAA%3B%3BEAxB5B%2CYAAC%2CqBACG%2CQAAO%2CKACH%2CeAAc%2CSA2BV%3BIACI%2CkBAAA%3B%3BEEnNvB%3BIACC%2CgBAAA%3B%3BEADD%2CYAGC%2CcACC%2CaAAY%2CeACX%2CaACC%2COAAM%2COACL%2CQAAO%2CMAAM%3BIACX%2CWAAA%3B%3BEARP%2CYAGC%2CcACC%2CaAAY%2CeACX%2CaACC%2COAAM%2COACL%2CQAAO%2CMAAM%2CmBAEX%3BIACA%2CeAAA%3BIACA%2CcAAA%3B%3BEAXP%2CYAGC%2CcACC%2CaAAY%2CeACX%2CaAUC%2CQAAO%3BIACN%2CmBAAA%3BIACA%2CgBAAA%3B%3BEAjBL%2CYAGC%2CcACC%2CaAAY%2CeACX%2CaAUC%2CQAAO%2CQAGN%2CEAAC%3BIACA%2CiBAAA%3B%3BEAnBN%2CYAGC%2CcACC%2CaAAY%2CeACX%2CaAUC%2CQAAO%2CQAMN%2CoBACC%2CQAAO%2CMACN%2CGACC%2CEACC%3BIACC%2CkBAAA%3B%3BEA1BV%2CYAGC%2CcACC%2CaAAY%2CeACX%2CaA4BC%3BIACC%2CWAAA%3BIACA%2CSAAA%3B%3BEAnCL%2CYAwCC%3BIACC%2CYAAA%3BIACA%2CWAAA%3B%3BEA1CF%2CYA6CC%2CcACC%2CIAAG%2CWACF%2CQACG%3BIACD%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CaAAa%2CQAAb%3BIACA%2CoCAAA%3B%3BEApDL%2CYA6CC%2CcACC%2CIAAG%2CWACF%2CQACG%2CaAKD%3BIACC%2CoCAAA%3B%3BEAtDN%2CYA6CC%2CcAcC%2CQAAO%2CMAAS%2CUAAO%3BIACtB%2CaAAA%3B%3BEA5DH%2CYA6CC%2CcAkBC%3BIACC%2CcAAA%3B%3BEAhEH%2CYA6CC%2CcAsBC%3BIACC%2CqBAAA%3B%3BEApEH%2CYA6CC%2CcAsBC%2CYAGC%3BIACC%2CmBAAA%3B%3BEAvEJ%2CYA6CC%2CcAsBC%2CYAGC%2CGAGC%3BIACC%2CWAAA%3B%3BEACA%2CYA9BJ%2CcAsBC%2CYAGC%2CGAGC%2CGAEE%2CUAAU%3BIACV%2CgBAAA%3B%3BEAQN%3BIACC%2CkBAAA%3B%3BEADD%2CiBAEC%3BIACC%2CaAAA%3B%3BEAED%2CiBAAC%2COACA%3BIACC%2CcAAA%3B%3BEAID%2CiBADD%2CQACE%3BIACA%2CWAAA%3BIACA%2CyBAAA%3B%3BEACA%2CiBAJF%2CQACE%2CMAGC%3BIACA%2C0BAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CQAAA%3BIACA%2CiBAAA%3BIACA%2CyDAAA%3BIACA%2CWAAA%3B%3BEAED%2CiBAjBF%2CQACE%2CMAgBC%3BIACA%2CiBAAA%3BIACA%2CyDAAA%3BIACA%2CWAAA%3BIACA%2C0BAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CUAAA%3BIACA%2CQAAA%3B%3BEA3BF%2CiBADD%2CQACE%2CMA6BA%2CGACC%3BIACC%2CcAAA%3BIACA%2CcAAA%3BIACA%2CYAAA%3B%3BEIxgCL%2CaACC%3BIACC%2CaAAA%3B%3BEAFF%2CaACC%2CaAEC%2CQAAO%3BIACN%2CUAAA%3B%3BEAJH%2CaACC%2CaAEC%2CQAAO%2CQAEN%2CmBACC%3BIACC%2C0BAAA%3B%3BEACA%2CaAPJ%2CaAEC%2CQAAO%2CQAEN%2CmBACC%2CcAEE%3BIACA%2CuBAAA%3B%3BEATN%2CaACC%2CaAEC%2CQAAO%2CQAEN%2CmBAOC%2CGACC%3BIACC%2CkBAAA%3B%3BEAED%2CaAfJ%2CaAEC%2CQAAO%2CQAEN%2CmBAOC%2CGAIE%2CMACE%3BIACD%2CUAAA%3BIACA%2CSAAA%3B%3BEAnBP%2CaACC%2CaAEC%2CQAAO%2CQAEN%2CmBAkBC%3BIACC%2C0BAAA%3B%3BEAxBL%2CaACC%2CaAEC%2CQAAO%2CQAEN%2CmBAqBC%2CqBACC%2CGACC%3BIACC%2CuBAAA%3BIACA%2CsBAAA%3B%3BEAKF%2CaAlCJ%2CaAEC%2CQAAO%2CQAEN%2CmBA6BC%2CUAAS%2CSACP%2CUAAU%3BIACV%2CUAAA%3B%3BEAKD%2CaAxCJ%2CaAEC%2CQAAO%2CQAEN%2CmBAmCC%2CUAAS%2CSACP%3BIACA%2CgBAAA%3B%3BEAON%2CYACC%2CcACC%2CaACC%2CQAAO%2CQACN%2CmBACC%3BIAAE%2CeAAA%3B%3BEStCJ%2CQAAQ%2CuBACJ%3BIACI%2CWAAA%3BIACA%2CmBAAA%3B%3BEAHR%2CQAAQ%2CuBACJ%2CaAIM%3BIACE%2CuBAAA%3B%3BEANZ%2CQAAQ%2CuBACJ%2CaAIM%2CMAGI%2CMAAG%3BIACD%2CmBAAA%3B%3BEAThB%2CQAAQ%2CuBACJ%2CaAIM%2CMAGI%2CMAAG%2CYAGD%3BIACI%2CkBAAA%3B%3BEAZpB%2CQAAQ%2CuBAkBJ%3BIACI%2CgBAAA%3B%3BECwQR%3BIACI%2CcAAA%3B%3BEADJ%2CqCAGI%3BIACI%2CWAAA%3B%3BEAIR%2CGAAG%2C2BACE%2CMAAI%3BIACD%2CWAAA%3B%3BEAIA%2CGANL%2C2BAKC%2CWACK%2CiBAAiB%3BIACd%2CYAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CGAXL%2C2BAKC%2CWAMK%3BIACG%2C%2BBAAA%3B%3BE5KxFZ%2CYAAY%2CmBACR%3BIACI%2CeAAA%3BIACA%2CgBAAA%3B%3BEAHR%2CYAAY%2CmBAKR%2CgBACI%3BIACI%2CWAAA%3B%3BEACA%2CYARA%2CmBAKR%2CgBACI%2CeAEK%3BIACG%2CeAAA%3BIACA%2CYAAA%3B%3BEAEJ%2CYAZA%2CmBAKR%2CgBACI%2CeAMQ%2COAAI%3BIACJ%2CeAAA%3BIACA%2CYAAA%3B%3BEAdhB%2CYAAY%2CmBAkBR%3BIACI%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAKY%2CYAzBR%2CmBAkBR%2CeAGI%2COAAM%2CSAEF%2COACI%2COACK%3BEAAD%2CYAzBR%2CmBAkBR%2CeAII%2COAAM%2CSACF%2COACI%2COACK%3BIACG%2CYAAA%3BIACA%2CkBAAA%3B%3BEA3BxB%2CYAAY%2CmBAkBR%2CeAGI%2COAAM%2CSAUF%3BEA%5C%2FBZ%2CYAAY%2CmBAkBR%2CeAII%2COAAM%2CSASF%3BIACI%2CkBAAA%3B%3BEAhChB%2CYAAY%2CmBAkBR%2CeAGI%2COAAM%2CSAUF%2CSAEI%2CUACI%3BEAlCpB%2CYAAY%2CmBAkBR%2CeAII%2COAAM%2CSASF%2CSAEI%2CUACI%3BIACI%2CSAAA%3BIACA%2COAAA%3B%3BEApCxB%2CYAAY%2CmBA0CR%2CwBAA0B%3BIACtB%2CqBAAA%3B%3BEA6QR%2CYACI%3BIACI%2CiBAAA%3B%3BEAGR%2CaACI%3BIACI%2CYAAA%3B%3BE6KvNR%3BIACI%2CiBAAA%3B%3BEADJ%2CeAEI%2CiBACI%3BIACI%2CaAAA%3BIACA%2CaAAA%3B%3B%3BAE3hBZ%2CwBAJqD%3BEnK6drD%3BEgCtWQ%2C4BADJ%2CKAAI%2CMACC%3BE%5C%2FBiDD%2CyBADJ%2CKAAI%2CQACC%3BInB%5C%2FKT%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAiBA%2CwBAAC%3BEACD%2CwBAAC%3BEkBgrBD%2C0BACI%2CMAAQ%2CKlBlrBX%3BEkBirBD%2C0BACI%2CMAAQ%2CKlBjrBX%3BE8DND%2CcAyCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAGI%2CG9DxCX%3BE8DLD%2CcAyCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAGI%2CG9DvCX%3BEmBoJD%2CyBACI%2CKAAI%2CQnBtJP%3BEmBqJD%2CyBACI%2CKAAI%2CQnBrJP%3BEuCgRG%2CcAAC%2CaAkBG%2CMAAK%2CMrB%2BYT%2CMAAQ%2CKlBlrBX%3BEuCiRG%2CcAAC%2CaAkBG%2CMAAK%2CMrB%2BYT%2CMAAQ%2CKlBjrBX%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CwBAAC%3BEkB2qBD%2C0BACI%2CMAAQ%2CKlB5qBX%3BE8DXD%2CcAyCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAGI%2CG9DlCX%3BEmB%2BID%2CyBACI%2CKAAI%2CQnBhJP%3BEuC2QG%2CcAAC%2CaAkBG%2CMAAK%2CMrB%2BYT%2CMAAQ%2CKlB5qBX%3BIACG%2CWAAA%3B%3BEkB6qBI%2C0BAFJ%2CMAAQ%2CKAEH%2CIAAI%3BEqBnaT%2CcAAC%2CaAkBG%2CMAAK%2CMrB%2BYT%2CMAAQ%2CKAEH%2CIAAI%3BIlBhcb%2C6BAAA%3B%3BEkBscgB%2C0BARZ%2CMAAQ%2CKAMF%2CKAAE%2CIACC%2CKACI%3BEqBzab%2CcAAC%2CaAkBG%2CMAAK%2CMrB%2BYT%2CMAAQ%2CKAMF%2CKAAE%2CIACC%2CKACI%3BIACG%2CaAAA%3B%3BEAIR%2C0BAbR%2CMAAQ%2CKAMF%2CKAAE%2CIAOC%3BEACD%2C0BAdR%2CMAAQ%2CKAMF%2CKAAE%2CIAQC%3BEACD%2C0BAfR%2CMAAQ%2CKAMF%2CKAAE%2CIASC%3BEqBhbT%2CcAAC%2CaAkBG%2CMAAK%2CMrB%2BYT%2CMAAQ%2CKAMF%2CKAAE%2CIAOC%3BEqB9aT%2CcAAC%2CaAkBG%2CMAAK%2CMrB%2BYT%2CMAAQ%2CKAMF%2CKAAE%2CIAQC%3BEqB%5C%2FaT%2CcAAC%2CaAkBG%2CMAAK%2CMrB%2BYT%2CMAAQ%2CKAMF%2CKAAE%2CIASC%3BIACG%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAEA%2C0BAtBZ%2CMAAQ%2CKAMF%2CKAAE%2CIAOC%2CIASI%2CSAAS%3BEAAV%2C0BAtBZ%2CMAAQ%2CKAMF%2CKAAE%2CIAQC%2CMAQI%2CSAAS%3BEAAV%2C0BAtBZ%2CMAAQ%2CKAMF%2CKAAE%2CIASC%2CSAOI%2CSAAS%3BEqBvbtB%2CcAAC%2CaAkBG%2CMAAK%2CMrB%2BYT%2CMAAQ%2CKAMF%2CKAAE%2CIAOC%2CIASI%2CSAAS%3BEqBvbtB%2CcAAC%2CaAkBG%2CMAAK%2CMrB%2BYT%2CMAAQ%2CKAMF%2CKAAE%2CIAQC%2CMAQI%2CSAAS%3BEqBvbtB%2CcAAC%2CaAkBG%2CMAAK%2CMrB%2BYT%2CMAAQ%2CKAMF%2CKAAE%2CIASC%2CSAOI%2CSAAS%3BIACN%2CSAAS%2CcAAc%2CGAAvB%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3B%3BEAIR%2C0BA9BR%2CMAAQ%2CKAMF%2CKAAE%2CIAwBC%3BEqB%5C%2FbT%2CcAAC%2CaAkBG%2CMAAK%2CMrB%2BYT%2CMAAQ%2CKAMF%2CKAAE%2CIAwBC%3BIACG%2CSAAA%3B%3BEAhChB%2C0BAqCI%3BEqBrcA%2CcAAC%2CaAkBG%2CMAAK%2CMrBmbT%3BIACI%2CSAAA%3B%3BEAuMR%2C0BACI%2CMACI%3BIACI%2CiBAAA%3B%3BEAEA%2C0BAJR%2CMACI%2CKAGK%3BIACG%2CoBAAA%3B%3BEANhB%2C0BAWI%2CMACI%3BIACI%2CqBAAA%3BIACA%2CgBAAA%3B%3BEAdZ%2C0BAWI%2CMAMI%3BIACI%2CcAAA%3BIACA%2CgBAAA%3B%3BEAnBZ%2C0BAWI%2CMAWI%2COAAM%3BIlBhsBd%2CiBAAA%3B%3BEkB0qBA%2C0BAWI%2CMAWI%2COAAM%2COAGF%3BIACI%2CiBAAA%3BIACA%2CkBAAA%3B%3BEA3BhB%2C0BAWI%2CMAWI%2COAAM%2COAQF%3BIACI%2CoBAAA%3BIACA%2CcAAA%3B%3BEAhChB%2C0BAWI%2CMAWI%2COAAM%2COAQF%2CQAII%3BIACI%2CgBAAA%3B%3BEAmDpB%3BEFvpBI%2CcAAC%3BIhBzGL%2CiBAAA%3B%3BEkBgxBI%2CkBAAC%3BEAyvBL%2C0BACI%2CGA1vBC%3BEAyvBL%2C0BAKI%2CGA9vBC%3BEiI9hCO%2CQAHR%2C0BAEI%2CKACK%2CQjI8hCR%3BEiI9hCO%2CQAFR%2CkCACI%2CKACK%2CQjI8hCR%3BER3HL%2CcAAc%2CWACV%2CkBAAoB%2CQAAQ%2CKACtB%2CKQyHL%3BER3HL%2CcAAc%2CWACV%2CkBAAoB%2CQAAQ%2CKAEtB%2CKQwHL%3BEN5qBL%2CKACI%2COAAM%2CMACF%2CKAAI%2CKM0qBP%3BEN5qBL%2CKACI%2COAAM%2CMAEF%2CcAAc%2CGMyqBjB%3BECv3BL%2CQACI%2CoBACI%2CKAAI%2CQDq3BP%3BE4Bt%2BBL%2CMAAM%2CQAUA%2CQAGI%2CKACI%2CK5Bw9BT%3BE6BprBL%2CQACI%2CeACI%2CKAAI%2CQ7BkrBP%3BEFxnBO%2CQAfR%2CmBAcI%2CKACK%2CQEwnBR%3BEFvnBO%2CQAhBR%2CmBAcI%2CKAEK%2CQEunBR%3BEN5pBL%2CYACI%2CQMq5CA%2CGA1vBC%3BEN5pBL%2CYACI%2CQMy5CA%2CGA9vBC%3BEsBt3BL%2CkBAQI%2CQtBwmDA%2CGA1vBC%3BEsBt3BL%2CkBAQI%2CQtB4mDA%2CGA9vBC%3BIlB5hCL%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEkBuzCA%3BE4ClxCQ%2CcApBJ%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAoB7B%2CsBACG%2CMACI%3BE9CoYhB%2CoBAsCI%2CmBAAmB%3BEY%5C%2FZf%2CYAdJ%2CuBAcK%2CcAmBG%3BIVwuCZ%2CaAAA%3B%3BEAsEA%2CwBACI%2CWACI%2CoBACI%3BEFj9BZ%2CQE%2B8BI%2CWACI%2CoBACI%3BEFh9BZ%2CuBE88BI%2CWACI%2CoBACI%3BEF%5C%2F8BZ%2CiBE68BI%2CWACI%2CoBACI%3BIACI%2CcAAA%3B%3BEAJhB%2CwBACI%2CWACI%2CoBAKI%3BEFr9BZ%2CQE%2B8BI%2CWACI%2CoBAKI%3BEFp9BZ%2CuBE88BI%2CWACI%2CoBAKI%3BEFn9BZ%2CiBE68BI%2CWACI%2CoBAKI%3BIAEI%2CoBAAA%3B%3BEAoChB%2CyBACM%2CQAAQ%2CKAAK%2CKAAE%3BEmB%5C%2F5BrB%2CQAOI%2CMAAK%2CMnBw5BH%2CQAAQ%2CKAAK%2CKAAE%3BIACb%2CSAAA%3B%3BEA2HR%3BERn9BA%2CQAAQ%2CKAAK%2CSACT%3BEM7NA%2CcAAC%3BEA6DL%2CoBACI%3BIEknCA%2CaAAA%3B%3BEASJ%3BIACI%2CgBAAA%3B%3BEAsOJ%2C0BAeI%3BENp6CJ%2CYACI%2CQMm6CA%3BEsB9nDJ%2CkBAQI%2CQtBsnDA%3BIACI%2CiBAAA%3B%3BE4ClxDR%3BIACI%2C0BAAA%3BI3DwUJ%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2C4CAAA%3BIACA%2CiCAAA%3BI2D1UI%2CkBAAA%3B%3BEAHJ%2CcAKI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%3BI3D2ctC%2CYAAA%3BIACA%2CcAAA%3B%3BE2DjdA%2CcAKI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmB3D8cpC%2CQAAQ%2CKAAK%3BIACX%2CaAAA%3B%3BE2DpdJ%2CcAKI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmB3DkdpC%3BIACE%2CcAAA%3B%3BE2DxdJ%2CcAKI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmB3DkdpC%2CQAGI%3BIACE%2CcAAA%3B%3BE2D3dR%2CcAKI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmB3DkdpC%2CQAGI%2CKAGE%3BE2D7dR%2CcAKI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmB3DkdpC%2CQAGI%2CKAIE%3BIACI%2CmBAAA%3BIACA%2CcAAA%3BIHvOZ%2CmBAAA%3B%3BEG0OY%2Cc2D9dR%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmB3DkdpC%2CQAGI%2CKAGE%2CGAMK%2CSAAS%3BEAAV%2Cc2D9dR%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmB3DkdpC%2CQAGI%2CKAIE%2CGAKK%2CSAAS%3BIH1OtB%2CmBAAA%3BIG4OgB%2CSAAS%2CcAAa%2CIAAtB%3BIACA%2CqBAAA%3BIH7OhB%2CcAAA%3BIAAA%2CgBAAA%3B%3BE8DzPA%2CcAKI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmB3DuVpC%2CQAAQ%2CKAAK%3BIHnGf%2CyBAAA%3B%3BE8DzPA%2CcAKI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAG9B%2CMACM%2CKACI%2CKAAE%3BIACA%2CiBAAA%3B%3BEAXpB%2CcAKI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAG9B%2CMACM%2CKAKI%2CKAAE%3BIACA%2C6BAAA%3BIACA%2CoBAAA%3B%3BEAhBpB%2CcAKI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAG9B%2CMACM%2CKAUI%2CKAAE%2CIAAI%3BIACJ%2CgBAAA%3B%3BEAYA%2CcA3BhB%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAoB7B%2CsBACG%2CMAKI%2CGACK%3BIACG%2CYAAA%3BIACA%2CkBAAA%3B%3BEAlCxB%2CcAyCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%3BIACI%2CcAAA%3B%3BEA3CZ%2CcAyCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAGI%3BIACI%2CcAAA%3B%3BEAGA%2CcARZ%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAGI%2CGAIK%2CYACG%3BEADJ%2CcARZ%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAGI%2CGAIK%2CYAEG%3BIACI%2CiBAAA%3B%3BEApDxB%2CcAyCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAeI%3BIACI%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3B%3BEA7DhB%2CcAyCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAsBI%3BIACI%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CUAAA%3B%3BEApEhB%2CcAyCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMA6BI%2COAAM%3BI9DkLlB%2CiBAAA%3B%3BE8DzPA%2CcAyCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMA6BI%2COAAM%2COAEF%3BIACI%2CoBAAA%3B%3BEAOpB%2C2BACI%3BIACI%2CaAAA%3B%3BEAFR%2C2BAKI%2CMAAM%3BIACF%2CiBAAA%3B%3BEANR%2C2BASI%2CMACI%3BEAVR%2C2BASI%2CMAEI%3BIACI%2CcAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3B%3BEY3GR%2CMAAE%2COAAC%3BIACC%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CMAAC%3BIACG%2COAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CMAAC%3BIACG%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3BIACA%2CUAAA%3B%3BErDkEA%2CoCADJ%2CKACK%3BIACG%2CgBAAA%3B%3BEAHZ%2CoCAOI%3BIACI%2CqBAAA%3B%3BEwGtGJ%2CaAAE%3BIACE%2CgBAAA%3B%3BEgBu9CX%2CYAAY%2CeACX%3BEADD%2CYAAY%2CeAEX%3BIACC%2CeAAA%3B%3BEMl9CC%2CmBACI%3BIACI%2CWAAA%3B%3BE5HmEA%2C0BADJ%2CKACK%3BIACG%2CgBAAA%3B%3BEAHZ%2C0BAOI%3BIACI%2CqBAAA%3B%3BEdyKJ%2CcADW%2CSACV%3BIACG%2CmBAAA%3B%3BEAEA%2CcAJO%2CSACV%2CKAGI%3BIACG%2CsBAAA%3BIACA%2CUAAA%3B%3BEAKZ%2CqBACI%3BIACI%2CcAAA%3B%3BE4CnJR%3BIACI%2CgBAAA%3B%3BE3CidJ%3BIACI%2CiBAAA%3BIACA%2C0BAAA%3B%3BEAFJ%2CmBAIM%2CIAAC%3BIACC%2CkBAAA%3B%3BEALR%2CmBAQM%2CIAAC%3BIACC%2CmBAAA%3B%3BEAoVR%2CcAAc%2CWACV%2CkBAAoB%2CQAAQ%2CKACtB%3BEAFV%2CcAAc%2CWACV%2CkBAAoB%2CQAAQ%2CKAEtB%3BIACE%2CmBAAA%3B%3BEErjBZ%2CKACI%2COAAM%2CMAMF%2CKAAI%3BIACA%2CkBAAA%3B%3BEClSZ%2CYACI%3BIbqLJ%2CeAAA%3BIanLQ%2CgBAAA%3BIACA%2CiBAAA%3B%3BEAJR%2CYAOI%3BIb%2BKJ%2CgBAAA%3B%3BEcnGA%3BIdmGA%2CgBAAA%3BIcjGI%2CgBAAA%3BIAAkB%2CcAAA%3BIAAgB%2CYAAA%3B%3BEAGtC%3BId8FA%2CYAAA%3B%3BE4B9EA%2CYACI%3BEADJ%2CYAEI%3BEAFJ%2CYAGI%3BI5B2EJ%2CmBAAA%3BIAAA%2CuBAAA%3BIAAA%2CkBAAA%3B%3BE4B9EA%2CYASI%2CYACM%3BI5BoEV%2CiBAAA%3B%3BE4B9EA%2CYAeI%3BI5B%2BDJ%2C6BAAA%3BIAAA%2CgBAAA%3BIAAA%2CiBAAA%3BIAAA%2CWAAA%3B%3BE4BzDQ%2CYANJ%2CuBAMK%3BI5ByDT%2C4BAAA%3BI4BvDY%2CwBAAA%3B%3BEAFJ%2CYANJ%2CuBAMK%2CcAIG%3BI5BqDZ%2CWAAA%3B%3BE4B9EA%2CYA%2BBI%3BIACI%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEAlCR%2CYAqCI%3BIACI%2CWAAA%3B%3BEAtCR%2CYAyCI%3BI5BqCJ%2C6BAAA%3BI4BnCQ%2CiBAAA%3B%3BEA3CR%2CYA8CI%3BI5BgCJ%2CqBAAA%3BI2C9QA%2CqBAAA%3BIfwPQ%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CQAAA%3B%3BEA3DR%2CYA8CI%2CmBeoBF%3BI3ChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BE2CHA%2CYfwOI%2CmBexOH%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BI3C9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSChRQ%2CODgRR%3BIAAA%2Ca6CvRe%2CY7CuRf%3BIAAA%2CsBAAA%3BI2CqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2CYf2NA%2CmBe5NH%2CMACI%3BI3C2PL%2CcAAA%3B%3BE2CrPI%2CYfqNA%2CmBetNH%2COACI%3BI3CqPL%2CcAAA%3B%3BEoDnPI%2CsBAAC%3BIACG%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3BEAJJ%2CsBAAC%2CcAMG%3BIpD6OR%2CYAAA%3BIoD3OY%2CWAAA%3B%3BEAEA%2CsBAVP%2CcAMG%2CuBAIK%3BEACD%2CsBAXP%2CcAMG%2CuBAKK%3BIACG%2CWAAA%3B%3BEvBIhB%2C%2BBACI%3BIACI%2CiBAAA%3B%3BEW2HR%2CkBACM%3BIACE%2CgBAAA%3BIxCoGR%2CeAAA%3BIwClGQ%2CmBAAA%3BIACA%2CiBAAA%3B%3BEH8VR%2CQACI%2CQAAO%3BEADX%2CQAEI%3BIACI%2CSAAA%3BIACA%2CUAAA%3B%3BEAJR%2CQAWI%2CcACI%3BIACI%2CgBAAA%3B%3BEanaZ%2C0BAA2B%3BIACvB%2CqBAAA%3B%3BEAGJ%2C4BACI%3BIACI%2CcAAA%3BIlDmJR%2CoBAAA%3B%3BEkDxIA%2C0BAA2B%2CoBAAsB%2CIAAC%2CWAAW%3BIACzD%2CgCAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CSAAA%3BIACA%2CoBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BE%5C%2FBkCJ%2CyBAQI%2COAAM%3BEARV%2CyBASI%2COAAM%3BIACF%2CqBAAA%3B%3BEAIR%2CyBACI%3BIACI%2CmBAAA%3B%3BEAIR%2C2BACI%3BIACI%2CgBAAA%3B%3BEAFR%2C2BAKI%3BIACI%2CgBAAA%3B%3BEAIR%2CgCACI%3BIACI%2CmBAAA%3B%3BEAFR%2CgCAKI%3BIACI%2CaAAA%3B%3BE2B3JR%2CMAAM%2CQACA%2CQACI%2CKACI%3BI9CmNd%2C6BAAA%3BI8CjNgB%2CmBAAA%3B%3BEALhB%2CMAAM%2CQAUA%3BI9C4MN%2C6BAAA%3B%3BE8CtNA%2CMAAM%2CQAUA%2CQAGI%2CKACI%3BI9CwMd%2CkBAAA%3BI8CrMgB%2CSAAA%3BIACA%2CmBAAA%3B%3BEAUQ%2CcALL%2COAvBb%2CQAwBG%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBACvB%2CQACI%2CKACI%2CKACG%3BIACG%2CgBAAA%3B%3BEAS5B%2CqBACI%3BIACI%2CSAAA%3B%3BEAFR%2CqBAKI%3BIACI%2CSAAA%3BIACA%2CgBAAA%3B%3BEAPR%2CqBAKI%2CoBAII%3BIACI%2CiBAAA%3B%3BEP6KA%2CcAFR%2CMAAK%2CMACD%2CSACK%3BIACG%2CoBAAA%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%3BEAaQ%2CcAzB3B%2CaAkBG%2CMAAK%2CMAEA%2CmBACK%2CQACI%2CKACI%2CKACG%2CIACI%3BIACG%2CmBAAA%3B%3BEAEJ%2CcA5B3B%2CaAkBG%2CMAAK%2CMAEA%2CmBACK%2CQACI%2CKACI%2CKACG%2CIAII%3BIACG%2CkBAAA%3B%3BEAtDpC%2CcAgEI%2CiBACI%3BIACI%2CqBAAA%3B%3BEAlEZ%2CcAgEI%2CiBAKM%3BIACE%2CqBAAA%3BIACA%2CeAAA%3B%3BEQyGZ%2CgBACI%3BIACI%2CoBAAA%3B%3BEAFR%2CgBAKI%2CyBACI%3BIACI%2CcAAA%3BIACA%2CoBAAA%3B%3BE%5C%2FB%5C%2FEA%2CcAJP%2CcAGG%2CmBACK%2CMACG%2CMACM%2CKACI%2CKAAE%3BIACA%2CeAAA%3B%3BEAS5B%2CoBACI%3BIACI%2CcAAA%3B%3BEAFR%2CoBACI%2CMAGI%3BIACI%2CcAAA%3B%3BEAKZ%3BIACI%2CcAAA%3B%3BEAGJ%2CQACI%2CmBACI%2CMAAM%3BIACF%2CcAAA%3B%3BEAHZ%2CQACI%2CmBAKI%3BIACI%2CqBAAA%3BIACA%2CSAAA%3B%3BEARZ%2CQACI%2CmBAUI%2CQAAO%3BIACH%2CaAAA%3B%3BEAkBZ%2CoBAKI%2CaACI%3BIACI%2CcAAA%3B%3BEAPZ%2CoBAWI%3BIhBjLJ%2CgBAAA%3B%3BEgBsKA%2CoBAeI%3BIACI%2CqBAAA%3BIACA%2CmBAAA%3B%3BEAIA%2CoBADJ%2CKACK%2CMAEG%3BEADJ%2CoBAFJ%2CKAEK%2CSACG%3BEAFJ%2CoBADJ%2CKACK%2CMAGG%3BEAFJ%2CoBAFJ%2CKAEK%2CSAEG%3BIACI%2CqBAAA%3B%3BEAzBhB%2CoBA8BI%2CMAAK%2CMAAO%2CKAAI%3BIACZ%2CoBAAA%3B%3BEAEA%2CoBAHJ%2CMAAK%2CMAAO%2CKAAI%2CQAGX%3BIACG%2CaAAA%3B%3BEAUJ%2CoBAFJ%2CeAAiB%2C0BAEZ%2CSAAS%3BEAAV%2CoBADJ%2CwBAA0B%2C0BACrB%2CSAAS%3BIACN%2CSAAS%2CcAAc%2CGAAvB%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAhDZ%2CoBA0CI%2CeAAiB%2C0BASb%3BEAnDR%2CoBA2CI%2CwBAA0B%2C0BAQtB%3BIhBzNR%2CiBAAA%3BIgB2NY%2CeAAA%3B%3BEAEA%2CoBAbR%2CeAAiB%2C0BASb%2CKAIK%3BEAAD%2CoBAZR%2CwBAA0B%2C0BAQtB%2CKAIK%3BIACG%2CgBAAA%3B%3BEAGJ%2CoBAjBR%2CeAAiB%2C0BASb%2CKAQK%3BEAAD%2CoBAhBR%2CwBAA0B%2C0BAQtB%2CKAQK%3BIACG%2CoBAAA%3B%3BE%2BIrehB%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%3BE5HsKZ%2CcAAc%2CSACV%3BIACI%2CgCAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3B%3BEAEA%2CcANM%2CSACV%2CcAKK%3BIACG%2C6BAAA%3B%3BE%2BIgTZ%2CwBAAyB%3BIACrB%2CWAAA%3B%3B%3BAGzeJ%2CwBAJsD%3BEnHkBtD%2CQAAQ%2CQACJ%2CSAAQ%3BIACJ%2CgBAAA%3B%3BE5CwKR%2CqBAAsB%2CSAAS%3BEAC%5C%2FB%2CsBAAuB%3BEACvB%2CwBAAyB%3BIACrB%2CsBAAA%3BIACA%2CWAAA%3B%3BE%2BBkBJ%3BIACI%2CaAAA%3B%3BEjBuKJ%2CiBAAkB%3BIACd%2CYAAA%3B%3BEtB%5C%2FMJ%3BIdqFA%2CYAAA%3B%3BE2JhKA%2CYACI%2CeACI%3BI3J8JR%2CYAAA%3B%3B%3BAqLrPJ%2CgBAJ2C%3BEnKiJvC%3BIAvBA%2CUAAA%3B%3BEAEA%2CsBAAC%2CUAAU%3BIACP%2CWAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CsBAAC%2CUAAU%3BIACP%2CYAAA%3B%3BEAEA%2CsBAHH%2CUAAU%2CGAGH%3BIACA%2CWAAA%3B%3BEA0LR%3BEqBcQ%2COAAO%2CIAAI%2CeAAgB%2CeAD%5C%2FB%3BEADJ%2CcA8BI%2CgBAOI%2CqBAKI%2CUACI%3BIrBvEhB%2CcAAA%3B%3BEA8KA%3BET1IY%2CcAFR%2CmBACK%2CIAAI%2CQACA%2CIAAI%2CSACD%3BITvWhB%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAiBA%2C2BAAC%3BEACD%2C2BAAC%3BEuCqUD%2CcAwDI%2CevC9XH%3BEuCsUD%2CcAwDI%2CevC7XH%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2C2BAAC%3BEuCgUD%2CcAwDI%2CevCxXH%3BIACG%2CWAAA%3B%3BEkBiiBJ%3BEqBlOA%2CcA8BI%2CgBACI%3BEA%5C%2FBR%2CcAwDI%2CeAEI%3BEA1DR%2CcAwDI%2CeAQI%3BIrBkJR%2CsBAAA%3B%3BEA%2BGA%2C0BAxBA%2CUACI%3BIlB5XJ%2CmBAAA%3BIO%2BpBA%2CsBAAA%3BIACA%2CqBAAA%3BIPhqBA%2CUAAA%3BIOmqBA%2CmBAAA%3B%3BEAEA%2C0BW1SA%2CUACI%2COXySA%3BIACA%2CWAAA%3B%3BEWvSI%2C0BAJR%2CUACI%2COAGK%2CeAAe%3BEAChB%2C0BALR%2CUACI%2COAIK%2CeAAe%3BIACZ%2CgBAAA%3B%3BEAkBZ%2C0BAxBA%2CUACI%2COAQI%3BIACI%2CUAAA%3BIACA%2CWAAA%3B%3BEAiCZ%3BIlBvaA%2CWAAA%3B%3BEkB2zBA%3BIlB3zBA%2CqBAAA%3BI2C9QA%2CqBAAA%3B%3BEAMA%2CmBAAC%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BI3C9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSC%5C%2FQS%2COD%2BQT%3BIAAA%2Ca6CvRe%2CY7CuRf%3BIAAA%2CiBAAA%3BIAAA%2CsBAAA%3BI2CqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEzBsuBA%2CmBAAC%3BIACG%2C0BAAA%3B%3BE4C%5C%2F7BJ%2CM3DkDE%2CQACI%2CKACI%3BE2DpDV%2CM3DkDE%2CQACI%2CKAEI%3BIH0FV%2C0BAAA%3B%3BE8D%5C%2FIA%2CM3D2DE%2CQAAQ%3BIHoFV%2C0BAAA%3B%3BEyB%5C%2FLI%2CUAAC%3BIACG%2CYAAA%3B%3BEiG1CR%2CwBAAyB%3BIACrB%2CsBAAA%3B%3BEQghBJ%2CqBAAsB%2CaAAY%2CYAAY%2CIAAI%2CmBAAmB%2CIAAI%2CuBAAwB%3BIAC7F%2CYAAA%3B%3BEAIA%2CwBAAyB%3BIACrB%2CkBAAA%3B%3BEezgBR%2CqBAAsB%2CaAAY%2CeAAgB%2C0BAA0B%3BIAEpE%2CcAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CqBANkB%2CaAAY%2CeAAgB%2C0BAA0B%2COAMvE%2CUAAU%3BIACP%2CiBAAA%3B%3BEAGJ%2CqBAVkB%2CaAAY%2CeAAgB%2C0BAA0B%2COAUvE%2CWAAY%3BEACb%2CqBAXkB%2CaAAY%2CeAAgB%2C0BAA0B%2COAWvE%2CWAAY%3BEACb%2CqBAZkB%2CaAAY%2CeAAgB%2C0BAA0B%2COAYvE%3BIACG%2CWAAA%3B%3BEQ1DA%2C8BADJ%2CSACK%3BIACG%2CaAAA%3B%3BEhJuQJ%2CcADW%2CmBACV%3BEACD%2CcAFW%2CmBAEV%3BITFT%2CgBAAA%3BIAAA%2C4CAAA%3BISKY%2CsBAAA%3BIACA%2CaAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEARJ%2CcADW%2CmBACV%2CMAUG%3BEATJ%2CcAFW%2CmBAEV%2COASG%3BIACI%2CcAAA%3B%3BEAEJ%2CQAAS%2CeAdF%2CmBACV%2CMAcO%3BEADJ%2CQAAS%2CeAdF%2CmBAEV%2COAaO%3BIACI%2CSAAA%3BIACA%2CQAAA%3B%3BEAQhB%2CcAAe%3BITzBnB%2CgBAAA%3BIAAA%2C4CAAA%3BIS4BQ%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2COAAA%3BIACA%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAIR%3BIACI%2CcAAA%3B%3BEAEA%2CcAAe%3BIACX%2CoBAAA%3B%3BEAJR%2CqBAOI%2CiBAAmB%3BIACf%2CqBAAA%3BIACA%2CsBAAA%3B%3BEATR%2CqBAOI%2CiBAAmB%2CqBAIb%3BIACE%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAEA%2CqBATR%2CiBAAmB%2CqBAIb%2CUAKG%3BIACG%2CeAAA%3B%3BEAjBhB%2CqBAsBI%3BIACI%2CqBAAA%3B%3BEAOI%2CcAFR%2CeACI%2CoBACK%3BITrEb%2CgBAAA%3BISuEgB%2CSAAS%2CEAAT%3BIACA%2CWAAA%3BIACA%2COAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3B%3BEAXhB%2CcAgBI%3BIACI%2CUAAA%3B%3BEAgBR%2CcACI%3BIACI%2CmBAAA%3BIACA%2CmBAAA%3B%3BEAIR%2CcAKI%2CeACI%3BEALR%2CoBAII%2CeACI%3BEAJR%2CqBAGI%2CeACI%3BEAHR%2CcAAc%2CoBAEV%2CeACI%3BEAFR%2CcAAc%2CqBACV%2CeACI%3BIACI%2CcAAA%3BIACA%2COAAO%2CqBAAP%3B%3BEAEA%2CcALR%2CeACI%2CcAIK%2CUAAU%3BEAAX%2CoBALR%2CeACI%2CcAIK%2CUAAU%3BEAAX%2CqBALR%2CeACI%2CcAIK%2CUAAU%3BEAAX%2CcAPE%2CoBAEV%2CeACI%2CcAIK%2CUAAU%3BEAAX%2CcANE%2CqBACV%2CeACI%2CcAIK%2CUAAU%3BIACP%2CcAAA%3B%3BEAMhB%2CMAAM%2COAAQ%2CeAAe%2CcAGzB%3BEAFJ%2CoBAAqB%2COAAM%2COAAQ%2CeAAe%2CcAE9C%3BEADJ%2CqBAAsB%2COAAM%2COAAQ%2CeAAe%2CcAC%5C%2FC%3BIACI%2C4CAAA%3BIACA%2CoBAAA%3B%3BECoiBI%2CQAFR%2CeACI%2CQACK%3BIAEG%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3B%3BEAOJ%2CQAFR%2CeACI%2CQACK%3BIACG%2COAAA%3BIACA%2CcAAA%3B%3BEEhchB%2CeACI%2COAAM%2CUACF%2CeACI%3BIACI%2CgBAAA%3B%3BE2BrKhB%2CcACI%2CiBAKI%3BIACI%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3B%3BEATZ%2CcACI%2CiBAKI%2CWAKI%3BIACI%2CcAAA%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%2CoBAAA%3BIACA%2CqBAAA%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%2CoBAAA%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%3BEQrRhB%2COAAC%3BIACG%2CgBAAA%3B%3BEAGJ%2COAAC%3BIACG%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2COAAC%2CQAAW%2CUAAC%3BIACT%2CgBAAA%3B%3BEAOJ%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%3BE%5C%2FB6SR%2CoBACI%2CaACI%3BIACI%2CqBAAA%3B%3BEAEA%2CoBAJR%2CaACI%2CQAGK%3BIACG%2CYAAA%3B%3BEmBvOhB%2CqBACI%2CeACI%3BIACI%2CSAAA%3B%3BE6HhPZ%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%3B%3BEE4gBR%3BIACI%2CeAAA%3B%3BEAQJ%2CaACI%2CaACI%2CQAAO%2CQACH%2CYACI%2CoBACI%3BIACI%2CeAAA%3B%3BEANxB%2CaACI%2CaACI%2CQAAO%2CQACH%2CYACI%2CoBAII%3BIACI%2CeAAA%22%7D *//*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=9bf966f6705ede711469)
 * Config saved to config.json and https://gist.github.com/9bf966f6705ede711469
 */
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
.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;
}
.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;
  /*overflow: hidden;*/
}
.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%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}.minicart-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-name {
    width: 155px !important;
} 

.minicart-wrapper .minicart-items-wrapper{
    padding: 20px
}      

.account-information #AddressBook .actions-toolbar button.action.primary.add {
margin-left:18px;
}

.quickview-override .modals-wrapper .warning-main-custom-modal._inner-scroll._show{
    align-items:center;
    height:35vh;
}


.catalog-product-view .page-wrapper #maincontent .columns .column.main {
    min-height: 100%;  
}

.marketing-title {
    text-align: center;
    border-bottom: 3px solid #9cbed0;
    padding-bottom: 20px;
}

.marketing-list {
    margin-bottom: 150px;
}

.cms-start-now .skincare-hero-banner {
    transform: translateY(-177px);
    position: relative;
    z-index: -2;
}

.cms-start-now .skincare-hero-banner img {
    width: 87%;

}

.customer-account-create .column.main .customer-account-page-wrapper .back {
    padding: 0px 15px;
}

.customer-account-create .columns .column.main .quiz-form form .control .other_input {
    min-height: 45px !important;
    border-radius: 8px;
    border: 1px solid #9cbed0 !important;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2)
}

.customer-account-create .columns .column.main .quiz-form .field-9 .control.multi-columns.checkbox_v-container .checkbox-container label p {
    height: 100%;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.customer-account-create .form-create-account .control .iti.iti--allow-dropdown .iti__flag-container {
    bottom: unset;
    top: 14px;
}

.password-strength-meter{
    z-index: 0;
}
.field.password .control .input-text{
    z-index: 0;
}

.page-wrapper .page-header.page-header-v1{
    position:sticky;
    top: 0;
}

.columns #AddressBook .block-addresses-list {
    margin-bottom:0px;
}

.account-information #AddressBook .actions-toolbar .primary{
    margin-bottom:15px;
}

.quiz-form .field-2 .control.radio-container{
    align-items: start !important;
}

.quiz-form .field-2 .control.radio-container input[type="radio"]:checked + label {
    background-color: unset;
}

.quiz-form .field-2 .control.radio-container label {
    background: none !important;
    padding: 0px;
    
}

.customer-account-create .columns .quiz-form .field.field-2  .control.radio-container{
    padding:0px !important;
}

.field-2 .radio-container label div{
    position: relative;
    line-height: 0px;
}

.field-2 .radio-container input[type="radio"]:checked + label div::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 8px;
    box-sizing: border-box;
    z-index: 0;
}

.minicart-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-details{
    flex: 0 65% !important;
    word-break: break-word;
}

.minicart-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-name {
    /*width: 155px !important;*/
    width: 100% !important;
}


.columns .order-details-items .table-wrapper .product-item-name{
   font-weight:500;
    
}

.columns .order-details-items .table-wrapper .item-options .item-options-label{
    display: flex;
    gap: 5px
}

.order-items .col.price .price-excluding-tax .cart-price,.order-items  .col.subtotal .price-excluding-tax .cart-price{
    font-weight:400;
    font-size:14px;
    color:#000
}

.order-items .col.name span strong{
    font-weight:400 !important;
    font-style:italic;
}
.order-details-items .order-items .cart-item-idetification{
    margin-bottom:0px !important;
}
 .order-details-items .order-items .cart-item-idetification span strong{
    font-weight:400;
    font-style:italic;
}
.columns .order-details-items .table-wrapper .item-options dt{
    position:relative;
    font-weight:400;
    font-style:italic;
}
.columns .order-details-items .table-wrapper .item-options dt:after{
     content:":";
    
}
.order-details-items .order-items .mark{
    font-weight:500 !important;
}

.col.name span strong{
    font-weight:400;
    font-style:italic;
}

.price-excluding-tax .cart-price .price{
    font-size:14px;
    font-weight:400 !important;
    color:#000;
}

.order-details-items .table-order-items .mark,.order-details-items .table-order-items .mark strong{
    font-weight:500 !important;
}

.order-details-items .table-order-items .grand_total strong span{
    font-weight:400;
}

button.action.primary.add.address-new{
    margin-left:21px;
}

.account-information #AddressBook .actions-toolbar button.action.primary.add {
    margin-left:18px;
}

@media(max-width:1279px) {
    .cms-start-now .skincare-hero-banner {
        transform: translateY(-160px);
        position: relative;
        z-index: -2;
    }

    .cms-start-now .skincare-hero-banner img {
        width: 80%
    }
}

@media(max-width:1023px) {
    .cms-start-now .skincare-hero-banner {
        transform: translateY(-125px);
        position: relative;
        z-index: -2;
    }

    .cms-start-now .skincare-hero-banner img {
        width: 80%
    }
}

@media(max-width:768px) {
    .customer-account-result .result-page-slider .product-slider .products-grid #category-product-list.products {
        margin: 40px 0px 30px 0px
    }
}

@media(max-width:767px) {
    .cms-start-now .skincare-hero-banner {
        transform: translateY(-100px);
        position: relative;
        z-index: -2;
    }

    .cms-start-now .skincare-hero-banner img {
        width: 100%
    }

    .skincare-line-h1 {
        display: block !important;
        text-align: center
    }
}

@media(max-width:599px) {
    .customer-account-result .result-page-slider .product-slider .products-grid #category-product-list .slick-prev {
        right: unset !important;
        left: 0px !important;
    }

    .customer-account-result .result-page-slider .product-slider .products-grid #category-product-list.products {
        margin: 45px 0px 30px 0px
    }
}



@media(max-width:575px) {
    .cms-start-now .skincare-hero-banner {
        transform: translateY(-90px);
        position: relative;
        z-index: -2;
    }

    .cms-start-now .skincare-hero-banner img {
        width: 100%
    }

    .page-start .email-input {
        padding: 20px 15px 20px 15px;
    }

    .skincare-line-h1 {
        margin-top: 25px
    }

    .skincare-button-outer .email-input::placeholder {
        font-size: 20px
    }

}

@media (max-width: 450px) {
    .cms-start-now .skincare-hero-banner {
        transform: translateY(-70px);

    }
}

@media(max-width:400px) {
    .customer-account-result .result-page-slider .product-slider .products-grid #category-product-list .slick-next {
        height: 30px;
        width: 30px;
    }

    .customer-account-result .result-page-slider .product-slider .products-grid #category-product-list .slick-prev {
        height: 30px;
        width: 30px;
    }

    .customer-account-result .result-page-slider .product-slider .products-grid #category-product-list .slick-next:before {
        font-size: 17px;
    }

    .customer-account-result .result-page-slider .product-slider .products-grid #category-product-list .slick-prev:before {
        font-size: 17px;
    }
}

@media(max-width:520px) {
    .skincare-button-outer .email-input::placeholder {
        font-size: 16px
    }
}



@media(max-width:430px) {
    .skincare-button-outer .email-input::placeholder {
        font-size: 14px
    }

    .page-start .email-input {

        padding: 10px 10px 10px 10px;
    }

    .skincare-p {
        font-size: 15px;
        margin-bottom: 28px;
    }

    .skincare-line-h1 {
        font-size: 26px;
        margin-bottom: 28px;
    }
}

@media (max-width: 600px) {
    .field-9 .control.checkbox_v-container .checkbox-container {
        width: 45%;
    }
}


@media (max-width:575px) {
    .page-wrapper .columns .column.main {
        padding: 0px 0px;
    }

    .quiz-form {
        padding: 0px 20px;
    }

    .quiz-form .next {
        font-size: 18px;
    }

    .field-8 .control.checkbox_v-container {
        column-gap: 20px
    }

    .quiz-form  .field-2 .control.radio-container label p {
        font-size: 17px;
    }

    .ultimatePage-top.get-started-page-top .form-start-h6 {
        font-size: 20px !important;
        margin-bottom: 20px !important;
    }

    .ultimatePage-top.get-started-page-top .form-start-p {
        font-size: 18px !important;
    }

    .ultimatePage-title {
        padding: 0px 10px
    }

    .customer-account-create .form-create-account .fieldset .field {
        padding: 0px 20px !important;
    }

    .customer-account-create .form-create-account .fieldset .field {
        padding: 0px 20px !important;
    }

    .customer-account-create .form-create-account .actions-toolbar .primary span {
        font-size: 26px;
    }

    .customer-account-create .form-create-account .actions-toolbar button.action.primary {
        padding: 15px 20px !important;
    }

    .field-7 .control.checkbox_v-container {
        column-gap: 20px;
        row-gap: 20px;
    }

    .page-start .email-input {
        font-size: 16px;
    }

    .nav-toggle:before {
        font-size: 22px;
    }

    .theme-pearl .page-wrapper .page-header .logo img {
        width: 94px !important;
    }

    .theme-pearl .page-wrapper .page-header.page-header-v1 .page-header .header.content a.logo {
        left: 0;
    }

    .theme-pearl .page-wrapper .page-header .block.block-search .block.block-content .open-modal-search {
        background-size: 18px;
    }

    .quiz-form .fieldset .field label:nth-child(1) {
        font-size: 16px;
    }
    
    .quiz-form .control.radio-container {
        width: 100%;
        font-size: 15px;
    }
    
    .customer-account-create .form-create-account .fieldset .field .label {
        font-size: 16px !important;
    }

    .quiz-form .field-2 .control.radio-container {
        gap: 20px;
    }

    .quiz-form .fieldset .field.field-5 label:nth-child(1){
        max-width: 375px;
    }
}


@media(max-width:450px) {
    .control.radio-container label p {
        font-size: 12px
    }

    .quiz-form .next {
        font-size: 16px;
    }
    
    .quiz-form  .field-2 .control.radio-container label p {
        font-size: 12px;
    }

    .control .checkbox-container label p {
        font-size: 12px !important;
        margin-top: 6px;
        margin-bottom: 6px
    }

    .field-2 .control.checkbox_v-container {
        max-width: 300px;
    }

    .quiz-form .control.radio-container label {
        padding: 15px 10px;
    }
}

@media (max-width: 430px) {
    .quiz-form .fieldset .field label:nth-child(1) {
        font-size: 14px;
        color: #000;
        margin-bottom: 25px;
        margin-top: 15px;
        padding:0px 25px;
    }

    .field-2 .control.checkbox_v-container {
        column-gap: 13px;
        row-gap: 10px;
    }

    .field-7 .control.checkbox_v-container {
        max-width: 315px;
    }

    .field-7 .control.checkbox_v-container {
        column-gap: 12px;
        row-gap: 6px;
    }

    .field-8 .control.checkbox_v-container {
        max-width: 315px;
    }

    .field-8 .control.checkbox_v-container {
        column-gap: 12px;
        row-gap: 6px;
    }

    .field-2 .control.radio-container{    
        max-width: 315px !important;
    }

    .quiz-form .control.radio-container {
        gap: 8px;
    }

    .customer-account-create .columns .quiz-form .fieldset {
        margin-bottom: 30px !important;
    }

    .field-9 .control.checkbox_v-container {
        gap: 15px;
        padding: 0px 35px;
    }

    .ultimatePage-top.get-started-page-top .form-start-h6 {
        font-size: 14px !important;
        margin-bottom: 13px !important;
        font-weight: 500
    }

    .ultimatePage-top.get-started-page-top .form-start-p {
        font-size: 14px !important;
        color: #000 !important;
        font-weight: 400 !important;
        max-width: 270px;
        margin: auto
    }

    .customer-account-create .form-create-account .fieldset .field .label {
        font-size: 13px !important;
    }

    .customer-account-create .form-create-account .fieldset .field.newsletter span {
        font-size: 14px !important;
    }

    .fieldset.additional_info .field.tcagreecreateaccount .control label {
        font-size: 14px !important
    }

    .field.choice.newsletter {
        margin-bottom: 6px !important;
    }

    .customer-account-create .form-create-account .actions-toolbar .primary span {
        font-size: 17px;
    }

    .customer-account-create .customer-account-page-wrapper form .fieldset>.field {
        margin-bottom: 10px
    }


    .customer-account-create .form-create-account .fieldset .field {
        padding: 0px 30px !important;
    }

    .customer-account-create .form-create-account .fieldset .field input {
        height: 36px !important;
    }


    .customer-account-create .form-create-account .fieldset .field select {
        height: 36px !important;
    }

    .customer-account-create .form-create-account .control .iti.iti--allow-dropdown .iti__flag-container {
        top: 10px;
    }

    .customer-account-create .form-create-account .actions-toolbar {
        padding: 0 30px !important;
    }
    .quiz-form .field-2 .control.radio-container {
        gap: 12px;
    }

}

@media(max-width:370px){
    .customer-account-create .columns .quiz-form .field.field-2  .control.radio-container{
        padding:0px 15px !important;
    }
}

@media(max-width:300px){
     .customer-account-create .quiz-form form .checkbox_v-container{
        padding: 0px 15px;
    }
}

.order-details-items .item-options dd {
    margin: 0;
}

.lac-notification-sticky {
    z-index: 99 !important;
}

body .minicart-wrapper .minicart-overlay{
    display: none;
}

body .minicart-wrapper.active .minicart-overlay{
    display: block;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, 0.5); 
    z-index: 9;
}

.minicart-wrapper .block-minicart {
    position: fixed;
    right: 0px;
    min-width: auto;
    overflow-x: hidden;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
    top: 0px !important;
    width: 470px !important;
}

.minicart-wrapper .block-minicart:before, .minicart-wrapper .block-minicart:after{
    display:none;
}

.minicart-wrapper .block-minicart .block-title {
    display: block;
    position: absolute;
    top: 15px;
    font-size: 18px;
}

.minicart-wrapper .block-minicart .block-content{
    margin-top: 8px;
}

.minicart-wrapper .block-minicart #minicart-content-wrapper .action.close {
    font-weight: 600;
    font-family: 'Gotham';
}

.minicart-wrapper .block-minicart #minicart-content-wrapper .action.close:hover:before {
    color: #757575 !important;
}

.minicart-wrapper .action.close > span {
    clip: unset;
    overflow: visible;
    right: 60px;
    /*top: 9px;*/
    top: 7px;
    font-size: 18px;
    color: #999999;
    /*margin-right: 10px;*/
    margin-right: 15px;
}

.minicart-wrapper .minicart-items-wrapper{
    height: calc(100vh - 236px) !important;
    /*height: calc(100vh - 385px) !important;*/
}

.minicart-wrapper .minicart-items .product-item .secondary .action.delete:before {
    content: '\e70e';
    font-family: 'font-icons';
    transform: scale(1.1);
}

#mini-cart .item.product.product-item .product{
    position: relative;
}

/*#mini-cart .item.product.product-item .product .secondary {
    position:absolute;
    left:0px;
    right: 0px;
    transform:translateY(-6px)
}*/

.minicart-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-photo {
    background-color: #f0ece5;
    border-radius: 15px;
    margin: 0px 15px 0 0;
    height: 145px !important;
    padding: 5px;
}

.minicart-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-photo .product-image-container {
    width: 100px !important;
}

/*.minicart-wrapper .block-minicart .product-item-details .product-title{
    display: flex;
    flex-wrap: nowrap;
    gap: 5px;
    margin-bottom: 30px;
    justify-content: space-between;
}*/

.minicart-wrapper .block-minicart .product-item-pricing .qty-wrapper span{
    width: fit-content !important;
    font-weight: 500;
}

.minicart-wrapper .block-minicart .product-item-pricing .qty-wrapper .label, .minicart-wrapper .block-minicart .product-item-pricing .qty-wrapper input{
    color: black !important;
    font-weight: 500;
}

.minicart-wrapper .block-minicart .product-item-pricing .qty-wrapper input{
    text-align: center !important;
    pointer-events: none !important;
    border: 1px solid #000 !important;
    border-color: #999999 !important;
    color: #999999 !important;
    background: #f4f4f4 !important;
    font-weight: 600 !important;
}

/*.minicart-wrapper .block-minicart .product-item-details .minicart-qty{
    text-align: center;
}*/

.minicart-wrapper .block-minicart .product-item-details .minicart-qty .discount-price-wrapper{
    display: inline-flex !important;
    flex-wrap: nowrap !important;
}

.minicart-wrapper .block-minicart .product-item-pricing .details-qty .brand-name{
    display:flex;
    flex-wrap: nowrap;
    /* width: max-content; */
    margin-bottom: 30px;
}

.minicart-wrapper .block-minicart .product-item-pricing .details-qty .brand-name em{
    font-style: normal !important;
}

.minicart-wrapper .block-minicart .product-item-pricing .details-qty .brand-name span{
    margin: 0 5px 0 0;
    color: #999999;
}

.minicart-wrapper .block-minicart .product-item-details .product-title .secondary{
    flex: 1 0;
    text-align: right;
}

.minicart-wrapper .block-minicart .product-item-pricing .brand-name{
    /*margin-bottom: 20px;*/
    font-style: normal;
}

.minicart-wrapper .block-minicart .product_options_values.labeltext{
    display: block;
    color: #999999;
    text-transform: lowercase !important;
}

.minicart-wrapper .block-minicart .product_options_values{
    color: #999999;
    text-transform: lowercase !important;
    display: none;
}

.minicart-wrapper .block-minicart .price-container .subtotal-price-wrapper .total-price label{
    display: none;
}

.minicart-wrapper .block-minicart .price-container .price-wrapper .price{
    font-weight: normal;
}

.minicart-wrapper .minicart-items-wrapper .minicart-items .product-item {
    border-bottom: 1px solid #cccccc !important;
}

.minicart-wrapper .block-minicart .total-price-wrapper{
    display: block;
    margin: 0 -20px;
    padding: 0 60px 0 40px;
    box-shadow: -1px -7px 7px -3px rgb(50 50 50 / 20%);
    position: fixed;
    bottom: 0;
    z-index: 1;
    background-color: white;
    width: -webkit-fill-available;
}

.minicart-wrapper .block-minicart .total-price-wrapper .scroll-hint{
    text-align: center;
    padding: 10px 0;
    font-size: 16px;
}

.minicart-wrapper .block-minicart .total-price-wrapper .scroll-hint label:before, .minicart-wrapper .block-minicart .total-price-wrapper .scroll-hint label:after{
    content: '\e7d7';
    font-family: 'font-icons';
    color: #999999;
    padding: 0 5px;
}

.minicart-wrapper .block-minicart .total-price-wrapper .total-price-section{
    gap: 10px;
    margin-bottom: 0px;
}

.minicart-wrapper .block-minicart .total-price-wrapper .total-price-section .totalsave-price{
    justify-content: center;
    /*font-size: 20px;*/
    font-size: 18px;
    font-weight: 500;
    padding: 10px;
    color: black;
    background-color: #ADC9D9;
    margin: 0px -40px 0px ;
}

.minicart-wrapper .block-minicart .total-price-wrapper .total-price-section .totalqty-div{
    font-weight: normal;
    color: #999999;
    font-size: 18px;
}

.minicart-wrapper .total-price-wrapper .total-price-section .totalqty-div label {
    text-transform: capitalize !important;
}

.minicart-wrapper .total-price-wrapper .total-price-section .subtotal{
    font-size: 1.4rem !important;
}

.minicart-wrapper .total-price-wrapper .total-price-section .subtotal .label{
    display: none;
}

.minicart-wrapper .total-price-wrapper .total-price-section .subtotal .amount.price-container .price{
    /*font-size: 1.4rem;*/
    font-size: 18px;
    font-weight: 500;
}

.minicart-wrapper .total-price-wrapper .actions button.checkout {
    width: 100%;
    font-size: 18px !important;
}

.minicart-wrapper .block-minicart .minicart-bottom-section{
    display: none;
}

.minicart-wrapper .actions{
    padding: 0 0 5px !important;
}

.minicart-wrapper .actions .secondary{
    text-align: center !important;
}

.minicart-wrapper .block-minicart .price-container .subtotal-price-wrapper .price{
    font-weight: 500;
}

.minicart-wrapper .block-minicart .price-container .discount-price-wrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    /*line-height: 2.1;*/
    line-height: 1.5;
}

.minicart-wrapper .block-minicart .price-container .discount-price-wrapper.showdiscountper{
    flex-direction: row-reverse;
}

.minicart-wrapper .block-minicart .price-container .discount-price-wrapper .price-discount,
.minicart-wrapper .block-minicart .price-container .discount-price-wrapper .list-price-wrapper label,
.minicart-wrapper .block-minicart .price-container .subtotal-price-wrapper .list-price-wrapper{
    display: none;
}

.minicart-wrapper .block-minicart .price-container .discount-price-wrapper .price{
    color: #999999;
    white-space: break-spaces;
}

.minicart-wrapper .block-minicart .price-container .discount-price-wrapper.showdiscountper .price-wrapper .minicart-price .price{
    text-decoration: line-through;
}

.minicart-wrapper .block-minicart .price-container .discount-price-wrapper .price-wrapper.original_price .original-price .price{
    text-decoration: line-through;
}

.minicart-wrapper .block-minicart .price-container .discount-price-wrapper .list-price-wrapper .original-price .price{
    font-weight: normal;
    text-decoration: line-through;
}

.minicart-wrapper .block-minicart .price-container .discount-price-wrapper.showdiscountper .list-price-wrapper .original-price .price{
    text-decoration: none;
}

.minicart-wrapper .block-minicart .total-price-wrapper .actions .primary{
    margin: 5px 0 0;
}

.minicart-wrapper .block-minicart .total-price-wrapper .actions .secondary{
    padding: 10px 0;
}

.checkout-index-index .opc-block-summary .product-item .price-container .discount-price-wrapper.showdiscountper .list-price-wrapper.is_discount{
    display: none;
}

.checkout-index-index .opc-block-summary .product-item .price-container .discount-price-wrapper .list-price-wrapper.is_discount .original-price .price{
    text-decoration: line-through;
} 

@media(min-width:768px) {
    .minicart-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-details a{
        /*font-size: 25px !important;*/
        font-size: 20px !important;
    }

    .minicart-wrapper .block-minicart .product-item-details .product-title .product.attribute.sku{
        font-size: 20px;
    }

    .minicart-wrapper .block-minicart .product-item-pricing .brand-name{
        font-size: 14px;
    }

    .minicart-wrapper .block-minicart .product-item-pricing .qty-wrapper{
        /*font-size: 14px;*/
        font-size: 18px;
    }

    .minicart-wrapper .block-minicart .price-container .price-wrapper .price{
        /*font-size: 14px;*/
        font-size: 18px;
    }

    .minicart-wrapper .block-minicart .price-container .subtotal-price-wrapper .price{
        /*font-size: 14px;*/
        font-size: 18px;
    }

    .minicart-wrapper .block-minicart .price-container .discount-price-wrapper .list-price-wrapper .original-price .price{
        /*font-size: 14px;*/
        font-size: 18px;
    }
}

@media(max-width:767px) {
    .minicart-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-name {
        width: auto !important;
    }
}

.customer-account-index .fieldset.password {
    display: block;  
    float: initial !important;  
}

.customer-account-index .field.choice {
    display: flex;             
    align-items: center;      
}

.customer-account-index .fieldset.info .field.choice .label {
    margin-bottom: 0 !important;       
}

.customer-account-index .fieldset.info .field.choice .checkbox {
    margin-right: 10px;
}

.customer-account-index .field.choice #change-password {
    margin-left: 40px;
}

.customer-account-index .fieldset.info .field.choice .label, .customer-account-index .fieldset.password .field.choice .label {
    margin-top: 6px;
}

@media(min-width:768px) {
    .customer-account-index .account-information .form-edit-account .fieldset.info{
        max-width:48% !important;
    }    
}

.page-wrapper .page-header{
    z-index: 99;
}

.block-minicart #minicart-content-wrapper .freegift-items{
    text-align: center;
    background-color: #f0ece6;
    padding: 20px;
    margin: 0 -40px;
}

.block-minicart #minicart-content-wrapper .freegift-items .head{
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    position: relative;
}

.block-minicart #minicart-content-wrapper .freegift-items.add .head:before{
    content: '';
    background-image: url('../../frontend/BrandMd/ultimate/en_US/Magento_Checkout/images/star-image.svg');
    background-repeat: no-repeat;
    position: absolute;
    left: 65px;
    top: 0;
    height: 100%;
    width: 100%;
}

.block-minicart #minicart-content-wrapper .freegift-items.add .head:after{
    content: '';
    background-image: url('../../frontend/BrandMd/ultimate/en_US/Magento_Checkout/images/star-image.svg');
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    right: 65px;
    transform: scaleX(-1);
}

.block-minicart #minicart-content-wrapper .freegift-items.added .head:before{
    content: '';
    background-image: url('../../frontend/BrandMd/ultimate/en_US/Magento_Checkout/images/checkbox.svg');
    background-repeat: no-repeat;
    position: absolute;
    left: 18px;
    top: 0;
    height: 100%;
    width: 100%;
}

.block-minicart #minicart-content-wrapper .freegift-items p{
    color: #fe858a;
    /*font-size: 16px;*/
    font-size: 18px;
}

.block-minicart #minicart-content-wrapper .freegift-items button.hyperlink{
    border: unset;
    background: unset;
    color: unset;
    padding: unset;
    text-decoration: underline;
}

.block-minicart #minicart-freegift .freegift-back{
    border: unset;
    background: unset;
    color: unset;
    padding: unset;
    margin-bottom: 20px;
    position: relative;
    font-size: 18px;
    margin-left: 5px !important;
}

.block-minicart #minicart-freegift .freegift-back:before{
    content: '';
    background-image: url('../../frontend/BrandMd/ultimate/en_US/Magento_Checkout/images/back-arrow.svg');
    background-repeat: no-repeat;
    position: absolute;
    /*left: -11px;
    top: 3px;*/
    left: -15px;
    top: 1px;
    height: 100%;
    width: 100%;
    background-size: 7%;
}

.block-minicart #minicart-freegift #freegift-close{
    float: right;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    padding: 0;
    position: unset;
    width: unset;
}

.block-minicart #minicart-freegift #freegift-close:before{
    line-height: 18px !important;
}

.block-minicart #minicart-freegift #freegift-close:hover:before{
    color: #757575 !important;
}

.block-minicart #minicart-freegift #freegift-close p{
    font-size: 18px;
    color: #999999;
    margin-right: 5px;
}

.block-minicart #minicart-freegift .freegift-notice{    
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    background-color: #f0ece5;
    margin: 0 -40px;
    padding: 20px;
}

.block-minicart #minicart-freegift .freegift-notice p{
    margin-bottom: unset;
}

.block-minicart #minicart-freegift .freegift-notice p.notice-left{
    font-weight: 500;
}

.block-minicart #minicart-freegift .freegift-notice p.notice-left span:first-child{
    text-decoration: underline;
}

.block-minicart #minicart-freegift .freegift-notice p.notice-right{
    color: #999999;
    font-weight: 700;
}

.block-minicart #minicart-freegift .ampromo-gallery{
    margin: 0px 0px;
}

.block-minicart #minicart-freegift .align-freegift{
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 10px;
    width: 100%;
    max-width: 390px;
    border-bottom: 1px solid #cccccc;
    padding: 20px 0;
}

.block-minicart #minicart-freegift .align-freegift .middle-align, .block-minicart #minicart-freegift .align-freegift .last-align{
    display: block;
}

.block-minicart #minicart-freegift a.product-item-photo {
    background-color: #f0ece5;
    border-radius: 15px;
    margin: 0px 15px 0 0;
    height: 145px !important;
    padding: 5px;
    align-items: center;
    display: flex;
    flex: 0 25%;
}

/*.block-minicart #minicart-freegift a.product-item-photo img.ampromo-item-image {
    height: 130px;
    width: 100%;
}*/

.block-minicart #minicart-freegift a.product-item-photo img.ampromo-item-image {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%) scale(1.3);
}

.block-minicart #minicart-freegift .align-freegift .middle-align .ampromo-item-title .ampromo-title{
    margin-top: 0px;
    margin-bottom: 5px;
}

.block-minicart #minicart-freegift .align-freegift .middle-align .ampromo-item-title a{
    /*font-size: 22px;*/
    font-size: 20px;
    font-weight: 500;
    color: #000000;
}

.block-minicart #minicart-freegift .align-freegift .middle-align #ampromo-options{
    padding: 0 0;
    margin-bottom: 0;
    /*font-size: 16px;*/
    font-size: 14px;
}

.block-minicart #minicart-freegift .align-freegift .middle-align #ampromo-options fieldset{
    margin-bottom: 0;
}

.block-minicart #minicart-freegift .align-freegift .middle-align #ampromo-options fieldset span{
    color: #999999;
    /*font-weight: 500;*/
}

.block-minicart #minicart-freegift .align-freegift .middle-align #ampromo-options fieldset .option-labels{
    text-transform: lowercase;
}

.block-minicart #minicart-freegift .align-freegift .middle-align .freegift-price .price{
    font-size: 18px;
    /*font-weight: 700;*/
    font-weight: 500;
}

.block-minicart #minicart-freegift .align-freegift .middle-align .freegift-price .price-base-price{
    display: none;
}

.block-minicart #minicart-freegift .align-freegift .middle-align .freegift-price .price-new-price .price-wrapper{
   line-height: 0.3; 
}

.block-minicart #minicart-freegift .back-bottom-btn{
    position: fixed;
    bottom: 0;
    z-index: 1;
    background: white;
    width: 100%;
    box-shadow: -1px -7px 7px -3px rgb(50 50 50 / 20%);
    margin: 0 -20px;
    padding: 0 60px 0 20px;
}

.block-minicart #minicart-freegift .freegift-back.bottom{
    margin: 25px 0;
}

.block-minicart #minicart-freegift .ampromo-item-buttons button{
    display: none;
}

.block-minicart.freegift{
    height: calc(100vh - 66px);
}

.checkbox.style-h {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkbox.style-h input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkbox.style-h input:checked ~ .checkbox__checkmark:after {
    opacity: 1;
    top: -3px;
}

.checkbox.style-h .checkbox__checkmark {
    height: 18px;
    width: 18px;
    background-color: #fff;
    transition: background-color 0.25s ease;
    border-radius: 4px;
    border:1px solid #ccc;
}

.checkbox.style-h .checkbox__checkmark:after {
    content: "";
    position: absolute;
    left: 7px;
    top: -15px;
    width: 8px;
    height: 14px;
    border: solid #000;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 0.25s ease, top 0.25s ease;
}

@media(max-width:640px) {
    .block-minicart #minicart-content-wrapper .freegift-items.add .head:before{
        left: 30px;
    }

    .block-minicart #minicart-content-wrapper .freegift-items.add .head:after{
        right: 30px;
    }

    .block-minicart #minicart-content-wrapper .freegift-items.added .head{
        font-size: 16px;
    }

    .block-minicart #minicart-content-wrapper .freegift-items.added .head:before{
        left: 0;
    }

    .block-minicart #minicart-freegift .align-freegift{
        max-width: 320px;
    }
}

#generalChatpopup{
    margin-bottom: 0 !important;
    margin-right: 0 !important;
}

#generalChatpopup .generalChat-popup{
    margin-bottom: 0 !important;
}

#generalChatpopup .generalChat-popup.generalChat-popup-show #start-chat-with{
    position: sticky;
    bottom: 0;
    background-color: #86cdfc !important;
}

.design-status-warning{
    margin: 0 auto;
    max-width: 1030px;
    width: 100%;
    text-align: center;
    border-radius: 20px;
    padding: 10px;
    font-family: "Gotham";
    color: #000000;
    display: flex;
    align-items: center;
}

.design-status-warning .modal-inner-wrap{
    background-color: #f0ece5 !important;
}

.design-status-warning .modal-header{
    padding: 0px;
}

.design-status-warning .modal-header .modal-title{
    font-weight: bold;
    text-transform: uppercase;
    background-color: #ffffff;
    font-size: 22px;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: red;
    border-bottom: unset;
}

.design-status-warning .modal-header .action-close{
    display: none;
}

.design-status-warning .modal-content{
    background: #f0ece5;
    border: none;
    padding: 10px;
    color: #999999;
}
.design-status-warning .modal-content p{
    color: #000000;
    font-weight: bold;
    font-size: 18px;
}

.design-status-warning .modal-footer{
    background: #f0ece5;
    border: none;
    border-top: unset !important;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 50px;
    padding-bottom: 30px;
    padding-top: 0px;
    margin-top: 0px;
}

.design-status-warning .modal-footer .action-primary{
    text-align: center;
    color: #ffffff;
    border: none;
    cursor: pointer;
    border-radius: 8px;
    font-size: 14px;
    min-width: 120px;
    padding: 12px 15px;
    text-transform: uppercase;
    height: auto;
    background: #9eaad6;
}

.design-status-warning .modal-footer .action-secondary{
    background-color: #bfc1ba;
    border-color: #999999;
    text-align: center;
    color: #ffffff;
    border: none;
    cursor: pointer;
    border-radius: 8px;
    font-size: 14px;
    min-width: 120px;
    padding: 5px 15px;
    text-transform: uppercase;
    height: auto;
}

@media(max-width: 768px){
    .design-status-warning{
        max-width: fit-content;
        left: 0 !important;
    }

    .design-status-warning .modal-inner-wrap{
        max-height: 270px !important;
    }

    .design-status-warning .modal-content p{
        font-size: 16px;
    }

    .design-status-warning .modal-footer{
        padding-bottom: 15px;
    }

    .widget.block.block-cms-link.monthly-promo-link a{
        vertical-align: sub;
    }
}

@media(max-width: 540px){
    .design-status-warning .modal-content p{
        font-size: 14px;
    }
}

@media(max-width: 424px){
    .design-status-warning{
        padding: 10px;
    }

    .design-status-warning .modal-inner-wrap{
        max-height: 290px !important;
    }

    .design-status-warning .modal-footer{
        gap: 30px;
    }
}


@media(min-width: 769px){    
    .catalog-category-view #layered-filter-block-container #layered-filter-block{
        flex-wrap: wrap;
        gap: 10px;
        justify-content: flex-start;
    }

    .catalog-category-view #layered-filter-block-container #layered-filter-block .block-search{
        margin-left: 28px;
    }

    .catalog-category-view #layered-filter-block-container .filter-content #narrow-by-list {
        display: flex;
        flex-wrap: nowrap;
    }

    .catalog-category-view #layered-filter-block-container .filter-content #narrow-by-list .filter-options-title{
        white-space: nowrap;
    }
}

.customer-design-index .modal-popup.custom-empty-cart-modal .modal-inner-wrap .modal-header .action-close, .education-index-index .modal-popup.custom-empty-cart-modal .modal-inner-wrap .modal-header .action-close{
    top: unset;
    color: black !important;
    right: 1px;
    background:none !important;

}
.customer-design-index .modal-popup.custom-empty-cart-modal .modal-inner-wrap .modal-header .action-close:before, .education-index-index .modal-popup.custom-empty-cart-modal .modal-inner-wrap .modal-header .action-close:before {
    color:#757575;
    font-size:14px ;
    font-weight:400;
}
.customer-design-index .modal-popup.custom-empty-cart-modal .modal-inner-wrap .modal-header .action-close span, .education-index-index .modal-popup.custom-empty-cart-modal .modal-inner-wrap .modal-header .action-close span{
    display: none;
}

.customer-design-index .modal-popup.custom-empty-cart-modal .modal-inner-wrap .modal-header, .education-index-index .modal-popup.custom-empty-cart-modal .modal-inner-wrap .modal-header{
    background-color: #ffffff;
    padding: 15px 30px;
}

.customer-design-index .modal-popup.custom-empty-cart-modal .modal-inner-wrap, .education-index-index .modal-popup.custom-empty-cart-modal .modal-inner-wrap, .customer-account-index .modal-popup.custom-empty-cart-modal .modal-inner-wrap{
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    max-width: 500px;
}
.education-index-index .modal-popup.custom-empty-cart-modal .modal-content{
    padding-top: 0rem;
}
/*.minicart-wrapper .total-price-wrapper .total-price-section .totalsave-price, .checkout-index-index #opc-sidebar .totalsave-price, .checkout-index-index #opc-sidebar .place-order #place-quote{
    display: none !important;
}*/

.minicart-wrapper .total-price-wrapper .total-price-section .totalsave-price, .checkout-index-index #opc-sidebar .totalsave-price{
    display: none !important;
}

.monthly-promo-link-wrap {
    display: flex;
    align-items: center;
    gap:6px;
    justify-content: center;
}

.widget.block.block-cms-link.monthly-promo-link {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    margin: 0px 0px !important;
}

@media(max-width: 424px){   
    .widget.block.block-cms-link.monthly-promo-link {
        font-size: 10px;
    }
}

@media (min-width: 425px) and (max-width: 768px) {
    .widget.block.block-cms-link.monthly-promo-link {
        font-size: 14px;
    }
}

label.physical-approval-checkbox:before, label.photo-approval-checkbox:before, label.multi-chat-checkbox:before{
    width: 14px;
    height: 14px;
    display: block;
    border: 2px solid #000;
    border-radius: 2px;
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    background-color: white;
    transform: translateY(-50%);
}

label.physical-approval-checkbox.checked:after, label.photo-approval-checkbox.checked:after, label.multi-chat-checkbox.checked:after  {
    content: "\f00c";
    font-family: 'FontAwesome';
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
}

.help-popup-wrap .advanced-options-checkbox .physical-approval-checkbox-row, .help-popup-wrap .advanced-options-checkbox .photo-approval-checkbox-row, .help-popup-wrap .advanced-options-checkbox .multi-chat-checkbox-row{
    width: fit-content;
    position: relative;
    margin: auto;
}

.help-popup-wrap .advanced-options-header{
    margin-bottom: 5px;
}

.help-popup-wrap #advanced-options-content{
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.status-update-loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    display: none;
}

.status-update-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000;
}

.status-update-loader .loader img {
    width: 50px;
    height: auto;
}

.catalog-category-view .modal-popup.custom-empty-cart-modal .modal-header{
    display: unset;
    padding: 15px 30px;
}

.catalog-category-view .modal-popup.custom-empty-cart-modal .modal-inner-wrap{
    border-radius:unset !important;
    width: 500px;
    top: 30%;
}

.catalog-category-view .modal-popup.custom-empty-cart-modal .modal-inner-wrap .modal-content{
    padding-left: 3rem;
    padding-right: 3rem;
}

.catalog-product-view .modal-popup.custom-empty-cart-modal._show .modal-inner-wrap {
        width: 500px;
}

#opc-sidebar .discount-code .available-promo-codes .promo-code{
    display: grid;
    grid-template-columns: 1fr auto auto auto;
    width: fit-content;
    gap: 10px;
    align-items: center;
}

#opc-sidebar .discount-code .available-promo-codes .promo-code .field-tooltip{
    position: relative;
    top: 0;
    right: 1px;
    display: none;
}

#opc-sidebar .discount-code .available-promo-codes .promo-code .field-tooltip .field-tooltip-content{
    width: auto;
}

#opc-sidebar .discount-code .available-promo-codes .applied {
    color: green;
    pointer-events: none;
}

#opc-sidebar .discount-code .available-promo-codes .is_active_coupon{
    color: green;
}

#opc-sidebar .discount-code .available-promo-codes .remove-promo{
    cursor: pointer;
}

#opc-sidebar .discount-code .available-promo-codes .remove-promo:before{
    -webkit-font-smoothing: antialiased;
    font-size: 21px;
    line-height: inherit;
    color: #bbbbbb;
    content: '\f057';
    font-family: 'fontawesome';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    position: relative;
    top: 1px;
}

#opc-sidebar .discount-code .available-promo-codes .promo-tooltip{
    cursor: pointer;
}

#opc-sidebar .discount-code .available-promo-codes .promo-tooltip:before{
    -webkit-font-smoothing: antialiased;
    font-size: 21px;
    line-height: inherit;
    color: #bbbbbb;
    content: '\e623';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

#opc-sidebar .discount-code .available-promo-codes .promo-tooltip:hover:before{
    color: #333333;
}

.promo-description-modal {
    display: none; 
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); 
    z-index: 9999; 
    display: flex;
    justify-content: center; 
    align-items: center; 
}

.promo-description-modal .modal-content {
    background-color: #fff;
    border-radius: 8px;
    width: 80%;
    max-width: 600px; 
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); 
    position: relative; 
}

.promo-description-modal .modal-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
}

.promo-description-modal .modal-body {
    font-size: 16px;
    color: #555;
    line-height: 1.5;
    margin-bottom: 20px;
}

.promo-description-modal .close-promo{
    cursor: pointer;
    float: right;
}

.promo-description-modal .close-promo:before{
    -webkit-font-smoothing: antialiased;
    font-size: 21px;
    line-height: inherit;
    color: #bbbbbb;
    content: '\f057';
    font-family: 'fontawesome';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    position: relative;
    top: 1px;
}

@media (max-width: 600px) {
    .promo-description-modal .modal-content {
        width: 90%; 
    }
}

.customer-account-createvcs .form-create-account .sales_potential .control {
    position: relative;
}

.customer-account-createvcs .form-create-account .sales_potential .control:after {
    content: '\e622';
    font-family: 'luma-icons';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 1.2rem;
    color: #666;
}

.customer-account-createvcs .form-create-account .sales_potential .control:active:after {
    transform: translateY(-50%) rotate(180deg);
}

.checkout-index-index #checkout-overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.checkout-index-index #share-quote-by-email-popup {
    background: #fff;
    width: 600px;
    max-width: 90%;
    margin: 50px auto;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    font-family: Arial, sans-serif;
    position: fixed;
    z-index: 1001;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.checkout-index-index #share-quote-by-email-popup .share-by-email-popup-label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    color: #333;
}

.checkout-index-index #share-quote-by-email-popup .client-email-input,
.checkout-index-index #share-quote-by-email-popup .education-content-input {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
}

.checkout-index-index #share-quote-by-email-popup textarea.education-content-input {
    resize: vertical;
}

.checkout-index-index #share-quote-by-email-popup .share-by-email-btn {
    background-color: #533eddc9;
    color: white;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 40px;
    font-size: 16px;
    margin-bottom: 5px;
}

.checkout-index-index #share-quote-by-email-popup .share-by-email-btn:hover {
    background-color: #574b7b;
}

.checkout-index-index #share-quote-by-email-popup .popup-close {
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 20px;
    font-weight: bold;
    color: #888;
    cursor: pointer;
}

.checkout-index-index #share-quote-by-email-popup .popup-close:hover {
    color: #000;
}

.checkout-index-index #share-quote-by-email-popup button.action-close {
    top: -49px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    background: #8f9194 !important;
    color: #fff;
    padding: 8px 20px;
    border-radius: 10px;
    border-bottom-right-radius: 0;
    right: -15px;
    border: none;
    margin: 15px;
    text-decoration: none;
    position: absolute;
    text-shadow: none;
    font-weight: 400;
    box-shadow: none;
    line-height: inherit;
}

.checkout-index-index #share-quote-by-email-popup button.action-close:before {
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    content: '\e616';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.checkout-index-index #share-quote-by-email-popup button.action-close span{
    position: relative;
    overflow: unset;
    height: unset;
    display: block;
    width: unset;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
}

.checkout-index-index #share-quote-by-email-popup .modal-header {
    padding: 15px 30px;
    background-color: #8f9194;
    margin: -21px -20px 10px -20px;
}

.checkout-index-index #share-quote-by-email-popup .modal-title{
    border: none;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    padding: 0;
    line-height: 22px;
    font-size: 26px;
    margin-bottom: 0;
    min-height: 1em;
    word-wrap: break-word;
}

.checkout-index-index #share-quote-by-email-popup #share-by-email-form{
    padding-top: 2rem;   
}

.checkout-index-index #share-quote-by-email-popup #share-by-email-form .client-email-input-div {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    border-bottom: 2px solid #ccc;
}

.checkout-index-index #share-quote-by-email-popup #share-by-email-form .client-email-input-div label{
    color: #8f909c;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 0;
}

.checkout-index-index #share-quote-by-email-popup #share-by-email-form .client-email-input-div input{
    border: none;
    color: #999999 !important;
    flex-grow: 1;
    padding: 8px;
    font-size: 14px;
    margin-bottom: 0;
}

.customer-design-index #logSelectedDesigns{
    background-color: #afc8d9;
    color: #fff;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

.customer-design-index .design-list .bulk-chat-wrapper{
    display: flex;
    flex-wrap: wrap;
    width: min-content;
    gap: 7px;
}

.customer-design-index .design-list input.design-checkbox {
    cursor: pointer;
    align-self: baseline;
    top: 0px;
    min-width: 25px;
    height: 25px;
    margin: 0px auto;
}

.customer-design-index .design-list input.design-checkbox:before {
    width: 25px;
    height: 25px;
    display: block;
    border: 2px solid #6e6f72;
    border-radius: 3px;
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    background-color: white;
    transform: translateY(-50%);
}

.customer-design-index .design-list input.design-checkbox:checked:after {
    content: "\f00c";
    font-family: 'FontAwesome';
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #6e6f72;
}

.customer-design-index .design-list .bulk-chat-wrapper span{
    font-size: 16px;
    display: block;
    text-align: center;
    white-space: nowrap;
    font-weight: normal;
    font-family: "Barlow Condensed";
    color: #999999;
    text-transform: lowercase;
    height: -webkit-fill-available;
}

.customer-design-index .modal-popup.mass-chat-popup{
    top: 50%;
    transform:translateY(-50%);
    display:flex;
    align-items:center;
    overflow: inherit;
}

.customer-design-index .modal-popup.mass-chat-popup .modal-inner-wrap{
    width: 100%;
    max-width: 660px;
}

.customer-design-index .modal-popup.mass-chat-popup .modal-inner-wrap #modal-content-2{
    padding: 3rem;   
}

.customer-design-index .modal-popup.mass-chat-popup .modal-inner-wrap .modal-header .action-close{
    right: 0;
    top: -40px;
}

.customer-design-index .modal-popup.mass-chat-popup .modal-inner-wrap #modal-content-2 #mass-chat-modal button#sendCheckedDesigns{
    margin-bottom: -10px;
    background-color: #533eddc9;
    color: white;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    
}

@media only screen and (max-width: 768px) {
    .customer-design-index .modal-popup.mass-chat-popup .modal-inner-wrap{
        width: 93%;
    }

    .customer-design-index .modal-popup.mass-chat-popup .modal-inner-wrap .modal-header .action-close{
        top: -30px;
    }

    .customer-design-index .modal-popup.mass-chat-popup .modal-inner-wrap .modal-header .action-close span{
        font-size: 15px;
    }
}

.customer-account-index .ultimate-customer-account-page{
    display: flex;
    flex-wrap: wrap;
}

.customer-account-index .ultimate-customer-account-page .ultimatelinks-tab{
    height: fit-content;
    background: #f5f5f5;
    padding: 15px 0;
    width: -webkit-fill-available;
}

.customer-account-index .ultimate-customer-account-page .ultimatelinks-tab .delimiter{
    border-top: 1px solid #d1d1d1;
    display: block;
    margin: 10px 0px;   
}

.customer-account-index .ultimate-customer-account-page .ultimatelinks-tab .ultimatelinks:first-child{
    margin-top: 0;
    border-top: 0;
}

.customer-account-index .ultimate-customer-account-page .ultimatelinks-tab .ultimatelinks.active{
    border-left: 3px solid #9cbed0;
    color: #000000;
    font-weight: 600;
}

.customer-account-index .ultimate-customer-account-page .ultimatelinks-tab .ultimatelinks{
    width: -webkit-fill-available;
    text-align: left;
    border: unset;
    background: unset;
    color: #575757;
    padding: 15px;
    text-decoration: none;
}

.customer-account-index .ultimate-customer-account-page .ultimate-content{
    width: -webkit-fill-available;
}

.customer-account-index .ultimate-customer-account-page .ultimatePage-top{
    padding: 0 30px;
}

.account .account-information, .account .label-information, .account .order-information, .customer-account-login .login-container, .customer-account-create .form-create-account {
    margin-top: 0px !important;
}

@media(min-width: 769px){
    .customer-account-index .ultimate-customer-account-page .ultimatelinks-toggle {
        display: none;
    }
    .customer-account-index .ultimate-customer-account-page .ultimatelinks-tab {
        width: 22.3%;
    }
    .customer-account-index .ultimate-customer-account-page .ultimate-content{
        width: 77.7%;
    }
}

@media(max-width: 768px){
    .customer-account-index .ultimate-customer-account-page .ultimatelinks-toggle{
        display: block;
        width: 100%;
        background: #9cbed0;
        color: white;
        font-size: 18px;
        padding: 10px;
        text-align: left;
        border: none;
        cursor: pointer;
    }
    .customer-account-index .ultimate-customer-account-page .ultimatelinks-toggle:hover{
        background: #9cbed0;
        border: none;
        color: white;
    }
    .customer-account-index .ultimate-customer-account-page .ultimatelinks-tab{
        display: none;
        background: #f5f5f5;
        padding: 10px;
    }
    .customer-account-index .ultimate-customer-account-page .ultimate-content{
        margin-top: 30px;
    }
    .account-information #AddressBook .actions-toolbar button.action.primary.add {
        margin-left: 0;
    }
}

.customer-account-index #vault-block-wrapper h1{
    display: none;
}

.customer-account-index #vault-block-wrapper .add-methods {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.customer-account-index #vault-block-wrapper .add-methods .add-method:first-child {
    margin-right: 35px;
}

.customer-account-index #vault-block-wrapper .add-methods .add-method{
    display: flex;
    align-items: center;
    border: 1px solid #cccccc;
    border-radius: 2px;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    padding: 3px;
    width: 50%;
}

.customer-account-index #vault-block-wrapper .add-methods .add-method > div {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 10px;
}

.customer-account-index #vault-block-wrapper .add-methods .add-method > div p {
    font-weight: 700;
    padding-top: 15px;
}

.customer-account-index #vault-block-wrapper .add-methods .add-method .icon-container {
    background: #f0f0f0;
    border-radius: 0 0 1px 1px;
    height: 100%;
    padding: 15px 0;
    width: 100%;
}

.customer-account-index #vault-block-wrapper .add-methods .add-method .icon-container ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    list-style: none;
    margin: 0;
    max-width: 160px;
    padding: 0;
    width: 100%;
}

.customer-account-index #vault-block-wrapper .add-methods .add-method .icon-container ul li {
    margin: 0;
    width: 25%;
}

.customer-account-index #vault-block-wrapper .add-methods .add-method .icon-container ul li img {
    height: 24px;
}

.customer-account-index #vault-block-wrapper .braintree-credit-card-types {
    display: flex;
    flex-wrap: wrap;
}

.customer-account-index #vault-block-wrapper .braintree-credit-card-types .item {
    margin-right: 5px;
    margin-top: 5px;
}

.customer-account-index #vault-block-wrapper .braintree-credit-card-types img {
    height: 24px;
}

.customer-account-index #vault-block-wrapper .braintree-credit-card-selected {
    height: 30px;
}

.customer-account-index #vault-block-wrapper .payment-method-braintree .cvv .field-tooltip {
    right: 10px;
    top: 0;
}

.customer-account-index #vault-block-wrapper .address-select-modal__form-container {
    margin-bottom: 20px;
}

.customer-account-index #vault-block-wrapper .address-select-modal__form-container > div {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.customer-account-index #vault-block-wrapper .address-select-container {
    border: 1px solid #cccccc;
    border-radius: 2px;
    padding: 25px;
}

.customer-account-index #vault-block-wrapper #braintree_submit {
    font-size: 1.6rem;
    border-radius: 3px;
    box-shadow: none;
    box-sizing: border-box;
    color: #ffffff;
    height: 40px;
    margin: 10px 0;
    padding: 0 20px;
    background: #9cbed0 !important;
}

.minicart-qty .quantity-controls-wrapper .quantity-controls {
    background: none;
    /* border: none; */
    font-weight:bold;
    font-size: 25px;
    border: 1px solid #000;
    border-radius: unset;
    padding: 10px 8px;
    border-color: #999999;
    color: #999999; 
}

.minicart-qty .quantity-controls-wrapper .quantity-controls:hover, .minicart-qty .quantity-controls-wrapper .quantity-controls:focus, .minicart-qty .quantity-controls-wrapper .quantity-controls:active {
    background: none;
    /* border: none; */
}

.minicart-qty .quantity-controls-wrapper {
    /* background-color: #e4e2e2; */
    /* border-radius: 15px; */
    width: max-content;
    margin: 5px 0px;
    /* padding: 0px 20px; */
    display: flex;
    flex-wrap: nowrap;
}

.minicart-qty .product-item-pricing span.qty-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    width: max-content;
}

/* .minicart-wrapper .block-minicart .product-item-pricing .qty-wrapper .update-cart-item{
    margin: 0;
    width: -webkit-fill-available;
} */

.minicart-wrapper .block-minicart .product-item-pricing .qty-wrapper .update-cart-item{
    border-radius: 10px;
    padding: 10px 15px;
    margin: 0;
    width: auto;
    background: #000;
    color: #fff;
}

.minicart-wrapper .block-minicart .product-item-pricing .qty-wrapper .update-cart-item span{
    font-weight: bold;
    font-size: 12px;
}

/* .catalog-category-view .block.block-reorder {
    display: none;
}

@media(min-width: 769px){    
    .catalog-category-view .sidebar.sidebar-main {
        padding-top: 150px;
    }
    
    .catalog-category-view #layered-filter-block-container #layered-filter-block{
        flex-wrap: wrap;
        gap: 10px;
        justify-content: flex-start;
    }

    .catalog-category-view #layered-filter-block-container #layered-filter-block .block-search{
        margin-left: 28px;
    }

    .catalog-category-view #layered-filter-block-container .filter-content #narrow-by-list {
        display: block !important;
    }

    .catalog-category-view #layered-filter-block-container .filter-content #narrow-by-list .filter-options-title{
        white-space: nowrap;
    }

    .catalog-category-view #layered-filter-block-container .filter-content #narrow-by-list .filter-options-content .item input{
        position: relative;
    }

    .catalog-category-view #layered-filter-block-container .filter-content #narrow-by-list .filter-options-content .item input:before{
        width: 14px;
        height: 14px;
        display: block;
        border: 2px solid #000;
        border-radius: 2px;
        content: "";
        position: absolute;
        top: 0%;
        background-color: white;
        transform: translate(0px, 0px);
    }

    .catalog-category-view #layered-filter-block-container .filter-content #narrow-by-list .filter-options-content .item input:checked:after{
        content: "\f00c";
        font-family: 'FontAwesome';
        position: absolute;
        left: 3px;
        top: 10%;
    }

} */

@media(min-width: 768px){
    .minicart-wrapper .block-minicart .product-item-pricing{
        width: 100% !important;
    }
}
@media(max-width: 768px){
    .minicart-wrapper .block-minicart{
        width: auto !important;
    }
}

.minicart-items .item-qty {
    width: 40px !important;
}

.design-label-options{
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 20px;
}

.design-label-options span{
    background: gainsboro;
    padding: 4px 24px;
    border-radius: 25px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    height: fit-content;
}

.design-label-options span.cap_options{
    background: #b5c5d0;
}

.design-label-options strong{
    font-weight: 500;
    text-transform: uppercase;
}

#help-popup-modal .design-label-options{
    padding-top: 0px;
}

.sales-order-printinvoice .order-details-items.invoice .col.price div{
    justify-content: center !important;
}

@media print{
    .block-order-details-view .block-content{
        display: flex !important;
        flex-wrap: nowrap !important;
        gap: 40px;
    }
    
    .order-details-items.invoice{
        width: 1000px !important;
    }

    .order-details-items.invoice .applied-promo li strong{
        color: #eb5202 !important;
    }

    .lac-notification-sticky, .open-modal-search, .generalChat-bottom{
        display: none !important;
    }

    .order-details-items.invoice .col.name{
        width: 350px !important;
    }

    .order-details-items.invoice .col.qty, .order-details-items.invoice .col.price{
        text-align: center !important;
    }
}

.discount-promo-section > summary > h5{
    margin-bottom: 10px;
}
.discount-promo-section > summary > h5::before {
    content: "Show Coupons ▼";
    cursor: pointer;
    font-weight: 700;
    color: #666;
}
.discount-promo-section[open] > summary > h5::before {
    content: "Hide Coupons ▲";
}
.discount-promo-section .coupon-list {
    border-top: 1px dashed #ccc;
    padding-top: 10px;
}
.discount-promo-section .coupon-list ul{
    max-height: 400px;
    overflow: auto;
}
.discount-promo-section .coupon-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px dashed #ccc;
    padding: 12px;
    border-radius: 6px;
    margin-bottom: 10px;
    background: #fafafa;
}
.discount-promo-section .coupon-item span {
    font-weight: bold;
    font-size: 15px;
}
.discount-promo-section .coupon-item p {
    font-size: 13px;
    color: #666;
    margin: 4px 0 0;
}
.discount-promo-section .coupon-item button {
    background: #9cbed0;
    color: #fff;
    border: none;
    padding: 8px 14px;
    cursor: pointer;
    border-radius: 4px;
    font-size: 13px;
    font-weight: bold;
}
.discount-promo-section .coupon-item button:hover {
    background: #000;
}
.catalog-product-view .product-ingredients-info{
    margin: 20px 0;
}
.catalog-product-view .product-ingredients-info .product-ingredients-title{
    color: #666666;
}
.catalog-product-view .product-ingredients-info .show-ingredients{
    background-color: #9cbed0;
    border-color: #9cbed0;
    color: #ffffff;
    padding: 10px 20px;
    text-transform: uppercase;
}
.catalog-product-view .product-ingredients-info .show-ingredients:hover{
    background-color: #9cbed0;
    color: #ffffff;
}
.catalog-product-view .ingredients-modal {
    border-radius: 8px;
    font-size: 16px;
    color: #333333;
}
.catalog-product-view .ingredients-modal .modal-inner-wrap {
    width: 40%;
    transform: translate(0%, 100%) !important;
    text-align: center;
    border-radius: 8px;
}
.catalog-product-view .ingredients-modal .modal-title {
    font-size: 22px;
    font-weight: bold;
    color: #666666;
}
.catalog-product-view .ingredients-modal .modal-content {
    font-size: 14px;
    color: #555555;
}
@media (max-width: 768px) {
    .catalog-product-view .ingredients-modal .modal-inner-wrap {
        width: 100% !important;
        height: auto;
    }
    .catalog-product-view .ingredients-modal .modal-inner-wrap .modal-title {
        width: 100% !important;   
    }
    .catalog-product-view .ingredients-modal .modal-inner-wrap .action-close {
        padding: 0px 16px !important;
    }
}.education-index-index .education-container {
    text-align: center;
    font-family: Arial, sans-serif;
}

.education-index-index .featured-resources, .webinars, .product-videos {
    margin-top: 40px;
}

.education-index-index .resource-item, .webinar-item, .video-item {
    display: inline-block;
    margin: 10px;
    text-align: center;
}

/*button {
    background: #ddd;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
}*/

.education-index-index .education-items {
    display:grid;
    grid-template-columns: repeat(4, 1fr);
    gap:25px;
}

.education-index-index .education-item{
    width:100%;
    max-width:100%;
    border-radius:20px;
    overflow:hidden;
    padding:18px;
    background-color:#f0ece5;
    min-height:350px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction: column
}
.education-index-index .education-container h1 {
    margin: 0 0 20px;
    font-size: 46px;
    font-family: "Gotham";
    font-weight: normal;
    text-align: center;
}

.education-index-index .education-container p {
    font-size: 18px;
    font-family: "Gotham";
    font-weight: 300;
    text-align: center;
}

.education-index-index .button-container {
    display: flex;
    gap: 5px;
    margin-top: 20px;
}

.education-index-index .btn {
    padding: 10px 20px;
    font-size: 22px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 5px;
}

.education-index-index .btn-view {
    background-color: #afc8d9; /* Light blue */
    color: white;

}

.education-index-index .btn-share {
    background-color: #8f9194; /* Gray */
    color: white;
    position: relative;
}

.education-index-index .btn.btn-viewAll {
    background-color: #fafbfb;
    color: #000;
    margin-top:40px;
    padding-left:40px;
    padding-right:40px;
    padding-top:4px;
    padding-bottom:4px;
    border-color: #8f9194;
    border-radius:12px;
    border: 2px solid #8f9194;
    font-weight:100;

}

.education-index-index .sub-dropdown {
    /*display: none;*/
    position: absolute;
    background: white;
    border: 1.5px solid #ccc;
    padding: 5px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 100;
    min-width: 120px;
    text-align: left;
    font-weight: 600;
}

.education-index-index .sub-dropdown a {
    padding: 5px;
    text-decoration: none;
    color: #8f9194;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 5px;
}

.education-index-index .sub-dropdown a:hover {
    background: #f0f0f0;
}

/*.education-index-index .btn-share:hover .sub-dropdown {
    display: block;
}
*/

.education-index-index main#maincontent {
        margin-bottom:35px
}

.education-index-index .video-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
}

.education-index-index .video-modal-content {
    border-radius: 10px;
    text-align: center;
    width:fit-content;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    position: relative;
    width: 72%;
    /*overflow: hidden;*/
    padding-top: 40%;
    background-color: white;
}


.education-index-index .close-modal {
    position: absolute;
    top: -30px;
    right: 7px;
    font-size: 20px;
    cursor: pointer;
    background-color: #757575bf;
    border-radius: 6%;
    height: 30px;
    width: 88px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    font-weight: 600;
    color: white;
}

.education-index-index .education-item-wrapper .education-item-title{
    font-size:26px;
    font-weight: 300;
    margin:12px 0px 16px;
    font-family: Gotham;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.education-index-index .education-container-title{
    text-align:start;
    font-weight:900;
    color:#8f9194;
}


.education-index-index .education-spacing-container{
    margin-top:40px
}


.education-index-index .button-container div{
    width:100%
}

.education-index-index .button-container div a.btn.btn-share, .button-container div a.btn.btn-view{
    width:100%
}

.button-container div{
        width: 100%;
         position: relative;
}

.education-index-index .education-index-index .sub-dropdown{
    width: 100%;
    top: 0;
    border-radius: 5px;
}

.education-index-index #videoFrame{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.education-index-index .video-modal .video-loader {
    width: 50px;
    height: 50px;
    border: 5px solid rgba(0, 0, 0, 0.1);
    border-top-color: #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

.education-index-index .video-modal .video-modal-content {
    position: relative;
    text-align: center;
}



@media(max-width:1080px){
    .education-index-index .education-item{
        min-height:290px;
    }
    .education-index-index .education-item-wrapper .education-item-title{
        font-size:22px;
    }
}

@media(max-width:991px){
    .education-index-index .btn{
        font-size:18px
    }
    .education-index-index .education-items{
        gap:16px
    }
}

@media(max-width:899px){
     .education-index-index .education-item{
        min-height:260px;
    }
     .education-index-index .education-item-wrapper .education-item-title{
        font-size:20px;
        margin: 12px 0px 12px;
    }
    .education-index-index .btn{
        font-size:16px;
        padding: 9px 20px 6px;
        line-height:1
    }
    .education-index-index .button-container{
        flex-direction:column;
    }
}

@media(max-width:767px){
    .education-index-index .education-item{
        min-height:220px;
    } 
        .education-index-index .education-item-wrapper .education-item-title{
        font-size:18px;
    }
    .education-index-index .education-container-title{
        font-size:24px
    }
   
}
    @media(max-width:768px){
         .education-index-index .video-modal-content{
            position: relative;
            width: 74%;
            /*overflow: hidden;*/
            padding-top: 41.25%;
         }
    }    @media(max-width:430px){
         .education-index-index .video-modal-content{
           width: 95%;
            overflow: hidden;
            padding-top: 53.25%;
         }
    }

@media(max-width:699px){
     .education-index-index .education-item{
        min-height:180px;
    } 
}

@media(max-width:575px){
    .education-index-index .education-items{
        grid-template-columns:1fr 1fr;
    }
      .education-index-index .education-item{
        min-height:270px;
    } 
    .education-index-index .education-item > img {
        width:85%
    }
    .education-index-index .education-container-title{
        font-size:20px
    }
}

@media(max-width:480px){
 .education-index-index .education-item{
        min-height:220px;
    }   
     .education-index-index .btn{
        font-size:16px
    }
      .education-index-index .education-item-wrapper .education-item-title{
        font-size:16px;
    }
}

@media(max-width:425px){
      .education-index-index .education-item > img {
        width:95%
    }
}

@media(max-width:375px){
     .education-index-index .education-item{
        min-height:190px;
    }
      .education-index-index .education-item > img {
        width:100%
    }
}

@media(max-width:339px){
      .education-index-index .education-item{
        min-height:160px;
    }
}


/*#####################PDP############################*/

.catalog-product-view .education-container {
    text-align: center;
    font-family: Arial, sans-serif;
}

.catalog-product-view .featured-resources, .webinars, .product-videos {
    margin-top: 40px;
}

.catalog-product-view .resource-item, .webinar-item, .video-item {
    display: inline-block;
    margin: 10px;
    text-align: center;
}

/*button {
    background: #ddd;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
}*/

.catalog-product-view .education-items {
    display:grid;
    grid-template-columns: repeat(4, 1fr);
    gap:25px;
}

.catalog-product-view #maincontent .ultimatelinks .tabs-content {
    overflow:visible;   
}

.catalog-product-view .education-item{
    width:100%;
    max-width:100%;
    border-radius:20px;
    overflow:hidden;
    padding:18px;
    background-color:#f0ece5;
    min-height:320px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction: column
}
.catalog-product-view .education-container h1 {
    margin: 0 0 20px;
    font-size: 46px;
    font-family: "Gotham";
    font-weight: normal;
    text-align: center;
}

.catalog-product-view .education-container p {
    font-size: 18px;
    font-family: "Gotham";
    font-weight: 300;
    text-align: center;
}

.catalog-product-view .button-container {
    display: flex;
    gap: 5px;
    margin-top: 20px;

}

.catalog-product-view .btn {
    padding: 10px 20px;
    font-size: 22px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 5px;
}

.catalog-product-view .btn-view {
    background-color: #afc8d9; /* Light blue */
    color: white;

}

.catalog-product-view .btn-share {
    background-color: #8f9194; /* Gray */
    color: white;
    position: relative;
}

.catalog-product-view .btn.btn-viewAll {
    background-color: #fafbfb;
    color: #000;
    margin-top:40px;
    padding-left:40px;
    padding-right:40px;
    padding-top:4px;
    padding-bottom:4px;
    border-color: #8f9194;
    border-radius:12px;
    border: 2px solid #8f9194;
    font-weight:100;

}

.catalog-product-view .sub-dropdown {
    /*display: none;*/
    position: absolute;
    background: white;
    border: 1.5px solid #ccc;
    padding: 5px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 100;
    min-width: 120px;
    text-align: left;
    font-weight: 600;
}

.catalog-product-view .sub-dropdown a {
    padding: 5px;
    text-decoration: none;
    color: #8f9194;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 5px;
}

.catalog-product-view .sub-dropdown a:hover {
    background: #f0f0f0;
}

/*.catalog-product-view .btn-share:hover .sub-dropdown {
    display: block;
}
*/

.catalog-product-view main#maincontent {
        margin-bottom:35px
}

.catalog-product-view .video-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
}

.catalog-product-view .video-modal-content {
    border-radius: 10px;
    text-align: center;
    width:fit-content;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    position: relative;
    width: 68%;
    /*overflow: hidden;*/
    padding-top: 40%;
    background-color: white;
}


.catalog-product-view .close-modal {
    position: absolute;
    top: -30px;
    right: 7px;
    font-size: 20px;
    cursor: pointer;
    background-color: #757575bf;
    border-radius: 6%;
    height: 30px;
    width: 88px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    font-weight: 600;
    color: white;
}

.catalog-product-view .education-item-wrapper .education-item-title{
    font-size:26px;
    font-weight: 300;
    margin:12px 0px 16px;
    font-family: Gotham;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.catalog-product-view .education-container-title{
    text-align:start;
    font-weight:900;
    color:#8f9194;
}

.catalog-product-view .empty-education-title{
    font-weight:900;
    color:#8f9194;
}


.catalog-product-view .education-spacing-container{
    margin-top:40px
}


.catalog-product-view .button-container div{
    width:100%
}

.catalog-product-view .button-container div a.btn.btn-share, .button-container div a.btn.btn-view{
    width:100%
}

.button-container div{
        width: 100%;
         position: relative;
}

.catalog-product-view .catalog-product-view .sub-dropdown{
    width: 100%;
    top: 0;
    border-radius: 5px;
}

.catalog-product-view #videoFrame{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.catalog-product-view .video-modal .video-loader {
    width: 50px;
    height: 50px;
    border: 5px solid rgba(0, 0, 0, 0.1);
    border-top-color: #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.catalog-product-view div[data-content-type=tabs] .tabs-navigation li.tab-header.ui-state-active{
        z-index: 1 !important;
}

@keyframes spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

.catalog-product-view .video-modal .video-modal-content {
    position: relative;
    text-align: center;
}

@media(max-width:1080px){
    .catalog-product-view .education-item{
        min-height:290px;
    }
    .catalog-product-view .education-item-wrapper .education-item-title{
        font-size:22px;
    }
}

@media(max-width:991px){
    .catalog-product-view .btn{
        font-size:18px
    }
    .catalog-product-view .education-items{
        gap:16px
    }
}

@media(max-width:899px){
     .catalog-product-view .education-item{
        min-height:260px;
    }
     .catalog-product-view .education-item-wrapper .education-item-title{
        font-size:20px;
        margin: 12px 0px 12px;
    }
    .catalog-product-view .btn{
        font-size:16px;
        padding: 9px 20px 6px;
        line-height:1
    }
    .catalog-product-view .button-container{
        flex-direction:column;
    }
}

@media(max-width:767px){
    .catalog-product-view .education-item{
        min-height:220px;
    } 
        .catalog-product-view .education-item-wrapper .education-item-title{
        font-size:18px;
    }
    .catalog-product-view .education-container-title{
        font-size:24px
    }
   
}
    @media(max-width:768px){
         .catalog-product-view .video-modal-content{
            position: relative;
            width: 74%;
            /*overflow: hidden;*/
            padding-top: 41.25%;
         }
    }    @media(max-width:430px){
         .catalog-product-view .video-modal-content{
           width: 95%;
            /*overflow: hidden;*/
            padding-top: 53.25%;
         }
    }

@media(max-width:699px){
     .catalog-product-view .education-item{
        min-height:180px;
    } 
}

@media(max-width:575px){
    .catalog-product-view .education-items{
        grid-template-columns:1fr 1fr;
    }
      .catalog-product-view .education-item{
        min-height:270px;
    } 
    .catalog-product-view .education-item > img {
        width:85%
    }
    .catalog-product-view .education-container-title{
        font-size:20px
    }
}

@media(max-width:480px){
 .catalog-product-view .education-item{
        min-height:220px;
    }   
     .catalog-product-view .btn{
        font-size:16px
    }
      .catalog-product-view .education-item-wrapper .education-item-title{
        font-size:16px;
    }
}

@media(max-width:425px){
      .catalog-product-view .education-item > img {
        width:95%
    }
}

@media(max-width:375px){
     .catalog-product-view .education-item{
        min-height:190px;
    }
      .catalog-product-view .education-item > img {
        width:100%
    }
}

@media(max-width:339px){
      .catalog-product-view .education-item{
        min-height:160px;
    }
}.education-index-index .modal-slide ._inner-scroll .modal-header{
    background-color:#8f9194;
    padding: 16px 20px 
}
.education-index-index header.modal-header {
    background-color: #8f9194;
}

.education-index-index .modal-popup .modal-title{
    border:none;
    color:#fff;
    text-transform:capitalize;
    font-weight:500;
    padding:0;
    line-height:22px;
}

.education-index-index .modal-popup .modal-content{
    padding-top:3rem;
}

.education-index-index .modal-popup .modal-inner-wrap{
    top:25%;
    width:100%;
    max-width:660px;
    border-bottom-left-radius:20px;
    border-bottom-right-radius:20px;
    position: absolute !important;
    min-height: unset !important;
    margin: 0 auto;
    z-index: 950;
}

.education-index-index .modal-inner-wrap .action-close{
    top: -49px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    background: #8f9194 !important;
    color: #fff;
    padding: 8px 20px;
    border-radius: 10px;
    border-bottom-right-radius: 0;
    right: -15px;    
}

.education-index-index .modal-slide .action-close:before {
    font-size:16px;
    line-height:18px;
    color:#fff;
    font-weight:600
}

.education-index-index .modal-slide .action-close > span {
    position:relative;
    overflow:unset;
    height:unset;
    display:block;
    width:unset;
    font-size:22px;
    text-transform:uppercase;
    font-weight:600;
}

.education-index-index .client-email-input-div {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    border-bottom: 2px solid #ccc
}

.education-index-index input.client-email-input {
    border:none;
    color: #999999 !important;

}

.education-index-index .client-email-input {
    flex-grow: 1; 
    padding: 8px;
    font-size: 14px;
}

.education-index-index .education-content-input{
    border:none !important;
}

.education-index-index button.share-by-email-btn {
    margin-top: 15px;
    margin-bottom: -10px;
    background-color: #533eddc9;
    color: white;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 22px;
    margin-top: 40px;
    font-size: 16px;
}

.education-index-index label.share-by-email-popup-label {
    color: #8f909c;
    font-weight: 500;
    font-size: 17px;
}

.education-index-index header.modal-header{
    padding: 15px 30px;
}
/* Loader container with background size and color */
.education-index-index .email-loader-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); 
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000; 
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
}

.education-index-index .email-loader {
    width: 50px;
    height: 50px;
    border: 5px solid #ccc;
    border-top-color: #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@media(max-width:768px){
    .education-index-index .modal-popup.modal-slide{
        left: 0;
        padding: 0px 15px
    }
    .education-index-index .modal-popup .modal-inner-wrap{
       width: 93%;
       overflow: visible;
    }
    .education-index-index .modal-slide .action-close > span{
        font-size: 15px;
    }
    .education-index-index .modal-slide .action-close:before{
        font-size: 12px
    }
    .education-index-index .modal-inner-wrap .action-close{
        padding: 8px 16px
    }
    .education-index-index header.modal-header{
        padding: 10px 22px;
    }

    .modal-content{
        padding: 10px 22px  25px !important;
    }
    .education-index-index label.share-by-email-popup-label{
        font-size: 15px
    }
}

.catalog-product-view .modal-slide._inner-scroll.education-popup .modal-header{
    background-color:#8f9194;
    padding: 16px 20px 
}
.catalog-product-view .education-popup header.modal-header {
    background-color: #8f9194;
}

.catalog-product-view .education-popup.modal-popup .modal-title{
    border:none;
    color:#fff;
    text-transform:capitalize;
    font-weight:500;
    padding:0;
    line-height:22px;
}

.catalog-product-view .education-popup.modal-popup .modal-content{
    padding-top:3rem;
}

.catalog-product-view .education-popup.modal-popup .modal-inner-wrap{
    top:50%;
    left:50%;
    transform:translate(-50%, -50%) !important;
    width:100%;
    max-width:650px;
    border-bottom-left-radius:20px;
    border-bottom-right-radius:20px;
    position: absolute !important;
    min-height: unset !important;
    margin: 0 auto
    z-index: 950;
}

.catalog-product-view .education-popup .modal-inner-wrap .action-close{
    top: -49px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    background: #8f9194 !important;
    color: #fff;
    padding: 8px 20px;
    border-radius: 10px;
    border-bottom-right-radius: 0;
    right: -15px;    
}

.catalog-product-view .education-popup.modal-slide .action-close:before {
    font-size:16px;
    line-height:18px;
    color:#fff;
    font-weight:600
}

.catalog-product-view .education-popup.modal-slide .action-close > span {
    position:relative;
    overflow:unset;
    height:unset;
    display:block;
    width:unset;
    font-size:22px;
    text-transform:uppercase;
    font-weight:600;
}

.catalog-product-view .client-email-input-div {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    border-bottom: 2px solid #ccc
}

.catalog-product-view input.client-email-input {
    border:none;
    color: #999999 !important;

}

.catalog-product-view .client-email-input {
    flex-grow: 1; 
    padding: 8px;
    font-size: 14px;
}

.catalog-product-view .education-content-input{
    border:none !important;
}

.catalog-product-view button.share-by-email-btn {
    margin-top: 15px;
    margin-bottom: -10px;
    background-color: #533eddc9;
    color: white;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 22px;
    margin-top: 40px;
    font-size: 16px;
}

.catalog-product-view label.share-by-email-popup-label {
    color: #8f909c;
    font-weight: 500;
    font-size: 17px;
}

.catalog-product-view header.modal-header{
    padding: 15px 30px;
}

/* Loader container with background size and color */
.catalog-product-view .email-loader-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); 
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000; 
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
}

.catalog-product-view .email-loader {
    width: 50px;
    height: 50px;
    border: 5px solid #ccc;
    border-top-color: #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

#share-by-email-popup .education-content-input-div .tox.tox-tinymce {
    height: 240px !important;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@media(max-width:768px){
    .catalog-product-view .modal-popup.modal-slide{
        left: 0;
        padding: 0px 15px
    }
    .catalog-product-view .modal-popup .modal-inner-wrap{
       width: 93%;
       overflow: visible;
    }
    .catalog-product-view .modal-slide .action-close > span{
        font-size: 15px;
    }
    .catalog-product-view .modal-slide .action-close:before{
        font-size: 12px
    }
    .catalog-product-view .modal-inner-wrap .action-close{
        padding: 8px 16px
    }
    .catalog-product-view header.modal-header{
        padding: 10px 22px;
    }

    .modal-content{
        padding: 10px 22px  25px !important;
    }
    .catalog-product-view label.share-by-email-popup-label{
        font-size: 15px
    }
}

.customer-account-index .modal-slide._inner-scroll.education-popup .modal-header{
    background-color:#8f9194;
    padding: 16px 20px 
}
.customer-account-index .education-popup header.modal-header {
    background-color: #8f9194;
}

.customer-account-index .education-popup.modal-popup .modal-title{
    border:none;
    color:#fff;
    text-transform:capitalize;
    font-weight:500;
    padding:0;
    line-height:22px;
}

.customer-account-index .education-popup.modal-popup .modal-content{
    padding-top:3rem;
}

.customer-account-index .education-popup.modal-popup .modal-inner-wrap{
    top:50%;
    left:50%;
    transform:translate(-50%, -50%) !important;
    width:100%;
    max-width:650px;
    border-bottom-left-radius:20px;
    border-bottom-right-radius:20px;
    position: absolute !important;
    min-height: unset !important;
    margin: 0 auto;
    z-index: 950;
}

.customer-account-index .education-popup .modal-inner-wrap .action-close{
    top: -49px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    background: #8f9194 !important;
    color: #fff;
    padding: 8px 20px;
    border-radius: 10px;
    border-bottom-right-radius: 0;
    right: -15px;    
}

.customer-account-index .education-popup.modal-slide .action-close:before {
    font-size:16px;
    line-height:18px;
    color:#fff;
    font-weight:600
}

.customer-account-index .education-popup.modal-slide .action-close > span {
    position:relative;
    overflow:unset;
    height:unset;
    display:block;
    width:unset;
    font-size:22px;
    text-transform:uppercase;
    font-weight:600;
}

.customer-account-index .client-email-input-div {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    border-bottom: 2px solid #ccc
}

.customer-account-index input.client-email-input {
    border:none;
    color: #999999 !important;

}

.customer-account-index .client-email-input {
    flex-grow: 1; 
    padding: 8px;
    font-size: 14px;
}

.customer-account-index .education-content-input{
    border:none !important;
}

.customer-account-index button.share-by-email-btn {
    margin-top: 15px;
    margin-bottom: -10px;
    background-color: #533eddc9;
    color: white;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 22px;
    margin-top: 40px;
    font-size: 16px;
}

.customer-account-index label.share-by-email-popup-label {
    color: #8f909c;
    font-weight: 500;
    font-size: 17px;
}

.customer-account-index header.modal-header{
    padding: 15px 30px;
}

/* Loader container with background size and color */
.customer-account-index .email-loader-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); 
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000; 
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
}

.customer-account-index .email-loader {
    width: 50px;
    height: 50px;
    border: 5px solid #ccc;
    border-top-color: #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@media(max-width:768px){
    .customer-account-index .modal-popup.modal-slide{
        left: 0;
        padding: 0px 15px
    }
    .customer-account-index .modal-popup .modal-inner-wrap{
       width: 93%;
       overflow: visible;
    }
    .customer-account-index .modal-slide .action-close > span{
        font-size: 15px;
    }
    .customer-account-index .modal-slide .action-close:before{
        font-size: 12px
    }
    .customer-account-index .modal-inner-wrap .action-close{
        padding: 8px 16px
    }
    .customer-account-index header.modal-header{
        padding: 10px 22px;
    }

    .modal-content{
        padding: 10px 22px  25px !important;
    }
    .customer-account-index label.share-by-email-popup-label{
        font-size: 15px
    }
}/** 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
}/*Compatible magento 2 style and bootstrap 3*/
.product-item, .product-item-info, .product-item-details {
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial;
}
.label{
	color: #333;
	padding: inherit;
}
.page-header {
    margin: inherit;
    padding: 0px;
}





[class^="icon-"], [class*=" icon-"],
[class^="icon-line-"], [class*=" icon-line-"],
[class^="icon-line2-"], [class*=" icon-line2-"],
.side-header #primary-menu ul > li.sub-menu > a:after {
    display: inline-block;
    font-family: 'font-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="icon-line-"], [class*=" icon-line-"] { font-family: 'lined-icons'; }

[class^="icon-line2-"], [class*=" icon-line2-"] { font-family: 'Simple-Line-Icons'; }

.icon-lg {
    font-size: 1.3333333333333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.icon-2x {
    font-size: 2em;
}
.icon-3x {
    font-size: 3em;
}
.icon-4x {
    font-size: 4em;
}
.icon-5x {
    font-size: 5em;
}
.icon-fw {
    width: 1.2857142857142858em;
    text-align: center;
}

.iconlist {
    padding-left: 0;
    margin-left: 1.75em;
    list-style-type: none;
}

.iconlist li { position: relative; }

.iconlist ul {
    list-style-type: none;
    margin: 5px 0 5px 25px;
}

.iconlist > li [class^="icon-"]:first-child, .iconlist > li [class*=" icon-"]:first-child {
    position: absolute;
    left: -1.75em;
    width: 1.75em;
    text-align: center;
    top: 1px;
    width: 14px;
}

.iconlist.iconlist-large { font-size: 16px; }

.iconlist.iconlist-large li { margin: 4px 0; }

.iconlist.iconlist-large > li [class^="icon-"], .iconlist.iconlist-large > li [class*=" icon-"] {
    width: 16px;
    margin-right: 5px;
}

.iconlist-color li i { color: #1ABC9C; }

.icon-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
}
.icon.pull-left {
    margin-right: .3em;
}
.icon.pull-right {
    margin-left: .3em;
}
.icon-spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
    }
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
    }
}
@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(359deg);
    }
}
@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(359deg);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}
.icon-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.icon-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.icon-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}
.icon-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.icon-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1);
}
.icon-stacked {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
.icon-stacked-1x,
.icon-stacked-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.icon-stacked-1x {
    line-height: inherit;
}
.icon-stacked-2x {
    font-size: 2em;
}
.icon-inverse {
    color: #ffffff;
}

.icon-type:before {
    content: "\e600";
}
.icon-box:before {
    content: "\e601";
}
.icon-archive:before {
    content: "\e602";
}
.icon-envelope:before {
    content: "\e603";
}
.icon-email:before {
    content: "\e604";
}
.icon-files:before {
    content: "\e605";
}
.icon-printer2:before {
    content: "\e606";
}
.icon-folder-add:before {
    content: "\e607";
}
.icon-folder-settings:before {
    content: "\e608";
}
.icon-folder-check:before {
    content: "\e609";
}
.icon-wifi-low:before {
    content: "\e60a";
}
.icon-wifi-mid:before {
    content: "\e60b";
}
.icon-wifi-full:before {
    content: "\e60c";
}
.icon-connection-empty:before {
    content: "\e60d";
}
.icon-battery-full:before {
    content: "\e60e";
}
.icon-settings:before {
    content: "\e60f";
}
.icon-arrow-left:before {
    content: "\e610";
}
.icon-arrow-up:before {
    content: "\e611";
}
.icon-arrow-down:before {
    content: "\e612";
}
.icon-arrow-right:before {
    content: "\e613";
}
.icon-reload:before {
    content: "\e614";
}
.icon-download:before {
    content: "\e615";
}
.icon-tag:before {
    content: "\e616";
}
.icon-trashcan:before {
    content: "\e617";
}
.icon-search:before {
    content: "\e618";
}
.icon-zoom-in:before {
    content: "\e619";
}
.icon-zoom-out:before {
    content: "\e61a";
}
.icon-chat:before {
    content: "\e61b";
}
.icon-clock:before {
    content: "\e61c";
}
.icon-printer:before {
    content: "\e61d";
}
.icon-home:before {
    content: "\e61e";
}
.icon-flag:before {
    content: "\e61f";
}
.icon-meter:before {
    content: "\e620";
}
.icon-switch:before {
    content: "\e621";
}
.icon-forbidden:before {
    content: "\e622";
}
.icon-phone-landscape:before {
    content: "\e623";
}
.icon-tablet:before {
    content: "\e624";
}
.icon-tablet-landscape:before {
    content: "\e625";
}
.icon-laptop:before {
    content: "\e626";
}
.icon-camera:before {
    content: "\e627";
}
.icon-microwave-oven:before {
    content: "\e628";
}
.icon-credit-cards:before {
    content: "\e629";
}
.icon-map-marker:before {
    content: "\e62a";
}
.icon-map:before {
    content: "\e62b";
}
.icon-support:before {
    content: "\e62c";
}
.icon-newspaper2:before {
    content: "\e62d";
}
.icon-barbell:before {
    content: "\e62e";
}
.icon-stopwatch:before {
    content: "\e62f";
}
.icon-atom:before {
    content: "\e630";
}
.icon-image:before {
    content: "\e631";
}
.icon-cube:before {
    content: "\e632";
}
.icon-bars:before {
    content: "\e633";
}
.icon-chart:before {
    content: "\e634";
}
.icon-pencil:before {
    content: "\e635";
}
.icon-measure:before {
    content: "\e636";
}
.icon-eyedropper:before {
    content: "\e637";
}
.icon-file-settings:before {
    content: "\e638";
}
.icon-file-add:before {
    content: "\e639";
}
.icon-file:before {
    content: "\e63a";
}
.icon-align-left:before {
    content: "\e63b";
}
.icon-align-right:before {
    content: "\e63c";
}
.icon-align-center:before {
    content: "\e63d";
}
.icon-align-justify:before {
    content: "\e63e";
}
.icon-file-broken:before {
    content: "\e63f";
}
.icon-browser:before {
    content: "\e640";
}
.icon-windows:before {
    content: "\e641";
}
.icon-window:before {
    content: "\e642";
}
.icon-folder:before {
    content: "\e643";
}
.icon-connection-25:before {
    content: "\e644";
}
.icon-connection-50:before {
    content: "\e645";
}
.icon-connection-75:before {
    content: "\e646";
}
.icon-connection-full:before {
    content: "\e647";
}
.icon-list:before {
    content: "\e648";
}
.icon-grid:before {
    content: "\e649";
}
.icon-stack3:before {
    content: "\e64a";
}
.icon-battery-charging:before {
    content: "\e64b";
}
.icon-battery-empty:before {
    content: "\e64c";
}
.icon-battery-25:before {
    content: "\e64d";
}
.icon-battery-50:before {
    content: "\e64e";
}
.icon-battery-75:before {
    content: "\e64f";
}
.icon-refresh:before {
    content: "\e650";
}
.icon-volume:before {
    content: "\e651";
}
.icon-volume-increase:before {
    content: "\e652";
}
.icon-volume-decrease:before {
    content: "\e653";
}
.icon-mute:before {
    content: "\e654";
}
.icon-microphone:before {
    content: "\e655";
}
.icon-microphone-off:before {
    content: "\e656";
}
.icon-book:before {
    content: "\e657";
}
.icon-checkmark:before {
    content: "\e658";
}
.icon-checkbox-checked:before {
    content: "\e659";
}
.icon-checkbox:before {
    content: "\e65a";
}
.icon-paperclip:before {
    content: "\e65b";
}
.icon-chat-1:before {
    content: "\e65c";
}
.icon-chat-2:before {
    content: "\e65d";
}
.icon-chat-3:before {
    content: "\e65e";
}
.icon-comment:before {
    content: "\e65f";
}
.icon-calendar:before {
    content: "\e660";
}
.icon-bookmark:before {
    content: "\e661";
}
.icon-email2:before {
    content: "\e662";
}
.icon-heart:before {
    content: "\e663";
}
.icon-enter:before {
    content: "\e664";
}
.icon-cloud:before {
    content: "\e665";
}
.icon-book2:before {
    content: "\e666";
}
.icon-star:before {
    content: "\e667";
}
.icon-lock:before {
    content: "\e668";
}
.icon-unlocked:before {
    content: "\e669";
}
.icon-unlocked2:before {
    content: "\e66a";
}
.icon-users:before {
    content: "\e66b";
}
.icon-user:before {
    content: "\e66c";
}
.icon-users2:before {
    content: "\e66d";
}
.icon-user2:before {
    content: "\e66e";
}
.icon-bullhorn:before {
    content: "\e66f";
}
.icon-share:before {
    content: "\e670";
}
.icon-screen:before {
    content: "\e671";
}
.icon-phone:before {
    content: "\e672";
}
.icon-phone-portrait:before {
    content: "\e673";
}
.icon-calculator:before {
    content: "\e674";
}
.icon-bag:before {
    content: "\e675";
}
.icon-diamond:before {
    content: "\e676";
}
.icon-drink:before {
    content: "\e677";
}
.icon-shorts:before {
    content: "\e678";
}
.icon-vcard:before {
    content: "\e679";
}
.icon-sun:before {
    content: "\e67a";
}
.icon-bill:before {
    content: "\e67b";
}
.icon-coffee:before {
    content: "\e67c";
}
.icon-tv2:before {
    content: "\e67d";
}
.icon-newspaper:before {
    content: "\e67e";
}
.icon-stack:before {
    content: "\e67f";
}
.icon-syringe:before {
    content: "\e680";
}
.icon-health:before {
    content: "\e681";
}
.icon-bolt:before {
    content: "\e682";
}
.icon-pill:before {
    content: "\e683";
}
.icon-bones:before {
    content: "\e684";
}
.icon-lab:before {
    content: "\e685";
}
.icon-clipboard:before {
    content: "\e686";
}
.icon-mug:before {
    content: "\e687";
}
.icon-bucket:before {
    content: "\e688";
}
.icon-select:before {
    content: "\e689";
}
.icon-graph:before {
    content: "\e68a";
}
.icon-crop:before {
    content: "\e68b";
}
.icon-heart2:before {
    content: "\e68c";
}
.icon-cloud2:before {
    content: "\e68d";
}
.icon-star2:before {
    content: "\e68e";
}
.icon-pen:before {
    content: "\e68f";
}
.icon-diamond2:before {
    content: "\e690";
}
.icon-display:before {
    content: "\e691";
}
.icon-paperplane:before {
    content: "\e692";
}
.icon-params:before {
    content: "\e693";
}
.icon-banknote:before {
    content: "\e694";
}
.icon-vynil:before {
    content: "\e695";
}
.icon-truck:before {
    content: "\e696";
}
.icon-world:before {
    content: "\e697";
}
.icon-tv:before {
    content: "\e698";
}
.icon-sound:before {
    content: "\e699";
}
.icon-video:before {
    content: "\e69a";
}
.icon-trash:before {
    content: "\e69b";
}
.icon-user3:before {
    content: "\e69c";
}
.icon-key:before {
    content: "\e69d";
}
.icon-search2:before {
    content: "\e69e";
}
.icon-settings2:before {
    content: "\e69f";
}
.icon-camera2:before {
    content: "\e6a0";
}
.icon-tag2:before {
    content: "\e6a1";
}
.icon-lock2:before {
    content: "\e6a2";
}
.icon-bulb:before {
    content: "\e6a3";
}
.icon-location:before {
    content: "\e6a4";
}
.icon-eye:before {
    content: "\e6a5";
}
.icon-bubble:before {
    content: "\e6a6";
}
.icon-stack2:before {
    content: "\e6a7";
}
.icon-cup:before {
    content: "\e6a8";
}
.icon-phone2:before {
    content: "\e6a9";
}
.icon-news:before {
    content: "\e6aa";
}
.icon-mail:before {
    content: "\e6ab";
}
.icon-like:before {
    content: "\e6ac";
}
.icon-photo:before {
    content: "\e6ad";
}
.icon-note:before {
    content: "\e6ae";
}
.icon-clock2:before {
    content: "\e6af";
}
.icon-data:before {
    content: "\e6b0";
}
.icon-music:before {
    content: "\e6b1";
}
.icon-megaphone:before {
    content: "\e6b2";
}
.icon-study:before {
    content: "\e6b3";
}
.icon-lab2:before {
    content: "\e6b4";
}
.icon-food:before {
    content: "\e6b5";
}
.icon-t-shirt:before {
    content: "\e6b6";
}
.icon-fire:before {
    content: "\e6b7";
}
.icon-clip:before {
    content: "\e6b8";
}
.icon-shop:before {
    content: "\e6b9";
}
.icon-calendar2:before {
    content: "\e6ba";
}
.icon-wallet:before {
    content: "\e6bb";
}
.icon-duckduckgo:before {
    content: "\e830";
}
.icon-lkdto:before {
    content: "\e896";
}
.icon-delicious:before {
    content: "\e832";
}
.icon-paypal:before {
    content: "\e833";
}
.icon-flattr:before {
    content: "\e834";
}
.icon-android:before {
    content: "\e835";
}
.icon-eventful:before {
    content: "\e836";
}
.icon-smashmag:before {
    content: "\e837";
}
.icon-gplus:before {
    content: "\e838";
}
.icon-wikipedia:before {
    content: "\e839";
}
.icon-lanyrd:before {
    content: "\e83a";
}
.icon-calendar-1:before {
    content: "\e83b";
}
.icon-stumbleupon:before {
    content: "\e83c";
}
.icon-bitcoin:before {
    content: "\e83f";
}
.icon-w3c:before {
    content: "\e840";
}
.icon-foursquare:before {
    content: "\e841";
}
.icon-html5:before {
    content: "\e842";
}
.icon-ie:before {
    content: "\e843";
}
.icon-call:before {
    content: "\e844";
}
.icon-grooveshark:before {
    content: "\e845";
}
.icon-ninetyninedesigns:before {
    content: "\e846";
}
.icon-forrst:before {
    content: "\e847";
}
.icon-digg:before {
    content: "\e848";
}
.icon-spotify:before {
    content: "\e849";
}
.icon-reddit:before {
    content: "\e84a";
}
.icon-guest:before {
    content: "\e84b";
}
.icon-blogger:before {
    content: "\e84e";
}
.icon-cc:before {
    content: "\e84f";
}
.icon-dribbble:before {
    content: "\e850";
}
.icon-evernote:before {
    content: "\e851";
}
.icon-flickr:before {
    content: "\e852";
}
.icon-google:before {
    content: "\e853";
}
.icon-viadeo:before {
    content: "\e854";
}
.icon-instapaper:before {
    content: "\e855";
}
.icon-weibo:before {
    content: "\e856";
}
.icon-klout:before {
    content: "\e857";
}
.icon-linkedin:before {
    content: "\e858";
}
.icon-meetup:before {
    content: "\e859";
}
.icon-vk:before {
    content: "\e85a";
}
.icon-rss:before {
    content: "\e85d";
}
.icon-skype:before {
    content: "\e85e";
}
.icon-twitter:before {
    content: "\e85f";
}
.icon-youtube:before {
    content: "\e860";
}
.icon-vimeo:before {
    content: "\e861";
}
.icon-windows2:before {
    content: "\e862";
}
.icon-aim:before {
    content: "\e831";
}
.icon-yahoo:before {
    content: "\e864";
}
.icon-chrome:before {
    content: "\e865";
}
.icon-email3:before {
    content: "\e866";
}
.icon-macstore:before {
    content: "\e867";
}
.icon-myspace:before {
    content: "\e868";
}
.icon-podcast:before {
    content: "\e869";
}
.icon-cloudapp:before {
    content: "\e86c";
}
.icon-dropbox:before {
    content: "\e86d";
}
.icon-ebay:before {
    content: "\e86e";
}
.icon-facebook:before {
    content: "\e86f";
}
.icon-github:before {
    content: "\e870";
}
.icon-github-circled:before {
    content: "\e871";
}
.icon-googleplay:before {
    content: "\e872";
}
.icon-itunes:before {
    content: "\e873";
}
.icon-plurk:before {
    content: "\e874";
}
.icon-songkick:before {
    content: "\e875";
}
.icon-lastfm:before {
    content: "\e876";
}
.icon-gmail:before {
    content: "\e877";
}
.icon-pinboard:before {
    content: "\e878";
}
.icon-soundcloud:before {
    content: "\e87b";
}
.icon-tumblr:before {
    content: "\e87c";
}
.icon-eventasaurus:before {
    content: "\e87d";
}
.icon-wordpress:before {
    content: "\e87e";
}
.icon-yelp:before {
    content: "\e87f";
}
.icon-intensedebate:before {
    content: "\e880";
}
.icon-eventbrite:before {
    content: "\e881";
}
.icon-scribd:before {
    content: "\e882";
}
.icon-posterous:before {
    content: "\e883";
}
.icon-stripe:before {
    content: "\e884";
}
.icon-opentable:before {
    content: "\e885";
}
.icon-cart:before {
    content: "\e886";
}
.icon-print:before {
    content: "\e887";
}
.icon-dwolla:before {
    content: "\e88a";
}
.icon-appnet:before {
    content: "\e88b";
}
.icon-statusnet:before {
    content: "\e88c";
}
.icon-acrobat:before {
    content: "\e88d";
}
.icon-drupal:before {
    content: "\e88e";
}
.icon-buffer:before {
    content: "\e88f";
}
.icon-pocket:before {
    content: "\e890";
}
.icon-bitbucket:before {
    content: "\e891";
}
.icon-lego:before {
    content: "\e892";
}
.icon-login:before {
    content: "\e893";
}
.icon-stackoverflow:before {
    content: "\e894";
}
.icon-hackernews:before {
    content: "\e895";
}
.icon-xing:before {
    content: "\e863";
}
.icon-instagram:before {
    content: "\e889";
}
.icon-angellist:before {
    content: "\e888";
}
.icon-quora:before {
    content: "\e87a";
}
.icon-openid:before {
    content: "\e879";
}
.icon-steam:before {
    content: "\e86b";
}
.icon-amazon:before {
    content: "\e86a";
}
.icon-disqus:before {
    content: "\e85c";
}
.icon-plancast:before {
    content: "\e85b";
}
.icon-appstore:before {
    content: "\e84d";
}
.icon-gowalla:before {
    content: "\e84c";
}
.icon-pinterest:before {
    content: "\e83e";
}
.icon-fivehundredpx:before {
    content: "\e83d";
}
.icon-glass:before {
    content: "\e6bc";
}
.icon-music2:before {
    content: "\e6bd";
}
.icon-search3:before {
    content: "\e6be";
}
.icon-envelope2:before {
    content: "\e6bf";
}
.icon-heart3:before {
    content: "\e6c0";
}
.icon-star3:before {
    content: "\e6c1";
}
.icon-star-empty:before {
    content: "\e6c2";
}
.icon-user4:before {
    content: "\e6c3";
}
.icon-film:before {
    content: "\e6c4";
}
.icon-th-large:before {
    content: "\e6c5";
}
.icon-th:before {
    content: "\e6c6";
}
.icon-th-list:before {
    content: "\e6c7";
}
.icon-ok:before {
    content: "\e6c8";
}
.icon-remove:before {
    content: "\e6c9";
}
.icon-zoom-in2:before {
    content: "\e6ca";
}
.icon-zoom-out2:before {
    content: "\e6cb";
}
.icon-off:before {
    content: "\e6cc";
}
.icon-signal:before {
    content: "\e6cd";
}
.icon-cog:before {
    content: "\e6ce";
}
.icon-trash2:before {
    content: "\e6cf";
}
.icon-home2:before {
    content: "\e6d0";
}
.icon-file2:before {
    content: "\e6d1";
}
.icon-time:before {
    content: "\e6d2";
}
.icon-road:before {
    content: "\e6d3";
}
.icon-download-alt:before {
    content: "\e6d4";
}
.icon-download2:before {
    content: "\e6d5";
}
.icon-upload:before {
    content: "\e6d6";
}
.icon-inbox:before {
    content: "\e6d7";
}
.icon-play-circle:before {
    content: "\e6d8";
}
.icon-repeat:before {
    content: "\e6d9";
}
.icon-refresh2:before {
    content: "\e6da";
}
.icon-list-alt:before {
    content: "\e6db";
}
.icon-lock3:before {
    content: "\e6dc";
}
.icon-flag2:before {
    content: "\e6dd";
}
.icon-headphones:before {
    content: "\e6de";
}
.icon-volume-off:before {
    content: "\e6df";
}
.icon-volume-down:before {
    content: "\e6e0";
}
.icon-volume-up:before {
    content: "\e6e1";
}
.icon-qrcode:before {
    content: "\e6e2";
}
.icon-barcode:before {
    content: "\e6e3";
}
.icon-tag3:before {
    content: "\e6e4";
}
.icon-tags:before {
    content: "\e6e5";
}
.icon-book3:before {
    content: "\e6e6";
}
.icon-bookmark2:before {
    content: "\e6e7";
}
.icon-print2:before {
    content: "\e6e8";
}
.icon-camera3:before {
    content: "\e6e9";
}
.icon-font:before {
    content: "\e6ea";
}
.icon-bold:before {
    content: "\e6eb";
}
.icon-italic:before {
    content: "\e6ec";
}
.icon-text-height:before {
    content: "\e6ed";
}
.icon-text-width:before {
    content: "\e6ee";
}
.icon-align-left2:before {
    content: "\e6ef";
}
.icon-align-center2:before {
    content: "\e6f0";
}
.icon-align-right2:before {
    content: "\e6f1";
}
.icon-align-justify2:before {
    content: "\e6f2";
}
.icon-list2:before {
    content: "\e6f3";
}
.icon-indent-left:before {
    content: "\e6f4";
}
.icon-indent-right:before {
    content: "\e6f5";
}
.icon-facetime-video:before {
    content: "\e6f6";
}
.icon-picture:before {
    content: "\e6f7";
}
.icon-pencil2:before {
    content: "\e6f8";
}
.icon-map-marker2:before {
    content: "\e6f9";
}
.icon-adjust:before {
    content: "\e6fa";
}
.icon-tint:before {
    content: "\e6fb";
}
.icon-edit:before {
    content: "\e6fc";
}
.icon-share2:before {
    content: "\e6fd";
}
.icon-check:before {
    content: "\e6fe";
}
.icon-move:before {
    content: "\e6ff";
}
.icon-step-backward:before {
    content: "\e700";
}
.icon-fast-backward:before {
    content: "\e701";
}
.icon-backward:before {
    content: "\e702";
}
.icon-play:before {
    content: "\e703";
}
.icon-pause:before {
    content: "\e704";
}
.icon-stop:before {
    content: "\e705";
}
.icon-forward:before {
    content: "\e706";
}
.icon-fast-forward:before {
    content: "\e707";
}
.icon-step-forward:before {
    content: "\e708";
}
.icon-eject:before {
    content: "\e709";
}
.icon-chevron-left:before {
    content: "\e70a";
}
.icon-chevron-right:before {
    content: "\e70b";
}
.icon-plus-sign:before {
    content: "\e70c";
}
.icon-minus-sign:before {
    content: "\e70d";
}
.icon-remove-sign:before {
    content: "\e70e";
}
.icon-ok-sign:before {
    content: "\e70f";
}
.icon-question-sign:before {
    content: "\e710";
}
.icon-info-sign:before {
    content: "\e711";
}
.icon-screenshot:before {
    content: "\e712";
}
.icon-remove-circle:before {
    content: "\e713";
}
.icon-ok-circle:before {
    content: "\e714";
}
.icon-ban-circle:before {
    content: "\e715";
}
.icon-arrow-left2:before {
    content: "\e716";
}
.icon-arrow-right2:before {
    content: "\e717";
}
.icon-arrow-up2:before {
    content: "\e718";
}
.icon-arrow-down2:before {
    content: "\e719";
}
.icon-share-alt:before {
    content: "\e71a";
}
.icon-resize-full:before {
    content: "\e71b";
}
.icon-resize-small:before {
    content: "\e71c";
}
.icon-plus:before {
    content: "\e71d";
}
.icon-minus:before {
    content: "\e71e";
}
.icon-asterisk:before {
    content: "\e71f";
}
.icon-exclamation-sign:before {
    content: "\e720";
}
.icon-gift:before {
    content: "\e721";
}
.icon-leaf:before {
    content: "\e722";
}
.icon-fire2:before {
    content: "\e723";
}
.icon-eye-open:before {
    content: "\e724";
}
.icon-eye-close:before {
    content: "\e725";
}
.icon-warning-sign:before {
    content: "\e726";
}
.icon-plane:before {
    content: "\e727";
}
.icon-calendar3:before {
    content: "\e728";
}
.icon-random:before {
    content: "\e729";
}
.icon-comment2:before {
    content: "\e72a";
}
.icon-magnet:before {
    content: "\e72b";
}
.icon-chevron-up:before {
    content: "\e72c";
}
.icon-chevron-down:before {
    content: "\e72d";
}
.icon-retweet:before {
    content: "\e72e";
}
.icon-shopping-cart:before {
    content: "\e72f";
}
.icon-folder-close:before {
    content: "\e730";
}
.icon-folder-open:before {
    content: "\e731";
}
.icon-resize-vertical:before {
    content: "\e732";
}
.icon-resize-horizontal:before {
    content: "\e733";
}
.icon-bar-chart:before {
    content: "\e734";
}
.icon-twitter-sign:before {
    content: "\e735";
}
.icon-facebook-sign:before {
    content: "\e736";
}
.icon-camera-retro:before {
    content: "\e737";
}
.icon-key2:before {
    content: "\e738";
}
.icon-cogs:before {
    content: "\e739";
}
.icon-comments:before {
    content: "\e73a";
}
.icon-thumbs-up:before {
    content: "\e73b";
}
.icon-thumbs-down:before {
    content: "\e73c";
}
.icon-star-half:before {
    content: "\e73d";
}
.icon-heart-empty:before {
    content: "\e73e";
}
.icon-signout:before {
    content: "\e73f";
}
.icon-linkedin-sign:before {
    content: "\e740";
}
.icon-pushpin:before {
    content: "\e741";
}
.icon-external-link:before {
    content: "\e742";
}
.icon-signin:before {
    content: "\e743";
}
.icon-trophy:before {
    content: "\e744";
}
.icon-github-sign:before {
    content: "\e745";
}
.icon-upload-alt:before {
    content: "\e746";
}
.icon-lemon:before {
    content: "\e747";
}
.icon-phone3:before {
    content: "\e748";
}
.icon-check-empty:before {
    content: "\e749";
}
.icon-bookmark-empty:before {
    content: "\e74a";
}
.icon-phone-sign:before {
    content: "\e74b";
}
.icon-twitter2:before {
    content: "\e74c";
}
.icon-facebook2:before {
    content: "\e74d";
}
.icon-github2:before {
    content: "\e74e";
}
.icon-unlock:before {
    content: "\e74f";
}
.icon-credit:before {
    content: "\e750";
}
.icon-rss2:before {
    content: "\e751";
}
.icon-hdd:before {
    content: "\e752";
}
.icon-bullhorn2:before {
    content: "\e753";
}
.icon-bell:before {
    content: "\e754";
}
.icon-certificate:before {
    content: "\e755";
}
.icon-hand-right:before {
    content: "\e756";
}
.icon-hand-left:before {
    content: "\e757";
}
.icon-hand-up:before {
    content: "\e758";
}
.icon-hand-down:before {
    content: "\e759";
}
.icon-circle-arrow-left:before {
    content: "\e75a";
}
.icon-circle-arrow-right:before {
    content: "\e75b";
}
.icon-circle-arrow-up:before {
    content: "\e75c";
}
.icon-circle-arrow-down:before {
    content: "\e75d";
}
.icon-globe:before {
    content: "\e75e";
}
.icon-wrench:before {
    content: "\e75f";
}
.icon-tasks:before {
    content: "\e760";
}
.icon-filter:before {
    content: "\e761";
}
.icon-briefcase:before {
    content: "\e762";
}
.icon-fullscreen:before {
    content: "\e763";
}
.icon-group:before {
    content: "\e764";
}
.icon-link:before {
    content: "\e765";
}
.icon-cloud3:before {
    content: "\e766";
}
.icon-beaker:before {
    content: "\e767";
}
.icon-cut:before {
    content: "\e768";
}
.icon-copy:before {
    content: "\e769";
}
.icon-paper-clip:before {
    content: "\e76a";
}
.icon-save:before {
    content: "\e76b";
}
.icon-sign-blank:before {
    content: "\e76c";
}
.icon-reorder:before {
    content: "\e76d";
}
.icon-list-ul:before {
    content: "\e76e";
}
.icon-list-ol:before {
    content: "\e76f";
}
.icon-strikethrough:before {
    content: "\e770";
}
.icon-underline:before {
    content: "\e771";
}
.icon-table:before {
    content: "\e772";
}
.icon-magic:before {
    content: "\e773";
}
.icon-truck2:before {
    content: "\e774";
}
.icon-pinterest2:before {
    content: "\e775";
}
.icon-pinterest-sign:before {
    content: "\e776";
}
.icon-google-plus-sign:before {
    content: "\e777";
}
.icon-google-plus:before {
    content: "\e778";
}
.icon-money:before {
    content: "\e779";
}
.icon-caret-down:before {
    content: "\e77a";
}
.icon-caret-up:before {
    content: "\e77b";
}
.icon-caret-left:before {
    content: "\e77c";
}
.icon-caret-right:before {
    content: "\e77d";
}
.icon-columns:before {
    content: "\e77e";
}
.icon-sort:before {
    content: "\e77f";
}
.icon-sort-down:before {
    content: "\e780";
}
.icon-sort-up:before {
    content: "\e781";
}
.icon-envelope-alt:before {
    content: "\e782";
}
.icon-linkedin2:before {
    content: "\e783";
}
.icon-undo:before {
    content: "\e784";
}
.icon-legal:before {
    content: "\e785";
}
.icon-dashboard:before {
    content: "\e786";
}
.icon-comment-alt:before {
    content: "\e787";
}
.icon-comments-alt:before {
    content: "\e788";
}
.icon-bolt2:before {
    content: "\e789";
}
.icon-sitemap:before {
    content: "\e78a";
}
.icon-umbrella:before {
    content: "\e78b";
}
.icon-paste:before {
    content: "\e78c";
}
.icon-lightbulb:before {
    content: "\e78d";
}
.icon-exchange:before {
    content: "\e78e";
}
.icon-cloud-download:before {
    content: "\e78f";
}
.icon-cloud-upload:before {
    content: "\e790";
}
.icon-user-md:before {
    content: "\e791";
}
.icon-stethoscope:before {
    content: "\e792";
}
.icon-suitcase:before {
    content: "\e793";
}
.icon-bell-alt:before {
    content: "\e794";
}
.icon-coffee2:before {
    content: "\e795";
}
.icon-food2:before {
    content: "\e796";
}
.icon-file-alt:before {
    content: "\e797";
}
.icon-building:before {
    content: "\e798";
}
.icon-hospital:before {
    content: "\e799";
}
.icon-ambulance:before {
    content: "\e79a";
}
.icon-medkit:before {
    content: "\e79b";
}
.icon-fighter-jet:before {
    content: "\e79c";
}
.icon-beer:before {
    content: "\e79d";
}
.icon-h-sign:before {
    content: "\e79e";
}
.icon-plus-sign2:before {
    content: "\e79f";
}
.icon-double-angle-left:before {
    content: "\e7a0";
}
.icon-double-angle-right:before {
    content: "\e7a1";
}
.icon-double-angle-up:before {
    content: "\e7a2";
}
.icon-double-angle-down:before {
    content: "\e7a3";
}
.icon-angle-left:before {
    content: "\e7a4";
}
.icon-angle-right:before {
    content: "\e7a5";
}
.icon-angle-up:before {
    content: "\e7a6";
}
.icon-angle-down:before {
    content: "\e7a7";
}
.icon-desktop:before {
    content: "\e7a8";
}
.icon-laptop2:before {
    content: "\e7a9";
}
.icon-tablet2:before {
    content: "\e7aa";
}
.icon-mobile:before {
    content: "\e7ab";
}
.icon-circle-blank:before {
    content: "\e7ac";
}
.icon-quote-left:before {
    content: "\e7ad";
}
.icon-quote-right:before {
    content: "\e7ae";
}
.icon-spinner:before {
    content: "\e7af";
}
.icon-circle:before {
    content: "\e7b0";
}
.icon-reply:before {
    content: "\e7b1";
}
.icon-github-alt:before {
    content: "\e7b2";
}
.icon-folder-close-alt:before {
    content: "\e7b3";
}
.icon-folder-open-alt:before {
    content: "\e7b4";
}
.icon-expand-alt:before {
    content: "\e7b5";
}
.icon-collapse-alt:before {
    content: "\e7b6";
}
.icon-smile:before {
    content: "\e7b7";
}
.icon-frown:before {
    content: "\e7b8";
}
.icon-meh:before {
    content: "\e7b9";
}
.icon-gamepad:before {
    content: "\e7ba";
}
.icon-keyboard:before {
    content: "\e7bb";
}
.icon-flag-alt:before {
    content: "\e7bc";
}
.icon-flag-checkered:before {
    content: "\e7bd";
}
.icon-terminal:before {
    content: "\e7be";
}
.icon-code:before {
    content: "\e7bf";
}
.icon-reply-all:before {
    content: "\e7c0";
}
.icon-star-half-full:before {
    content: "\e7c1";
}
.icon-location-arrow:before {
    content: "\e7c2";
}
.icon-crop2:before {
    content: "\e7c3";
}
.icon-code-fork:before {
    content: "\e7c4";
}
.icon-unlink:before {
    content: "\e7c5";
}
.icon-question:before {
    content: "\e7c6";
}
.icon-info:before {
    content: "\e7c7";
}
.icon-exclamation:before {
    content: "\e7c8";
}
.icon-superscript:before {
    content: "\e7c9";
}
.icon-subscript:before {
    content: "\e7ca";
}
.icon-eraser:before {
    content: "\e7cb";
}
.icon-puzzle:before {
    content: "\e7cc";
}
.icon-microphone2:before {
    content: "\e7cd";
}
.icon-microphone-off2:before {
    content: "\e7ce";
}
.icon-shield:before {
    content: "\e7cf";
}
.icon-calendar-empty:before {
    content: "\e7d0";
}
.icon-fire-extinguisher:before {
    content: "\e7d1";
}
.icon-rocket:before {
    content: "\e7d2";
}
.icon-maxcdn:before {
    content: "\e7d3";
}
.icon-chevron-sign-left:before {
    content: "\e7d4";
}
.icon-chevron-sign-right:before {
    content: "\e7d5";
}
.icon-chevron-sign-up:before {
    content: "\e7d6";
}
.icon-chevron-sign-down:before {
    content: "\e7d7";
}
.icon-html52:before {
    content: "\e7d8";
}
.icon-css3:before {
    content: "\e7d9";
}
.icon-anchor:before {
    content: "\e7da";
}
.icon-unlock-alt:before {
    content: "\e7db";
}
.icon-bullseye:before {
    content: "\e7dc";
}
.icon-ellipsis-horizontal:before {
    content: "\e7dd";
}
.icon-ellipsis-vertical:before {
    content: "\e7de";
}
.icon-rss-sign:before {
    content: "\e7df";
}
.icon-play-sign:before {
    content: "\e7e0";
}
.icon-ticket:before {
    content: "\e7e1";
}
.icon-minus-sign-alt:before {
    content: "\e7e2";
}
.icon-check-minus:before {
    content: "\e7e3";
}
.icon-level-up:before {
    content: "\e7e4";
}
.icon-level-down:before {
    content: "\e7e5";
}
.icon-check-sign:before {
    content: "\e7e6";
}
.icon-edit-sign:before {
    content: "\e7e7";
}
.icon-external-link-sign:before {
    content: "\e7e8";
}
.icon-share-sign:before {
    content: "\e7e9";
}
.icon-compass:before {
    content: "\e7ea";
}
.icon-collapse:before {
    content: "\e7eb";
}
.icon-collapse-top:before {
    content: "\e7ec";
}
.icon-expand:before {
    content: "\e7ed";
}
.icon-euro:before {
    content: "\e7ee";
}
.icon-gbp:before {
    content: "\e7ef";
}
.icon-dollar:before {
    content: "\e7f0";
}
.icon-rupee:before {
    content: "\e7f1";
}
.icon-yen:before {
    content: "\e7f2";
}
.icon-renminbi:before {
    content: "\e7f3";
}
.icon-won:before {
    content: "\e7f4";
}
.icon-bitcoin2:before {
    content: "\e7f5";
}
.icon-file3:before {
    content: "\e7f6";
}
.icon-file-text:before {
    content: "\e7f7";
}
.icon-sort-by-alphabet:before {
    content: "\e7f8";
}
.icon-sort-by-alphabet-alt:before {
    content: "\e7f9";
}
.icon-sort-by-attributes:before {
    content: "\e7fa";
}
.icon-sort-by-attributes-alt:before {
    content: "\e7fb";
}
.icon-sort-by-order:before {
    content: "\e7fc";
}
.icon-sort-by-order-alt:before {
    content: "\e7fd";
}
.icon-thumbs-up2:before {
    content: "\e7fe";
}
.icon-thumbs-down2:before {
    content: "\e7ff";
}
.icon-youtube-sign:before {
    content: "\e800";
}
.icon-youtube2:before {
    content: "\e801";
}
.icon-xing2:before {
    content: "\e802";
}
.icon-xing-sign:before {
    content: "\e803";
}
.icon-youtube-play:before {
    content: "\e804";
}
.icon-dropbox2:before {
    content: "\e805";
}
.icon-stackexchange:before {
    content: "\e806";
}
.icon-instagram2:before {
    content: "\e807";
}
.icon-flickr2:before {
    content: "\e808";
}
.icon-adn:before {
    content: "\e809";
}
.icon-bitbucket2:before {
    content: "\e80a";
}
.icon-bitbucket-sign:before {
    content: "\e80b";
}
.icon-tumblr2:before {
    content: "\e80c";
}
.icon-tumblr-sign:before {
    content: "\e80d";
}
.icon-long-arrow-down:before {
    content: "\e80e";
}
.icon-long-arrow-up:before {
    content: "\e80f";
}
.icon-long-arrow-left:before {
    content: "\e810";
}
.icon-long-arrow-right:before {
    content: "\e811";
}
.icon-apple:before {
    content: "\e812";
}
.icon-windows3:before {
    content: "\e813";
}
.icon-android2:before {
    content: "\e814";
}
.icon-linux:before {
    content: "\e815";
}
.icon-dribbble2:before {
    content: "\e816";
}
.icon-skype2:before {
    content: "\e817";
}
.icon-foursquare2:before {
    content: "\e818";
}
.icon-trello:before {
    content: "\e819";
}
.icon-female:before {
    content: "\e81a";
}
.icon-male:before {
    content: "\e81b";
}
.icon-gittip:before {
    content: "\e81c";
}
.icon-sun2:before {
    content: "\e81d";
}
.icon-moon:before {
    content: "\e81e";
}
.icon-archive2:before {
    content: "\e81f";
}
.icon-bug:before {
    content: "\e820";
}
.icon-renren:before {
    content: "\e821";
}
.icon-weibo2:before {
    content: "\e822";
}
.icon-vk2:before {
    content: "\e823";
}

.icon-line-eye:before {
    content: "\e000";
}
.icon-line-paper-clip:before {
    content: "\e001";
}
.icon-line-mail:before {
    content: "\e002";
}
.icon-line-toggle:before {
    content: "\e003";
}
.icon-line-layout:before {
    content: "\e004";
}
.icon-line-link:before {
    content: "\e005";
}
.icon-line-bell:before {
    content: "\e006";
}
.icon-line-lock:before {
    content: "\e007";
}
.icon-line-unlock:before {
    content: "\e008";
}
.icon-line-ribbon:before {
    content: "\e009";
}
.icon-line-image:before {
    content: "\e010";
}
.icon-line-signal:before {
    content: "\e011";
}
.icon-line-target:before {
    content: "\e012";
}
.icon-line-clipboard:before {
    content: "\e013";
}
.icon-line-clock:before {
    content: "\e014";
}
.icon-line-watch:before {
    content: "\e015";
}
.icon-line-air-play:before {
    content: "\e016";
}
.icon-line-camera:before {
    content: "\e017";
}
.icon-line-video:before {
    content: "\e018";
}
.icon-line-disc:before {
    content: "\e019";
}
.icon-line-printer:before {
    content: "\e020";
}
.icon-line-monitor:before {
    content: "\e021";
}
.icon-line-server:before {
    content: "\e022";
}
.icon-line-cog:before {
    content: "\e023";
}
.icon-line-heart:before {
    content: "\e024";
}
.icon-line-paragraph:before {
    content: "\e025";
}
.icon-line-align-justify:before {
    content: "\e026";
}
.icon-line-align-left:before {
    content: "\e027";
}
.icon-line-align-center:before {
    content: "\e028";
}
.icon-line-align-right:before {
    content: "\e029";
}
.icon-line-book:before {
    content: "\e030";
}
.icon-line-layers:before {
    content: "\e031";
}
.icon-line-stack:before {
    content: "\e032";
}
.icon-line-stack-2:before {
    content: "\e033";
}
.icon-line-paper:before {
    content: "\e034";
}
.icon-line-paper-stack:before {
    content: "\e035";
}
.icon-line-search:before {
    content: "\e036";
}
.icon-line-zoom-in:before {
    content: "\e037";
}
.icon-line-zoom-out:before {
    content: "\e038";
}
.icon-line-reply:before {
    content: "\e039";
}
.icon-line-circle-plus:before {
    content: "\e040";
}
.icon-line-circle-minus:before {
    content: "\e041";
}
.icon-line-circle-check:before {
    content: "\e042";
}
.icon-line-circle-cross:before {
    content: "\e043";
}
.icon-line-square-plus:before {
    content: "\e044";
}
.icon-line-square-minus:before {
    content: "\e045";
}
.icon-line-square-check:before {
    content: "\e046";
}
.icon-line-square-cross:before {
    content: "\e047";
}
.icon-line-microphone:before {
    content: "\e048";
}
.icon-line-record:before {
    content: "\e049";
}
.icon-line-skip-back:before {
    content: "\e050";
}
.icon-line-rewind:before {
    content: "\e051";
}
.icon-line-play:before {
    content: "\e052";
}
.icon-line-pause:before {
    content: "\e053";
}
.icon-line-stop:before {
    content: "\e054";
}
.icon-line-fast-forward:before {
    content: "\e055";
}
.icon-line-skip-forward:before {
    content: "\e056";
}
.icon-line-shuffle:before {
    content: "\e057";
}
.icon-line-repeat:before {
    content: "\e058";
}
.icon-line-folder:before {
    content: "\e059";
}
.icon-line-umbrella:before {
    content: "\e060";
}
.icon-line-moon:before {
    content: "\e061";
}
.icon-line-thermometer:before {
    content: "\e062";
}
.icon-line-drop:before {
    content: "\e063";
}
.icon-line-sun:before {
    content: "\e064";
}
.icon-line-cloud:before {
    content: "\e065";
}
.icon-line-cloud-upload:before {
    content: "\e066";
}
.icon-line-cloud-download:before {
    content: "\e067";
}
.icon-line-upload:before {
    content: "\e068";
}
.icon-line-download:before {
    content: "\e069";
}
.icon-line-location:before {
    content: "\e070";
}
.icon-line-location-2:before {
    content: "\e071";
}
.icon-line-map:before {
    content: "\e072";
}
.icon-line-battery:before {
    content: "\e073";
}
.icon-line-head:before {
    content: "\e074";
}
.icon-line-briefcase:before {
    content: "\e075";
}
.icon-line-speech-bubble:before {
    content: "\e076";
}
.icon-line-anchor:before {
    content: "\e077";
}
.icon-line-globe:before {
    content: "\e078";
}
.icon-line-box:before {
    content: "\e079";
}
.icon-line-reload:before {
    content: "\e080";
}
.icon-line-share:before {
    content: "\e081";
}
.icon-line-marquee:before {
    content: "\e082";
}
.icon-line-marquee-plus:before {
    content: "\e083";
}
.icon-line-marquee-minus:before {
    content: "\e084";
}
.icon-line-tag:before {
    content: "\e085";
}
.icon-line-power:before {
    content: "\e086";
}
.icon-line-command:before {
    content: "\e087";
}
.icon-line-alt:before {
    content: "\e088";
}
.icon-line-esc:before {
    content: "\e089";
}
.icon-line-bar-graph:before {
    content: "\e090";
}
.icon-line-bar-graph-2:before {
    content: "\e091";
}
.icon-line-pie-graph:before {
    content: "\e092";
}
.icon-line-star:before {
    content: "\e093";
}
.icon-line-arrow-left:before {
    content: "\e094";
}
.icon-line-arrow-right:before {
    content: "\e095";
}
.icon-line-arrow-up:before {
    content: "\e096";
}
.icon-line-arrow-down:before {
    content: "\e097";
}
.icon-line-volume:before {
    content: "\e098";
}
.icon-line-mute:before {
    content: "\e099";
}
.icon-line-content-right:before {
    content: "\e100";
}
.icon-line-content-left:before {
    content: "\e101";
}
.icon-line-grid:before {
    content: "\e102";
}
.icon-line-grid-2:before {
    content: "\e103";
}
.icon-line-columns:before {
    content: "\e104";
}
.icon-line-loader:before {
    content: "\e105";
}
.icon-line-bag:before {
    content: "\e106";
}
.icon-line-ban:before {
    content: "\e107";
}
.icon-line-flag:before {
    content: "\e108";
}
.icon-line-trash:before {
    content: "\e109";
}
.icon-line-expand:before {
    content: "\e110";
}
.icon-line-contract:before {
    content: "\e111";
}
.icon-line-maximize:before {
    content: "\e112";
}
.icon-line-minimize:before {
    content: "\e113";
}
.icon-line-plus:before {
    content: "\e114";
}
.icon-line-minus:before {
    content: "\e115";
}
.icon-line-check:before {
    content: "\e116";
}
.icon-line-cross:before {
    content: "\e117";
}
.icon-line-move:before {
    content: "\e118";
}
.icon-line-delete:before {
    content: "\e119";
}
.icon-line-menu:before {
    content: "\e120";
}
.icon-line-archive:before {
    content: "\e121";
}
.icon-line-inbox:before {
    content: "\e122";
}
.icon-line-outbox:before {
    content: "\e123";
}
.icon-line-file:before {
    content: "\e124";
}
.icon-line-file-add:before {
    content: "\e125";
}
.icon-line-file-subtract:before {
    content: "\e126";
}
.icon-line-help:before {
    content: "\e127";
}
.icon-line-open:before {
    content: "\e128";
}
.icon-line-ellipsis:before {
    content: "\e129";
}

.icon-line2-user-female:before {
    content: "\e000";
}
.icon-line2-user-follow:before {
    content: "\e002";
}
.icon-line2-user-following:before {
    content: "\e003";
}
.icon-line2-user-unfollow:before {
    content: "\e004";
}
.icon-line2-trophy:before {
    content: "\e006";
}
.icon-line2-screen-smartphone:before {
    content: "\e010";
}
.icon-line2-screen-desktop:before {
    content: "\e011";
}
.icon-line2-plane:before {
    content: "\e012";
}
.icon-line2-notebook:before {
    content: "\e013";
}
.icon-line2-moustache:before {
    content: "\e014";
}
.icon-line2-mouse:before {
    content: "\e015";
}
.icon-line2-magnet:before {
    content: "\e016";
}
.icon-line2-energy:before {
    content: "\e020";
}
.icon-line2-emoticon-smile:before {
    content: "\e021";
}
.icon-line2-disc:before {
    content: "\e022";
}
.icon-line2-cursor-move:before {
    content: "\e023";
}
.icon-line2-crop:before {
    content: "\e024";
}
.icon-line2-credit-card:before {
    content: "\e025";
}
.icon-line2-chemistry:before {
    content: "\e026";
}
.icon-line2-user:before {
    content: "\e005";
}
.icon-line2-speedometer:before {
    content: "\e007";
}
.icon-line2-social-youtube:before {
    content: "\e008";
}
.icon-line2-social-twitter:before {
    content: "\e009";
}
.icon-line2-social-tumblr:before {
    content: "\e00a";
}
.icon-line2-social-facebook:before {
    content: "\e00b";
}
.icon-line2-social-dropbox:before {
    content: "\e00c";
}
.icon-line2-social-dribbble:before {
    content: "\e00d";
}
.icon-line2-shield:before {
    content: "\e00e";
}
.icon-line2-screen-tablet:before {
    content: "\e00f";
}
.icon-line2-magic-wand:before {
    content: "\e017";
}
.icon-line2-hourglass:before {
    content: "\e018";
}
.icon-line2-graduation:before {
    content: "\e019";
}
.icon-line2-ghost:before {
    content: "\e01a";
}
.icon-line2-game-controller:before {
    content: "\e01b";
}
.icon-line2-fire:before {
    content: "\e01c";
}
.icon-line2-eyeglasses:before {
    content: "\e01d";
}
.icon-line2-envelope-open:before {
    content: "\e01e";
}
.icon-line2-envelope-letter:before {
    content: "\e01f";
}
.icon-line2-bell:before {
    content: "\e027";
}
.icon-line2-badge:before {
    content: "\e028";
}
.icon-line2-anchor:before {
    content: "\e029";
}
.icon-line2-wallet:before {
    content: "\e02a";
}
.icon-line2-vector:before {
    content: "\e02b";
}
.icon-line2-speech:before {
    content: "\e02c";
}
.icon-line2-puzzle:before {
    content: "\e02d";
}
.icon-line2-printer:before {
    content: "\e02e";
}
.icon-line2-present:before {
    content: "\e02f";
}
.icon-line2-playlist:before {
    content: "\e030";
}
.icon-line2-pin:before {
    content: "\e031";
}
.icon-line2-picture:before {
    content: "\e032";
}
.icon-line2-map:before {
    content: "\e033";
}
.icon-line2-layers:before {
    content: "\e034";
}
.icon-line2-handbag:before {
    content: "\e035";
}
.icon-line2-globe-alt:before {
    content: "\e036";
}
.icon-line2-globe:before {
    content: "\e037";
}
.icon-line2-frame:before {
    content: "\e038";
}
.icon-line2-folder-alt:before {
    content: "\e039";
}
.icon-line2-film:before {
    content: "\e03a";
}
.icon-line2-feed:before {
    content: "\e03b";
}
.icon-line2-earphones-alt:before {
    content: "\e03c";
}
.icon-line2-earphones:before {
    content: "\e03d";
}
.icon-line2-drop:before {
    content: "\e03e";
}
.icon-line2-drawer:before {
    content: "\e03f";
}
.icon-line2-docs:before {
    content: "\e040";
}
.icon-line2-directions:before {
    content: "\e041";
}
.icon-line2-direction:before {
    content: "\e042";
}
.icon-line2-diamond:before {
    content: "\e043";
}
.icon-line2-cup:before {
    content: "\e044";
}
.icon-line2-compass:before {
    content: "\e045";
}
.icon-line2-call-out:before {
    content: "\e046";
}
.icon-line2-call-in:before {
    content: "\e047";
}
.icon-line2-call-end:before {
    content: "\e048";
}
.icon-line2-calculator:before {
    content: "\e049";
}
.icon-line2-bubbles:before {
    content: "\e04a";
}
.icon-line2-briefcase:before {
    content: "\e04b";
}
.icon-line2-book-open:before {
    content: "\e04c";
}
.icon-line2-basket-loaded:before {
    content: "\e04d";
}
.icon-line2-basket:before {
    content: "\e04e";
}
.icon-line2-bag:before {
    content: "\e04f";
}
.icon-line2-action-undo:before {
    content: "\e050";
}
.icon-line2-action-redo:before {
    content: "\e051";
}
.icon-line2-wrench:before {
    content: "\e052";
}
.icon-line2-umbrella:before {
    content: "\e053";
}
.icon-line2-trash:before {
    content: "\e054";
}
.icon-line2-tag:before {
    content: "\e055";
}
.icon-line2-support:before {
    content: "\e056";
}
.icon-line2-size-fullscreen:before {
    content: "\e057";
}
.icon-line2-size-actual:before {
    content: "\e058";
}
.icon-line2-shuffle:before {
    content: "\e059";
}
.icon-line2-share-alt:before {
    content: "\e05a";
}
.icon-line2-share:before {
    content: "\e05b";
}
.icon-line2-rocket:before {
    content: "\e05c";
}
.icon-line2-question:before {
    content: "\e05d";
}
.icon-line2-pie-chart:before {
    content: "\e05e";
}
.icon-line2-pencil:before {
    content: "\e05f";
}
.icon-line2-note:before {
    content: "\e060";
}
.icon-line2-music-tone-alt:before {
    content: "\e061";
}
.icon-line2-music-tone:before {
    content: "\e062";
}
.icon-line2-microphone:before {
    content: "\e063";
}
.icon-line2-loop:before {
    content: "\e064";
}
.icon-line2-logout:before {
    content: "\e065";
}
.icon-line2-login:before {
    content: "\e066";
}
.icon-line2-list:before {
    content: "\e067";
}
.icon-line2-like:before {
    content: "\e068";
}
.icon-line2-home:before {
    content: "\e069";
}
.icon-line2-grid:before {
    content: "\e06a";
}
.icon-line2-graph:before {
    content: "\e06b";
}
.icon-line2-equalizer:before {
    content: "\e06c";
}
.icon-line2-dislike:before {
    content: "\e06d";
}
.icon-line2-cursor:before {
    content: "\e06e";
}
.icon-line2-control-start:before {
    content: "\e06f";
}
.icon-line2-control-rewind:before {
    content: "\e070";
}
.icon-line2-control-play:before {
    content: "\e071";
}
.icon-line2-control-pause:before {
    content: "\e072";
}
.icon-line2-control-forward:before {
    content: "\e073";
}
.icon-line2-control-end:before {
    content: "\e074";
}
.icon-line2-calendar:before {
    content: "\e075";
}
.icon-line2-bulb:before {
    content: "\e076";
}
.icon-line2-bar-chart:before {
    content: "\e077";
}
.icon-line2-arrow-up:before {
    content: "\e078";
}
.icon-line2-arrow-right:before {
    content: "\e079";
}
.icon-line2-arrow-left:before {
    content: "\e07a";
}
.icon-line2-arrow-down:before {
    content: "\e07b";
}
.icon-line2-ban:before {
    content: "\e07c";
}
.icon-line2-bubble:before {
    content: "\e07d";
}
.icon-line2-camcorder:before {
    content: "\e07e";
}
.icon-line2-camera:before {
    content: "\e07f";
}
.icon-line2-check:before {
    content: "\e080";
}
.icon-line2-clock:before {
    content: "\e081";
}
.icon-line2-close:before {
    content: "\e082";
}
.icon-line2-cloud-download:before {
    content: "\e083";
}
.icon-line2-cloud-upload:before {
    content: "\e084";
}
.icon-line2-doc:before {
    content: "\e085";
}
.icon-line2-envelope:before {
    content: "\e086";
}
.icon-line2-eye:before {
    content: "\e087";
}
.icon-line2-flag:before {
    content: "\e088";
}
.icon-line2-folder:before {
    content: "\e089";
}
.icon-line2-heart:before {
    content: "\e08a";
}
.icon-line2-info:before {
    content: "\e08b";
}
.icon-line2-key:before {
    content: "\e08c";
}
.icon-line2-link:before {
    content: "\e08d";
}
.icon-line2-lock:before {
    content: "\e08e";
}
.icon-line2-lock-open:before {
    content: "\e08f";
}
.icon-line2-magnifier:before {
    content: "\e090";
}
.icon-line2-magnifier-add:before {
    content: "\e091";
}
.icon-line2-magnifier-remove:before {
    content: "\e092";
}
.icon-line2-paper-clip:before {
    content: "\e093";
}
.icon-line2-paper-plane:before {
    content: "\e094";
}
.icon-line2-plus:before {
    content: "\e095";
}
.icon-line2-pointer:before {
    content: "\e096";
}
.icon-line2-power:before {
    content: "\e097";
}
.icon-line2-refresh:before {
    content: "\e098";
}
.icon-line2-reload:before {
    content: "\e099";
}
.icon-line2-settings:before {
    content: "\e09a";
}
.icon-line2-star:before {
    content: "\e09b";
}
.icon-line2-symbol-female:before {
    content: "\e09c";
}
.icon-line2-symbol-male:before {
    content: "\e09d";
}
.icon-line2-target:before {
    content: "\e09e";
}
.icon-line2-volume-1:before {
    content: "\e09f";
}
.icon-line2-volume-2:before {
    content: "\e0a0";
}
.icon-line2-volume-off:before {
    content: "\e0a1";
}
.icon-line2-users:before {
    content: "\e001";
}


/* -- -- */
[class^="icon-"],
[class*=" icon-"],
[class^="icon-line-"],
[class*=" icon-line-"],
[class^="icon-line2-"],
[class*=" icon-line2-"],
.side-header #primary-menu ul > li.sub-menu > a:after {
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* ----------------------------------------------------------------
	Styled Icons
-----------------------------------------------------------------*/

.i-rounded,
.i-plain,
.i-circled,
.i-bordered,
.social-icons {
    display: inline-block;
    margin: 4px 11px 7px 0;
    text-align: center !important;
    font-size: 28px;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    font-style: normal;
}

body:not(.device-touch) .i-rounded,
body:not(.device-touch) .i-plain,
body:not(.device-touch) .i-circled,
body:not(.device-touch) .i-bordered,
body:not(.device-touch) .social-icons {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.i-rounded,
.i-circled,
.i-bordered {
    width: 52px !important;
    height: 52px !important;
    line-height: 52px !important;
    background-color: #444;
    border-radius: 3px;
}

.i-bordered {
    border: 1px solid #555;
    line-height: 50px !important;
    background-color: transparent !important;
    color: #444;
    text-shadow: none;
}

.i-plain {
    width: 36px !important;
    height: 36px !important;
    font-size: 28px;
    line-height: 36px !important;
    color: #444;
    text-shadow: 1px 1px 1px #FFF;
}

.i-plain:hover {
    color: #777;
}

.i-circled {
    border-radius: 50%;
}

.i-light {
    background-color: #F5F5F5;
    color: #444;
    text-shadow: 1px 1px 1px #FFF;
    box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.2);
}

.i-alt {
    background-image: url('../../frontend/BrandMd/ultimate/en_US/BrandMd_ThemeSupport//fonts/iconalt.svg');
    background-position: center center;
    background-size: 100% 100%;
}

.i-rounded:hover,
.i-circled:hover {
    background-color: #d83701;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
}

.i-bordered:hover {
    background-color: #444 !important;
    color: #FFF;
    border-color: #444;
}

/* Icon Size - Small
-----------------------------------------------------------------*/

.i-small.i-rounded,
.i-small.i-plain,
.i-small.i-circled,
.i-small.i-bordered {
    margin: 4px 11px 7px 0;
    font-size: 14px;
}

.i-small.i-rounded,
.i-small.i-circled,
.i-small.i-bordered {
    width: 28px !important;
    height: 28px !important;
    line-height: 28px !important;
}

.i-small.i-bordered {
    line-height: 26px !important;
}

.i-small.i-plain {
    width: 18px !important;
    height: 18px !important;
    font-size: 14px;
    line-height: 18px !important;
}

/* Icon Size - Small
-----------------------------------------------------------------*/

.i-medium.i-rounded,
.i-medium.i-plain,
.i-medium.i-circled,
.i-medium.i-bordered {
    margin: 6px 13px 9px 0;
    font-size: 21px;
}

.i-medium.i-rounded,
.i-medium.i-circled,
.i-medium.i-bordered {
    width: 36px !important;
    height: 36px !important;
    line-height: 36px !important;
}

.i-medium.i-bordered {
    line-height: 34px !important;
}

.i-medium.i-plain {
    width: 28px !important;
    height: 28px !important;
    font-size: 20px;
    line-height: 28px !important;
}

/* Icon Size - Large
-----------------------------------------------------------------*/

.i-large.i-rounded,
.i-large.i-plain,
.i-large.i-circled,
.i-large.i-bordered {
    margin: 4px 11px 7px 0;
    font-size: 42px;
}

.i-large.i-rounded,
.i-large.i-circled,
.i-large.i-bordered {
    width: 64px !important;
    height: 64px !important;
    line-height: 64px !important;
}

.i-large.i-bordered {
    line-height: 62px !important;
}

.i-large.i-plain {
    width: 48px !important;
    height: 48px !important;
    font-size: 42px;
    line-height: 48px !important;
}

/* Icon Size - Extra Large
-----------------------------------------------------------------*/

.i-xlarge.i-rounded,
.i-xlarge.i-plain,
.i-xlarge.i-circled,
.i-xlarge.i-bordered {
    margin: 4px 11px 7px 0;
    font-size: 56px;
}

.i-xlarge.i-rounded,
.i-xlarge.i-circled,
.i-xlarge.i-bordered {
    width: 84px !important;
    height: 84px !important;
    line-height: 84px !important;
}

.i-xlarge.i-bordered {
    line-height: 82px !important;
}

.i-xlarge.i-plain {
    width: 64px !important;
    height: 64px !important;
    font-size: 56px;
    line-height: 64px !important;
}

/* ----------------------------------------------------------------
	Icon Overlay
-----------------------------------------------------------------*/

.i-overlay {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.2) url('../../frontend/BrandMd/ultimate/en_US/BrandMd_ThemeSupport/images/grid.png') repeat;
}

.i-overlay img,
.i-overlay i {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -24px 0 0 -24px;
    width: 48px !important;
    height: 48px !important;
    font-size: 48px;
    line-height: 1;
    color: #E5E5E5;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

.i-overlay i {
    margin: -18px 0 0 -18px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 24px;
}

.on-hover.i-overlay {
    opacity: 0;
}

body:not(.device-touch) .on-hover.i-overlay {
    -webkit-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

.on-hover.i-overlay:hover {
    opacity: 1;
}

/* ----------------------------------------------------------------
	Social Icons
-----------------------------------------------------------------*/

.social-icons {
    margin: 0 5px 5px 0;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 38px !important;
    color: #555;
    text-shadow: none;
    border: 1px solid #AAA;
    border-radius: 3px;
    overflow: hidden;
}

/* Social Icons - Rounded
-----------------------------------------------------------------*/

.si-rounded {
    border-radius: 50%;
}

/* Social Icons - Borderless
-----------------------------------------------------------------*/

.si-borderless {
    border-color: transparent !important;
}

/* Social Icons - Dark
-----------------------------------------------------------------*/

.si-dark {
    background-color: #444;
    color: #FFF !important;
    border-color: transparent;
}

/* Social Icons - Light
-----------------------------------------------------------------*/

.si-light {
    background-color: rgba(0, 0, 0, 0.05);
    color: #666 !important;
    border-color: transparent;
}

/* Social Icons - Colored
-----------------------------------------------------------------*/

.si-colored {
    border-color: transparent !important;
}

.si-colored i {
    color: #FFF;
}

/* Social Icons - Large
-----------------------------------------------------------------*/

.social-icons.si-large {
    margin: 0 10px 10px 0;
    width: 56px;
    height: 56px;
    font-size: 30px;
    line-height: 54px !important;
}

/* Social Icons - Small
-----------------------------------------------------------------*/

.social-icons.si-small {
    width: 32px;
    height: 32px;
    font-size: 14px;
    line-height: 30px !important;
}

.social-icons i {
    display: block;
    position: relative;
}

body:not(.device-touch) .social-icons i {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.social-icons i:last-child {
    color: #FFF !important;
}

.social-icons:hover i:first-child {
    margin-top: -38px;
}

.social-icons.si-large:hover i:first-child {
    margin-top: -54px;
}

.social-icons.si-small:hover i:first-child {
    margin-top: -30px;
}

.social-icons:hover {
    color: #555;
    border-color: transparent;
}

.si-colored.social-icons {
    border-color: transparent;
}

/* Social Icons - Sticky
-----------------------------------------------------------------*/

.si-sticky {
    position: fixed;
    top: 50%;
    left: 5px;
    width: 36px;
    z-index: 100;
}

/* Social Icons - Sticky Right
-----------------------------------------------------------------*/

.si-sticky.si-sticky-right {
    left: auto;
    right: 8px;
}

/* Social Icons - Share
-----------------------------------------------------------------*/

.si-share {
    position: relative;
    padding-left: 5px;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
}

.si-share span {
    line-height: 36px;
    font-weight: bold;
    font-size: 13px;
}

.si-share div {
    float: right;
}

.si-share .social-icons {
    margin: -1px 0;
    border-radius: 0;
    font-size: 15px;
}.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;
  }
}/* Generated Less from WeltPixel_CustomHeader */
@media (min-width: 768px) {
  :root .theme-pearl .page-wrapper .page-header .logo img {
    width: 200px;
    height: 44px;
  }
}
@media (min-width: 768px) {
  :root .theme-pearl .page-wrapper .page-header.sticky-header .wrap .modal .block-search .action.search:before {
    color: #F8F8F8 !important;
  }
  :root .theme-pearl .page-wrapper .page-header.sticky-header .logo img {
    width: 94px;
    height: 34px;
  }
}
@media (max-width: 768px) {
  :root .theme-pearl .page-wrapper .page-header .logo {
    z-index: 14;
  }
  :root .theme-pearl .page-wrapper .page-header .logo img {
    width: 94px;
    height: 34px;
  }
}
:root .theme-pearl .page-wrapper .page-header.sticky-header:not(.page-header-v4) .logo {
  margin-top: -17px;
}
:root .theme-pearl .page-wrapper .page-header.sticky-header:not(.page-header-v4) .sections.nav-sections {
  left: 114px !important;
}
:root .theme-pearl .page-wrapper .page-header.sticky-header:not(.page-header-v4).page-header-v3 .sections.nav-sections {
  margin-left: 124px !important;
}
.page-header-v2 .customer-welcome .customer-name span {
  display: none;
}
.page-header-v2 .customer-welcome .customer-name:before {
  color: #090909 !important;
}
.page-header-v2 .customer-welcome .customer-name:hover:before {
  color: #133264 !important;
}
.page-wrapper .page-header .block-search input::-webkit-input-placeholder {
  color: #5C5C5C !important;
}
.page-wrapper .page-header .block-search input::-moz-placeholder {
  color: #5C5C5C !important;
}
.page-wrapper .page-header .block-search input::-ms-placeholder {
  color: #5C5C5C !important;
}
.page-wrapper .page-header .block-search input::placeholder {
  color: #5C5C5C !important;
}
.page-wrapper .page-header .block-search .action.search:before {
  color: #090909 !important;
}
.page-wrapper .page-header .block-search .action.search:hover:before {
  color: #133264 !important;
}
.page-wrapper .page-header .panel.wrapper {
  color: initial;
  border-bottom: 1px solid #FFFFFF;
  background-color: #ADC9D9 !important;
}
.page-wrapper .page-header .header-global-promo .global-notification-wrapper {
  color: #B05D5D;
  background-color: #FFE8E8;
}
.page-wrapper .page-header .header-global-promo .global-notification-wrapper a.close-global-notification {
  color: #B05D5D;
}
.page-wrapper .page-header .header-global-promo .global-notification-wrapper .wpx-i,
.page-wrapper .page-header .header-global-promo .global-notification-wrapper .wpx-link,
.page-wrapper .page-header .header-global-promo .global-notification-wrapper #buttons a {
  color: #B05D5D;
}
.page-wrapper .page-header .panel.header {
  max-width: 1310px !important;
}
.page-wrapper .page-header .panel.header ul.compare li > a,
.page-wrapper .page-header .panel.header ul.compare li > a span {
  color: #090909;
}
.page-wrapper .page-header .panel.header ul.compare li > a:visited,
.page-wrapper .page-header .panel.header ul.compare li > a span:visited {
  color: #090909;
}
.page-wrapper .page-header .panel.header ul.compare li > a:active,
.page-wrapper .page-header .panel.header ul.compare li > a span:active {
  color: #133264;
}
.page-wrapper .page-header .panel.header ul.compare li > a:hover,
.page-wrapper .page-header .panel.header ul.compare li > a span:hover {
  color: #133264 !important;
}
.page-wrapper .page-header .panel.header ul.header.links li > a,
.page-wrapper .page-header .panel.header ul.header.links li span {
  color: #090909;
}
.page-wrapper .page-header .panel.header ul.header.links li > a:visited,
.page-wrapper .page-header .panel.header ul.header.links li span:visited {
  color: #090909;
}
.page-wrapper .page-header .panel.header ul.header.links li > a:active,
.page-wrapper .page-header .panel.header ul.header.links li span:active {
  color: #133264;
}
.page-wrapper .page-header .panel.header ul.header.links li > a:hover,
.page-wrapper .page-header .panel.header ul.header.links li span:hover {
  color: #133264 !important;
}
.page-wrapper .page-header .panel.header ul.header.links li:after {
  color: #090909;
}
.page-wrapper .page-header .panel.header ul.header.links li:after:active {
  color: #133264;
}
.page-wrapper .page-header .panel.header ul.header.links li:after:hover {
  color: #133264 !important;
}
.page-wrapper .page-header .panel.header ul.header.links .customer-menu ul.header.links li a {
  color: #090909 !important;
}
.page-wrapper .page-header .panel.header ul.header.links .customer-menu ul.header.links li a:visited {
  color: #090909 !important;
}
.page-wrapper .page-header .panel.header ul.header.links .customer-menu ul.header.links li a:hover {
  color: #133264 !important;
}
.page-wrapper .page-header .panel.header .customer-welcome .action.switch:after {
  color: #090909;
}
.page-wrapper .page-header .panel.header .switcher-currency strong,
.page-wrapper .page-header .panel.header .switcher-language strong {
  color: #090909;
}
.page-wrapper .page-header .panel.header .switcher-currency strong:active,
.page-wrapper .page-header .panel.header .switcher-language strong:active {
  color: #133264;
}
.page-wrapper .page-header .panel.header .switcher-currency strong:hover,
.page-wrapper .page-header .panel.header .switcher-language strong:hover {
  color: #133264 !important;
}
.page-wrapper .page-header .panel.header .switcher-currency strong span,
.page-wrapper .page-header .panel.header .switcher-language strong span {
  color: #090909;
}
.page-wrapper .page-header .panel.header .switcher-currency strong span:active,
.page-wrapper .page-header .panel.header .switcher-language strong span:active {
  color: #133264;
}
.page-wrapper .page-header .panel.header .switcher-currency strong span:hover,
.page-wrapper .page-header .panel.header .switcher-language strong span:hover {
  color: #133264 !important;
}
.page-wrapper .page-header .panel.header .switcher-currency .switcher-trigger:after,
.page-wrapper .page-header .panel.header .switcher-language .switcher-trigger:after {
  color: #090909 !important;
}
.page-wrapper .page-header .panel.header .switcher-currency .switcher-trigger:after:active,
.page-wrapper .page-header .panel.header .switcher-language .switcher-trigger:after:active {
  color: #133264;
}
.page-wrapper .page-header .panel.header .switcher-currency .switcher-trigger:after:hover,
.page-wrapper .page-header .panel.header .switcher-language .switcher-trigger:after:hover {
  color: #133264 !important;
}
.page-wrapper .page-header .header.content {
  max-width: 1310px !important;
}
.page-wrapper .page-header .header.content ul.compare li > a,
.page-wrapper .page-header .header.content ul.compare li > a span {
  color: #090909;
}
.page-wrapper .page-header .header.content ul.compare li > a:visited,
.page-wrapper .page-header .header.content ul.compare li > a span:visited {
  color: #090909;
}
.page-wrapper .page-header .header.content ul.compare li > a:active,
.page-wrapper .page-header .header.content ul.compare li > a span:active {
  color: #133264;
}
.page-wrapper .page-header .header.content ul.compare li > a:hover,
.page-wrapper .page-header .header.content ul.compare li > a span:hover {
  color: #133264 !important;
}
.page-wrapper .page-header .header.content ul.header.links li > a,
.page-wrapper .page-header .header.content ul.header.links li span {
  color: #090909;
}
.page-wrapper .page-header .header.content ul.header.links li > a:visited,
.page-wrapper .page-header .header.content ul.header.links li span:visited {
  color: #090909;
}
.page-wrapper .page-header .header.content ul.header.links li > a:active,
.page-wrapper .page-header .header.content ul.header.links li span:active {
  color: #133264;
}
.page-wrapper .page-header .header.content ul.header.links li > a:hover,
.page-wrapper .page-header .header.content ul.header.links li span:hover {
  color: #133264 !important;
}
.page-wrapper .page-header .header.content ul.header.links li:after {
  color: #090909;
}
.page-wrapper .page-header .header.content ul.header.links li:after:active {
  color: #133264;
}
.page-wrapper .page-header .header.content ul.header.links li:after:hover {
  color: #133264 !important;
}
.page-wrapper .page-header .header.content ul.header.links .customer-menu ul.header.links li a {
  color: #090909 !important;
}
.page-wrapper .page-header .header.content ul.header.links .customer-menu ul.header.links li a:visited {
  color: #090909 !important;
}
.page-wrapper .page-header .header.content ul.header.links .customer-menu ul.header.links li a:hover {
  color: #133264 !important;
}
.page-wrapper .page-header .header.content .customer-welcome .action.switch:after {
  color: #090909;
}
.page-wrapper .page-header .header.content .switcher-currency strong,
.page-wrapper .page-header .header.content .switcher-language strong {
  color: #090909;
}
.page-wrapper .page-header .header.content .switcher-currency strong:active,
.page-wrapper .page-header .header.content .switcher-language strong:active {
  color: #133264;
}
.page-wrapper .page-header .header.content .switcher-currency strong:hover,
.page-wrapper .page-header .header.content .switcher-language strong:hover {
  color: #133264 !important;
}
.page-wrapper .page-header .header.content .switcher-currency strong span,
.page-wrapper .page-header .header.content .switcher-language strong span {
  color: #090909;
}
.page-wrapper .page-header .header.content .switcher-currency strong span:active,
.page-wrapper .page-header .header.content .switcher-language strong span:active {
  color: #133264;
}
.page-wrapper .page-header .header.content .switcher-currency strong span:hover,
.page-wrapper .page-header .header.content .switcher-language strong span:hover {
  color: #133264 !important;
}
.page-wrapper .page-header .header.content .switcher-currency .switcher-trigger:after,
.page-wrapper .page-header .header.content .switcher-language .switcher-trigger:after {
  color: #090909 !important;
}
.page-wrapper .page-header .header.content .switcher-currency .switcher-trigger:after:active,
.page-wrapper .page-header .header.content .switcher-language .switcher-trigger:after:active {
  color: #133264;
}
.page-wrapper .page-header .header.content .switcher-currency .switcher-trigger:after:hover,
.page-wrapper .page-header .header.content .switcher-language .switcher-trigger:after:hover {
  color: #133264 !important;
}
.page-wrapper .page-header .header-multistore .multistore-desktop .weltpixel_multistore {
  max-width: 1310px;
}
.page-wrapper .page-header .header.content,
.page-wrapper .page-header .header_right {
  max-width: 1310px;
}
@media (max-width: 1310px) {
  .page-wrapper .page-header .header.content,
  .page-wrapper .page-header .header_right {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}
.page-wrapper .page-header .header.content .block-search input,
.page-wrapper .page-header .header_right .block-search input {
  width: 250px;
  height: 30px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #5C5C5C;
  background-color: transparent;
  color: #5C5C5C;
  font-size: 12px;
}
.page-wrapper .page-header .header.content .block-search input:focus,
.page-wrapper .page-header .header_right .block-search input:focus {
  border-color: #5C5C5C;
}
.page-wrapper .page-header .header.content .modal,
.page-wrapper .page-header .header_right .modal {
  background-color: rgba(25, 25, 25, 0.95) !important;
}
.page-wrapper .page-header .header.content .modal .close-sec a:before,
.page-wrapper .page-header .header_right .modal .close-sec a:before {
  color: #F8F8F8 !important;
}
.page-wrapper .page-header .header.content .modal .actions.wpx-pos-search button,
.page-wrapper .page-header .header_right .modal .actions.wpx-pos-search button {
  background-color: #133264;
}
.page-wrapper .page-header .header.content .modal #search,
.page-wrapper .page-header .header_right .modal #search {
  background-color: #222222 !important;
  color: #F8F8F8 !important;
  border: 3px solid #F8F8F8 !important;
  font-size: 18px !important;
}
.page-wrapper .page-header .header.content .modal #search::-webkit-input-placeholder,
.page-wrapper .page-header .header_right .modal #search::-webkit-input-placeholder {
  font-size: 18px !important;
}
.page-wrapper .page-header .header.content .modal #search::-moz-placeholder,
.page-wrapper .page-header .header_right .modal #search::-moz-placeholder {
  font-size: 18px !important;
}
.page-wrapper .page-header .header.content .modal #search:-ms-input-placeholder,
.page-wrapper .page-header .header_right .modal #search:-ms-input-placeholder {
  font-size: 18px !important;
}
.page-wrapper .page-header .header.content .modal #search:-moz-placeholder,
.page-wrapper .page-header .header_right .modal #search:-moz-placeholder {
  font-size: 18px !important;
}
@media (max-width: 767px) {
  .page-wrapper .page-header .header.content .modal #search.horizontally-white::-webkit-input-placeholder,
  .page-wrapper .page-header .header_right .modal #search.horizontally-white::-webkit-input-placeholder {
    font-size: 18px !important;
  }
  .page-wrapper .page-header .header.content .modal #search.horizontally-white::-moz-placeholder,
  .page-wrapper .page-header .header_right .modal #search.horizontally-white::-moz-placeholder {
    font-size: 18px !important;
  }
  .page-wrapper .page-header .header.content .modal #search.horizontally-white:-ms-input-placeholder,
  .page-wrapper .page-header .header_right .modal #search.horizontally-white:-ms-input-placeholder {
    font-size: 18px !important;
  }
  .page-wrapper .page-header .header.content .modal #search.horizontally-white:-moz-placeholder,
  .page-wrapper .page-header .header_right .modal #search.horizontally-white:-moz-placeholder {
    font-size: 18px !important;
  }
}
.page-wrapper .page-header .header.content .modal .action.search:before,
.page-wrapper .page-header .header_right .modal .action.search:before {
  color: #F8F8F8 !important;
}
.page-wrapper .page-header .header.content .nav-toggle:before {
  color: #090909 !important;
}
.page-wrapper .page-header .header.content .nav-toggle:hover:before {
  color: #090909 !important;
}
.page-wrapper .page-header #switcher-language ul li a,
.page-wrapper .page-header #switcher-currency ul li a {
  color: #090909 !important;
}
.page-wrapper .page-header #switcher-language ul li a:visited,
.page-wrapper .page-header #switcher-currency ul li a:visited {
  color: #090909 !important;
}
.page-wrapper .page-header #switcher-language ul li a:hover,
.page-wrapper .page-header #switcher-currency ul li a:hover {
  color: #133264 !important;
}
.page-wrapper .page-header .header.links > li.authorization-link a:before,
.page-wrapper .page-header .header.links > li.authorization-link a > i,
.page-wrapper .page-header .header.links > li.link.wishlist > a:before,
.page-wrapper .page-header .header.links > li.link.compare > a:before,
.page-wrapper .page-header .minicart-wrapper .action.showcart:before,
.page-wrapper .page-header .minicart-wrapper .action.showcart.active:before,
.page-wrapper .page-header .block-search .action.search:before,
.page-wrapper .page-header .miniquote-wrapper .action.showquote:before,
.page-wrapper .page-header .miniquote-wrapper .action.showquote.active:before {
  font-size: 18px !important;
}
.page-wrapper .page-header .block-search.minisearch-v2 .open-modal-search {
  color: #090909 !important;
}
.page-wrapper .page-header .block-search.minisearch-v2 .open-modal-search:hover {
  color: #133264 !important;
}
.page-wrapper .page-header .header.links .authorization-link a:before,
.page-wrapper .page-header .header.links > li.authorization-link a > i,
.page-wrapper .page-header .header.links > li.link.wishlist > a:before,
.page-wrapper .page-header .header.links > li.link.compare > a:before,
.page-wrapper .page-header .minicart-wrapper .action.showcart:before,
.page-wrapper .page-header .miniquote-wrapper .action.showquote:before {
  color: #090909 !important;
}
.page-wrapper .page-header .header.links .authorization-link a:hover:before,
.page-wrapper .page-header .header.links > li.authorization-link a:hover > i,
.page-wrapper .page-header .header.links > li.link.wishlist > a:hover:before,
.page-wrapper .page-header .header.links > li.link.compare > a:hover:before,
.page-wrapper .page-header .minicart-wrapper .action.showcart:hover:before,
.page-wrapper .page-header .miniquote-wrapper .action.showquote:hover:before {
  color: #133264 !important;
}
.page-wrapper .page-header .header.content .field.search label,
.page-wrapper .page-header .header_right .field.search label {
  color: #090909 !important;
}
.nav-sections {
  background-color: transparent !important;
}
.nav-sections .nav-sections-items {
  background-color: transparent !important;
}
.nav-sections .navigation {
  max-width: 1310px;
  background-color: transparent !important;
}
@media (max-width: 1310px) {
  .nav-sections .navigation {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}
.nav-sections .navigation ul li.level0 > a {
  color: #090909 !important;
}
.nav-sections .navigation ul li.level0 > a:visited {
  color: #090909 !important;
}
.nav-sections .navigation ul li.level0 > a:hover {
  color: #133264 !important;
}
@media (max-width: 767px) {
  .nav-sections .navigation ul li.level0 > a {
    color: #575757 !important;
  }
}
.nav-sections .navigation ul li.parent > a span:nth-child(2),
.nav-sections .navigation ul li:not(.parent) > a span:first-child {
  font-size: 16px !important;
}
@media (min-width: 768px) {
  .nav-sections .navigation ul li.level0 .parent > a {
    padding: 8px 20px;
  }
}
.nav-sections .navigation ul li.level0 > a.bold-menu {
  color: #133264 !important;
}
.nav-sections .navigation ul li.level0 > a.bold-menu:visited {
  color: #133264 !important;
}
.nav-sections .navigation ul li.level0 li > a:hover {
  color: #133264 !important;
}
.nav-sections .navigation ul li.level0:hover > a {
  color: #133264 !important;
}
@media (max-width: 767px) {
  .nav-sections .navigation {
    background-color: inherit !important;
  }
}
@media (min-width: 768px) {
  .nav-sections .navigation .megamenu .submenu [data-has-children] a:hover span:last-child {
    border-color: #13326440 !important;
  }
}
.nav-sections .megamenu a.bold-menu,
.nav-sections .megamenu a:hover,
.nav-sections .megamenu.level1:not(.parent):hover,
.nav-sections .megamenu.level2:hover {
  text-shadow: 0 0 0 #133264 !important;
  color: #133264 !important;
}
.nav-sections .megamenu a.bold-menu > a,
.nav-sections .megamenu a:hover > a,
.nav-sections .megamenu.level1:not(.parent):hover > a,
.nav-sections .megamenu.level2:hover > a {
  text-shadow: 0 0 0 #133264 !important;
  color: #133264 !important;
}
.nav-sections .megamenu a.bold-menu > a:hover,
.nav-sections .megamenu a:hover > a:hover,
.nav-sections .megamenu.level1:not(.parent):hover > a:hover,
.nav-sections .megamenu.level2:hover > a:hover {
  text-shadow: 0 0 0 #133264 !important;
  color: #133264 !important;
}
@media only screen and (max-width: 768px) {
  .nav-sections .nav-sections-item-content .navigation {
    border-top: 0 none !important;
  }
}
@media (max-width: 767px) {
  .nav-sections {
    background-color: white !important;
  }
}
@media (min-width: 767px) {
  .nav-sections .nav-sections-item-content {
    -webkit-box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.1);
  }
}
.page-header.sticky-header,
.page-header.sticky-header-mobile {
  background-color: #ffffff !important;
}
.page-header.sticky-header .page-header,
.page-header.sticky-header-mobile .page-header {
  background-color: #ffffff !important;
}
.page-header.sticky-header .panel.wrapper,
.page-header.sticky-header-mobile .panel.wrapper {
  background-color: #ffffff !important;
}
.page-header.sticky-header .nav-sections .navigation,
.page-header.sticky-header-mobile .nav-sections .navigation,
.page-header.sticky-header .nav-sections .nav-sections-items,
.page-header.sticky-header-mobile .nav-sections .nav-sections-items {
  background-color: transparent !important;
}
.page-header.sticky-header .navigation ul li.level0 > a:hover,
.page-header.sticky-header-mobile .navigation ul li.level0 > a:hover,
.page-header.sticky-header .navigation ul li.level0 > a.bold-menu,
.page-header.sticky-header-mobile .navigation ul li.level0 > a.bold-menu {
  color: #133264 !important;
}
.page-header.sticky-header .navigation ul li.level0 > a:hover:visited,
.page-header.sticky-header-mobile .navigation ul li.level0 > a:hover:visited,
.page-header.sticky-header .navigation ul li.level0 > a.bold-menu:visited,
.page-header.sticky-header-mobile .navigation ul li.level0 > a.bold-menu:visited {
  color: #133264 !important;
}
.page-header.sticky-header .header_right .block-search input,
.page-header.sticky-header-mobile .header_right .block-search input {
  background-color: transparent !important;
}
.page-header.sticky-header .block-search .field.search .control,
.page-header.sticky-header-mobile .block-search .field.search .control {
  background-color: transparent !important;
}
.page-header.sticky-header .header.content .block-search .control,
.page-header.sticky-header-mobile .header.content .block-search .control {
  background-color: transparent !important;
}
.page-header.sticky-header .header.content .block-search input,
.page-header.sticky-header-mobile .header.content .block-search input {
  background-color: transparent !important;
}
.page-header.sticky-header .header.content .modal .modal-content .block-search.wpx-block-search #search,
.page-header.sticky-header-mobile .header.content .modal .modal-content .block-search.wpx-block-search #search {
  background-color: #222222 !important;
}
.page-header.sticky-header .header.links .authorization-link,
.page-header.sticky-header-mobile .header.links .authorization-link {
  margin-left: 0;
}
.page-header.page-header-v4.sticky-header .header.content {
  z-index: 1;
}
.page-header.page-header-v4.sticky-header .wrap .modal-content #search.horizontally-white::-webkit-input-placeholder {
  color: #5C5C5C !important;
}
.page-header.page-header-v4.sticky-header .wrap .modal-content #search.horizontally-white::-moz-placeholder {
  color: #5C5C5C !important;
}
.page-header.page-header-v4.sticky-header .wrap .modal-content #search.horizontally-white:-ms-input-placeholder {
  color: #5C5C5C !important;
}
.page-header.page-header-v4.sticky-header .wrap .modal-content #search.horizontally-white:-moz-placeholder {
  color: #5C5C5C !important;
}
.page-header.page-header-v4.sticky-header .panel.wrapper {
  background-color: transparent !important;
}
.page-header.page-header-v4.sticky-header .panel.wrapper .panel.header .switcher-currency {
  display: none;
}
.nav-sections.sticky-header {
  background-color: #ffffff !important;
  padding-bottom: 0 !important;
}
.nav-sections.sticky-header .nav-sections-item-content {
  background-color: #ffffff !important;
}
.nav-sections.sticky-header .navigation {
  background-color: #ffffff !important;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FBrandMd_ThemeSupport%5C%2Fcss%5C%2Fheader_skin.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAgBY%2CQAd0B%3BEACtB%2CKAAM%2CaACF%2CcACI%2CaACI%2CMACI%3BIACI%2CYAAA%3BIAAa%2CYAAA%3B%3B%3BAAwBrC%2CQAhB0B%3BEACtB%2CKAAM%2CaACF%2CcACI%2CaAAY%2CcACP%2CMAAM%2COAAO%2CcAAc%2CQAAO%2COAAO%3BIACxC%2CcAAA%3B%3BEAJd%2CKAAM%2CaACF%2CcACI%2CaAAY%2CcAIR%2CMACI%3BIACI%2CWAAA%3BIAAY%2CYAAA%3B%3B%3BAAsBpC%2CQAf0B%3BEACtB%2CKAAM%2CaACF%2CcACI%2CaACI%3BIACI%2CWAAA%3B%3BEAJhB%2CKAAM%2CaACF%2CcACI%2CaACI%2CMAEI%3BIACI%2CWAAA%3BIAAY%2CYAAA%3B%3B%3BAAQpC%2CKAAM%2CaACF%2CcACI%2CaAAY%2CcAAc%2CIAAI%2CiBAC1B%3BEACI%2CiBAAA%3B%3BAAJhB%2CKAAM%2CaACF%2CcACI%2CaAAY%2CcAAc%2CIAAI%2CiBAI1B%2CUAAS%3BEACL%2CsBAAA%3B%3BAAEJ%2CKATN%2CaACF%2CcACI%2CaAAY%2CcAAc%2CIAAI%2CiBAOzB%2CeACG%2CUAAS%3BEACL%2C6BAAA%3B%3BAAOxB%2CeACI%2CkBACI%2CeACI%3BEACI%2CaAAA%3B%3BAAEJ%2CeALR%2CkBACI%2CeAIK%3BEACG%2CcAAA%3B%3BAAGA%2CeATZ%2CkBACI%2CeAOK%2CMACI%3BEACG%2CcAAA%3B%3BAAMxB%2CaAAc%2CaAEV%2CcAAc%2CMAAK%3BEACf%2CcAAA%3B%3BAAHR%2CaAAc%2CaAKV%2CcAAc%2CMAAK%3BEACf%2CcAAA%3B%3BAANR%2CaAAc%2CaAQV%2CcAAc%2CMAAK%3BEACf%2CcAAA%3B%3BAATR%2CaAAc%2CaAWV%2CcAAc%2CMAAK%3BEAEf%2CcAAA%3B%3BAAbR%2CaAAc%2CaAeV%2CcAAc%2CQAAO%2COAAO%3BEAExB%2CcAAA%3B%3BAAGA%2CaApBM%2CaAmBV%2CcAAc%2CQAAO%2COAAO%2CMACvB%3BEACG%2CcAAA%3B%3BAArBZ%2CaAAc%2CaAwBV%2COAAM%3BEACF%2CcAAA%3BEACA%2CgCAAA%3BEACA%2CyBAAA%3B%3BAA3BR%2CaAAc%2CaA6BV%2CqBACI%3BEACI%2CcAAA%3BEACA%2CyBAAA%3B%3BAAhCZ%2CaAAc%2CaA6BV%2CqBACI%2C6BAGI%2CEAAC%3BEACG%2CcAAA%3B%3BAAlChB%2CaAAc%2CaA6BV%2CqBACI%2C6BAMI%3BAApCZ%2CaAAc%2CaA6BV%2CqBACI%2C6BAOI%3BAArCZ%2CaAAc%2CaA6BV%2CqBACI%2C6BAQI%2CSAAS%3BEACL%2CcAAA%3B%3BAAvChB%2CaAAc%2CaA2CV%2COAAM%3BEACF%2C4BAAA%3B%3BAA5CR%2CaAAc%2CaA2CV%2COAAM%2COAEF%2CGAAE%2CQACE%2CGACM%3BAA%5C%2FClB%2CaAAc%2CaA2CV%2COAAM%2COAEF%2CGAAE%2CQACE%2CGAEM%2CIAAE%3BEAIA%2CcAAA%3B%3BAAHA%2CaAjDN%2CaA2CV%2COAAM%2COAEF%2CGAAE%2CQACE%2CGACM%2CIAEG%3BAAAD%2CaAjDN%2CaA2CV%2COAAM%2COAEF%2CGAAE%2CQACE%2CGAEM%2CIAAE%2CKACC%3BEACG%2CcAAA%3B%3BAAGJ%2CaArDN%2CaA2CV%2COAAM%2COAEF%2CGAAE%2CQACE%2CGACM%2CIAMG%3BAAAD%2CaArDN%2CaA2CV%2COAAM%2COAEF%2CGAAE%2CQACE%2CGAEM%2CIAAE%2CKAKC%3BEAAU%2CcAAA%3B%3BAACX%2CaAtDN%2CaA2CV%2COAAM%2COAEF%2CGAAE%2CQACE%2CGACM%2CIAOG%3BAAAD%2CaAtDN%2CaA2CV%2COAAM%2COAEF%2CGAAE%2CQACE%2CGAEM%2CIAAE%2CKAMC%3BEAAS%2CcAAA%3B%3BAAtD9B%2CaAAc%2CaA2CV%2COAAM%2COAeF%2CGAAE%2COAAO%2CMACL%2CGACM%3BAA5DlB%2CaAAc%2CaA2CV%2COAAM%2COAeF%2CGAAE%2COAAO%2CMACL%2CGAEI%3BEAII%2CcAAA%3B%3BAAHA%2CaA9DN%2CaA2CV%2COAAM%2COAeF%2CGAAE%2COAAO%2CMACL%2CGACM%2CIAEG%3BAAAD%2CaA9DN%2CaA2CV%2COAAM%2COAeF%2CGAAE%2COAAO%2CMACL%2CGAEI%2CKACK%3BEACG%2CcAAA%3B%3BAAGJ%2CaAlEN%2CaA2CV%2COAAM%2COAeF%2CGAAE%2COAAO%2CMACL%2CGACM%2CIAMG%3BAAAD%2CaAlEN%2CaA2CV%2COAAM%2COAeF%2CGAAE%2COAAO%2CMACL%2CGAEI%2CKAKK%3BEAAU%2CcAAA%3B%3BAACX%2CaAnEN%2CaA2CV%2COAAM%2COAeF%2CGAAE%2COAAO%2CMACL%2CGACM%2CIAOG%3BAAAD%2CaAnEN%2CaA2CV%2COAAM%2COAeF%2CGAAE%2COAAO%2CMACL%2CGAEI%2CKAMK%3BEAAS%2CcAAA%3B%3BAAEd%2CaArEF%2CaA2CV%2COAAM%2COAeF%2CGAAE%2COAAO%2CMACL%2CGAUK%3BEACG%2CcAAA%3B%3BAACA%2CaAvEN%2CaA2CV%2COAAM%2COAeF%2CGAAE%2COAAO%2CMACL%2CGAUK%2CMAEI%3BEAAU%2CcAAA%3B%3BAACX%2CaAxEN%2CaA2CV%2COAAM%2COAeF%2CGAAE%2COAAO%2CMACL%2CGAUK%2CMAGI%3BEAAS%2CcAAA%3B%3BAAxE9B%2CaAAc%2CaA2CV%2COAAM%2COAeF%2CGAAE%2COAAO%2CMAiBL%2CeACI%2CGAAE%2COAAO%2CMACL%2CGACI%3BEACI%2CcAAA%3B%3BAACA%2CaAhFd%2CaA2CV%2COAAM%2COAeF%2CGAAE%2COAAO%2CMAiBL%2CeACI%2CGAAE%2COAAO%2CMACL%2CGACI%2CEAEK%3BEACG%2CcAAA%3B%3BAAEJ%2CaAnFd%2CaA2CV%2COAAM%2COAeF%2CGAAE%2COAAO%2CMAiBL%2CeACI%2CGAAE%2COAAO%2CMACL%2CGACI%2CEAKK%3BEAAS%2CcAAA%3B%3BAAnFtC%2CaAAc%2CaA2CV%2COAAM%2COA8CF%2CkBAAkB%2CQAAO%2COAAO%3BEAC9B%2CcAAA%3B%3BAA1FV%2CaAAc%2CaA2CV%2COAAM%2COAkDF%2CmBAEI%3BAA%5C%2FFZ%2CaAAc%2CaA2CV%2COAAM%2COAmDF%2CmBACI%3BEACI%2CcAAA%3B%3BAACA%2CaAjGF%2CaA2CV%2COAAM%2COAkDF%2CmBAEI%2COAEK%3BAAAD%2CaAjGF%2CaA2CV%2COAAM%2COAmDF%2CmBACI%2COAEK%3BEAAU%2CcAAA%3B%3BAACX%2CaAlGF%2CaA2CV%2COAAM%2COAkDF%2CmBAEI%2COAGK%3BAAAD%2CaAlGF%2CaA2CV%2COAAM%2COAmDF%2CmBACI%2COAGK%3BEAAS%2CcAAA%3B%3BAAlG1B%2CaAAc%2CaA2CV%2COAAM%2COAkDF%2CmBAEI%2COAII%3BAAnGhB%2CaAAc%2CaA2CV%2COAAM%2COAmDF%2CmBACI%2COAII%3BEACI%2CcAAA%3B%3BAACA%2CaArGN%2CaA2CV%2COAAM%2COAkDF%2CmBAEI%2COAII%2CKAEK%3BAAAD%2CaArGN%2CaA2CV%2COAAM%2COAmDF%2CmBACI%2COAII%2CKAEK%3BEAAU%2CcAAA%3B%3BAACX%2CaAtGN%2CaA2CV%2COAAM%2COAkDF%2CmBAEI%2COAII%2CKAGK%3BAAAD%2CaAtGN%2CaA2CV%2COAAM%2COAmDF%2CmBACI%2COAII%2CKAGK%3BEAAS%2CcAAA%3B%3BAAId%2CaA1GF%2CaA2CV%2COAAM%2COAkDF%2CmBAYI%2CkBACK%3BAAAD%2CaA1GF%2CaA2CV%2COAAM%2COAmDF%2CmBAWI%2CkBACK%3BEACG%2CcAAA%3B%3BAACA%2CaA5GN%2CaA2CV%2COAAM%2COAkDF%2CmBAYI%2CkBACK%2CMAEI%3BAAAD%2CaA5GN%2CaA2CV%2COAAM%2COAmDF%2CmBAWI%2CkBACK%2CMAEI%3BEAAU%2CcAAA%3B%3BAACX%2CaA7GN%2CaA2CV%2COAAM%2COAkDF%2CmBAYI%2CkBACK%2CMAGI%3BAAAD%2CaA7GN%2CaA2CV%2COAAM%2COAmDF%2CmBAWI%2CkBACK%2CMAGI%3BEAAS%2CcAAA%3B%3BAA7G9B%2CaAAc%2CaAkHV%2CQAAO%3BEACH%2C4BAAA%3B%3BAAnHR%2CaAAc%2CaAkHV%2CQAAO%2CQAEH%2CGAAE%2CQACE%2CGACM%3BAAtHlB%2CaAAc%2CaAkHV%2CQAAO%2CQAEH%2CGAAE%2CQACE%2CGAEM%2CIAAE%3BEAIA%2CcAAA%3B%3BAAHA%2CaAxHN%2CaAkHV%2CQAAO%2CQAEH%2CGAAE%2CQACE%2CGACM%2CIAEG%3BAAAD%2CaAxHN%2CaAkHV%2CQAAO%2CQAEH%2CGAAE%2CQACE%2CGAEM%2CIAAE%2CKACC%3BEACG%2CcAAA%3B%3BAAGJ%2CaA5HN%2CaAkHV%2CQAAO%2CQAEH%2CGAAE%2CQACE%2CGACM%2CIAMG%3BAAAD%2CaA5HN%2CaAkHV%2CQAAO%2CQAEH%2CGAAE%2CQACE%2CGAEM%2CIAAE%2CKAKC%3BEAAU%2CcAAA%3B%3BAACX%2CaA7HN%2CaAkHV%2CQAAO%2CQAEH%2CGAAE%2CQACE%2CGACM%2CIAOG%3BAAAD%2CaA7HN%2CaAkHV%2CQAAO%2CQAEH%2CGAAE%2CQACE%2CGAEM%2CIAAE%2CKAMC%3BEAAS%2CcAAA%3B%3BAA7H9B%2CaAAc%2CaAkHV%2CQAAO%2CQAeH%2CGAAE%2COAAO%2CMACL%2CGACM%3BAAnIlB%2CaAAc%2CaAkHV%2CQAAO%2CQAeH%2CGAAE%2COAAO%2CMACL%2CGAEI%3BEAII%2CcAAA%3B%3BAAHA%2CaArIN%2CaAkHV%2CQAAO%2CQAeH%2CGAAE%2COAAO%2CMACL%2CGACM%2CIAEG%3BAAAD%2CaArIN%2CaAkHV%2CQAAO%2CQAeH%2CGAAE%2COAAO%2CMACL%2CGAEI%2CKACK%3BEACG%2CcAAA%3B%3BAAGJ%2CaAzIN%2CaAkHV%2CQAAO%2CQAeH%2CGAAE%2COAAO%2CMACL%2CGACM%2CIAMG%3BAAAD%2CaAzIN%2CaAkHV%2CQAAO%2CQAeH%2CGAAE%2COAAO%2CMACL%2CGAEI%2CKAKK%3BEAAU%2CcAAA%3B%3BAACX%2CaA1IN%2CaAkHV%2CQAAO%2CQAeH%2CGAAE%2COAAO%2CMACL%2CGACM%2CIAOG%3BAAAD%2CaA1IN%2CaAkHV%2CQAAO%2CQAeH%2CGAAE%2COAAO%2CMACL%2CGAEI%2CKAMK%3BEAAS%2CcAAA%3B%3BAAEd%2CaA5IF%2CaAkHV%2CQAAO%2CQAeH%2CGAAE%2COAAO%2CMACL%2CGAUK%3BEACG%2CcAAA%3B%3BAACA%2CaA9IN%2CaAkHV%2CQAAO%2CQAeH%2CGAAE%2COAAO%2CMACL%2CGAUK%2CMAEI%3BEAAU%2CcAAA%3B%3BAACX%2CaA%5C%2FIN%2CaAkHV%2CQAAO%2CQAeH%2CGAAE%2COAAO%2CMACL%2CGAUK%2CMAGI%3BEAAS%2CcAAA%3B%3BAA%5C%2FI9B%2CaAAc%2CaAkHV%2CQAAO%2CQAeH%2CGAAE%2COAAO%2CMAiBL%2CeACI%2CGAAE%2COAAO%2CMACL%2CGACI%3BEACI%2CcAAA%3B%3BAACA%2CaAvJd%2CaAkHV%2CQAAO%2CQAeH%2CGAAE%2COAAO%2CMAiBL%2CeACI%2CGAAE%2COAAO%2CMACL%2CGACI%2CEAEK%3BEACG%2CcAAA%3B%3BAAEJ%2CaA1Jd%2CaAkHV%2CQAAO%2CQAeH%2CGAAE%2COAAO%2CMAiBL%2CeACI%2CGAAE%2COAAO%2CMACL%2CGACI%2CEAKK%3BEAAS%2CcAAA%3B%3BAA1JtC%2CaAAc%2CaAkHV%2CQAAO%2CQA8CH%2CkBAAkB%2CQAAO%2COAAO%3BEAC9B%2CcAAA%3B%3BAAjKV%2CaAAc%2CaAkHV%2CQAAO%2CQAkDH%2CmBAEI%3BAAtKZ%2CaAAc%2CaAkHV%2CQAAO%2CQAmDH%2CmBACI%3BEACI%2CcAAA%3B%3BAACA%2CaAxKF%2CaAkHV%2CQAAO%2CQAkDH%2CmBAEI%2COAEK%3BAAAD%2CaAxKF%2CaAkHV%2CQAAO%2CQAmDH%2CmBACI%2COAEK%3BEAAU%2CcAAA%3B%3BAACX%2CaAzKF%2CaAkHV%2CQAAO%2CQAkDH%2CmBAEI%2COAGK%3BAAAD%2CaAzKF%2CaAkHV%2CQAAO%2CQAmDH%2CmBACI%2COAGK%3BEAAS%2CcAAA%3B%3BAAzK1B%2CaAAc%2CaAkHV%2CQAAO%2CQAkDH%2CmBAEI%2COAII%3BAA1KhB%2CaAAc%2CaAkHV%2CQAAO%2CQAmDH%2CmBACI%2COAII%3BEACI%2CcAAA%3B%3BAACA%2CaA5KN%2CaAkHV%2CQAAO%2CQAkDH%2CmBAEI%2COAII%2CKAEK%3BAAAD%2CaA5KN%2CaAkHV%2CQAAO%2CQAmDH%2CmBACI%2COAII%2CKAEK%3BEAAU%2CcAAA%3B%3BAACX%2CaA7KN%2CaAkHV%2CQAAO%2CQAkDH%2CmBAEI%2COAII%2CKAGK%3BAAAD%2CaA7KN%2CaAkHV%2CQAAO%2CQAmDH%2CmBACI%2COAII%2CKAGK%3BEAAS%2CcAAA%3B%3BAAId%2CaAjLF%2CaAkHV%2CQAAO%2CQAkDH%2CmBAYI%2CkBACK%3BAAAD%2CaAjLF%2CaAkHV%2CQAAO%2CQAmDH%2CmBAWI%2CkBACK%3BEACG%2CcAAA%3B%3BAACA%2CaAnLN%2CaAkHV%2CQAAO%2CQAkDH%2CmBAYI%2CkBACK%2CMAEI%3BAAAD%2CaAnLN%2CaAkHV%2CQAAO%2CQAmDH%2CmBAWI%2CkBACK%2CMAEI%3BEAAU%2CcAAA%3B%3BAACX%2CaApLN%2CaAkHV%2CQAAO%2CQAkDH%2CmBAYI%2CkBACK%2CMAGI%3BAAAD%2CaApLN%2CaAkHV%2CQAAO%2CQAmDH%2CmBAWI%2CkBACK%2CMAGI%3BEAAS%2CcAAA%3B%3BAApL9B%2CaAAc%2CaA2Ld%2CmBAAmB%2CoBAAoB%3BEACnC%2CiBAAA%3B%3BAA5LJ%2CaAAc%2CaA8Ld%2CQAAO%3BAA9LP%2CaAAc%2CaA%2BLd%3BEACI%2CiBAAA%3B%3BAAEA%2CQAD0B%3BEAC1B%2CaAlMU%2CaA8Ld%2CQAAO%3BEAIH%2CaAlMU%2CaA%2BLd%3BIAEgC%2C8BAAA%3BIAAgC%2C6BAAA%3B%3B%3BAAjMhE%2CaAAc%2CaA8Ld%2CQAAO%2CQAIH%2CcACI%3BAAnMR%2CaAAc%2CaA%2BLd%2CcAGI%2CcACI%3BEACI%2CYAAA%3BEACA%2CYAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAACA%2CaA5ME%2CaA8Ld%2CQAAO%2CQAIH%2CcACI%2CMASK%3BAAAD%2CaA5ME%2CaA%2BLd%2CcAGI%2CcACI%2CMASK%3BEACI%2CqBAAA%3B%3BAA7MjB%2CaAAc%2CaA8Ld%2CQAAO%2CQAmBH%3BAAjNJ%2CaAAc%2CaA%2BLd%2CcAkBI%3BEACQ%2CwCAAA%3B%3BAAGQ%2CaArNN%2CaA8Ld%2CQAAO%2CQAmBH%2COAEQ%2CWACI%2CEACK%3BAAAD%2CaArNN%2CaA%2BLd%2CcAkBI%2COAEQ%2CWACI%2CEACK%3BEACC%2CcAAA%3B%3BAAtNtB%2CaAAc%2CaA8Ld%2CQAAO%2CQAmBH%2COASQ%2CSAAQ%2CeACJ%3BAA3NhB%2CaAAc%2CaA%2BLd%2CcAkBI%2COASQ%2CSAAQ%2CeACJ%3BEACI%2CyBAAA%3B%3BAA5NpB%2CaAAc%2CaA8Ld%2CQAAO%2CQAmBH%2COAcQ%3BAA%5C%2FNZ%2CaAAc%2CaA%2BLd%2CcAkBI%2COAcQ%3BEACC%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2C0BAAA%3B%3BAACI%2CaApOH%2CaA8Ld%2CQAAO%2CQAmBH%2COAcQ%2CQAKM%3BAAAD%2CaApOH%2CaA%2BLd%2CcAkBI%2COAcQ%2CQAKM%3BEACE%2C0BAAA%3B%3BAAEH%2CaAvOH%2CaA8Ld%2CQAAO%2CQAmBH%2COAcQ%2CQAQM%3BAAAD%2CaAvOH%2CaA%2BLd%2CcAkBI%2COAcQ%2CQAQM%3BEACE%2C0BAAA%3B%3BAAEH%2CaA1OH%2CaA8Ld%2CQAAO%2CQAmBH%2COAcQ%2CQAWM%3BAAAD%2CaA1OH%2CaA%2BLd%2CcAkBI%2COAcQ%2CQAWM%3BEACE%2C0BAAA%3B%3BAAEH%2CaA7OH%2CaA8Ld%2CQAAO%2CQAmBH%2COAcQ%2CQAcM%3BAAAD%2CaA7OH%2CaA%2BLd%2CcAkBI%2COAcQ%2CQAcM%3BEACE%2C0BAAA%3B%3BAAoBR%2CQAjB0B%3BEAEpB%2CaAnPJ%2CaA8Ld%2CQAAO%2CQAmBH%2COAiCY%2CQAAO%2CmBACJ%3BEAAD%2CaAnPJ%2CaA%2BLd%2CcAkBI%2COAiCY%2CQAAO%2CmBACJ%3BIACK%2C0BAAA%3B%3BEAEH%2CaAtPP%2CaA8Ld%2CQAAO%2CQAmBH%2COAiCY%2CQAAO%2CmBAID%3BEAAD%2CaAtPP%2CaA%2BLd%2CcAkBI%2COAiCY%2CQAAO%2CmBAID%3BIACE%2C0BAAA%3B%3BEAEH%2CaAzPP%2CaA8Ld%2CQAAO%2CQAmBH%2COAiCY%2CQAAO%2CmBAOD%3BEAAD%2CaAzPP%2CaA%2BLd%2CcAkBI%2COAiCY%2CQAAO%2CmBAOD%3BIACE%2C0BAAA%3B%3BEAEH%2CaA5PP%2CaA8Ld%2CQAAO%2CQAmBH%2COAiCY%2CQAAO%2CmBAUD%3BEAAD%2CaA5PP%2CaA%2BLd%2CcAkBI%2COAiCY%2CQAAO%2CmBAUD%3BIACE%2C0BAAA%3B%3B%3BAA7PxB%2CaAAc%2CaA8Ld%2CQAAO%2CQAmBH%2COAiDQ%2CQAAO%2COAAO%3BAAlQ1B%2CaAAc%2CaA%2BLd%2CcAkBI%2COAiDQ%2CQAAO%2COAAO%3BEACX%2CcAAA%3B%3BAAMP%2CaAzQM%2CaAuQd%2CQAAO%2CQACH%2CYACK%3BEACG%2CcAAA%3B%3BAAGA%2CaA7QE%2CaAuQd%2CQAAO%2CQACH%2CYAIK%2CMACI%3BEACG%2CcAAA%3B%3BAA9QhB%2CaAAc%2CaAmRd%2CmBAEI%2CGACI%2CGACI%3BAAvRZ%2CaAAc%2CaAoRd%2CmBACI%2CGACI%2CGACI%3BEACI%2CcAAA%3B%3BAACA%2CaAzRF%2CaAmRd%2CmBAEI%2CGACI%2CGACI%2CEAEK%3BAAAD%2CaAzRF%2CaAoRd%2CmBACI%2CGACI%2CGACI%2CEAEK%3BEACG%2CcAAA%3B%3BAAEJ%2CaA5RF%2CaAmRd%2CmBAEI%2CGACI%2CGACI%2CEAKK%3BAAAD%2CaA5RF%2CaAoRd%2CmBACI%2CGACI%2CGACI%2CEAKK%3BEAAS%2CcAAA%3B%3BAA5R1B%2CaAAc%2CaAiSd%2CQAAO%2CMAAS%2CKAAE%2CmBAAoB%2CEAAC%3BAAjSvC%2CaAAc%2CaAkSd%2CQAAO%2CMAAS%2CKAAE%2CmBAAoB%2CEAAI%3BAAlS1C%2CaAAc%2CaAmSd%2CQAAO%2CMAAS%2CKAAE%2CKAAK%2CSAAY%2CIAAC%3BAAnSpC%2CaAAc%2CaAoSd%2CQAAO%2CMAAS%2CKAAE%2CKAAK%2CQAAW%2CIAAC%3BAApSnC%2CaAAc%2CaAqSd%2CkBAAkB%2CQAAO%2CSAAS%3BAArSlC%2CaAAc%2CaAsSd%2CkBAAkB%2CQAAO%2CSAAS%2COAAO%3BAAtSzC%2CaAAc%2CaAuSd%2CcAAc%2CQAAO%2COAAO%3BAAvS5B%2CaAAc%2CaAwSd%2CmBAAmB%2CQAAO%2CUAAU%3BAAxSpC%2CaAAc%2CaAySd%2CmBAAmB%2CQAAO%2CUAAU%2COAAO%3BEACvC%2C0BAAA%3B%3BAAGA%2CaA7SU%2CaA4Sd%2CcACK%2CcAAe%3BEACZ%2CcAAA%3B%3BAACA%2CaA%5C%2FSM%2CaA4Sd%2CcACK%2CcAAe%2CmBAEX%3BEACG%2CcAAA%3B%3BAAhTZ%2CaAAc%2CaAoTd%2CQAAO%2CMAAO%2CoBAAoB%2CEAAC%3BAApTnC%2CaAAc%2CaAqTd%2CQAAO%2CMAAS%2CKAAE%2CmBAAoB%2CEAAI%3BAArT1C%2CaAAc%2CaAsTd%2CQAAO%2CMAAS%2CKAAE%2CKAAK%2CSAAY%2CIAAC%3BAAtTpC%2CaAAc%2CaAuTd%2CQAAO%2CMAAS%2CKAAE%2CKAAK%2CQAAW%2CIAAC%3BAAvTnC%2CaAAc%2CaAwTd%2CkBAAkB%2CQAAO%2CSAAS%3BAAxTlC%2CaAAc%2CaAyTd%2CmBAAmB%2CQAAO%2CUAAU%3BEAChC%2CcAAA%3B%3BAA1TJ%2CaAAc%2CaA4Td%2CQAAO%2CMAAO%2CoBAAoB%2CEAAC%2CMAAM%3BAA5TzC%2CaAAc%2CaA6Td%2CQAAO%2CMAAS%2CKAAE%2CmBAAoB%2CEAAC%2CMAAS%3BAA7ThD%2CaAAc%2CaA8Td%2CQAAO%2CMAAS%2CKAAE%2CKAAK%2CSAAY%2CIAAC%2CMAAM%3BAA9T1C%2CaAAc%2CaA%2BTd%2CQAAO%2CMAAS%2CKAAE%2CKAAK%2CQAAW%2CIAAC%2CMAAM%3BAA%5C%2FTzC%2CaAAc%2CaAgUd%2CkBAAkB%2CQAAO%2CSAAS%2CMAAM%3BAAhUxC%2CaAAc%2CaAiUd%2CmBAAmB%2CQAAO%2CUAAU%2CMAAM%3BEACtC%2CcAAA%3B%3BAAlUJ%2CaAAc%2CaAoUd%2CQAAO%2CQAEH%2COAAM%2COACF%3BAAvUR%2CaAAc%2CaAqUd%2CcACI%2COAAM%2COACF%3BEACI%2CcAAA%3B%3BAAMhB%3BEACI%2CwCAAA%3B%3BAADJ%2CaAEI%3BEACI%2CwCAAA%3B%3BAAHR%2CaAKI%3BEACI%2CiBAAA%3BEACA%2CwCAAA%3B%3BAAEA%2CQAD0B%3BEAC1B%2CaAJJ%3BIAGgC%2C8BAAA%3BIAAgC%2C6BAAA%3B%3B%3BAARpE%2CaAKI%2CYAII%2CGACI%2CGAAE%2COAAU%3BEACR%2CcAAA%3B%3BAACA%2CaAPZ%2CYAII%2CGACI%2CGAAE%2COAAU%2CIAEP%3BEACG%2CcAAA%3B%3BAAEJ%2CaAVZ%2CYAII%2CGACI%2CGAAE%2COAAU%2CIAKP%3BEAAS%2CcAAA%3B%3BAAId%2CQAH8B%3BEAG9B%2CaAdR%2CYAII%2CGACI%2CGAAE%2COAAU%3BIAOJ%2CcAAA%3B%3B%3BAAjBpB%2CaAKI%2CYAII%2CGAWI%2CGAAE%2COAAU%2CIAAE%2CKAAI%2CUAAU%3BAApBxC%2CaAKI%2CYAII%2CGAYI%2CGAAE%2CIAAI%2CSAAY%2CIAAE%2CKAAI%3BEACpB%2C0BAAA%3B%3BAAOA%2CQAH8B%3BEAG9B%2CaAxBZ%2CYAII%2CGAeI%2CGAAE%2COACE%2CQAAU%3BIAEF%2CiBAAA%3B%3B%3BAAMZ%2CaA5BR%2CYA2BI%2CGAAG%2CGAAE%2COACG%2CIAAC%3BEACD%2CcAAA%3B%3BAACA%2CaA9BZ%2CYA2BI%2CGAAG%2CGAAE%2COACG%2CIAAC%2CUAEA%3BEACG%2CcAAA%3B%3BAApCpB%2CaAKI%2CYA2BI%2CGAAG%2CGAAE%2COAOD%2CGAAK%2CIAAC%3BEACF%2CcAAA%3B%3BAAxChB%2CaAKI%2CYAsCI%2CGAAG%2CGAAE%2COAAO%2CMAAS%3BEAAI%2CcAAA%3B%3BAAIzB%2CQAH0B%3BEAG1B%2CaA1CJ%3BIAwCQ%2CoCAAA%3B%3B%3BAAaA%2CQAT8B%3BEAElB%2CaA9CpB%2CYA0CI%2CUACI%2CSAAS%2CoBAED%2CEACK%2CMACG%2CKAAI%3BIACA%2CuBAAA%3B%3B%3BAArDhC%2CaA6DI%2CUAAU%2CEAAC%3BAA7Df%2CaA8DI%2CUAAU%2CEAAC%3BAA9Df%2CaA%2BDI%2CUAAS%2COAAO%2CIAAI%2CSAAS%3BAA%5C%2FDjC%2CaAgEI%2CUAAS%2COAAO%3BEACZ%2C0BAAA%3BEACA%2CcAAA%3B%3BAACA%2CaANJ%2CUAAU%2CEAAC%2CUAMH%3BAAAJ%2CaALJ%2CUAAU%2CEAAC%2CMAKH%3BAAAJ%2CaAJJ%2CUAAS%2COAAO%2CIAAI%2CSAAS%2CMAIrB%3BAAAJ%2CaAHJ%2CUAAS%2COAAO%2CMAGR%3BEACA%2C0BAAA%3BEACA%2CcAAA%3B%3BAACA%2CaATR%2CUAAU%2CEAAC%2CUAMH%2CIAGC%3BAAAD%2CaARR%2CUAAU%2CEAAC%2CMAKH%2CIAGC%3BAAAD%2CaAPR%2CUAAS%2COAAO%2CIAAI%2CSAAS%2CMAIrB%2CIAGC%3BAAAD%2CaANR%2CUAAS%2COAAO%2CMAGR%2CIAGC%3BEACG%2C0BAAA%3BEACA%2CcAAA%3B%3BAAQZ%2CwBAH8C%3BEAG9C%2CaAJA%2C2BAA2B%3BIAEnB%2C6BAAA%3B%3B%3BAAMR%2CQAH0B%3BEAG1B%3BIAFI%2CkCAAA%3B%3B%3BAAMJ%2CQAH8B%3BEAG9B%2CaAJA%3BIAEQ%2CmDAAA%3BIAAkD%2CgDAAA%3BIAA%2BC%2C8CAAA%3BIAA6C%2C2CAAA%3B%3B%3BAAK1J%2CYAAY%3BAACZ%2CYAAY%3BEACR%2CyBAAA%3B%3BAAFJ%2CYAAY%2CcAGR%3BAAFJ%2CYAAY%2CqBAER%3BEACI%2CyBAAA%3B%3BAAJR%2CYAAY%2CcAMR%2COAAM%3BAALV%2CYAAY%2CqBAKR%2COAAM%3BEACF%2CyBAAA%3B%3BAAPR%2CYAAY%2CcA2BR%2CcACI%3BAA3BR%2CYAAY%2CqBA0BR%2CcACI%3BAA5BR%2CYAAY%2CcA2BR%2CcAEI%3BAA5BR%2CYAAY%2CqBA0BR%2CcAEI%3BEACI%2CwCAAA%3B%3BAA9BZ%2CYAAY%2CcA%2BCR%2CYAAY%2CGAAG%2CGAAE%2COAAU%2CIAAC%3BAA9ChC%2CYAAY%2CqBA8CR%2CYAAY%2CGAAG%2CGAAE%2COAAU%2CIAAC%3BAA%5C%2FChC%2CYAAY%2CcAgDR%2CYAAY%2CGAAG%2CGAAE%2COAAU%2CIAAC%3BAA%5C%2FChC%2CYAAY%2CqBA%2BCR%2CYAAY%2CGAAG%2CGAAE%2COAAU%2CIAAC%3BEACxB%2CcAAA%3B%3BAACA%2CYAlDI%2CcA%2BCR%2CYAAY%2CGAAG%2CGAAE%2COAAU%2CIAAC%2CMAGvB%3BAAAD%2CYAjDI%2CqBA8CR%2CYAAY%2CGAAG%2CGAAE%2COAAU%2CIAAC%2CMAGvB%3BAAAD%2CYAlDI%2CcAgDR%2CYAAY%2CGAAG%2CGAAE%2COAAU%2CIAAC%2CUAEvB%3BAAAD%2CYAjDI%2CqBA%2BCR%2CYAAY%2CGAAG%2CGAAE%2COAAU%2CIAAC%2CUAEvB%3BEACG%2CcAAA%3B%3BAAnDZ%2CYAAY%2CcAiGR%2CcAKI%2CcACI%3BAAtGZ%2CYAAY%2CqBAgGR%2CcAKI%2CcACI%3BEAGI%2CwCAAA%3B%3BAA1GhB%2CYAAY%2CcAwHR%2CcACI%2COAAM%2COAIF%3BAA5HZ%2CYAAY%2CqBAuHR%2CcACI%2COAAM%2COAIF%3BEACI%2CwCAAA%3B%3BAA9HhB%2CYAAY%2CcAwIR%2CQAAO%2CQAeH%2CcACI%3BAAvJZ%2CYAAY%2CqBAuIR%2CQAAO%2CQAeH%2CcACI%3BEACI%2CwCAAA%3B%3BAAzJhB%2CYAAY%2CcAwIR%2CQAAO%2CQAeH%2CcAII%3BAA1JZ%2CYAAY%2CqBAuIR%2CQAAO%2CQAeH%2CcAII%3BEACI%2CwCAAA%3B%3BAA5JhB%2CYAAY%2CcAwIR%2CQAAO%2CQAoDH%2COACG%2CeACG%2CcAAa%2CiBACR%3BAA9LnB%2CYAAY%2CqBAuIR%2CQAAO%2CQAoDH%2COACG%2CeACG%2CcAAa%2CiBACR%3BEACG%2CyBAAA%3B%3BAAhMtB%2CYAAY%2CcAsMR%2CQAAO%2CMAAO%3BAArMlB%2CYAAY%2CqBAqMR%2CQAAO%2CMAAO%3BEACV%2CcAAA%3B%3BAAaR%2CYAAY%2CeAAe%2CcACvB%2CQAAO%3BEACH%2CUAAA%3B%3BAAKQ%2CYAPJ%2CeAAe%2CcAIvB%2CMACI%2CeACI%2CQAAO%2CmBACF%3BEAA8B%2CcAAA%3B%3BAAC%5C%2FB%2CYARJ%2CeAAe%2CcAIvB%2CMACI%2CeACI%2CQAAO%2CmBAEF%3BEAAqB%2CcAAA%3B%3BAACtB%2CYATJ%2CeAAe%2CcAIvB%2CMACI%2CeACI%2CQAAO%2CmBAGF%3BEAAyB%2CcAAA%3B%3BAAC1B%2CYAVJ%2CeAAe%2CcAIvB%2CMACI%2CeACI%2CQAAO%2CmBAIF%3BEAAoB%2CcAAA%3B%3BAAVrC%2CYAAY%2CeAAe%2CcAgBvB%2COAAM%3BEACF%2CwCAAA%3B%3BAAjBR%2CYAAY%2CeAAe%2CcAgBvB%2COAAM%2CQAuBF%2COAAM%2COAgBF%3BEACI%2CaAAA%3B%3BAAKhB%2CaAAa%3BEACT%2CyBAAA%3BEACA%2C4BAAA%3B%3BAAFJ%2CaAAa%2CcAGT%3BEACI%2CyBAAA%3B%3BAAJR%2CaAAa%2CcAMT%3BEACI%2CyBAAA%22%7D *//* Generated Less from WeltPixel_CustomFooter */
.theme-pearl .page-wrapper .page-footer {
  background-color: #F0ECE5;
  position: relative;
  z-index: 0;
}
.theme-pearl .page-wrapper .page-footer .footer.content,
.theme-pearl .page-wrapper .page-footer .w {
  max-width: inherit;
  color: #CCCCCC;
}
.theme-pearl .page-wrapper .page-footer .footer.content h4,
.theme-pearl .page-wrapper .page-footer .w h4,
.theme-pearl .page-wrapper .page-footer .footer.content p,
.theme-pearl .page-wrapper .page-footer .w p,
.theme-pearl .page-wrapper .page-footer .footer.content a,
.theme-pearl .page-wrapper .page-footer .w a,
.theme-pearl .page-wrapper .page-footer .footer.content .togglet.newsletter,
.theme-pearl .page-wrapper .page-footer .w .togglet.newsletter,
.theme-pearl .page-wrapper .page-footer .footer.content small,
.theme-pearl .page-wrapper .page-footer .w small {
  color: #CCCCCC;
}
.theme-pearl .page-wrapper .page-footer .footer.content h4:visited,
.theme-pearl .page-wrapper .page-footer .w h4:visited,
.theme-pearl .page-wrapper .page-footer .footer.content p:visited,
.theme-pearl .page-wrapper .page-footer .w p:visited,
.theme-pearl .page-wrapper .page-footer .footer.content a:visited,
.theme-pearl .page-wrapper .page-footer .w a:visited,
.theme-pearl .page-wrapper .page-footer .footer.content .togglet.newsletter:visited,
.theme-pearl .page-wrapper .page-footer .w .togglet.newsletter:visited,
.theme-pearl .page-wrapper .page-footer .footer.content small:visited,
.theme-pearl .page-wrapper .page-footer .w small:visited,
.theme-pearl .page-wrapper .page-footer .footer.content h4.footer-title,
.theme-pearl .page-wrapper .page-footer .w h4.footer-title,
.theme-pearl .page-wrapper .page-footer .footer.content p.footer-title,
.theme-pearl .page-wrapper .page-footer .w p.footer-title,
.theme-pearl .page-wrapper .page-footer .footer.content a.footer-title,
.theme-pearl .page-wrapper .page-footer .w a.footer-title,
.theme-pearl .page-wrapper .page-footer .footer.content .togglet.newsletter.footer-title,
.theme-pearl .page-wrapper .page-footer .w .togglet.newsletter.footer-title,
.theme-pearl .page-wrapper .page-footer .footer.content small.footer-title,
.theme-pearl .page-wrapper .page-footer .w small.footer-title {
  color: #CCCCCC;
}
.theme-pearl .page-wrapper .page-footer .footer.content h4 i,
.theme-pearl .page-wrapper .page-footer .w h4 i,
.theme-pearl .page-wrapper .page-footer .footer.content p i,
.theme-pearl .page-wrapper .page-footer .w p i,
.theme-pearl .page-wrapper .page-footer .footer.content a i,
.theme-pearl .page-wrapper .page-footer .w a i,
.theme-pearl .page-wrapper .page-footer .footer.content .togglet.newsletter i,
.theme-pearl .page-wrapper .page-footer .w .togglet.newsletter i,
.theme-pearl .page-wrapper .page-footer .footer.content small i,
.theme-pearl .page-wrapper .page-footer .w small i {
  color: #FFFFFF !important;
}
.theme-pearl .page-wrapper .page-footer .footer.content a:hover i,
.theme-pearl .page-wrapper .page-footer .w a:hover i {
  color: #FFFFFF !important;
}
.theme-pearl .page-wrapper .page-footer .footer.content .footer-v1-content p,
.theme-pearl .page-wrapper .page-footer .w .footer-v1-content p,
.theme-pearl .page-wrapper .page-footer .footer.content .footer-v2-content p,
.theme-pearl .page-wrapper .page-footer .w .footer-v2-content p,
.theme-pearl .page-wrapper .page-footer .footer.content .footer-v3-content p,
.theme-pearl .page-wrapper .page-footer .w .footer-v3-content p,
.theme-pearl .page-wrapper .page-footer .footer.content .footer-v4-content p,
.theme-pearl .page-wrapper .page-footer .w .footer-v4-content p {
  color: #CCCCCC;
}
.theme-pearl .page-wrapper .page-footer .footer.content .footer-v1-content .border-v1 small,
.theme-pearl .page-wrapper .page-footer .w .footer-v1-content .border-v1 small,
.theme-pearl .page-wrapper .page-footer .footer.content .footer-v2-content .border-v1 small,
.theme-pearl .page-wrapper .page-footer .w .footer-v2-content .border-v1 small,
.theme-pearl .page-wrapper .page-footer .footer.content .footer-v3-content .border-v1 small,
.theme-pearl .page-wrapper .page-footer .w .footer-v3-content .border-v1 small,
.theme-pearl .page-wrapper .page-footer .footer.content .footer-v4-content .border-v1 small,
.theme-pearl .page-wrapper .page-footer .w .footer-v4-content .border-v1 small {
  color: #CCCCCC;
}
.theme-pearl .page-wrapper .page-footer .footer.content .pre-footer .pre-footer-content,
.theme-pearl .page-wrapper .page-footer .w .pre-footer .pre-footer-content {
  max-width: 1310px;
}
.theme-pearl .page-wrapper .page-footer .footer-v1,
.theme-pearl .page-wrapper .page-footer .footer-v2,
.theme-pearl .page-wrapper .page-footer .footer-v3,
.theme-pearl .page-wrapper .page-footer .footer-v4 {
  max-width: 100%;
  margin: 0 auto;
  float: none;
  background-color: #F0ECE5;
}
.theme-pearl .page-wrapper .page-footer .footer-v1 i,
.theme-pearl .page-wrapper .page-footer .footer-v2 i,
.theme-pearl .page-wrapper .page-footer .footer-v3 i,
.theme-pearl .page-wrapper .page-footer .footer-v4 i {
  color: #FFFFFF !important;
}
.theme-pearl .w {
  background-color: #F0ECE5;
}
.theme-pearl .w i {
  color: #FFFFFF !important;
}
.theme-pearl.fullpagescroll .page-wrapper .page-footer {
  position: fixed;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FBrandMd_ThemeSupport%5C%2Fcss%5C%2Ffooter_skin.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAACA%2CYACgB%2CcACI%3BEACI%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAALxB%2CYACgB%2CcACI%2CaAII%2CQAAO%3BAAN%5C%2FB%2CYACgB%2CcACI%2CaAKI%3BEACI%2CkBAAA%3BEACA%2CcAAA%3B%3BAAT5B%2CYACgB%2CcACI%2CaAII%2CQAAO%2CQAIH%3BAAV5B%2CYACgB%2CcACI%2CaAKI%2CGAGI%3BAAV5B%2CYACgB%2CcACI%2CaAII%2CQAAO%2CQAKH%3BAAX5B%2CYACgB%2CcACI%2CaAKI%2CGAII%3BAAX5B%2CYACgB%2CcACI%2CaAII%2CQAAO%2CQAMH%3BAAZ5B%2CYACgB%2CcACI%2CaAKI%2CGAKI%3BAAZ5B%2CYACgB%2CcACI%2CaAII%2CQAAO%2CQAOH%2CSAAQ%3BAAbpC%2CYACgB%2CcACI%2CaAKI%2CGAMI%2CSAAQ%3BAAbpC%2CYACgB%2CcACI%2CaAII%2CQAAO%2CQAQH%3BAAd5B%2CYACgB%2CcACI%2CaAKI%2CGAOI%3BEACI%2CcAAA%3B%3BAACA%2CYAfhB%2CcACI%2CaAII%2CQAAO%2CQAIH%2CGAMK%3BAAAD%2CYAfhB%2CcACI%2CaAKI%2CGAGI%2CGAMK%3BAAAD%2CYAfhB%2CcACI%2CaAII%2CQAAO%2CQAKH%2CEAKK%3BAAAD%2CYAfhB%2CcACI%2CaAKI%2CGAII%2CEAKK%3BAAAD%2CYAfhB%2CcACI%2CaAII%2CQAAO%2CQAMH%2CEAIK%3BAAAD%2CYAfhB%2CcACI%2CaAKI%2CGAKI%2CEAIK%3BAAAD%2CYAfhB%2CcACI%2CaAII%2CQAAO%2CQAOH%2CSAAQ%2CWAGH%3BAAAD%2CYAfhB%2CcACI%2CaAKI%2CGAMI%2CSAAQ%2CWAGH%3BAAAD%2CYAfhB%2CcACI%2CaAII%2CQAAO%2CQAQH%2CMAEK%3BAAAD%2CYAfhB%2CcACI%2CaAKI%2CGAOI%2CMAEK%3BAACD%2CYAhBhB%2CcACI%2CaAII%2CQAAO%2CQAIH%2CGAOK%3BAAAD%2CYAhBhB%2CcACI%2CaAKI%2CGAGI%2CGAOK%3BAAAD%2CYAhBhB%2CcACI%2CaAII%2CQAAO%2CQAKH%2CEAMK%3BAAAD%2CYAhBhB%2CcACI%2CaAKI%2CGAII%2CEAMK%3BAAAD%2CYAhBhB%2CcACI%2CaAII%2CQAAO%2CQAMH%2CEAKK%3BAAAD%2CYAhBhB%2CcACI%2CaAKI%2CGAKI%2CEAKK%3BAAAD%2CYAhBhB%2CcACI%2CaAII%2CQAAO%2CQAOH%2CSAAQ%2CWAIH%3BAAAD%2CYAhBhB%2CcACI%2CaAKI%2CGAMI%2CSAAQ%2CWAIH%3BAAAD%2CYAhBhB%2CcACI%2CaAII%2CQAAO%2CQAQH%2CMAGK%3BAAAD%2CYAhBhB%2CcACI%2CaAKI%2CGAOI%2CMAGK%3BEACG%2CcAAA%3B%3BAAlBpC%2CYACgB%2CcACI%2CaAII%2CQAAO%2CQAIH%2CGAUI%3BAApBhC%2CYACgB%2CcACI%2CaAKI%2CGAGI%2CGAUI%3BAApBhC%2CYACgB%2CcACI%2CaAII%2CQAAO%2CQAKH%2CEASI%3BAApBhC%2CYACgB%2CcACI%2CaAKI%2CGAII%2CEASI%3BAApBhC%2CYACgB%2CcACI%2CaAII%2CQAAO%2CQAMH%2CEAQI%3BAApBhC%2CYACgB%2CcACI%2CaAKI%2CGAKI%2CEAQI%3BAApBhC%2CYACgB%2CcACI%2CaAII%2CQAAO%2CQAOH%2CSAAQ%2CWAOJ%3BAApBhC%2CYACgB%2CcACI%2CaAKI%2CGAMI%2CSAAQ%2CWAOJ%3BAApBhC%2CYACgB%2CcACI%2CaAII%2CQAAO%2CQAQH%2CMAMI%3BAApBhC%2CYACgB%2CcACI%2CaAKI%2CGAOI%2CMAMI%3BEACI%2CcAAA%3B%3BAAIJ%2CYAxBhB%2CcACI%2CaAII%2CQAAO%2CQAkBH%2CEACK%2CMACG%3BAADJ%2CYAxBhB%2CcACI%2CaAKI%2CGAiBI%2CEACK%2CMACG%3BEACI%2CcAAA%3B%3BAA3BxC%2CYACgB%2CcACI%2CaAII%2CQAAO%2CQAyBH%2CmBAII%3BAAnChC%2CYACgB%2CcACI%2CaAKI%2CGAwBI%2CmBAII%3BAAnChC%2CYACgB%2CcACI%2CaAII%2CQAAO%2CQA0BH%2CmBAGI%3BAAnChC%2CYACgB%2CcACI%2CaAKI%2CGAyBI%2CmBAGI%3BAAnChC%2CYACgB%2CcACI%2CaAII%2CQAAO%2CQA2BH%2CmBAEI%3BAAnChC%2CYACgB%2CcACI%2CaAKI%2CGA0BI%2CmBAEI%3BAAnChC%2CYACgB%2CcACI%2CaAII%2CQAAO%2CQA4BH%2CmBACI%3BAAnChC%2CYACgB%2CcACI%2CaAKI%2CGA2BI%2CmBACI%3BEACI%2CcAAA%3B%3BAApCpC%2CYACgB%2CcACI%2CaAII%2CQAAO%2CQAyBH%2CmBAOI%2CWACI%3BAAvCpC%2CYACgB%2CcACI%2CaAKI%2CGAwBI%2CmBAOI%2CWACI%3BAAvCpC%2CYACgB%2CcACI%2CaAII%2CQAAO%2CQA0BH%2CmBAMI%2CWACI%3BAAvCpC%2CYACgB%2CcACI%2CaAKI%2CGAyBI%2CmBAMI%2CWACI%3BAAvCpC%2CYACgB%2CcACI%2CaAII%2CQAAO%2CQA2BH%2CmBAKI%2CWACI%3BAAvCpC%2CYACgB%2CcACI%2CaAKI%2CGA0BI%2CmBAKI%2CWACI%3BAAvCpC%2CYACgB%2CcACI%2CaAII%2CQAAO%2CQA4BH%2CmBAII%2CWACI%3BAAvCpC%2CYACgB%2CcACI%2CaAKI%2CGA2BI%2CmBAII%2CWACI%3BEACI%2CcAAA%3B%3BAAxCxC%2CYACgB%2CcACI%2CaAII%2CQAAO%2CQAsCH%2CYASI%3BAArDhC%2CYACgB%2CcACI%2CaAKI%2CGAqCI%2CYASI%3BEACI%2CiBAAA%3B%3BAAtDpC%2CYACgB%2CcACI%2CaAwDI%3BAA1DxB%2CYACgB%2CcACI%2CaAyDI%3BAA3DxB%2CYACgB%2CcACI%2CaA0DI%3BAA5DxB%2CYACgB%2CcACI%2CaA2DI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3B%3BAAjE5B%2CYACgB%2CcACI%2CaAwDI%2CWAQI%3BAAlE5B%2CYACgB%2CcACI%2CaAyDI%2CWAOI%3BAAlE5B%2CYACgB%2CcACI%2CaA0DI%2CWAMI%3BAAlE5B%2CYACgB%2CcACI%2CaA2DI%2CWAKI%3BEACI%2CcAAA%3B%3BAAnEhC%2CYAwEgB%3BEACI%2CyBAAA%3B%3BAAzEpB%2CYAwEgB%2CGAEI%3BEACI%2CcAAA%3B%3BAAGR%2CYAAC%2CeACG%2CcAAc%3BEAAe%2CeAAA%22%7D */.btt-button {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-align:center;
    white-space: nowrap;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    z-index:100;
}
.btt-button:after {
    font-family: 'luma-icons';
    content: '\e621';
    position: absolute;
    top: 10px;
    left: 10px;
}
.btt-button .icon-chevron-up{
    align-content: center;
    vertical-align: middle;
    text-align: center;
    color: #000;
    font-size: 20px;
    line-height: 38px;
}
.btt-button.cd-is-visible, .btt-button.cd-fade-out, .no-touch .btt-button:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}
.btt-button.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
    z-index: 0;
}
.btt-button.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5;
}
.no-touch .btt-button:hover {
    background-color: #000;
    opacity: 1;
}/*-----------------------------------------------------------------------------------

	pagetitle.css

-----------------------------------------------------------------------------------*/



/* ----------------------------------------------------------------
	Page Title
-----------------------------------------------------------------*/


#page-title {
	position: relative;
	padding: 50px 0;
	background-color: #F5F5F5;
	border-bottom: 1px solid #EEE;
}

#page-title .container { position: relative; }

#page-title h1 {
	padding: 0;
	margin: 0;
	line-height: 1;
	font-weight: 600;
	letter-spacing: 1px;
	color: #333;
	font-size: 28px;
	text-transform: uppercase;
}

#page-title span {
	display: block;
	margin-top: 10px;
	font-weight: 300;
	color: #777;
	font-size: 18px;
}

.breadcrumb {
	position: absolute !important;
	width: auto !important;
	top: 50% !important;
	left: auto !important;
	right: 15px !important;
	margin: -10px 0 0 0 !important;
	background-color: transparent !important;
	padding: 0 !important;
	font-size: 12px;
}

body.stretched .container-fullwidth .breadcrumb { right: 60px !important; }

#header.transparent-header + #page-title.page-title-parallax .breadcrumb { margin-top: 35px !important; }

.breadcrumb a { color: #555; }

.breadcrumb a:hover { color: #1ABC9C; }

.breadcrumb i { width: auto !important; }

/* Page Title - Dark
-----------------------------------------------------------------*/

#page-title.page-title-dark {
	background-color: #333;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.15) !important;
	border-bottom: none;
}

#page-title.page-title-dark h1 { color: rgba(255,255,255,0.9) !important; }

#page-title.page-title-dark span { color: rgba(255,255,255,0.7); }

#page-title.page-title-dark .breadcrumb > .active { color: rgba(255,255,255,0.6); }

#page-title.page-title-dark .breadcrumb a { color: rgba(255,255,255,0.8); }

#page-title.page-title-dark .breadcrumb a:hover { color: rgba(255,255,255,0.95); }

/* Page Title - Right Aligned
-----------------------------------------------------------------*/

#page-title.page-title-right { text-align: right; }

#page-title.page-title-right .breadcrumb {
	left: 15px !important;
	right: auto !important;
}

/* Page Title - Center Aligned
-----------------------------------------------------------------*/

#page-title.page-title-center { text-align: center; }

#page-title.page-title-center span {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

#page-title.page-title-center .breadcrumb {
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	margin: 20px 0 0 !important;
}

/* Page Title - Background Pattern
-----------------------------------------------------------------*/

#page-title.page-title-pattern {
	background-image: url('../../frontend/BrandMd/ultimate/en_US/images/pattern.png');
	background-repeat: repeat;
	background-attachment: fixed;
}

/* Page Title - Parallax Background
-----------------------------------------------------------------*/

#page-title.page-title-parallax {
	padding: 100px 0;
	text-shadow: none;
	border-bottom: none;
}

#page-title.page-title-parallax h1 {
	font-size: 40px;
	font-weight: 600;
	letter-spacing: 2px;
}

#page-title.page-title-parallax span { font-size: 22px; }

#page-title.page-title-parallax .breadcrumb { font-size: 13px; }

#page-title.page-title-parallax {
	background-color: transparent;
	background-image: url('../../frontend/BrandMd/ultimate/en_US/images/parallax/parallax-bg.jpg');
	background-attachment: fixed;
	background-position: 50% 0;
	background-repeat: no-repeat;
}


/* Page Title - Mini
-----------------------------------------------------------------*/

#page-title.page-title-mini { padding: 20px 0; }

#page-title.page-title-mini h1 {
	font-weight: 600;
	font-size: 18px;
	color: #444;
}

#page-title.page-title-mini span { display: none; }


/* Page Title - No Background
-----------------------------------------------------------------*/

#page-title.page-title-nobg {
	background: transparent !important;
	border-bottom: 1px solid #F5F5F5;
}


/* Page Title - Video
-----------------------------------------------------------------*/

#page-title.page-title-video {
	background: none;
	position: relative;
	overflow: hidden;
}

#page-title.page-title-video .container { z-index: 3; }

#page-title.page-title-video .video-wrap {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}

#page-title.page-title-video .video-wrap video { width: 100%; }/* ----------------------------------------------------------------
	Sections
-----------------------------------------------------------------*/


.section {
    position: relative;
    margin: 60px 0;
    padding: 60px 0;
    background-color: #F9F9F9;
    overflow: hidden;
}

.parallax {
    background-color: transparent;
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    overflow: hidden;
}

.mobile-parallax,
.video-placeholder {
    background-size: cover !important;
    background-attachment: scroll !important;
    background-position: center center;
}

.section .container { z-index: 2; }

.section .container + .video-wrap { z-index: 1; }

.revealer-image {
    position: relative;
    bottom: -100px;
    transition: bottom .3s ease-in-out;
    -webkit-transition: bottom .3s ease-in-out;
    -o-transition: bottom .3s ease-in-out;
}

.section:hover .revealer-image { bottom: -50px; }

.swiper-slide .video-wrap,
.section .video-wrap,
.swiper-slide .yt-bg-player,
.section .yt-bg-player {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
}

.dark .section,
.section.dark {
    background-color: #282828;
    border-color: rgba(255,255,255,0.1);
}

.parallax.dark .testimonial .flex-control-nav {
    height: 8px;
    margin-top: 30px;
}

.parallax.dark .testimonial .flex-control-nav li {
    width: 8px;
    height: 8px;
    margin: 0 3px;
}

.parallax.dark .testimonial .flex-control-nav li a {
    width: 8px !important;
    height: 8px !important;
    border: 1px solid #FFF;
    background-color: transparent;
}

.parallax.dark .testimonial .flex-control-nav li:hover a,
.parallax.dark .testimonial .flex-control-nav li a.flex-active { background-color: #FFF; }


.full-screen .swiper_wrapper { height: auto; }

@media (min-width: 768px) and (max-width: 991px) {

    .swiper_wrapper:not(.full-screen):not(.canvas-slider-grid),
    .swiper_wrapper:not(.full-screen):not(.canvas-slider-grid) .swiper-slide { height: 400px !important; }
}

@media (min-width: 480px) and (max-width: 767px) {

    .full-screen:not(.force-full-screen) .container.vertical-middle {
        width: 470px !important;
    }

    .swiper_wrapper:not(.force-full-screen),
    .swiper_wrapper:not(.force-full-screen):not(.canvas-slider-grid) .swiper-slide {
        height: 300px !important;
    }
}

@media (max-width: 479px) {

    .full-screen:not(.force-full-screen) .container.vertical-middle {
        width: 310px !important;
    }

    .swiper_wrapper:not(.force-full-screen),
    .swiper_wrapper:not(.force-full-screen):not(.canvas-slider-grid) .swiper-slide,
    .ei-slider {
        height: 180px !important;
    }
}

/* ----------------------------------------------------------------
	from events
-----------------------------------------------------------------*/
.parallax .iconlist li { margin: 5px 0; }

.single-event .entry-overlay,
.parallax .entry-overlay-meta {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: rgba(0,0,0,0.85);
    text-align: center;
    line-height: 80px;
    font-size: 22px;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    z-index: 5;
}

.parallax .entry-overlay,
.parallax .entry-overlay-meta {
    background: transparent;
    width: auto;
    text-align: right;
    bottom: 30px;
    left: auto;
    right: 30px;
}

.parallax .entry-overlay-meta {
    padding: 20px;
    font-size: 14px;
    text-align: left;
    right: 38px;
    bottom: 130px;
    width: 368px;
    height: auto;
    line-height: inherit;
    background-color: rgba(0,0,0,0.7);
    border-radius: 3px;
}

.parallax.overlay-left .entry-overlay,
.parallax.overlay-left .entry-overlay-meta {
    right: auto;
    left: 30px;
}

.parallax.overlay-left .entry-overlay-meta { left: 38px; }

.parallax.overlay-center .entry-overlay,
.parallax.overlay-center .entry-overlay-meta {
    bottom: 100px;
    right: auto;
    left: 50%;
    margin-left: -192px;
}

.parallax.overlay-center .entry-overlay-meta {
    top: 100px;
    bottom: auto;
    margin-left: -184px;
}

.parallax .entry-overlay-meta h2 {
    font-size: 20px;
    text-transform: uppercase;
    border-bottom: 1px dashed rgba(255,255,255,0.2);
    padding-bottom: 17px;
}

.parallax .entry-overlay-meta h2 a { color: #FFF; }

.parallax .entry-overlay-meta h2 a:hover { color: #DDD; }

.parallax .countdown { top: 0; }

.parallax .countdown-section {
    border-left: 0;
    width: 80px;
    height: 80px;
    margin: 0 8px;
    font-size: 13px;
    background-color: rgba(0,0,0,0.7);
    border-radius: 3px;
    padding-top: 14px;
}

.parallax .countdown-amount {
    font-size: 28px;
    margin-bottom: 6px;
}


@media (max-width: 479px) {
    .parallax .entry-overlay-meta,
    .parallax .entry-overlay {
        left: 50% !important;
        right: 0 !important;
        margin: 0 0 0 -140px !important;
        width: 280px !important;
    }

    .parallax .entry-overlay { width: 288px !important; }

    .parallax .countdown-section {
        width: 64px;
        height: 64px;
        margin: 0 8px 0 0;
        font-size: 11px;
        padding: 0;
        padding-top: 12px;
    }

    .parallax .countdown-amount { font-size: 20px; }
}*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.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-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-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;
}

.uppercase { text-transform: uppercase !important; }

.lowercase { text-transform: lowercase !important; }

.capitalize { text-transform: capitalize !important; }

.nott { text-transform: none !important; }

.tright { text-align: right !important; }

.tleft { text-align: left !important; }

.fright { float: right !important; }

.fleft { float: left !important; }

.fnone { float: none !important; }

.ohidden {
    position: relative;
    overflow: hidden !important;
}

#wrapper {
    position: relative;
    float: none;
    width: 1220px;
    margin: 0 auto;
    background-color: #FFF;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

div.alignright, img.alignright {
    float: right;
    margin: 5px 0 13px 20px;
}

div.alignleft, img.alignleft {
    float: left;
    margin: 5px 20px 13px 0;
    max-width: 100%;
}

.line,
.double-line {
    clear: both;
    position: relative;
    width: 100%;
    margin: 60px 0;
    border-top: 1px solid #EEE;
}

.line.line-sm { margin: 30px 0; }

span.middot {
    display: inline-block;
    margin: 0 5px;
}

.double-line { border-top: 3px double #E5E5E5; }

.emptydiv {
    display: block !important;
    position: relative !important;
}

.allmargin { margin: 50px !important; }

.leftmargin { margin-left: 50px !important; }

.rightmargin { margin-right: 50px !important; }

.topmargin { margin-top: 50px !important; }

.bottommargin { margin-bottom: 50px !important; }

.clear-bottommargin { margin-bottom: -50px !important; }

.allmargin-sm { margin: 30px !important; }

.leftmargin-sm { margin-left: 30px !important; }

.rightmargin-sm { margin-right: 30px !important; }

.topmargin-sm { margin-top: 30px !important; }

.bottommargin-sm { margin-bottom: 30px !important; }

.clear-bottommargin-sm { margin-bottom: -30px !important; }

.allmargin-lg { margin: 80px !important; }

.leftmargin-lg { margin-left: 80px !important; }

.rightmargin-lg { margin-right: 80px !important; }

.topmargin-lg { margin-top: 80px !important; }

.bottommargin-lg { margin-bottom: 80px !important; }

.clear-bottommargin-lg { margin-bottom: -80px !important; }

.nomargin {margin: 0 !important; }

.noleftmargin { margin-left: 0 !important; }

.norightmargin { margin-right: 0 !important; }

.notopmargin { margin-top: 0 !important; }

.nobottommargin { margin-bottom: 0 !important; }

/*.header-stick { margin-top: -50px !important; }

.content-wrap .header-stick { margin-top: -80px !important; }

.footer-stick { margin-bottom: -50px !important; }

.content-wrap .footer-stick { margin-bottom: -80px !important; }*/

.noborder { border: none !important; }

.noleftborder { border-left: none !important; }

.norightborder { border-right: none !important; }

.notopborder { border-top: none !important; }

.nobottomborder { border-bottom: none !important; }

.noradius { -webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; -ms-border-radius: 0 !important; -o-border-radius: 0 !important; border-radius: 0 !important; }

.col-padding { padding: 60px; }

.nopadding { padding: 0 !important; }

.noleftpadding { padding-left: 0 !important; }

.norightpadding { padding-right: 0 !important; }

.notoppadding { padding-top: 0 !important; }

.nobottompadding { padding-bottom: 0 !important; }

.noabsolute { position: relative !important; }

.noshadow { box-shadow: none !important; }

.hidden { display: none !important; }

.nothidden { display: block !important; }

.inline-block {
    float: none !important;
    display: inline-block !important;
}

.center {text-align: center !important;}

.divcenter {
    position: relative !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.nobg { background: none !important; }

.nobgcolor { background-color: transparent !important; }

.t300 { font-weight: 300 !important; }

.t400 { font-weight: 400 !important; }

.t500 { font-weight: 500 !important; }

.t600 { font-weight: 600 !important; }

.t700 { font-weight: 700 !important; }

.ls0 { letter-spacing: 0px !important; }

.ls1 { letter-spacing: 1px !important; }

.ls2 { letter-spacing: 2px !important; }

.ls3 { letter-spacing: 3px !important; }

.ls4 { letter-spacing: 4px !important; }

.ls5 { letter-spacing: 5px !important; }

.noheight { height: 0 !important; }

.nolineheight { line-height: 0 !important; }

.bgicon {
    display: block;
    position: absolute;
    bottom: -60px;
    right: -50px;
    font-size: 210px;
    color: rgba(0,0,0,0.1);
}

.image-fade {width: 100%;}
.image-fade:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;
}

.imagescale {
    display: block;
    overflow: hidden;
}

.imagescale img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.imagescale:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.grayscale {
    filter: brightness(80%) grayscale(1) contrast(90%);
    -webkit-filter: brightness(80%) grayscale(1) contrast(90%);
    -moz-filter: brightness(80%) grayscale(1) contrast(90%);
    -o-filter: brightness(80%) grayscale(1) contrast(90%);
    -ms-filter: brightness(80%) grayscale(1) contrast(90%);
    transition: 1s filter ease;
    -webkit-transition: 1s -webkit-filter ease;
    -moz-transition: 1s -moz-filter ease;
    -ms-transition: 1s -ms-filter ease;
    -o-transition: 1s -o-filter ease;
}

.grayscale:hover {
    filter: brightness(100%) grayscale(0);
    -webkit-filter: brightness(100%) grayscale(0);
    -moz-filter: brightness(100%) grayscale(0);
    -o-filter: brightness(100%) grayscale(0);
    -ms-filter: brightness(100%) grayscale(0);
}

/* MOVING BG -  TESTIMONIALS */
.bganimate {
    -webkit-animation:BgAnimated 30s infinite linear;
    -moz-animation:BgAnimated 30s infinite linear;
    -ms-animation:BgAnimated 30s infinite linear;
    -o-animation:BgAnimated 30s infinite linear;
    animation:BgAnimated 30s infinite linear;
}
@-webkit-keyframes BgAnimated {
    from  {background-position:0 0;}
    to    {background-position:0 400px;}
}
@-moz-keyframes BgAnimated {
    from  {background-position:0 0;}
    to    {background-position:0 400px;}
}
@-ms-keyframes BgAnimated {
    from  {background-position:0 0;}
    to    {background-position:0 400px;}
}
@-o-keyframes BgAnimated {
    from  {background-position:0 0;}
    to    {background-position:0 400px;}
}
@keyframes BgAnimated {
    from  {background-position:0 0;}
    to    {background-position:0 400px;}
}


.input-block-level {
    display: block;
    width: 100% !important;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.vertical-middle {
    height: auto !important;
    left: 0;
}

.magnific-max-width .mfp-content { max-width: 800px; }

.section {
    position: relative;
    margin: 60px 0;
    padding: 60px 0;
    background-color: #F9F9F9;
    overflow: hidden;
}

.parallax {
    background-color: transparent;
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    overflow: hidden;
}

.mobile-parallax,
.video-placeholder {
    background-size: cover !important;
    background-attachment: scroll !important;
    background-position: center center;
}

.section .container { z-index: 2; }

.section .container + .video-wrap { z-index: 1; }

.revealer-image {
    position: relative;
    bottom: -100px;
    transition: bottom .3s ease-in-out;
    -webkit-transition: bottom .3s ease-in-out;
    -o-transition: bottom .3s ease-in-out;
}

.section:hover .revealer-image { bottom: -50px; }

.nobg { background: none !important; }
.nobgcolor { background-color: transparent !important; }

.clear {
    clear: both;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after { clear: both; }
.clearfix { margin: 0 }
.clear-left { clear: left; }
.clear-right { clear: right; }
.clear, .clear-left, .clear-right {
    display: table;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
    background: transparent;
}

.fluid-width-video-wrapper { width: 100%; position: relative; padding: 0; } .fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/* ----------------------------------------------------------------
Preloaders
-----------------------------------------------------------------*/

.preloader,
.preloader2,
.form-process {
    display: block;
    width: 100%;
    height: 100%;
    background: url("../../frontend/BrandMd/ultimate/en_US/BrandMd_ThemeSupport/images/preloader.gif") center center no-repeat #FFF;
}

.preloader2 { background-color: transparent; }

.form-process {
    display: none;
    position: absolute;
    z-index: 3;
    background-color: rgba(255,255,255,0.7);
}

.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;
}

/* Video Overlay
-----------------------------------------------------------------*/

.video-wrap {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.video-wrap video {
    position: relative;
    z-index: 1;
    width: 100%;
}

.video-overlay,
.video-placeholder {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    background: transparent url('../../frontend/BrandMd/ultimate/en_US/BrandMd_ThemeSupport/images/grid.png') repeat;
    -webkit-backface-visibility: hidden;
}

.video-placeholder {
    z-index: 4;
    background-repeat: no-repeat !important;
}

.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%;
}


@media (max-width: 991px) {
    .vertical-middle + .video-wrap {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
}/* ----------------------------------------------------------------
        Columns & Grids
-----------------------------------------------------------------*/
.col_full { width: 100%; }
.col_half { width: 48%; }
.col_one_third { width: 30.63%; }
.col_two_third { width: 65.33%; }
.col_one_fourth { width: 22%; }
.col_three_fourth { width: 74%; }
.col_one_fifth { width: 16.8%; }
.col_two_fifth { width: 37.6%; }
.col_three_fifth { width: 58.4%; }
.col_four_fifth { width: 79.2%; }
.col_one_sixth { width: 13.33%; }
.col_five_sixth { width: 82.67%; }
body.stretched .container-fullwidth {
    position: relative;
    padding: 0 60px;
    width: 100%;
}

.col_full,
.col_half,
.col_one_third,
.col_two_third,
.col_three_fourth,
.col_one_fourth,
.col_one_fifth,
.col_two_fifth,
.col_three_fifth,
.col_four_fifth,
.col_one_sixth,
.col_five_sixth {
    display: block;
    position: relative;
    margin-right: 4%;
    margin-bottom: 50px;
    float: left;
}

.col_full {
    clear: both;
    float: none;
    margin-right: 0;
}

.col_last {
    margin-right: 0 !important;
    clear: right;
}

form .col_full,
form .col_half,
form .col_one_third,
form .col_two_third,
form .col_three_fourth,
form .col_one_fourth,
form .col_one_fifth,
form .col_two_fifth,
form .col_three_fifth,
form .col_four_fifth,
form .col_one_sixth,
form .col_five_sixth { margin-bottom: 25px; }

@media (max-width: 767px) {
    .sidebar,
    .col_full,
    .col_half,
    .col_one_third,
    .col_two_third,
    .col_three_fourth,
    .col_one_fourth,
    .col_one_fifth,
    .col_two_fifth,
    .col_three_fifth,
    .col_four_fifth,
    .col_one_sixth,
    .col_five_sixth {
        width: 100%;
        margin-right: 0;
        float: none;
        margin-bottom: 50px !important;
    }

    .sidebar.col_last { margin-bottom: 0 !important; }

    form .col_full,
    form .col_half,
    form .col_one_third,
    form .col_two_third,
    form .col_three_fourth,
    form .col_one_fourth,
    form .col_one_fifth,
    form .col_two_fifth,
    form .col_three_fifth,
    form .col_four_fifth,
    form .col_one_sixth,
    form .col_five_sixth { margin-bottom: 25px !important; }

}.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    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;
}
button.btn {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: 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: #333333;
    text-decoration: none;
}
.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    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: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}
.btn-default:focus,
.btn-default.focus {
    color: #333333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}
.btn-default:hover {
    color: #333333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #333333;
    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: #333333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #ffffff;
    border-color: #cccccc;
}
.btn-default .badge {
    color: #ffffff;
    background-color: #333333;
}
.btn-primary {
    color: #ffffff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
    color: #ffffff;
    background-color: #286090;
    border-color: #122b40;
}
.btn-primary:hover {
    color: #ffffff;
    background-color: #286090;
    border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    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: #ffffff;
    background-color: #204d74;
    border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn-primary .badge {
    color: #337ab7;
    background-color: #ffffff;
}
.btn-success {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
    color: #ffffff;
    background-color: #449d44;
    border-color: #255625;
}
.btn-success:hover {
    color: #ffffff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    color: #ffffff;
    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: #ffffff;
    background-color: #398439;
    border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success .badge {
    color: #5cb85c;
    background-color: #ffffff;
}
.btn-info {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #1b6d85;
}
.btn-info:hover {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    color: #ffffff;
    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: #ffffff;
    background-color: #269abc;
    border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info .badge {
    color: #5bc0de;
    background-color: #ffffff;
}
.btn-warning {
    color: #ffffff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
    color: #ffffff;
    background-color: #ec971f;
    border-color: #985f0d;
}
.btn-warning:hover {
    color: #ffffff;
    background-color: #ec971f;
    border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    color: #ffffff;
    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: #ffffff;
    background-color: #d58512;
    border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning .badge {
    color: #f0ad4e;
    background-color: #ffffff;
}
.btn-danger {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
    color: #ffffff;
    background-color: #c9302c;
    border-color: #761c19;
}
.btn-danger:hover {
    color: #ffffff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    color: #ffffff;
    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: #ffffff;
    background-color: #ac2925;
    border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger .badge {
    color: #d9534f;
    background-color: #ffffff;
}
.btn-link {
    color: #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%;
}


.collapse {
    display: none;
    visibility: hidden;
}
.collapse.in {
    display: block;
    visibility: visible;
}
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;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    -o-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 solid;
    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: #ffffff;
    border: 1px solid #cccccc;
    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);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.dropdown .dropdown-menu li{ padding: 0px;}

.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: #ffffff;
    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 solid;
    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-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-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.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="wp-buttons"] > .btn input[type="radio"],
[data-toggle="wp-buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="wp-buttons"] > .btn input[type="checkbox"],
[data-toggle="wp-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-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 #cccccc;
    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 {
    margin-left: -1px;
}/*! 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: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../../frontend/BrandMd/ultimate/en_US/Lof_All/lib/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../../frontend/BrandMd/ultimate/en_US/Lof_All/lib/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/BrandMd/ultimate/en_US/Lof_All/lib/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../../frontend/BrandMd/ultimate/en_US/Lof_All/lib/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .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/BrandMd/ultimate/en_US/Lof_All/lib/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/BrandMd/ultimate/en_US/Lof_All/lib/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}.block-miniquote .block-content > .actions > .primary .action.primary {
    line-height: 2.2rem;
    padding: 14px 17px;
    font-size: 1.8rem
}

.block-miniquote .items-total {
    float: left;
    margin: 0 10px
}

.block-miniquote .items-total .count {
    font-weight: 700
}

.block-miniquote .subtotal {
    margin: 0 10px;
    text-align: right
}

.block-miniquote .amount .price-wrapper:first-child .price {
    font-size: 18px;
    font-weight: 700
}

.block-miniquote .subtitle {
    display: none
}

.block-miniquote .subtitle.empty {
    display: block;
    font-size: 14px;
    padding: 30px 0 20px;
    text-align: center
}

.block-miniquote .text.empty {
    text-align: center
}

.block-miniquote .block-content > .actions {
    margin-top: 15px
}

.block-miniquote .block-content > .actions > .secondary {
    text-align: center
}

.block-miniquote .block-content > .actions > .primary {
    margin: 0 10px 15px
}

.block-miniquote .block-content > .actions > .primary .action.primary {
    display: block;
    width: 100%
}

.block-miniquote .block-content > .actions .paypal-logo {
    margin-top: 15px;
    text-align: center
}

.block-miniquote .block-category-link,.block-miniquote .block-product-link,.block-miniquote .block-cms-link,.block-miniquote .block-banners {
    margin: 15px 0 0;
    text-align: center
}

.miniquote-wrapper {
    display: inline-block;
    position: relative;
    float: right
}

.miniquote-wrapper:before,.miniquote-wrapper:after {
    content: '';
    display: table
}

.miniquote-wrapper:after {
    clear: both
}

.miniquote-wrapper .action.showquote {
    cursor: pointer;
    display: inline-block;
    text-decoration: none
}

/*.miniquote-wrapper .action.showquote:before {
    -webkit-font-smoothing: antialiased;
    font-size: 22px;
    line-height: 28px;
    color: #8f8f8f;
    content: '\e611';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}*/

.miniquote-wrapper .action.showquote:hover:before {
    color: #333
}

.miniquote-wrapper .action.showquote:active:before {
    color: #8f8f8f
}

.miniquote-wrapper .action.showquote.active {
    display: inline-block;
    text-decoration: none
}

.miniquote-wrapper .action.showquote.active:before {
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    line-height: 1.8;
    color: #8f8f8f;
    content: '\e611';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.miniquote-wrapper .action.showquote.active:hover:before {
    color: #333
}

.miniquote-wrapper .action.showquote.active:active:before {
    color: #8f8f8f
}

.miniquote-wrapper .block-miniquote {
    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;
    top: 100%;
    box-shadow: 0 3px 3px rgba(0,0,0,0.15)
}

.miniquote-wrapper .block-miniquote li {
    margin: 0
}

.miniquote-wrapper .block-miniquote li:hover {
    cursor: pointer
}

.miniquote-wrapper .block-miniquote:before,.miniquote-wrapper .block-miniquote:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0
}

.miniquote-wrapper .block-miniquote:before {
    border: 6px solid;
    border-color: transparent transparent #fff transparent;
    z-index: 99
}

.miniquote-wrapper .block-miniquote:after {
    border: 7px solid;
    border-color: transparent transparent #bbb transparent;
    z-index: 98
}

.miniquote-wrapper .block-miniquote:before {
    left: 10px;
    top: -12px
}

.miniquote-wrapper .block-miniquote:after {
    left: 9px;
    top: -14px
}

.miniquote-wrapper.active {
    overflow: visible
}

.miniquote-wrapper.active .block-miniquote {
    display: block;
    position: absolute
}

.miniquote-wrapper .block-miniquote {
    padding: 25px 20px;
    right: 0;
    width: 320px
}

.miniquote-wrapper .block-miniquote .block-title {
    display: none
}

.miniquote-wrapper .block-miniquote:after {
    left: auto;
    right: 25px
}

.miniquote-wrapper .block-miniquote:before {
    left: auto;
    right: 26px
}

.miniquote-wrapper .product .actions {
    float: right;
    margin: -24px 0 0
}

.miniquote-wrapper .product .actions > .primary,.miniquote-wrapper .product .actions > .secondary {
    display: inline
}

.miniquote-wrapper .product .actions > .primary:not(:last-child),.miniquote-wrapper .product .actions > .secondary:not(:last-child) {
    margin-right: 15px
}

.miniquote-wrapper .action.close {
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    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
}

.miniquote-wrapper .action.close:focus,.miniquote-wrapper .action.close:active {
    background: none;
    border: none
}

.miniquote-wrapper .action.close:hover {
    background: none;
    border: none
}

.miniquote-wrapper .action.close.disabled,.miniquote-wrapper .action.close[disabled],fieldset[disabled] .miniquote-wrapper .action.close {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .5
}

.miniquote-wrapper .action.close > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.miniquote-wrapper .action.close:before {
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 16px;
    color: #8f8f8f;
    content: '\e616';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.miniquote-wrapper .action.close:hover:before {
    color: inherit
}

.miniquote-wrapper .action.close:active:before {
    color: inherit
}

.miniquote-wrapper .action.showquote {
    white-space: nowrap
}

.miniquote-wrapper .action.showquote .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
}

.miniquote-wrapper .action.showquote .counter.qty.empty {
    display: none
}

.miniquote-wrapper .action.showquote .counter.qty .loader > img {
    max-width: 24px
}

.miniquote-wrapper .miniquote-widgets {
    margin-top: 15px
}

.miniquote-items-wrapper {
    border: 1px solid #ccc;
    margin: 0 -20px;
    border-left: 0;
    border-right: 0;
    overflow-x: auto;
    padding: 15px
}

.miniquote-items {
    margin: 0;
    padding: 0;
    list-style: none none
}

.miniquote-items .product-item {
    padding: 20px 0
}

.miniquote-items .product-item:not(:first-child) {
    border-top: 1px solid #ccc
}

.miniquote-items .product-item:first-child {
    padding-top: 0
}

.miniquote-items .product-item-pricing .label {
    display: inline-block;
    width: 4.5rem
}

.miniquote-items .price-miniquote {
    margin-bottom: 5px
}

.miniquote-items .product-item-name {
    font-weight: 400;
    margin: 0 0 10px
}

.miniquote-items .product-item-name a {
    color: #1979c3
}

.miniquote-items .product-item-details {
    padding-left: 128px;
}

.miniquote-items .product-item-details .price {
    font-weight: 700
}

.miniquote-items .product-item-details .price-including-tax,.miniquote-items .product-item-details .price-excluding-tax {
    margin: 5px 0
}

.miniquote-items .product-item-details .weee[data-label] {
    font-size: 1.1rem
}

.miniquote-items .product-item-details .details-qty {
    margin-top: 10px
}

.miniquote-items .product > .product-item-photo,.miniquote-items .product > .product-image-container {
    float: left;
    margin-left: 30px;
}

.miniquote-items .product .toggle {
    border: 0;
    padding: 0 40px 5px 0
}

.miniquote-items .product .toggle:after {
    color: #8f8f8f;
    margin: 0 0 0 5px;
    position: static
}

.miniquote-items .product .active > .toggle:after {
    content: '\e621'
}

.miniquote-items .product.pricing {
    margin-top: 3px
}

.miniquote-items .product.options .toggle.tooltip {
    display: inline-block;
    text-decoration: none
}

.miniquote-items .product.options .toggle.tooltip > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.miniquote-items .product.options .toggle.tooltip:after {
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    line-height: 12px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: -3px 0 0 7px;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.miniquote-items .product.options .details {
    display: none
}

.miniquote-items .item-qty {
    margin-right: 10px;
    text-align: center;
    width: 40px
}

.miniquote-items .update-quote-item {
    font-size: 1.1rem;
    vertical-align: top
}

.miniquote-items .subtitle {
    display: none
}

.miniquote-items .action.edit,.miniquote-items .action.delete {
    display: inline-block;
    text-decoration: none
}

.miniquote-items .action.edit > span,.miniquote-items .action.delete > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.miniquote-items .action.edit:before,.miniquote-items .action.delete:before {
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    line-height: 20px;
    color: #8f8f8f;
    content: '\e601';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.miniquote-items .action.edit:hover:before,.miniquote-items .action.delete:hover:before {
    color: #333
}

.miniquote-items .action.edit:active:before,.miniquote-items .action.delete:active:before {
    color: #8f8f8f
}

.miniquote-items .action.delete:before {
    content: '\e604'
}

.opc-estimated-wrapper .miniquote-wrapper button.action.showquote {
    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
}

.opc-estimated-wrapper .miniquote-wrapper button.action.showquote:focus,.opc-estimated-wrapper .miniquote-wrapper button.action.showquote:active {
    background: none;
    border: none
}

.opc-estimated-wrapper .miniquote-wrapper button.action.showquote:hover {
    background: none;
    border: none
}

.opc-estimated-wrapper .miniquote-wrapper button.action.showquote.disabled,.opc-estimated-wrapper .miniquote-wrapper button.action.showquote[disabled],fieldset[disabled] .opc-estimated-wrapper .miniquote-wrapper button.action.showquote {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .5
}

.opc-estimated-wrapper .miniquote-wrapper button.action.showquote:before {
    color: #333
}

.opc-block-summary .miniquote-items-wrapper {
    margin: 0 -15px 0 0;
    max-height: 370px;
    padding: 15px 15px 0 0;
    border: 0
}

.miniquote-items .product-image-wrapper {
    height: auto;
    padding: 0 !important
}

.miniquote-items .product-image-wrapper .product-image-photo {
    position: static
}

.miniquote-items .product-item-details .weee[data-label] .label {
    display: none
}

.block-miniquote .paypal,.quote-summary .paypal {
    display: block
}

.miniquote-wrapper .action.showquote .text,.miniquote-wrapper .action.showquote .counter-label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.miniquote-items .product.options .toggle > span,.shipping-policy-block.field-tooltip .field-tooltip-action span {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.miniquote-items .product-item > .product:before,.miniquote-items .product-item > .product:after {
    content: '';
    display: table
}

.miniquote-items .product-item > .product:after {
    clear: both
}

.miniquote-items .product .toggle {
    border-top: 1px solid #ccc;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    padding: 10px 40px 10px 15px;
    display: block;
    text-decoration: none
}

.miniquote-items .product .toggle:after {
    position: absolute;
    right: 20px;
    top: 10px
}

.miniquote-items .product .toggle > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.miniquote-items .product .toggle:after {
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    line-height: 12px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 3px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.block-miniquote .subtotal .label:after,.miniquote-items .details-qty .label:after,.miniquote-items .price-miniquote .label:after {
    content: ': '
}

.box-tocart .action.toquote {
    line-height: 2.2rem;
    padding: 14px 17px;
    font-size: 1.8rem;
}
.miniquote-wrapper {
    margin-left: 13px
}
@media only screen and (max-width: 479px) {
    .miniquote-wrapper .block-miniquote {
        width: 290px
    }
}

@media only screen and (max-width: 639px) {
    .miniquote-wrapper {
        margin-top: 10px
    }
}

@media all and (min-width: 768px),print {

    .miniquote-wrapper .block-miniquote {
        right: -15px;
        width: 390px;
    }

    .miniquote-wrapper .action.edit:before {
        font-size: 16px;
        line-height: inherit
    }

    .box-tocart .action.toquote {
        margin-bottom: 0;
        margin-right: 1%;
        width: 49%;
    }
}

@media all and (max-width: 768px) {
    .miniquote-items .product-item-details {
        padding-left: 88px;
    }

    .miniquote-items .product > .product-item-photo, .miniquote-items .product > .product-image-container {
        margin-left: 0;
    }
}.product-item .rfq-form .toquote {
    font-size: 1.3rem;
    border-radius: 0;
    line-height: 1;
    padding-bottom: 10px;
    padding-top: 10px;
    white-space: nowrap;
    background: none;
    color: #1979c3;
}
.product-addtoquote-button {
    margin-top: 10px;
    border-radius: 0px;
    padding: 7px 6px;
}
.catalog-product_compare-index .action.primary,
.catalog-product_compare-index .action.product-addtoquote-button{
    margin-top: 0;
    margin-bottom: 10px;
}
.product-item .rfq-form .toquote:hover {
    background: #1979c3;
    color: #FFF;
}

.columns .product-items .rfq-form {
    margin-top: 3px;
}

#rfq-confirm h1 {
    text-align: center;
    padding: 20px 5px;
    margin: 0;
    background: #1979c3;
    color: #FFF;
}

#rfq-confirm #messageBox {
    text-align: center;
    padding: 10px 15px;
    margin-top: 10px;
}

#rfq-confirm p {
    margin-bottom: 1.5rem;
}

#rfq-confirm #confirmButtons {
    padding: 5px 0 20px;
    text-align: center;
    clear: both;
}

#rfq-confirm #confirmButtons .action.primary {
    max-width: 180px;
    margin: 0 auto;
    display: block;
    text-transform: uppercase;
    margin-bottom: 10px;
}

/** MINI QUOTE **/
.miniquote-wrapper .action.showquote:before, .miniquote-wrapper .action.showquote.active:before {
    content: "\e612";
}

.miniquote-wrapper .product.list .label {
    width: 20%;
    display: inline-block;
}

.miniquote-wrapper .product.list .values {
    display: inline-block;
    width: 75%;
}

/** PRODUCT PAGE **/
#quote-sidebar .sidebar-title {
    padding-bottom: 10px;
    color: #333;
    font-weight: 300;
    font-size: 2.6rem;
}

#quote-sidebar .block .title {
    padding-bottom: 10px;
    color: #333;
    font-weight: 300;
    font-size: 2.6rem;
    border-top: 0;
    border-bottom: 1px solid #ccc;
}

#quote-sidebar .block .title:after {
    top: 10px;
    line-height: inherit;
}

#quote-sidebar .fieldset {
    margin-bottom: 0;
}

#product-addtoquote-button {
    /*background: none;
    color: #006bb4;*/
}

#product-addtoquote-button:hover {
    /*background: #006bb4;*/
    color: #FFF;
}

#quote-sidebar .block .label {
    font-weight: 400;
}

#quote-sidebar .block .content {
    margin: 30px 0 0;
    padding: 0;
}

#quote-sidebar .action.primary {
    line-height: 2.2rem;
    padding: 14px 17px;
    font-size: 1.8rem;
    width: 100%;
    margin-top: 30px;
}

#quote-sidebar .customer-details .title:after {
    display: none;
}

#quote-sidebar .customer-details .content {
    display: block;
}

#quote-sidebar .field.street .control input:last-child {
    margin-top: 10px;
}

@media all and (min-width: 768px),print {
    .quotation-quote-index .cart-container .form-cart {
        width: 70%;
    }

    .quotation-quote-index .cart-container .cart-summary {
        min-width: 30%;
    }

    .quotation-quote-index .authentication-wrapper {
        width: 100%;
        max-width: 100%;
    }

    .quotation-quote-index .cart-summary .block>.title:after {
        top: 35px;
        right: 20px;
        left: auto;
        font-size: 2rem;
    }
}

.quotation-quote-index .cart-container .cart-summary {
    padding: 20px;
   /*z-index: 9;*/
}

@media all and (min-width: 768px),print {
    #quote-sidebar .col1, #quote-sidebar .col2 {
        width: 48%;
        display: inline-block;
        float: left;
    }

    #quote-sidebar .col2 {
        float: right
    }
}

.quotation-quote-index #shopping-cart-table .input-text.customprice {
    height: 36px;
    margin-top: -7px;
    text-align: center;
    width: 100px;
}

.quotation-quote-index #shopping-cart-table .cart-price .price {
    font-weight: normal;
    margin-top: 5px;
    display: block;
    font-size: 14px;
}

.rfq-addnote {
    font-weight: 600;
    color: #1979c3;
    cursor: pointer;
}

.rfq-addnote:hover {
    text-decoration: underline;
}

.rfq-description {
    display: none;
}

.quotation-quote-view .cart.table-wrapper {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    margin-top: -1px;
    padding: 25px;
}

#shopping-cart-table .cart:last-child {
    border-bottom: 0;
}

.quotation-quote-view .quote-expiry {
    text-transform: uppercase;
    margin-top: 6px;
    padding: 5px 10px;
    display: inline-block;
    vertical-align: top;
    border: 2px solid transparent;
    border-radius: 3px;
}

.quotation-quote-view .column.main .primary .action {
    line-height: 2.2rem;
    padding: 14px 17px;
    font-size: 1.8rem;
    width: 300px;
    margin-top: 30px;
}

.miniquote-wrapper.has-icon .showquote:before, .miniquote-wrapper.has-icon .action.showquote.active:before {
    display: none;
}

.quotation-quote-view #shopping-cart-table .product-item-name > span {
    display: none;
}
.miniquote-wrapper .product.list.options {
    clear: both;
    width: 100%;
    display: inline-block;
}
.miniquote-wrapper .product.list.options .label {
    width: auto;
    float: left;
    margin-right: 5px;
}
.miniquote-wrapper .product.list.options .label:after {
    content: ":";
    margin-left: 5px;
}
.miniquote-wrapper .product.list.options .values {
    width: auto;
    float: left;
}
.quotation-quote-index .modal-popup .modal-content div[class*="popup-attachment"] .product.media {
    width: 100%;
}
@media (min-width: 768px) and (max-width: 992px) {
    .quotation-quote-index #shopping-cart-table .input-text.customprice {
        padding: 0;
        width: 90%;
    }
}

@media (max-width: 768px) {
    .quotation-quote-view .cart.table-wrapper {
        padding: 0;
    }

    .quotation-quote-view #shopping-cart-table tr {
        display: block;
    }

    .quotation-quote-view .cart.table-wrapper .item .col {
        padding: 0;
        width: 100%;
        text-align: left;
        display: block;
    }

    .quotation-quote-view .cart.table-wrapper .product-item-photo {
        position: static;
    }

    .quotation-quote-view .table-wrapper #shopping-cart-table.table>tbody>tr td:before, .quotation-quote-view .table-wrapper #shopping-cart-table.table>tbody>tr th:before {
        padding-right: 10px;
        content: attr(data-th) ': ';
        display: inline-block;
        color: #111;
        font-weight: 700
    }

    .quotation-quote-view .cart.table-wrapper .item .col.qty, .quotation-quote-view .cart.table-wrapper .item .col.sku {
        text-align: right;
    }

    .quotation-quote-view .cart.table-wrapper .item .col.price span, .quotation-quote-view .cart.table-wrapper .item .col .qty {
        display: inline-block;
    }

    .quotation-quote-view .cart.table-wrapper {
        border: 0;
    }

    .quote-items {
        border: 1px solid #ccc;
        margin-bottom: 40px;
        padding: 10px;
    }

    .quotation-quote-view .cart.table-wrapper .cart>.item {
        padding: 10px 0;
    }

    .quotation-quote-view .product-image-container {
        padding-top: 10px;
    }

    .quotation-quote-view .quote-items {
        margin-bottom: 0;
    }

    .quotation-quote-view #shopping-cart-table .product-item-name > span {
        display: block;
        font-size: initial;
        font-weight: bold;
        font-size: 14px;
        display: inline-block;
        padding-right: 10px;
    }

    .quotation-quote-view .column.main .primary .action {
        width: 100%
    }
	.quotation-quote-index .cart.actions button { margin:0 0 3px 0;}
}/**
 * Copyright © 2017 Ajay Makwana (ajay.makwana@rightwaysolution.com). All rights reserved.
 * See LICENSE.txt for license details (http://opensource.org/licenses/osl-3.0.php).
 *
 * Life is a code
 */

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

.background-holder {
    padding-bottom: 20px;
    margin-bottom: 20px;
    background: #F5F5F5;
    padding: 20px;
}

.background-holder:hover {
    box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
}

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

.background-holder .background-header .background-info {padding: 0 0 10px 0;}
.background-holder .background-header .background-info .item,
.background-holder .background-header .background-info .dash {display: inline-block;}
.background-holder .background-header .background-info .label {font-weight: 700;}
.background-holder .background-header .background-info .value {font-style: italic;}


.background-list {
    margin-top: 20px;
    margin-bottom: 20px;
    list-style: none;
}

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

.background-category-view .category-content {padding-left: 40px;}

.background-content .background-description img {margin:0 15px 0 15px;}
.background-content .background-description ul,
.background-content .background-description ol {list-style-position: inside;}

.background-content .background-description .background-ftimg-hld {float: left; margin: 0 15px 0 15px; width: 33%}
.background-content .background-description .background-ftimg-hld img {width:100%; padding:0px; margin:0px;}
@media (max-width: 496px) {
  .background-content .background-description .background-ftimg-hld {width: 100%; margin:0px;}
}

.background-list .background-header .background-title {max-width:80%;}
.background-list .background-header .background-title a {
    text-decoration: none;
    font-size: 22px;
    color: #636363;
}



.background-list .background-header .background-title {
    margin: 0px;
    padding: 10px 0;
    float:left;
}


.background-list .hidden {display:none;}


.background-view .background-bottom {margin-top:30px;}

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

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

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

.widget.block-recent-backgrounds .block-content .item {
        padding: 8px 0 0px 0px;
}

.widget.block-categories ul {
    list-style: initial;
    padding-left:0px;
}

.widget.block-categories ul ul {
    margin-left:20px;
}

.widget.block-categories ul,
.widget.block-categories li {
    margin: 5px 0 5px 9px;
    padding: 0px;
}

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


.widget.background-search {
    width:100%;
    margin-bottom: 40px;
    position: relative;
    float: right;
    padding-left: 15px;
    z-index: 4;
}

.widget.background-search .block-content {
    margin-bottom: 0;
}

.widget.background-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.background-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
    clear: both;
}

.widget.background-search input {
    position: static;
    padding-right: 35px;
    margin: 0;
    left: -300%;
}

.widget.background-search .action.search {
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
    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;
}

.widget.background-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 32px;
    color: #8f8f8f;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.widget.background-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* Tag claud widget */
.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}

.background-widget-recent .background-list {
    padding: 0px;
    margin: 0px;
}

.background-widget-recent .background-holder {
    width: 29%;
    float: left;
    margin: 5px;
}

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

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

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


@media (max-width: 420px) {
  #dnbbackground_gcomments {max-width:345px; overflow-y: scroll;}
}/**
 * Copyright © 2017 Ajay Makwana (ajay.makwana@rightwaysolution.com). All rights reserved.
 * See LICENSE.txt for license details (http://opensource.org/licenses/osl-3.0.php).
 *
 * Life is a code
 */

/*
 * Placeholder rule: this file otherwise contains only comments, which the CSS
 * minifier strips, producing an EMPTY .min.css. In 2.4.9 an empty minified asset
 * throws "Unable to get content ... after 3 attempts" during CSS merge and breaks
 * the whole merged stylesheet. This unused, no-op rule keeps the output non-empty.
 */
.designnbuy-background-placeholder { display: none; }/**
 * Copyright © 2017 Ajay Makwana (ajay.makwana@rightwaysolution.com). All rights reserved.
 * See LICENSE.txt for license details (http://opensource.org/licenses/osl-3.0.php).
 *
 * Life is a code
 */

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

.color-holder {
    padding-bottom: 20px;
    margin-bottom: 20px;
    background: #F5F5F5;
    padding: 20px;
}

.color-holder:hover {
    box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
}

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

.color-holder .color-header .color-info {padding: 0 0 10px 0;}
.color-holder .color-header .color-info .item,
.color-holder .color-header .color-info .dash {display: inline-block;}
.color-holder .color-header .color-info .label {font-weight: 700;}
.color-holder .color-header .color-info .value {font-style: italic;}


.color-list {
    margin-top: 20px;
    margin-bottom: 20px;
    list-style: none;
}

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

.color-category-view .category-content {padding-left: 40px;}

.color-content .color-description img {margin:0 15px 0 15px;}
.color-content .color-description ul,
.color-content .color-description ol {list-style-position: inside;}

.color-content .color-description .color-ftimg-hld {float: left; margin: 0 15px 0 15px; width: 33%}
.color-content .color-description .color-ftimg-hld img {width:100%; padding:0px; margin:0px;}
@media (max-width: 496px) {
  .color-content .color-description .color-ftimg-hld {width: 100%; margin:0px;}
}

.color-list .color-header .color-title {max-width:80%;}
.color-list .color-header .color-title a {
    text-decoration: none;
    font-size: 22px;
    color: #636363;
}



.color-list .color-header .color-title {
    margin: 0px;
    padding: 10px 0;
    float:left;
}


.color-list .hidden {display:none;}


.color-view .color-bottom {margin-top:30px;}

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

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

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

.widget.block-recent-colors .block-content .item {
        padding: 8px 0 0px 0px;
}

.widget.block-categories ul {
    list-style: initial;
    padding-left:0px;
}

.widget.block-categories ul ul {
    margin-left:20px;
}

.widget.block-categories ul,
.widget.block-categories li {
    margin: 5px 0 5px 9px;
    padding: 0px;
}

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


.widget.color-search {
    width:100%;
    margin-bottom: 40px;
    position: relative;
    float: right;
    padding-left: 15px;
    z-index: 4;
}

.widget.color-search .block-content {
    margin-bottom: 0;
}

.widget.color-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.color-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
    clear: both;
}

.widget.color-search input {
    position: static;
    padding-right: 35px;
    margin: 0;
    left: -300%;
}

.widget.color-search .action.search {
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
    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;
}

.widget.color-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 32px;
    color: #8f8f8f;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.widget.color-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* Tag claud widget */
.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}

.color-widget-recent .color-list {
    padding: 0px;
    margin: 0px;
}

.color-widget-recent .color-holder {
    width: 29%;
    float: left;
    margin: 5px;
}

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

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

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


@media (max-width: 420px) {
  #dnbcolor_gcomments {max-width:345px; overflow-y: scroll;}
}/**
 * Copyright © 2017 Ajay Makwana (ajay.makwana@rightwaysolution.com). All rights reserved.
 * See LICENSE.txt for license details (http://opensource.org/licenses/osl-3.0.php).
 *
 * Life is a code
 */

/* Placeholder rule: this file has only comments; the CSS minifier strips them,
   producing an EMPTY .min.css which breaks 2.4.9 CSS merge
   (NotFoundException: Unable to get content ... after 3 attempts). Keeps it non-empty. */
.dnb-empty-css-placeholder{display:none}/**
 * Copyright © 2017 Ajay Makwana (ajay.makwana@rightwaysolution.com). All rights reserved.
 * See LICENSE.txt for license details (http://opensource.org/licenses/osl-3.0.php).
 *
 * Life is a code
 */

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

.designidea-holder {
    padding-bottom: 20px;
    margin-bottom: 20px;
    designidea: #F5F5F5;
    padding: 20px;
}

.designidea-holder:hover {
    box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
}

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

.designidea-holder .designidea-header .designidea-info {padding: 0 0 10px 0;}
.designidea-holder .designidea-header .designidea-info .item,
.designidea-holder .designidea-header .designidea-info .dash {display: inline-block;}
.designidea-holder .designidea-header .designidea-info .label {font-weight: 700;}
.designidea-holder .designidea-header .designidea-info .value {font-style: italic;}


.designidea-list {
    margin-top: 20px;
    margin-bottom: 20px;
    list-style: none;
}

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

.designidea-category-view .category-content {padding-left: 40px;}

.designidea-content .designidea-description img {margin:0 15px 0 15px;}
.designidea-content .designidea-description ul,
.designidea-content .designidea-description ol {list-style-position: inside;}

.designidea-content .designidea-description .designidea-ftimg-hld {float: left; margin: 0 15px 0 15px; width: 33%}
.designidea-content .designidea-description .designidea-ftimg-hld img {width:100%; padding:0px; margin:0px;}
@media (max-width: 496px) {
  .designidea-content .designidea-description .designidea-ftimg-hld {width: 100%; margin:0px;}
}

.designidea-list .designidea-header .designidea-title {max-width:80%;}
.designidea-list .designidea-header .designidea-title a {
    text-decoration: none;
    font-size: 22px;
    color: #636363;
}



.designidea-list .designidea-header .designidea-title {
    margin: 0px;
    padding: 10px 0;
    float:left;
}


.designidea-list .hidden {display:none;}


.designidea-view .designidea-bottom {margin-top:30px;}

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

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

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

.widget.block-recent-designideas .block-content .item {
        padding: 8px 0 0px 0px;
}

.widget.block-categories ul {
    list-style: initial;
    padding-left:0px;
}

.widget.block-categories ul ul {
    margin-left:20px;
}

.widget.block-categories ul,
.widget.block-categories li {
    margin: 5px 0 5px 9px;
    padding: 0px;
}

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


.widget.designidea-search {
    width: 21%;
    margin: 20px 0px 0px 0px !important;
    position: relative;
    float: right;
    /*fpadding-left: 15px;*/
    z-index: 0;
}

.widget.designidea-search .block-content {
    margin-bottom: 0;
}

.widget.designidea-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.designidea-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
    clear: both;
}

.widget.designidea-search input {
    position: static;
    padding-right: 35px;
    margin: 0;
    left: -300%;
}

.widget.designidea-search .action.search {
    position: absolute;
    right: 0px;
    top: 0;
    z-index: 1;
    display: inline-block;
    designidea-image: none;
    designidea: 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;
}

.theme-pearl.store-view-default .sidebar button.search:hover { background: #000; }

.widget.designidea-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 32px;
    color: #8f8f8f;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

#designidea_search_mini_form .action.search:before {
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 32px;
    color: #8f8f8f;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    width: 35px;
}

.widget.designidea-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* Tag claud widget */
.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}

.designidea-widget-recent .designidea-list {
    padding: 0px;
    margin: 0px;
}

.designidea-widget-recent .designidea-holder {
    width: 29%;
    float: left;
    margin: 5px;
}

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

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

.dnbdesignidea-autoloader {text-align: center;}
.dnbdesignidea-autoloader .dnbdesignidea-show-onload {display: none;}
.column.main .products-grid .product-item .product-item-info{
    box-sizing: border-box;
    float: left;
    display: inline-block;
}

.design-idea-lists{clear: both}
/* category sidebar */
.faicon{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    line-height: inherit;
    color: inherit;
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    position: absolute;
    right: 13px;
    top: 10px;
}
.faicon-plus:after{
    content: '\e622';
}
.faicon-minus:after{
    content: '\e621';designer-info
}
.widget.block-categories .category-filter ul{
    margin: 0;
}
.widget.block-categories .category-filter li{
    margin: 0;
    list-style: none;
}
.column.main .products-grid .template-list .product-item .product-item-info .product-item-details > *{
    z-index: 1;
}
.column.main .products-grid .designidea-list .product-item .product-item-info .product-item-details > *{
    z-index: 1;
}
.widget .block-title.sidebar-title strong{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
}
.category-filter > ul > li{
    margin: 0;
    overflow: hidden;
    position: relative;
    word-break: break-all;
    z-index: 1;
    display: block;
    text-decoration: none;
}
.category-filter > ul > li > a {
    padding: 10px 40px 10px 0;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #999999;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    cursor: pointer;
}
.widget.block-categories .category-filter > ul > li ul{
    margin-left: 20px;
}
.widget.block-categories .category-filter > ul > li ul > li{
    margin: 10px 0;
}
.category-filter > ul > li ul > li a{
    text-transform: none;
    font-weight: 400;
    font-size: 12px;
    cursor: pointer;
}
/* category listing */
.products-grid .designidea-list .product-item-info{
    border: 1px solid #bbbbbb;
    border-radius: 0;
}
.products-grid .designidea-list .product-item-info .product-item-details{
    text-align: center;
}
.designidea-list .product-image-photo{
    width: auto;
    max-height: 100%;
}
.toolbar.toolbar-products {
    clear: both;
}
.designidea-list-wrapper .designer-name {
    display: block;
    margin-bottom: 10px;
}
.designidea-list-wrapper .product-image-container{
    width: 100%;
}
@media (max-width: 420px) {
  #dnbdesignidea_gcomments {max-width:345px; overflow-y: scroll;}
}


@media (min-width: 1024px), print{
    .page-products .upsell-designidea-container .products-grid.designidea-list-wrapper .product-item {
        /*width: 19.22%;*/
        width: calc(19.22% - 15px);
        clear: none;
        float: left;
        margin-left: 15px;
    }
    
}
@media (max-width: 1023px), print{
    .page-products .products-grid.designidea-list-wrapper .product-item{
        padding: 0 10px !important;
        box-sizing: border-box;
    }
    .column.main .page-products .products-grid.designidea-list-wrapper .product-item:hover{
        padding: 0 10px !important;
    }
    :root .theme-pearl .column.main .product-items.designidea-list,
    .designidea-list{
        margin-left: -10px;
        margin-right: -10px;
    }
}
@media only screen and (max-width: 767px){
    .theme-pearl.store-view-default h1,
    h1.page-title{
        display: inline-block;
    }
    .widget.designidea-search{
        width: 30%;
        margin-top: 0 !important;
    }
    .designidea-category-view .page-products .columns{
        padding-top: 10px;
    }
}
@media only screen and (max-width: 479px){
    .theme-pearl.store-view-default h1,
    h1.page-title{
        width: 100%;
    }
    .widget.designidea-search{
        clear: both;
        min-width: 200px;
        float: left;
        margin-top: 10px !important;
    }
}/**
 * Copyright © 2017 Ajay Makwana (ajay.makwana@rightwaysolution.com). All rights reserved.
 * See LICENSE.txt for license details (http://opensource.org/licenses/osl-3.0.php).
 *
 * Life is a code
 */

/* Placeholder rule: this file has only comments; the CSS minifier strips them,
   producing an EMPTY .min.css which breaks 2.4.9 CSS merge
   (NotFoundException: Unable to get content ... after 3 attempts). Keeps it non-empty. */
.dnb-empty-css-placeholder{display:none}#generalChatpopup {
    position: fixed;
    z-index: 99;
    bottom: 0;
    margin-bottom: 40px;
    margin-left: 40px;
    margin-right: 40px;
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 60px);
}

.generalChat-icon{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background-color: #fa764f;
    color: #fff;
    cursor: pointer;
    border-radius: 100%;
    transition: .3s;
    margin: 17px 45px;
    font-size: 20px;
}

.generalChat-popup {
    display: none;
    width: 100%;
    min-width: 380px;
    max-width: 380px;
    border-radius: 15px;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    overflow-y: auto;
}

.generalChat-popup::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #ddd;
}

.generalChat-popup::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 10px;
}

.generalChat-popup-show {
    display: block !important;
}

.generalChat-popup-header {
    background-color: #edf5ff;
    padding: 20px 20px 10px;
    z-index: 9999999;
    position: relative;
}

.generalChat-popup-top {
    display: flex;
    align-items: center;
}

.generalChat-popup-top img {
    width: 40%;
    margin-right: 20px;
}

.generalChat-popup-top h1 {
    font-size: 24px !important;
    font-family: Inter;
    font-weight: 500;
    word-break: break-word;
}

.generalChat-popup-bottom {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.generalChat-popup-bottom span {
    margin-right: 10px;
    margin-bottom: 10px;
    display: flex;
    border-radius: 100%;
    background-color: #fff;
    padding: 7px;
    font-size: 34px;
    cursor: pointer;
}

.generalChat-popup-bottom span svg {
    color: #aaa;
}

.generalChat-popup-bottom .active svg {
    color: #fa764f;
}

.fc-icon {
    position: relative;
}

.fc-icon:hover .icon-hover-message {
    display: flex;
}

.icon-hover-message {
    display: none;
    transition: 0.5s ease-in-out;
    transform: translate(-50%, -50%);
    position: absolute;
    top: -50%;
    left: 50%;
    font-size: 12px;
    padding: 5px 10px;
    font-family: Inter !important;
    font-weight: 400;
    color: #fff;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.icon-hover-message::after {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    bottom: 0;
    border-radius: 0 0 3px 0;
    background-color: inherit;
    transform: translateY(50%) rotate(45deg);
}

.fc-icon-snapchat.active {
    background-color: #fffc01;
}

.fc-icon-instagram svg {
    fill: url(../../frontend/BrandMd/ultimate/en_US/Designnbuy_DesignerHelp/css/#firstline-normal-instagram);
}

.fc-icon-instagram.active svg {
    fill: url(../../frontend/BrandMd/ultimate/en_US/Designnbuy_DesignerHelp/css/#firstline-colorful-instagram);
}

.fc-icon-instagram-2 svg {
    fill: url(../../frontend/BrandMd/ultimate/en_US/Designnbuy_DesignerHelp/css/#firstline-colorful-instagram);
}

.fc-icon-messenger svg {
    fill: url(../../frontend/BrandMd/ultimate/en_US/Designnbuy_DesignerHelp/css/#normal-messenger);
}

.fc-icon-messenger.active svg {
    fill: url(../../frontend/BrandMd/ultimate/en_US/Designnbuy_DesignerHelp/css/#colorful-messenger);
}

.fc-icon-messenger-2 svg {
    fill: url(../../frontend/BrandMd/ultimate/en_US/Designnbuy_DesignerHelp/css/#colorful-messenger);
}

.fc-icon-telegram.active svg {
    color: #34aadf;
}

.fc-icon-whatsapp.active svg {
    color: #00e676;
}

.fc-icon-line.active svg {
    color: #02b802;
}

.fc-icon-snapchat-2 {
    background-color: #fffc01;
    display: flex;
    border-radius: 100%;
    padding: 7px;
    font-size: 34px;
}

.fc-icon-snapchat-2 svg {
    color: #fff;
    stroke: #000;
}

.fc-icon-telegram-2 svg {
    color: #34aadf;
}

.fc-icon-line-2 svg {
    color: #02b802;
}

.fc-icon-mail-2,
.fc-icon-sms-2,
.fc-icon-phone-2,
.fc-icon-link-2 svg {
    color: #fa764f;
}

.fc-icon-snapchat.active svg {
    color: #fff;
    stroke: #000;
}

.fc-icon-snapchat:hover {
    background-color: #fffc01;
}

.fc-icon-snapchat:hover svg {
    color: #fff;
    stroke: #000;
}

.generalChat-popup-content {
    background-color: #fff;
    padding: 30px 20px 40px;
    max-height: 400px;
    min-height: 400px;
    overflow-y: auto;
    box-sizing: border-box;
}

.generalChat-popup-input {
    display: flex;
    align-items: center;
    position: relative;
}

.generalChat-popup-input input {
    -webkit-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    padding: 20px 60px 20px 30px;
    border: 0;
    color: #000;
    font-size: 16px;
    font-family: Inter;
    font-weight: 400;
    border-top: 1px solid #ddd;
    height: auto !important;
    border-bottom: 1px solid #ddd;
}

.generalChat-popup-input input:focus {
    outline: none;
}

.generalChat-popup-input svg {
    position: absolute;
    right: 20px;
    transform: translateY(-50%);
    top: 50%;
    color: #ccc;
    cursor: pointer;
}

.generalChat-popup-notinput {
    position: relative;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 40px 20px 20px;
    text-align: center;
}

.generalChat-popup-notinput p {
    font-size: 15px;
    font-family: Inter;
    font-weight: 400;
    margin: 0;
}

.generalChat-popup-notinput-icon {
    font-size: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
}

.generalChat-popup-notinput-icon span {
    display: flex;
}

.generalChat-popup-notinput a {
    padding: 10px 20px;
    width: 100%;
    display: block;
    background-color: #02b802;
    color: #fff;
    border-radius: 80px;
    margin: 15px 0;
    box-sizing: border-box;
    text-decoration: none;
    font-size: 15px;
    font-family: Inter;
    font-weight: 400;
}

.generalChat-popup-notinput-information {
    color: #777;
    font-family: Inter;
    font-weight: 400;
}

.generalChat-popup-notinput-information span {
    display: inline-flex;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    background-color: #eee;
}

.generalChat-bottom {
    display: flex;
    align-items: center;
    position: relative;
}

.generalChat-bottom-cta {
    margin: 0;
    position: absolute;
    background-color: #000;
    color: #fff;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 14px;
    font-family: Inter;
    font-weight: 400;
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.generalChat-bottom-cta-left {
    right: 0;
    transform: translateX(100%);
}

.generalChat-bottom-cta-right {
    left: 0;
    transform: translateX(-100%);
}

.generalChat-bottom-cta-show {
    opacity: 1;
}

.generalChat-bottom-cta-right.generalChat-bottom-cta-show {
    transform: translateX(-120%);
}

.generalChat-bottom-cta-left.generalChat-bottom-cta-show {
    transform: translateX(120%);
}

.generalChat-popup-credit {
    padding: 20px;
    display: flex;
}

.generalChat-popup-credit svg {
    font-size: 30px;
}

.generalChat-popup-credit a {
    font-size: 16px;
    color: #ccc;
    transition: 0.3s ease-in-out;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 5px;
    text-decoration: none;
}

.generalChat-popup-credit a span {
    color: #ccc;
    opacity: 0;
    width: 0;
    height: 0;
    line-height: 0;
    font-weight: 400;
    font-size: 14px;
    font-family: Inter;
}

.generalChat-popup-credit a:hover {
    padding: 5px 10px;
}

.generalChat-popup-credit a:hover span {
    opacity: 1;
    width: auto;
    height: auto;
    line-height: 1em;
    margin-left: 20px;
}

a.chat-design-button {
    width: 100%;
    background: #1c86fa;
    display: block;
    text-align: center;
    padding: 10px;
    color: white;
    cursor: pointer;
    font-weight: bold;
}

a.chat-design-button.hide-button {
    display: none;
}

div.hide-button {
    display: none;
}

div#private-label-id {
    width: 100%;
    text-align: center;
    background: #3394ff4f;
}

#generalChatpopup {
    left: unset;
    right: 0px;
    align-items: flex-end;
    display: flex;
}
.generalChat-popup-top h1 {
    padding: 0;
    margin: 0;
}
.generalChat-popup {
    -webkit-box-shadow: -18px -12px 48px 2px rgba(83, 82, 87, 0.74);
    -moz-box-shadow: -18px -12px 48px 2px rgba(83, 82, 87, 0.74);
    box-shadow: -18px -12px 48px 2px rgba(83, 82, 87, 0.74);
}
.messageCount {
    color: #fff;
    position: absolute;
    font-weight: 700;
    font-size: 12px;
    top: -12px;
    right: -5px;
    background: red;
    border-radius: 50%;
    text-align: center;
    padding: 3px;
    min-width: 20px;
    min-height: 20px;
}

.generalChat-popup-content .generalCount,
.generalChat-popup-content .designCount {
    color: white;
    position: absolute;
    font-weight: bold;
    font-size: 12px;
    top: -5px;
    right: 0;
    width: 20px;
    height: 20px;
    background: #ff0000e0;
    border-radius: 50%;
    text-align: center;
}

/* new */

.start-chat {
    display: inline-table;
    vertical-align: middle;
    margin: auto;
    text-align: center;
    width: 100%;
    top: 30%;
    right: 0;
    position: absolute;
}

.start-chat h3 {
    color: #3394ff7d !important;
}

.start-chat button {
    border-radius: 80px !important;
    background: #3394ff7d !important;
    border: unset !important;
    margin: 0px 5px !important;
}

#general-chat-screen,
#active-design-chat {
    display: none;
    z-index: 2;
}

#general-chat-screen,
#active-design-chat {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-right: 10px;
}

#general-chat-screen .generalChat-popup-message,
#active-design-chat .generalChat-popup-message {
    max-width: fit-content;
    margin-bottom: 20px;
}

#general-chat-screen .generalChat-popup-message .message-content,
#active-design-chat .generalChat-popup-message .message-content {
    background-color: #eee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 10px;
    padding: 5px 10px;
    color: #000000a6;
    font-weight: 100;
}

#general-chat-screen .generalChat-popup-message .message-content.private-chat,
#active-design-chat .generalChat-popup-message .message-content.private-chat {
    background-color: #ff98009e;
}

#general-chat-screen .generalChat-popup-message .message-action,
#active-design-chat .generalChat-popup-message .message-action {
    color: #828282;
    margin-top: 5px;
    font-style: italic;
    font-size: 12px;
}

#general-chat-screen .generalChat-popup-message.outgoing-message,
#active-design-chat .generalChat-popup-message.outgoing-message {
    margin-left: auto;
}

#general-chat-screen
    .generalChat-popup-message.outgoing-message
    .message-content,
#active-design-chat
    .generalChat-popup-message.outgoing-message
    .message-content {
    background-color: #1c86fa29 !important;
    font-weight: 100;
}

#general-chat-screen
    .generalChat-popup-message.outgoing-message
    .message-content.private-chat,
#active-design-chat
    .generalChat-popup-message.outgoing-message
    .message-content.private-chat {
    background-color: #ff98009e !important;
}

#general-chat-screen .generalChat-popup-message .message-content span,
#active-design-chat .generalChat-popup-message .message-content span {
    display: block;
    font-weight: bold;
    color: #262626d9;
}

#general-chat-screen .generalChat-popup-message .message-content img,
#active-design-chat .generalChat-popup-message .message-content img {
    width: 50px;
    vertical-align: middle;
    margin-right: 20px;
}

#general-chat-screen .generalChat-popup-message .message-content img,
#active-design-chat
    .generalChat-popup-message
    .message-content
    img.document-pdf {
    width: 24px;
}

a.chat-back img {
    width: 24px !important;
}

.generalChat-popup-top.general-header h3 {
    margin-top: 0 !important;
}

#product-chats .product-chat-header button {
    width: 49%;
    border-radius: 0;
    border: unset;
    background: #3394ff7d !important;
}

/* #active-design-chat-list,new-design-chat-list{
    max-height: 290px;
    overflow: auto;
} */

#active-design-chat-list ul,
#new-design-chat-list ul {
    margin-top: 10px;
    list-style: none;
    padding-left: 0;
}

#active-design-chat-list ul li,
#new-design-chat-list ul li {
    padding: 10px;
    background: #f5f5f5e0;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
}

.profile-img {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: #1c86fa61;
    text-align: center;
    margin: auto;
    vertical-align: top;
    padding: 6px 4px;
    font-size: 16px;
    border-radius: 50%;
    font-weight: bold;
    color: white;
    margin-right: 10px;
}

.message-box {
    display: inline-block;
}
.design-message {
    color: #00000087;
    font-size: 12px;
}

#new-design-chat-list ul li {
    text-align: center;
    margin: auto;
    width: 70%;
    position: relative;
    border: 1px solid;
    margin-bottom: 10px;
}

#new-design-chat-list ul li img.design-img {
    max-width: 200px;
    margin-top: 10px;
}

#new-design-chat-list ul li div.design-name {
    font-size: 14px;
    font-weight: bold;
}

#new-design-chat-list ul li span {
    font-size: 12px;
}

#product-chats .product-chat-header button.active {
    background-color: white !important;
    color: #3394ff7d !important;
    border-color: #3394ff7d !important;
    border-bottom: 1px solid;
}

#chat-loader {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0.5);
}

#chat-loader .loader > img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
}

.notification-update {
    font-size: 10px;
    text-align: center;
    width: fit-content;
    margin: auto;
    padding: 5px;
    margin-bottom: 10px;
}
#start-chat-with {
    padding: 10px 25px;
    background: #3394ff7d !important;
    border-radius: 15px;
    color: white;
}

#start-chat-with p {
    margin-bottom: 0px;
    font-size: 18px;
}

#start-chat-with h3 {
    margin-top: 0px;
    color: white;
}

#start-chat-with button {
    background: white;
    border: unset;
    color: #000000a6;
    border-radius: 20px;
}

.no-design-available {
    text-align: center;
    font-size: 20px;
}

.no-design-available span {
    display: block;
}

.no-design-available a {
    color: #3394ff7d;
    text-decoration: underline;
}

.generalChat-popup-content {
    scroll-behavior: smooth;
}

#active-design-chat-list ul li .design-name {
    font-size: 14px;
}

.message-content a.message-link {
    color: blue;
}

/**
* ==============================================
* Dot Flashing
* ==============================================
*/
.dot-flashing {
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #1c86fa;
    color: #1c86fa;
    animation: dot-flashing 1s infinite linear alternate;
    animation-delay: 0.5s;
}
.dot-flashing::before,
.dot-flashing::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
}
.dot-flashing::before {
    left: -15px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #1c86fa;
    color: #1c86fa;
    animation: dot-flashing 1s infinite alternate;
    animation-delay: 0s;
}
.dot-flashing::after {
    left: 15px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #1c86fa;
    color: #1c86fa;
    animation: dot-flashing 1s infinite alternate;
    animation-delay: 1s;
}
div.generalChat-popup-content #active-design-chat-list ul li .design-name {
    font-size: 12px;
}

/* .header-placeholder{
    z-index: 1;
} */
#active-design-chat-list ul li .message-box .design-name strong {
    width: 200px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media screen and (max-width: 1100px) {
    #active-design-chat-list ul li .message-box .design-name strong {
        width: 160px;
    }
}
@media screen and (max-width: 798px) {
    #active-design-chat-list ul li .message-box .design-name strong {
        width: 200px;
    }
}
@media screen and (max-width: 720px) {
    #active-design-chat-list ul li .message-box .design-name strong {
        width: 150px;
        font-size: 11px;
    }
    #active-design-chat-list ul li .message-box .design-name span {
        font-size: 11px;
    }
}
@media screen and (max-width: 374px) {
    #active-design-chat-list ul li .message-box .design-name strong {
        width: 130px;
    }
}
@media (max-width: 720px) {
    .generalChat-popup-content {
        max-height: 300px;
        min-height: 300px;
    }

    .generalChat-popup {
        width: 100%;
        min-width: auto;
        max-width: 300px;
    }

    .generalChat-popup-header {
        padding: 30px;
    }

    .generalChat-bottom-cta {
        opacity: 1;
    }

    .generalChat-icon {
        font-size: 16px;
    }

    .generalChat-icon:hover {
        transform: none;
        box-shadow: none;
    }
}

@media (max-width: 400px) {
    #freechatpopup {
        margin-left: 20px;
        margin-right: 20px;
    }

    .generalChat-popup-content {
        grid-template-columns: 40px 1fr;
    }

    .generalChat-popup-content p {
        font-size: 14px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .generalChat-popup-content {
        max-height: 300px;
        min-height: 300px;
    }
    .header-placeholder {
        z-index: 1;
    }
    /* insert styles here */
}

/* (320x480) Smartphone, Portrait */
@media only screen and (device-width: 320px) and (orientation: portrait) {
    .generalChat-popup-content {
        max-height: 300px;
        min-height: 300px;
    }
    .header-placeholder {
        z-index: 1;
    }
    /* insert styles here */
}

/* (720x1280) Galaxy Nexus, Landscape */
@media only screen and (min-device-width: 720px) and (max-device-width: 1280px) and (orientation: landscape) {
    .generalChat-popup-content {
        max-height: 300px;
        min-height: 300px;
    }
    .generalChat-popup {
        min-width: 350px;
        max-width: 350px;
    }

    .generalChat-popup-content {
        grid-template-columns: 40px 1fr;
    }

    .generalChat-popup-content p {
        font-size: 14px;
    }

    #general-chat-screen .generalChat-popup-message,
    #active-design-chat .generalChat-popup-message {
        margin-bottom: 10px;
    }
}

/* (1024x768) iPad 1 & 2, Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .generalChat-icon {
        font-size: 10px;
    }
    #start-chat-with h3 {
        font-size: 16px !important;
    }
    #start-chat-with button {
        font-size: 14px !important;
    }
    #active-design-chat-list ul li .design-name {
        font-size: 12px !important;
    }
    .profile-img {
        width: 30px;
        height: 30px;
        padding: 5px 3px;
        font-size: 12px;
        margin-right: 5px;
    }

    .generalChat-popup-content {
        max-height: 250px;
        min-height: 250px;
    }
    .generalChat-popup {
        min-width: 300px;
        max-width: 300px;
    }

    .generalChat-popup-content {
        grid-template-columns: 20px 1fr;
    }

    .generalChat-popup-content p {
        font-size: 14px;
    }

    #general-chat-screen .generalChat-popup-message,
    #active-design-chat .generalChat-popup-message {
        margin-bottom: 10px;
    }
    /* insert styles here */
}/**
 * Copyright © 2017 Ajay Makwana (ajay.makwana@rightwaysolution.com). All rights reserved.
 * See LICENSE.txt for license details (http://opensource.org/licenses/osl-3.0.php).
 *
 * Life is a code
 */

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

.template-holder {
    padding-bottom: 20px;
    margin-bottom: 20px;
    template: #F5F5F5;
    padding: 20px;
}

.template-holder:hover {
    box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
}

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

.template-holder .template-header .template-info {padding: 0 0 10px 0;}
.template-holder .template-header .template-info .item,
.template-holder .template-header .template-info .dash {display: inline-block;}
.template-holder .template-header .template-info .label {font-weight: 700;}
.template-holder .template-header .template-info .value {font-style: italic;}


.template-list {
    margin-top: 20px;
    margin-bottom: 20px;
    list-style: none;
}

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

.template-category-view .category-content {padding-left: 40px;}

.template-content .template-description img {margin:0 15px 0 15px;}
.template-content .template-description ul,
.template-content .template-description ol {list-style-position: inside;}

.template-content .template-description .template-ftimg-hld {float: left; margin: 0 15px 0 15px; width: 33%}
.template-content .template-description .template-ftimg-hld img {width:100%; padding:0px; margin:0px;}
@media (max-width: 496px) {
  .template-content .template-description .template-ftimg-hld {width: 100%; margin:0px;}
}

.template-list .template-header .template-title {max-width:80%;}
.template-list .template-header .template-title a {
    text-decoration: none;
    font-size: 22px;
    color: #636363;
}



.template-list .template-header .template-title {
    margin: 0px;
    padding: 10px 0;
    float:left;
}


.template-list .hidden {display:none;}


.template-view .template-bottom {margin-top:30px;}

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

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

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

.widget.block-recent-templates .block-content .item {
        padding: 8px 0 0px 0px;
}

.widget.block-categories ul {
    list-style: initial;
    padding-left:0px;
}

.widget.block-categories ul ul {
    margin-left:20px;
}

.widget.block-categories ul,
.widget.block-categories li {
    margin: 5px 0 5px 9px;
    padding: 0px;
}

.widget.block-rss .rss-icon {float: left; width: 23px; padding-right: 10px;}
.widget.template-search {
    width: 21%;
    margin: 20px 0px 0px 0px !important;
    position: relative;
    float: right;
    /*padding-left: 15px;*/
    z-index: 0;
}

.widget.template-search .block-content {
    margin-bottom: 0;
}

.widget.template-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.template-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
    clear: both;
}

.widget.template-search input {
    position: static;
    padding-right: 35px;
    margin: 0;
    left: -300%;
}

.widget.template-search .action.search {
    position: absolute;
    right: 1px;
    top: 0;
    z-index: 1;
    display: inline-block;
    template-image: none;
    template: 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;
    width: 35px;
}

.widget.template-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 32px;
    color: #8f8f8f;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.theme-pearl.store-view-default .sidebar .widget.template-search .action.search:hover,
.theme-pearl.store-view-default .widget.template-search .action.search:hover { background: #000; }

.widget.template-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* Tag claud widget */
.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}

.template-widget-recent .template-list {
    padding: 0px;
    margin: 0px;
}

.template-widget-recent .template-holder {
    width: 29%;
    float: left;
    margin: 5px;
}

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

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

.dnbtemplate-autoloader {text-align: center;}
.dnbtemplate-autoloader .dnbtemplate-show-onload {display: none;}
h1.page-title {
    margin-bottom: 10px;
}
.template-lists{clear: both}
/* category sidebar */
.faicon{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    line-height: inherit;
    color: inherit;
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    position: absolute;
    right: 13px;
    top: 10px;
}
.faicon-plus:after{
    content: '\e622';
}
.faicon-minus:after{
    content: '\e621';
}
.widget.block-categories .category-filter ul{
    margin: 0;
}
.widget.block-categories .category-filter li{
    margin: 0;
    list-style: none;
}
.column.main .products-grid .template-list .product-item .product-item-info .product-item-details > *{
    z-index: 1;
}
.widget .block-title.sidebar-title strong{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
}
.category-filter > ul > li{
    margin: 0;
    overflow: hidden;
    position: relative;
    word-break: break-all;
    z-index: 1;
    display: block;
    text-decoration: none;
}
.category-filter > ul > li > a {
    padding: 10px 40px 10px 0;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #999999;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    cursor: pointer;
}
.widget.block-categories .category-filter > ul > li ul{
    margin-left: 20px;
}
.widget.block-categories .category-filter > ul > li ul > li{
    margin: 10px 0;
}
.category-filter > ul > li ul > li a{
    text-transform: none;
    font-weight: 400;
    font-size: 12px;
    cursor: pointer;
}
/* category listing */
.products-grid .template-list .product-item-info{
    border: 1px solid #bbbbbb;
    border-radius: 0;
}
.products-grid .template-list .product-item-info .product-item-details{
    text-align: center;
}
.template-list .product-image-photo{
    width: auto;
    max-height: 100%;
}
.toolbar.toolbar-products {
    clear: both;
}
.template-lists .template-list .designer-name {
    display: block;
    margin-bottom: 10px;
}
@media (max-width: 420px) {
  #dnbtemplate_gcomments {max-width:345px; overflow-y: scroll;}
}
@media (max-width: 1023px), print{
    .page-products .products-grid.template-list-wrapper .product-item{
        padding: 0 10px !important;
        box-sizing: border-box;
    }
    .column.main .page-products .products-grid.template-list-wrapper .product-item:hover{
        padding: 0 10px !important;
    }
    :root .theme-pearl .column.main .product-items.template-list,
    .designidea-list{
        margin-left: -10px;
        margin-right: -10px;
    }
}
@media only screen and (max-width: 767px){
    .theme-pearl.store-view-default h1,
    h1.page-title{
        display: inline-block;
    }
    .widget.designidea-search{
        width: 30%;
        margin-top: 0 !important;
    }
    .designidea-category-view .page-products .columns{
        padding-top: 10px;
    }
}
@media only screen and (max-width: 479px){
    .theme-pearl.store-view-default h1,
    h1.page-title{
        width: 100%;
    }
    .widget.designidea-search{
        clear: both;
        float: left;
        min-width: 200px;
        margin-top: 10px !important;
    }
}/**
 * Copyright © 2017 Ajay Makwana (ajay.makwana@rightwaysolution.com). All rights reserved.
 * See LICENSE.txt for license details (http://opensource.org/licenses/osl-3.0.php).
 *
 * Life is a code
 */


/* Placeholder rule: this file has only comments; the CSS minifier strips them,
   producing an EMPTY .min.css which breaks 2.4.9 CSS merge
   (NotFoundException: Unable to get content ... after 3 attempts). Keeps it non-empty. */
.dnb-empty-css-placeholder{display:none}#empty-minicart {
	/*background: #9cbed0;
	font-weight: bold;
	padding: 12px;
	cursor: pointer;
	border-radius: 8px;*/
	color: #000000;
	font-size: 16px;
	text-decoration: underline;
	cursor: pointer;
}
#empty-minicart:hover {
	color: #9cbed0;
}
.secondary.empty-cart-button {
	text-align: center;
}
.minicart-wrapper #minicart-content-wrapper .total-price-wrapper #minicart-widgets{
	display: block;
}
.minicart-wrapper #minicart-content-wrapper #minicart-widgets{
	display: none;
}
.minicart-wrapper .actions.viewcart {
	display: none;
}/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */.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}.fa-lg{font-size:1.33333333em;line-height:.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:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.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{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-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{-ms-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}.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-pp: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-resistance: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"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;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}/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #cccccc;
}

.mfp-preloader a:hover {
    color: white;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure {
        /* The shadow behind the image */
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}.fotorama-stretch,
.fotorama-focus-overlay:after,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__html,
.fotorama__video iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.fotorama-grab-cursor,
.fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.fotorama-grabbing-cursor,
.fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.fotorama-gpu,
.fotorama--fullscreen,
.fotorama__caption,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__stage__frame,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  transform: translateZ(0);
}
.fotorama-focus,
.fotorama__nav__frame,
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus {
  outline: 0;
}
.fotorama-focus-overlay:after {
  background-color: #006bb4;
  border-radius: inherit;
  content: '';
}
.fotorama-transform-disabled,
.fotorama__wrap--video .fotorama__stage__shaft,
.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  transform: none !important;
}
.fotorama-transition-for-slide,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
  transition-duration: 0ms;
  transition-property: transform, width;
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
}
.fotorama-no-select,
.fotorama__wrap,
.fotorama__no-select,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  user-select: none;
}
.fotorama-select,
.fotorama__select {
  user-select: text;
}
.fotorama-empty-bg {
  background: url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=);
}
.fotorama-auto-margin,
.fotorama__nav,
.fotorama__nav__frame {
  margin: auto;
  padding: 0;
}
.fotorama-inline-block,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__caption__wrap {
  *display: inline;
  *zoom: 1;
  -moz-box-orient: vertical;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
}
.fotorama-content-box,
.fotorama__nav__frame {
  box-sizing: content-box;
}
.fotorama-border-box,
.fotorama__thumb-border,
.fotorama__caption__wrap,
.fotorama__arr {
  box-sizing: border-box;
}
.fotorama-hidden,
.fotorama--hidden,
.fotorama__load {
  left: -99999px;
  position: absolute;
  top: -99999px;
  z-index: -1000;
}
.fotorama-visible {
  left: auto;
  opacity: 1;
  position: relative;
  top: auto;
  z-index: auto;
}
.fotorama-no-tap,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__nav,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.transitionDuration {
  transition-duration: 333ms;
}
.transitionDurationZero {
  transition-duration: 0ms;
}
.fotorama-sprite,
.fotorama__fullscreen .fotorama__zoom-out,
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__arr .fotorama__arr__arr,
.fotorama__fullscreen-icon,
.fotorama__video-play,
.fotorama__thumb--icon,
.fotorama__video-close {
  background-image: url('../../frontend/BrandMd/ultimate/en_US/mage/gallery/gallery.png');
  background-repeat: no-repeat;
}
@media print {
  .fotorama-print-background,
  .fotorama-sprite,
  .fotorama__thumb-border,
  .fotorama__fullscreen .fotorama__zoom-out,
  .fotorama__fullscreen .fotorama__zoom-in,
  .fotorama__arr .fotorama__arr__arr,
  .fotorama__fullscreen-icon,
  .fotorama__video-play,
  .fotorama__thumb--icon,
  .fotorama__video-close {
    background: none !important;
  }
}
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus,
.fotorama__arr:focus,
.fotorama__stage__shaft:focus,
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__dot {
  box-shadow: none;
}
.fotorama__fullscreen-icon:focus:after,
.fotorama__zoom-out:focus:after,
.fotorama__zoom-in:focus:after,
.fotorama__arr:focus:after,
.fotorama__stage__shaft:focus:after,
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  border-radius: inherit;
  bottom: 3px;
  box-shadow: 0 0 3px 1px #00699D;
  content: '';
  left: 3px;
  position: absolute;
  right: 3px;
  top: 3px;
  z-index: 1000;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb:after,
.fotorama__nav__frame--thumb:focus .fotorama__dot:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb.fotorama_vertical_ratio:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  left: 2px;
  right: 2px;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__thumb {
  overflow: inherit;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb:after {
  left: 1px;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb.fotorama_vertical_ratio:after {
  top: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb:after {
  right: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  bottom: 1px;
}
.fotorama__thumb__arr {
  box-shadow: none;
}
.fotorama--fullscreen {
  background: #fff;
  bottom: 0 !important;
  float: none !important;
  left: 0 !important;
  margin: 0 !important;
  position: fixed !important;
  right: 0 !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.fotorama--fullscreen .fotorama__wrap {
  max-width: 100% !important;
}
.fotorama__fullscreen {
  overflow: hidden;
  position: relative;
}
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__fullscreen .fotorama__zoom-out {
  cursor: pointer;
  display: block;
  height: 80px;
  overflow: hidden;
  position: absolute;
  width: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out {
  background-position: 0 -80px !important;
  top: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out.fotorama__zoom-out--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__zoom-in {
  background-position: 0 0 !important;
  top: 0;
}
.fotorama__fullscreen .fotorama__zoom-in.fotorama__zoom-in--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__video-close {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block;
}
.fotorama__zoom-in,
.fotorama__zoom-out {
  display: none;
}
.fotorama {
  min-width: 1px;
  overflow: hidden;
}
.fotorama__wrap {
  -webkit-text-size-adjust: 100%;
  direction: ltr;
  position: relative;
  z-index: 0;
}
.fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl;
}
.fotorama__stage,
.fotorama__nav {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.fotorama__wrap--pan-y {
  -ms-touch-action: pan-y;
}
.fotorama__stage__shaft {
  position: relative;
}
.fotorama__wrap .fotorama__pointer {
  cursor: pointer;
}
.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important;
}
.fotorama__stage__frame {
  overflow: hidden;
}
.fotorama__stage__frame.fotorama__active {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__stage__frame {
  display: none;
}
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active,
.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear {
  display: block;
  left: 0;
  top: 0;
}
.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7;
}
.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9;
}
.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none;
}
.fotorama__img {
  border: none !important;
  max-width: inherit;
  opacity: 0;
}
.fotorama__loaded .fotorama__img,
.fotorama__error .fotorama__img {
  opacity: 1;
}
.fotorama__img--full {
  display: none;
}
.fotorama__nav {
  display: none;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  z-index: 5;
}
.fotorama__nav__shaft {
  left: 0;
  position: relative;
  text-align: left;
  top: 0;
}
.fotorama__nav__frame {
  position: relative;
}
.fotorama__nav--dots {
  display: block;
  text-align: center;
}
.fotorama__nav--dots .fotorama__nav__frame {
  height: 30px;
  width: 18px;
}
.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border {
  display: none;
}
.fotorama__nav--thumbs {
  display: block;
}
.fotorama__nav--thumbs .fotorama__nav__frame {
  padding-left: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame--dot {
  display: none;
}
.fotorama__active .fotorama__dot {
  background-color: #ff5501;
  border-color: #ff5501;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame {
  border-width: 3px;
  height: 0;
  width: 0;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame:after {
  left: -3px;
  padding: 3px;
  top: -3px;
}
.fotorama__nav__frame:focus  {
  box-shadow: none;
}
.fotorama__nav__frame:focus :after {
  left: -1px;
  padding: 1px;
  top: -1px;
}
.fotorama__dot {
  border-radius: 6px;
  border: 1px solid #858585;
  display: block;
  height: 10px;
  left: 6px;
  position: relative;
  top: 12px;
  width: 10px;
}
.fotorama__thumb {
  background-color: #f0ece5;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  border-radius: 20px;
}
.fotorama__nav__frame:focus .fotorama__thumb {
  z-index: 2;
}
.fotorama__thumb-border {
  backface-visibility: hidden;
  /*background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));*/
  border: 1px solid #000000;
  left: 0;
  position: absolute;
  top: 0;
  border-radius: 20px;
  z-index: 9;
}
.fotorama__caption {
  bottom: 0;
  color: #000;
  font-size: 14px;
  left: 0;
  line-height: 1.5;
  position: absolute;
  right: 0;
  z-index: 12;
}
.fotorama__caption a {
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.005);
  color: #000;
  text-decoration: none;
}
.fotorama__caption a:hover {
  border-color: rgba(0, 0, 0, 0.005);
  color: #000;
}
.fotorama__wrap--rtl .fotorama__caption {
  left: auto;
  right: 0;
}
.fotorama__wrap--video .fotorama__caption,
.fotorama__wrap--no-captions .fotorama__caption {
  display: none;
}
.fotorama__caption__wrap {
  background-color: #fff;
  padding: 5px 10px;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fotorama__spinner {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
}
.fotorama__wrap--css3 .fotorama__spinner {
  animation: spinner 24s infinite linear;
}
.fotorama__wrap--css3 .fotorama__html {
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: linear;
}
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  opacity: 0;
}
.fotorama__select {
  cursor: auto;
}
.fotorama__video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 32px;
  z-index: 10;
}
@-moz-document url-prefix() {
  .fotorama__active {
    box-shadow: 0 0 0 transparent;
  }
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  cursor: pointer;
  position: absolute;
}
.fotorama__arr {
  z-index: 900;
}
.fotorama__fullscreen-icon,
.fotorama__zoom-out,
.fotorama__zoom-in,
.fotorama__video-close {
  z-index: 1000;
}
.fotorama__arr {
  bottom: 0;
  position: absolute;
  top: 0;
  width: 80px;
}
._block-content-loading .fotorama__arr {
  opacity: 0;
}
.fotorama__arr .fotorama__arr__arr {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  height: 80px;
  width: 80px;
}
.fotorama__arr--prev {
  left: 0;
}
.fotorama__arr--prev .fotorama__arr__arr {
  background-position: -80px -80px;
}
.fotorama__arr--next {
  right: 0;
}
.fotorama__arr--next .fotorama__arr__arr {
  background-position: -160px -80px;
}
.fotorama__arr--disabled {
  cursor: default;
  opacity: 0;
  pointer-events: none;
}
.fotorama__fullscreen-icon {
  background-position: 0 0;
  display: none;
  height: 80px;
  right: 0;
  top: 0;
  width: 80px;
  z-index: 1000;
}
.fotorama--fullscreen-icons .fotorama__fullscreen-icon {
  display: none;
}
.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -80px 0;
  display: inline-block;
}
.fotorama__video-play {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  background-position: -80px -160px;
  height: 160px;
  width: 160px;
}
.fotorama__wrap--css2 .fotorama__video-play,
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
  display: none;
}
.fotorama__loaded .fotorama__video-play,
.fotorama__error .fotorama__video-play,
.fotorama__nav__frame .fotorama__video-play {
  display: block;
  opacity: 1;
}
.fotorama__nav__frame .fotorama__video-play {
  background-position: 0 -240px;
  height: 80px;
  width: 80px;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  opacity: 0;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  opacity: 1;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
  opacity: 0 !important;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  display: none;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  display: block;
}
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
  display: none !important;
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  -webkit-transform: translate3d(80px, -80px, 0);
  -ms-transform: translate3d(80px, -80px, 0);
  -o-transform: translate3d(80px, -80px, 0);
  transform: translate3d(80px, -80px, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
  -webkit-transform: translate3d(-120px, 0, 0);
  -ms-transform: translate3d(-120px, 0, 0);
  -o-transform: translate3d(-120px, 0, 0);
  transform: translate3d(-120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  -webkit-transform: translate3d(120px, 0, 0);
  -ms-transform: translate3d(120px, 0, 0);
  -o-transform: translate3d(120px, 0, 0);
  transform: translate3d(120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  -webkit-transform: translate3d(80px, -80px, 0) !important;
  -ms-transform: translate3d(80px, -80px, 0) !important;
  -o-transform: translate3d(80px, -80px, 0) !important;
  transform: translate3d(80px, -80px, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  -webkit-transform: translate3d(-120px, 0, 0) !important;
  -ms-transform: translate3d(-120px, 0, 0) !important;
  -o-transform: translate3d(-120px, 0, 0) !important;
  transform: translate3d(-120px, 0, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  -webkit-transform: translate3d(120px, 0, 0) !important;
  -ms-transform: translate3d(120px, 0, 0) !important;
  -o-transform: translate3d(120px, 0, 0) !important;
  transform: translate3d(120px, 0, 0) !important;
}
.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus) {
  transition-duration: 0.3s;
  transition-property: transform, opacity, background-color;
}
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after {
  background-repeat: no-repeat;
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  text-decoration: none;
  z-index: 10;
}
.fotorama__stage:before,
.fotorama__nav:before {
  left: -10px;
  top: -10px;
}
.fotorama__stage:after,
.fotorama__nav:after {
  right: -10px;
  bottom: -10px;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-size: 1px 100%, 5px 100%;
  bottom: 0;
  height: auto;
  top: 0;
  width: 10px;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before,
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-size: 100% 1px, 100% 5px;
  height: 10px;
  left: 0;
  right: 0;
  width: auto;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  left: 0;
}
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 100% 0, 100% 0;
  right: 0;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  top: 0;
}
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 100%, 0 100%;
  bottom: 0;
}
.fotorama--fullscreen .fotorama__stage:before,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--fade .fotorama__stage:after {
  display: none;
}
.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: auto;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translateY(-50%, -50%);
  -o-transform: translateY(-50%, -50%);
  transform: translateY(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  width: auto;
}
.magnifier-thumb-wrapper {
  display: block;
  left: 0;
  position: relative;
  top: 0;
}
.magnifier-lens {
  border: solid 1px #bbb;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 800;
}
.magnify-lens {
  background: rgba(255, 255, 255, 0.5);
  border: solid 1px #bbb;
  color: #fff;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 1000;
  overflow: hidden;
}
.magnify-lens .magnifier-large {
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  border: none;
  position: absolute;
  z-index: 100;
}
.magnifier-loader-text {
  margin-top: 10px;
}
.magnifier-preview {
  bottom: 0;
  left: 58%;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 2;
  top: 215px;
}
.magnifier-preview:not(.hidden) {
  background-color: #fff;
}
.magnifier-preview img {
  left: 0;
  max-width: inherit;
  max-height: inherit;
  position: absolute;
  top: 0;
  object-fit: scale-down;
}
.fotorama__stage__frame {
  text-align: center;
}
.fotorama__stage__frame .fotorama__img {
  height: auto;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  transition-duration: 0.3s;
  transition-property: width,
        height,
        top,
        left;
  vertical-align: middle;
  width: auto;
}
@media all and (min-width: 768px) {
  .fotorama__stage__frame .fotorama__img {
    top: 49.5%;
  }
}
.magnify-opaque {
  opacity: 0.5;
}
.magnify-hidden {
  display: none;
}
.fotorama__nav-wrap--vertical.fotorama__nav-wrap {
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft {
  background-color: white;
  width: 100%;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb {
  display: block;
  padding-bottom: inherit !important;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: inherit;
  max-width: inherit;
  position: absolute;
  right: 0;
  top: 0;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  cursor: default;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  top: 0;
  transition: 0.3s linear;
  vertical-align: middle;
  width: auto;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--zoommable {
  cursor: pointer;
  max-height: none;
  max-width: none;
  transition-property: width, height, bottom, right, top, left;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--draggable {
  cursor: move;
  transition-property: none;
}
.fotorama--fullscreen .fotorama__stage__frame iframe {
  left: 80px;
  width: calc(100% - 80px * 2);
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  bottom: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 1000;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left {
  left: 0;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  right: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  cursor: pointer;
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1000;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: auto;
  width: 30px;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left {
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  bottom: 0;
}
.fotorama__wrap--only-active .fotorama__stage,
.fotorama__wrap--only-active .fotorama__nav {
  max-width: 99999px !important;
}
.fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden;
}
.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible;
}
.fotorama__thumb--icon {
  font-size: 0.001px;
  padding-bottom: 30px;
}
.fotorama__thumb__arr--left .fotorama__thumb--icon {
  background-position: -25px -265px;
}
.fotorama__thumb__arr--right .fotorama__thumb--icon {
  background-position: -25px -350px;
}
.magnify-fullimage {
  display: none;
}
.fotorama__arr,
.fotorama__thumb__arr {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__arr:hover,
.fotorama__thumb__arr:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__arr:active,
.fotorama__thumb__arr:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__video-close {
  background-position: -80px 0;
  height: 80px;
  opacity: 0;
  right: 0;
  top: 0;
  transform: translate3d(80px, -80px, 0);
  transition: opacity 0.3s ease-in-out;
  width: 80px;
}
@media all and (max-width: 768px) {
  .fotorama__video-close {
    background-position: -100px -20px;
    top: 10px;
    height: 40px;
    width: 40px;
  }
}
.fotorama__video-close.fotorama-show-control {
  opacity: 1;
  transform: translate3d(0, -10px, 0);
}
.gallery-placeholder__image {
  display: block;
  margin: auto;
}
.gallery-placeholder.private-threed .fotorama-item .fotorama__nav-wrap .fotorama__nav__frame:nth-child(2) .fotorama__thumb img {
  width: auto;
  margin: 0 auto;
  right: 0;
  height: 100%;
  padding: 5px;
}
.fotorama__spinner {
  background-image: url('../../frontend/BrandMd/ultimate/en_US/images/loader-1.gif');
  bottom: 0;
  display: none;
  height: 64px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 64px;
  z-index: 100;
}
.fotorama__spinner.fotorama__spinner--show {
  display: block;
}
.fotorama__product-video--loaded .fotorama__img,
.fotorama__product-video--loaded .fotorama__img--full {
  display: none !important;
}
.fotorama__stage .fotorama__arr--shown {
  display: block !important;
}
.fotorama__stage .fotorama__arr--hidden {
  display: none !important;
}
.fotorama__wrap--slide .fotorama__stage__frame {
  background-color: #f0ece5 !important;
  border-radius: 30px;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fmage%5C%2Fgallery%5C%2Fmodule%5C%2F_extends.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fmage%5C%2Fgallery%5C%2Fgallery.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fmage%5C%2Fgallery%5C%2Fmodule%5C%2F_fullscreen.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fmage%5C%2Fgallery%5C%2Fmodule%5C%2F_mixins.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fmage%5C%2Fgallery%5C%2Fmodule%5C%2F_focus.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAKA%3BAAqCI%2CuBAAC%3BACQL%3BAA0BA%3BAAuDA%3BAA0PA%2CgBAQI%3BED%5C%2FXA%2CSAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BACyCA%2CeAKI%3BED7CA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%3BACgDA%2CmBAAoB%3BED%5C%2FChB%2CYAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BAE5BA%3BADmQA%3BAA2DA%2CqBAQI%3BAARJ%2CqBAaI%3BAAbJ%2CqBAcI%3BAAdJ%2CqBAeI%3BAAfJ%2CqBAmBI%3BAA8TA%2CgBAAC%3BAAAD%2CcAAC%3BAACD%2CgBAAC%3BAAAD%2CcAAC%3BAAgOL%2CqBACI%2CwBAiBI%3BEDr2BJ%2CWAAW%2CaAAX%3B%3BAAGJ%3BACqHA%3BAAwUI%2C0BAAC%3BAAAD%2CmBAAC%3BAAAD%2CkBAAC%3BED5bD%2CUAAA%3B%3BAAIA%2CuBAAC%3BEAEG%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CSAAS%2CEAAT%3B%3BAAIR%3BAC4SA%2CsBAEI%3BAAFJ%2CsBAGI%3BAAHJ%2CsBAII%3BAAJJ%2CsBAQI%2C%2BBAEI%3BAAVR%2CsBAQI%2C%2BBAGI%3BEDtTJ%2C0BAAA%3B%3BAAGJ%3BAC6QA%2CqBAEI%3BAAFJ%2CqBAGI%3BAAHJ%2CqBAII%3BEDhRA%2CwBAAA%3BEACA%2CqCAAA%3BEACA%2C4BAA4B%2C6BAA5B%3B%3BAAGJ%3BACnCA%3BAA4VA%3BAA2BA%3BAACA%3BAACA%3BEDrVI%2CiBAAA%3B%3BAAGJ%3BACgTA%3BED%5C%2FSI%2CiBAAA%3B%3BAAGJ%3BEACI%2C2EAAA%3B%3BAAGJ%3BAC%2BDA%3BAAmBA%3BEDjFI%2CYAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BACoEA%3BAASA%3BAAgJA%3BEE9PI%2CgBAAA%3BEACA%2CQAAA%3BEACA%2CyBAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3B%3BAHgCJ%3BACyEA%3BEDxEI%2CuBAAA%3B%3BAAGJ%3BACsKA%3BAA%2BCA%3BAA2HA%3BED%5C%2FUI%2CsBAAA%3B%3BAAGJ%3BACwNA%3BAAwEA%3BED%5C%2FRI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEACI%2CUAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BACtDA%3BAA0BA%3BAA2DA%3BAAUA%3BAASA%3BAAsPA%3BAACA%3BAACA%3BEDzSI%2C6CAAA%3B%3BAAGJ%3BEACI%2C0BAAA%3B%3BAAGJ%3BEACI%2CwBAAA%3B%3BAAGJ%3BAE9FA%2CqBAaI%3BAAbJ%2CqBAqBI%3BAD0XJ%2CcAWI%3BAA8BJ%3BAAgCA%3BAAkgBA%3BAAoCA%3BED95BI%2CsBAAsB%2CcAAtB%3BEACA%2C4BAAA%3B%3BAAOJ%3BEAAA%3BEAVA%3BECuIA%3BECrOA%2CqBAaI%3BEAbJ%2CqBAqBI%3BED0XJ%2CcAWI%3BEA8BJ%3BEAgCA%3BEAkgBA%3BEAoCA%3BIDx5BQ%2C2BAAA%3B%3B%3BAIvHR%2C0BAA0B%3BAAC1B%2CmBAAmB%3BAACnB%2CkBAAkB%3BAAClB%2CcAAc%3BAACd%2CuBAAuB%3BAACvB%2C4BAA4B%2CMAAO%3BAACnC%2C0BAA0B%2CMAAO%3BEAC7B%2CgBAAA%3B%3BAACA%2C0BARsB%2CMAQrB%3BAAAD%2CmBAPe%2CMAOd%3BAAAD%2CkBANc%2CMAMb%3BAAAD%2CcALU%2CMAKT%3BAAAD%2CuBAJmB%2CMAIlB%3BAAAD%2C4BAHwB%2CMAAO%2CiBAG9B%3BAAAD%2C0BAFsB%2CMAAO%2CeAE5B%3BEACG%2CsBAAA%3BEACA%2CWAAA%3BEACA%2C%2BBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACA%2CaAAA%3B%3BAAIR%2C4BAA4B%2CMAExB%2CiBAAgB%3BAADpB%2C0BAA0B%2CMACtB%2CiBAAgB%3BAAFpB%2C4BAA4B%2CMAGxB%2CeAAc%3BAAFlB%2C0BAA0B%2CMAEtB%2CeAAc%3BEACV%2CSAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAPR%2C4BAA4B%2CMASxB%2CiBAAgB%2CwBAAwB%3BAAR5C%2C0BAA0B%2CMAQtB%2CiBAAgB%2CwBAAwB%3BEACpC%2CSAAA%3BEACA%2CUAAA%3B%3BAAXR%2C4BAA4B%2CMAaxB%3BAAZJ%2C0BAA0B%2CMAYtB%3BEACI%2CiBAAA%3B%3BAAIR%2CqBAAqB%2CUAAU%2CGAAG%2CMAC9B%2CiBAAgB%3BEACZ%2CSAAA%3B%3BAAFR%2CqBAAqB%2CUAAU%2CGAAG%2CMAI9B%2CiBAAgB%2CwBAAwB%3BEACpC%2CQAAA%3B%3BAAIR%2CqBAAqB%2CWAAW%2CMAC5B%2CiBAAgB%3BEACZ%2CUAAA%3B%3BAAFR%2CqBAAqB%2CWAAW%2CMAI5B%2CiBAAgB%2CwBAAwB%3BEACpC%2CWAAA%3B%3BAAIR%3BEACI%2CgBAAA%3B%3BAF1DJ%3BEACI%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3B%3BAAVJ%2CqBAYI%3BEACI%2C0BAAA%3B%3BAAIR%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CqBAGI%3BAAHJ%2CqBAII%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAVR%2CqBAaI%3BEAEI%2C4BAAA%3BEACA%2CSAAA%3B%3BAACA%2CqBAJJ%2CoBAIK%3BEACG%2CaAAA%3B%3BAAlBZ%2CqBAqBI%3BEAEI%2CmCAAA%3BEACA%2CMAAA%3B%3BAACA%2CqBAJJ%2CmBAIK%3BEACG%2CaAAA%3B%3BAA1BZ%2CqBA6BI%3BEACI%2CaAAA%3B%3BAAIR%2CqBAAsB%2CwBAClB%3BEACI%2CaAAA%3B%3BAAFR%2CqBAAsB%2CwBAIlB%3BEACI%2CcAAA%3B%3BAD9CR%3BAACA%3BEACI%2CaAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEAEI%2C8BAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CoBACI%3BEACI%2CcAAA%3B%3BAAIR%3BAACA%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CuBAAA%3B%3BAAGJ%3BEAGI%2CkBAAA%3B%3BAAGJ%2CeACI%3BEACI%2CeAAA%3B%3BAAQR%2CsBACI%3BEACI%2CqBAAA%3B%3BAAQR%3BEAGI%2CgBAAA%3B%3BAAEA%2CuBAAC%3BEACG%2CUAAA%3B%3BAAIR%2CqBACI%3BEACI%2CaAAA%3B%3BAAFR%2CqBAKI%2CwBAAuB%3BAAL3B%2CqBAMI%3BAANJ%2CqBAOI%3BEACI%2CcAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3B%3BAAVR%2CqBAaI%3BEACI%2CUAAA%3B%3BAAdR%2CqBAiBI%3BEACI%2CUAAA%3B%3BAAEA%2CqBAHJ%2CqBAGK%3BEACG%2CUAAA%3B%3BAArBZ%2CqBAyBI%2CiBAAiB%3BEACb%2CaAAA%3B%3BAAIR%3BEACI%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAEA%2CiBAAkB%3BAAClB%2CgBAAiB%3BEACb%2CUAAA%3B%3BAAIR%3BEACI%2CaAAA%3B%3BAAOJ%3BEAGI%2CaAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEAGI%2COAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CMAAA%3B%3BAAGJ%3BEAMI%2CkBAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CoBAII%3BEACI%2CYAAA%3BEACA%2CWAAA%3B%3BAANR%2CoBASI%3BAATJ%2CoBAUI%3BEACI%2CaAAA%3B%3BAAIR%3BEACI%2CcAAA%3B%3BAADJ%2CsBAGI%3BEACI%2C0BAAA%3B%3BAAEA%2CsBAHJ%2CsBAGK%3BEACG%2C2BAAA%3B%3BAAPZ%2CsBAWI%3BEACI%2CaAAA%3B%3BAAIR%2CiBACI%3BEACI%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAKJ%2CqBAAC%2CiBAAkB%3BEACf%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3B%3BAAEA%2CqBALH%2CiBAAkB%2CsBAKd%3BEACG%2CUAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAKZ%2CqBAAqB%2CMAAO%3BEAExB%2CgBAAA%3B%3BAAEA%2CqBAJiB%2CMAAO%2CCAIvB%3BEACG%2CUAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAIR%3BEACI%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CqBAAqB%2CMAAO%3BEAExB%2CUAAA%3B%3BAAIR%3BEAGI%2C2BAAA%3B%3BEAEA%2CyBAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEAEI%2CSAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2COAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAATJ%2CkBAWI%3BEACI%2CwBAAA%3BEACA%2CkCAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CkBANJ%2CEAMK%3BEACG%2CkCAAA%3BEACA%2CWAAA%3B%3BAAIR%2CoBAAqB%3BEACjB%2CUAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CsBAAuB%3BAACvB%2C4BAA6B%3BEACzB%2CaAAA%3B%3BAAIR%3BEAGI%2CsBAAA%3BEACA%2CiBAAA%3B%3BAAOJ%3BEACI%3BIACI%2CWAAW%2CYAAX%3B%3BEAGJ%3BIACI%2CWAAW%2CcAAX%3B%3B%3BAAIR%3BEEzTI%2CmBAAmB%2C0BAAnB%3BEACA%2CeAAe%2C0BAAf%3BEACA%2CcAAc%2C0BAAd%3BEACA%2CWAAW%2C0BAAX%3BEF2tBA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAnaJ%2CqBAQI%3BEAEI%2CsCAAA%3B%3BAAVR%2CqBAmBI%3BEAEI%2CyBAAA%3BEACA%2C4BAAA%3BEACA%2CkCAAA%3B%3BAAIR%2CsBAQI%2C%2BBAEI%3BAAVR%2CsBAQI%2C%2BBAGI%3BEAEI%2CUAAA%3B%3BAAKZ%3BEAEI%2CYAAA%3B%3BAAWJ%3BEACI%2CSAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAOJ%2CeAAe%3BEACX%3BIACI%2C6BAAA%3B%3B%3BAAIR%3BAACA%3BAACA%3BEAGI%2CeAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CYAAA%3B%3BAAIJ%3BAACA%3BAACA%3BAACA%3BEACI%2CaAAA%3B%3BAAGJ%3BEAEI%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAEA%2CuBAAwB%3BEACpB%2CUAAA%3B%3BAARR%2CcAWI%3BEE1aA%2CmBAAmB%2C0BAAnB%3BEACA%2CeAAe%2C0BAAf%3BEACA%2CcAAc%2C0BAAd%3BEACA%2CWAAW%2C0BAAX%3BEF2tBA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEAnTI%2CYAAA%3BEACA%2CWAAA%3B%3BAAIR%3BEACI%2COAAA%3B%3BAADJ%2CoBAGI%3BEACI%2CgCAAA%3B%3BAAIR%3BEACI%2CQAAA%3B%3BAADJ%2CoBAGI%3BEACI%2CiCAAA%3B%3BAAIR%3BEACI%2CeAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3B%3BAAGJ%3BEAEI%2CwBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAAGJ%2C2BACI%3BEACI%2CaAAA%3B%3BAAYR%2CqBACI%3BEACI%2C4BAAA%3BEACA%2CqBAAA%3B%3BAAIR%3BEExeI%2CmBAAmB%2C0BAAnB%3BEACA%2CeAAe%2C0BAAf%3BEACA%2CcAAc%2C0BAAd%3BEACA%2CWAAW%2C0BAAX%3BEF2tBA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEArPA%2CiCAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3B%3BAAEA%2CqBAAsB%3BAACtB%2CsBAAuB%2CiBAAiB%3BEACpC%2CaAAA%3B%3BAAGJ%2CiBAAkB%3BAAClB%2CgBAAiB%3BAACjB%2CqBAAsB%3BEAClB%2CcAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CqBAAsB%3BEAClB%2C6BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAIR%2C4BAA4B%2C8BAExB%3BAAFJ%2C4BAA4B%2C8BAGxB%3BEACI%2CUAAA%3B%3BAAEA%2C4BANoB%2C8BAExB%2CeAIK%3BAAAD%2C4BANoB%2C8BAGxB%2C2BAGK%3BEACG%2CUAAA%3B%3BAAMR%2C8BAAC%2CIAAI%2CwBACD%3BEACI%2CaAAA%3B%3BAAMR%2C8BAAC%2CsBACG%3BEACI%2CUAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAMR%2C8BAAC%2CIAAI%2CwBACD%3BEACI%2CaAAA%3B%3BAAMR%2C8BAAC%2CsBACG%3BEACI%2CUAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAMR%2C8BAAC%2CIAAI%2CwBACD%3BEACI%2CaAAA%3B%3BAAMR%2C8BAAC%2CsBACG%3BEACI%2CUAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAKZ%2CsBAEI%3BAAFJ%2CsBAGI%3BEACI%2CqBAAA%3B%3BAAKJ%2CqBAAC%2C4BAA4B%2C8BAEzB%3BAAFJ%2CqBAAC%2C4BAA4B%2C8BAGzB%3BEACI%2CaAAA%3B%3BAAEA%2CqBANP%2C4BAA4B%2C8BAEzB%2CeAIK%3BAAAD%2CqBANP%2C4BAA4B%2C8BAGzB%2C2BAGK%3BEACG%2CcAAA%3B%3BAAKZ%2CqBAAC%2CsBAEG%3BAAFJ%2CqBAAC%2CsBAGG%3BEACI%2CwBAAA%3B%3BAAMR%2CqBAAC%2C4BAA4B%2CsBAAsB%2C8BAC%5C%2FC%2C2BAA0B%2CIAAI%3BEEpmBlC%2CmBAAmB%2C2BAAnB%3BEACA%2CeAAe%2C2BAAf%3BEACA%2CcAAc%2C2BAAd%3BEACA%2CWAAW%2C2BAAX%3B%3BAFgmBA%2CqBAAC%2C4BAA4B%2CsBAAsB%2C8BAK%5C%2FC%2CqBAAoB%2CIAAI%3BEExmB5B%2CmBAAmB%2CyBAAnB%3BEACA%2CeAAe%2CyBAAf%3BEACA%2CcAAc%2CyBAAd%3BEACA%2CWAAW%2CyBAAX%3B%3BAFgmBA%2CqBAAC%2C4BAA4B%2CsBAAsB%2C8BAS%5C%2FC%2CqBAAoB%2CIAAI%3BEE5mB5B%2CmBAAmB%2CwBAAnB%3BEACA%2CeAAe%2CwBAAf%3BEACA%2CcAAc%2CwBAAd%3BEACA%2CWAAW%2CwBAAX%3B%3BAF8mBA%2CqBAAC%2CsBACG%3BEElnBJ%2CmBAAmB%2C2BAAnB%3BEACA%2CeAAe%2C2BAAf%3BEACA%2CcAAc%2C2BAAd%3BEACA%2CWAAW%2C2BAAX%3B%3BAF8mBA%2CqBAAC%2CsBAKG%3BEEtnBJ%2CmBAAmB%2CyBAAnB%3BEACA%2CeAAe%2CyBAAf%3BEACA%2CcAAc%2CyBAAd%3BEACA%2CWAAW%2CyBAAX%3B%3BAF8mBA%2CqBAAC%2CsBASG%3BEE1nBJ%2CmBAAmB%2CwBAAnB%3BEACA%2CeAAe%2CwBAAf%3BEACA%2CcAAc%2CwBAAd%3BEACA%2CWAAW%2CwBAAX%3B%3BAF6nBJ%2CqBAEI%2CeAAc%2CIAAI%3BAAFtB%2CqBAGI%2C2BAA0B%2CIAAI%3BAAHlC%2CqBAII%2CsBAAqB%2CIAAI%3BAAJ7B%2CqBAKI%2CuBAAsB%2CIAAI%3BEACtB%2CyBAAA%3BEACA%2CyDAAA%3B%3BAAOJ%2CgBAAC%3BAAAD%2CcAAC%3BAACD%2CgBAAC%3BAAAD%2CcAAC%3BEAEG%2C4BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CgBAAC%3BAAAD%2CcAAC%3BEACG%2CWAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CgBAAC%3BAAAD%2CcAAC%3BEACG%2CYAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CgBAAC%2CwBAAwB%3BAAAzB%2CcAAC%2CwBAAwB%3BAACzB%2CgBAAC%2CyBAAyB%3BAAA1B%2CcAAC%2CyBAAyB%3BEACtB%2CmCAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CgBAAC%2CuBAAuB%3BAAAxB%2CcAAC%2CuBAAuB%3BAACxB%2CgBAAC%2C0BAA0B%3BAAA3B%2CcAAC%2C0BAA0B%3BEACvB%2CmCAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CgBAAC%2CwBAAwB%3BAAAzB%2CcAAC%2CwBAAwB%3BEEppBzB%2CkBAAkB%2C2FAA2F%2CwEAA7G%3BEFspBI%2C6BAAA%3BEACA%2COAAA%3B%3BAAGJ%2CgBAAC%2CyBAAyB%3BAAA1B%2CcAAC%2CyBAAyB%3BEE1pB1B%2CkBAAkB%2C2FAA2F%2C2EAA7G%3BEF4pBI%2CmCAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CgBAAC%2CuBAAuB%3BAAAxB%2CcAAC%2CuBAAuB%3BEEhqBxB%2CkBAAkB%2C2FAA2F%2CwEAA7G%3BEFkqBI%2C6BAAA%3BEACA%2CMAAA%3B%3BAAIJ%2CgBAAC%2C0BAA0B%3BAAA3B%2CcAAC%2C0BAA0B%3BEEvqB3B%2CkBAAkB%2C2FAA2F%2C2EAA7G%3BEFyqBI%2CmCAAA%3BEACA%2CSAAA%3B%3BAAUJ%2CqBANkB%2CiBAMjB%3BAAAD%2CqBALkB%2CeAKjB%3BAAAD%2C2BAJwB%2CiBAIvB%3BAAAD%2C2BAHwB%2CeAGvB%3BAAAD%2CqBAFkB%2CiBAEjB%3BAACD%2CqBAPkB%2CiBAOjB%3BAAAD%2CqBANkB%2CeAMjB%3BAAAD%2C2BALwB%2CiBAKvB%3BAAAD%2C2BAJwB%2CeAIvB%3BAAAD%2CqBAHkB%2CiBAGjB%3BEACG%2CaAAA%3B%3BAAWR%2CmBACI%2CyBACI%3BEEjtBJ%2CmBAAmB%2CgBAAnB%3BEACA%2CeAAe%2CgBAAf%3BEACA%2CcAAc%2CgBAAd%3BEACA%2CWAAW%2CgBAAX%3BEFgtBQ%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAPZ%2CmBAWI%2C2BACI%3BEEptBJ%2CmBAAmB%2CqBAAnB%3BEACA%2CeAAe%2CsBAAf%3BEACA%2CcAAc%2CsBAAd%3BEACA%2CWAAW%2CsBAAX%3BEFmtBQ%2CQAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAKZ%3BEACI%2CcAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAGJ%3BEACI%2CsBAAA%3BEACA%2COAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3B%3BAAGJ%3BEACI%2CoCAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3B%3BAATJ%2CaAWI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAIR%3BEACI%2CgBAAA%3B%3BAAGJ%3BEACI%2CSAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3B%3BAAEA%2CkBAAC%2CIAAI%3BEACD%2CsBAAA%3B%3BAAVR%2CkBAaI%3BEACI%2COAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CsBAAA%3B%3BAAIR%3BEACI%2CkBAAA%3B%3BAADJ%2CuBAGI%3BEACI%2CYAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEEn0BJ%2CmBAAmB%2C0BAAnB%3BEACA%2CeAAe%2C0BAAf%3BEACA%2CcAAc%2C0BAAd%3BEACA%2CWAAW%2C0BAAX%3BEFu0BI%2CyBAAA%3BEACA%3B%3B%3BYAAA%3BEAIA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAPA%2CgBAJkC%3BEAIlC%2CuBAZJ%3BIASQ%2CUAAA%3B%3B%3BAAcZ%3BEACI%2CYAAA%3B%3BAAGJ%3BEACI%2CaAAA%3B%3BAAIA%2C6BAAC%3BEACG%2CqBAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAALR%2C6BAQI%3BEACI%2CuBAAA%3BEACA%2CWAAA%3B%3BAAVR%2C6BAQI%2CsBAII%3BEACI%2CcAAA%3BEACA%2CkCAAA%3B%3BAAKZ%2CqBACI%2CwBACI%3BEACI%2CaAAA%3B%3BAAHZ%2CqBACI%2CwBAKI%3BAANR%2CqBACI%2CwBAMI%3BEACI%2CSAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAfZ%2CqBACI%2CwBAiBI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAGA%2CqBA%5C%2FBR%2CwBAiBI%2CqBAcK%3BEACG%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2C4DAAA%3B%3BAAGJ%2CqBAtCR%2CwBAiBI%2CqBAqBK%3BEACG%2CYAAA%3BEACA%2CyBAAA%3B%3BAAzChB%2CqBACI%2CwBA4CI%3BEACI%2CUAAA%3BEACA%2COAAO%2CqBAAP%3B%3BAAKZ%2C%2BBAEI%3BAAFJ%2C%2BBAGI%3BEACI%2CSAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAATR%2C%2BBAEI%2C4BASI%3BAAXR%2C%2BBAGI%2C6BAQI%3BEE96BJ%2CmBAAmB%2C0BAAnB%3BEACA%2CeAAe%2C0BAAf%3BEACA%2CcAAc%2C0BAAd%3BEACA%2CWAAW%2C0BAAX%3BEF2tBA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEAgNQ%2CWAAA%3B%3BAAbZ%2C%2BBAiBI%3BEACI%2COAAA%3B%3BAAlBR%2C%2BBAqBI%3BEACI%2CQAAA%3B%3BAAMR%2C6BAEI%3BAAFJ%2C6BAGI%3BEACI%2CeAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CaAAA%3B%3BAATR%2C6BAEI%2C4BASI%3BAAXR%2C6BAGI%2C6BAQI%3BEEn8BJ%2CmBAAmB%2CaAAnB%3BEACA%2CeAAe%2CaAAf%3BEACA%2CWAAW%2CaAAX%3BEFm8BQ%2CYAAA%3BEACA%2CWAAA%3B%3BAAdZ%2C6BAkBI%3BEACI%2CMAAA%3B%3BAAnBR%2C6BAsBI%3BEACI%2CSAAA%3B%3BAAIR%2C4BAEI%3BAAFJ%2C4BAGI%3BEACI%2C6BAAA%3B%3BAAJR%2C4BAOI%3BEACI%2CkBAAA%3B%3BAARR%2C4BAWI%2CwBAAuB%3BEACnB%2CmBAAA%3B%3BAAIR%3BEAEI%2CkBAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2C2BACI%3BEACI%2CiCAAA%3B%3BAAIR%2C4BACI%3BEACI%2CiCAAA%3B%3BAAIR%3BEACI%2CaAAA%3B%3BAAGJ%3BAACA%3BEEl9BI%2C0CAAA%3BEACA%2C6CAAA%3B%3BAACA%2CcAAC%3BAAAD%2CqBAAC%3BEACG%2C0CAAA%3B%3BAAEJ%2CcAAC%3BAAAD%2CqBAAC%3BEACG%2C0CAAA%3B%3BAFg9BR%2CeAAe%2CIAAI%2CgCAEf%3BAAFJ%2CeAAe%2CIAAI%2CgCAGf%3BAAHJ%2CeAAe%2CIAAI%2CgCAIf%3BEE19BA%2C0CAAA%3BEACA%2C6CAAA%3B%3BAACA%2CeFo9BW%2CIAAI%2CgCAEf%2C2BEt9BC%3BAAAD%2CeFo9BW%2CIAAI%2CgCAGf%2CoBEv9BC%3BAAAD%2CeFo9BW%2CIAAI%2CgCAIf%2CmBEx9BC%3BEACG%2C0CAAA%3B%3BAAEJ%2CeFi9BW%2CIAAI%2CgCAEf%2C2BEn9BC%3BAAAD%2CeFi9BW%2CIAAI%2CgCAGf%2CoBEp9BC%3BAAAD%2CeFi9BW%2CIAAI%2CgCAIf%2CmBEr9BC%3BEACG%2C0CAAA%3B%3BAFy9BR%3BEAEI%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAW%2C2BAAX%3BEACA%2CoCAAA%3BEACA%2CWAAA%3B%3BAASA%2CgBAPkC%3BEAOlC%3BIANI%2CiCAAA%3BIACA%2CSAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3B%3B%3BAAGJ%2CsBAAC%3BEACG%2CUAAA%3BEACA%2CWAAW%2CwBAAX%3B%3BAAMJ%2CoBAAC%3BEACG%2CcAAA%3BEACA%2CYAAA%3B%3BAAMY%2CoBAJf%2CeACG%2CeACI%2CoBACI%2CsBACK%2CUAAU%2CGACP%2CiBACI%3BEACI%2CWAAA%3BEACA%2CcAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAAWhC%3BEACI%2CsBAAsB%2C4BAAtB%3BEACA%2CSAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAEA%2CkBAAC%3BEACG%2CcAAA%3B%3BAAIR%2CgCAEI%3BAAFJ%2CgCAGI%3BEACI%2CwBAAA%3B%3BAAIR%2CgBACI%3BEACI%2CyBAAA%3B%3BAAFR%2CgBAKI%3BEACI%2CwBAAA%3B%3BAAIR%2CsBACI%3BEACI%2CyBAAA%3BEACA%2CmBAAA%22%7D */﻿.jPicker .Icon{display:inline-block;height:24px;position:relative;text-align:left;width:25px}.jPicker .Icon span.Color,.jPicker .Icon span.Alpha{background-position:2px 2px;display:block;height:100%;left:0;position:absolute;top:0;width:100%}.jPicker .Icon span.Image{background-repeat:no-repeat;cursor:pointer;display:block;height:100%;left:0;position:absolute;top:0;width:100%}.jPicker.Container{color:#000;z-index:10}table.jPicker{background-color:#efefef;border:1px outset #666;font-family:Arial,Helvetica,Sans-Serif;font-size:12px!important;margin:0;padding:5px;width:545px;z-index:20}.jPicker .Move{background-color:#ddd;border-color:#fff #666 #666 #fff;border-style:solid;border-width:1px;cursor:move;height:12px;padding:0}.jPicker .Title{font-size:11px!important;font-weight:bold;margin:-2px 0 0 0;padding:10px 0 0 0;text-align:center;width:100%}.jPicker div.Map{border-bottom:2px solid #fff;border-left:2px solid #9a9a9a;border-right:2px solid #fff;border-top:2px solid #9a9a9a;cursor:crosshair;height:260px;margin:0 10px 10px 10px;overflow:hidden;padding:0;position:relative;width:260px}.jPicker div[class="Map"]{height:256px;width:256px}.jPicker div.Bar{border-bottom:2px solid #fff;border-left:2px solid #9a9a9a;border-right:2px solid #fff;border-top:2px solid #9a9a9a;cursor:n-resize;height:260px;margin:12px 10px 0 5px;overflow:hidden;padding:0;position:relative;width:24px}.jPicker div[class="Bar"]{height:256px;width:20px}.jPicker .Map .Map1,.jPicker .Map .Map2,.jPicker .Map .Map3,.jPicker .Bar .Map1,.jPicker .Bar .Map2,.jPicker .Bar .Map3,.jPicker .Bar .Map4,.jPicker .Bar .Map5,.jPicker .Bar .Map6{background-color:transparent;background-image:none;display:block;left:0;position:absolute;top:0}.jPicker .Map .Map1,.jPicker .Map .Map2,.jPicker .Map .Map3{height:2596px;width:256px}.jPicker .Bar .Map1,.jPicker .Bar .Map2,.jPicker .Bar .Map3,.jPicker .Bar .Map4{height:3896px;width:20px}.jPicker .Bar .Map5,.jPicker .Bar .Map6{height:256px;width:20px}.jPicker .Map .Map1,.jPicker .Map .Map2,.jPicker .Bar .Map6{background-repeat:no-repeat}.jPicker .Map .Map3,.jPicker .Bar .Map5{background-repeat:repeat}.jPicker .Bar .Map1,.jPicker .Bar .Map2,.jPicker .Bar .Map3,.jPicker .Bar .Map4{background-repeat:repeat-x}.jPicker .Map .Arrow{display:block;position:absolute}.jPicker .Bar .Arrow{display:block;left:0;position:absolute}.jPicker .Preview{font-size:9px;padding:5px 0 0 0;text-align:center}.jPicker .Preview div{border:2px inset #eee;height:62px;margin:0 auto;padding:0;width:62px}.jPicker .Preview div span{border:1px solid #000;display:block;height:30px;margin:0 auto;padding:0;width:60px}.jPicker .Preview .Active{border-bottom-width:0}.jPicker .Preview .Current{border-top-width:0;cursor:pointer}.jPicker input{font-size:13px}.jPicker .Button{text-align:center;padding:0 4px;width:115px}.jPicker .Button input{padding:2px 0;width:100px}.jPicker .Button .Ok{margin:12px 0 5px 0}.jPicker td{margin:0;padding:0}.jPicker td.Radio{margin:0;padding:0;width:33px}.jPicker td.Radio input{margin:0 5px 0 0;padding:0}.jPicker td.Text{font-size:12px!important;height:22px;margin:0;padding:0;text-align:left;width:70px}.jPicker tr.Hex td.Text{width:100px}.jPicker td.Text input{background-color:#fff;border:1px inset #aaa;height:19px;margin:0 0 0 5px;text-align:left;width:30px}.jPicker td[class="Text"] input{height:15px}.jPicker tr.Hex td.Text input.Hex{width:50px}.jPicker tr.Hex td.Text input.AHex{width:20px}.jPicker .Grid{text-align:center;width:114px}.jPicker .Grid span.QuickColor{border:1px inset #aaa;cursor:pointer;display:inline-block;height:15px;line-height:15px;margin:0;padding:0;width:19px}.jPicker .Grid span[class="QuickColor"]{width:17px}/*!
 *  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
 * -------------------------- */

.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: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .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: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-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";
}/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 100%;
	background: red;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: red;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #dde;
	position: relative;
}

.jspDrag
{
	background: #666; border-radius:10px;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}
.jspDrag:hover{ opacity:0.8}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}/* Product Options */
.product-options { clear:both; }
.product-options dt { padding:10px 0 0; font-weight:normal; }
.product-options dt label { color:#2f2f2f; }
.product-options dt span.required { color:#eb340a; }
.product-options dt .qty-holder { float:right; margin-right:15px; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
.product-options dd { padding:5px 10px 15px; margin:0 0 5px; /*float:left*/ }
.product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
.product-options dd input.input-text { width:98%; }
.product-options dd input.datetime-picker { width:150px; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:99%; }
.product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
.product-options ul.options-list { margin-right:5px; }
.product-options ul.options-list li { line-height:1.5; padding:2px 0; }
.product-options ul.options-list input.radio { float:left; margin-top:3px; }
.product-options ul.options-list input.checkbox { float:left; margin-top:3px; }
.product-options ul.options-list .label { display:block; margin-left:18px; }
.product-options ul.options-list label { font-weight:normal; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.note { margin:0; font-size:11px; }
.product-options p.required { margin-bottom:0; padding:0px 0 0; clear:both }

.product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; }
.product-options-bottom .tier-prices li { background:0; padding:2px 0; color:#e26703; }
.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit { color:#e26703; }
.product-options-bottom .price-box { float:left; margin:0; padding:0; }
.product-options-bottom .price-label { float:left; padding-right:5px; }
.product-options-bottom .price-tax { float:left; }
.product-shop .product-options-bottom { margin:0 0 10px; }
.product-shop .product-options-bottom .price-box { float:none; margin:0 0 5px; }
.product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
.product-shop .product-options-bottom .price-tax { float:none; }
.product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }
.start-scratch{ border-right: 1px dashed #C3C3C3;float: left;padding: 12px 10px 64px !important;position: relative;    text-align: center;width: 170px;}
.start-scratch .actions { bottom: 22px; margin-left: 23px; position: absolute;}
.templates{/* width:960px !important;*/}
.templates li.item{text-align:center; display:inline-block; min-height:237px; border:1px dashed #C3C3C3; margin: 0 13px 13px 0; padding: 15px;}
.templates li.item div.actions{ margin-top:40px;}
.product-template{ border: 1px solid #f2f4f5;
    margin-top:9px;}
.product-template h2{ font-size:18px; font-weight:normal; padding-left:29px;}
.productlist-new li.item { border-right: 1px dashed #C3C3C3;float: left;padding: 12px 10px 64px !important; position: relative; text-align: center;width: 170px;height:auto;}
.product-option-template{ margin-top:0px;}
.product-start-scratch,
.product-option-addtocart{ /*padding:10px 15px 30px;background:#f0f0f0; */}
.product-addtocart{}

.span3.item.product-start-scratch {background-image:linear-gradient(50deg, rgb(171,185,196) 0%, rgb(242,244,245) 15%, rgb(242,244,246) 63%, rgb(171,185,196) 100%);background-image: -o-linear-gradient(50deg, rgb(171,185,196) 0%, rgb(242,244,245) 15%, rgb(242,244,246) 63%, rgb(171,185,196) 100%);background-image: -moz-linear-gradient(50deg, rgb(171,185,196) 0%, rgb(242,244,245) 15%, rgb(242,244,246) 63%, rgb(171,185,196) 100%);	background-image: -webkit-linear-gradient(50deg, rgb(171,185,196) 0%, rgb(242,244,245) 15%, rgb(242,244,246) 63%, rgb(171,185,196) 100%);background-image: -ms-linear-gradient(50deg, rgb(171,185,196) 0%, rgb(242,244,245) 15%, rgb(242,244,246) 63%, rgb(171,185,196) 100%);	background-image: -webkit-gradient( linear, 50deg, color-stop(0, rgb(171,185,196)), color-stop(0.15, rgb(242,244,245)), color-stop(0.63, rgb(242,244,246)), color-stop(1, rgb(171,185,196)) );}
.product-start-scratch li.item {height: 135px; padding: 12px 10px 64px !important; position: relative;text-align: center; width: 170px;}
.templatecategory-heading { background:#444444;color: #ffffff; float: left; padding: 10px;}
.prodtheading{ line-height: 34px;font-weight:normal;margin-bottom:0;}
@media only screen and (min-width: 240px) {
    .prodtheading span.greycolor { font-size:14px;}
    .prodtheading { font-size:14px;}
}
@media only screen and (min-width: 760px) {.product-option-file {border: 1px solid #cccccc;margin-bottom: 30px;min-height: 200px;padding: 10px;} .product-start-scratch {border: 1px solid #cccccc;min-height: 200px;padding: 10px;}.product-start-scratch div.actions button span span {font-size: 10px;}}
@media only screen and (min-width: 1140px) {
    .prodtheading span.greycolor { font-size:18px;}
    .prodtheading { font-size:24px;line-height: 1.35; text-transform: uppercase;margin-bottom: 20px;}
    .product-start-scratch {border: 1px solid #cccccc;min-height: 150px;padding: 10px;}
    .product-option-file {border: 1px solid #cccccc;margin-bottom: 30px;min-height: 150px;padding: 10px;}
    .product-start-scratch div.actions button span span {font-size: 14px;}
    .product-start-scratch div.actions button.button {width: 200px;}
}

.prodtheading h4{background:url("../../frontend/BrandMd/ultimate/en_US/Designnbuy_Base/images/pro_detail_heading.png") repeat-x scroll left top;height: 55px; line-height: 55px; padding-left: 10px; margin-top:10px; }
.prodtheading span.bignum{font-size:35px;}
.prodtheading span.greycolor{}
#product_templates_list .prodtheading {margin-bottom:0px;border-bottom: 2px solid #cccccc;}
.product-start-scratch div.actions button span i {background: url("../../frontend/BrandMd/ultimate/en_US/Designnbuy_Base/images/start_frn_scr.png") no-repeat;float: left; margin-top:4px; height: 25px;margin-right: 4px;width: 25px;}
.product-start-scratch div.actions button span span{display: inline-block;font-family:OpenSansBold;text-transform: uppercase; margin-top:2px;}
.product-template h4{background: url("../../frontend/BrandMd/ultimate/en_US/Designnbuy_Base/images/pro_detail_heading.png") repeat-x scroll left top transparent; height: 55px;line-height: 55px; padding-left: 10px;}
.designtool-add-to-cart{margin-top:0px; text-align:right;float:left}
.product-start-scratch div.actions{ text-align:center; display:table-cell; vertical-align:middle}
.option-not-applicable{color: #000000; float: left; font-size: 14px; font-weight: bold; padding-top: 13px;}
#divinputfile {display: inline-block;margin: 0;}
#divinputfile #filepc{opacity: 0.0;-moz-opacity: 0.0;filter: alpha(opacity=00);font-size:18px;  height: 59px;cursor:pointer;width: 171px;}
#fileOption {line-height: 50px;}
@media only screen and (min-width: 240px) 	{ #fileOption {clear:both;line-height: 20px;} }
@media only screen and (min-width: 1140px) 	{ #fileOption {clear:right} #fileOption p.no-margin {font-size: 11px;}.browsebtn { float: left; position: relative; width:60%;}}
#fakeinputfile #tempFileLabel{font-family: Arial;font-size: 18px;height: 22px;width: 60px;}

#divinputfile .btn.btn-large {line-height: 29px;}
#divinputfile .btn.btn-large > i {background: url("../../frontend/BrandMd/ultimate/en_US/Designnbuy_Base/images/sym_sel_fil.png") repeat scroll;display: inline-block; height: 27px;margin-right: 4px;width: 40px;}
#divinputfile .btn.btn-large > label { display: inline-block;font-family: OpenSansBold;text-transform: uppercase; margin-right:15px;}

.browse-button	{/*float: left;*/ overflow: hidden; }
.addtocart-qty	{display: inline-block;margin-right:7px;}
.upload-file	{float: left; /*margin-right: 7px; margin-top: 14px;*/}
.upload-file span.price { font-size:18px;}
.upload-file-dd{ clear: both;/*float:left*/}
.upload-file-head{float:left}
#tempFileLabel {background: none; border:none;margin-top: 10px; padding:0px;box-shadow:none; font-style: italic; color:#f00;font-size: 10px;}
#advice-required-entry-filepc {position: absolute;}
.bg-none{background:none; border:none;}
.add-to-cart.form-inline { text-align: left;}
.mp-ddq-el {margin-bottom: 10px; }
#mp-ddq-el-1-table {width: 100%; border-left:1px solid #E1E1E1; border-right:none;border-top:none; border-bottom:none; margin:0 10px; display:table !important }
.form-search label, .form-inline label, .form-search .btn-group, .form-inline .btn-group{vertical-align: top;}
.add-to-cart button.btn, input.btn[type="submit"] {display: inline-block;vertical-align: top;}
button.btn, input.btn[type="submit"] {display: inline-block; vertical-align: top;}
#fileSelect { -moz-border-bottom-colors: none;-moz-border-left-colors: none;-moz-border-right-colors: none; -moz-border-top-colors: none;    background: -moz-linear-gradient(center top , rgba(255, 255, 255, 0.3) 50%, #FFCC00 50%, #FFCC00) repeat scroll 0 0 #FFCC00; border-color: #FFCC00 #FFCC00 #9F9F9F;border-image: none; border-radius: 10px; border-style: solid; border-width: 1px; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; color: #08233E; cursor: pointer;font-size: 18pt; padding: 12px;text-shadow: 0 1px #FFFFFF;}
input#fileCustomOption[type="file"] {height: 0;visibility: hidden; display:none;  width: 0;}
.upload-file span.price-notice{line-height:34px;margin-left:10px;}
.qtyBoxLabel{  color: #4C4C4C;font-size: 14px;font-weight: bold;}
.qtyBox{/* float: left;*/}

#mp-ddq-el-1{box-shadow: 5px 5px 5px #888888;display: block;width: 100%;}
#mp-ddq-el-1 table{border-collapse: collapse; border-spacing: 0;width:100%;height:100%;margin:0px;padding:0px;}
#mp-ddq-el-1 tr:last-child td:last-child {-moz-border-radius-bottomright:0px;-webkit-border-bottom-right-radius:0px;border-bottom-right-radius:0px;}
#mp-ddq-el-1 table tr:first-child td:first-child {-moz-border-radius-topleft:0px;-webkit-border-top-left-radius:0px;border-top-left-radius:0px;}
#mp-ddq-el-1 table tr:first-child td:last-child {-moz-border-radius-topright:0px;-webkit-border-top-right-radius:0px;border-top-right-radius:0px;}
#mp-ddq-el-1 tr:last-child td:first-child{-moz-border-radius-bottomleft:0px;-webkit-border-bottom-left-radius:0px;border-bottom-left-radius:0px;}
#mp-ddq-el-1 tr:hover td{}
#mp-ddq-el-1 tr:nth-child(odd){ background-color:#e5e5e5; }
#mp-ddq-el-1 tr:nth-child(even)    { background-color:#ffffff; }
#mp-ddq-el-1 td{ vertical-align:middle; border:none;text-align:center;padding:7px;	font-size:14px;font-family:opensansregular;font-weight:normal;color:#000000;}
#mp-ddq-el-1 tr:last-child td{border-width:0px 1px 0px 0px;}
#mp-ddq-el-1 tr td:last-child{border-width:0px 0px 1px 0px;}
#mp-ddq-el-1 tr:last-child td:last-child{border-width:0px 0px 0px 0px;}
#mp-ddq-el-1 tr:first-child th{background-color:#cccccc!important;border:0px !important;text-align:center;font-size:14px!important;font-family:Arial!important;font-weight:bold!important;color:#000000!important;}
#mp-ddq-el-1 tr:first-child:hover th{background:-o-linear-gradient(bottom, #cccccc 5%, #cccccc 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #cccccc) );	background:-moz-linear-gradient( center top, #cccccc 5%, #cccccc 100% );	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#cccccc");	background: -o-linear-gradient(top,#cccccc,cccccc);background-color:#cccccc;}
#mp-ddq-el-1tr:first-child td:first-child{border-width:0px 0px 1px 0px;}
#mp-ddq-el-1 tr:first-child td:last-child{	border-width:0px 0px 1px 1px;}
#product_templates_list { margin-top: 0px; padding-top: 0px;}
#product-options-wrapper  dl {margin-bottom: 0px;}
#product_templates_list > #template_category {border: 1px solid #cccccc;padding: 10px !important;text-align: left;height: 39px;}
#loading-mask .loader {background: #fff4e9;border: 2px solid #f1af73;color: #d85909;font-weight: bold;left: 50%;margin-left: -105px;padding: 15px 30px;position: fixed;text-align: center;top: 45%;width: 150px;z-index: 1000; }
#loading-mask {color: #d85909;font-size: 1.1em;font-weight: bold;opacity: 0.8;text-align: center;z-index: 500; position:relative;}
#product_templates .pager {padding:0px;border:none;}
.catalog-product-view .products-grid--max-4-col li  {padding-bottom:10px;border: 1px solid #cccccc;background:none}
.catalog-product-view .products-grid--max-4-col li a.product-image {box-shadow:none;margin-bottom:10px;margin-top:10px;}
.simpleColorContainer {display: inline-table; left: 0;top: 7px;margin: 0 5px 0 0; }
/*--- anjali ----*/
.product-shop .product-options { background: #f4f7f7;box-shadow: 2px 3px 3px #ccc;margin: 0;padding: 15px 17px !important;margin-bottom: 20px; }
#products-list li table.admin-job-list {float: left;}
.job-list-item {padding:10px;}
.product-options .option { padding: 0 !important;}
.product-options .option a.label:hover {color:#666666}
#quickPanel textarea  { min-width: 45%; margin-right: 10px; /* height: 35px; */margin-bottom:3px;resize: none;}
#quickPanel .directoinButton {display: inline;margin-left: 10px;}
#quickPanel .directoinButton a {margin: 1px;padding: 3px 7px;font-size: 12px;}
#quickPanel .fontsizeButton {display: inline;}
#quickPanel .fontsizeButton a{margin: 1px;padding: 3px 7px;font-size: 12px;}
#quickPanel .btn.blueBtn {margin: 1px;padding: 3px 7px;font-size: 12px;color: #FFFFFF; background: #133264;}
#quickPanel .btn{box-shadow: none;}
#quickPanel .btn.blueBtn:hover {color: #000000; background: #fadc32;}
#quickPanel .rowHolder  { margin-bottom:16px;    clear: both;
    display: inline-block;
    width: 100%;}
#quickPanel .rowHolder button {text-shadow:none; margin-bottom: 10px; }
#quickPanel .rowHolder > span.label {display: block; margin-bottom: 2px; font-weight: bold; }
#quickPanel .rowHolder > span.label-small {display: block; margin-bottom: 2px; font-weight: bold; }
#quickPanel { width: 100% !important; border-bottom: 1px solid #c1c1c1;}
#quickPanel .fontsizeButton {display: inline;}
#quickPanel .fontsizeButton a i, #quickPanel .directoinButton a i { color:#fff; text-shadow: none;; pointer-events: none; }
#quickPanel a:hover i, #quickPanel .fontsizeButton a:hover i, #quickPanel .directoinButton a:hover i  {color:#000000}
.price-box .price { font-size: 21px !important;}
#changeSide{margin:0px 0px 10px;}
.detail-upload-file{ margin-right: 5px;padding: 2px 9px;text-shadow: none;/* width: 210px; */margin-right: 60px;margin-bottom:10px }
.jPicker{margin-right:10px;}
/*------------*/
#product-options-wrapper .option:nth-child(6n) {background:#F4F7F7;}
#select_239{margin-bottom:15px;}
@media (min-width:768px) and  (max-width:1024px) {
    .product-addto-links a { display:block !important; width:auto; text-align:left;}
    div.pagination #pageNav { width:300px !important; }
    div.pagination #pageNav span.nextPage { width:100px;}
    div.pagination #pageNav span.nextPage i { margin-left:15px;}
}
@media (max-width:1024px) {
    .product-shop .product-options { padding: 15px 13px !important;}
}
@media (max-width:768px) {
    #divinputfile{float:none;height: 59px;margin: 0;}
    .product-shop .product-options { padding: 15px 10px !important;}
    #quickPanel textarea { width:100% }
    #quickPanel input[type="file"] {width:100%;margin-bottom:10px;}
    .btn.blueBtn {margin-right: 5px;}
    .product-options-bottom { padding: 0 !important;}
    button.button span span { font-size: 11px !important;}    
}


#bleedHolder 		{left: 0;position: absolute;}
#quickeditarea 		{position: relative; margin-top: 10%;}
#quickeditarea svg 	{width: 100%;height:100%;}

.validation-warning 	{
    background: rgba(0, 0, 0, 0) url("../../frontend/BrandMd/ultimate/en_US/Designnbuy_Base/images/validation_advice_bg.gif") no-repeat scroll 2px 0;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    line-height: 13px;
    padding: 10px;
    margin-top: 10px;
    background: #bd0404;
    border-radius: 5px;
}

.col2-left-layout .detail-upload-file {margin-right: 5px;padding: 2px 9px; text-shadow: none;width: 120px;margin-right: 10px;margin-bottom:10px}

*::-ms-backdrop, #quickeditarea {height:540px;} /* IE11 */
*::-ms-backdrop, #product-image {height:540px;} /* IE11 */


@media only screen and (min-width: 319px) {
    .res-product-detail{display:block; color: #666;}
    .res-product-detail .product-name  h1{color: #666;}
    .product-view .product-shop .product-name {display:none;}
    .product-view .product-shop .short-description {display:none;}
    .col2-left-layout .col-main .span6 input[type="file"] {width:99%; }
    #quickPanel textarea,	#quickPanel input[type="file"] {width:99%;margin-bottom:0px;}
    .detail-upload-file{width: 100%;margin-right:0px;margin-bottom:10px }
    .col2-left-layout .detail-upload-file {margin-right: 5px;padding: 2px 9px; text-shadow: none;width: 100%;margin-right: 10px;margin-bottom:10px}
}

@media only screen and (min-width: 600px) {
    .res-product-detail{display:block;}
    .res-product-detail .product-name h1 {color: #666;}
    .product-view .product-shop .product-name {display:none;}
    .product-view .product-shop .short-description {display:none;}
    .col2-left-layout .col-main .span6 input[type="file"] {width:99%;}
    .col2-left-layout .col-main .span6 #quickPanel textarea {width:99%}
    .detail-upload-file{width: 100%;margin-right:0px;margin-bottom:10px }
    .col2-left-layout .detail-upload-file {}

}

@media only screen and (min-width: 1024px) {
    .res-product-detail{display:none;}
    .product-view .product-shop .product-name {display:block;}
    .product-view .product-shop .short-description {display:block;}
    .col2-left-layout .col-main .span6 input[type="file"] {width:99%;}
    #quickPanel input[type="file"] {width:99%;margin-bottom:10px;}
    .detail-upload-file{width: 100%;margin-right:0px;margin-bottom:10px }
    .col2-left-layout .detail-upload-file {width: 100%;}

}

@media only screen and (min-width: 1140px) {
    .res-product-detail{display:none;}
    .product-view .product-shop .product-name {display:block;}
    .product-view .product-shop .short-description {display:block;}
    .col2-left-layout .col-main .span6 #quickPanel textarea {width:100%;min-width:155px}
    .col2-left-layout .col-main .span6 input[type="file"] 	{margin-right:10px; width:100%;/*210px*/}
    .col1-layout .col-main .span6 #quickPanel textarea 	{width:255px;min-width:155px}
    .col1-layout .col-main .span6 #quickPanel input[type="file"] {width:260px;margin-bottom:10px;}
    .btn.blueBtn {margin-right: 5px;padding: 3px 7px;text-shadow: none;}
    .col2-left-layout .detail-upload-file {margin-right: 5px;padding: 2px 9px; text-shadow: none;width: 120px;margin-right: 10px;margin-bottom:10px}
    .detail-upload-file{/* width: 210px; */margin-right: 60px;margin-bottom:10px }
}

.btn {
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    display: inline-block;
    /* margin-bottom: 0; */
    font-size: 13px;
    line-height: 18px;
    color: #fff;
    padding: 3px 7px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: #000000;
    border: 1px solid #cccccc;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}


/* for image effect window */
.img-container,
.img-preview {
    background-color: #f7f7f7;
    text-align: center;
    width: 100%;
}

.img-container {
    margin-bottom: 1rem;
    max-height: 460px;
    min-height: 200px;
}
@media (min-width: 768px) {
    .img-container {
        min-height: 497px;
    }
    #cropImage_window .img-container {
        min-height: 428px;
        max-width: 428px;
        margin-left: auto;
        margin-right: auto;
    }
}

.img-container > img {
    max-width: 100%;
}

#imageEffect_window, #cropImage_window {width:100%; height:800px;  overflow:hidden;position:absolute;left:0px;right:0px; top:150px;/* bottom:0px; */margin:auto;}
#cropImage_window {height:800px;}
#imageEffect_window .global_popup_box, #cropImage_window .global_popup_box {max-width:60%; max-height:600px;top:0%}
.global_overlay{position:fixed;left:0px;right:0px;top:0px;bottom:0px;margin:auto;padding:10px;background-color:#ececec;border:none;z-index:20;opacity:0.8;}
.global_popup_box{position:fixed;left:0px;right:0px;top:0px;margin:auto;padding:25px;background-color:#FFF;border:none;opacity:1;font-family:proxima_nova_rgregular,Calibri,Arial,sans-serif;z-index:20;border-radius:5px;box-shadow:0px 1px 30px 0px #cfcfcf;font-size:14px;}

#imageEffect_window .buttonHolder button.button, #cropImage_window .buttonHolder button.button {margin-bottom: 10px!important;}

.toolbar_button button .svg_icon{margin:0 3px -3px 0 !important;padding:0;border:0;width:26px;height:26px}
.pop-heading-line{display:block;margin-bottom:20px;border-bottom:1px solid #ECECEC;padding-bottom:10px;}
.new-heading{text-align:center;font-size:26px;font-family:proxima_nova_rgregular,Calibri,Arial,sans-serif;color:#444;line-height:20px;margin:0px -25px 10px;}
.close-window-positoin {position: absolute; top: 15px;right: 15px;border:none;background: #39A3DB;width: 24px;height: 24px;color: #fff;	border-radius: 20px;padding: 0;}
#ie_preview{text-align:center;}
#ie_preview svg{width: 100%; max-height: 300px;max-width: 500px; }

.tabCon{border-radius:6px 6px 0 0;border:1px solid #cccccc;border-bottom:0px;float:left}
.tabCon > span{float:left;line-height:15px;padding:10px;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-ms-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease;cursor:pointer;}
.tabCon > span:hover{color:#fff;background:#31A4E3}
.tabCon > span.active{color:#fff;background:#31A4E3;cursor:default;box-shadow:3px 2px 3px -2px #444 inset;}
.tabCon > span:first-child{border-right:1px solid #ccc;border-radius:6px 0 0;}
.tabCon > span:last-child{border-radius:0 6px 0 0;border-left:1px solid #ccc;}
.colorCon div{vertical-align:top;display:inline-block;margin-right:10px;}

.buttonHolder button{display:inline;margin:0 7px !important;}
.buttonHolder{text-align:center;}

.filter_button{display:inline-block;margin-right:2px;background:#EFEFEF;border:1px solid #E9E9E9;padding:0px 3px;text-align:center;padding:2px 3px;}
.filter_button:hover{cursor:pointer;-webkit-transition:all 0.8s ease;-moz-transition:all 0.8s ease;-ms-transition:all 0.8s ease;-o-transition:all 0.8s ease;transition:all 0.8s ease;opacity:1;border:1px solid #cecece}
.filter_button:hover svg{opacity:1}
.filter_button svg{opacity:0.9;/*width:100%;*/}
.filter_button span{white-space:nowrap;width:50px;overflow:hidden;text-overflow:ellipsis;clear:both;display:block;font-size:11px;}
.photo_filters_option{
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    margin: -1px 0 10px;
    padding: 20px 10px;
    width: 100%;
    text-align: center;
    overflow-x: auto;
    display: block;
    height: 89px;
    overflow-y: hidden;
    white-space: nowrap;
}
.photo_filters_option i{float:left;font-size:36px;line-height:38px;color:#F00;margin:5px;cursor:pointer;}
.photo_filters_option .tool_button{width:40px;height:40px;margin-top:4px;padding:0px; float:left; margin-right:5px;}
.photo_filters_option .tool_button svg{width:40px;height:40px;}
.caption-section .caption {font-family: proxima_nova_rgregular,Calibri,Arial,sans-serif; font-size: 12px; font-weight: 300; color: #666; float: left; padding: 0px 5px;text-transform: uppercase;line-height: 27px;}
.propo_label { float: left;margin: 10px 5px;}
.ie_stroke_panel { margin: 0px;position: absolute;width: 250px;right: 30px;}
.ie_stroke_panel.range-blocks input[disabled]{background-color: #EEE; cursor: not-allowed; border-radius: 0px !important; padding: 0px !important; font-size: 10px; min-width: 30px;margin: 0px; width: 35px; height: 25px;text-align: center;}
.psright {float: right;margin-right: 0px;}
.color_tool {position: relative; min-height: 25px;line-height: 25px; min-width: 25px;float: left;}

#font_container { position: absolute;top: 0; left: 0; width: 200px; background-color: #ffFfff; display: none;z-index: 2;padding: 10px 10px; box-shadow: 0px 0px 5px 3px #9c9999;}
#font_container ul{overflow: auto;height: 250px; list-style: none;	margin: 0; padding: 0; }
#font_container li{padding: 10px; cursor: pointer; font-size: 16px; text-align: center; border-bottom: 1px solid #dae1e1;}
#font_container li.active{background-color: #fadc32;}
#font_container li.active a{color: #000000; }
#font_container li a{text-decoration: none;}
#font_container div {top: -10px; position: absolute; font-size: 24px; z-index: 99; right: -13px; color: #000; background: #fff; border-radius: 100%; line-height: 6px; display: inline-block; cursor: pointer;}

#quickPanel .rowHolder button i{font-size: 21px;}
#quickPanel .disabled {pointer-events: none; opacity: 0.5;}
.jscolor { width: 25px !important; height: 27px; line-height: 50 !important; }

.row-flex {
    display: flex;
    flex-direction: row;
}

div.pagination #pageNav span:nth-child(1) {
    border-right: 1px solid #FFFFFF;
}

div.pagination #pageNav span {
    width: 74px;
    height: 35px;
    text-align: center;
    align-content: center;
    justify-content: center;
    cursor: pointer;
}

div.pagination {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

div.pagination #pageNav {
    width: 203px;
    background: #000000;
    color: #FFFFFF;
    margin: 0 auto;
}

div.pagination #pageNav span .fa {
    align-content: center;
    justify-content: center;
    line-height: 30px;
    font-size: 24px;
    display: inline-block;
}

.gotoPage input[type="text"] {
    display: inline-block;
    width: 72px;
    height: 35px;
    /* border-radius: 50%; */
    border: 1px solid #000000;
    font-size: 12px;
    text-align: center;
}

div.pagination #pageNav span.gotoPage {
    width: 156px;
}
div.pagination #pageNav .gotoPage input[type='text']{width: 100%;}

div.pagination #pageNav span:nth-child(5) {
    border-left: 1px solid #FFFFFF;
}

#quickedit_changeside_button_holder button{
    margin: 5px;
}

#quickedit_changeside_button_holder button.active{
    background-color: #ffffff;
    border: #000000 1px solid;
}

#quickedit_changeside_button_holder button.active span{
    color: #000000;
}

#quickedit_changeside_button_holder {
    text-align: center;
}

#bleedHolder {
    overflow: visible;
}

/*Added By Ajay*/
.column.main .products-grid .product-item .product-item-info .product.photo.product-item-photo .product-image-container .product-image-wrapper .product-image-photo{
    /*box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3); border: 1px solid #bbbbbb;*/
}
.templates-grid{padding-top: 1px;}
.template-item{text-align: center}
.page-products .products-grid .template-item{}
.product-info-stock-sku{float: right}
.theme-pearl.store-view-default .action.download::before{
    font-size: 16px !important;
    /* line-height: calc(@icon__font-size + 7px); */
}
.theme-pearl.store-view-default .action.download::before{/*content: "\e624" !important;*/}
.theme-pearl.catalog-product-view .product-social-links .action.download::before{
    position: relative;
    top: 0;
    margin: 0 5px 0 0;
    padding: 0;
    width: 18px !important;
    height: 25px;
    line-height: 25px !important;
    text-align: center;
    font-size: 20px;
    display: inline-block;
    font-family: font-icons;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
}
.theme-pearl.catalog-product-view .product-social-links .action.download{
    color: #666666;
    font-weight: 600;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-size: 12px !important;
    line-height: 18px !important; float:left;
}
.theme-pearl.catalog-product-view .product-social-links .action.download span.icon-download-alt{ position: relative; margin-right: 5px; font-size: 16px;top: 3px;}

.theme-pearl.catalog-product-view .product-social-links .product-addto-links {
    /*width: calc(100% - 105px) !important;*/
    float: left;
    text-align: center;
    overflow: auto;
    /*width:100% !important;*/
    width: auto !important;
}
.theme-pearl.catalog-product-view .product-social-links .product-addto-links a
{
    margin-right:10px !important;
}
.theme-pearl.catalog-product-view .box-tocart .actions{margin: 0 0 20px}
.product-info-main .product.attribute.overview{clear:both}

/* product detail page */
.product-info-main .product-addto-links > a.action {
    width: auto;
    float: left !important;
    display: inline-block;
    margin-bottom: 8px;
    position: relative;
}

.theme-pearl.catalog-product-view .product-info-price .product-social-links .product-addto-links{
    width: auto !important;
}
.product-info-main .product-info-stock-sku{
    display: inline-block;
    padding-left: 0;
    width: 100%;
    clear: both;
    float: left;
    text-align: left;
}
body .product-info-main .product-options-bottom .box-tocart .actions,
body .product-info-main .box-tocart .actions{
    width: 100% !important;
    text-align: center !important;
    display: inline-block !important;
    margin-bottom: 10px !important;
}
.product-options-bottom.personalize_custom_options {
    clear: both;
}
.product-info-main .product-options-bottom .box-tocart .actions > button.action,
body .product-info-main .box-tocart .actions > button.action {
    width: calc(50% - 10px) !important;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
    float: left;
    padding: 0;
}
body.theme-pearl.catalog-product-view .box-tocart .field.qty label,
.theme-pearl.catalog-product-view .product-options-bottom .box-tocart .field.qty label{
    display: inline-block;
    margin-right: 5px;
}
.theme-pearl.catalog-product-view .product-options-bottom .box-tocart .field.qty .control,
body.theme-pearl.catalog-product-view .box-tocart .field.qty .control{
    display: inline-block;
}
.product-info-main .product-options-bottom .box-tocart .actions > button.action > span,
body .product-info-main .box-tocart .actions > button.action > span {
    display: table-cell;
    float: none;
    height: 52px;
    vertical-align: middle;
    padding: 5px 10px;
    width: 1000px;
}
body.theme-pearl.catalog-product-view .product-social-links .product-addto-links,
body.catalog-product-view .product-social-links .product-addto-links{
    overflow: inherit;
}
.column.main .product-info-main .page-title-wrapper h1 {
    margin-bottom: 15px;
    line-height: 1.05;
}
body .column.main .products-grid .product-item .product-item-info .product-item-details > *{
    z-index: 1;
}
.product-options .field.admin__field{
    clear: both;
    width: 100%;
    margin-top: 6px;
}
.page-wrapper .product-info-main .product-add-form{
    padding-top: 0;
}
.page-wrapper .product-info-main .product-add-form{
    padding-top: 0;
}
.product-info-stock-sku .stock:before {
    content: attr(title) ':';
    text-transform: capitalize;
}
.product-info-stock-sku .stock.available > span {
    color: #679a25;
}
#quickedit-filter-block.filter-no-options {
    padding-bottom: 23px;
    display: inline-block;
    width: 100%;
    padding-top: 21px;
    border-top: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
}
.quickedit-filter-options-title {
    position: relative;
}
.page-wrapper .product-info-main #quickedit-filter-block .quickedit-filter-options-title {
    background: #f3f0f0;
    padding: 7px 15px;
}
#quickedit-filter-block .quickedit-filter-options-title h4 {
    margin: 0;
}
#quickedit-filter-block .quickedit-filter-options-title:after{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 19px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    right: 15px;
    top: 11px;
    z-index: 3;
    /* border: 1px solid #000;
    color: #fff;
    background: #000;
    border-radius: 50%;
    width: 20px;
	height: 20px;
	line-height: 20px;*/
    padding: 0;
    text-align: center;
    position: absolute;
    cursor: pointer;
}
#quickedit-filter-block.active > .quickedit-filter-options-title::after {
    content: '\e621';
}
#quickedit-filter-block #quickPanel {
    padding: 14px;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #eaeaea;
}
.catalog-product-view .product-info-main .product-social-links {
    max-width: 100%;
    display: inline-block;
}
.catalog-product-view .product-info-main .product-social-links .product-addto-links a {
    margin-right: 20px !important;
    text-transform: none;
}
.catalog-product-view .product-info-main .product-social-links .action.download {
    text-transform: none;
}
.catalog-product-view .product-info-main .product-social-links .action.download .icon-download-alt {
    width: 40px !important;
    height: 40px;
    display: table-cell;
    border: 1px solid #ddd;
    border-radius: 2px;
    vertical-align: middle;
    text-align: center;
}
.catalog-product-view .product-info-main .product-social-links .action.download span:last-child {
    display: table-cell;
    vertical-align: middle;
    padding-left: 8px;
}
.catalog-product-view .product-info-main .product-social-links .action.tocompare:before,
.catalog-product-view .product-info-main .product-social-links .action.towishlist:before,
.catalog-product-view .product-info-main .product-social-links .action.mailto:before {
    width: 40px !important;
    height: 40px;
    display: table-cell;
    border: 1px solid #ddd;
    border-radius: 2px;
    vertical-align: middle;
    text-align: center;
}
.product-info-main .product-addto-links .action span {
    display: table-cell;
    vertical-align: middle;
    padding-left: 8px;
}
#quickPanel .rowHolder textarea,
#quickPanel .rowHolder input[type="file"] {
    width: calc(100% - 34px);
    display: inline-block;
    float: left;
    margin-right: 0;
    height: 34px;
    padding: 5px 10px;
    line-height: 22px;
    margin-bottom: 5px;
    border-left-width: 5px;
    border-color: #7e7e7e;
}
#quickPanel .rowHolder textarea:focus,
#quickPanel .rowHolder input[type="file"]:focus {
    border-color: #000000;
    box-shadow: none;
}
#quickPanel .rowHolder textarea + span.clrPicker,
#quickPanel .rowHolder .simpleColorContainer {
  float: left;
  display: inline-block;
  border: 1px solid #7e7e7e;
  box-sizing: border-box;
  height: 34px;
  vertical-align: middle;
  width: 34px;
  line-height: 1;
  margin-left: -1px;
}
#quickPanel .rowHolder .simpleColorContainer{
  margin-right: 0;
  top: 0;
}
#quickPanel .rowHolder textarea:focus + span.clrPicker {
  border-color: #000000;
}
#quickPanel .rowHolder .clrPicker .btn.blueBtn,
#quickPanel .rowHolder .simpleColorContainer .simpleColorDisplay {
  border-radius: 0;
  padding: 0;
  width: 22px !important;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
}
#quickPanel .rowHolder .clrPicker .btn.blueBtn{
  margin: 5px 2px;
  height: 22px;
}
#quickPanel .rowHolder .simpleColorContainer .simpleColorDisplay{
  margin: 5px auto;
  height: 22px !important;
}
#quickPanel .rowHolder .fontsizeButton {
    float: left;
}
@media only screen and (max-width: 767px){
    .quickedit-filter-options-title{
        cursor: pointer;
        font-weight: 600;
        margin: 0;
        overflow: hidden;
        position: relative;
        text-transform: uppercase;
        word-break: break-all;
        z-index: 1;
        display: block;
        text-decoration: none;
    }
}
.product-actions-info-content .detail-form-fields ul{
    padding: 0;
}
.product-actions-info-content .estimaste-body .heading-box h4 {
    font-size: 23px;
}
.product-actions-info-content .box-4 .estimaste-body .heading-box h4 {
    font-size: 16px;
}
/* checkbox design */
.rmv-white-label {
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
    line-height: 1;
    position: relative;
    cursor: pointer;
}
input[type="checkbox"].rmv-checkbox {
    position: absolute;
    opacity: 0;
}
.rmv-checkbox + label.rmv-white-label:before {
    content: "";
    position: absolute;
    background: #fff;
    border: 2px solid #000;
    width: 13px;
    height: 13px;
    left: -21px;
    top: 0;
}
.rmv-checkbox:checked + label.rmv-white-label:after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 4px;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    left: -17px;
    top: 4px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/* multistyle text */
.ql-color{	display:inline; float: left; }
#editor-container { height: 399px; overflow:auto; border: 1px solid #DDDDDD; margin: 5px 0; }
#formatting-container select {
  border: 1px solid #d3d3d3!important;
  height: 30px;
  margin-right: 10px;
  max-width: 160px;
}
.ql-font, .ql-heading {
  float: left;
}
.ql-size {
  padding: 3px;
  width: 54px;
  float: left;
}
#formatting-container .text-align {
  margin-left: 0px;
  display: inline-block;
}
#formatting-container .size-bold-italic {
  margin-left: 0px;
  display: inline-block;
  width: auto;
}
#ql-align-left {
  font-size: 18px;
  padding-top: 8;
}
#ql-align-center {
  font-size: 18px;
  padding-top: 8;
}
#ql-align-right {
  font-size: 18px;
  padding-top: 8;
}
.ql-container{
  box-shadow: 0 0px 5px rgba(0,0,0,0.4);
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor ol li {
  list-style: decimal;
  list-style-position: inside;
}

.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-formats {
  font-size: 18px;
  text-align: center;
  margin-right: 15px;
  margin-left: 0px;
  display: inline-block;
}
.ql-formats .tool_button {
  display: flex;
  align-items: center;
  justify-content: center;
}
#btnAddUpdateText{
  float: right;
}
#editMultiStyleTextPopupCaption{
  padding-bottom: 10px;
}
.ql-toolbar {
  margin-bottom: 5px;
}
#formatting-container .text-align  .tool_button, #formatting-container .size-bold-italic  .tool_button, #formatting-container .ql-formats  .tool_button{
  background-color: #f8f8f8;
  border: 1px solid #d3d3d3;
  margin: 0 5px 0 0;
  width: 30px;
  height: 30px;
  line-height: 25px;
}
#formatting-container .text-align  .push_button_pressed, #formatting-container .size-bold-italic  .ql-active, #formatting-container .ql-formats  .push_button_pressed{
  margin: 0 5px 0 0;
  width: 30px;
  height: 30px;
  line-height: 25px;
}
#editText_window{
  position: absolute;
}
#inline_text{
  width: 100%;
  resize: none;
  padding: 5px;
}
div#editText_window .popup-indent {
  padding: 15px;
}
#editText_window .global_popup_box {
  position: relative;
  height: auto;
}
#multiStyleText_window .global_popup_box {
    width: 850px;
    height: 590px;
}
#specialChar_window .global_popup_box {
    padding: 10px;
    width:396px;
    height:350px;
}
#specialChar-container li {
  float: left;
  padding: 5px;
  border: 1px solid #c5c5c5;
  cursor: pointer;
  font-size: 14px;
  width: 25px;
  list-style: none;
  margin-bottom: 0;
}
#specialChar-container ul {
    margin: 0;
    padding: 0;
    text-align: center;
}
#formatting-container .size-bold-italic .tool_button, #formatting-container .ql-formats .tool_button, #formatting-container .text-align .tool_button, #formatting-container .text-align .push_button_pressed{
    padding: 2px;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
}
#formatting-container .size-bold-italic .ql-active{
    margin: 0 5px 0 0;
    width: 30px;
    height: 30px;
    line-height: 25px;
}
.rowHolder i.fa.fa-edit {
    margin: 6px;
    font-size: 22px;
    cursor: pointer;
}
.left{
    float: left;
}
.right{
    float: right;
}
.size-bold-italic .tool_button.disabled {
    opacity: .5;
    pointer-events: none;
}
.tool_button_current, .push_button_pressed, .buttondown, .ql-active {
    background-color: #f4f4f4!important;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,.4),1px 1px 0 #fff!important;
    -moz-box-shadow: inset 1px 1px 2px rgba(0,0,0,.4),1px 1px 0 #fff!important;
    box-shadow: inset 1px 1px 2px rgba(0,0,0,.4),1px 1px 0 #fff!important;
}
div#ql-bg-white, div#ql-bg-gray {
    border: 1px solid #d3d3d3;
  }
  label#editor_bg_caption {
    line-height: 29px;
  }
  div#editor_bg .left {
    margin-right: 5px;
  }
  div#editor_bg {
    padding-top: 5px;
  }
  div#ql-bg-white.push_button_pressed, div#ql-bg-gray.push_button_pressed, div#ql-bg-white.tool_button, div#ql-bg-gray.tool_button {
    border-radius: 50%;
    border: 1px solid #d3d3d3;
    cursor: pointer;
  }
  #ql-bg-gray span{
    border-radius: 50%;
    border: 1px solid black;
    background-color: #E2E2E2;
    width: 22px;
    height: 22px;
    display: block;
    margin: 1px;
  }
  #ql-bg-white span{
    border-radius: 50%;
    border: 1px solid black;
    background-color: #FFFFFF;
    width: 22px;
    height: 22px;
    display: block;
    margin: 1px;
  }
@media (max-width:768px) {
    #multiStyleText_window .global_popup_box {
        width: 100%;
        padding: 5px;
        height: 615px;
        max-width: 390px;
    }
    #specialChar_window .global_popup_box {
        padding: 10px;
        width:100%;
        height:350px;
        max-width: 400px;
    }
    #formatting-container select {
        border: 1px solid #d3d3d3!important;
        height: 30px;
        margin-right: 7px;
        margin-bottom: 5px;
        max-width: 125px;
    }
    .close-window-positoin{
        top:5px;
    }
}
/* multistyle text *//*!
 * Cropper v4.0.0
 * https://github.com/fengyuanchen/cropper
 *
 * Copyright (c) 2014-2018 Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2018-04-01T06:26:32.417Z
 */

.cropper-container {
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cropper-container img {/*Avoid margin top issue (Occur only when margin-top <= -height)
 */
  display: block;
  height: 100%;
  image-orientation: 0deg;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  width: 100%;
}

.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.cropper-wrap-box,
.cropper-canvas {
  overflow: hidden;
}

.cropper-drag-box {
  background-color: #fff;
  opacity: 0;
}

.cropper-modal {
  background-color: #000;
  opacity: .5;
}

.cropper-view-box {
  display: block;
  height: 100%;
  outline-color: rgba(51, 153, 255, 0.75);
  outline: 1px solid #39f;
  overflow: hidden;
  width: 100%;
}

.cropper-dashed {
  border: 0 dashed #eee;
  display: block;
  opacity: .5;
  position: absolute;
}

.cropper-dashed.dashed-h {
  border-bottom-width: 1px;
  border-top-width: 1px;
  height: 33.33333%;
  left: 0;
  top: 33.33333%;
  width: 100%;
}

.cropper-dashed.dashed-v {
  border-left-width: 1px;
  border-right-width: 1px;
  height: 100%;
  left: 33.33333%;
  top: 0;
  width: 33.33333%;
}

.cropper-center {
  display: block;
  height: 0;
  left: 50%;
  opacity: .75;
  position: absolute;
  top: 50%;
  width: 0;
}

.cropper-center:before,
.cropper-center:after {
  background-color: #eee;
  content: ' ';
  display: block;
  position: absolute;
}

.cropper-center:before {
  height: 1px;
  left: -3px;
  top: 0;
  width: 7px;
}

.cropper-center:after {
  height: 7px;
  left: 0;
  top: -3px;
  width: 1px;
}

.cropper-face,
.cropper-line,
.cropper-point {
  display: block;
  height: 100%;
  opacity: .1;
  position: absolute;
  width: 100%;
}

.cropper-face {
  background-color: #fff;
  left: 0;
  top: 0;
}

.cropper-line {
  background-color: #39f;
}

.cropper-line.line-e {
  cursor: ew-resize;
  right: -3px;
  top: 0;
  width: 5px;
}

.cropper-line.line-n {
  cursor: ns-resize;
  height: 5px;
  left: 0;
  top: -3px;
}

.cropper-line.line-w {
  cursor: ew-resize;
  left: -3px;
  top: 0;
  width: 5px;
}

.cropper-line.line-s {
  bottom: -3px;
  cursor: ns-resize;
  height: 5px;
  left: 0;
}

.cropper-point {
  background-color: #39f;
  height: 5px;
  opacity: .75;
  width: 5px;
}

.cropper-point.point-e {
  cursor: ew-resize;
  margin-top: -3px;
  right: -3px;
  top: 50%;
}

.cropper-point.point-n {
  cursor: ns-resize;
  left: 50%;
  margin-left: -3px;
  top: -3px;
}

.cropper-point.point-w {
  cursor: ew-resize;
  left: -3px;
  margin-top: -3px;
  top: 50%;
}

.cropper-point.point-s {
  bottom: -3px;
  cursor: s-resize;
  left: 50%;
  margin-left: -3px;
}

.cropper-point.point-ne {
  cursor: nesw-resize;
  right: -3px;
  top: -3px;
}

.cropper-point.point-nw {
  cursor: nwse-resize;
  left: -3px;
  top: -3px;
}

.cropper-point.point-sw {
  bottom: -3px;
  cursor: nesw-resize;
  left: -3px;
}

.cropper-point.point-se {
  bottom: -3px;
  cursor: nwse-resize;
  height: 20px;
  opacity: 1;
  right: -3px;
  width: 20px;
}

@media (min-width: 768px) {
  .cropper-point.point-se {
    height: 15px;
    width: 15px;
  }
}

@media (min-width: 992px) {
  .cropper-point.point-se {
    height: 10px;
    width: 10px;
  }
}

@media (min-width: 1200px) {
  .cropper-point.point-se {
    height: 5px;
    opacity: .75;
    width: 5px;
  }
}

.cropper-point.point-se:before {
  background-color: #39f;
  bottom: -50%;
  content: ' ';
  display: block;
  height: 200%;
  opacity: 0;
  position: absolute;
  right: -50%;
  width: 200%;
}

.cropper-invisible {
  opacity: 0;
}

.cropper-bg {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC');
}

.cropper-hide {
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.cropper-hidden {
  display: none !important;
}

.cropper-move {
  cursor: move;
}

.cropper-crop {
  cursor: crosshair;
}

.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed;
}/**
 * Copyright © 2016 Magento. All rights reserved.
 * See COPYING.txt for license details.
 */

.swatch-attribute-label {
    font-weight: bold;
    position: relative;
}

.swatch-attribute-label.required {
    padding-right: 10px;
}

.swatch-attribute-label[data-required="1"]:after {
    content: '*';
    color: red;
    position: absolute;
    right: -11px;
    top: -2px;
    font-weight: bold;
    font-size: 1em;
}

.swatch-attribute-selected-option {
    color: #646464;
    padding-left: 17px;
}

.swatch-attribute-options {
    margin-top: 10px;
}

.mageworx-swatch-container {
    padding: 5px 7px 0 0;
    display: inline-block;
    border: 1px transparent solid;
    vertical-align: top;
    margin-bottom: 3px;
}

.mageworx-swatch-option {
    padding: 1px;
    min-width: 30px;
    text-align: center;
    cursor: pointer;
    position: relative;
    border: 1px solid rgb(218, 218, 218);
    overflow: hidden;
    text-overflow: ellipsis;
}

.mageworx-swatch-info {
    text-align: center;
    margin-top: 5px;
}

.mageworx-swatch-option.text {
    background: #F2F2F2;
    color: #7F7F7F;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    padding: 4px 8px;
    min-width: 22px;
    min-height: 20px;
}

.mageworx-swatch-option.selected {
    outline: 2px solid #FF5100;
    border: 1px solid #fff;
    color: #333;
}

.mageworx-swatch-option.text.selected {
    background-color: #FFF !important;
}

.clearfix:after {
    content: " "; /* Older browser do not support empty content */
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.swatch-attribute.size .mageworx-swatch-option, .swatch-attribute.manufacturer .mageworx-swatch-option {
    background: rgb(240, 240, 240);
    color: rgb(148, 148, 148);
}

.swatch-attribute.size .mageworx-swatch-option.selected, .swatch-attribute.manufacturer .mageworx-swatch-option.selected {
    color: black;
    background: #fff;
    border: 1px solid #fff;
}

.mageworx-swatch-option:not(.disabled):hover {
    outline: 1px solid #999;
    border: 1px solid #fff;
    color: #333;
}

.mageworx-swatch-option.image:not(.disabled):hover,
.mageworx-swatch-option.color:not(.disabled):hover {
    outline: 2px solid #FF5216;
    border: 1px solid #fff;
}

.mageworx-swatch-option.disabled {
    cursor: default;
}

.mageworx-swatch-option.disabled:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, rgba(255, 255, 255, 1) 43%, rgba(255, 255, 255, 1) 46%, rgba(255, 82, 22, 1) 47%, rgba(255, 82, 22, 1) 53%, rgba(255, 255, 255, 1) 54%, rgba(255, 255, 255, 1) 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%, rgba(255, 255, 255, 1)), color-stop(46%, rgba(255, 255, 255, 1)), color-stop(47%, rgba(255, 82, 22, 1)), color-stop(53%, rgba(255, 82, 22, 1)), color-stop(54%, rgba(255, 255, 255, 1)), color-stop(57%, rgba(255, 255, 255, 1)), 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%, rgba(255, 255, 255, 1) 43%, rgba(255, 255, 255, 1) 46%, rgba(255, 82, 22, 1) 47%, rgba(255, 82, 22, 1) 53%, rgba(255, 255, 255, 1) 54%, rgba(255, 255, 255, 1) 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%, rgba(255, 255, 255, 1) 43%, rgba(255, 255, 255, 1) 46%, rgba(255, 82, 22, 1) 47%, rgba(255, 82, 22, 1) 53%, rgba(255, 255, 255, 1) 54%, rgba(255, 255, 255, 1) 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%, rgba(255, 255, 255, 1) 43%, rgba(255, 255, 255, 1) 46%, rgba(255, 82, 22, 1) 47%, rgba(255, 82, 22, 1) 53%, rgba(255, 255, 255, 1) 54%, rgba(255, 255, 255, 1) 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, rgba(255, 255, 255, 1) 43%, rgba(255, 255, 255, 1) 46%, rgba(255, 82, 22, 1) 47%, rgba(255, 82, 22, 1) 53%, rgba(255, 255, 255, 1) 54%, rgba(255, 255, 255, 1) 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
}

.qtip-content .image {
    padding: 0 0 5px 0;
    display: block;
    height: 130px;
    width: 130px;
    margin: 0 auto;
}

.qtip-content .title {
    min-height: 20px;
    padding: 3px 0;
    color: rgb(40, 40, 40);
    font-size: 1.5em;
    text-align: center;
    display: block;
    overflow: hidden;
}

.qtip-content .info {
    min-height: 20px;
    padding: 2px 0;
    color: rgb(40, 40, 40);
    font-size: 1.25em;
    text-align: center;
    display: block;
    overflow: hidden;
}

.swatch-opt {
    margin: 20px 0;
}

.swatch-more {
    display: inline-block;
    margin: 2px 0;
    text-decoration: none !important;
    position: static;
    z-index: 1;
}

/* Layered Features */
.swatch-option-link-layered {
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
}

.swatch-option-tooltip-layered {
    width: 140px;
    position: absolute;
    background: #fff;
    color: rgb(148, 148, 148);
    border: 1px solid #adadad;
    display: none;
    z-index: 999;
    left: -47px;
}

.swatch-visual-tooltip-layered {
    height: 160px;
    top: -170px;
}

.swatch-textual-tooltip-layered {
    height: 30px;
    top: -40px;
}

.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
    display: block;
}

.swatch-attribute-options .swatch-option-tooltip-layered .title {
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: -5px;
    left: 0;
    color: rgb(40, 40, 40);
    text-align: center;
    margin-bottom: 10px;
}

.swatch-option-disabled:after {
    content: '';
    position: absolute;
    width: 42px;
    height: 2px;
    background: red;
    transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    z-index: 995;
    left: -4px;
    top: 10px;
}

.swatch-option-disabled {
    outline: none !important;
    cursor: default;
    border: 0;
}

.hidden {
    display: none;
}

/* Bugfix for Add To Cart button */
.swatch-opt-listing {
    margin-bottom: 10px;
}

.mageworx-optionswatches-option-gallery_image_selected {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    border: 1px solid rgba(81, 203, 238, 1);
}

.mageworx-optionswatches-option-gallery {
    display: block;
    clear: both;
    margin-top:3px;
}/*
 * qTip2 - Pretty powerful tooltips - v3.0.3
 * http://qtip2.com
 *
 * Copyright (c) 2017 
 * Released under the MIT licenses
 * http://jquery.org/license
 *
 * Date: Thu Jan 5 2017 01:12 EST-0500
 * Plugins: tips viewport imagemap svg modal ie6
 * Styles: core basic css3
 */
.qtip{
	position: absolute;
	left: -28000px;
	top: -28000px;
	display: none;

	max-width: 280px;
	min-width: 50px;

	font-size: 10.5px;
	line-height: 12px;

	direction: ltr;

	box-shadow: none;
	padding: 0;
}

	.qtip-content{
		position: relative;
		padding: 5px 9px;
		overflow: hidden;

		text-align: left;
		word-wrap: break-word;
	}

	.qtip-titlebar{
		position: relative;
		padding: 5px 35px 5px 10px;
		overflow: hidden;

		border-width: 0 0 1px;
		font-weight: bold;
	}

	.qtip-titlebar + .qtip-content{ border-top-width: 0 !important; }

	/* Default close button class */
	.qtip-close{
		position: absolute;
		right: -9px; top: -9px;
		z-index: 11; /* Overlap .qtip-tip */

		cursor: pointer;
		outline: medium none;

		border: 1px solid transparent;
	}

		.qtip-titlebar .qtip-close{
			right: 4px; top: 50%;
			margin-top: -9px;
		}

		* html .qtip-titlebar .qtip-close{ top: 16px; } /* IE fix */

		.qtip-titlebar .ui-icon,
		.qtip-icon .ui-icon{
			display: block;
			text-indent: -1000em;
			direction: ltr;
		}

		.qtip-icon, .qtip-icon .ui-icon{
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			text-decoration: none;
		}

			.qtip-icon .ui-icon{
				width: 18px;
				height: 14px;

				line-height: 14px;
				text-align: center;
				text-indent: 0;
				font: normal bold 10px/13px Tahoma,sans-serif;

				color: inherit;
				background: transparent none no-repeat -100em -100em;
			}

/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
.qtip-focus{}

/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
.qtip-hover{}

/* Default tooltip style */
.qtip-default{
	border: 1px solid #F1D031;

	background-color: #FFFFA3;
	color: #555;
}

	.qtip-default .qtip-titlebar{
		background-color: #FFEF93;
	}

	.qtip-default .qtip-icon{
		border-color: #CCC;
		background: #F1F1F1;
		color: #777;
	}

	.qtip-default .qtip-titlebar .qtip-close{
		border-color: #AAA;
		color: #111;
	}


/*! Light tooltip style */
.qtip-light{
	background-color: white;
	border-color: #E2E2E2;
	color: #454545;
}

	.qtip-light .qtip-titlebar{
		background-color: #f1f1f1;
	}


/*! Dark tooltip style */
.qtip-dark{
	background-color: #505050;
	border-color: #303030;
	color: #f3f3f3;
}

	.qtip-dark .qtip-titlebar{
		background-color: #404040;
	}

	.qtip-dark .qtip-icon{
		border-color: #444;
	}

	.qtip-dark .qtip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/*! Cream tooltip style */
.qtip-cream{
	background-color: #FBF7AA;
	border-color: #F9E98E;
	color: #A27D35;
}

	.qtip-cream .qtip-titlebar{
		background-color: #F0DE7D;
	}

	.qtip-cream .qtip-close .qtip-icon{
		background-position: -82px 0;
	}


/*! Red tooltip style */
.qtip-red{
	background-color: #F78B83;
	border-color: #D95252;
	color: #912323;
}

	.qtip-red .qtip-titlebar{
		background-color: #F06D65;
	}

	.qtip-red .qtip-close .qtip-icon{
		background-position: -102px 0;
	}

	.qtip-red .qtip-icon{
		border-color: #D95252;
	}

	.qtip-red .qtip-titlebar .ui-state-hover{
		border-color: #D95252;
	}


/*! Green tooltip style */
.qtip-green{
	background-color: #CAED9E;
	border-color: #90D93F;
	color: #3F6219;
}

	.qtip-green .qtip-titlebar{
		background-color: #B0DE78;
	}

	.qtip-green .qtip-close .qtip-icon{
		background-position: -42px 0;
	}


/*! Blue tooltip style */
.qtip-blue{
	background-color: #E5F6FE;
	border-color: #ADD9ED;
	color: #5E99BD;
}

	.qtip-blue .qtip-titlebar{
		background-color: #D0E9F5;
	}

	.qtip-blue .qtip-close .qtip-icon{
		background-position: -2px 0;
	}


.qtip-shadow{
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}

/* Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.qtip-rounded,
.qtip-tipsy,
.qtip-bootstrap{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.qtip-rounded .qtip-titlebar{
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

/* Youtube tooltip style */
.qtip-youtube{
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;

	-webkit-box-shadow: 0 0 3px #333;
	-moz-box-shadow: 0 0 3px #333;
	box-shadow: 0 0 3px #333;

	color: white;
	border: 0 solid transparent;

	background: #4A4A4A;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#4A4A4A),color-stop(100%,black));
	background-image: -webkit-linear-gradient(top,#4A4A4A 0,black 100%);
	background-image: -moz-linear-gradient(top,#4A4A4A 0,black 100%);
	background-image: -ms-linear-gradient(top,#4A4A4A 0,black 100%);
	background-image: -o-linear-gradient(top,#4A4A4A 0,black 100%);
}

	.qtip-youtube .qtip-titlebar{
		background-color: #4A4A4A;
		background-color: rgba(0,0,0,0);
	}

	.qtip-youtube .qtip-content{
		padding: .75em;
		font: 12px arial,sans-serif;

		filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);
		-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);";
	}

	.qtip-youtube .qtip-icon{
		border-color: #222;
	}

	.qtip-youtube .qtip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/* jQuery TOOLS Tooltip style */
.qtip-jtools{
	background: #232323;
	background: rgba(0, 0, 0, 0.7);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));
	background-image: -moz-linear-gradient(top, #717171, #232323);
	background-image: -webkit-linear-gradient(top, #717171, #232323);
	background-image: -ms-linear-gradient(top, #717171, #232323);
	background-image: -o-linear-gradient(top, #717171, #232323);

	border: 2px solid #ddd;
	border: 2px solid rgba(241,241,241,1);

	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;

	-webkit-box-shadow: 0 0 12px #333;
	-moz-box-shadow: 0 0 12px #333;
	box-shadow: 0 0 12px #333;
}

	/* IE Specific */
	.qtip-jtools .qtip-titlebar{
		background-color: transparent;
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)";
	}
	.qtip-jtools .qtip-content{
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)";
	}

	.qtip-jtools .qtip-titlebar,
	.qtip-jtools .qtip-content{
		background: transparent;
		color: white;
		border: 0 dashed transparent;
	}

	.qtip-jtools .qtip-icon{
		border-color: #555;
	}

	.qtip-jtools .qtip-titlebar .ui-state-hover{
		border-color: #333;
	}


/* Cluetip style */
.qtip-cluetip{
	-webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
	box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);

	background-color: #D9D9C2;
	color: #111;
	border: 0 dashed transparent;
}

	.qtip-cluetip .qtip-titlebar{
		background-color: #87876A;
		color: white;
		border: 0 dashed transparent;
	}

	.qtip-cluetip .qtip-icon{
		border-color: #808064;
	}

	.qtip-cluetip .qtip-titlebar .ui-state-hover{
		border-color: #696952;
		color: #696952;
	}


/* Tipsy style */
.qtip-tipsy{
	background: black;
	background: rgba(0, 0, 0, .87);

	color: white;
	border: 0 solid transparent;

	font-size: 11px;
	font-family: 'Lucida Grande', sans-serif;
	font-weight: bold;
	line-height: 16px;
	text-shadow: 0 1px black;
}

	.qtip-tipsy .qtip-titlebar{
		padding: 6px 35px 0 10px;
		background-color: transparent;
	}

	.qtip-tipsy .qtip-content{
		padding: 6px 10px;
	}

	.qtip-tipsy .qtip-icon{
		border-color: #222;
		text-shadow: none;
	}

	.qtip-tipsy .qtip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/* Tipped style */
.qtip-tipped{
	border: 3px solid #959FA9;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

	background-color: #F9F9F9;
	color: #454545;

	font-weight: normal;
	font-family: serif;
}

	.qtip-tipped .qtip-titlebar{
		border-bottom-width: 0;

		color: white;
		background: #3A79B8;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#3A79B8), to(#2E629D));
		background-image: -webkit-linear-gradient(top, #3A79B8, #2E629D);
		background-image: -moz-linear-gradient(top, #3A79B8, #2E629D);
		background-image: -ms-linear-gradient(top, #3A79B8, #2E629D);
		background-image: -o-linear-gradient(top, #3A79B8, #2E629D);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)";
	}

	.qtip-tipped .qtip-icon{
		border: 2px solid #285589;
		background: #285589;
	}

		.qtip-tipped .qtip-icon .ui-icon{
			background-color: #FBFBFB;
			color: #555;
		}


/**
 * Twitter Bootstrap style.
 *
 * Tested with IE 8, IE 9, Chrome 18, Firefox 9, Opera 11.
 * Does not work with IE 7.
 */
.qtip-bootstrap{
	/** Taken from Bootstrap body */
	font-size: 14px;
	line-height: 20px;
	color: #333333;

	/** Taken from Bootstrap .popover */
	padding: 1px;
	background-color: #ffffff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

	.qtip-bootstrap .qtip-titlebar{
		/** Taken from Bootstrap .popover-title */
		padding: 8px 14px;
		margin: 0;
		font-size: 14px;
		font-weight: normal;
		line-height: 18px;
		background-color: #f7f7f7;
		border-bottom: 1px solid #ebebeb;
		-webkit-border-radius: 5px 5px 0 0;
		-moz-border-radius: 5px 5px 0 0;
		border-radius: 5px 5px 0 0;
	}

		.qtip-bootstrap .qtip-titlebar .qtip-close{
			/**
			 * Overrides qTip2:
			 * .qtip-titlebar .qtip-close{
			 *   [...]
			 *   right: 4px;
			 *   top: 50%;
			 *   [...]
			 *   border-style: solid;
			 * }
			 */
			right: 11px;
			top: 45%;
			border-style: none;
		}

	.qtip-bootstrap .qtip-content{
		/** Taken from Bootstrap .popover-content */
		padding: 9px 14px;
	}

	.qtip-bootstrap .qtip-icon{
		/**
		 * Overrides qTip2:
		 * .qtip-default .qtip-icon {
		 *   border-color: #CCC;
		 *   background: #F1F1F1;
		 *   color: #777;
		 * }
		 */
		background: transparent;
	}

		.qtip-bootstrap .qtip-icon .ui-icon{
			/**
			 * Overrides qTip2:
			 * .qtip-icon .ui-icon{
			 *   width: 18px;
			 *   height: 14px;
			 * }
			 */
			width: auto;
			height: auto;

			/* Taken from Bootstrap .close */
			float: right;
			font-size: 20px;
			font-weight: bold;
			line-height: 18px;
			color: #000000;
			text-shadow: 0 1px 0 #ffffff;
			opacity: 0.2;
			filter: alpha(opacity=20);
		}

		.qtip-bootstrap .qtip-icon .ui-icon:hover{
			/* Taken from Bootstrap .close:hover */
			color: #000000;
			text-decoration: none;
			cursor: pointer;
			opacity: 0.4;
			filter: alpha(opacity=40);
		}


/* IE9 fix - removes all filters */
.qtip:not(.ie9haxors) div.qtip-content,
.qtip:not(.ie9haxors) div.qtip-titlebar{
	filter: none;
	-ms-filter: none;
}


.qtip .qtip-tip{
	margin: 0 auto;
	overflow: hidden;
	z-index: 10;

}

	/* Opera bug #357 - Incorrect tip position
	https://github.com/Craga89/qTip2/issues/367 */
	x:-o-prefocus, .qtip .qtip-tip{
		visibility: hidden;
	}

	.qtip .qtip-tip,
	.qtip .qtip-tip .qtip-vml,
	.qtip .qtip-tip canvas{
		position: absolute;

		color: #123456;
		background: transparent;
		border: 0 dashed transparent;
	}

	.qtip .qtip-tip canvas{ top: 0; left: 0; }

	.qtip .qtip-tip .qtip-vml{
		behavior: url(../../frontend/BrandMd/ultimate/en_US/MageWorx_OptionFeatures/css/#default#VML);
		display: inline-block;
		visibility: visible;
	}


#qtip-overlay{
	position: fixed;
	left: 0; top: 0;
	width: 100%; height: 100%;
}

	/* Applied to modals with show.modal.blur set to true */
	#qtip-overlay.blurs{ cursor: pointer; }

	/* Change opacity of overlay here */
	#qtip-overlay div{
		position: absolute;
		left: 0; top: 0;
		width: 100%; height: 100%;

		background-color: black;

		opacity: 0.7;
		filter:alpha(opacity=70);
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	}


.qtipmodal-ie6fix{
	position: absolute !important;
}

.higher-zindex{
	z-index: 10000000 !important;
}.option-description-text {
    font-size: 0.75em;
    font-weight: 400;
    opacity: 0.9;
}

.qtip {
    font-size: 12.5px;
    line-height: 14px;
}/*File Uploader*/
.file-uploader-area {
  position: relative;
  border: 1px dashed #000;
padding: 50px 10px;
box-sizing: border-box;
width: 100%;
margin-bottom:20px;
}
.file-uploader-area .file-uploader-drop-area {
    display: inline-block;
    padding-left: 10px;
}
.product-actions-info-box .file-uploader-area .file-uploader-drop-area {
    padding-left: 0;
    display: block;
    text-align: center;
    margin-top: 10px;
}
.product-actions-info-box .file-uploader-area .file-uploader-button.action{
  width: 100%;
  text-align: center;
}
.file-uploader-area input[type='file'] {
  cursor: pointer;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 0;
}
.file-uploader-area input[type='file']:focus + .file-uploader-button {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-summary {
  display: inline-block;
  vertical-align: top;
}
.file-uploader-button {
  cursor: pointer;
  display: inline-block;
  background: #e3e3e3;
	border-color: #adadad;
	color: #514943;
}
.file-uploader-button._is-dragover {
  background: #d4d4d4;
  border: 1px solid #006bb4;
}
.file-uploader-spinner {
  background-image: url('../../frontend/BrandMd/ultimate/en_US/Designnbuy_Orderattachment/images/loader.gif');
  background-position: 50%;
  background-repeat: no-repeat; 
  display: none;
  height: 30px;
  margin-left: 1rem;
  vertical-align: top;
  width: 30px;
}


.file-uploader-preview .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.file-uploader-preview .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2rem;
  line-height: inherit;
  color: #514943;
  content: '\e604';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  background-color: transparent;
    border: none;
    box-shadow: none;
}
.file-uploader-preview .action-remove:hover:before {
  color: #736963;
}
.file-uploader-preview:hover .preview-image img,
.file-uploader-preview:hover .preview-link:before {
  opacity: 0.7;
}
.file-uploader-preview .preview-link {
  display: block;
  height: 100%;
}

.file-uploader-preview,
.file-uploader-placeholder {
  background: #ffffff;
  border: 1px solid #cacaca;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 150px;
  line-height: 1;
  margin: 1rem 0.3rem 1rem 0; 
  overflow: hidden;
  position: relative;
  width: 150px;
}
.file-uploader._loading .file-uploader-spinner {
  display: inline-block;
}
.file-uploader .admin__field-note,
.file-uploader .admin__field-error {
  margin-bottom: 1rem;
}
.file-uploader .file-uploader-filename {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150px;
  word-break: break-all;
}
.file-uploader .file-uploader-filename:first-child {
  margin-bottom: 1rem;
}
.file-uploader .file-uploader-meta {
  color: #9e9e9e;
}
.file-uploader .admin__field-fallback-reset {
  margin-left: 1rem;
}
._keyfocus .file-uploader .action-remove:focus {
  box-shadow: 0 0 0 1px #006bb4;
}

.file-uploader-preview .action-remove {
    bottom: 4px;
    cursor: pointer;
    display: block;
    height: 27px;
    left: 6px;
    position: absolute;
    text-decoration: none;
    width: 25px;
    z-index: 2;
	background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.image .action-remove:hover, .image-panel-controls .action-delete:hover {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.cart.table-wrapper .actions-toolbar > .action-attachment {
  position: absolute;
  right: 96px;
  top: 0;
  display: inline-block;
  text-decoration: none;
}

.cart.table-wrapper .actions-toolbar > .action-attachment > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.cart.table-wrapper .actions-toolbar > .action-attachment::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  /*content: '\e609';
  font-family: 'luma-icons';*/
  content: "\f0c6";
  font-family: 'FontAwesome';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;

}
.upload_image_block .meter { 
  height: 20px;  /* Can be anything */
  position: relative;
  margin: 0px 0 20px 0; /* Just for demo spacing */
  background: #a0a0a0;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  -webkit-box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
  -moz-box-shadow   : inset 0 -1px 1px rgba(255,255,255,0.3);
  box-shadow        : inset 0 -1px 1px rgba(255,255,255,0.3);
  text-align: center;
  color: white;
  line-height: 18px;
}
.upload_image_block .meter > span {
  display: block;
  height: 100%;
     -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
         -moz-border-radius-topright: 20px;
      -moz-border-radius-bottomright: 20px;
             border-top-right-radius: 20px;
          border-bottom-right-radius: 20px;
      -webkit-border-top-left-radius: 20px;
   -webkit-border-bottom-left-radius: 20px;
          -moz-border-radius-topleft: 20px;
       -moz-border-radius-bottomleft: 20px;
              border-top-left-radius: 20px;
           border-bottom-left-radius: 20px;
  background-color: #133264;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #133264),
    color-stop(1, #133264)
   );
  background-image: -moz-linear-gradient(
    center bottom,
    #133264 37%,
    #133264 69%
   );
  -webkit-box-shadow: 
    inset 0 2px 9px  rgba(255,255,255,0.3),
    inset 0 -2px 6px rgba(0,0,0,0.4);
  -moz-box-shadow: 
    inset 0 2px 9px  rgba(255,255,255,0.3),
    inset 0 -2px 6px rgba(0,0,0,0.4);
  box-shadow: 
    inset 0 2px 9px  rgba(255,255,255,0.3),
    inset 0 -2px 6px rgba(0,0,0,0.4);
  position: relative;
  overflow: hidden;
  transition: width 0.5s;
}
.upload_image_block .meter label {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  margin: auto;
}/**
 * 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}
.blog-page-list .blog-top-image {padding-bottom: 20px}

.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: 600;}
.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/BrandMd/ultimate/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-index-index .index-description,
.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/BrandMd/ultimate/en_US/Magefan_Blog/images/calendar-icon.svg')}
.mf-blog-icon.mfbi-folder {background-image: url('../../frontend/BrandMd/ultimate/en_US/Magefan_Blog/images/folder-icon.svg')}
.mf-blog-icon.mfbi-comments {background-image: url('../../frontend/BrandMd/ultimate/en_US/Magefan_Blog/images/comments-icon.svg')}
.mf-blog-icon.mfbi-tags {background-image: url('../../frontend/BrandMd/ultimate/en_US/Magefan_Blog/images/tags-icon.svg')}
.mf-blog-icon.mfbi-user {background-image: url('../../frontend/BrandMd/ultimate/en_US/Magefan_Blog/images/user-icon.svg')}
.mf-blog-icon.mfbi-views {background-image: url('../../frontend/BrandMd/ultimate/en_US/Magefan_Blog/images/views-icon.svg')}
.mf-blog-icon.mfbi-reading-time {background-image: url('../../frontend/BrandMd/ultimate/en_US/Magefan_Blog/images/time-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(0, 0, 0);}
.post-sharing-top .icon-wrapper.icon-pinterest {background-color: rgb(203, 32, 39);}
.post-sharing-top .icon-wrapper.icon-linkedin {background-color: rgb(2, 136, 209);}
.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;
}

/* 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 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;}
/* Read More */
.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; text-decoration: 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-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 {padding: 0 0 0 25px;flex: 0 0 70%;max-width: 70%;width: 70%;order: 1;box-sizing: border-box;}
.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;}
@media (max-width: 1024px) {
    .post-list.modern .post-info .post-read-more {display: none;}
}
@media (max-width: 639px) {
    .post-list.modern .post-container {flex-direction: column;}
    .post-list.modern .post-image {flex: 0 0 100%;width: 100%;}
    .post-list.modern .post-info {flex: 0 0 100%;max-width: 100%;width: 100%;padding: 25px 0 0;}
    /*.post-list.modern .post-description {display: none;}*/
}
/* 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(0, 0, 0);}
.post-sharing-bottom .share-elements .icon-wrapper.icon-pinterest {background-color: rgb(203, 32, 39);}
.post-sharing-bottom .share-elements .icon-wrapper.icon-linkedin {background-color: rgb(2, 136, 209);}
.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/BrandMd/ultimate/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 ********************************************************************************************************/.blog-post-view .products-related .product-item:nth-child(2n + 1){
        margin-left: 2%;
}
.blog-post-view .column.main .products-related.products-grid .product-item{
    width: calc((100% / 4) - 2%);
    background: #fff;
}
:root .blog-post-view.theme-pearl .column.main .products-related .product-items {
    margin-left: -2%;
}
.blog-post-view .block.related .related-available .product-item-name{
    margin-left: 0;
}

@media only screen and (max-width:991px){
    .blog-post-view .column.main .products-related.products-grid .product-item{
        width: calc((100% / 3) - 2%);
    }
}
@media only screen and (max-width:639px){
    .blog-post-view .column.main .products-related.products-grid .product-item{
        width: calc((100% / 2) - 2%);
    }
}