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

.ui-timepicker-div .ui_tpicker_unit_hide {
    display:none;
}
/**
 * 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_Blog
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */

.mp-blog-icon:before {
    background-repeat: no-repeat;
    color: #999999;
    content: '';
    display: inline-flex;
    width: 12px;
    height: 12px;
    opacity: 50%;
    position: relative;
    top: 2px;
}
.mp-blog-calendar-times:before {
    background-image: url("../../frontend/Mobilityexpress/porto/en_US/Mageplaza_Blog/media/images/calendar-times.svg");
}
.mp-blog-user:before {
    background-image: url("../../frontend/Mobilityexpress/porto/en_US/Mageplaza_Blog/media/images/user.svg");
}
.mp-blog-comments:before {
    background-image: url("../../frontend/Mobilityexpress/porto/en_US/Mageplaza_Blog/media/images/comments.svg");
}
.mp-blog-traffic:before {
    background-image: url("../../frontend/Mobilityexpress/porto/en_US/Mageplaza_Blog/media/images/eye.svg");
}
.mp-blog-thumbs-up:before {
    background-image: url("../../frontend/Mobilityexpress/porto/en_US/Mageplaza_Blog/media/images/thumbs-up.svg");
}
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: #54575a;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  font-size: 1.5rem;
}
p {
  margin-top: 0rem;
  margin-bottom: 1.05rem;
}
abbr[title] {
  border-bottom: 1px dotted #ccc;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f6f6f6;
  color: #000000;
}
small,
.small {
  font-size: 13px;
}
hr {
  border: 0;
  border-top: 1px solid #ccc;
  margin-bottom: 21px;
  margin-top: 21px;
}
sub,
sup {
  font-size: 73.33333333%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dfn {
  font-style: italic;
}
h1 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.8rem;
  margin-top: 0rem;
  margin-bottom: 2.1rem;
}
h2 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.8rem;
  margin-top: 2.625rem;
  margin-bottom: 2.1rem;
}
h3 {
  font-weight: 600;
  line-height: 1.1;
  font-size: 2rem;
  margin-top: 2.1rem;
  margin-bottom: 1.05rem;
}
h4 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.5rem;
  margin-top: 2.1rem;
  margin-bottom: 2.1rem;
}
h5 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.3rem;
  margin-top: 2.1rem;
  margin-bottom: 2.1rem;
}
h6 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.1rem;
  margin-top: 2.1rem;
  margin-bottom: 2.1rem;
}
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: #54575a;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #022d55;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #022d55;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #022d55;
  text-decoration: underline;
}
a:active,
.alink:active {
  color: #022d55;
  text-decoration: underline;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 2.625rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 1.05rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 21px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 5.25px;
  margin-top: 0;
}
dd {
  margin-bottom: 10.5px;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  background: #f6f6f6;
  color: #333536;
  padding: 2px 4px;
  font-size: 1.3rem;
  white-space: nowrap;
}
kbd {
  background: #f6f6f6;
  color: #333536;
  padding: 2px 4px;
  font-size: 1.3rem;
}
pre {
  background: #f6f6f6;
  border: 1px solid #ccc;
  color: #333536;
  line-height: 1.4;
  margin: 0 0 10.5px;
  padding: 10.5px;
  font-size: 1.3rem;
  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 21px 42px;
  padding: 0;
  color: #54575a;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4;
  font-size: 1.5rem;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  color: #54575a;
  line-height: 1.4;
  font-size: 1.1rem;
  display: block;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote cite {
  font-style: normal;
}
blockquote:before,
blockquote:after {
  content: '';
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: normal;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
table th {
  text-align: left;
}
table > tbody > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: top;
}
table > thead > tr > th,
table > thead > tr > td {
  vertical-align: bottom;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 11px 10.5px;
}
button {
  background-image: none;
  background: #eee;
  border: 1px solid #ccc;
  color: #54575a;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 2rem;
  line-height: 1.7rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active {
  background: #e2e2e2;
  border: 1px solid #ccc;
  color: #54575a;
}
button:hover {
  background: #e1e1e1;
  border: 1px solid #ccc;
  color: #54575a;
}
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 #ccc;
  border-radius: 0px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 15px;
  height: 38px;
  line-height: 1.4;
  padding: 10px;
  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: #ddd;
}
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: #ddd;
}
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: #ddd;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
select {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 0px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 15px;
  height: 38px;
  line-height: 1.4;
  padding: 5.25px 10.5px 4px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:disabled {
  opacity: 0.5;
}
select[multiple] {
  height: auto;
  background-image: none;
}
textarea {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 0px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 15px;
  height: auto;
  line-height: 1.4;
  margin: 0;
  padding: 10.5px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:disabled {
  opacity: 0.5;
}
textarea::-moz-placeholder {
  color: #ddd;
}
textarea::-webkit-input-placeholder {
  color: #ddd;
}
textarea:-ms-input-placeholder {
  color: #ddd;
}
input[type="checkbox"] {
  margin: 2px 5.25px 0 0;
  position: relative;
  top: 2px;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 2px 5.25px 0 0;
}
input[type="radio"]:disabled {
  opacity: 0.5;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #ed8380;
}
div.mage-error {
  color: #e02b27;
  font-size: 1.3rem;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
address {
  font-style: normal;
}
*:focus {
  box-shadow: none;
  outline: 0;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.bundle-options-container .block-bundle-summary .bundle.items,
.product-items,
.prices-tier,
.search-terms,
.cart-summary .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.block-wishlist-management .wishlist-select-items,
.order-details-items .items-qty,
.block-banners .banner-items,
.block-banners-inline .banner-items,
.block-event .slider-panel .slider {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.bundle-options-container .block-bundle-summary .bundle.items > li,
.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,
.block-wishlist-management .wishlist-select-items > li,
.order-details-items .items-qty > li,
.block-banners .banner-items > li,
.block-banners-inline .banner-items > li,
.block-event .slider-panel .slider > li {
  margin: 0;
}
.action-primary:focus,
.action-primary:active {
  background: #022d55;
  border: 1px solid #022d55;
  color: #fff;
}
.action-primary:hover {
  background: #022d55;
  border: 1px solid #022d55;
  color: #fff;
}
.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,
.cart-summary .form.giftregistry .fieldset .action.primary,
.magento-payments-review-discount .actions-toolbar .action.primary,
.magento-payments-review-discount .actions-toolbar .action.cancel,
.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 {
  border-radius: 3px;
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #eee;
  border: 1px solid #ccc;
  color: #54575a;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 2rem;
  line-height: 1.7rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
}
.abs-action-link-button:focus,
.abs-action-link-button:active,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #e2e2e2;
  border: 1px solid #ccc;
  color: #54575a;
}
.abs-action-link-button:hover,
.block-event .slider-panel .slider .item .action.event:hover {
  background: #e1e1e1;
  border: 1px solid #ccc;
  color: #54575a;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus,
.block-event .slider-panel .slider .item .action.event:hover,
.block-event .slider-panel .slider .item .action.event:active,
.block-event .slider-panel .slider .item .action.event:focus {
  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 .payment-method-billing-address .action-cancel,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address,
.checkout-agreements-block .action-show,
.gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit,
.gift-summary .action-delete,
.gift-wrapping-title .action-remove,
.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-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  line-height: 1.4;
  padding: 0;
  color: #022d55;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-weight: 400;
}
.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 .payment-method-billing-address .action-cancel:visited,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:visited,
.checkout-agreements-block .action-show:visited,
.gift-options .actions-toolbar .action-cancel:visited,
.gift-summary .action-edit:visited,
.gift-summary .action-delete:visited,
.gift-wrapping-title .action-remove: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-add-invitations .action.remove:visited,
.form-create-return .action.remove:visited,
.form.send.friend .action.remove:visited {
  color: #022d55;
  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 .payment-method-billing-address .action-cancel:hover,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:hover,
.checkout-agreements-block .action-show:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-summary .action-edit:hover,
.gift-summary .action-delete:hover,
.gift-wrapping-title .action-remove: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-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover {
  color: #022d55;
  text-decoration: underline;
}
.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 .payment-method-billing-address .action-cancel:active,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:active,
.checkout-agreements-block .action-show:active,
.gift-options .actions-toolbar .action-cancel:active,
.gift-summary .action-edit:active,
.gift-summary .action-delete:active,
.gift-wrapping-title .action-remove: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-add-invitations .action.remove:active,
.form-create-return .action.remove:active,
.form.send.friend .action.remove:active {
  color: #022d55;
  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 .payment-method-billing-address .action-cancel:hover,
.checkout-payment-method .payment-method-billing-address .action-cancel:active,
.checkout-payment-method .payment-method-billing-address .action-cancel:focus,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:hover,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:active,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address: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,
.gift-wrapping-title .action-remove:hover,
.gift-wrapping-title .action-remove:active,
.gift-wrapping-title .action-remove: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-add-invitations .action.remove:hover,
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:focus,
.form-create-return .action.remove:hover,
.form-create-return .action.remove:active,
.form-create-return .action.remove:focus,
.form.send.friend .action.remove:hover,
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:focus {
  background: none;
  border: 0;
}
.abs-action-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 .payment-method-billing-address .action-cancel.disabled,
.checkout-payment-method .payment-method-billing-address .action-cancel[disabled],
fieldset[disabled] .checkout-payment-method .payment-method-billing-address .action-cancel,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address.disabled,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address[disabled],
fieldset[disabled] .checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address,
.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,
.gift-wrapping-title .action-remove.disabled,
.gift-wrapping-title .action-remove[disabled],
fieldset[disabled] .gift-wrapping-title .action-remove,
.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-add-invitations .action.remove.disabled,
.form-add-invitations .action.remove[disabled],
fieldset[disabled] .form-add-invitations .action.remove,
.form-create-return .action.remove.disabled,
.form-create-return .action.remove[disabled],
fieldset[disabled] .form-create-return .action.remove,
.form.send.friend .action.remove.disabled,
.form.send.friend .action.remove[disabled],
fieldset[disabled] .form.send.friend .action.remove {
  color: #022d55;
  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 .payment-method-billing-address .action-cancel:active,
.checkout-payment-method .payment-method-billing-address .action-cancel:not(:focus),
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:active,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address: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),
.gift-wrapping-title .action-remove:active,
.gift-wrapping-title .action-remove: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-add-invitations .action.remove:active,
.form-add-invitations .action.remove:not(:focus),
.form-create-return .action.remove:active,
.form-create-return .action.remove:not(:focus),
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:not(:focus) {
  box-shadow: none;
}
#store-selector .form-continue .actions-toolbar .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,
.multicheckout .action.primary {
  line-height: 1;
  padding: 0 17px;
}
.cart.table-wrapper .item-options dt,
.block-giftregistry-shared-items .product .item-options dt,
.multicheckout .item-options dt {
  float: left;
  clear: left;
  margin: 0 10.5px 5.25px 0;
}
.cart.table-wrapper .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,
.block-giftregistry-shared-items .product .item-options dd,
.multicheckout .item-options dd {
  float: left;
  display: inline-block;
  margin: 0 0 5.25px;
}
.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 {
  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;
  max-width: 100%;
  margin: 0 auto;
}
.login-container .block .block-title {
  margin-bottom: 15px;
  margin-top: 0;
  font-size: 22px;
  color: #222529;
  letter-spacing: -0.01em;
}
.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: '\f807';
  font-family: 'porto-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: '\f804';
  font-family: 'porto-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: #fff;
  border: 1px solid #bbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-dropdown-simple ul.dropdown li,
.giftregisty-dropdown ul.dropdown li,
.wishlist-dropdown ul.dropdown li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.abs-dropdown-simple ul.dropdown li:hover,
.giftregisty-dropdown ul.dropdown li:hover,
.wishlist-dropdown ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-dropdown-simple ul.dropdown:before,
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbb transparent;
  z-index: 98;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.abs-dropdown-simple.active,
.giftregisty-dropdown.active,
.wishlist-dropdown.active {
  overflow: visible;
}
.abs-dropdown-simple.active ul.dropdown,
.giftregisty-dropdown.active ul.dropdown,
.wishlist-dropdown.active ul.dropdown {
  display: block;
}
.giftregisty-dropdown ul.items,
.wishlist-dropdown ul.items {
  padding: 6px 0;
}
.column .block-addbysku .qty .qty,
.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,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  width: 54px;
  text-align: center;
}
.block,
.customer-review .product-details,
.block-banners,
.block-banners-inline {
  margin-bottom: 42px;
}
.sidebar .product-items .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,
.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,
.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: #999;
  content: '\f819';
  font-family: 'porto-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,
.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,
.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: #54575a;
  text-decoration: none;
}
.abs-product-link > a:visited,
.product-item-name > a:visited,
.product.name a > a:visited {
  color: #54575a;
  text-decoration: underline;
}
.abs-product-link > a:hover,
.product-item-name > a:hover,
.product.name a > a:hover {
  color: #54575a;
  text-decoration: underline;
}
.abs-product-link > a:active,
.product-item-name > a:active,
.product.name a > a:active {
  color: #54575a;
  text-decoration: underline;
}
.abs-like-link:visited {
  color: #022d55;
  text-decoration: none;
}
.abs-like-link:hover {
  color: #022d55;
  text-decoration: underline;
}
.abs-like-link:active {
  color: #022d55;
  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-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  width: auto;
  line-height: normal;
  position: absolute;
  top: 34px;
  margin-left: 73%;
}
.form-giftregistry-share .fieldset .field .control,
.form-giftregistry-edit .fieldset .field .control,
.form-add-invitations .fieldset .field .control,
.form-create-return .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-add-invitations .fieldset .actions-toolbar > .secondary,
.form-create-return .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-add-invitations .fieldset .actions-toolbar > .secondary .action.add,
.form-create-return .fieldset .actions-toolbar > .secondary .action.add,
.form.send.friend .fieldset .actions-toolbar > .secondary .action.add {
  margin-top: 31.5px;
}
.form-giftregistry-share .fieldset .fields .actions-toolbar,
.form-giftregistry-edit .fieldset .fields .actions-toolbar,
.form-add-invitations .fieldset .fields .actions-toolbar,
.form-create-return .fieldset .fields .actions-toolbar,
.form.send.friend .fieldset .fields .actions-toolbar {
  margin: 0;
}
.form-giftregistry-share .additional,
.form-giftregistry-edit .additional,
.form-add-invitations .additional,
.form-create-return .additional,
.form.send.friend .additional {
  margin-top: 55px;
  position: relative;
}
.form-giftregistry-share .message.notice,
.form-giftregistry-edit .message.notice,
.form-add-invitations .message.notice,
.form-create-return .message.notice,
.form.send.friend .message.notice {
  margin: 31.5px 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-onepage-success .page-title-wrapper,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.field.street .field.additional .label,
.block-balance .balance-price-label,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.form-add-invitations .fields .label,
.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 .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;
}
.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,
.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,
.checkout-container:before,
.checkout-container:after,
.opc-estimated-wrapper:before,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:before,
.opc-wrapper .field.addresses: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,
.gift-wrapping-list:before,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping .content:before,
.opc-wrapper .data.table .gift-wrapping .content:after,
.table-order-items .gift-wrapping .content:before,
.table-order-items .gift-wrapping .content:after,
.map-popup .map-info-price:before,
.map-popup .map-info-price:after,
.multicheckout .item-options:before,
.multicheckout .item-options:after,
.multicheckout .block:before,
.multicheckout .block:after,
.multicheckout .block-content:before,
.multicheckout .block-content:after,
.customer-review .product-details:before,
.customer-review .product-details:after,
.form-create-return .actions-toolbar:before,
.form-create-return .actions-toolbar: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-add-invitations .fieldset .actions-toolbar:before,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-create-return .fieldset .actions-toolbar:before,
.form-create-return .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,
.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,
.checkout-container:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses: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,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping .content:after,
.table-order-items .gift-wrapping .content:after,
.map-popup .map-info-price:after,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content:after,
.customer-review .product-details:after,
.form-create-return .actions-toolbar:after,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-create-return .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,
.column .block-addbysku .sku,
.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,
.block-event .slider-panel .slider .item .action.show,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.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: '\f807';
  font-family: 'porto-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: '\f807';
  font-family: 'porto-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: '\f804';
  font-family: 'porto-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: #fff;
  border: 1px solid #bbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-split-button .items li {
  margin: 0;
  padding: 3px 5.25px;
}
.abs-split-button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-split-button .items:before,
.abs-split-button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-split-button .items:before {
  border: 6px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
}
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbb transparent;
  z-index: 98;
}
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
}
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-item-actions .actions-secondary.action,
.action.tocompare,
.product-addto-links .action.tocompare,
.moved-add-to-links .action.tocompare,
.product-social-links .action.tocompare,
.wishlist.split.button > .action.split,
.product-social-links .action.mailto.friend,
.moved-add-to-links .action.mailto.friend,
.product-social-links .action.towishlist,
.product-addto-links .action.towishlist,
.block-bundle-summary .action.towishlist,
.product-item .action.towishlist,
.table-comparison .action.towishlist {
  color: #222529;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 600;
  width: 48px;
  height: 48px;
  line-height: 46px;
  border: 1px solid #e7e7e7;
  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,
.action.tocompare:before,
.product-addto-links .action.tocompare:before,
.moved-add-to-links .action.tocompare:before,
.product-social-links .action.tocompare:before,
.wishlist.split.button > .action.split:before,
.product-social-links .action.mailto.friend:before,
.moved-add-to-links .action.mailto.friend:before,
.product-social-links .action.towishlist:before,
.product-addto-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: 1.125rem;
  line-height: inherit;
  color: inherit;
  font-family: 'porto-icons';
  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,
.action.tocompare:hover,
.product-addto-links .action.tocompare:hover,
.moved-add-to-links .action.tocompare:hover,
.product-social-links .action.tocompare:hover,
.wishlist.split.button > .action.split:hover,
.product-social-links .action.mailto.friend:hover,
.moved-add-to-links .action.mailto.friend:hover,
.product-social-links .action.towishlist:hover,
.product-addto-links .action.towishlist:hover,
.block-bundle-summary .action.towishlist:hover,
.product-item .action.towishlist:hover,
.table-comparison .action.towishlist:hover {
  text-decoration: none;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action:before,
.product-item-actions .actions-secondary.action:before,
.action.tocompare:before,
.product-addto-links .action.tocompare:before,
.moved-add-to-links .action.tocompare:before,
.product-social-links .action.tocompare:before,
.wishlist.split.button > .action.split:before,
.product-social-links .action.mailto.friend:before,
.moved-add-to-links .action.mailto.friend:before,
.product-social-links .action.towishlist:before,
.product-addto-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  display: block;
}
.bundle-options-container .block-bundle-summary .box-tocart,
.box-tocart {
  margin: 0 0 31.5px;
}
.abs-cart-block > .title,
.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: 10.5px 42px 10.5px 15px;
  display: block;
  text-decoration: none;
}
.abs-cart-block > .title: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: 21px;
  top: 10.5px;
}
.abs-toggling-title > span,
.abs-cart-block > .title > 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,
.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: '\f807';
  font-family: 'porto-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: '\f804';
}
.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 {
  font-size: 1.4rem;
  font-weight: 400;
}
.multicheckout .table-wrapper .product-item-name {
  font-size: 1.4rem;
  font-weight: 300;
  margin: 0;
}
.block-addresses-list address,
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  line-height: 24px;
}
.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: #444;
  display: block;
  font-size: 1.3rem;
  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: 400;
}
.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,
.gift-summary .price-including-tax,
.gift-summary .price-excluding-tax,
.gift-options .price-including-tax,
.gift-options .price-excluding-tax {
  display: inline-block;
  font-size: 1.4rem;
}
.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,
.gift-summary .price-including-tax + .price-excluding-tax,
.gift-options .price-including-tax + .price-excluding-tax {
  display: inline-block;
  font-size: 1.1rem;
}
.bundle-options-container .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,
.gift-summary .price-including-tax + .price-excluding-tax:before,
.gift-options .price-including-tax + .price-excluding-tax:before {
  content: "(" attr(data-label) ": ";
}
.bundle-options-container .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,
.gift-summary .price-including-tax + .price-excluding-tax:after,
.gift-options .price-including-tax + .price-excluding-tax:after {
  content: ")";
}
.price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total,
.paypal-review .table-paypal-review-items .cart-tax-total,
.cart.table-wrapper .cart-tax-total,
.order-details-items .cart-tax-total {
  cursor: pointer;
  position: relative;
  padding-right: 10.5px;
  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: '\f807';
  font-family: 'porto-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: '\f804';
}
.giftcard-account .form-giftcard-redeem .fieldset,
.form-giftregistry-create .fieldset {
  margin-bottom: 21px;
}
.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;
  vertical-align: baseline;
  padding-top: 1px;
  padding-right: 26.25px;
  padding-bottom: 5.25px;
}
.review-ratings .rating-result,
.customer-review .review-details .customer-review-rating .rating-result {
  vertical-align: top;
  display: table-cell;
}
.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 {
  content: "";
  display: inline-block;
  height: 12px;
  margin: 0 10.5px;
  border-left: 1px solid #c8cacc;
  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,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > .action,
[class^="sales-guest-"] .column.main .block:not(.widget) .block-title > .action,
.sales-guest-view .column.main .block:not(.widget) .block-title > .action {
  float: right;
  font-size: 13px;
  line-height: 19px;
}
.magento-payments-review .block .box-title,
.paypal-review .block .box-title,
.account .column.main .block:not(.widget) .box-title,
.multicheckout .box-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title,
[class^="sales-guest-"] .column.main .block:not(.widget) .box-title,
.sales-guest-view .column.main .block:not(.widget) .box-title {
  display: block;
}
.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,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > .action,
[class^="sales-guest-"] .column.main .block:not(.widget) .box-title > .action,
.sales-guest-view .column.main .block:not(.widget) .box-title > .action {
  font-weight: 400;
  margin-left: 10.5px;
}
.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: 'porto-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: #e8e8e8;
}
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 5.25px;
}
.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,
.page-product-giftcard .fieldset.giftcard > .legend + br,
.order-details-items .order-items .order-gift-message .action.close,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend + br,
.multicheckout .hidden,
[class^="multishipping-"] .nav-sections,
[class^="multishipping-"] .nav-toggle,
.no-display,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.return-status,
.order-status {
  border: 2px solid #ccc;
  border-radius: 3px;
  display: inline-block;
  padding: 0 10.5px;
  text-transform: uppercase;
  vertical-align: top;
}
.magento-rma-returns-returns .page-main .page-title-wrapper .page-title,
.magento-rma-returns-view .page-main .page-title-wrapper .page-title,
.magento-rma-guest-returns .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,
.magento-rma-guest-returns .page-main .page-title-wrapper .page-title {
  color: #022d55;
  font-size: 20px;
  margin: 0 0 15px;
  font-weight: 400;
}
.magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
.magento-rma-returns-view .page-main .page-title-wrapper .order-date,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date,
.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: 13px;
  margin-bottom: 10.5px;
}
.magento-rma-returns-returns .page-main .page-title-wrapper .order-date .label,
.magento-rma-returns-view .page-main .page-title-wrapper .order-date .label,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label,
.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: #9ea1a4;
  font-size: 1.2rem;
  white-space: nowrap;
}
.block-compare .block-title,
.block-reorder .block-title,
.widget .block-title,
.block-wishlist .block-title {
  margin: 0 0 21px;
}
.block-compare .block-title strong,
.block-reorder .block-title strong,
.widget .block-title strong,
.block-wishlist .block-title strong {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.block-cart-failed,
.cart-container .form-cart {
  margin-bottom: 21px;
}
.block-cart-failed .actions.main .continue,
.block-cart-failed .actions.main .clear,
.cart-container .form-cart .actions.main .continue,
.cart-container .form-cart .actions.main .clear {
  display: none;
}
.form.search.advanced .fields.range .field.date .control,
.form-giftregistry-edit .field.date .control {
  position: relative;
}
.abs-field-date input,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.form.search.advanced .fields.range .field.date input,
.form-giftregistry-edit .field.date input {
  margin-right: 10.5px;
  width: calc(100% - (23px + 10.5px));
}
.field .control._with-tooltip {
  position: relative;
}
.field .control._with-tooltip input {
  margin-right: 10.5px;
  width: calc(100% - (21px + 10.5px + 5.25px));
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -10.5px;
  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: 10.5px;
  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: #ddd;
}
.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: 10.5px;
  color: #54575a;
  font-weight: 300;
  font-size: 2.2rem;
}
.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;
  color: #000;
}
.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 {
  border-top: 1px solid #ccc;
  font-size: 1rem;
  padding-right: 10.5px;
}
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  border-top: 1px solid #ccc;
  font-size: 1rem;
}
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 10.5px;
}
.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-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}
.cart-totals .totals-tax-summary .amount .price,
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  position: relative;
  padding-right: 21px;
  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: '\f807';
  font-family: 'porto-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: '\f804';
}
.cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {
  display: none;
  border-bottom: 1px solid #ccc;
}
.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: #1979c3;
  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,
.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 {
  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;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Mobilityexpress/porto/en_US/fonts/opensans/light/opensans-300.woff2') format('woff2'), url('../../frontend/Mobilityexpress/porto/en_US/fonts/opensans/light/opensans-300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Mobilityexpress/porto/en_US/fonts/opensans/regular/opensans-400.woff2') format('woff2'), url('../../frontend/Mobilityexpress/porto/en_US/fonts/opensans/regular/opensans-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Mobilityexpress/porto/en_US/fonts/opensans/semibold/opensans-600.woff2') format('woff2'), url('../../frontend/Mobilityexpress/porto/en_US/fonts/opensans/semibold/opensans-600.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Mobilityexpress/porto/en_US/fonts/opensans/bold/opensans-700.woff2') format('woff2'), url('../../frontend/Mobilityexpress/porto/en_US/fonts/opensans/bold/opensans-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.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 {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  padding-bottom: 42px;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  max-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;
  max-width: 100%;
}
.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;
  max-width: 100%;
}
.page-main {
  padding-top: 20px;
  padding-bottom: 50px;
}
.page-main > .page-title-wrapper .page-title {
  font-size: 20px;
  margin: 0 0 15px;
  color: #022d55;
}
@media (min-width: 992px) {
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    max-width: 1180px;
    box-sizing: border-box;
  }
  .page-main {
    width: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .ie9 .page-main {
    width: auto;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 50%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 75%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-right: 0;
    padding-left: 2%;
  }
  .sidebar-additional {
    padding-left: 2%;
    clear: right;
  }
  .page-layout-3columns .sidebar-additional {
    width: 25%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .sidebar-additional {
    padding-right: 2%;
    padding-left: 0;
    clear: left;
    float: left;
  }
  .panel.header {
    padding: 10px 20px;
  }
}
.table {
  margin-bottom: 0;
}
th.mark {
  background-color: transparent;
}
.table-wrapper {
  margin-bottom: 21px;
}
table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table tfoot {
  border-top: 1px solid #ccc;
}
.table tfoot > tr:first-child th,
.table tfoot > tr:first-child td {
  border-top: 1px solid #ccc;
  padding-top: 21px;
}
.table tfoot th,
.table tfoot td {
  border: 0;
}
.table tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.message.info {
  margin: 0 0 10.5px;
  padding: 12px 21px 12px 26.25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.info a {
  color: #022d55;
}
.message.info a:hover {
  color: #022d55;
}
.message.info a:active {
  color: #022d55;
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\f84a';
  font-family: 'porto-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 10.5px;
  padding: 12px 21px 12px 26.25px;
  display: block;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 45px;
  position: relative;
}
.message.error a {
  color: #022d55;
}
.message.error a:hover {
  color: #022d55;
}
.message.error a:active {
  color: #022d55;
}
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #b30000;
  content: '\f847';
  font-family: 'porto-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 10.5px;
  padding: 12px 21px 12px 26.25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.warning a {
  color: #022d55;
}
.message.warning a:hover {
  color: #022d55;
}
.message.warning a:active {
  color: #022d55;
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\f84a';
  font-family: 'porto-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 10.5px;
  padding: 12px 21px 12px 26.25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.notice a {
  color: #022d55;
}
.message.notice a:hover {
  color: #022d55;
}
.message.notice a:active {
  color: #022d55;
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\f84a';
  font-family: 'porto-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 10.5px;
  padding: 12px 21px 12px 26.25px;
  display: block;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 45px;
  position: relative;
}
.message.success a {
  color: #022d55;
}
.message.success a:hover {
  color: #022d55;
}
.message.success a:active {
  color: #022d55;
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #006400;
  content: '\f846';
  font-family: 'porto-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;
}
.panel.header .links,
.panel.header .switcher {
  display: none;
}
.nav-toggle {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  float: left;
  line-height: 60px;
  margin-right: 20px;
  position: relative;
  z-index: 1;
}
.nav-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 25px;
  line-height: inherit;
  color: #022d55;
  content: '\f827';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.nav-toggle:hover:before {
  color: #022d55;
}
.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: #54575a;
  line-height: 1.4;
  border: 1px solid #bbb;
  margin-top: 5px;
  left: 0;
  top: 100%;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.tooltip.wrapper .tooltip.content:after {
  border-width: 5px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:before {
  border-width: 6px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  bottom: 100%;
}
.tooltip.wrapper .tooltip.content:after {
  border-bottom-color: #fff;
  left: 15px;
  margin-left: -5px;
}
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #bbb;
  left: 15px;
  margin-left: -6px;
}
.tooltip.wrapper .tooltip.toggle {
  cursor: help;
}
.tooltip.wrapper .tooltip.toggle:hover + .tooltip.content,
.tooltip.wrapper .tooltip.toggle:focus + .tooltip.content,
.tooltip.wrapper:hover .tooltip.content {
  display: block;
}
.tooltip.wrapper .tooltip.content dl {
  margin-bottom: 0;
}
.tooltip.wrapper .tooltip.content dd {
  white-space: normal;
}
.tooltip.wrapper .tooltip.content .subtitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.tooltip.wrapper .tooltip.content .label {
  margin-top: 10.5px;
}
.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/Mobilityexpress/porto/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 42px;
  padding: 0;
  letter-spacing: -0.31em;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 21px;
  padding: 0 0 10.5px;
  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: 0;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 21px;
}
.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: 400;
  font-size: 1.4rem;
}
.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 #ccc;
  border-radius: 0px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 15px;
  height: 38px;
  line-height: 1.4;
  padding: 10px;
  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: #ddd;
}
.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: #ddd;
}
.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: #ddd;
}
.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: 10.5px;
}
.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.3rem;
  margin: 0 0 0 5.25px;
}
.fieldset > .field .note,
.fieldset > .fields > .field .note {
  font-size: 1.3rem;
  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: 26px;
  line-height: 13px;
  font-family: 'porto-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 {
  font-weight: normal;
  margin: 0;
  display: inline;
}
.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: 10.5px;
}
.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.25px;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  white-space: nowrap;
  margin-top: 10.5px;
  display: inline-block;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  height: 32px;
  background: #fff url('../../frontend/Mobilityexpress/porto/en_US/images/select-bg.svg') no-repeat 100% 48%;
  background-size: 30px 60px;
  padding-right: 25px;
  text-indent: 0.01em;
  text-overflow: '';
}
select::-ms-expand {
  display: none;
}
.lt-ie10 select {
  background-image: none;
  padding-right: 4px;
}
div.mage-error[generated] {
  margin-top: 7px;
}
.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: #54575a;
  line-height: 1.4;
  border: 1px solid #bbb;
  margin-left: 5px;
  left: 100%;
  top: 0;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.field .tooltip .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  right: 100%;
}
.field .tooltip .tooltip-content:after {
  border-right-color: #fff;
  margin-top: -5px;
  top: 15px;
}
.field .tooltip .tooltip-content:before {
  border-right-color: #bbb;
  margin-top: -6px;
  top: 15px;
}
.field .tooltip .tooltip-toggle {
  cursor: help;
}
.field .tooltip .tooltip-toggle:hover + .tooltip-content,
.field .tooltip .tooltip-toggle:focus + .tooltip-content,
.field .tooltip:hover .tooltip-content {
  display: block;
}
.field .tooltip .tooltip-content {
  min-width: 200px;
  white-space: normal;
}
input:focus ~ .tooltip .tooltip-content,
select:focus ~ .tooltip .tooltip-content {
  display: block;
}
.hasDatepicker + .ui-datepicker-trigger {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: block;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}
.hasDatepicker + .ui-datepicker-trigger:focus,
.hasDatepicker + .ui-datepicker-trigger:active {
  background: none;
  border: none;
}
.hasDatepicker + .ui-datepicker-trigger:hover {
  background: none;
  border: none;
}
.hasDatepicker + .ui-datepicker-trigger.disabled,
.hasDatepicker + .ui-datepicker-trigger[disabled],
fieldset[disabled] .hasDatepicker + .ui-datepicker-trigger {
  pointer-events: none;
  opacity: 0.5;
}
.hasDatepicker + .ui-datepicker-trigger > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.hasDatepicker + .ui-datepicker-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 23px;
  color: #9ea1a4;
  content: '\e612';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.hasDatepicker + .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 21px;
}
.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 5.25px;
  text-align: left;
  width: 100%;
}
.sidebar .fieldset > .field:not(.choice) .control,
.sidebar .fieldset .fields > .field .control {
  width: 100%;
}
@font-face {
  font-family: 'porto-icons';
  src: url('../../frontend/Mobilityexpress/porto/en_US/icon-fonts/font/porto-icons.woff2') format('woff2'), url('../../frontend/Mobilityexpress/porto/en_US/icon-fonts/font/porto-icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
button,
a.action.primary {
  border-radius: 3px;
  height: 38px;
  line-height: 22px;
  font-weight: 400;
}
button.action.switch {
  height: auto;
}
button:not(.primary) {
  border: 1px solid #ccc;
  color: #777;
  line-height: 30px;
  padding: 0 12px;
  height: 32px;
  background-color: #fff;
}
button:hover {
  color: #fff;
  background-color: #022d55;
  border-color: #022d55;
}
body:not(._keyfocus) button:focus {
  box-shadow: none;
}
a.action.primary {
  display: inline-block;
  text-decoration: none;
}
a.action.primary:hover,
a.action.primary:active,
a.action.primary:focus {
  text-decoration: none;
}
.action.primary {
  background-image: none;
  background: #f27e2b;
  border: 1px solid #f27e2b;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 2rem;
  box-sizing: border-box;
  vertical-align: middle;
  font-weight: 400;
  line-height: 22px;
}
.action.primary:focus,
.action.primary:active {
  background: #022d55;
  border: 1px solid #022d55;
  color: #fff;
}
.action.primary:hover {
  background: #022d55;
  border: 1px solid #022d55;
  color: #fff;
}
.action.primary.disabled,
.action.primary[disabled],
fieldset[disabled] .action.primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
#discount-coupon-form #coupon_code {
  border-radius: 3px 0 0 3px;
}
.product.data.items {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 21px;
  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 #eee;
  height: 42px;
  padding: 1px 10.5px 1px 10.5px;
  font-weight: 600;
  line-height: 42px;
  font-size: 1.5rem;
  color: #54575a;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #9ea1a4;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #54575a;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #54575a;
  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: #54575a;
  text-decoration: none;
  padding-bottom: 1px;
}
.product.data.items > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 10.5px 10.5px 31.5px;
}
.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: 15px;
  line-height: inherit;
  color: inherit;
  content: '\f807';
  font-family: 'porto-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: 10.5px;
  top: 1px;
}
.product.data.items .item.title.active a:after {
  content: '\f804';
}
.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.3rem;
  line-height: 2.4rem;
  letter-spacing: normal;
  margin: 0 5px 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 {
  background: #fff;
  border: 1px solid #ccc;
  color: #022d55;
  display: inline-block;
  padding: 0 5.25px;
  text-decoration: none;
}
.pages a.page:visited {
  color: #022d55;
}
.pages a.page:hover {
  background: #022d55;
  border: 1px solid #022d55;
  color: #fff;
  text-decoration: none;
}
.pages a.page:active {
  color: #fff;
}
.pages strong.page {
  background: #022d55;
  border: 1px solid #022d55;
  font-size: 1.3rem;
  line-height: 2.4rem;
  letter-spacing: normal;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  padding: 0 5.25px;
}
.pages .action {
  background: #fff;
  border: 1px solid #ccc;
  color: #999;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #999;
}
.pages .action:hover {
  background: #022d55;
  border: 1px solid #022d55;
  color: #fff;
  text-decoration: none;
}
.pages .action:active {
  color: #fff;
}
.pages .action.next {
  display: inline-block;
  text-decoration: none;
}
.pages .action.next:visited:before {
  color: #999;
}
.pages .action.next:active:before {
  color: #fff;
}
.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: #999;
  content: '\f801';
  font-family: 'porto-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: #fff;
}
.pages .action.next:active:before {
  color: #fff;
}
.pages .action.previous {
  display: inline-block;
  text-decoration: none;
}
.pages .action.previous:visited:before {
  color: #999;
}
.pages .action.previous:active:before {
  color: #fff;
}
.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: #999;
  content: '\f802';
  font-family: 'porto-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: #fff;
}
.pages .action.previous:active:before {
  color: #fff;
}
.pages .page {
  width: 26px;
  border-radius: 3px;
}
.pages .action {
  border-radius: 3px;
  padding: 0 8px;
  width: 26px;
}
.pages .item:last-child {
  margin-right: 0;
}
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  text-align: center;
  margin-bottom: 10.5px;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 10.5px;
}
.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;
}
.sidebar .actions-toolbar .action.primary {
  height: 32px;
  line-height: 30px;
  padding: 0 15px;
}
.sidebar .actions-toolbar .secondary a.action {
  line-height: 32px;
  margin: 0;
}
.breadcrumbs {
  margin: 0 0 15px;
  min-height: 24px;
}
.breadcrumbs .items {
  font-size: 1.3rem;
  color: #a3a3a3;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #54575a;
  padding: 12px 0;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #54575a;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #54575a;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #54575a;
  text-decoration: none;
}
.breadcrumbs strong {
  font-weight: 400;
  padding: 12px 0;
}
.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;
  color: inherit;
  content: '\f80d';
  font-family: 'porto-icons';
  margin: 0 10.5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-wrapper > .breadcrumbs {
  padding: 0;
  margin: 0;
  max-width: 100%;
  background-color: #fff;
  color: #022d55;
}
.page-wrapper > .breadcrumbs .items {
  color: inherit;
  padding: 10px 15px;
  margin: 0 auto;
  max-width: 1180px;
}
.page-wrapper > .breadcrumbs a,
.page-wrapper > .breadcrumbs a:hover,
.page-wrapper > .breadcrumbs a:focus {
  color: #022d55;
}
.page-wrapper > .breadcrumbs .item:not(:last-child):after {
  line-height: 15px;
}
.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: '\f819';
  font-family: 'porto-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: popup-icon-font__color-active;
}
.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: 15px;
  line-height: 15px;
  color: #022d55;
  content: '\f819';
  font-family: 'porto-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: #3b3e40;
}
.modal-custom .action-close {
  margin: 26.25px;
}
.modal-popup {
  pointer-events: none;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 10.5px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 10.5px;
}
.modal-slide .action-close {
  padding: 1.1rem 2rem;
}
.modal-slide .page-main-actions {
  margin-bottom: -13.65rem;
  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 © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
/**
     * @codingStandardsIgnoreStart
     */
#store-pickup.selected-shipping ~ #store-selector {
  display: none;
}
#store-pickup.selected-store-pickup ~ #shipping,
#store-pickup.selected-store-pickup ~ #opc-shipping_method {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
#delivery-method-selector {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#delivery-method-selector .action {
  line-height: 2.3rem;
  padding: 14px 17px;
  font-size: 1.9rem;
}
#delivery-method-selector .action.selected {
  background: #fff;
}
#delivery-method-selector .action-select-shipping {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#delivery-method-selector .action-select-store-pickup {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#store-selector .form-login {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#store-selector .form-continue {
  margin: 21px 0 0;
}
.location-details .location-name {
  font-size: 19px;
  font-weight: 700;
}
.store-selector-popup .modal-title {
  border-bottom: 0;
}
.store-selector-popup .modal-header {
  padding-bottom: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#opc-store-selector-popup {
  display: none;
}
#opc-store-selector-popup .block-search {
  float: none;
  width: 100%;
  margin: 0 0 21px;
  padding: 0 0 10.5px;
  border-bottom: 1px solid #c1c1c1;
}
.modal-content #opc-store-selector-popup {
  display: block;
}
.store-selector-popup-table thead th {
  display: none;
}
.store-selector-popup-table tbody .location .location-name {
  font-size: 19px;
}
.store-selector-popup-table tbody .location + .location {
  border-top: 1px solid #ccc;
}
.store-selector-popup-table tbody .col-location-details {
  padding-left: 0;
}
.store-selector-popup-table tbody .col-location-details p:last-child {
  margin-bottom: 0;
}
.store-selector-popup-table tbody .col-location-actions {
  padding-right: 0;
  vertical-align: middle;
}
.store-selector-popup-table tbody .col-location-actions .action {
  float: right;
}
.store-selector-popup-empty-query,
.store-selector-popup-no-locations {
  margin: 0 0 21px;
}
/**
 * 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/Mobilityexpress/porto/en_US/Magento_LoginAsCustomerFrontendUi/images/close.svg');
  content: ' ';
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}
@font-face {
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  src: url('../../frontend/Mobilityexpress/porto/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
  src: url('../../frontend/Mobilityexpress/porto/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('../../frontend/Mobilityexpress/porto/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('../../frontend/Mobilityexpress/porto/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.ttf') format('truetype');
}
.pagebuilder-icon,
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  -webkit-font-smoothing: antialiased;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
}
[class^='pagebuilder-icon-']:before,
[class*=' pagebuilder-icon-']:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
}
.pagebuilder-icon-down:before {
  content: '\f101';
}
.pagebuilder-icon-next:before {
  content: '\f102';
}
.pagebuilder-icon-prev:before {
  content: '\f103';
}
.pagebuilder-icon-up:before {
  content: '\f104';
}
.product-full-width-section {
  padding: 0.5em 0;
}
.product-full-width-section .block.review-add {
  margin-top: 2.7rem;
}
.page-layout-product-full-width .block.related {
  margin-top: 2.7rem;
}
.page-main-details .product-section-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.additional-attributes-wrapper .additional-attributes {
  border: none;
  width: auto;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > th {
  border: none;
  padding: 5.5px 30px 10px 0;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > td {
  border: none;
  padding: 5.5px 5px 10px;
}
.cms-index-index.page-layout-cms-full-width .nav-sections {
  margin-bottom: 0;
}
.slick-slider {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-touch-action: pan-y;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}
.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev {
  left: 2rem;
}
.slick-prev:before {
  content: '\f103';
  padding-right: 5px;
}
.slick-next {
  right: 2rem;
}
.slick-next:before {
  content: '\f102';
  padding-left: 5px;
}
.slick-prev,
.slick-next {
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  background: rgba(252, 252, 252, 0.6);
  border: none;
  border-radius: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 60px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 60px;
  z-index: 101;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.2;
}
.slick-prev:hover,
.slick-next:hover {
  background: #fcfcfc;
  border: none;
}
.slick-prev:hover.slick-disabled,
.slick-next:hover.slick-disabled {
  opacity: 0.2;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  color: #494949;
}
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  color: #555;
  font-size: 38px;
  opacity: 1;
}
.slick-prev:active,
.slick-next:active,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:not(.primary),
.slick-next:not(.primary) {
  background: rgba(252, 252, 252, 0.7);
  border: none;
  box-shadow: none;
}
.slick-prev:active:active,
.slick-next:active:active,
.slick-prev:focus:active,
.slick-next:focus:active,
.slick-prev:not(.primary):active,
.slick-next:not(.primary):active {
  box-shadow: none;
}
.slick-dots {
  font-size: 1.5rem;
  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.3rem;
  font-size: 1.9rem;
  line-height: 1.4;
  margin: 0 10px 10px 0;
  padding: 14px 17px;
  color: #022d55;
  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: #022d55;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover {
  color: #022d55;
  text-decoration: underline;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active {
  color: #022d55;
  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: #022d55;
  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: #f27e2b;
  border: 1px solid #f27e2b;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 2rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.3rem;
  padding: 14px 17px;
  font-size: 1.9rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus {
  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: #022d55;
  border: 1px solid #022d55;
  color: #fff;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover {
  background: #022d55;
  border: 1px solid #022d55;
  color: #fff;
}
a.pagebuilder-button-primary.disabled,
button.pagebuilder-button-primary.disabled,
div.pagebuilder-button-primary.disabled,
a.pagebuilder-button-primary[disabled],
button.pagebuilder-button-primary[disabled],
div.pagebuilder-button-primary[disabled],
fieldset[disabled] a.pagebuilder-button-primary,
fieldset[disabled] button.pagebuilder-button-primary,
fieldset[disabled] div.pagebuilder-button-primary {
  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: #eee;
  border: 1px solid #ccc;
  color: #54575a;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 2rem;
  line-height: 1.7rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.3rem;
  padding: 14px 17px;
  font-size: 1.9rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus {
  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: 1px solid #ccc;
  color: #54575a;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover {
  background: #e1e1e1;
  border: 1px solid #ccc;
  color: #54575a;
}
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: 1180px;
}
[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: 1180px;
  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 #eee;
  height: 42px;
  padding: 1px 10.5px 1px 10.5px;
  font-weight: 600;
  line-height: 42px;
  font-size: 1.5rem;
  color: #54575a;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:visited {
  color: #9ea1a4;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
  color: #54575a;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:active {
  color: #54575a;
  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: #54575a;
  text-decoration: none;
  padding-bottom: 1px;
}
.pagebuilder-accordion > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 10.5px 10.5px 31.5px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright 2024 Adobe
 * All rights reserved.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
.payment-method .flex-center {
  align-items: center;
  display: flex;
  gap: 5px;
}
.payment-method .payment-type-icon {
  height: 40px;
}
.card-grid {
  display: grid;
}
.card-aux {
  gap: 20px;
  grid-template-columns: minmax(auto, 400px);
}
.card-aux .actions-toolbar {
  justify-self: start;
}
.card-container {
  margin-top: 20px;
  align-items: center;
}
.card-container .card-layout {
  column-gap: 10px;
  display: grid;
  grid-template-areas: 'card-number-field-area card-number-field-area' 'expiration-date-field-area cvv-field-area';
  max-width: 400px;
  row-gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}
.card-container .card-layout .display-lock {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
}
.card-container .card-layout .display-lock .lock-icon:hover::before {
  color: #757575;
}
.card-container .card-layout .display-lock .lock-icon:before {
  color: #bbb;
  content: '\e629';
  display: inline-block;
  font-family: 'luma-icons';
  font-size: 18px;
  font-weight: normal;
  line-height: inherit;
  overflow: hidden;
  speak: none;
  text-align: center;
  vertical-align: middle;
}
.card-container .card-layout .card-number-field-area {
  grid-area: card-number-field-area;
}
.card-container .card-layout .expiration-date-field-area {
  grid-area: expiration-date-field-area;
}
.card-container .card-layout .cvv-field-area {
  grid-area: cvv-field-area;
}
.card-container .field div.error {
  border-color: #ed8380;
}
.card-container .field .label {
  display: block;
  font-weight: 600;
}
.card-container .field .card-field {
  border: 1px solid #c2c2c2;
  height: 32px;
  padding: 8px 15px;
}
.card-container .field .field-wrapper {
  position: relative;
}
.card-container .field .field-wrapper .field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 10px;
}
.checkout-index-index > .loading-mask {
  z-index: 999;
}
axo-auth,
paypal-shipping-address-selector {
  position: fixed;
  z-index: 10000;
}
.paypal-fastlane-powered-by {
  display: block;
  margin: 5.25px 0;
  width: 150px;
}
.paypal-fastlane-shipping-change-address-form {
  margin-bottom: 31.5px;
}
.paypal-fastlane-shipping-change-address-form button {
  width: 100%;
}
.paypal-fastlane-divider {
  margin-top: 31.5px;
  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 10.5px;
  position: relative;
}
#payment-services-paypal-fastlane paypal-payment {
  display: block;
  margin-bottom: 21px;
}
#payment-services-paypal-fastlane + .checkout-agreements-block .recaptcha-checkout-place-order {
  margin-bottom: 21px;
}
.magento-payments-review .actions-toolbar {
  margin-top: 10.5px;
}
.magento-payments-review .magento-payments-review-title {
  padding: 0 0 10.5px;
}
.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 31.5px;
}
.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 42px;
  padding: 10.5px 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;
}
/**
 * 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_Blog
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.mp-blog-view a,
.mp-sidebar a {
  text-decoration: none;
}
.mp-blog-rss {
  text-align: right;
}
.mp-post-info {
  color: #999999;
  font-size: 10px;
  line-height: 18px;
  margin: 0;
}
.mp-post-info span {
  color: #6f6f6f;
}
.post-item-wraper {
  border: 1px solid #eee;
}
.post-item-wraper:hover {
  border: 1px solid #eee;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
}
.post-info-wraper {
  padding: 20px 15px 10px 15px;
}
.post-list-item {
  margin-bottom: 20px;
}
.post-short-description {
  max-width: 100%;
}
.post-short-description p {
  max-width: 100%;
}
.post-post_content {
  margin: 10px 0 10px 0;
}
@media (min-width: 768px) {
  .post-sharing-button {
    text-align: center;
  }
}
#sharing {
  padding: 20px 30px;
  background: #f6f6f6;
  margin-top: 40px;
}
@media (min-width: 768px) {
  #sharing .share-col-left {
    float: left;
    width: 20%;
  }
}
.about-admin h4.admin-title {
  width: 215px;
  float: left;
}
.block-blog-related {
  margin-top: 35px;
}
.block-blog-related .related-content-container {
  padding: 0 10px;
}
.block-blog-related .related-content-container .author-content-image {
  float: left;
  width: 135px;
}
.block-blog-related .related-content-container .author-content-information {
  float: left;
  padding-left: 20px;
  width: calc(100% - 155px);
}
.block-blog-related .related-content-container .author-content-information .author-name {
  font-size: 20px;
}
#post-reviews {
  margin-top: 50px;
}
a.mp-relate-link {
  background: #f55567;
  color: #0a0a0a;
}
a.mp-relate-link img.img-responsive {
  margin: 0 auto;
  height: 200px;
  display: block;
}
.menu-archives {
  list-style: none;
  padding-left: 8px;
}
.menu-archives a.list-archives {
  color: inherit;
}
.author-image {
  text-align: center;
}
.author-image img.img-responsive {
  border: none;
  padding-right: 7px;
  padding-left: 7px;
  margin-top: 15px;
  margin-bottom: 20px;
}
.tab-content {
  border: 1px solid #ddd;
  border-top: none;
}
.pager {
  text-align: center;
}
.pager span.toolbar-number {
  display: none;
}
.block-title p {
  font-size: 18px;
  font-weight: 300;
}
.mp-sidebar {
  margin-bottom: 25px;
}
.mp-sidebar .block-content {
  padding-left: 10px;
}
.mp-sidebar .data.item.title {
  cursor: pointer;
}
.mp-sidebar .product.data.items > .item.content {
  padding: 20px 0 20px 10px !important;
}
.sidebar-tags {
  margin-bottom: 15px;
}
a.label.label-default.tags-list {
  background: #fff;
  border: 1px solid #bbb;
  color: inherit;
  font-weight: normal;
  font-size: 100%;
  border-radius: 1px;
  display: inline-block;
  margin-bottom: 5px;
  padding: 10px;
  margin-right: 5px;
}
ul.menu-categories li.category-item {
  list-style: none;
}
ul.menu-categories .category-level3 {
  display: none;
  padding-left: 15px;
}
ul.menu-categories .category-level4 {
  display: none;
  padding-left: 30px;
}
ul.menu-categories a.list-categories {
  color: inherit;
  margin-left: 8px;
}
ul.menu-categories i {
  cursor: pointer;
}
h2.list-title {
  margin-bottom: 30px;
}
.list-post-tabs {
  padding: 5px 10px 5px 0;
}
.list-post-tabs:hover {
  background-color: #eee;
}
.list-post-tabs .post-left {
  float: left;
  width: 25%;
}
.list-post-tabs .post-right {
  float: left;
  width: 75%;
  padding-left: 10px;
  box-sizing: border-box;
}
.list-post-tabs .post-right span {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.list-post-tabs .post-right span.create-at {
  font-size: 12px;
}
.tab-pane.fade {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.fa.fa-angle-right {
  font-size: larger;
}
.sidebar .mpblog-search {
  float: none !important;
  padding: 0 !important;
  margin-bottom: 15px !important;
  width: 100%;
}
.autocomplete-suggestions {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ddd;
  background: #FFF;
  cursor: default;
  overflow: auto;
  -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  border-top: 0;
  padding: 10px 0;
  overflow-x: hidden;
}
.autocomplete-suggestions strong {
  font-weight: bold;
  color: #000;
}
.autocomplete-suggestion {
  padding: 2px 5px;
  border-bottom: 1px solid #eee;
}
.autocomplete-suggestion:last-child {
  border-bottom: none;
}
.autocomplete-suggestion .mpblog-suggestion {
  display: block;
}
.autocomplete-suggestion .mpblog-suggestion:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-left,
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-right {
  float: left;
  padding: 5px 10px;
}
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-left {
  max-width: 25%;
}
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-right.image-visible {
  max-width: calc(75% - 40px);
}
.autocomplete-no-suggestion {
  padding: 2px 5px;
}
.autocomplete-selected {
  background: #F0F0F0;
}
.autocomplete-group {
  padding: 2px 5px;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  display: block;
  border-bottom: 1px solid #000;
}
.mpblog-product-des {
  color: #333333;
}
.mpblog-product-des p {
  margin: 0;
  font-size: 12px;
}
.mpblog-search {
  position: relative;
}
.mpblog-search button.action.search {
  display: inline-block;
  background: none !important;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  position: absolute;
  right: 10px;
  top: 2px;
  z-index: 1;
}
.mpblog-search button.action.search :before {
  -webkit-font-smoothing: antialiased;
  color: #8f8f8f;
}
.mpblog-search button.action.search span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.mpblog-search label[for="mpblog-search-box"] {
  display: none;
}
/* style comment */
textarea.default-cmt__content__cmt-block__cmt-box__cmt-input {
  overflow: hidden !important;
  resize: none;
  min-height: 80px;
  border-radius: 4px;
  margin-bottom: 15px;
}
.default-cmt__content__cmt-block__guest-box {
  margin-bottom: 20px;
}
.show-cmt__cmt-row.is-reply {
  padding-left: 50px !important;
}
.default-cmt__content__cmt-block__cmt-box__cmt-btn {
  float: right;
}
.default-cmt__content__cmt-block__cmt-box__cmt-btn .default-cmt_loading {
  display: inline-block;
  width: 20px;
  vertical-align: middle;
  margin-right: 5px;
}
.cmt-row__reply-row {
  margin-top: 10px;
}
.default-cmt__cmt-login {
  float: right;
  margin-top: 20px;
  margin-bottom: 10px;
}
div.default-cmt__content__cmt-content {
  width: 100%;
  margin-top: 50px;
  float: left;
}
ul.default-cmt__content__cmt-content {
  list-style: none !important;
}
.cmt-row__cmt-content {
  font-size: 13px;
}
.cmt-row__cmt-interactions {
  font-size: 13px;
}
.cmt-row__cmt-content p {
  margin: 3px 0 !important;
}
.interactions__btn-actions {
  display: inline-block;
  margin-right: 10px;
}
a.interactions__btn-actions.action {
  cursor: pointer;
}
.interactions__cmt-createdat {
  display: inline-block;
  color: #999;
  font-size: 13px;
}
.cmt-row.reply-row {
  margin-bottom: 0 !important;
}
.reply-form__form-input {
  margin-bottom: 0 !important;
  position: relative;
}
.reply-form__form-input .default-cmt_loading {
  width: 20px;
  position: absolute;
  top: 5px;
  right: 5px;
}
.default-cmt__content__cmt-row.reply-row {
  margin-top: 0 !important;
}
li.default-cmt__content__cmt-content__cmt-row.cmt-row.reply-row {
  margin-top: 5px;
  padding-bottom: 0;
}
li.default-cmt__content__cmt-content__cmt-row.cmt-row {
  margin-top: 5px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-top: 1px solid #f5f5f5;
}
.default-cmt__content__cmt-content ul:first-child {
  padding-left: 5px !important;
}
/* end style comment */
.widget-title {
  margin-bottom: 20px;
}
.author-social img.img-responsive {
  float: left;
  margin-top: 15px;
  margin-left: 15px;
  height: 25px;
  width: 25px;
}
.share-col-right {
  display: inline-block;
}
/*post view css*/
.page-layout-1column .column.main {
  width: 100% !important;
}
/* Footer Copyright */
.mp-footer {
  margin-top: 50px;
  font-size: 8px !important;
  display: block;
  clear: both;
  float: right;
  text-transform: inherit;
}
.mp-footer h3 {
  margin-top: 50px;
  font-size: 8px !important;
  display: block;
  clear: both;
  float: right;
  text-transform: inherit;
}
.mp-footer-links-light {
  color: #E8E8E8 !important;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
.mp-footer-links-light a {
  color: #E8E8E8 !important;
}
.post-image {
  min-height: 250px;
  position: relative;
}
.post-image img.img-responsive {
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  border: none;
}
.mpblog-post-view .post-view-image {
  text-align: center;
}
.post-item-wraper {
  padding: 10px !important;
}
@media only screen and (min-width: 600px) {
  .post-item-list .post-image {
    min-width: 250px;
    display: table-cell;
  }
  .post-item-list .post-info-wraper {
    display: table-cell;
    vertical-align: top;
  }
}
.post-info-wraper {
  display: table-cell;
  vertical-align: top;
}
.post-info-wraper h2.mp-post-title {
  margin-top: 0;
}
.post-list-content .limiter {
  display: block !important;
}
/** Yourstore theme */
.mpblog-etheme-yourstore .post-list-container,
.mpblog-etheme-yourstore .post-view,
.mpblog-etheme-yourstore .mp-blog-rss {
  width: 85%;
  margin: auto;
}
.mpblog-etheme-yourstore .block-blog-related {
  border-bottom: solid 1px #dfdfdf;
}
@media (min-width: 768px) {
  .mpblog-etheme-yourstore .page-layout-2columns-right .post-list-content {
    border-right: solid 1px #dfdfdf;
  }
  .mpblog-etheme-yourstore .page-layout-2columns-left .post-list-content {
    border-left: solid 1px #dfdfdf;
  }
}
@media (min-width: 1024px) {
  .mpblog-etheme-yourstore .products-same-post li {
    height: 400px;
    width: 24.5% !important;
  }
}
@media (min-width: 1440px) {
  .mpblog-etheme-yourstore .products-same-post li {
    height: 500px;
    width: 16.67% !important;
  }
}
@media all and (min-width: 640px) {
  .post-list-content .products-grid .product-item {
    width: 48%;
  }
}
@media all and (max-width: 640px) {
  .post-list-content .products-grid .product-item {
    width: 98%;
  }
}
/* mageplaza end blog style */
/**
 * 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_LayeredNavigation
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.ln_overlay {
  background-color: #FFFFFF;
  height: 100%;
  left: 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 555;
  display: none;
}
.ln_overlay img {
  top: 40%;
  left: 45%;
  display: block;
  position: fixed;
}
.ln_slider_container {
  width: calc(100% - 20px);
  margin: 0 15px 0 5px;
}
.layered-filter-block-container .ln_tooltip {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.filter-content .category-items {
  margin: 0;
  padding-left: 30px;
  list-style: none;
}
.filter-content .icon-expand:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e608';
  font-family: 'luma-icons';
  vertical-align: bottom;
  display: inline-block;
  font-weight: bold;
  overflow: hidden;
  speak: none;
  text-align: center;
  padding-right: 5px;
}
.filter-content .active.icon-expand:after {
  content: '\e622';
}
.filter-content input[type="text"]:focus,
.filter-content input[type="checkbox"]:focus,
.filter-content input[type="radio"]:focus,
.filter-content select:focus {
  outline: none !important;
  box-shadow: none !important;
}
.filter-content .filter-options-item li a:hover {
  background: none !important;
  color: #006bb4;
}
.filter-content .filter-options-item li a:hover span {
  color: #006bb4;
}
.filter-content .filter-options-item .ui-slider-handle {
  height: 15px !important;
  width: 15px !important;
  background: #01007F;
  left: -2px;
  bottom: -3px;
}
.filter-content #ln_slider_price {
  margin-bottom: 5px;
}
.mst-search__result-tabs {
  list-style: none;
  border-bottom: 1px solid #cccccc;
  padding: 0;
}
.mst-search__result-tabs:before,
.mst-search__result-tabs:after {
  content: '';
  display: table;
}
.mst-search__result-tabs:after {
  clear: both;
}
.mst-search__result-tabs li {
  margin: 0 5px -1px 0;
  padding: 0;
  float: left;
}
.mst-search__result-tabs li a {
  display: block;
  padding: 10px 35px;
  text-decoration: none;
  color: #7d7d7d;
  background: #f6f6f6;
  border: 1px solid #cccccc;
  border-radius: 1px 1px 0 0;
}
.mst-search__result-tabs li a.active,
.mst-search__result-tabs li a:hover,
.mst-search__result-tabs li a:focus {
  color: #333333;
  background: #ffffff;
}
.mst-search__result-tabs li a.active {
  border-bottom: 1px solid #ffffff;
}
.mst-search__result-index {
  padding: 1rem 0 1rem 0;
}
.mst-search__result-index .mst-search__result-index-title {
  background: #f6f6f6;
  padding: 1rem;
  border-radius: 1px;
  color: #7d7d7d;
}
.mst-search__result-index:last-child {
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #f6f6f6;
}
.mst-search-in__wrapper .mst-search-in__title {
  font-size: 1.4rem;
}
.mst-search-in__wrapper ul[role=list] {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.mst-search-in__wrapper ul[role=list] li[role=listitem] {
  margin: 0;
}
.mst-search__index ul.mst-search__list {
  list-style: none;
  margin-bottom: 10px;
  padding-left: 0;
}
.mst-search__index ul.mst-search__list li {
  margin: 2rem 0;
}
.mst-search__index ul.mst-search__list li:before,
.mst-search__index ul.mst-search__list li:after {
  content: '';
  display: table;
}
.mst-search__index ul.mst-search__list li:after {
  clear: both;
}
.mst-search__index ul.mst-search__list li:last-child {
  margin-bottom: 0;
}
.mst-search__index ul.mst-search__list li .mst-search__index-title {
  font-size: 1.5rem;
  font-weight: 600;
}
.mst-search__index ul.mst-search__list li .mst-search__index-title > a {
  color: #333333;
}
.mst-search__index ul.mst-search__list li .mst-search__index-title > span {
  color: #aaaaaa;
}
.mst-search__index ul.mst-search__list li .mst-search__index-title._crumbs a:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' class='h-auto pos-relative mh-4 css-10v800z'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: -2px 5px;
}
.mst-search__index ul.mst-search__list li .mst-search__index-title._crumbs a:last-child:after {
  display: none;
}
.mst-search__index ul.mst-search__list li .mst-search__index-content {
  color: #666666;
  margin: 0.5rem 0 0 0;
}
.mst-search__index ul.mst-search__list li .mst-search__index-image {
  margin-right: 2rem;
  float: left;
}
.mst-search__index ul.mst-search__list li .mst-search__index-image > img {
  max-width: 5rem;
  max-height: 5rem;
}
.mst-search__highlight {
  background: #ffff00;
}
.mst-search__misc-recommendations {
  display: flex;
  flex-wrap: wrap;
}
.mst-search__misc-recommendations dt {
  margin-right: 20px;
}
.mst-search__misc-recommendations dd {
  margin-right: 20px;
}
.mst-search__misc-recommendations dd .count {
  color: #7d7d7d;
}
.mst-search-in__wrapper {
  max-width: 100%;
  display: flex;
  overflow: hidden;
  position: relative;
  flex-grow: 1;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.mst-search-in__wrapper .mst-search-in__title {
  border: none;
  padding: 6px 3px 6px 6px;
  margin-right: 3px;
  font-weight: 600;
  white-space: nowrap;
}
.mst-search-in__wrapper .mst-search-in__item {
  white-space: nowrap;
  border: 1px solid #cccccc;
  border-radius: 2px;
  margin: 0 5px 5px 0;
  padding: 6px 12px;
  color: #494949;
  text-decoration: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.mst-search-in__wrapper .mst-search-in__item span.name {
  display: flex;
  flex-wrap: nowrap;
  font-size: 13px;
}
.mst-search-in__wrapper .mst-search-in__item span.name i {
  font-style: normal;
  display: flex;
  align-items: center;
}
.mst-search-in__wrapper .mst-search-in__item span.name i:after {
  font-size: 7px;
  content: "\e608";
  font-family: "luma-icons";
  margin: 0 5px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  color: #757575;
}
.mst-search-in__wrapper .mst-search-in__item span.name i:last-child:after {
  display: none;
}
.mst-search-in__wrapper .mst-search-in__item span.count {
  color: #757575;
  display: block;
  margin-left: 8px;
  font-size: 80%;
}
.mst-search-in__wrapper .mst-search-in__item span.count:before {
  content: "(";
}
.mst-search-in__wrapper .mst-search-in__item span.count:after {
  content: ")";
}
.mst-search-in__wrapper .mst-search-in__item:hover {
  border-color: #ff5501;
  text-decoration: none;
}
.mst_categorySearchLoader {
  display: none;
  position: absolute;
  top: 6px;
  right: 15px;
  width: 20px;
  height: 20px;
}
.mst_categorySearchLoader .spinner-item {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  margin: 0;
  border: 2px solid #ffffff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #999999 transparent transparent transparent;
}
.mst_categorySearchLoader .spinner-item.spinner-item-1 {
  animation-delay: -0.45s;
}
.mst_categorySearchLoader .spinner-item.spinner-item-2 {
  animation-delay: -0.3s;
}
.mst_categorySearchLoader .spinner-item.spinner-item-3 {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mst_categorySearch {
  display: block;
  position: relative;
}
.mst_categorySearch .hidden {
  display: none;
}
.mst_categorySearch_searchIcon,
.mst_categorySearch_searchIcon:hover {
  position: absolute;
  font-size: 21px;
  left: 0;
  background-color: transparent;
  border: none;
}
span.mst_categorySearch_totals {
  position: absolute;
  right: 0;
  padding: 6px 15px 6px 15px;
  color: #999999;
  display: none;
}
input#mst_categorySearch {
  padding: 0 0 0 35px;
  margin-bottom: 15px;
  width: 100%;
  max-width: 100%;
}
input#form-category-search_input {
  margin: 0 0 15px 0;
  padding: 0 0 0 48px;
}
.mst_categorySearchLoader .fa-spinner {
  font-size: 30px;
}
#search_autocomplete,
.search-autocomplete,
#searchbox_autocomplete {
  display: none !important;
  height: 0 !important;
  overflow: hidden !important;
}
.block-search {
  z-index: 10000;
}
.mst-searchautocomplete__autocomplete {
  display: none !important;
  border-top: 2px solid #1ba1fc;
  position: absolute;
  top: 3.1rem;
  left: 0;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 3px;
  min-height: 3.5rem;
  z-index: 1000;
  text-align: left;
  overflow: hidden;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  margin-top: 7px;
}
.mst-searchautocomplete__autocomplete._active {
  display: block !important;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  max-height: 70vh;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__results {
  height: 100%;
  overflow-y: auto;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__results.__all {
  margin-bottom: 40px;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__spinner {
  display: none;
  position: absolute;
  top: 5px;
  right: 10px;
}
.mst-searchautocomplete__autocomplete._loading .mst-searchautocomplete__spinner {
  display: block;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__empty-result {
  background: #efefef;
  text-align: center;
  padding: 8px 10px;
  color: #777777;
  font-size: 1.2rem;
  display: block;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__show-all {
  border-top: 1px solid #efefef;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__show-all a {
  font-weight: 600;
  padding: 10px 0;
  color: #777777;
  font-size: 1.2rem;
  display: block;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__index-title {
  border-bottom: 1px solid #efefef;
  padding: 10px 0 9px 0px;
  margin: 0 10px;
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #777777;
  text-transform: uppercase;
  font-weight: 700;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__close {
  display: none;
}
.mst-searchautocomplete__autocomplete ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mst-searchautocomplete__autocomplete ul li {
  margin: 0;
  padding: 7px 10px;
  cursor: pointer;
}
.mst-searchautocomplete__autocomplete ul li:before,
.mst-searchautocomplete__autocomplete ul li:after {
  content: '';
  display: table;
}
.mst-searchautocomplete__autocomplete ul li:after {
  clear: both;
}
.mst-searchautocomplete__autocomplete ul li a.title {
  font-weight: 500;
  margin-bottom: 0;
  color: #333333;
  text-decoration: none;
}
.mst-searchautocomplete__autocomplete ul li._active {
  background: #f8f8f8;
}
.mst-searchautocomplete__autocomplete ul li._active a.title {
  text-decoration: underline;
}
.mst-searchautocomplete__index.popular .index-title {
  background: none;
  text-align: left;
  color: #999999;
}
.mst-searchautocomplete__index.popular ul li {
  float: left;
  padding: 10px 10px 10px 10px;
  margin: 0;
}
.mst-searchautocomplete__index.popular ul li a {
  font-size: 1.3rem;
  color: #575757;
  font-weight: 600;
}
.mst-searchautocomplete__index.popular ul li:hover {
  background: none;
  cursor: pointer;
}
.mst-searchautocomplete__index.popular ul li:hover a {
  text-decoration: underline;
}
.mst-searchautocomplete__index.magento_catalog_product {
  border-left: 1px solid transparent;
}
.mst-searchautocomplete__item.magento_catalog_product {
  display: flex;
  border-bottom: 1px solid #f6f6f6;
  align-items: center;
  padding: 10px;
}
.mst-searchautocomplete__item.magento_catalog_product:last-child {
  border-bottom: none;
}
.mst-searchautocomplete__item.magento_catalog_product .mst-product-image-wrapper {
  height: 8rem;
  width: 8rem;
  margin-right: 1rem;
}
.mst-searchautocomplete__item.magento_catalog_product .mst-product-image-wrapper img {
  height: 8rem;
  max-width: 8rem;
  display: block;
  margin: auto;
  object-fit: contain;
}
.mst-searchautocomplete__item.magento_catalog_product .title {
  display: block;
  margin-bottom: 0.5rem;
}
.mst-searchautocomplete__item.magento_catalog_product .title a {
  color: #333333;
}
.mst-searchautocomplete__item.magento_catalog_product .title .sku {
  color: #777777;
}
.mst-searchautocomplete__item.magento_catalog_product .title .additional {
  font-size: 1.2rem;
}
.mst-searchautocomplete__item.magento_catalog_product .title .additional .attr-value {
  color: #777777;
}
.mst-searchautocomplete__item.magento_catalog_product .meta {
  flex-grow: 1;
  overflow: hidden;
}
.mst-searchautocomplete__item.magento_catalog_product .description {
  font-size: 1.2rem;
  color: #777777;
  height: 3rem;
  line-height: 1.5rem;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
.mst-searchautocomplete__item.magento_catalog_product .store > .price {
  display: block;
  font-weight: 600;
  margin-left: 1rem;
  white-space: nowrap;
  font-size: 1.3rem;
}
.mst-searchautocomplete__item.magento_catalog_product .store > .price .price-label {
  margin-right: 1rem;
}
.mst-searchautocomplete__item.magento_catalog_product .product-reviews-summary {
  margin: 0;
}
.mst-searchautocomplete__item.magento_catalog_product .product-reviews-summary .reviews-actions {
  display: none;
}
.mst-searchautocomplete__item.magento_catalog_product .to_cart_message {
  padding: 5px 10px;
  font-size: 1.2rem;
}
.mst-searchautocomplete__item.magento_catalog_product .to_cart_message.error {
  color: #e02b27;
  background: #fae5e5;
}
.mst-searchautocomplete__item.magento_catalog_product .to_cart_message.success {
  color: #006400;
  background: #e5efe5;
}
.mst-searchautocomplete__item.magento_catalog_product .to-cart {
  float: right;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.mst-searchautocomplete__item.magento_catalog_product .inStock {
  color: #76bd76;
}
.mst-searchautocomplete__item.magento_catalog_product .outOfStock {
  color: #a96565;
}
.mst-searchautocomplete__item.magento_catalog_product._active {
  background: #f8f8f8 !important;
}
.mst-searchautocomplete__item.magento_catalog_product._active .title a {
  text-decoration: underline;
}
.mst-searchautocomplete__item.magento_search_query a {
  float: left;
}
.mst-searchautocomplete__item.magento_search_query .num_results {
  float: right;
  color: #777777;
}
.mst-searchautocomplete__item a.title {
  word-break: break-word;
}
.mst-searchautocomplete__item a.title i {
  color: #777777;
  display: inline-block;
  margin: 0 0.5rem;
  font-style: normal;
}
.mst-searchautocomplete__highlight {
  font-weight: 600;
  color: #1ba1fc;
}
.mst-searchautocomplete__spinner {
  position: relative;
  width: 20px;
  height: 20px;
  margin: auto;
}
.mst-searchautocomplete__spinner .spinner-item {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  margin: 0;
  border: 2px solid #ffffff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #999999 transparent transparent transparent;
}
.mst-searchautocomplete__spinner .spinner-item.spinner-item-1 {
  animation-delay: -0.45s;
}
.mst-searchautocomplete__spinner .spinner-item.spinner-item-2 {
  animation-delay: -0.3s;
}
.mst-searchautocomplete__spinner .spinner-item.spinner-item-3 {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (min-width: 768px) {
  .mst-searchautocomplete__autocomplete {
    width: 100%;
    min-width: 480px;
  }
  .mst-searchautocomplete__autocomplete._active {
    display: block !important;
  }
  .mst-searchautocomplete__autocomplete._active.mst-2-cols {
    width: 720px !important;
    position: absolute;
  }
  .mst-searchautocomplete__autocomplete._active.mst-2-cols .mst-searchautocomplete__index {
    clear: left;
    float: left;
    display: block;
    position: relative;
    max-width: 223px;
    width: 223px;
    padding-bottom: 2rem;
    box-sizing: border-box;
  }
  .mst-searchautocomplete__autocomplete._active.mst-2-cols .mst-searchautocomplete__index .mst-searchautocomplete__index-title {
    margin-right: 0;
  }
  .mst-searchautocomplete__autocomplete._active.mst-2-cols div.magento_catalog_product {
    width: 480px;
    max-width: 480px;
    clear: right;
    float: right;
    border-left: 1px solid #f6f6f6;
    border-right: unset;
    padding-bottom: 0;
  }
  .mst-searchautocomplete__autocomplete._active.mst-2-cols .mst-searchautocomplete__show-all {
    clear: both;
  }
}
@media (max-width: 768px) {
  .mst-searchautocomplete__autocomplete .mst-searchautocomplete__close {
    display: block;
    position: absolute;
    right: 6px;
    top: 0;
    font-weight: bold;
    color: #999999;
    font-size: 1.6rem;
    padding: 10px;
    line-height: 1rem;
    cursor: pointer;
  }
}
.mst-search-autocomplete__typeahead-overlay {
  color: #aaa;
  top: 0;
  position: absolute !important;
  z-index: -1;
  left: 15px;
  border: 0 !important;
}
html.mstInPage,
html.mstInPage body {
  position: absolute;
  overflow-y: hidden;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.mstInPage__container {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  display: none;
  overflow-y: scroll;
}
.mstInPage__container._visible {
  display: block;
}
.mstInPage__container .hidden {
  display: none;
}
.mstInPage__backdrop {
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(240, 243, 246, 0.5);
  width: 100%;
  height: 100%;
  z-index: 1000000;
}
.mstInPage__wrapper {
  position: relative;
  z-index: 1000001;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.mstInPage__close {
  height: 32px;
  width: 32px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='cross'%3E%3Cline class='cls-1' x1='7' x2='25' y1='7' y2='25' stroke='%23ccc' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3Cline class='cls-1' x1='7' x2='25' y1='25' y2='7' stroke='%23ccc' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3C/g%3E%3C/svg%3E");
  cursor: pointer;
  flex-shrink: 0;
  background-color: transparent;
  border: none;
}
.mstInPage__close:hover {
  height: 32px;
  width: 32px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='cross'%3E%3Cline class='cls-1' x1='7' x2='25' y1='7' y2='25' stroke='%23ccc' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3Cline class='cls-1' x1='7' x2='25' y1='25' y2='7' stroke='%23ccc' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3C/g%3E%3C/svg%3E");
  cursor: pointer;
  flex-shrink: 0;
  background-color: transparent;
  border: none;
}
.mstInPage__header {
  display: flex;
  align-items: center;
  padding: 20px 30px;
  box-sizing: border-box;
  background: #ffffff;
}
.mstInPage__header form {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.mstInPage__header form:before {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg enable-background='new 0 0 32 32' height='32px' version='1.1' viewBox='0 0 32 32' width='32px' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='play'/%3E%3Cg id='stop'/%3E%3Cg id='pause'/%3E%3Cg id='replay'/%3E%3Cg id='next'/%3E%3Cg id='Layer_8'/%3E%3Cg id='search'%3E%3Cg%3E%3Ccircle cx='14.5' cy='14.5' fill='none' r='11.5' stroke='%23CCCCCC' stroke-miterlimit='10' stroke-width='2'/%3E%3Cline fill='none' stroke='%23CCCCCC' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' x1='29' x2='23' y1='29' y2='23'/%3E%3C/g%3E%3C/g%3E%3Cg id='list'/%3E%3Cg id='love'/%3E%3Cg id='menu'/%3E%3Cg id='add'/%3E%3Cg id='headset'/%3E%3Cg id='random'/%3E%3Cg id='music'/%3E%3Cg id='setting'/%3E%3Cg id='Layer_17'/%3E%3Cg id='Layer_18'/%3E%3Cg id='Layer_19'/%3E%3Cg id='Layer_20'/%3E%3Cg id='Layer_21'/%3E%3Cg id='Layer_22'/%3E%3Cg id='Layer_23'/%3E%3Cg id='Layer_24'/%3E%3Cg id='Layer_25'/%3E%3Cg id='Layer_26'/%3E%3C/svg%3E");
}
.mstInPage__header form button[type="submit"] {
  border: none;
  background: transparent;
  width: 30%;
  color: #1ba1fc;
}
.mstInPage__header form button[type="submit"]:hover {
  text-decoration: underline;
}
.mstInPage__header .mstInPage__close {
  height: 32px;
  width: 32px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='cross'%3E%3Cline class='cls-1' x1='7' x2='25' y1='7' y2='25' stroke='%23ccc' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3Cline class='cls-1' x1='7' x2='25' y1='25' y2='7' stroke='%23ccc' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3C/g%3E%3C/svg%3E");
  cursor: pointer;
  flex-shrink: 0;
}
.mstInPage__header._loading form:before {
  width: 26px;
  height: 26px;
  margin-left: 2px;
  margin-right: 2px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 44 44' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.542 1.487A21.507 21.507 0 00.5 22c0 11.874 9.626 21.5 21.5 21.5 9.847 0 18.364-6.675 20.809-16.072a1.5 1.5 0 00-2.904-.756C37.803 34.755 30.473 40.5 22 40.5 11.783 40.5 3.5 32.217 3.5 22c0-8.137 5.3-15.247 12.942-17.65a1.5 1.5 0 10-.9-2.863z' fill='%23CCCCCC' %3E%3C/path%3E%3C/svg%3E");
  animation: mstInPage--loading 0.5s linear infinite;
}
.mstInPage__header input[type=search] {
  border: none;
  font-size: 2.3rem;
  color: #575757;
  height: 60px;
  background: #ffffff;
  margin-right: 30px;
  padding-left: 30px;
  width: 100%;
}
.mstInPage__header input[type=search]::placeholder {
  color: #cccccc;
}
.mstInPage__header input[type=search]:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
.mstInPage__viewAll {
  white-space: nowrap;
  margin-right: 50px;
  color: #1ba1fc;
  text-decoration: none;
}
.mstInPage__viewAll:hover {
  color: #1ba1fc;
  text-decoration: underline;
}
.mstInPage__indexList {
  display: flex;
  align-items: center;
}
.mstInPage__indexList .mstInPage__indexListList {
  display: flex;
}
.mstInPage__indexList .mstInPage__index {
  padding: 7px 10px;
  cursor: pointer;
  border-radius: 2px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  border: 1px solid transparent;
  margin-right: 10px;
}
.mstInPage__indexList .mstInPage__index span,
.mstInPage__indexList .mstInPage__index i {
  display: block;
}
.mstInPage__indexList .mstInPage__index span {
  font-weight: 600;
  line-height: 2rem;
  font-size: 1.4rem;
}
.mstInPage__indexList .mstInPage__index i {
  font-style: normal;
  font-size: 1.2rem;
  color: #999999;
  margin-left: 1rem;
  line-height: 2rem;
}
.mstInPage__indexList .mstInPage__index:hover {
  border-color: #1ba1fc;
}
.mstInPage__indexList .mstInPage__index._active {
  background: #1ba1fc;
  border-color: #1ba1fc;
  color: #ffffff;
}
.mstInPage__indexList .mstInPage__index._active i {
  color: #ffffff;
}
.mstInPage__indexList .mstInPage__index._empty {
  display: none;
  opacity: 0.3;
  border-color: transparent !important;
}
.mstInPage__itemList {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 30px;
  grid-column-gap: 30px;
}
.mstInPage__itemList._empty {
  background: #fdf0d5;
  color: #6f4400;
  padding: 15px;
  font-size: 90%;
}
.mstInPage__highlight {
  color: #1ba1fc;
  font-weight: 600;
}
.mstInPage__item.magento_catalog_product {
  display: flex;
}
.mstInPage__item.magento_catalog_product .mst__product-image {
  width: 130px;
  flex-shrink: 0;
  margin-right: 20px;
  background: #ffffff;
}
.mstInPage__item.magento_catalog_product .mst__product-image img {
  border: 1px solid #ececec;
  padding: 5px;
  max-width: 120px;
}
.mstInPage__item.magento_catalog_product .mst__product-meta .mst__title {
  color: #333333;
  margin-bottom: 5px;
  display: block;
}
.mstInPage__item.magento_catalog_product .mst__product-meta .mst__sku {
  color: #999999;
  margin-bottom: 5px;
}
.mstInPage__item.magento_catalog_product .mst__product-meta .mst__additional {
  font-size: 1.2rem;
}
.mstInPage__item.magento_catalog_product .mst__product-meta .mst__additional .attr-value {
  color: #999999;
}
.mstInPage__item.magento_catalog_product .mst__product-meta .mst__description {
  font-size: 1.2rem;
  color: #999999;
  height: 4.5rem;
  line-height: 1.5rem;
  overflow: hidden;
  margin-bottom: 8px;
}
.mstInPage__item.magento_catalog_product .mst__product-meta .reviews-actions {
  font-size: 12px;
}
.mstInPage__item.magento_catalog_product .mst__product-meta .to_cart_message {
  padding: 5px 10px;
  font-size: 1.2rem;
}
.mstInPage__item.magento_catalog_product .mst__product-meta .to_cart_message.error {
  color: #e02b27;
  background: #fae5e5;
}
.mstInPage__item.magento_catalog_product .mst__product-meta .to_cart_message.success {
  color: #006400;
  background: #e5efe5;
}
.mstInPage__item.magento_catalog_product .mst__product-cart {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
  flex-shrink: 0;
}
.mstInPage__item.magento_catalog_product .mst__product-cart .to-cart {
  margin-right: 10px;
}
.mstInPage__item.magento_catalog_product .mst__product-cart .price-container {
  display: flex;
  align-items: center;
}
.mstInPage__item.magento_catalog_product .mst__product-cart .price-label {
  font-size: 1.2rem;
  color: #999999;
  font-weight: 500;
  display: block;
  margin-right: 10px;
}
.mstInPage__item.magento_catalog_product .mst__product-cart .price {
  font-weight: 600;
}
.mstInPage__item.magento_catalog_product .inStock {
  color: #76bd76;
}
.mstInPage__item.magento_catalog_product .outOfStock {
  color: #a96565;
}
.mstInPage__item.mst__item-border {
  padding: 10px;
  border: 1px solid #ececec;
}
.mstInPage__item.mst__item-border .title i {
  font-style: normal;
  color: #999999;
  margin: 0 10px;
}
.mstInPage__content {
  display: flex;
  background: #ffffff;
  border-top: 1px solid #ececec;
  overflow: hidden;
  flex-wrap: nowrap;
}
.mstInPage__content.disable {
  flex-direction: column;
}
.mstInPage__content.disable .mstInPage__sidebar {
  display: none;
}
.mstInPage__content .mstInPage__sidebar {
  width: 350px;
  flex-shrink: 0;
  overflow: scroll;
}
.mstInPage__content .mstInPage__main {
  padding: 30px;
  flex-grow: 1;
  overflow: auto;
}
.mstInPage__content .mstInPage__main .mstInPage__navigation {
  display: flex;
}
.mstInPage__content .mstInPage__main .mstInPage__navigation .page-products .mstInPage__sorter .sorter {
  position: relative;
}
.mstInPage__content .mstInPage__main .mstInPage__navigation .mstInPage__sorter {
  width: 100%;
}
.mstInPage__content .mstInPage__main .mstInPage__navigation .mstInPage__sorter .sorter {
  position: relative;
  z-index: 1;
}
.mstInPage__content._empty {
  display: none;
}
.mstInPage__bucketList.disable {
  dispalay: none;
}
.mstInPage__bucketList.listApplied {
  padding: 0 0 20px 0;
}
.mstInPage__bucketList.filters_top {
  overflow-x: scroll;
}
.mstInPage__bucketList .mstInPage__bucket {
  border-bottom: 1px solid #ececec;
  user-select: none;
}
.mstInPage__bucketList .mstInPage__bucket:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketLabel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 11px;
  padding: 20px 30px;
  letter-spacing: 0.5px;
  cursor: pointer;
}
.mstInPage__bucketList .mstInPage__bucket strong {
  padding: 20px 0 20px 30px;
  display: none;
}
.mstInPage__bucketList .mstInPage__bucket.listApplied strong {
  padding: 0px 0 0px 30px;
}
.mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketItemList {
  padding: 0 28px 10px 28px;
  flex-wrap: wrap;
  display: none;
}
.mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketItemList .mstInPage__bucketItem {
  margin: 11px 3px;
  display: flex;
  align-items: center;
  cursor: pointer;
  white-space: nowrap;
  user-select: none;
  font-size: 14px;
}
.mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketItemList .mstInPage__bucketItem:first-child {
  margin-top: 0;
}
.mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketItemList .mstInPage__bucketItem span {
  max-width: 176px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketItemList .mstInPage__bucketItem i {
  display: block;
  font-style: normal;
  margin-left: 16px;
  background: rgba(65, 66, 71, 0.08);
  color: #999999;
  font-weight: 600;
  font-size: 10px;
  border-radius: 1px;
  padding: 0 4px;
}
.mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketItemList .mstInPage__bucketItem input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(65, 66, 71, 0.08);
  border: none;
  border-radius: 2px;
  height: 16px;
  margin: -4px 16px 0 0;
  position: relative;
  width: 16px;
  cursor: pointer;
  flex-shrink: 0;
}
.mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketItemList .mstInPage__bucketItem input[type=checkbox]:after {
  background-color: #ffffff;
  border-radius: 4px;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-2px) translateY(-2px);
  width: 4px;
  opacity: 0.1;
}
.mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketItemList .mstInPage__bucketItem._active input[type=checkbox] {
  background-color: #1ba1fc;
}
.mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketItemList .mstInPage__bucketItem._active input[type=checkbox]:after {
  opacity: 1;
}
.mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketItemList .mstInPage__bucketItem._active span {
  font-weight: 600;
}
.mstInPage__bucketList .mstInPage__bucket._expanded .mstInPage__bucketItemList {
  display: block;
}
.mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketExpand {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg height='48' viewBox='0 0 48 48' width='48' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M33.17 17.17l-9.17 9.17-9.17-9.17-2.83 2.83 12 12 12-12z'/%3E%3Cpath d='M0 0h48v48h-48z' fill='none'/%3E%3C/svg%3E");
  background-size: cover;
}
.mstInPage__bucketList .mstInPage__bucket._expanded .mstInPage__bucketExpand {
  transform: rotate(180deg);
}
.mstInPage__bucketState {
  display: none;
  flex-wrap: wrap;
  padding: 10px 28px;
}
.mstInPage__bucketState .mstInPage__bucketItemList strong {
  display: none;
}
.mstInPage__bucketState .mstInPage__bucketItemList .mstInPage__bucketItem {
  cursor: pointer;
  border: 1px solid #ececec;
  border-radius: 2px;
  display: flex;
  align-items: center;
  padding: 3px 10px;
  margin: 3px;
}
.mstInPage__bucketState .mstInPage__bucketItemList .mstInPage__bucketItem .mstInPage__close {
  width: 14px;
  height: 14px;
  margin-left: 10px;
}
.mstInPage__bucketState .mstInPage__bucketItemList .mstInPage__bucketItem:hover {
  border-color: #1ba1fc;
}
.mstInPage__content.filters_top {
  flex-direction: column;
}
.mstInPage__content.filters_top .mstInPage__sidebar {
  width: 100%;
  overflow: auto;
  margin-bottom: 30px;
}
.mstInPage__content.filters_top .mstInPage__bucketList > div:first-of-type {
  display: flex;
}
.mstInPage__content.filters_top .mstInPage__main {
  padding-top: 0;
}
.mstInPage__content.filters_top .mstInPage__bucketList {
  border-bottom: 1px solid #ececec;
  padding: 0px 20px;
}
.mstInPage__content.filters_top .mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketLabel {
  padding: 10px;
}
.mstInPage__content.filters_top .mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketItemList {
  border: 1px solid #cccccc;
  background-color: #ffffff;
  position: absolute !important;
  z-index: 10000;
  max-height: 36vh;
  overflow-y: auto;
  min-width: 12rem;
  max-width: 28rem;
  padding: 10px 10px 0 10px;
  margin-top: -1rem;
}
.mstInPage__content.filters_top .mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketItemList .mstInPage__slider {
  width: 20rem;
}
.mstInPage__stat {
  height: 20px;
  text-align: right;
  font-size: 12px;
  color: #6d6d6d;
  margin-bottom: 10px;
  margin-top: 10px;
  transition: all 100ms;
}
.mstInPage__stat._loading {
  opacity: 0.3;
}
.mstInPage__pagination {
  display: flex;
}
.mstInPage__pagination .mstInPage__page {
  padding: 5px 11px;
  border-radius: 2px;
  border: 1px solid transparent;
  cursor: pointer;
  margin-right: 5px;
}
.mstInPage__pagination .mstInPage__page.current {
  background: #1ba1fc;
  color: #ffffff;
}
.mstInPage__pagination .mstInPage__page:hover {
  border-color: #1ba1fc;
}
.mstInPage__pagination .mstInPage__pagination_prev {
  content: "<";
}
.mstInPage__pagination .mstInPage__pagination_next {
  content: ">";
}
.mstInPage__slider {
  margin: 10px 42px 20px 35px;
  height: 5px;
  background: #d9d9d9;
}
.mstInPage__slider .ui-slider-range {
  height: 5px;
  position: absolute;
  background: #1ba1fc;
}
.mstInPage__slider .ui-slider-handle {
  height: 24px;
  border-radius: 2px;
  width: 16px;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  margin-top: -10px;
  box-shadow: inset 0 0 1px #ffffff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbbbbb;
  cursor: pointer;
}
.mstInPage__sliderFromTo {
  display: flex;
  margin: 0 30px 20px 30px;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
}
@keyframes mstInPage--loading {
  to {
    transform: rotate(1turn);
  }
}
@media (min-width: 768px) {
  .mstInPage__wrapper {
    margin: 15px auto;
    max-width: 1420px;
    max-height: calc(100vh - 30px);
  }
}
@media (max-width: 768px) {
  .mstInPage__wrapper {
    margin: 0;
    max-width: 100%;
  }
  .mstInPage__wrapper .mstInPage__header {
    padding: 10px;
  }
  .mstInPage__wrapper .mstInPage__header .mstInPage__indexList {
    display: none;
  }
  .mstInPage__wrapper .mstInPage__main {
    padding: 10px;
  }
  .mstInPage__wrapper .mstInPage__main .mstInPage__itemList {
    grid-template-columns: 1fr;
  }
  .mstInPage__wrapper .mstInPage__main .mstInPage__stat {
    display: none;
  }
  .mstInPage__wrapper .mstInPage__sidebar {
    display: none;
  }
}
@media (max-width: 768px) {
  .mstInPage__wrapper {
    margin: 0;
    max-width: 100%;
  }
  .mstInPage__wrapper .mstInPage__header {
    padding: 10px;
  }
  .mstInPage__wrapper .mstInPage__header .mstInPage__indexList {
    display: none;
  }
  .mstInPage__wrapper .mstInPage__main {
    padding: 10px;
  }
  .mstInPage__wrapper .mstInPage__main .mstInPage__itemList {
    grid-template-columns: 1fr;
  }
  .mstInPage__wrapper .mstInPage__main .mstInPage__stat {
    display: none;
  }
  .mstInPage__wrapper .mstInPage__sidebar {
    display: none;
  }
}
@media (max-width: 540px) {
  .mstInPage__wrapper .mstInPage__main .mstInPage__navigation {
    display: flow-root;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.seositemap-map ul {
  *zoom: 1;
  margin-left: 15px;
  margin-bottom: 15px;
}
.seositemap-map ul:before,
.seositemap-map ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.seositemap-map ul:after {
  clear: both;
}
.seositemap-map ul.stores li {
  font-weight: bold;
  font-size: 110%;
}
.seositemap-map ul li.level-2 {
  font-weight: bold;
}
.seositemap-map ul li.level-3 {
  margin-left: 15px;
}
.seositemap-map ul li.level-4 {
  margin-left: 30px;
  font-size: 90%;
}
.seositemap-map ul li.level-5 {
  margin-left: 45px;
  font-size: 90%;
}
.seositemap-map ul li.level-6 {
  margin-left: 60px;
  font-size: 90%;
}
.seositemap-map ul li.level-7 {
  margin-left: 75px;
  font-size: 90%;
}
.review-aggregate-hide {
  display: none;
}
/*seo-info*/
/*seo-info-color*/
.seo-info .seo-info-incorrect {
  color: #df280a;
}
.seo-info .seo-info-correct {
  color: #50B655;
}
.seo-info .seo-info-notice {
  color: #BD5D1F;
}
/*seo-info-main-style*/
.seo-info .seo-info-base-window {
  width: 370px;
  min-height: 10px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: #F8F8F8;
  color: #363636;
  z-index: 100000;
  font-family: Arial;
  outline: 5px solid rgba(203, 203, 203, 0.7);
}
.seo-info .seo-info-hr-style {
  margin: 5px;
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.seo-info .seo-info-h1-style {
  font-family: Arial;
  background: #FEFEFE;
  color: #666666;
  padding: 3px 5px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  margin-bottom: 0px;
}
.seo-info .seo-info-h2-style {
  font-family: Arial;
  padding: 0px;
  margin: 5px 0px 0px 0px;
  text-align: left;
  padding-left: 10px;
  font-size: 13px;
  font-weight: 400;
  color: #363636;
  text-transform: none;
}
.seo-info .seo-info-text-style {
  font-family: Arial;
  font-size: 13px;
  text-align: left;
  /*color: #363636;*/
}
.seo-info .seo-additional-info-text-style {
  font-family: Arial;
  font-size: 13px;
  text-align: left;
}
/*seo-info-keyword-progress-bar*/
.seo-info .seo-info-progress-container {
  width: 100%;
  font-size: 13px;
}
.seo-info .seo-info-progress-label {
  width: 150px;
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
  padding-left: 10px;
  text-align: left;
}
.seo-info .seo-info-progress-label,
.seo-info .seo-info-progress {
  border-radius: 11px;
  box-shadow: none;
  display: inline-block;
  vertical-align: middle;
}
.seo-info .seo-info-progress {
  background-color: #f5f7fa;
  display: inline-block;
  box-shadow: none;
  vertical-align: middle;
  margin-bottom: 2px;
  width: 150px;
  height: 6px;
}
.seo-info .seo-info-progress-success .seo-info-progress-bar {
  background-color: #50B655;
  border-color: #5cb85c;
  color: #5cb85c;
  box-sizing: border-box;
  border-radius: 11px;
  box-shadow: none;
  height: 100%;
  float: left;
  font-size: 13px;
  line-height: 24px;
  text-align: center;
  transition: width 0.6s ease 0s;
}
.seo-info .seo-info-progress-label,
.seo-info-progress {
  border-radius: 11px;
}
.seo-info .seo-info-progress.seo-info-progress-success {
  width: 100px;
}
.seo-info .seo-info-progress-bar {
  background-color: #a0c5e4;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
  color: #428bca;
  float: left;
  font-size: 13px;
  height: 100%;
  line-height: 24px;
  text-align: center;
  transition: width 0.6s ease 0s;
  width: 0;
}
/*seo-info images alt info*/
.seo-info .seo-info-image-alt {
  display: inline-block;
  width: 260px;
}
/*link*/
.seo-info .seo-additional-info-link-style {
  font-family: Arial;
  font-size: 13px;
  text-align: left;
  word-wrap: break-word;
  padding-bottom: 3px;
}
.seo-info .seo-additional-info-link-style a {
  color: #3196CA;
}
/*scroll*/
.seo-info .seo-info-scroll {
  overflow-y: auto;
  height: 500px;
  margin-top: 0.7em;
  padding: 2px 15px 10px 5px;
  text-align: justify;
  margin-bottom: 5px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar {
  width: 7px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 7px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar-thumb {
  background-color: #EAEAEA;
  border-radius: 7px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #EAEAEA;
  border-radius: 7px;
}
/*SEO Template Info*/
.seo-info .seo-additional-info-template-style {
  font-size: 13px;
}
/*hide/show button*/
.seo-info .seo-additional-info-hide-show-button-style {
  position: absolute !important;
  right: 0;
  top: 0;
  padding-right: 7px;
  color: #3196CA;
  text-decoration: underline;
  cursor: pointer;
}
.seo-info .m-seo-info-scroll-hide {
  display: none;
}
/*table for SEO Templates*/
.seo-info .m-seo-info-template-table {
  display: table;
  width: 100%;
  padding-top: 3px;
}
.seo-info .m-seo-info-template-table-row {
  display: table-row;
}
.seo-info .m-seo-info-template-table-cell {
  display: table-cell;
  text-align: center;
  padding: 2px;
  vertical-align: middle;
}
.seo-info .m-seo-info-template-table-cell:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.seo-info .m-seo-info-template-table-cell:nth-child(2) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.seo-info .m-seo-info-template-table-cell:nth-child(3) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.seo-info .m-seo-info-template-left {
  text-align: left;
  padding-left: 1px;
}
.seo-info .m-seo-info-template-table-row:last-child .m-seo-info-template-table-cell {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.seo-info .m-seo-info-id-width {
  width: 30px;
}
.seo-info .m-seo-info-rule-name-width {
  width: 120px;
}
.seo-info .m-seo-info-sort-order-width {
  width: 70px;
}
.seo-info .m-seo-info-rules-processing-width {
  width: 110px;
}
.seo-info .m-seo-info-status-width {
  width: auto;
}
/*seo-info demo store style*/
@media all and (max-width: 590px) {
  .seo-info .seo-info-base-window.m-seo-info-demo-style {
    bottom: 40px !important;
    right: 10px !important;
  }
}
@media all and (min-width: 591px) {
  .seo-info .seo-info-base-window.m-seo-info-demo-style {
    bottom: 5px !important;
    right: 260px !important;
  }
}
.mst-seo-content__description {
  display: block;
  color: #333;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: 100%;
  text-align: left;
  padding: 10px;
  background: rgba(255, 255, 255, 0.2);
}
.mst-seo-sitemap__map .search-bar {
  display: flex;
}
.mst-seo-sitemap__map .search-bar input[type=search] {
  position: relative;
  margin: 0 auto;
  max-width: 45rem;
}
.mst-seo-sitemap__map .provider {
  margin-bottom: 4rem;
}
.mst-seo-sitemap__map .provider ul {
  list-style: none;
  margin: 2rem 0 0 2rem;
  padding: 0;
}
.mst-seo-sitemap__map .provider ul.cols-1 {
  column-count: 1;
}
.mst-seo-sitemap__map .provider ul.cols-2 {
  column-count: 2;
}
.mst-seo-sitemap__map .provider ul.cols-3 {
  column-count: 3;
}
.mst-seo-sitemap__map .provider ul.cols-4 {
  column-count: 4;
}
.mst-seo-sitemap__map .provider ul.cols-5 {
  column-count: 5;
}
.mst-seo-sitemap__map .provider ul.cols-6 {
  column-count: 6;
}
.mst-seo-sitemap__map .provider ul.cols-7 {
  column-count: 7;
}
.mst-seo-sitemap__map .provider ul.cols-8 {
  column-count: 8;
}
.mst-seo-sitemap__map .provider ul.cols-9 {
  column-count: 9;
}
.mst-seo-sitemap__map .provider ul.cols-10 {
  column-count: 10;
}
.mst-seo-sitemap__map .provider ul li {
  display: inline;
}
.mst-seo-sitemap__map .provider ul li a {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}
.mst-seo-sitemap__map .provider ul li a span:after {
  font-size: 10px;
  line-height: 20px;
  content: "\e608";
  font-family: "luma-icons";
  margin: 0 10px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  color: #707070;
}
.mst-seo-sitemap__map .provider ul li a span:last-child:after {
  display: none;
}
.mst-seo-sitemap__map .provider .letter {
  margin: 0 0 2rem -2rem;
}
.mst-seo-sitemap__map .provider .letter strong {
  font-size: 2rem;
  font-weight: 800;
  display: block;
}
.mst-seo-sitemap__map .provider .letter .strong_visible {
  display: block;
}
.mst-seo-sitemap__map .provider .letter .strong_hidden {
  display: none;
}
.mst-seo-sitemap__map .provider .letter ul {
  margin-top: 0;
}
.mst-seo-sitemap__map .provider ._highlight {
  background: #fad764;
  font-style: normal;
}
@media (max-width: 801px) {
  .mst-seo-sitemap__map ul {
    column-count: 1 !important;
  }
}
.hidden {
  display: none;
}
.mst-seo-toolbar__toolbar {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 1000000;
  outline: 5px solid rgba(74, 69, 66, 0.6);
  box-shadow: 2px 2px 2px 0 rgba(50, 50, 50, 0.25);
  max-width: 90%;
  min-width: 10rem;
  background: #fff;
}
.mst-seo-toolbar__toolbar-header {
  font-weight: 600;
  color: #fff;
  background: #315aa5;
  padding: 1rem 2rem 1rem 4rem;
  text-align: center;
  position: relative;
}
.mst-seo-toolbar__toolbar-header > i {
  position: absolute;
  left: 1rem;
  font-size: 15px;
}
.mst-seo-toolbar__toolbar-header .close {
  position: absolute;
  right: 1rem;
  top: 0.4rem;
  font-size: 18px;
  cursor: pointer;
}
.mst-seo-toolbar__toolbar-content {
  background: #F5F5F5;
  max-height: 55vh;
  overflow-y: auto;
}
.mst-seo-toolbar__toolbar-content section h4 {
  color: #999;
  padding: 1rem;
  display: block;
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-weight: 400;
  line-height: 1.4;
  cursor: default;
}
.mst-seo-toolbar__toolbar-content section ul {
  margin: 0;
  background: #fff;
  padding: 0 1rem;
  list-style: none;
}
.mst-seo-toolbar__toolbar-content section ul li {
  display: flex;
  border-bottom: 1px solid #eee;
  margin: 0;
  padding: 1rem 0;
}
.mst-seo-toolbar__toolbar-content section ul li .title {
  font-weight: 600;
  width: 12rem;
  font-size: 1.3rem;
}
.mst-seo-toolbar__toolbar-content section ul li .status {
  width: 20px;
  height: 20px;
  text-align: center;
  background-repeat: no-repeat;
  margin-right: 1rem;
}
.mst-seo-toolbar__toolbar-content section ul li .status._success {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='18px' height='18px' viewBox='0 0 18 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 47.1 (45422) - http://www.bohemiancoding.com/sketch --%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard'%3E%3Ccircle id='Oval' fill='%231C9D74' cx='9' cy='9' r='9'%3E%3C/circle%3E%3Cpath d='M13.8274662,4.73712054 C13.6809464,4.57908482 13.4424141,4.57908482 13.2968944,4.73712054 L7.70563722,10.6990848 C7.55911738,10.858192 7.32008501,10.858192 7.17456531,10.6990848 L4.72473356,8.02640625 C4.65222374,7.94712054 4.55721087,7.90801339 4.46169794,7.90747768 C4.36518487,7.90694196 4.2671716,7.94604911 4.19366164,8.02640625 L3.11101503,9.06890625 C3.03900528,9.14819196 3,9.24729911 3,9.35069196 C3,9.45462054 3.03900528,9.56337054 3.1115151,9.64212054 L5.58184963,12.4192634 C5.7278694,12.5778348 5.96740184,12.8349777 6.11292154,12.9924777 L7.17506537,14.139442 C7.32108515,14.2964063 7.55961745,14.2964063 7.70613729,14.139442 L14.8901101,6.45729911 C15.03663,6.29979911 15.03663,6.04104911 14.8901101,5.88354911 L13.8274662,4.73712054 Z' id='Shape' fill='%23FFFFFF' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.mst-seo-toolbar__toolbar-content section ul li .status._warning,
.mst-seo-toolbar__toolbar-content section ul li .status._error {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='18px' height='18px' viewBox='0 0 18 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 47.1 (45422) - http://www.bohemiancoding.com/sketch --%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard'%3E%3Ccircle id='Oval' fill='%23FF5501' cx='9' cy='9' r='9'%3E%3C/circle%3E%3Cpath d='M10.21944,3 C11.02296,3 11.4246,3.54804 11.4246,4.17468 C11.4246,4.95732 10.72692,5.68128 9.81768,5.68128 C9.0564,5.68128 8.61228,5.23104 8.6334,4.48764 C8.6334,3.86112 9.162,3 10.21944,3 Z M7.74516,15 C7.11072,15 6.64548,14.60856 7.0896,12.8862 L7.818,9.83136 C7.94484,9.34212 7.9656,9.14652 7.818,9.14652 C7.62744,9.14652 6.80388,9.48444 6.3168,9.81732 L6,9.28872 C7.54356,7.9776 9.31944,7.20864 10.08048,7.20864 C10.71468,7.20864 10.82064,7.97196 10.50348,9.1464 L9.6696,12.3576 C9.52152,12.92508 9.58524,13.12068 9.73284,13.12068 C9.92316,13.12068 10.54728,12.88512 11.16036,12.39576 L11.52,12.88524 C10.01856,14.412 8.3796,15 7.74516,15 Z' id='Shape' fill='%23FFFFFF' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.mst-seo-toolbar__toolbar-content section ul li .description {
  max-width: 30rem;
  font-size: 1.2rem;
  line-height: 1.4rem;
}
.mst-seo-toolbar__toolbar-content section ul li .description .action {
  margin-bottom: 0.5rem;
}
.mst-seo-toolbar__toolbar-content section ul li .description .note {
  color: #999;
  font-size: 90%;
  overflow-x: hidden;
  word-wrap: break-word;
  margin-top: 0.5rem;
}
.mst-seo-toolbar__toolbar-content section ul li a {
  font-size: 1.2rem;
  color: #006bb4;
  text-decoration: underline;
}
.mst-seo-toolbar__toolbar-content section ul li a:hover {
  text-decoration: none;
}
.mst-seo-toolbar__toolbar._disabled {
  outline: none;
  box-shadow: none;
  display: none;
}
.mst-seo-toolbar__toolbar._hidden {
  outline: none;
  box-shadow: none;
}
.mst-seo-toolbar__toolbar._hidden .mst-seo-toolbar__toolbar-content {
  display: none;
}
.mst-seo-toolbar__toolbar._hidden .mst-seo-toolbar__toolbar-header {
  position: fixed;
  left: 2rem;
  bottom: 2rem;
  background: #315aa5;
  color: #fff;
  padding: 1rem 1.5rem 1rem 4rem;
  border-radius: 2px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  font-weight: 600;
  font-size: 1.4rem;
  cursor: pointer;
  z-index: 100000;
}
.mst-seo-toolbar__toolbar._hidden .mst-seo-toolbar__toolbar-header .close {
  display: none;
}
body.tutorial .mst-seo-toolbar__toolbar,
body.no-tutorial .mst-seo-toolbar__toolbar {
  left: 1rem;
  right: auto;
}
@media (min-width: 992px) {
  .sw-megamenu.navigation > ul {
    position: relative;
  }
  .sw-megamenu.navigation > ul:after {
    display: table;
    content: '';
    clear: both;
  }
  .sw-megamenu.navigation .open-children-toggle {
    display: none;
  }
  .sw-megamenu.navigation span.cat-label {
    position: absolute;
    text-transform: uppercase;
    font: inherit;
    font-size: 9px;
    padding: 2px;
    border-radius: 0;
    line-height: 1;
    color: #fff;
  }
  .sw-megamenu.navigation span.cat-label:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label1 {
    background-color: #0cc485;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label1::before {
    border-left-color: #0cc485;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label2 {
    background-color: #eb2771;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label2::before {
    border-left-color: #eb2771;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label3 {
    background-color: #0ae3eb;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label3::before {
    border-left-color: #0ae3eb;
  }
  .sw-megamenu.navigation a:hover > span > span.cat-label {
    text-decoration: none;
  }
  .sw-megamenu.navigation li > a > span {
    position: relative;
  }
  .sw-megamenu.navigation li.level0 > .level-top {
    transition-delay: 0s !important;
  }
  .sw-megamenu.navigation li.level0 > a > span.cat-label {
    top: -10px;
    right: 14px;
  }
  .sw-megamenu.navigation li.level0 > a > span.cat-label:before {
    left: 3px;
    bottom: -4px;
  }
  .sw-megamenu.navigation li.level0 > a > span.cat-label.cat-label-label1:before {
    border-top-color: #0cc485;
  }
  .sw-megamenu.navigation li.level0 > a > span.cat-label.cat-label-label2:before {
    border-top-color: #eb2771;
  }
  .sw-megamenu.navigation li.level0 > a > span.cat-label.cat-label-label3:before {
    border-top-color: #0ae3eb;
  }
  .sw-megamenu.navigation li .subchildmenu li > a > span > span.cat-label {
    top: 3px;
    right: -35px;
  }
  .sw-megamenu.navigation li .subchildmenu li > a > span > span.cat-label:before {
    left: -6px;
    bottom: 3px;
  }
  .sw-megamenu.navigation li .subchildmenu li > a > span > span.cat-label.cat-label-label1:before {
    border-right-color: #0cc485;
  }
  .sw-megamenu.navigation li .subchildmenu li > a > span > span.cat-label.cat-label-label2:before {
    border-right-color: #eb2771;
  }
  .sw-megamenu.navigation li .subchildmenu li > a > span > span.cat-label.cat-label-label3:before {
    border-right-color: #0ae3eb;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns > li {
    float: left;
    padding: 15px 10px 0;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns1 > li {
    float: none;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns2 > li {
    width: 50%;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns2 > li:nth-child(2n+1) {
    clear: both;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns3 > li {
    width: 33.33%;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns3 > li:nth-child(3n+1) {
    clear: both;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns4 > li {
    width: 25%;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns4 > li:nth-child(4n+1) {
    clear: both;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns5 > li {
    width: 20%;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns5 > li:nth-child(5n+1) {
    clear: both;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns6 > li {
    width: 16.66%;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns6 > li:nth-child(6n+1) {
    clear: both;
  }
  .sw-megamenu.navigation li.level0 {
    transition-delay: 0s;
    transition: 0.2s opacity;
  }
  .sw-megamenu.navigation li.level0.fl-left {
    float: left;
  }
  .sw-megamenu.navigation li.level0.fl-right {
    float: right;
  }
  .sw-megamenu.navigation li.level0.fl-right.staticwidth .submenu {
    left: auto;
    right: 0;
    border-radius: 0;
  }
  .sw-megamenu.navigation li.level0 .submenu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: 0.2s opacity;
    color: #777;
  }
  .sw-megamenu.navigation li.level0 .submenu > ul {
    margin-top: 0;
  }
  .sw-megamenu.navigation li.level0 .submenu > ul:before,
  .sw-megamenu.navigation li.level0 .submenu > ul:after {
    display: none;
  }
  .sw-megamenu.navigation li.level0 .submenu .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .sw-megamenu.navigation li.level0.parent > .submenu.popup-left {
    left: auto;
    right: 0;
    border-radius: 0;
  }
  .sw-megamenu.navigation li.level0.fullwidth {
    position: static;
  }
  .sw-megamenu.navigation li.level0.fullwidth > .submenu {
    width: 100%;
    border-radius: 0;
  }
  .sw-megamenu.navigation li.level0.fullwidth > .submenu,
  .sw-megamenu.navigation li.level0.staticwidth > .submenu {
    padding: 10px;
    left: 0;
  }
  .sw-megamenu.navigation li.level0.fullwidth:hover > .submenu,
  .sw-megamenu.navigation li.level0.staticwidth:hover > .submenu {
    visibility: visible;
    opacity: 1;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu li.parent > a:after,
  .sw-megamenu.navigation li.level0.staticwidth .submenu li.parent > a:after {
    display: none;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu li.level1 > a,
  .sw-megamenu.navigation li.level0.staticwidth .submenu li.level1 > a {
    font-size: inherit;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 18px;
    padding-top: 0;
    padding-bottom: 5px;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu li.level1 > .menu-thumb-img,
  .sw-megamenu.navigation li.level0.staticwidth .submenu li.level1 > .menu-thumb-img {
    margin: 10px 0 -5px;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu a,
  .sw-megamenu.navigation li.level0.staticwidth .submenu a {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    padding: 7px 0;
    text-transform: uppercase;
    color: #696969;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu a:hover,
  .sw-megamenu.navigation li.level0.staticwidth .submenu a:hover {
    background: none;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu a:hover > span,
  .sw-megamenu.navigation li.level0.staticwidth .submenu a:hover > span {
    text-decoration: underline;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-top-block,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-top-block,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-left-block,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-left-block,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-right-block,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-right-block,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-bottom-block,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-bottom-block {
    padding-left: 0;
    padding-right: 0;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu .subchildmenu .subchildmenu,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .subchildmenu .subchildmenu {
    padding-bottom: 5px;
  }
  .sw-megamenu.navigation li.level0.classic .submenu {
    padding: 5px 0;
  }
  .sw-megamenu.navigation li.level0.classic .submenu > .row {
    margin: 0;
  }
  .sw-megamenu.navigation li.level0.classic .submenu a {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    padding: 8px 15px;
    text-transform: uppercase;
  }
  .sw-megamenu.navigation li.level0.classic .subchildmenu {
    min-width: 230px;
  }
  .sw-megamenu.navigation li.level0.classic .subchildmenu .subchildmenu {
    visibility: hidden;
    opacity: 0;
    transition: 0.2s opacity;
    padding: 5px 0;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    border-radius: 0;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 6;
  }
  .sw-megamenu.navigation li.level0.classic .subchildmenu > li:hover > .subchildmenu {
    visibility: visible;
    opacity: 1;
  }
  .sw-megamenu.navigation li.level0.classic li.parent > .subchildmenu.popup-left {
    left: auto;
    right: 100%;
    border-radius: 0;
  }
  .sw-megamenu.navigation li.level0.classic li.parent a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .sw-megamenu.navigation li.level0.classic li.parent a > span {
    margin-right: auto;
  }
  .sw-megamenu.navigation li.level0.classic .subchildmenu.popup-left .subchildmenu {
    left: auto;
    right: 100%;
    border-radius: 0;
  }
  .sw-megamenu.navigation li.level0.classic:hover > .submenu {
    visibility: visible;
    opacity: 1;
  }
  .sw-megamenu.navigation li.level0.classic li:hover > .submenu {
    visibility: visible;
    opacity: 1;
  }
  .sw-megamenu.navigation li.level0.classic .submenu,
  .sw-megamenu.navigation li.level0.classic .subchildmenu .subchildmenu {
    left: 0;
  }
  .sw-megamenu.navigation li.level0.staticwidth .submenu {
    left: 0;
  }
  .sw-megamenu.navigation li.level0 > em,
  .sw-megamenu.navigation li.level0 i {
    color: inherit;
    margin-right: 0.5rem;
  }
  .sw-megamenu.navigation.side-megamenu {
    padding: 0;
  }
  .sw-megamenu.navigation.side-megamenu li {
    margin: 0;
    position: relative;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 {
    display: block;
    position: relative;
    border-radius: 0;
    margin: 0;
    margin-top: 1px;
    float: none !important;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.parent > a:after {
    content: '\e81a';
    display: inline-block;
    font-family: 'porto-icons';
    margin-right: -2px;
    line-height: inherit;
  }
  .page-layout-2columns-right .page-main .sw-megamenu.navigation.side-megamenu li.level0.parent > a:after {
    content: '\e819';
    margin-left: -2px;
    margin-right: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.classic .submenu li.parent > a:after {
    content: '\e81a';
    display: inline-block;
    font-family: 'porto-icons';
  }
  .page-layout-2columns-right .page-main .sw-megamenu.navigation.side-megamenu li.level0.classic .submenu li.parent > a:after {
    content: '\e819';
  }
  .sw-megamenu.navigation.side-megamenu li.level0.fullwidth > .submenu,
  .sw-megamenu.navigation.side-megamenu li.level0.staticwidth > .submenu {
    left: 100% !important;
    top: 0;
    padding-bottom: 15px;
  }
  .page-layout-2columns-right .page-main .sw-megamenu.navigation.side-megamenu li.level0.fullwidth > .submenu,
  .page-layout-2columns-right .page-main .sw-megamenu.navigation.side-megamenu li.level0.staticwidth > .submenu {
    left: auto !important;
    right: 100% !important;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.classic > .submenu {
    left: 100% !important;
    top: 0;
    padding: 5px;
  }
  .page-layout-2columns-right .page-main .sw-megamenu.navigation.side-megamenu li.level0.classic > .submenu {
    left: auto !important;
    right: 100% !important;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.classic > .submenu .subchildmenu .subchildmenu {
    padding: 5px;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.fullwidth > .submenu {
    width: 1024px;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a {
    display: flex;
    align-items: center;
    border-top: 1px solid #e7e7e7;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0;
    margin-left: 16px;
    margin-right: 18px;
    padding: 14px 12px 14px 5px;
    color: inherit;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span:not(.cat-label) {
    flex: 1;
  }
  .page-layout-2columns-right .page-main .sw-megamenu.navigation.side-megamenu li.level0 > a > span:not(.cat-label) {
    order: 2;
    text-align: right;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span.cat-label {
    position: relative;
    margin-left: 10px;
    padding: 0 2px;
    top: 0;
    right: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span.cat-label:before {
    width: 5px;
    height: 5px;
    border: 3px solid transparent;
    position: absolute;
    left: -6px;
    top: 50%;
    margin-top: -3px;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span.cat-label.cat-label-label1:before {
    border-right-color: #0cc485;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span.cat-label.cat-label-label2:before {
    border-right-color: #eb2771;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span.cat-label.cat-label-label3:before {
    border-right-color: #0ae3eb;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > em,
  .sw-megamenu.navigation.side-megamenu li.level0 > a i {
    color: inherit;
    margin-right: 0.5rem;
  }
  .page-layout-2columns-right .page-main .sw-megamenu.navigation.side-megamenu li.level0 > a > em,
  .page-layout-2columns-right .page-main .sw-megamenu.navigation.side-megamenu li.level0 > a i {
    margin-left: 0.5rem;
    margin-right: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0:first-child {
    margin-top: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0:first-child > a {
    border-top: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0:hover {
    background-color: #08c;
  }
  .sw-megamenu.navigation.side-megamenu li.level0:hover > a {
    color: inherit;
    border-top-color: #08c;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > .submenu {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    border-radius: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > .submenu::before {
    content: '';
    position: absolute;
    border-right: 12px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    left: -12px;
    top: 11.5px;
    z-index: 112;
    width: auto;
    height: auto;
  }
  .page-layout-2columns-right .page-main .sw-megamenu.navigation.side-megamenu li.level0 > .submenu::before {
    border-left: 12px solid #fff;
    border-right: none;
    right: -12px;
    left: auto;
  }
  .sw-megamenu.navigation.side-megamenu li.active {
    background-color: #08c;
    color: #fff;
  }
  .sw-megamenu.navigation.side-megamenu li.active + .level0 > a {
    border-top: 0;
  }
}
@media (max-width: 991px) {
  .sw-megamenu.navigation.side-megamenu {
    display: none;
  }
  .sw-megamenu.navigation .submenu.level0 {
    height: 0;
    visibility: hidden;
  }
  .sw-megamenu.navigation .submenu.level0.opened {
    visibility: visible;
    height: auto;
  }
  .sw-megamenu.navigation li.level0.staticwidth > .submenu {
    width: auto !important;
  }
  .sw-megamenu.navigation li.level0.fullwidth .menu-top-block,
  .sw-megamenu.navigation li.level0.staticwidth .menu-top-block,
  .sw-megamenu.navigation li.level0.fullwidth .menu-right-block,
  .sw-megamenu.navigation li.level0.staticwidth .menu-right-block,
  .sw-megamenu.navigation li.level0.fullwidth .menu-left-block,
  .sw-megamenu.navigation li.level0.staticwidth .menu-left-block,
  .sw-megamenu.navigation li.level0.fullwidth .menu-bottom-block,
  .sw-megamenu.navigation li.level0.staticwidth .menu-bottom-block {
    display: none;
  }
  .sw-megamenu.navigation li.level0 .menu-thumb-img {
    display: none;
  }
  .sw-megamenu.navigation li.ui-menu-item {
    position: relative;
    float: none !important;
  }
  .sw-megamenu.navigation li.ui-menu-item > a {
    position: relative;
  }
  .sw-megamenu.navigation li.ui-menu-item > .open-children-toggle {
    display: block;
    position: absolute;
    width: 42px;
    height: 42px;
    right: 0;
    top: 0;
    z-index: 1;
    cursor: pointer;
  }
  .sw-megamenu.navigation span.cat-label {
    top: 50%;
    right: 36px;
    margin-top: -7px;
    position: absolute;
    text-transform: uppercase;
    font: inherit;
    font-size: 9px;
    padding: 2px;
    border-radius: 2px;
    line-height: 1;
    color: #fff;
  }
  .sw-megamenu.navigation span.cat-label:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    left: -6px;
    bottom: 3px;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label1 {
    background-color: #0cc485;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label1:before {
    border-right-color: #0cc485;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label2 {
    background-color: #eb2771;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label2:before {
    border-right-color: #eb2771;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label3 {
    background-color: #0ae3eb;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label3:before {
    border-right-color: #0ae3eb;
  }
}
.block-facebook-like .block-title a.btn-like {
  background-color: #08c;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  width: 80px;
  text-align: center;
  border-radius: 5px;
  margin-top: -8px;
  font-weight: 400;
  margin-right: 45px;
}
.block-tweets ul {
  margin-top: -15px;
}
.block-tweets ul li {
  padding: 15px 0;
  border-top: 1px solid #75b11f;
}
.block-tweets ul li:first-child {
  border-top: 0;
}
.block-tweets p.tweet {
  margin-bottom: 10px;
}
.block-tweets p.timePosted {
  margin-bottom: 0;
  color: #a5d75f;
  font-size: 11px;
  font-style: italic;
}
.block-flickr-photos .block-content {
  margin: -5px;
}
.block-flickr-photos a.flickr-image {
  width: 65px;
  display: inline-block;
  margin: 5px;
}
.block-flickr-photos a.flickr-image:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.block-flickr-photos a.flickr-image img {
  width: 100%;
}
.fb-persons {
  margin: -5px;
}
.fb-persons .fb-person {
  display: inline-block;
  width: 75px;
  padding: 5px;
  text-align: center;
}
.fb-persons .fb-person a {
  width: 100%;
  display: inline-block;
}
.fb-persons .fb-person a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.fb-persons .fb-person img {
  width: 100%;
}
.block-category-event {
  background: #f0f0f0;
  color: #54575a;
  padding: 10.5px 0 15px;
  text-align: center;
}
.block-category-event.block:last-child {
  margin-bottom: 10.5px;
}
.block-category-event .block-title {
  margin: 0 0 10.5px;
}
.block-category-event .block-title strong {
  font-size: 1.5rem;
  font-weight: 300;
}
.block-category-event .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-category-event .ticker li {
  display: none;
  margin: 0 15px;
}
.block-category-event .ticker .value {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-category-event .ticker .label {
  font-size: 1rem;
  display: block;
  text-transform: lowercase;
}
.block-category-event .dates {
  display: table;
  margin: 0 auto;
}
.block-category-event .dates .start,
.block-category-event .dates .end {
  display: table-cell;
  vertical-align: top;
}
.block-category-event .dates .date {
  font-size: 1.8rem;
}
.block-category-event .dates .time {
  display: block;
}
.block-category-event .dates .start {
  padding-right: 42px;
  position: relative;
}
.block-category-event .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
}
.table-wrapper.billing-agreements {
  margin-bottom: 42px;
}
.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.25px auto 0;
}
.opc .paypal {
  vertical-align: middle;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 21px;
}
.map-form-addtocart .paypal {
  display: block;
  margin: 10.5px auto 5.25px;
}
.cart-summary .paypal + .paypal {
  margin-top: 26.25px;
}
.paypal-review .actions-toolbar {
  margin-top: 10.5px;
}
.paypal-review .paypal-review-title {
  padding: 0 0 10.5px;
}
.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 31.5px;
}
.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 42px;
  padding: 10.5px 0 0;
}
.fotorama-video-container:after {
  background: url('../../frontend/Mobilityexpress/porto/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/Mobilityexpress/porto/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%;
  }
}
.opc-wrapper .form-discount {
  max-width: 500px;
}
.swatch-attribute-label {
  font-weight: 700;
  position: relative;
}
.swatch-attribute-label.required {
  padding-right: 10.5px;
}
.swatch-attribute-label[data-required='1']:after {
  color: #e02b27;
  content: '*';
  font-size: 15px;
  font-weight: 700;
  position: absolute;
  right: -11px;
  top: -2px;
}
.swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px;
}
.swatch-attribute-options {
  margin: 10.5px 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: 10.5px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.swatch-attribute.size .swatch-option,
.swatch-attribute.manufacturer .swatch-option {
  background: #f0f0f0;
  color: #949494;
}
.swatch-attribute.size .swatch-option.selected,
.swatch-attribute.manufacturer .swatch-option.selected {
  background: #fff;
  border: 1px solid #fff;
  color: #000;
}
.swatch-option {
  border: 1px solid #dadada;
  cursor: pointer;
  float: left;
  height: 20px;
  margin: 0 10.5px 5.25px 0;
  max-width: 100%;
  min-width: 30px;
  overflow: hidden;
  padding: 1px 2px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
}
.swatch-option:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.swatch-option.text {
  background: #f0f0f0;
  color: #686868;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 7px;
  min-width: 22px;
  padding: 4px 8px;
}
.swatch-option.text.selected {
  background-color: #fff;
}
.swatch-option.selected {
  outline: 2px solid #ff5501;
  border: 1px solid #fff;
  color: #333;
}
.swatch-option:not(.disabled):hover {
  border: 1px solid #fff;
  color: #333;
  outline: 1px solid #999;
}
.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  border: 1px solid #fff;
  outline: 2px solid #c34000;
}
.swatch-option.disabled {
  box-shadow: unset;
  cursor: default;
  pointer-events: none;
}
.swatch-option.disabled:after {
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, #ffffff), color-stop(46%, #ffffff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #ffffff), color-stop(57%, #ffffff), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  content: '';
  filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=1)';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.swatch-option-disabled {
  border: 0;
  cursor: default;
  outline: none !important;
}
.swatch-option-disabled:after {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  background: #e02b27;
  content: '';
  height: 2px;
  left: -4px;
  position: absolute;
  top: 10px;
  width: 42px;
  z-index: 995;
}
.swatch-option-loading {
  content: url('../../frontend/Mobilityexpress/porto/en_US/images/loader-2.gif');
}
.swatch-option-tooltip {
  border: 1px solid #dadada;
  color: #949494;
  background: #fff;
  display: none;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  padding: 5.25px;
  position: absolute;
  text-align: center;
  z-index: 999;
}
.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  bottom: 0;
  height: 8px;
  left: 40%;
  position: absolute;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before,
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-style: solid;
  content: '';
  font-size: 1px;
  height: 0;
  position: relative;
  width: 0;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
  border-color: #adadad transparent transparent transparent;
  border-width: 8px 8.5px 0 8.5px;
  left: 0;
  top: 2px;
}
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-color: #fff transparent transparent transparent;
  border-width: 7px 7.5px 0 7.5px;
  left: -15px;
  top: 1px;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  display: block;
  height: 130px;
  margin: 0 auto;
  width: 130px;
}
.swatch-option-tooltip-layered {
  background: #fff;
  border: 1px solid #dadada;
  color: #949494;
  display: none;
  left: -47px;
  position: absolute;
  width: 140px;
  z-index: 999;
}
.swatch-option-tooltip .title {
  color: #282828;
  display: block;
  max-height: 200px;
  min-height: 20px;
  overflow: hidden;
  text-align: center;
}
.swatch-option-link-layered {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
.swatch-option-link-layered:focus > div {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block;
}
.swatch-opt {
  margin: 21px 0;
}
.swatch-opt-listing {
  margin-bottom: 10.5px;
}
.swatch-more {
  display: inline-block;
  margin: 2px 0;
  padding: 2px;
  position: static;
}
.swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px;
}
.swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px;
}
.swatch-input {
  left: -1000px;
  position: absolute;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}
.my-credit-cards .status {
  font-style: italic;
}
.my-credit-cards .action.delete {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  color: #022d55;
  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: #022d55;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #022d55;
  text-decoration: underline;
}
.my-credit-cards .action.delete:active {
  color: #022d55;
  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: #022d55;
  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.4;
  margin: 0;
  padding: 0;
  color: #022d55;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  margin-right: 21px;
}
.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: #022d55;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #022d55;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:active {
  color: #022d55;
  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: #022d55;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.minilist .weee {
  display: table-row;
  font-size: 1.1rem;
}
.minilist .weee:before {
  display: none;
}
.price-container.weee:before {
  display: none;
}
.column .block-addbysku .fieldset {
  margin: 0;
}
.column .block-addbysku .fieldset .fields {
  position: relative;
}
.column .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10.5px;
  vertical-align: top;
}
.column .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 7px;
}
.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%;
}
.column .block-addbysku .qty .qty + .mage-error {
  width: 80px;
}
.column .block-addbysku .block-content .actions-toolbar {
  clear: both;
  margin: 0 0 21px;
  text-align: left;
}
.column .block-addbysku .block-content .actions-toolbar:before,
.column .block-addbysku .block-content .actions-toolbar:after {
  content: '';
  display: table;
}
.column .block-addbysku .block-content .actions-toolbar:after {
  clear: both;
}
.column .block-addbysku .block-content .actions-toolbar .primary {
  float: left;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary a.action,
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary .action {
  margin: 0 15px 0 0;
}
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  margin-top: 6px;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: block;
  float: none;
}
.column .block-addbysku .block-content .actions-toolbar > .secondary {
  text-align: left;
}
.column .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.column .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.column .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.column .block-addbysku .action.add:hover:before {
  color: inherit;
}
.column .block-addbysku .action.add:active:before {
  color: inherit;
}
.column .block-addbysku .reset {
  margin: 7px 0;
}
.column .block-addbysku .note {
  display: block;
  margin: 0 0 21px;
  padding-top: 10.5px;
}
.block-cart-failed {
  margin: 42px 0;
}
.block-cart-failed .block-title {
  font-size: 2.8rem;
}
.block-cart-failed .block-title strong {
  font-weight: 300;
}
.block-cart-failed .actions {
  text-align: center;
}
.block-cart-failed .actions .action {
  display: block;
  margin: 0 auto 10.5px;
}
.bundle-actions {
  margin: 0 0 31.5px;
}
.bundle-options-container {
  clear: both;
  margin-bottom: 42px;
}
.bundle-options-container .legend.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.8rem;
  margin-top: 0rem;
  margin-bottom: 2.1rem;
  border: 0;
  padding: 0;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 31.5px;
}
.bundle-options-container .product-options-wrapper .fieldset > .field {
  border-top: 1px #e4e4e4 solid;
  padding-top: 21px;
}
.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;
}
.bundle-options-container .product-options-wrapper .field.choice .label {
  margin-left: 24px;
  display: block;
}
.bundle-options-container .product-options-wrapper .field.choice .product-name {
  display: block;
}
.bundle-options-container .product-options-wrapper .field.choice .price-notice {
  float: left;
}
.bundle-options-container .product-options-wrapper .field.choice .price-excluding-tax {
  display: inline-block;
}
.bundle-options-container .action.back {
  margin-bottom: 31.5px;
}
.bundle-options-container .block-bundle-summary > .title {
  margin-bottom: 15px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.8rem;
  margin-top: 2.625rem;
  margin-bottom: 2.1rem;
}
.bundle-options-container .block-bundle-summary > .title,
.bundle-options-container .block-bundle-summary .bundle-summary .subtitle {
  border-bottom: 1px #e4e4e4 solid;
  margin-bottom: 26.25px;
  padding-bottom: 16px;
}
.bundle-options-container .block-bundle-summary .price-box {
  margin-bottom: 21px;
}
.bundle-options-container .block-bundle-summary .price-box .price-label {
  display: block;
  margin-bottom: 5.25px;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 31.5px;
}
.bundle-options-container .block-bundle-summary .bundle-summary.empty {
  display: none;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.8rem;
  margin-top: 2.625rem;
  margin-bottom: 2.1rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 21px;
}
.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: '\f83b';
}
.bundle-options-container p.required {
  color: #e02b27;
}
.bundle-options-container .nested .field label {
  font-weight: 400;
}
.bundle-options-container .nested .product-name {
  font-weight: 600;
}
.bundle-options-container .nested .field.qty {
  margin: 0 0 21px;
  margin-top: 21px;
}
.bundle-options-container .nested .field.qty > .label {
  margin: 0 0 8px;
  display: inline-block;
}
.bundle-options-container .nested .field.qty .label {
  font-weight: 400;
}
.bundle-options-container .nested .field.qty:last-child {
  margin-bottom: 0;
}
.bundle-options-container .price {
  font-weight: 600;
}
.fieldset-bundle-options .nested.options-list .field.qty {
  display: block;
  margin-top: 9px;
}
.products-grid:after {
  display: table;
  content: "";
  clear: both;
}
.products-grid .product-item {
  float: left;
}
.products-grid .product-item {
  width: 50%;
  padding: 10px;
}
.products-grid .product-item.nth-child-2np1 {
  clear: left;
}
.products-grid.products.grid.flex-grid .product-item {
  border-left: 1px solid #e3e4e4;
  display: flex;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  margin-top: -1px;
  transition: all 0.3s;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}
.products-grid.products.grid.flex-grid .product-item.nth-child-2np1 {
  border-left-color: transparent;
}
.products-grid.products.grid.flex-grid .product-item:nth-child(1) .product-item-info,
.products-grid.products.grid.flex-grid .product-item:nth-child(2) .product-item-info {
  border-top-color: transparent;
}
.products-grid.products.grid.flex-grid .product-item .product-item-info {
  border-top: 1px solid #e3e4e4;
  padding: 50px 0 10px;
  transition: all 0.3s;
  margin-top: -1px;
}
.products-grid.products.grid.flex-grid .product-item:hover {
  background-color: #fff;
  border-top-color: #e3e4e4;
  border-bottom-color: #e3e4e4;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}
.products-grid.products.grid.flex-grid .product-item:hover .product-item-info {
  border-top-color: transparent;
  padding: 10px 0 50px;
}
.products-grid.products.grid.flex-grid .product-item:hover .product-item-details .product-item-actions {
  visibility: visible;
  opacity: 1;
}
.products-grid.products.grid.flex-grid .product-item-details .product-item-inner {
  margin-bottom: -30px;
}
.products-grid.products.grid.flex-grid .product-item-details .product-item-actions {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.products-grid.products.grid.flex-grid .product-item-details .product-item-actions .tocart {
  background-color: #022d55;
  color: #fff;
  border: 0;
  height: 40px;
  line-height: 40px;
}
.products-grid.products.grid.flex-grid .product-item-details .product-item-actions .actions-secondary.towishlist,
.products-grid.products.grid.flex-grid .product-item-details .product-item-actions .actions-secondary.tocompare {
  visibility: visible;
  position: static;
  opacity: 1;
  height: 40px;
  line-height: 40px;
  top: 0;
  width: 40px;
  border: 0;
  background-color: #e6e6e6;
  color: #000;
}
.products-grid.products.grid.flex-grid .product-item-details .product-item-actions .actions-secondary.towishlist {
  margin-right: -3px;
}
.products-grid.products.grid.flex-grid .product-item-details .product-item-actions .actions-secondary.tocompare {
  margin-left: -3px;
}
.products {
  margin: 4px 0;
}
.product-item {
  vertical-align: top;
}
.product-item-details {
  padding: 10px 0;
}
.product-item-name {
  display: block;
  font-size: 14px;
  margin: 0 0 3px 0;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.product-item-info {
  width: 100%;
  max-width: 100%;
  text-align: center;
}
.product-item-photo {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 3px;
  border: 1px solid #ddd;
  border-radius: 7px;
}
.product-item-photo .product-item-inner {
  position: absolute;
  left: 10px;
  bottom: 10px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  z-index: 3;
}
.product-item-photo .product-item-inner .product-item-actions > .action {
  background-color: #fff;
}
.product-item-photo .product-item-inner .product-item-actions > .actions-primary {
  display: inline-block;
}
.product-item-photo .product-item-inner .product-item-actions > .actions-primary .tocart {
  width: 32px;
  padding: 0;
}
.product-item-photo .product-item-inner .product-item-actions > .actions-primary .tocart:before {
  margin-right: 0;
}
.product-item-photo .product-item-inner .product-item-actions > .actions-primary .tocart span {
  display: none;
}
.product-item-photo:hover .product-item-inner {
  visibility: visible;
  opacity: 1;
}
.product-item-actions .actions-secondary.action:before {
  margin: 0;
}
.product-item-actions .action.towishlist {
  border-color: #ed4949;
  color: #ed4949;
}
.product-item-actions .action.towishlist > span {
  display: none;
}
.product-item-actions .action.tocompare {
  border-color: #52b9b5;
  color: #52b9b5;
}
.product-item-actions .action.tocompare > span {
  display: none;
}
.product-item-description {
  margin: 10px 0;
}
.product-item .product-reviews-summary {
  background: url(../../frontend/Mobilityexpress/porto/en_US/images/rating-bar.png) center no-repeat;
  line-height: 1;
  margin: 7px 0;
}
.product-item .product-reviews-summary .reviews-actions {
  display: none;
  text-transform: lowercase;
  font-size: 13px;
}
.product-item .rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.product-item .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.product-item .rating-summary .rating-result {
  width: 72px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.product-item .rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #c3c5c9;
  font-family: 'porto-icons';
  font-size: 12px;
  height: 12px;
  letter-spacing: 3px;
  line-height: 12px;
  content: '\f844' '\f844' '\f844' '\f844' '\f844';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.product-item .rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.product-item .rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #ffc600;
  font-family: 'porto-icons';
  font-size: 12px;
  height: 12px;
  letter-spacing: 3px;
  line-height: 12px;
  content: '\f844' '\f844' '\f844' '\f844' '\f844';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.product-item .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-item .price-box .price-label {
  font-size: 13px;
  color: #9ea1a4;
}
.product-item .minimal-price .price-container {
  display: block;
}
.product-item .minimal-price-link {
  margin-top: 5.25px;
}
.product-item .price-from,
.product-item .price-to {
  margin: 0;
}
.product-item .tocompare:before {
  content: '\f83b';
}
.product-item .tocart {
  white-space: nowrap;
  border-radius: 0;
  font-size: 1.4rem;
  line-height: 30px;
  padding: 0 10px;
  height: 32px;
  border-radius: 5px;
  font-weight: 400;
}
.product-item .tocart:before {
  display: inline;
  content: '\f814';
  font-family: 'porto-icons';
  margin-right: 5px;
  font-size: 15px;
}
.products-grid .product-item .box-tocart input.qty {
  height: 32px;
  padding: 0 9px;
}
.products-grid .product-item-details .product-item-actions {
  white-space: nowrap;
  margin: 0 -20px;
}
.products-grid .product-item-details .product-item-actions .actions-primary {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
.products-grid .product-item-details .product-item-actions .actions-secondary {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  transition: all 0.3s;
}
.products-grid .product-item-details .product-item-actions .actions-secondary.towishlist {
  right: -36px;
  visibility: hidden;
  opacity: 0;
}
.products-grid .product-item-details .product-item-actions .actions-secondary.tocompare {
  left: -36px;
  visibility: hidden;
  opacity: 0;
}
.products-grid .product-item-details .product-item-actions .tocart {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.products-grid .product-item-info:hover .product-item-details .product-item-actions .actions-secondary.towishlist {
  right: 0;
  visibility: visible;
  opacity: 1;
}
.products-grid .product-item-info:hover .product-item-details .product-item-actions .actions-secondary.tocompare {
  left: 0;
  visibility: visible;
  opacity: 1;
}
.products-grid .product-item-info:hover .product-item-details .product-item-actions .tocart {
  background-color: #022d55;
  border-color: #022d55;
  color: #fff;
}
.products-grid .owl-carousel .product-item {
  width: auto;
  padding: 0;
  float: none;
}
.price-container .price {
  font-size: 2rem;
  color: #444;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee {
  margin-top: 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%;
  padding: 10px 0;
}
.products-list .product-item-info {
  display: table-row;
  text-align: left;
}
.products-list .product-item-info:after {
  display: table;
  content: '';
  clear: both;
}
.products-list .product-item-photo {
  width: 20%;
  display: block;
  float: left;
  margin-bottom: 20px;
}
.products-list .product-item-details {
  display: block;
  width: 80%;
  padding: 0 0 20px 20px;
  float: left;
}
.products-list .product-item-details .actions-primary {
  display: inline-block;
}
.products-list .product-item-details .actions-secondary {
  margin-left: 2px;
}
.products-list .product-item-name {
  font-size: 18px;
  line-height: 1;
  margin: 10px 0;
}
.products-list .product-item .product-reviews-summary {
  background: none;
}
.page-products .columns {
  position: relative;
  z-index: 1;
  padding-top: 60px;
}
.toolbar {
  text-align: center;
}
.toolbar select {
  background-color: #fff;
  border-radius: 3px;
  padding-top: 0;
  padding-bottom: 0;
  height: 26px;
}
.toolbar-amount {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 14px;
  padding: 6px 0;
  margin: 0;
  vertical-align: middle;
  text-align: left;
}
.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: 26.25px;
}
.sorter {
  float: right;
}
.page-products .sorter {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 10.5px;
}
.products.wrapper ~ .toolbar .sorter {
  display: none;
}
.sorter-label {
  margin-bottom: 0;
  line-height: 26px;
  font-weight: 400;
}
.sorter-options {
  margin: 0 5.25px 0 7px;
  width: auto;
}
.sorter-action {
  vertical-align: top;
  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: #022d55;
  content: '\f840';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sorter-action:hover:before {
  color: #022d55;
}
.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:before {
  vertical-align: top;
}
.sorter-action.sort-desc:before {
  content: '\f842';
}
.modes {
  display: none;
}
.modes > a {
  text-decoration: none;
}
.limiter {
  display: none;
}
.limiter-options {
  width: auto;
  margin: 0 5px 0 7px;
}
.limiter .label {
  font-weight: 400;
  margin: 0;
}
.page-products .toolbar .limiter {
  display: none;
}
.limiter .control {
  display: inline-block;
}
.action.tocompare:before {
  content: '\f83b';
}
.catalog-category-view .page-title-wrapper {
  display: none;
}
.price-box {
  margin: 8px 0 13px;
}
.price-box .price {
  font-weight: 600;
}
.old-price,
.old.price {
  color: #999;
}
.old-price {
  display: inline-block;
  vertical-align: middle;
}
.old-price .price {
  text-decoration: line-through;
  color: #999;
  font-size: 14px;
}
.old-price .price-label {
  display: none;
}
.special-price {
  display: inline-block;
  vertical-align: middle;
}
.price-tier_price .price-including-tax + .price-excluding-tax:before {
  content: "(" attr(data-label) ":";
}
.price-tier_price .price-including-tax + .price-excluding-tax:last-child:after {
  content: ")";
}
.price-tier_price .weee[data-label] {
  display: inline;
}
.price-tier_price .weee[data-label]:before {
  content: " +" attr(data-label) ":";
}
.actual-price {
  font-weight: 700;
}
.category-image .image {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.category-cms,
.category-image,
.category-description {
  margin-bottom: 21px;
  word-wrap: break-word;
}
.product-image-container {
  display: inline-block;
  max-width: 100%;
  min-width: 100%;
  position: relative;
  background: #fff;
  overflow: hidden;
  z-index: 0;
}
.product-image-wrapper {
  height: 0;
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.product-image-photo {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  height: auto;
  width: 100%;
}
.product-image-photo.default_image {
  position: static;
}
.product-image-photo.hover_image {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  padding: 3px;
}
.product-item-photo:hover .product-image-photo.hover_image {
  visibility: visible;
  opacity: 1;
}
.product.media {
  margin-top: 0;
  margin-bottom: 30px;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  margin: 10.5px 0;
  color: #9ea1a4;
  font-size: 1.3rem;
}
.product.media .product.thumbs {
  margin: 10.5px 0 26.25px;
}
.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: 50px;
}
.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.25px 10.5px 5.25px;
}
.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 31.5px 10.5px 0;
}
.fieldset > .field.qty,
.nested.options-list > .field.qty {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  margin-right: 15px;
}
.fieldset > .field.qty > .label,
.nested.options-list > .field.qty > .label {
  display: none;
}
.fieldset > .actions {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.input-text.qty {
  border-radius: 3px;
}
.product-info-main {
  margin-bottom: 30px;
}
.product-info-main .page-title-wrapper h1 {
  margin: 0 0 15px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  color: #555;
}
.product-info-main .product-info-price {
  border-bottom: 1px #ebebeb solid;
  display: table;
  width: 100%;
  margin-bottom: 15px;
}
.product-info-main .product-info-price .price-box {
  display: table-cell;
  vertical-align: top;
}
.product-info-main .product-info-price .price-box .price-final_price > span {
  display: block;
  margin-bottom: 5.25px;
}
.product-info-main .product-info-price .price-box .price-final_price > 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;
  color: #022d55;
}
.product-info-main .product-info-price .old-price .price-wrapper .price {
  font-size: 2rem;
  font-weight: 300;
  color: #999;
}
.product-info-main .product-info-price .special-price .price-label:after {
  content: ": ";
}
.product-info-main .product-info-stock-sku {
  min-width: 15rem;
  text-align: right;
  display: table-cell;
  vertical-align: bottom;
  padding-left: 10%;
  padding-bottom: 30px;
  color: #54575a;
}
.product-info-main .stock {
  margin: 0;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  font-weight: 700;
  text-transform: uppercase;
}
.product-info-main .product.sku {
  word-wrap: break-word;
}
.product-info-main .product-add-form {
  clear: both;
}
.product-info-main .product.sku .type {
  font-weight: normal;
  margin-right: 5.25px;
}
.product-info-main .product.sku .type:after {
  content: '#:';
}
.product-info-main .product.sku .value {
  display: inline-block;
}
.product-info-main .product.overview {
  margin: 21px 0;
}
.product-info-main .product.alert {
  margin: 10.5px 0;
}
.product-info-main .product-reviews-summary {
  margin-bottom: 20px;
}
.product-info-main .box-tocart {
  margin-top: 0;
  margin-bottom: 30px;
}
.product-info-main .box-tocart .actions {
  margin-right: 20px;
}
.product-info-main .product-options-bottom .box-tocart {
  margin-top: 20px;
  margin-bottom: 20px;
}
.product-options-wrapper {
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  border: none;
  font-weight: 600;
  display: inline-block;
  font-size: 1.4rem;
  float: none;
  padding: 0;
  margin: 0 0 8px;
}
.product-options-wrapper .fieldset-product-options-inner.required .legend:after {
  content: '*';
  color: #e02b27;
  font-size: 1.3rem;
  margin: 0 0 0 5.25px;
}
.product-options-wrapper .field .note {
  display: block;
  margin-top: 5.25px;
}
.product-options-bottom .price-box,
.product-info-price .price-box {
  display: table-cell;
  vertical-align: top;
  padding-bottom: 20px;
}
.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;
  color: #999;
}
.product-options-bottom .price-box .old-price .price-container > span.price-label,
.product-info-price .price-box .old-price .price-container > span.price-label {
  display: none;
}
.product-options-bottom .price-box .price-container > span,
.product-info-price .price-box .price-container > span {
  display: block;
  margin-bottom: 5.25px;
}
.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;
  line-height: 22px;
  font-weight: 600;
  color: #022d55;
}
.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: left;
  padding-top: 20px;
  border-top: 1px solid #ebebeb;
}
.moved-add-to-links {
  display: inline-block;
  vertical-align: middle;
}
.product-addto-links .action span,
.moved-add-to-links .action span,
.product-social-links .action span {
  display: none;
}
.product-addto-links .action.tocompare:before,
.moved-add-to-links .action.tocompare:before,
.product-social-links .action.tocompare:before {
  content: '\f83b';
}
.product-addto-links .action.mailto.friend,
.moved-add-to-links .action.mailto.friend,
.product-social-links .action.mailto.friend {
  color: #999;
  border-color: #999;
  border-radius: 3px;
}
.product-addto-links a.action:before,
.moved-add-to-links a.action:before,
.product-social-links a.action:before {
  line-height: 30px;
}
.product-addto-links .action {
  margin-right: 5px;
  border-radius: 3px;
}
.product-addto-links .action.towishlist {
  color: #ed4949;
  border-color: #ed4949;
}
.product-addto-links .action.tocompare {
  color: #52b9b5;
  border-color: #52b9b5;
}
.prices-tier {
  margin-bottom: 15.75px;
}
.prices-tier .item {
  margin-bottom: 10.5px;
}
.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 {
  white-space: nowrap;
  display: block;
}
.ui-dialog-titlebar-close {
  line-height: 1.4;
  margin: 0;
  padding: 0;
  color: #022d55;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #022d55;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #022d55;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:active {
  color: #022d55;
  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: #022d55;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.qty.field .control,
.qty.field .qty-changer {
  display: inline-block;
  vertical-align: middle;
}
.qty.field .qty-changer > a {
  display: block;
  border: 1px solid #ccc;
  border-radius: 3px;
  height: 18px;
  line-height: 16px;
  margin-top: 2px;
  color: #ccc;
  font-size: 11px;
}
.qty.field .qty-changer > a:first-child {
  margin-top: 0;
}
.qty.field .qty-changer > a:hover {
  color: #022d55;
}
.fotorama__nav .fotorama__thumb-border {
  border-color: #022d55;
}
.sidebar .product-items .product-item {
  margin-bottom: 21px;
  position: relative;
  float: none;
  width: auto;
  padding: 0;
}
.sidebar .product-items .product-item:last-child {
  margin-bottom: 0;
}
.sidebar .product-items .product-item-info {
  position: relative;
  width: auto;
  margin-bottom: 20px;
}
.sidebar .product-items .product-item-info:after {
  content: "";
  display: table;
  clear: both;
}
.sidebar .product-items .product-item-info .product-item-photo {
  float: left;
  max-width: 40%;
  margin-right: 10px;
}
.sidebar .product-items .product-item-info .product-item-photo img {
  position: static;
  width: auto;
}
.sidebar .product-items .product-item-name {
  margin-top: 0;
}
.sidebar .product-items .product-item-details {
  text-align: left;
  margin-left: calc(40% + 15px);
  padding: 0;
}
.sidebar .product-items .product-item-actions {
  display: block;
  margin: 0;
}
.sidebar .product-items .product-item .product-reviews-summary {
  background: none;
}
.sidebar .product-items .price-box {
  display: block;
  margin: 7px 0;
}
.sidebar .product-items .text {
  margin-right: 8px;
}
.sidebar .product-items .counter {
  color: #9ea1a4;
  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 .product-items-images {
  margin-left: -5.25px;
}
.sidebar .product-items-images .product-item {
  float: left;
  padding-left: 5.25px;
}
.sidebar .product-items-names .product-item {
  margin-bottom: 10.5px;
}
.sidebar .product-items-names .product-item-name {
  margin: 0;
}
.product-labels {
  position: absolute;
  right: 10px;
  top: 10px;
}
.product-labels .product-label:first-child {
  margin-top: 0;
}
.product-label {
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 4px;
  color: #fff;
  margin-top: 5px;
  line-height: 1;
}
.product-label.new-label {
  background-color: #62b959;
}
.product-label.sale-label {
  background-color: #e27c7c;
}
body.catalog-product-compare-index .action.print {
  float: right;
  margin: 15px 0;
}
.table-wrapper.comparison {
  clear: both;
  overflow-x: auto;
}
.table-wrapper.comparison .table-comparison > tbody > tr > th,
.table-wrapper.comparison .table-comparison > tbody > tr > td {
  border-top: 0;
}
.table-wrapper.comparison .table-comparison > tbody > tr > th.info,
.table-wrapper.comparison .table-comparison > tbody > tr > td.info {
  background-color: transparent;
}
.table-wrapper.comparison .table-comparison > thead > tr > th {
  border-bottom: 0;
}
.table-wrapper.comparison .product-image-container {
  border: 0;
  border-radius: 0;
  padding: 0;
  background: none;
}
.table-comparison {
  table-layout: fixed;
}
.table-comparison .cell.label,
.table-comparison td:last-child {
  border-right: 1px solid #ccc;
}
.table-comparison .cell {
  width: 180px;
  padding: 15px;
}
.table-comparison .cell .attibute.value {
  width: 100%;
  overflow: hidden;
}
.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
  border-bottom: 1px solid #ccc;
}
.table-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
}
.table-comparison .cell.attribute {
  font-size: 1.3rem;
}
.table-comparison .cell.attribute img {
  max-width: 100%;
  height: auto;
}
.table-comparison .cell.remove {
  padding-top: 0;
  padding-bottom: 0;
  text-align: right;
}
.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.split,
.table-comparison .product-addto-links .action.toggle {
  line-height: 1.2rem;
  padding: 5.25px 8px;
  font-size: 1.1rem;
}
.table-comparison .product-addto-links .action.toggle {
  padding: 0;
}
.table-comparison .action.tocart {
  white-space: nowrap;
  height: 32px;
  padding: 0 17px;
}
.table-comparison .actions-primary,
.table-comparison .actions-secondary {
  display: inline-block;
}
.comparison.headings {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: auto;
  background: #fff;
}
.sidebar .product-item .tocart {
  border-radius: 3px;
}
.block-compare .product-item .product-item-name {
  margin-left: 22px;
}
.block-compare .action.delete {
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
}
.block-compare .actions-toolbar {
  margin: 17px 0 0;
}
.sticky-product {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
  background-color: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
  padding: 60px 0 15px 0;
}
.sticky-product.no-sticky-header {
  padding: 15px 0;
}
.sticky-product > .container {
  position: relative;
}
.sticky-product .sticky-image,
.sticky-product .sticky-detail {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.sticky-product .sticky-detail .product-name-area {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  margin-right: 15px;
}
.sticky-product .sticky-detail .product-name-area .product-name {
  line-height: 25px;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}
.sticky-product .sticky-detail .availability span {
  font-size: 14px;
  font-weight: 400;
}
.sticky-product .product-info-price .price-box {
  padding-bottom: 0;
}
.sticky-product .product-info-price .price-box .price-container > span {
  margin-bottom: 0;
}
.sticky-product .product-info-price .price-box .price-container .price {
  font-size: 25px;
  color: #444;
}
.sticky-product .product-info-price .price-box .old-price .price-container .price {
  color: #999;
  font-size: 18px;
}
.sticky-product .add-to-cart {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -19px;
}
.sticky-product .product-info-stock-sku {
  min-width: 150px;
  text-align: right;
  display: table-cell;
  vertical-align: bottom;
  padding-left: 10%;
  color: #777;
}
.sticky-product .stock {
  margin: 0;
}
.sticky-product .stock.available,
.sticky-product .stock.unavailable {
  font-weight: 700;
  text-transform: uppercase;
}
.sticky-product .product.attibute.sku {
  word-wrap: break-word;
}
.sticky-product .product.attibute.sku .type {
  font-weight: normal;
  margin-right: 4.5px;
}
.sticky-product .product.attibute.sku .type:after {
  content: '#:';
}
.sticky-product .product.attibute.sku .value {
  display: inline-block;
}
.sticky-product .actions {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -19px;
}
.sticky-product .actions .action.primary {
  min-width: 150px;
}
.layout-fullwidth .sticky-product > .container {
  width: 100%;
}
.prev-next-products {
  float: right;
}
.prev-next-products a {
  color: #555;
  display: inline-block;
  font-size: 22px;
  line-height: 28px;
}
.prev-next-products .product-nav {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.prev-next-products .product-nav .product-pop {
  border-top: 3px solid #022d55;
  position: absolute;
  left: 0;
  top: 100%;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s;
  text-align: center;
  border-radius: 4px;
  width: 100px;
  margin-top: 10px;
}
.prev-next-products .product-nav .product-pop:before {
  content: "";
  width: 5px;
  height: 2px;
  border: 5px solid transparent;
  border-bottom-color: #022d55;
  display: block;
  position: absolute;
  top: -13px;
  left: 0;
}
.prev-next-products .product-nav .product-pop .product-image {
  margin-bottom: 10px;
}
.prev-next-products .product-nav .product-pop .product-name {
  margin: 0;
  font-weight: 600;
  font-size: 11px;
}
.prev-next-products .product-nav:hover .product-pop {
  opacity: 1;
  visibility: visible;
}
.prev-next-products .product-nav.product-prev .product-pop {
  right: auto;
  left: 0;
  margin-left: -20px;
}
.prev-next-products .product-nav.product-prev .product-pop:before {
  left: 32px;
  right: auto;
}
.prev-next-products .product-nav.product-next .product-pop {
  left: auto;
  right: 0;
  margin-right: -15px;
}
.prev-next-products .product-nav.product-next .product-pop:before {
  right: 26px;
  left: auto;
}
.block.related .action.select {
  vertical-align: top;
}
.block.related .product-item-details {
  z-index: 1;
}
.block.related .field.choice {
  position: absolute;
  top: 2px;
  left: 6px;
}
.block.upsell .title {
  background: url(../../frontend/Mobilityexpress/porto/en_US/images/slider-bar.png) right no-repeat;
}
.block.upsell .title strong {
  font-size: 16px;
  text-transform: uppercase;
  background-color: #fff;
  padding: 0;
  padding-right: 20px;
}
.sidebar .custom-block {
  margin-bottom: 30px;
  padding-bottom: 40px;
  background: url(../../frontend/Mobilityexpress/porto/en_US/images/bkg_4.png) bottom no-repeat;
}
.sidebar .custom-block.custom-block-1 {
  padding-bottom: 20px;
}
.sidebar .custom-block.custom-block-1 > div {
  min-height: 50px;
  margin-bottom: 20px;
  clear: both;
}
.sidebar .custom-block.custom-block-1 > div em {
  font-size: 30px;
  color: #000;
  float: left;
  width: 50px;
  height: 50px;
  line-height: 48px;
  border: 1px solid #bbb;
  border-radius: 50%;
  text-align: center;
  margin-right: 10px;
}
.sidebar .custom-block.custom-block-1 > div h3 {
  color: #313131;
  font-size: 16px;
  margin: 0;
  line-height: 1.5;
  margin-left: 50px;
  padding-top: 4px;
  font-weight: 600;
  letter-spacing: -0.1px;
}
.sidebar .custom-block.custom-block-1 > div p {
  font-size: 12px;
  margin: 0;
  margin-left: 50px;
  line-height: 1;
}
.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: #022d55;
  content: '\f818';
  font-family: 'porto-icons';
  margin: 0 10.5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .label:hover:before {
  color: #022d55;
}
.block-search .label:active:before {
  color: #022d55;
}
.block-search .label.active + .control input {
  position: static;
}
.block-search .action.search {
  display: none;
}
.block-search .control {
  clear: both;
  margin: 0 -15px -1px;
  padding: 0 15px;
}
.block-search input {
  left: -300%;
  position: absolute;
  margin: 15px 0;
}
.block-search .nested {
  display: none;
}
.search-autocomplete {
  display: none;
  position: absolute;
  z-index: 3;
  overflow: hidden;
  margin-top: -15px;
}
.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete ul:not(:empty) {
  background: #fff;
  border: 1px solid #ccc;
  border-top: 0;
}
.search-autocomplete ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  padding: 5.25px 42px 5.25px 10.5px;
  margin: 0;
  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.25px;
}
.form.search.advanced {
  display: block;
  border: 1px solid #ececec;
  border-radius: 8px;
  background: #fff;
  border-top: 4px solid #022d55;
  padding: 35px 25px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
}
.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;
  text-align: center;
  width: 25px;
  position: absolute;
  right: 0;
  top: 6px;
}
.form.search.advanced .fields.range .field:last-child {
  position: relative;
}
.form.search.advanced .fields.range .field:last-child div.mage-error[generated] {
  position: absolute;
  top: 32px;
  left: 0;
}
.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: 10.5px;
}
.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: 26.25px;
  padding: 1px 0 26.25px;
  background: #fbfbfb;
  border: 1px solid #ddd;
  border-radius: 8px;
}
.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 26.25px;
}
.cart-summary .block .price {
  font-weight: 700;
}
.cart-summary .block .field {
  margin: 0 0 16px;
}
.cart-summary .block .field.note {
  display: none;
}
.cart-summary .block .actions-toolbar > .primary {
  text-align: left;
}
.cart-summary .block .actions-toolbar > .primary .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-right: 8px;
}
.cart-summary .block .item-options .field .radio + .label {
  display: block;
  margin: 0;
  overflow: hidden;
  font-weight: 400;
}
.page-main .cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .checkout-methods-items {
  margin: 21px 0 0;
  padding: 0 15px;
  text-align: center;
}
.cart-summary .checkout-methods-items .action.primary.checkout {
  width: 100%;
}
.cart-summary .checkout-methods-items .item {
  margin-bottom: 26.25px;
}
.cart-summary .checkout-methods-items .item:last-child {
  margin-bottom: 0;
}
.cart-summary .message {
  padding-left: 21px;
}
.cart-summary .message > *:first-child:before {
  display: none;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark {
  text-align: left;
}
.cart.table-wrapper .product-item-name > a {
  font-size: 14px;
}
.cart.table-wrapper .product-item-name > a,
.cart.table-wrapper .product-item-name > a:hover {
  color: #022d55;
}
.cart.table-wrapper .product-image-container {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 3px;
}
.cart.table-wrapper .cart thead tr th.col {
  border-bottom: 1px solid #ccc;
  padding-bottom: 12px;
  padding-top: 24px;
  font-size: 14px;
  font-weight: 600;
}
.cart.table-wrapper .cart tbody td {
  border: 0;
}
.cart.table-wrapper .cart > .item {
  border-bottom: 1px solid #ccc;
  position: relative;
}
.cart.table-wrapper .col {
  vertical-align: middle;
}
.cart.table-wrapper .col.price,
.cart.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp {
  font-size: 14px;
  text-align: center;
}
.cart.table-wrapper .col.subtotal .price {
  color: #022d55;
}
.cart.table-wrapper .col.qty {
  text-align: center;
}
.cart.table-wrapper .col.qty .input-text {
  text-align: center;
  width: 45px;
}
.cart.table-wrapper .col.qty .field.qty {
  min-width: 67px;
}
.cart.table-wrapper .col > .price {
  color: #9ea1a4;
  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 10.5px 90px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar {
  min-height: 20px;
  padding-bottom: 30px;
  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: #022d55;
  content: '\f826';
  font-family: 'porto-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: #54575a;
}
.cart.table-wrapper .actions-toolbar > .action-edit:active:before,
.cart.table-wrapper .actions-toolbar > .action-delete:active:before {
  color: #022d55;
}
.cart.table-wrapper .actions-toolbar > .action-delete {
  right: 0;
}
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  content: '\f81a';
}
.cart.table-wrapper .action {
  margin-right: 15px;
}
.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%;
  border: 0;
  border-radius: 0;
}
.cart.table-wrapper .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: 0;
  margin-top: 10px;
}
.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: 21px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 10.5px 0 0;
}
.cart.table-wrapper .item .message {
  margin-top: 21px;
}
.cart-discount {
  border-bottom: 1px solid #ccc;
  clear: left;
}
.cart-empty {
  padding-left: 15px;
  padding-right: 15px;
}
.cart-tax-info + .cart-tax-total {
  display: block;
}
.block.crosssell {
  padding: 0 15px;
  margin-top: 70px;
}
.block.crosssell .product-item-info {
  width: 200px;
}
.block-minicart .items-total {
  float: right;
  margin-top: 20px;
}
.block-minicart .items-total .count {
  font-weight: 700;
  color: #000;
}
.block-minicart .subtotal {
  text-align: left;
}
.block-minicart .amount .price-wrapper {
  color: #000;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 19px;
  font-weight: 700;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  padding: 31.5px 0 21px;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content > .actions {
  margin-top: 15px;
}
.block-minicart .block-content > .actions > .secondary {
  text-align: center;
  margin: 0 0 15px;
}
.block-minicart .block-content > .actions > .secondary .action.viewcart {
  display: block;
  width: 100%;
  padding: 10px 15px;
  text-transform: uppercase;
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0 0 15px;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  display: block;
  width: 100%;
  padding: 10px 15px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 15px;
}
.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;
}
.minicart-wrapper:before,
.minicart-wrapper:after {
  content: '';
  display: table;
}
.minicart-wrapper:after {
  clear: both;
}
.minicart-wrapper .action.showcart {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #022d55;
  content: '\f815';
  font-family: 'porto-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: #022d55;
}
.minicart-wrapper .action.showcart:active:before {
  color: #022d55;
}
.minicart-wrapper .action.showcart.active {
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart.active:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #022d55;
  content: '\f815';
  font-family: 'porto-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: #022d55;
}
.minicart-wrapper .action.showcart.active:active:before {
  color: #022d55;
}
.minicart-wrapper .block-minicart {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: 0;
  margin-top: 7px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.minicart-wrapper .block-minicart li {
  margin: 0;
}
.minicart-wrapper .block-minicart li:hover {
  cursor: pointer;
}
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.minicart-wrapper .block-minicart:before {
  border: 6px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
}
.minicart-wrapper .block-minicart:after {
  border: 7px solid;
  border-color: transparent transparent #bbb transparent;
  z-index: 98;
}
.minicart-wrapper .block-minicart:before {
  left: 10px;
  top: -21px;
}
.minicart-wrapper .block-minicart:after {
  left: 9px;
  top: -23px;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper .block-minicart {
  padding: 25px 21px;
  width: 320px;
  right: -15px;
  border-top: 6px solid #022d55;
  color: #54575a;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .block-minicart:after {
  left: auto;
  right: 25px;
  border: 9px solid;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
}
.minicart-wrapper .block-minicart:before {
  left: auto;
  right: 26px;
  border: 8px solid;
  border-color: transparent transparent #022d55 transparent;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -30px 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 {
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  position: absolute;
  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: 16px;
  line-height: 16px;
  color: #777;
  content: '\f819';
  font-family: 'porto-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 {
  color: #fff;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  display: inline-block;
  margin: -11px 0 0;
  min-width: 18px;
  width: 100%;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
  position: absolute;
  top: 50%;
  left: 0;
  font-weight: 600;
  font-size: 14px;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 24px;
}
.minicart-wrapper .action.showcart:before,
.minicart-wrapper .action.showcart.active:before {
  color: #022d55;
  line-height: 40px;
  margin: 0;
}
.minicart-wrapper .action.showcart:hover:before,
.minicart-wrapper .action.showcart:active:before,
.minicart-wrapper .action.showcart.active:before,
.minicart-wrapper .action.showcart.active:hover:before {
  color: #022d55;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 15px;
}
.minicart-items-wrapper {
  margin: 0 -15px;
  overflow-x: auto;
  padding: 15px;
}
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.minicart-items .product-item {
  padding: 21px 0;
}
.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #eee;
}
.minicart-items .product-item:first-child {
  padding-top: 0;
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
  width: 4.5rem;
}
.minicart-items .price-minicart {
  margin-bottom: 5.25px;
}
.minicart-items .product-item-name {
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 10.5px;
}
.minicart-items .product-item-name a {
  color: #022d55;
}
.minicart-items .product-item-details {
  padding-left: 95px;
  text-align: left;
}
.minicart-items .product-item-details .price {
  font-weight: 700;
  color: #000;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 5.25px 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 10.5px;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
  min-width: 0;
}
.minicart-items .product .toggle {
  border: 0;
  padding: 0 42px 5.25px 0;
}
.minicart-items .product .toggle:after {
  position: static;
  margin: 0 0 0 5.25px;
  color: #8f8f8f;
}
.minicart-items .product .product.options > .toggle:after {
  font-family: 'porto-icons';
}
.minicart-items .product .product.options > .toggle:after {
  content: '\f807';
}
.minicart-items .product .product.options.active > .toggle:after {
  content: '\f804';
}
.minicart-items .product.pricing {
  margin-top: 3px;
}
.minicart-items .product.options .tooltip.toggle {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product.options .tooltip.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .tooltip.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\f807';
  font-family: 'porto-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 {
  width: 40px;
  text-align: center;
  margin-right: 10.5px;
  border-radius: 3px;
}
.minicart-items .update-cart-item {
  vertical-align: top;
  font-size: 1.1rem;
}
.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: #022d55;
  content: '\f826';
  font-family: 'porto-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: #022d55;
}
.minicart-items .action.edit:active:before,
.minicart-items .action.delete:active:before {
  color: #022d55;
}
.minicart-items .action.delete:before {
  content: '\f81a';
}
.minicart-items .subtitle {
  display: none;
}
.checkout-container {
  margin: 0 0 21px;
}
.opc-wrapper {
  margin: 0 0 21px;
}
.opc-wrapper .step-title {
  border-bottom: 1px solid #ccc;
}
.opc-wrapper .step-content {
  margin: 0 0 42px;
}
.checkout-index-index .logo {
  margin-left: 0;
}
.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: 600;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin: 0 0 5.25px;
}
.opc-estimated-wrapper .estimated-block .estimated-price {
  color: #022d55;
}
.opc-estimated-wrapper .minicart-wrapper {
  float: right;
}
.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;
  height: auto;
}
.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 .counter.qty {
  left: 0;
}
.opc-progress-bar {
  display: none;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ed8380;
}
.checkout-index-index .modal-popup .fieldset .field .label {
  font-weight: 400;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup {
  margin-top: 3px;
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px;
}
.field-tooltip > .label {
  display: none;
}
.field-tooltip._active {
  z-index: 100;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.field-tooltip._active .field-tooltip-action:before {
  color: #54575a;
}
.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: '\f853';
  font-family: 'porto-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: #54575a;
}
._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: #54575a;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #ddd;
  border-radius: 1px;
  font-size: 15px;
  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: #ddd;
}
.field-tooltip .field-tooltip-content:after {
  border-right-color: #f4f4f4;
  width: 1px;
  z-index: 4;
}
.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: 15px;
  margin-top: 10.5px;
}
.opc-wrapper .shipping-address-items {
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  font-size: 15px;
  line-height: 30px;
  margin: 0 0 21px;
  padding: 21px 36.5px 21px 21px;
  transition: 0.3s border-color;
  width: 100%/2;
  display: inline-block;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #ff5501;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #ff5501;
  color: #fff;
  content: '\f82b';
  font-family: 'porto-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 21px;
}
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 5.25px;
}
.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 21px 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: 21px 0;
}
.methods-shipping .actions-toolbar .action.primary {
  margin: 21px 0 0;
}
.table-checkout-shipping-method thead th {
  display: none;
  font-weight: 600;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #ccc;
  padding-bottom: 21px;
  padding-top: 21px;
}
.table-checkout-shipping-method tbody td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 20px;
}
.table-checkout-shipping-method tbody tr:first-child td {
  border-top: none;
}
.table-checkout-shipping-method tbody .col-price {
  font-weight: 600;
}
.table-checkout-shipping-method tbody .row-error td {
  border-top: none;
  padding-bottom: 10.5px;
  padding-top: 0;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #022d55;
  cursor: pointer;
}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 420px;
  top: 31.5px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #ccc;
  margin: 0 0 21px;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 10.5px;
  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: #022d55;
  content: '\f826';
  font-family: 'porto-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: #022d55;
}
.opc-block-shipping-information .shipping-information-title .action-edit:active:before {
  color: #022d55;
}
.opc-block-shipping-information .shipping-information-title .action-edit:before {
  display: block;
}
.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 21px;
}
.opc-block-summary {
  background: #f5f5f5;
  padding: 22px 31.5px;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 30px;
}
.opc-block-summary > .title {
  display: block;
}
.opc-block-summary .mark .value {
  color: #999;
  display: block;
}
.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;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #ccc;
  padding: 10.5px 42px 10.5px 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: '\f807';
  font-family: 'porto-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: 10.5px;
}
.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: '\f804';
}
.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 10.5px;
  width: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
  display: table-cell;
  padding-right: 5.25px;
  text-align: left;
}
.opc-block-summary .product-item .subtotal {
  display: table-cell;
  text-align: right;
}
.opc-block-summary .product-item .price {
  font-size: 1.6rem;
  font-weight: 400;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
}
.authentication-dropdown {
  box-sizing: border-box;
}
.authentication-dropdown .modal-inner-wrap {
  padding: 25px 18px;
}
.authentication-dropdown button.action-close {
  width: 40px;
  height: 40px;
  margin: 0;
}
.authentication-dropdown .modal-header {
  min-height: 0;
  padding: 0;
  border: 0;
}
.authentication-dropdown .modal-content {
  box-shadow: none;
  -webkit-box-shadow: none;
  position: static;
  background: none;
  border: 0;
  border-radius: 0;
}
.authentication-wrapper {
  float: right;
  margin-top: -70px;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
._has-auth-shown .authentication-wrapper {
  z-index: 900;
}
.authentication-wrapper button.action-auth-toggle {
  border: 0;
  color: #022d55;
  padding: 0;
  background: none;
}
.block-authentication .block-title {
  font-size: 2rem;
  border-bottom: 0;
  margin-bottom: 26.25px;
}
.block-authentication .block-title strong {
  font-weight: 300;
}
.block-authentication .field .label {
  font-weight: 400;
}
.block-authentication .block[class] {
  margin: 0;
}
.block-authentication .block[class] ul {
  list-style: none;
  padding-left: 10.5px;
}
.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: 42px;
  padding-top: 42px;
  position: relative;
}
.block-authentication .block[class] + .block::before {
  height: 36px;
  line-height: 34px;
  margin: -19px 0 0 -18px;
  min-width: 36px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #c1c1c1;
  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 {
  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-title {
  border-top: 1px solid #ccc;
  padding: 21px 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 5.25px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 5.25px;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 21px 22px;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 21px;
}
.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 10.5px;
}
.checkout-payment-method .payment-method-billing-address {
  margin: 0 0 21px;
}
.checkout-payment-method .payment-method-billing-address .primary .action-update {
  margin-right: 0;
}
.checkout-payment-method .payment-method-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .payment-method-note + .payment-method-billing-address {
  margin-top: 21px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 21px 0;
}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: '\f804';
}
.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: 21px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #022d55;
  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: #022d55;
  content: '\f807';
  font-family: 'porto-icons';
  margin: 0 0 0 10.5px;
  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: #54575a;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #022d55;
}
.checkout-payment-method .payment-option-title .action-toggle > span {
  display: inline-block;
  vertical-align: middle;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 21px 22px;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 21px;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 5.25px 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%);
  filter: grayscale(0%);
  filter: none;
}
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.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;
  filter: grayscale(100%);
  filter: gray;
}
.checkout-payment-method .ccard .fields > .year {
  padding-left: 5.25px;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 5.25px;
  padding-right: 5.25px;
}
.checkout-payment-method .ccard .month .select {
  width: 140px;
}
.checkout-payment-method .ccard .year .select {
  width: 80px;
}
.checkout-payment-method .ccard .number .input-text {
  width: 225px;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  display: inline-block;
  padding-right: 21px;
}
.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: 21px;
}
.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.3rem;
}
.checkout-agreements-block .action-show {
  vertical-align: baseline;
}
.checkout-agreements-items {
  padding-bottom: 31.5px;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 21px;
}
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0;
}
.checkout-agreement-item-content {
  overflow: auto;
}
.contact-index-index .page-title-wrapper {
  display: none;
}
.contact-index-index .fieldset > .legend,
.contact-index-index .contact-info .contacts-title {
  color: #54575a;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 300;
  letter-spacing: 0;
  text-transform: none;
}
.contact-index-index .page-main .contact-info [class^="porto-icon-"],
.contact-index-index .page-main .contact-info [class*=" porto-icon-"] {
  float: left;
  width: 43px;
  height: 43px;
  background-color: #022d55;
  color: #fff;
  line-height: 43px;
  text-align: center;
  font-size: 16px;
  border-radius: 6px;
  margin-bottom: 15px;
}
.contact-index-index .page-main .contact-info p {
  margin-left: 55px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 21px;
}
.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px;
}
.login-container .block .block-title {
  font-size: 1.8rem;
}
.login-container .fieldset:after {
  margin: 10.5px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.3rem;
}
.login-container .fieldset:after {
  margin-top: 25px;
}
.login-container,
.form.password.reset,
.form.send.confirmation,
.form.password.forget,
.form.create.account,
.form.form-edit-account,
.form-address-edit,
.form-newsletter-manage {
  display: block;
  border: 1px solid #ececec;
  border-radius: 8px;
  background: #fff;
  border-top: 4px solid #022d55;
  padding: 35px 25px 0;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
}
.form.password.reset,
.form.send.confirmation,
.form.password.forget,
.form.create.account,
.form.form-edit-account,
.form-address-edit,
.form-newsletter-manage {
  padding-bottom: 35px;
}
.fieldset > .legend {
  padding: 0;
  border: 0;
  color: #022d55;
  text-transform: uppercase;
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: 400;
}
.box .box-title {
  padding: 10px 15px;
  border: 1px solid #ddd;
  background-color: #f5f5f5;
  position: relative;
  border-radius: 7px 7px 0 0;
}
.box .box-content {
  padding: 20px 15px;
  font-size: 13px;
  border: 1px solid #ddd;
  border-top: 0;
  background-color: #fbfbfb;
  min-height: 135px;
}
.box .box-actions {
  margin: 0;
  border: 1px solid #ddd;
  border-top: 0;
  background-color: #f5f5f5;
  border-radius: 0 0 7px 7px;
  padding: 10px 15px;
}
.block-order-details-view {
  margin: 0 -10px;
}
.block-order-details-view .block-title {
  padding: 0 10px;
}
.block-order-details-view .box {
  padding: 0 10px;
}
.block-order-details-view .box .box-content {
  min-height: 155px;
  border-radius: 0 0 5px 5px;
}
.block-dashboard-addresses address {
  margin-bottom: 0;
}
.customer-account-index .block .block-title {
  color: #313131;
}
.customer-account-index .block .block-title strong {
  font-weight: 600;
}
.customer-account-index .box .box-title {
  color: #313131;
  font-weight: 600;
  text-transform: uppercase;
}
.block-addresses-list .items.addresses > .item {
  margin-bottom: 21px;
}
.block-addresses-list .items.addresses > .item:last-child {
  margin-bottom: 0;
}
.block-addresses-list .items.addresses .item.actions {
  margin-top: 5.25px;
}
.form-address-edit #region_id {
  display: none;
}
.form-edit-account .fieldset.password {
  display: none;
}
.form-create-account .fieldset-fullname .fields .field {
  float: none;
}
.account .page-title-wrapper .page-title {
  display: inline-block;
}
.account .column.main {
  margin-bottom: 31.5px;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .sidebar-additional {
  margin-top: 42px;
}
.account .table-wrapper {
  margin-bottom: 21px;
}
.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 {
  margin-bottom: 10.5px;
}
.block .title strong {
  font-size: 18px;
  color: #313131;
  padding: 10px 0;
  margin: 0;
  line-height: 1;
}
.block p:last-child {
  margin: 0;
}
.control.captcha-image {
  margin-top: 10.5px;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
.block-balance .price {
  font-size: 3.2rem;
  line-height: 32px;
  display: inline-block;
  margin-top: -10.5px;
}
.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: 'porto-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: 26.25px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none;
}
.page-product-downloadable .product-options-wrapper {
  border-bottom: 0;
}
.samples-item-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 0 10.5px;
}
.samples-item {
  margin: 0 0 10.5px;
}
.field.downloads {
  margin-bottom: 10.5px;
}
.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 {
  box-sizing: border-box;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10.5px;
  margin-bottom: 10.5px;
  width: 100%;
  position: relative;
  z-index: 1;
  padding-left: 25px;
}
.field.downloads .field.choice input {
  position: absolute;
  left: 0;
  top: 2px;
}
.field.downloads .field.downloads-all {
  padding-left: 0;
  border-bottom: 0;
}
.field.downloads .sample.link {
  float: right;
}
.field.downloads-all .label {
  color: #022d55;
  text-decoration: none;
  cursor: pointer;
}
.field.downloads-all .label:visited {
  color: #022d55;
  text-decoration: none;
}
.field.downloads-all .label:hover {
  color: #022d55;
  text-decoration: underline;
}
.field.downloads-all .label:active {
  color: #022d55;
  text-decoration: underline;
}
.field.downloads-all input {
  opacity: 0;
}
.field.downloads.downloads-no-separately .field.choice {
  padding-left: 0;
}
.page-product-giftcard .giftcard-amount {
  text-align: left;
  margin-bottom: 0;
  clear: both;
  border-top: 1px #c1c1c1 solid;
  padding-top: 15px;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 21px !important;
}
.page-product-giftcard .product-info-main .price-box .old-price {
  font-size: 20px;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final_price > span {
  display: block;
  margin-bottom: 5.25px;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final_price > span:last-child {
  margin-bottom: 0;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final_price .price {
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
}
.page-product-giftcard .product-info-main .price-box + .giftcard.form {
  border-top: 1px #c1c1c1 solid;
  padding-top: 15px;
}
.page-product-giftcard .product-info-stock-sku {
  display: block;
}
.page-product-giftcard .product-add-form {
  clear: none;
  border: 0;
  padding-top: 0;
}
.page-product-giftcard .product-add-form .product-options-wrapper .field:not(.text) {
  margin-top: 21px;
  margin-bottom: 21px;
}
.page-product-giftcard .giftcard.form {
  clear: both;
}
.page-product-giftcard .price-box {
  margin-bottom: 10px;
}
.page-product-giftcard .product-info-price {
  float: right;
  width: auto;
  display: block;
  white-space: nowrap;
  border: 0;
}
.giftcard-account .please-wait {
  display: none;
}
.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 31.5px;
}
.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 21px;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 21px;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 10.5px;
}
.gift-message .field .label {
  color: #666;
  font-weight: 400;
}
.cart.table-wrapper .item-gift._active {
  border-top: 1px solid #c1c1c1;
}
.cart.table-wrapper .item-gift .action {
  margin-right: 0;
}
.gift-options {
  margin: 21px 0;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  font-weight: 600;
  margin: 0 0 21px;
}
.gift-options-content .fieldset {
  margin: 0 0 21px;
}
.gift-summary {
  position: relative;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 0 0 0 21px;
  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: #022d55;
  content: '\f826';
  font-family: 'porto-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: #54575a;
}
.gift-summary .action-edit:active:before,
.gift-summary .action-delete:active:before {
  color: #022d55;
}
.gift-summary .action-delete:before {
  content: '\f81a';
}
.gift-summary .actions-toolbar,
.cart.table-wrapper .gift-summary .actions-toolbar {
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.cart.table-wrapper .gift-content {
  display: none;
  clear: left;
  float: left;
  margin-right: -100%;
  padding: 21px 0;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: table;
  table-layout: fixed;
}
.gift-item-block {
  border-bottom: 1px solid #c1c1c1;
  margin: 0;
}
.gift-item-block._active .title:after {
  content: '\f804';
}
.gift-item-block .title {
  color: #1979c3;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin: 0;
  padding: 10.5px 42px 10.5px 15px;
  position: relative;
}
.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #858585;
  content: '\f807';
  font-family: 'porto-icons';
  margin: 0 0 0 10.5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-item-block .title:hover:after {
  color: #54575a;
}
.gift-item-block .content {
  padding: 10.5px 0 21px;
  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: 10.5px 0;
}
.options-order-container,
.options-items-container {
  margin-bottom: 10.5px;
}
.gift-messages-order {
  margin-bottom: 26.25px;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 42px;
}
.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: #022d55;
}
.table-giftregistry-items .product-image {
  margin-right: 10.5px;
  float: left;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 15px 0 5.25px;
  text-align: left;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 10.5px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.form-giftregistry-edit .giftregistry-type {
  margin-bottom: 31.5px;
  margin-top: -26.25px;
}
.form-giftregistry-search {
  margin-bottom: 63px;
}
.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 26.25px;
}
.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: 10.5px 0;
}
.block-giftregistry-shared-items .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: 0 0 5.25px;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 19px;
  margin: 21px 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 21px 0 10.5px;
  padding: 0;
}
.gift-wrapping-list .no-image {
  background: #f2f2f2;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-list .no-image > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-list .no-image:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 4rem;
  color: #494949;
  content: '\e62a';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-list .no-image:after {
  display: block;
}
.gift-wrapping-preview,
.gift-wrapping-item > span {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.gift-wrapping-item {
  float: left;
  margin: 0 10.5px 10.5px 0;
}
.gift-wrapping-item:last-child {
  margin-right: 0;
}
.gift-wrapping-item._active span:before {
  border: 3px solid #333;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.gift-wrapping-item > span {
  height: 4rem;
  width: 4rem;
}
.gift-wrapping-title {
  margin: 10.5px 0;
}
.gift-wrapping-title .action-remove {
  margin: -5.25px 0 0 5.25px;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-title .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-title .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #022d55;
  content: '\f81a';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-title .action-remove:hover:before {
  color: #54575a;
}
.gift-wrapping-title .action-remove:active:before {
  color: #022d55;
}
.gift-options-content .fieldset .field {
  margin: 10.5px 0;
}
.gift-wrapping-summary {
  padding-right: 7rem;
}
.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0;
}
.opc-wrapper .fieldset.gift-message .field.gift-wrapping {
  padding: 0;
  width: 100%;
}
.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping {
  margin: 21px 0 0;
}
.opc-wrapper .data.table .gift-wrapping .title,
.table-order-items .gift-wrapping .title {
  float: none;
}
.opc-wrapper .data.table .gift-wrapping .content,
.table-order-items .gift-wrapping .content {
  margin: 0;
}
.opc-wrapper .data.table .gift-wrapping .content > img,
.table-order-items .gift-wrapping .content > img {
  float: left;
  margin: 0 10.5px 0 0;
  max-height: 50px;
  max-width: 50px;
}
.gift-summary .price-box,
.gift-options .price-box {
  margin-left: 22px;
}
.gift-summary .regular-price:before,
.gift-options .regular-price:before {
  content: attr(data-label) ": ";
}
.gift-summary .regular-price .price,
.gift-options .regular-price .price {
  font-weight: 700;
}
.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%;
  min-width: 95px;
}
.table.grouped .col.qty .control.qty {
  display: inline-block;
  vertical-align: middle;
}
.table.grouped .col.qty .qty-changer {
  display: inline-block;
  vertical-align: middle;
}
.table.grouped .col.qty .qty-changer > a {
  display: block;
  border: 1px solid #ccc;
  border-radius: 3px;
  height: 18px;
  line-height: 16px;
  margin-top: 2px;
  color: #ccc;
  font-size: 11px;
}
.table.grouped .col.qty .qty-changer > a:first-child {
  margin-top: 0;
}
.table.grouped .col.qty .qty-changer > a:hover {
  color: #022d55;
}
.table.grouped .product-item-name {
  font-weight: 400;
  margin-bottom: 10.5px;
  display: inline-block;
}
.table.grouped .price-box {
  margin: 8px 0 3px;
}
.table.grouped .price-box p {
  margin: 0;
}
.table.grouped .price-box .price {
  font-weight: 700;
  color: #022d55;
}
.table.grouped .price-box .old-price .price {
  font-weight: normal;
  color: #999;
}
.table.grouped .stock.unavailable {
  margin: 0;
  white-space: nowrap;
  text-transform: none;
  font-weight: normal;
}
.page-product-grouped .product-info-price {
  float: right;
  display: block;
  width: auto;
  border: 0;
}
.form-add-invitations .additional,
.form-add-invitations .field.message {
  margin-top: 21px;
}
.form-add-invitations .action.remove {
  top: 4px;
}
.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.form-add-invitations .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form-add-invitations .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.form-add-invitations .action.add:hover:before {
  color: inherit;
}
.form-add-invitations .action.add:active:before {
  color: inherit;
}
.filter.block {
  margin-bottom: 0;
}
.filter-title strong {
  position: absolute;
  z-index: 2;
  line-height: 16px;
  border: 1px solid #ccc;
  text-align: center;
  padding: 7px 10px;
  background-color: #fff;
  box-shadow: inset 0 1px 0 0 #fff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border-radius: 3px;
  font-weight: 400;
  top: 0;
  left: 0;
}
.filter-title strong[data-count]:after {
  content: attr(data-count);
  display: inline-block;
  border-radius: 2px;
  padding: 2px;
  font-size: 0.8em;
  margin: 0 5px;
  color: #fff;
  min-width: 1em;
  line-height: 1;
  background: #fc5e10;
}
.filter-title strong.disabled {
  opacity: 0.5;
}
.filter .block-subtitle {
  font-weight: 600;
  padding: 10.5px 10.5px 21px;
  font-size: 15px;
  line-height: 1em;
  border-bottom: 1px solid #ccc;
  display: none;
}
.filter-subtitle {
  display: none;
}
.filter-current {
  margin: 0;
}
.filter-current .items {
  border: 1px solid #ddd;
  border-width: 0 1px;
  background-color: #fbfbfb;
  padding: 10px 0;
  margin: 0;
}
.filter-current .item {
  position: relative;
  z-index: 1;
  padding-left: 17px;
}
.filter .filter-current-subtitle {
  display: block;
  padding: 10px 15px;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid #ddd;
  background-color: #f5f5f5;
  color: #777;
  position: relative;
  cursor: pointer;
  border-radius: 7px 7px 0 0;
}
.filter-current .action.remove {
  position: absolute;
  right: 15px;
  top: -2px;
}
.filter-actions {
  font-size: 11px;
  padding: 10px 15px;
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 0 0 7px 7px;
  text-align: right;
  margin-bottom: 14px;
}
.filter-label {
  text-transform: uppercase;
}
.filter-label:after {
  content: ": ";
}
.filter-value {
  color: #858585;
}
.filter-options {
  display: none;
  margin: 0;
}
.filter-options-item {
  margin-bottom: 14px;
}
.filter-options-item.active .filter-options-title {
  border-radius: 7px 7px 0 0;
}
.filter-options-item.active .filter-options-content {
  display: block !important;
}
.filter-options-title {
  padding: 10px 15px;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid #ddd;
  background-color: #f5f5f5;
  position: relative;
  cursor: pointer;
  border-radius: 7px;
  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: '\f823';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.filter-options-title:after {
  width: 26px;
  height: 26px;
  display: block;
  border: 1px solid #ddd;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -13px;
  border-radius: 3px;
  color: #ccc;
  text-align: center;
  line-height: 24px;
  background-color: #fff;
  font-size: 10px;
}
.filter-options-title:hover:after {
  background-color: #022d55;
  color: #fff;
}
.active > .filter-options-title:after {
  content: '\f820';
}
.filter-options-content {
  margin: 0;
  padding: 10px 15px;
  font-size: 13px;
  border: 1px solid #ddd;
  border-top: 0;
  border-radius: 0 0 7px 7px;
  background-color: #fbfbfb;
}
.filter-options-content .item {
  margin: 10.5px 0;
  line-height: 1.5em;
}
.filter-options-content a {
  color: #54575a !important;
}
.filter-options-content a:hover .count {
  text-decoration: none;
}
.filter-options-content .count {
  color: #858585;
  padding-right: 5px;
}
.filter-options-content .count:before {
  content: "(";
}
.filter-options-content .count:after {
  content: ")";
}
.map-popup-wrapper.popup .action.close {
  top: 10.5px;
}
.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: 10.5px;
  position: absolute;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
}
.map-popup .popup-header {
  margin: 0 0 25px;
  padding-right: 16px;
}
.map-popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.8rem;
  margin-top: 2.625rem;
  margin-bottom: 2.1rem;
}
.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: 10.5px;
  top: 10.5px;
}
.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: '\f819';
  font-family: 'porto-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 21px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 21px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ": ";
}
.map-popup .action.primary {
  margin-right: 10.5px;
}
.map-popup .map-msrp {
  margin-bottom: 10.5px;
}
.map-popup .actual-price {
  margin: 3px 0 15px;
}
.map-popup .popup-header {
  display: none;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.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: 10.5px;
}
.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;
}
.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: #999;
  content: '\f807';
  font-family: 'porto-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: #54575a;
}
.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: #999;
  content: '\f804';
  font-family: 'porto-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: #54575a;
}
.wishlist.split.button .action.toggle.active:active:after {
  color: inherit;
}
.wishlist.split.button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: 1px solid #bbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.wishlist.split.button .items li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.wishlist.split.button .items:before,
.wishlist.split.button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.wishlist.split.button .items:before {
  border: 6px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
}
.wishlist.split.button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbb transparent;
  z-index: 98;
}
.wishlist.split.button .items:before {
  left: 10px;
  top: -12px;
}
.wishlist.split.button .items:after {
  left: 9px;
  top: -14px;
}
.wishlist.split.button.active {
  overflow: visible;
}
.wishlist.split.button.active .items {
  display: block;
}
.wishlist.split.button .items {
  padding: 6px 0;
}
.wishlist.split.button > .action.split {
  margin-right: 5px;
}
.wishlist.split.button > .action.split:before {
  content: '\f816';
}
.wishlist.split.button > .action.split:before {
  margin: 0;
}
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:focus,
.wishlist.split.button > .action:hover {
  color: #54575a;
}
.wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #999;
  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: #022d55;
}
.cart.table-wrapper .wishlist.split.button > .action.split,
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  color: #022d55;
}
.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;
}
.wishlist.window.popup .popup-header {
  margin: 0 0 25px;
  padding-right: 16px;
}
.wishlist.window.popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.8rem;
  margin-top: 2.625rem;
  margin-bottom: 2.1rem;
}
.wishlist.window.popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10.5px;
  top: 10.5px;
}
.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: '\f819';
  font-family: 'porto-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: #022d55;
}
.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: 10.5px;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-right: 10.5px;
}
.block-wishlist-management .wishlist-notice {
  color: #9ea1a4;
  display: inline-block;
  margin-right: 21px;
}
.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: #c5c7c9;
  content: '\e629';
  font-family: 'porto-icons';
  margin: 0 5.25px 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: 21px;
}
.block-wishlist-management .wishlist-dropdown.move {
  margin-right: 21px;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 63px;
  max-width: 500px;
}
.block-wishlist-search-results .table-wrapper {
  border-top: none;
}
.block-wishlist-info-items .block-title {
  margin-bottom: 21px;
  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: 21px;
}
.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 10.5px;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 10.5px 0;
  visibility: hidden;
}
.block-wishlist-info-items .wishlist-dropdown .change {
  color: #022d55;
}
.block-wishlist-info-items .action.towishlist {
  padding: 10.5px 0;
}
.block-wishlist-info-items .input-text.qty {
  margin-right: 10px;
}
.multicheckout .title {
  margin-bottom: 31.5px;
}
.multicheckout .title strong {
  font-weight: 400;
}
.multicheckout .table-wrapper {
  margin-bottom: 0;
}
.multicheckout .table-wrapper .table > tbody > tr > td,
.multicheckout .table-wrapper .table > tbody > tr > th,
.multicheckout .table-wrapper .table > tfoot > tr > td,
.multicheckout .table-wrapper .table > tfoot > tr > th,
.multicheckout .table-wrapper .table > thead > tr > td,
.multicheckout .table-wrapper .table > thead > tr > th {
  vertical-align: middle;
}
.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: 10.5px;
}
.multicheckout .table-wrapper .product-item-name > a,
.multicheckout .table-wrapper .product-item-name > a:hover {
  color: #022d55;
}
.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0;
}
.multicheckout > .actions-toolbar {
  margin-top: 42px;
}
.multicheckout .actions-toolbar > .secondary {
  display: block;
}
.multicheckout .actions-toolbar > .secondary .action.back {
  display: block;
  margin-left: 0;
}
.multicheckout .actions-toolbar > .primary {
  margin-right: 10.5px;
}
.multicheckout .item-options {
  margin: 10.5px 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: 10.5px;
}
.multicheckout .block-title strong,
.multicheckout .block-content .title strong {
  font-weight: 400;
}
.multicheckout .block-title strong span,
.multicheckout .block-content .title strong span {
  color: #c8cacc;
}
.multicheckout .block-content .title {
  border-bottom: none;
  padding-bottom: 0;
}
.multicheckout.order-review .box-items .box-content {
  border-top: 1px solid #ddd;
  border-radius: 8px;
}
.multicheckout.order-review .box-items .data.table {
  margin-bottom: 0;
}
.multicheckout.order-review .block-title > strong {
  font-size: 2.4rem;
}
.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
  margin-bottom: 42px;
}
.multicheckout .box-title span {
  margin-right: 10.5px;
}
.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;
  color: #54575a;
  font-weight: 700;
  text-transform: none;
  font-size: 14px;
  line-height: 1.4;
}
.multicheckout .box-billing-method .methods-payment .item-title label {
  font-size: 14px;
  vertical-align: top;
  font-weight: 600;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 2.3rem;
  margin-bottom: 42px;
}
.multicheckout .checkout-review .grand.totals .mark {
  font-weight: 400;
  padding: 0;
  background: none;
}
[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: #ddd;
  content: '\f84c';
  font-family: 'porto-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 {
  padding-left: 35px;
}
.block.newsletter .title {
  display: none;
}
.block.newsletter .actions {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.block.newsletter .action.subscribe {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -1px;
}
.data.switch .counter {
  color: #9ea1a4;
}
.data.switch .counter:before {
  content: "(";
}
.data.switch .counter:after {
  content: ")";
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 88px;
  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: #c3c5c9;
  font-family: 'porto-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\f844' '\f844' '\f844' '\f844' '\f844';
  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: #ffc600;
  font-family: 'porto-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\f844' '\f844' '\f844' '\f844' '\f844';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.rating-summary .rating-result {
  display: block;
  width: 83px;
}
.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: #c3c5c9;
  font-family: 'porto-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\f844' '\f844' '\f844' '\f844' '\f844';
  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: #ffc600;
  font-family: 'porto-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  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: '\f844' '\f844' '\f844' '\f844' '\f844';
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: '\f844' '\f844' '\f844' '\f844';
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: '\f844' '\f844' '\f844';
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: '\f844' '\f844';
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: '\f844';
}
.review-control-vote:before {
  content: '\f845' '\f845' '\f845' '\f845' '\f845';
}
.review-toolbar {
  padding: 0;
  border-top: 1px solid #c9c9c9;
  margin: 0 0 21px;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  display: block;
  text-align: center;
  border-bottom: 1px solid #c9c9c9;
  padding: 21px 0;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form .action.submit.primary {
  font-size: 2rem;
  line-height: 1.7rem;
  padding: 7px 15px;
  margin: 0;
}
.review-form .actions-toolbar .actions-primary {
  padding: 0;
}
.fieldset .review-legend.legend {
  line-height: 1.3;
  border-bottom: 0;
  padding: 0;
  margin-bottom: 21px;
}
.fieldset .review-legend.legend span {
  margin: 0;
}
.fieldset .review-legend.legend strong {
  display: block;
  font-weight: 600;
}
.fieldset .review-field-ratings > .label {
  margin-bottom: 10.5px;
  font-weight: 600;
  padding: 0;
}
.review-control-vote label:before,
.review-control-vote:before {
  font-size: 32px;
  line-height: 32px;
  height: 32px;
  letter-spacing: 10px;
}
.review-field-rating .label {
  font-weight: 600;
}
.review-field-rating .control {
  margin-top: 10.5px;
  margin-bottom: 50.4px;
}
.review-list {
  margin-bottom: 31.5px;
}
.review-list .block-title strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.8rem;
  margin-top: 2.625rem;
  margin-bottom: 2.1rem;
}
.review-item {
  padding: 21px 0;
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  max-width: 100%;
  margin-bottom: 10.5px;
}
.review-author {
  display: inline;
}
.review-author .review-details-value {
  font-weight: 400;
}
.review-date {
  display: inline;
}
.review-title {
  font-weight: 600;
  line-height: 1.1;
  font-size: 2rem;
  margin-top: 2.1rem;
  margin-bottom: 1.05rem;
  margin: 0 0 21px;
}
.review-content {
  margin-bottom: 21px;
}
.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: 21px;
}
.product-reviews-summary {
  margin-bottom: 10px;
}
.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;
  vertical-align: middle;
  font-size: 14px;
  margin-top: 0;
  line-height: 16px;
}
.product-reviews-summary .reviews-actions a {
  color: #bdbdbd;
  padding: 0 15px 0 10px;
}
.product-reviews-summary .reviews-actions a:not(:last-child) {
  border-right: 1px solid #ccc;
}
.product-reviews-summary.no-rating .reviews-actions a:first-child {
  padding-left: 0;
}
.product-info-main .product-reviews-summary,
.customer-review .product-reviews-summary {
  margin-bottom: 20px;
}
.product-info-main .rating-summary,
.customer-review .rating-summary {
  margin-right: 15px;
}
.block-reviews-dashboard .items .item {
  margin-bottom: 21px;
}
.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.25px;
}
.block-reviews-dashboard .rating-summary .label {
  font-weight: 600;
  margin-right: 10.5px;
}
.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 {
  width: 30%;
  max-width: 285px;
  float: left;
  margin-right: 3%;
}
.customer-review .review-details {
  margin: 0;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 21px;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 10.5px;
}
.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}
.customer-review .review-details .review-title {
  line-height: 1.1;
  font-size: 2rem;
  margin-top: 2.1rem;
  margin-bottom: 1.05rem;
  font-weight: 600;
  margin-bottom: 21px;
}
.customer-review .review-details .review-content {
  margin: 0;
  margin-bottom: 21px;
}
.customer-review .review-details .review-date {
  color: #c8cacc;
}
.block-reward-info .reward-balance {
  font-size: 1.8rem;
  margin-bottom: 26.25px;
}
.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: 26.25px;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 10.5px;
}
.order-details-items.rma .order-title {
  display: none;
}
.order-details-items.rma .order-title + .toolbar {
  display: none;
}
.form-create-return .additional:first-child {
  margin-top: 0;
}
.form-create-return .field.comment {
  margin-top: 55px;
}
.block-returns-comments .returns-comments dt,
.block-returns-comments .returns-comments dd {
  margin: 0;
}
.block-returns-comments .returns-comments dt {
  font-weight: 400;
}
.block-returns-comments .returns-comments dd {
  margin-bottom: 15px;
}
.block-returns-comments .returns-comments dd:last-child {
  margin-bottom: 0;
}
.block-returns-comments .fieldset {
  margin-bottom: 21px;
}
.order-links .item {
  line-height: 42px;
  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: #9ea1a4;
  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: 42px;
  padding: 10.5px;
}
.order-details-items.ordered .order-title {
  display: none;
}
.order-details-items .order-title {
  border-bottom: 1px solid #ccc;
  padding: 0 0 10.5px;
}
.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 > .secondary .action.back {
  display: inline-block;
}
.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-top: 20px;
  padding-bottom: 20px;
}
.order-details-items .table-order-items tbody .col.label {
  font-weight: 700;
  padding-top: 0;
  padding-bottom: 5px;
}
.order-details-items .table-order-items tbody .col.options {
  padding: 0 0 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-top: 0;
  padding-bottom: 15px;
}
.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: #54575a;
}
.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: '\f807';
  font-family: 'porto-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: '\f804';
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ": ";
}
.order-details-items .action.print {
  display: none;
}
.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.email,
.form-orders-search .field.zip {
  margin-bottom: 0;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
}
.block-reorder .product-item-name {
  display: inline-block;
}
.block-reorder .product-item .field.item {
  display: inline-block;
}
.form.send.friend {
  display: block;
  border: 1px solid #ececec;
  border-radius: 8px;
  background: #fff;
  border-top: 4px solid #022d55;
  padding: 35px 25px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
}
.product-social-links .action.mailto.friend:before,
.moved-add-to-links .action.mailto.friend:before {
  content: '\f84c';
}
.block-collapsible-nav .item {
  border-bottom: 1px solid #ddd;
}
.block-collapsible-nav .item:first-child {
  border-top: 1px solid #ddd;
}
.block-collapsible-nav .item a,
.block-collapsible-nav .item > strong {
  color: #777;
  display: block;
  padding: 8px 18px 8px 15px;
  position: relative;
}
.block-collapsible-nav .item a:before,
.block-collapsible-nav .item > strong:before {
  font-family: 'porto-icons';
  content: '\f821';
  position: absolute;
  left: 0;
}
.block-collapsible-nav .item a {
  text-decoration: none;
}
.block-collapsible-nav .item a:hover,
.block-collapsible-nav .item a:active,
.block-collapsible-nav .item a:focus {
  color: #022d55;
  background-color: transparent;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current strong {
  color: #022d55;
  font-weight: 400;
}
.heading.heading-border {
  margin-bottom: 1.5625rem;
}
.heading.heading-border h1,
.heading.heading-border h2,
.heading.heading-border h3,
.heading.heading-border h4,
.heading.heading-border h5,
.heading.heading-border h6 {
  padding: 0;
  margin: 0;
}
.heading.heading-middle-border .heading-tag {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.heading.heading-middle-border .heading-tag:before,
.heading.heading-middle-border .heading-tag:after {
  height: 0;
  border-top: 1px solid;
  border-top-color: inherit;
  -ms-flex: 1;
  flex: 1;
}
.heading.heading-middle-border .heading-tag:after {
  content: '';
}
.heading.heading-middle-border h1:before {
  margin-right: 20px;
}
.heading.heading-middle-border h1:after {
  margin-left: 20px;
}
.heading.heading-middle-border h2:before,
.heading.heading-middle-border h3:before {
  margin-right: 15px;
}
.heading.heading-middle-border h2:after,
.heading.heading-middle-border h3:after {
  margin-left: 15px;
}
.heading.heading-middle-border h4:before,
.heading.heading-middle-border h5:before,
.heading.heading-middle-border h6:before {
  margin-right: 8px;
}
.heading.heading-middle-border h4:after,
.heading.heading-middle-border h5:after,
.heading.heading-middle-border h6:after {
  margin-left: 8px;
}
.heading.heading-middle-border-reverse .heading-tag:before {
  content: '';
}
.heading.heading-middle-border-reverse .heading-tag:after {
  content: none;
}
.heading.heading-middle-border-center .heading-tag:before {
  content: '';
}
.heading.heading-border-xs .heading-tag {
  border-bottom-width: 1px;
}
.heading.heading-border-xs .heading-tag:before,
.heading.heading-border-xs .heading-tag:after {
  border-top-width: 1px;
}
.heading.heading-border-sm .heading-tag {
  border-bottom-width: 2px;
}
.heading.heading-border-sm .heading-tag:before,
.heading.heading-border-sm .heading-tag:after {
  border-top-width: 2px;
}
.heading.heading-border-lg .heading-tag {
  border-bottom-width: 3px;
}
.heading.heading-border-lg .heading-tag:before,
.heading.heading-border-lg .heading-tag:after {
  border-top-width: 3px;
}
.heading.heading-border-xl .heading-tag {
  border-bottom-width: 5px;
}
.heading.heading-border-xl .heading-tag:before,
.heading.heading-border-xl .heading-tag:after {
  border-top-width: 5px;
}
.heading.heading-bottom-border h1 {
  border-bottom: 5px solid;
  padding-bottom: 10px;
}
.heading.heading-bottom-border h2,
.heading.heading-bottom-border h3 {
  border-bottom: 2px solid;
  padding-bottom: 10px;
}
.heading.heading-bottom-border h4,
.heading.heading-bottom-border h5,
.heading.heading-bottom-border h6 {
  border-bottom: 1px solid;
  padding-bottom: 5px;
}
.heading.heading-bottom-double-border .heading-tag {
  border-bottom: 3px double;
  padding-bottom: 10px;
}
.heading.heading-bottom-double-border h4,
.heading.heading-bottom-double-border h5,
.heading.heading-bottom-double-border h6 {
  padding-bottom: 5px;
}
.heading.heading-border .heading-tag {
  border-top-color: #dbdbdb;
  border-bottom-color: #dbdbdb;
}
.porto-icon {
  display: inline-block;
  font-size: 32px;
  height: 2em;
  width: 2em;
  text-align: center;
  line-height: 2em;
  box-sizing: content-box !important;
}
.porto-icon i {
  line-height: inherit;
}
.porto-icon.none {
  display: inline-block;
  font-size: 35px;
  height: 1em;
  width: auto;
  text-align: center;
  line-height: 1;
}
.porto-icon.circle {
  border-radius: 50%;
}
/* Info Box */
.porto-sicon-box .porto-icon,
.porto-sicon-box .img-icon {
  transition: transform 0.2s linear;
}
.porto-sicon-header .porto-sicon-title {
  margin: 3px 0;
}
.default-icon .porto-sicon-header .porto-sicon-title:not(:last-child) {
  margin: 0 0 3px;
}
.porto-sicon-header h3.porto-sicon-title {
  font-size: 16px;
  line-height: 1.2em;
}
.porto-sicon-header > p:last-child {
  margin-bottom: 0;
}
.porto-sicon-description {
  width: 100%;
  display: block;
  line-height: 24px;
  margin-top: 0;
}
.porto-sicon-header + .porto-sicon-description {
  margin-top: 16px;
}
.porto-sicon-read {
  display: block;
  padding: 5px 0;
  text-decoration: none;
}
a.porto-sicon-box-link {
  text-decoration: none;
  border: none;
  display: block;
}
.porto-sicon-box.default-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.porto-sicon-box.flex-wrap .porto-sicon-header {
  -ms-flex: 1;
  flex: 1;
  min-width: 50%;
}
.default-icon .porto-sicon-default .porto-icon,
.default-icon .porto-sicon-default .porto-sicon-img {
  margin-right: 15px;
}
.top-icon .porto-icon,
.top-icon .porto-sicon-img,
.top-icon .porto-sicon-header,
.top-icon .porto-sicon-description {
  display: block;
  margin: 0 auto;
}
.top-icon .porto-sicon-header {
  margin-bottom: 1rem;
}
.top-icon .porto-sicon-header p:last-child {
  margin-bottom: 0;
}
.top-icon .porto-sicon-description {
  margin-top: 15px;
}
.top-icon .porto-sicon-header + .porto-sicon-description {
  margin-top: 0;
}
.porto-sicon-box.left-icon,
.porto-sicon-box.right-icon {
  display: -ms-flexbox;
  display: flex;
}
.left-icon .porto-sicon-left .porto-icon,
.left-icon .porto-sicon-left .porto-sicon-img {
  margin-right: 20px;
}
.left-icon .porto-sicon-body,
.right-icon .porto-sicon-body {
  -ms-flex: 1;
  flex: 1;
  max-width: 100%;
}
.porto-sicon-box.top-icon {
  text-align: center;
}
.porto-sicon-box .porto-just-icon-wrapper {
  line-height: 1em;
}
.right-icon .porto-sicon-right .porto-icon,
.right-icon .porto-sicon-right .porto-sicon-img {
  margin-left: 15px;
}
.right-icon .porto-sicon-body,
.right-icon .porto-sicon-body *,
.right-icon .porto-sicon-header .porto-sicon-title,
.right-icon .porto-sicon-description {
  text-align: right;
}
.heading-right-icon .porto-sicon-heading-right {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.porto-sicon-heading-right + .porto-sicon-description {
  margin-top: 10px;
}
.heading-right-icon .porto-sicon-heading-right .porto-icon,
.heading-right-icon .porto-sicon-heading-right .porto-sicon-img {
  margin-left: 15px;
}
.heading-right-icon .porto-sicon-header {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.heading-right-icon .porto-sicon-header h3.porto-sicon-title,
.heading-right-icon .porto-sicon-description,
.heading-right-icon .porto-sicon-description * {
  text-align: right;
}
html .top-icon .porto-just-icon-wrapper {
  margin-bottom: 15px;
}
html .top-icon .porto-sicon-header h3.porto-sicon-title {
  margin-top: 0;
}
html .top-icon .porto-sicon-header h2.porto-sicon-title {
  margin-top: 0;
}
html .porto-sicon-header h3.porto-sicon-title {
  font-size: 1.4em;
  font-weight: 400;
  text-transform: none;
}
html h3.porto-sicon-title small {
  font-size: 75%;
  display: block;
  margin: 2px 0 4px;
}
html .porto-sicon-read {
  margin-top: 10px;
}
.info-box-small .porto-sicon-box,
.info-box-small-wrap .porto-sicon-box {
  margin-bottom: 15px;
}
.info-box-small .porto-sicon-header + .porto-sicon-description,
.info-box-small-wrap .porto-sicon-header + .porto-sicon-description {
  margin-top: 7px;
}
.porto-sicon-box {
  margin-bottom: 20px;
  /*.fa {
        font-family: "FontAwesome" !important;
    }*/
}
.porto-sicon-box.top-icon.text-left .porto-just-icon-wrapper,
.porto-sicon-box.bottom-icon.text-left .porto-just-icon-wrapper,
.porto-sicon-box.top-icon.text-left .porto-sicon-header,
.porto-sicon-box.bottom-icon.text-left .porto-sicon-header,
.porto-sicon-box.top-icon.text-left .porto-sicon-img,
.porto-sicon-box.bottom-icon.text-left .porto-sicon-img,
.porto-sicon-box.top-icon.text-left .porto-sicon-description,
.porto-sicon-box.bottom-icon.text-left .porto-sicon-description {
  text-align: left !important;
}
.porto-sicon-box.top-icon.text-right .porto-just-icon-wrapper,
.porto-sicon-box.bottom-icon.text-right .porto-just-icon-wrapper,
.porto-sicon-box.top-icon.text-right .porto-sicon-header,
.porto-sicon-box.bottom-icon.text-right .porto-sicon-header,
.porto-sicon-box.top-icon.text-right .porto-sicon-img,
.porto-sicon-box.bottom-icon.text-right .porto-sicon-img,
.porto-sicon-box.top-icon.text-right .porto-sicon-description,
.porto-sicon-box.bottom-icon.text-right .porto-sicon-description {
  text-align: right !important;
}
/* effects */
.porto-sicon-box.style_2:hover .porto-icon,
.porto-sicon-box.style_2:hover .img-icon {
  transform: scale(1.15, 1.15);
}
.porto-sicon-box.style_3:hover .porto-icon,
.porto-sicon-box.style_3:hover .img-icon {
  transform: translateY(-4px);
}
.porto-sicon-box.featured-icon .porto-sicon-header h3.porto-sicon-title {
  font-weight: 600;
}
.porto-sicon-box.featured-icon .porto-icon {
  border-radius: 35px;
  color: #fff;
  margin-right: 10px;
  height: 35px;
  position: relative;
  text-align: center;
  width: 35px;
  background: transparent;
  line-height: 32px;
}
.porto-sicon-box.featured-icon .porto-icon:after {
  border-radius: 50%;
  box-sizing: initial;
  content: "";
  display: block;
  height: 100%;
  left: -4px;
  padding: 1px;
  position: absolute;
  top: -4px;
  width: 100%;
}
.porto-sicon-box.featured-icon .porto-icon i {
  line-height: 35px;
}
.share-links {
  vertical-align: middle;
}
.share-links a {
  font-size: 0.8rem;
  color: #fff;
  text-indent: -9999em;
  text-align: center;
  width: 2.2857em;
  height: 2.2857em;
  display: inline-block;
  margin: 0.2857em 0.5714em 0.2857em 0;
  position: relative;
  text-decoration: none;
  vertical-align: middle;
  transition: 0.25s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.share-links a:before {
  font-family: 'Font Awesome 6 Brands';
  text-indent: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  line-height: 23px;
  height: 22px;
  margin: auto;
  z-index: 2;
}
.share-links a:hover,
.share-links a:focus {
  opacity: 0.9;
  color: #fff;
}
.page-footer .share-links a:hover {
  color: #fff;
}
.share-links.disable-br a {
  border-radius: 0 !important;
}
.share-links .share-twitter {
  background: #000;
}
.share-links .share-twitter:before {
  content: "\e61b";
}
.share-links .share-x-twitter {
  background: #000;
}
.share-links .share-x-twitter:before {
  content: "\e61b";
}
.share-links .share-facebook {
  background: #3b5a9a;
}
.share-links .share-facebook:before {
  content: "\f39e";
}
.share-links .share-linkedin {
  background: #0073b2;
}
.share-links .share-linkedin:before {
  content: "\f0e1";
}
.share-links .share-rss {
  background: #ff8201;
}
.share-links .share-rss:before {
  content: "\f09e";
}
.share-links .share-googleplus {
  background: #dd4b39;
}
.share-links .share-googleplus:before {
  content: "\f0d5";
}
.share-links .share-pinterest {
  background: #cc2127;
}
.share-links .share-pinterest:before {
  content: "\f0d2";
}
.share-links .share-youtube {
  background: #c3191e;
}
.share-links .share-youtube:before {
  content: "\f167";
}
.share-links .share-instagram {
  background: #7c4a3a;
}
.share-links .share-instagram:before {
  content: "\f16d";
}
.share-links .share-skype {
  background: #00b0f6;
}
.share-links .share-skype:before {
  content: "\f17e";
}
.share-links .share-email {
  background: #dd4b39;
}
.share-links .share-email:before {
  font-family: porto-icons;
  content: "\e82e";
  font-weight: 400;
}
.share-links .share-vk {
  background: #6383a8;
}
.share-links .share-vk:before {
  content: "\f189";
}
.share-links .share-xing {
  background: #1a7576;
}
.share-links .share-xing:before {
  content: "\f168";
}
.share-links .share-tumblr {
  background: #304e6c;
}
.share-links .share-tumblr:before {
  content: "\f173";
}
.share-links .share-reddit {
  background: #ff4107;
}
.share-links .share-reddit:before {
  content: "\f1a1";
}
.share-links .share-vimeo {
  background: #52b8ea;
}
.share-links .share-vimeo:before {
  content: "\f27d";
}
.share-links .share-telegram {
  background: #0088cc;
}
.share-links .share-telegram:before {
  content: "\f3fe";
}
.share-links .share-yelp {
  background: #c41200;
}
.share-links .share-yelp:before {
  content: "\f1e9";
}
.share-links .share-flickr {
  background: #0063DC;
}
.share-links .share-flickr:before {
  content: "\f16e";
}
.share-links .share-whatsapp {
  background: #3c8a38;
}
.share-links .share-whatsapp:before {
  content: "\f232";
  font-size: 17px;
}
.share-links.default-skin a {
  color: #fff !important;
}
.share-links.default-skin a:hover {
  opacity: 0.8;
}
.share-links.default-skin .share-twitter {
  background: #000 !important;
}
.share-links.default-skin .share-facebook {
  background: #3b5a9a !important;
}
.share-links.default-skin .share-linkedin {
  background: #0073b2 !important;
}
.share-links.default-skin .share-rss {
  background: #ff8201 !important;
}
.share-links.default-skin .share-googleplus {
  background: #dd4b39 !important;
}
.share-links.default-skin .share-pinterest {
  background: #cc2127 !important;
}
.share-links.default-skin .share-youtube {
  background: #c3191e !important;
}
.share-links.default-skin .share-instagram {
  background: #7c4a3a !important;
}
.share-links.default-skin .share-skype {
  background: #00b0f6 !important;
}
.share-links.default-skin .share-email {
  background: #dd4b39 !important;
}
.share-links.default-skin .share-vk {
  background: #6383a8 !important;
}
.share-links.default-skin .share-xing {
  background: #1a7576 !important;
}
.share-links.default-skin .share-tumblr {
  background: #304e6c !important;
}
.share-links.default-skin .share-reddit {
  background: #ff4107 !important;
}
.share-links.default-skin .share-vimeo {
  background: #52b8ea !important;
}
.share-links.default-skin .share-telegram {
  background: #0088cc !important;
}
.share-links.default-skin .share-telegram {
  background: #0088cc !important;
}
.share-links.default-skin .share-yelp {
  background: #c41200 !important;
}
.share-links.default-skin .share-flickr {
  background: #0063DC !important;
}
.share-links.default-skin .share-whatsapp {
  background: #3c8a38 !important;
}
.testimonial {
  margin-bottom: 20px;
}
.slick-slider .testimonial {
  margin-bottom: 0;
}
.testimonial blockquote {
  border: 0;
  color: #fff;
  margin: 0;
  padding: 2.5rem 4rem 2.5rem 4.5rem;
  position: relative;
  font-size: 1em;
  font-family: inherit;
  font-style: inherit;
  line-height: inherit;
}
.testimonial blockquote p {
  font-size: 1.2em;
  line-height: 1.5;
  margin-bottom: 0;
  color: inherit;
}
.testimonial blockquote:before {
  left: 20px;
  top: 20px;
  content: "\201C";
  font-size: 80px;
  font-style: normal;
  line-height: 1;
  position: absolute;
  font-family: 'Playfair Display';
}
.testimonial .testimonial-arrow-down {
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 8px solid #ccc;
  height: 0;
  margin: 0 0 0 40px;
  width: 0;
}
.testimonial .testimonial-author {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 12px 0 0 0;
}
.testimonial .testimonial-author .testimonial-author-thumbnail {
  width: auto;
}
.testimonial .testimonial-author img {
  max-width: 25px;
}
.testimonial .testimonial-author strong {
  display: block;
  margin-bottom: 2px;
  font-size: 1rem;
  font-weight: 700;
}
.testimonial .testimonial-author span {
  color: #666;
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
}
.testimonial .testimonial-author p {
  color: #999;
  margin-left: 0.75rem;
  text-align: left;
  line-height: 1.2;
}
.testimonial.testimonial-style-2 {
  text-align: center;
}
.testimonial.testimonial-style-2 blockquote {
  background: transparent!important;
  padding: 20px;
}
.testimonial.testimonial-style-2 blockquote:before {
  display: none;
}
.testimonial.testimonial-style-2 .testimonial-arrow-down {
  display: none;
}
.testimonial.testimonial-style-2 .testimonial-author {
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 6px 0 0;
}
.testimonial.testimonial-style-2 .testimonial-author img {
  margin: 0 auto 10px;
  max-width: 60px;
}
.testimonial.testimonial-style-2 .testimonial-author p {
  text-align: center;
  padding: 0;
  margin: 0;
}
.testimonial.testimonial-style-3 blockquote {
  padding: 12px 30px;
}
.testimonial.testimonial-style-3 blockquote p {
  font-size: 1em;
  font-style: normal;
}
.testimonial.testimonial-style-3 blockquote:before {
  top: 5px;
  left: 9px;
  font-size: 35px;
}
.testimonial.testimonial-style-3 blockquote:after {
  font-size: 35px;
  bottom: -5px;
}
.testimonial.testimonial-style-3 .testimonial-author {
  margin-left: 8px;
}
.testimonial.testimonial-style-3 .testimonial-author img {
  max-width: 55px;
}
.testimonial.testimonial-style-3 .testimonial-arrow-down {
  margin-left: 20px;
}
.testimonial.testimonial-style-4 {
  padding: 7px;
  border: 1px solid;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
}
.testimonial.testimonial-style-4 blockquote {
  background: transparent!important;
  padding: 12px 30px;
  color: #777;
}
.testimonial.testimonial-style-4 blockquote p {
  font-size: 1em;
  font-style: normal;
}
.testimonial.testimonial-style-4 blockquote:before {
  top: 5px;
  left: 9px;
  font-size: 35px;
}
.testimonial.testimonial-style-4 blockquote:after {
  font-size: 35px;
  bottom: -5px;
}
.testimonial.testimonial-style-4 .testimonial-arrow-down {
  display: none;
}
.testimonial.testimonial-style-4 .testimonial-author {
  margin-left: 30px;
  margin-bottom: 15px;
  -ms-flex-align: center;
  align-items: center;
}
.testimonial.testimonial-style-4 .testimonial-author img {
  max-width: 55px;
}
.testimonial.testimonial-style-4 .testimonial-author p {
  margin-bottom: 0;
}
.testimonial.testimonial-style-5 {
  text-align: center;
}
.testimonial.testimonial-style-5 blockquote {
  background: transparent!important;
  padding: 6px 20px;
}
.testimonial.testimonial-style-5 blockquote p {
  font-size: 1.2em;
  font-style: normal;
}
.testimonial.testimonial-style-5 blockquote:before {
  display: none;
}
.testimonial.testimonial-style-5 .testimonial-arrow-down {
  display: none;
}
.testimonial.testimonial-style-5 .testimonial-author {
  display: block;
  padding: 15px 0 0;
  margin: 12px 0 0;
}
.testimonial.testimonial-style-5 .testimonial-author img {
  margin: 0 auto 10px;
}
.testimonial.testimonial-style-5 .testimonial-author p {
  text-align: center;
  padding: 0;
  margin: 0;
}
.testimonial.testimonial-style-6 {
  text-align: center;
}
.testimonial.testimonial-style-6 blockquote {
  background: transparent!important;
  border: 0;
  padding: 0 10%;
}
.testimonial.testimonial-style-6 blockquote i.fa-quote-left {
  font-size: 34px;
  position: relative;
  left: -5px;
}
.testimonial.testimonial-style-6 blockquote p {
  font-size: 24px;
  line-height: 30px;
}
.testimonial.testimonial-style-6 blockquote span {
  font-size: 16px;
  line-height: 20px;
  color: #999;
  position: relative;
  left: -5px;
}
.testimonial.testimonial-style-6 blockquote:before {
  display: none;
}
.testimonial.testimonial-style-6 .testimonial-arrow-down {
  display: none;
}
.testimonial.testimonial-style-6 .testimonial-author {
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 6px 0 0;
}
.testimonial.testimonial-style-6 .testimonial-author img {
  margin: 15px auto 10px;
}
.testimonial.testimonial-style-6 .testimonial-author p {
  text-align: center;
  padding: 0;
  margin: 0;
}
.testimonial.testimonial-with-quotes {
  text-align: center;
}
.testimonial.testimonial-with-quotes blockquote {
  background: transparent!important;
}
.testimonial.testimonial-with-quotes blockquote p {
  padding: 0 40px;
}
.testimonial.testimonial-with-quotes blockquote:before,
.testimonial.testimonial-with-quotes blockquote:after {
  display: block!important;
  left: 10px;
  top: 0;
  content: "\201C";
  font-size: 80px;
  font-style: normal;
  line-height: 1;
  position: absolute;
}
.testimonial.testimonial-with-quotes blockquote:after {
  content: "\201D";
  left: auto;
  right: 10px;
  top: auto;
  bottom: -0.5em;
}
.testimonial.testimonial-with-quotes img {
  margin: 15px auto 10px;
  width: 60px;
}
.testimonial.testimonial-with-quotes .testimonial-author p {
  margin: 0 auto;
  text-align: center;
}
.testimonial.testimonial-with-quotes.testimonial-light blockquote {
  color: #fff;
}
.testimonial.testimonial-with-quotes.testimonial-light .testimonial-author span,
.testimonial.testimonial-with-quotes.testimonial-light .testimonial-author strong {
  opacity: 0.6;
  color: #fff;
}
.testimonial.testimonial-with-quotes.testimonial-remove-right-quote blockquote {
  background: transparent!important;
}
.testimonial.testimonial-with-quotes.testimonial-remove-right-quote blockquote p {
  font-family: Georgia,serif!important;
  font-style: italic;
  font-size: 1.2em;
}
.testimonial.testimonial-with-quotes.testimonial-remove-right-quote blockquote:after {
  content: none;
}
.testimonial.testimonial-no-borders {
  border-width: 0;
  box-shadow: none;
}
.testimonial .testimonial-author strong {
  color: #111;
}
.testimonial.testimonial-style-3 blockquote {
  background: #f2f2f2;
}
.testimonial.testimonial-style-3 .testimonial-arrow-down {
  border-top: 10px solid #f2f2f2 !important;
}
.testimonial.testimonial-style-4 {
  border-top-color: #dfdfdf;
  border-bottom-color: #dfdfdf;
  border-left-color: #ececec;
  border-right-color: #ececec;
}
.testimonial.testimonial-style-5 .testimonial-author {
  border-top: 1px solid #f2f2f2;
}
body {
  background-color: #fff;
}
.ie9 .page-wrapper {
  background-color: #fff;
  min-height: 0;
}
.columns .column.main {
  max-width: 100%;
}
.page-header {
  background-color: #fff;
  border-top: 4px solid #022d55;
  position: relative;
  z-index: 4;
}
.page-header .panel.wrapper {
  background-color: #022d55;
  color: #dfe3e6;
}
.page-header.type1 .minicart-wrapper {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -20px;
}
.page-header.type1 .logo {
  margin: 28px 0;
}
.page-header.type2 {
  background-color: #0083c1;
  color: #fff;
  border: 0;
}
.page-header.type2 .header.panel > .header.links > li > a {
  color: #fff;
}
.page-header.type2 .header.panel > .header.links > li > a:hover {
  color: #fff;
}
.page-header.type2 .minicart-wrapper {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -20px;
}
.page-header.type2 .minicart-wrapper .action.showcart:before,
.page-header.type2 .minicart-wrapper .action.showcart.active:before {
  color: #fff;
}
.page-header.type2 .minicart-wrapper .action.showcart .counter.qty {
  color: #000;
}
.page-header.type3 {
  border: 0;
  background-color: #1e1e1e;
}
.page-header.type3 .logo {
  display: block;
  margin: 20px 25px 25px 0;
  float: left;
  z-index: 7;
}
.page-header.type4 {
  border: 0;
  background-color: #1e1e1e;
}
.page-header.type4 .logo {
  display: block;
  margin: 20px 25px 25px 0;
  float: left;
}
.page-header.type6 .panel.wrapper {
  background-color: #08c;
  color: #fff;
}
.page-header.type6 .panel.header .header.links > li > a {
  color: #fff;
}
.page-header.type6 .panel.header .header.links > li > a:hover {
  color: #fff;
}
.page-header.type8 .header.content {
  background-color: #022d55;
}
.page-header.type8 .minicart-wrapper {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -20px;
}
.page-header.type8 .minicart-wrapper .action.showcart:before,
.page-header.type8 .minicart-wrapper .action.showcart.active:before {
  color: #fff;
}
.page-header.type8 .minicart-wrapper .action.showcart .counter.qty {
  color: #000;
}
.page-header.type9 {
  border: 0;
  background-color: #5c616e;
}
.page-header.type9 .logo {
  display: block;
  margin: 28px 25px 28px 0;
  float: left;
}
.page-header.type11 .minicart-wrapper {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -20px;
}
.page-header.type12 {
  border: 0;
  background-color: #fff;
}
.page-header.type12 .logo {
  display: block;
  margin: 25px 25px 25px 0;
  float: left;
}
.header.panel > .header.links {
  margin: 0;
  padding: 0;
  list-style: none none;
  float: right;
  font-size: 0;
  margin-left: auto;
  margin-right: 21px;
}
.header.panel > .header.links > li {
  display: inline-block;
  vertical-align: top;
}
.header.panel > .header.links > li {
  font-size: 11px;
  text-transform: uppercase;
}
.header.panel > .header.links > li > a {
  color: #dfe3e6;
  text-decoration: none;
}
.header.panel > .header.links > li > a:visited {
  color: #dfe3e6;
  text-decoration: none;
}
.header.panel > .header.links > li > a:hover {
  color: #dfe3e6;
  text-decoration: underline;
}
.header.panel > .header.links > li > a:active {
  color: #dfe3e6;
  text-decoration: underline;
}
.header.content {
  position: relative;
}
.logo {
  display: inline-block;
  vertical-align: middle;
  margin: 30px 0;
  max-width: 50%;
  position: relative;
  z-index: 5;
}
.logo img {
  display: block;
  max-height: 50px;
  max-width: 100%;
}
.page-print .logo {
  display: inline-block;
  float: none;
}
.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 31.5px;
}
.action.skip:focus {
  background: #f0f0f0;
  padding: 10.5px;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 15;
}
.message.global p {
  margin: 0;
}
.message.global.noscript,
.message.global.cookie {
  margin: 0 0 10.5px;
  padding: 12px 21px 12px 26.25px;
  display: block;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #54575a;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #022d55;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #022d55;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #022d55;
}
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 10.5px;
}
.message.global.demo {
  margin: 0 0 10.5px;
  padding: 12px 21px 12px 26.25px;
  display: block;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #fff;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: #022d55;
}
.message.global.demo a:hover {
  color: #022d55;
}
.message.global.demo a:active {
  color: #022d55;
}
.page-header .switcher,
.page-footer .switcher {
  height: 15px;
}
.page-header .switcher .options,
.page-footer .switcher .options {
  display: inline-block;
  position: relative;
}
.page-header .switcher .options:before,
.page-footer .switcher .options:before,
.page-header .switcher .options:after,
.page-footer .switcher .options:after {
  content: '';
  display: table;
}
.page-header .switcher .options:after,
.page-footer .switcher .options:after {
  clear: both;
}
.page-header .switcher .options .action.toggle,
.page-footer .switcher .options .action.toggle {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.page-header .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 .switcher .options .action.toggle:after,
.page-footer .switcher .options .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 15px;
  color: inherit;
  content: '\f807';
  font-family: 'porto-icons';
  margin: 0 0 0 5px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .switcher .options .action.toggle:hover:after,
.page-footer .switcher .options .action.toggle:hover:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle:active:after,
.page-footer .switcher .options .action.toggle:active:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle.active,
.page-footer .switcher .options .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.page-header .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 .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: 16px;
  line-height: 15px;
  color: inherit;
  content: '\f804';
  font-family: 'porto-icons';
  margin: 0 0 0 5px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .switcher .options .action.toggle.active:hover:after,
.page-footer .switcher .options .action.toggle.active:hover:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle.active:active:after,
.page-footer .switcher .options .action.toggle.active:active:after {
  color: inherit;
}
.page-header .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: 0;
  margin-top: 4px;
  min-width: 160px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.page-header .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
  margin: 0;
  padding: 0;
}
.page-header .switcher .options ul.dropdown li:hover,
.page-footer .switcher .options ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before,
.page-header .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 .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
}
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbb transparent;
  z-index: 98;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.page-header .switcher .options.active,
.page-footer .switcher .options.active {
  overflow: visible;
}
.page-header .switcher .options.active ul.dropdown,
.page-footer .switcher .options.active ul.dropdown {
  display: block;
}
.page-header .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
  border-radius: 3px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  left: -10px;
}
.page-header .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
  border-radius: 3px;
}
.page-header .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  display: block;
  padding: 8px 10px;
  color: #54575a;
  font-size: 11px;
}
.page-header .switcher .options ul.dropdown a > img,
.page-footer .switcher .options ul.dropdown a > img {
  margin-bottom: 2px;
  margin-right: 3px;
}
.page-header .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  text-decoration: none;
}
.page-header .switcher strong,
.page-footer .switcher strong {
  font-weight: 400;
  line-height: 15px;
  font-size: 11px;
  vertical-align: top;
  display: inline-block;
}
.page-header .switcher strong > img,
.page-footer .switcher strong > img {
  margin-bottom: 2px;
  margin-right: 3px;
}
span.split {
  height: 14px;
  width: 1px;
  border-right: 1px solid #ccc;
  margin: 0 13px;
}
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child) {
  margin-bottom: 42px;
}
.widget {
  clear: both;
}
.ui-datepicker td {
  padding: 0;
}
.ui-tooltip {
  border: 1px solid #bbb;
  background: #fff;
  padding: 10px;
}
[class^="porto-icon-"]:before,
[class*=" porto-icon-"]:before {
  font-family: 'porto-icons';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.panel {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.recent-posts .item .post-image {
  border-radius: 5px;
  overflow: hidden;
  margin: 0 0 15px 0;
  padding: 2px;
  border: 1px solid #e1e1e1;
  background-color: #fff;
  min-height: 120px;
}
.recent-posts .item .post-image img {
  border-radius: 4px;
  width: 100%;
}
.recent-posts .post-date {
  float: left;
  margin-right: 10px;
  text-align: center;
}
.recent-posts .post-date .day {
  background-color: #f7f7f7;
  color: #022d55;
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding: 8px;
}
.recent-posts .post-date .month {
  background-color: #022d55;
  border-radius: 0 0 2px 2px;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07000000000000001) inset;
  color: #fff;
  font-size: 0.9em;
  padding: 2px 0;
  display: block;
  width: 45px;
}
.recent-posts .postTitle {
  min-height: 55px;
  border: 0;
}
.recent-posts .postTitle h2 {
  font-size: 20px;
  line-height: 27px;
  font-weight: normal;
  padding: 0;
  margin: 0 0 10px 0;
}
.recent-posts .postTitle a:hover {
  text-decoration: none;
}
.recent-posts .postContent {
  font-size: 14px;
  line-height: 1.5;
  padding-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 15px;
}
.recent-posts .postContent > p {
  margin: 0;
}
.recent-posts a.readmore {
  font-weight: 300;
  font-size: 16px;
}
.product-social-links .action.towishlist:before,
.product-addto-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: '\f816';
}
.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: 10.5px;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 10.5px 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: 10.5px 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 10.5px;
}
.account .table-wrapper .data.table.wishlist .action.primary {
  vertical-align: top;
}
.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700;
}
.link.wishlist .counter {
  color: #9ea1a4;
  white-space: nowrap;
}
.link.wishlist .counter:before {
  content: '(';
}
.link.wishlist .counter:after {
  content: ')';
}
.block-wishlist .product-item-name {
  margin-right: 26.25px;
}
.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 10.5px;
}
.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: 10.5px 0;
}
.products-grid.wishlist .product-item-actions > * {
  margin-right: 15px;
}
.products-grid.wishlist .product-item-actions > *:last-child {
  margin-right: 0;
}
.filterproducts.products {
  margin: 0;
}
.filterproduct-title {
  background: url(../../frontend/Mobilityexpress/porto/en_US/images/slider-bar.png) right no-repeat;
  font-size: 16px;
  font-weight: 300;
  line-height: 42px;
  margin: 0;
  color: #313131;
  text-transform: uppercase;
  text-align: left;
}
.filterproduct-title .content {
  background-color: #fff;
  padding-right: 20px;
  display: inline;
}
h3.fullwidth-filter-title {
  font-size: 28px;
  color: #000;
  line-height: 1.2;
}
p.fullwidth-filter-description {
  font-size: 14px;
  color: #666;
  line-height: 1.4;
}
.owl-top-narrow .owl-theme .owl-controls {
  position: absolute;
  right: 0;
  top: -37px;
  margin: 0;
}
.owl-top-narrow .owl-theme .owl-controls .owl-nav [class*=owl-] {
  font-size: 18px;
  margin: 0;
  padding: 0;
}
.owl-middle-narrow .owl-theme .owl-controls,
.owl-middle-narrow.owl-theme .owl-controls {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -37px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s;
  pointer-events: none;
}
.owl-middle-narrow .owl-theme:hover .owl-controls,
.owl-middle-narrow.owl-theme:hover .owl-controls {
  opacity: 1;
  visibility: visible;
}
.owl-middle-narrow .owl-theme .owl-controls .owl-nav [class*=owl-],
.owl-middle-narrow.owl-theme .owl-controls .owl-nav [class*=owl-] {
  position: absolute;
  font-size: 40px;
  pointer-events: all;
}
.owl-middle-narrow .owl-theme .owl-prev,
.owl-middle-narrow.owl-theme .owl-prev {
  left: 0;
}
.owl-middle-narrow .owl-theme .owl-next,
.owl-middle-narrow.owl-theme .owl-next {
  right: 0;
}
.owl-top-narrow .recent-posts .owl-item .item {
  padding-top: 10px;
}
.owl-border-radius-7 .owl-stage-outer {
  border-radius: 7px;
}
.owl-bottom-absolute-narrow.owl-theme .owl-controls {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 15px;
}
.small-list.products-grid .product-item {
  float: none;
  padding: 0;
  width: auto;
  margin-bottom: 15px;
}
.small-list.products-grid .product-item-info .product-item-photo {
  float: left;
  width: 33.33%;
  padding: 0;
}
.small-list.products-grid .product-item-info .product-item-details {
  float: left;
  padding: 5px 0;
  padding-left: 10px;
  width: 66.66%;
  text-align: left;
}
.small-list.products-grid .product-item-info:after {
  content: "";
  display: table;
  clear: both;
}
.small-list.products-grid .product-item .product-item-name {
  font-size: 12px;
}
.small-list.products-grid .product-item .product-reviews-summary {
  background-image: none;
}
.small-list.products-grid .product-item .price-container .price {
  font-size: 14px;
}
.theme-color {
  color: #022d55 !important;
}
.block .block-title {
  margin: 5px 0 10px;
  line-height: 1.2;
  font-size: 16px;
}
.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer li {
  margin: 0;
}
.footer-middle {
  background-color: #022d55;
  color: #dfe3e6;
  padding: 40px 0;
}
.footer-middle > .container {
  position: relative;
}
.footer-middle [class^="porto-icon-"],
.footer-middle [class*=" porto-icon-"] {
  color: #dfe3e6;
}
.footer-middle .block {
  text-align: left;
  line-height: 1.5;
  margin: 0;
  width: auto;
}
.footer-middle .block .block-title {
  margin-bottom: 20px;
}
.footer-middle .block .block-title strong {
  font-weight: 400;
  padding: 0;
  font-size: 16px;
  color: #f27e2b;
  text-transform: none;
}
.footer-middle .block.newsletter {
  width: auto;
}
.footer-middle .block.newsletter .form.subscribe {
  max-width: 300px;
}
.footer-middle .block.newsletter label {
  margin-top: 50px;
  display: block;
  text-align: left;
  font-size: 13px;
  font-weight: 400;
  padding: 0;
  margin-bottom: 15px;
  line-height: 1.5;
}
.footer-middle .block.newsletter .field .control:before {
  display: none;
}
.footer-middle .block.newsletter input {
  padding: 0 10px;
  background-color: #dfe3e6;
  border-radius: 5px 0 0 5px;
  height: 30px;
  border: 0;
}
.footer-middle .block.newsletter .action.subscribe {
  border-radius: 0 5px 5px 0;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  padding: 0 13px;
  font-weight: 400;
}
.footer-middle ul.links {
  margin-top: -5px;
}
.footer-middle ul.links li {
  position: relative;
  padding: 10px 0;
  line-height: 1;
  display: block;
  margin: 0;
}
.footer-middle ul.links li [class^="porto-icon-"],
.footer-middle ul.links li [class*=" porto-icon-"] {
  margin-left: -5px;
}
.footer-middle ul.contact-info li {
  padding: 5px 0;
}
.footer-middle ul.contact-info li:first-child {
  padding-top: 0;
}
.footer-middle ul.contact-info [class^="porto-icon-"],
.footer-middle ul.contact-info [class*=" porto-icon-"] {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 18px;
  margin-left: -5px;
  margin-right: 3px;
}
.footer-middle ul.contact-info p {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
.footer-middle ul.features {
  margin-top: -5px;
}
.footer-middle ul.features li {
  position: relative;
  padding: 10px 0;
  line-height: 1;
  display: block;
}
.footer-middle ul.features li [class^="porto-icon-"],
.footer-middle ul.features li [class*=" porto-icon-"] {
  margin-left: -5px;
  margin-right: 3px;
}
.footer-middle a,
.footer-middle a:hover,
.footer-middle a:focus {
  color: #dfe3e6;
}
.footer-middle p {
  margin-bottom: 15px;
  line-height: 1.5;
}
.footer-bottom {
  min-height: 50px;
  line-height: 40px;
  background-color: #0e264a;
  padding: 25px 0;
}
.footer-bottom .logo {
  margin: 0;
  margin-right: 45px;
  float: left;
}
.footer-bottom .custom-block {
  float: left;
  line-height: 1;
  margin: 3px 0;
}
.footer-bottom .custom-block img {
  display: inline-block;
  vertical-align: middle;
}
.footer-bottom .social-icons {
  display: inline-block;
  vertical-align: middle;
  margin-right: 60px;
}
.footer-bottom address {
  float: right;
  line-height: 30px;
  margin: 0;
}
.footer-bottom .custom-block.f-right {
  margin-left: 60px;
}
.footer-bottom .custom-block ul.links {
  display: inline-block;
}
.footer-bottom .custom-block ul.links li {
  padding: 0 12px;
  border-right: 1px solid #bbb;
  font-size: 11px;
  display: inline;
  vertical-align: middle;
}
.footer-bottom .custom-block ul.links li:first-child {
  padding-left: 0;
}
.footer-bottom .custom-block ul.links a {
  color: #777;
  font-size: 11px;
}
.footer-bottom .switcher {
  line-height: 1 !important;
  display: block;
  height: auto;
  margin-top: 15px;
  float: left;
}
.footer-bottom .switcher label {
  display: none;
}
.footer-bottom .switcher select {
  display: inline-block;
  width: auto;
  line-height: 1;
}
.footer-ribbon {
  position: absolute;
  margin: -56px 0 25px;
  padding: 10px 20px 6px 20px;
  background-color: #022d55;
}
.footer-ribbon:before {
  content: '';
  display: block;
  width: 7px;
  height: 0;
  position: absolute;
  left: -10px;
  top: 0;
  border-right: 10px solid #011323;
  border-top: 16px solid transparent;
}
.footer-ribbon span {
  color: #dfe3e6;
  font-size: 20px;
  font-family: "Shadows Into Light", cursive;
  line-height: 1;
}
.social-icons li {
  display: inline-block;
  vertical-align: middle;
}
.social-icons li:first-child a {
  margin-left: 0;
}
.social-icons > li > a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #9e9e9e;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  margin-left: 7px;
  transition: 0.3s background-color;
}
.social-icons > li > a:hover,
.social-icons > li > a:focus {
  color: #fff;
}
.social-icons > li > a.facebook-link:hover {
  background-color: #3c599b;
}
.social-icons > li > a.twitter-link:hover {
  background-color: #1ca8e3;
}
.social-icons > li > a.linkedin-link:hover {
  background-color: #4975b6;
}
/*** About US ***/
h2.word-rotator-title {
  line-height: 30px;
  font-size: 20px;
  font-weight: 300;
  margin: 0 0 20px 0;
  color: #121214;
}
.word-rotate {
  visibility: hidden;
  width: 100px;
  height: 0;
  margin-bottom: -7px;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  position: relative;
}
h2 .word-rotate {
  margin-bottom: -7px;
}
.word-rotate.active {
  visibility: visible;
  width: auto;
}
.word-rotate .word-rotate-items {
  position: relative;
  top: 0;
  width: 100%;
}
.word-rotate .word-rotate-items span {
  display: block;
  white-space: nowrap;
}
p .alternative-font {
  display: inline-block;
  margin-top: -15px;
  position: relative;
  top: 3px;
  margin-bottom: -6px;
  color: #022d55;
  font-family: "Shadows Into Light", cursive;
  font-size: 1.6em;
}
.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #f27e2b;
  border-color: #f27e2b;
}
.btn-primary:hover {
  color: #fff;
  opacity: 0.85;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
}
.btn:hover {
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.push-top {
  margin-top: 20px;
}
hr.tall {
  margin: 30px 0;
  background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
  background-image: linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
  border: 0;
  height: 1px;
}
.entry-content h3 {
  font-size: 1.7em;
  font-weight: normal;
  color: #022d55;
  letter-spacing: normal;
  line-height: 24px;
  margin-bottom: 33px;
  text-transform: uppercase;
}
.entry-content p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}
.entry-content .lead {
  font-size: 21px;
  line-height: 1.4;
}
.history {
  margin: 25px 0;
  padding: 0;
  clear: both;
}
.history .thumb {
  background: transparent url(../../frontend/Mobilityexpress/porto/en_US/images/history-thumb.png) no-repeat 0 0;
  width: 227px;
  height: 160px;
  margin: 0 0 30px;
  padding: 0;
  float: left;
}
.history .thumb img {
  border-radius: 50%;
  margin: 7px 8px;
  width: 145px;
  height: 145px;
}
.history h4 {
  float: left;
  margin: 15px 0;
  padding: 0;
  color: #022d55;
  line-height: 27px;
}
.history p {
  margin: 0;
  margin-left: 55px;
  line-height: 24px;
}
.featured-box {
  background: #f5f5f5;
  background-color: transparent;
  background: linear-gradient(to bottom, white 1%, #f9f9f9 98%) repeat scroll 0 0 transparent;
  box-sizing: border-box;
  border-bottom: 1px solid #DFDFDF;
  border-left: 1px solid #ECECEC;
  border-radius: 8px;
  border-right: 1px solid #ECECEC;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  min-height: 100px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.featured-box .box-content {
  border-radius: 8px;
  border-top: 4px solid #022d55;
  padding: 30px 20px;
}
.featured-box h4 {
  font-size: 1.3em;
  font-weight: 400;
  letter-spacing: -0.7px;
  text-transform: uppercase;
}
.featured-box .block-flickr-photos {
  border: 0;
}
.featured-box .block-flickr-photos .block-title {
  display: none;
}
.featured-box .block-flickr-photos a.flickr-image {
  margin: 5px;
  display: inline-block;
  border: 1px solid #dcdcdc;
  padding: 5px;
  border-radius: 5px;
}
.featured-box .block-flickr-photos a.flickr-image img {
  max-width: 100%;
  width: 75px;
}
.history .featured-box {
  text-align: left;
  margin-left: 225px;
  margin-bottom: 35px;
  min-height: 115px;
}
.history .featured-box .box-content {
  border-top-color: #022d55;
}
#newsletter_popup {
  background: url(../../frontend/Mobilityexpress/porto/en_US/images/newsletter_popup_bg.jpg) no-repeat;
  margin: 0;
  padding: 40px 40px 25px;
  width: 700px;
  height: 325px;
  border-top: 4px solid #022d55;
  text-align: left;
  position: relative;
  border-radius: 5px;
}
#newsletter_popup .block-content {
  max-width: 312px;
  text-align: center;
  padding: 6px;
}
#newsletter_popup h2 {
  font-weight: 700;
  color: #313131;
  font-size: 16px;
  line-height: 1;
  margin: 30px 0 12px;
}
#newsletter_popup p {
  font-size: 13px;
  line-height: 1.4;
}
#newsletter_popup .input-box {
  padding: 0;
}
#newsletter_popup input[type="email"] {
  float: left;
  padding: 2px 13px;
  line-height: 30px;
  width: 100%;
  height: 34px;
}
#newsletter_popup .actions {
  float: left;
  margin-left: -55px;
  position: relative;
  z-index: 1;
  width: 55px;
  border-left: 1px solid #ccc;
}
#newsletter_popup .action.primary {
  height: 34px;
  background-color: transparent;
  color: #555;
  line-height: 34px;
  padding: 0;
  text-align: center;
  width: 100%;
  border: 0;
}
#newsletter_popup .subscribe-bottom {
  position: absolute;
  bottom: 30px;
}
#newsletter_popup .subscribe-bottom label {
  font-size: 11px;
  vertical-align: middle;
}
#newsletter_popup #newsletter_popup_dont_show_again {
  margin-top: 1px;
  vertical-align: middle;
}
.weltpixel-quickview-catalog-product-view .box-tocart .action.tocart {
  width: 100%;
}
.weltpixel-quickview-catalog-product-view .page-wrapper .page-main {
  margin: 20px 0;
}
.weltpixel-quickview-catalog-product-view .reviews-actions .add {
  display: none;
}
.box-gotoproduct #product-gotoproduct-button {
  width: 100%;
  padding: 7px 20px;
  font-size: 14px;
  text-align: center;
  min-width: 150px;
}
.product-item .weltpixel-quickview {
  display: none;
}
.products-grid .product-item .product-item-info {
  position: relative;
}
.products-grid .product-item .product-item-details {
  position: static !important;
}
.side-list .product-item .weltpixel-quickview {
  display: none !important;
}
.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block;
}
.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 21px;
}
.block-banners .banner-item-content img,
.block-banners-inline .banner-item-content img {
  display: block;
  margin: 0 auto;
}
.block-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 21px;
}
.block-product-link-inline.widget {
  margin: 0;
}
.block.widget .products-grid .product-item {
  margin-left: 2%;
  width: calc((100% - 2%) / 2);
}
.block.widget .products-grid .product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.block.widget .product-item-info {
  width: auto;
}
.block.widget .pager {
  padding: 0;
}
.block.widget .pager .toolbar-amount {
  float: none;
  font-size: 1.2rem;
}
.block.widget .pager .pages-item-previous {
  padding-left: 0;
}
.block.widget .pager .pages-item-next {
  position: relative;
}
.block.widget .pager .items {
  white-space: nowrap;
}
.columns .block-event {
  position: relative;
  z-index: 2;
}
.block-event .block-content {
  position: relative;
}
.block-event .block-content > .action {
  cursor: pointer;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  z-index: 3;
}
.block-event .block-content > .action.backward,
.block-event .block-content > .action.forward {
  opacity: 0.5;
  overflow: hidden;
  width: 20px;
  display: inline-block;
  text-decoration: none;
}
.block-event .block-content > .action.backward > span,
.block-event .block-content > .action.forward > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 55px;
  line-height: 30px;
  color: inherit;
  content: '\f802';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  margin-left: -15px;
}
.block-event .block-content > .action.backward {
  left: 0;
}
.block-event .block-content > .action.forward {
  right: 0;
}
.block-event .block-content > .action.forward:before {
  content: '\f801';
}
.block-event .block-content > .action.forward:before {
  margin-left: -20px;
}
.block-event .block-content > .action.inactive {
  cursor: default;
  display: none;
}
.block-event .block-content > .action:hover {
  opacity: 1;
}
.block-event .slider-panel {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.block-event .slider-panel .slider {
  white-space: nowrap;
}
.block-event .slider-panel .slider .item {
  background: #f0f0f0;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  white-space: normal;
  width: 16.35%;
}
.sidebar-main .block-event .slider-panel .slider .item,
.sidebar-additional .block-event .slider-panel .slider .item {
  width: 100%;
}
.block-event .slider-panel .slider .item img {
  max-width: 100%;
}
.block-event .slider-panel .slider .item .category-name {
  display: inline-block;
  font-size: 1.8rem;
  padding: 15px 5px 0;
  word-break: break-all;
}
.block-event .slider-panel .slider .item .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-event .slider-panel .slider .item .ticker li {
  display: none;
  margin: 0 5px;
}
.block-event .slider-panel .slider .item .ticker .value {
  font-size: 2.6rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .ticker .label {
  display: block;
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .dates {
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .start,
.block-event .slider-panel .slider .item .dates .end,
.block-event .slider-panel .slider .item .dates .date {
  display: block;
}
.block-event .slider-panel .slider .item .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
}
.block-event .slider-panel .slider .item .dates .date {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .time {
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .box-event .box-content {
  padding: 5px 0 10.5px;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  display: block;
  font-weight: 300;
  margin: 10.5px 0 0;
}
.block-event .slider-panel .slider .item .action.show {
  display: block;
  padding: 0;
}
.block-event .slider-panel .slider .item .action.show .category.name {
  display: inline-block;
  padding: 30px 10px 0;
}
.block-event .slider-panel .slider .item .action.show img {
  display: block;
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #f27e2b;
  border: 1px solid #f27e2b;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 2rem;
  box-sizing: border-box;
  vertical-align: middle;
  margin-top: 15px;
}
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #022d55;
  border: 1px solid #022d55;
  color: #fff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #022d55;
  border: 1px solid #022d55;
  color: #fff;
}
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-event .slider-panel .slider .item .action.event:hover {
  text-decoration: none;
}
.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 21px;
}
.links .block-static-block.widget,
.links .block-cms-link.widget {
  margin-bottom: 0;
}
.block-cms-link-inline.widget {
  margin: 0;
}
.block-wishlist-search .form-wishlist-search {
  margin: 21px 0 0;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 21px;
}
.block-cms-hierarchy-link-inline.widget {
  margin: 0;
}
.sidebar .block-addbysku .fieldset {
  margin: 0;
}
.sidebar .block-addbysku .fieldset .fields {
  position: relative;
}
.sidebar .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10.5px;
  vertical-align: top;
}
.sidebar .block-addbysku .fieldset .fields .field.sku {
  margin-right: -85px;
  padding-right: 90px;
  width: 100%;
}
.sidebar .block-addbysku .fieldset .fields .field.qty .qty + .mage-error {
  width: 80px;
}
.sidebar .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  top: 7px;
  right: 0;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar {
  margin-bottom: 21px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary {
  text-align: left;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action {
  width: auto;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary {
  float: none;
  text-align: left;
}
.sidebar .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.sidebar .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.add:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.add:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.links {
  display: inline-block;
  margin: 21px 0 0;
}
.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 10.5px 0;
}
.sidebar .block-addbysku .action.remove {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.sidebar .block-addbysku .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #999;
  content: '\f819';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.remove:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:focus,
.sidebar .block-addbysku .action.remove:active {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove:hover {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove.disabled,
.sidebar .block-addbysku .action.remove[disabled],
fieldset[disabled] .sidebar .block-addbysku .action.remove {
  pointer-events: none;
  opacity: 0.5;
}
body {
  font-family: 'Lato', sans-serif;
}
p:empty {
  display: none;
}
@media (min-width: 1200px) {
  .container {
    width: 1180px;
  }
  .header.content {
    padding: 0;
  }
}
.login-container,
.form.password.reset,
.form.send.confirmation,
.form.password.forget,
.form.create.account,
.form.form-edit-account,
.form-address-edit,
.form-newsletter-manage,
button,
a.action.primary,
input,
.block-search input {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.action.primary {
  height: 41px;
  color: #ffffff;
}
a:hover {
  text-decoration: none;
}
.greet.welcome {
  display: none !important;
}
/* Header Starts */
@media (min-width: 768px) {
  .header.panel > .header.links > li > a,
  .header.panel > .header.links > li > span {
    border-left: 0px solid #ccc;
  }
}
.page-header .header.panel {
  z-index: 103;
  position: relative;
}
.page-header.type1 {
  border-top: 0;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
}
.page-header.type1 .panel.header .header.links > li > a {
  color: #dfe3e6;
}
.page-header.type1 .panel.wrapper a {
  color: #dfe3e6;
  font-size: 13px;
}
.page-header.type1 .panel.wrapper a:hover {
  color: #dfe3e6;
}
/* @media (min-width: 768px) {  */
.page-header.type1 .panel.wrapper {
  padding: 0 10px;
  /* Costum Block */
  /* location Block */
}
.page-header.type1 .panel.wrapper .panel.header {
  padding: 3px 0 0;
}
.page-header.type1 .panel.wrapper .header.panel > .header.links {
  line-height: 20px;
  margin: 0 37px 0 0;
}
.page-header.type1 .panel.wrapper .authorization-link::before {
  content: "\f850";
  font-family: porto-icons;
  font-size: 20px;
  position: relative;
  top: -3px;
}
.page-header.type1 .panel.wrapper .cs-links {
  padding: 0;
  float: right;
  margin: 2px 0 0 22px;
}
.page-header.type1 .panel.wrapper .cs-links ul {
  float: left;
  margin: 0 0 0 0;
  padding: 0 0 0 27px;
  list-style: none;
  font-size: 13px;
  color: #54575a;
  position: relative;
  z-index: 100;
}
.page-header.type1 .panel.wrapper .cs-links ul a {
  color: #dfe3e6;
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  padding: 0;
  text-decoration: none;
}
.page-header.type1 .panel.wrapper .cs-links ul li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  line-height: 14px;
}
.page-header.type1 .panel.wrapper .cs-links ul li a {
  color: #dfe3e6;
  padding: 0 0 7px;
}
.page-header.type1 .panel.wrapper .cs-links ul li:hover {
  color: #333;
}
.page-header.type1 .panel.wrapper .cs-links ul li:last-child {
  margin-right: 0;
  list-style: none;
}
.page-header.type1 .panel.wrapper .cs-links ul li:first-child {
  margin-right: 0;
}
.page-header.type1 .panel.wrapper .cs-links ul ul {
  display: none;
  left: -3px;
  padding: 9px 11px 3px 16px;
  border-top: 3px solid #ffffff;
  position: absolute;
  top: 100%;
  width: 137px;
  background: #022d55;
}
.page-header.type1 .panel.wrapper .cs-links ul ul li {
  border-bottom: 1px solid #022d55;
  padding: 6px 0;
  width: 100%;
}
.page-header.type1 .panel.wrapper .cs-links ul ul li a {
  padding: 0;
}
.page-header.type1 .panel.wrapper .cs-links ul li:hover > ul {
  display: block;
}
.page-header.type1 .panel.wrapper .cs-links li a::after {
  content: "\f823";
  font-size: 19px;
  position: relative;
  top: 1px;
  font-family: "porto-icons";
  padding: 0 0 0 10px;
}
.page-header.type1 .panel.wrapper .cs-links ul ul li a::after {
  content: "";
}
.page-header.type1 .panel.wrapper .cs-links ul ul li:last-child {
  border-bottom: 0px solid #022d55;
}
.page-header.type1 .panel.wrapper .cs-links::before {
  margin: 7px 0 0;
  font-family: FontAwesome;
  content: "\f111";
  font-size: 6px;
  color: #54575a;
  float: left;
}
.page-header.type1 .panel.wrapper .location-links {
  float: left;
}
.page-header.type1 .panel.wrapper .location-links ul {
  margin: 0;
  padding: 0;
}
.page-header.type1 .panel.wrapper .location-links ul li {
  float: left;
  margin: 0 27px 0 0;
  padding: 2px 0 0 10px;
  list-style: none;
  font-size: 13px;
  color: #54575a;
  line-height: 14px;
}
.page-header.type1 .panel.wrapper .location-links ul li span {
  color: #dfe3e6;
}
.page-header.type1 .panel.wrapper .location-links ul li:last-child {
  margin-right: 0;
  padding: 2px 0px 0 10px;
}
.page-header.type1 .panel.wrapper .location-links ul li:first-child {
  padding-right: 6px;
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.page-header.type1 .panel.wrapper .location-links ul li:first-child::after {
  font-family: FontAwesome;
  content: "\f111";
  margin-left: 20px;
  font-size: 6px;
  top: -2px;
  position: relative;
}
/* } */
.location-links .tel::before {
  content: "\f824";
  font-size: 22px;
  position: relative;
  top: 4px;
  padding: 0 7px 0 0;
  font-family: "porto-icons";
}
.location-links .loaction::before {
  content: "\f828";
  font-size: 22px;
  position: relative;
  top: 2px;
  padding: 0 10px 0 0;
  font-family: "porto-icons";
}
@media (min-width: 768px) and (max-width: 1199px) {
  .page-header.type1 > .panel.wrapper {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .page-header.type1 .panel.wrapper .panel.header {
    padding: 3px 0 0;
    width: 100%;
    display: inline-block;
  }
  .page-header.type1 .panel.wrapper .location-links > ul {
    list-style: outside none none;
    margin: 0 10px;
    padding: 0;
  }
  .page-header.type1 .panel.wrapper .location-links li {
    display: inline;
    margin: 0 37px 0 0;
    list-style: none;
    line-height: 24px;
  }
  .page-header.type1 .panel.wrapper li:last-child {
    margin-right: 0;
    padding: 0 30px 0 10px;
  }
  .page-header.type1 .panel.wrapper li:first-child {
    padding-right: 37px;
    list-style: none;
    margin: 0;
  }
  .page-header.type1 .panel.wrapper .cs-links {
    display: none;
  }
}
/* location Block */
/* minicart Block */
.page-header.type1 {
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.35);
}
.page-header.type1 .panel.wrapper .minicart-wrapper {
  float: right;
  margin-top: 0;
  position: relative;
  right: auto;
  top: auto;
}
.page-header.type1 .panel.wrapper .minicart-wrapper .action.showcart::before {
  color: #dfe3e6;
  content: "\f814";
  display: inline;
  font-family: "porto-icons";
  font-size: 20px;
  line-height: 20px;
  margin: 0;
}
.page-header.type1 .panel.wrapper .minicart-wrapper .action.showcart::before,
.page-header.type1 .panel.wrapper .minicart-wrapper .action.showcart.active::before {
  color: #dfe3e6;
  line-height: 21px;
  margin: 0 66px 0 0;
}
.page-header.type1 .panel.wrapper .counter-label {
  position: static !important;
  margin-left: 3px;
}
.page-header.type1 .panel.wrapper a.action.showcart::before {
  font-size: 22px !important;
}
.page-header.type1 .panel.wrapper .minicart-wrapper .action.showcart.active {
  float: right;
}
.page-header.type1 .panel.wrapper .minicart-wrapper .action.showcart::before,
.page-header.type1 .panel.wrapper .minicart-wrapper .action.showcart.active::before {
  line-height: 24px;
  color: #ffffff;
}
.page-header.type1 .panel.wrapper .action.showcart .counter.qty *:hover {
  color: #ffffff;
}
.page-header.type1.sticky-header .panel.wrapper .action.showcart .counter.qty *:hover {
  color: #000;
}
.sticky-header .minicart-wrapper .action.showcart .counter.qty {
  color: #ffffff;
}
.page-header.type1.sticky-header .panel.wrapper .minicart-wrapper {
  float: right;
}
.page-header.type1 .panel.wrapper .action.showcart {
  line-height: 26px;
}
.minicart-wrapper .action.showcart .counter.qty {
  color: #ffffff;
  font-weight: 400;
  padding: 0 0 0 30px;
  min-width: 110px;
  width: auto;
  text-align: left;
}
.block-search .label::before {
  cursor: pointer;
}
.page-header.type1.sticky-header .panel.wrapper .minicart-wrapper .action.showcart .counter.qty {
  padding: 0;
  min-width: 24px;
  text-align: center;
}
header.page-header.type1.sticky-header .action.showcart {
  float: right;
}
header.page-header.type1.sticky-header .minicart-wrapper .action.showcart .counter.qty {
  min-width: 24px;
}
@media screen and (max-width: 767px) {
  .page-header.type1 .panel.wrapper .minicart-wrapper .action.showcart::before {
    color: #022d55;
    content: "\f815";
    font-family: "porto-icons";
    font-size: 35px;
    line-height: 33px;
  }
  .page-header.type1 .panel.wrapper .minicart-wrapper .action.showcart::before,
  .page-header.type1 .panel.wrapper .minicart-wrapper .action.showcart.active::before {
    color: #022d55;
    line-height: 40px;
    margin: 0;
  }
  .page-header.type1 .panel.wrapper .minicart-wrapper {
    position: relative;
    z-index: 10;
    margin-top: 0px;
    margin-bottom: 0px;
    float: right;
    margin-right: 5px;
  }
  .page-header.type1 .panel.wrapper .minicart-wrapper .block-minicart:before {
    right: 20px;
  }
  .page-header.type1 .panel.wrapper .minicart-wrapper .action.showcart::before {
    color: #ffffff;
    line-height: 24px;
    margin: 0;
  }
  .page-header.type1 .panel.wrapper .minicart-wrapper .action.showcart.active::before {
    color: #ffffff;
    line-height: 24px;
    margin: 0;
  }
  .page-header.type1 .panel.wrapper .minicart-wrapper .action.showcart .counter.qty {
    line-height: 24px;
    height: 24px;
  }
  .page-header.type1 .panel.wrapper .minicart-wrapper .action.showcart::before {
    color: #ffffff;
  }
  .page-header.type1 .panel.wrapper .minicart-wrapper .action.showcart.active::before {
    color: #ffffff;
  }
  .page-header.type1 .panel.wrapper .minicart-wrapper .action.showcart.active .counter.qty {
    padding: 0;
    min-width: auto;
    margin-left: -5px;
    width: 10px;
    text-align: center;
  }
  .page-header.type1 .panel.wrapper .minicart-wrapper .action.showcart .counter.qty {
    margin-left: 7px;
  }
  .page-header.type1 .block-search .label {
    margin-right: -12px;
  }
}
/* minicart Block */
/* Header Block */
.page-header.type1 {
  /* Header Block */
  /* Nav Starts */
}
.page-header.type1 .header.panel {
  padding: 0;
}
.page-header.type1 .header.panel .header.links {
  margin: 0 37px 0 auto;
}
.page-header.type1 .header.panel .header.links li {
  margin: 4px 0 0;
}
.page-header.type1 .header.panel .header.links li a {
  font-size: 13px;
  padding: 0 6px;
  position: relative;
  text-transform: none;
  top: 0px;
}
.page-header.type1 .header.panel .header.links li:last-child {
  border: 0;
}
.page-header.type1 .header.panel .header.links li.authorization-link::after {
  content: "|";
  top: -4px;
  position: relative;
}
.page-header.type1 .header.panel .header.links li.authorization-link a {
  top: -4px;
}
.page-header.type1 .custom-block {
  right: 38px !important;
  top: 14px !important;
  margin-top: 0 !important;
  z-index: 101;
}
.page-header.type1 .custom-block .top-custom-links ul {
  margin: 0;
  padding: 0;
  /*li:last-child { margin-right: 0;}*/
}
.page-header.type1 .custom-block .top-custom-links ul li {
  float: left;
  margin: 0 37px 0 0;
  padding: 0 0 0 17px;
  list-style: none;
  font-size: 15px;
  color: #dfe3e6;
}
.page-header.type1 .custom-block .top-custom-links ul li a {
  color: #54575a;
  text-decoration: none;
}
.page-header.type1 .custom-block .top-custom-links ul li a :hover {
  color: #54575a;
  text-decoration: unerline;
}
.page-header.type1 .custom-block .top-custom-links ul li:first-child {
  list-style: none;
}
.page-header.type1 .logo {
  margin: 12px 0 10px -4px;
}
.page-header.type1 .logo img {
  height: 91px;
}
.page-header.type1 .nav-sections {
  margin: 60px 0 5px;
  padding: 0;
  float: right;
  border-top: 1px solid #dfe3e6;
  padding: 10px 0 0 0;
}
.page-header.type1 .nav-sections .navigation {
  padding: 0;
}
.page-header.type1 .nav-sections .navigation ul {
  background-color: transparent;
}
.page-header.type1 .nav-sections .navigation ul li.level0 {
  float: left;
}
.page-header.type1 .nav-sections .navigation ul li.level0 > .level-top {
  font-size: 18px;
  padding: 0 26px;
  line-height: 37px;
}
.page-header.type1 .nav-sections .navigation ul li.sell-link {
  float: left;
}
.page-header.type1 .nav-sections .navigation ul li.sell-link .sell-btn {
  background: #f27e2b;
  display: inline-block;
  min-height: 33px;
  min-width: 163px;
  text-align: center;
  font-size: 14px;
  padding: 0 15px;
  line-height: 33px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  margin-left: 30px;
  margin-top: 1px;
  border-top: 0;
}
.page-header.type1 .nav-sections .navigation ul li.sell-link .sell-btn:hover {
  background: #022d55;
}
.page-header.type1 .nav-sections .navigation .submenu {
  width: 250px !important;
  padding: 0 1px 15px !important;
  border: 0;
}
.page-header.type1 .nav-sections .navigation .subchildmenu.mega-columns.columns4 {
  padding: 0;
}
.page-header.type1 .nav-sections .navigation .subchildmenu.mega-columns.columns4 li {
  width: 100% !important;
  padding: 0;
  margin: 0;
}
.page-header.type1 .nav-sections .navigation .subchildmenu.mega-columns.columns4 li a {
  text-decoration: none;
  color: #022d55;
  padding: 10px;
  margin: 0;
  font-weight: 400;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.page-header.type1 .nav-sections .navigation .subchildmenu.mega-columns.columns4 li a :hover {
  text-decoration: none;
  color: #ffffff;
  background: #022d55;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.page-header.type1 .nav-sections .navigation .subchildmenu.mega-columns.columns4 li a :hover span {
  background: transparent;
  text-decoration: none;
}
.page-header.type1 .sticky-tel {
  font-size: 16px;
  padding: 0;
}
.page-header.type1 .sticky-tel::before {
  content: "\f824";
  font-family: "porto-icons";
  font-size: 18px;
  position: relative;
  margin: 5px 5px 0 0;
}
.page-header.type1 .sticky-logo .logo img {
  height: 38px;
}
.page-header.type1 .sticky-logo .logo {
  margin: 0!important;
}
.page-header.type1 header.page-header.sticky-header .navigation {
  padding: 0 15px;
  float: right;
  margin-right: 5%;
}
.page-header.type1 header.page-header.sticky-header .navigation ul {
  float: right;
  right: 60px;
  top: 5px;
}
.page-header.type1 header.page-header.sticky-header .navigation ul li {
  margin: 6px 0 0;
}
.page-header.type1 header.page-header.sticky-header .navigation ul li.sell-link {
  margin-bottom: 5px;
}
.page-header.type1 header.page-header.sticky-header .navigation ul ul {
  right: 0;
}
.page-header.type1 header.page-header.sticky-header .minicart-wrapper {
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: 0px;
}
.page-header.type1 header.page-header.type1.sticky-header .navigation ul .parent ul {
  right: 0;
}
@media (min-width: 768px) and (max-width: 900px) {
  .page-header.type1 .page-header.type1 .sticky-logo::after {
    display: none;
  }
  .page-header.type1 .sticky-logo .logo {
    margin: 0 0 0 10px!important;
  }
}
.page-header.type1 .block-search .block-content {
  margin-bottom: 0;
  display: none;
}
.page-header.type1 .block-search.show .block-content {
  margin-bottom: 0;
  display: block;
}
.page-header.type1 .block-search {
  margin-left: 55px;
  margin-top: 28px;
  clear: both;
  width: 300px;
}
.page-header.type1 .block-search input {
  background-color: #f1f1f1;
  border: 0;
  color: #54575a;
  height: 60px;
  width: 100%;
}
.page-header.type1 .block-search .action.search {
  background: #f27e2b;
  border-left: 0;
  height: 60px;
  padding: 0 13px;
  width: 60px;
}
.page-header.type1 .block-search .action.search::before {
  content: "\f818";
  font-size: 18px;
  color: #ffffff;
}
.page-header.type1 .search-area {
  float: right;
  text-align: right;
  position: absolute;
  top: 27px;
  right: -2px;
  z-index: 100;
}
.page-header.type1 .porto-icon-search:before {
  content: '\f818';
  color: #56575b;
  font-size: 18px;
}
.page-header.type1 .search-toggle-icon {
  float: right;
}
.page-header.type1 .porto-icon-search::before {
  font-size: 20px;
}
.page-header.type1 .nav-sections .navigation .sticky-logo + ul li.sell-link {
  float: left;
  display: none;
}
@media (max-width: 1199px) {
  .page-header.type1 .search-area {
    right: 5px;
  }
  .page-header.type1 .nav-sections .navigation ul li.level0 > .level-top {
    padding: 0 10px;
    font-size: 16px;
  }
  .page-header.type1 .panel.wrapper .cs-links ul ul {
    left: -10px;
  }
}
@media (max-width: 991px) {
  .page-header.type1 .nav-sections .navigation ul li.level0 > .level-top {
    font-size: 15px;
  }
  .page-header.type1 .nav-sections .navigation ul li.sell-link {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .page-header.type1 .nav-sections .navigation ul li.level0 {
    float: left;
    width: 100%;
  }
  .page-header.type1 .nav-sections .navigation ul li.sell-link .sell-btn {
    margin: 10px 15px;
    border-top: 1px solid #ddd;
  }
  .page-header.type1 .logo {
    margin: 10px 0;
  }
  .page-header.type1 .logo img {
    width: auto;
  }
  .page-header.type1 .nav-sections {
    margin: 0;
  }
  .page-header.type1 .nav-sections .navigation ul li.level0 > a.level-top {
    padding: 13px 36px 13px 15px;
  }
  .page-header.type1 .nav-sections .navigation ul li.sell-link {
    float: left;
    display: block;
  }
  .page-header.type1 .search-area {
    position: static;
    float: none;
  }
  .page-header.type1 .block-search {
    clear: none;
    float: none;
    margin-bottom: 0;
    margin-left: auto;
    margin-top: auto;
    width: auto;
  }
  .page-header.type1 .block-search .block-content {
    display: block;
    margin-bottom: 0;
  }
  .page-header.type1 .search-toggle-icon {
    display: none;
    float: right;
  }
  .page-header.type1 .block-search {
    clear: none;
    float: none;
    margin-bottom: 0;
    margin-left: auto;
    margin-top: auto;
    width: auto;
  }
  .page-header.type1 .block-search input {
    height: 40px;
  }
  .minicart-wrapper .action.showcart .counter.qty {
    color: #000;
  }
  .page-header.type1 .panel.wrapper .action.showcart .counter.qty *:hover {
    color: #000;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    font-size: 18px;
    text-transform: uppercase;
  }
  .navigation .sell-link {
    border-top: 1px solid #ddd;
    font-size: 1.3rem;
  }
  .nav-sections ~ .header.links {
    display: none;
  }
}
/* Header Starts */
/*  Footer Starts */
footer {
  clear: both;
}
.footer-ribbon {
  display: none;
}
/*  Top Footer Starts */
.footer-top {
  padding: 30px 0 0;
  background-color: #022d55;
  color: #dfe3e6;
}
.footer-top .homepage-bar {
  background-color: transparent;
  border-bottom: 2px solid #013362;
  border-top: 0;
  padding: 0 0 26px;
}
.footer-top .homepage-bar .text-area {
  clear: both;
  width: 100%;
  margin-left: 0px;
}
.footer-top .homepage-bar h3 {
  color: #f27e2b;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.5;
  margin: 0;
  text-transform: uppercase;
}
.footer-top .homepage-bar .col-sm-4 {
  border-left: 0px solid #e1e1e1;
  font-size: 20px;
  color: #f27e2b;
  padding: 0 15px;
}
.footer-top .homepage-bar .col-sm-4 .porto-icon-contact {
  background: url(../../frontend/Mobilityexpress/porto/en_US/images/footer-sprits.png) no-repeat 0 -72px;
  width: 50px;
  height: 46px;
  margin: -8px 0 10px 44px;
}
.footer-top .homepage-bar .col-sm-4 .porto-icon-tel {
  background: url(../../frontend/Mobilityexpress/porto/en_US/images/footer-sprits.png) no-repeat 0 -161px;
  width: 50px;
  height: 46px;
  margin: 3px 6px -2px 0px;
}
.footer-top .homepage-bar .col-sm-4 .porto-icon-map {
  background: url(../../frontend/Mobilityexpress/porto/en_US/images/footer-sprits.png) no-repeat 0 -224px;
  width: 80px;
  height: 46px;
  margin: -4px 40px 5px 0;
}
@media screen and (max-width: 767px) {
  .footer-top .homepage-bar .col-xm-12.col-sm-4.text-center {
    text-align: left;
  }
  .footer-top .homepage-bar .col-xm-12.col-sm-4.text-right {
    text-align: left;
  }
  .footer-top .homepage-bar .text-center {
    text-align: left;
  }
  .footer-top .homepage-bar .text-right {
    text-align: left;
  }
  .footer-top .homepage-bar .col-sm-4 .porto-icon-contact {
    margin: 0;
  }
  .footer-top .homepage-bar .col-sm-4 .porto-icon-tel {
    margin: 0;
  }
  .footer-top .homepage-bar .col-sm-4 .porto-icon-map {
    margin: 0;
  }
}
/*  Top Footer Ends */
/*  Middle Footer Starts */
.footer-middle .block .block-title strong {
  font-size: 15px;
  text-transform: uppercase;
}
.footer-middle {
  padding: 35px 0 43px;
}
.footer-middle .block .block-title {
  margin-bottom: 14px;
}
.footer-middle ul.links li {
  padding: 8px 0 9px;
}
.footer-middle .block.newsletter .action.subscribe {
  background-color: none;
  background: url(../../frontend/Mobilityexpress/porto/en_US/images/footer-sprits.png) no-repeat 0 -286px;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  padding: 0 5px;
  height: 58px;
  width: 40px;
  margin: 0 0 0 -54px;
  text-indent: -2000em;
}
.footer-middle .block.newsletter label {
  display: none;
}
.footer-middle .block.newsletter input {
  width: 100%;
  border-radius: 0;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  color: #999b9f;
  font-size: 16px;
  height: 58px;
}
.footer-middle .social-icons [class^="porto-icon-"] {
  color: #ffffff;
  font-size: 25px;
}
.footer-middle .social-icons li {
  width: 20%;
  height: 58px;
  float: left;
  text-align: center;
}
.footer-middle .social-icons li a {
  text-align: center;
  width: 100%;
  border-radius: 0%;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  height: 58px;
  padding: 12px 0 0;
  margin: 0;
}
.footer-middle .social-icons li a.facebook-link {
  background: #3b5998;
}
.footer-middle .social-icons li a.twitter-link {
  background: #4099ff;
}
.footer-middle .social-icons li a.googleplus-link {
  background: #dd4b39;
}
.footer-middle .social-icons li a.youtube-link {
  background: #e52d27;
}
.footer-middle .social-icons li a.linkedin-link {
  background: #007bb6;
}
.footer-middle .social-icons li a.instagram-link {
  background: #9c6352;
}
.footer-middle .social-icons li a:hover {
  text-decoration: none;
}
@media (min-width: 1200px) {
  .footer-middle .col-sm-4 {
    width: 266px;
  }
  .footer-middle .col-sm-3 {
    width: 240px;
  }
  .footer-middle .col-sm-2 {
    width: 238px;
  }
  .footer-middle .col-sm-5 {
    width: 450px;
    padding: 0;
  }
  .footer-middle .block.newsletter input {
    min-width: 450px;
    width: 100%;
    height: 58px;
  }
}
@media screen and (max-width: 767px) {
  .footer-middle .block.newsletter input {
    width: 100%;
  }
}
/*  Middle Footer Ends */
/*  Bottom Footer Starts */
.footer-bottom {
  color: #dfe3e6;
  padding: 25px 0 50px;
}
.footer-bottom .custom-block {
  width: 100%;
  margin: 6px 0;
}
.footer-bottom .custom-block a {
  color: #dfe3e6;
  padding: 0 3px;
}
.footer-bottom .custom-block p {
  color: #999b9f;
  font-size: 14px;
  margin: 10px 0 0;
}
.footer-bottom .custom-block .brand-logo-icons {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-bottom .custom-block .brand-logo-icons li {
  float: left;
  margin-right: 25px;
}
.footer-bottom .custom-block .brand-logo-icons li a {
  text-indent: -2000px;
  float: left;
}
.footer-bottom .custom-block .brand-logo-icons li a.ahca-link {
  background: url(../../frontend/Mobilityexpress/porto/en_US/images/footer-sprits.png) no-repeat 0 0;
  width: 110px;
  height: 40px;
}
.footer-bottom .custom-block .brand-logo-icons li a.qap-link {
  background: url(../../frontend/Mobilityexpress/porto/en_US/images/footer-sprits.png) no-repeat -135px 0;
  width: 40px;
  height: 40px;
}
.footer-bottom .custom-block .brand-logo-icons li a.nmeda-link {
  background: url(../../frontend/Mobilityexpress/porto/en_US/images/footer-sprits.png) no-repeat -200px 0;
  width: 38px;
  height: 40px;
}
.footer-bottom .custom-block .brand-logo-icons li a.nrrts-link {
  background: url(../../frontend/Mobilityexpress/porto/en_US/images/footer-sprits.png) no-repeat -272px 0;
  width: 40px;
  height: 40px;
  margin-left: 10px;
}
@media screen and (max-width: 1199px) {
  .footer-bottom .custom-block .brand-logo-icons li {
    margin-right: 10px;
    margin-bottom: 20px;
  }
  .footer-bottom .custom-block {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .footer-bottom .custom-block {
    font-size: 15px;
  }
  .footer-bottom .custom-block .brand-logo-icons {
    display: inline-block;
    padding: 0 0 16px;
  }
  .footer-middle .block.newsletter .form.subscribe {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  footer .container {
    padding: 0;
  }
}
@media (max-width: 1199px) {
  .footer-middle .col-sm-4,
  .footer-middle .col-sm-2,
  .footer-middle .col-sm-3 {
    width: 20%;
  }
  .footer-middle .col-sm-5 {
    width: 40%;
  }
  .footer-middle .block.newsletter .form.subscribe {
    max-width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-middle .col-sm-4 {
    width: 23.33333333%;
  }
  .footer-middle .col-sm-5 {
    width: 31.66666667%;
  }
}
@media (max-width: 991px) {
  .footer-middle .col-sm-4,
  .footer-middle .col-sm-2,
  .footer-middle .col-sm-3,
  .footer-middle .col-sm-5 {
    width: 50%;
    float: left;
  }
  .footer-middle .block.newsletter .form.subscribe {
    max-width: 100%;
  }
  .footer-top .homepage-bar .col-sm-4 [class^="porto-icon-"] {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .footer-top .homepage-bar .col-sm-4 {
    width: 33%;
    float: left;
  }
}
@media (max-width: 659px) {
  .footer-top .homepage-bar .col-sm-4 {
    float: left;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .footer-top .homepage-bar .col-sm-4 {
    width: 100%;
  }
  .footer-middle [class^="col-sm-"] {
    width: 100%;
  }
}
/*  Bottom Footer Ends */
/*  Footer Ends */
.page-header.type1 .custom-block .top-custom-links li {
  list-style: none;
}
.page-header.type1 .custom-block .top-custom-links li::after {
  font-family: FontAwesome;
  content: "\f111";
  position: relative;
  left: 25px;
  top: 0px;
  font-size: 7px;
}
.page-header.type1 .panel.wrapper .header.panel > .header.links::after {
  font-family: FontAwesome;
  content: "\f111";
  position: relative;
  left: 16px;
  top: 3px;
  font-size: 6px;
  color: #54575a;
}
.page-header.type1 .nav-sections .navigation .subchildmenu.mega-columns.columns4 li a:hover {
  background: #022d55;
  color: #ffffff;
  text-decoration: none;
}
.page-header.type1 .nav-sections .navigation .subchildmenu.mega-columns.columns4 li a:hover span {
  background: #022d55;
  color: #ffffff;
  border: 0;
  text-decoration: none;
}
header.page-header.type1.sticky-header .navigation ul {
  float: right;
  right: 60px;
}
header.page-header.type1.sticky-header .navigation ul ul {
  float: right;
  top: 0;
  margin-top: 0px;
  right: 0px;
}
.sw-megamenu.navigation li.level0.classic .subchildmenu {
  width: 253px;
}
header.page-header.sticky-header .minicart-wrapper {
  top: 0px;
  margin-top: 0px;
}
.page-header.type1 .nav-sections .navigation .submenu {
  width: 255px !important;
  padding: 0 1px 1px !important;
}
.page-header.type1 .nav-sections .navigation .subchildmenu.mega-columns.columns4 {
  padding: 0;
  right: 0;
}
.page-header.type1 .navigation li.level0.parent > a:after {
  display: none;
}
.sw-megamenu.navigation li.level0.classic > .submenu,
.sw-megamenu.navigation li.level0.staticwidth > .submenu {
  left: auto;
}
.sw-megamenu.navigation li.level0.classic > .submenu,
.page-header.type1 .navigation li.level0.active,
.page-header.type1 .navigation li.level0:hover {
  border-radius: 0 !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
}
.sw-megamenu.navigation li.level0.classic .submenu .subchildmenu .subchildmenu {
  padding: 1px;
  right: 0;
  width: 100%;
  border-radius: 0 !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
}
.sw-megamenu.navigation li.level0.staticwidth .submenu .subchildmenu .subchildmenu {
  padding: 0;
  right: 0;
  width: 100%;
  top: 0;
}
.sw-megamenu.navigation li.level0.staticwidth .submenu .subchildmenu .subchildmenu li a {
  padding-left: 18px;
}
/* .sw-megamenu.navigation li.level0.classic .submenu .subchildmenu .subchildmenu li a { padding-left:18px; }
.sw-megamenu.navigation li.level0.staticwidth .submenu .subchildmenu .subchildmenu li a:before {content:"\f0da";padding-right:10px; color:@_orange-color; font-family: FontAwesome;}
.sw-megamenu.navigation li.level0.classic .submenu .subchildmenu .subchildmenu li a:before  {content:"\f0da";padding-right:10px; color:@_orange-color; font-family: FontAwesome;}
*/
.page-header.type1 .nav-sections .navigation .subchildmenu.mega-columns.columns4 li a {
  border-left: 0;
  border-right: 0;
}
.page-header.type1 .panel.wrapper .customer-welcome.active .authorization-link::before {
  content: "";
}
.page-header.type1 .header.panel .header.links .customer-welcome.active li.authorization-link::after {
  content: "";
}
.customer-welcome.active li {
  padding: 5px 0 5px 5px;
  margin: 0;
}
.minicart-wrapper.active .mage-dropdown-dialog {
  position: absolute;
  right: 0;
  top: 26px;
}
.minicart-price {
  margin: 0 0 0 2px;
  position: relative;
  top: 1px;
}
.minicart-price .price {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  margin: 0 auto;
  width: 100%;
}
header.page-header.type1.sticky-header .minicart-price {
  display: none;
}
header.page-header.type1.sticky-header .minicart-wrapper .action.showcart .counter.qty {
  font-weight: 400;
  min-width: auto;
  padding: 0;
  text-align: center;
  width: 34px;
}
header.page-header.type1.sticky-header .action.showcart {
  color: #ffffff;
}
.navigation .level0 .submenu a {
  color: #022d55 !important;
  font-size: 18px !important;
}
.navigation .level0 .submenu a:hover,
.navigation .level0 .submenu a.ui-state-focus {
  background: #022d55 !important;
  color: #ffffff !important;
}
.navigation .level0 .submenu .subchildmenu a {
  font-size: 18px!important;
  padding-left: 18px!important;
}
.navigation .level0 .submenu .subchildmenu .subchildmenu a {
  font-size: 16px!important;
}
@media (min-width: 992px) {
  .sw-megamenu.navigation li.level0.classic .submenu a {
    font-weight: normal !important;
    line-height: inherit !important;
    padding: 9px 5px !important;
    text-transform: unset !important;
  }
}
@media (min-width: 768px) {
  .page-header.type1 .sticky-logo .logo {
    margin: 0 0 0 10px !important;
  }
}
@media (max-width: 991px) {
  .page-header.type1 .sticky-tel {
    display: none;
  }
  .minicart-price {
    display: none;
  }
  .minicart-wrapper .action.showcart .counter.qty {
    padding: 0 0 0 35px;
  }
}
@media (max-width: 767px) {
  .page-header.type1 .nav-sections .navigation .submenu {
    width: 100% !important;
    padding: 0 0 0 20px !important;
  }
  .page-header.type1 .nav-sections .navigation .subchildmenu.mega-columns.columns4 li a {
    border-left: 0;
    border-right: 0;
  }
  .page-header.type1 .navigation li.level0.parent > a:after {
    display: block;
  }
  .page-header.type1 .navigation .parent .level-top:after {
    content: '\f807';
  }
  .page-header.type1 .navigation .parent .level-top.ui-state-active:after {
    content: '\f804';
  }
  .page-header.type1 .panel.wrapper .counter-label {
    display: none;
  }
  .page-header.type1 .panel.wrapper .minicart-wrapper .action.showcart .counter.qty {
    height: 24px;
    line-height: 24px;
    min-width: 22px;
    text-align: center;
  }
  .page-main > .page-title-wrapper .page-title {
    font-size: 20px;
    line-height: 28px;
  }
  .action.primary {
    font-size: 14px;
    padding: 7px 20px;
  }
  .minicart-wrapper .action.showcart .counter.qty {
    padding: 0px;
  }
}
.products.wrapper ~ .header.links {
  display: none;
}
.btn {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.page-header.type1 .navigation li.level0.parent:hover {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #000;
}
.page-header.type1 .panel.wrapper .minicart-items a {
  color: #022d55;
  font-size: 16px;
}
/*.page-header.type1 .panel.wrapper .minicart-items *:hover { color: @theme-color;}*/
.minicart-items-wrapper {
  max-height: 270px;
}
@media (max-width: 767px) {
  .page-header.type1 .panel.wrapper .minicart-wrapper .action.showcart .counter.qty {
    min-width: 8px;
  }
  .opc-estimated-wrapper .minicart-wrapper button.action.showcart .counter.qty {
    color: #ffffff;
    left: 12px;
    min-width: 24px;
  }
  .sw-megamenu.navigation li.level0.classic .subchildmenu {
    width: 100%;
  }
  .navigation .level0 .submenu .subchildmenu a {
    background: transparent;
  }
}
.page-header.type1 {
  position: relative;
  z-index: 101;
}
/*

.page-header.type1 .panel.wrapper a {
    color: @_lightblue-color;
    font-size: 18px;
} */
.page-layout-1column .product-info-main {
  max-width: 1170px;
  margin: auto;
}
.product.info.detailed {
  background: #ffffff;
}
.billing-address-same-as-shipping-block.field.choice > input {
  float: left;
  margin-right: 10px;
}
/*.page-header.type1 .panel.wrapper *:hover {color:@base-font-color;}*/
@media screen and (max-width: 911px) {
  .location-links div#google_translate_element {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .opc-block-shipping-information .ship-to,
  .opc-block-shipping-information .ship-via,
  .checkout-payment-method .step-title {
    padding: 0 15px;
  }
  input#billing-address-same-as-shipping-checkmo {
    margin-right: 10px;
    vertical-align: middle;
  }
  .storelocator-wrapper .mgs-search-box .search-tab.active {
    background: #f27e2b !important;
  }
  .page-header.type1 .panel.wrapper .minicart-wrapper .action.showcart.active .counter.qty {
    margin-left: 6px;
  }
  .table-checkout-shipping-method tbody tr:first-child td {
    vertical-align: middle;
  }
  .footer-middle .social-icons li {
    width: 20%;
  }
  .location-links div#google_translate_element {
    display: none;
  }
  .page-header.type1 .nav-sections .navigation ul li.level0 > a.level-top {
    padding: 6px 36px 6px 15px;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    font-size: 15px;
    padding: 14px 15px ;
  }
  .page-header.type1 .nav-sections .navigation ul li.sell-link {
    width: 100%;
  }
  .page-header.type1 .nav-sections .navigation ul li.sell-link .sell-btn {
    margin: 15px;
  }
  .page-header.type1 .nav-sections .navigation ul li.sell-link .sell-btn:hover {
    color: #ffffff !important;
  }
  .sw-megamenu.navigation li.level0.classic .submenu .subchildmenu .subchildmenu {
    padding: 0 0 0 16px;
  }
  .navigation .parent .level-top::after {
    top: 8px;
  }
  .minicart-wrapper .block-minicart li {
    margin: 0;
    padding: 0;
  }
  .page-header.type1 .minicart-items .update-cart-item {
    margin: 5px 0 0;
  }
  .minicart-items .product-item-details {
    padding: 0px;
    min-height: 200px;
  }
  .minicart-wrapper .product .actions > .primary,
  .minicart-wrapper .product .actions > .secondary {
    margin-right: 2px;
  }
  .header.links + .header.links {
    display: none;
  }
}
.page-header.type1 .minicart-items .update-cart-item {
  height: 38px;
}
.minicart-items .action.delete:before {
  content: '\f81a';
  margin: -5px 0 0;
}
.minicart-wrapper .product .actions > .primary:not(:last-child),
.minicart-wrapper .product .actions > .secondary:not(:last-child) {
  margin-right: 10px;
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
  width: 3.5rem;
}
.minicart-items .product-item-details {
  padding: 0 0 0 90px;
  min-height: 200px;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  margin-right: 2px;
}
.customer-welcome .action.switch:after {
  content: "\f823";
  font-size: 18px;
  margin-top: 1px;
}
.customer-welcome.active .action.switch:after {
  content: "\f820";
}
@media screen and (max-width: 991px) {
  .minicart-items .product-item-details .details-qty {
    width: 80%;
  }
  .minicart-items .product-item-details {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .minicart-items .product-item-details {
    width: 112%;
    position: relative;
  }
  .minicart-wrapper .product .actions {
    float: right;
    margin: -27px 0 0 25px;
    position: absolute;
    right: 0px;
  }
}
input::-webkit-input-placeholder {
  color: #9a9b9f !important;
}
input:-ms-input-placeholder {
  color: #9a9b9f !important;
}
input::-moz-placeholder {
  color: #9a9b9f !important;
}
input::placeholder {
  color: #9a9b9f !important;
}
.header.panel > .header.links > li {
  display: inline-block;
}
/* Home page */
.page-header.type1 .nav-sections .navigation .sticky-logo + ul li.sell-link {
  float: left;
}
.cms-index-index .page-main {
  margin-bottom: 0;
  padding: 0;
  max-width: 100%;
}
.cms-index-index .columns .column.main {
  padding-bottom: 0;
}
/* Home page Banner */
.owl-middle-narrow .owl-theme .owl-controls,
.owl-middle-narrow.owl-theme .owl-controls {
  top: 50%;
  bottom: 0px;
}
.owl-carousel .content.type1 {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  border: 2px solid #ffffff;
  padding: 40px 65px;
  width: 73%;
}
.owl-carousel .content.type1 h2 {
  color: #ffffff;
  font-size: 60px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.owl-carousel .content.type1 h2 b {
  font-weight: 600;
}
.owl-carousel .content.type1 p {
  color: #ffffff;
  font-size: 23px;
  font-weight: 300;
}
.owl-carousel .content.type1 a {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 25px 0 0 0;
  background: #f27e2b;
  color: #ffffff;
  position: relative;
  bottom: -54px;
  padding: 15px 43px;
}
.owl-carousel .content.type1 a:hover {
  text-decoration: none;
  background: #022d55;
  color: #ffffff;
}
.owl-carousel .owl-item img {
  min-height: 700px;
}
.owl-controls .owl-prev {
  background: url(../../frontend/Mobilityexpress/porto/en_US/images/arrows.png) no-repeat 0 0 !important;
  width: 41px;
  height: 33px;
  margin: 0 !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0% !important;
  -moz-border-radius: 0% !important;
}
.owl-controls .owl-next {
  background: url(../../frontend/Mobilityexpress/porto/en_US/images/arrows.png) no-repeat -47px 0 !important;
  width: 41px;
  height: 33px;
  margin: 0 !important;
  border-radius: 0 !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
}
.owl-controls .porto-icon-chevron-right,
.owl-controls .porto-icon-chevron-left {
  display: none;
}
.owl-controls .owl-dots {
  margin-top: 0px;
  bottom: 26px;
  position: absolute;
  width: 100%;
}
.owl-controls .owl-dots span {
  width: 13px;
  height: 13px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #f27e2b;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .owl-carousel .content.type1 {
    padding: 40px 40px;
    width: 100%;
  }
}
@media (max-width: 800px) {
  .owl-banner-carousel .content.type1 h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .owl-carousel .content.type1 {
    padding: 20px 20px;
    width: 64%;
    right: 0;
    left: 0;
    margin: auto;
  }
  .owl-banner-carousel .content.type1 h2 {
    font-size: 18px;
  }
  .owl-carousel .content.type1 a {
    bottom: -28px;
    padding: 5px 25px;
  }
  .owl-carousel .owl-item img {
    min-height: inherit;
  }
  .owl-controls .owl-dots {
    display: none !important;
  }
}
@media (max-width: 480px) {
  .owl-banner-carousel .content.type1 h2 {
    font-size: 18px;
    margin: 5px 0 5px;
  }
  .owl-carousel .content.type1 {
    padding: 0;
    width: 76%;
  }
  .owl-carousel .content.type1 a {
    bottom: -8px;
  }
}
/* Home page Banner */
/* Shopping Portal */
.sp-1 {
  background: #f7f7f7;
  padding-top: 50px;
}
.sp-2 {
  background: #ffffff;
}
.sp-3 {
  background: #f7f7f7;
}
/* Shopping Portal */
.shopping-portal {
  padding: 0;
}
.shopping-portal .sp-block {
  margin: 0 0 12px -5px;
  padding: 0;
}
.shopping-portal h2 {
  font-size: 50px;
  font-weight: 800;
  color: #022d55;
  line-height: 60px;
  margin: 10% 0 5px;
  text-transform: uppercase;
}
.shopping-portal p {
  color: #54575a;
  font-size: 18px;
  line-height: 28px;
}
.shopping-portal a {
  background: #f27e2b;
  min-width: 280px;
  min-height: 58px;
  line-height: 58px;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  padding: 0;
  margin: 25px 0 0;
  border: 0;
  display: inline-block;
  text-align: center;
}
.shopping-portal a:hover {
  text-decoration: none;
  background: #022d55;
  color: #ffffff;
}
.shopping-portal img {
  max-width: 130%;
  margin: 6px 0 0 -10px;
}
.shopping-portal .sp-block-2 img {
  margin: 0px 0 0 -15px;
}
.shopping-portal .sp-block-3 img {
  margin: 0px 0 0 -66px;
}
.shopping-portal .sp-block-4 {
  padding: 48px 0 0 93px;
}
.shopping-portal .sp-block-5 {
  padding: 40px 0 0 9px;
}
.shopping-portal .sp-block-6 img {
  margin: 0px 0 0 18px;
}
@media (max-width: 1199px) {
  .shopping-portal {
    padding-top: 17px;
  }
  .shopping-portal a {
    min-height: 38px;
    line-height: 38px;
    font-size: 18px;
    margin: 10px 0 0;
  }
  .shopping-portal h2 {
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 10px;
  }
  .shopping-portal img {
    margin: 0;
    max-width: 100%;
  }
  .shopping-portal .sp-block-1 {
    margin: 0;
    padding: 0 15px 0 15px;
  }
  .shopping-portal .sp-block-1 a {
    margin-bottom: 15px;
  }
  .shopping-portal .sp-block-2 {
    margin: 0;
    padding: 0;
  }
  .shopping-portal .sp-block-2 img {
    margin: 0;
  }
  .shopping-portal .sp-block-3 {
    margin: 0;
    padding: 0;
  }
  .shopping-portal .sp-block-3 a {
    margin-bottom: 15px;
  }
  .shopping-portal .sp-block-3 img {
    margin: 0;
  }
  .shopping-portal .sp-block-4 {
    margin: 0;
    padding: 30px 15px;
  }
  .shopping-portal .sp-block-5 {
    margin: 0 0 15px;
    padding: 30px 15px;
  }
  .shopping-portal .sp-block-6 {
    margin: 0px;
    padding: 0;
  }
  .shopping-portal .sp-block-6 img {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .shopping-portal row {
    margin: 0 0 15px 0;
  }
  .shopping-portal .sp-block-4 {
    margin: 0;
    padding: 15px;
  }
  .shopping-portal .sp-block-5 {
    margin: 0 0 15px;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .shopping-portal .sp-block-1 {
    margin-bottom: 15px;
  }
  .shopping-portal .sp-block-2 {
    margin-bottom: 15px;
  }
  .shopping-portal .sp-block-3 {
    margin-bottom: 15px;
  }
  .shopping-portal .sp-block-4 {
    margin-bottom: 15px;
  }
  .shopping-portal .sp-block-5 {
    margin-bottom: 15px;
    padding-top: 15px;
  }
  .shopping-portal .sp-block-6 {
    margin-bottom: 15px;
  }
}
@media (max-width: 479px) {
  .container.shopping-portal {
    text-align: center;
  }
  .shopping-portal .row {
    border-bottom: 1px solid #dfe3e6;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .shopping-portal .row:last-child {
    margin-bottom: 0px;
    border-bottom: 0px solid #dfe3e6;
  }
}
/* Shopping Portal */
/* Hight Lights */
.hight-lights {
  width: 1180px;
  padding: 0;
  margin: 65px auto 80px;
}
.hight-lights .hightlights-1 {
  min-width: 273px;
  min-height: 246px;
  padding: 55px 72px 0;
  background: url(../../frontend/Mobilityexpress/porto/en_US/images/hightlighs1.jpg) no-repeat center 0;
  disaply: inline-block;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
}
.hight-lights .hightlights-2 {
  min-width: 273px;
  min-height: 246px;
  padding: 55px 22px 0;
  background: url(../../frontend/Mobilityexpress/porto/en_US/images/hightlighs2.jpg) no-repeat center 0;
  disaply: inline-block;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
}
.hight-lights .hightlights-3 {
  min-width: 273px;
  min-height: 246px;
  padding: 55px 40px 0;
  background: url(../../frontend/Mobilityexpress/porto/en_US/images/hightlighs3.jpg) no-repeat center 0;
  disaply: inline-block;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
}
.hight-lights span {
  color: #ff0000;
  padding: 0 5px 0 0;
}
.hight-lights h3 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  margin: 0;
  padding: 0 5px 12px 0;
}
.hight-lights ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hight-lights ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #ffffff;
  font-size: 18px;
  line-height: 26px;
}
.hight-lights ul li a {
  margin: 25px 0 0 ;
  display: inline-block;
  padding: 0;
  list-style: none;
  color: #f27e2b;
  font-size: 17px;
  text-transform: uppercase;
  line-height: 20px;
}
.hight-lights ul li d a:hover {
  text-decoration: none;
}
.hight-lights ul li a::after {
  content: "\f821";
  font-family: "porto-icons";
  color: #f27e2b;
  padding: 0 0 0 8px;
}
.hight-lights ul li::before {
  color: #f27e2b;
  content: "\f005";
  font-family: fontawesome;
  font-size: 9px;
  padding: 0 5px 0 0;
  position: relative;
  top: -3px;
}
.hight-lights ul li:last-child::before {
  content: "";
}
@media (max-width: 1199px) {
  .hight-lights {
    width: 100%;
  }
  .hight-lights [class^="hightlights-"] {
    margin: 0;
    min-width: auto;
    padding: 50px 20px 20px;
    width: auto;
  }
  .hight-lights h3 {
    padding: 0px 0 15px 0;
  }
}
@media (max-width: 991px) {
  .hight-lights {
    margin: 44px auto 50px;
  }
  hight-lights .row {
    margin: 0;
  }
  .hight-lights [class^="hightlights-"] {
    margin: 0;
    min-width: auto;
    padding: 50px 20px 20px;
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hight-lights {
    width: 100%;
    margin: 24px auto 44px;
  }
  .hight-lights [class^="hightlights-"] {
    min-height: 200px;
    padding: 20px 20px;
    font-size: 18px;
  }
  .hight-lights h3 {
    font-size: 18px;
    padding: 0 0 5px 0;
  }
  .hight-lights ul li {
    list-style: none;
    font-size: 12px;
    line-height: 16px;
  }
}
@media (max-width: 767px) {
  .hight-lights {
    padding: 0 15px;
    margin: 24px auto 20px;
  }
  .hight-lights [class^="hightlights-"] {
    margin: 0 0 15px;
    padding: 20px 15px;
    min-height: auto;
    min-width: 100%;
  }
  .hight-lights ul li {
    font-size: 16px;
  }
}
/* Hight Lights */
/* Accessible Vehicles */
.accessible-vehicles {
  background: url(../../frontend/Mobilityexpress/porto/en_US/images/find-vehicle_bg.png) no-repeat center top;
  background-size: 100% 100%;
  width: 100%;
  float: left;
  padding-bottom: 90px;
  padding-top: 94px;
  margin: 0;
}
.accessible-vehicles .av-container {
  width: 100%;
  max-width: 1180px;
  border: 2px solid #dfe3e6;
  margin: auto;
  padding: 48px 42px 46px;
  text-align: center;
}
.accessible-vehicles .av-container h1 {
  font-size: 40px;
  margin: 2px 0 30px;
  padding: 0;
  line-height: 48px;
  color: #022d55;
  font-weight: 800;
  text-transform: uppercase;
}
.accessible-vehicles .av-container p {
  font-size: 23px;
  margin: 0 0 47px;
  padding: 0;
  line-height: 33px;
  color: #022d55;
}
.accessible-vehicles .av-container a {
  background: #f27e2b;
  min-width: 300px;
  min-height: 58px;
  line-height: 58px;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  padding: 0;
  margin: 0px 0 86px;
  border: 0;
  display: inline-block;
  text-align: center;
}
.accessible-vehicles .av-container a:hover {
  text-decoration: none;
  background: #022d55;
  color: #ffffff;
}
.accessible-vehicles .av1,
.accessible-vehicles .av2,
.accessible-vehicles .av3 {
  min-height: 211px;
  min-width: auto;
  width: 100%;
  background: #022d55;
  padding: 40px 35px 19px;
  display: inline-black;
  color: #ffffff;
}
.accessible-vehicles .porto-icon-nofee {
  background: url(../../frontend/Mobilityexpress/porto/en_US/images/footer-sprits.png) no-repeat 0 -393px;
  width: 75px;
  height: 61px;
  display: inline-block;
  margin: 0 0 0 -7px;
}
.accessible-vehicles .porto-icon-certified {
  background: url(../../frontend/Mobilityexpress/porto/en_US/images/footer-sprits.png) no-repeat 0 -512px;
  width: 50px;
  height: 66px;
  display: inline-block;
  margin: -7px 0 7px;
}
.accessible-vehicles .porto-icon-support {
  background: url(../../frontend/Mobilityexpress/porto/en_US/images/footer-sprits.png) no-repeat 0 -632px;
  width: 60px;
  height: 55px;
  display: inline-block;
  margin: -7px 0 7px;
}
.accessible-vehicles h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 28px;
  margin-top: 25px;
}
.accessible-vehicles .av2 {
  padding: 40px 35px 8px;
}
.accessible-vehicles .av2 h3 {
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .accessible-vehicles .av1,
  .accessible-vehicles .av2,
  .accessible-vehicles .av3 {
    min-height: 261px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .accessible-vehicles .av1,
  .accessible-vehicles .av2,
  .accessible-vehicles .av3 {
    min-height: 261px;
    min-width: 100%;
    padding: 30px 10px 0;
  }
}
@media (max-width: 991px) {
  .av {
    margin-bottom: 15px;
  }
  .accessible-vehicles .av1,
  .accessible-vehicles .av2,
  .accessible-vehicles .av3 {
    min-width: 100%;
    min-height: 261px;
    margin-bottom: 0px;
  }
  .av-container {
    width: 100%;
    max-width: 100%;
    padding: 25px 0 0;
  }
  .accessible-vehicles {
    padding-bottom: 50px;
    margin-bottom: 0;
  }
  .accessible-vehicles .av-container {
    padding: 50px 0px;
    max-width: 100%;
  }
  .accessible-vehicles .av-container a {
    min-height: 38px;
    line-height: 38px;
    font-size: 18px;
    margin: 0px 0 40px;
  }
  .accessible-vehicles h3 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .accessible-vehicles .av-container a {
    min-width: 220px;
  }
}
/* Accessible Vehicles */
/* Testimonial Starts */
.testimonial_bg {
  background: url(../../frontend/Mobilityexpress/porto/en_US/images/testimonials_bg.jpg) no-repeat center top;
  background-size: 100% 100%;
  min-height: 510px;
  margin: 0 0 106px;
  height: auto;
  overflow: hidden;
  min-width: 100%;
  max-width: 100%;
  float: left;
}
.testimonial_bg .owl-stage-outer {
  max-width: 1180px;
  margin: auto;
  width: 100%;
  padding: 0 20px;
}
.tmls-widget {
  margin-bottom: 0px !important;
  float: left;
  width: 100%;
}
.tmls-widget.tmls-style2 {
  /* .tmls-item .tmls-right::before {font-family:FontAwesome; content: "\f10d";position: relative;left: -33px;font-size: 30px; top: 30px;color: #999ca1;}
	 .tmls-item p::after {font-family:FontAwesome; content: "\f10e";position: relative;left: 9px;font-size: 30px;top: 12px;color: #999ca1;} 
	 */
}
.tmls-widget.tmls-style2 .tmls-item {
  border: 0;
  padding: 100px 0 70px;
}
.tmls-widget.tmls-style2 .tmls-item .tmls-left {
  margin: 0 55px 0 20px;
  width: 290px;
  height: 290px;
}
.tmls-widget.tmls-style2 .tmls-item .tmls-right {
  padding: 14px 0 0 50px;
  width: 700px;
  float: left;
}
.tmls-widget.tmls-style2 .tmls-item .tmls-title {
  margin-bottom: 20px;
  line-height: 1.2em;
  font-size: 40px;
  color: #ffffff;
  font-weight: 800;
  width: 100%;
  text-transform: uppercase;
}
.tmls-widget.tmls-style2 .tmls-item .tmls-testimonial {
  margin-bottom: 20px;
  font-size: 23px;
  color: #ffffff;
  line-height: 30px;
  width: 100%;
}
.tmls-widget.tmls-style2 .owl-item img {
  min-height: 290px;
}
.tmls-widget.tmls-style2 .tmls-item .tmls-right::before {
  position: relative;
  left: -40px;
  font-size: 0px;
  top: 15px;
  color: #999ca1;
  height: 25px;
  width: 27px;
  display: inline-block;
  background: url("../../frontend/Mobilityexpress/porto/en_US/images/arrows.png") no-repeat 0 -104px;
  content: "";
}
.tmls-widget.tmls-style2 .tmls-item p::after {
  position: relative;
  left: 2px;
  font-size: 0px;
  top: 22px;
  color: #999ca1;
  height: 25px;
  width: 27px;
  display: inline-block;
  background: url("../../frontend/Mobilityexpress/porto/en_US/images/arrows.png") no-repeat 0 -161px;
  content: "";
  float: none;
}
.testimonial_bg .owl-dots {
  display: none !important;
}
.testimonial_bg .owl-prev {
  text-indent: -2000em;
  left: 1%;
  position: absolute;
  top: 50%;
  background: url(../../frontend/Mobilityexpress/porto/en_US/images/arrows.png) no-repeat 0 -39px !important;
  width: 41px;
  height: 33px;
  margin: 0 !important;
  border-radius: 0 !important;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
.testimonial_bg .owl-next {
  text-indent: -2000em;
  right: 1%;
  position: absolute;
  top: 50%;
  background: url(../../frontend/Mobilityexpress/porto/en_US/images/arrows.png) no-repeat -47px -39px !important;
  width: 41px;
  height: 33px;
  margin: 0 !important;
  border-radius: 0 !important;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
.tmls-widget.image-medium-radius .tmls-item .tmls-image img {
  border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  max-width: 290px;
  width: 290px;
  margin: 0 auto;
}
.tmls-testimonial span {
  display: none;
}
@media (min-width: 992px) {
  .tmls-widget .tmls-item-info {
    float: left;
    width: 80%;
  }
}
@media (max-width: 1199px) {
  .tmls-widget.tmls-style2 .tmls-item {
    padding: 60px 0;
    width: 80%;
  }
  .tmls-widget.tmls-style2 .tmls-item .tmls-left {
    margin: 0 0 0 0px;
    width: 100%;
  }
  .tmls-widget.tmls-style2 .tmls-item .tmls-right {
    padding: 20px 20px;
    width: 100%;
    float: left;
  }
  .tmls-widget.tmls-style2 .tmls-item .tmls-title {
    font-size: 30px;
    font-weight: 600;
  }
  .tmls-widget.tmls-style2 .tmls-item .tmls-testimonial {
    font-size: 18px;
    line-height: 24px;
  }
  .tmls-widget.image-medium-radius .tmls-item .tmls-image img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
}
@media (max-width: 1199px) {
  .tmls-widget.tmls-style2 .tmls-item .tmls-right {
    width: 600px;
  }
}
@media (max-width: 991px) {
  .testimonial_bg {
    margin: 0 0 50px;
    width: 100%;
  }
  .testimonial_bg .row {
    margin-left: -7px;
    margin-right: -7px;
  }
  .accessible-vehicles {
    margin: 0px;
  }
  .accessible-vehicles .av-container {
    padding: 50px 20px;
  }
  .accessible-vehicles .av-container h1 {
    font-size: 30px;
    line-height: 38px;
  }
  .accessible-vehicles .av-container a {
    min-width: 260px;
  }
  .tmls-widget.tmls-style2 .tmls-item .tmls-left {
    height: auto;
  }
  .tmls-widget.tmls-style2 .tmls-item .tmls-right {
    float: left;
    padding: 0 60px;
    width: 100%;
  }
  .tmls-widget.image-medium-radius .tmls-item .tmls-image img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto;
    max-width: 150px;
    min-height: 150px;
    width: 150px;
  }
  .av {
    margin-bottom: 15px;
  }
  .tmls-widget.tmls-style2 .tmls-item {
    padding: 60px 0;
    width: 100%;
  }
}
/* Testimonial Starts */
/* Blog */
.blog_container {
  clear: both;
}
.blog_container .blogcontainer {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto 140px;
}
.blog_container .blog-block {
  position: relative;
  width: 470px;
  min-height: 475px;
  background: #dfe3e6;
  padding: 0;
  margin: 0 0 0 54px;
}
.blog_container .post-list-item.col-sm-6 {
  width: 100%;
}
.blog_container .mpcss {
  margin: 0;
}
.blog_container .mp-post-info {
  padding: 40px 46px 0;
}
.blog_container .post-info-wrapper {
  padding: 20px 46px 50px;
}
.blog_container .post-info-wrapper h2 {
  font-size: 22px;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 26px;
  margin: 0;
  padding: 0;
}
/*Blog */
/*Download */
.download-pdf {
  position: relative;
  width: 470px;
  min-height: 475px;
  background: #dfe3e6;
  padding: 56px 50px;
  margin: 0 54px 0 15px;
}
.download-pdf h2 {
  font-size: 22px;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 26px;
  margin: 0 0 16px;
  padding: 0;
}
.download-pdf ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.download-pdf ul li {
  margin: 0;
  padding: 13px 0 13px;
  list-style: none;
  border-bottom: 1px solid #ffffff;
}
.download-pdf ul li a {
  color: #54575a;
  font-size: 17px;
}
.download-pdf ul li::before {
  content: "";
  font-size: 0px;
  font-family: FontAwesome;
  color: #ccc;
  margin: 1px 10px 0 0;
  padding: 0;
  height: 18px;
  width: 18px;
  background: url(../../frontend/Mobilityexpress/porto/en_US/images/arrows.png) no-repeat 0 -215px;
  display: inline-block;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
.download-pdf ul li a::after {
  content: "\f842";
  transform: scale(1, 1.5);
  font-size: 18px;
  margin-right: 6px;
  font-family: "porto-icons";
  color: #f27e2b;
  float: right;
}
.all-resources,
.all-articles {
  background: #f27e2b;
  max-width: 252px;
  min-height: 58px;
  line-height: 58px;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 20px;
  padding: 0;
  border: 0;
  position: absolute;
  bottom: -28px;
  left: 0;
  right: 0;
  margin: auto;
}
.all-resources:hover,
.all-articles:hover {
  text-decoration: none;
  background: #022d55;
  color: #ffffff;
}
a.all-resources {
  color: #ffffff;
}
@media (max-width: 1199px) {
  .blog_container .blogcontainer {
    width: 100%;
    margin: 0 auto 52px;
  }
  .blogcontainer .download-pdf {
    margin: 0 2% 80px 0;
    padding-bottom: 50px;
    width: 48%;
  }
  .blog_container .blog-block {
    width: 48%;
    margin: 0 auto 20px 2%;
  }
  .all-resources,
  .all-articles {
    height: 38px;
    line-height: 38px;
    bottom: -18px;
    min-height: 38px;
  }
}
@media (max-width: 991px) {
  .blog-block .row,
  .blogcontainer .row {
    margin-left: -7px;
    margin-right: -7px;
  }
}
@media (max-width: 767px) {
  .blog_container .blog-block {
    width: 100%;
    max-width: 480px;
    clear: both;
    margin: 0 auto;
  }
  .blog_container .download-pdf {
    width: 100%;
    clear: both;
    padding: 30px;
    margin: 0 auto 80px;
    max-width: 480px;
  }
  .tmls-widget .tmls-item-info {
    float: left;
    width: 100%;
    margin-left: -4%;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .all-resources,
  .all-articles {
    left: 22%;
  }
}
/* Download */
.fancybox-close:before {
  content: '' !important;
  font-family: 'porto-icons';
}
.owl-middle-narrow .owl-theme .owl-controls,
.owl-middle-narrow.owl-theme .owl-controls {
  pointer-events: all;
}
@media (min-width: 1025px) and (max-width: 1299px) {
  .tmls-widget.tmls-style2 .tmls-item .tmls-right {
    width: 660px;
  }
}
/* Homepage banner button */
#banner-slider-demo-1 .owl-controls {
  position: static;
}
#banner-slider-demo-1 .owl-prev {
  bottom: 50%;
}
#banner-slider-demo-1 .owl-next {
  bottom: 50%;
}
#banner-slider-demo-1 .owl-controls .owl-dots {
  bottom: 10px;
}
.page.messages {
  position: relative;
  z-index: 100;
}
/*.page-header.type1 .panel.wrapper:hover { color: @base-font-color;} */
.page-layout-2columns-left .page-main {
  padding-left: 0;
  padding-right: 0;
}
.page-wrapper .breadcrumbs {
  color: #f27e2b;
  background: transparent;
  margin: 0;
}
.page-wrapper .breadcrumbs .items {
  padding: 20px 15px 10px 0;
}
.page-wrapper .breadcrumbs a {
  color: #022d55;
}
.page-wrapper .breadcrumbs a:hover {
  color: #f27e2b;
}
.page-wrapper .breadcrumbs a:focus {
  color: #f27e2b;
}
.page-wrapper .breadcrumbs .item:not(:last-child)::after {
  color: #022d55;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .page-wrapper .breadcrumbs {
    margin: 0 15px;
  }
  .page-wrapper .breadcrumbs .items {
    padding: 20px 15px 10px;
    max-width: 100%;
  }
}
.filter-options-title {
  font-size: 16px;
  line-height: 26px;
  color: #022d55;
  background-color: #dfe3e6;
  border: 0;
  cursor: pointer;
  display: block;
  font-weight: bold;
  padding: 10px 15px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}
.filter-options-title::after {
  font-size: 22px;
  border: 0;
  background: transparent;
  color: #54575a;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.active > .filter-options-title::after {
  color: #f27e2b;
}
.filter-options-title:hover::after {
  background: transparent;
  border: 0;
  color: #f27e2b;
}
.filter-options-title::after:hover {
  background: transparent;
  border: 0;
}
.filter-options-content {
  background: #f7f7f7;
  padding: 20px 20px ;
  border: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.filter-options-content .item {
  font-size: 18px;
  margin: 0 0 19px 0;
}
.filter-options-item {
  margin-bottom: 33px;
}
.filter-options-item.active .filter-options-title {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px!important;
  border-radius: 0px!important;
}
.filter-current .items {
  border: 0 none;
  padding: 9px 0;
  margin: 0;
}
.block-title {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}
.block-category-list .block-title {
  font-size: 16px;
  line-height: 26px;
  background-color: #dfe3e6;
  border: 0;
  color: #022d55;
  cursor: pointer;
  display: block;
  font-weight: bold;
  padding: 12px 15px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
.block-category-list .block-title::after {
  font-size: 26px;
  border: 0;
  background: transparent;
  color: #f27e2b;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.block-category-list .block-title:hover::after {
  background: transparent;
  border: 0;
  color: #f27e2b;
}
.block-category-list .block-title::after:hover {
  background: transparent;
  border: 0;
}
.block-category-list .block-content {
  background: #f7f7f7;
  padding: 20px 20px;
  border: 0;
  -webkit-border-radius: 0px!important;
  -moz-border-radius: 0px!important;
  border-radius: 0px!important;
}
.block-category-list .block-content .item {
  font-size: 18px;
}
.block-category-list .block-content ol li.item {
  margin: 0 0 10px 0;
  padding: 0;
}
.filter-value {
  color: #858585;
  width: 100% !important;
  clear: both;
  float: left;
}
.block-category-list .block-content .item a {
  font-size: 14px;
  color: #999b9f;
}
.filter-options-content .item {
  font-size: 14px;
  color: #999b9f;
  margin: 0 0 10px 0;
  padding: 0;
}
block-subtitle.filter-current-subtitle {
  font-size: 16px;
  padding: 13px 15px;
  color: #022d55;
  border: 0;
  background: #dfe3e6;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.block-actions.filter-actions {
  border: 0 none;
  margin: 0;
  padding: 9px 0;
  margin: 0 0 30px;
}
.products.wrapper ~ .header.links {
  display: none;
}
.products.wrapper ~ .toolbar {
  position: relative;
}
.products.wrapper ~ .toolbar .sorter {
  display: block;
  margin: 0 20px 0 0;
  position: absolute;
}
.products.wrapper ~ .toolbar .modes {
  display: block;
  float: right;
  margin: 6px 275px 0 15px;
}
.modes {
  float: none;
  margin: 6px 21px 	0 0;
}
.modes-mode {
  background-color: transparent;
  border: 0;
  -webkit-border-radius: 0px!important;
  -moz-border-radius: 0px!important;
  border-radius: 0px!important;
}
.modes-mode::before {
  font-size: 20px;
}
.modes-mode.active,
.modes-mode:hover {
  background-color: transparent;
  border-color: transparent;
  color: #a6a6a6;
}
.page-with-filter .toolbar-amount {
  display: none;
}
.toolbar.toolbar-products {
  text-align: right;
  margin-top: 0px;
}
.pages .page {
  border-radius: 0;
  width: 38px;
}
.pages .item {
  width: 38px;
  line-height: 38px;
  border: 0px solid #a6a6a6;
  color: #022d55;
  text-align: center;
}
.pages strong.page {
  background: #f27e2b;
  line-height: 38px;
  border: 1px solid #f27e2b;
}
.pages .action {
  border-radius: 0;
  padding: 0 8px;
  width: 38px;
  border: 1px solid #e1e1e1;
}
.pages .action:hover {
  background: #f27e2b;
  color: #ffffff;
  border: 1px solid #f27e2b;
}
.pages a.page {
  border: 1px solid #e1e1e1;
}
.pages a.page:hover {
  background: #f27e2b;
  color: #ffffff;
  border: 1px solid #f27e2b;
}
.pages .action.next::before {
  content: "\f821";
  color: #f27e2b;
}
.pages .action.previous::before {
  content: "\f822";
  color: #f27e2b;
}
.toolbar select {
  height: 38px;
  -webkit-border-radius: 0px!important;
  -moz-border-radius: 0px !important;
  border-radius: 0px!important;
}
.sorter-action::before {
  display: none;
}
.products.wrapper ~ .toolbar .pages {
  float: left;
  text-align: center;
}
@media (max-width: 767px) {
  .products.wrapper ~ .toolbar .limiter {
    display: none;
  }
  .page-products .sorter {
    position: static;
    right: 10.5px;
    top: 0;
    z-index: 1;
  }
  .products.wrapper ~ .toolbar .sorter {
    display: block;
    margin: 0;
    position: static;
  }
  .products.wrapper ~ .toolbar .pages {
    float: none;
    text-align: center;
  }
  .pages .pages-items {
    display: inline-block;
  }
  .filter-title strong {
    border: 1px solid #dfe3e6;
    border-radius: 0;
    padding: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .sidebar-main .block.newsletter input {
    padding-left: 5px;
  }
}
@media (min-width: 768px) {
  .page-layout-2columns-left.catalog-category-view .sidebar-main {
    float: left;
    max-width: 314px;
    order: 1;
    width: 25%;
  }
  .page-layout-2columns-left.catalog-category-view .column.main {
    float: right;
    order: 2;
    width: 72%;
    margin: -50px 0 0;
  }
}
@media (max-width: 767px) {
  .page-layout-2columns-left.catalog-category-view .sidebar-main {
    order: 1;
    padding: 0;
  }
  .page-layout-2columns-left.catalog-category-view .column.main {
    order: 2;
  }
}
.page-layout-2columns-left.catalogsearch-result-index .column.main {
  margin: 0;
  width: 72%;
}
.page-layout-2columns-left.catalogsearch-result-index .column.main {
  margin: 0;
}
.page-layout-2columns-left.catalogsearch-result-index .page-main > .page-title-wrapper .page-title {
  margin: 0 0 20px;
}
.sidebar-main {
  padding: 0;
}
.sidebar-main .block.newsletter {
  background: #f7f7f7;
  padding: 0;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.sidebar-main .block.newsletter .content {
  padding: 20px;
}
.sidebar-main .block.newsletter form {
  position: relative;
}
.sidebar-main .block.newsletter .field .control::before {
  display: none;
}
.sidebar-main .block.newsletter .action.subscribe.primary {
  background: transparent;
  border: 0 none;
  padding: 5px 13px;
  position: absolute;
  right: -4px;
  top: -2px;
}
.sidebar-main .block.newsletter .action.subscribe.primary span {
  display: none;
}
.sidebar-main .block.newsletter .action.subscribe::after {
  color: #f27e2b;
  content: "\f818";
  z-index: 1;
  font-family: porto-icons;
}
.sidebar-main .block.newsletter input {
  padding-left: 15px;
  color: #999b9f;
  font-size: 12px;
}
.sidebar-main .block-title {
  font-size: 16px;
  line-height: 26px;
  background-color: #dfe3e6;
  margin: 0;
  border: 0;
  color: #022d55;
  cursor: pointer;
  font-weight: bold;
  padding: 12px 15px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
.page-main .sidebar-main .block.block-category-list {
  margin-bottom: 35px;
}
.products-grid .product-item .product-item-inner {
  bottom: -20px;
  clear: both;
  float: none;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  width: 100%;
  margin: 0;
}
.products {
  padding: 10px 0 0;
}
.product-item-photo {
  border: 0px solid transparent;
  -webkit-border-radius: 0px!important;
  -moz-border-radius: 0px!important;
  border-radius: 0px!important;
  padding: 0;
}
.product-item-info {
  border: 2px solid transparent;
  margin-bottom: 50px;
  padding: 10px 0 2px;
  min-height: 410px;
}
.products .product-item-info:hover {
  border: 2px solid #e1e5e8;
}
.products .product-item-info .tocart,
.products .product-item-info .actions-primary a {
  display: none;
}
.products .product-item-info:hover .tocart,
.products .product-item-info:hover .actions-primary a {
  display: block;
}
.products .product-item-info .tocart,
.products .product-item-info .actions-primary a,
.products .product-item-info .unavailable {
  display: none;
}
.products .product-item-info:hover .tocart,
.products .product-item-info:hover .actions-primary a,
.products .product-item-info:hover .unavailable {
  display: block;
}
.product-item .tocart {
  min-width: auto;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-weight: 600;
}
.products-grid .product-item-info:hover .product-item-details .product-item-actions .tocart {
  background-color: #f27e2b;
  border-color: #f27e2b;
  color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.product-item-name {
  min-height: 75px;
}
.product-item-name > a,
.product.name a > a {
  color: #022d55;
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
}
.abs-product-link > a:active,
.product-item-name > a:active,
.product.name a > a:active,
.abs-product-link > a:hover,
.product-item-name > a:hover,
.product.name a > a:hover,
.product-item-name > a:active,
.product-item-name > a:hover,
.product.name a > a:active,
.product.name a > a:hover {
  color: #022d55;
  text-decoration: none;
}
.product-image-photo {
  width: auto;
}
.action.tocart.customize-buy {
  display: none;
}
.product-items .swatch-option {
  height: 15px;
  margin: 0 5px 5px 0;
  min-width: 15px;
  border: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.product-items .swatch-attribute.size {
  display: none;
}
.category-image .image {
  width: auto;
}
.product-item-name,
.product.name a {
  font-weight: 600;
  font-size: 16px;
  color: #022d55;
}
.product-item-details {
  padding: 10px;
  min-height: 260px;
}
.product-item-details .list-attr {
  border-bottom: 1px dotted #ccc;
  float: left;
  padding: 2px 0 0;
  width: 100%;
  font-size: 13px;
}
.product-item-details .list-attr .label {
  background: #ffffff;
  color: #54575a;
  float: left;
  margin: 0 0 -2px;
  text-align: left;
  width: auto;
}
.product-item-details .list-attr .value {
  background: #ffffff;
  color: #022d55;
  float: right;
  margin: 0 0 -2px;
  text-align: right;
  width: auto;
}
.product-item-details .list-attr .price-container .price {
  color: #022d55;
  font-size: 16px;
  font-weight: 600;
}
.product-item-details .list-attr .price-box {
  margin: 0;
}
.product-item-details .list-attr .label-mrn {
  margin: 3px 0 -1px;
}
.product-item-details .list-attr .price-box {
  width: 100%;
}
.action.more {
  clear: both;
  float: left;
  margin: 0 0 10px;
  width: 100%;
}
.product-item .tocart::before {
  display: none;
}
.stock.unavailable > span {
  background: #f27e2b;
  border: 1px solid #f27e2b;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
  padding: 7px 35px;
  vertical-align: middle;
  margin: 0;
  height: 42px;
}
.stock.unavailable > span:hover {
  background: #022d55;
  border: 1px solid #022d55;
}
.category-cms,
.category-image,
.category-description {
  margin-bottom: 0px;
}
.products-list .product-item-info {
  min-height: auto;
}
.products-list .product-item-name {
  min-height: auto;
}
.products-list .product-item-details {
  min-height: auto;
}
.products-list .product-item-info .tocart,
.product-item-info .actions-primary a,
.product-item-info .unavailable {
  display: block;
}
.products-list .product-item-info:hover .tocart,
.product-item-info:hover .actions-primary a,
.product-item-info:hover .unavailable {
  display: block;
}
.products-list.products .product-item-info .unavailable {
  display: block;
}
.products .product-item-info .unavailable {
  display: none;
}
.products .product-item-info:hover .unavailable {
  display: block;
}
.products-grid .product-item .product-item-info {
  min-height: 440px;
  margin-bottom: 30px;
}
/*.product-item-photo:hover {opacity:0.7;} */
.weltpixel-quickview.weltpixel_quickview_button_v2 {
  padding: 25% 0 0 !important;
}
.products-grid .product-item .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v2 {
  background: rgba(204, 204, 204, 0);
  left: 0;
  bottom: 0;
  top: 40%;
}
.weltpixel-quickview.weltpixel_quickview_button_v2::after {
  background: #ffffff;
  color: #01172b;
  content: "\f06e";
  font-family: FontAwesome;
  font-size: 20px;
  height: 100%;
  padding: 12px;
  width: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.weltpixel-quickview.weltpixel_quickview_button_v2 > span {
  display: none;
}
.weltpixel-quickview.weltpixel_quickview_button_v2 {
  float: none;
  height: 32px !important;
  margin: -10px auto 0;
  padding: 0 !important;
  width: 44px !important;
}
.mfp-iframe-holder {
  padding: 0;
}
.mfp-iframe-holder .mfp-iframe-holder .mfp-content {
  line-height: 0;
  max-width: 96%;
  margin: 40px auto 0;
  width: 200px;
}
.mfp-iframe-holder .mfp-iframe-holder .mfp-close {
  border-radius: 50%;
  height: auto;
  margin: auto;
  padding: 5px 12px;
  right: 0;
  text-align: center;
  top: 0;
  width: auto;
}
.mfp-iframe-holder .mfp-iframe-holder .mfp-close:hover {
  background: #54575a;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  top: 0;
  color: #ffffff;
  height: 40px;
  padding: 0;
  right: 0;
  text-align: center;
  width: 40px;
}
/* UpSell */
.block.upsell {
  background: #f7f7f7;
  padding: 80px 0 50px;
}
.block.upsell .block-content.content {
  margin: auto;
  max-width: 1170px;
  width: 100%;
}
.block.upsell .product-item-info {
  min-height: 300px;
}
.block.upsell .product-item-details {
  min-height: 160px;
  padding: 10px;
}
.block.upsell .title {
  text-align: center;
  background: none;
}
.block.upsell .title strong {
  background-color: transparent;
  font-size: 36px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}
/* UpSell */
/* Model Popup */
.modal-popup .modal-header {
  padding-bottom: 25px;
  padding-top: 3rem;
}
.catalog-product-view .modal-inner-wrap {
  max-width: 836px;
  border-top: 5px solid #f27e2b;
}
.catalog-product-view .modal-inner-wrap .modal-title {
  font-size: 28px;
  font-weight: 600;
}
.catalog-product-view .modal-inner-wrap #updateFinanceOptions {
  background-color: #f27e2b;
  border: 1px solid #f27e2b;
  color: #ffffff;
  height: 58px;
  line-height: 58px;
  padding: 0 12px;
  text-transform: uppercase;
  width: 100%;
  font-size: 20px;
}
.catalog-product-view .modal-inner-wrap button.action-close {
  background: transparent;
  border: 0px solid #f27e2b;
  color: #ffffff;
  height: auto;
  line-height: auto;
  padding: 10px;
  text-transform: uppercase;
  width: auto;
}
.catalog-product-view .modal-inner-wrap .container {
  padding: 0;
}
.catalog-product-view .modal-inner-wrap ul.prices {
  margin: 15px 0 0;
}
.catalog-product-view .modal-inner-wrap .price-type-fin {
  float: left;
  list-style: outside none none;
  width: 33%;
  text-align: center;
}
.catalog-product-view .modal-inner-wrap .price-type-fin .type {
  color: #022d55;
  float: none;
  font-size: 20px;
  font-weight: 600;
  padding: 0;
}
.catalog-product-view .modal-inner-wrap .price {
  color: #54575a;
  font-size: 35px;
  font-weight: 800;
  margin: 15px 0;
}
.catalog-product-view .modal-inner-wrap .col-sm-8.col-sm-offset-2 {
  margin: 0;
  width: 100%;
}
.catalog-product-view .modal-inner-wrap #finance-pre-calculated-values > span {
  border-top: 1px solid #ccc;
  clear: both;
  color: #f27e2b;
  float: left;
  font-size: 20px;
  font-weight: 600;
  padding: 10px;
  width: 100%;
}
.catalog-product-view .modal-inner-wrap #widget ul li span {
  color: #f27e2b;
}
/* Model Popup */
@media (max-width: 1199px) {
  .product-item-info {
    margin-bottom: 20px;
  }
  .product-item-details {
    min-height: 220px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .catalog-category-view .page-main,
  .catalogsearch-result-index .page-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .action.primary {
    padding: 7px 25px;
  }
}
@media (max-width: 767px) {
  .page-layout-2columns-left .sidebar-main {
    float: left;
    max-width: 100%;
    order: 1;
    width: 100%;
  }
  .page-layout-2columns-left.catalogsearch-result-index .column.main {
    margin: 0;
    width: 100%;
  }
  .sorter-label {
    display: none;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  page-main > .page-title-wrapper .page-title {
    font-size: 20px;
    line-height: 28px;
  }
  .action.primary {
    min-width: auto;
    padding: 8px 20%;
    font-family: "Lato", sans-serif;
    text-align: center;
  }
  .sidebar-main {
    padding: 0;
  }
  .sidebar-main .block-title {
    background: none;
  }
  .products-grid .product-item .product-item-inner {
    margin: 0;
  }
  .page-products .columns {
    padding-top: 60px;
  }
  .page-layout-2columns-left .page-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-main > .page-title-wrapper .page-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 38px;
  }
  .page-layout-2columns-left.catalog-category-view .column.main {
    margin: 0;
  }
  .products-list .product-item-details {
    width: 100%;
    padding-left: 0;
  }
  .page-products .columns {
    padding-top: 20px;
  }
  .products .list.products-list {
    padding: 10px 10px 0;
  }
  .sidebar .block-category-list .block-title {
    border: 0;
    background: #dfe3e6;
  }
  .sidebar .block-category-list .block-content {
    border: 0;
    background: #f7f7f7;
    font-size: 16px;
  }
  .sidebar.sidebar-main .block-title {
    border: 0;
    background: #dfe3e6;
  }
  .sidebar .block-title.filter-title {
    background: none;
    margin: 0 0 20px;
  }
  /* */
  .page-layout-2columns-left.catalog-category-view .column.main {
    margin: -44px 0 0;
    position: relative;
  }
  .category-description {
    margin: 60px 0 10px;
  }
  .action.primary {
    padding: 7px 5px;
  }
}
@media (min-width: 666px) and (max-width: 767px) {
  .page-layout-2columns-left.catalog-category-view .column.main {
    margin: 0;
  }
}
@media (max-width: 479px) {
  .products .action.primary {
    padding: 7px 5px;
    min-width: 160px;
  }
}
@media (max-width: 399px) {
  .products-grid .product-item {
    width: 100%;
  }
  .action.primary {
    padding: 8px 5%;
  }
}
body.weltpixel_quickview-catalog_product-view .page-wrapper .page-main {
  margin: 0 auto;
}
body.weltpixel_quickview-catalog_product-view .product-info-main-custom {
  display: none;
}
body.weltpixel_quickview-catalog_product-view .product-info-main {
  display: none !important;
}
body.weltpixel_quickview-catalog_product-view .custom-link {
  display: none;
}
body.weltpixel_quickview-catalog_product-view #fullscreen_360_navigations.custom-link {
  display: none;
}
body.weltpixel_quickview-catalog_product-view .calculator {
  display: none;
}
body.weltpixel_quickview-catalog_product-view .column.main > aside {
  display: none;
}
body.weltpixel_quickview-catalog_product-view #fullscreen_see_thumbnails {
  display: none;
}
body.weltpixel_quickview-catalog_product-view #fullscreen_walk_around {
  display: none;
}
/* SHOW ONLY THIS ONE */
body.weltpixel_quickview-catalog_product-view #fullscreen_360_navigations.custom-link {
  display: block !important;
}
/* Fotorama custom size */
body.weltpixel_quickview-catalog_product-view .fotorama__stage {
  height: 650px !important;
}
body.weltpixel_quickview-catalog_product-view .mfp-iframe-holder .mfp-content {
  height: 650px !important;
}
body.weltpixel_quickview-catalog_product-view .fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
  margin: -210px 0 100px;
}
.catalog-product-view .page-wrapper .breadcrumbs {
  z-index: 10;
}
.catalog-product-view.wide .page-main {
  max-width: 100%;
  margin-top: -48px;
}
.catalog-product-view .page-main {
  max-width: 100%;
  padding: 0;
  width: 100%;
}
.page-layout-1column .product.media {
  width: 100%;
  background: #ffffff;
  margin: 0;
}
.product.media {
  position: relative;
}
.gallery-placeholder {
  width: 100% !important;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  margin: 20px auto 0;
  max-height: 700px;
  max-width: 98%;
  width: 200px;
}
.fotorama__stage__shaft {
  border: 0;
  box-sizing: border-box;
  max-width: 100%;
  width: 100% !important;
}
.fotorama {
  max-height: 630px;
  min-width: 1px;
  overflow: hidden;
}
.fotorama__stage {
  background: #ffffff;
  height: 550px !important;
  border: 0 !important;
  min-height: auto;
}
.fotorama--fullscreen .fotorama__fullscreen-icon::before {
  content: "X";
  font-family: arial;
  font-size: 30px;
  line-height: 80px;
}
.mfp-image-holder .mfp-close:hover,
.mfp-iframe-holder .mfp-close:hover {
  color: #000;
}
.fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
  margin: -110px 0 100px;
}
/* */
.fotorama-item .fotorama__wrap .fotorama__nav-wrap {
  padding: 0 15px 10px;
}
.Magic360-container {
  max-width: 80% !important;
}
.Magic360,
.Magic360-container {
  border: 0 !important ;
}
.Magic360-container .Magic360 {
  display: inline-block !important;
  vertical-align: middle;
  width: 100%;
}
#fullscreen_360_navigations {
  display: none !important;
}
#fullscreen_360_navigations #fullscreen_show-thumbnails {
  display: block !important;
  float: left;
}
#fullscreen_360_navigations #fullscreen_show-thumbnails.icon-link.clickable {
  display: block !important;
}
.Magic360-container button.m360-icon.m360-icon-fullscreen-open {
  right: 100px !important;
  top: 25px !important;
}
.Magic360-container button.m360-icon.m360-icon-fullscreen-close {
  right: 100px !important;
  top: 25px !important;
}
#fullscreen_360_navigations.custom-link {
  z-index: 10001;
  padding: 32px 20px 0;
}
.fotorama.fotorama--fullscreen {
  background: #ffffff;
  max-height: 100%;
  min-width: 1px;
  overflow: hidden;
}
.product-info-main .product-reviews-summary,
.customer-review .product-reviews-summary {
  float: right;
  margin-bottom: 20px;
}
.custom-link .page-title {
  color: #ffffff;
  float: left;
  font-size: 36px;
  margin: 10px 0 0;
  font-weight: 600;
}
.custom-link .product-reviews-summary {
  float: right;
  margin-bottom: 10px;
}
.custom-link {
  position: absolute;
  bottom: 0px;
  min-height: 110px;
  height: auto;
  width: 100%;
  z-index: 100;
  padding: 12px 0 0;
  background: rgba(0, 0, 0, 0.5);
}
.custom-link a {
  color: #ffffff;
  margin: 0 20px 0 0;
  cursor: pointer;
}
.custom-link a:hover {
  color: #ffffff;
  text-decoration: none;
}
.custom-link a:hover .fa {
  color: #f27e2b;
  text-decoration: none;
}
.custom-link .product-reviews-summary {
  float: right;
  margin-top: 20px;
}
.custom-link-block-clickable {
  display: inline-block;
  min-width: auto;
  width: auto;
}
.custom-link #calclick {
  display: inline;
  line-height: 29px;
  margin: -5px 0 0;
}
.container > #calclick {
  display: none;
}
/* */
/* Tabs */
.page-layout-1column .product-info-main {
  float: none;
  clear: both;
  max-width: 1170px;
  margin: auto;
  width: 100%;
  padding: 50px 0;
  background: #ebebeb;
}
.product-info-main-custom {
  clear: both;
  min-height: 1700px;
  background: #ffffff;
}
.product-info-maincustom-full {
  background: #ebebeb;
}
.product-info-maincustom {
  margin: auto;
  max-width: 1170px;
  width: 100%;
  position: relative;
}
.product.info.detailed {
  float: none;
  margin: auto;
  max-width: 100%;
  width: 100%;
  padding: 50px 0;
  background: #ffffff;
}
.product.data.items {
  margin: 0 0 0px;
  max-width: 60%;
}
.product.data.items > .item.title > .switch {
  border: 0;
  background: transparent;
  border-radius: 0;
  font-size: 16px;
  line-height: 30px;
  padding: 0;
  margin: 0 26px 0 0;
  font-weight: 600;
  text-transform: uppercase;
}
.product.data.items > .item.title:not(.disabled) > .switch:active,
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover {
  background: #ffffff;
  border-bottom: 5px solid #f27e2b;
  color: #f27e2b;
}
.product.data.items > .item.content {
  border: 0;
  border-top: 1px solid #e0e0e0;
  padding: 24px 0 0;
  box-shadow: 0 0 0 transparent;
  margin-top: 42px;
}
.product.attribute.description {
  border: 1px solid #e0e0e0;
  padding: 15px;
}
.caption.table-caption {
  text-align: left !important;
}
.product.info.detailed .additional-attributes {
  border-top: 1px solid #e0e0e0;
  border-left: 2px solid #e0e0e0;
}
.catalog-product-view table {
  border-left: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
}
.catalog-product-view th.label,
.catalog-product-view td.data,
.catalog-product-view th,
.catalog-product-view td {
  border-bottom: 1px solid #e0e0e0 !important;
  border-right: 1px solid #e0e0e0 !important;
  padding: 5px 15px !important;
  width: auto;
}
.catalog-product-view th.label,
.catalog-product-view th {
  font-weight: 600;
  color: #707070;
  width: 40%;
}
.catalog-product-view td.data,
.catalog-product-view td {
  font-weight: 400;
  font-size: 16px;
  color: #022d55;
  background: #fff !important;
}
.catalog-product-view td img {
  display: none;
}
.products-list .product-item-info .tocart {
  display: block;
}
.calculator .btn-print {
  clear: none !important;
  float: left;
  margin: 0 32px 0 15px;
  width: auto;
}
.calculator .btn-print > a {
  font-size: 16px !important;
  font-weight: 600 !important;
  margin: 0;
  text-transform: uppercase;
  border-radius: 0;
}
.calculator {
  border-bottom: 1px solid #cdcdcd;
  border-top: 1px solid #cdcdcd;
  padding: 65px 0;
}
.calculator span {
  color: #022d55;
  float: left;
  font-size: 35px;
  font-weight: 800;
  width: auto;
}
.calculator .stock span {
  font-size: 16px;
}
.icon.calculator.blue {
  border: 0;
}
.type {
  padding: 0 2px 0 0;
  float: left;
  font-weight: 600;
  color: #022d55;
}
.type::after {
  content: "";
  color: #022d55;
}
.value {
  color: #022d55;
  font-weight: 600;
}
#show-finance-button {
  background: #f27e2b;
  border: #f27e2b 1px solid;
  cursor: pointer;
  display: inline-block;
  font-size: 14px !important;
  font-weight: 600 !important;
  height: auto;
  padding: 12px 35px;
  width: 240px;
  margin: 0px 32px 0 0;
  text-align: center;
  float: left;
  clear: both;
}
#show-finance-button:hover {
  background: #022d55;
  border: #022d55 1px solid;
}
#quality_assitance_button {
  font-size: 14px;
  font-weight: 600;
  height: auto;
  margin: 0;
  padding: 12px 70px;
}
#calclick {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  height: auto;
  padding: 0;
  width: auto;
  text-transform: none;
  margin-right: 25px;
  float: right;
}
#calclick:hover {
  color: #ffffff;
}
#calclick::before {
  content: "\f1ec";
  font-family: fontawesome;
  padding: 5px 3px 0 0;
  position: relative;
  top: 2px;
  font-size: 25px;
}
#calclick:hover::before {
  color: #f27e2b;
}
.fa-photo::before,
.fa-image::before,
.fa-picture-o::before,
.fa-yelp::before,
.fa-newspaper-o {
  font-size: 25px;
}
.custom-link .text {
  margin-left: 3px;
  position: relative;
  top: -3px;
}
.product-info-stock-sku {
  float: left;
  margin: 0 0 20px;
  width: 50%;
}
.catalog-product-view .stock.unavailable {
  float: left;
  margin: 0 25px 0 0;
}
.catalog-product-view .stock.unavailable > span {
  background: transparent;
  border: 0;
  text-transform: none;
  color: #ff0000;
  line-height: 16px;
  height: auto;
  padding: 0;
}
#calclick.finance-btn-click {
  background: none;
  border: 0;
  font-weight: 400 !important;
  margin: -4px 25px 0 0;
  padding: 0;
  text-transform: none;
}
/* Custom Block */
.column.main > aside {
  float: right;
  max-width: 380px;
  width: 33%;
}
.static-side-block .carousel {
  background: #f7f7f7;
  padding: 20px 29px 10px;
  position: relative;
  text-align: center;
  min-width: 380px;
  margin-bottom: 20px;
}
.carousel-inner {
  height: 280px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  border-radius: 50%;
  height: 170px !important;
  line-height: 1;
  width: 170px;
  display: inline;
}
.carousel-caption {
  bottom: auto;
  color: #54575a;
  font-size: 14px;
  left: auto;
  padding-bottom: 1px;
  right: auto;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0);
  width: 100%;
}
.carousel-caption > span {
  background: rgba(0, 0, 0, 0) url("../../frontend/Mobilityexpress/porto/en_US/images/sprites-icons.png") no-repeat scroll 33px -346px;
  border-bottom: 1px solid #ccc;
  display: inline-block;
  margin: 0 0 15px;
  padding: 0 0 15px;
  width: 100%;
}
.carousel-caption > a {
  color: #f27e2b;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
.carousel-caption > a::after {
  content: "\f821";
  font-family: porto-icons;
  margin: 0 0 0 5px;
  color: #f27e2b;
}
.static-side-block {
  background: #ffffff;
  float: right;
  max-width: 377px;
  min-height: 250px;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 100;
}
.static-side-block .carousel h2 {
  border-bottom: 1px solid #ccc;
  color: #022d55;
  font-size: 20px;
  padding: 0 0 15px;
  font-weight: 600;
  text-transform: uppercase;
}
.static-side-block .carousel h5 {
  font-size: 18px;
  color: #022d55;
  line-height: 24px;
  margin: 15px 0;
}
.sell-vehicle-block {
  background: #f7f7f7;
  float: left;
  padding: 38px 29px;
  position: relative;
  text-align: center;
  min-width: 254px;
  color: #022d55;
}
.sell-vehicle-block h3 {
  color: #022d55;
  font-size: 20px;
  padding: 0 0 15px;
  font-weight: 600;
  text-transform: uppercase;
}
.sell-vehicle-block a {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  background: #f27e2b;
  margin: 30px 0 0;
  float: left;
  padding: 20px 15%;
  width: 100%;
  min-width: 280px;
}
.abt-product-block {
  padding: 30px;
  display: inline-block;
  margin-bottom: 20px;
}
.btn.btn-ask-about {
  margin: 0 0 25px;
  padding: 0;
}
.dealer-block {
  width: 100%;
  background: #022d55;
  padding: 25px 25px 5px 50px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.dealer-block ul {
  padding: 0;
  margin: 0;
}
.dealer-block ul li {
  padding: 10px 0 0 ;
  margin: 0 0 30px;
  list-style: none;
  line-height: 18px;
  height: 40px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}
.dealer-block ul li .porto-icon-nofee {
  background: rgba(0, 0, 0, 0) url("../../frontend/Mobilityexpress/porto/en_US/images/sprites-icons.png") no-repeat scroll 0 0px;
  float: left;
  height: 36px;
  margin: -10px 10px 0 0;
  width: 44px;
}
.dealer-block ul li .porto-icon-certified {
  background: rgba(0, 0, 0, 0) url("../../frontend/Mobilityexpress/porto/en_US/images/sprites-icons.png") no-repeat scroll 0 -109px;
  float: left;
  height: 45px;
  margin: -10px 10px 0 0;
  width: 44px;
}
.dealer-block ul li .porto-icon-support {
  background: rgba(0, 0, 0, 0) url("../../frontend/Mobilityexpress/porto/en_US/images/sprites-icons.png") no-repeat scroll 0 -244px;
  float: left;
  height: 36px;
  margin: -10px 10px 0 0;
  width: 44px;
}
.btn-ask-about .action.primary {
  height: 58px;
  padding: 18px 38px;
  font-weight: 600;
}
/* Added */
.abt-product-block .action.mailto.friend {
  border: 0 none;
  width: 150px;
}
.abt-product-block .product-addto-links {
  display: none;
}
.abt-product-block .product-social-links .addthis_inline_share_toolbox {
  display: none;
}
.abt-product-block .print-block {
  float: left;
}
.abt-product-block .product-social-links {
  border: 0 none;
  border-left: 1px solid #ccc;
  float: left;
  text-align: left;
  margin: 0 0 0 20px;
  padding: 0 0 0 15px;
}
.abt-product-block .product-social-links .action.mailto.friend::before,
.abt-product-block .moved-add-to-links .action.mailto.friend::before {
  float: left;
  padding: 0 5px;
  color: #999b9f;
  font-size: 18px;
}
.abt-product-block .product-addto-links .action span,
.abt-product-block .moved-add-to-links .action span,
.abt-product-block .product-social-links .action span {
  display: inline-block;
  float: left;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  color: #999b9f;
}
.Print-btn {
  color: #999b9f;
  font-size: 14px;
}
.Print-btn::before {
  color: #999b9f;
  content: "\f02f";
  font-family: fontawesome;
  padding: 0 5px 0 0;
  font-size: 18px;
}
.abt-product-block .link.wishlist {
  float: left;
  margin: 0 0 15px;
  width: 100%;
}
.abt-product-block .link.wishlist .counter.qty {
  display: none;
}
.abt-product-block .link.wishlist > a {
  color: #f27e2b;
}
.abt-product-block .link.wishlist > a::before {
  content: "\f005";
  padding: 0 10px 0 0;
  font-family: fontawesome;
  font-size: 18px;
}
.view-carfax-report {
  display: inline-block;
  padding: 20px 0 0;
}
.view-carfax-report a {
  color: #999b9f;
  font-size: 14px;
  padding: 0 10px;
  text-decoration: underline;
}
.view-carfax-report a:hover {
  text-decoration: none;
}
.price-box .price {
  color: #022d55;
}
.calculator .price-block {
  float: left;
  left: 35%;
  margin-top: 0px;
  position: static;
  width: 50%;
}
.calculator .price-box {
  margin: 0;
}
.calculator .price-box.price-final_price {
  clear: both;
  float: left;
}
.calculator .price-box .price {
  color: #022d55;
  font-size: 35px;
  font-weight: 600;
}
.calculator .product.attribute.sku {
  clear: both;
}
.calculator .price-box.price-final_price {
  clear: none;
  float: left;
  width: 30%;
}
.calculator .price-box.price-final_price .price {
  background: rgba(0, 0, 0, 0) url("../../frontend/Mobilityexpress/porto/en_US/images/sprites-icons.png") no-repeat scroll 0 -430px;
  color: #022d55;
  float: left;
  margin: -10px 10px 25px 0px;
  padding: 0 60px;
}
.view-carfax-report > a {
  color: #999b9f;
  font-size: 14px;
  padding: 0 10px;
  text-decoration: underline;
}
.product-info-main .product.overview {
  margin: 20px 0;
  width: 60%;
}
.product-info-main .type {
  clear: both;
  float: left;
  margin: 0 0 15px;
  width: 100%;
}
.product-info-main .value {
  color: #54575a;
  font-weight: 400;
}
/*  */
.cms-head {
  font-size: 24px;
}
.price-block-container {
  clear: both;
}
@media (max-width: 767px) {
  .catalog-product-view .columns {
    width: 100%;
  }
  .fotorama__stage {
    width: 100% !important;
  }
  .page-layout-1column .product-info-main {
    padding: 0 15px;
  }
  .product.info.detailed {
    padding: 0 15px;
  }
  .product.data.items {
    margin: 0;
    padding: 0;
  }
  .product.data.items > .item.title > .switch {
    margin: 0;
  }
  .custom-link {
    height: auto;
  }
  .custom-link .page-title {
    color: #ffffff;
    font-size: 24px;
  }
  .abt-product-block .action.mailto.friend {
    width: auto;
  }
  .product-info-main-custom {
    min-height: auto;
  }
  .static-side-block {
    position: static;
  }
  .static-side-block .carousel {
    width: 100%;
    min-width: 100%;
  }
  .static-side-block .carousel-caption {
    left: 0;
    right: 0;
    position: static;
    color: #000;
    text-align: center;
    text-shadow: 0 0 0 #000000;
  }
  .item > img {
    display: inline-block;
    float: none;
    margin: auto;
    text-align: center;
  }
  .carousel-caption > span {
    background-position: 0 -346px;
  }
  .catalog-product-view .stock.unavailable {
    float: left;
    margin: 0 25px 10px 0;
  }
  .calculator .price-block {
    float: left;
    left: 0;
    margin-top: 0px;
    position: static;
    width: 100%;
  }
  .calculator .price-box .price {
    background: none;
    color: #022d55;
    font-size: 35px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
  .block.upsell .title strong {
    font-size: 26px;
  }
  .catalog-product-view .modal-inner-wrap ul.prices {
    margin: 15px 0 0;
    float: left;
    padding: 0;
    width: 100%;
  }
  .catalog-product-view .modal-inner-wrap .price-type-fin {
    float: left;
    list-style: outside none none;
    width: 100%;
    text-align: left;
    margin: 0;
    padding: 5px 0;
    border-bottom: 1px solid #ccc;
  }
  .catalog-product-view .modal-inner-wrap .price {
    margin: 5px 0 0px;
  }
  .custom-link #calclick {
    clear: both;
    display: table;
    float: none;
    line-height: 29px;
    margin: -2px 0 0;
  }
  .dealer-block {
    padding: 20px;
  }
}
.review-form textarea,
.review-form .review-field-text {
  margin-bottom: 0px;
}
.modal-popup .review-form .fieldset > .field,
.modal-popup .review-form .fieldset > .fields > .field {
  margin: 0 0 0px 0;
  float: none;
  width: 100%;
}
textarea {
  border-color: #dfe3e6;
}
.sidebar .product-item-name > a,
.sidebar .product.name a > a {
  color: #022d55;
  font-size: 15px;
  text-transform: uppercase;
}
/* */
.product-info-cart-data-custom {
  margin: auto;
  max-width: 100%;
}
.product-add-form .price-box.price-final_price {
  width: 65%;
}
.product-add-form {
  max-width: 100%;
  margin: auto;
}
.product-options-wrapper {
  padding-bottom: 10px;
  padding-left: 10px;
  border-bottom: 0;
  max-width: 1170px;
  width: 100%;
  margin: auto;
}
.custom-options-section {
  width: 60%;
}
.product-options-bottom {
  border: 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 25px 0;
  padding: 0 30px;
  width: 100%;
  float: left;
  max-width: 100%;
}
.product-options-bottom-container {
  max-width: 1170px;
  width: 100%;
  margin: auto;
}
.product-options-bottom-block {
  border: 1px solid #ccc;
  float: left;
  margin: 25px 0;
  min-width: auto;
  padding: 30px 30px 0;
  position: relative;
}
.price-cart-combine {
  border: 1px solid #ccc;
  margin: 0 0 30px 0;
  padding: 30px 20px 0px;
  min-width: 46%;
  display: inline-block;
}
.customize-buy-title {
  border-bottom: 1px solid #dfe3e6;
  color: #f27e2b;
  font-weight: 800;
  padding: 0;
  margin: 0 0 15px;
  text-transform: uppercase;
  width: 100%;
}
.customize-buy-title span {
  border-bottom: 3px solid #f27e2b;
  width: 87px;
  clear: both;
  display: block;
  padding: 0 0 5px;
}
.field.required {
  display: inline-block;
  margin: 0 0 20px;
  width: 100%;
}
.label > span {
  color: #022d55;
  font-weight: 600;
}
.field.choice.admin__field.admin__field-option.required {
  float: left;
  margin: 0 0px 10px 0;
  width: 100%;
}
.label.admin__field-label span {
  color: #666666;
  font-weight: normal;
}
#options-6-list .field.choice {
  width: 45%;
}
/* .product-options-bottom { border: 1px solid #ccc; margin: 25px 0;padding:30px 20px 20px;width: 50%;float: left;}*/
.product-options-bottom .box-tocart {
  float: right;
}
/* .product-options-bottom .box-tocart {  float: right;}  */
.special-price .price {
  color: #f27e2b !important;
}
.product-options-bottom .price-box.price-final_price .price {
  background: rgba(0, 0, 0, 0) url("../../frontend/Mobilityexpress/porto/en_US/images/sprites-icons.png") no-repeat scroll 0 -430px;
  color: #022d55;
  float: left;
  margin: 0px 10px 25px 0;
  padding: 0 60px;
  line-height: 60px;
}
.product-options-bottom .price-box.price-final_price {
  float: left;
  width: auto;
}
.product-options-bottom .price-box.price-final_price .price::after {
  color: #555;
  content: "Price";
  float: left;
  font-size: 15px;
  margin-right: 15px;
}
.data.item.content > h2 {
  margin-bottom: 25px;
}
.finance-block {
  width: 100%;
  margin-top: 0px;
  float: left;
}
.product-options-bottom .action.primary.tocart {
  padding: 22px 35px;
  height: auto;
}
.product-options-bottom .price-box,
.product-info-price .price-box {
  padding-bottom: 0px;
  margin: 0;
}
/* .calculator { border-bottom: 0; border-top: 0; float: left;margin: auto; padding: 10px 0; width: 60%;} */
.product-options-bottom-block.nbr {
  border: 0;
  width: 100%;
  padding: 0;
}
/* */
@media (max-width: 1199px) {
  .calculator .price-box.price-final_price .price {
    margin: -10px 10px 25px 0;
  }
  #quality_assitance_button {
    margin: 25px 0 0 0;
    padding: 12px 70px;
  }
  .static-side-block {
    max-width: 100%;
    position: static;
  }
  .page-layout-1column .product-info-main {
    padding: 0;
  }
  .product-info-main .product.overview {
    margin: 21px 0;
    padding: 25px;
    width: 100%;
  }
  .sell-vehicle-block a {
    display: inline-block;
    float: none;
  }
  .calculator .price-box.price-final_price {
    clear: none;
    float: left;
    width: 50%;
  }
  /*.calculator { border-bottom: 0; border-top: 0; float: left;margin: auto; padding: 10px 0; width: 60%;}*/
  .view-carfax-report {
    display: inline-block;
    padding: 20px 0 0;
    width: 100%;
  }
  .product.data.items {
    margin: 0 0 65px;
    max-width: 100%;
  }
  .product-add-form {
    width: 100%;
    padding: 15px;
  }
  .product-options-wrapper {
    width: 100%;
  }
  .product-options-bottom {
    width: 100%;
  }
  .custom-link {
    height: auto;
  }
  .product-options-bottom-block {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .price-cart-combine {
    min-width: 100%;
  }
}
@media (mi-width: 767px) and (max-width: 1199px) {
  .custom-link {
    height: auto;
  }
}
@media (max-width: 767px) {
  .static-side-block {
    position: static;
    max-width: 100%;
  }
  .abt-product-block {
    width: 100%;
  }
  .btn.btn-ask-about {
    width: 100%;
  }
  .view-carfax-report {
    clear: both;
  }
  .abt-product-block .product-social-links {
    border-left: 0;
    text-align: center;
  }
  .product.data.items {
    max-width: 100%;
  }
  .products .product-item-info:hover .unavailable,
  .products-grid .product-item-details .product-item-actions .tocart,
  .product-item-info .tocart,
  .product-item-info .actions-primary a {
    display: block;
    background-color: #f27e2b;
    border-color: #f27e2b;
    color: #ffffff;
  }
  .weltpixel-quickview-catalog-product-view #fullscreen_360_navigations.custom-link {
    display: none !important;
  }
  #fullscreen_360_navigations.custom-link {
    display: none !important;
  }
  .product.data.items > .item.content {
    word-break: break-word;
  }
  .calculator .price-box.price-final_price {
    width: 100%;
  }
  .custom-options-section {
    width: 100%;
  }
  .product-options-bottom-container {
    max-width: 100%;
    width: 100%;
    margin: auto;
  }
  .product-options-bottom-block {
    width: 100%;
    text-align: center;
  }
  .fa-photo::before,
  .fa-image::before,
  .fa-picture-o::before,
  .fa-newspaper-o::before,
  .fa-yelp::before {
    content: "" !important;
  }
  .category-image {
    padding: 25px 0 0;
  }
}
@media (max-width: 479px) {
  .field.choice.admin__field.admin__field-option.required {
    float: left;
    margin: 0 20px 10px 0;
    width: 100%;
  }
  .product-options-bottom .price-box.price-final_price {
    width: 100%;
    float: left;
  }
  .product-options-bottom .box-tocart {
    float: right;
    width: 100%;
  }
  .dealer-block ul li {
    font-size: 14px;
  }
  .product-add-form {
    padding: 30px;
    width: 100%;
  }
}
.block-minicart .items-total {
  color: #54575a;
}
.action.viewcart {
  color: #54575a;
}
.fotorama .fotorama-sprite,
.fotorama__fullscreen .fotorama .fotorama__zoom-out,
.fotorama__fullscreen .fotorama .fotorama__zoom-in,
.fotorama .fotorama__arr .fotorama__arr__arr,
.fotorama .fotorama__fullscreen-icon,
.fotorama .fotorama__thumb__arr {
  color: #022d55 !important;
}
.fotorama .fotorama__fullscreen-icon {
  margin: 40px 0px 0;
  padding-top: 15px;
}
.fotorama.fotorama--fullscreen .fotorama__fullscreen-icon {
  margin: 0;
  padding-top: 0px;
}
/* 140217 */
.fotorama--fullscreen .fotorama__stage {
  min-height: 650px;
}
.fotorama--fullscreen .fotorama__wrap {
  min-height: 800px;
}
.fotorama--fullscreen .fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
  margin: -110px 0 100px;
}
.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,
.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);
  transition: background-color 0.3s ease-in-out 0s;
}
.filter-options-item.active .filter-options-content {
  display: block !important;
  height: auto;
  max-height: 310px;
  min-height: 110px;
  overflow-y: auto;
}
.product-options-bottom-block {
  border: 1px solid #ccc;
  float: left;
  margin: 25px 0;
  min-width: auto;
  padding: 30px 30px 0;
  position: relative;
}
.product-options-bottom .price-box.price-final_price {
  float: left;
  width: auto;
}
.product-options-bottom .price-box.price-final_price .price::after {
  color: #555;
  content: "Price";
  float: left;
  font-size: 15px;
  margin-right: 15px;
}
.product-options-bottom .price-box.price-final_price .price {
  background: rgba(0, 0, 0, 0) url("../../frontend/Mobilityexpress/porto/en_US/images/sprites-icons.png") no-repeat scroll 0 -430px;
  color: #022d55;
  float: left;
  line-height: 60px;
  margin: 0 10px 25px;
  padding: 0 50px;
  font-size: 36px;
}
.product-options-bottom .box-tocart {
  float: left;
}
.product-info-main-custom-cart .price {
  background: rgba(0, 0, 0, 0) url("../../frontend/Mobilityexpress/porto/en_US/images/sprites-icons.png") no-repeat scroll 0 -430px;
  color: #022d55;
  float: left;
  font-size: 36px;
  line-height: 70px;
  margin: 0 10px 15px;
  padding: 0 50px 0 60px;
  width: auto;
}
.product-info-main-custom-cart {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 30px 0 0;
  position: relative;
}
.product-info-main-custom-cart .product-add-form .price-box.price-final_price {
  display: inline;
  width: auto;
}
.product-info-main-custom-cart .price-box.price-final_price .price::after {
  color: #666;
  content: "Configured Product price";
  font-size: 15px;
  font-weight: 400;
  left: 100px;
  position: absolute;
  top: 2px;
}
.product-info-main-custom-cart .price-cart-combine {
  margin: auto;
  max-width: 1170px;
  padding: 0 0 30px;
  border: 0;
  display: block;
}
.product-info-main-custom-cart .price-cart-combine .product-add-form {
  border: 1px solid #ccc;
  display: inline-block;
  margin: 0 auto 0 10px;
  min-width: auto;
  padding: 30px 30px 10px;
  position: relative;
  width: auto;
}
.calculator .product-info-stock-sku {
  float: right;
  font-size: 15px;
  font-weight: 400;
  line-height: 16px;
  margin: 18px 25px 0;
  min-width: 220px;
  width: auto;
  position: static;
}
.calculator .product.attribute.sku {
  padding: 3px 0 0;
}
.calculator .product-info-stock-sku span {
  color: #022d55;
  float: left;
  font-size: 15px;
  font-weight: 400;
  width: auto;
}
.calculator .product.attribute.sku .type {
  color: #022d55;
  float: left;
  font-weight: 400;
  padding: 0 8px 0 0;
}
.product-info-stock-sku {
  width: auto;
}
.page-wrapper .breadcrumbs a {
  text-transform: capitalize;
}
.update .product-info-stock-sku {
  min-width: 200px;
}
.box-tocart.update fieldset.fieldset {
  border: 1px solid #ccc;
  display: inline-block;
  margin: 0 0 30px 10px;
  padding: 30px;
  width: auto;
}
.box-tocart.update {
  margin: auto;
  max-width: 1170px;
}
#quality_assitance_button {
  margin: 0;
}
.product-info-main-custom-cart .calculator .price::after {
  content: "Price";
  float: left;
  font-size: 15px;
  font-weight: 400;
  margin-right: 15px;
  line-height: 60px;
}
.product-info-main-custom-cart .calculator .price {
  padding: 0 50px;
}
.product-info-main-custom-cart .calculator .price::after {
  content: "Price";
  float: left;
  font-size: 15px;
  font-weight: 400;
  margin-right: 15px;
}
.abt-product-block .action.mailto.friend:hover {
  color: #999b9f;
}
.abt-product-block .action.mailto.friend span:hover {
  color: #022d55;
}
.page-layout-1column .product-info-main {
  background: #ebebeb;
  clear: both;
  float: none;
  margin: auto;
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.prev-next-products {
  display: none;
}
.page-layout-1column .product-info-sidebar-aside {
  clear: both;
  float: none;
  margin: auto;
  max-width: 1170px;
  padding: 50px 0;
  width: 100%;
  position: relative;
}
.btn-ask-about .action.primary {
  font-size: 20px;
  font-weight: 600;
  height: 58px;
  padding: 18px 38px;
}
.product-add-form .action.primary.tocart {
  font-size: 18px;
}
.bundle-options-container .block-bundle-summary .box-tocart,
.box-tocart {
  margin: 0 0 5px;
}
.action.primary {
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-size: 15px;
}
.checkout-cart-configure .product-info-main-custom-cart {
  border-bottom: 0px solid #ccc;
  border-top: 0px solid #ccc;
}
.checkout-cart-configure .product-options-bottom-block {
  border: 0;
  margin: 25px 0 0;
  padding: 0;
}
.block.widget.block-viewed-products-grid {
  background: #f7f7f7;
  margin: auto;
  max-width: 100%;
  padding: 80px 0 50px;
  margin: 0 0 50px 0;
}
.block.widget.block-viewed-products-grid .block-title {
  text-align: center;
}
.block.widget.block-viewed-products-grid .block-content {
  margin: auto;
  max-width: 1170px;
  padding: 30px;
}
.block.widget.block-viewed-products-grid .block-title strong {
  font-size: 26px !important;
  text-transform: uppercase;
  color: #022d55 !important;
}
.block.widget.block-viewed-products-grid .product-item-details {
  min-height: auto;
  padding: 10px;
}
.block.widget.block-viewed-products-grid .product-item .product-item-info {
  margin-bottom: 30px;
  min-height: auto;
}
.product-addto-links .action.tocompare {
  display: none;
}
.product td:last-child font {
  color: #022d55 !important;
}
.product-info-main-custom-cart {
  border: 0;
}
.product-info-main-custom-cart.cust-brd {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 30px 0 0;
  position: relative;
}
.product-info-main-custom-cart {
  border: 0;
}
.product td:last-child font {
  color: #022d55 !important;
}
.block.widget.block-viewed-products-grid .block-title strong {
  color: #022d55 !important;
  font-size: 36px !important;
  text-align: center;
  text-transform: uppercase;
}
.action.apply.primary {
  background-color: #54575a;
  border: 1px solid #54575a;
}
.action.apply.primary:hover {
  background-color: #022d55;
  border: 1px solid #022d55;
}
.product-info-main-custom-cart.cust-brd {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.checkout-cart-configure .product-info-stock-sku {
  display: none;
}
.block.widget.block-viewed-products-grid .products-grid .product-item {
  border: 1px solid transparent;
  margin-bottom: 0;
  min-height: auto;
  padding: 10px;
}
.block.widget.block-viewed-products-grid .products-grid .product-item:hover {
  border: 1px solid #ccc;
  margin-bottom: 0;
  min-height: auto;
}
.block.widget.block-viewed-products-grid .product-image-container {
  background: transparent;
}
.block.widget.block-viewed-products-grid .products-grid .product-item .product-item-info {
  margin-bottom: 0;
  min-height: auto;
}
.product-social-links {
  display: block;
}
.action.towishlist.bookmark {
  border: 0 none;
  color: #f27e2b;
  float: left;
  font-weight: 400;
  margin: 5px 0;
  text-align: left;
  text-transform: capitalize;
  width: 100%;
}
.abt-product-block .bookmark.action span {
  color: #f27e2b;
}
.action.towishlist.bookmark > span {
  clear: none;
  float: left;
  width: auto;
  display: inline-block;
}
.action.towishlist.bookmark::before {
  content: "\f005";
  float: left;
  font-family: fontawesome;
  margin: 0 5px 0 0;
}
/* 140217 */
.weltpixel-quickview-catalog-product-view .custom-link {
  height: 100px;
}
.field.qty {
  display: none;
}
.block-reorder .product-item-name {
  display: initial;
}
.sidebar .actions-toolbar .action.primary {
  height: auto;
  line-height: 30px;
  padding: 7px 15px;
}
.custom-order-success {
  margin-bottom: 20px;
}
.abt-product-block li.link.wishlist {
  display: none;
}
#show-thumbnails,
#see_thumbnails,
#fullscreen_show-thumbnails,
#fullscreen_see_thumbnails {
  background: url(../../frontend/Mobilityexpress/porto/en_US/images/sprites-icons.png) no-repeat 0 -845px;
  width: auto;
  height: 34px;
  padding: 0 0 0 40px;
  display: inline-block;
  line-height: 38px;
}
#show-thumbnails:hover,
#see_thumbnails:hover,
#fullscreen_show-thumbnails:hover,
#fullscreen_see_thumbnails:hover {
  background-position: 0 -952px;
}
#walk_around,
#fullscreen_walk_around {
  background: url(../../frontend/Mobilityexpress/porto/en_US/images/sprites-icons.png) no-repeat 0 -613px;
  width: auto;
  height: 38px;
  padding: 0 0 0 40px;
  display: inline-block;
  line-height: 38px;
}
#walk_around:hover,
#fullscreen_walk_around:hover {
  background-position: 0 -708px;
}
#calclick {
  background: url(../../frontend/Mobilityexpress/porto/en_US/images/sprites-icons.png) no-repeat 0 -1089px;
  width: auto;
  height: 38px;
  padding: 0 0 0 40px;
  display: inline-block;
  line-height: 38px;
}
#calclick:hover {
  background-position: 0 -1196px;
}
#calclick::before {
  content: "";
}
.fa-newspaper-o:before {
  content: "" !important;
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "" !important;
}
.fa-yelp:before {
  content: "" !important;
}
.fotorama__arr.fotorama__arr--next {
  background: rgba(0, 0, 0, 0) url("../../frontend/Mobilityexpress/porto/en_US/images/arrows.png") no-repeat scroll -47px 0 !important;
  border-radius: 0 !important;
  height: 33px;
  margin: 0 !important;
  width: 41px;
  top: 48%;
}
.fotorama__arr.fotorama__arr--prev {
  background: rgba(0, 0, 0, 0) url("../../frontend/Mobilityexpress/porto/en_US/images/arrows.png") no-repeat scroll 0 0 !important;
  border-radius: 0 !important;
  height: 33px;
  margin: 0 !important;
  width: 41px;
  top: 48%;
}
.fotorama__arr--next .fotorama__arr__arr:before {
  content: "";
}
.fotorama__arr--prev .fotorama__arr__arr:before {
  content: "";
}
.filter-current .action.remove {
  top: 0px;
}
.filter-content .item {
  margin: 10.5px 0;
  display: inline-block;
  width: 100%;
}
.product-social-links {
  display: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .owl-carousel .content.type1 h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 300;
  }
  .sidebar-main .block.newsletter .content {
    padding: 10px;
  }
}
.abt-product-block .action.mailto.friend {
  color: #999b9f;
  float: left;
  font-size: 14px;
  margin: 4px 0 0 15px;
  padding: 0 5px 0 15px;
  border-left: 1px solid #ccc;
}
.abt-product-block .action.mailto.friend:hover {
  color: #022d55;
}
.abt-product-block .action.mailto.friend::before {
  content: "\f0e0";
  font-family: FontAwesome;
  margin: 0 5px 0 0;
}
.abt-product-block .action span {
  color: #999b9f;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
}
.product-social-links {
  display: none;
}
/*
.product-add-form { margin: auto; max-width: 1170px;}	
.product-info-cart-data-custommain { margin: auto; max-width: 1170px;}
*/
.product-info-cart-data-custommain .price-box.price-final_price .price {
  background: rgba(0, 0, 0, 0) url("../../frontend/Mobilityexpress/porto/en_US/images/sprites-icons.png") no-repeat scroll 0 -430px;
  color: #022d55;
  float: left;
  line-height: 60px;
  margin: 0px 10px 25px 0;
  padding: 0 60px;
  font-size: 36px;
}
.product-add-form .action.primary.tocart {
  height: auto;
  padding: 22px 35px;
}
.product-info-cart-data-custom.doublebr {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 30px 20px 0;
}
.product-info-cart-data-custom.doublebr .product-info-cart-data-custommain {
  margin: auto;
  max-width: 1170px;
}
.product-info-cart-data-custom.doublebr .price-box.price-final_price {
  float: left;
}
/*.messages {  margin: 50px 0 10px;}*/
.value-price {
  font-size: 16px;
}
.fotorama__arr--prev .fotorama__arr__arr {
  background: none !important;
}
.fotorama__arr--next .fotorama__arr__arr {
  background: none !important;
}
.fotorama--fullscreen .fotorama__stage {
  min-height: 650px;
}
.fotorama--fullscreen .fotorama__wrap {
  min-height: 800px;
}
.fotorama--fullscreen .fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
  margin: -110px 0 100px;
}
.filter-options-item.active .filter-options-content {
  display: block !important;
  height: 310px;
  overflow-y: auto;
}
.product font {
  font-family: inherit !important;
  color: #54575a !important;
}
.filter-options-item.active .filter-options-content {
  height: auto;
  max-height: 310px;
  min-height: 100px;
  overflow-y: auto;
}
.mpcss a {
  color: #022d55 !important;
}
.limiter .label > span {
  color: #54575a;
  font-weight: 400;
}
.sku .value {
  display: inline-block;
  padding: 0 10px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .storelocator-wrapper .mgs-search-box .slider-range {
    width: 70% !important;
  }
  .filter-options-title {
    font-size: 14px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .products.wrapper ~ .toolbar .pages {
    margin: 10px 0;
    width: 100%;
  }
  .products.wrapper ~ .toolbar .sorter {
    position: static;
  }
  .sidebar-main .block.newsletter .content {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  #walk_around {
    display: none;
  }
  .custom-link #calclick {
    margin: -2px 0 10px;
  }
  .page-products .sorter {
    margin-top: 44px;
  }
  .sorter-options {
    margin: 0 -2px 0 0;
  }
  .sidebar .block-title.filter-title {
    margin: 0;
    padding: 0;
  }
  .category-image {
    clear: both;
    padding: 100px 0 0;
  }
}
#financing-calculator .form-group > span {
  color: #f27e2b;
}
#financing-calculator #widget li {
  border-bottom: 1px solid #ededed;
  font-size: 18px;
  list-style: outside none none;
}
.catalog-product-view .modal-inner-wrap #widget ul li span {
  color: #f27e2b;
  float: right;
  width: 75%;
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
  margin-top: -14px;
  /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  /* Add cool effects to your sliders! */
}
.action.primary {
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-size: 15px;
}
@media (max-width: 767px) {
  .product-info-main-custom-cart .product-add-form .price-box.price-final_price {
    display: inline;
    width: auto;
  }
  .product-info-main-custom-cart .price-box.price-final_price .price::after {
    content: "";
    position: static;
  }
  .product-options-bottom .box-tocart {
    float: none;
  }
  .update .product-info-stock-sku {
    min-width: 200px;
  }
  .box-tocart.update fieldset.fieldset {
    width: auto;
  }
  .calculator span {
    width: auto;
  }
  .calculator .product-info-stock-sku {
    margin: 78px 25px 0 0;
    min-width: 220px;
    position: absolute;
  }
  .product-info-main-custom-cart .calculator .price {
    padding: 0 50px;
    height: 150px;
  }
  .product-info-main-custom-cart .calculator .price::after {
    content: "";
  }
  #quality_assitance_button {
    margin: 0;
  }
}
@media (max-width: 619px) {
  .product-options-bottom-container .fieldset > .actions {
    display: inline;
    margin: 0;
    vertical-align: middle;
  }
  #quality_assitance_button {
    margin: 25px 0 0;
  }
}
/* All the same stuff for Firefox */
input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
}
/* All the same stuff for IE */
input[type=range]::-ms-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
}
.fotorama--fullscreen .fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
  bottom: 110px;
  margin: 0;
  position: absolute;
  top: auto;
  width: 100%;
}
.fotorama--fullscreen .fotorama__wrap {
  min-height: 100%;
}
.catalog-product-view .message.error,
.catalog-product-view .message.success {
  margin: 50px 0 10.5px;
}
.block.widget.block-viewed-products-grid {
  background: #fff;
  margin: 0 0 50px;
  max-width: 100%;
  padding: 80px 0 50px;
}
#fullscreen_360_navigations.custom-link {
  padding: 32px 20px 0;
  z-index: 10001;
  position: fixed !important;
}
.block.widget.block-viewed-products-grid {
  display: none;
}
@media (min-width: 1441px) {
  .fotorama--fullscreen .fotorama__stage {
    min-height: 800px;
  }
}
.page-layout-1column .product-info-sidebar-aside {
  padding: 0;
}
.product-info-main .product.overview {
  margin: 20px auto;
  width: 100%;
  padding: 50px 10px;
  max-width: 1170px;
}
.payment-method-content .getInstructions {
  color: #f27e2b;
}
.webforms .fieldset-3 .legend {
  display: none;
}
.overview .value {
  max-width: 720px;
}
.category-head {
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
}
.custom-link .page-title {
  color: #fff;
  float: left;
  font-size: 24px;
  margin: 10px 0 10px;
  font-weight: 400;
  text-transform: none;
  width: 70%;
}
.custom-link .page-title span {
  font-size: 36px;
  font-weight: 600;
  margin-right: 10px;
  text-transform: uppercase;
}
.custom-link .product.attribute.sku,
.custom-link .product-reviews-summary,
.custom-link .price.ng-binding {
  display: none;
}
.custom-link .price + .custom-link .price {
  display: none;
}
.custom-link .price {
  color: #f27e2b;
  float: right;
  font-size: 36px;
  width: auto;
}
.product-info-main-custom-cart .old-price,
.product-info-main-custom-cart .old.price {
  float: left;
}
.product-info-main-custom-cart .old-price .price,
.product-info-main-custom-cart .old.price .price {
  float: left;
  color: #666;
  font-size: 26px;
}
.custom-link .old-price {
  color: #000;
  float: right;
  margin: 10px 0 0 20px;
  width: auto;
}
.custom-link .old-price .price {
  color: #000;
  float: right;
  font-size: 26px;
  width: auto;
}
.attribute font {
  font-size: 14px;
}
.dealer-block ul li .porto-icon-shipping {
  background: rgba(0, 0, 0, 0) url(../../frontend/Mobilityexpress/porto/en_US/images/sprites-icons.png) no-repeat scroll 0 -1458px;
  float: left;
  height: 45px;
  margin: -10px 10px 0 0;
  width: 44px;
}
.dealer-block ul li .porto-icon-service {
  background: rgba(0, 0, 0, 0) url(../../frontend/Mobilityexpress/porto/en_US/images/sprites-icons.png) no-repeat scroll 0 -1386px;
  float: left;
  height: 45px;
  margin: -10px 10px 0 0;
  width: 44px;
}
.dealer-block ul li .porto-icon-tax-fee {
  background: rgba(0, 0, 0, 0) url(../../frontend/Mobilityexpress/porto/en_US/images/sprites-icons.png) no-repeat scroll 0 -1297px;
  float: left;
  height: 45px;
  margin: -10px 10px 0 0;
  width: 44px;
}
.custom-link .page-title {
  width: 100%;
}
.page-title .price-box {
  float: right;
  width: 30%;
  text-align: right;
}
.custom-link .page-title .price-box span {
  margin-right: 0;
}
.custom-link .old-price {
  color: #000;
  float: none;
  margin: 0 10px 0 20px;
  padding-right: 10px;
  width: auto;
}
.custom-link .old-price .price {
  color: #000;
  float: right;
  font-size: 36px;
  width: auto;
}
.value-price {
  color: #f27e2b;
  font-size: 13px;
  margin-right: 5px;
  text-decoration: line-through;
}
#show-finance-button,
#quality_assitance_button {
  background: #022d55;
  border-color: #022d55;
  padding: 8px 25px;
}
#show-finance-button:hover,
#quality_assitance_button:hover {
  background: #f27e2b;
  border-color: #f27e2b;
}
.custom-link .page-title .price-box {
  margin-bottom: 0;
}
.dealer-block.delear-handsake ul li .porto-icon-nofee {
  background: rgba(0, 0, 0, 0) url("../../frontend/Mobilityexpress/porto/en_US/images/sprites-icons.png") no-repeat scroll -88px 0;
  float: left;
  height: 36px;
  margin: -10px 10px 0 0;
  width: 44px;
}
.product-item-info.product-item-name {
  hyphens: none ;
}
body {
  margin: 0;
}
@media (min-width: 1200px) {
  .cms-page-view .page-main {
    max-width: 100%;
    padding: 0;
  }
}
/* About Us CSS */
.self-section-head {
  margin: 0px;
  padding: 60px 0 70px;
}
.self-section-head h1 {
  margin: 0 0 30px;
  color: #022d55;
  font-size: 40px;
  padding: 0;
  font-weight: 800;
  text-align: center;
}
.self-section-head p {
  font-size: 16px;
  line-height: 25px;
}
.self-section-head ul {
  list-style: outside none none;
  padding-left: 0;
}
.self-section-head.self-contact li span {
  font-weight: bold;
}
.self-section-head.self-contact li a {
  font-weight: bold;
}
.self-section-head.self-contact li.our-mob {
  padding-top: 2%;
}
.self-section-head.self-contact h3 {
  font-size: 18px;
  font-weight: 600;
}
.self-section-head.self-contact {
  margin: auto;
  width: 100%;
  padding: 60px 0 70px;
}
.our-info-sec {
  display: block;
  float: none;
  margin: auto;
  padding: 60px 0 70px;
  width: 100%;
}
.our-info-sec ul {
  list-style: outside none none;
  padding-left: 0;
}
.our-info-sec ul li {
  float: left;
  width: 40%;
}
.our-info-sec ul li:before {
  content: "\f0da";
  padding-right: 15px;
  font-family: fontawesome;
}
.self-section-head:nth-child(odd) {
  background: #fff;
}
.self-section-head:nth-child(even) {
  background: #f7f7f7;
}
.cms-head {
  font-size: 30px;
  color: #f27e2b;
  padding: 30px 0 30px;
  font-weight: 800;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .self-section-head {
    padding: 30px 20px;
  }
  .self-section-head.self-contact {
    margin: auto;
    width: 100%;
    padding: 30px 20px;
  }
  .our-info-sec {
    width: 100%;
    padding: 30px 20px;
  }
  .our-info-sec ul li {
    float: left;
    width: 100%;
  }
  .self-section-head h1 {
    font-size: 20px;
  }
}
/* History */
/* career css */
.self-section-head.career-exp ul {
  padding: 20px;
}
.self-section-head.career-exp ul li {
  list-style: none;
}
.self-section-head.career-exp ul li::before {
  content: "\f801";
  padding: 0 10px 0 0;
  font-family: porto-icons;
}
.self-section-head.career-exp ul b {
  margin-bottom: 15px;
  display: inline-block;
}
/* FAQ css */
.faq h4 {
  color: #022d55;
  font-weight: 600;
  padding-top: 25px;
}
.faq a {
  color: #f27e2b;
}
.faq a:hover {
  text-decoration: underline;
}
.faq-head {
  padding-bottom: 30px;
}
/* payment options css */
.payment-options .self-section-head p span {
  display: block;
}
/* shipping policy css */
.self-section.shipping-policy h4 {
  color: #022d55;
  font-weight: 600;
  padding-top: 20px;
}
.self-section.shipping-policy a {
  color: #f27e2b;
}
/* return-policy css */
.self-section.return-policy h4 {
  color: #022d55;
  font-weight: 600;
  padding-top: 20px;
}
.self-section.return-policy a {
  color: #f27e2b;
}
.self-section.return-policy .bottom-spl::before {
  color: #f27e2b;
  content: "*";
  padding: 0 5px 0 0;
  font-size: 16px;
}
.self-section.return-policy li::before {
  color: #f27e2b;
  content: "\f801";
  font-family: porto-icons;
  padding: 0 10px 0 0;
  font-size: 16px;
}
.self-section.return-policy li {
  list-style: none;
}
.return-head {
  padding-top: 4%;
}
.self-section .download-pdf.pdf-block {
  background: #f7f7f7;
  margin: 0 54px 0 15px;
  min-height: auto;
  padding: 56px 50px;
  position: relative;
  width: 100%;
}
.self-section .download-pdf.pdf-block ul li a::after {
  content: "";
}
.team-menbers ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.team-menbers ul li {
  border: 1px solid #dfe3e6;
  float: left;
  margin: 0 1% 20px;
  min-height: 320px;
  padding: 20px 0;
  text-align: center;
  width: 23%;
}
.headshot {
  float: left;
  width: 100%;
}
.headshot > img {
  border-radius: 50%;
  height: 150px;
  width: 150px;
  border: 1px solid #dfe3e6;
}
.team-name {
  width: 100%;
  float: left;
  font-size: 24px;
  vertical-align: middle;
  padding: 10px;
  color: #022d55;
}
.job-title {
  width: 100%;
  float: left;
  font-size: 18px;
  vertical-align: middle;
  padding: 10px;
  color: #54575a;
}
.team-block {
  border: 1px solid #ccc;
  margin: 0 1% 10px;
  padding: 15px;
  text-align: center;
  width: 31%;
}
.team-block > a {
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
}
.team-block > a {
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
}
.team-block img {
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .team-menbers ul li {
    text-align: center;
    width: 31%;
  }
}
@media (max-width: 991px) {
  .team-menbers ul li {
    text-align: center;
    width: 48%;
  }
}
@media (max-width: 480px) {
  .team-menbers ul li {
    text-align: center;
    width: 100%;
    margin: 0 0 20px;
  }
  .team-block {
    width: 100%;
  }
}
a.bb-rss-icon {
  display: none;
}
.post-image {
  padding: 10px;
}
.sidebar-additional .mp-sidebar.mpcss.row {
  display: none;
}
#sharing {
  padding: 20px 30px;
  background: #f6f6f6;
  margin-top: 40px;
  display: inline-block;
  width: 100%;
}
.at-share-btn-elements {
  float: left;
}
.login-container,
.form.password.reset,
.form.send.confirmation,
.form.password.forget,
.form.create.account,
.form.form-edit-account,
.form-address-edit,
.form-newsletter-manage {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0);
}
.modal-header {
  border-bottom: 0;
}
.modal-content {
  border: 0;
}
.modal-popup .modal-title {
  color: #022d55;
  font-size: 30px;
  font-weight: 800;
  border-bottom: 0;
  padding-bottom: 0px;
  text-transform: uppercase;
}
.fieldset .legend {
  font-size: 18px;
  font-weight: 600;
  color: #022d55;
}
.checkbox {
  float: left;
  margin-right: 5px;
}
.form-login {
  border-top: 4px solid #022d55;
  padding: 35px 0;
}
.login-container,
.form.password.reset,
.form.send.confirmation,
.form.password.forget,
.form.create.account,
.form.form-edit-account,
.form-address-edit,
.form-newsletter-manage {
  border-top: 4px solid #022d55;
}
.login .password {
  padding: 0 0 10px;
}
.modal-popup .fieldset > .field,
.modal-popup .fieldset > .fields > .field {
  margin: 0 0 30px 0;
  float: none;
  width: 50%;
}
.modal-popup .fieldset.create > .field,
.modal-popup .fieldset > .fields > .field {
  margin: 0 0 30px 0;
  float: none;
  width: 100%;
}
.form.create.account > .fieldset {
  float: left;
  padding: 0;
  margin: 0 2% 30px 0;
  width: 48%;
}
.modal-popup .form.create.account {
  background: transparent;
  padding-bottom: 0;
}
.modal-popup .login-container .fieldset > .field > .control {
  width: 55%;
}
.login-container .fieldset > .field > .control {
  width: 90%;
}
.modal-popup input[type="radio"],
.modal-popup input[type="checkbox"] {
  float: left;
  line-height: normal;
  margin: -8px 4px 0 0;
}
.modal-popup block {
  margin-bottom: 0;
}
.modal-popup .form.create.account .actions-toolbar {
  clear: both;
  padding: 0;
}
.login-container,
.form.password.reset,
.form.send.confirmation,
.form.password.forget,
.form.create.account,
.form.form-edit-account,
.form-address-edit,
.form-newsletter-manage {
  border: 0;
  border-top: 4px solid #022d55;
}
.block-new-customer .block-content {
  border-top: 4px solid #022d55;
  padding: 35px 0;
}
.block-customer-login .form-login .fieldset > .field {
  float: left;
  margin: 0 2% 30px 0;
  width: 100%;
}
.block .block-title {
  color: #022d55;
}
.login-container .block .block-title strong {
  font-weight: 600;
}
.modal-content .block-customer-login .form-login .fieldset > .field {
  float: none;
  margin: 0 2% 30px 0;
  width: 48%;
}
.modal-content .form.create.account > .fieldset {
  float: left;
  padding: 0;
  margin: 0 2% 30px 0;
  width: 48%;
}
/* */
.page-main > .page-title-wrapper .page-title {
  color: #022d55;
  margin: 20px 0 20px;
  font-size: 30px;
  font-weight: 600;
  line-height: 48px;
  padding: 0;
  text-transform: uppercase;
}
.fieldset {
  margin: 0 0 30px;
}
.fieldset > .legend {
  border: 0 none;
  color: #022d55;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 20px;
  padding: 0;
  text-transform: uppercase;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-size: 1.5rem;
  font-weight: 400;
}
.fieldset.fieldset-1 {
  margin: 0;
  width: 100%;
}
.form-orders-search .fieldset > .field,
.webforms-form-preview .fieldset > .field {
  float: left;
  margin: 0 2% 30px 0;
  width: 48%;
}
ui-datepicker-trigger {
  background: #f27e2b;
  border-color: #f27e2b;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
  border-color: #dfe3e6;
  font-family: "Lato", sans-serif;
}
select {
  height: 38px;
  border: 1px solid #dfe3e6;
  color: #54575a;
}
input {
  height: 38px;
  border: 1px solid #dfe3e6;
  color: #54575a;
  padding: 10px 14px;
}
textarea {
  margin-bottom: 30px;
}
.action.primary {
  color: #ffffff;
  height: 42px;
  padding: 7px 35px;
}
.form.forget .field {
  clear: both;
}
/*.form.create.account > .fieldset {  margin: 0;}*/
.form.create.account .actions-toolbar {
  padding: 25px 0;
}
/* Testimonials */
.tmls-sform h2 {
  color: #022d55;
  font-size: 20px;
  margin: 0 0 20px;
  text-align: left;
}
input[type="file"] {
  display: block;
  height: auto;
  margin: 10px 0 0;
  padding: 0;
}
button:not(.primary) {
  background-color: #54575a;
  border: 1px solid #54575a;
  color: #ffffff;
  height: 42px;
  line-height: 30px;
  padding: 0 12px;
  text-transform: uppercase;
}
.action.primary {
  text-transform: uppercase;
}
/* Testimonials */
#newsletter_popup .subscribe-bottom {
  bottom: 10px;
}
#newsletter_popup .action.primary {
  background-color: #f27e2b;
  color: #ffffff;
}
#newsletter_popup #newsletter_popup_dont_show_again {
  margin-top: 0 !important;
  vertical-align: middle;
}
div.mage-error[generated] {
  text-align: left;
}
#newsletter_popup .form.subscribe {
  position: relative;
}
#newsletter_popup .actions {
  border-left: 1px solid #ccc;
  float: left;
  margin-left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 55px;
  z-index: 1;
}
.contact-index-index .fieldset > .legend,
.contact-index-index .contact-info .contacts-title {
  color: #022d55;
}
@media (max-width: 767px) {
  .modal-popup .form-login {
    border-top: 4px solid #022d55;
    padding: 35px 0;
  }
  .modal-popup.modal-slide {
    left: 0;
  }
  .modal-popup .modal-title {
    color: #022d55;
    border: 0 none;
    font-size: 25px;
    font-weight: 700;
  }
  .fieldset > .field,
  .fieldset > .fields > .field {
    margin: 0 0 23px 0;
    width: 100%;
  }
  textarea {
    margin-bottom: 21px;
  }
  select {
    height: 38px;
  }
  .page-header.type1 .panel.wrapper .minicart-wrapper .action.showcart::before,
  .page-header.type1 .panel.wrapper .minicart-wrapper .action.showcart.active::before {
    line-height: 24px;
  }
  .modal-popup .action.primary {
    padding: 7px 5px;
  }
  .login-container {
    padding-left: 0;
    padding-right: 0;
  }
  .form-orders-search .fieldset > .field,
  .webforms-form-preview .fieldset > .field {
    float: left;
    margin: 0 0% 30px 0;
    width: 100%;
  }
  /* Newsletter */
  #newsletter_popup {
    border-top: 0;
    width: 100% !important;
    margin: auto;
    background-image: none !important;
  }
  #newsletter_popup .action.primary {
    background: #f27e2b !important;
    border: 1px solid #f27e2b !important;
    text-transform: uppercase;
    color: #ffffff !important;
  }
  #newsletter_popup .subscribe-bottom {
    bottom: 5px;
    position: absolute;
  }
  .form .action.primary {
    text-transform: uppercase;
    min-width: 240px;
  }
  .newsletter .action.primary {
    text-transform: uppercase;
    min-width: auto;
  }
  #newsletter_popup .action.primary {
    min-width: 50px;
  }
}
.contact-info [class^="porto-icon-"]:before,
.contact-info [class*=" porto-icon-"]:before {
  font-size: 24px;
}
.field.note.no-label {
  width: 100%;
}
.col-sm-4.contact-info {
  float: right;
}
.webforms-success-text {
  background: none;
  border: 1px solid #1b8e23;
  color: #1b8e23;
}
.webforms-success-text p {
  margin-bottom: 0;
}
.modal-footer button {
  background: #f27e2b;
  border: 1px solid #f27e2b;
}
.form.contact {
  clear: both;
}
.form.contact button.action.submit.primary {
  margin-left: 16px;
}
textarea#comment {
  margin: 0;
}
.col-sm-4.contact-info {
  float: left;
  margin-bottom: 20px;
}
.category-parts-services .fieldset.fieldset-4 {
  width: 50%;
}
.modal-popup .form.create.account .actions-toolbar {
  clear: both;
  float: left;
  margin-top: -72px;
  padding: 0;
}
.modal-content .form.create.account > .fieldset {
  float: left;
  margin: 0 2% 0 0;
  padding: 0;
  width: 48%;
}
@media screen and (max-width: 767px) {
  .modal-content .block-customer-login .form-login .fieldset > .field {
    width: 100%;
  }
  #newsletter_popup {
    padding: 30px 40px 25px;
  }
  .field.comment.required {
    margin: 10px 0;
  }
  .form.contact button.action.submit.primary {
    margin-left: 0;
  }
  .category-parts-services .fieldset.fieldset-4 {
    width: 100%;
  }
  .modal-popup .form.create.account .actions-toolbar {
    margin-top: 0px;
  }
  .modal-content .form.create.account > .fieldset {
    margin: 0;
    width: 100%;
  }
}
@media screen and (max-width: 568px) {
  form#registerModal,
  .form.create.account {
    padding-left: 0;
    padding-right: 0;
  }
  .modal-content .form.create.account > .fieldset,
  .form.create.account > .fieldset {
    width: 100%;
  }
}
.radio,
.checkbox {
  height: auto;
}
input[type="radio"],
input[type="checkbox"] {
  line-height: normal;
  margin: 4px 4px 0 0 !important;
  height: auto;
}
.block-customer-login {
  margin: 0;
}
.form.create.account.form-create-account {
  padding: 0;
}
.fieldset.fieldset-4 {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .modal-popup .form.create.account .actions-toolbar {
    clear: both;
    float: left;
    margin-top: -72px;
    padding: 0;
  }
}
textarea {
  margin-bottom: 0px;
}
.send.friend .action.remove {
  height: 30px;
  margin-left: 92% !important;
}
:lang(sp) {
  font-size: 75%;
}
#quality_assitance .field {
  float: none;
  margin: 0 2% 30px;
  width: 46%;
}
#quality_assitance .field.choice {
  width: 100%;
  margin-bottom: 15px;
}
#quality_assitance .field.type-textarea,
#quality_assitance .field.type-select-radio {
  margin: 0px;
}
#quality_assitance .field.type-select-radio .label {
  font-size: 18px !important;
  font-weight: 600 !important;
  padding-bottom: 15px;
}
#fieldset_vDxRM03 legend {
  display: none;
}
.webforms .form .fieldset > .legend {
  border: 0 none;
  color: #022d55;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  margin: 0 0 20px;
  padding: 0;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  #quality_assitance .field {
    margin: 0 0 30px;
    width: 100%;
  }
}
h2.title-page {
  background-color: #022d55;
  font-size: 16px;
  font-weight: 600;
  background-size: 20px;
  padding: 10px 15px 10px 40px;
  margin-bottom: 20px;
}
.storelocator-wrapper .mgs-search-box .search-tab {
  border-radius: 0;
}
.storelocator-wrapper .mgs-search-box .search-tab.active {
  background-color: #f27e2b;
}
.storelocator-wrapper .mgs-search-box .search-tab.search-area {
  background-color: #022d55;
}
.map-box-container .action.primary,
.storelocator-wrapper .action.primary {
  background: #f27e2b;
  border: 1px solid #f27e2b;
}
.map-box-container .action.primary:hover,
.storelocator-wrapper .action.primary:hover {
  background: #022d55;
  border: 1px solid #022d55;
  color: #ffffff;
}
.storelocator-wrapper .list-store-box h2 {
  background-color: #022d55;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #022d55;
  border-color: #022d55;
}
h2.title-page {
  background: #022d55;
}
.storelocator-wrapper .list-store-box h2 {
  background: #022d55;
}
.storelocator-wrapper .list-store .store-item .title-store,
.storelocator-wrapper .map-box-container .store-item .title-store {
  color: #022d55;
}
.storelocator-wrapper .list-store .store-item .btn-link,
.storelocator-wrapper .map-box-container .store-item .btn-link {
  color: #022d55;
}
.storelocator-wrapper .list-store .store-item h4,
.storelocator-wrapper .map-box-container .store-item h4 {
  color: #022d55;
}
@media (max-width: 767px) {
  .map-box-container .action.primary,
  .storelocator-wrapper .action.primary {
    background: #f27e2b !important;
    border: 0 solid #f27e2b !important;
  }
  .map-box-container .action.primary:hover,
  .storelocator-wrapper .action.primary:hover {
    background: #022d55 !important;
    border: 0 solid #f27e2b !important;
  }
  .storelocator-wrapper .mgs-search-box .search-tab.active {
    background-color: #022d55 !important;
  }
  .storelocator-wrapper h2.title-page {
    background: #022d55 !important;
  }
  .storelocator-wrapper .list-store-box h2 {
    background: #022d55 !important;
  }
  .storelocator-wrapper .list-store .store-item .title-store,
  .storelocator-wrapper .map-box-container .store-item .title-store {
    color: #022d55 !important;
  }
  .storelocator-wrapper .list-store .store-item .btn-link,
  .storelocator-wrapper .map-box-container .store-item .btn-link {
    color: #022d55 !important;
  }
  .storelocator-wrapper .list-store .store-item h4,
  .storelocator-wrapper .map-box-container .store-item h4 {
    color: #022d55 !important;
  }
  .storelocator-wrapper .pagination > .active > a,
  .storelocator-wrapper .pagination > .active > span,
  .storelocator-wrapper .pagination > .active > a:hover,
  .storelocator-wrapper .pagination > .active > span:hover,
  .storelocator-wrapper .pagination > .active > a:focus,
  .storelocator-wrapper .pagination > .active > span:focus {
    background-color: #022d55 !important;
    color: #ffffff !important;
  }
}
@media screen and (max-width: 991px) {
  .storelocator-wrapper .list-store .tag-store img {
    max-width: 50px !important;
  }
}
.storelocator-wrapper .mgs-search-box .search-content .slider-range-min {
  margin-left: 10px !important;
}
.storelocator-wrapper .mgs-search-box .padding-right {
  padding-right: 10px;
}
.storelocator-wrapper .mgs-search-box .padding-left {
  padding-left: 10px;
}
@media (min-width: 768px) (max-width: 991px) {
  .storelocator-wrapper .mgs-search-box .search-content .slider-range-min .show-unit {
    right: -25px !important;
  }
}
@media (max-width: 991px) {
  .storelocator-wrapper .mgs-search-box .slider-range {
    width: 70% !important;
  }
}
@media (max-width: 767px) {
  .storelocator-wrapper .mgs-search-box .slider-range {
    width: 70% !important;
  }
  .storelocator-wrapper .mgs-search-box .search-content .slider-range-min .show-unit {
    right: 12px !important;
  }
}
.block .title strong {
  color: #022d55;
}
.account-nav .nav > li > a {
  color: #54575a;
}
.account-nav .nav > li > a:hover {
  color: #022d55;
}
.customer-account-index .box .box-title {
  color: #022d55;
}
input[type="radio"],
input[type="checkbox"] {
  line-height: normal;
  margin: -8px 4px 0 0;
}
#coupon_code {
  background: #dfe3e6;
  width: 200px;
  font-size: 14px;
}
.apply {
  height: 38px !important;
}
.paypal-review-discount .block > .title strong,
.cart-discount .block > .title strong {
  color: #022d55;
  font-weight: 400;
}
.opc-progress-bar-item > span::after {
  color: #000;
}
.opc-progress-bar-item._active > span::before {
  background: #54575a;
}
.opc-progress-bar-item._active::before {
  background: #54575a;
}
.authentication-dropdown._show {
  border-radius: 0;
}
.checkout-index-index .modal-inner-wrap {
  border-top: 0 solid #f27e2b;
  border-radius: 0;
}
.action-login {
  background-color: #f27e2b;
  border: 1px solid #f27e2b;
}
.action-login:hove {
  background-color: #022d55;
  border: 1px solid #022d55;
}
.opc-block-summary {
  border-radius: 0;
}
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  color: #022d55;
  font-weight: 600;
  text-transform: uppercase;
}
.cart-summary {
  background: #ffffff;
}
.cart-summary > .title {
  color: #022d55;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
.cart-totals .grand .mark,
.opc-block-summary .table-totals .grand .mark {
  color: #9a9b9f;
  font-size: 1.8rem;
  text-transform: uppercase;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark {
  color: #9a9b9f;
}
.cart-totals tbody .amount,
.cart-totals tfoot .amount,
.opc-block-summary .table-totals tbody .amount,
.opc-block-summary .table-totals tfoot .amount {
  color: #565759;
  font-weight: 600;
}
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  color: #f27e2b;
}
.cart-summary .block .title strong {
  color: #f27e2b;
}
.cart.table-wrapper .actions-toolbar > .action-edit:before,
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  font-size: 20px;
}
.action.update {
  background-color: #54575a;
  border: 1px solid #54575a;
}
.action.update:hover {
  background-color: #022d55;
  border: 1px solid #022d55;
}
.action.viewcart {
  color: #022d55 !important;
}
.cart.table-wrapper .cart thead tr th.col {
  text-transform: uppercase;
  color: #9a9b9f;
}
.cart.table-wrapper .actions-toolbar > .action-edit::before {
  font-family: fontawesome;
  content: "\f044";
}
.cart.table-wrapper .col.subtotal .price {
  color: #f27e2b;
  font-size: 18px;
  font-weight: 800 !important;
}
.price-including-tax .price,
.price-excluding-tax .price {
  color: #9a9b9f;
  font-size: 16px;
  font-weight: 800 !important;
}
.minicart-items .product-item-name {
  font-weight: 600;
}
.minicart-items .product-item-details .price {
  color: #54575a;
}
.cart.table-wrapper .product-item-name > a,
.cart.table-wrapper .product-item-name > a:hover {
  font-size: 16px;
}
.opc-block-summary .items-in-cart > .title strong {
  color: #f27e2b;
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0;
}
.minicart-items .product-item-details {
  min-height: auto;
}
.field-tooltip .field-tooltip-content {
  width: 200px;
  border: 0 solid #ddd;
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  border: 0 none;
  max-width: 500px;
}
.opc-block-summary > .title {
  font-size: 18px;
}
.opc-block-summary {
  background: #ffffff;
}
.column.main .opc-block-summary .product-item {
  background: #ffffff;
  margin: 0;
  padding-bottom: 0;
}
.opc-block-summary .minicart-items-wrapper {
  padding: 15px 0 0;
}
.minicart-items .product-image-wrapper {
  border: 1px solid #ccc;
  padding: 5px !important;
}
.minicart-items .product-item-name {
  font-weight: 600;
  min-height: auto;
  text-transform: uppercase;
  height: auto;
}
.authentication-dropdown .field.required {
  width: 100%;
}
.account.page-layout-2columns-left .sidebar-main,
.account.page-layout-2columns-left .sidebar-additional {
  padding-right: 25px;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 0;
}
.opc-block-shipping-information .shipping-information-title .action-edit:before {
  content: "\f044";
  font-family: fontawesome;
}
.minicart-items .action.edit:before {
  content: "\f044";
  font-family: fontawesome;
  margin-top: -8px;
}
.cart.table-wrapper .col.qty .field.qty {
  min-width: 67px;
  display: block;
}
.multicheckout {
  display: none;
}
#coupon_code {
  background: #dfe3e6;
  width: 216px;
  font-size: 14px;
}
.opc-wrapper .form-discount {
  max-width: 500px;
  position: relative;
}
button.action.action-apply {
  height: 38px;
}
.checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
  margin-left: 0;
  position: absolute;
  right: -14px;
  top: 0;
}
.cart.table-wrapper .action-gift::after {
  content: "\f807";
}
.products-grid.wishlist .product-image-photo {
  width: 100%;
}
.products-grid.wishlist .product-item .product-item-inner {
  position: static;
}
.products-grid.wishlist .product-item .tocart {
  height: 32px;
  width: auto;
}
.cart.item .product-item-details {
  min-height: auto;
}
.cart.item .gift-options-cart-item {
  display: none;
}
.cart.item .action-towishlist {
  display: none;
}
.form.send.friend {
  border-radius: 0;
}
.field .control._with-tooltip input {
  width: 94%;
}
.products-grid.wishlist .product-item .fieldset .field.qty {
  padding-left: 30px;
}
.order-products-toolbar .toolbar-amount {
  padding: 0 0 0 10px;
}
.cart.table-wrapper .actions-toolbar {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .form-giftregistry-share .fieldset .field .control,
  .form-giftregistry-edit .fieldset .field .control,
  .form-add-invitations .fieldset .field .control,
  .form-create-return .fieldset .field .control,
  .form.send.friend .fieldset .field .control {
    width: 100%;
  }
  .form-giftregistry-share .fieldset .actions-toolbar > .secondary,
  .form-giftregistry-edit .fieldset .actions-toolbar > .secondary,
  .form-add-invitations .fieldset .actions-toolbar > .secondary,
  .form-create-return .fieldset .actions-toolbar > .secondary,
  .form.send.friend .fieldset .actions-toolbar > .secondary {
    float: left;
    width: 100%;
  }
  .form.send.friend {
    border-radius: 0;
  }
  .cart.table-wrapper .actions-toolbar {
    margin-right: 25px;
  }
  .field .control._with-tooltip input {
    width: 94%;
  }
}
.action.apply.primary {
  background-color: #54575a;
  border: 1px solid #54575a;
}
.action.apply.primary:hover {
  background-color: #022d55;
  border: 1px solid #022d55;
}
@media screen and (max-width: 767px) {
  .nav-open .page-wrapper {
    left: unset !important;
  }
  .nav-open .panel.wrapper .location-links {
    display: none !important;
  }
  header.page-header .nav-sections-item-title {
    width: 49.33% !important;
  }
  .navigation .parent .level-top:after {
    font-size: 48px !important;
  }
}
@media screen and (max-width: 767px) {
  .catalog-product-view .custom-link .page-title span {
    font-size: 0px !important;
  }
  .catalog-product-view .custom-link-block-clickable {
    display: flex !important;
  }
  .catalog-product-view #see_thumbnails {
    line-height: 15px !important;
  }
  .catalog-product-view .custom-link .page-title {
    margin-top: 10px;
  }
  .catalog-product-view .custom-link .page-title span {
    font-size: 18px !important;
    margin-left: 15px !important;
  }
  .catalog-product-view .custom-link .page-title {
    font-size: 18px !important;
  }
  .catalog-product-view .custom-link #calclick {
    line-height: 18px !important;
  }
  .catalog-product-view #show-thumbnails {
    line-height: 18px !important;
  }
  .catalog-product-view .custom-link {
    padding: 30px 0 0 !important;
  }
  .catalog-product-view .custom-link a {
    margin: 0 5px 0 0 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .catalog-product-view .custom-link .page-title span {
    font-size: 28px !important;
  }
  .catalog-product-view .custom-link-block-clickable {
    display: flex !important;
    justify-content: space-between;
    font-size: 20px !important;
  }
  .catalog-product-view #see_thumbnails {
    line-height: 18px !important;
  }
  .catalog-product-view .custom-link .page-title {
    margin-top: 10px;
    font-size: 30px !important;
  }
  .catalog-product-view .custom-link #calclick,
  .catalog-product-view #show-thumbnails {
    line-height: 20px !important;
    font-size: 20px !important;
  }
}
@media (min-width: 768px) {
  .catalog-product-view.page-layout-1column .product.media {
    width: 100% !important;
    background: #fff;
    margin: 0;
  }
}
.account.page-layout-2columns-left .sidebar-additional {
  width: 100% !important;
}
.catalog-product-view.page-layout-1column .product-info-main {
  width: 100% !important;
}
header.page-header.sticky-header .minicart-wrapper {
  top: 0px;
  margin-top: 0px;
}
.catalog-product-view.page-layout-1column .product-info-main {
  width: 100% !important;
}
.header.panel > .header.links > li > a,
.header.panel > .header.links > li > span {
  border-left: unset !important;
}
header.page-header.sticky-header .minicart-wrapper {
  top: 0px !important;
  margin-top: 0px !important;
}
.product.data.items > .item.title:not(.disabled) > .switch:active,
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover {
  background: #fff !important;
  border-bottom: 5px solid #f27e2b !important;
  color: #f27e2b !important;
}
.product.data.items > .item.title > .switch {
  border: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
  font-size: 16px !important;
  line-height: 30px !important;
  padding: 0 !important;
  margin: 0 26px 0 0 !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  display: block !important;
  position: relative !important;
  z-index: 2 !important;
  height: 42px !important;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  width: 41px !important;
  height: 33px !important;
}
.owl-carousel .owl-nav .owl-next {
  right: 1% !important;
}
.owl-carousel .owl-nav .owl-prev {
  left: 1% !important;
}
.page-header.type1 .block-search input {
  background-color: #f1f1f1 !important;
  border: 0;
  color: #54575a !important;
  height: 60px;
  width: 100%;
  border-radius: 0px;
  max-width: 315px;
}
.page-header.type1 .block-search {
  margin-left: 55px;
  margin-top: 28px;
  clear: both;
  width: 300px;
}
.product-info-main-custom-cart .box-tocart.update fieldset.fieldset .field.qty {
  float: left;
  margin-top: 15px;
}
.product-info-main-custom-cart .box-tocart.update fieldset.fieldset .actions {
  float: right;
}
/*today 9-26-2025*/
.checkout-index-index .opc-progress-bar-item.opc-progress-bar-item._active > span::before {
  margin-top: -15px !important;
  background: #54575a;
}
.checkout-index-index .opc-progress-bar-item.opc-progress-bar-item._active > span::after {
  margin-top: -15px !important;
}
.checkout-index-index .opc-progress-bar-item.opc-progress-bar-item > span:before {
  margin-top: -15px !important;
}
.checkout-index-index .opc-progress-bar-item.opc-progress-bar-item > span:after {
  margin-top: -15px !important;
  color: black !important;
}
.checkout-index-index .opc-progress-bar .opc-progress-bar-item._active::before {
  background: #54575a !important;
}
.product-item .product-item-photo .product-image-container {
  width: 75px !important;
}
.product .product-image-wrapper.product-image-wrapper {
  width: 75px !important;
  height: 75px !important;
}
.catalog-product-view .fotorama-item .fotorama__stage .fotorama__arr {
  display: flex !important;
}
.contact-index-index .page-main-inner .form .actions-toolbar.submit-left {
  float: right !important;
}
/*.checkout-index-index .payment-group .control._with-tooltip .field-tooltip {
        right: 230px ;
        top: 5px;
}*/
.checkout-cart-index .cart-container .cart-summary .cart-totals .grand .amount {
  font-size: 1.8rem;
}
.checkout-index-index .product-item .product .product-image-container {
  height: 75px !important;
  width: 75px !important;
}
.checkout-index-index .control .label[for="DXIQGEQ"][data-bind*="element.uid"] {
  display: none !important;
}
.checkout-index-index .opc-block-summary .table-totals .grand .amount {
  font-size: 1.8rem;
}
.catalog-product-view .custom-link .old-price {
  margin: 12px 0px 0 20px;
}
.catalog-product-view .custom-link .page-title .price-box {
  display: flex;
  flex-direction: row-reverse;
}
.catalog-product-view .fotorama__stage__shaft .fotorama__caption .fotorama__caption__wrap {
  display: none !important;
}
/* Checkout > Order Summary thumbnail fix */
.checkout-index-index .opc-block-summary .minicart-items .product-item .product-image-container {
  width: 75px !important;
  height: 75px !important;
}
.checkout-index-index .opc-block-summary .minicart-items .product-item .product-image-wrapper {
  width: 100% !important;
  height: 100% !important;
}
.checkout-index-index .opc-block-summary .minicart-items .product-item .product-image-container img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
  /* use `cover` if you prefer a filled, cropped square */
  display: block;
}
@media (min-width: 1200px) {
  .header.content {
    padding: 0px 0px!important;
  }
}
@media (max-width: 480px) {
  /* 1) 43185919 - Add space on top of text link and mini cart icon */
  .page-header.type1 .panel.wrapper .panel.header {
    padding: 5px 0 0 !important;
  }
  /* 2) 43185399 - Alignment issue in New Address section (Checkout Page) */
  .checkout-index-index .payment-group .control._with-tooltip .field-tooltip {
    right: 0 !important;
  }
  .checkout-index-index .field .control._with-tooltip input {
    margin-bottom: 20px !important;
  }
  /* 3) 43185488 - Hide title in dashboard collapsible nav */
  .block-collapsible-nav .title {
    display: none !important;
  }
  /* 4) 43185456 - Adjust banners for clear visibility on homepage */
  .cms-index-index .owl-stage-outer .owl-item.active .container {
    margin-top: 32px !important;
  }
  /* 5) 43185427 - Success page proper display with order number */
  .checkout-onepage-success .columns .column.main .checkout-success {
    margin-top: 20px;
  }
  /* 6) 43185521 - Address fields display properly */
  .checkout-index-index .modal-popup .fieldset > .field {
    width: 100% !important;
  }
  /* 7) 43185366 - Utilize empty space in card details section */
  .checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
    margin: 0 15px 21px !important;
  }
  /* 8) 43185356 - Space for estimated total section */
  .checkout-index-index .columns .checkout-container .opc-estimated-wrapper {
    margin-top: 10px;
  }
  /* 9) 43185339 - Mini cart quantity alignment */
  .page-header.type1 .panel.wrapper .minicart-wrapper .action.showcart .counter.qty {
    margin-left: 5px !important;
  }
  /* 10) 43185302 - Remove unwanted line before content */
  .catalog-product-view .product-info-main-custom .container .product.data.items > .item.content {
    border-top: 0 !important;
  }
  /* 11) 43173501 - Make search option visible in mobile */
  .page-header.type1 .search-toggle-icon {
    display: block !important;
    margin-top: 20px !important;
  }
  /* 12) 43173388 - Homepage footer text center alignment */
  .footer .footer-top .homepage-bar .text-center {
    text-align: center !important;
  }
}
/* 3 issues fixed on 9-30-2024 */
.field.street.admin__control-fields.required .control .label span {
  display: none !important;
}
/* 2) 43185399 Alignment issue in New Address section (Checkout Page) */
.customer-account-login .field.email.required .control .mage-error:last-child {
  margin-top: 5px !important;
}
.customer-account-login .field.password.required .control .mage-error:last-child {
  margin-top: 5px !important;
}
/* 3) 43185488 Hide title in dashboard collapsible nav */
.customer-account-index .columns .block-collapsible-nav .content {
  display: block !important;
}
.customer-account-index .columns .sidebar-content .block-collapsible-nav {
  position: unset !important;
}
.checkout-cart-index .cart-discount .actions-toolbar .action.primary {
  margin: 0 0 0 15px !important;
}
.checkout-index-index .columns .opc-progress-bar {
  margin: 0px !important;
  padding-top: 10px;
}
.checkout-index-index .columns .opc-progress-bar-item > span {
  padding-top: 30px;
  padding-bottom: 30px;
}
.catalog-product-view .product-options-bottom .price-box .price-container .price {
  line-height: 60px !important;
}
.page-header.type1 .logo {
  margin: 12px 0px 10px -15px;
}
.control .mst-searchautocomplete__autocomplete {
  min-width: unset !important;
  border-radius: unset !important;
  font-weight: unset !important;
  left: 0px !important;
}
.control .mst-searchautocomplete__autocomplete .mst-searchautocomplete__index-title {
  border-bottom: unset !important;
  padding: unset !important;
  color: #999 !important;
}
.control .mst-searchautocomplete__index.popular ul li a {
  font-size: 1.3rem !important;
  color: #022d55 !important;
  font-weight: 300 !important;
}
.control .mst-searchautocomplete__index.popular ul li {
  padding: 0.5rem 0 0.5rem 1rem !important;
  font-family: 'Lato', sans-serif;
  margin-top: 10px !important;
}
.control .mst-searchautocomplete__autocomplete {
  border: unset !important;
}
/*11-06-2025*/
.page-header.type1 .logo img {
  width: 111px !important;
}
.product.data.items.mage-tabs-disabled > div:first-child {
  display: none;
}
.catalog-product-view .abt-product-block .print-block .Print-btn {
  font-size: 1.5rem;
}
.fieldset.coupon.applied .actions-toolbar .action.primary {
  height: 38px;
}
.field.email.required .control .mage-error:last-child {
  margin-top: 7px !important;
}
.field.password.required .control .mage-error:last-child {
  margin-top: 7px !important;
}
.columns .column.main {
  padding-bottom: 0px !important;
}
.page-main-inner .product.media .custom-link-block-clickable a:first-child {
  display: none;
}
.page-main-inner .product.media .custom-link .container {
  margin-left: 0;
}
@media (max-width: 767px) {
  .panel.header {
    width: 410px !important;
  }
  .minicart-items .product-item-details {
    width: 100% !important;
  }
  .minicart-wrapper .product .actions > .primary:not(:last-child) {
    margin-right: unset !important;
  }
  .page-header.type1 .panel.wrapper li:first-child {
    padding-right: unset !important;
  }
  .page-header.type1 .panel.wrapper li:last-child {
    padding: unset !important;
  }
  .minicart-items .action.edit:before {
    margin-right: 10px;
  }
  .catalog-product-view .modal-inner-wrap #widget ul li span {
    width: 50% !important;
  }
  .checkout-index-index .billing-address-form .choice.field .checkbox {
    top: 0px !important;
  }
  .checkout-index-index .billing-address-form .fieldset > .field:last-child {
    margin-bottom: 10px !important;
  }
  .page-header.type1 .panel.wrapper .panel.header {
    padding: 10px 0 0 !important;
  }
  .page-header.type1 .panel.wrapper .minicart-wrapper .action.showcart .counter.qty {
    margin-left: 0px !important;
    min-width: 22px !important;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.account.vault-cards-listaction .page-title-wrapper {
  display: none;
}
.account.vault-cards-listaction .address-select-modal__form-container {
  margin-bottom: 21px;
}
.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: 10.5px;
}
.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: 31.5px;
}
.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: 10.5px 10.5px 0;
}
.account.vault-cards-listaction .address-select-container {
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: 26.25px;
}
.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: 10.5px 0;
  padding: 0 21px;
}
.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-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 31.5px;
}
.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;
  width: 50%;
}
.account.vault-cards-listaction .add-method:hover {
  border-color: #797777;
}
.account.vault-cards-listaction .add-method:first-child {
  margin-right: 35px;
}
.account.vault-cards-listaction .add-method > div {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 21px 10.5px;
}
.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: 21px;
  max-width: 610px;
  overflow-y: auto;
  padding: 42px 21px;
  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: 21px;
  top: 21px;
}
.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: 21px;
}
.account.vault-cards-listaction .add-card-modal form {
  margin: 0;
}
.account.vault-cards-listaction .add-card-modal legend {
  border-bottom: none !important;
  margin-bottom: 21px !important;
  padding-bottom: 0 !important;
}
.account.vault-cards-listaction .add-paypal-modal span,
.account.vault-cards-listaction .add-paypal-modal p {
  font-weight: 500;
  margin: 31.5px 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;
}
.braintree-apple-pay-button {
  -apple-pay-button-type: plain;
  -webkit-appearance: -apple-pay-button;
  background-color: #000;
  background-image: -webkit-named-image(apple-pay-logo-black);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% calc(60% + 2px);
  border-radius: 5px;
  cursor: pointer;
  display: block;
  height: 40px;
  min-height: 40px;
  margin: 20px auto;
  transition: background-color 0.15s;
}
.braintree-applepay-minicart.minicart .braintree-apple-pay-button,
.braintree-applepay-minicart.cart .braintree-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 10.5px;
}
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: 10.5px;
  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: 10.5px 10.5px 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-paypal-fieldset {
  display: none;
}
.braintree-paypal-buttons,
.braintree-paypal-vault {
  margin-top: 21px;
}
.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: 31.5px;
  top: 10.5px;
}
#braintree_cc_number {
  padding-left: 68px;
}
.braintree-express-payments {
  display: flex;
  flex-wrap: wrap;
}
.braintree-express-payments > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10.5px;
}
.braintree-express-payments span {
  display: block;
  font-size: 18px;
  margin: 21px 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: #fff;
  display: block;
  margin: 0 auto;
  padding: 0 5.25px;
}
.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 {
  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;
}
@media only screen and (max-width: 768px) {
  .abs-checkout-tooltip-content-position-top-mobile {
    right: -10.5px;
    top: 40px;
    left: auto;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .abs-checkout-tooltip-content-position-top-mobile:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    right: 10.5px;
    left: auto;
    top: 0%;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before {
    border-bottom-color: #ddd;
  }
  .abs-checkout-tooltip-content-position-top-mobile:after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
@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: 10.5px 42px 10.5px 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: 21px;
    top: 10.5px;
  }
  .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: '\f807';
    font-family: 'porto-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: '\f804';
  }
  .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: 'porto-icons';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .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 {
    position: relative;
    padding-top: 41px;
  }
  .navigation .parent .level-top {
    position: relative;
    display: block;
    text-decoration: none;
    color: #777;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\f807';
    font-family: 'porto-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: '\f804';
  }
  .nav-sections {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: -80%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
    width: calc(100% - 54px);
    background-color: #f6f6f6;
  }
  .nav-sections .switcher {
    border-bottom: 1px solid #ddd;
    font-size: 1.4rem;
    font-weight: 400;
    margin: 0;
    padding: 12px 20px;
    height: auto;
    color: #777;
  }
  .nav-sections .switcher strong {
    font-size: 13px;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 5.25px;
  }
  .nav-sections .switcher-trigger strong {
    display: inline-block !important;
    position: relative;
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    padding: 10.5px 0;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    color: #777;
  }
  .nav-sections .header.links li {
    border-bottom: 1px solid #ddd;
    font-size: 1.3rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    font-weight: 400;
    padding: 12px 20px;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #777;
    text-decoration: none;
    display: block;
    font-weight: 400;
    padding: 12px 20px;
  }
  .nav-sections .header.links a:hover {
    color: #022d55 !important;
  }
  .nav-before-open {
    height: 100%;
    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: 80%;
    left: calc(100% - 54px);
    overflow: visible;
  }
  .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.01);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  header.page-header .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  header.page-header .nav-sections-items:before,
  header.page-header .nav-sections-items:after {
    content: '';
    display: table;
  }
  header.page-header .nav-sections-items:after {
    clear: both;
  }
  header.page-header .nav-sections-item-title {
    background: #022d55;
    border: solid rgba(255, 255, 255, 0.3);
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  header.page-header .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  header.page-header .nav-sections-item-title.active > a,
  header.page-header .nav-sections-item-title.active > a:hover,
  header.page-header .nav-sections-item-title.active > a:focus {
    color: #022d55;
  }
  header.page-header .nav-sections-item-title > a,
  header.page-header .nav-sections-item-title > a:hover,
  header.page-header .nav-sections-item-title > a:focus {
    color: #fff;
  }
  header.page-header .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
  }
  header.page-header .nav-sections-item-content:before,
  header.page-header .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  header.page-header .nav-sections-item-content:after {
    clear: both;
  }
  header.page-header .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    background: transparent;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 10.5px;
    padding-right: 0;
    padding-bottom: 10.5px;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #777;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #ddd;
    font-size: 1.3rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 400;
    padding: 8px 42px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #54575a;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    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: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
  }
  .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 #ddd;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #54575a;
  }
  .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: #777;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #54575a;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .navigation a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navigation a:hover {
    color: #022d55 !important;
  }
  .navigation li.level0 {
    line-height: 16px;
  }
  .navigation li.level0:first-child {
    border-top: 0;
  }
  .navigation li.level0 > a.level-top {
    padding: 13px 36px 13px 15px;
  }
  .navigation li.level0 > a.ui-state-active {
    color: #000;
    font-weight: 600;
  }
  .navigation li.level0 > a.ui-state-active,
  .navigation li.level0 > a.ui-state-active + .submenu {
    background-color: #eee;
  }
  .navigation li.level0.active .all-category .ui-state-focus,
  .navigation li.level0.active > a:not(.ui-state-active),
  .navigation li.level0.has-active > a:not(.ui-state-active),
  .navigation li.level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation li.level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    border-left: 0;
    margin-left: 0;
  }
  .navigation li.level0 > .ui-menu-item > a {
    font-weight: 400;
  }
  .navigation li.level0 .ui-menu-item > a:before {
    content: '\f801';
    display: inline;
    font-family: 'porto-icons';
    margin-right: 10px;
    font-size: 16px;
    vertical-align: top;
    color: #aaa;
  }
  .navigation li.level0 ul.level0 > .level1 {
    font-weight: 400;
  }
  .navigation ul.submenu,
  .navigation ul.submenu:not(:first-child) {
    padding-left: 15px;
  }
  .navigation ul.submenu .active > a,
  .navigation ul.submenu:not(:first-child) .active > a,
  .navigation ul.submenu .level1.active > a,
  .navigation ul.submenu:not(:first-child) .level1.active > a {
    padding-left: 15px;
    border: 0;
    font-weight: 600;
  }
  .navigation ul.submenu > li {
    line-height: 16px;
  }
  .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: 15px;
    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;
  }
  .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;
  }
  .block-cart-failed .block-title {
    margin: 0 21px 21px;
  }
  .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,
  [class*="block-compare"] {
    display: none;
  }
  .sticky-product {
    padding: 5px 15px;
  }
  .sticky-product .sticky-detail {
    display: none;
  }
  .mobile-sticky .sticky-product {
    padding: 70px 15px 5px;
  }
  .cart-container .form-cart .actions.main {
    text-align: center;
  }
  .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:before,
  .cart.table-wrapper .col.price:before,
  .cart.table-wrapper .col.subtotal:before,
  .cart.table-wrapper .col.msrp: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;
  }
  .checkout-index-index .page-header .minicart-wrapper {
    display: none;
  }
  .page-header.type5 .block-search .label {
    margin-right: 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: 21px;
  }
  .checkout-payment-method .payment-methods {
    margin: 0 -15px;
  }
  .checkout-payment-method .payment-method-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 21px;
  }
  .checkout-payment-method .payment-method-billing-address .action-cancel {
    margin-top: 10.5px;
  }
  .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 21px;
  }
  .login-container {
    padding-bottom: 35px;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .page.messages {
    margin-bottom: 42px;
  }
  .account .column.main .block:not(.widget) .block-title > .action {
    float: right;
    margin-top: 5.25px;
  }
  .account .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 21px;
  }
  .account .column.main .block:not(.widget) .block-content .box:last-child {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    display: block;
    margin-bottom: 10.5px;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .cart-discount .giftcard .content {
    padding-bottom: 35px;
  }
  .cart-discount .actions-toolbar .secondary {
    bottom: 17px;
  }
  .field.open-amount {
    width: 100%;
  }
  .gift-message .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-bottom: 0;
    border-top: 1px solid #c1c1c1;
  }
  .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;
  }
  .gift-message-summary {
    padding-right: 7rem;
  }
  .cart.table-wrapper .action-gift {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-gift > 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-gift:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #022d55;
    content: '\e62a';
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-gift:hover:after {
    color: #54575a;
  }
  .cart.table-wrapper .action-gift:active:after {
    color: #022d55;
  }
  .cart.table-wrapper .action-gift._active {
    border: 1px solid #c1c1c1;
    border-bottom-color: #fff;
    margin: -5.25px 14px -1px -15px;
    padding: 4px 10.5px 9px 14px;
  }
  .cart.table-wrapper .action-gift._active:after {
    color: #54575a;
  }
  .cart.table-wrapper .gift-content {
    border-top: 1px solid #c1c1c1;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }
  .gift-options-cart-item + .action-towishlist {
    left: 43px;
    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: #022d55;
    content: '\e62b';
    font-family: 'porto-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: #54575a;
  }
  .cart.table-wrapper .action-giftregistry:active:before {
    color: #022d55;
  }
  .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 21px;
    padding-bottom: 10.5px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-summary + .gift-message-summary {
    padding-right: 0;
  }
  .gift-options-cart-item {
    float: left;
  }
  .gift-wrapping-preview img {
    width: 100%;
  }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
  .table-wrapper.grouped {
    margin-left: -15px;
    margin-right: -15px;
  }
  .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: 10.5px;
  }
  .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: #fff;
    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: #54575a;
    display: block;
    padding: 5.25px 18px;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select-items .item a:hover {
    background: #022d55;
  }
  .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: 20px;
    position: absolute;
    top: 20px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
    margin-left: 26.25px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-name,
  .page-multiple-wishlist .products-grid.wishlist .product-item-description,
  .page-multiple-wishlist .products-grid.wishlist .product-item .price-box,
  .page-multiple-wishlist .products-grid.wishlist .product-item-tooltip {
    margin-left: 115px;
  }
  .products-grid.wishlist .wishlist-dropdown {
    display: none;
  }
  .multishipping-checkout-success .nav-toggle {
    display: block;
  }
  .multishipping-checkout-success .logo {
    margin-left: 42px;
  }
  .block-collapsible-nav {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
    background-color: #fff;
  }
  .block-collapsible-nav .content {
    border-bottom: 1px solid #ccc;
    display: none;
  }
  .block-collapsible-nav .content.active {
    display: block;
  }
  .block-collapsible-nav .item {
    padding: 0 15px;
  }
  .page-header.type1 .logo {
    height: 40px;
    float: left;
    margin: 10px 0;
  }
  .page-header.type1 .logo img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
  }
  .page-header.type1 .minicart-wrapper {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    margin: 10px 0;
    float: right;
  }
  .page-header.type1 .block-search {
    float: none;
    margin-bottom: 0;
  }
  .page-header.type1 .block-search .label {
    float: right;
    margin: 10px 0;
    line-height: 40px;
    margin-right: 15px;
  }
  .page-header.type1 .custom-block {
    display: none;
  }
  .page-header.type2 .logo {
    height: 40px;
    float: left;
    margin: 10px 0;
  }
  .page-header.type2 .logo img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
  }
  .page-header.type2 .minicart-wrapper {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    margin: 10px 0;
    float: right;
  }
  .page-header.type2 .block-search {
    float: none;
    margin-bottom: 0;
  }
  .page-header.type2 .block-search .label {
    float: right;
    margin: 10px 0;
    line-height: 40px;
    margin-right: 15px;
  }
  .page-header.type2 .block-search .label:before {
    color: #fff;
    cursor: pointer;
  }
  .page-header.type2 .custom-block {
    display: none;
  }
  .page-header.type2 .nav-toggle:before {
    color: #fff;
  }
  .page-header.type3 .logo {
    height: 40px;
    float: left;
    margin: 10px 0;
  }
  .page-header.type3 .logo img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
  }
  .page-header.type3 .minicart-wrapper {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    margin: 0;
    float: right;
  }
  .page-header.type3 .search-toggle-icon {
    display: none;
  }
  .page-header.type3 .block-search .label {
    float: right;
    margin-right: 30px;
    margin-top: 15px;
  }
  .page-header.type3 .bottom-panel {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .page-header.type4 .logo {
    height: 40px;
    float: left;
    margin: 10px 0;
  }
  .page-header.type4 .logo img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
  }
  .page-header.type4 .minicart-wrapper {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    margin: 0;
    float: right;
  }
  .page-header.type4 .search-toggle-icon {
    display: none;
  }
  .page-header.type4 .block-search .label {
    float: right;
    margin-right: 40px;
    margin-top: 15px;
  }
  .page-header.type4 .header.panel {
    position: relative;
  }
  .page-header.type4 .bottom-panel {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .page-header.type5 .logo {
    height: 40px;
    float: left;
    margin: 10px 0;
  }
  .page-header.type5 .logo img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
  }
  .page-header.type5 .minicart-wrapper {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    margin: 10px 0;
    float: right;
  }
  .page-header.type5 .search-toggle-icon {
    display: none;
  }
  .page-header.type5 .block-search .label {
    float: right;
    margin-right: 30px;
    margin-top: 15px;
  }
  .page-header.type6 .logo {
    height: 40px;
    float: left;
    margin: 10px 0;
  }
  .page-header.type6 .logo img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
  }
  .page-header.type6 .minicart-wrapper {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    margin: 10px 0;
    float: right;
  }
  .page-header.type6 .search-toggle-icon {
    display: none;
  }
  .page-header.type6 .block-search .label {
    float: right;
    margin-right: 30px;
    margin-top: 15px;
  }
  .page-header.type7 .logo {
    height: 40px;
    float: left;
    margin: 10px 0;
  }
  .page-header.type7 .logo img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
  }
  .page-header.type7 .minicart-wrapper {
    position: absolute;
    top: auto;
    right: 15px;
    left: auto;
    margin: 10px 0;
    z-index: 1;
  }
  .page-header.type7 .panel.header .custom-block {
    display: none;
  }
  .page-header.type7 .panel.header .toplinks-area {
    display: none;
  }
  .page-header.type7 .panel.header > span.split {
    display: none;
  }
  .page-header.type7 .search-toggle-icon {
    display: none;
  }
  .page-header.type7 .block-search .label {
    font-size: 11px;
    text-transform: uppercase;
  }
  .page-header.type7 .block-search .label:before {
    margin-right: 5px;
    color: #777;
    font-size: 11px;
  }
  .page-header.type7 .block-search .label > span {
    width: auto;
    height: auto;
    position: static;
  }
  .page-header.type8 .logo {
    height: 40px;
    float: left;
    margin: 10px 0;
  }
  .page-header.type8 .logo img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
  }
  .page-header.type8 .minicart-wrapper {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    margin: 10px 0;
    float: right;
  }
  .page-header.type8 .block-search {
    float: none;
    margin-bottom: 0;
  }
  .page-header.type8 .block-search .label {
    float: right;
    margin: 10px 0;
    line-height: 40px;
    margin-right: 15px;
  }
  .page-header.type8 .custom-block {
    display: none;
  }
  .page-header.type8 .sw-megamenu.navigation.side-megamenu {
    display: block;
  }
  .page-header.type8 .nav-toggle:before {
    color: #fff;
  }
  .page-header.type8 .custom-menu-block,
  .page-header.type8 .drop-menu > a {
    display: none;
  }
  .page-header.type9 .logo {
    height: 40px;
    float: left;
    margin: 10px 0;
  }
  .page-header.type9 .logo img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
  }
  .page-header.type9 .minicart-wrapper {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    margin: 0;
    float: right;
  }
  .page-header.type9 .search-toggle-icon {
    display: none;
  }
  .page-header.type9 .block-search .label {
    float: right;
    margin-right: 30px;
    margin-top: 15px;
  }
  .page-header.type9 .bottom-panel {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .page-header.type9 .nav-toggle:before,
  .page-header.type9 .nav-toggle:hover:before,
  .page-header.type9 .block-search .label:before,
  .page-header.type9 .minicart-wrapper .action.showcart:before,
  .page-header.type9 .minicart-wrapper .action.showcart.active:before {
    color: #fff;
  }
  .page-header.type9 .minicart-wrapper .action.showcart .counter.qty {
    color: #000;
  }
  .page-header.type10 {
    border: 0;
  }
  .page-header.type10 .custom-block-area {
    display: none;
  }
  .page-header.type10 .switcher-area {
    position: relative;
    z-index: 1;
  }
  .page-header.type10 .switcher-area .switcher {
    display: none;
  }
  .page-header.type10 .logo {
    margin: 15px 0;
  }
  .page-header.type10 .logo img {
    width: auto;
    height: auto;
  }
  .page-header.type10 .minicart-wrapper {
    float: right;
    margin-top: 20px;
    margin-right: 15px;
  }
  .page-header.type10 .minicart-wrapper .action.showcart:before,
  .page-header.type10 .minicart-wrapper .action.showcart.active:before {
    color: #fff;
  }
  .page-header.type10 .minicart-wrapper .action.showcart .counter.qty {
    color: #000;
  }
  .page-header.type10 .block-search {
    float: right;
    margin: 26px;
  }
  .page-header.type10 .block-search .label:before {
    color: #fff;
  }
  .page-header.type10 .block-search .control {
    margin: 0;
    padding: 0;
    position: absolute;
    width: 300px;
    right: 0;
    top: 100%;
    z-index: 1;
  }
  .page-header.type10 .nav-toggle {
    margin: 10px 15px 10px 0;
  }
  .page-header.type10 .nav-toggle:before {
    color: #fff;
  }
  .page-header.type11 .logo {
    height: 40px;
    float: left;
    margin: 10px 0;
  }
  .page-header.type11 .logo img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
  }
  .page-header.type11 .minicart-wrapper {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    margin: 10px 0;
    float: right;
  }
  .page-header.type11 .block-search {
    float: none;
    margin-bottom: 0;
  }
  .page-header.type11 .block-search .label {
    float: right;
    margin: 10px 0;
    line-height: 40px;
    margin-right: 15px;
  }
  .page-header.type11 .custom-block {
    display: none;
  }
  .page-header.type12 .logo {
    height: 40px;
    float: left;
    margin: 10px 0;
  }
  .page-header.type12 .logo img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
  }
  .page-header.type12 .minicart-wrapper {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    margin: 0;
    float: right;
  }
  .page-header.type12 .search-toggle-icon {
    display: none;
  }
  .page-header.type12 .block-search .label {
    float: right;
    margin-right: 30px;
    margin-top: 15px;
  }
  .page-header.type12 .bottom-panel {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .page-header.type12 .nav-toggle:before,
  .page-header.type12 .nav-toggle:hover:before,
  .page-header.type12 .block-search .label:before,
  .page-header.type12 .minicart-wrapper .action.showcart:before,
  .page-header.type12 .minicart-wrapper .action.showcart.active:before {
    color: #000;
  }
  .page-header.type12 .minicart-wrapper .action.showcart .counter.qty {
    color: #fff;
  }
  .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: 2.2rem;
    right: 10px;
    top: 13px;
  }
  .mobile-sticky header.page-header {
    position: fixed;
    width: 100%;
    top: 0;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.3);
  }
  .mobile-sticky .page-main {
    margin-top: 64px;
  }
  .products-grid.wishlist {
    margin-bottom: 31.5px;
    margin-right: -10.5px;
  }
  .products-grid.wishlist .product-item {
    padding: 21px 10.5px 21px 21px;
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 21px;
  }
  .products-grid.wishlist .product-item-name {
    font-size: 1.6rem;
  }
  .products-grid.wishlist .product-item-actions {
    display: block;
  }
  .products-grid.wishlist .product-item-actions .action {
    margin-right: 15px;
  }
  .products-grid.wishlist .product-item-actions .action:last-child {
    margin-right: 0;
  }
  .products-grid.wishlist .product-item-actions .action.edit {
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action.delete {
    float: right;
  }
  .products-grid.wishlist .product-item-actions .action.edit,
  .products-grid.wishlist .product-item-actions .action.delete {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item-name,
  .products-grid.wishlist .product-item-description,
  .products-grid.wishlist .product-item .price-box,
  .products-grid.wishlist .product-item-tooltip {
    margin-left: 95px;
  }
  .products-grid.wishlist .product-item .box-tocart {
    float: left;
    margin-right: 21px;
  }
  .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 .action-towishlist {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-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 .action-towishlist:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #022d55;
    content: '\f816';
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-towishlist:hover:before {
    color: #54575a;
  }
  .cart.table-wrapper .action-towishlist:active:before {
    color: #022d55;
  }
  .footer-bottom > .container > * {
    float: none !important;
    line-height: 35px !important;
  }
  .history .featured-box {
    margin-left: 0;
  }
  .history .thumb {
    display: none;
  }
  .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;
  }
  .account.vault-cards-listaction .add-methods {
    flex-direction: column;
  }
  .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: 21px;
  }
  .account.vault-cards-listaction .add-methods > div:first-child {
    margin-bottom: 21px;
    margin-right: 0;
  }
  .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 {
    height: 45px;
  }
}
@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:before,
  .abs-checkout-order-review tbody > tr > td.col.price:before,
  .abs-checkout-order-review tbody > tr > td.col.subtotal:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.qty:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.price:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.subtotal:before {
    content: attr(data-th) ":";
    display: block;
    font-weight: 700;
    padding-bottom: 10.5px;
  }
  .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: 10.5px 0 0;
  }
  .abs-product-items-summary tbody .col:last-child {
    padding-bottom: 10.5px;
  }
  .abs-product-items-summary tfoot .mark {
    padding-bottom: 5.25px;
    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-top: 5.25px;
    padding-bottom: 0;
  }
  .abs-product-items-summary tfoot .grand.totals .amount {
    padding-bottom: 10.5px;
    padding-top: 0;
  }
  .abs-product-items-summary tfoot .grand.totals .amount strong {
    border-top: none;
  }
  .abs-account-table-margin-mobile,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -21px;
  }
  .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,
  .magento-rma-returns-returns .page-main .page-title-wrapper .page-title,
  .magento-rma-returns-view .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,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-status,
  .magento-rma-returns-view .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 10.5px;
  }
  .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.balance-history,
  .table-wrapper.table-returns,
  .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.25px 10.5px;
  }
  .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: 10.5px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #333536;
    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.25px;
  }
  .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: 21px;
  }
  .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: 10.5px;
  }
  .pages .pages-items {
    display: block;
    padding: 0 40px;
    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;
  }
  .mst-search__result-tabs li {
    float: none;
    display: block;
    width: 100%;
  }
  .mst-search__result-tabs li a.active {
    border: 1px solid #cccccc;
  }
  .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;
  }
  .column .block-addbysku .sku {
    margin-right: -85px;
    padding-right: 90px;
  }
  .column .block-addbysku .action.remove {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
  }
  .column .block-addbysku .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .column .block-addbysku .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: #022d55;
    content: '\f81a';
    font-family: 'porto-icons';
    margin: -4px 0 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .column .block-addbysku .action.remove:hover:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:active:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .products-list .product-item-photo {
    width: 100%;
    padding: 0;
    display: block;
  }
  .products-list .product-item-details {
    display: block;
  }
  .toolbar-products {
    margin-bottom: 0;
  }
  .product-social-links .action.tocompare {
    display: none;
  }
  .product-info-price {
    margin: 0 -10.5px 0;
    width: calc(100% + 2*10.5px) !important;
  }
  .product-info-price > *:first-child {
    padding-left: 10.5px;
  }
  .product-info-price > *:last-child {
    padding-right: 10.5px;
  }
  .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;
  }
  .minicart-wrapper {
    margin-top: 10.5px;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .step-content {
    margin: 0 0 15px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address,
  .opc-wrapper .methods-shipping {
    background: #f4f4f4;
    margin: 21px -15px 15px;
    padding: 21px 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 36.5px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 39.5px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 10.5px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .methods-shipping {
    border-bottom: 1px solid #ccc;
    padding-top: 31.5px;
  }
  .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: #022d55;
    content: '\f826';
    font-family: 'porto-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: #54575a;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #022d55;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 21px;
    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-summary > .title {
    border-bottom: 0;
    font-size: 18px;
    margin-bottom: 21px;
    padding-bottom: 0;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
  }
  .page-product-downloadable .product-options-wrapper {
    margin-bottom: 26.25px;
  }
  .table-downloadable-products .product-name {
    display: block;
    margin-bottom: 5.25px;
  }
  .page-product-downloadable .product-info-price ~ *:last-child:after {
    border-bottom: 1px #c1c1c1 solid;
    content: '';
    display: block;
    height: 0;
    overflow: hidden;
    width: auto;
    margin: 26.25px -10.5px;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 21px;
  }
  .block-giftregistry-results .block-title {
    margin-bottom: 0;
  }
  .block-giftregistry-results .table-wrapper {
    border-top: none;
  }
  .block-giftregistry-shared-items .block-title {
    margin-bottom: 10.5px;
  }
  .block-giftregistry-shared-items .table-wrapper {
    border-top: 0;
  }
  .table.grouped > thead > tr > th {
    display: table-cell;
    border-bottom: 1px solid #ccc;
  }
  .table.grouped > tbody {
    border-bottom: 1px solid #ccc;
  }
  .table.grouped > tbody > tr > td {
    border: 0;
    display: table-cell;
    padding: 11px 10.5px;
  }
  .table.grouped > tbody > tr > td:last-child {
    border: 0;
  }
  .form-add-invitations .action.remove {
    display: inline-block;
    text-decoration: none;
  }
  .form-add-invitations .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .form-add-invitations .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: #022d55;
    content: '\f81a';
    font-family: 'porto-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .form-add-invitations .action.remove:hover:before {
    color: inherit;
  }
  .form-add-invitations .action.remove:active:before {
    color: inherit;
  }
  body.filter-active .page-wrapper {
    visibility: hidden;
    height: 0;
    margin-top: -999999em;
  }
  body.filter-active .columns {
    z-index: 999;
  }
  .filter.active {
    position: relative;
    z-index: 99;
    visibility: visible;
  }
  .filter.active .filter-options-item:last-child {
    margin-bottom: 42px;
  }
  .filter.active .filter-title {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 48px;
    z-index: 2;
    border-bottom: 1px solid #ccc;
  }
  .filter.active .filter-title strong {
    right: 3px;
    left: auto;
    top: 10px;
    border: 0;
    background: none;
    box-shadow: none;
    color: transparent;
    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: #9ea1a4;
    content: '\f819';
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter.active .filter-subtitle {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 50px;
    background: transparent;
    z-index: 1;
    line-height: 32px;
  }
  .filter.active .filter-options {
    display: block;
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: scroll;
    background: #fff;
    z-index: 10;
  }
  .filter .filter-subtitle {
    font-size: 20px;
    font-weight: 300;
  }
  .filter-actions {
    margin: -35px -10.5px 26.25px;
  }
  .filter-options-content {
    padding: 5.25px 10.5px;
  }
  .filter-no-options .filter-title:before {
    content: "";
    width: 100px;
    height: 40px;
    background: rgba(255, 255, 255, 0.5);
    display: block;
    position: relative;
    z-index: 99;
    margin-top: -40px;
    left: -15px;
  }
  .filter .filter-current {
    margin: 5.25px -10.5px 0;
    border: solid #ccc;
    border-width: 1px 0;
  }
  .filter .filter-current .items {
    display: none;
  }
  .filter .filter-current-subtitle {
    text-transform: uppercase;
    position: relative;
    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: '\f807';
    font-family: 'porto-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 {
    content: ' (' attr(data-count) ')';
    font-size: 0.9em;
    color: #9ea1a4;
  }
  .filter .filter-current.active {
    padding-bottom: 30px;
  }
  .filter .filter-current.active .block-subtitle:before {
    content: '\f804';
  }
  .filter .filter-current.active .items {
    display: block;
  }
  .filter .filter-current.active + .block-actions {
    display: block;
  }
  .filter .filter-current + .block-actions {
    display: none;
  }
  .multicheckout .data.table .address:before {
    margin-bottom: 5.25px;
  }
  .multicheckout .product-item-name,
  .multicheckout .price-including-tax,
  .multicheckout .price-excluding-tax {
    display: inline-block;
  }
  .multicheckout .block-content .box:not(:last-child) {
    margin-bottom: 42px;
  }
  .multicheckout .block-content .box:last-child {
    margin-bottom: 0;
  }
  .multicheckout.order-review .box-items .data.table thead {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead tr {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead .col.item {
    display: block;
    padding: 0;
  }
  .multicheckout .actions-toolbar .action {
    margin-bottom: 26.25px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 26.25px;
    margin-right: 0;
  }
  .customer-review .product-name {
    margin-bottom: 5.25px;
  }
  .customer-review .product-reviews-summary .rating-summary {
    display: block;
    margin-bottom: 5.25px;
  }
  .form-create-return .additional .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 21px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    float: none;
    display: block;
    margin: 10.5px 0 0;
  }
  .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: 10.5px;
  }
  .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:before,
  .order-details-items .item-options-container + .item-options-container: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;
  }
  .testimonial .testimonial-with-quotes blockquote p {
    padding: 0;
  }
  .testimonial .testimonial-with-quotes blockquote:before,
  .testimonial .testimonial-with-quotes blockquote:after {
    display: none!important;
  }
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #e8e8e8;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #e8e8e8;
  }
  .braintree-three-d-modal .bt-modal-frame {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .products-grid .product-item-info .product-item-details .product-item-actions .actions-secondary {
    display: none;
  }
  .minicart-wrapper .block-minicart {
    width: 290px;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
}
@media all and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48%;
  }
  .abs-blocks-2columns-s:nth-child(1) {
    float: left;
    clear: 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,
  .modes-label {
    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: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 + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2-s .fieldset .field .field {
    width: 100%;
    padding: 0;
  }
  .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: 'porto-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;
  }
  .column .block-addbysku .action.remove {
    background-image: none;
    -moz-box-sizing: content-box;
    box-shadow: none;
    line-height: inherit;
    text-shadow: none;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    color: #022d55;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-top: -4px;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .column .block-addbysku .action.remove:visited {
    color: #022d55;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #022d55;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:active {
    color: #022d55;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:hover,
  .column .block-addbysku .action.remove:active,
  .column .block-addbysku .action.remove:focus {
    background: none;
    border: 0;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    color: #022d55;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .page-products .columns {
    position: relative;
    z-index: 1;
    padding-top: 0;
  }
  .toolbar-amount {
    position: static;
    display: block;
    float: left;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
    margin-bottom: 0;
  }
  .modes {
    float: left;
    display: inline-block;
    margin-right: 21px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    float: left;
    border: 1px solid #ccc;
    font-weight: 400;
    color: #ccc;
    text-align: center;
    width: 26px;
    line-height: 26px;
    background-color: #fff;
    display: block;
    margin-right: 5px;
    border-radius: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .modes-mode:last-child {
    margin-right: 0;
  }
  .modes-mode.active,
  .modes-mode:hover {
    background-color: #022d55;
    border-color: #022d55;
    color: #fff;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: inherit;
    color: inherit;
    content: '\f839';
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:before {
    display: block;
  }
  .page-products .sorter {
    position: static;
  }
  .mode-list:before {
    content: '\f83a';
  }
  .limiter {
    float: right;
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
  }
  .filter.block {
    margin-bottom: 42px;
  }
  .filter-title {
    display: none;
  }
  .filter-content .item {
    margin: 10.5px 0;
  }
  .filter.active .filter-options,
  .filter-options {
    clear: both;
    position: static;
    overflow: initial;
    display: block;
    background: transparent;
  }
  .filter-subtitle {
    position: static;
    display: block;
  }
  .page-layout-1column .toolbar-products {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .page-layout-1column .products ~ .toolbar-products {
    position: static;
  }
  .page-layout-1column.page-with-filter .column.main {
    position: relative;
    z-index: 1;
    padding-top: 45px;
  }
  .page-layout-1column .filter.block {
    border-top: 1px solid #ccc;
  }
  .page-layout-1column .filter-content {
    margin-top: 10.5px;
  }
  .page-layout-1column .filter-subtitle {
    display: none;
  }
  .page-layout-1column .filter-options-item {
    display: inline-block;
    border: 0;
    margin-right: 26.25px;
  }
  .page-layout-1column .filter-options-item.active {
    position: relative;
    z-index: 2;
  }
  .page-layout-1column .filter-options-item.active:hover {
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after,
  .page-layout-1column .filter-options-item.active:before {
    content: "";
    display: block;
    border: 8px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #000;
    position: absolute;
    left: 50%;
    bottom: -1px;
    z-index: 3;
    margin-left: -20px;
  }
  .page-layout-1column .filter-options-item.active:after {
    border-bottom-color: #fff;
    margin-top: 2px;
    z-index: 4;
  }
  .page-layout-1column .filter-options-title {
    padding: 0 20px 0 0;
  }
  .page-layout-1column .filter-options-title:after {
    right: 2px;
    top: 3px;
    z-index: 3;
  }
  .page-layout-1column .filter-options-content {
    position: absolute;
    z-index: 2;
    background: #fff;
    width: 180px;
    top: 100%;
    border: 1px solid #ccc;
    padding: 5.25px 0;
    -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
  }
  .page-layout-1column .filter-options-content .item {
    padding: 5.25px;
    margin: 0;
  }
  .page-layout-1column .filter-options-content .item a {
    margin-left: 0;
  }
  .page-layout-1column .filter-options-content .item:hover {
    background-color: #e8e8e8;
  }
  .page-layout-1column .filter-current {
    display: inline;
    line-height: 35px;
  }
  .page-layout-1column .filter-current-subtitle {
    display: inline;
    padding: 0;
    color: #9ea1a4;
    font-size: 15px;
    font-weight: normal;
  }
  .page-layout-1column .filter-current-subtitle:after {
    content: ":";
  }
  .page-layout-1column .filter-current .item,
  .page-layout-1column .filter-current .items {
    display: inline;
  }
  .page-layout-1column .filter-current .item {
    margin-right: 26.25px;
  }
  .page-layout-1column .filter-current .action.remove {
    line-height: normal;
  }
  .page-layout-1column .filter-actions {
    display: inline;
  }
  .page-layout-1column .filter-actions ~ .filter-options {
    margin-top: 26.25px;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 10.5px;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left;
  }
  .multicheckout .item-options {
    margin: 21px 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: 26.25px;
    padding-right: 26.25px;
    width: 50%;
  }
  .multicheckout .block-shipping .box-shipping-method .fieldset .field:before {
    display: none;
  }
  .multicheckout .block-billing .box-billing-address {
    float: left;
    width: 25%;
  }
  .multicheckout .block-billing .box-billing-method {
    float: left;
    padding-left: 26.25px;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 42px;
    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 {
    max-width: 238px;
    float: left;
    margin-bottom: 0;
  }
  .review-ratings ~ .review-content,
  .review-ratings ~ .review-details {
    margin-left: 280px;
  }
  .review-toolbar {
    margin: 0 0 30px;
  }
  .review-toolbar .pages {
    padding: 30px 0;
  }
  .fieldset .review-legend.legend {
    margin-bottom: 30px;
  }
  .review-item {
    padding: 30px 0;
  }
  .review-title {
    margin: 0 0 30px;
  }
  .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 {
    margin-bottom: 20px;
    width: 50%;
  }
  .wishlist-index-index .products-grid .product-item-actions {
    margin: 0;
  }
  .products-grid .product-item {
    position: relative;
  }
  .products-grid .product-item .product-item-inner {
    margin: 9px -9px 0 -10px;
  }
  .products-grid .product-item .product-item-details {
    position: relative;
  }
  .products-grid .product-item .product-item-info .weltpixel-quickview.weltpixel_quickview_button_v1 span {
    padding: 18px;
    display: block;
  }
  .products-grid .product-item .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v1 {
    display: block;
    position: absolute;
    top: -66px;
    z-index: 9;
    width: 100%;
    text-align: center;
    color: #555;
    background: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    text-decoration: none;
  }
  .products-grid .product-item .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v2 {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #08c;
    color: #fff;
    padding: 10px;
    z-index: 9;
    border-radius: 0 5px;
    transition: 0.1s all;
    font-size: 12px;
    line-height: 1.4;
  }
  .products-grid .product-item .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v2:hover {
    opacity: 0.9;
  }
  .products-grid .product-item .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v2 .porto-icon-eye {
    margin-right: 3px;
  }
  .block.widget .products-grid .product-item,
  .page-layout-1column .block.widget .products-grid .product-item,
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_resets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_utilities.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_variables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_tables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FMagento_Bundle%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_listings.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FMagento_CatalogSearch%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_cart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%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%2FMobilityexpress%5C%2Fporto%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%2FMobilityexpress%5C%2Fporto%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%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FMagento_MultipleWishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FMagento_Sales%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FMagento_Banner%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FMagento_CatalogEvent%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_extends.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FMagento_GiftRegistry%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_review.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_review.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_popups.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%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%2FMobilityexpress%5C%2Fporto%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%2FMobilityexpress%5C%2Fporto%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%2FMobilityexpress%5C%2Fporto%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%2FMobilityexpress%5C%2Fporto%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%2FMobilityexpress%5C%2Fporto%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%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FMagento_GiftMessage%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FMagento_GiftWrapping%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FMagento_Invitation%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FMagento_Rma%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FMagento_SendFriend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FMagento_InventoryInStorePickupFrontend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_minicart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FMagento_Customer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FMagento_Multishipping%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_actions-toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_dropdowns.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_theme_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FMagento_AdvancedCheckout%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FMagento_GroupedProduct%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FMagento_Wishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FMagento_AdvancedCheckout%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FMagento_Review%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FMagento_LayeredNavigation%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FMagento_SalesRule%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%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%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FMagento_CustomerBalance%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FMagento_Downloadable%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FMagento_GiftCard%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FMagento_GiftCardAccount%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FMagento_Newsletter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%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%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%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%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FMagento_Msrp%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%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%2FMobilityexpress%5C%2Fporto%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%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_price.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_tables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_messages.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_messages.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_tooltips.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_tooltips.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_loaders.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_loaders.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_loaders.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_sections.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_sections.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_pages.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_pages.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_breadcrumbs.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_breadcrumbs.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_modals.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_modals_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FMagento_InventoryConfigurableProductFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FMagento_LoginAsCustomerFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fslick%5C%2F_slick.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%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%2FMobilityexpress%5C%2Fporto%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%2FMobilityexpress%5C%2Fporto%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%2FMobilityexpress%5C%2Fporto%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%2FMobilityexpress%5C%2Fporto%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%2FMobilityexpress%5C%2Fporto%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%2FMobilityexpress%5C%2Fporto%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%2FMobilityexpress%5C%2Fporto%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%2FMobilityexpress%5C%2Fporto%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%2FMobilityexpress%5C%2Fporto%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%2FMobilityexpress%5C%2Fporto%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%2FMobilityexpress%5C%2Fporto%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%2FMobilityexpress%5C%2Fporto%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%2FMobilityexpress%5C%2Fporto%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%2FMobilityexpress%5C%2Fporto%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%2FMobilityexpress%5C%2Fporto%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%2FMobilityexpress%5C%2Fporto%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%2FMobilityexpress%5C%2Fporto%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%2FMobilityexpress%5C%2Fporto%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%2FMobilityexpress%5C%2Fporto%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%2FMobilityexpress%5C%2Fporto%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%2FMobilityexpress%5C%2Fporto%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%2FMobilityexpress%5C%2Fporto%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%2FMobilityexpress%5C%2Fporto%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%2FMobilityexpress%5C%2Fporto%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%2FMobilityexpress%5C%2Fporto%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%2FMobilityexpress%5C%2Fporto%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%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fjarallax%5C%2F_jarallax.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FMagento_ReCaptchaCheckoutSalesRule%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FMagento_ReCaptchaCustomer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FMagento_ReCaptchaFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FMagento_ReCaptchaNewsletter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FMagento_ReCaptchaReview%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FMagento_ReCaptchaSendFriend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FMagento_ReCaptchaWishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_billing.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_fastlane.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%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%2FMobilityexpress%5C%2Fporto%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%2FMobilityexpress%5C%2Fporto%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%2FMobilityexpress%5C%2Fporto%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%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FMageplaza_Blog%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FMageplaza_AjaxLayer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FMageplaza_LayeredNavigation%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FMirasvit_Search%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_result.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FMirasvit_Search%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_indexes.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FMirasvit_Search%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_highlight.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FMirasvit_Search%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_misc.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FMirasvit_Search%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_search_in.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FMirasvit_SearchAutocomplete%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_form.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FMirasvit_SearchAutocomplete%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_autocomplete.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FMirasvit_SearchAutocomplete%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_typeahead.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FMirasvit_SearchAutocomplete%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_in-page.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FMirasvit_Seo%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FMirasvit_SeoContent%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_description.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FMirasvit_SeoSitemap%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FMirasvit_SeoToolbar%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FSmartwave_Megamenu%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FSmartwave_Socialfeeds%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FMagento_CatalogEvent%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_billing.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_paylater.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FMagento_ProductVideo%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FMagento_Swatches%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FMagento_Vault%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FMagento_Weee%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_actions-toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_rating.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%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%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FMagento_Contact%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_popups.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FMagento_Reward%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%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%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_heading.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_info_box.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_social_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_testimonial.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FSmartwave_Filterproducts%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FSmartwave_Porto%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FWeltPixel_Quickview%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FMagento_Cms%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FMagento_MultipleWishlist%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FMagento_VersionsCms%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_custom_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_home_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_list_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_view_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_cms_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_forms_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_location_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_customer_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_mobilenav_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FPayPal_Braintree%5C%2Fcss%5C%2Fsource%5C%2F_account-saved-payments.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FPayPal_Braintree%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_responsive.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%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%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fcolumn-line%5C%2F_default.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22YAAY%3BQACJ%3BACaJ%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%2CaCpRqB%2CaCFC%2C8CFsRtB%3BEAAA%2CkBAAA%3BEAAA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BADnEA%3BECmEA%2CgBAAA%3BEAAA%2CsBAAA%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%2CuBAAA%3BEDnBI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CwBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3B%3BAAGJ%3BEACI%2CeAAA%3B%3BAAGJ%3BECMA%2CkBAAA%3B%3BADQA%3BECRA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CqBAAA%3B%3BADYA%3BECZA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CoBAAA%3BEAAA%2CqBAAA%3B%3BADgBA%3BEChBA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CeAAA%3BEAAA%2CkBAAA%3BEAAA%2CsBAAA%3B%3BADoBA%3BECpBA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CqBAAA%3B%3BADwBA%3BECxBA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CqBAAA%3B%3BAD4BA%3BEC5BA%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%2CaCpRqB%2CaCFC%2C8CFsRtB%3BEAAA%2CkBAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3B%3BADkDA%3BAACA%3BECnDA%2CcAAA%3BEAAA%2CqBAAA%3B%3BADjJA%2CCAAC%3BAAAD%2CMAAC%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CCAAC%3BAAAD%2CMAAC%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CCAAC%3BAAAD%2CMAAC%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADyEA%3BAACA%3BEC1EA%2CgBAAA%3BEAAA%2CuBAAA%3B%3BADyEA%2CEAYM%3BAAXN%2CEAWM%3BECrFN%2CgBAAA%3BEAAA%2CsBAAA%3B%3BADyEA%2CEAwBI%3BAAvBJ%2CEAuBI%3BAAxBJ%2CEAyBI%3BAAxBJ%2CEAwBI%3BEACI%2CgBAAA%3B%3BAAIR%3BECvGA%2CmBAAA%3BEAAA%2CaAAA%3B%3BAD4GA%3BEC5GA%2CgBAAA%3BEAAA%2CqBAAA%3BEAAA%2CaAAA%3B%3BADkHA%3BEClHA%2CqBAAA%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%2CgBAAA%3BEAAA%2CkBAAA%3BEAAA%2CeAAA%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%2CaCpRqB%2CaCFC%2C8CFsRtB%3BEAAA%2CkBAAA%3BEAAA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BAD6NQ%2CUAHJ%2CEAGK%3BAAAD%2CUAFJ%2CGAEK%3BAAAD%2CUADJ%2CGACK%3BEACG%2CgBAAA%3B%3BAAbZ%2CUAiBI%3BAAjBJ%2CUAkBI%3BAAlBJ%2CUAmBI%3BECpOJ%2CcAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEDwOQ%2CcAAA%3B%3BAAEA%2CUARJ%2COAQK%3BAAAD%2CUAPJ%2CMAOK%3BAAAD%2CUANJ%2COAMK%3BEC1OT%2CSEzEyB%2CaFyEzB%3B%3BADiNA%2CUA8BI%3BEC%5C%2FOJ%2CkBAAA%3B%3BADsPI%2CUAAC%3BAACD%2CUAAC%3BEACG%2CSAAS%2CEAAT%3B%3BAAIR%3BEACI%2CYAAA%3B%3BAAEA%2CCAAC%3BAACD%2CCAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CaAAA%3B%3BAAKR%3BECvQA%2CkBAAA%3B%3BAFnOA%3BEEmOA%2CWAAA%3BEGzRA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BALoDA%2CKKlDA%3BEACI%2CgBAAA%3B%3BALiDJ%2CKK9CE%2CQAEI%2CKACI%3BAL2CV%2CKK7CE%2CQACI%2CKACI%3BAL2CV%2CKK9CE%2CQAEI%2CKAEI%3BAL0CV%2CKK7CE%2CQACI%2CKAEI%3BEACE%2CmBAAA%3B%3BALyCZ%2CKKpCE%2CQAAQ%2CKACJ%3BALmCN%2CKKpCE%2CQAAQ%2CKAEJ%3BEACE%2CsBAAA%3B%3BALiCR%2CKK7BE%2CQAGI%2CKACI%3BALyBV%2CKK5BE%2CQAEI%2CKACI%3BALyBV%2CKK3BE%2CQACI%2CKACI%3BALyBV%2CKK7BE%2CQAGI%2CKAEI%3BALwBV%2CKK5BE%2CQAEI%2CKAEI%3BALwBV%2CKK3BE%2CQACI%2CKAEI%3BEH2PV%2CoBAAA%3B%3BAF%5C%2FNA%3BEMlBA%2CsBAAA%3BEJiPA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CcAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CaCpRqB%2CaCFC%2C8CFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CSAAA%3BEAAA%2CiBAAA%3BEAAA%2CeAAA%3BEAAA%2CmBAAA%3BEI9NA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAiBA%2CMAAC%3BAACD%2CMAAC%3BEJ2MD%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CcAAA%3B%3BAI%5C%2FLA%2CMAAC%3BEJ%2BLD%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CcAAA%3B%3BAInLA%2CMAAC%3BAACD%2CMAAC%3BAACD%2CQAAQ%2CUAAW%3BEJiLnB%2CYAAA%3BEI%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAN%5C%2FCA%2CMAAC%3BEACG%2CSAAA%3BEACA%2CUAAA%3B%3BAO4LR%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BELwBL%2CgBAAA%3BEAAA%2C4BAAA%3BEAAA%2CsBAAA%3BEAAA%2CkBAAA%3BEAAA%2CwEAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CgBAAA%3BEAAA%2CaAAA%3BEAAA%2CwBAAA%3BEAAA%2CWAAA%3BEKjPA%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%3BELtGD%2CYAAA%3B%3BAKqHA%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%3BELrHD%2CWAAA%3B%3BAK0HA%2CKAzJK%2CaAyJJ%3BAAAD%2CKAxJK%2CiBAwJJ%3BAAAD%2CKAvJK%2CYAuJJ%3BAAAD%2CKAtJK%2CYAsJJ%3BAAAD%2CKArJK%2CeAqJJ%3BAAAD%2CKApJK%2CeAoJJ%3BAAAD%2CKAnJK%2CcAmJJ%3BAAAD%2CKAlJK%2CcAkJJ%3BEL1HD%2CWAAA%3B%3BAK%2BHA%2CKA9JK%2CaA8JJ%3BAAAD%2CKA7JK%2CiBA6JJ%3BAAAD%2CKA5JK%2CYA4JJ%3BAAAD%2CKA3JK%2CYA2JJ%3BAAAD%2CKA1JK%2CeA0JJ%3BAAAD%2CKAzJK%2CeAyJJ%3BAAAD%2CKAxJK%2CcAwJJ%3BAAAD%2CKAvJK%2CcAuJJ%3BEL%5C%2FHD%2CWAAA%3B%3BAKpBA%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%3BELYA%2CgBAAA%3BEAAA%2C4BAAA%3BEAAA%2CsBAAA%3BEAAA%2CkBAAA%3BEAAA%2CwEAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CgBAAA%3BEAAA%2C0BAAA%3BEAAA%2CwBAAA%3BEAAA%2CWAAA%3BEKjPA%2CsBAAA%3B%3BAAuVA%2CMAAC%3BELtGD%2CYAAA%3B%3BAKRA%2CMAAM%3BELQN%2CYAAA%3BEKNI%2CsBAAA%3B%3BAAGJ%3BELGA%2CgBAAA%3BEAAA%2C4BAAA%3BEAAA%2CsBAAA%3BEAAA%2CkBAAA%3BEAAA%2CwEAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CgBAAA%3BEAAA%2CSAAA%3BEAAA%2CeAAA%3BEAAA%2CwBAAA%3BEAAA%2CWAAA%3BEKjPA%2CsBAAA%3BELiPA%2CgBAAA%3B%3BAKsGA%2CQAAC%3BELtGD%2CYAAA%3B%3BAKqHA%2CQAAC%3BELrHD%2CWAAA%3B%3BAK0HA%2CQAAC%3BEL1HD%2CWAAA%3B%3BAK%2BHA%2CQAAC%3BEL%5C%2FHD%2CWAAA%3B%3BAKEA%2CKAAK%3BELFL%2CsBAAA%3BEKII%2CkBAAA%3BEACA%2CQAAA%3B%3BAA5MJ%2CKAyMK%2CiBAzMJ%3BELuMD%2CYAAA%3B%3BAKQA%2CKAAK%3BELRL%2CsBAAA%3B%3BAKvMA%2CKA%2BMK%2CcA%5C%2FMJ%3BELuMD%2CYAAA%3B%3BAKzHA%2CKAAC%3BAAAD%2CMAAC%3BAAAD%2CQAAC%3BELyHD%2CqBAAA%3B%3BAKkBA%2CGAAG%3BELlBH%2CcAAA%3BEAAA%2CiBAAA%3B%3BAKsBA%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BEACD%2CeAAA%3BEACA%2C0BAAA%3B%3BAAGJ%2CKAAK%3BEACD%2CSAAA%3BEACA%2CUAAA%3B%3BAPrPJ%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%3BAMxRJ%2CyBAsEI%2CsBAgCI%2CQAAO%3BACkBX%2CQAAC%3BAC6WL%3BACjVA%3BAChII%2CaAiFI%3BAC9EJ%2CYAGI%3BACCJ%3BACCA%3BACoHY%2C0BAXR%2CUAEK%2COASI%3BAC7HjB%2CoBA2II%3BACtKA%2CcAII%3BAAHJ%2CqBAGI%3BACJJ%2CYA0DI%2CcAKI%3BEjBiOR%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAO9GJ%2CyBAsEI%2CsBAgCI%2CQAAO%2CMY7GT%3BAX%2BHF%2CQAAC%2CMW%5C%2FHC%3BAV4eN%2CYU5eM%3BAT2JN%2CaS3JM%3BAR2BF%2CaAiFI%2CwBQ5GF%3BAP8BF%2CYAGI%2CKOjCF%3BANkCF%2CiBMlCE%3BALmCF%2C0BKnCE%3BAJuJU%2C0BAXR%2CUAEK%2COASI%2CMIvJX%3BAH0BN%2CoBA2II%2CWGrKE%3BAFDF%2CcAII%2CcEHF%3BAFAF%2CqBAGI%2CcEHF%3BADDF%2CYA0DI%2CcAKI%2CQC9DN%3BEACE%2CSAAA%3B%3BAdkFJ%2CeAAC%3BAACD%2CeAAC%3BEJ2MD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAI%5C%2FLA%2CeAAC%3BEJ%2BLD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAInLA%2CeAAC%3BAACD%2CeAAC%3BAACD%2CQAAQ%2CUAAW%3BEJiLnB%2CYAAA%3BEI%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAcg%5C%2FCI%2CmBALR%2CiBAII%2CQACK%3BAACD%2CmBANR%2CiBAII%2CQAEK%3BAVpqBb%2CcAqBI%2CQAAO%3BAEx7BP%2CaAeI%2COAkBI%2CiBACM%2CWAEE%2CQAAO%3BASvBnB%2CaAAc%2CMADb%2CaAAc%2CUAWX%2CQAAO%3BACsCf%2CiCFogDA%2CiBAII%2CQACK%3BAEzgDT%2CiCFogDA%2CiBAII%2CQAEK%3BAGjiDT%2CuBH2hDA%2CiBAII%2CQACK%3BAGhiDT%2CuBH2hDA%2CiBAII%2CQAEK%3BAR%5C%2FxCT%2CcQyxCA%2CiBAII%2CQACK%3BAR9xCT%2CcQyxCA%2CiBAII%2CQAEK%3BElBn0CT%2CkBAAA%3B%3BAiB3HoB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%3BEbtHrB%2CsBAAA%3BEJiPA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CcAAA%3BEAAA%2CeAAA%3BEAAA%2CaCpRqB%2CaCFC%2C8CFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CSAAA%3BEAAA%2CiBAAA%3BEAAA%2CeAAA%3BEAAA%2CmBAAA%3BEI9NA%2CsBAAA%3BEACA%2CsBAAA%3BEJ6NA%2CqBAAA%3BEIxHA%2CqBAAA%3BEJwHA%2CkBAAA%3B%3BAI5MA%2CuBAAC%3BAACD%2CuBAAC%3BAagFmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbjFpB%3BAaiFmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbhFpB%3BEJ2MD%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CcAAA%3B%3BAI%5C%2FLA%2CuBAAC%3BAaoEmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbpEpB%3BEJ%2BLD%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CcAAA%3B%3BAInLA%2CuBAAC%3BAACD%2CuBAAC%3BAACD%2CQAAQ%2CUAAW%3BAasDC%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbxDpB%3BAawDmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbvDpB%3BAACD%2CQAAQ%2CUasDY%2CaA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%3BEjB2HrB%2CYAAA%3BEI%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAAwDJ%2CuBAAC%3BAACD%2CuBAAC%3BAACD%2CuBAAC%3BAaPmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbKpB%3BAaLmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbMpB%3BAaNmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbOpB%3BEACG%2CqBAAA%3B%3BAcyKR%3BAA6vCA%2CmBAgCI%2CQAAO%3BAIvkDK%2CMAFR%2CiBACI%2CQACK%3BACbb%2CqBACI%3BAjBxBR%2CyBAiEI%2CQAAO%3BAE%2BrCX%2CMAAM%2CQACF%2CQAAO%3BAErnCH%2CKAAC%2CcAiFG%2CiBAoBM%3BAAaF%2CKAlHP%2CcA6GG%2CQAKK%2CKAAK%3BAchQlB%2CqBACI%2CaAaI%2CcACI%3BACcZ%2CYAwFI%3BACxGJ%2C%2BBAEI%2C4BAMI%3BACwBR%3BACrCA%2CwBAiEI%2CgCASI%3BAA1ER%2CwBAiEI%2CgCAaI%2CyBAII%3BAfhGZ%2C0BA6BI%3BAgBQJ%2CaAEI%2CiBACI%3BAAkBR%2CaAUI%3BAAVJ%2CaAWI%3BACWJ%2CoBAEI%3BAhB3EA%2CSAAC%2CMAAM%2COAqBD%3BAI8WN%2CeADJ%2CQACK%3BAEjTL%2CiCF0hDA%2CQAAO%3BAGjjDP%2CuBHijDA%2CQAAO%3BAR%5C%2FyCP%2CcQ%2ByCA%2CQAAO%3BACnnDP%2CwBDyYA%2CQACK%3BACzYL%2CuBDwYA%2CQACK%3BAazYT%2CqBbwYI%2CQACK%3BAchYT%2CmBd%2BXI%2CQACK%3BAezYT%2CKAAK%2CKAAK%2COfwYN%2CQACK%3BElB1GL%2CgBAAA%3BEAAA%2CUAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEI5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEcvIA%2CgBAAA%3BElBiOA%2CgBAAA%3B%3BADjJA%2C0BAAC%3BAmBuML%2CkBnBvMK%3BAmBo8CL%2CmBAgCI%2CQAAO%2CMnBp%2BCN%3BAuBnGW%2CMAFR%2CiBACI%2CQACK%2COvBmGZ%3BAwBhHD%2CqBACI%2CexB%2BGH%3BAOvIL%2CyBAiEI%2CQAAO%2CKPsEN%3BASynCL%2CMAAM%2CQACF%2CQAAO%2COT1nCN%3BAWKG%2CKAAC%2CcAiFG%2CiBAoBM%2CiBX1Gb%3BAWuHW%2CKAlHP%2CcA6GG%2CQAKK%2CKAAK%2CIXvHjB%3BAyBzID%2CqBACI%2CaAaI%2CcACI%2CmBzB0HX%3BA0B5GD%2CYAwFI%2CmB1BoBH%3BA2B5HD%2C%2BBAEI%2C4BAMI%2Ca3BoHP%3BA4B5FD%2CmB5B4FC%3BA6BjID%2CwBAiEI%2CgCASI%2Ce7BuDP%3BA6BjID%2CwBAiEI%2CgCAaI%2CyBAII%2CqB7B%2BCX%3BAc%5C%2FID%2C0BA6BI%2CadkHH%3BA8B1GD%2CaAEI%2CiBACI%2Ce9BuGP%3BA8BrFD%2CaAUI%2Ca9B2EH%3BA8BrFD%2CaAWI%2Ce9B0EH%3BA%2BB%5C%2FDD%2CoBAEI%2Ce%5C%2FB6DH%3BAexIG%2CSAAC%2CMAAM%2COAqBD%2CUfmHT%3BAmB2PG%2CeADJ%2CQACK%2COnB3PJ%3BAqBtDD%2CiCF0hDA%2CQAAO%2CMnBp%2BCN%3BAsB7ED%2CuBHijDA%2CQAAO%2CMnBp%2BCN%3BAWqLD%2CcQ%2ByCA%2CQAAO%2CMnBp%2BCN%3BAoB%5C%2FID%2CwBDyYA%2CQACK%2COnB3PJ%3BAoB9ID%2CuBDwYA%2CQACK%2COnB3PJ%3BAgC9IL%2CqBbwYI%2CQACK%2COnB3PJ%3BAiCrIL%2CmBd%2BXI%2CQACK%2COnB3PJ%3BAkC9IL%2CKAAK%2CKAAK%2COfwYN%2CQACK%2COnB3PJ%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2C0BAAC%3BAmBkML%2CkBnBlMK%3BAmB%2B7CL%2CmBAgCI%2CQAAO%2CMnB%5C%2F9CN%3BAuBxGW%2CMAFR%2CiBACI%2CQACK%2COvBwGZ%3BAwBrHD%2CqBACI%2CexBoHH%3BAO5IL%2CyBAiEI%2CQAAO%2CKP2EN%3BASonCL%2CMAAM%2CQACF%2CQAAO%2COTrnCN%3BAWAG%2CKAAC%2CcAiFG%2CiBAoBM%2CiBXrGb%3BAWkHW%2CKAlHP%2CcA6GG%2CQAKK%2CKAAK%2CIXlHjB%3BAyB9ID%2CqBACI%2CaAaI%2CcACI%2CmBzB%2BHX%3BA0BjHD%2CYAwFI%2CmB1ByBH%3BA2BjID%2C%2BBAEI%2C4BAMI%2Ca3ByHP%3BA4BjGD%2CmB5BiGC%3BA6BtID%2CwBAiEI%2CgCASI%2Ce7B4DP%3BA6BtID%2CwBAiEI%2CgCAaI%2CyBAII%2CqB7BoDX%3BAcpJD%2C0BA6BI%2CaduHH%3BA8B%5C%2FGD%2CaAEI%2CiBACI%2Ce9B4GP%3BA8B1FD%2CaAUI%2Ca9BgFH%3BA8B1FD%2CaAWI%2Ce9B%2BEH%3BA%2BBpED%2CoBAEI%2Ce%5C%2FBkEH%3BAe7IG%2CSAAC%2CMAAM%2COAqBD%2CUfwHT%3BAmBsPG%2CeADJ%2CQACK%2COnBtPJ%3BAqB3DD%2CiCF0hDA%2CQAAO%2CMnB%5C%2F9CN%3BAsBlFD%2CuBHijDA%2CQAAO%2CMnB%5C%2F9CN%3BAWgLD%2CcQ%2ByCA%2CQAAO%2CMnB%5C%2F9CN%3BAoBpJD%2CwBDyYA%2CQACK%2COnBtPJ%3BAoBnJD%2CuBDwYA%2CQACK%2COnBtPJ%3BAgCnJL%2CqBbwYI%2CQACK%2COnBtPJ%3BAiC1IL%2CmBd%2BXI%2CQACK%2COnBtPJ%3BAkCnJL%2CKAAK%2CKAAK%2COfwYN%2CQACK%2COnBtPJ%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2C0BAAC%3BAmB6LL%2CkBnB7LK%3BAmB07CL%2CmBAgCI%2CQAAO%2CMnB19CN%3BAuB7GW%2CMAFR%2CiBACI%2CQACK%2COvB6GZ%3BAwB1HD%2CqBACI%2CexByHH%3BAOjJL%2CyBAiEI%2CQAAO%2CKPgFN%3BAS%2BmCL%2CMAAM%2CQACF%2CQAAO%2COThnCN%3BAWLG%2CKAAC%2CcAiFG%2CiBAoBM%2CiBXhGb%3BAW6GW%2CKAlHP%2CcA6GG%2CQAKK%2CKAAK%2CIX7GjB%3BAyBnJD%2CqBACI%2CaAaI%2CcACI%2CmBzBoIX%3BA0BtHD%2CYAwFI%2CmB1B8BH%3BA2BtID%2C%2BBAEI%2C4BAMI%2Ca3B8HP%3BA4BtGD%2CmB5BsGC%3BA6B3ID%2CwBAiEI%2CgCASI%2Ce7BiEP%3BA6B3ID%2CwBAiEI%2CgCAaI%2CyBAII%2CqB7ByDX%3BAczJD%2C0BA6BI%2Cad4HH%3BA8BpHD%2CaAEI%2CiBACI%2Ce9BiHP%3BA8B%5C%2FFD%2CaAUI%2Ca9BqFH%3BA8B%5C%2FFD%2CaAWI%2Ce9BoFH%3BA%2BBzED%2CoBAEI%2Ce%5C%2FBuEH%3BAelJG%2CSAAC%2CMAAM%2COAqBD%2CUf6HT%3BAmBiPG%2CeADJ%2CQACK%2COnBjPJ%3BAqBhED%2CiCF0hDA%2CQAAO%2CMnB19CN%3BAsBvFD%2CuBHijDA%2CQAAO%2CMnB19CN%3BAW2KD%2CcQ%2ByCA%2CQAAO%2CMnB19CN%3BAoBzJD%2CwBDyYA%2CQACK%2COnBjPJ%3BAoBxJD%2CuBDwYA%2CQACK%2COnBjPJ%3BAgCxJL%2CqBbwYI%2CQACK%2COnBjPJ%3BAiC%5C%2FIL%2CmBd%2BXI%2CQACK%2COnBjPJ%3BAkCxJL%2CKAAK%2CKAAK%2COfwYN%2CQACK%2COnBjPJ%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAIxFA%2C0BAAC%3BAACD%2C0BAAC%3BAACD%2C0BAAC%3BAc4IL%2CkBd9IK%3BAc8IL%2CkBd7IK%3BAc6IL%2CkBd5IK%3BAcy4CL%2CmBAgCI%2CQAAO%2CMd36CN%3BAc24CL%2CmBAgCI%2CQAAO%2CMd16CN%3BAc04CL%2CmBAgCI%2CQAAO%2CMdz6CN%3BAkB9JW%2CMAFR%2CiBACI%2CQACK%2COlB4JZ%3BAkB5JW%2CMAFR%2CiBACI%2CQACK%2COlB6JZ%3BAkB7JW%2CMAFR%2CiBACI%2CQACK%2COlB8JZ%3BAmB3KD%2CqBACI%2CenBwKH%3BAmBzKD%2CqBACI%2CenByKH%3BAmB1KD%2CqBACI%2CenB0KH%3BAElML%2CyBAiEI%2CQAAO%2CKF%2BHN%3BAEhML%2CyBAiEI%2CQAAO%2CKFgIN%3BAEjML%2CyBAiEI%2CQAAO%2CKFiIN%3BAI8jCL%2CMAAM%2CQACF%2CQAAO%2COJjkCN%3BAIgkCL%2CMAAM%2CQACF%2CQAAO%2COJhkCN%3BAI%2BjCL%2CMAAM%2CQACF%2CQAAO%2COJ%5C%2FjCN%3BAMtDG%2CKAAC%2CcAiFG%2CiBAoBM%2CiBNjDb%3BAMpDG%2CKAAC%2CcAiFG%2CiBAoBM%2CiBNhDb%3BAMrDG%2CKAAC%2CcAiFG%2CiBAoBM%2CiBN%5C%2FCb%3BAM4DW%2CKAlHP%2CcA6GG%2CQAKK%2CKAAK%2CIN9DjB%3BAM8DW%2CKAlHP%2CcA6GG%2CQAKK%2CKAAK%2CIN7DjB%3BAM6DW%2CKAlHP%2CcA6GG%2CQAKK%2CKAAK%2CIN5DjB%3BAoBpMD%2CqBACI%2CaAaI%2CcACI%2CmBpBmLX%3BAoBlMD%2CqBACI%2CaAaI%2CcACI%2CmBpBoLX%3BAoBnMD%2CqBACI%2CaAaI%2CcACI%2CmBpBqLX%3BAqBvKD%2CYAwFI%2CmBrB6EH%3BAqBrKD%2CYAwFI%2CmBrB8EH%3BAqBtKD%2CYAwFI%2CmBrB%2BEH%3BAsBvLD%2C%2BBAEI%2C4BAMI%2CatB6KP%3BAsBrLD%2C%2BBAEI%2C4BAMI%2CatB8KP%3BAsBtLD%2C%2BBAEI%2C4BAMI%2CatB%2BKP%3BAuBvJD%2CmBvBqJC%3BAuBrJD%2CmBvBsJC%3BAuBtJD%2CmBvBuJC%3BAwB5LD%2CwBAiEI%2CgCASI%2CexBgHP%3BAwB1LD%2CwBAiEI%2CgCASI%2CexBiHP%3BAwB3LD%2CwBAiEI%2CgCASI%2CexBkHP%3BAwB5LD%2CwBAiEI%2CgCAaI%2CyBAII%2CqBxBwGX%3BAwB1LD%2CwBAiEI%2CgCAaI%2CyBAII%2CqBxByGX%3BAwB3LD%2CwBAiEI%2CgCAaI%2CyBAII%2CqBxB0GX%3BAS1MD%2C0BA6BI%2CaT2KH%3BASxMD%2C0BA6BI%2CaT4KH%3BASzMD%2C0BA6BI%2CaT6KH%3BAyBrKD%2CaAEI%2CiBACI%2CezBgKP%3BAyBnKD%2CaAEI%2CiBACI%2CezBiKP%3BAyBpKD%2CaAEI%2CiBACI%2CezBkKP%3BAyBhJD%2CaAUI%2CazBoIH%3BAyB9ID%2CaAUI%2CazBqIH%3BAyB%5C%2FID%2CaAUI%2CazBsIH%3BAyBhJD%2CaAWI%2CezBmIH%3BAyB9ID%2CaAWI%2CezBoIH%3BAyB%5C%2FID%2CaAWI%2CezBqIH%3BA0B1HD%2CoBAEI%2Ce1BsHH%3BA0BxHD%2CoBAEI%2Ce1BuHH%3BA0BzHD%2CoBAEI%2Ce1BwHH%3BAUnMG%2CSAAC%2CMAAM%2COAqBD%2CUV4KT%3BAUjMG%2CSAAC%2CMAAM%2COAqBD%2CUV6KT%3BAUlMG%2CSAAC%2CMAAM%2COAqBD%2CUV8KT%3BAcgMG%2CeADJ%2CQACK%2COdlMJ%3BAckMG%2CeADJ%2CQACK%2COdjMJ%3BAciMG%2CeADJ%2CQACK%2COdhMJ%3BAgBjHD%2CiCF0hDA%2CQAAO%2CMd36CN%3BAgB%5C%2FGD%2CiCF0hDA%2CQAAO%2CMd16CN%3BAgBhHD%2CiCF0hDA%2CQAAO%2CMdz6CN%3BAiBxID%2CuBHijDA%2CQAAO%2CMd36CN%3BAiBtID%2CuBHijDA%2CQAAO%2CMd16CN%3BAiBvID%2CuBHijDA%2CQAAO%2CMdz6CN%3BAM0HD%2CcQ%2ByCA%2CQAAO%2CMd36CN%3BAM4HD%2CcQ%2ByCA%2CQAAO%2CMd16CN%3BAM2HD%2CcQ%2ByCA%2CQAAO%2CMdz6CN%3BAe1MD%2CwBDyYA%2CQACK%2COdlMJ%3BAexMD%2CwBDyYA%2CQACK%2COdjMJ%3BAezMD%2CwBDyYA%2CQACK%2COdhMJ%3BAezMD%2CuBDwYA%2CQACK%2COdlMJ%3BAevMD%2CuBDwYA%2CQACK%2COdjMJ%3BAexMD%2CuBDwYA%2CQACK%2COdhMJ%3BA2BzML%2CqBbwYI%2CQACK%2COdlMJ%3BA2BvML%2CqBbwYI%2CQACK%2COdjMJ%3BA2BxML%2CqBbwYI%2CQACK%2COdhMJ%3BA4BhML%2CmBd%2BXI%2CQACK%2COdlMJ%3BA4B9LL%2CmBd%2BXI%2CQACK%2COdjMJ%3BA4B%5C%2FLL%2CmBd%2BXI%2CQACK%2COdhMJ%3BA6BzML%2CKAAK%2CKAAK%2COfwYN%2CQACK%2COdlMJ%3BA6BvML%2CKAAK%2CKAAK%2COfwYN%2CQACK%2COdjMJ%3BA6BxML%2CKAAK%2CKAAK%2COfwYN%2CQACK%2COdhMJ%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2C0BAAC%3BAACD%2C0BAAC%3BAACD%2CQAAQ%2CUAAW%3BAcqIvB%2CkBdvIK%3BAcuIL%2CkBdtIK%3BAACD%2CQAAQ%2CUcqIZ%3BAA6vCA%2CmBAgCI%2CQAAO%2CMdp6CN%3BAco4CL%2CmBAgCI%2CQAAO%2CMdn6CN%3BAACD%2CQAAQ%2CUck4CZ%2CoBAgCI%2CQAAO%3BAIvkDK%2CMAFR%2CiBACI%2CQACK%2COlBmKZ%3BAkBnKW%2CMAFR%2CiBACI%2CQACK%2COlBoKZ%3BAACD%2CQAAQ%2CUkBrKI%2COAFR%2CiBACI%2CQACK%3BACbb%2CqBACI%2CenB%2BKH%3BAmBhLD%2CqBACI%2CenBgLH%3BAACD%2CQAAQ%2CUmBlLR%2CsBACI%3BAjBxBR%2CyBAiEI%2CQAAO%2CKFsIN%3BAEvML%2CyBAiEI%2CQAAO%2CKFuIN%3BAACD%2CQAAQ%2CUEzMZ%2C0BAiEI%2CQAAO%3BAE%2BrCX%2CMAAM%2CQACF%2CQAAO%2COJ1jCN%3BAIyjCL%2CMAAM%2CQACF%2CQAAO%2COJzjCN%3BAACD%2CQAAQ%2CUIujCZ%2COAAM%2CQACF%2CQAAO%3BAErnCH%2CKAAC%2CcAiFG%2CiBAoBM%2CiBN1Cb%3BAM3DG%2CKAAC%2CcAiFG%2CiBAoBM%2CiBNzCb%3BAACD%2CQAAQ%2CUM7DJ%2CMAAC%2CcAiFG%2CiBAoBM%3BAAaF%2CKAlHP%2CcA6GG%2CQAKK%2CKAAK%2CINvDjB%3BAMuDW%2CKAlHP%2CcA6GG%2CQAKK%2CKAAK%2CINtDjB%3BAACD%2CQAAQ%2CUMqDI%2CMAlHP%2CcA6GG%2CQAKK%2CKAAK%3BAchQlB%2CqBACI%2CaAaI%2CcACI%2CmBpB0LX%3BAoBzMD%2CqBACI%2CaAaI%2CcACI%2CmBpB2LX%3BAACD%2CQAAQ%2CUoB3MR%2CsBACI%2CaAaI%2CcACI%3BACcZ%2CYAwFI%2CmBrBoFH%3BAqB5KD%2CYAwFI%2CmBrBqFH%3BAACD%2CQAAQ%2CUqB9KR%2CaAwFI%3BACxGJ%2C%2BBAEI%2C4BAMI%2CatBoLP%3BAsB5LD%2C%2BBAEI%2C4BAMI%2CatBqLP%3BAACD%2CQAAQ%2CUsB9LR%2CgCAEI%2C4BAMI%3BACwBR%2CmBvB4JC%3BAuB5JD%2CmBvB6JC%3BAACD%2CQAAQ%2CUuB9JR%3BACrCA%2CwBAiEI%2CgCASI%2CexBuHP%3BAwBjMD%2CwBAiEI%2CgCASI%2CexBwHP%3BAACD%2CQAAQ%2CUwBnMR%2CyBAiEI%2CgCASI%3BAA1ER%2CwBAiEI%2CgCAaI%2CyBAII%2CqBxB%2BGX%3BAwBjMD%2CwBAiEI%2CgCAaI%2CyBAII%2CqBxBgHX%3BAACD%2CQAAQ%2CUwBnMR%2CyBAiEI%2CgCAaI%2CyBAII%3BAfhGZ%2C0BA6BI%2CaTkLH%3BAS%5C%2FMD%2C0BA6BI%2CaTmLH%3BAACD%2CQAAQ%2CUSjNR%2C2BA6BI%3BAgBQJ%2CaAEI%2CiBACI%2CezBuKP%3BAyB1KD%2CaAEI%2CiBACI%2CezBwKP%3BAACD%2CQAAQ%2CUyB5KR%2CcAEI%2CiBACI%3BAAkBR%2CaAUI%2CazB2IH%3BAyBrJD%2CaAUI%2CazB4IH%3BAACD%2CQAAQ%2CUyBvJR%2CcAUI%3BAAVJ%2CaAWI%2CezB0IH%3BAyBrJD%2CaAWI%2CezB2IH%3BAACD%2CQAAQ%2CUyBvJR%2CcAWI%3BACWJ%2CoBAEI%2Ce1B6HH%3BA0B%5C%2FHD%2CoBAEI%2Ce1B8HH%3BAACD%2CQAAQ%2CU0BjIR%2CqBAEI%3BAhB3EA%2CSAAC%2CMAAM%2COAqBD%2CUVmLT%3BAUxMG%2CSAAC%2CMAAM%2COAqBD%2CUVoLT%3BAACD%2CQAAQ%2CUU1MJ%2CUAAC%2CMAAM%2COAqBD%3BAI8WN%2CeADJ%2CQACK%2COd3LJ%3BAc2LG%2CeADJ%2CQACK%2COd1LJ%3BAACD%2CQAAQ%2CUcyLJ%2CgBADJ%2CQACK%3BAEjTL%2CiCF0hDA%2CQAAO%2CMdp6CN%3BAgBtHD%2CiCF0hDA%2CQAAO%2CMdn6CN%3BAACD%2CQAAQ%2CUgBxHR%2CkCF0hDA%2CQAAO%3BAGjjDP%2CuBHijDA%2CQAAO%2CMdp6CN%3BAiB7ID%2CuBHijDA%2CQAAO%2CMdn6CN%3BAACD%2CQAAQ%2CUiB%5C%2FIR%2CwBHijDA%2CQAAO%3BAR%5C%2FyCP%2CcQ%2ByCA%2CQAAO%2CMdp6CN%3BAMqHD%2CcQ%2ByCA%2CQAAO%2CMdn6CN%3BAACD%2CQAAQ%2CUMmHR%2CeQ%2ByCA%2CQAAO%3BACnnDP%2CwBDyYA%2CQACK%2COd3LJ%3BAe%5C%2FMD%2CwBDyYA%2CQACK%2COd1LJ%3BAACD%2CQAAQ%2CUejNR%2CyBDyYA%2CQACK%3BACzYL%2CuBDwYA%2CQACK%2COd3LJ%3BAe9MD%2CuBDwYA%2CQACK%2COd1LJ%3BAACD%2CQAAQ%2CUehNR%2CwBDwYA%2CQACK%3BAazYT%2CqBbwYI%2CQACK%2COd3LJ%3BA2B9ML%2CqBbwYI%2CQACK%2COd1LJ%3BAACD%2CQAAQ%2CU2BhNZ%2CsBbwYI%2CQACK%3BAchYT%2CmBd%2BXI%2CQACK%2COd3LJ%3BA4BrML%2CmBd%2BXI%2CQACK%2COd1LJ%3BAACD%2CQAAQ%2CU4BvMZ%2CoBd%2BXI%2CQACK%3BAezYT%2CKAAK%2CKAAK%2COfwYN%2CQACK%2COd3LJ%3BA6B9ML%2CKAAK%2CKAAK%2COfwYN%2CQACK%2COd1LJ%3BAACD%2CQAAQ%2CU6BhNZ%2CMAAK%2CKAAK%2COfwYN%2CQACK%3BElB1GL%2CcAAA%3BEAAA%2CYAAA%3BEI5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAcgIR%2CkBArRK%3BAAqRL%2CkBApRK%2CIAAI%3BAAihDT%2CmBAgCI%2CQAAO%2CMAljDN%3BAAkhDL%2CmBAgCI%2CQAAO%2CMAjjDN%2CIAAI%3BAItBO%2CMAFR%2CiBACI%2CQACK%2COJqBZ%3BAIrBW%2CMAFR%2CiBACI%2CQACK%2COJsBZ%2CIAAI%3BAKnCL%2CqBACI%2CeLiCH%3BAKlCD%2CqBACI%2CeLkCH%2CIAAI%3BAZ1DT%2CyBAiEI%2CQAAO%2CKYRN%3BAZzDL%2CyBAiEI%2CQAAO%2CKYPN%2CIAAI%3BAVssCT%2CMAAM%2CQACF%2CQAAO%2COUxsCN%3BAVusCL%2CMAAM%2CQACF%2CQAAO%2COUvsCN%2CIAAI%3BARkFD%2CKAAC%2CcAiFG%2CiBAoBM%2CiBQxLb%3BARmFG%2CKAAC%2CcAiFG%2CiBAoBM%2CiBQvLb%2CIAAI%3BARoMO%2CKAlHP%2CcA6GG%2CQAKK%2CKAAK%2CIQrMjB%3BARqMW%2CKAlHP%2CcA6GG%2CQAKK%2CKAAK%2CIQpMjB%2CIAAI%3BAM5DL%2CqBACI%2CaAaI%2CcACI%2CmBN4CX%3BAM3DD%2CqBACI%2CaAaI%2CcACI%2CmBN6CX%2CIAAI%3BAO%5C%2FBL%2CYAwFI%2CmBP1DH%3BAO9BD%2CYAwFI%2CmBPzDH%2CIAAI%3BAQ%5C%2FCL%2C%2BBAEI%2C4BAMI%2CaRsCP%3BAQ9CD%2C%2BBAEI%2C4BAMI%2CaRuCP%2CIAAI%3BASfL%2CmBTcC%3BASdD%2CmBTeC%2CIAAI%3BAUpDL%2CwBAiEI%2CgCASI%2CeVvBP%3BAUnDD%2CwBAiEI%2CgCASI%2CeVtBP%2CIAAI%3BAUpDL%2CwBAiEI%2CgCAaI%2CyBAII%2CqBV%5C%2FBX%3BAUnDD%2CwBAiEI%2CgCAaI%2CyBAII%2CqBV9BX%2CIAAI%3BALlEL%2C0BA6BI%2CaKoCH%3BALjED%2C0BA6BI%2CaKqCH%2CIAAI%3BAW7BL%2CaAEI%2CiBACI%2CeXyBP%3BAW5BD%2CaAEI%2CiBACI%2CeX0BP%2CIAAI%3BAWRL%2CaAUI%2CaXHH%3BAWPD%2CaAUI%2CaXFH%2CIAAI%3BAWRL%2CaAWI%2CeXJH%3BAWPD%2CaAWI%2CeXHH%2CIAAI%3BAYcL%2CoBAEI%2CeZjBH%3BAYeD%2CoBAEI%2CeZhBH%2CIAAI%3BAJ3DD%2CSAAC%2CMAAM%2COAqBD%2CUIqCT%3BAJ1DG%2CSAAC%2CMAAM%2COAqBD%2CUIsCT%2CIAAI%3BAAwUD%2CeADJ%2CQACK%2COAzUJ%3BAAyUG%2CeADJ%2CQACK%2COAxUJ%2CIAAI%3BAEuBL%2CiCF0hDA%2CQAAO%2CMAljDN%3BAEwBD%2CiCF0hDA%2CQAAO%2CMAjjDN%2CIAAI%3BAGAL%2CuBHijDA%2CQAAO%2CMAljDN%3BAGCD%2CuBHijDA%2CQAAO%2CMAjjDN%2CIAAI%3BARkQL%2CcQ%2ByCA%2CQAAO%2CMAljDN%3BARmQD%2CcQ%2ByCA%2CQAAO%2CMAjjDN%2CIAAI%3BAClEL%2CwBDyYA%2CQACK%2COAzUJ%3BACjED%2CwBDyYA%2CQACK%2COAxUJ%2CIAAI%3BACjEL%2CuBDwYA%2CQACK%2COAzUJ%3BAChED%2CuBDwYA%2CQACK%2COAxUJ%2CIAAI%3BAajET%2CqBbwYI%2CQACK%2COAzUJ%3BAahEL%2CqBbwYI%2CQACK%2COAxUJ%2CIAAI%3BAcxDT%2CmBd%2BXI%2CQACK%2COAzUJ%3BAcvDL%2CmBd%2BXI%2CQACK%2COAxUJ%2CIAAI%3BAejET%2CKAAK%2CKAAK%2COfwYN%2CQACK%2COAzUJ%3BAehEL%2CKAAK%2CKAAK%2COfwYN%2CQACK%2COAxUJ%2CIAAI%3BEACD%2CgBAAA%3B%3BAgBWY%2CeALZ%2CeAGI%2CiBACI%2CQACK%3BAdoBT%2CkBADJ%2CQACK%3BAdlGb%2CeAEI%2CQAAO%2CQAAQ%3BAAMnB%2CyBAsEI%2CsBAuCI%2CYAEI%2CQAAO%3BAE6SnB%2CWASI%2CQAAO%3BAEjZP%2CaAiFI%2CwBAKI%2CQAAO%2CQAAQ%3BAyBvCH%2CeArBhB%2CeACM%2CWAiBI%2CWAEE%2CQACK%3BAVwET%2CiBAFR%2CiBACI%2CQACK%3BAE7Fb%2CqBAcI%2CQAAO%3BAAdX%2CqBAeI%2CQAAO%3BAClCS%2CwBAJhB%2CwBACM%2CmBACI%2CWACE%2CQACK%3BAQqGzB%2CkBAII%2CiBAAiB%2CQAAO%3BAC3IxB%2CcA0EI%2CQAAO%3BEnBCX%2CcAAA%3BEACA%2CeAAA%3B%3BARuEI%2CKAAC%2CcAkJG%2CcQjNR%3BAC4BA%2CgCAkCI%2CSACI%2CcD%5C%2FDR%3BAmBpFA%2CcA8EI%2CcnBMJ%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3B%3BAR4DA%2CKAAC%2CcAkJG%2CcQjNR%2CGAIK%3BACwBL%2CgCAkCI%2CSACI%2CcD%5C%2FDR%2CGAIK%3BAmBxFL%2CcA8EI%2CcnBMJ%2CGAIK%3BEACG%2CSAAS%2CIAAT%3B%3BAR0DJ%2CKAAC%2CcAkJG%2CcQzMR%3BACoBA%2CgCAkCI%2CSACI%2CcDvDR%3BAmB5FA%2CcA8EI%2CcnBcJ%3BEACI%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAoB%5C%2FFR%2CgBACM%2CWAGE%3BAAJR%2CgBAEM%2CaAEE%3BAhCLR%2CeAEI%2CQAAO%2CQAAQ%3BAAMnB%2CyBAsEI%2CsBAuCI%2CYAEI%2CQAAO%3BAE6SnB%2CWASI%2CQAAO%3BEJ9MP%2CWAAA%3B%3BAGkLJ%2CcA8CI%3BAG3SI%2CKAAC%2CcAkKG%3BAyBnFR%2CeAcI%3BAhBhIJ%2CgCAII%3BED8CJ%2CYAAA%3BEACA%2CoBAAA%3B%3BAX6OJ%2CcA8CI%2CuBW1RA%3BARjBI%2CKAAC%2CcAkKG%2CuBQjJR%3BAiB8DA%2CeAcI%2CuBjB5EJ%3BACpDA%2CgCAII%2CuBDgDJ%3BEACI%2CgBAAA%3B%3BAVtBR%2CQAAQ%2CMAIJ%2CSAAQ%2CMAAO%2COAAM%3BEUiCrB%2CcAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAkBnLJ%2CgBACI%2COAMI%3BElBmNJ%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CuBAAA%3B%3BAC5MA%3BALsFI%2CSAAC%3BEyBhEL%2CqBAAA%3BEACA%2CkBAAA%3B%3BAvCFA%2CoBAAC%3BAACD%2CoBAAC%3BAmBtBD%2CqBnBqBC%3BAmBrBD%2CqBnBsBC%3BAcgEG%2CSAAC%2CSdjEJ%3BAciEG%2CSAAC%2CSdhEJ%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CoBAAC%3BAmB3BD%2CqBnB2BC%3BAc2DG%2CSAAC%2CSd3DJ%3BEACG%2CWAAA%3B%3BAkBuLR%2CoBqB1LI%3BApBzBA%2CqBoByBA%3BAzB6DI%2CSAAC%2CSyB7DL%3BEAEI%2CeAAA%3BEvC8OJ%2CqBAAA%3BEwChOA%2CqBAAA%3B%3BAAMA%2CoBDtBA%2CeCsBC%3BArB%5C%2FCD%2CqBoByBA%2CeCsBC%3BA1BuCG%2CSAAC%2CSyB7DL%2CeCsBC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCxQQ%2CODwQR%3BEAAA%2CayCtOe%2CazCsOf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CoBDnCJ%2CeCkCC%2CMACI%3BArB5DL%2CqBoByBA%2CeCkCC%2CMACI%3BA1B0BD%2CSAAC%2CSyB7DL%2CeCkCC%2CMACI%3BExC6ML%2CcAAA%3B%3BAwCvMI%2CoBDzCJ%2CeCwCC%2COACI%3BArBlEL%2CqBoByBA%2CeCwCC%2COACI%3BA1BoBD%2CSAAC%2CSyB7DL%2CeCwCC%2COACI%3BExCuML%2CcAAA%3B%3BAuCqEA%2CoBArTA%2CeAqTC%3BApB9UD%2CqBoByBA%2CeAqTC%3BAzBxPG%2CSAAC%2CSyB7DL%2CeAqTC%3BEvCrED%2CqBAAA%3BEwChOA%2CqBAAA%3B%3BAAMA%2CoBDtBA%2CeAqTC%2COC%5C%2FRA%3BArB%5C%2FCD%2CqBoByBA%2CeAqTC%2COC%5C%2FRA%3BA1BuCG%2CSAAC%2CSyB7DL%2CeAqTC%2COC%5C%2FRA%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCzQM%2CODyQN%3BEAAA%2CayCtOe%2CazCsOf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CoBDnCJ%2CeAqTC%2COCnRA%2CMACI%3BArB5DL%2CqBoByBA%2CeAqTC%2COCnRA%2CMACI%3BA1B0BD%2CSAAC%2CSyB7DL%2CeAqTC%2COCnRA%2CMACI%3BExC6ML%2CcAAA%3B%3BAwCvMI%2CoBDzCJ%2CeAqTC%2COC7QA%2COACI%3BArBlEL%2CqBoByBA%2CeAqTC%2COC7QA%2COACI%3BA1BoBD%2CSAAC%2CSyB7DL%2CeAqTC%2COC7QA%2COACI%3BExCuML%2CcAAA%3B%3BAkBtDJ%2CoBqBHI%3BApBhNA%2CqBoBgNA%3BAzB1HI%2CSAAC%2CSyB0HL%3BEvCyDA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CYAAA%3BEuChDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEvC8CJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BAkBtDJ%2CoBqBHI%2CYAsBI%3BApBtOJ%2CqBoBgNA%2CYAsBI%3BAzBhJA%2CSAAC%2CSyB0HL%2CYAsBI%3BEvCmCJ%2CSAAA%3BEAAA%2CyBAAA%3B%3BAuC3BQ%2CoBA9BR%2CYAsBI%2CGAQK%3BApB9OT%2CqBoBgNA%2CYAsBI%2CGAQK%3BAzBxJL%2CSAAC%2CSyB0HL%2CYAsBI%2CGAQK%3BEvC2BT%2CmBAAA%3BEuCzBY%2CeAAA%3B%3BAAuTZ%2CoBAvVA%2CYAuVC%3BAACD%2CoBAxVA%2CYAwVC%3BApBxiBD%2CqBoBgNA%2CYAuVC%3BApBviBD%2CqBoBgNA%2CYAwVC%3BAzBldG%2CSAAC%2CSyB0HL%2CYAuVC%3BAzBjdG%2CSAAC%2CSyB0HL%2CYAwVC%3BEACG%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CoBAjWA%2CYAiWC%3BApBjjBD%2CqBoBgNA%2CYAiWC%3BAzB3dG%2CSAAC%2CSyB0HL%2CYAiWC%3BEACG%2CiBAAA%3BEvCzSJ%2CsDAAA%3BEuC2SI%2CWAAA%3B%3BAAGJ%2CoBAvWA%2CYAuWC%3BApBvjBD%2CqBoBgNA%2CYAuWC%3BAzBjeG%2CSAAC%2CSyB0HL%2CYAuWC%3BEACG%2CiBAAA%3BEvC%5C%2FSJ%2CsDAAA%3BEuCiTI%2CWAAA%3B%3BAAzDJ%2CoBAjTA%2CYAiTC%3BApBjgBD%2CqBoBgNA%2CYAiTC%3BAzB3aG%2CSAAC%2CSyB0HL%2CYAiTC%3BEvCxPD%2CUAAA%3BEAAA%2CUAAA%3B%3BAuC6PA%2CoBAtTA%2CYAsTC%3BApBtgBD%2CqBoBgNA%2CYAsTC%3BAzBhbG%2CSAAC%2CSyB0HL%2CYAsTC%3BEvC7PD%2CSAAA%3BEAAA%2CUAAA%3B%3BAuCZA%2CoBAAC%3BApB7PD%2CqBoB6PC%3BAzBvKG%2CSAAC%2CSyBuKJ%3BEACG%2CiBAAA%3B%3BAADJ%2CoBAAC%2COAGG%3BApBhQJ%2CqBoB6PC%2COAGG%3BAzB1KA%2CSAAC%2CSyBuKJ%2COAGG%3BEACI%2CcAAA%3B%3BApBjQR%2CqBD0NA%2CGAAE%3BAJpIE%2CSAAC%2CSIoIL%2CGAAE%3BEACE%2CcAAA%3B%3BAwBnPJ%2COACI%2CgBAuBI%2CKACI%3BApChBhB%2CyBAcI%2CYAAW%3BAE8Yf%2CWAII%2CYAAW%3BA4BtJf%2CQACI%2CMAAK%2CmBACD%2CKACI%3BAjBvPR%2CyBACI%2COAAM%2CIAAK%3BAAkFf%2CgCA4BI%2CKACI%3BAwBzIZ%2CMAAM%2CQASF%2CKAAI%2CIAIA%2CSAAQ%2CIAIJ%3BA7B8PA%2C0BADJ%2CYACK%3BAuBnRT%2CcAQI%2CeAQI%2CKACI%2CKAEI%3BAOAhB%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAc%5C%2FB%2CYAEI%3BAAyDA%2CcAFM%2CSACV%2CSACK%2CKA6BG%2CYACI%2CMAAK%3BAC5GD%2CQAfhB%2CgBACI%2CUAEI%2CQAEI%2COAUK%2CIACG%3BE3B2OxB%2CWAAA%3BEACA%2CkBAAA%3B%3BAkBdJ%3BAUsHA%2CgBACI%3BA9BrWA%3BAACA%3BEEmQA%2CmBAAA%3B%3BAV6WQ%2CQAvER%2CeAsEI%2CQACK%3BAAyQL%2CiBA1BJ%2CMA0BK%2COAIG%2CQAAO%3BAAiEnB%2CcAOI%2CQAAO%3BAuCv5BP%2COAAC%2CQA2BG%2CQAAO%3BE%5C%2FCsNX%2CqBAAA%3BEwC9QA%2CqBAAA%3B%3BAtB%2BPJ%2C6BsBGM%3BAhC6VM%2CQAvER%2CeAsEI%2CQACK%2COgC7VP%3BAhCsmBE%2CiBA1BJ%2CMA0BK%2COAIG%2CQAAO%2COgC1mBb%3BAhC2qBN%2CcAOI%2CQAAO%2COgClrBL%3BAOrOF%2COAAC%2CQA2BG%2CQAAO%2COP0MT%3BExChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAwCHA%2C6BAAC%3BAhCylBO%2CQAvER%2CeAsEI%2CQACK%2COgCzlBR%3BAhCk2BG%2CiBA1BJ%2CMA0BK%2COAIG%2CQAAO%2COgCt2Bd%3BAhCu6BL%2CcAOI%2CQAAO%2COgC96BN%3BAOuBD%2COAAC%2CQA2BG%2CQAAO%2COPlDV%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CWAAA%3BEAAA%2CSC5PU%2COD4PV%3BEAAA%2CayCtOe%2CazCsOf%3BEAAA%2CsBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2C6BADH%2CMACI%3BAhC4kBG%2CQAvER%2CeAsEI%2CQACK%2COgC7kBR%2CMACI%3BAhCq1BD%2CiBA1BJ%2CMA0BK%2COAIG%2CQAAO%2COgC11Bd%2CMACI%3BAhC05BT%2CcAOI%2CQAAO%2COgCl6BN%2CMACI%3BAOUL%2COAAC%2CQA2BG%2CQAAO%2COPtCV%2CMACI%3BExC2PL%2CcAAA%3B%3BAwCrPI%2C6BADH%2COACI%3BAhCskBG%2CQAvER%2CeAsEI%2CQACK%2COgCvkBR%2COACI%3BAhC%2B0BD%2CiBA1BJ%2CMA0BK%2COAIG%2CQAAO%2COgCp1Bd%2COACI%3BAhCo5BT%2CcAOI%2CQAAO%2COgC55BN%2COACI%3BAOIL%2COAAC%2CQA2BG%2CQAAO%2COPhCV%2COACI%3BExCqPL%2CWAAA%3B%3BAOtJI%2CQAPH%2CKAOI%3BACtET%2CQAAQ%2CKAAM%3BEU8NV%2CgBAAA%3B%3BAXxJI%2CQAPH%2CKAOI%2CKWyJH%3BAV%5C%2FNN%2CQAAQ%2CKAAM%2CEU%2BNR%3BElBHF%2CcAAA%3BEAAA%2CqBAAA%3B%3BADjJA%2CiBmBoJE%2CInBpJD%3BAQLG%2CQAPH%2CKAOI%2CKWyJH%2CInBpJD%3BAS3EL%2CQAAQ%2CKAAM%2CEU%2BNR%2CInBpJD%3BECiJD%2CcAAA%3BEAAA%2C0BAAA%3B%3BAD5IA%2CiBmB%2BIE%2CInB%5C%2FID%3BAQVG%2CQAPH%2CKAOI%2CKWyJH%2CInB%5C%2FID%3BAShFL%2CQAAQ%2CKAAM%2CEU%2BNR%2CInB%5C%2FID%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CiBmB0IE%2CInB1ID%3BAQfG%2CQAPH%2CKAOI%2CKWyJH%2CInB1ID%3BASrFL%2CQAAQ%2CKAAM%2CEU%2BNR%2CInB1ID%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADjJA%2CcAAC%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CcAAC%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CcAAC%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAmB%5C%2FQA%2CKAAK%2CaAAa%2CMACd%3BAyBlBJ%2CKAAK%2CSAAS%2CMACV%3BE1B8TJ%2CcAAA%3B%3BAA2EI%2CeADJ%2CQACK%3BAC1YL%2CwBDyYA%2CQACK%3BACzYL%2CuBDwYA%2CQACK%3BAazYT%2CqBbwYI%2CQACK%3BAchYT%2CmBd%2BXI%2CQACK%3BAezYT%2CKAAK%2CKAAK%2COfwYN%2CQACK%3BEAlDL%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAC5VA%2CwBD8WA%2CUACI%2COACK%3BAC%5C%2FWT%2CuBD6WA%2CUACI%2COACK%3BAa%5C%2FWb%2CqBb6WI%2CUACI%2COACK%3BActWb%2CmBdoWI%2CUACI%2COACK%3BAe%5C%2FWb%2CKAAK%2CKAAK%2COf6WN%2CUACI%2COACK%3BEACG%2CUAAA%3B%3BACjXZ%2CwBD8WA%2CUAMI%2CiBAEM%3BACrXV%2CuBD6WA%2CUAMI%2CiBAEM%3BAarXd%2CqBb6WI%2CUAMI%2CiBAEM%3BAc5Wd%2CmBdoWI%2CUAMI%2CiBAEM%3BAerXd%2CKAAK%2CKAAK%2COf6WN%2CUAMI%2CiBAEM%3BEAME%2CWAAA%3B%3BAC5XZ%2CwBD8WA%2CUAMI%2CiBAEM%2CaACE%2CQACK%3BACvXjB%2CuBD6WA%2CUAMI%2CiBAEM%2CaACE%2CQACK%3BAavXrB%2CqBb6WI%2CUAMI%2CiBAEM%2CaACE%2CQACK%3BAc9WrB%2CmBdoWI%2CUAMI%2CiBAEM%2CaACE%2CQACK%3BAevXrB%2CKAAK%2CKAAK%2COf6WN%2CUAMI%2CiBAEM%2CaACE%2CQACK%3BEACG%2CkBAAA%3B%3BACzXpB%2CwBD8WA%2CUAiBI%2CQACI%3BAC%5C%2FXR%2CuBD6WA%2CUAiBI%2CQACI%3BAa%5C%2FXZ%2CqBb6WI%2CUAiBI%2CQACI%3BActXZ%2CmBdoWI%2CUAiBI%2CQACI%3BAe%5C%2FXZ%2CKAAK%2CKAAK%2COf6WN%2CUAiBI%2CQACI%3BEACI%2CSAAA%3B%3BACjYZ%2CwBDqYA%3BACpYA%2CuBDoYA%3BAapYJ%2CqBboYI%3BAc3XJ%2CmBd2XI%3BAepYJ%2CKAAK%2CKAAK%2COfoYN%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BACvYJ%2CwBD8YA%2CSACK%3BAC9YL%2CuBD6YA%2CSACK%3BAa9YT%2CqBb6YI%2CSACK%3BAcrYT%2CmBdoYI%2CSACK%3BAe9YT%2CKAAK%2CKAAK%2COf6YN%2CSACK%3BEACG%2CkBAAA%3B%3BAWrNI%2CoBAFR%2CaACI%2CoBACK%2CIAAI%3BE7B5KjB%2CSAAA%3BEACA%2CkBAAA%3B%3BAgDhBA%2CYACI%2CeAEI%2COACI%3BA1CIhB%2CyBAsEI%2CsBA4DI%3BAAlIR%2CyBAsEI%2CsBA6DI%2CSAAQ%3BAAnIhB%2CyBAsEI%2CsBA8DI%3BAC2DQ%2CQApEX%2CKAkEI%2CQACG%2CmBACK%2COAKG%3BACpIpB%2CcACI%3BAAwwBJ%2CiBAGI%2CMAAK%2CMAAM%2COAEP%3BAALR%2CiBAII%2CMAAK%2CMAAM%2CQACP%3BAAkbR%2CMAAM%2CQAQF%2COAAM%2COAIF%3BAEplCQ%2CKA5CP%2CcAgCG%2CKAYK%2CIAEG%3BAyBpBR%2CiBAhBJ%2CQAgBK%2CSAEG%3BAAFJ%2CiBAhBJ%2CQAgBK%2CSA6BG%3BAxBxLZ%2CqBAEI%3BAADJ%2CyBACI%3BAiBPJ%2CwBA8FI%2CsBACM%3BAA%5C%2FFV%2CwBA2GI%2CUACI%3BAqBzGR%2CwBAsFI%2COACI%3BAb0HZ%2CMAAM%2COACF%2COAAM%2CWACF%3BAcnOR%2CcACI%3BACWJ%2C0BAWI%2CyBAGI%2CUACI%2CQAAO%3BAC3Bf%2CsBA6DI%2CUAAS%2CSACJ%3BACjDT%2CYACI%2CuBAEI%2COAEI%3BAtBlBhB%2CqBAEI%2CQACI%3BAgB6JA%2COA7DH%2CQA6DI%2CQA%2BBG%3BAjCtIQ%2CiBAHU%2CUAhDrB%2CMAAM%2COAkDG%2CUACG%2CMACG%3BAADJ%2CcAFO%2CUAjDlB%2CMAAM%2COAkDG%2CUACG%2CMACG%3BAA8DpB%2CuBACI%2CoBACI%3BAAoFR%2C2BAII%2CsBAGI%2CUACM%3BAuBtNd%2CcAQI%2CeAQI%2CKAOI%3BAAvBZ%2CcAsFI%2COAGI%2CkBACI%2CcACI%2CUACM%3BAiBxF1B%2CMAAM%2CWAkCF%3BARgGA%2COAAC%2CKAEG%3BAA2NR%2CgBACI%2CiBAGI%3BA%5C%2FBlFR%2CcAYI%2CcACI%3BAwCNA%2COADG%2CKACF%2CIAAI%3BAA8CT%2CYAEI%2CUAkDI%3BAAnDR%2CYACI%2CUAkDI%3BAXlSA%2CcAFM%2CSACV%2CSACK%2CKAWG%2CaACI%3BE5CrFhB%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAwDdI%2CsBAAC%2CcAGG%2CsBAQI%3BExDOZ%2CUAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAQA%2CiBAAC%3BAACD%2CiBAAC%3BAkBgUL%2CeACI%2CUAMI%2CiBlBxUH%3BAkBiUL%2CeACI%2CUAMI%2CiBlBvUH%3BAMrCL%2CyBAkBI%2CyBAiBI%2COAAM%2COAIF%2CONHP%3BAMpCL%2CyBAkBI%2CyBAiBI%2COAAM%2COAIF%2CONFP%3BAMrCL%2CyBAkBI%2CyBAiBI%2COAAM%2COAeF%2CONdP%3BAMpCL%2CyBAkBI%2CyBAiBI%2COAAM%2COAeF%2CONbP%3BAyDjCL%2CQzDgCK%3BAyDhCL%2CQzDiCK%3BAQ4fL%2CQAwFI%2CsBRrlBC%3BAQ6fL%2CQAwFI%2CsBRplBC%3BAUuGG%2CKAAC%2CcAiFG%2CiBVzLP%3BAUwGG%2CKAAC%2CcAiFG%2CiBVxLP%3BAUuGG%2CKAAC%2CcAkJG%2CcV1PP%3BAUwGG%2CKAAC%2CcAkJG%2CcVzPP%3BAmCsLD%2CeAEI%2CcAQM%2CWnCjMT%3BAmCuLD%2CeAEI%2CcAQM%2CWnChMT%3BAWnBD%2CmBXkBC%3BAWlBD%2CmBXmBC%3BA0DxCD%2CsB1DuCC%3BA0DvCD%2CsB1DwCC%3BAyB0DO%2CYADJ%2COACK%2CUzB3DR%3BAyB2DO%2CYADJ%2COACK%2CUzB1DR%3BAmDhCL%2C0BACI%2CkBnD8BC%3BAmD%5C%2FBL%2C0BACI%2CkBnD%2BBC%3BA6B2ED%2CgBA6BI%2CS7BzGH%3BA6B4ED%2CgBA6BI%2CS7BxGH%3BA6BmHD%2CoBACI%2CoB7BrHH%3BA6BoHD%2CoBACI%2CoB7BpHH%3BA6BmHD%2CoBAEI%2CkC7BtHH%3BA6BoHD%2CoBAEI%2CkC7BrHH%3BAmBoED%2CgCAkCI%2CSACI%2CcnBxGP%3BAmBqED%2CgCAkCI%2CSACI%2CcnBvGP%3BA8BtBD%2CmB9BqBC%3BA8BrBD%2CmB9BsBC%3BA8B6ED%2CYAAa%2CMAAK%2CMAEd%2CeAKI%2CS9BrFP%3BA8B8ED%2CYAAa%2CMAAK%2CMAEd%2CeAKI%2CS9BpFP%3BA8B8ED%2CkBACI%2CeAKI%2CS9BrFP%3BA8B%2BED%2CkBACI%2CeAKI%2CS9BpFP%3BA2DlCL%2CUASI%2CgB3DwBC%3BA2DjCL%2CUASI%2CgB3DyBC%3BAqC5CD%2CcA8EI%2CcrCnCH%3BAqC3CD%2CcA8EI%2CcrClCH%3BAqC5CD%2CcAsFI%2COrC3CH%3BAqC3CD%2CcAsFI%2COrC1CH%3BAqC5CD%2CcA4HI%2CerCjFH%3BAqC3CD%2CcA4HI%2CerChFH%3BA8CuTL%2CgBACI%2CiB9CzTC%3BA8CwTL%2CgBACI%2CiB9CxTC%3BAgCnCL%2CmBAUI%2CiBhCwBC%3BAgClCL%2CmBAUI%2CiBhCyBC%3BAuDgNG%2COAAC%2CQvDjNJ%3BAuDiNG%2COAAC%2CQvDhNJ%3BAmB7CD%2CwBD8WA%2CUAMI%2CiBlBxUH%3BAmB5CD%2CwBD8WA%2CUAMI%2CiBlBvUH%3BAmB5CD%2CuBD6WA%2CUAMI%2CiBlBxUH%3BAmB3CD%2CuBD6WA%2CUAMI%2CiBlBvUH%3BA%2BB5CL%2CqBb6WI%2CUAMI%2CiBlBxUH%3BA%2BB3CL%2CqBb6WI%2CUAMI%2CiBlBvUH%3BAgCnCL%2CmBdoWI%2CUAMI%2CiBlBxUH%3BAgClCL%2CmBdoWI%2CUAMI%2CiBlBvUH%3BAiC5CL%2CKAAK%2CKAAK%2COf6WN%2CUAMI%2CiBlBxUH%3BAiC3CL%2CKAAK%2CKAAK%2COf6WN%2CUAMI%2CiBlBvUH%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CiBAAC%3BAkB2TL%2CeACI%2CUAMI%2CiBlBlUH%3BAM1CL%2CyBAkBI%2CyBAiBI%2COAAM%2COAIF%2CONGP%3BAM1CL%2CyBAkBI%2CyBAiBI%2COAAM%2COAeF%2CONRP%3BAyDtCL%2CQzDsCK%3BAQufL%2CQAwFI%2CsBR%5C%2FkBC%3BAUkGG%2CKAAC%2CcAiFG%2CiBVnLP%3BAUkGG%2CKAAC%2CcAkJG%2CcVpPP%3BAmCiLD%2CeAEI%2CcAQM%2CWnC3LT%3BAWxBD%2CmBXwBC%3BA0D7CD%2CsB1D6CC%3BAyBqDO%2CYADJ%2COACK%2CUzBrDR%3BAmDrCL%2C0BACI%2CkBnDoCC%3BA6BsED%2CgBA6BI%2CS7BnGH%3BA6B8GD%2CoBACI%2CoB7B%5C%2FGH%3BA6B8GD%2CoBAEI%2CkC7BhHH%3BAmB%2BDD%2CgCAkCI%2CSACI%2CcnBlGP%3BA8B3BD%2CmB9B2BC%3BA8BwED%2CYAAa%2CMAAK%2CMAEd%2CeAKI%2CS9B%5C%2FEP%3BA8ByED%2CkBACI%2CeAKI%2CS9B%5C%2FEP%3BA2DvCL%2CUASI%2CgB3D8BC%3BAqCjDD%2CcA8EI%2CcrC7BH%3BAqCjDD%2CcAsFI%2COrCrCH%3BAqCjDD%2CcA4HI%2CerC3EH%3BA8CkTL%2CgBACI%2CiB9CnTC%3BAgCxCL%2CmBAUI%2CiBhC8BC%3BAuD2MG%2COAAC%2CQvD3MJ%3BAmBlDD%2CwBD8WA%2CUAMI%2CiBlBlUH%3BAmBjDD%2CuBD6WA%2CUAMI%2CiBlBlUH%3BA%2BBjDL%2CqBb6WI%2CUAMI%2CiBlBlUH%3BAgCxCL%2CmBdoWI%2CUAMI%2CiBlBlUH%3BAiCjDL%2CKAAK%2CKAAK%2COf6WN%2CUAMI%2CiBlBlUH%3BEACG%2CWAAA%3B%3BAkB%2B0CR%2CeACI%3BAAsBJ%3BA0Cr5CA%2CQAEI%2CQAAO%3BAAFX%2CQAUI%3BAAVJ%2CQAiBI%3BAlBtBA%2COACI%2CgBAiBI%3BAnCkHR%2CQAAC%3BACsaL%2CQAwFI%2CsBAGI%3BAC3kBR%3BAC7BI%3BAeOA%2CYA2BI%3BA%2BBjDA%2CsBAAC%2CcAgBG%3BAKXR%3BA5CoIoB%2CYA5FhB%2CcAKI%2CQAII%2CMAkFI%2CQACK%3BA4B7ID%2CQAThB%2CgBACI%2CUAEI%2CQAEI%2COAIK%3BApCgIb%2CKAzCP%2COAAO%2CSAWR%2CQAAO%2CMACH%2COA6BK%2CKS0vCT%3BA4C33CQ%2CMADJ%2CSACK%3BA3CuDT%2CuBAKI%2COAAM%2CKD%2BzCV%3BEA52BA%2CsBAAA%3B%3BAsBjdA%2CoBAAC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCxQQ%2CODwQR%3BEAAA%2CayCtOe%2CazCsOf%3BEAAA%2CsBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAxC7TA%2CiBAAC%3BAACD%2CiBAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CiBAAC%3BEACG%2CWAAA%3B%3BAkBsiBR%2CiBqBxJI%3BEACI%2CWAAA%3BEACA%2CSAAA%3B%3BArBsJR%2CiBqBnJI%3BEACI%2CYAAA%3BEACA%2CSAAA%3B%3BArBiJR%2CiBqBnII%2COAAM%3BEACF%2C6BAAA%3BEACA%2C0BAAA%3B%3BArBiIR%2CiBqB9HI%2COAAS%3BEACL%2C4BAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BArB2HR%2CiBqB1bI%3BEvCiIA%2CqBAAA%3BEwChOA%2CqBAAA%3B%3BAtByhBJ%2CiBqB1bI%2CeCqHE%3BExChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAwC2CA%2CiBDyFA%2CeCzFC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCxQQ%2CODwQR%3BEAAA%2CayCtOe%2CazCsOf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CiBD4EJ%2CeC7EC%2CMACI%3BExC6ML%2CcAAA%3B%3BAwCvMI%2CiBDsEJ%2CeCvEC%2COACI%3BExCuML%2CcAAA%3B%3BAuCuHA%2CiBAxPA%2CeAwPC%3BEvCvHD%2CqBAAA%3BEwChOA%2CqBAAA%3B%3BADuVA%2CiBAxPA%2CeAwPC%2COCnIC%3BExChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAwC2CA%2CiBDyFA%2CeAwPC%2COCjVA%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCzQM%2CODyQN%3BEAAA%2CayCtOe%2CazCsOf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CiBD4EJ%2CeAwPC%2COCrUA%2CMACI%3BExC6ML%2CcAAA%3B%3BAwCvMI%2CiBDsEJ%2CeAwPC%2COC%5C%2FTA%2COACI%3BExCuML%2CcAAA%3B%3BAkByTJ%2CiBqBlXI%3BEvCyDA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEuChDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEvC8CJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BAkByTJ%2CiBqBlXI%2COAsBI%3BEvCmCJ%2CSAAA%3BEAAA%2CmBAAA%3B%3BAuC3BQ%2CiBA9BR%2COAsBI%2CGAQK%3BEvC2BT%2CmBAAA%3BEuCzBY%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%3BEvCzSJ%2CsDAAA%3BEuC2SI%2CWAAA%3B%3BAAGJ%2CiBAvWA%2COAuWC%3BEACG%2CiBAAA%3BEvC%5C%2FSJ%2CsDAAA%3BEuCiTI%2CWAAA%3B%3BAAlCJ%2CiBAxUA%2COAwUC%3BEvC%5C%2FQD%2CWAAA%3BEAAA%2CUAAA%3B%3BAuCoRA%2CiBA7UA%2COA6UC%3BEvCpRD%2CUAAA%3BEAAA%2CUAAA%3B%3BAuCZA%2CiBAAC%3BEACG%2CiBAAA%3B%3BAADJ%2CiBAAC%2COAGG%3BEACI%2CcAAA%3B%3BAjChRZ%2CyBAsEI%2CsBA8CQ%2CqBAEM%3BACyEF%2CQApEX%2CKAkEI%2CQACG%2CmBACK%3BAC9LjB%2COAAO%3BAAicP%2CoBAII%2CQAAO%3BAAJW%2CmBAIlB%2CQAAO%3BAAJgC%2CqBAIvC%2CQAAO%3BAMhbK%2CSAvBP%2CMAAM%2COAqBD%2CUAEG%3BAmBjBjB%2CqBACI%2CQAAO%2COAAO%3BAADK%2CmBACnB%2CQAAO%2COAAO%3BAWRd%2CqBAKI%2CQAAO%3BAAJX%2CoBAII%2CQAAO%3BAAHX%2CqBAGI%2CQAAO%3BAAFX%2CaAEI%2CQAAO%3BAADX%2CiBACI%2CQAAO%3BE5CqRX%2CcAAA%3BEkBibA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BElBvbA%2CqBAAA%3BEwC9QA%2CqBAAA%3B%3BAAMA%2CkBAAC%3BAlChBL%2CyBAsEI%2CsBA8CQ%2CqBAEM%2CUkCtGb%3BAjC%2BKW%2CQApEX%2CKAkEI%2CQACG%2CmBACK%2COiC%5C%2FKZ%3BAhCfL%2COAAO%2CUgCeF%3BAhCkbL%2CoBAII%2CQAAO%2CUgCtbN%3BAhCkbiB%2CmBAIlB%2CQAAO%2CUgCtbN%3BAhCkbsC%2CqBAIvC%2CQAAO%2CUgCtbN%3BA1BMW%2CSAvBP%2CMAAM%2COAqBD%2CUAEG%2CM0BNZ%3BAPXL%2CqBACI%2CQAAO%2COAAO%2COOUb%3BAPXkB%2CmBACnB%2CQAAO%2COAAO%2COOUb%3BAIlBD%2CqBAKI%2CQAAO%2CWJaV%3BAIjBD%2CoBAII%2CQAAO%2CWJaV%3BAIhBD%2CqBAGI%2CQAAO%2CWJaV%3BAIfD%2CaAEI%2CQAAO%2CWJaV%3BAIdD%2CiBACI%2CQAAO%2CWJaV%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CmBAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CayCtOe%2CazCsOf%3BEAAA%2CsBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAlCjWJ%2CyBAsEI%2CsBA8CQ%2CqBAEM%2CUY%2BlBb%3BAXthBW%2CQApEX%2CKAkEI%2CQACG%2CmBACK%2COWshBZ%3BAVptBL%2COAAO%2CUUotBF%3BAVnRL%2CoBAII%2CQAAO%2CUU%2BQN%3BAVnRiB%2CmBAIlB%2CQAAO%2CUU%2BQN%3BAVnRsC%2CqBAIvC%2CQAAO%2CUU%2BQN%3BAJ%5C%2FrBW%2CSAvBP%2CMAAM%2COAqBD%2CUAEG%2CMI%2BrBZ%3BAehtBL%2CqBACI%2CQAAO%2COAAO%2COf%2BsBb%3BAehtBkB%2CmBACnB%2CQAAO%2COAAO%2COf%2BsBb%3BA0BvtBD%2CqBAKI%2CQAAO%2CW1BktBV%3BA0BttBD%2CoBAII%2CQAAO%2CW1BktBV%3BA0BrtBD%2CqBAGI%2CQAAO%2CW1BktBV%3BA0BptBD%2CaAEI%2CQAAO%2CW1BktBV%3BA0BntBD%2CiBACI%2CQAAO%2CW1BktBV%3BEACG%2CqBAAA%3B%3BAZttBR%2CyBAsEI%2CsBA8CQ%2CqBAEM%2CUYkmBb%3BAXzhBW%2CQApEX%2CKAkEI%2CQACG%2CmBACK%2COWyhBZ%3BAVvtBL%2COAAO%2CUUutBF%3BAVtRL%2CoBAII%2CQAAO%2CUUkRN%3BAVtRiB%2CmBAIlB%2CQAAO%2CUUkRN%3BAVtRsC%2CqBAIvC%2CQAAO%2CUUkRN%3BAJlsBW%2CSAvBP%2CMAAM%2COAqBD%2CUAEG%2CMIksBZ%3BAentBL%2CqBACI%2CQAAO%2COAAO%2COfktBb%3BAentBkB%2CmBACnB%2CQAAO%2COAAO%2COfktBb%3BA0B1tBD%2CqBAKI%2CQAAO%2CW1BqtBV%3BA0BztBD%2CoBAII%2CQAAO%2CW1BqtBV%3BA0BxtBD%2CqBAGI%2CQAAO%2CW1BqtBV%3BA0BvtBD%2CaAEI%2CQAAO%2CW1BqtBV%3BA0BttBD%2CiBACI%2CQAAO%2CW1BqtBV%3BEACG%2CcAAA%3B%3BAZztBR%2CyBAsEI%2CsBAuCI%3BAE%2BSR%3BEUsUI%2CkBAAA%3B%3BAAsFJ%2CeAEM%3BAAixBN%2CmBACI%2COAlxBE%3BARtyBF%2CaAeI%2COQuxBF%3BAEzuBF%2CiCF2%5C%2FCA%2COAlxBE%3BAGhwBF%2CuBHkhDA%2COAlxBE%3BAR9fF%2CcQgxCA%2COAlxBE%3BElBliBF%2C0BAAA%3BEkB8eA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BElBhfA%2CgCAAA%3BEAAA%2CcAAA%3BEwChOA%2CqBAAA%3B%3BAtBgwBJ%2CeAEM%2CSAjDD%3BAAk0BL%2CmBACI%2COAlxBE%2CSAjDD%3BARrvBD%2CaAeI%2COQuxBF%2CSAjDD%3BAExrBD%2CiCF2%5C%2FCA%2COAlxBE%2CSAjDD%3BAG%5C%2FsBD%2CuBHkhDA%2COAlxBE%2CSAjDD%3BAR7cD%2CcQgxCA%2COAlxBE%2CSAjDD%3BEACG%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAIR%2CmBsBpgBM%3BAtB4iBN%2CeAEM%2CSsB9iBA%3BAtB%2BzCN%2CmBACI%2COAlxBE%2CSsB9iBA%3BA9BxPF%2CaAeI%2COQuxBF%2CSsB9iBA%3BApB3LF%2CiCF2%5C%2FCA%2COAlxBE%2CSsB9iBA%3BAnBlNF%2CuBHkhDA%2COAlxBE%2CSsB9iBA%3BA9BgDF%2CcQgxCA%2COAlxBE%2CSsB9iBA%3BExChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAwC2CA%2CmBAAC%3BAtB0vBL%2CeAEM%2CSsB5vBD%3BAtB6gDL%2CmBACI%2COAlxBE%2CSsB5vBD%3BA9B1CD%2CaAeI%2COQuxBF%2CSsB5vBD%3BApBmBD%2CiCF2%5C%2FCA%2COAlxBE%2CSsB5vBD%3BAnBJD%2CuBHkhDA%2COAlxBE%2CSsB5vBD%3BA9B8PD%2CcQgxCA%2COAlxBE%2CSsB5vBD%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCxQQ%2CODwQR%3BEAAA%2CayCtOe%2CazCsOf%3BEAAA%2CeAAA%3BEAAA%2CsBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAtB0uCJ%2CmBACI%3BARxjDA%2CaAeI%3BAU8CJ%2CiCF2%5C%2FCA%3BAGlhDA%2CuBHkhDA%3BARhxCA%2CcQgxCA%3BEAnxBA%2CSAAA%3B%3BAAkxBJ%2CmBACI%2COAlxBE%2CSAEG%3BARxyBL%2CaAeI%2COQuxBF%2CSAEG%3BAE3uBL%2CiCF2%5C%2FCA%2COAlxBE%2CSAEG%3BAGlwBL%2CuBHkhDA%2COAlxBE%2CSAEG%3BARhgBL%2CcQgxCA%2COAlxBE%2CSAEG%3BEACG%2CcAAA%3B%3BAA8wBZ%2CmBACI%2COA5wBA%3BAR5yBA%2CaAeI%2COQ6xBJ%3BAE%5C%2FuBA%2CiCF2%5C%2FCA%2COA5wBA%3BAGtwBA%2CuBHkhDA%2COA5wBA%3BARpgBA%2CcQgxCA%2COA5wBA%3BEACI%2CaAAA%3BElBziBJ%2CsBAAA%3BEkB2iBI%2CkBAAA%3B%3BAsB3sBJ%2CetB6sBC%2COACK%2CSsB9sBL%3BAtBm9CL%2CmBACI%2COAvwBC%2COACK%2CSsB9sBL%3BA9BpGD%2CaAeI%2COQkyBH%2COACK%2CSsB9sBL%3BApBvCD%2CiCF2%5C%2FCA%2COAvwBC%2COACK%2CSsB9sBL%3BAnB9DD%2CuBHkhDA%2COAvwBC%2COACK%2CSsB9sBL%3BA9BoMD%2CcQgxCA%2COAvwBC%2COACK%2CSsB9sBL%3BExCgKD%2CSCzQM%2CODyQN%3B%3BAkBmzCJ%2CmBACI%2COAvwBC%2COAOG%3BARxzBJ%2CaAeI%2COQkyBH%2COAOG%3BAE3vBJ%2CiCF2%5C%2FCA%2COAvwBC%2COAOG%3BAGlxBJ%2CuBHkhDA%2COAvwBC%2COAOG%3BARhhBJ%2CcQgxCA%2COAvwBC%2COAOG%3BEACI%2CcAAA%3B%3BAmBp1BR%2CcAQI%2CeAyBI%3BErC8PR%2CiBAAA%3BEkBokBA%2CgBAAA%3B%3BAmBn2BA%2CcAQI%2CeA4BI%3BErC2PR%2CiBAAA%3BEkB6kBA%2CgBAAA%3BEACA%2CSAAA%3B%3BAkB1vBJ%2CqBAeI%3BAA8BJ%2CoBAII%3BAAHJ%2CqBAGI%3BAAFJ%2CgBAEI%3BAADJ%2CeACI%3BElB8vBA%2CiBAAA%3B%3BAEj4BY%2CwBAFR%2CqCACI%2CKACK%2CMF28Bb%3BAE38BY%2CwBAFR%2CqCACI%2CKACK%2CMF48Bb%3BAE38BY%2CwBAHR%2CqCACI%2CKAEK%2CSF08Bb%3BAE18BY%2CwBAHR%2CqCACI%2CKAEK%2CSF28Bb%3BAG98BY%2CcAFR%2C2BACI%2CKACK%2CMH68Bb%3BAG78BY%2CcAFR%2C2BACI%2CKACK%2CMH88Bb%3BAG78BY%2CcAHR%2C2BACI%2CKAEK%2CSH48Bb%3BAG58BY%2CcAHR%2C2BACI%2CKAEK%2CSH68Bb%3BARxzBY%2CKAlCP%2CcAgCG%2CKAEK%2CMQuzBb%3BARvzBY%2CKAlCP%2CcAgCG%2CKAEK%2CMQwzBb%3BARvzBY%2CKAnCP%2CcAgCG%2CKAGK%2CSQszBb%3BARtzBY%2CKAnCP%2CcAgCG%2CKAGK%2CSQuzBb%3BARtzBY%2CKApCP%2CcAgCG%2CKAIK%2CKQqzBb%3BARrzBY%2CKApCP%2CcAgCG%2CKAIK%2CKQszBb%3BAH52BI%2CoBADJ%2CKACK%2CMG22BL%3BAH32BI%2CoBADJ%2CKACK%2CMG42BL%3BAH32BI%2CoBAFJ%2CKAEK%2CSG02BL%3BAH12BI%2CoBAFJ%2CKAEK%2CSG22BL%3BElB9sBA%2CWAAA%3BEkBgtBI%2CcAAA%3BElBhtBJ%2CiBAAA%3BEkBktBI%2CcAAA%3BEACA%2CmBAAA%3B%3BAEj9BQ%2CwBAFR%2CqCACI%2CKACK%2CMF28Bb%2CqBAOI%3BAEl9BQ%2CwBAFR%2CqCACI%2CKACK%2CMF48Bb%2CqBAMI%3BAEj9BQ%2CwBAHR%2CqCACI%2CKAEK%2CSF08Bb%2CqBAOI%3BAEj9BQ%2CwBAHR%2CqCACI%2CKAEK%2CSF28Bb%2CqBAMI%3BAGp9BQ%2CcAFR%2C2BACI%2CKACK%2CMH68Bb%2CqBAOI%3BAGp9BQ%2CcAFR%2C2BACI%2CKACK%2CMH88Bb%2CqBAMI%3BAGn9BQ%2CcAHR%2C2BACI%2CKAEK%2CSH48Bb%2CqBAOI%3BAGn9BQ%2CcAHR%2C2BACI%2CKAEK%2CSH68Bb%2CqBAMI%3BAR9zBQ%2CKAlCP%2CcAgCG%2CKAEK%2CMQuzBb%2CqBAOI%3BAR9zBQ%2CKAlCP%2CcAgCG%2CKAEK%2CMQwzBb%2CqBAMI%3BAR7zBQ%2CKAnCP%2CcAgCG%2CKAGK%2CSQszBb%2CqBAOI%3BAR7zBQ%2CKAnCP%2CcAgCG%2CKAGK%2CSQuzBb%2CqBAMI%3BAR5zBQ%2CKApCP%2CcAgCG%2CKAIK%2CKQqzBb%2CqBAOI%3BAR5zBQ%2CKApCP%2CcAgCG%2CKAIK%2CKQszBb%2CqBAMI%3BAHl3BA%2CoBADJ%2CKACK%2CMG22BL%2CqBAOI%3BAHl3BA%2CoBADJ%2CKACK%2CMG42BL%2CqBAMI%3BAHj3BA%2CoBAFJ%2CKAEK%2CSG02BL%2CqBAOI%3BAHj3BA%2CoBAFJ%2CKAEK%2CSG22BL%2CqBAMI%3BEACI%2CgBAAA%3B%3BAZ7%2BBZ%2CyBAkBI%2CyBAUQ%2CyBACI%2COAAM%2COACF%2CcYq9BhB%3BAZn%5C%2FBJ%2CyBAkBI%2CyBAUQ%2CyBACI%2COAAM%2COACF%2CcYs9BhB%3BAZp%5C%2FBJ%2CyBAkBI%2CyBAiBI%2COAAM%2COAmBF%2CcY67BR%3BAZn%5C%2FBJ%2CyBAkBI%2CyBAiBI%2COAAM%2COAmBF%2CcY87BR%3BARh%2BBA%2CaQ%2B9BA%3BAR%5C%2F9BA%2CaQg%2BBA%3BAY92BA%2CaZ62BA%3BAY72BA%2CaZ82BA%3BAY72BA%2CaZ42BA%3BAY52BA%2CaZ62BA%3BEACI%2CqBAAA%3BElB7tBJ%2CiBAAA%3B%3BAMxRJ%2CyBAkBI%2CyBAUQ%2CyBACI%2COAAM%2COACF%2CcY09BhB%2CqBAAuB%3BAZx%5C%2FB3B%2CyBAkBI%2CyBAiBI%2COAAM%2COAmBF%2CcYk8BR%2CqBAAuB%3BARp%2BBvB%2CaQo%2BBA%2CqBAAuB%3BAYl3BvB%2CaZk3BA%2CqBAAuB%3BAYj3BvB%2CaZi3BA%2CqBAAuB%3BEACnB%2CqBAAA%3BElBjuBJ%2CiBAAA%3B%3BAMxRJ%2CyBAkBI%2CyBAUQ%2CyBACI%2COAAM%2COACF%2CcY09BhB%2CqBAAuB%2CuBAGlB%3BAZ3%5C%2FBT%2CyBAkBI%2CyBAiBI%2COAAM%2COAmBF%2CcYk8BR%2CqBAAuB%2CuBAGlB%3BARv%2BBL%2CaQo%2BBA%2CqBAAuB%2CuBAGlB%3BAYr3BL%2CaZk3BA%2CqBAAuB%2CuBAGlB%3BAYp3BL%2CaZi3BA%2CqBAAuB%2CuBAGlB%3BEACG%2CSAAS%2CIAAG%2CiBAAgB%2CIAA5B%3B%3BAZ5%5C%2FBZ%2CyBAkBI%2CyBAUQ%2CyBACI%2COAAM%2COACF%2CcY09BhB%2CqBAAuB%2CuBAMlB%3BAZ9%5C%2FBT%2CyBAkBI%2CyBAiBI%2COAAM%2COAmBF%2CcYk8BR%2CqBAAuB%2CuBAMlB%3BAR1%2BBL%2CaQo%2BBA%2CqBAAuB%2CuBAMlB%3BAYx3BL%2CaZk3BA%2CqBAAuB%2CuBAMlB%3BAYv3BL%2CaZi3BA%2CqBAAuB%2CuBAMlB%3BEACG%2CSAAQ%2CGAAR%3B%3BA6C1%2BBJ%2CoBAUI%3BAATJ%2CoBASI%3BA3CrCR%2CwBA8BI%2CqCAgBI%3BAC9CR%2CcA4BI%2C2BAcI%3BAXwGJ%2CKAAC%2CcA4JG%3BAKrRZ%2CoBA%2BGI%3BEGu4BA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BElBnvBA%2CqBAAA%3BEwChOA%2CqBAAA%3B%3BAAMA%2CcAAC%3BAuBzCG%2CoBAUI%2CgBvB%2BBP%3BAuBxCG%2CoBASI%2CgBvB%2BBP%3BApBpED%2CwBA8BI%2CqCAgBI%2CgBoBsBP%3BAnBpED%2CcA4BI%2C2BAcI%2CgBmB0BP%3BA9B8EG%2CKAAC%2CcA4JG%2CgB8B1OP%3BAzB3CL%2CoBA%2BGI%2CgByBpEC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CcAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCxQQ%2CODwQR%3BEAAA%2CayCtOe%2CazCsOf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAuB5UI%2CoBAUI%2CgB7Co%5C%2FBP%3BA6C7%5C%2FBG%2CoBASI%2CgB7Co%5C%2FBP%3BAEzhCD%2CwBA8BI%2CqCAgBI%2CgBF2%2BBP%3BAGzhCD%2CcA4BI%2C2BAcI%2CgBH%2B%2BBP%3BARv4BG%2CKAAC%2CcA4JG%2CgBQ2uBP%3BAHhgCL%2CoBA%2BGI%2CgBGi5BC%3BEACG%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3B%3BAsB95BJ%2CuBAAC%3BAuBvFW%2CoBAFJ%2CgBAEK%2CSvBuFZ%3BAuBvFW%2CoBAFJ%2CgBAEK%2CSvBuFZ%3BApB9EW%2CwBAlBR%2CqCAgBI%2CgBAEK%2CSoB8EZ%3BAnBlFW%2CcAhBR%2C2BAcI%2CgBAEK%2CSmBkFZ%3BA9BkLW%2CKA9JP%2CcA4JG%2CgBAEK%2CS8BlLZ%3BAzBYG%2CoBAFJ%2CgBAEK%2CSyBZJ%3BExCgKD%2CSCzQM%2CODyQN%3B%3BAqDhSA%2CiBAII%2CsBAII%3BAlCiDR%2CyBACI%3BEnBsOJ%2CmBAAA%3B%3BA8CrKA%2COAAC%2CQ5B27BD%2CQACK%3BA4BntBT%2CgBAgBI%2CgBAKI%2CwB5B6rBJ%2CQACK%3BEACG%2CkBAAA%3B%3BA4B77BR%2COAAC%2CQ5B27BD%2CQAIK%3BA4BttBT%2CgBAgBI%2CgBAKI%2CwB5B6rBJ%2CQAIK%3BEACG%2CmBAAA%3BEACA%2CwBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3B%3BA4Bp8BR%2COAAC%2CQ5B27BD%2CQAWK%3BA4B7tBT%2CgBAgBI%2CgBAKI%2CwB5B6rBJ%2CQAWK%3BEACG%2CmBAAA%3BEACA%2CmBAAA%3B%3BAkB%5C%2F8BZ%2CqBACI%2COAAM%2CUAOF%2CMAAK%2CQAED%2CQlB%2B8BP%3BAkBp4BL%2CQAYI%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQlBs3BP%3BAkBn4BL%2CuBAWI%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQlBs3BP%3BAkBl4BL%2CiBAUI%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQlBs3BP%3BAkB%5C%2F1BL%2CMAsBI%2CaACI%2CQlBw0BH%3BEACG%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BElBjzBJ%2C8BAAA%3BEkBmzBI%2CoBAAA%3B%3BAkB%5C%2F9BR%2CqBACI%2COAAM%2CUAOF%2CMAAK%2CQAED%2CQlBu9BP%2CWACI%3BAkB74BT%2CQAYI%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQlB83BP%2CWACI%3BAkB54BT%2CuBAWI%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQlB83BP%2CWACI%3BAkB34BT%2CiBAUI%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQlB83BP%2CWACI%3BAkBx2BT%2CMAsBI%2CaACI%2CQlBg1BH%2CWACI%3BEACG%2CaAAA%3B%3BAErlCR%2CwBACI%2COF8lCJ%2CaAEM%3BAGjmCN%2CcACI%2COH8lCJ%2CaAEM%3BAkBx7BV%2CQAMI%2CQAAO%2CKAKH%2COAAM%2CIAAI%2CSlB26Bd%2CaAEM%3BAmBlmCN%2CcnBgmCA%2CaAEM%3BAcziCV%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSdqiCd%2CaAEM%3BAHnzBV%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSG8yBd%2CaAEM%3BAHlzBV%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSG8yBd%2CaAEM%3BEACE%2CYAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAEpmCR%2CwBACI%2COFsmCJ%3BAGvmCA%2CcACI%2COHsmCJ%3BAkB97BJ%2CQAMI%2CQAAO%2CKAKH%2COAAM%2CIAAI%2CSlBm7Bd%3BAmBxmCA%2CcnBwmCA%3BAc%5C%2FiCJ%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSd6iCd%3BAHzzBJ%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSGszBd%3BAHxzBJ%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSGszBd%3BEACI%2CcAAA%3B%3BAExmCJ%2CwBACI%2COFsmCJ%2CWAEM%3BAGzmCN%2CcACI%2COHsmCJ%2CWAEM%3BAkBh8BV%2CQAMI%2CQAAO%2CKAKH%2COAAM%2CIAAI%2CSlBm7Bd%2CWAEM%3BAmB1mCN%2CcnBwmCA%2CWAEM%3BAcjjCV%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSd6iCd%2CWAEM%3BAH3zBV%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSGszBd%2CWAEM%3BAH1zBV%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSGszBd%2CWAEM%3BEACE%2CgBAAA%3BEACA%2CmBAAA%3B%3BAiBhmCR%2CeASI%2CUAEI%2COjB%2BlCP%3BAiBp5BD%2CeA4GI%2CaAEI%2COjBsyBP%3BAiBp5BD%2CeA6GI%2CgBACI%2COjBsyBP%3BAWv9BD%2CoBACI%2CoBAQI%2COX88BP%3BAWv9BD%2CoBAEI%2CkCAOI%2COX88BP%3BAJt%2BBe%2C0BAJZ%2CUAEK%2COACG%2CeACK%2CMIs%2BBhB%3BEACG%2CSAAS%2CIAAT%3B%3BAAkCR%2CuBAMI%2CQAAO%3BAJzpCH%2CSAAC%2CMAAM%2COIypCX%2CQAAO%3BAJnjCH%2CSAAC%2CSImjCL%2CQAAO%3BElBh4BP%2CqBAAA%3BEwC9QA%2CqBAAA%3B%3BAAMA%2CaAAC%3BAtBkoCL%2CuBAMI%2CQAAO%2CIsBxoCN%3BA1BjBG%2CSAAC%2CMAAM%2COIypCX%2CQAAO%2CIsBxoCN%3BA1BqFG%2CSAAC%2CSImjCL%2CQAAO%2CIsBxoCN%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgEpOU%2COhEoOV%3BEAAA%2CayCtOe%2CazCsOf%3BEAAA%2CsBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BA1BlWI%2CSAAC%2CMAAM%2COIopCX%2COAAO%2CMAAK%2CWACP%3BAJ%5C%2FiCD%2CSAAC%2CSI8iCL%2COAAO%2CMAAK%2CWACP%3BElB53BL%2CmBAAA%3B%3BAczRI%2CSAAC%2CMAAM%2COIypCX%2CQAAO%2CIAEF%3BAJrjCD%2CSAAC%2CSImjCL%2CQAAO%2CIAEF%3BEACG%2CkBAAA%3BEACA%2CoBAAA%3B%3BAAyTZ%2CmBAkBI%3BAVt8BJ%2CQAiFI%3BAE9lBA%2CaAeI%2COA4BI%2CUAAS%2CSACH%3BAA5Cd%2CaAeI%2COA4BI%2CUAAS%2CSAEH%2CUAAU%3BAyB0JxB%2CeAkCI%2CsBAWI%2CMAAK%2CYAED%3BAiBjRZ%2CsBA6DI%2CUAAS%2CSAIJ%2CUAAU%3BAvBsHnB%2CoBACI%2CaACI%2CoBAII%2CQAAO%3BAQ7LnB%2CcAsFI%2COAGI%2CkBACI%2CcACI%2CUAIM%2CUAAU%3BAA%5C%2FFhC%2CcA2LI%3BAAeJ%2CyBACI%3BAADJ%2CyBAEI%3BAkB%2BnGJ%3BA7CpsGA%2CYQu2CA%3BA2C79CA%2CkBAeI%2Cc3C88CJ%3BEAjUA%2CaAAA%3B%3BAcrpCJ%3BAjBwOA%3BEf%2BBI%2CsBAAA%3BEkBu6BA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAczpCJ%2C4BdiqCI%2CWACI%2CoBACI%3BAclqCZ%2CyBdgqCI%2CWACI%2CoBACI%3BAc3pCZ%2C0BdypCI%2CWACI%2CoBACI%3BAHh9BZ%2CQG88BI%2CWACI%2CoBACI%3BAH%5C%2F8BZ%2CuBG68BI%2CWACI%2CoBACI%3BAH98BZ%2CiBG48BI%2CWACI%2CoBACI%3BAH78BZ%2C0BG28BI%2CWACI%2CoBACI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAcvqChB%2C4BdiqCI%2CWACI%2CoBAOI%3BAcxqCZ%2CyBdgqCI%2CWACI%2CoBAOI%3BAcjqCZ%2C0BdypCI%2CWACI%2CoBAOI%3BAHt9BZ%2CQG88BI%2CWACI%2CoBAOI%3BAHr9BZ%2CuBG68BI%2CWACI%2CoBAOI%3BAHp9BZ%2CiBG48BI%2CWACI%2CoBAOI%3BAHn9BZ%2C0BG28BI%2CWACI%2CoBAOI%3BEACI%2CeAAA%3BEACA%2CqBAAA%3B%3BAc3qChB%2C4BdiqCI%2CWACI%2CoBAOI%2CYAGI%3BAc3qChB%2CyBdgqCI%2CWACI%2CoBAOI%2CYAGI%3BAcpqChB%2C0BdypCI%2CWACI%2CoBAOI%2CYAGI%3BAHz9BhB%2CQG88BI%2CWACI%2CoBAOI%2CYAGI%3BAHx9BhB%2CuBG68BI%2CWACI%2CoBAOI%2CYAGI%3BAHv9BhB%2CiBG48BI%2CWACI%2CoBAOI%2CYAGI%3BAHt9BhB%2C0BG28BI%2CWACI%2CoBAOI%2CYAGI%3BEACI%2CaAAA%3B%3BAkBthCpB%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%3BAALrB%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%3BAAJrB%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%3BAjBrHjB%2C2BAII%2CMAAK%3BALgIT%2C8BAII%2CMAAK%3BACuFb%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%3BEZjFjB%2CYAAA%3B%3BAe2hCJ%2CkBf39BM%2CQAAQ%2CKAAE%2CUAAU%2CMAChB%3BAe09BV%2CkBf39BM%2CQAAQ%2CKAAE%2CUAAU%2CMAEhB%3BAiCrGV%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMjC6Ff%2CQAAQ%2CKAAE%2CUAAU%2CMAChB%3BAiCpGV%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMjC6Ff%2CQAAQ%2CKAAE%2CUAAU%2CMAEhB%3BAiCpGV%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMjC6Ff%2CQAAQ%2CKAAE%2CUAAU%2CMAChB%3BAiCnGV%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMjC6Ff%2CQAAQ%2CKAAE%2CUAAU%2CMAEhB%3BAiCnGV%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMjC6Ff%2CQAAQ%2CKAAE%2CUAAU%2CMAChB%3BAiClGV%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMjC6Ff%2CQAAQ%2CKAAE%2CUAAU%2CMAEhB%3BAgBpNN%2C2BAII%2CMAAK%2CMhB8MP%2CQAAQ%2CKAAE%2CUAAU%2CMAChB%3BAgBnNN%2C2BAII%2CMAAK%2CMhB8MP%2CQAAQ%2CKAAE%2CUAAU%2CMAEhB%3BAWhFN%2C8BAII%2CMAAK%2CMX0EP%2CQAAQ%2CKAAE%2CUAAU%2CMAChB%3BAW%5C%2FEN%2C8BAII%2CMAAK%2CMX0EP%2CQAAQ%2CKAAE%2CUAAU%2CMAEhB%3BAYWV%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMZjBf%2CQAAQ%2CKAAE%2CUAAU%2CMAChB%3BAYYV%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMZjBf%2CQAAQ%2CKAAE%2CUAAU%2CMAEhB%3BEHdN%2CmBAAA%3B%3BAkBu%2BBJ%2CkBfzhCM%2CQAGI%2CKACI%3BAeqhCd%2CkBfxhCM%2CQAEI%2CKACI%3BAeqhCd%2CkBfvhCM%2CQACI%2CKACI%3BAeqhCd%2CkBfzhCM%2CQAGI%2CKAEI%3BAeohCd%2CkBfxhCM%2CQAEI%2CKAEI%3BAeohCd%2CkBfvhCM%2CQACI%2CKAEI%3BAiC1Cd%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMjC%2BBf%2CQAGI%2CKACI%3BAiCzCd%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMjCgCf%2CQAEI%2CKACI%3BAiCzCd%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMjCiCf%2CQACI%2CKACI%3BAiCzCd%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMjC%2BBf%2CQAGI%2CKAEI%3BAiC1Cd%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMjCgCf%2CQAEI%2CKAEI%3BAiC1Cd%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMjCiCf%2CQACI%2CKAEI%3BAiCzCd%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMjC%2BBf%2CQAGI%2CKACI%3BAiCxCd%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMjCgCf%2CQAEI%2CKACI%3BAiCxCd%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMjCiCf%2CQACI%2CKACI%3BAiCxCd%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMjC%2BBf%2CQAGI%2CKAEI%3BAiCzCd%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMjCgCf%2CQAEI%2CKAEI%3BAiCzCd%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMjCiCf%2CQACI%2CKAEI%3BAiCxCd%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMjC%2BBf%2CQAGI%2CKACI%3BAiCvCd%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMjCgCf%2CQAEI%2CKACI%3BAiCvCd%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMjCiCf%2CQACI%2CKACI%3BAiCvCd%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMjC%2BBf%2CQAGI%2CKAEI%3BAiCxCd%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMjCgCf%2CQAEI%2CKAEI%3BAiCxCd%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMjCiCf%2CQACI%2CKAEI%3BAgBzJV%2C2BAII%2CMAAK%2CMhBgJP%2CQAGI%2CKACI%3BAgBxJV%2C2BAII%2CMAAK%2CMhBiJP%2CQAEI%2CKACI%3BAgBxJV%2C2BAII%2CMAAK%2CMhBkJP%2CQACI%2CKACI%3BAgBxJV%2C2BAII%2CMAAK%2CMhBgJP%2CQAGI%2CKAEI%3BAgBzJV%2C2BAII%2CMAAK%2CMhBiJP%2CQAEI%2CKAEI%3BAgBzJV%2C2BAII%2CMAAK%2CMhBkJP%2CQACI%2CKAEI%3BAWrBV%2C8BAII%2CMAAK%2CMXYP%2CQAGI%2CKACI%3BAWpBV%2C8BAII%2CMAAK%2CMXaP%2CQAEI%2CKACI%3BAWpBV%2C8BAII%2CMAAK%2CMXcP%2CQACI%2CKACI%3BAWpBV%2C8BAII%2CMAAK%2CMXYP%2CQAGI%2CKAEI%3BAWrBV%2C8BAII%2CMAAK%2CMXaP%2CQAEI%2CKAEI%3BAWrBV%2C8BAII%2CMAAK%2CMXcP%2CQACI%2CKAEI%3BAYsEd%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMZ%5C%2FEf%2CQAGI%2CKACI%3BAYuEd%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMZ9Ef%2CQAEI%2CKACI%3BAYuEd%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMZ7Ef%2CQACI%2CKACI%3BAYuEd%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMZ%5C%2FEf%2CQAGI%2CKAEI%3BAYsEd%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMZ9Ef%2CQAEI%2CKAEI%3BAYsEd%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMZ7Ef%2CQACI%2CKAEI%3BEACE%2CYAAA%3B%3BAemhChB%2CkBf9gCM%2CQACI%2CKACI%3BAe4gCd%2CkBf9gCM%2CQACI%2CKAEI%3BAiCnDd%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMjC0Cf%2CQACI%2CKACI%3BAiClDd%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMjC0Cf%2CQACI%2CKAEI%3BAiClDd%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMjC0Cf%2CQACI%2CKACI%3BAiCjDd%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMjC0Cf%2CQACI%2CKAEI%3BAiCjDd%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMjC0Cf%2CQACI%2CKACI%3BAiChDd%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMjC0Cf%2CQACI%2CKAEI%3BAgBlKV%2C2BAII%2CMAAK%2CMhB2JP%2CQACI%2CKACI%3BAgBjKV%2C2BAII%2CMAAK%2CMhB2JP%2CQACI%2CKAEI%3BAW9BV%2C8BAII%2CMAAK%2CMXuBP%2CQACI%2CKACI%3BAW7BV%2C8BAII%2CMAAK%2CMXuBP%2CQACI%2CKAEI%3BAY6Dd%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMZpEf%2CQACI%2CKACI%3BAY8Dd%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMZpEf%2CQACI%2CKAEI%3BEHoCV%2C6BAAA%3B%3BAQ%2BpBJ%2CcAcI%3BAoC93BA%2CeAII%3BE5C6MJ%2CcAAA%3BEAAA%2CiBAAA%3BEkBoiCA%2CmBAAA%3B%3BAVrYJ%2CcACI%3BAO1qBJ%2CcACI%3BAwCsoBA%2COAEI%3BAXh1BJ%2CeACI%3BE1BiwCJ%2CgBAAA%3B%3BAVlZJ%2CcACI%2CaU4YA%3BAHtjCJ%2CcACI%2CaGqjCA%3BAqC%5C%2FaA%2COAEI%2CarC6aJ%3BA0B7vCA%2CeACI%2Ca1B4vCJ%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAwBxwCJ%3BAhClDA%2CeACI%3BEQm0CJ%2CmBAAA%3B%3BAwBlxCA%2CkBxBmxCA%2CSAAQ%2CKACJ%3BAwBpxCJ%2CkBxBmxCA%2CSAAQ%2CKAEJ%3BARv0CJ%2CeACI%2CWQo0CJ%2CSAAQ%2CKACJ%3BARt0CJ%2CeACI%2CWQo0CJ%2CSAAQ%2CKAEJ%3BEACI%2CaAAA%3B%3BATptCA%2CKAzCP%2COAAO%2CSAWR%2CQAAO%2CMACH%2COA6BK%2CKS0vCT%3BACp0CA%2CuBAKI%2COAAM%2CKD%2BzCV%3BEACI%2CkBAAA%3B%3BAAFR%2CeAKI%3BAC9zCA%2CyBAKI%2CyBAMI%3BAVqDA%2CKAzCP%2COAAO%2CSAWR%2CQAAO%2CMACH%2COA6BK%2CKS8vCT%3BACx0CA%2CuBAKI%2COAAM%2CKDm0CV%3BElBvmCA%2CoBAAA%3BEkBknCA%2COAAO%2C4BAAP%3B%3BA4C14CQ%2CMADJ%2CSACK%3BE5Cm5CT%2CkBAAA%3B%3BA4Cn5CQ%2CMADJ%2CSACK%2Cc5Co5CT%3BElB5nCA%2CoBAAA%3BEkB8nCI%2COAAO%2CqCAAP%3B%3BAMx5CJ%2CqBACI%2CaACI%2CeACI%3BAgCIR%2CsBAAC%2CcAgBG%3BExDmQR%2CcAAA%3BEAAA%2CSAAA%3BEkByoCA%2CUAAA%3B%3BAMn6CA%2CqBACI%2CaACI%2CeACI%2CuBNk6CX%3BAMr6CD%2CqBACI%2CaACI%2CeACI%2CuBNm6CX%3BAsC%5C%2F5CG%2CsBAAC%2CcAgBG%2CuBtC84CP%3BAsC95CG%2CsBAAC%2CcAgBG%2CuBtC%2B4CP%3BElB9lCD%2C8BAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEAhDA%2CiBAAA%3BEAAA%2CaAAA%3BEkBopCI%2CUAAA%3BEACA%2COAAA%3B%3BAM%5C%2F6CJ%2CqBACI%2CaACI%2CeACI%2CuBN86CX%3BAsC16CG%2CsBAAC%2CcAgBG%2CuBtC05CP%3BElBvpCD%2CyBAAA%3B%3BAwB1RA%2CqBACI%2CaACI%2CeACI%2CuBNi7CX%3BAsC76CG%2CsBAAC%2CcAgBG%2CuBtC65CP%3BElB1pCD%2C4BAAA%3BEkB4pCI%2CQAAA%3B%3BAP75CJ%2CYAOI%3BAenBJ%2C%2BBAEI%3BAmCHJ%2CkBASM%3BAhDSN%2C0BAQI%3BEboPJ%2CsBAAA%3BEAAA%2CcAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BAUxJA%3BAmDtHA%2CkBAeI%3BE3C67CJ%2C0BAAA%3BEACA%2CiBAAA%3B%3BARv1CA%2CYQw1CA%2CMAEI%3BAR11CJ%2CYQy1CA%2CMACI%3BA2Ch9CJ%2CkBAeI%2Cc3C%2B7CJ%2CMAEI%3BA2Ch9CJ%2CkBAeI%2Cc3Cg8CJ%2CMACI%3BEACI%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAR71CR%2CYQw1CA%2CMAOI%3BAR%5C%2F1CJ%2CYQy1CA%2CMAMI%3BA2Cr9CJ%2CkBAeI%2Cc3C%2B7CJ%2CMAOI%3BA2Cr9CJ%2CkBAeI%2Cc3Cg8CJ%2CMAMI%3BEACI%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BARp2CR%2CYQ02CA%2COACI%3BAR32CJ%2CYQ02CA%2COAEI%3BA2Cl%2BCJ%2CkBAeI%2Cc3Ci9CJ%2COACI%3BA2Cj%2BCJ%2CkBAeI%2Cc3Ci9CJ%2COAEI%3BEACI%2CeAAA%3B%3BAR72CR%2CYQ02CA%2COAKI%3BA2Cr%2BCJ%2CkBAeI%2Cc3Ci9CJ%2COAKI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BARl3CR%2CYQ02CA%2COAUI%3BA2C1%2BCJ%2CkBAeI%2Cc3Ci9CJ%2COAUI%3BEACI%2C0BAAA%3BElB7tCR%2CeAAA%3BEkB%2BtCQ%2CqBAAA%3B%3BARv3CR%2CYQ02CA%2COAeI%3BA2C%5C%2F%2BCJ%2CkBAeI%2Cc3Ci9CJ%2COAeI%3BEACI%2C0BAAA%3BElBluCR%2CeAAA%3B%3BAUxJA%2CYQ83CA%3BA2Cp%5C%2FCA%2CkBAeI%2Cc3Cq%2BCJ%3BEACI%2CqBAAA%3B%3BAR%5C%2F3CJ%2CYQi4CA%2CMAAM%2CGAAE%2CWAAY%3BA2Cv%5C%2FCpB%2CkBAeI%2Cc3Cw%2BCJ%2CMAAM%2CGAAE%2CWAAY%3BEAChB%2CoBAAA%3B%3BARl4CJ%2CYQo4CA%2CYACK%2CQACG%3BARt4CR%2CYQo4CA%2CYACK%2CQAEG%3BA2C7%5C%2FCR%2CkBAeI%2Cc3C2%2BCJ%2CYACK%2CQACG%3BA2C5%5C%2FCR%2CkBAeI%2Cc3C2%2BCJ%2CYACK%2CQAEG%3BEACI%2C0BAAA%3BEACA%2C6BAAA%3BEACA%2CeAAA%3B%3BAR14CZ%2CYQo4CA%2CYACK%2CQAOG%2CQAAQ%3BA2ClgDhB%2CkBAeI%2Cc3C2%2BCJ%2CYACK%2CQAOG%2CQAAQ%3BEACJ%2CkBAAA%3BEACA%2CmBAAA%3BElBtvCZ%2CqBAAA%3BEwChOA%2CqBAAA%3B%3BAtB68CI%2CmBADJ%2CYACK%2CQAOG%2CQAAQ%2COsBhwCd%3BA9B5IF%2CYQo4CA%2CYACK%2CQAOG%2CQAAQ%2COsBhwCd%3BAqBlQF%2CkBAeI%2Cc3C2%2BCJ%2CYACK%2CQAOG%2CQAAQ%2COsBhwCd%3BExChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAwC2CA%2CmBtBs8CA%2CYACK%2CQAOG%2CQAAQ%2COsB98Cf%3BA9BkED%2CYQo4CA%2CYACK%2CQAOG%2CQAAQ%2COsB98Cf%3BAqBpDD%2CkBAeI%2Cc3C2%2BCJ%2CYACK%2CQAOG%2CQAAQ%2COsB98Cf%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCxQQ%2CODwQR%3BEAAA%2CayCtOe%2CazCsOf%3BEAAA%2CsBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BA9BjOA%2CYQo4CA%2CYACK%2CQAOG%2CQAAQ%2COAUH%3BA2C5gDb%2CkBAeI%2Cc3C2%2BCJ%2CYACK%2CQAOG%2CQAAQ%2COAUH%3BEACG%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3B%3BARz5ChB%2CYQo4CA%2CYACK%2CQAuBI%2CSACG%3BAR75CZ%2CYQo4CA%2CYACK%2CQAuBI%2CSAEG%3BA2CphDZ%2CkBAeI%2Cc3C2%2BCJ%2CYACK%2CQAuBI%2CSACG%3BA2CnhDZ%2CkBAeI%2Cc3C2%2BCJ%2CYACK%2CQAuBI%2CSAEG%3BEACI%2CgBAAA%3B%3BAsBv6ChB%2CmBtB44CA%2CYACK%2CQAuBI%2CSAKG%2CQAAQ%2COsBz6CnB%3BA9BQD%2CYQo4CA%2CYACK%2CQAuBI%2CSAKG%2CQAAQ%2COsBz6CnB%3BAqB9GD%2CkBAeI%2Cc3C2%2BCJ%2CYACK%2CQAuBI%2CSAKG%2CQAAQ%2COsBz6CnB%3BExCgKD%2CSCzQM%2CODyQN%3B%3BAUxJA%2CYQo4CA%2CYAqCK%3BA2C%5C%2FhDL%2CkBAeI%2Cc3C2%2BCJ%2CYAqCK%3BEACG%2CaAAA%3BEACA%2C6BAAA%3B%3BAR36CR%2CYQo4CA%2CYAqCK%2CQAGI%3BA2CliDT%2CkBAeI%2Cc3C2%2BCJ%2CYAqCK%2CQAGI%3BEACG%2CkBAAA%3B%3BAR76CZ%2CYQi7CA%3BA2CviDA%2CkBAeI%2Cc3CwhDJ%3BEACI%2CgBAAA%3B%3BAEj%2BCJ%2CiCF2%5C%2FCA%2COAEM%2CSACE%3BAGrhDR%2CuBHkhDA%2COAEM%2CSACE%3BARnxCR%2CcQgxCA%2COAEM%2CSACE%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAEhgDZ%2CiCFogDA%3BAG3hDA%2CuBH2hDA%3BARzxCA%2CcQyxCA%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAEvgDJ%2CiCFogDA%2CiBAII%2CQACK%3BAEzgDT%2CiCFogDA%2CiBAII%2CQAEK%3BAGjiDT%2CuBH2hDA%2CiBAII%2CQACK%3BAGhiDT%2CuBH2hDA%2CiBAII%2CQAEK%3BAR%5C%2FxCT%2CcQyxCA%2CiBAII%2CQACK%3BAR9xCT%2CcQyxCA%2CiBAII%2CQAEK%3BEAEG%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAEhhDZ%2CiCFogDA%2CiBAeI%3BAG1iDJ%2CuBH2hDA%2CiBAeI%3BARxyCJ%2CcQyxCA%2CiBAeI%3BEACI%2CWAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAEthDR%2CiCF0hDA%2CQAAO%3BAGjjDP%2CuBHijDA%2CQAAO%3BAR%5C%2FyCP%2CcQ%2ByCA%2CQAAO%3BEAEH%2CgBAAA%3B%3BAE5hDJ%2CiCF%2BhDA%3BAGtjDA%2CuBHsjDA%3BARpzCA%2CcQozCA%3BEACI%2CcAAA%3BEACA%2CWAAA%3B%3BAEjiDJ%2CiCF%2BhDA%2CUAGM%2CSACI%3BAG1jDV%2CuBHsjDA%2CUAGM%2CSACI%3BARxzCV%2CcQozCA%2CUAGM%2CSACI%3BEACE%2CaAAA%3B%3BAEpiDZ%2CiCFwiDA%3BAG%5C%2FjDA%2CuBH%2BjDA%3BAR7zCA%2CcQ6zCA%3BEACI%2CmBAAA%3B%3BAnB1nDJ%3BEACI%2CakERc%2CWlEQd%3BEACA%2CSAAS%2C8CAAsB%2COAAO%2CcAClC%2C6CAAqB%2COAAO%2COADhC%3BEAEA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAANJ%3BEACI%2CakEAc%2CWlEAd%3BEACA%2CSAAS%2CgDAAsB%2COAAO%2CcAClC%2C%2BCAAqB%2COAAO%2COADhC%3BEAEA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAANJ%3BEACI%2CakEQc%2CWlERd%3BEACA%2CSAAS%2CiDAAsB%2COAAO%2CcAClC%2CgDAAqB%2COAAO%2COADhC%3BEAEA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAANJ%3BEACI%2CakEgBc%2CWlEhBd%3BEACA%2CSAAS%2C6CAAsB%2COAAO%2CcAClC%2C4CAAqB%2COAAO%2COADhC%3BEAEA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAkEmCJ%3BEjE%2BOA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BA6DlHJ%3BE5DgZI%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEA2BA%2CuBAAA%3BEACQ%2CeAAA%3BEkEnZJ%2CsBAAA%3B%3BAAEJ%2CQAAC%3BEACG%2CWAAA%3BEACA%2CSAAS%2CGAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BANnCR%2CQAEI%2CQAAO%3BE5DsZP%2CoBAAA%3BEACQ%2CYAAA%3BEAaR%2CwBAAA%3BEACQ%2CgBAAA%3BEA3IR%2CoBAAA%3BEAgKA%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3BE4DtbL%2CeAAA%3B%3BAARR%2CQAUI%3BE5D8YA%2CoBAAA%3BEACQ%2CYAAA%3BEAaR%2CwBAAA%3BEACQ%2CgBAAA%3BEAqBR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3BE4D%5C%2FaL%2CeAAA%3B%3BAAfR%2CQAiBI%3BE5DuYA%2CoBAAA%3BEACQ%2CYAAA%3BEAaR%2CwBAAA%3BEACQ%2CgBAAA%3BEAqBR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3BE4DxaL%2CeAAA%3B%3BAAIR%3BEACI%2CiBAAA%3BEACA%2CoBAAA%3B%3BAAFJ%2CUAIM%2CsBAAoB%3BEAClB%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAuGP%2CQArEyB%3BEACtB%3BEACA%3BEACA%2CYAAa%2CQAAO%3BEACpB%2COAAO%3BEACP%2COAAO%3BEACP%2CaAAgB%3BEAChB%2CaAAgB%3BEAChB%2CMAAM%2CSAAS%3BEACf%3BEACA%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CsBAAA%3B%3BEAEJ%3BIACI%2CWAAA%3BI5DiUJ%2CoBAAA%3BIACQ%2CYAAA%3BIAMR%2CsBAAA%3BIACQ%2CcAAA%3BIAMR%2CwBAAA%3BIACQ%2CgBAAA%3B%3BE4D5UJ%2CIAAK%3BIACD%2CWAAA%3B%3BEAIR%3BIACI%2CcAAA%3B%3BEAGJ%2COAAO%3BIAGH%2CiBAAA%3B%3BEMjEA%2CCAAC%2CmBAAwB%2CQN8DtB%3BI5DwLP%2CWAAA%3BIAgKA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEkErZL%2CCAAC%2CoBAAyB%2CQN2DvB%3BI5DwLP%2CUAAA%3BIkE9KA%2CqBAAA%3BIlE8UA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEkElZL%2CCAAC%2CyBAA%2BB%2CQNwD7B%3BI5DwLP%2CUAAA%3BIkElLA%2CYAAA%3BIlEkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEkE%5C%2FYL%2CCAAC%2C0BAAgC%2CQNqD9B%3BI5DwLP%2CUAAA%3BIkEtLA%2CWAAA%3BIlEsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BE4DpVT%3BIAEI%2CiBAAA%3B%3BEMvDA%2CCAAC%2CoBAAyB%3BIlEuO9B%2CUAAA%3BIkEtLA%2CWAAA%3BIlEsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEkEtYL%2CCAAC%2CyBAA%2BB%3BIlEoOpC%2CUAAA%3BIkEtLA%2CWAAA%3BIlEsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEkEnYL%2CCAAC%2C0BAAgC%3BIlEiOrC%2CUAAA%3BIkEtLA%2CWAAA%3BIlEsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BE4D9UT%2C2BAA4B%3BIACxB%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%3BIAEI%2CgBAAA%3BIACA%2CYAAA%3B%3BEMvDA%2CCAAC%2CoBAAyB%3BIlE2N9B%2CUAAA%3BIkElLA%2CYAAA%3BIlEkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEkE1XL%2CCAAC%2CyBAA%2BB%3BIlEwNpC%2CUAAA%3BIkElLA%2CYAAA%3BIlEkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEkEvXL%2CCAAC%2C0BAAgC%3BIlEqNrC%2CUAAA%3BIkElLA%2CYAAA%3BIlEkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BE4DlUT%2C0BACI%3BIACI%2CiBAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3B%3BEAIR%2CMAAM%3BIACF%2CkBAAA%3B%3B%3BAO1IJ%3BEACI%2CgBAAA%3B%3BAAEJ%2CEAAE%3BEACE%2C6BAAA%3B%3BAAEJ%3BEACI%2CmBAAA%3B%3BAAGJ%2CKhEmeE%3BEHzdF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAmEbA%2CMACI%3BEACI%2C0BAAA%3B%3BAAGI%2CMAJR%2CMAGM%2CKACG%2CYACG%3BAADJ%2CMAJR%2CMAGM%2CKACG%2CYAEG%3BEACI%2C0BAAA%3BEACA%2CiBAAA%3B%3BAATpB%2CMACI%2CMAYI%3BAAbR%2CMACI%2CMAaI%3BEACI%2CSAAA%3B%3BAAfZ%2CMACI%2CMAgBI%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3B%3BAChCZ%2CQAAQ%3BEpE%2BRR%2CkBAAA%3BEAAA%2C%2BBAAA%3BEqEnQA%2CcAAA%3BErEmQA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEqEtCA%2CkBAAA%3B%3BADzPA%2CQAAQ%2CKCoDR%3BErE2OA%2CcAAA%3B%3BAqExOI%2CQDvDI%2CKCoDR%2CEAGK%3BErEwOL%2CcAAA%3B%3BAqEpOI%2CQD3DI%2CKCoDR%2CEAOK%3BErEoOL%2CcAAA%3B%3BAoE%5C%2FRA%2CQAAQ%2CKC2PN%2CIAAC%2CYAAY%3BE7BiGf%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCzOW%2CODyOX%3BEAAA%2CayCtOe%2CazCsOf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BExCxEA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BEqErBI%2CkBAAA%3BEACA%2CkBAAA%3B%3BADvQJ%2CQAAQ%3BEpE2RR%2CkBAAA%3BEAAA%2C%2BBAAA%3BEqEnQA%2CcAAA%3BErEmQA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEqEtCA%2CkBAAA%3B%3BADrPA%2CQAAQ%2CMCgDR%3BErE2OA%2CcAAA%3B%3BAqExOI%2CQDnDI%2CMCgDR%2CEAGK%3BErEwOL%2CcAAA%3B%3BAqEpOI%2CQDvDI%2CMCgDR%2CEAOK%3BErEoOL%2CcAAA%3B%3BAoE3RA%2CQAAQ%2CMCuPN%2CIAAC%2CYAAY%3BE7BiGf%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCvOS%2CODuOT%3BEAAA%2CayCtOe%2CazCsOf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BExCxEA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BEqErBI%2CkBAAA%3BEACA%2CkBAAA%3B%3BADnQJ%2CQAAQ%3BEpEuRR%2CkBAAA%3BEAAA%2C%2BBAAA%3BEqEnQA%2CcAAA%3BErEmQA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEqEtCA%2CkBAAA%3B%3BADjPA%2CQAAQ%2CQC4CR%3BErE2OA%2CcAAA%3B%3BAqExOI%2CQD%5C%2FCI%2CQC4CR%2CEAGK%3BErEwOL%2CcAAA%3B%3BAqEpOI%2CQDnDI%2CQC4CR%2CEAOK%3BErEoOL%2CcAAA%3B%3BAoEvRA%2CQAAQ%2CQCmPN%2CIAAC%2CYAAY%3BE7BiGf%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCzOW%2CODyOX%3BEAAA%2CayCtOe%2CazCsOf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BExCxEA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BEqErBI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAD%5C%2FPJ%2CQAAQ%3BEpEmRR%2CkBAAA%3BEAAA%2C%2BBAAA%3BEqEnQA%2CcAAA%3BErEmQA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEqEtCA%2CkBAAA%3B%3BAD7OA%2CQAAQ%2COCwCR%3BErE2OA%2CcAAA%3B%3BAqExOI%2CQD3CI%2COCwCR%2CEAGK%3BErEwOL%2CcAAA%3B%3BAqEpOI%2CQD%5C%2FCI%2COCwCR%2CEAOK%3BErEoOL%2CcAAA%3B%3BAoEnRA%2CQAAQ%2COC%2BON%2CIAAC%2CYAAY%3BE7BiGf%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCzOW%2CODyOX%3BEAAA%2CayCtOe%2CazCsOf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BExCxEA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BEqErBI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAD3PJ%2CQAAQ%3BEpE%2BQR%2CkBAAA%3BEAAA%2C%2BBAAA%3BEqEnQA%2CcAAA%3BErEmQA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEqEtCA%2CkBAAA%3B%3BADzOA%2CQAAQ%2CQCoCR%3BErE2OA%2CcAAA%3B%3BAqExOI%2CQDvCI%2CQCoCR%2CEAGK%3BErEwOL%2CcAAA%3B%3BAqEpOI%2CQD3CI%2CQCoCR%2CEAOK%3BErEoOL%2CcAAA%3B%3BAoE%5C%2FQA%2CQAAQ%2CQC2ON%2CIAAC%2CYAAY%3BE7BiGf%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCxOW%2CODwOX%3BEAAA%2CayCtOe%2CazCsOf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BExCxEA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BEqErBI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAC3QJ%2CMAAM%2COACF%3BAADJ%2CMAAM%2COAEF%3BEACI%2CaAAA%3B%3BAAIR%3BEtEwRA%2CqBAAA%3BEwC9QA%2CqBAAA%3BE8BFI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA9BCJ%2CWAAC%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCzPQ%2CODyPR%3BEAAA%2CayCtOe%2CazCsOf%3BEAAA%2CsBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CWADH%2CMACI%3BExC2PL%2CcAAA%3B%3BAsExRA%2CW9B4QE%3BExChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAuE1BA%2CQAAQ%3BECqBR%2CkBAAA%3B%3BADrBA%2CQAAQ%2CQCuBR%3BExEwQA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CkBAAA%3BEAAA%2CYAAA%3BEwEhQI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BExE8PJ%2CcAAA%3BEAAA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEwExFA%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%3BExEqOL%2CiBAAA%3BEwEnOQ%2CyBAAA%3B%3BAAGJ%2CQD%5C%2FDI%2CQCuBR%2CiBAwCK%3BExEgOL%2CiBAAA%3BEwE9NQ%2CyBAAA%3B%3BAAyIR%2CQD1MQ%2CQCuBR%2CiBAmLC%3BAACD%2CQD3MQ%2CQCuBR%2CiBAoLC%3BEACG%2CYAAA%3B%3BAAGJ%2CQD%5C%2FMQ%2CQCuBR%2CiBAwLC%3BExEgFD%2CyBAAA%3BEAAA%2CUAAA%3BEAAA%2CiBAAA%3B%3BAwE1EA%2CQDrNQ%2CQCuBR%2CiBA8LC%3BExE0ED%2CyBAAA%3BEAAA%2CUAAA%3BEAAA%2CiBAAA%3B%3BAwEhNA%2CQD%5C%2FEQ%2CQC%2BEN%3BExEgNF%2CYAAA%3B%3BAwE5MA%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%2CkBAAA%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%3BEzE%2BRL%2C0CAAA%3BEAAA%2CaAAA%3BE0E7QA%2CSAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEDpBI%2CkBAAA%3B%3BACsBJ%2CKDxBK%2CUCwBJ%3BE1EuQD%2C4B2E3RgC%2C2C3E2RhC%3BEAAA%2CkBAAA%3BEAAA%2CaAAA%3BEAAA%2CYAAA%3BE0EhQI%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%3BAG%5C%2FBR%3BE5E2RI%2CSAAA%3BEAAA%2CgBAAA%3BEAAA%2CUAAA%3BEK0KA%2CuBAAA%3B%3BAuErcJ%2CSvEucM%3BEACE%2CsBAAA%3B%3BAuExcR%2CSvE2cM%3BELhLF%2CgBAAA%3BEAAA%2CmBAAA%3BEAAA%2CWAAA%3BEKoLI%2CsBAAA%3BEACA%2CWAAA%3BELrLJ%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BAKgMI%2CSAhBF%2CUAgBM%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAuE9dR%2CSAAC%3BEACG%2CgBAAA%3B%3BAAHR%2CSAKM%3BAALN%2CSAMM%2CUAAU%3BE5EqRZ%2CgBAAA%3B%3BA4E3RJ%2CSAKM%2CSvE0wBA%3BAuE%5C%2FwBN%2CSAMM%2CUAAU%2CSvEywBV%3BELpfF%2CeAAA%3BEKwfI%2CqBAAA%3B%3BAAtOJ%2CSuExiBE%2CSvEwiBD%3BAAAD%2CSuEviBE%2CUAAU%2CSvEuiBX%3BEACG%2CgBAAA%3B%3BAuE9iBR%2CSAKM%2CSvEkjBA%3BAuEvjBN%2CSAMM%2CUAAU%2CSvEijBV%3BEL5RF%2CgBAAA%3BEAAA%2CiBAAA%3B%3BAKqSI%2CSuE3jBF%2CSvEkjBA%2CSASM%3BAAAJ%2CSuE1jBF%2CUAAU%2CSvEijBV%2CSASM%3BEACA%2CaAAA%3B%3BAuEjkBZ%2CSAKM%2CSvEgkBF%2CQACI%3BAuEtkBR%2CSAMM%2CUAAU%2CSvE%2BjBZ%2CQACI%3BEACI%2CmBAAA%3B%3BALhiBR%2CS4ElCE%2CSvEskBF%2CQAAO%2CMLpiBN%3BAAAD%2CS4EjCE%2CUAAU%2CSvEqkBZ%2CQAAO%2CMLpiBN%3BAACD%2CS4EnCE%2CSvEskBF%2CQAAO%2CMLniBN%3BAAAD%2CS4ElCE%2CUAAU%2CSvEqkBZ%2CQAAO%2CMLniBN%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CS4ExCE%2CSvEskBF%2CQAAO%2CML9hBN%3BAAAD%2CS4EvCE%2CUAAU%2CSvEqkBZ%2CQAAO%2CML9hBN%3BEACG%2CWAAA%3B%3BA4E9CR%2CSAKM%2CSvEskBF%2CQAAO%2CMAEH%3BAuE7kBR%2CSAMM%2CUAAU%2CSvEqkBZ%2CQAAO%2CMAEH%3BEACI%2CsBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CSuE7kBF%2CSvEskBF%2CQAAO%2CMAOF%2CQAAS%3BAAAV%2CSuE5kBF%2CUAAU%2CSvEqkBZ%2CQAAO%2CMAOF%2CQAAS%3BEACN%2CqBAAA%3B%3BAAGJ%2CSuEjlBF%2CSvEskBF%2CQAAO%2CMAWF%2CQAAS%3BAAAV%2CSuEhlBF%2CUAAU%2CSvEqkBZ%2CQAAO%2CMAWF%2CQAAS%3BEACN%2CYAAA%3B%3BAAGJ%2CSuErlBF%2CSvEskBF%2CQAAO%2CMAeF%2CQAAS%3BAAAV%2CSuEplBF%2CUAAU%2CSvEqkBZ%2CQAAO%2CMAeF%2CQAAS%3BEACN%2CqBAAA%3B%3BAAGJ%2CSuEzlBF%2CSvEskBF%2CQAAO%2CMAmBF%2CQAAS%3BAAAV%2CSuExlBF%2CUAAU%2CSvEqkBZ%2CQAAO%2CMAmBF%2CQAAS%3BEACN%2CqBAAA%3B%3BAuE%5C%2FlBZ%2CSAKM%2CSvE8lBF%3BAuEnmBJ%2CSAMM%2CUAAU%2CSvE6lBZ%3BELpNA%2C4BAAA%3BEACA%2C2BAAA%3BEACA%2CoBAAA%3BEA2BA%2CyBAAA%3BEACQ%2CiBAAA%3BEKyLJ%2CUAAA%3BEACA%2CWAAA%3B%3BAuEvmBR%2CSAKM%2CSvE8lBF%2COAMI%3BAuEzmBR%2CSAMM%2CUAAU%2CSvE6lBZ%2COAMI%3BAuEzmBR%2CSAKM%2CSvE8lBF%2COAOI%3BAuE1mBR%2CSAMM%2CUAAU%2CSvE6lBZ%2COAOI%3BAuE1mBR%2CSAKM%2CSvE8lBF%2COAQI%3BAuE3mBR%2CSAMM%2CUAAU%2CSvE6lBZ%2COAQI%3BELhLJ%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3BEAxBT%2CwBAAA%3BEACQ%2CgBAAA%3BEKwMA%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAuEhnBZ%2CSAKM%2CSvE8lBF%2COAgBI%3BAuEnnBR%2CSAMM%2CUAAU%2CSvE6lBZ%2COAgBI%3BAuEnnBR%2CSAKM%2CSvE8lBF%2COAiBI%3BAuEpnBR%2CSAMM%2CUAAU%2CSvE6lBZ%2COAiBI%3BELzVJ%2CgBAAA%3BEAAA%2C4BAAA%3BEAAA%2CsBAAA%3BEAAA%2CkBAAA%3BEAAA%2CwEAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CgBAAA%3BEAAA%2CaAAA%3BEAAA%2CwBAAA%3BEAAA%2CWAAA%3BEKjPA%2CsBAAA%3BELiZA%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3BEK0LD%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAzPR%2CSuE5XE%2CSvE8lBF%2COAgBI%2CWAlPH%3BAAAD%2CSuE3XE%2CUAAU%2CSvE6lBZ%2COAgBI%2CWAlPH%3BAAAD%2CSuE5XE%2CSvE8lBF%2COAiBI%2CUAnPH%3BAAAD%2CSuE3XE%2CUAAU%2CSvE6lBZ%2COAiBI%2CUAnPH%3BELtGD%2CYAAA%3B%3BAKqHA%2CSuE3YE%2CSvE8lBF%2COAgBI%2CWAnOH%3BAAAD%2CSuE1YE%2CUAAU%2CSvE6lBZ%2COAgBI%2CWAnOH%3BAAAD%2CSuE3YE%2CSvE8lBF%2COAiBI%2CUApOH%3BAAAD%2CSuE1YE%2CUAAU%2CSvE6lBZ%2COAiBI%2CUApOH%3BELrHD%2CWAAA%3B%3BAK0HA%2CSuEhZE%2CSvE8lBF%2COAgBI%2CWA9NH%3BAAAD%2CSuE%5C%2FYE%2CUAAU%2CSvE6lBZ%2COAgBI%2CWA9NH%3BAAAD%2CSuEhZE%2CSvE8lBF%2COAiBI%2CUA%5C%2FNH%3BAAAD%2CSuE%5C%2FYE%2CUAAU%2CSvE6lBZ%2COAiBI%2CUA%5C%2FNH%3BEL1HD%2CWAAA%3B%3BAK%2BHA%2CSuErZE%2CSvE8lBF%2COAgBI%2CWAzNH%3BAAAD%2CSuEpZE%2CUAAU%2CSvE6lBZ%2COAgBI%2CWAzNH%3BAAAD%2CSuErZE%2CSvE8lBF%2COAiBI%2CUA1NH%3BAAAD%2CSuEpZE%2CUAAU%2CSvE6lBZ%2COAiBI%2CUA1NH%3BEL%5C%2FHD%2CWAAA%3B%3BA4E3RJ%2CSAKM%2CSvE8lBF%2COA0BI%3BAuE7nBR%2CSAMM%2CUAAU%2CSvE6lBZ%2COA0BI%3BEACI%2CWAAA%3BELnMR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3B%3BA4E7bb%2CSAKM%2CSvE8nBF%3BAuEnoBJ%2CSAMM%2CUAAU%2CSvE6nBZ%3BELxWA%2CkBAAA%3B%3BAKugBI%2CSuE7xBF%2CSvE2xBD%2CSAAY%2CSAER%3BAAAD%2CSuE5xBF%2CUAAU%2CSvE0xBX%2CSAAY%2CSAER%3BAAAD%2CSuE7xBF%2CSvE4xBD%2CUAAa%2CSACT%3BAAAD%2CSuE5xBF%2CUAAU%2CSvE2xBX%2CUAAa%2CSACT%3BEACG%2CSAAS%2CGAAT%3BELxgBR%2CcAAA%3BEAAA%2CiBAAA%3BEAAA%2CoBAAA%3B%3BA4E3RJ%2CSAKM%2CSvEk0BF%3BAuEv0BJ%2CSAMM%2CUAAU%2CSvEi0BZ%3BEL5iBA%2CiBAAA%3BEAAA%2CeAAA%3BEAAA%2CUAAA%3BEAAA%2CqBAAA%3BEwC9QA%2CqBAAA%3B%3BAAMA%2CSoCdE%2CSvEk0BF%2CMmCpzBC%3BAAAD%2CSoCbE%2CUAAU%2CSvEi0BZ%2CMmCpzBC%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CayCtOe%2CazCsOf%3BEAAA%2CsBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAoC5VI%2CSAHF%2CSAGG%2CSACK%3BAADN%2CSAFF%2CUAAU%2CSAEP%2CSACK%3BE5EMV%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA4ETI%2CSARF%2CSAQG%2COACG%3BAADJ%2CSAPF%2CUAAU%2CSAOP%2COACG%3BEACI%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BAAIJ%2COAAO%2CIAAI%2COAAQ%2CUAhBzB%2CSAeE%3BAACI%2COAAO%2CIAAI%2COAAQ%2CUAfzB%2CUAAU%2CSAcR%3BEAEQ%2CmBAAA%3B%3BAAtBhB%2CSAKM%2CSAoBE%2COAAM%3BAAzBd%2CSAMM%2CUAAU%2CSAmBR%2COAAM%3BEACF%2CqBAAA%3B%3BAACA%2CSAtBN%2CSAoBE%2COAAM%2COAED%3BAAAD%2CSArBN%2CUAAU%2CSAmBR%2COAAM%2COAED%3BEACG%2CgBAAA%3B%3BAAKhB%2COAAU%3BAACV%2COAAU%3BEACN%2CWAAA%3B%3BAAEJ%2COACI%3BEACI%2CoBAAA%3B%3BAAGR%2CQAAQ%3BEACJ%2CSAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CMAAM%2CKACF%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3B%3BAAuBR%3BE5EkME%2CwBAAA%3BEACK%2CqBAAA%3BEACC%2CoBAAA%3BE4ErNJ%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CqBAAoC%2C6CAApC%3BEACA%2C0BAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAe%2CEAAf%3B%3BAACA%2CMAAC%3BEACG%2CaAAA%3B%3BAAEJ%2CQAAS%3BEACL%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAQR%2CGAAG%2CWAAW%3BEACV%2CeAAA%3B%3BAAKJ%2CMAAO%3BEJlEH%2CkBAAA%3B%3BAIkEJ%2CMAAO%2CSJhEH%3BExEwQA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CkBAAA%3BEAAA%2CYAAA%3BEwEhQI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BExE8PJ%2CcAAA%3BEAAA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CgBAAA%3BEwEvHA%2CUAAA%3BEACA%2CMAAA%3B%3BAAxHI%2CMIsCD%2CSJhEH%2CiBA0BK%3BAACD%2CMIqCD%2CSJhEH%2CiBA2BK%3BEACG%2CyBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CMI6BD%2CSJhEH%2CiBAmCK%3BExEqOL%2CiBAAA%3BEwEnOQ%2CyBAAA%3B%3BAAGJ%2CMIwBD%2CSJhEH%2CiBAwCK%3BExEgOL%2CiBAAA%3BEwE9NQ%2CyBAAA%3B%3BAA0GR%2CMIpFG%2CSJhEH%2CiBAoJC%3BAACD%2CMIrFG%2CSJhEH%2CiBAqJC%3BEACG%2CWAAA%3B%3BAAGJ%2CMIzFG%2CSJhEH%2CiBAyJC%3BExE%2BGD%2CwBAAA%3BEAAA%2CgBAAA%3BEAAA%2CSAAA%3B%3BAwEzGA%2CMI%5C%2FFG%2CSJhEH%2CiBA%2BJC%3BExEyGD%2CwBAAA%3BEAAA%2CgBAAA%3BEAAA%2CSAAA%3B%3BAwEhNA%2CMIQG%2CSJRD%3BExEgNF%2CYAAA%3B%3BAwE5MA%2CMIIG%2CSJJD%2CgBAA2B%2CMAAS%3BAACtC%2CMIGG%2CSJHD%2CgBAA2B%2CMAAS%3BAACtC%2CMIEG%2CSJFF%2CMAAO%3BEACJ%2CcAAA%3B%3BAICR%2CMAAO%2CSAEH%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAIR%2CKAAK%2CMAAS%2CWAAS%3BAACvB%2CMAAM%2CMAAS%2CWAAS%3BEACpB%2CcAAA%3B%3BAAGJ%2CcACM%3BExEiIF%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEAEA%2CiBAAA%3BEJgDA%2CgBAAA%3BEAAA%2CcAAA%3BEwC9QA%2CqBAAA%3BEoC8FI%2CqBAAA%3BEACA%2CsBAAA%3B%3BAxEkIJ%2CcwE7IE%2CyBxE6ID%3BAACD%2CcwE9IE%2CyBxE8ID%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CcwEnJE%2CyBxEmJD%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CcwExJE%2CyBxEwJD%3BAACD%2CcwEzJE%2CyBxEyJD%3BAACD%2CQAAQ%2CUAAW%2CewE1JjB%3BExE2JE%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BA4E3LJ%2CcACM%2CyBpC8KA%3BExChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAwCHA%2CcoC8EE%2CyBpC9ED%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgE9OY%2COhE8OZ%3BEAAA%2CayCtOe%2CazCsOf%3BEAAA%2CsBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAoCvPI%2CcAZF%2CyBAYG%3BEACG%2CgBAAA%3BEACA%2CUAAA%3B%3BAAQZ%2CQACI%3BEACI%2CSAAA%3B%3BAAGI%2CQAJR%2CUAEM%2CSAAM%2CIAAI%2CSAEP%2CIAAI%3BAAAL%2CQAJR%2CUAGI%2CQAAU%2CSACL%2CIAAI%3BEACD%2CgBAAA%3B%3BAANhB%2CQACI%2CUAEM%2CSAAM%2CIAAI%2CSAKR%3BAARZ%2CQACI%2CUAGI%2CQAAU%2CSAIN%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAZhB%2CQACI%2CUAEM%2CSAAM%2CIAAI%2CSAWR%3BAAdZ%2CQACI%2CUAGI%2CQAAU%2CSAUN%3BEACI%2CWAAA%3B%3BA7EnIZ%3BEACI%2Ca0CiDW%2Ca1CjDX%3BEACA%2CSAAS%2CwCAAsB%2COAAO%2CcAClC%2CuCAAqB%2COAAO%2COADhC%3BEAEA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BA8EVR%3BAACA%2CCAAC%2COAAO%3BE7E2RJ%2CkBAAA%3BE6EzRA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CMAAM%2COAAO%3BEACT%2CYAAA%3B%3BAAIA%2CMAAC%2CIAAI%3BEACD%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3B%3BAAEJ%2CMAAC%3BEACG%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAOI%2CIAFP%2CIAAI%2CYACD%2COACK%3BEACG%2CgBAAA%3B%3BAAMhB%2CCAAC%2COAAO%3BE7EsPJ%2CqBAAA%3BEIxHA%2CqBAAA%3B%3BAAEA%2CCyEhIH%2COAAO%2CQzEgIH%3BAACD%2CCyEjIH%2COAAO%2CQzEiIH%3BAACD%2CCyElIH%2COAAO%2CQzEkIH%3BEACG%2CqBAAA%3B%3BAyE%5C%2FHR%2COAAO%3BEzECH%2CsBAAA%3BEJiPA%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CaCpRqB%2CaCFC%2C8CFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CeAAA%3BEI9NA%2CsBAAA%3BEACA%2CsBAAA%3BEyEnBA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAzEmCA%2COyEtCG%2CQzEsCF%3BAACD%2COyEvCG%2CQzEuCF%3BEJ2MD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAI%5C%2FLA%2COyEnDG%2CQzEmDF%3BEJ%2BLD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAInLA%2COyE%5C%2FDG%2CQzE%2BDF%3BAACD%2COyEhEG%2CQzEgEF%3BAACD%2CQAAQ%2CUAAW%2CQyEjEhB%3BE7EkPH%2CYAAA%3BEI%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAyE9DR%2CqBACI%3BEACI%2C0BAAA%3B%3BACtDJ%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%3BA%5C%2FE7HJ%2CQ8E5CQ%2CKAAK%2CMCoKX%2CQAAK%2CQ%5C%2FExHN%3BAACD%2CQ8E7CQ%2CKAAK%2CMCoKX%2CQAAK%2CQ%5C%2FEvHN%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CQ8ElDQ%2CKAAK%2CMCoKX%2CQAAK%2CQ%5C%2FElHN%3BEACG%2CWAAA%3B%3BA%2BEwHA%2CQD3KI%2CKAAK%2CMCoKX%2CQAAK%2CQAOF%3BEACG%2CcAAA%3B%3BAD5KR%2CQAAQ%2CKAAK%2CMC4NP%2CQAAK%3BE%5C%2FEoEX%2CSAAA%3B%3BA8EhSA%2CQAAQ%2CKAAK%2CMCqOX%2CQAAK%2CMACD%3BE%5C%2FE0DN%2C0BAAA%3BEAAA%2CYAAA%3BEAAA%2C8BAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3B%3BADjJA%2CQ%2BE%5C%2FIQ%2CKAAK%2CMCqOX%2CQAAK%2CMACD%2CUhFvFL%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CQ%2BEpJQ%2CKAAK%2CMCqOX%2CQAAK%2CMACD%2CUhFlFL%3BEC4ID%2CcAAA%3BEAAA%2CqBAAA%3B%3BADvIA%2CQ%2BEzJQ%2CKAAK%2CMCqOX%2CQAAK%2CMACD%2CUhF7EL%3BECuID%2CcAAA%3BEAAA%2CqBAAA%3B%3BA%2BEzBI%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%3BE%5C%2FEsBtB%2CcAAA%3BEAAA%2CqBAAA%3BEAAA%2CmBAAA%3B%3BA8EhSA%2CQAAQ%2CKAAK%2CMCkRX%2CQAAK%3BE%5C%2FEcP%2CmBAAA%3BEAAA%2CSAAA%3BEAAA%2C6BAAA%3B%3BA8EhSA%2CQAAQ%2CKAAK%2CMAMT%2CMAAK%2CMACD%3BEACI%2CkBAAA%3BEtCwDZ%2CqBAAA%3B%3BAAMA%2CQsCtEQ%2CKAAK%2CMAMT%2CMAAK%2CMACD%2CEtC%2BDP%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCxQQ%2CODwQR%3BEAAA%2CayCtOe%2CazCsOf%3BEAAA%2CsBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAsCpVY%2CQArBJ%2CKAAK%2CMAMT%2CMAAK%2CMACD%2CEAcK%3BEACG%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CQAAA%3B%3BAAGR%2CQA3BA%2CKAAK%2CMAMT%2CMAAK%2CMAqBA%2COAAQ%2CEAAC%3BEACN%2CS7ELN%2CO6EKM%3B%3BAA5BZ%2CQAAQ%2CKAAK%2CMA%2BBT%2COAAO%2CEAAC%3BEACJ%2CgBAAA%3B%3BAAhCR%2CQAAQ%2CKAAK%2CMAkCT%3BEACI%2CSAAA%3B%3BAEnCR%2CMC8VE%3BEjF1UF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAgF3BA%2CMCmHA%3BEjF%2BHA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEiFgEA%2CmBAAA%3BEjFpBA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CqBAAA%3BEAAA%2CgBAAA%3B%3BAgFhSA%2CMC6HA%3BEjFmKA%2CiBAAA%3BEAAA%2CmBAAA%3BEAnCA%2CsBAAA%3BEAmCA%2CiBAAA%3BEAAA%2CqBAAA%3B%3BAgFhSA%2CMC6HA%2CMAUI%3BEjFnHJ%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAgF3BA%2CMC4IA%2CEAAC%3BEjFoJD%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEAAA%2CiBAAA%3BEAAA%2CqBAAA%3B%3BAiFtII%2CMAdJ%2CEAAC%2CKAcI%3BEjFsIL%2CcAAA%3B%3BAiF1HI%2CMA1BJ%2CEAAC%2CKA0BI%3BEjF0HL%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3BEAAA%2CqBAAA%3B%3BAiF7GI%2CMAvCJ%2CEAAC%2CKAuCI%3BEjF6GL%2CWAAA%3B%3BAgFhSA%2CMCgMA%2COAAM%3BEjFgGN%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEAnCA%2CsBAAA%3BEAmCA%2CWAAA%3BEAAA%2CqBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BAgFhSA%2CMCqNA%3BEjF2EA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3BEAAA%2CqBAAA%3BEAAA%2CUAAA%3BEAAA%2CqBAAA%3B%3BAiF7DI%2CMAdJ%2CQAcK%3BEjF6DL%2CWAAA%3B%3BAiFjDI%2CMA1BJ%2CQA0BK%3BEjFiDL%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3BEAAA%2CqBAAA%3B%3BAiFpCI%2CMAvCJ%2CQAuCK%3BEjFoCL%2CWAAA%3B%3BAiFxBI%2CMAnDJ%2CQAmDK%3BEjFwBL%2CqBAAA%3BEwC9QA%2CqBAAA%3B%3BAyC4WI%2CMAzKJ%2CQAmDK%2CKAqHJ%2CQACI%3BEjF9FL%2CWAAA%3B%3BAiFoGI%2CMA%5C%2FKJ%2CQAmDK%2CKA2HJ%2COACI%3BEjFpGL%2CWAAA%3B%3BAiFxBI%2CMAnDJ%2CQAmDK%2CKzCYH%3BExChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAwCHA%2CMyC6LA%2CQAmDK%2CKzChPJ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CSCpPQ%2CODoPR%3BEAAA%2CayCtOe%2CazCsOf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CMyCgLJ%2CQAmDK%2CKzCpOJ%2CMACI%3BExC2PL%2CWAAA%3B%3BAwCrPI%2CMyC0KJ%2CQAmDK%2CKzC9NJ%2COACI%3BExCqPL%2CWAAA%3B%3BAiFNI%2CMArEJ%2CQAqEK%3BEjFML%2CqBAAA%3BEwC9QA%2CqBAAA%3B%3BAyC4WI%2CMAzKJ%2CQAqEK%2CSAmGJ%2CQACI%3BEjF9FL%2CWAAA%3B%3BAiFoGI%2CMA%5C%2FKJ%2CQAqEK%2CSAyGJ%2COACI%3BEjFpGL%2CWAAA%3B%3BAiFNI%2CMArEJ%2CQAqEK%2CSzCNH%3BExChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAwCHA%2CMyC6LA%2CQAqEK%2CSzClQJ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CSCnPQ%2CODmPR%3BEAAA%2CayCtOe%2CazCsOf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CMyCgLJ%2CQAqEK%2CSzCtPJ%2CMACI%3BExC2PL%2CWAAA%3B%3BAwCrPI%2CMyC0KJ%2CQAqEK%2CSzChPJ%2COACI%3BExCqPL%2CWAAA%3B%3BAgFhSA%2CMAEI%3BEACI%2CWAAA%3BEACA%2CkBAAA%3B%3BAAJR%2CMAMI%3BEACI%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAATR%2CMAWI%2CMAAK%3BEACD%2CeAAA%3B%3BA1CXZ%2CgBACM%3BAADN%2CgBAEM%3BEACE%2CkBAAA%3BEAWA%2CqBAAA%3B%3BAAdR%2CgBACM%2CWAGE%3BAAJR%2CgBAEM%2CaAEE%3BEAEI%2CqBAAA%3B%3BAACA%2CgBANN%2CWAGE%2CQAGK%3BAAAD%2CgBALN%2CaAEE%2CQAGK%3BEACG%2CgBAAA%3B%3BAAOR%2CgBAdF%2CWAcG%3BAAAD%2CgBAbF%2CaAaG%3BEACG%2CgBAAA%3B%3BAAhBZ%2CgBAmBM%2CaACE%2CQAAO%3BEACH%2CaAAA%3B%3BAAKZ%2CQAAS%2CiBACL%2CQAAO%3BEACH%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAJR%2CQAAS%2CiBAML%2CWAAW%2CEAAC%3BEACR%2CiBAAA%3BEACA%2CSAAA%3B%3BA4CnCJ%3BElFgSA%2CgBAAA%3BEAAA%2CgBAAA%3B%3BAkFhSA%2CYCoEA%3BEnF4NA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAmFtHA%2CYCoEA%2COpFwDE%3BEACE%2CqBAAA%3BEACA%2CmBAAA%3B%3BAmF9HJ%2CYC0EA%3BEACI%2CSAAA%3B%3BAD3EJ%2CYC8EA%3BEnFkNA%2CcAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3B%3BAmFpMI%2CYAdJ%2CEAcK%3BEnFoML%2CcAAA%3BEAAA%2CqBAAA%3B%3BAmFvLI%2CYA3BJ%2CEA2BK%3BEnFuLL%2CcAAA%3BEAAA%2C0BAAA%3B%3BAmF1KI%2CYAxCJ%2CEAwCK%3BEnF0KL%2CcAAA%3BEAAA%2CqBAAA%3B%3BAkFhSA%2CYCoIA%3BEnF4JA%2CgBAAA%3BEAAA%2CeAAA%3B%3BAkFhSA%2CYC4JI%2CMAAK%2CIAAI%3BEnFoIb%2CqBAAA%3BEwChOA%2CqBAAA%3B%3BAAMA%2CY2CsFI%2CMAAK%2CIAAI%2Ca3CtFZ%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCvP6B%2CODuP7B%3BEAAA%2CayCtOe%2CazCsOf%3BEAAA%2CgBAAA%3BEAAA%2CsBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BA0CtWA%2CaAAgB%3BEACZ%2CUAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3B%3BAALJ%2CaAAgB%2CeAOZ%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAXR%2CaAAgB%2CeAcZ%3BAAdJ%2CaAAgB%2CeAcT%2CEAAC%3BAAdR%2CaAAgB%2CeAcA%2CEAAC%3BEACT%2CcAAA%3B%3BAAfR%2CaAAgB%2CeAkBZ%2CMAAK%2CIAAI%2CaAAa%3BEAClB%2CiBAAA%3B%3BA5DXI%2CUAFP%2CMACG%2CQACK%3BEtBqRb%2CkBAAA%3BEsBjRgB%2CYAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEtB6QhB%2CqBAAA%3BEIzDA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEJgDA%2CgBAAA%3B%3BAsBrRY%2CUAFP%2CMACG%2CQACK%2CMkByQX%3BExChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAwCHA%2CUlBfK%2CMACG%2CQACK%2CMkBaZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSC5PU%2COD4PV%3BEAAA%2CayCtOe%2CazCsOf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CUlB5BC%2CMACG%2CQACK%2CMkByBZ%2CMACI%3BExC2PL%2CcAAA%3B%3BAwCrPI%2CUlBlCC%2CMACG%2CQACK%2CMkB%2BBZ%2COACI%3BExCqPL%2CoCAAA%3B%3BAI7CA%2CUkB1OK%2CMACG%2CQACK%2CMlBwOZ%3BAACD%2CUkB3OK%2CMACG%2CQACK%2CMlByOZ%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CUkBhPK%2CMACG%2CQACK%2CMlB8OZ%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CUkBrPK%2CMACG%2CQACK%2CMlBmPZ%3BAACD%2CUkBtPK%2CMACG%2CQACK%2CMlBoPZ%3BAACD%2CQAAQ%2CUAAW%2CWkBvPd%2CMACG%2CQACK%3BElBsPT%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BAsBpPY%2CMAFR%2CiBACI%2CQACK%3BEAEG%2CgBAAA%3B%3BAAMhB%3BEAQI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAtB6aJ%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%3BA%2BD5RQ%2CMAAC%2CWAAY%3BAACb%2CMAAC%2CWAAY%3BEACT%2CeAAA%3B%3BAAuBR%3BAACA%3BEACI%2CcAAA%3BE%5C%2FDiQR%2CiBAAA%3BE%2BD%5C%2FPQ%2CcAAA%3B%3BAAJJ%2CoBAMI%3BAALJ%2CoBAKI%3BEACI%2CgBAAA%3B%3BAAWR%2CoBAAuB%3BAACvB%2CKAAK%3BEACD%2CcAAA%3BE%5C%2FD%2BOR%2CiBAAA%3B%3BA%2BD5OQ%2CoBALmB%2CuBAKlB%3BAAAD%2CKAJC%2CYAIA%3BEACG%2CSAAS%2CiBAAiB%2CIAA1B%3BE%5C%2FD2OZ%2CiBAAA%3B%3BA%2BDjPI%2CoBAAuB%2CuBAUnB%3BAATJ%2CKAAK%2CYASD%3BE%5C%2FDuOR%2CiBAAA%3B%3BAoF%5C%2FJI%2CIAAC%3BEACG%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAKR%3BEpFuJA%2CYAAA%3B%3BAoFnJA%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%3BEpFwOA%2CsBAAA%3BEAAA%2C4CAAA%3BEoFrOI%2CUAAA%3BEACA%2CoBAAA%3B%3BAAsFJ%3BEpF8IA%2CUAAA%3BEAAA%2CYAAA%3B%3BAoF5NA%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%3BEpF8PZ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkCA%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3B%3BAoFtSJ%2CYAAC%2CcAOG%3BAAPJ%2CYAAC%2CcAQG%3BEpFgQR%2CoBAAA%3BEACQ%2CYAAA%3BEAMR%2CsBAAA%3BEACQ%2CcAAA%3B%3BAoFhRJ%2CYAAC%2CcAaG%3BEACI%2CgBAAA%3B%3BAAdR%2CYAAC%2CcAiBG%3BEACI%2CgBAAA%3B%3BAApBZ%2CYAwBI%3BAAxBJ%2CYAyBI%3BAAzBJ%2CYA0BI%3BEpFoHJ%2CwBAAA%3B%3BAoF9IA%2CYA8BI%3BEpFgHJ%2CsBAAA%3BEAAA%2CmBAAA%3B%3BAoF1GA%3BEpF0GA%2CYAAA%3BEoFvMA%2COAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CYAAC%2CQACG%3BEpFmMJ%2CgBAAA%3B%3BAoF9LA%2CYAAC%2CMACG%3BEACI%2CmBAAmB%2CaAAnB%3BEACQ%2CWAAW%2CaAAX%3B%3BAAiFhB%2CYA7EA%3BEpFuLA%2CiBAAA%3BEAAA%2CUAAA%3BEAoHA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkCA%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3BEoF5UJ%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%3BEpFgFJ%2CkBAAA%3BEAAA%2CmBAAA%3B%3BAoF1GA%2CYA%2BBI%3BAA%5C%2FBJ%2CYAgCI%3BEpFsMJ%2CoBAAA%3BEACQ%2CYAAA%3BEAMR%2CsBAAA%3BEACQ%2CcAAA%3B%3BAoF9OR%2CYAqCI%3BEpFqEJ%2CsBAAA%3BEAAA%2CiBAAA%3B%3BAoF1GA%2CYA0CI%3BEACI%2CgBAAA%3BEpF%2BDR%2CoBAAA%3BEAAA%2CiBAAA%3B%3BAoF1GA%2CYAgDI%3BEACI%2CiBAAA%3B%3BAC%5C%2FMR%2CaAGI%3BAAFJ%2CYAEI%3BAADJ%2CYACI%3BEjF4MJ%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEAEA%2CiBAAA%3BEJgDA%2CgBAAA%3BEAAA%2CqBAAA%3BEwC9QA%2CqBAAA%3BE6CkBQ%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAjF6MR%2CaiFxNI%2CcjFwNH%3BAAAD%2CYiFxNI%2CcjFwNH%3BAAAD%2CYiFxNI%2CcjFwNH%3BAACD%2CaiFzNI%2CcjFyNH%3BAAAD%2CYiFzNI%2CcjFyNH%3BAAAD%2CYiFzNI%2CcjFyNH%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CaiF9NI%2CcjF8NH%3BAAAD%2CYiF9NI%2CcjF8NH%3BAAAD%2CYiF9NI%2CcjF8NH%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CaiFnOI%2CcjFmOH%3BAAAD%2CYiFnOI%2CcjFmOH%3BAAAD%2CYiFnOI%2CcjFmOH%3BAACD%2CaiFpOI%2CcjFoOH%3BAAAD%2CYiFpOI%2CcjFoOH%3BAAAD%2CYiFpOI%2CcjFoOH%3BAACD%2CQAAQ%2CUAAW%2CciFrOf%3BAjFqOJ%2CQAAQ%2CUAAW%2CaiFrOf%3BAjFqOJ%2CQAAQ%2CUAAW%2CaiFrOf%3BEjFsOA%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BAqFxQA%2CaAGI%2Cc7CyPF%3BA6C3PF%2CYAEI%2Cc7CyPF%3BA6C1PF%2CYACI%2Cc7CyPF%3BExChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAwCHA%2Ca6CGI%2Cc7CHH%3BAAAD%2CY6CGI%2Cc7CHH%3BAAAD%2CY6CGI%2Cc7CHH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSC5PU%2COD4PV%3BEAAA%2CayCtOe%2CazCsOf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2Ca6CVA%2Cc7CSH%2CMACI%3BAAAD%2CY6CVA%2Cc7CSH%2CMACI%3BAAAD%2CY6CVA%2Cc7CSH%2CMACI%3BExC2PL%2CcAAA%3B%3BAwCrPI%2Ca6ChBA%2Cc7CeH%2COACI%3BAAAD%2CY6ChBA%2Cc7CeH%2COACI%3BAAAD%2CY6ChBA%2Cc7CeH%2COACI%3BExCqPL%2CcAAA%3B%3BAqFvPY%2CaAdR%2CcAaK%2CMACI%3BAAAD%2CYAdR%2CcAaK%2CMACI%3BAAAD%2CYAdR%2CcAaK%2CMACI%3BEACG%2CcAAA%3B%3BAAMhB%2CaACI%3BErF%2BOJ%2CeAAA%3B%3BAqF1OA%3BEACI%2CoBAAA%3B%3BAADJ%2CYAGI%3BErFuOJ%2CgCAAA%3BEAAA%2CgBAAA%3BEAAA%2CsBAAA%3BEqFnOQ%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3B%3BAAVR%2CYAaI%3BEACI%2CeAAA%3B%3BAAIR%2CYACI%3BEACI%2CoBAAA%3B%3BAAFR%2CYAKI%3BEACI%2CwBAAA%3BEACA%2CkBAAA%3B%3BAAIR%3BErF6MA%2CwCAAA%3BEqF3MI%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%3BAC1GhB%2CuBACI%3BEACI%2CaAAA%3B%3B%3B%3B%3BApDuBA%2CaAAC%2CkBACK%3BEACE%2CaAAA%3B%3BAAIR%2CaAAC%2CsBACK%3BAADN%2CaAAC%2CsBAEK%3BEACE%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAAMZ%3BElCgXA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3B%3BAkClXA%2CyBAII%3BElCwPJ%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CiBAAA%3B%3BAkCrPQ%2CyBAHJ%2CQAGK%3BElCqPT%2CgBAAA%3B%3BAkC5PA%2CyBAeI%3BEACI%2C6BAAA%3BEACA%2C0BAAA%3B%3BAAjBR%2CyBAoBI%3BEACI%2C4BAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3B%3B%3B%3BAAOR%2CeACI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAJR%2CeAOI%3BEACI%2CgBAAA%3B%3BAAYR%2CiBACI%3BElCyMJ%2CeAAA%3BEAAA%2CgBAAA%3B%3BAkCnMA%2CqBACI%3BEACI%2CgBAAA%3B%3BAAFR%2CqBAKI%3BEACI%2CiBAAA%3B%3B%3B%3B%3BAAMR%3BEAEI%2CaAAA%3B%3BAAFJ%2CyBAII%3BEACI%2CWAAA%3BEACA%2CWAAA%3BElCiLR%2CgBAAA%3BEAAA%2CmBAAA%3BEAAA%2CgCAAA%3B%3BAkCvKA%2CcACI%3BEACI%2CcAAA%3B%3BAAIR%2C2BACI%2CMACI%3BEACI%2CaAAA%3B%3BAAHZ%2C2BAOI%2CMACI%2CUACI%3BElCwJZ%2CeAAA%3B%3BAkCjKA%2C2BAOI%2CMACI%2CUAQM%3BElCiJd%2C0BAAA%3B%3BAkCjKA%2C2BAOI%2CMAiBI%3BEACI%2CeAAA%3B%3BAAGI%2C2BArBZ%2CMAiBI%2CsBAGI%2CEACK%3BEACG%2CgBAAA%3B%3BAA7BpB%2C2BAOI%2CMA2BI%3BEACI%2CgBAAA%3BEACA%2CsBAAA%3B%3BAApCZ%2C2BAOI%2CMA2BI%2CsBAII%3BEACI%2CYAAA%3B%3BAAMhB%3BAACA%3BElCmHA%2CgBAAA%3B%3B%3B%3B%3B%3BAuFxRA%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%3BE1FgHA%2CiBAAA%3BEAAA%2CmBAAA%3BEAnCA%2CsBAAA%3BE0F3EI%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%3BEnGiRL%2CmBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CqBAAA%3BEAAA%2CkBAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEI5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEJ0FA%2CgBAAA%3BEmG1QQ%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3B%3BApGuHR%2CCoGhIK%2CwBpGgIJ%3BAAAD%2CMoGhIK%2CwBpGgIJ%3BAAAD%2CGoGhIK%2CwBpGgIJ%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CCoGrIK%2CwBpGqIJ%3BAAAD%2CMoGrIK%2CwBpGqIJ%3BAAAD%2CGoGrIK%2CwBpGqIJ%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CCoG1IK%2CwBpG0IJ%3BAAAD%2CMoG1IK%2CwBpG0IJ%3BAAAD%2CGoG1IK%2CwBpG0IJ%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAIxFA%2CC%2BFzLK%2CwB%5C%2FFyLJ%3BAAAD%2CM%2BFzLK%2CwB%5C%2FFyLJ%3BAAAD%2CG%2BFzLK%2CwB%5C%2FFyLJ%3BAACD%2CC%2BF1LK%2CwB%5C%2FF0LJ%3BAAAD%2CM%2BF1LK%2CwB%5C%2FF0LJ%3BAAAD%2CG%2BF1LK%2CwB%5C%2FF0LJ%3BAACD%2CC%2BF3LK%2CwB%5C%2FF2LJ%3BAAAD%2CM%2BF3LK%2CwB%5C%2FF2LJ%3BAAAD%2CG%2BF3LK%2CwB%5C%2FF2LJ%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CC%2BFhMK%2CwB%5C%2FFgMJ%3BAAAD%2CM%2BFhMK%2CwB%5C%2FFgMJ%3BAAAD%2CG%2BFhMK%2CwB%5C%2FFgMJ%3BAACD%2CC%2BFjMK%2CwB%5C%2FFiMJ%3BAAAD%2CM%2BFjMK%2CwB%5C%2FFiMJ%3BAAAD%2CG%2BFjMK%2CwB%5C%2FFiMJ%3BAACD%2CQAAQ%2CUAAW%2CE%2BFlMd%3BA%5C%2FFkML%2CQAAQ%2CUAAW%2CO%2BFlMd%3BA%5C%2FFkML%2CQAAQ%2CUAAW%2CI%2BFlMd%3BEnGiRL%2CcAAA%3BEAAA%2CYAAA%3BEI5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BA%2BF3LA%2CCAAC%3BAAAD%2CMAAC%3BAAAD%2CGAAC%3BE%5C%2FF6IL%2CqBAAA%3BEAzHA%2CsBAAA%3BEJiPA%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CaCpRqB%2CaCFC%2C8CFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CqBAAA%3BEAAA%2CiBAAA%3BEAAA%2CeAAA%3BEI9NA%2CsBAAA%3BEACA%2CsBAAA%3BEJ6NA%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEmGhQQ%2CgBAAA%3B%3BA%5C%2FF0IR%2CC%2BF%5C%2FIK%2C2B%5C%2FF%2BIJ%3BAAAD%2CM%2BF%5C%2FIK%2C2B%5C%2FF%2BIJ%3BAAAD%2CG%2BF%5C%2FIK%2C2B%5C%2FF%2BIJ%3BAACD%2CC%2BFhJK%2C2B%5C%2FFgJJ%3BAAAD%2CM%2BFhJK%2C2B%5C%2FFgJJ%3BAAAD%2CG%2BFhJK%2C2B%5C%2FFgJJ%3BAACD%2CC%2BFjJK%2C2B%5C%2FFiJJ%3BAAAD%2CM%2BFjJK%2C2B%5C%2FFiJJ%3BAAAD%2CG%2BFjJK%2C2B%5C%2FFiJJ%3BEACG%2CqBAAA%3B%3BAAzFJ%2CC%2BFzDK%2C2B%5C%2FFyDJ%3BAAAD%2CM%2BFzDK%2C2B%5C%2FFyDJ%3BAAAD%2CG%2BFzDK%2C2B%5C%2FFyDJ%3BAACD%2CC%2BF1DK%2C2B%5C%2FF0DJ%3BAAAD%2CM%2BF1DK%2C2B%5C%2FF0DJ%3BAAAD%2CG%2BF1DK%2C2B%5C%2FF0DJ%3BEJ2MD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAI%5C%2FLA%2CC%2BFtEK%2C2B%5C%2FFsEJ%3BAAAD%2CM%2BFtEK%2C2B%5C%2FFsEJ%3BAAAD%2CG%2BFtEK%2C2B%5C%2FFsEJ%3BEJ%2BLD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAInLA%2CC%2BFlFK%2C2B%5C%2FFkFJ%3BAAAD%2CM%2BFlFK%2C2B%5C%2FFkFJ%3BAAAD%2CG%2BFlFK%2C2B%5C%2FFkFJ%3BAACD%2CC%2BFnFK%2C2B%5C%2FFmFJ%3BAAAD%2CM%2BFnFK%2C2B%5C%2FFmFJ%3BAAAD%2CG%2BFnFK%2C2B%5C%2FFmFJ%3BAACD%2CQAAQ%2CUAAW%2CE%2BFpFd%3BA%5C%2FFoFL%2CQAAQ%2CUAAW%2CO%2BFpFd%3BA%5C%2FFoFL%2CQAAQ%2CUAAW%2CI%2BFpFd%3BEnGqQL%2CYAAA%3BEI%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BA%2BF%5C%2FEA%2CCAAC%3BAAAD%2CMAAC%3BAAAD%2CGAAC%3BE%5C%2FFqIL%2CqBAAA%3BEAzHA%2CsBAAA%3BEJiPA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CcAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CaCpRqB%2CaCFC%2C8CFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CqBAAA%3BEAAA%2CiBAAA%3BEAAA%2CeAAA%3BEAAA%2CmBAAA%3BEI9NA%2CsBAAA%3BEACA%2CsBAAA%3BEJ6NA%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEmGxPQ%2CgBAAA%3B%3BA%5C%2FFkIR%2CC%2BFvIK%2C6B%5C%2FFuIJ%3BAAAD%2CM%2BFvIK%2C6B%5C%2FFuIJ%3BAAAD%2CG%2BFvIK%2C6B%5C%2FFuIJ%3BAACD%2CC%2BFxIK%2C6B%5C%2FFwIJ%3BAAAD%2CM%2BFxIK%2C6B%5C%2FFwIJ%3BAAAD%2CG%2BFxIK%2C6B%5C%2FFwIJ%3BAACD%2CC%2BFzIK%2C6B%5C%2FFyIJ%3BAAAD%2CM%2BFzIK%2C6B%5C%2FFyIJ%3BAAAD%2CG%2BFzIK%2C6B%5C%2FFyIJ%3BEACG%2CqBAAA%3B%3BAAzFJ%2CC%2BFjDK%2C6B%5C%2FFiDJ%3BAAAD%2CM%2BFjDK%2C6B%5C%2FFiDJ%3BAAAD%2CG%2BFjDK%2C6B%5C%2FFiDJ%3BAACD%2CC%2BFlDK%2C6B%5C%2FFkDJ%3BAAAD%2CM%2BFlDK%2C6B%5C%2FFkDJ%3BAAAD%2CG%2BFlDK%2C6B%5C%2FFkDJ%3BEJ2MD%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CcAAA%3B%3BAI%5C%2FLA%2CC%2BF9DK%2C6B%5C%2FF8DJ%3BAAAD%2CM%2BF9DK%2C6B%5C%2FF8DJ%3BAAAD%2CG%2BF9DK%2C6B%5C%2FF8DJ%3BEJ%2BLD%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CcAAA%3B%3BAInLA%2CC%2BF1EK%2C6B%5C%2FF0EJ%3BAAAD%2CM%2BF1EK%2C6B%5C%2FF0EJ%3BAAAD%2CG%2BF1EK%2C6B%5C%2FF0EJ%3BAACD%2CC%2BF3EK%2C6B%5C%2FF2EJ%3BAAAD%2CM%2BF3EK%2C6B%5C%2FF2EJ%3BAAAD%2CG%2BF3EK%2C6B%5C%2FF2EJ%3BAACD%2CQAAQ%2CUAAW%2CE%2BF5Ed%3BA%5C%2FF4EL%2CQAAQ%2CUAAW%2CO%2BF5Ed%3BA%5C%2FF4EL%2CQAAQ%2CUAAW%2CI%2BF5Ed%3BEnG6PL%2CYAAA%3BEI%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAgGlHJ%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%3BEV%2BGA%2CSAAA%3BEACA%2CUAAA%3B%3BAUhHA%2CsBVkHE%2CQAAK%3BEACH%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAUrHJ%2CsBVkHE%2CQAAK%2CMAKD%3BEACE%2CcAAA%3B%3BAUxHR%2CsBV4HE%2CQAAK%3BEAEH%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BA%5C%2FE7HJ%2CsB%2BEwHE%2CQAAK%2CQ%5C%2FExHN%3BAACD%2CsB%2BEuHE%2CQAAK%2CQ%5C%2FEvHN%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CsB%2BEkHE%2CQAAK%2CQ%5C%2FElHN%3BEACG%2CWAAA%3B%3BA%2BEwHA%2CsBAPF%2CQAAK%2CQAOF%3BEACG%2CcAAA%3B%3BAUpIR%2CsBVoLM%2CQAAK%3BE%5C%2FEoEX%2CSAAA%3B%3BAyFxPA%2CsBV6LE%2CQAAK%2CMACD%3BE%5C%2FE0DN%2C0BAAA%3BEAAA%2CYAAA%3BEAAA%2C8BAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3B%3BADjJA%2CsBgFsFE%2CQAAK%2CMACD%2CUhFvFL%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CsBgFiFE%2CQAAK%2CMACD%2CUhFlFL%3BEC4ID%2CcAAA%3BEAAA%2CqBAAA%3B%3BADvIA%2CsBgF4EE%2CQAAK%2CMACD%2CUhF7EL%3BECuID%2CcAAA%3BEAAA%2CqBAAA%3B%3BA%2BEzBI%2CsBAlCF%2CQAAK%2CMAkCF%2CIAAI%2CWAAc%2CUAAO%3BAAC1B%2CsBAnCF%2CQAAK%2CMAmCF%2COAAU%3BAACX%2CsBApCF%2CQAAK%2CMAoCF%2COAAU%2CUAAO%3BAAClB%2CsBArCF%2CQAAK%2CMAqCF%2COAAU%2CUAAO%3BE%5C%2FEsBtB%2CcAAA%3BEAAA%2CqBAAA%3BEAAA%2CmBAAA%3B%3BAyFxPA%2CsBV0OE%2CQAAK%3BE%5C%2FEcP%2CmBAAA%3BEAAA%2CSAAA%3BEAAA%2C6BAAA%3B%3B%3B%3B%3B%3BAwHtSJ%2CcACI%3BEACI%2C2BAAA%3B%3B%3B%3B%3B%3BACFR%2CgBAGI%3BAAFJ%2CWAEI%3BAADJ%2CkBACI%3BEACI%2C8BAAA%3B%3B%3B%3B%3B%3BACJR%2CiBAAiB%3BEACb%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3B%3B%3B%3B%3BACFY%2CMAJV%2CWACF%2CiBACI%2COACI%2CSACK%3BEACG%2CaAAA%3B%3B%3B%3B%3B%3BACNpB%2CYACI%3BEACI%2CmBAAA%3B%3B%3B%3B%3B%3BACFR%2CKAAK%2CKAAK%2COAAQ%3BEACd%2CgBAAA%3B%3B%3B%3B%3B%3BACDJ%2CKAAK%2CSAAS%2CMAAO%3BEACjB%2CmBAAA%3B%3BACQA%2CeACI%3BEACI%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CQAAA%3B%3BAAJR%2CeAMI%3BEACI%2CYAAA%3B%3BAAGR%3BEACI%2CaAAA%3B%3BAAGJ%3BEACI%2CSAAA%3BEACA%2CuBAAuB%2CmBAAvB%3B%3BAAFJ%2CSAGI%3BEACI%2CmBAAA%3B%3BAAIR%3BEACI%2CgBAAA%3BEAyCA%2CmBAAA%3B%3BAA1CJ%2CeAEI%3BEACI%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CqBAAqB%2CgDAAgD%2C2CAArE%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEAwBA%2CuBAAuB%2CcAAvB%3B%3BAA%5C%2FBR%2CeAEI%2CaAMI%3BEACI%2CmBAAA%3BEACA%2CaAAA%3BEACA%2C2BAAA%3B%3BAAEI%2CeAXZ%2CaAMI%2CcAII%2CWACK%2CMAAM%3BEACH%2CcAAA%3B%3BAAEJ%2CeAdZ%2CaAMI%2CcAII%2CWAIK%3BEACG%2CWAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CaAAa%2CYAAb%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAA3BpB%2CeAEI%2CaA8BI%3BEACI%2CiCAAA%3B%3BAAjCZ%2CeAEI%2CaAiCI%3BEACI%2CqCAAA%3B%3BAApCZ%2CeAEI%2CaAoCI%3BEACI%2CyBAAA%3B%3BAAvCZ%2CeA6CI%2COACI%2CIAAG%3BEACC%2CqBAAA%3B%3BAA%5C%2FCZ%2CeA6CI%2COAKI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAApDZ%2CeA6CI%2COAUI%3BEACI%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAA1DZ%2CeA6CI%2COAgBI%3BEACI%2CkBAAA%3B%3BAA9DZ%2CeA6CI%2COAgBI%2CeAGI%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAKhB%2CqBACM%3BEACE%2CYAAA%3B%3BACtGR%3BAACA%3BEACI%2CeAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAAIJ%3BEACI%2CqBAAA%3B%3BAADJ%2C6CAGI%3BEACI%2CWAAA%3B%3BAAIR%3BEACI%2CkBAAA%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%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAIR%2CiCACI%3BEACI%2CcAAA%3BEACA%2CmBAAA%3B%3BAAHR%2CiCAMM%2C6BACE%3BEACI%2CmBAAA%3B%3BA5G%5C%2FCZ%2CwBAYI%3BEACI%2CkBAAA%3B%3BAAbR%2CwBAgBI%3BEACI%2CmBAAA%3B%3BAAjBR%2CwBAgBI%2C%2BBAGM%3BEpB2QV%2CiBAAA%3BEoBzQY%2CgBAAA%3B%3BAArBZ%2CwBAgBI%2C%2BBAQI%3BEACI%2CqBAAA%3BEACA%2CuBAAA%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%2CmBAAA%3B%3BA6GhGA%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%3B%3B%3B%3B%3BACAR%2CaAAc%3BAACd%2CWAAY%3BEACV%2CqBAAA%3B%3BAAGF%3BEACE%2CiBAAA%3B%3BAAGF%3BEACE%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3B%3BAAJF%2CaAME%3BEACE%2CcAAA%3B%3BAAIJ%3BEACE%2CsBAAA%3B%3BAAEA%2CiBAAC%3BEACC%2CsBAAA%3BEACA%2C4CAAA%3B%3BAAIJ%3BEACE%2C4BAAA%3B%3BAAGF%3BEACE%2CmBAAA%3B%3BAAGF%3BEACE%2CeAAA%3B%3BAADF%2CuBAGE%3BEACE%2CeAAA%3B%3BAAOJ%3BEACE%2CqBAAA%3B%3BAASF%2CQAN0B%3BEACxB%3BIACE%2CkBAAA%3B%3B%3BAAIJ%3BEACE%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAUF%2CQAP0B%3BEACxB%2CQAAS%3BIACP%2CWAAA%3BIACA%2CUAAA%3B%3B%3BAAIJ%2CYACE%2CGAAE%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAIJ%3BEACE%2CgBAAA%3B%3BAADF%2CmBAGE%3BEACE%2CeAAA%3B%3BAAJJ%2CmBAGE%2C2BAGE%3BEACE%2CWAAA%3BEACA%2CYAAA%3B%3BAARN%2CmBAGE%2C2BAQE%3BEACE%2CWAAA%3BEACA%2CkBAAA%3BEACA%2COAAO%2CkBAAP%3B%3BAAdN%2CmBAGE%2C2BAQE%2C4BAKE%3BEACE%2CeAAA%3B%3BAAMR%3BEACE%2CgBAAA%3B%3BAAGF%2CCAAC%3BEACC%2CmBAAA%3BEACA%2CcAAA%3B%3BAAFF%2CCAAC%2CeAIC%2CIAAG%3BEACD%2CcAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3B%3BAAIJ%3BEACE%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAFF%2CcAIE%2CEAAC%3BEACC%2CcAAA%3B%3BAAIJ%3BEACE%2CkBAAA%3B%3BAADF%2CaAGE%2CIAAG%3BEACD%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAIJ%3BEACE%2CsBAAA%3BEACA%2CgBAAA%3B%3BAAGF%3BEACE%2CkBAAA%3B%3BAAGF%2CMAAO%2CKAAI%3BEACT%2CaAAA%3B%3BAAGF%2CYAAa%3BEACX%2CeAAA%3BEACA%2CgBAAA%3B%3BAAGF%3BEACE%2CmBAAA%3B%3BAADF%2CWAGE%3BEACE%2CkBAAA%3B%3BAAJJ%2CWAOE%2CMAAK%2CKAAK%3BEACR%2CeAAA%3B%3BAARJ%2CWAWE%2CSAAQ%2CKAAK%2CMACT%2CQAAK%3BEACL%2CoCAAA%3B%3BAA8BN%3BEACE%2CmBAAA%3B%3BAAGF%2CCAAC%2CMAAM%2CcAAc%3BEACnB%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3B%3BAAGF%2CEAAE%2CgBACA%2CGAAE%3BEACA%2CgBAAA%3B%3BAAFJ%2CEAAE%2CgBAMA%3BEACE%2CaAAA%3BEACA%2CkBAAA%3B%3BAARJ%2CEAAE%2CgBAWA%3BEACE%2CaAAA%3BEACA%2CkBAAA%3B%3BAAbJ%2CEAAE%2CgBAgBA%2CEAAC%3BEACC%2CcAAA%3BEACA%2CgBAAA%3B%3BAAlBJ%2CEAAE%2CgBAqBA%3BEACE%2CeAAA%3B%3BAAIJ%2CEAAE%3BEACA%2CmBAAA%3B%3BAAGF%3BEACE%2CuBAAA%3B%3BAAEA%2CeAAC%3BEACC%2CsBAAA%3B%3BAAJJ%2CeAOE%3BEACE%2CWAAA%3BEACA%2CUAAA%3B%3BAATJ%2CeAYE%3BEACE%2CWAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAAhBJ%2CeAYE%2CYAME%3BEACE%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAEA%2CeAbJ%2CYAME%2CKAOG%3BEACC%2CeAAA%3B%3BAAMR%2CSAAS%3BEACP%2C2BAAA%3BEACA%2C4BAAA%3BEACA%2C6BAAA%3BEACA%2CmBAAA%3B%3BAAGF%2CGAAG%3BEACD%2CiBAAA%3B%3BAAGF%2CQAAS%3BEACP%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2C8BAAA%3BEACA%2CWAAA%3B%3BAAGF%3BEACE%2C8BAAA%3BEACA%2C2BAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CsDAAA%3BEACA%2CmDAAA%3BEACA%2C8CAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAbF%2CyBAeE%3BEACE%2CiBAAA%3BEACA%2CWAAA%3B%3BAAIJ%3BEACE%2CgBAAA%3BEACA%2C6BAAA%3B%3BAAEA%2CwBAAC%3BEACC%2CmBAAA%3B%3BAALJ%2CwBAQE%3BEACE%2CcAAA%3B%3BAAEA%2CwBAHF%2CmBAGG%3BEACC%2CSAAS%2CGAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3B%3BAAjBN%2CwBAQE%2CmBAYE%3BAApBJ%2CwBAQE%2CmBAY2B%3BEACvB%2CWAAA%3BEACA%2CiBAAA%3B%3BAAtBN%2CwBAQE%2CmBAiBE%3BEACE%2CcAAA%3B%3BAA1BN%2CwBAQE%2CmBAqBE%2CyBAAwB%3BEACtB%2CWAAW%2CgBAAX%3B%3BAAKN%3BEACE%2CgBAAA%3B%3BAAGF%3BEACE%2CmBAAA%3B%3BAAGF%3BEACE%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2C6BAAA%3B%3BAASF%3BEACE%2CcAAA%3B%3BAADF%2CmBAGE%3BEACE%2CSAAA%3BEACA%2CeAAA%3B%3BAAIJ%3BEACE%2CkBAAA%3B%3BAADF%2CcAGE%2COAAM%2COAAO%3BEACX%2CqBAAA%3BEACA%2C2BAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAAjBJ%2CcAGE%2COAAM%2COAAO%2COAgBX%3BEACE%2CmCAAA%3BEACA%2CcAAA%3B%3BAArBN%2CcAGE%2COAAM%2COAAO%2COAqBX%3BEACE%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAhCN%2CcAoCE%2CMAAK%3BEACH%2CaAAA%3B%3B%3BAAKJ%2CQAAQ%3BEACN%2C2BAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAGF%3BEACE%2CmBAAA%3B%3BAAGF%2CkBAAkB%3BEAChB%2C6BAAA%3B%3BAAGF%3BEACE%2CYAAA%3B%3BAADF%2CkDAGE%3BEACE%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3B%3BAAIJ%3BEACE%2CgBAAA%3B%3BAAGF%3BEACE%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAGF%2CGAAG%3BEACD%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAGF%2CEAAE%3BEACA%2C2BAAA%3B%3BAAGF%3BEACE%2CeAAA%3B%3BAAGF%3BEACE%2CeAAA%3B%3BAAGF%2CqBAAsB%3BEACpB%2CwBAAA%3B%3BAAGF%3BEACE%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAGF%2CCAAC%2C0BAA0B%3BEACzB%2CeAAA%3B%3BAAGF%3BEACE%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAGF%2CQAAQ%3BEACN%2C2BAAA%3B%3BAAGF%3BEACE%2C2BAAA%3BEACA%2CkBAAA%3B%3BAAFF%2CuBAIE%3BEACE%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAAIJ%2C8BAA8B%3BEAC5B%2CwBAAA%3B%3BAAGF%2CEAAE%2C2CAA2C%2CQAAQ%3BEACnD%2CeAAA%3BEACA%2CiBAAA%3B%3BAAGF%2CEAAE%2C2CAA2C%3BEAC3C%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2C6BAAA%3B%3BAAGF%2CkCAAmC%2CGAAE%3BEACnC%2C4BAAA%3B%3B%3BAAKF%3BEACE%2CmBAAA%3B%3BAAGF%2CcAAe%2CIAAG%3BEAChB%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAGF%3BEACE%2CqBAAA%3B%3B%3BAAIF%2CoBAAqB%2CQAAO%3BEAC1B%2CsBAAA%3B%3B%3BAAIF%3BEACE%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CuBAAA%3B%3BAANF%2CUAQE%3BEACE%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CuBAAA%3B%3BAAIJ%3BEACE%2CcAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CwBAAA%3B%3BAALF%2CsBAOE%3BEACE%2CcAAA%3B%3BAAIJ%3BEACE%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAFF%2CWAIE%2CIAAG%3BEACD%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAAIJ%2CiBACE%3BEACE%2CkBAAA%3B%3BAAIJ%3BEACE%2CwBAAA%3B%3BAAiBF%2CwBAd0C%3BEACxC%2CeACE%3BIACE%2CgBAAA%3BIACA%2CmBAAA%3B%3BEAHJ%2CeAME%3BIACE%2CmBAAA%3BIACA%2CmBAAA%3B%3B%3BAAKN%3BEACE%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAFF%2CiBAIE%2CGAAE%3BEACA%2CaAAA%3B%3BAAIJ%2CkBACE%3BEACE%2CyBAAA%3B%3B%3BAAKJ%2CwBACE%3BAADF%2CwBAEE%3BAAFF%2CwBAGE%3BEACE%2CUAAA%3BEACA%2CYAAA%3B%3BAALJ%2CwBAQE%3BEACE%2CgCAAA%3B%3BAAgBJ%2CQAZ0B%3BEACxB%2CwBACE%2C4BAA4B%3BIAC1B%2C%2BBAAA%3B%3BEAFJ%2CwBAKE%2C2BAA2B%3BIACzB%2C8BAAA%3B%3B%3BAAcN%2CQAT2B%3BEACzB%2CwBACE%2CoBAAoB%3BIAClB%2CaAAA%3BIACA%2CYAAA%3B%3B%3BAAaN%2CQAR2B%3BEACzB%2CwBACE%2CoBAAoB%3BIAClB%2CaAAA%3BIACA%2CaAAA%3B%3B%3BAAUN%2CgBANkC%3BEAChC%2CkBAAmB%2CeAAe%3BIAChC%2CUAAA%3B%3B%3BAAUJ%2CgBANkC%3BEAChC%2CkBAAmB%2CeAAe%3BIAChC%2CUAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BACvrBJ%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%3BEACE%2CyBAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAAVF%2CWAYE%3BEACE%2CQAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAIJ%3BEACE%2COAAO%2CiBAAP%3BEACA%2CoBAAA%3B%3BAAGF%2C%2BBAAgC%3BEAC9B%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3B%3BAAGF%2CeACI%3BEACI%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAJR%2CeAOI%2CaAAY%3BEACR%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CaAAa%2CYAAb%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAArBR%2CeAwBI%2CQAAO%2CYAAY%3BEACf%2CSAAS%2COAAT%3B%3BAAzBR%2CeA2BI%2CMAAK%2CaAAa%3BAA3BtB%2CeA2B8B%2CMAAK%2CiBAAiB%3BAA3BpD%2CeA2B4D%2CMAAK%2CcAAc%3BAA3B%5C%2FE%2CeA2BuF%2COAAM%3BEACrF%2CwBAAA%3BEACA%2C2BAAA%3B%3BAA7BR%2CeA%2BBI%2CqBAAqB%2CGAAG%2CEAAC%3BEACrB%2C2BAAA%3BEACA%2CcAAA%3B%3BAAjCR%2CeAmCI%2CqBAAqB%2CGAAG%2CEAAC%2CMAAO%3BEAC5B%2CcAAA%3B%3BAApCR%2CeAsCI%2CqBAAqB%3BEACjB%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3B%3BAA3CR%2CeA6CI%3BEACI%2CkBAAA%3B%3BAChGJ%3BEAGI%2CgBAAA%3BEACA%2CgCAAA%3BEACA%2CUAAA%3B%3BAxIgDJ%2CwBAAC%3BAACD%2CwBAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CwBAAC%3BEACG%2CWAAA%3B%3BAwI5DJ%2CwBAOI%3BEACI%2CoBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAVR%2CwBAOI%2CGAKI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2C0BAAA%3B%3BAAEA%2CwBAdR%2CGAKI%2CEASK%3BAAAS%2CwBAdlB%2CGAKI%2CEASe%3BAAAQ%2CwBAd3B%2CGAKI%2CEASwB%3BEAChB%2CcAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CwBAnBR%2CGAKI%2CEAcK%3BEACG%2CgCAAA%3B%3BAAMhB%3BEACI%2CsBAAA%3B%3BAADJ%2CyBAGI%3BEACI%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CyBAAC%3BEACG%2CqBAAA%3BEACA%2CgCAAA%3B%3BAAIR%2CuBACI%3BEACI%2CiBAAA%3B%3BAAFR%2CuBAKI%2CGAAE%3BEACE%2CaAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3B%3BAATR%2CuBAKI%2CGAAE%2CWAME%2CGAAE%3BEACE%2CSAAA%3B%3BAC7DZ%2CkBACI%2CGAAE%3BEACE%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAJR%2CkBACI%2CGAAE%2CiBAKE%3BEAGI%2CcAAA%3B%3BAzI4CZ%2CkByIpDI%2CGAAE%2CiBAKE%2CGzI%2BCP%3BAACD%2CkByIrDI%2CGAAE%2CiBAKE%2CGzIgDP%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CkByI1DI%2CGAAE%2CiBAKE%2CGzIqDP%3BEACG%2CWAAA%3B%3BAyIjDQ%2CkBAVR%2CGAAE%2CiBAKE%2CGAKK%3BEACG%2CgBAAA%3B%3BAAZhB%2CkBACI%2CGAAE%2CiBAKE%2CGASI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAjBhB%2CkBACI%2CGAAE%2CiBAKE%2CGASI%2CyBAIM%3BEACE%2CcAAA%3B%3BAApBpB%2CkBACI%2CGAAE%2CiBAKE%2CGASI%2CyBAQM%3BEACE%2CcAAA%3B%3BAAKI%2CkBA5BpB%2CGAAE%2CiBAKE%2CGASI%2CyBAYK%2CQACG%2CEACK%3BEACG%2CSAAkB%2CEAAlB%3BEACA%2CsBAAsB%2C2TAAtB%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAIA%2CkBAtCxB%2CGAAE%2CiBAKE%2CGASI%2CyBAYK%2CQACG%2CEAUK%2CWACI%3BEACG%2CaAAA%3B%3BAAxChC%2CkBACI%2CGAAE%2CiBAKE%2CGAyCI%3BEACI%2CcAAA%3BEACA%2CoBAAA%3B%3BAAjDhB%2CkBACI%2CGAAE%2CiBAKE%2CGA8CI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3B%3BAAtDhB%2CkBACI%2CGAAE%2CiBAKE%2CGA8CI%2CyBAIM%3BEACE%2CeAAA%3BEACA%2CgBAAA%3B%3BAC1DpB%3BEACI%2CmBAAA%3B%3BACDJ%3BEACI%2CaAAA%3BEACA%2CeAAA%3B%3BAAFJ%2CiCAII%3BEACI%2CkBAAA%3B%3BAALR%2CiCAQI%3BEACI%2CkBAAA%3B%3BAATR%2CiCAQI%2CGAGI%3BEACI%2CcAAA%3B%3BACbhB%3BEACI%2CeAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAPJ%2CuBASI%3BEACI%2CYAAA%3BEACA%2CwBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAdR%2CuBAiBI%3BEACI%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAA3BR%2CuBAiBI%2CqBAYI%2CKAAI%3BEACA%2CaAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAhCZ%2CuBAiBI%2CqBAYI%2CKAAI%2CKAKA%3BEACI%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CuBAtBZ%2CqBAYI%2CKAAI%2CKAKA%2CEAKK%3BEACG%2CcAAA%3BEACA%2CSAAgB%2COAAhB%3BEACA%2CaAAgB%2CYAAhB%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAIA%2CuBArChB%2CqBAYI%2CKAAI%2CKAKA%2CEAmBK%2CWACI%3BEACG%2CaAAA%3B%3BAAvDxB%2CuBAiBI%2CqBA4CI%2CKAAI%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAEA%2CuBAlDR%2CqBA4CI%2CKAAI%2CMAMC%3BEACG%2CSAAS%2CGAAT%3B%3BAAGJ%2CuBAtDR%2CqBA4CI%2CKAAI%2CMAUC%3BEACG%2CSAAS%2CGAAT%3B%3BAAIR%2CuBA3DJ%2CqBA2DK%3BEACG%2CqBAAA%3BEACA%2CqBAAA%3B%3BAAKZ%3BEACI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CyBAA0B%3BEACtB%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAA6B%2CqCAA7B%3BEACA%2CyDAAA%3B%3BAAGJ%2CyBAA0B%2CcAAa%3BEACnC%2CuBAAA%3B%3BAAGJ%2CyBAA0B%2CcAAa%3BEACnC%2CsBAAA%3B%3BAAGJ%2CyBAA0B%2CcAAa%3BEACnC%2CuBAAA%3B%3BAAGJ%3BEACI%3BIACI%2CWAAW%2CYAAX%3B%3BEAEJ%3BIACI%2CWAAW%2CcAAX%3B%3B%3BAAGR%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CmBAII%3BEACI%2CaAAA%3B%3BAAIR%3BAAAiC%2C8BAA8B%3BEAC3D%2CkBAAA%3BEACA%2CeAAA%3BEACA%2COAAA%3BEACA%2C6BAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CIAAI%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2C0BAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CKAAK%3BEACD%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CKAAK%3BEACD%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CyBAA0B%3BEACtB%2CeAAA%3B%3BAChKJ%3BAAAsB%3BAAAsB%3BEACxC%2CwBAAA%3BEACA%2CoBAAA%3BEACA%2C2BAAA%3B%3BAAIJ%3BEACI%2CcAAA%3B%3BACEA%3BEACI%2CwBAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2C0CAAA%3BEACA%2CeAAA%3B%3BAAEA%2CqCAAC%3BEACG%2CyBAAA%3B%3BAAjBR%2CqCAoBI%3BEACI%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3B%3BAAxBR%2CqCA2BI%3BEACI%2CYAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CqCAJJ%2CiCAIK%3BEACG%2CmBAAA%3B%3BAAhCZ%2CqCAoCI%3BEACI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CqCAAC%2CSACG%3BEACI%2CcAAA%3B%3BAA7CZ%2CqCAiDI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAvDR%2CqCA0DI%3BEACI%2C6BAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAjER%2CqCA0DI%2CkCASI%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAxEZ%2CqCA4EI%3BEACI%2CgCAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3B%3BAArFR%2CqCAwFI%3BEACI%2CaAAA%3B%3BAAzFR%2CqCA4FI%3BEACI%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAA%5C%2FFR%2CqCA4FI%2CGAKI%3BEAGI%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BA9I7DZ%2CqC8ImDI%2CGAKI%2CG9IxDP%3BAACD%2CqC8IkDI%2CGAKI%2CG9IvDP%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CqC8I6CI%2CGAKI%2CG9IlDP%3BEACG%2CWAAA%3B%3BA8IhDJ%2CqCA4FI%2CGAKI%2CGAOI%2CEAAC%3BEACG%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CqCAnBR%2CGAKI%2CGAcK%3BEACG%2CmBAAA%3B%3BAADJ%2CqCAnBR%2CGAKI%2CGAcK%2CQAGG%2CEAAC%3BEACG%2C0BAAA%3B%3BAAQhB%2C8BAAC%2CQACG%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAJR%2C8BAAC%2CQAOG%2CGACI%3BEACI%2CWAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3B%3BAAXZ%2C8BAAC%2CQAOG%2CGACI%2CGAKI%3BEACI%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2C8BAnBX%2CQAOG%2CGACI%2CGAWK%3BEACG%2CgBAAA%3BEACA%2CeAAA%3B%3BAAFJ%2C8BAnBX%2CQAOG%2CGACI%2CGAWK%2CMAIG%3BEACI%2C0BAAA%3B%3BAAOpB%2C8BAAC%3BEACG%2CkCAAA%3B%3BAAKJ%2C6BAAC%3BEACG%2CaAAA%3BEACA%2CgCAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3B%3BAAEA%2C6BANH%2CwBAMI%3BEACG%2CmBAAA%3B%3BAAPR%2C6BAAC%2CwBAUG%3BEACI%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAbR%2C6BAAC%2CwBAUG%2C2BAKI%3BEACI%2CYAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAApBZ%2C6BAAC%2CwBAwBG%3BEACI%2CcAAA%3BEACA%2CqBAAA%3B%3BAA1BR%2C6BAAC%2CwBAwBG%2COAII%3BEACI%2CcAAA%3B%3BAA7BZ%2C6BAAC%2CwBAwBG%2COAQI%3BEACI%2CcAAA%3B%3BAAjCZ%2C6BAAC%2CwBAwBG%2COAYI%3BEACI%2CiBAAA%3B%3BAArCZ%2C6BAAC%2CwBAwBG%2COAYI%2CYAGI%3BEACI%2CcAAA%3B%3BAAxChB%2C6BAAC%2CwBA6CG%3BEACI%2CYAAA%3BEACA%2CgBAAA%3B%3BAA%5C%2FCR%2C6BAAC%2CwBAkDG%3BEACI%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAxDR%2C6BAAC%2CwBA2DG%2COAAS%3BEACL%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAhER%2C6BAAC%2CwBA2DG%2COAAS%2CSAOL%3BEACI%2CkBAAA%3B%3BAAnEZ%2C6BAAC%2CwBAuEG%3BEACI%2CSAAA%3B%3BAAxER%2C6BAAC%2CwBAuEG%2CyBAGI%3BEACI%2CaAAA%3B%3BAA3EZ%2C6BAAC%2CwBA%2BEG%3BEACI%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAEA%2C6BAnFP%2CwBA%2BEG%2CiBAIK%3BEACG%2CcAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2C6BAxFP%2CwBA%2BEG%2CiBASK%3BEACG%2CcAAA%3BEACA%2CmBAAA%3B%3BAA1FZ%2C6BAAC%2CwBA8FG%3BEACI%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3B%3BAAjGR%2C6BAAC%2CwBAoGG%3BEACI%2CcAAA%3B%3BAArGR%2C6BAAC%2CwBAwGG%3BEACI%2CcAAA%3B%3BAAGJ%2C6BA5GH%2CwBA4GI%3BEACG%2CmBAAA%3B%3BAADJ%2C6BA5GH%2CwBA4GI%2CQAGG%2COACI%3BEACI%2C0BAAA%3B%3BAAOhB%2C6BAAC%2CqBACG%3BEACI%2CWAAA%3B%3BAAFR%2C6BAAC%2CqBAKG%3BEACI%2CYAAA%3BEACA%2CcAAA%3B%3BAAhIZ%2C6BAoII%2CEAAC%3BEACG%2CsBAAA%3B%3BAArIR%2C6BAoII%2CEAAC%2CMAGG%3BEACI%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAOZ%3BEACI%2CgBAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEAEI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAALJ%2CgCAOI%3BEACI%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAA6B%2CqCAA7B%3BEACA%2CyDAAA%3B%3BAAEA%2CgCAZJ%2CcAYK%3BEACG%2CuBAAA%3B%3BAAGJ%2CgCAhBJ%2CcAgBK%3BEACG%2CsBAAA%3B%3BAAGJ%2CgCApBJ%2CcAoBK%3BEACG%2CuBAAA%3B%3BAAKZ%3BEACI%3BIACI%2CWAAW%2CYAAX%3B%3BEAEJ%3BIACI%2CWAAW%2CcAAX%3B%3B%3BAAyDR%2CQAjD0B%3BEACtB%3BIACI%2CWAAA%3BIACA%2CgBAAA%3B%3BEAEA%2CqCAAC%3BIACG%2CyBAAA%3B%3BEAEA%2CqCAHH%2CQAGI%3BIACG%2CuBAAA%3BIACA%2CkBAAA%3B%3BEAFJ%2CqCAHH%2CQAGI%2CWAIG%3BIACI%2CWAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CYAAA%3BIACA%2CoBAAA%3BIACA%2CsBAAA%3B%3BEAZR%2CqCAHH%2CQAGI%2CWAIG%2C%2BBAUI%3BIACI%2CeAAA%3B%3BEAfZ%2CqCAHH%2CQAGI%2CWAmBG%2CIAAG%3BIACC%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CYAAA%3BIACA%2CYAAA%3BIACA%2C8BAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3B%3BEA1BR%2CqCAHH%2CQAGI%2CWA6BG%3BIACI%2CWAAA%3B%3B%3BAA2BxB%2CQAhB8B%3BEACtB%2CqCACI%3BIACI%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CMAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CaAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3B%3B%3BAC7aZ%3BEACI%2CWAAA%3BEACA%2CMAAA%3BEACA%2C6BAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3B%3BACDJ%2CIAAI%3BAAAY%2CIAAI%2CUAAW%3BEAC3B%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CqBAAC%3BEACG%2CcAAA%3B%3BAAXR%2CqBAcI%3BEACI%2CaAAA%3B%3BAAKR%3BEACI%2CeAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3BEACA%2CoCAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CuCAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3B%3BAAGJ%3BEACI%2CYAAA%3BEACA%2CWAAA%3BEACA%2CsBAAsB%2C0aAAtB%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2C6BAAA%3BEACA%2CYAAA%3B%3BAAEA%2CiBAAC%3BEACG%2CYAAA%3BEACA%2CWAAA%3BEACA%2CsBAAsB%2C0aAAtB%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2C6BAAA%3BEACA%2CYAAA%3B%3BAAIR%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3B%3BAALJ%2CkBAOI%3BEACI%2CWAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CkBANJ%2CKAMK%3BEACG%2CcAAA%3BEACA%2CSAAkB%2CEAAlB%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CsBAAsB%2CmhCAAtB%3B%3BAAnBZ%2CkBAOI%2CKAeI%2COAAM%3BEACF%2CYAAA%3BEACA%2CuBAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3B%3BAAEA%2CkBArBR%2CKAeI%2COAAM%2CeAMD%3BEACG%2C0BAAA%3B%3BAA7BhB%2CkBAkCI%3BEACI%2CYAAA%3BEACA%2CWAAA%3BEACA%2CsBAAsB%2C0aAAtB%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAKI%2CkBAFP%2CSACG%2CKACK%3BEACG%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAsB%2CiYAAtB%3BEACA%2CkDAAA%3B%3BAAlDhB%2CkBAuDI%2CMAAK%3BEACD%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CkBAVJ%2CMAAK%2CaAUA%3BEACG%2CcAAA%3B%3BAAGJ%2CkBAdJ%2CMAAK%2CaAcA%3BEACG%2CaAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAKZ%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CmBAAC%3BEACG%2CcAAA%3BEACA%2C0BAAA%3B%3BAAIR%3BEACI%2CaAAA%3BEACA%2CmBAAA%3B%3BAAFJ%2CqBAII%3BEACI%2CaAAA%3B%3BAALR%2CqBAQI%3BEACI%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3B%3BAAhBR%2CqBAQI%2CkBAUI%3BAAlBR%2CqBAQI%2CkBAUU%3BEACF%2CcAAA%3B%3BAAnBZ%2CqBAQI%2CkBAcI%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAzBZ%2CqBAQI%2CkBAoBI%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CqBA5BJ%2CkBA4BK%3BEACG%2CqBAAA%3B%3BAAGJ%2CqBAhCJ%2CkBAgCK%3BEACG%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAAHJ%2CqBAhCJ%2CkBAgCK%2CQAKG%3BEACI%2CcAAA%3B%3BAAIR%2CqBA1CJ%2CkBA0CK%3BEACG%2CaAAA%3BEACA%2CYAAA%3BEACA%2CoCAAA%3B%3BAAKZ%3BEACI%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CoBAAC%3BEACG%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3B%3BAAIR%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAIA%2CgBAAC%3BEACG%2CaAAA%3B%3BAADJ%2CgBAAC%2CwBAGG%3BEACI%2CYAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAPR%2CgBAAC%2CwBAGG%2CoBAMI%3BEACI%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAZZ%2CgBAAC%2CwBAgBG%2CmBACI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAApBZ%2CgBAAC%2CwBAgBG%2CmBAOI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAAzBZ%2CgBAAC%2CwBAgBG%2CmBAYI%3BEACI%2CiBAAA%3B%3BAA7BZ%2CgBAAC%2CwBAgBG%2CmBAYI%2CiBAGI%3BEACI%2CcAAA%3B%3BAAhChB%2CgBAAC%2CwBAgBG%2CmBAoBI%3BEACI%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAA1CZ%2CgBAAC%2CwBAgBG%2CmBA6BI%3BEACI%2CeAAA%3B%3BAA9CZ%2CgBAAC%2CwBAgBG%2CmBAiCI%3BEACI%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CgBArDX%2CwBAgBG%2CmBAiCI%2CiBAIK%3BEACG%2CcAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CgBA1DX%2CwBAgBG%2CmBAiCI%2CiBASK%3BEACG%2CcAAA%3BEACA%2CmBAAA%3B%3BAA5DhB%2CgBAAC%2CwBAiEG%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAtER%2CgBAAC%2CwBAiEG%2CmBAOI%3BEACI%2CkBAAA%3B%3BAAzEZ%2CgBAAC%2CwBAiEG%2CmBAWI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3B%3BAA9EZ%2CgBAAC%2CwBAiEG%2CmBAgBI%3BEACI%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAtFZ%2CgBAAC%2CwBAiEG%2CmBAwBI%3BEACI%2CgBAAA%3B%3BAA1FZ%2CgBAAC%2CwBA8FG%3BEACI%2CcAAA%3B%3BAA%5C%2FFR%2CgBAAC%2CwBAkGG%3BEACI%2CcAAA%3B%3BAAIR%2CgBAAC%3BEACG%2CaAAA%3BEACA%2CyBAAA%3B%3BAAFJ%2CgBAAC%2CiBAIG%2COACI%3BEACI%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3BAAMhB%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CmBAAC%3BEACG%2CsBAAA%3B%3BAADJ%2CmBAAC%2CQAGG%3BEACI%2CaAAA%3B%3BAAXZ%2CmBAeI%3BEACI%2CYAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAlBR%2CmBAqBI%3BEACI%2CaAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3BAAxBR%2CmBAqBI%2CiBAKI%3BEACI%2CaAAA%3B%3BAA3BZ%2CmBAqBI%2CiBAKI%2CuBAGI%2CeAAe%2CmBAAmB%3BEAC9B%2CkBAAA%3B%3BAA9BhB%2CmBAqBI%2CiBAKI%2CuBAOI%3BEACI%2CWAAA%3B%3BAAlChB%2CmBAqBI%2CiBAKI%2CuBAOI%2CmBAGI%3BEACI%2CkBAAA%3BEACA%2CUAAA%3B%3BAAMhB%2CmBAAC%3BEACG%2CaAAA%3B%3BAAKJ%2CsBAAC%3BEACG%2CcAAA%3B%3BAAGJ%2CsBAAC%3BEACG%2CmBAAA%3B%3BAAGJ%2CsBAAC%3BEACG%2CkBAAA%3B%3BAAVR%2CsBAaI%3BEACI%2CgCAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CsBAJJ%2CmBAIK%3BEACG%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAnBZ%2CsBAaI%2CmBASI%3BEACI%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3B%3BAA%5C%2FBZ%2CsBAaI%2CmBAqBI%3BEACI%2CyBAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CsBA1BJ%2CmBA0BK%2CYACG%3BEACI%2CuBAAA%3B%3BAAzChB%2CsBAaI%2CmBAgCI%3BEACI%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3B%3BAAhDZ%2CsBAaI%2CmBAgCI%2C2BAKI%3BEACI%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAEA%2CsBA9CZ%2CmBAgCI%2C2BAKI%2CuBASK%3BEACG%2CaAAA%3B%3BAA5DpB%2CsBAaI%2CmBAgCI%2C2BAKI%2CuBAaI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3B%3BAAlEpB%2CsBAaI%2CmBAgCI%2C2BAKI%2CuBAmBI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CkCAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAA9EpB%2CsBAaI%2CmBAgCI%2C2BAKI%2CuBA%2BBI%2CMAAK%3BEACD%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CwCAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAEA%2CsBAlFhB%2CmBAgCI%2C2BAKI%2CuBA%2BBI%2CMAAK%2CeAcA%3BEACG%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAkB%2CEAAlB%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAkB%2CiBAAiB%2CgBAAnC%3BEACA%2CUAAA%3BEACA%2CYAAA%3B%3BAAKR%2CsBAjGZ%2CmBAgCI%2C2BAKI%2CuBA4DK%2CQACG%2CMAAK%3BEACD%2CyBAAA%3B%3BAAEA%2CsBArGpB%2CmBAgCI%2C2BAKI%2CuBA4DK%2CQACG%2CMAAK%2CeAGA%3BEACG%2CUAAA%3B%3BAALZ%2CsBAjGZ%2CmBAgCI%2C2BAKI%2CuBA4DK%2CQASG%3BEACI%2CgBAAA%3B%3BAAMhB%2CsBAjHJ%2CmBAiHK%2CUACG%3BEACI%2CcAAA%3B%3BAAhIhB%2CsBAaI%2CmBAuHI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CsBAAsB%2CsRAAtB%3BEACA%2CsBAAA%3B%3BAAGJ%2CsBA9HJ%2CmBA8HK%2CUACG%3BEACI%2CWAAW%2CcAAX%3B%3BAAMhB%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAHJ%2CuBAKI%2C2BACI%3BEACI%2CaAAA%3B%3BAAPZ%2CuBAKI%2C2BAKI%3BEACI%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BAAjBZ%2CuBAKI%2C2BAKI%2CuBASI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CuBApBR%2C2BAKI%2CuBAeK%3BEACG%2CqBAAA%3B%3BAAMhB%2CmBAAmB%3BEACf%2CsBAAA%3B%3BAADJ%2CmBAAmB%2CYAGf%3BEACI%2CWAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAANR%2CmBAAmB%2CYASf%2CuBAAyB%2CMAAG%3BEACxB%2CaAAA%3B%3BAAVR%2CmBAAmB%2CYAaf%3BEACI%2CcAAA%3B%3BAAdR%2CmBAAmB%2CYAiBf%3BEACI%2CgCAAA%3BEACA%2CiBAAA%3B%3BAAnBR%2CmBAAmB%2CYAiBf%2CuBAII%2CmBACI%3BEACI%2CaAAA%3B%3BAAvBhB%2CmBAAmB%2CYAiBf%2CuBAII%2CmBAKI%3BEACI%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3B%3BAApChB%2CmBAAmB%2CYAiBf%2CuBAII%2CmBAKI%2C2BAYI%3BEACI%2CYAAA%3B%3BAAOpB%3BEACI%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CgBAAC%3BEACG%2CYAAA%3B%3BAAIR%3BEACI%2CaAAA%3B%3BAADJ%2CsBAGI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CsBAPJ%2CiBAOK%3BEACG%2CmBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CsBAZJ%2CiBAYK%3BEACG%2CqBAAA%3B%3BAAhBZ%2CsBAoBI%3BEACI%2CSAAS%2CGAAT%3B%3BAArBR%2CsBAwBI%3BEACI%2CSAAS%2CGAAT%3B%3BAAKR%3BEACI%2C2BAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAHJ%2CkBAKI%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAARR%2CkBAWI%3BEACI%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CkFAAA%3BEACA%2CeAAA%3B%3BAAIR%3BEACI%2CaAAA%3BEACA%2CwBAAA%3BEACA%2C8BAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%3BIACI%2CWAAW%2CaAAX%3B%3B%3BAAeR%2CQAX0B%3BEACtB%3BIACI%2CiBAAA%3BIACA%2CiBAAA%3BIACA%2C8BAAA%3B%3B%3BAAsCR%2CQA%5C%2FB0B%3BEACtB%3BIACI%2CSAAA%3BIACA%2CeAAA%3B%3BEAFJ%2CmBAII%3BIACI%2CaAAA%3B%3BEALR%2CmBAII%2CmBAGI%3BIACI%2CaAAA%3B%3BEARZ%2CmBAYI%3BIACI%2CaAAA%3B%3BEAbR%2CmBAYI%2CiBAGI%3BIACI%2C0BAAA%3B%3BEAhBZ%2CmBAYI%2CiBAOI%3BIACI%2CaAAA%3B%3BEApBZ%2CmBAwBI%3BIACI%2CaAAA%3B%3B%3BAAoCZ%2CQA%5C%2FB0B%3BEACtB%3BIACI%2CSAAA%3BIACA%2CeAAA%3B%3BEAFJ%2CmBAII%3BIACI%2CaAAA%3B%3BEALR%2CmBAII%2CmBAGI%3BIACI%2CaAAA%3B%3BEARZ%2CmBAYI%3BIACI%2CaAAA%3B%3BEAbR%2CmBAYI%2CiBAGI%3BIACI%2C0BAAA%3B%3BEAhBZ%2CmBAYI%2CiBAOI%3BIACI%2CaAAA%3B%3BEApBZ%2CmBAwBI%3BIACI%2CaAAA%3B%3B%3BAAUhB%2CQAL8B%3BEACtB%2CmBAAoB%2CiBAAiB%3BIACjC%2CkBAAA%3B%3B%3BACrxBZ%3BEACI%2CQAAA%3B%3BAAGJ%2CSAAS%3BAACT%2CSAAS%3BEACL%2CcAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CSAAS%3BEACL%2CWAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2C6BAAA%3BEACA%2CSAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2C8BAAA%3BEACA%2C2BAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CeAAgB%3BEACZ%2CQAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CeAAgB%2CGAAE%3BAAClB%2CeAAgB%2CGAAE%3BEACd%2CcAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CeAAgB%2CGAAE%3BEACd%2CWAAA%3B%3BAAGJ%2CeAAgB%2CGAAE%2COAAQ%3BEACtB%2CiBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CeAAgB%2CGAAG%2CGAAE%3BEACjB%2CiBAAA%3B%3BAAGJ%2CeAAgB%2CGAAG%2CGAAE%3BEACjB%2CiBAAA%3B%3BAAGJ%2CeAAgB%2CGAAG%2CGAAE%3BEACjB%2CiBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CeAAgB%2CGAAG%2CGAAE%3BEACjB%2CiBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CeAAgB%2CGAAG%2CGAAE%3BEACjB%2CiBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CeAAgB%2CGAAG%2CGAAE%3BEACjB%2CiBAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEACI%2CaAAA%3B%3B%3B%3BAAMJ%2CSAAU%3BEACN%2CcAAA%3B%3BAAGJ%2CSAAU%3BEACN%2CcAAA%3B%3BAAGJ%2CSAAU%3BEACN%2CcAAA%3B%3B%3BAAIJ%2CSAAU%3BEACN%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2C2CAAA%3B%3BAAGJ%2CSAAU%3BEACN%2CWAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CwCAAA%3BEACA%2CiDAAA%3B%3BAAGJ%2CSAAU%3BEACN%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CSAAU%3BEACN%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CSAAU%3BEACN%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3B%3BAAIJ%2CSAAU%3BEACN%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3B%3BAAIJ%2CSAAU%3BEACN%2CWAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CSAAU%3BEACN%2CYAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CSAAU%3BAAA0B%2CSAAU%3BEAC1C%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CSAAU%3BEACN%2CyBAAA%3BEAEA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CSAAU%2C2BAA2B%3BEACjC%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2C8BAAA%3B%3BAAGJ%2CSAAU%3BAAA0B%3BEAChC%2CmBAAA%3B%3BAAGJ%2CSAAU%2CmBAAkB%3BEACxB%2CYAAA%3B%3BAAGJ%2CSAAU%3BEACN%2CyBAAA%3BEACA%2C8CAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2C8BAAA%3BEACA%2CQAAA%3B%3B%3BAAIJ%2CSAAU%3BEACN%2CqBAAA%3BEACA%2CYAAA%3B%3B%3BAAIJ%2CSAAU%3BEACN%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CSAAU%2CgCAAgC%3BEACtC%2CcAAA%3B%3B%3BAAIJ%2CSAAU%3BEACN%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3BEACA%2C0BAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CSAAU%2CiBAAgB%3BEACtB%2CUAAA%3B%3BAAGJ%2CSAAU%2CiBAAgB%3BEACtB%2C0CAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CSAAU%2CiBAAgB%3BEACtB%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CSAAU%2CiBAAgB%2CyBAAyB%3BEAC%5C%2FC%2CyBAAA%3BEACA%2CkBAAA%3B%3B%3BAAIJ%2CSAAU%3BEACN%2CeAAA%3B%3B%3BAAIJ%2CSAAU%3BEACN%2C6BAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CSAAU%3BEACN%2CaAAA%3B%3B%3BAAIJ%2CSAAU%3BEACN%2CcAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CSAAU%3BEACN%2CkBAAA%3B%3BAAGJ%2CSAAU%3BEACN%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CSAAU%2CgCAA%2BB%3BEACrC%2CwCAAA%3BEACA%2CyCAAA%3B%3BAAGJ%2CSAAU%2CgCAA%2BB%2CUAAU%3BEAC%5C%2FC%2CwCAAA%3BEACA%2CyCAAA%3B%3BAAGJ%2CSAAU%2CgCAA%2BB%2CUAAU%3BEAC%5C%2FC%2CwCAAA%3BEACA%2CyCAAA%3BEACA%2C0CAAA%3B%3BAAGJ%2CSAAU%3BEACN%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CSAAU%2C%2BBAA8B%2CWAAY%3BEAChD%2C2CAAA%3B%3BAAGJ%2CSAAU%3BEACN%2CWAAA%3B%3BAAGJ%2CSAAU%3BEACN%2CYAAA%3B%3BAAGJ%2CSAAU%3BEACN%2CWAAA%3B%3BAAGJ%2CSAAU%3BEACN%2CYAAA%3B%3BAAGJ%2CSAAU%3BEACN%2CWAAA%3B%3B%3BAAWJ%2CgBAPkC%3BEAC9B%2CSAAU%2CsBAAqB%3BIAC3B%2CuBAAA%3BIACA%2CsBAAA%3B%3B%3BAAUR%2CgBANkC%3BEAC9B%2CSAAU%2CsBAAqB%3BIAC3B%2CsBAAA%3BIACA%2CuBAAA%3B%3B%3BACnXR%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CoCAAA%3B%3BACRA%2CqBACI%3BEACI%2CaAAA%3B%3BAAFR%2CqBACI%2CYAGI%2CMAAK%3BEACD%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAPZ%2CqBAWI%3BEACI%2CmBAAA%3B%3BAAZR%2CqBAWI%2CUAGI%3BEACI%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3B%3BAAEA%2CqBARR%2CUAGI%2CGAKK%3BEACG%2CeAAA%3B%3BAAGJ%2CqBAZR%2CUAGI%2CGASK%3BEACG%2CeAAA%3B%3BAAGJ%2CqBAhBR%2CUAGI%2CGAaK%3BEACG%2CeAAA%3B%3BAAGJ%2CqBApBR%2CUAGI%2CGAiBK%3BEACG%2CeAAA%3B%3BAAGJ%2CqBAxBR%2CUAGI%2CGAqBK%3BEACG%2CeAAA%3B%3BAAGJ%2CqBA5BR%2CUAGI%2CGAyBK%3BEACG%2CeAAA%3B%3BAAGJ%2CqBAhCR%2CUAGI%2CGA6BK%3BEACG%2CeAAA%3B%3BAAGJ%2CqBApCR%2CUAGI%2CGAiCK%3BEACG%2CeAAA%3B%3BAAGJ%2CqBAxCR%2CUAGI%2CGAqCK%3BEACG%2CeAAA%3B%3BAAGJ%2CqBA5CR%2CUAGI%2CGAyCK%3BEACG%2CgBAAA%3B%3BAAxDhB%2CqBAWI%2CUAGI%2CGA6CI%3BEACI%2CeAAA%3B%3BAA5DhB%2CqBAWI%2CUAGI%2CGA6CI%2CGAGI%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3B%3BAAGI%2CqBAzDpB%2CUAGI%2CGA6CI%2CGAGI%2CEAKI%2CKACK%3BEACG%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CSAAgB%2COAAhB%3BEACA%2CaAAgB%2CYAAhB%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAIA%2CqBAzExB%2CUAGI%2CGA6CI%2CGAGI%2CEAKI%2CKAgBK%2CWACI%3BEACG%2CaAAA%3B%3BAArFhC%2CqBAWI%2CUAkFI%3BEACI%2CsBAAA%3B%3BAA9FZ%2CqBAWI%2CUAkFI%2CQAGI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAnGhB%2CqBAWI%2CUAkFI%2CQASI%3BEACI%2CcAAA%3B%3BAAvGhB%2CqBAWI%2CUAkFI%2CQAaI%3BEACI%2CaAAA%3B%3BAA3GhB%2CqBAWI%2CUAkFI%2CQAiBI%3BEACI%2CaAAA%3B%3BAA%5C%2FGhB%2CqBAWI%2CUAwGI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAcZ%2CQAT0B%3BEACtB%2CqBACI%3BIACI%2C0BAAA%3B%3B%3BAAMZ%3BEACI%2CaAAA%3B%3BACrIR%3BEACI%2CeAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CwCAAA%3BEACA%2CgDAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CyBAAC%3BEACG%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2C4BAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAANJ%2CyBAAC%2COAQK%3BEACE%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3B%3BAAXR%2CyBAAC%2COAcG%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAAIR%2CyBAAC%3BEACG%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAHJ%2CyBAAC%2CQAKG%2CQACI%3BEACI%2CWAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAdZ%2CyBAAC%2CQAKG%2CQAYI%3BEACI%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAArBZ%2CyBAAC%2CQAKG%2CQAYI%2CGAMI%3BEACI%2CaAAA%3BEACA%2C6BAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BAA3BhB%2CyBAAC%2CQAKG%2CQAYI%2CGAMI%2CGAMI%3BEACI%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAAhCpB%2CyBAAC%2CQAKG%2CQAYI%2CGAMI%2CGAYI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2C4BAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CyBA1CnB%2CQAKG%2CQAYI%2CGAMI%2CGAYI%2CQAOK%3BEACG%2CsBAAsB%2C8zCAAtB%3B%3BAAEJ%2CyBA7CnB%2CQAKG%2CQAYI%2CGAMI%2CGAYI%2CQAUK%3BAAAW%2CyBA7C%5C%2FB%2CQAKG%2CQAYI%2CGAMI%2CGAYI%2CQAUiB%3BEACT%2CsBAAsB%2CmtCAAtB%3B%3BAA9CxB%2CyBAAC%2CQAKG%2CQAYI%2CGAMI%2CGA2BI%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAArDpB%2CyBAAC%2CQAKG%2CQAYI%2CGAMI%2CGA2BI%2CaAKI%3BEACI%2CqBAAA%3B%3BAAxDxB%2CyBAAC%2CQAKG%2CQAYI%2CGAMI%2CGA2BI%2CaASI%3BEACI%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAhExB%2CyBAAC%2CQAKG%2CQAYI%2CGAMI%2CGA6CI%3BEACI%2CiBAAA%3BEACA%2CcAAA%3BEACA%2C0BAAA%3B%3BAAEA%2CyBAzEnB%2CQAKG%2CQAYI%2CGAMI%2CGA6CI%2CEAKK%3BEACG%2CqBAAA%3B%3BAAQxB%2CyBAAC%3BEACG%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CyBAAC%3BEACG%2CaAAA%3BEACA%2CgBAAA%3B%3BAAFJ%2CyBAAC%2CQAIG%3BEACI%2CaAAA%3B%3BAALR%2CyBAAC%2CQAQG%3BEACI%2CeAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C0CAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAApBR%2CyBAAC%2CQAQG%2CiCAcI%3BEACI%2CaAAA%3B%3BAAMhB%2CIAAI%2CSACA%3BAADW%2CIAAI%2CYACf%3BEACI%2CUAAA%3BEACA%2CWAAA%3B%3BACmXR%2CQArgByB%3BEACrB%2CYAAY%2CWACN%3BIACE%2CkBAAA%3B%3BEAEA%2CYAJI%2CWACN%2CKAGG%3BIACG%2CcAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CWAAA%3B%3BEAPZ%2CYAAY%2CWAUR%3BIACI%2CaAAA%3B%3BEAXR%2CYAAY%2CWAaR%2CKAAI%3BIACA%2CkBAAA%3BIACA%2CyBAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3B%3BEAEA%2CYAvBI%2CWAaR%2CKAAI%2CUAUC%3BIACG%2CSAAS%2CEAAT%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2C6BAAA%3B%3BEAEJ%2CYA9BI%2CWAaR%2CKAAI%2CUAiBC%3BIACG%2CyBAAA%3B%3BEACA%2CYAhCA%2CWAaR%2CKAAI%2CUAiBC%2CiBAEI%3BIACC%2C0BAAA%3B%3BEAGN%2CYApCI%2CWAaR%2CKAAI%2CUAuBC%3BIACG%2CyBAAA%3B%3BEACA%2CYAtCA%2CWAaR%2CKAAI%2CUAuBC%2CiBAEI%3BIACC%2C0BAAA%3B%3BEAGN%2CYA1CI%2CWAaR%2CKAAI%2CUA6BC%3BIACG%2CyBAAA%3B%3BEACA%2CYA5CA%2CWAaR%2CKAAI%2CUA6BC%2CiBAEI%3BIACC%2C0BAAA%3B%3BEA7Cd%2CYAAY%2CWAiDR%2CEAAC%2CMAAS%2COAAO%2COAAI%3BIACjB%2CqBAAA%3B%3BEAlDR%2CYAAY%2CWAoDR%2CGACM%2CIAAI%3BIACF%2CkBAAA%3B%3BEAEJ%2CYAxDI%2CWAoDR%2CGAIK%2COACK%3BIACE%2C%2BBAAA%3B%3BEAFR%2CYAxDI%2CWAoDR%2CGAIK%2COAIK%2CIAAI%2COAAI%3BIACN%2CUAAA%3BIACA%2CWAAA%3B%3BEAEA%2CYAhEJ%2CWAoDR%2CGAIK%2COAIK%2CIAAI%2COAAI%2CUAIL%3BIACG%2CSAAA%3BIACA%2CYAAA%3B%3BEAGA%2CYArER%2CWAoDR%2CGAIK%2COAIK%2CIAAI%2COAAI%2CUAQL%2CiBACI%3BIACG%2CyBAAA%3B%3BEAIJ%2CYA1ER%2CWAoDR%2CGAIK%2COAIK%2CIAAI%2COAAI%2CUAaL%2CiBACI%3BIACG%2CyBAAA%3B%3BEAIJ%2CYA%5C%2FER%2CWAoDR%2CGAIK%2COAIK%2CIAAI%2COAAI%2CUAkBL%2CiBACI%3BIACG%2CyBAAA%3B%3BEAhFxB%2CYAAY%2CWAoDR%2CGAiCI%2CcACI%2CGAAK%2CIAAI%2COAAO%2COAAI%3BIAChB%2CQAAA%3BIACA%2CYAAA%3B%3BEAEA%2CYA1FJ%2CWAoDR%2CGAiCI%2CcACI%2CGAAK%2CIAAI%2COAAO%2COAAI%2CUAIf%3BIACG%2CUAAA%3BIACA%2CWAAA%3B%3BEAGA%2CYA%5C%2FFR%2CWAoDR%2CGAiCI%2CcACI%2CGAAK%2CIAAI%2COAAO%2COAAI%2CUAQf%2CiBACI%3BIACG%2C2BAAA%3B%3BEAIJ%2CYApGR%2CWAoDR%2CGAiCI%2CcACI%2CGAAK%2CIAAI%2COAAO%2COAAI%2CUAaf%2CiBACI%3BIACG%2C2BAAA%3B%3BEAIJ%2CYAzGR%2CWAoDR%2CGAiCI%2CcACI%2CGAAK%2CIAAI%2COAAO%2COAAI%2CUAkBf%2CiBACI%3BIACG%2C2BAAA%3B%3BEA1GxB%2CYAAY%2CWAgHR%2CcAAa%2CaACP%3BIACE%2CWAAA%3BIACA%2CoBAAA%3B%3BEAEJ%2CYArHI%2CWAgHR%2CcAAa%2CaAKR%2CSACK%3BIACE%2CWAAA%3B%3BEAGR%2CYA1HI%2CWAgHR%2CcAAa%2CaAUR%2CSACK%3BIACE%2CUAAA%3B%3BEAEA%2CYA9HJ%2CWAgHR%2CcAAa%2CaAUR%2CSACK%2CKAGG%2CUAAU%3BIACP%2CWAAA%3B%3BEAIZ%2CYAnII%2CWAgHR%2CcAAa%2CaAmBR%2CSACK%3BIACE%2CaAAA%3B%3BEAEA%2CYAvIJ%2CWAgHR%2CcAAa%2CaAmBR%2CSACK%2CKAGG%2CUAAU%3BIACP%2CWAAA%3B%3BEAIZ%2CYA5II%2CWAgHR%2CcAAa%2CaA4BR%2CSACK%3BIACE%2CUAAA%3B%3BEAEA%2CYAhJJ%2CWAgHR%2CcAAa%2CaA4BR%2CSACK%2CKAGG%2CUAAU%3BIACP%2CWAAA%3B%3BEAIZ%2CYArJI%2CWAgHR%2CcAAa%2CaAqCR%2CSACK%3BIACE%2CUAAA%3B%3BEAEA%2CYAzJJ%2CWAgHR%2CcAAa%2CaAqCR%2CSACK%2CKAGG%2CUAAU%3BIACP%2CWAAA%3B%3BEAIZ%2CYA9JI%2CWAgHR%2CcAAa%2CaA8CR%2CSACK%3BIACE%2CaAAA%3B%3BEAEA%2CYAlKJ%2CWAgHR%2CcAAa%2CaA8CR%2CSACK%2CKAGG%2CUAAU%3BIACP%2CWAAA%3B%3BEAnKpB%2CYAAY%2CWAwKR%2CGAAE%3BIACE%2CoBAAA%3BIACA%2CwBAAA%3B%3BEACA%2CYA3KI%2CWAwKR%2CGAAE%2COAGG%3BIACG%2CWAAA%3B%3BEAEJ%2CYA9KI%2CWAwKR%2CGAAE%2COAMG%3BIACG%2CYAAA%3B%3BEAEA%2CYAjLA%2CWAwKR%2CGAAE%2COAMG%2CSAGI%2CYACG%3BIACI%2CUAAA%3BIACA%2CQAAA%3BIACA%2CgBAAA%3B%3BEArLpB%2CYAAY%2CWAwKR%2CGAAE%2COAiBE%3BIACI%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CwBAAA%3BIACA%2CWAAA%3B%3BEA9LZ%2CYAAY%2CWAwKR%2CGAAE%2COAiBE%2CSAMM%3BIACE%2CaAAA%3B%3BEACA%2CYAjMJ%2CWAwKR%2CGAAE%2COAiBE%2CSAMM%2CKAEG%3BEAAS%2CYAjMd%2CWAwKR%2CGAAE%2COAiBE%2CSAMM%2CKAEa%3BIACP%2CaAAA%3B%3BEAlMpB%2CYAAY%2CWAwKR%2CGAAE%2COAiBE%2CSAYI%3BIACE%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAGN%2CYA1MI%2CWAwKR%2CGAAE%2COAkCG%2COAAU%2CWAAQ%3BIACf%2CUAAA%3BIACA%2CQAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CYA%5C%2FMI%2CWAwKR%2CGAAE%2COAuCG%3BIACG%2CgBAAA%3B%3BEADJ%2CYA%5C%2FMI%2CWAwKR%2CGAAE%2COAuCG%2CUAEK%3BIACE%2CWAAA%3BIACA%2CgBAAA%3B%3BEAGR%2CYAtNI%2CWAwKR%2CGAAE%2COA8CG%2CUACK%3BEADO%2CYAtNT%2CWAwKR%2CGAAE%2COA8CgB%2CYACR%3BIACE%2CaAAA%3BIACA%2COAAA%3B%3BEAEJ%2CYA3NA%2CWAwKR%2CGAAE%2COA8CG%2CUAKI%2CMACK%3BEADN%2CYA3NA%2CWAwKR%2CGAAE%2COA8CgB%2CYAKT%2CMACK%3BIACE%2CmBAAA%3BIACA%2CUAAA%3B%3BEAMI%2CYApOZ%2CWAwKR%2CGAAE%2COA8CG%2CUAWG%2CSACI%2CGAAE%2COACI%2CIACG%3BEAAD%2CYApOZ%2CWAwKR%2CGAAE%2COA8CgB%2CYAWV%2CSACI%2CGAAE%2COACI%2CIACG%3BIACG%2CaAAA%3B%3BEAfpB%2CYAtNI%2CWAwKR%2CGAAE%2COA8CG%2CUAWG%2CSAQI%2CGAAE%2COACI%3BEApBD%2CYAtNT%2CWAwKR%2CGAAE%2COA8CgB%2CYAWV%2CSAQI%2CGAAE%2COACI%3BIACE%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CyBAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3BIACA%2CmBAAA%3B%3BEA1BhB%2CYAtNI%2CWAwKR%2CGAAE%2COA8CG%2CUAWG%2CSAQI%2CGAAE%2COASI%3BEA5BD%2CYAtNT%2CWAwKR%2CGAAE%2COA8CgB%2CYAWV%2CSAQI%2CGAAE%2COASI%3BIACE%2CmBAAA%3B%3BEA7BhB%2CYAtNI%2CWAwKR%2CGAAE%2COA8CG%2CUAWG%2CSAqBI%3BEAhCK%2CYAtNT%2CWAwKR%2CGAAE%2COA8CgB%2CYAWV%2CSAqBI%3BIACE%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3BIACA%2CyBAAA%3BIACA%2CcAAA%3B%3BEACE%2CYA7PR%2CWAwKR%2CGAAE%2COA8CG%2CUAWG%2CSAqBI%2CEAOK%3BEAAD%2CYA7PR%2CWAwKR%2CGAAE%2COA8CgB%2CYAWV%2CSAqBI%2CEAOK%3BIACG%2CgBAAA%3B%3BEADJ%2CYA7PR%2CWAwKR%2CGAAE%2COA8CG%2CUAWG%2CSAqBI%2CEAOK%2CMAEK%3BEAFN%2CYA7PR%2CWAwKR%2CGAAE%2COA8CgB%2CYAWV%2CSAqBI%2CEAOK%2CMAEK%3BIACE%2C0BAAA%3B%3BEA1CpB%2CYAtNI%2CWAwKR%2CGAAE%2COA8CG%2CUAWG%2CSAmCI%3BEA9CK%2CYAtNT%2CWAwKR%2CGAAE%2COA8CgB%2CYAWV%2CSAmCI%3BEA9CR%2CYAtNI%2CWAwKR%2CGAAE%2COA8CG%2CUAWG%2CSAmCqB%3BEA9CZ%2CYAtNT%2CWAwKR%2CGAAE%2COA8CgB%2CYAWV%2CSAmCqB%3BEA9CzB%2CYAtNI%2CWAwKR%2CGAAE%2COA8CG%2CUAWG%2CSAmCuC%3BEA9C9B%2CYAtNT%2CWAwKR%2CGAAE%2COA8CgB%2CYAWV%2CSAmCuC%3BEA9C3C%2CYAtNI%2CWAwKR%2CGAAE%2COA8CG%2CUAWG%2CSAmC0D%3BEA9CjD%2CYAtNT%2CWAwKR%2CGAAE%2COA8CgB%2CYAWV%2CSAmC0D%3BIAClD%2CeAAA%3BIACA%2CgBAAA%3B%3BEAhDZ%2CYAtNI%2CWAwKR%2CGAAE%2COA8CG%2CUAWG%2CSAuCI%2CcACE%3BEAnDG%2CYAtNT%2CWAwKR%2CGAAE%2COA8CgB%2CYAWV%2CSAuCI%2CcACE%3BIACE%2CmBAAA%3B%3BEAKZ%2CYA%5C%2FQI%2CWAwKR%2CGAAE%2COAuGG%2CQACG%3BIACE%2CcAAA%3B%3BEAFN%2CYA%5C%2FQI%2CWAwKR%2CGAAE%2COAuGG%2CQACG%2CSAEI%3BIACA%2CSAAA%3B%3BEAJR%2CYA%5C%2FQI%2CWAwKR%2CGAAE%2COAuGG%2CQACG%2CSAKE%3BIACE%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CiBAAA%3BIACA%2CyBAAA%3B%3BEAXR%2CYA%5C%2FQI%2CWAwKR%2CGAAE%2COAuGG%2CQAcG%3BIACI%2CgBAAA%3B%3BEAfR%2CYA%5C%2FQI%2CWAwKR%2CGAAE%2COAuGG%2CQAcG%2CcAEI%3BIACI%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CwBAAA%3BIACA%2CcAAA%3BIACA%2C2CAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2COAAA%3BIACA%2CMAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3B%3BEA3BZ%2CYA%5C%2FQI%2CWAwKR%2CGAAE%2COAuGG%2CQAcG%2CcAeM%2CKAAE%2CMACE%3BIACE%2CmBAAA%3BIACA%2CUAAA%3B%3BEAKR%2CYApTJ%2CWAwKR%2CGAAE%2COAuGG%2CQAoCG%2CGAAE%2COACM%2CgBAAa%3BIACb%2CUAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3BEAxCZ%2CYA%5C%2FQI%2CWAwKR%2CGAAE%2COAuGG%2CQAoCG%2CGAAE%2COAME%3BIACE%2CaAAA%3BIAAc%2CmBAAA%3BIACd%2CyBAAA%3B%3BEA5CV%2CYA%5C%2FQI%2CWAwKR%2CGAAE%2COAuGG%2CQAoCG%2CGAAE%2COAME%2CEAGI%3BIACA%2CkBAAA%3B%3BEA9CZ%2CYA%5C%2FQI%2CWAwKR%2CGAAE%2COAuGG%2CQAkDG%2CcAAa%2CWAAY%3BIACrB%2CUAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CYAtUA%2CWAwKR%2CGAAE%2COAuGG%2CQAuDI%2CMACK%3BIACE%2CmBAAA%3BIACA%2CUAAA%3B%3BEA1DZ%2CYA%5C%2FQI%2CWAwKR%2CGAAE%2COAuGG%2CQA6DG%2CGAAE%2CMAAS%3BIACP%2CmBAAA%3BIACA%2CUAAA%3B%3BEAGR%2CYAjVI%2CWAwKR%2CGAAE%2COAyKG%2CQACG%3BEADJ%2CYAjVI%2CWAwKR%2CGAAE%2COAyKG%2CQACa%2CcAAc%3BIACpB%2COAAA%3B%3BEAGR%2CYAtVI%2CWAwKR%2CGAAE%2COA8KG%2CYACG%3BIACI%2COAAA%3B%3BEAxVhB%2CYAAY%2CWAwKR%2CGAAE%2COAmLI%3BEA3VV%2CYAAY%2CWAwKR%2CGAAE%2COAmLQ%3BIACJ%2CcAAA%3BIACA%2CoBAAA%3B%3BEAGN%2CYAhWQ%2CWAgWP%3BIACC%2CUAAA%3B%3BEADF%2CYAhWQ%2CWAgWP%2CcAEG%3BIACI%2CSAAA%3BIACA%2CkBAAA%3B%3BEACA%2CYArWA%2CWAgWP%2CcAEG%2CGAGK%3BIACG%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CeAAA%3BIACA%2CsBAAA%3B%3BEACA%2CYA5WJ%2CWAgWP%2CcAEG%2CGAGK%2COAOI%2COAAU%2CIAAC%3BIACR%2CSAAS%2COAAT%3BIACA%2CqBAAA%3BIACA%2CaAAa%2CaAAb%3BIACA%2CkBAAA%3BIACA%2CoBAAA%3B%3BEACA%2C2BAA4B%2CWAAW%2CaAlX%5C%2FC%2CWAgWP%2CcAEG%2CGAGK%2COAOI%2COAAU%2CIAAC%3BIAOJ%2CSAAS%2COAAT%3BIACA%2CiBAAA%3BIACA%2CeAAA%3B%3BEAGR%2CYAxXJ%2CWAgWP%2CcAEG%2CGAGK%2COAmBI%2CQAAS%2CSAAS%2CGAAE%2COAAU%2CIAAC%3BIAC5B%2CSAAS%2COAAT%3BIACA%2CqBAAA%3BIACA%2CaAAa%2CaAAb%3B%3BEACA%2C2BAA4B%2CWAAY%2CaA5XhD%2CWAgWP%2CcAEG%2CGAGK%2COAmBI%2CQAAS%2CSAAS%2CGAAE%2COAAU%2CIAAC%3BIAKxB%2CSAAS%2COAAT%3B%3BEAGR%2CYAhYJ%2CWAgWP%2CcAEG%2CGAGK%2COA2BI%2CUAAa%3BEAAU%2CYAhY5B%2CWAgWP%2CcAEG%2CGAGK%2COA2B4B%2CYAAe%3BIACpC%2CqBAAA%3BIACA%2CMAAA%3BIACA%2CoBAAA%3B%3BEACA%2C2BAA4B%2CWAAY%2CaApYhD%2CWAgWP%2CcAEG%2CGAGK%2COA2BI%2CUAAa%3BEAIV%2C2BAA4B%2CWAAY%2CaApYhD%2CWAgWP%2CcAEG%2CGAGK%2COA2B4B%2CYAAe%3BIAKlC%2CqBAAA%3BIACA%2CsBAAA%3B%3BEAGN%2CYAzYJ%2CWAgWP%2CcAEG%2CGAGK%2COAoCI%2CQAAW%3BIACR%2CqBAAA%3BIACA%2CMAAA%3BIACA%2CYAAA%3B%3BEACA%2C2BAA4B%2CWAAY%2CaA7YhD%2CWAgWP%2CcAEG%2CGAGK%2COAoCI%2CQAAW%3BIAKN%2CqBAAA%3BIACA%2CsBAAA%3B%3BEANN%2CYAzYJ%2CWAgWP%2CcAEG%2CGAGK%2COAoCI%2CQAAW%2CWAQR%2CcAAc%3BIACZ%2CYAAA%3B%3BEAGN%2CYArZJ%2CWAgWP%2CcAEG%2CGAGK%2COAgDI%2CUAAa%3BIACV%2CaAAA%3B%3BEAEJ%2CYAxZJ%2CWAgWP%2CcAEG%2CGAGK%2COAmDO%3BIACA%2CaAAA%3BIACA%2CmBAAA%3BIACA%2C6BAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CiBAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2C2BAAA%3BIACA%2CcAAA%3B%3BEAXJ%2CYAxZJ%2CWAgWP%2CcAEG%2CGAGK%2COAmDO%2CIAYE%2COAAI%2CIAAI%3BIACR%2COAAA%3B%3BEACA%2C2BAA4B%2CWAAY%2CaAtalD%2CWAgWP%2CcAEG%2CGAGK%2COAmDO%2CIAYE%2COAAI%2CIAAI%3BIAGJ%2CQAAA%3BIACA%2CiBAAA%3B%3BEAhBV%2CYAxZJ%2CWAgWP%2CcAEG%2CGAGK%2COAmDO%2CIAmBE%2COAAI%3BIACF%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3BIACA%2CMAAA%3BIACA%2CQAAA%3B%3BEACA%2CYAjbZ%2CWAgWP%2CcAEG%2CGAGK%2COAmDO%2CIAmBE%2COAAI%2CUAMD%3BIACC%2CUAAA%3BIACA%2CWAAA%3BIACA%2C6BAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CQAAA%3BIACA%2CgBAAA%3B%3BEAGE%2CYA3bhB%2CWAgWP%2CcAEG%2CGAGK%2COAmDO%2CIAmBE%2COAAI%2CUAeD%2CiBACI%3BIACG%2C2BAAA%3B%3BEAIJ%2CYAhchB%2CWAgWP%2CcAEG%2CGAGK%2COAmDO%2CIAmBE%2COAAI%2CUAoBD%2CiBACI%3BIACG%2C2BAAA%3B%3BEAIJ%2CYArchB%2CWAgWP%2CcAEG%2CGAGK%2COAmDO%2CIAmBE%2COAAI%2CUAyBD%2CiBACI%3BIACG%2C2BAAA%3B%3BEA9ChB%2CYAxZJ%2CWAgWP%2CcAEG%2CGAGK%2COAmDO%2CIAkDE%3BEAlDN%2CYAxZJ%2CWAgWP%2CcAEG%2CGAGK%2COAmDO%2CIAkDM%3BIACJ%2CcAAA%3BIACA%2CoBAAA%3B%3BEACA%2C2BAA4B%2CWAAY%2CaA7clD%2CWAgWP%2CcAEG%2CGAGK%2COAmDO%2CIAkDE%3BEAGA%2C2BAA4B%2CWAAY%2CaA7clD%2CWAgWP%2CcAEG%2CGAGK%2COAmDO%2CIAkDM%3BIAIA%2CmBAAA%3BIACA%2CeAAA%3B%3BEAIV%2CYAndJ%2CWAgWP%2CcAEG%2CGAGK%2COA8GI%3BIACC%2CaAAA%3B%3BEADF%2CYAndJ%2CWAgWP%2CcAEG%2CGAGK%2COA8GI%2CYAEG%3BIACA%2CaAAA%3B%3BEAGJ%2CYAzdJ%2CWAgWP%2CcAEG%2CGAGK%2COAoHI%3BIACG%2CsBAAA%3B%3BEAEA%2CYA5dR%2CWAgWP%2CcAEG%2CGAGK%2COAoHI%2CMAGO%3BIACA%2CcAAA%3BIACA%2CsBAAA%3B%3BEAGR%2CYAjeJ%2CWAgWP%2CcAEG%2CGAGK%2COA4HO%3BIACA%2C2CAAA%3BIACA%2CgBAAA%3B%3BEACA%2CYApeR%2CWAgWP%2CcAEG%2CGAGK%2COA4HO%2CWAGC%3BIACC%2CSAAS%2CEAAT%3BIACA%2CkBAAA%3BIACA%2C6BAAA%3BIACA%2CkCAAA%3BIACA%2CqCAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3B%3BEACA%2C2BAA4B%2CWAAY%2CaA%5C%2FelD%2CWAgWP%2CcAEG%2CGAGK%2COA4HO%2CWAGC%3BIAYG%2C4BAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3B%3BEAKZ%2CYAxfA%2CWAgWP%2CcAEG%2CGAsJK%3BIACC%2CsBAAA%3BIACA%2CWAAA%3B%3BEACA%2CYA3fF%2CWAgWP%2CcAEG%2CGAsJK%2COAGG%2CUACE%3BIAAG%2CaAAA%3B%3B%3BAAoGzB%2CQA5FyB%3BEAEjB%2CYADQ%2CWACP%3BIACG%2CaAAA%3B%3BEAFR%2CYAAY%2CWAIR%2CSAAQ%3BIACJ%2CSAAA%3BIACA%2CkBAAA%3B%3BEAEA%2CYARI%2CWAIR%2CSAAQ%2COAIH%3BIACG%2CmBAAA%3BIACA%2CYAAA%3B%3BEAIJ%2CYAdI%2CWAaR%2CGAAE%2COACG%2CYACK%3BIACE%2CsBAAA%3B%3BEAGR%2CYAnBI%2CWAaR%2CGAAE%2COAMG%2CUACG%3BEADS%2CYAnBT%2CWAaR%2CGAAE%2COAMgB%2CYACV%3BEADJ%2CYAnBI%2CWAaR%2CGAAE%2COAMG%2CUACoB%3BEADR%2CYAnBT%2CWAaR%2CGAAE%2COAMgB%2CYACO%3BEADrB%2CYAnBI%2CWAaR%2CGAAE%2COAMG%2CUACuC%3BEAD3B%2CYAnBT%2CWAaR%2CGAAE%2COAMgB%2CYAC0B%3BEADxC%2CYAnBI%2CWAaR%2CGAAE%2COAMG%2CUACyD%3BEAD7C%2CYAnBT%2CWAaR%2CGAAE%2COAMgB%2CYAC4C%3BIAClD%2CaAAA%3B%3BEArBhB%2CYAAY%2CWAaR%2CGAAE%2COAWE%3BIACI%2CaAAA%3B%3BEAzBZ%2CYAAY%2CWA4BR%2CGAAE%3BIACE%2CkBAAA%3BIACA%2CsBAAA%3B%3BEA9BR%2CYAAY%2CWA4BR%2CGAAE%2CaAGI%3BIACE%2CkBAAA%3B%3BEAhCZ%2CYAAY%2CWA4BR%2CGAAE%2CaAMI%3BIACE%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3BIACA%2CUAAA%3BIACA%2CeAAA%3B%3BEA1CZ%2CYAAY%2CWA6CR%2CKAAI%3BIACA%2CQAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CyBAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3B%3BEAEA%2CYA1DI%2CWA6CR%2CKAAI%2CUAaC%3BIACG%2CSAAS%2CEAAT%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2C6BAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CYAnEI%2CWA6CR%2CKAAI%2CUAsBC%3BIACG%2CyBAAA%3B%3BEAEA%2CYAtEA%2CWA6CR%2CKAAI%2CUAsBC%2CiBAGI%3BIACG%2C2BAAA%3B%3BEAGR%2CYA1EI%2CWA6CR%2CKAAI%2CUA6BC%3BIACG%2CyBAAA%3B%3BEAEA%2CYA7EA%2CWA6CR%2CKAAI%2CUA6BC%2CiBAGI%3BIACG%2C2BAAA%3B%3BEAGR%2CYAjFI%2CWA6CR%2CKAAI%2CUAoCC%3BIACG%2CyBAAA%3B%3BEAEA%2CYApFA%2CWA6CR%2CKAAI%2CUAoCC%2CiBAGI%3BIACG%2C2BAAA%3B%3B%3BAC9lBhB%2CoBAAqB%2CaAAa%2CEAAC%3BEAC%5C%2FB%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CaACI%3BEACI%2CiBAAA%3B%3BAAFR%2CaACI%2CGAGI%3BEACI%2CeAAA%3BEACA%2C6BAAA%3B%3BAAEA%2CaAPR%2CGAGI%2CGAIK%3BEACG%2CaAAA%3B%3BAAThB%2CaAaI%2CEAAC%3BEACG%2CmBAAA%3B%3BAAdR%2CaAgBI%2CEAAC%3BEACG%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAIR%2CoBACI%3BEACI%2CYAAA%3B%3BAAFR%2CoBAII%2CEAAC%3BEACG%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CoBALJ%2CEAAC%2CaAKI%3BEACG%2CYAAA%3BEACA%2CyBAAA%3B%3BAAXZ%2CoBAII%2CEAAC%2CaASG%3BEACI%2CWAAA%3B%3BAAKZ%3BEACI%2CYAAA%3B%3BAADJ%2CWAGI%3BEACI%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAPR%2CWAGI%2CWAMI%3BEACI%2CWAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CWAVR%2CWAMI%2CEAIK%2CMAAO%3BEACJ%2CYAAA%3BEACA%2CyBAAA%3B%3BAAfhB%2CWAGI%2CWAgBI%3BEAAI%2CWAAA%3B%3BAC9DZ%3BEvJwRA%2CmBAAA%3BEAAA%2CcAAA%3BEuJrRI%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CqBAAC%2CMAAM%3BEACH%2CqBAAA%3B%3BAAPR%2CqBAUI%3BEACI%2CkBAAA%3B%3BAAXR%2CqBAUI%2CaAGI%3BEvJ2QR%2CiBAAA%3BEuJzQY%2CgBAAA%3B%3BAAfZ%2CqBAmBI%3BEvJqQJ%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAwJ9GA%2CqBAmBI%2CQAGI%3BEACI%2CaAAA%3BEACA%2CcAAA%3B%3BAAxBZ%2CqBAmBI%2CQAQI%3BEvJ6PR%2CiBAAA%3BEuJ3PY%2CgBAAA%3B%3BAA7BZ%2CqBAmBI%2CQAaI%3BEvJwPR%2CeAAA%3BEuJtPY%2CcAAA%3BEACA%2CyBAAA%3B%3BAAnCZ%2CqBAuCI%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BAAzCR%2CqBAuCI%2COAII%3BAA3CR%2CqBAuCI%2COAKI%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3B%3BAA9CZ%2CqBAuCI%2COAUI%3BEvJuOR%2CiBAAA%3B%3BAuJxRA%2CqBAuCI%2COAcI%3BEACI%2CcAAA%3B%3BAAtDZ%2CqBAuCI%2COAkBI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CqBAtBR%2COAkBI%2COAIK%3BEvJ2Nb%2CiBAAA%3BEuJzNgB%2CSAAS%2COAAT%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3B%3BACxEZ%2CcAAC%3BEACG%2CmBAAA%3B%3BACPR%2CuBAEI%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3B%3BAlICR%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3B%3BAACA%2CeAAgB%3BAAChB%2CaAAc%3BEACV%2CcAAA%3B%3BAALR%2COAOI%3BEACI%2CcAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CIAAK%3BEACD%2CsBAAA%3B%3BAAEJ%2COAAC%3BEACG%2CcAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CmBAAoB%3BEAChB%2CcAAA%3BEACA%2C0BAAA%3B%3BAAEJ%2CaAAc%2CQACR%3BEACE%2CmBAAA%3B%3BAFxBZ%2CcAYI%3BEACI%2CkBAAA%3B%3BAAbR%2CcAgBI%3BEACI%2CmBAAA%3B%3BAAjBR%2CcAgBI%2CqBAEM%3BErB4QV%2CiBAAA%3BEqB1QY%2CgBAAA%3B%3BAApBZ%2CcAgBI%2CqBAMI%3BEACI%2CqBAAA%3BEACA%2CuBAAA%3B%3BAAUA%2CcANR%2C2BACI%2CKAKK%3BEACG%2CiBAAA%3B%3BAAEJ%2CcATR%2C2BACI%2CKAQK%3BEACG%2CkBAAA%3B%3BAAtChB%2CcAkDI%2CcACI%3BEACI%2CqBAAA%3B%3BAACA%2CcAHR%2CcACI%2CGAEK%3BEACG%2CSAAS%2CIAAT%3B%3BAAtDhB%2CcAkDI%2CcAOI%3BEACI%2CSAAA%3B%3BAAMZ%3BEAEI%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAqIrEA%2CyBAAC%3BEACG%2CgBAAgB%2C8DAAhB%3BEACA%2CSAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CaAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3B%3BAAXR%2CyBAcI%3BEACI%2CwBAAA%3B%3BAAIA%2CyBADH%2CeACI%2CMACG%3BEACI%2CYAAA%3B%3BAAGJ%2CyBANP%2CeACI%2CMAKI%3BEACG%2CWAAW%2CWAAX%3B%3BAAMhB%2CiBAAiB%3BEACb%2CgBAAgB%2C6DAAhB%3BEACA%2CSAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CSAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAARJ%2CcAUI%3BEACI%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAAIR%2CuBAAuB%2CMAAO%2CwBAAuB%2CiBAAiB%3BEAClE%2CSAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CaAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3B%3BAAIA%2CiCAAC%3BEACG%2CkBAAA%3B%3BAAmBZ%2CwBAPA%2C8BACA%2C8BAA6B%3BEACzB%3BIACI%2CYAAA%3BIACA%2CUAAA%3B%3B%3BA1G9FJ%2CYACI%3BEACI%2CgBAAA%3B%3BA2GyDA%2COADH%2CUACI%3BEACG%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2COALP%2CUACI%2CMAII%3BEACG%2CqBAAA%3B%3BAAGJ%2COATP%2CUACI%2CMAQI%2CmBAAmB%3BE3J6NhC%2CcAAA%3BE2J3NgB%2CSAAS%2CGAAT%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAIR%2COApBH%2CUAoBI%3BE3JkNT%2CcAAA%3BE2JhNY%2CkBAAA%3B%3BAAGJ%2COAzBH%2CUAyBI%3BEACG%2CgBAAA%3B%3BAAEA%2COA5BP%2CUAyBI%2CQAGI%3BEACG%2CgBAAA%3B%3BAAJR%2COAzBH%2CUAyBI%2CQAOG%2C%2BBAA%2BB%3BE3JsM3C%2CcAAA%3BE2JpMgB%2CYAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAIR%2COA5CH%2CUA4CI%2CKAEG%3BAADJ%2COA7CH%2CUA6CI%2CaACG%3BE3JwLZ%2CmBAAA%3BEAAA%2CcAAA%3B%3BA2JpLgB%2COAlDX%2CUA4CI%2CKAEG%2CeAIK%3BAAAD%2COAlDX%2CUA6CI%2CaACG%2CeAIK%3BE3JoLjB%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BA2J3KI%2COAAC%3BE3J2KL%2CyBAAA%3BE2JzKQ%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%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%3BE3JyJT%2CmBAAA%3BEAAA%2CcAAA%3BE2JtJY%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAEA%2COA5BP%2COAkBI%2CKAUI%3BE3J%2BIb%2CsBAAA%3B%3BA2J1IQ%2COAjCH%2COAiCI%3BE3J0IT%2C0BAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BA2JpIQ%2COAvCH%2COAuCI%2CIAAI%2CWAAW%3BE3JoIxB%2CsBAAA%3BEAAA%2CWAAA%3BEAAA%2CuBAAA%3B%3BA2J5HY%2COA%5C%2FCP%2COA6CI%2CMAEI%2CIAAI%2CWAAW%3BAAAhB%2COA%5C%2FCP%2COA8CI%2CMACI%2CIAAI%2CWAAW%3BE3J4H5B%2CsBAAA%3BEAAA%2C0BAAA%3B%3BA2JtHQ%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%3BE3JkCb%2CmBAAmB%2CcAAnB%3BEACI%2CeAAe%2CcAAf%3BEACI%2CWAAW%2CcAAX%3BEAsDR%2CmBAAA%3BE2JvFgB%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAIR%2COA9FH%2COA8FI%3BE3J6ET%2Ca2E3RgC%2CyB3E2RhC%3B%3BA2JzEQ%2COAlGH%2COAkGI%3BE3JyET%2CyBAAA%3BEAAA%2CcAAA%3BEAAA%2CgBAAA%3BE2JrEY%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%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%3BE3JmBb%2CgBAAA%3BEAAA%2CyBAAA%3BEAAA%2CcAAA%3BE2JfgB%2CaAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAA9DR%2COAlGH%2COAkGI%2CQAiEG%3BE3JQZ%2CcAAA%3BE2JNgB%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%3BE3JPtB%2C%2BBAAA%3B%3BA2JWY%2COAtLP%2COA6KI%2CaASI%2CMAAS%3BEACN%2CcAAA%3B%3BAAKZ%2COAAC%3BEACG%2CcAAA%3B%3BAAEA%2COAHH%2CIAGI%3BEACG%2CqBAAA%3B%3BAAIR%2COAAC%3BEACG%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2COAAC%3BEACG%2CaAAA%3BEACA%2CWAAA%3B%3BAAGJ%2COAAC%3BEACG%2CYAAA%3BEACA%2CUAAA%3B%3BAAGJ%2COAAC%3BEACG%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAIR%2CSAAS%3BEACL%2CWAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BACtVJ%2CgBACI%3BEACI%2CkBAAA%3B%3BAAFR%2CgBAKI%2CQAAO%3BExJkOX%2CsBAAA%3BEAEA%2C4BAAA%3BEAEA%2CgBAAA%3BEACA%2CoBAAA%3BEAIA%2CiBAAA%3BEJgDA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CSAAA%3BEAAA%2CUAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEI5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BAA6CA%2CgBwJ9OI%2CQAAO%2COxJ8OV%3BAACD%2CgBwJ%5C%2FOI%2CQAAO%2COxJ%2BOV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CgBwJpPI%2CQAAO%2COxJoPV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CgBwJzPI%2CQAAO%2COxJyPV%3BAACD%2CgBwJ1PI%2CQAAO%2COxJ0PV%3BAACD%2CQAAQ%2CUAAW%2CiBwJ3Pf%2CQAAO%3BExJ4PP%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BADjJA%2CgB6J1II%2CQAAO%2CO7J0IV%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CgB6J%5C%2FII%2CQAAO%2CO7J%2BIV%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CgB6JpJI%2CQAAO%2CO7JoJV%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAIxFA%2CgBwJnMI%2CQAAO%2COxJmMV%3BAACD%2CgBwJpMI%2CQAAO%2COxJoMV%3BAACD%2CgBwJrMI%2CQAAO%2COxJqMV%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CgBwJ1MI%2CQAAO%2COxJ0MV%3BAACD%2CgBwJ3MI%2CQAAO%2COxJ2MV%3BAACD%2CQAAQ%2CUAAW%2CiBwJ5Mf%2CQAAO%3BE5J2RX%2CcAAA%3BEAAA%2CYAAA%3BEI5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAwJ3MJ%2CsBACI%3BEACI%2CiBAAA%3B%3BAAFR%2CsBAKI%2CQAAO%3BExJuNX%2CsBAAA%3BEAEA%2C4BAAA%3BEAEA%2CgBAAA%3BEACA%2CoBAAA%3BEAIA%2CiBAAA%3BEJgDA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CSAAA%3BEAAA%2CUAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEI5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEwJnLQ%2CkBAAA%3B%3BAxJgOR%2CsBwJnOI%2CQAAO%2CUxJmOV%3BAACD%2CsBwJpOI%2CQAAO%2CUxJoOV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CsBwJzOI%2CQAAO%2CUxJyOV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CsBwJ9OI%2CQAAO%2CUxJ8OV%3BAACD%2CsBwJ%5C%2FOI%2CQAAO%2CUxJ%2BOV%3BAACD%2CQAAQ%2CUAAW%2CuBwJhPf%2CQAAO%3BExJiPP%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BADjJA%2CsB6J%5C%2FHI%2CQAAO%2CU7J%2BHV%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CsB6JpII%2CQAAO%2CU7JoIV%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CsB6JzII%2CQAAO%2CU7JyIV%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAIxFA%2CsBwJxLI%2CQAAO%2CUxJwLV%3BAACD%2CsBwJzLI%2CQAAO%2CUxJyLV%3BAACD%2CsBwJ1LI%2CQAAO%2CUxJ0LV%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CsBwJ%5C%2FLI%2CQAAO%2CUxJ%2BLV%3BAACD%2CsBwJhMI%2CQAAO%2CUxJgMV%3BAACD%2CQAAQ%2CUAAW%2CuBwJjMf%2CQAAO%3BE5JgRX%2CcAAA%3BEAAA%2CYAAA%3BEI5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAyJtNJ%2CSACI%3BEACI%2CkBAAA%3BE7J8RR%2CiBAAA%3B%3BA6J3RQ%2CSAJJ%2CMAIK%3BEACG%2CaAAA%3B%3BAAMR%2CgBADY%2CKACX%3BEACG%2CaAAA%3B%3BAnHdR%2COACI%2CgBACI%3BEACI%2CSAAA%3B%3BAAHZ%2COACI%2CgBACI%2CUAEI%3BEACI%2CkBAAA%3B%3BAALhB%2COACI%2CgBACI%2CUAEI%2CQAEI%3BEACI%2CqBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3B%3BAATpB%2COACI%2CgBACI%2CUAEI%2CQAOI%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3B%3BAAdpB%2COACI%2CgBAiBI%3BEAEI%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CWAAA%3B%3BAAtBZ%2COACI%2CgBAuBI%2CKACI%2CKAEM%3BEACE%2CWAAA%3B%3BAA5BpB%2COACI%2CgBA%2BBI%2CeAKI%3BEACI%2CWAAA%3BE1C2PhB%2CgBAAA%3BEAAA%2CgBAAA%3B%3BAApPA%2CO0C5CI%2CgBA%2BBI%2CeAKI%2CiB1CQX%3BAACD%2CO0C7CI%2CgBA%2BBI%2CeAKI%2CiB1CSX%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CO0ClDI%2CgBA%2BBI%2CeAKI%2CiB1CcX%3BEACG%2CWAAA%3B%3BA0CpDJ%2COACI%2CgBA%2BBI%2CeAKI%2CiBoHiEZ%3BEACI%2CWAAA%3B%3BApHvGJ%2COACI%2CgBA%2BBI%2CeAKI%2CiBoHpBZ%3BApHjBA%2COACI%2CgBA%2BBI%2CeAKI%2CiBoHnBZ%3BEACI%2CqBAAA%3B%3BApHnBJ%2COACI%2CgBA%2BBI%2CeAKI%2CiBoHpBZ%2CSAQI%2CEAAC%3BApHzBL%2COACI%2CgBA%2BBI%2CeAKI%2CiBoHnBZ%2CWAOI%2CEAAC%3BEACG%2CqBAAA%3B%3BApH1BR%2COACI%2CgBA%2BBI%2CeAKI%2CiBoHNZ%2CSACI%3BE9JiQJ%2CkBAAA%3B%3BA0CjSA%2COACI%2CgBA%2BBI%2CeAKI%2CiBoHIZ%2CWAKI%2CEAAC%3BE9JmPL%2CeAAA%3B%3BA0CjSA%2COACI%2CgBA%2BBI%2CeAKI%2CiBoHoBZ%3BApHzDA%2COACI%2CgBA%2BBI%2CeAKI%2CiBoHqBZ%3BEACI%2CcAAA%3BEACA%2CWAAA%3B%3BApH5DJ%2COACI%2CgBA%2BBI%2CeAKI%2CiBAOM%3BEACE%2CgBAAA%3B%3BAAKR%2COAjDR%2CgBAgDI%2CQACK%3BE1C%2BOb%2CqBAAA%3BEwC9QA%2CqBAAA%3BEEqCgB%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAARJ%2COAjDR%2CgBAgDI%2CQACK%2CIFmOX%3BExChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAwCHA%2COExBI%2CgBAgDI%2CQACK%2CIFzBZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgEpOU%2COhEoOV%3BEAAA%2CayCtOe%2CazCsOf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2COErCA%2CgBAgDI%2CQACK%2CIFbZ%2CMACI%3BExC2PL%2CcAAA%3B%3BAwCrPI%2COE3CA%2CgBAgDI%2CQACK%2CIFPZ%2COACI%3BExCqPL%2CcAAA%3B%3BA0CjSA%2COACI%2CgBA4DI%3BEACI%2CaAAA%3B%3BAA9DZ%2COACI%2CgBA%2BDI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAKZ%3BEACI%2CcAAA%3B%3BAADJ%2CkBAGI%3BE1CsNJ%2CiBAAA%3B%3BA0CzNA%2CkBAGI%2CaAEI%3BEACI%2CgBAAA%3B%3BAANZ%2CkBASI%3BEACI%2CkBAAA%3B%3BAAVR%2CkBASI%2CSAEI%3BEACI%2CcAAA%3BEACA%2CqBAAA%3B%3BApCpFhB%3BEACI%2CkBAAA%3B%3BAAOJ%3BEACI%2CWAAA%3BEACA%2CmBAAA%3B%3BAAFJ%2CyBAII%2CQAAO%3BENoRP%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CqBAAA%3BEMlRI%2CSAAA%3BEACA%2CUAAA%3B%3BAAPR%2CyBAUI%3BEACI%2CaAAA%3B%3BAAXR%2CyBAkBI%3BEACI%2CqBAAA%3B%3BAAnBR%2CyBAkBI%2CyBAEI%2CUAAY%3BEACJ%2C6BAAA%3BEACJ%2CiBAAA%3B%3BAACA%2CyBALR%2CyBAEI%2CUAAY%2CSAGP%3BEACG%2CaAAA%3BEACA%2CcAAA%3B%3BAAzBhB%2CyBAkBI%2CyBAiBI%2COAAM%2COACF%3BEACI%2CWAAA%3B%3BAArChB%2CyBAkBI%2CyBAiBI%2COAAM%2COAIF%3BEAGI%2CiBAAA%3BEACA%2CcAAA%3B%3BAA3ChB%2CyBAkBI%2CyBAiBI%2COAAM%2COAWF%3BEACI%2CcAAA%3B%3BAA%5C%2FChB%2CyBAkBI%2CyBAiBI%2COAAM%2COAmBF%3BEACI%2CWAAA%3B%3BAAvDhB%2CyBAkBI%2CyBAiBI%2COAAM%2COAwBF%3BEACI%2CqBAAA%3B%3BAA5DhB%2CyBAiEI%2CQAAO%3BEAEH%2CqBAAA%3B%3BAAnER%2CyBAsEI%2CsBACM%3BEACE%2CmBAAA%3B%3BAAxEZ%2CyBAsEI%2CsBACM%2CSAEI%3BEN%2BMV%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CoBAAA%3BEAAA%2CqBAAA%3B%3BAMxRJ%2CyBAsEI%2CsBAOM%3BAA7EV%2CyBAsEI%2CsBAQI%2CgBAAgB%3BEACZ%2CgCAAA%3BEACI%2CsBAAA%3BEACJ%2CoBAAA%3B%3BAAjFZ%2CyBAsEI%2CsBAaI%3BEACI%2CmBAAA%3B%3BAApFZ%2CyBAsEI%2CsBAaI%2CWAEI%3BEACI%2CcAAA%3BEACA%2CqBAAA%3B%3BAAvFhB%2CyBAsEI%2CsBAqBI%3BEACI%2CkBAAA%3B%3BAACA%2CyBAvBR%2CsBAqBI%2CgBAEK%3BEACG%2CaAAA%3B%3BAA9FhB%2CyBAsEI%2CsBAqBI%2CgBAKM%3BENwLV%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CoBAAA%3BEAAA%2CqBAAA%3BEMtLY%2CcAAA%3B%3BAAlGhB%2CyBAsEI%2CsBAgCI%2CQAAO%2CMAED%3BEACE%2CmBAAA%3B%3BAAzGhB%2CyBAsEI%2CsBA8CQ%3BEACI%2CkBAAA%3B%3BAArHhB%2CyBAsEI%2CsBA8CQ%2CqBAEM%3BEAEE%2CgBAAA%3B%3BAkCThB%2CyBlCzCA%2CsBA8CQ%2CqBAEM%2CUAGG%2CUkCVhB%3BExCyKD%2CSChPgB%2CODgPhB%3B%3BAMxRJ%2CyBAwII%2CEAAC%3BENgJD%2CcAAA%3B%3BAMxRJ%2CyBA2II%2CQACI%2COAAO%3BEACH%2CgBAAA%3B%3BAA7IZ%2CyBA2II%2CQAII%3BEACI%2CgBAAA%3B%3BAAhJZ%2CyBA2II%2CQAOI%2COAAM%3BENsIV%2CgBAAA%3BEM9HQ%2CgBAAA%3B%3BAA1JZ%2CyBA2II%2CQAOI%2COAAM%2CID0nBR%3BELpfF%2CeAAA%3BEKwfI%2CqBAAA%3B%3BAChxBR%2CyBA2II%2CQAOI%2COAAM%2CIAEF%3BEACI%2CgBAAA%3B%3BAAEJ%2CyBAZR%2CQAOI%2COAAM%2CIAKD%3BEACG%2CgBAAA%3B%3BAAxJhB%2CyBA6JI%3BEACI%2CgBAAA%3B%3BAAIR%2CwBACI%2CQAAO%2CaACH%2COAAM%3BEACF%2CcAAA%3BEACA%2CeAAA%3B%3BAC3JR%2CcAAC%3BEACG%2CcAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3B%3BAALR%2CcAQI%3BEACI%2CWAAA%3B%3BAATR%2CcAYQ%3BEACI%2CUAAA%3BEACA%2CaAAA%3B%3BAAEA%2CcAJJ%2CcAIK%3BEACG%2CWAAA%3B%3BAAIZ%2CcAAC%2CSAAS%2CKAAK%2CUACX%3BEACI%2C8BAAA%3BEACA%2CaAAA%3BEACA%2CiCAAA%3BEACA%2CoCAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CcAZP%2CSAAS%2CKAAK%2CUACX%2CcAWK%3BEACG%2C8BAAA%3B%3BAAEJ%2CcAfP%2CSAAS%2CKAAK%2CUACX%2CcAcK%2CUAAU%2CGACP%3BAADY%2CcAfvB%2CSAAS%2CKAAK%2CUACX%2CcAcqB%2CUAAU%2CGACvB%3BEACI%2C6BAAA%3B%3BAAjBhB%2CcAAC%2CSAAS%2CKAAK%2CUACX%2CcAmBI%3BEACI%2C6BAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CcA1BP%2CSAAS%2CKAAK%2CUACX%2CcAyBK%3BEACG%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2C4BAAA%3BEACA%2CuCAAA%3B%3BAAJJ%2CcA1BP%2CSAAS%2CKAAK%2CUACX%2CcAyBK%2CMAMG%3BEACI%2C6BAAA%3BEACA%2CoBAAA%3B%3BAARR%2CcA1BP%2CSAAS%2CKAAK%2CUACX%2CcAyBK%2CMAWG%2CsBACI%3BEACI%2CmBAAA%3BEACA%2CUAAA%3B%3BAAIZ%2CcA5CP%2CSAAS%2CKAAK%2CUACX%2CcA2CK%2CQACG%3BEACI%2CoBAAA%3B%3BAAFR%2CcA5CP%2CSAAS%2CKAAK%2CUACX%2CcA2CK%2CQAIG%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3B%3BAAPR%2CcA5CP%2CSAAS%2CKAAK%2CUACX%2CcA2CK%2CQAIG%2CsBAKI%3BEACI%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAAGA%2CcA7DnB%2CSAAS%2CKAAK%2CUACX%2CcA2CK%2CQAIG%2CsBAYI%2CmBACK%3BAAAa%2CcA7DjC%2CSAAS%2CKAAK%2CUACX%2CcA2CK%2CQAIG%2CsBAYI%2CmBACmB%3BEACX%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CcAzEnB%2CSAAS%2CKAAK%2CUACX%2CcA2CK%2CQAIG%2CsBAYI%2CmBAaK%3BEACG%2CkBAAA%3B%3BAAEJ%2CcA5EnB%2CSAAS%2CKAAK%2CUACX%2CcA2CK%2CQAIG%2CsBAYI%2CmBAgBK%3BEACG%2CiBAAA%3B%3BAAS5B%3BEACI%2CaAAA%3B%3BAAMA%2CQAAC%3BEACG%2CmBAAA%3B%3BAAGA%2CQAJH%2CKAII%3BEACG%2CeAAA%3B%3BAAEJ%2CQAPH%2CKAOI%3BEAEG%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3B%3BAAEJ%2CQAlBH%2CKAkBI%3BEACG%2CWAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CQAvBH%2CKAuBI%3BEACG%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAANJ%2CQAvBH%2CKAuBI%2CMAQG%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3BEACA%2CUAAA%3B%3BAAhBR%2CQAvBH%2CKAuBI%2CMAQG%2CoBAUI%2CsBACM%3BEACE%2CsBAAA%3B%3BAApBhB%2CQAvBH%2CKAuBI%2CMAQG%2CoBAUI%2CsBAIM%3BEACE%2CqBAAA%3B%3BAAvBhB%2CQAvBH%2CKAuBI%2CMAQG%2CoBAUI%2CsBAIM%2CmBAEE%3BEACI%2CWAAA%3BEACA%2CUAAA%3B%3BAAEA%2CQAnDvB%2CKAuBI%2CMAQG%2CoBAUI%2CsBAIM%2CmBAEE%2CQAIK%3BEACG%2CeAAA%3B%3BAA7BxB%2CQAvBH%2CKAuBI%2CMAQG%2CoBAUI%2CsBAIM%2CmBAEE%2CQAOI%3BEACI%2CaAAA%3B%3BAAMpB%2CQA7DP%2CKAuBI%2CMAsCI%2CMAAO%3BEACJ%2CmBAAA%3BEACA%2CUAAA%3B%3BAAOI%2CQAtEf%2CKAkEI%2CQACG%2CmBACK%2COAEI%3BEACG%2CSAAA%3B%3BAALhB%2CQAlEH%2CKAkEI%2CQAYG%2CQAAO%3BEACH%2CqBAAA%3BEACA%2CcAAA%3B%3BAAdR%2CQAlEH%2CKAkEI%2CQAYG%2CQAAO%2CWAID%3BEACE%2CaAAA%3B%3BAAjBZ%2CQAlEH%2CKAkEI%2CQAoBG%2CQAAO%3BEACH%2CqBAAA%3BEACA%2CcAAA%3B%3BAAtBR%2CQAlEH%2CKAkEI%2CQAoBG%2CQAAO%2CUAID%3BEACE%2CaAAA%3B%3BAAIZ%2CQA%5C%2FFH%2CKA%2BFI%3BEACG%2CcAAA%3B%3BAAhGR%2CQAAC%2CKAkGG%3BEACI%2C0DAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3B%3BAArGR%2CQAAC%2CKAkGG%2CyBAKI%3BEACI%2CaAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3B%3BAA1GZ%2CQAAC%2CKA6GG%3BEwJvJJ%2CgBAAA%3BEACA%2CmBAAA%3B%3BAxJyCA%2CQAAC%2CKA6GG%2CgBwJpGJ%3BE%5C%2FJxHA%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAOwGA%2CQAAC%2CKA6GG%2CgBwJnJJ%3BE%5C%2FJmMA%2CWAAA%3BE%2BJjMI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAAEA%2CQxJgCH%2CKA6GG%2CgBwJnJJ%2CeAMK%3BEACG%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEA6FR%2CmCAAA%3BE%5C%2FJ2FA%2CcAAA%3BEAAA%2CayCtOe%2CazCsOf%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3BE%2BJxEA%2CS9JnKQ%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CO8JmKR%3BEAXA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAxJ7EA%2CQAAC%2CKA6GG%2CgBwJnJJ%2CeAsBM%3BEACE%2CcAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CQxJYP%2CKA6GG%2CgBwJnJJ%2CeAsBM%2COAIG%3BEACG%2CkBAAA%3BEACA%2CUAAA%3BEA4EZ%2CmCAAA%3BE%5C%2FJ2FA%2CcAAA%3BEAAA%2CayCtOe%2CazCsOf%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3BE%2BJxEA%2CS9JnKQ%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CO8JmKR%3BEAXA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAxJ7EA%2CQAAC%2CKA6GG%2CgBwJnJJ%2CeAsBM%2COAiBE%3BE%5C%2FJhHR%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAOwGA%2CQAAC%2CKAoHG%2CWACI%3BEACI%2CeAAA%3BEPuCZ%2CcAAA%3B%3BAO7JA%2CQAAC%2CKA2HG%2CeACI%3BEACI%2CcAAA%3B%3BAA7HZ%2CQAAC%2CKAiIG%3BEACI%2CkBAAA%3B%3BAAlIR%2CQAAC%2CKAqIG%3BAArIJ%2CQAAC%2CKAsIG%3BEACI%2CSAAA%3B%3BAiCnJR%2CQjCYC%2CKA0IG%2CWiCtJH%3BExCyKD%2CSChPgB%2CODgPhB%3B%3BAO7JA%2CQAAC%2CKAgJG%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3BEPWR%2CiBAAA%3BEOTQ%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CQA1JP%2CKAgJG%2CQAUK%3BEACG%2CeAAA%3BEACA%2CSNlQJ%2COMkQI%3BEACA%2CaN1QG%2CaM0QH%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAKhB%2CcACI%2CcAAc%2CYAAY%2CMAAK%3BEAC3B%2CYAAA%3BEACA%2CcAAA%3B%3BAAHR%2CcAKI%2CsBACI%3BEACI%2CmBAAA%3BEACA%2CeAAA%3B%3BAARZ%2CcAKI%2CsBACI%2CsBAII%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAdhB%2CcAKI%2CsBACI%2CsBAUI%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3B%3BAAEA%2CcAjBZ%2CsBACI%2CsBAUI%2CmBAMK%3BEACG%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CcAtBZ%2CsBACI%2CsBAUI%2CmBAWK%3BEACG%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAA9BpB%2CcAKI%2CsBACI%2CsBA2BI%3BEACI%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAASQ%2CcALpB%2CmBACK%2CMACG%2CsBACI%2CsBACI%2CmBACK%3BEACG%2CQAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CcAVpB%2CmBACK%2CMACG%2CsBACI%2CsBACI%2CmBAMK%3BEACG%2COAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAZpB%2CcADJ%2CmBACK%2CMACG%2CsBACI%2CsBAaI%3BEACI%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAA3DxB%2CcAiEI%2CcAAc%3BEACV%2CWAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAGR%2CgBACI%3BEP%5C%2FEA%2CeAAA%3BEOiFI%2CWAAA%3B%3BAAHR%2CgBAMI%2CqBAAuB%3BAAN3B%2CgBAOI%3BEACI%2CeAAA%3B%3BAARR%2CgBAWI%2CqBAAuB%3BAAX3B%2CgBAYI%3BAAZJ%2CgBAaI%2CqBAAuB%2CuBAAqB%3BAAbhD%2CgBAcI%2CMAAM%3BAAdV%2CgBAeI%2CMAAQ%2CuBAAoB%3BAAfhC%2CgBAgBI%2CMAAQ%2CuBAAqB%3BEP9F7B%2CiBAAA%3B%3BAOmGI%2CgBADJ%2CMACK%3BEACG%2CSAAS%2CIAAG%2CiBAAiB%2CIAA7B%3B%3BAAEJ%2CgBAJJ%2CMAIK%3BEACG%2CSAAS%2CGAAT%3B%3BAAGA%2CgBARR%2CMAOM%2CuBACG%3BEACG%2CSAAS%2CiBAAiB%2CIAA1B%3B%3BAAQR%2CcADJ%2CSACK%3BEACG%2CcAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAEA%2CcANR%2CSACK%2CKAKI%3BEACG%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CcAVZ%2CSACK%2CKAKI%2CKAII%3BEACG%2CcAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3B%3BAAGR%2CcAhBR%2CSACK%2CKAeI%3BEACG%2CUAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CcAtBR%2CSACK%2CKAqBI%3BEACG%2CcAAA%3BEACA%2CUAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAJJ%2CcAtBR%2CSACK%2CKAqBI%2CQAMG%3BEACI%2CqBAAA%3B%3BAAPR%2CcAtBR%2CSACK%2CKAqBI%2CQASG%3BEACI%2CgBAAA%3B%3BAAGR%2CcAnCR%2CSACK%2CKAkCI%3BEACG%2CeAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3BAArCR%2CcADJ%2CSACK%2CKAuCG%3BEACI%2CgBAAA%3B%3BAkDrbhB%2CcAAe%3BEACX%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3B%3BAAGJ%3BEASI%2CkBAAA%3B%3BAATJ%2CQACI%3BEzDmRA%2CsBAAA%3BEyDjRI%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3B%3BAAKJ%2CQAAC%3BEACG%2CkBAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3B%3BAACA%2CSAAS%2CQAAW%2CWAAS%2CSAThC%3BEAUO%2CaAAA%3B%3BAAIJ%2CiBADc%2CSACb%3BEACG%2CgBAAA%3B%3BAAGR%2CQAAC%3BEzDuPD%2C6BAAA%3B%3BAyDvPA%2CQAAC%2CSAEG%3BEACI%2CaAAA%3B%3BAACA%2CSAAS%2CQAAW%2CWAJ3B%2CSAEG%3BEAGQ%2CcAAA%3B%3BAAlChB%2CQAsCI%3BEACI%2CsBAAA%3B%3BAAIR%3BEACI%2CYAAA%3B%3BAACA%2CcAAe%3BEACX%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CMAAA%3BEACA%2CaAAA%3B%3BAAEJ%2CSAAS%2CQAAW%2CWAAS%3BEACzB%2CaAAA%3B%3BAAEJ%2COAAC%3BEACG%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2COAAC%3BEACG%2CsBAAA%3BEACA%2CWAAA%3B%3BAAEJ%2COAAC%3BEAEG%2CmBAAA%3BEzDmNJ%2CqBAAA%3BEwC9QA%2CqBAAA%3B%3BAAMA%2COiBmDC%2COjBnDA%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSC7OY%2COD6OZ%3BEAAA%2CayCtOe%2CazCsOf%3BEAAA%2CsBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2COiBsCH%2COjBvCA%2CMACI%3BExC2PL%2CcAAA%3B%3BAyDrNA%2COAAC%2COjByMC%3BExChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAyD2DI%2COAXH%2COAWI%3BEACG%2CmBAAA%3B%3BAAEJ%2COAdH%2COAcI%2CUAAU%3BEACP%2CSxDtCM%2COwDsCN%3B%3BAAKZ%3BEACI%2CaAAA%3B%3BAAEA%2CMAAI%3BEACA%2CqBAAA%3B%3BAAIR%3BEACI%2CaAAA%3B%3BAACA%2CQAAC%3BEACG%2CWAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CQAAE%3BEACE%2CgBAAA%3BEACA%2CSAAA%3B%3BAAEJ%2CcAAe%2CSAAS%3BEACpB%2CaAAA%3B%3BAAXR%2CQAaI%3BEACI%2CqBAAA%3B%3BAjBEJ%2COhC9GG%2CUgC8GF%3BExCyKD%2CSChPgB%2CODgPhB%3B%3BAQhRJ%2CsBAAuB%3BEACnB%2CaAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3B%3BAADJ%2CUAEI%3BEACI%2CgBAAA%3B%3BAAGR%3BAACA%2CIAAI%3BERsQA%2CWAAA%3B%3BAQnQJ%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAFJ%2CUAII%3BEACI%2C6BAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAPR%2CUASI%3BEACI%2CaAAA%3B%3BAAGR%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAII%2CiBADJ%2CqBAAuB%2CuBAClB%3BEACG%2CSAAS%2CIAAI%2CiBAAiB%2CGAA9B%3B%3BAAEJ%2CiBAJJ%2CqBAAuB%2CuBAIlB%2CWAAW%3BEACR%2CSAAS%2CGAAT%3B%3BAANZ%2CiBAUI%2CMAAK%3BEACD%2CeAAA%3B%3BAACA%2CiBAFJ%2CMAAK%2CYAEA%3BEACG%2CSAAS%2CKAAK%2CiBAAiB%2CGAA%5C%2FB%3B%3BAAKZ%3BEACI%2CgBAAA%3B%3BAAcA%2CSAAC%2CMACG%3BEACI%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3BAAGR%2CSAAC%3BAACD%2CSAAC%3BAACD%2CSAAC%3BEACG%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAQJ%2CcAAC%3BEACG%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CcAAC%3BEACG%2CSAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CcAAC%3BEACG%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAEA%2CcATH%2CMASI%3BEACG%2CgBAAA%3B%3BAAEJ%2CcAZH%2CMAYI%3BEACG%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3BEACA%2CYAAA%3B%3BAAEA%2CmBAAmB%2CMAAO%2CeAlBjC%2CMAYI%3BEAOO%2CmBAAA%3BEACA%2CUAAA%3B%3BAAShB%2CQAAQ%3BEACJ%2CaAAA%3BEACA%2CmBAAA%3B%3BAAFJ%2CQAAQ%2CMAOJ%2CaAAa%2COAAM%3BEACf%2CeAAA%3B%3BAARR%2CQAAQ%2CMAUJ%3BEACI%2CgBAAA%3BERqIJ%2CcAAA%3BEAAA%2CiBAAA%3B%3BAQhJJ%2CQAAQ%2CMAeJ%2CSAAQ%3BEACJ%2CwBAAA%3B%3BAAhBR%2CQAAQ%2CMAkBJ%2COAAM%3BER8HN%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAS0BJ%2CQAAQ%2CMAkBJ%2COAAM%2COTtCJ%3BEACE%2CqBAAA%3BEACA%2CmBAAA%3B%3BASkBR%2CQAAQ%2CMAkBJ%2COAAM%2COAEA%3BEACE%2CgBAAA%3B%3BAArBZ%2CQAAQ%2CMAkBJ%2COAAM%2COAKF%3BEACI%2CcAAA%3B%3BAAxBZ%2CQAAQ%2CMAkBJ%2COAAM%2COAQF%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BAAKZ%2CQAAQ%2CKAAK%3BEACT%2CWAAA%3BEACA%2CmBAAA%3B%3BAAFJ%2CQAAQ%2CKAAK%2CSAGT%3BEACI%2CWAAA%3BELoFJ%2CYAAA%3B%3BAKxFJ%2CQAAQ%2CKAAK%2CSAGT%2CuBLuFE%2CQAGI%2CKACI%3BAK9Fd%2CQAAQ%2CKAAK%2CSAGT%2CuBLwFE%2CQAEI%2CKACI%3BAK9Fd%2CQAAQ%2CKAAK%2CSAGT%2CuBLyFE%2CQACI%2CKACI%3BAK9Fd%2CQAAQ%2CKAAK%2CSAGT%2CuBLuFE%2CQAGI%2CKAEI%3BAK%5C%2FFd%2CQAAQ%2CKAAK%2CSAGT%2CuBLwFE%2CQAEI%2CKAEI%3BAK%5C%2FFd%2CQAAQ%2CKAAK%2CSAGT%2CuBLyFE%2CQACI%2CKAEI%3BEACE%2CYAAA%3B%3BAKhGhB%2CQAAQ%2CKAAK%2CSAGT%2CuBLzDE%2CQAGI%2CKACI%3BAKkDd%2CQAAQ%2CKAAK%2CSAGT%2CuBLxDE%2CQAEI%2CKACI%3BAKkDd%2CQAAQ%2CKAAK%2CSAGT%2CuBLvDE%2CQACI%2CKACI%3BEHiKV%2CmCAAA%3B%3BAQ%5C%2FGJ%2CQAAQ%2CKAAK%2CSAGT%2CuBLzDE%2CQAGI%2CKAII%3BAK%2BCd%2CQAAQ%2CKAAK%2CSAGT%2CuBLxDE%2CQAEI%2CKAII%3BAK%2BCd%2CQAAQ%2CKAAK%2CSAGT%2CuBLvDE%2CQACI%2CKAII%3BEH8JV%2C8BAAA%3B%3BAQ9FJ%2CSACM%2CSAAM%3BAADD%2COAAO%2CaACZ%2CSAAM%3BEACJ%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BAALR%2CSACM%2CSAAM%2CIAMF%3BAAPC%2COAAO%2CaACZ%2CSAAM%2CIAMF%3BEACE%2CaAAA%3B%3BAAKZ%2CSAAY%3BEACR%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CWAAW%3BEACP%2CkBAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3B%3BAADJ%2CkBAGI%2CoBAAoB%3BEAChB%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAARR%2CkBAUI%3BEACI%2CgCAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAdR%2CkBAUI%2CoBAKI%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAjBZ%2CkBAUI%2CoBAKI%2CWAGI%2CmBAAqB%3BEACjB%2CcAAA%3BEACA%2CqBAAA%3B%3BAACA%2CkBAXZ%2CoBAKI%2CWAGI%2CmBAAqB%2COAGhB%3BEACG%2CgBAAA%3B%3BAAtBpB%2CkBAUI%2CoBAgBI%2CqBAAuB%3BAA1B%5C%2FB%2CkBAUI%2CoBAiBI%2CMAAQ%3BAA3BhB%2CkBAUI%2CoBAkBI%3BER2CJ%2CiBAAA%3B%3BAQvEJ%2CkBAUI%2CoBAgBI%2CqBAAuB%2CuBAInB%3BAA9BZ%2CkBAUI%2CoBAiBI%2CMAAQ%2CuBAGJ%3BAA9BZ%2CkBAUI%2CoBAkBI%2CMAEI%3BERyCR%2CiBAAA%3BEQvCY%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAjChB%2CkBAUI%2CoBA0BI%2CeAAe%3BERmCnB%2CiBAAA%3BEQjCQ%2CgBAAA%3BEACA%2CiBAAA%3BERgCR%2CcAAA%3B%3BAQvEJ%2CkBAUI%2CoBAgCI%2CWACI%2CeAAe%3BER4BvB%2CeAAA%3BEQ1BY%2CgBAAA%3BER0BZ%2CWAAA%3B%3BAQpBY%2CkBAzCZ%2CoBAuCI%2CeACI%2CaACK%3BEACG%2CSAAS%2CIAAT%3B%3BAApDpB%2CkBAyDI%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3B%3BAAhER%2CkBAkEI%3BEACI%2CSAAA%3B%3BAACA%2CkBAFJ%2COAEK%3BAACD%2CkBAHJ%2COAGK%3BEACG%2CgBAAA%3BEACA%2CyBAAA%3B%3BAAvEZ%2CkBA0EI%2CSAAQ%3BEACJ%2CqBAAA%3B%3BAAGA%2CkBADJ%2CSACK%3BEACG%2CWAAA%3B%3BAAGJ%2CkBALJ%2CSAKK%2CIACG%3BEACI%2CmBAAA%3BEACA%2CoBAAA%3B%3BAACA%2CkBATZ%2CSAKK%2CIACG%2CMAGK%3BEACG%2CSAAS%2CIAAT%3B%3BAALZ%2CkBALJ%2CSAKK%2CIAQG%3BEACI%2CqBAAA%3B%3BAAGR%2CkBAjBJ%2CSAiBK%3BEACG%2CcAAA%3B%3BAAEJ%2CkBApBJ%2CSAoBK%3BEACG%2CgBAAA%3B%3BAAlGZ%2CkBAqGI%3BEACI%2CmBAAA%3B%3BAAtGR%2CkBAwGI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3B%3BAA1GR%2CkBAwGI%2CYAII%3BEACI%2CkBAAA%3B%3BAA7GZ%2CkBAgHI%2CwBACI%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAKZ%3BEACI%2CoBAAA%3BEACA%2CgCAAA%3B%3BAAFJ%2CwBAII%2CgCACI%3BEACI%2CYAAA%3BERvDR%2CgBAAA%3BEQyDQ%2CqBAAA%3BERzDR%2CiBAAA%3BEQ2DQ%2CWAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3B%3BAAII%2CwBAZZ%2CgCAUK%2CSACG%2CQACK%3BEACG%2CSAAS%2CGAAT%3BERlEhB%2CcAAA%3BEAAA%2CiBAAA%3BEAAA%2CoBAAA%3B%3BAQiDJ%2CwBA%2BBI%2COACI%3BEACI%2CcAAA%3BERlFR%2CkBAAA%3B%3BAQwFJ%2CuBAAwB%3BAACxB%2CmBAAoB%3BEAChB%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3B%3BAAJJ%2CuBAAwB%2CWAKpB%3BAAJJ%2CmBAAoB%2CWAIhB%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAPR%2CuBAAwB%2CWAKpB%2CWAGI%2CiBAAmB%3BAAP3B%2CmBAAoB%2CWAIhB%2CWAGI%2CiBAAmB%3BEACf%2CqBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CuBAZY%2CWAKpB%2CWAGI%2CiBAAmB%2COAId%3BAAAD%2CmBAXQ%2CWAIhB%2CWAGI%2CiBAAmB%2COAId%3BEACG%2CaAAA%3B%3BAAbhB%2CuBAAwB%2CWAiBpB%2CiBACM%3BAAjBV%2CmBAAoB%2CWAgBhB%2CiBACM%3BEACE%2CcAAA%3BEACA%2CqBAAA%3B%3BAACA%2CuBArBY%2CWAiBpB%2CiBACM%2COAGG%3BAAAD%2CmBApBQ%2CWAgBhB%2CiBACM%2COAGG%3BEACG%2CgBAAA%3B%3BAAtBhB%2CuBAAwB%2CWAiBpB%2CiBAQI%3BAAxBR%2CmBAAoB%2CWAgBhB%2CiBAQI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAA7BZ%2CuBAAwB%2CWAiBpB%2CiBAcI%2CqBAAuB%3BAA9B%5C%2FB%2CmBAAoB%2CWAgBhB%2CiBAcI%2CqBAAuB%3BAA%5C%2FB%5C%2FB%2CuBAAwB%2CWAiBpB%2CiBAeI%2CMAAQ%3BAA%5C%2FBhB%2CmBAAoB%2CWAgBhB%2CiBAeI%2CMAAQ%3BAAhChB%2CuBAAwB%2CWAiBpB%2CiBAgBI%3BAAhCR%2CmBAAoB%2CWAgBhB%2CiBAgBI%3BERzHJ%2CiBAAA%3BEQ2HQ%2CiBAAA%3B%3BAAnCZ%2CuBAAwB%2CWAiBpB%2CiBAcI%2CqBAAuB%2CuBAKnB%3BAAnCZ%2CmBAAoB%2CWAgBhB%2CiBAcI%2CqBAAuB%2CuBAKnB%3BAApCZ%2CuBAAwB%2CWAiBpB%2CiBAeI%2CMAAQ%2CuBAIJ%3BAAnCZ%2CmBAAoB%2CWAgBhB%2CiBAeI%2CMAAQ%2CuBAIJ%3BAApCZ%2CuBAAwB%2CWAiBpB%2CiBAgBI%2CMAGI%3BAAnCZ%2CmBAAoB%2CWAgBhB%2CiBAgBI%2CMAGI%3BER5HR%2CiBAAA%3BEQ8HY%2CgBAAA%3B%3BAAMhB%2CWASI%2CQAAO%3BEAMH%2CmBAAA%3B%3BAAHA%2CWAHJ%2CQAAO%2COAGF%2CIAAI%3BEACD%2CmBAAA%3B%3BAAMZ%3BEACI%2CeAAA%3B%3BAADJ%2CoBAEI%3BEACI%2CgBAAA%3B%3BAAIR%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2C6BAAA%3B%3BAAGJ%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CoBACI%2CQAAQ%3BAADU%2CmBAClB%2CQAAQ%3BAAD%2BB%2CqBACvC%2CQAAQ%3BEACJ%2CaAAA%3B%3BAgCrVJ%2CoBhCuVA%2CQAAO%2CUgCvVN%3BAAAD%2CmBhCuVA%2CQAAO%2CUgCvVN%3BAAAD%2CqBhCuVA%2CQAAO%2CUgCvVN%3BExCyKD%2CSChPgB%2CODgPhB%3B%3BAQ0KJ%2CoBAWI%2CQAAO%2COAAO%3BAAXI%2CmBAWlB%2CQAAO%2COAAO%3BAAXyB%2CqBAWvC%2CQAAO%2COAAO%3BEACV%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAdR%2CoBAgBI%2CEAAC%2COAAO%3BAAhBU%2CmBAgBlB%2CEAAC%2COAAO%3BAAhB%2BB%2CqBAgBvC%2CEAAC%2COAAO%3BEACJ%2CiBAAA%3B%3BAAIR%2CoBAAqB%3BEACjB%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CoBAJiB%2CQAIhB%3BEACG%2CcAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CoBARiB%2CQAQhB%3BEACG%2CcAAA%3BEACA%2CqBAAA%3B%3BAAIR%3BEAEI%2CsBAAA%3B%3BAAFJ%2CYAGI%3BEACI%2CqBAAA%3B%3BAACA%2CYAFJ%2CMAEK%3BEACG%2CgBAAA%3B%3BAANZ%2CYASI%3BAATJ%2CYAUI%3BEACI%2CqBAAA%3B%3BAAIR%3BAACA%3BAACA%3BEACI%2CmBAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BERnOI%2CgBAAA%3BEAAA%2CSAAA%3BEAAA%2CUAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEI5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BALvDA%2CyBAAC%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CyBAAC%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CyBAAC%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAIxFA%2CyBAAC%3BAACD%2CyBAAC%3BAACD%2CyBAAC%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CyBAAC%3BAACD%2CyBAAC%3BAACD%2CQAAQ%2CUAAW%3BEJ%2BEnB%2CcAAA%3BEAAA%2CYAAA%3BEI5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAIiTR%2CIAAI%2CMACA%3BAADJ%2CIAAI%2CMACU%3BEACN%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAHR%2CIAAI%2CMAMA%2CaACM%3BEACE%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAEA%2CIAjBR%2CMAMA%2CaACM%2CIAUG%3BEACG%2CaAAA%3B%3BAAEJ%2CIApBR%2CMAMA%2CaACM%2CIAaG%3BEACG%2CcAAA%3B%3BAAMhB%2CcAAe%3BEACX%2CqBAAA%3B%3BAAMJ%2CQACI%2CeACI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAEA%2CQARR%2CeACI%2CcAOK%3BEACG%2CgBAAA%3B%3BAAEJ%2CQAXR%2CeACI%2CcAUK%3BEACG%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CQAhBZ%2CeACI%2CcAUK%2CKAKI%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAARR%2CQAXR%2CeACI%2CcAUK%2CKAUG%3BEACI%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAbR%2CQAXR%2CeACI%2CcAUK%2CKAUG%2CoBAKI%3BEACI%2CgBAAA%3BEACA%2CWAAA%3B%3BAAIZ%2CQAhCR%2CeACI%2CcA%2BBK%3BEACG%2CaAAA%3B%3BAAEJ%2CQAnCR%2CeACI%2CcAkCK%3BEACG%2CgBAAA%3BEACA%2C6BAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CQAxCR%2CeACI%2CcAuCK%3BEACG%2CcAAA%3BEACA%2CSAAA%3B%3BAA3ChB%2CQACI%2CeACI%2CcA4CI%3BEACI%2CgBAAA%3B%3BAA%5C%2FChB%2CQACI%2CeAiDI%3BEACI%2CcAAA%3BEACA%2CaAAA%3B%3BAApDZ%2CQACI%2CeAqDI%3BEACI%2CiBAAA%3B%3BAAvDZ%2CQACI%2CeAwDI%3BERlUJ%2CcAAA%3BEQoUQ%2CeAAA%3BEACA%2CmBAAA%3B%3BAA5DZ%2CQACI%2CeA6DI%2CUACI%3BEACI%2CeAAA%3BEACA%2CUAAA%3B%3BAAjEhB%2CQACI%2CeA6DI%2CUAKI%2CMAAK%3BEACD%2CqBAAA%3B%3BAAIJ%2CQAvER%2CeAsEI%2CQACK%3BEAEG%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAA5EhB%2CQAwFI%3BEAEI%2CoBAAA%3B%3BAA1FR%2CQAwFI%2CsBAGI%3BEAEI%2CWAAA%3BEACA%2CoBAAA%3B%3BAA9FZ%2CQAqGI%2CqBACI%3BEACI%2CqBAAA%3B%3BAAvGZ%2CQAqGI%2CqBAII%3BEACI%2CSAAA%3B%3BAAKZ%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAHJ%2CeAKI%2CeAAc%3BEACV%2CaAAA%3B%3BAAGR%3BEACI%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAEA%2CcAAC%3BEACG%2CyBAAA%3B%3BAAEJ%2CcAAC%3BEACG%2CyBAAA%3B%3BAAiIR%2CIAAI%2C8BACA%2CQAAO%3BEACH%2CYAAA%3BEACA%2CcAAA%3B%3BAAIR%2CcAAc%3BEACV%2CWAAA%3BEACA%2CgBAAA%3B%3BAAFJ%2CcAAc%2CWAIV%2CkBACM%2CQAAQ%2CKACJ%3BAANd%2CcAAc%2CWAIV%2CkBACM%2CQAAQ%2CKAEJ%3BEACE%2CaAAA%3B%3BAAEA%2CcAVF%2CWAIV%2CkBACM%2CQAAQ%2CKACJ%2CKAIG%3BAAAD%2CcAVF%2CWAIV%2CkBACM%2CQAAQ%2CKAEJ%2CKAGG%3BEACG%2C6BAAA%3B%3BAAXpB%2CcAAc%2CWAIV%2CkBAWM%2CQAAQ%2CKAAK%3BEACX%2CgBAAA%3B%3BAAhBZ%2CcAAc%2CWAmBV%3BEACI%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAIR%3BEACI%2CmBAAA%3B%3BAADJ%2CiBAUI%2CMAAK%3BAAVT%2CiBAWI%2CGAAE%3BEACE%2C4BAAA%3B%3BAAZR%2CiBAeI%3BEACI%2CYAAA%3BEACA%2CaAAA%3B%3BAAjBR%2CiBAeI%2CMAGI%2CUAAS%3BEACL%2CWAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CiBARJ%2CMAQK%2CQAAQ%3BAACT%2CiBATJ%2CMASK%2CQAAQ%3BEACL%2C6BAAA%3B%3BAAEJ%2CiBAZJ%2CMAYK%2CMACG%2CWAAU%3BEACN%2CcAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAGR%2CiBAnBJ%2CMAmBK%3BERnlBL%2CiBAAA%3B%3BAQmlBI%2CiBAnBJ%2CMAmBK%2CUAEG%3BEACI%2CeAAA%3BEACA%2CYAAA%3B%3BAAGR%2CiBA1BJ%2CMA0BK%3BEACG%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAA5CZ%2CiBAmDI%3BEACI%2CcAAA%3BEACA%2CmBAAA%3B%3BAArDR%2CiBAuDI%3BEACI%2CcAAA%3B%3BAAxDR%2CiBA2DI%3BAA3DJ%2CiBA4DI%3BAA5DJ%2CiBA6DI%2CSAAQ%3BAA7DZ%2CiBA8DI%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BAAhER%2CiBAmEI%3BEACI%2CgBAAA%3B%3BAApER%2CiBAmEI%2CqBAGI%2CQAAO%3BAAtEf%2CiBAmEI%2CqBAII%2CQAAO%3BERxnBX%2CmBAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3B%3BAQijBJ%2CiBAmEI%2CqBAQI%2CQAAO%3BEACH%2CUAAA%3B%3BAAKJ%2CiBADJ%2CQACK%3BEACG%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAApFZ%2CiBAwFI%3BAAxFJ%2CiBAwFsB%3BEACd%2CqBAAA%3B%3BAAIR%2CWAAW%3BEACP%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BERnpBA%2CgBAAA%3B%3BAQupBJ%2CQACI%2CcACI%3BEACI%2CkBAAA%3B%3BAAKZ%2CcAII%2CcAAc%3BEACV%2CiBAAA%3B%3BAALR%2CcAOI%2CQAAO%3BEAEH%2CkBAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3B%3BAAZR%2CcAiBI%3BEACI%2CgBAAA%3B%3BAAOR%3BEACI%2CeAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CsBAAA%3BEACA%2CyCAAA%3BEACA%2CsBAAA%3B%3BAAEA%2CeAAC%3BEACG%2CeAAA%3B%3BAAEJ%2CeAAI%3BEACA%2CkBAAA%3B%3BAAdR%2CeAgBI%3BAAhBJ%2CeAgBmB%3BEACX%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAnBR%2CeAqBI%2CeACI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BAA1BZ%2CeAqBI%2CeAOI%2CmBAAmB%3BEACf%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAhCZ%2CeAqBI%2CeAaI%2CcAAc%3BEACV%2CeAAA%3BEACA%2CgBAAA%3B%3BAApCZ%2CeAuCI%2CoBAAoB%3BEAChB%2CiBAAA%3B%3BAAGI%2CeAJR%2CoBAAoB%2CWAGhB%2CiBACQ%3BEACA%2CgBAAA%3B%3BAA5ChB%2CeAuCI%2CoBAAoB%2CWAGhB%2CiBAII%3BEACI%2CeAAA%3BEACA%2CWAAA%3B%3BAAhDhB%2CeAuCI%2CoBAAoB%2CWAYhB%2CWACI%2CiBAAiB%3BEACb%2CWAAA%3BEACA%2CeAAA%3B%3BAAtDhB%2CeA0DI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3BEACA%2CiBAAA%3B%3BAA9DR%2CeAgEI%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BAAtER%2CeAwEI%3BEACI%2CSAAA%3B%3BAAEA%2CeAHJ%2COAGK%3BAAAY%2CeAHjB%2COAGkB%3BEACV%2CgBAAA%3BEACA%2CyBAAA%3B%3BAA7EZ%2CeAgFI%2CSAAQ%2CSAAS%3BEACb%2CqBAAA%3B%3BAAjFR%2CeAgFI%2CSAAQ%2CSAAS%2CIAGb%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CeAPR%2CSAAQ%2CSAAS%2CIAGb%2CMAIK%3BEACG%2CSAAS%2CIAAT%3B%3BAAxFhB%2CeAgFI%2CSAAQ%2CSAAS%2CIAWb%3BEACI%2CqBAAA%3B%3BAA5FZ%2CeA%2BFI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3BEACA%2CiBAAA%3B%3BAAnGR%2CeA%2BFI%2CSAMI%2CQAAO%3BEACH%2CgBAAA%3B%3BAAIZ%2CiBAAkB%2CgBAAkB%3BEAChC%2CWAAA%3B%3BAAEJ%3BEACI%2CYAAA%3B%3BAADJ%2CmBAGI%3BEACI%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAPR%2CmBASI%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAZR%2CmBASI%2CaAKI%3BEACI%2C6BAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CwCAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CmBAtBR%2CaAKI%2CaAiBK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2C6BAAA%3BEACA%2C4BAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2COAAA%3B%3BAAxChB%2CmBASI%2CaAKI%2CaA4BI%3BEACI%2CmBAAA%3B%3BAA3ChB%2CmBASI%2CaAKI%2CaA%2BBI%3BEACI%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAGR%2CmBA1CJ%2CaA0CK%2CMAAO%3BEACJ%2CUAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CmBA9CJ%2CaA8CK%2CaACG%3BEACI%2CWAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CmBApDZ%2CaA8CK%2CaACG%2CaAKK%3BEACG%2CUAAA%3BEACA%2CWAAA%3B%3BAAIZ%2CmBA1DJ%2CaA0DK%2CaACG%3BEACI%2CUAAA%3BEACA%2CQAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CmBAhEZ%2CaA0DK%2CaACG%2CaAKK%3BEACG%2CWAAA%3BEACA%2CUAAA%3B%3BAAwHpB%2CMAAM%2CQACF%2CQAAO%3BEAEH%2CmBAAA%3B%3BAAHR%2CMAAM%2CQAKF%3BEACI%2CUAAA%3B%3BAANR%2CMAAM%2CQAQF%2COAAM%3BEACF%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3B%3BAAOR%2CMAAM%2COACF%3BEACI%2CyDAAA%3B%3BAAFR%2CMAAM%2COACF%2COAEI%3BEACI%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3B%3BAAKZ%2CQACI%3BEACI%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CqDAAA%3B%3BAAEA%2CQALJ%2CcAKK%3BEACG%2CoBAAA%3B%3BAADJ%2CQALJ%2CcAKK%2CeAGK%3BEACE%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAANR%2CQALJ%2CcAKK%2CeAGK%2CMAKE%3BEACI%2CeAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAlBZ%2CQALJ%2CcAKK%2CeAGK%2CMAkBE%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BAA7BZ%2CQALJ%2CcAKK%2CeAGK%2CMA6BE%3BEACI%2CeAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAC10CpB%3BEACI%2CgBAAA%3B%3BAAEI%2CaADJ%2COACK%3BEACG%2CaAAA%3B%3BAAJZ%2CaAOI%3BEACI%2CgBAAA%3B%3BAARR%2CaAUI%3BE%2BBCA%2CqBAAA%3BE%5C%2FBUI%2CqBAAA%3BEACA%2CYAAA%3B%3BAAtBR%2CaAUI%2CO%2BBmQE%3BExChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAwCHA%2Ca%5C%2FBPA%2CO%2BBOC%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCjQU%2CODiQV%3BEAAA%2CayCtOe%2CazCsOf%3BEAAA%2CoBAAA%3BEAAA%2CsBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2Ca%5C%2FBpBJ%2CO%2BBmBC%2CMACI%3BExC2PL%2CcAAA%3B%3BAwCrPI%2Ca%5C%2FB1BJ%2CO%2BByBC%2COACI%3BExCqPL%2CcAAA%3B%3BASlQI%2CaAbJ%2COAaK%2COACK%2CWACE%3BEACI%2CgBAAA%3B%3BAA1BpB%2CaA%2BBI%2CQAAO%3BEACH%2CaAAA%3B%3BAAhCR%2CaAkCI%3BEACI%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3B%3BAArCR%2CaAwCI%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAA3CR%2CaA6CI%3BEACI%2CaAAA%3B%3BAAIR%3BEACI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAALJ%2CoBAOI%3BETgOA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAUpDI%2CoBAFJ%2CGAEK%2CIAAI%3BET8NT%2CgBAAA%3BEAAA%2CsBAAA%3BES3NQ%2CaAAA%3B%3BAAZZ%2CoBAOI%2CGAOI%3BETyNJ%2C6BAAA%3BESvNQ%2CeAAA%3BEACA%2CkCAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAACA%2CoBAfR%2CGAOI%2CGAQK%3BEACG%2CgBAAA%3B%3BAAEJ%2CoBAlBR%2CGAOI%2CGAWK%3BAACD%2CoBAnBR%2CGAOI%2CGAYK%3BET6MT%2CmBAAA%3B%3BASvOJ%2CoBAOI%2CGAOI%2CGAeI%3BET0MR%2CWAAA%3BESxMY%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAMhB%2CKAAK%2COAAO%3BEAGR%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3BEACA%2CyCAAA%3B%3BAAIQ%2CKAbP%2COAAO%2CSAWR%2CQAAO%2CMACH%2COACK%3BEACG%2CkBAAA%3B%3BAADJ%2CKAbP%2COAAO%2CSAWR%2CQAAO%2CMACH%2COACK%2CYAEG%3BEACI%2CmBAAA%3B%3BAACA%2CKAjBf%2COAAO%2CSAWR%2CQAAO%2CMACH%2COACK%2CYAEG%2CSAEK%3BEACG%2CSAAS%2CSAAT%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3B%3BAAIZ%2CKA5BP%2COAAO%2CSAWR%2CQAAO%2CMACH%2COAgBK%3BEACG%2CkBAAA%3B%3BAADJ%2CKA5BP%2COAAO%2CSAWR%2CQAAO%2CMACH%2COAgBK%2CWAEG%2CIAAG%2CWAAW%3BEACV%2CkBAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3B%3BAAGR%2CKApCP%2COAAO%2CSAWR%2CQAAO%2CMACH%2COAwBK%2CWACG%3BEACI%2CmBAAA%3B%3BAAtCpB%2CKAAK%2COAAO%2CSA8CR%2COAAM%2CMACF%2COACI%3BEACI%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAMhB%3BEAEG%2CgBAAA%3B%3BAAFH%2CaAGK%3BEACG%2CqBAAA%3BEACA%2CoBAAA%3B%3BACxJJ%2CoBACI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAHR%2CoBAKI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAYR%3BEVoQA%2CmBAAA%3BEUjQI%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAPJ%2CaAQM%3BEV4PN%2CiBAAA%3BEU1PQ%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAZR%2CaAeI%2COACI%2CKAAI%2CIAAI%2CeACJ%3BEACI%2CmBAAA%3B%3BAAlBhB%2CaAeI%2COAOI%3BEACI%2CgBAAA%3B%3BAAvBZ%2CaAeI%2COAWI%3BEACI%2CgBAAA%3B%3BAACA%2CaAbR%2COAWI%2COAEK%3BEACG%2CaAAA%3B%3BAA7BhB%2CaAeI%2COAkBI%2CiBACM%3BEACE%2CgBAAA%3B%3BAAnChB%2CaAeI%2COAkBI%2CiBACM%2CWAEE%2CQAAO%3BEAEH%2CWAAA%3B%3BAAtCpB%2CaAeI%2COAmCI%2COACI%3BEViNZ%2CiBAAA%3BEU%5C%2FMgB%2CgBAAA%3B%3BAArDhB%2CaAeI%2COAyCI%3BEACI%2CgBAAA%3B%3BAAzDZ%2CaAeI%2COAyCI%2CcAEI%2COACI%3BEACI%2CWAAA%3BEACA%2CiBAAA%3B%3BAA7DpB%2CaAeI%2COAyCI%2CcAEI%2COAKI%2COACM%3BEACE%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAOpB%2CUAAW%2CcACP%3BEACI%2CgBAAA%3B%3BAA7EZ%2CaAiFI%3BEAEI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAArFR%2CaAiFI%2CwBAKI%2CQAAO%2CQAAQ%3BEAEX%2CWAAA%3B%3BAAxFZ%2CaAiFI%2CwBASI%3BEACI%2CsBAAA%3B%3BAACA%2CaAXR%2CwBASI%2CMAEK%3BEACG%2CgBAAA%3B%3BAA7FhB%2CaAkGI%3BEACI%2CkBAAA%3B%3BAAnGR%2CaAkGI%2CSAEM%2CIAAC%2CYAAY%3BEACX%2CaAAA%3B%3BAAOZ%2CYAEI%2CMAEI%3BAAJR%2CYAGI%2CMACI%3BEACI%2CgBAAA%3B%3BAAOR%2CKAAC%2CcACG%2CmBAAqB%3BEACjB%2CeAAA%3B%3BAACA%2CKAHP%2CcACG%2CmBAAqB%3BAAEd%2CKAHV%2CcACG%2CmBAAqB%2CIAEb%3BEACA%2CcAAA%3B%3BAAJZ%2CKAAC%2CcAOG%3BEACI%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAVR%2CKAAC%2CcAYG%2CMACI%2CMACI%2CGAAG%2CGAAE%3BEACD%2C6BAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAnBhB%2CKAAC%2CcAYG%2CMAUI%2CMACI%3BEACI%2CSAAA%3B%3BAAxBhB%2CKAAC%2CcAYG%2CMAeM%3BEACE%2C6BAAA%3BEACA%2CkBAAA%3B%3BAA7BZ%2CKAAC%2CcAgCG%3BEACI%2CsBAAA%3B%3BAACA%2CKAlCP%2CcAgCG%2CKAEK%3BAACD%2CKAnCP%2CcAgCG%2CKAGK%3BAACD%2CKApCP%2CcAgCG%2CKAIK%3BEACG%2CeAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CKAzCP%2CcAgCG%2CKASK%2CSAAU%3BEACP%2CcAAA%3B%3BAAEJ%2CKA5CP%2CcAgCG%2CKAYK%3BEACG%2CkBAAA%3B%3BAADJ%2CKA5CP%2CcAgCG%2CKAYK%2CIAKG%3BEACI%2CkBAAA%3BEACA%2CWAAA%3B%3BAAPR%2CKA5CP%2CcAgCG%2CKAYK%2CIASG%2COAAM%3BEACF%2CeAAA%3B%3BAAtDhB%2CKAAC%2CcAgCG%2CKAyBM%3BEVmFd%2CcAAA%3BEAAA%2CiBAAA%3BEUhFgB%2CgBAAA%3B%3BAA5DZ%2CKAAC%2CcAgEG%2CcACI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAArEZ%2CKAAC%2CcAwEG%2CMACI%2CKAAI%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3B%3BAA7EZ%2CKAAC%2CcAiFG%3BEAEI%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3B%3BAArFR%2CKAAC%2CcAiFG%2CiBAKM%3BAAtFV%2CKAAC%2CcAiFG%2CiBAMM%3BEACE%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3BEVkDhB%2CqBAAA%3BEwC9QA%2CqBAAA%3B%3BA9BkII%2CKAAC%2CcAiFG%2CiBAKM%2Ce8B0CZ%3BA9BhIE%2CKAAC%2CcAiFG%2CiBAMM%2CiB8ByCZ%3BExChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAwCHA%2CK9B4HK%2CcAiFG%2CiBAKM%2Ce8BlNb%3BAAAD%2CK9B4HK%2CcAiFG%2CiBAMM%2CiB8BnNb%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSC3PQ%2COD2PR%3BEAAA%2CayCtOe%2CazCsOf%3BEAAA%2CsBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CK9B%2BGC%2CcAiFG%2CiBAKM%2Ce8BtMb%2CMACI%3BAAAD%2CK9B%2BGC%2CcAiFG%2CiBAMM%2CiB8BvMb%2CMACI%3BExC2PL%2CcAAA%3B%3BAwCrPI%2CK9ByGC%2CcAiFG%2CiBAKM%2Ce8BhMb%2COACI%3BAAAD%2CK9ByGC%2CcAiFG%2CiBAMM%2CiB8BjMb%2COACI%3BExCqPL%2CcAAA%3B%3BAU5II%2CKAAC%2CcAiFG%2CiBAoBM%3BEAEE%2CQAAA%3B%3BA8BpIhB%2CK9B6BK%2CcAiFG%2CiBAoBM%2CiB8BlIb%3BExCyKD%2CSC1PS%2COD0PT%3B%3BAU5II%2CKAAC%2CcA6GG%3BEACI%2CkBAAA%3B%3BAACA%2CKA%5C%2FGP%2CcA6GG%2CQAEK%3BEACG%2CeAAA%3B%3BAAEJ%2CKAlHP%2CcA6GG%2CQAKK%2CKAAK%3BEAEF%2CgBAAA%3B%3BAAKJ%2CKAzHP%2CcAwHG%2CSACK%3BEACG%2CcAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CKApIP%2CcAwHG%2CSAYK%3BEVQb%2CiBAAA%3BEUNgB%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAAIJ%2CKA5IP%2CcA2IG%2C0BACK%3BEACG%2CSAAS%2CGAAT%3B%3BAA7IZ%2CKAAC%2CcAkJG%3BEACI%2CgBAAA%3B%3BAAnJR%2CKAAC%2CcAwJG%2CmBAAqB%3BEACjB%2CgBAAA%3B%3BAAzJR%2CKAAC%2CcAqKG%2CQAAO%3BEACH%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAvKR%2CKAAC%2CcAyKG%2CMAAM%3BEACF%2CgBAAA%3B%3BAAMZ%3BEACI%2C6BAAA%3BEACA%2CWAAA%3B%3BAAKJ%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CcAAiB%3BEACb%2CcAAA%3B%3BAA6GA%2CMAAC%3BEV9JL%2CeAAA%3BEUgKQ%2CgBAAA%3B%3BAAFJ%2CMAAC%2CUAGG%3BEACI%2CYAAA%3B%3BAyBrbZ%2CeACI%3BEACI%2CYAAA%3BEACA%2CgBAAA%3B%3BAAHR%2CeACI%2CaAGI%3BEACI%2CgBAAA%3BEACA%2CWAAA%3B%3BAANZ%2CeASI%3BEACI%2CgBAAA%3B%3BAAVR%2CeAeI%2CQACI%3BEACI%2CWAAA%3B%3BAACA%2CeAHR%2CQACI%2CeAEK%2CYACG%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAArBpB%2CeA0BI%3BEACI%2CaAAA%3B%3BAACA%2CeAFJ%2CUAEK%3BEACG%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAIJ%2CeADJ%2CMACK%3BEACG%2CkBAAA%3B%3BAAtCZ%2CeAyCI%2CeACM%3BEACE%2CgBAAA%3B%3BAA3CZ%2CeAyCI%2CeACM%2CWAEI%3BEACE%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAEI%2CeAPhB%2CeACM%2CWAEI%2CaAGE%2CQACK%3BEACG%2CcAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAvDxB%2CeAyCI%2CeACM%2CWAiBI%3BEACE%2CgBAAA%3B%3BAAEI%2CeArBhB%2CeACM%2CWAiBI%2CWAEE%2CQACK%3BEAEG%2CcAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3B%3BAArExB%2CeAyCI%2CeACM%2CWA%2BBE%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAA3EhB%2CeA%2BEI%3BAA%5C%2FEJ%2CeAgFI%3BAAhFJ%2CeAiFI%3BAAjFJ%2CeAkFI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAIR%3BEIxDA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAvCFA%2CiBAAC%3BAACD%2CiBAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CiBAAC%3BEACG%2CWAAA%3B%3BAmCkDJ%2CiBIrDA%3BEAEI%2CeAAA%3BEvC8OJ%2CqBAAA%3BEwC9QA%2CqBAAA%3B%3BAAMA%2CiBDwBA%2CiBCxBC%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSClQa%2CODkQb%3BEAAA%2CayCtOe%2CazCsOf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CiBDWJ%2CiBCZC%2CMACI%3BExC2PL%2CcAAA%3B%3BAwCrPI%2CiBDKJ%2CiBCNC%2COACI%3BExCqPL%2CcAAA%3B%3BAuCqEA%2CiBArTA%2CiBAqTC%3BEvCrED%2CqBAAA%3BEwC9QA%2CqBAAA%3B%3BAAMA%2CiBDwBA%2CiBAqTC%2COC7UA%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSClQa%2CODkQb%3BEAAA%2CayCtOe%2CazCsOf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CiBDWJ%2CiBAqTC%2COCjUA%2CMACI%3BExC2PL%2CcAAA%3B%3BAwCrPI%2CiBDKJ%2CiBAqTC%2COC3TA%2COACI%3BExCqPL%2CcAAA%3B%3BAmC3LA%2CiBIkIA%3BEvCyDA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CgBAAA%3BEAAA%2CSAAA%3BEAAA%2CeAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEuChDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEvC8CJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BAmC3LA%2CiBIkIA%2CgBAsBI%3BEvCmCJ%2CSAAA%3B%3BAuC3BQ%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%3BEvCzSJ%2CsDAAA%3BEuC2SI%2CWAAA%3B%3BAAGJ%2CiBAvWA%2CgBAuWC%3BEACG%2CiBAAA%3BEvC%5C%2FSJ%2CsDAAA%3BEuCiTI%2CWAAA%3B%3BAAzDJ%2CiBAjTA%2CgBAiTC%3BEvCxPD%2CUAAA%3BEAAA%2CUAAA%3B%3BAuC6PA%2CiBAtTA%2CgBAsTC%3BEvC7PD%2CSAAA%3BEAAA%2CUAAA%3B%3BAuCZA%2CiBAAC%3BEACG%2CiBAAA%3B%3BAADJ%2CiBAAC%2COAGG%3BEACI%2CcAAA%3B%3BAJnLR%2CiBAkBI%3BEnCyKJ%2CkBAAA%3BEmCvKQ%2CYAAA%3BEACA%2CYAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEAIA%2CuCAAA%3B%3BAA3BR%2CiBAkBI%2CgBAUI%3BEACI%2CaAAA%3B%3BAAEJ%2CiBAbJ%2CgBAaK%3BEACG%2CUAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CoEAAA%3B%3BAAEJ%2CiBAnBJ%2CgBAmBK%3BEACG%2CUAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CyDAAA%3B%3BAAzCZ%2CiBA4CI%2CSACI%3BEACI%2CYAAA%3BEACA%2CiBAAA%3B%3BAA%5C%2FCZ%2CiBA4CI%2CSACI%2CSAGM%3BAAhDd%2CiBA4CI%2CSACI%2CSAIM%3BEACE%2CeAAA%3B%3BAACA%2CiBAPZ%2CSACI%2CSAGM%2CWAGG%2CIAAI%3BAAAL%2CiBAPZ%2CSACI%2CSAIM%2CaAEG%2CIAAI%3BEACD%2CkBAAA%3B%3BAAMZ%2CiBADJ%2CQACK%3BEACG%2CWAAA%3BEACA%2CYAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3BE%5C%2FBmEZ%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEAEA%2CiBAAA%3BEJgDA%2CgBAAA%3BEAAA%2CqBAAA%3BEwC9QA%2CqBAAA%3B%3BApCiOA%2CiB%2BBrFI%2CQACK%2CM%5C%2FBoFR%3BAACD%2CiB%2BBtFI%2CQACK%2CM%5C%2FBqFR%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CiB%2BB3FI%2CQACK%2CM%5C%2FB0FR%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CiB%2BBhGI%2CQACK%2CM%5C%2FB%2BFR%3BAACD%2CiB%2BBjGI%2CQACK%2CM%5C%2FBgGR%3BAACD%2CQAAQ%2CUAAW%2CkB%2BBlGf%2CQACK%3BE%5C%2FBkGL%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BAmCjIQ%2CiBADJ%2CQACK%2CMKqHP%3BExChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAwCHA%2CiBLsII%2CQACK%2CMKvIR%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CWAAA%3BEAAA%2CSC5PU%2COD4PV%3BEAAA%2CayCtOe%2CazCsOf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CiBLyHA%2CQACK%2CMK3HR%2CMACI%3BExC2PL%2CcAAA%3B%3BAwCrPI%2CiBLmHA%2CQACK%2CMKrHR%2COACI%3BExCqPL%2CcAAA%3B%3BAmClHQ%2CiBAhBJ%2CQAgBK%3BEACG%2CmBAAA%3B%3BAADJ%2CiBAhBJ%2CQAgBK%2CSAKG%2CSAAQ%3BEACJ%2CWAAA%3BEnC4GhB%2CYAAA%3BEAAA%2CiBAAA%3BEmCzGgB%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2COAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAtBR%2CiBAhBJ%2CQAgBK%2CSAKG%2CSAAQ%2CIAkBJ%2CQACM%3BEnC0FtB%2CeAAA%3B%3BAmClFY%2CiBAhDR%2CQAgBK%2CSAgCI%3BAAAS%2CiBAhDlB%2CQAgBK%2CSAgCc%2COAAO%3BEACd%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3B%3BAAEJ%2CiBArDR%2CQAgBK%2CSAqCI%2CMAAM%3BAAAS%2CiBArDxB%2CQAgBK%2CSAqCoB%2COAAO%3BAAAS%2CiBArDzC%2CQAgBK%2CSAqCqC%2COAAO%3BAAAS%2CiBArD1D%2CQAgBK%2CSAqCsD%2COAAO%2CMAAM%3BEAC5D%2CcAAA%3B%3BAA%5C%2FGhB%2CiBAmHI%3BEACI%2CgBAAA%3B%3BAAIR%3BEnCmEA%2CeAAA%3BEmCjEI%2CgBAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BEnC6DA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAoC6GA%2CeAEI%3BEAII%2CeAAA%3B%3BAAHA%2CeADJ%2CcACK%2CIAAI%3BEnC0Db%2C0BAAA%3B%3BAmCtDQ%2CeALJ%2CcAKK%3BEACG%2CcAAA%3B%3BAARZ%2CeAiBI%2CsBACI%3BEACI%2CqBAAA%3BEACA%2CaAAA%3B%3BAApBZ%2CeAuBI%3BEACI%2CqBAAA%3B%3BAAxBR%2CeA0BI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAA7BR%2CeA0BI%2CmBAII%3BEnC%2BBR%2CcAAA%3B%3BAmC7DA%2CeAkCI%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3B%3BAApCR%2CeAkCI%2CsBAGI%3BEACI%2CgBAAA%3BEACA%2CWAAA%3B%3BAAvCZ%2CeAkCI%2CsBAOI%3BAAzCR%2CeAkCI%2CsBAQI%3BEACI%2CgBAAA%3B%3BAA3CZ%2CeAkCI%2CsBAWI%2CMAAK%3BEnCgBb%2CiBAAA%3B%3BAmC7DA%2CeAkCI%2CsBAiBI%3BEACI%2CkBAAA%3B%3BAApDZ%2CeAuDI%2CSACM%3BAAxDV%2CeAuDI%2CSAEM%3BEACE%2CWAAA%3BEACA%2CYAAA%3B%3BAA3DZ%2CeAuDI%2CSAMI%3BEAMI%2CSAAA%3BEACA%2CwBAAA%3B%3BAANA%2CeAPR%2CSAMI%2CQACK%3BEACG%2CgBAAA%3BEACA%2CoBAAA%3BEnCHhB%2CcAAA%3B%3BAmCWgB%2CeAjBZ%2CSAeI%2CSAAQ%2CQACF%2CUACG%3BEACG%2CalCtRL%2CakCsRK%3B%3BAK5KpB%2CeL0JI%2CSAeI%2CSAAQ%2CQACF%2CUK1Kb%3BExCgKD%2CSCxQQ%2CODwQR%3B%3BAwChKA%2CeL0JI%2CSAeI%2CSAAQ%2CQAUH%2COACK%2CUKpLjB%3BExCgKD%2CSCzQM%2CODyQN%3B%3BAmC4BQ%2CeAlCJ%2CSAkCK%3BEACG%2CeAAA%3B%3BAAEJ%2CeArCJ%2CSAqCK%2CQACG%2CSAAQ%3BEnChCpB%2CqBAAA%3BEwChOA%2CqBAAA%3B%3BAL%2BPQ%2CeArCJ%2CSAqCK%2CQACG%2CSAAQ%2COK5ClB%3BExChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAwC2CA%2CeLoNI%2CSAqCK%2CQACG%2CSAAQ%2COK1PnB%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCxQQ%2CODwQR%3BEAAA%2CayCtOe%2CazCsOf%3BEAAA%2CoBAAA%3BEAAA%2CsBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAL1CQ%2CeArCJ%2CSAqCK%2CQAWG%3BEACI%2CaAAA%3B%3BAAxGhB%2CeAkHI%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3B%3BAAtHR%2CeAwHI%3BEACI%2CmBAAA%3BEnC5DR%2CiBAAA%3B%3BAmCgEQ%2CeADJ%2CQACK%3BAACD%2CeAFJ%2CQAEK%3BEnCjET%2CqBAAA%3BEwC9QA%2CqBAAA%3B%3BAL8UQ%2CeADJ%2CQACK%2CKK5EP%3BAL6EM%2CeAFJ%2CQAEK%2COK7EP%3BExChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAwCHA%2CeLuUI%2CQACK%2CKKxUR%3BAAAD%2CeLuUI%2CQAEK%2COKzUR%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSC3PQ%2COD2PR%3BEAAA%2CayCtOe%2CazCsOf%3BEAAA%2CsBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CeL0TA%2CQACK%2CKK5TR%2CMACI%3BAAAD%2CeL0TA%2CQAEK%2COK7TR%2CMACI%3BExC2PL%2CcAAA%3B%3BAwCrPI%2CeLoTA%2CQACK%2CKKtTR%2COACI%3BAAAD%2CeLoTA%2CQAEK%2COKvTR%2COACI%3BExCqPL%2CcAAA%3B%3BAwCzKA%2CeLwOI%2CQAaK%2COKrPR%3BExCyKD%2CSC1PS%2COD0PT%3B%3BAmC7DA%2CeA%2BII%3BEACI%2CaAAA%3B%3BAxBzVR%3BEXsQA%2CgBAAA%3B%3BAWjQA%3BEXiQA%2CgBAAA%3B%3BAWjQA%2CYAOI%3BEX0PJ%2C6BAAA%3B%3BAWjQA%2CYAYI%3BEACI%2CgBAAA%3B%3BAAIR%2CqBAMI%3BEACI%2CcAAA%3B%3BA%2BClDR%3BE1D2RA%2CmBAAA%3BEAAA%2C6BAAA%3BEAAA%2C0BAAA%3BEAAA%2CwBAAA%3BE0DpRI%2CkBAAA%3B%3BAAPJ%2CsBASI%3BE1DkRJ%2CeAAA%3BE0DhRQ%2CWAAA%3BEACA%2CgBAAA%3B%3BAAZR%2CsBASI%2CiBAKI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAAhBZ%2CsBASI%2CiBASI%3BEACI%2CcAAA%3B%3BAAnBZ%2CsBAuBI%3BEACI%2CYAAA%3B%3BAAII%2CsBALR%2CkBAGI%2COAEK%2COAAO%3BEtDsMpB%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEJgDA%2CgBAAA%3BE0D7PgB%2CYAAA%3B%3BAtDgNhB%2CsBsDvNI%2CkBAGI%2COAEK%2COAAO%2CStDkNnB%3BAACD%2CsBsDxNI%2CkBAGI%2COAEK%2COAAO%2CStDmNnB%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CsBsD7NI%2CkBAGI%2COAEK%2COAAO%2CStDwNnB%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CsBsDlOI%2CkBAGI%2COAEK%2COAAO%2CStD6NnB%3BAACD%2CsBsDnOI%2CkBAGI%2COAEK%2COAAO%2CStD8NnB%3BAACD%2CQAAQ%2CUAAW%2CuBsDpOf%2CkBAGI%2COAEK%2COAAO%3BEtDgOhB%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BA0D%5C%2FPY%2CsBALR%2CkBAGI%2COAEK%2COAAO%2CSAIJ%2CSAAQ%3BEACJ%2COAAA%3B%3BA9CHpB%3BEAEI%2CaAAA%3B%3BAkDzBA%2CMAAC%2COACG%2CSACI%3BAAFR%2CMAAC%2COACG%2CSAEI%3BAAHR%2CMAAC%2COACG%2CSAGI%3BE9DgRZ%2CqBAAA%3B%3BAwB1RA%2CqBACI%2CaAMI%2CUACI%2COACI%3BEACI%2CgBAAA%3B%3BAAVpB%2CqBACI%2CaAaI%2CcACI%3BEAEI%2CeAAA%3B%3BAwIGhB%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3B%3BAAJJ%2CcAKM%3BEACA%2CaAAA%3B%3BAAGF%2CcAAC%3BEhK6PL%2CYAAA%3B%3BAgK7PI%2CcAAC%2CQAGG%3BEACI%2CcAAA%3B%3BAAGA%2CcAPP%2CQAMG%2CsBACK%3BEhKsPb%2CcAAA%3B%3BAgKtQA%2CcAsBI%3BEhKgPJ%2CqBAAA%3BEwC9QA%2CqBAAA%3B%3BAwHQA%2CcAsBI%2CsBxHoOF%3BExChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAwCHA%2CcwHwBI%2CsBxHxBH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CSCpOQ%2CODoOR%3BEAAA%2CayCtOe%2CazCsOf%3BEAAA%2CsBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CcwHWA%2CsBxHZH%2CMACI%3BExC2PL%2CcAAA%3B%3BAgKrOY%2CUAAW%2CeAXnB%2CsBAUK%3BEhKsOT%2CYAAA%3B%3BAgKrOY%2CUAAW%2CeAXnB%2CsBAUK%2CMAGS%3BEACE%2CcAAA%3B%3BAAEJ%2CUALO%2CeAXnB%2CsBAUK%2CMAMQ%3BEhKgOjB%2CcAAA%3B%3BAgKtQA%2CcA6CI%3BEhKyNJ%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CkBAAA%3BEAAA%2CeAAA%3BEAAA%2CaAAA%3BEAAA%2CYAAA%3BEgKlNQ%2CaAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3B%3BAAEA%2CcAfJ%2CuBAeK%3BAACD%2CcAhBJ%2CuBAgBK%3BEhKuPT%2C8BAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEAhDA%2C2BAAA%3BEAAA%2CWAAA%3BEAAA%2CSAAA%3BEgKjMY%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CcA7BJ%2CuBA6BK%3BEhK4LT%2CwBAAA%3B%3BAgKzLQ%2CcAhCJ%2CuBAgCK%3BEhKyLT%2C2BAAA%3BEgKvLY%2CUAAA%3BEACA%2CUAAA%3B%3BAvIvEZ%2CYAMI%3BAANJ%2CYAOI%3BEzBsPJ%2CgBAAA%3BEAAA%2CmBAAA%3B%3BAyB7PA%2CYAMI%2CYAII%2CUACI%2COACI%3BAAZhB%2CYAOI%2CuBAGI%2CUACI%2COACI%3BEACI%2CgBAAA%3B%3BAAbpB%2CYAMI%2CYAII%2CUAMI%3BAAhBZ%2CYAOI%2CuBAGI%2CUAMI%3BEACI%2CeAAA%3BEACA%2CkBAAA%3B%3BAAlBhB%2CYAuBI%3BEACI%2CYAAA%3B%3BAAxBR%2CYA2BI%3BEzBkOJ%2C6BAAA%3BEAAA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2C8BAAA%3BEAAA%2C6BAAA%3BEAAA%2CaAAA%3BEyBzNQ%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CYAdJ%2CuBAcK%3BEzBoNT%2CqBAAA%3B%3BAyBjNY%2CYAjBR%2CuBAcK%2CcAGI%3BEzBiNb%2CmBAAA%3BEAAA%2CWAAA%3BEAAA%2CSCrOa%2CODqOb%3BEAAA%2CayCtOe%2CazCsOf%3BEAAA%2CYAAA%3BEAAA%2CWAAA%3BEyB1MgB%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAhBR%2CYAdJ%2CuBAcK%2CcAmBG%3BEAEI%2CkBAAA%3B%3BAA9DhB%2CYAyEI%3BEACI%2CgBAAA%3B%3BAAEI%2CYAHR%2CmBAEM%2COACG%3BEACG%2CSAAS%2CGAAT%3BEACA%2CqBAAA%3B%3BAA9EhB%2CYAmFI%3BEACI%2CYAAA%3BEACA%2CgBAAA%3B%3BAArFR%2CYAwFI%3BEAEI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3B%3BAAQR%2CyBACI%3BEACI%2CgBAAA%3B%3BAAFR%2CyBAII%3BEACI%2CcAAA%3B%3BAAOI%2CiBAFR%2CiBACI%2CQACK%3BEAEG%2CgBAAA%3B%3BAAMhB%2C%2BBACI%2CMACI%3BEACI%2CaAAA%3BEACA%2CgBAAA%3B%3BAAJZ%2C%2BBAOI%2CMACI%3BEzB6HR%2C0BAAA%3BEAAA%2CoBAAA%3BEAAA%2CiBAAA%3B%3BAyBzHY%2C%2BBALR%2CMACI%2CGAIK%3BEACG%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAIJ%2C%2BBAZR%2CMAWI%2CGACK%2CYACG%3BEACI%2CgBAAA%3B%3BAArBpB%2C%2BBAOI%2CMAkBI%3BEACI%2CgBAAA%3B%3BAA1BZ%2C%2BBAOI%2CMAqBI%2CWACI%3BEACI%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3B%3BA%2BBnLhB%3BEACI%2CkBAAA%3B%3BAAIA%2CsBAAC%3BEACG%2CSAAA%3B%3BAADJ%2CsBAAC%2CcAGG%3BExDgRR%2CcAAA%3BEwD9QY%2CeAAA%3B%3BAAEA%2CsBAPP%2CcAGG%2CsBAIK%3BEACG%2CaAAA%3B%3BAARZ%2CsBAAC%2CcAgBG%3BExDmQR%2CYAAA%3BEwD%5C%2FPY%2CWAAA%3B%3BA9BdZ%2C%2BBAEI%3BE1B2QJ%2C6BAAA%3BE0BxQQ%2CgBAAA%3BEACA%2CkBAAA%3B%3BAANR%2C%2BBAEI%2C4BAMI%3BE1BqQR%2CWAAA%3BEAAA%2CqBAAA%3BEwC9QA%2CqBAAA%3BEdqBY%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAtBZ%2C%2BBAEI%2C4BAMI%2CacyPN%3BExChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAwCHA%2C%2BBdHI%2C4BAMI%2CacHP%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSC3PQ%2COD2PR%3BEAAA%2CayCtOe%2CazCsOf%3BEAAA%2CsBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2C%2BBdhBA%2C4BAMI%2CacSP%2CMACI%3BExC2PL%2CcAAA%3B%3BAwCrPI%2C%2BBdtBA%2C4BAMI%2CaceP%2COACI%3BExCqPL%2CcAAA%3B%3BA0BrPY%2C%2BBAtBR%2C4BAMI%2CaAgBK%3BEACG%2CcAAA%3B%3BAAzBhB%2C%2BBA8BI%3BE1B%2BOJ%2CiBAAA%3B%3BA0B7QA%2C%2BBA8BI%2C8BAEI%3BEACI%2CcAAA%3B%3BAAjCZ%2C%2BBAqCI%3BAArCJ%2C%2BBAsCI%3BEACI%2CgBAAA%3B%3BAmCxCR%3BE7D8QA%2CmBAAA%3BEAAA%2CoBAAA%3BE6D3QI%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAALJ%2CkBASM%3BEAEE%2CcAAA%3B%3BAAXR%2CkBAmBI%2CMACI%3BE7D0PR%2CWAAA%3BE6DxPY%2CcAAA%3B%3BAAKJ%2CkBADJ%2COAAM%2CKACE%2CSAAM%2CKACN%3BAADJ%2CkBADJ%2COAAM%2CKACE%2CSAAM%2CKAEN%3BEACI%2CaAAA%3BE7DgPhB%2CiBAAA%3BE6D9OgB%2CcAAA%3B%3BAALR%2CkBADJ%2COAAM%2CKACE%2CSAAM%2CKACN%2CMAKI%3BAANR%2CkBADJ%2COAAM%2CKACE%2CSAAM%2CKAEN%2CQAII%3BEACI%2CgBAAA%3B%3BAAlCpB%2CkBAwCI%3BEACI%2CkBAAA%3B%3BAAzCR%2CkBAiDI%2CeACM%3BEACE%2C6BAAA%3BE7D2NZ%2C6BAAA%3BE6DzNY%2CeAAA%3BE7DyNZ%2CcAAA%3BEwChOA%2CqBAAA%3BEqBiBY%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAhEZ%2CkBAiDI%2CeACM%2CSrBgNR%3BExChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAwC2CA%2CkBqBHI%2CeACM%2CSrBET%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCxQQ%2CODwQR%3BEAAA%2CayCtOe%2CazCsOf%3BEAAA%2CeAAA%3BEAAA%2CsBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAqBtRY%2CkBAhBR%2CeACM%2CSAeG%3BEACG%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAApEhB%2CkBAiDI%2CeACM%2CSAoBE%3BE7DwMZ%2CiBAAA%3BE6DtMgB%2CgBAAA%3BEACA%2CSAAA%3B%3BArBqChB%2CkBqB7DI%2CeA2BK%2COACK%2CSrBiCb%3BExCgKD%2CSCzQM%2CODyQN%3B%3BA6D9QA%2CkBAiDI%2CeAmCI%3BEACI%2CkBAAA%3B%3BAArFZ%2CkBA0FI%3BE7DoLJ%2CmBAAA%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE6DhLQ%2CSAAA%3B%3BAAEJ%2COAAO%2CKAAM%2CmBACT%3BEACI%2CSAAA%3BEACA%2CeAAA%3B%3BAAnGZ%2CkBAsGI%2CcACI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAA1GZ%2CkBAsGI%2CcAMI%3BEACI%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAA%5C%2FGZ%2CkBAsGI%2CcAWI%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAnHZ%2CkBAsGI%2CcAeI%3BE7DyJR%2CiBAAA%3BE6DvJY%2CgBAAA%3B%3BAAGA%2CkBApBR%2CcAmBI%2CqBACQ%2CuBACA%3BE7DmJhB%2CeAAA%3B%3BA2BtRA%3BEACI%2CsBAAA%3B%3BAADJ%2CwBAEI%3BEACI%2CkBAAA%3B%3BAAHR%2CwBAKI%2COAAM%3BEACF%2CWAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAARR%2CwBAUI%3BEACI%2CaAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3B%3BAAbR%2CwBAeI%3BEACI%2CgBAAA%3BEACA%2CwBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAAGR%3BEACI%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAACA%2CgBAAiB%3BEACb%2CYAAA%3B%3BAAPR%2CuBAUI%2COAAM%3BEACF%2CSAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAMR%2CqBACI%3BE3ByOJ%2CeAAA%3BE2BvOQ%2CgBAAA%3BEACA%2CsBAAA%3B%3BAAJR%2CqBACI%2CaAII%3BEACI%2CgBAAA%3B%3BAANZ%2CqBASI%2COACI%3BEACI%2CgBAAA%3B%3BAAXZ%2CqBAkBI%2COAAM%3BEACF%2CSAAA%3B%3BAAnBR%2CqBAkBI%2COAAM%2COAEF%3BEACI%2CgBAAA%3BEACA%2CoBAAA%3B%3BAAtBZ%2CqBAkBI%2COAAM%2COAMF%2COACI%3BAAzBZ%2CqBAkBI%2COAAM%2COAMF%2COAEI%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAAGR%2CqBAbJ%2COAAM%2COAaE%3BEACA%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAACA%2CqBAlBR%2COAAM%2COAaE%2CSAKC%3BE3BsMb%2CYAAA%3BEAAA%2CiBAAA%3BEAAA%2CuBAAA%3BEAAA%2CeAAA%3BE2BjMgB%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CSAAS%2CgBAAT%3BEACA%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CMAAA%3B%3BAC9FhB%2CwBACI%3BEACI%2CgBAAA%3B%3BAAGA%2CwBADJ%2CgBACK%2CYACG%3BEACI%2CaAAA%3B%3BAAGR%2CwBANJ%2CgBAMK%2CQACG%3BEACI%2CcAAA%3B%3BAAZhB%2CwBA6BI%3BE5BqPJ%2C0BAAA%3BEAAA%2CeAAA%3BE4BlPQ%2CSAAA%3B%3BAAhCR%2CwBA6BI%2CsBAKI%3BEACI%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3B%3BAArCZ%2CwBA6BI%2CsBAWI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3B%3BAA1CZ%2CwBA8CI%3BEACI%2CaAAA%3BE5BmOR%2CsBAAA%3B%3BA4BhOY%2CwBAJR%2CwBAGI%2CUACK%2CIAAI%3BEACD%2CgBAAA%3B%3BAAnDhB%2CwBAwDI%3BAAxDJ%2CwBAyDI%3BE5ByNJ%2CgBAAA%3B%3BA4BlRA%2CwBA6DI%3BEACI%2CkBAAA%3B%3BAA9DR%2CwBAiEI%3BEACI%2CgBAAA%3B%3BAAlER%2CwBAiEI%2CgCAGI%2CSACI%3BEACI%2CeAAA%3B%3BAAtEhB%2CwBAiEI%2CgCAaI%3BE5BoMR%2CiBAAA%3BEAAA%2CmBAAA%3B%3BA4BzLQ%2CwBADJ%2CqBACQ%3BEACA%2CgBAAA%3B%3BAA1FZ%2CwBAmGI%3BEACI%2C6BAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3B%3BAAtGR%2CwBAwGI%3BEACI%2CcAAA%3B%3BAqBjGY%2CwBAJhB%2CgBACK%2CQACG%2CsBACI%2CeACK%3BEACG%2CShDAlB%2COgDAkB%3B%3BAAKhB%2CwBAVJ%2CgBAUK%2CaACG%3BEACI%2CeAAA%3B%3BAAFR%2CwBAVJ%2CgBAUK%2CaAIG%3BEACI%2CaAAA%3B%3BAAhBhB%2CwBAqBI%3BEjD0PJ%2C0BAAA%3BEAAA%2CeAAA%3B%3BAiD%5C%2FQA%2CwBAqBI%2CsBAII%3BEjDsPR%2CcAAA%3BEAAA%2CqBAAA%3BEwChOA%2CqBAAA%3B%3BAAMA%2CwBShCI%2CsBAII%2CeT4BP%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCxQQ%2CODwQR%3BEAAA%2CayCtOe%2CazCsOf%3BEAAA%2CoBAAA%3BEAAA%2CsBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CwBS7CA%2CsBAII%2CeTwCP%2CMACI%3BExC6ML%2CcAAA%3B%3BAwCvMI%2CwBSnDA%2CsBAII%2CeT8CP%2COACI%3BExCuML%2CcAAA%3B%3BAiD%5C%2FQA%2CwBAqBI%2CsBAII%2CeAaM%3BEACE%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAxChB%2CwBA6CI%3BEjDkOJ%2CsBAAA%3B%3BAiD%5C%2FQA%2CwBAiDI%3BEACI%2CgBAAA%3B%3BAAlDR%2CwBAqDI%3BEACI%2CUAAA%3B%3BAAtDR%2CwBAqDI%2CmBAEI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3B%3BAACA%2CwBAPR%2CmBAEI%2CMAKK%3BEACG%2CgBAAA%3B%3BAADJ%2CwBAPR%2CmBAEI%2CMAKK%2CQAEG%3BEACI%2CgBAAgB%2CaAAhB%3BEACA%2CQAAQ%2CaAAR%3BEACA%2CYAAA%3B%3BAAGR%2CwBAfR%2CmBAEI%2CMAaK%3BEACG%2CYAAA%3BEACA%2CyBAAA%3B%3BAAtEhB%2CwBAqDI%2CmBAEI%2CMAiBI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAA3EhB%2CwBAqDI%2CmBAyBI%3BEACI%2CgBAAgB%2CeAAhB%3BEACA%2CiCAAA%3BEACA%2CQAAQ%2CeAAR%3BEACA%2CYAAA%3B%3BAAlFZ%2CwBAsFI%2COAII%2CQACM%3BEACE%2CoBAAA%3B%3BAA5FhB%2CwBAsFI%2COAII%2CQAII%3BEACI%2CoBAAA%3BEACA%2CqBAAA%3B%3BAAhGhB%2CwBAsFI%2COAaI%2COACI%3BEACI%2CYAAA%3B%3BAArGhB%2CwBAsFI%2COAkBI%2CMACI%3BEACI%2CWAAA%3B%3BAA1GhB%2CwBAsFI%2COAuBI%2CQACI%3BEACI%2CYAAA%3B%3BAA%5C%2FGhB%2CwBAsFI%2COA6BM%2CSAAM%2CIACF%3BEACE%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAtHhB%2CwBAsFI%2COAmCI%2CKACI%3BEACI%2CcAAA%3B%3BAA3HhB%2CwBAsFI%2COAmCI%2CKAII%3BEACI%2CWAAA%3B%3BAAIR%2CwBA5CJ%2COA4CK%2CSACK%2CSACE%2CQAAO%2CMAAM%2CQACT%3BEACI%2CsBAAA%3B%3BApCvJxB%2C0BACI%3BEACI%2CmBAAA%3B%3BAAFR%2C0BAKI%2CoBAAmB%3BEb%2BYvB%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3B%3BAa9YQ%2C0BAHJ%2CoBAAmB%2CMAGd%2CSACG%2CMAAK%3BEACD%2CaAAA%3B%3BAAIA%2C0BATZ%2CoBAAmB%2CMAGd%2CSAKG%2CaACK%3BEACG%2CSAAS%2CGAAT%3BEbiRpB%2CcAAA%3BEAAA%2CiBAAA%3B%3BAahSA%2C0BA6BI%3BEAEI%2CwBAAA%3B%3BAAKR%3BEAEI%2CsBAAA%3B%3BAAFJ%2C0BAII%3BEACI%2CmBAAA%3B%3BAALR%2C0BAQI%3BEAEI%2CgBAAA%3B%3BAAKR%3BEACI%2CcAAA%3B%3BAoJzDJ%2CoBACI%3BEACI%2CaAAA%3B%3BAAFR%2CoBAII%2CUAAY%3BAAJhB%2CoBAIyB%2CcAAc%3BEAC%5C%2FB%2CcAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3B%3BAAVR%2CoBAYI%2CWAAW%2CcACP%3BAAbR%2CoBAYI%2CWAAW%2CcACiB%3BEACpB%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAvBZ%2CoBAYI%2CWAAW%2CcAaP%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BA7HjBR%2CgBADJ%2COACK%2CaACG%3BEACI%2CgBAAA%3B%3BAAJhB%2CgBACI%2COAMI%3BEpCoRJ%2CiBAAA%3B%3BAKiwBA%2CgB%2BBhhCA%2CU%5C%2FBghCC%3BELjwBD%2CkBAAA%3BEK8xBA%2CSAAS%2CsBAAT%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3BELjyBA%2CcAAA%3BEAAA%2CiBAAA%3B%3BAoC7QI%2CgBAFJ%2CUAEK%3BEACG%2CgBAAA%3B%3BAAKZ%3BAAAkB%2CKAAK%2CSAAS%3BAAAQ%2CKAAK%2CKAAK%3BAAAe%2CKAAK%2CSAAS%3BAAAS%2CKAAK%2COAAO%3BAAAU%2CKAAK%3BAAAoB%3BAAAoB%3BEACvJ%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2C6BAAA%3BEACA%2CoBAAA%3BEACA%2CyCAAA%3B%3BAAGJ%2CKAAK%2CSAAS%3BAAAQ%2CKAAK%2CKAAK%3BAAAe%2CKAAK%2CSAAS%3BAAAS%2CKAAK%2COAAO%3BAAAU%2CKAAK%3BAAAoB%3BAAAoB%3BEACrI%2CoBAAA%3B%3BAAGJ%2CSAAY%3BEACR%2CUAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CIACI%3BEACI%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2C0BAAA%3B%3BAANR%2CIAQI%3BEACI%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3B%3BAAdR%2CIAgBI%3BEACI%2CSAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CyBAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3B%3BAAIR%3BEACI%2CeAAA%3B%3BAADJ%2CyBAGI%3BEACI%2CeAAA%3B%3BAAJR%2CyBAMI%3BEACI%2CeAAA%3B%3BAAPR%2CyBAMI%2CKAGI%3BEACI%2CiBAAA%3BEACA%2C0BAAA%3B%3BAAKZ%2C0BACI%3BEACI%2CgBAAA%3B%3BAAIR%2CuBACI%2COACI%3BEACI%2CcAAA%3B%3BAAHZ%2CuBACI%2COACI%2CaAGI%3BEACI%2CgBAAA%3B%3BAANhB%2CuBAUI%2CKACI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAAKZ%2CqBACI%2COAAM%2CUACA%3BEACE%2CmBAAA%3B%3BAACA%2CqBAHR%2COAAM%2CUACA%2CQAEG%3BEACG%2CgBAAA%3B%3BAALhB%2CqBACI%2COAAM%2CUAOF%2CMAAK%3BEACD%2CkBAAA%3B%3BAAWZ%2CkBACI%3BEACI%2CaAAA%3B%3BAAOR%2CkBACI%2CUAAS%3BEACL%2CaAAA%3B%3BAAIR%2CoBACI%2CmBACI%2CQACI%3BEACI%2CWAAA%3B%3BAAgBhB%2CQACI%2CoBACI%3BEACI%2CqBAAA%3B%3BAAHZ%2CQAMI%2CQAAO%3BEACH%2CqBAAA%3B%3BAAPR%2CQAMI%2CQAAO%2CKAEH%3BEACI%2CaAAA%3B%3BAATZ%2CQAeI%3BEACI%2CgBAAA%3B%3BAAhBR%2CQAmBI%3BEpCkGA%2CmBAAA%3B%3BAoChGI%2CQAFJ%2CeAEK%3BEACG%2CgBAAA%3B%3BAAwBI%2CQAJZ%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQAEK%3BAAAD%2CuBAJZ%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQAEK%3BAAAD%2CiBAJZ%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQAEK%3BEpCuEb%2CcAAA%3B%3BAoC%5C%2FCI%2COADG%2CKAAM%2COACR%3BEACG%2CgBAAA%3B%3BAAJZ%2CMAOI%3BEAUI%2CqBAAA%3B%3BAAjBR%2CMAOI%2COACI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3B%3BAAbZ%2CMAmBI%2CEAAC%3BEACG%2CSAAA%3B%3BAASR%2CQAAQ%3BEpCqBJ%2CkBAAA%3B%3BAoCrBJ%2CQAAQ%2CcAEJ%3BEACI%2CsBAAA%3B%3BAc7QR%2CcAII%3BElD2RA%2CiBAAA%3BEkDzRI%2CiBAAA%3BEACA%2CqBAAA%3BElDwRJ%2CmBAAA%3B%3BAmD%5C%2FRJ%2C4BACI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAHR%2C4BAKI%2CQAAO%3BEnD0RP%2CqBAAA%3BEwC9QA%2CqBAAA%3B%3BAAMA%2C4BWlBA%2CQAAO%2CSXkBN%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CkBAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSChOY%2CODgOZ%3BEAAA%2CayCtOe%2CazCsOf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAW5VJ%2C0BACI%3BEACI%2CWAAA%3BEACA%2CsBAAA%3B%3BAAHR%2C0BAMI%2CwBACI%2COAAM%3BEACF%2CaAAA%3B%3BAARZ%2C0BAWI%3BEACI%2CgBAAA%3B%3BAAUJ%2CQAAC%3BEACG%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CQAAC%3BEACG%2CkBAAA%3B%3BAAGR%2CMAAM%3BEACF%2CqBAAA%3B%3BAACA%2C0BAA2B%2CkBAAkB%2CyBAAyB%2COAFpE%2CUAEwE%3BEACtE%2CWAAA%3B%3BAAHR%2CMAAM%2CUAKF%3BEACI%2CeAAA%3BEACA%2CmBAAA%3B%3BAACA%2CMARF%2CUAKF%2CiBAGK%3BEACG%2CSAAS%2CKAAT%3BEACA%2CeAAA%3B%3BAAVZ%2CMAAM%2CUAaF%3BEACI%2CeAAA%3B%3BAACA%2CMAfF%2CUAaF%2CqBAEK%3BEACG%2CSAAS%2CKAAI%2CiBAAiB%2CIAA9B%3B%3BAAEJ%2CMAlBF%2CUAaF%2CqBAKK%3BEACG%2CSAAS%2CGAAT%3B%3BAAnBZ%2CMAAM%2CUAsBF%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEnD4NJ%2CiBAAA%3B%3BAmDpPJ%2CMAAM%2CUA2BF%2COAAM%3BEACF%2CsBAAA%3BEACA%2CgCAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEAEA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEAMA%2CkBAAA%3B%3BAAzCR%2CMAAM%2CUA2BF%2COAAM%2COASF%3BEACI%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3B%3BAAKJ%2CMA5CF%2CUA2CF%2COACK%3BEACG%2CeAAA%3BEACA%2CgBAAA%3B%3BAA9CZ%2CMAAM%2CUAiDF%2CQAAO%3BEACH%2CYAAA%3B%3BAAEJ%2CMApDE%2CUAoDD%2CIACG%3BEnD%2BLJ%2CcAAA%3BEAAA%2CqBAAA%3BEmD7LQ%2CeAAA%3B%3BApD4CR%2CMoDnGE%2CUAoDD%2CIACG%2COpD8CH%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CMoDxGE%2CUAoDD%2CIACG%2COpDmDH%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CMoD7GE%2CUAoDD%2CIACG%2COpDwDH%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAmDhMA%2CMApDE%2CUAoDD%2CIAKG%3BEACI%2CUAAA%3B%3BAAGR%2CMA7DE%2CUA6DD%2CwBACG%2COAAM%3BEACF%2CeAAA%3B%3BAC1GR%2CsBACI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2C6BAAA%3BEACA%2CiBAAA%3B%3BAANR%2CsBACI%2CiBAMI%2COAAM%3BEACF%2CoBAAA%3B%3BAARZ%2CsBAWI%2CmBACI%2CWACI%3BEACI%2CeAAA%3B%3BAAdhB%2CsBAWI%2CmBACI%2CWAII%2CiBAAgB%2CkBACV%3BEACE%2CcAAA%3BEACA%2CqBAAA%3B%3BAACA%2CsBAThB%2CmBACI%2CWAII%2CiBAAgB%2CkBACV%2COAGG%3BEACG%2CgBAAA%3B%3BAArBxB%2CsBAWI%2CmBACI%2CWAII%2CiBAAgB%2CkBAQZ%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAGR%2CsBAnBR%2CmBACI%2CWAkBQ%2CYAAS%3BEACT%2C6BAAA%3BEACA%2CiBAAA%3B%3BAAhChB%2CsBAoCI%3BEACI%2CcAAA%3B%3BAArCR%2CsBAuCI%3BEACI%2CWAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3B%3BAA1CR%2CsBAuCI%2CkBAII%2CyBAAyB%2COAAM%2CIAAI%3BEAC%5C%2FB%2CgBAAA%3BEACA%2CmBAAA%3B%3BAA7CZ%2CsBAgDI%2CUAAS%3BEACL%2CWAAA%3B%3BAAjDR%2CsBAmDI%3BEACI%2CmBAAA%3B%3BAApDR%2CsBAsDI%3BEACI%2CYAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAC5DR%2CiBACI%3BEACI%2CaAAA%3B%3BAAFR%2CiBAII%2CsBACI%2CUAAS%3BEACL%2CqBAAA%3B%3BAAQZ%2CYACI%3BEACI%2CgBAAA%3B%3BAAFR%2CYACI%2CuBAEI%3BEACI%2CgBAAA%3B%3BAAJZ%2CYAUI%3BEACI%2CgBAAA%3B%3BAAXR%2CYAUI%2CuBAGI%3BEACI%2CkBAAA%3B%3BAxBXZ%2CaACI%2COACI%3BE7B6QR%2CWAAA%3BEAAA%2CgBAAA%3B%3BA6BpQQ%2CKAFH%2CcACD%2CWACK%3BE7BoQT%2C6BAAA%3B%3BA6BtQA%2CKAAK%2CcACD%2CWAII%3BEACI%2CeAAA%3B%3BAAKZ%3BEACI%2CcAAA%3B%3BAADJ%2CaAEI%2CiBACI%3BEAEI%2CaAAA%3B%3BAAKZ%3BE7BiPA%2CgBAAA%3BE6B%5C%2FOI%2CgBAAA%3B%3BAAGJ%2CqBACI%3BEACI%2CgBAAA%3B%3BAAIR%3BEACI%2CkBAAA%3B%3BAADJ%2CaAEI%2CiBACM%2CaACE%3BEACI%2CkBAAA%3BEACA%2CWAAA%3B%3BAANhB%2CaAUI%3BAAVJ%2CaAWI%3BE7B2NJ%2CqBAAA%3BEwC9QA%2CqBAAA%3B%3BAXwCA%2CaAUI%2CaWgNF%3BAX1NF%2CaAWI%2CeW%2BMF%3BExChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAwCHA%2CaX4CI%2CaW5CH%3BAAAD%2CaX6CI%2CeW7CH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSC3PQ%2COD2PR%3BEAAA%2CayCtOe%2CazCsOf%3BEAAA%2CsBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CaX%2BBA%2CaWhCH%2CMACI%3BAAAD%2CaXgCA%2CeWjCH%2CMACI%3BExC2PL%2CcAAA%3B%3BAwCrPI%2CaXyBA%2CaW1BH%2COACI%3BAAAD%2CaX0BA%2CeW3BH%2COACI%3BExCqPL%2CcAAA%3B%3BAwCzKA%2CaXtCI%2CeWsCH%3BExCyKD%2CSC1PS%2COD0PT%3B%3BA6BzMA%2CaAEI%3BAADJ%2CKAAK%2CcAAe%2CcAChB%3BEACI%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAQR%2CKAAK%2CcACD%3BEACI%2CaAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAACA%2CKARH%2CcACD%2CcAOK%3BEACG%2CcAAA%3BEACA%2CmBAAA%3B%3BAASZ%3BE7BwKA%2CgCAAA%3BE6BtKI%2CSAAA%3B%3BAAGQ%2CgBAFP%2CQACG%2COACK%3BE7BmKb%2CSCzQM%2CODyQN%3B%3BA6BxKA%2CgBAWI%3BE7B6JJ%2CcAAA%3BE6B3JQ%2CeAAA%3BE7B2JR%2CcAAA%3BEwChOA%2CqBAAA%3BEXgFQ%2CSAAA%3BEACA%2CgCAAA%3BEACA%2CkBAAA%3B%3BAW5ER%2CgBX6DI%2COW7DH%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCxQQ%2CODwQR%3BEAAA%2CayCtOe%2CazCsOf%3BEAAA%2CoBAAA%3BEAAA%2CsBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CgBXgDA%2COWjDH%2CMACI%3BExC6ML%2CcAAA%3B%3BA6BxKA%2CgBA6BI%3BEAEI%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAaI%2CoBAJR%2CoBAGI%2CGACK%3BAAAD%2CoBAHR%2CkCAEI%2CGACK%3BEACG%2CSAAS%2CEAAT%3B%3BAANhB%2CoBACI%2CoBAWI%3BAAZR%2CoBAEI%2CkCAUI%3BEACI%2CWAAA%3B%3BAAbZ%2CoBACI%2CoBAcI%2CcACI%3BAAhBZ%2CoBAEI%2CkCAaI%2CcACI%3BE7BgHZ%2CgBAAA%3BE6B9GgB%2CgBAAA%3B%3BAAmBhB%3BAACA%3BEACI%2CqBAAA%3B%3BAAGJ%3BEACI%2CsBAAA%3B%3BAV3MJ%2CwBAGI%2CiBAAgB%2CIAAI%3BAAFxB%2CuBAEI%2CiBAAgB%2CIAAI%3BEAChB%2CmBAAA%3B%3BAAJR%2CwBAMI%2CUACI%2CQACI%2COAAM%2CIAAI%2CSACN%3BAARhB%2CuBAKI%2CUACI%2CQACI%2COAAM%2CIAAI%2CSACN%3BEACI%2CWAAA%3B%3BAAapB%2CqBAEI%2CQAAO%3BEnBuQX%2CcAAA%3B%3BAmBlQA%2CyBAII%3BEnB8PJ%2CoBAAA%3BEmB5PQ%2CWAAA%3B%3BAAKJ%2CaAAc%2CMADb%2CaAAc%3BEAEX%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAFJ%2CaAAc%2CMADb%2CaAAc%2CUAIX%3BEACI%2CkBAAA%3B%3BAAJR%2CaAAc%2CMADb%2CaAAc%2CUAIX%2COAEI%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAAehB%2CuBACI%3BEnBgOJ%2CqBAAA%3BEAAA%2CoBAAA%3B%3BAmBvNA%3BEACI%2CmBAAA%3B%3BAAMQ%2CyBAFR%2CyBACI%2COACK%2CiBAAiB%3BEACd%2CgBAAA%3B%3BAAkBhB%2CmBACI%3BEACI%2CgBAAA%3B%3BAAIR%2C0BACI%2CcACI%3BEACI%2CmBAAA%3B%3BAAKZ%2CgCAOI%2CMACI%3BEACI%2CSAAA%3B%3BAATZ%2CgCAYI%3BEACI%2C6BAAA%3B%3BAAbR%2CgCAeI%3BEACI%2CuBAAA%3B%3BAAhBR%2CgCAeI%2CKAEI%3BEACI%2CqBAAA%3B%3BAAlBZ%2CgCAeI%2CKAKI%3BEnB2JR%2CiBAAA%3BEmBzJY%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAxBZ%2CgCAkCI%2CSACI%3BEAGI%2CSAAA%3B%3BAAEJ%2CgCANJ%2CSAMK%3BEACG%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CgCAXJ%2CSAWK%3BEnBkIT%2CiBAAA%3BEmBhIY%2CcAAA%3BEACA%2CkBAAA%3B%3BAWhJZ%3BE9B%2BQA%2CgBAAA%3BE8B7QI%2CeAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEAEI%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3B%3BAAJJ%2CmBAKI%3BE9BoQJ%2CmBAAA%3BEAAA%2CqBAAA%3BEwChOA%2CqBAAA%3B%3BAVzCA%2CmBAKI%2CUUwPF%3BExChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAwC2CA%2CmBV1CI%2CUU0CH%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSC9NW%2COD8NX%3BEAAA%2CayCtOe%2CazCsOf%3BEAAA%2CsBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAVlUQ%2CmBAXJ%2CUAWK%3BEACG%2CcAAA%3B%3BAAKZ%3BAACA%2CmBAAsB%3BEAClB%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CyBAAA%3B%3BAACA%2CmBAAC%3BEACG%2CeAAA%3B%3BAAII%2CmBAFP%2CQACG%2CKACK%3BE9BkOb%2CsBAAA%3BE8BhOgB%2CsBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAhBhB%2CmBAoBM%3BEACE%2CYAAA%3BEACA%2CWAAA%3B%3BAAIR%3BEACI%2CgBAAA%3B%3BAADJ%2CoBAEI%3BEAEI%2C0BAAA%3BE9B4MR%2CqBAAA%3BEwC9QA%2CqBAAA%3B%3BAV8DA%2CoBAEI%2CeUkMF%3BExChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAwCHA%2CoBV0DI%2CeU1DH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSC1PS%2COD0PT%3BEAAA%2CayCtOe%2CazCsOf%3BEAAA%2CsBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CoBV6CA%2CeU9CH%2CMACI%3BExC2PL%2CcAAA%3B%3BAwCrPI%2CoBVuCA%2CeUxCH%2COACI%3BExCqPL%2CcAAA%3B%3BA8B%5C%2FLA%2CqBACI%2CUACI%3BEACI%2CgBAAA%3B%3BAAKZ%3BEACI%2CmBAAA%3B%3BAADJ%2CsBAGI%3BEACI%2CSAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3B%3BAAIR%2CYACI%2CUAAS%2CaAAc%2COAAM%3BEACzB%2CUAAA%3BEACA%2CWAAA%3B%3BAAIR%2CYAAa%2CMAAK%2CMAEd%3BAADJ%2CkBACI%3BEACI%2CgBAAA%3B%3BAAHR%2CYAAa%2CMAAK%2CMAEd%2CeAEI%3BAAHR%2CkBACI%2CeAEI%3BEACI%2CWAAA%3B%3BAALZ%2CYAAa%2CMAAK%2CMAEd%2CeAKI%3BAANR%2CkBACI%2CeAKI%3BEAEI%2CSAAA%3B%3BAATZ%2CYAAa%2CMAAK%2CMAEd%2CeAKI%2CSAGM%3BAATd%2CkBACI%2CeAKI%2CSAGM%3BEACE%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAMhB%2CaAEI%3BAADJ%2CaACI%3BEACI%2CiBAAA%3B%3BAAGA%2CaADJ%2CeACK%3BAAAD%2CaADJ%2CeACK%3BEACG%2CSAAS%2CiBAAgB%2CIAAzB%3B%3BAAPZ%2CaAKI%2CeAII%3BAARR%2CaAII%2CeAII%3BEACI%2CgBAAA%3B%3BAavJhB%2CcAAc%3BEACV%2CWAAA%3B%3BAAGJ%2CMAAM%2CQACF%2CgBACM%3BEACE%2CaAAA%3B%3BAAHZ%2CMAAM%2CQAMF%2CKAAI%3BEACA%2CUAAA%3B%3BAAPR%2CMAAM%2CQASF%2CKAAI%3BEACA%2CUAAA%3BEACA%2CeAAA%3B%3BAAXR%2CMAAM%2CQASF%2CKAAI%2CIAIA%2CSAAQ%3BEACJ%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAfZ%2CMAAM%2CQASF%2CKAAI%2CIAYA%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAvBZ%2CMAAM%2CQASF%2CKAAI%2CIAYA%2CaAIM%3BEACE%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAEA%2CMAnCV%2CQASF%2CKAAI%2CIAYA%2CaAIM%2CIAUG%3BEACG%2CaAAA%3B%3BAAEJ%2CMAtCV%2CQASF%2CKAAI%2CIAYA%2CaAIM%2CIAaG%3BEACG%2CcAAA%3B%3BAAvCpB%2CMAAM%2CQA4CF%3BEACI%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CqBAAA%3B%3BAA%5C%2FCR%2CMAAM%2CQAiDF%3BEACI%2CiBAAA%3B%3BAAlDR%2CMAAM%2CQAiDF%2CWAGI%3BEACI%2CSAAA%3B%3BAArDZ%2CMAAM%2CQAiDF%2CWAMI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3B%3BAAzDZ%2CMAAM%2CQAiDF%2CWAUI%2CWACI%3BEACI%2CmBAAA%3BEACA%2CWAAA%3B%3BAA9DhB%2CMAAM%2CQAkEF%2COAAM%3BEACF%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3B%3BAAMR%2CqBAAsB%3BEAClB%2CYAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAZpFJ%2CqBAOI%3BAAPJ%2CqBAQI%2COAAM%3BE%5C%2FBuRN%2CgBAAA%3B%3BA%2BBnRI%2CqBADJ%2CQACK%3BEACG%2CQAAA%3B%3BAAEJ%2CqBAJJ%2CQAIK%3BE%5C%2FBgRL%2CqBAAA%3BEwC9QA%2CqBAAA%3BETIQ%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAARJ%2CqBAJJ%2CQAIK%2CISoQH%3BExChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAwCHA%2CqBTZA%2CQAIK%2CISQJ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgEpOU%2COhEoOV%3BEAAA%2CayCtOe%2CazCsOf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CqBTzBJ%2CQAIK%2CISoBJ%2CMACI%3BExC2PL%2CcAAA%3B%3BAwCrPI%2CqBT%5C%2FBJ%2CQAIK%2CIS0BJ%2COACI%3BExCqPL%2CcAAA%3B%3BA%2BC%5C%2FRA%2COAAC%3BEACG%2CgBAAA%3B%3BAAEJ%2COAAC%2CMACG%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BE%5C%2FCqRR%2CsBAAA%3BEAAA%2C2EAAA%3BE%2BCjRQ%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3B%3BAACA%2COAfP%2CMACG%2COAcK%2CYAAY%3BEACT%2CSAAS%2CgBAAT%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BE%5C%2FCuQZ%2CWAAA%3BE%2BCrQY%2CcAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2COA3BP%2CMACG%2COA0BK%3BEACG%2CYAAA%3B%3BAAhChB%2COAoCI%3BEACI%2CgBAAA%3BEACA%2C2BAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2C6BAAA%3BEACA%2CaAAA%3B%3BAAEJ%2COAAC%3BEACO%2CaAAA%3B%3BAAER%2COAAC%3BEACG%2CSAAA%3B%3BAADJ%2COAAC%2CQAEG%3BEACI%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3B%3BAAPR%2COAAC%2CQASG%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2COAAQ%2CQAdX%2CQAcY%3BEACL%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2C0BAAA%3B%3BAAzBR%2COAAC%2CQA2BG%2CQAAO%3BEAEH%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAGR%2COAAC%3BEACG%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2C0BAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2COAAC%3BEACG%2CyBAAA%3B%3BAAEA%2COAHH%2CMAGI%3BEACG%2CSAAS%2CIAAT%3B%3BAAGR%2COAAC%3BE%5C%2FC%2BLD%2CcAAA%3B%3BA%2BC5LA%2COAAC%3BEACG%2CaAAA%3BEACA%2CSAAA%3B%3BAACA%2COAHH%2CQAGI%3BEACG%2CmBAAA%3B%3BAAEA%2COANP%2CQAGI%2CKAGI%2COACG%3BEACI%2C0BAAA%3B%3BAAFR%2COANP%2CQAGI%2CKAGI%2COAIG%3BEACI%2CyBAAA%3B%3BAAIZ%2COAfH%2CQAeI%3BEACG%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BE%5C%2FCoKR%2CcAAA%3BEwChOA%2CqBAAA%3B%3BAAMA%2COO8BC%2CQAeI%2CMP7CJ%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCtQY%2CODsQZ%3BEAAA%2CayCtOe%2CazCsOf%3BEAAA%2CsBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAOrOQ%2COAhCP%2CQAeI%2CMAiBI%3BEACG%2CWAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3B%3BAAGA%2COAjDX%2CQAeI%2CMAiCI%2CMACI%3BEACG%2CyBAAA%3BEACA%2CWAAA%3B%3BAPvBhB%2COO0BkB%2CUAtDjB%2CQAeI%2CMPaJ%3BExCgKD%2CSCvQU%2CODuQV%3B%3BA%2BC%5C%2FHI%2COA7DH%2CQA6DI%3BEACG%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2C0BAAA%3BEACA%2CyBAAA%3B%3BAAPJ%2COA7DH%2CQA6DI%2CQASG%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAXR%2COA7DH%2CQA6DI%2CQAaG%3BEACI%2CcAAA%3B%3BAACA%2COA5EX%2CQA6DI%2CQAaG%2CEAEK%2CMACG%3BEACI%2CqBAAA%3B%3BAAjBhB%2COA7DH%2CQA6DI%2CQAqBG%3BE%5C%2FC0GR%2CcAAA%3BE%2BCxGY%2CkBAAA%3B%3BAACA%2COArFX%2CQA6DI%2CQAqBG%2COAGK%3BEACG%2CSAAS%2CGAAT%3B%3BAAEJ%2COAxFX%2CQA6DI%2CQAqBG%2COAMK%3BEACG%2CSAAS%2CGAAT%3B%3BAYzLR%2CkBAFP%2CMACG%2CQACK%3BE3D4RT%2CWAAA%3B%3BA2DrRJ%3BE3DqRI%2CgBAAA%3BEAAA%2CyBAAA%3BEAAA%2CaAAA%3BEAAA%2CWAAA%3BEAAA%2CyCAAA%3BEAAA%2C%2BBAAA%3BEAAA%2COAAA%3BEAAA%2CkBAAA%3BEAAA%2CkBAAA%3BEAAA%2CMAAA%3BEAAA%2CaAAA%3BEkKlJA%2CaAAA%3BEACA%2CUAAA%3B%3BAvGpIJ%2CUuGsEI%3BElK%2BMA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BA2DrRJ%2CUuGsEI%2CcAGI%3BElK4MJ%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CoBAAA%3BEAAA%2CqBAAA%3B%3BA2DrRJ%2CUuG4FI%2CeACI%2CQAAO%3BElKwLX%2CkBAAA%3BEAAA%2CqBAAA%3BEIzDA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEJgDA%2CgBAAA%3BEAAA%2CaAAA%3BEAAA%2CWAAA%3B%3BA2DrRJ%2CUuG4FI%2CeACI%2CQAAO%2CM1H4KT%3BExChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAwCHA%2CU0H%2BEA%2CeACI%2CQAAO%2CM1HhFV%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSC5PU%2COD4PV%3BEAAA%2CayCtOe%2CazCsOf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CU0HkEJ%2CeACI%2CQAAO%2CM1HpEV%2CMACI%3BExC2PL%2CcAAA%3B%3BAwCrPI%2CU0H4DJ%2CeACI%2CQAAO%2CM1H9DV%2COACI%3BExCqPL%2CcAAA%3B%3BAI7CA%2CU8J5IA%2CeACI%2CQAAO%2CM9J2IV%3BAACD%2CU8J7IA%2CeACI%2CQAAO%2CM9J4IV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CU8JlJA%2CeACI%2CQAAO%2CM9JiJV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CU8JvJA%2CeACI%2CQAAO%2CM9JsJV%3BAACD%2CU8JxJA%2CeACI%2CQAAO%2CM9JuJV%3BAACD%2CQAAQ%2CUAAW%2CW8JzJnB%2CeACI%2CQAAO%3BE9JyJP%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BAkK%5C%2FIA%2CUAAC%3BEACG%2CUAAA%3B%3BAvGvIR%2CUASI%3BEAEI%2CgBAAA%3B%3BAAXR%2CUASI%2CgBAGI%3BEACI%2CgBAAA%3B%3BAAEI%2CUANZ%2CgBAGI%2CWAEI%2COACK%3BEACG%2CSAAS%2CIAAT%3B%3BAAMZ%2CUADJ%2CQACK%3BEACG%2CoBAAA%3B%3BAAvBZ%2CUA0BI%3BEACI%2CqBAAA%3B%3BAA3BR%2CUA6BI%3BEACI%2CkBAAA%3B%3BAA9BR%2CUAgCI%3BEACI%2CaAAA%3B%3BAAIR%3BEACI%2CqBAAA%3B%3BAADJ%2CcAEI%3BEACI%2C6BAAA%3B%3BAAOJ%2CcAAC%2CIAAI%3BAAAL%2CaAFU%2CeAET%2CIAAI%3BAAAL%2CmBADgB%2CeACf%2CIAAI%3BEACD%2CoBAAA%3B%3BAAIR%2CuBAAwB%2CWAEpB%2CWACI%2CiBAAmB%3BAAF3B%2CmBAAoB%2CWAChB%2CWACI%2CiBAAmB%3BEACf%2CeAAA%3B%3BAAKR%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CmBAGI%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BA7CtEJ%2CSAAC%2CMAAM%3BEyB0IX%2CqBAAA%3BEACA%2CkBAAA%3BEzB7HQ%2CgBAAA%3BEACA%2CsBAAA%3B%3BAdsBR%2CScrCK%2CMAAM%2COdqCV%3BAACD%2CSctCK%2CMAAM%2COdsCV%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CSc3CK%2CMAAM%2COd2CV%3BEACG%2CWAAA%3B%3BAc5CA%2CSAAC%2CMAAM%2COyB0bX%3BEACI%2CWAAA%3BEACA%2CSAAA%3B%3BAzB5bA%2CSAAC%2CMAAM%2COyB%2BbX%3BEACI%2CYAAA%3BEACA%2CSAAA%3B%3BAzBjcA%2CSAAC%2CMAAM%2COyBwJX%3BEvCiIA%2CqBAAA%3BEwChOA%2CqBAAA%3B%3BA1BzDI%2CSAAC%2CMAAM%2COyBwJX%2CeCqHE%3BExChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAwC2CA%2CS1B%5C%2FDK%2CMAAM%2COyBwJX%2CeCzFC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CSCxQQ%2CODwQR%3BEAAA%2CayCtOe%2CazCsOf%3BEAAA%2CSAAA%3BEAAA%2CsBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CS1B5EC%2CMAAM%2COyBwJX%2CeC7EC%2CMACI%3BExC6ML%2CcAAA%3B%3BAwCvMI%2CS1BlFC%2CMAAM%2COyBwJX%2CeCvEC%2COACI%3BExCuML%2CcAAA%3B%3BAuCuHA%2CSzBhZK%2CMAAM%2COyBwJX%2CeAwPC%3BEvCvHD%2CqBAAA%3BEwChOA%2CqBAAA%3B%3BADuVA%2CSzBhZK%2CMAAM%2COyBwJX%2CeAwPC%2COCnIC%3BExChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAwC2CA%2CS1B%5C%2FDK%2CMAAM%2COyBwJX%2CeAwPC%2COCjVA%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CSCzQM%2CODyQN%3BEAAA%2CayCtOe%2CazCsOf%3BEAAA%2CSAAA%3BEAAA%2CsBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CS1B5EC%2CMAAM%2COyBwJX%2CeAwPC%2COCrUA%2CMACI%3BExC6ML%2CcAAA%3B%3BAwCvMI%2CS1BlFC%2CMAAM%2COyBwJX%2CeAwPC%2COC%5C%2FTA%2COACI%3BExCuML%2CcAAA%3B%3BAczRI%2CSAAC%2CMAAM%2COyBgOX%3BEvCyDA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CYAAA%3BEuChDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEvC8CJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BAczRI%2CSAAC%2CMAAM%2COyBgOX%2COAsBI%3BEvCmCJ%2CSAAA%3BEAAA%2CyBAAA%3B%3BAuC3BQ%2CSzB9PH%2CMAAM%2COyBgOX%2COAsBI%2CGAQK%3BEvC2BT%2CmBAAA%3BEuCzBY%2CeAAA%3B%3BAAuTZ%2CSzBvjBK%2CMAAM%2COyBgOX%2COAuVC%3BAACD%2CSzBxjBK%2CMAAM%2COyBgOX%2COAwVC%3BEACG%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CSzBjkBK%2CMAAM%2COyBgOX%2COAiWC%3BEACG%2CiBAAA%3BEvCzSJ%2CsDAAA%3BEuC2SI%2CWAAA%3B%3BAAGJ%2CSzBvkBK%2CMAAM%2COyBgOX%2COAuWC%3BEACG%2CiBAAA%3BEvC%5C%2FSJ%2CsDAAA%3BEuCiTI%2CWAAA%3B%3BAAzDJ%2CSzBjhBK%2CMAAM%2COyBgOX%2COAiTC%3BEvCxPD%2CUAAA%3BEAAA%2CUAAA%3B%3BAuC6PA%2CSzBthBK%2CMAAM%2COyBgOX%2COAsTC%3BEvC7PD%2CSAAA%3BEAAA%2CUAAA%3B%3BAuCZA%2CSzB7QK%2CMAAM%2COyB6QV%3BEACG%2CiBAAA%3B%3BAADJ%2CSzB7QK%2CMAAM%2COyB6QV%2COAGG%3BEACI%2CcAAA%3B%3BAzBjRJ%2CSAAC%2CMAAM%2COAgBH%3BEACI%2CcAAA%3B%3BAAMA%2CSAvBP%2CMAAM%2COAqBD%2CUAEG%3BEAKG%2CiBAAA%3B%3BA0BoFhB%2CS1BhHK%2CMAAM%2COAqBD%2CUAEG%2CM0ByFZ%3BExCyKD%2CSClPiB%2CODkPjB%3B%3BAc5PgB%2CSA7BX%2CMAAM%2COAqBD%2CUAEG%2CMAMI%3BEACG%2CSAAA%3B%3BAAGR%2CSAjCP%2CMAAM%2COAqBD%2CUAYG%3BAACD%2CSAlCP%2CMAAM%2COAqBD%2CUAaG%3BAACD%2CSAnCP%2CMAAM%2COAqBD%2CUAcG%3BEdsPb%2CcAAA%3B%3BAcjPY%2CSAxCP%2CMAAM%2COAuCD%2CUAAO%2COACJ%3BEACG%2C2BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAAoBR%2CKAAK%2CcAAe%2CUAjEvB%2CMAAM%3BEAkEC%2CwBAAA%3B%3BAAEI%2CKAHH%2CcAAe%2CUAjEvB%2CMAAM%2COAmEG%2CUACG%3BEACG%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3B%3BAAGA%2CKATP%2CcAAe%2CUAjEvB%2CMAAM%2COAmEG%2CUAMG%2COACI%3BEd%2BMrB%2CcAAA%3B%3BAc3MgB%2CKAbH%2CcAAe%2CUAjEvB%2CMAAM%2COAmEG%2CUAWG%3BAACD%2CKAdH%2CcAAe%2CUAjEvB%2CMAAM%2COAmEG%2CUAYG%3BEd0MjB%2CcAAA%3B%3BAcxMoB%2CKAhBP%2CcAAe%2CUAjEvB%2CMAAM%2COAmEG%2CUAWG%2CMAGI%3BAAAD%2CKAhBP%2CcAAe%2CUAjEvB%2CMAAM%2COAmEG%2CUAYG%2COAEI%3BEACG%2CaAAA%3B%3BAAOpB%2CSAAC%2COAAO%3BEdgMZ%2CgBAAA%3BEAAA%2CyBAAA%3BEAAA%2CaAAA%3BEAAA%2CWAAA%3BEAAA%2CyCAAA%3BEAAA%2C%2BBAAA%3BEAAA%2CSAAA%3BEAAA%2COAAA%3BEAAA%2CeAAA%3BEAAA%2CQAAA%3BEAAA%2CMAAA%3BEAAA%2CaAAA%3BEkKlJA%2CaAAA%3BEACA%2CUAAA%3B%3BApJ%5C%2FCI%2CSAAC%2COAAO%2CMoJfZ%3BElK%2BMA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BAchMI%2CSAAC%2COAAO%2CMoJfZ%2CcAGI%3BElK4MJ%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CoBAAA%3BEAAA%2CqBAAA%3B%3BAchMI%2CSAAC%2COAAO%2CMoJOZ%2CeACI%2CQAAO%3BElKwLX%2CkBAAA%3BEAAA%2CqBAAA%3BEIzDA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEJgDA%2CgBAAA%3BEAAA%2CaAAA%3BEAAA%2CWAAA%3B%3BAchMI%2CSAAC%2COAAO%2CMoJOZ%2CeACI%2CQAAO%2CM1H4KT%3BExChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAwCHA%2CS1BwEK%2COAAO%2CMoJOZ%2CeACI%2CQAAO%2CM1HhFV%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSC5PU%2COD4PV%3BEAAA%2CayCtOe%2CazCsOf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CS1B2DC%2COAAO%2CMoJOZ%2CeACI%2CQAAO%2CM1HpEV%2CMACI%3BExC2PL%2CcAAA%3B%3BAwCrPI%2CS1BqDC%2COAAO%2CMoJOZ%2CeACI%2CQAAO%2CM1H9DV%2COACI%3BExCqPL%2CcAAA%3B%3BAI7CA%2CSUnJK%2COAAO%2CMoJOZ%2CeACI%2CQAAO%2CM9J2IV%3BAACD%2CSUpJK%2COAAO%2CMoJOZ%2CeACI%2CQAAO%2CM9J4IV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CSUzJK%2COAAO%2CMoJOZ%2CeACI%2CQAAO%2CM9JiJV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CSU9JK%2COAAO%2CMoJOZ%2CeACI%2CQAAO%2CM9JsJV%3BAACD%2CSU%5C%2FJK%2COAAO%2CMoJOZ%2CeACI%2CQAAO%2CM9JuJV%3BAACD%2CQAAQ%2CUAAW%2CUUhKd%2COAAO%2CMoJOZ%2CeACI%2CQAAO%3BE9JyJP%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BAkK%5C%2FIA%2CSpJjDK%2COAAO%2CMoJiDX%3BEACG%2CUAAA%3B%3BApJhDI%2CSAFH%2COAAO%2CMAEH%3BEACG%2CcAAA%3B%3BAAGR%2CSAAC%3BEd0LL%2CgCAAA%3BEAAA%2CmBAAA%3BEAAA%2CYAAA%3BEkKhIA%2CSAAA%3BEACA%2COAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAEA%2CSpJjEK%2CQoJiEJ%3BElKyHD%2CYAAA%3BEkKrHQ%2CyBAAA%3B%3BApJnEA%2CSAFH%2CQAEI%3BEACG%2CcAAA%3B%3BAAQR%2CSAAC%2CSAAS%2CKAEN%2CQAAO%3BAADX%2CSAAC%2CSAAS%2CKACN%2CQAAO%3BEd6Kf%2CcAAA%3B%3BAcvKA%2CuBAMI%2CiBACM%3BEACE%2CcAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAVZ%2CuBAMI%2CiBACM%2CWAIE%2CQAAO%3BEACH%2CYAAA%3B%3BAAMhB%3BEACI%2CkBAAA%3B%3BAAKY%2C0BAJZ%2CUAEK%2COACG%2CeACK%3BEACG%2CgBAAA%3B%3BAAiBZ%2C0BAtBJ%2CUAsBK%3BEACG%2CqBAAA%3B%3BAADJ%2C0BAtBJ%2CUAsBK%2CMAEG%3BEACI%2CgBAAA%3BEACA%2CoBAAA%3B%3BAAQR%2C0BAlCJ%2CUAkCK%3BEdiHT%2CcAAA%3BEc%5C%2FGY%2CqBAAA%3BEACA%2CkBAAA%3B%3BAACA%2C0BAtCR%2CUAkCK%2COAII%3BEd6Gb%2CqBAAA%3BEwC9QA%2CqBAAA%3B%3BAAMA%2C0B1BqHI%2CUAkCK%2COAII%2CQ0B3JZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CkBAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSC%5C%2FNW%2COD%2BNX%3BEAAA%2CayCtOe%2CazCsOf%3BEAAA%2CoBAAA%3BEAAA%2C2BAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BA1B3KY%2C0BAjDR%2CUAgDK%2CQACI%3BAACD%2C0BAlDR%2CUAgDK%2CQAEI%3BEACG%2CqBAAA%3B%3BAAEJ%2C0BArDR%2CUAgDK%2CQAKI%3BEACG%2CkBAAA%3B%3BAAMR%2C0BA5DJ%2CUA4DK%2CSAAS%3BEACN%2CkBAAA%3B%3BAAKZ%2C2BAII%3BEd6EJ%2CmBAAA%3BEc3EQ%2CgBAAA%3B%3BAASR%2C8BAOI%3BEACI%2CgBAAA%3B%3BAAIR%2C0BACI%3BEdqDJ%2CmBAAA%3BEAAA%2CiBAAA%3B%3BActDA%2C0BACI%2CaAGM%3BEACE%2CgBAAA%3B%3BAALZ%2C0BAQI%3BEACI%2CWAAA%3B%3BAATR%2C0BAWI%3BEACI%2CiBAAA%3B%3BAAZR%2C0BAcI%3BEACI%2CWAAA%3B%3BAACA%2C0BAFJ%2CmBAEK%2CMACG%3BEACI%2CmBAAA%3B%3BAAlBhB%2C0BAsBI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAAxBR%2C0BA0BI%3BEACI%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAA7BR%2C0BA%2BBI%2CmBACI%3BEdsBR%2CcAAA%3B%3BAcjBQ%2C0BADJ%2CQACK%3BEACG%2CiBAAA%3B%3BAAIJ%2C0BADJ%2CYACK%3BEAEG%2CkBAAA%3B%3BAuBrRZ%2CcACI%3BEACI%2CqBAAA%3B%3BAAFR%2CcACI%2COAEI%3BEACI%2CgBAAA%3B%3BAAJZ%2CcAQI%3BEACI%2CgBAAA%3B%3BAATR%2CcAQI%2CeAEI%2COAAO%2CQAAM%2CKAAG%3BAAVxB%2CcAQI%2CeAEwB%2COAAO%2CQAAM%2CKAAG%3BAAV5C%2CcAQI%2CeAE4C%2COAAO%2CQAAM%2CKAAG%3BAAVhE%2CcAQI%2CeAEgE%2COAAO%2CQAAM%2CKAAG%3BAAVpF%2CcAQI%2CeAEoF%2COAAO%2CQAAM%2CKAAG%3BAAVxG%2CcAQI%2CeAEwG%2COAAO%2CQAAM%2CKAAG%3BEAChH%2CsBAAA%3B%3BAAXZ%2CcAQI%2CeAKI%2CQAAO%3BEACH%2CqBAAA%3B%3BAAdZ%2CcAQI%2CeAQI%2CKACI%3BEACI%2CqBAAA%3B%3BAAQJ%2CcAlBR%2CeAQI%2CKAUK%2CKACG%2CQAAO%3BEACH%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAWJ%2CcAhCZ%2CeA4BI%2CmBAGM%3BAACK%2CcAhCf%2CeA4BI%2CmBAGM%2CIACM%3BEACA%2CcAAA%3B%3BAAMhB%2CcAAC%2CIAAI%2CUACD%2CeACI%3BEACI%2CSAAA%3B%3BAAlDhB%2CcAuDM%3BEACE%2CgBAAA%3B%3BAAxDR%2CcA2DI%2CiBACM%3BEACE%2CcAAA%3B%3BAAEI%2CcAJZ%2CiBACM%2CaAEE%2CQACK%3BEACG%2CcAAA%3BEACA%2CcAAA%3B%3BAAjEpB%2CcA2DI%2CiBAUM%3BEACE%2CoBAAA%3B%3BAAtEZ%2CcA8EI%3BEACI%2CkBAAA%3B%3BAAoBgB%2CcAbpB%2COAGI%2CkBACI%2CcACI%2CUAOM%2CSACG%3BEACG%2CaAAA%3B%3BAApG5B%2CcAsFI%2COAGI%2CkBACI%2CcACI%2CUAOM%2CSAIE%3BEACI%2CqBAAA%3B%3BAAvG5B%2CcA%2BGI%3BAA%5C%2FGJ%2CcAgHI%2CeAAe%3BEAEX%2C6BAAA%3BEACA%2CsBAAA%3B%3BAAnHR%2CcA%2BGI%2CaAKI%3BAApHR%2CcAgHI%2CeAAe%2COAIX%3BEACI%2CgBAAA%3B%3BAArHZ%2CcA%2BGI%2CaAKI%2COAEI%3BAAtHZ%2CcAgHI%2CeAAe%2COAIX%2COAEI%3BErCyKZ%2CcAAA%3B%3BAqC%5C%2FRA%2CcA4HI%2CeAEI%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAIR%2CcAAC%2CaACG%2CWACI%3BEACI%2C0BAAA%3BEACA%2CkBAAA%3B%3BAAJZ%2CcAAC%2CaACG%2CWAKI%2CMAAK%3BEACD%2CgBAAA%3B%3BAAPZ%2CcAAC%2CaAUG%2CaAAe%3BErCiJvB%2CiBAAA%3B%3BAqC3JI%2CcAAC%2CaAaG%2CgBACI%2CeAAc%2CIAAI%3BEACd%2CmBAAA%3B%3BAAnJhB%2CcAwJI%2CWACI%3BEACI%2CoBAAA%3B%3BAA1JZ%2CcAwJI%2CWAIM%3BEACE%2CSAAA%3B%3BAA7JZ%2CcAiKI%2CqBACI%3BEACI%2CgBAAA%3B%3BAAnKZ%2CcAuKI%2CoBACI%3BEACI%2CSAAA%3B%3BAAzKZ%2CcAuKI%2CoBACI%2CUAEI%2CQAAO%3BEACH%2CSAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAhLhB%2CcAuKI%2CoBAaI%2CiBAAiB%2CYAAY%3BEACzB%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAvLZ%2CcA%2BLI%2CiBAAiB%2COAAM%3BErCgG3B%2CiBAAA%3BEqC9FQ%2CmBAAA%3B%3BAAjMR%2CcA%2BLI%2CiBAAiB%2COAAM%2COAGnB%3BEACI%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAKZ%2CyBAKI%3BEACI%2CcAAA%3B%3BAAIR%2C%2BBACI%3BEACI%2CcAAA%3B%3BAiBlNZ%2CMAAM%3BEACF%2CmBAAA%3B%3BAADJ%2CMAAM%2CWAEF%2CMAAK%3BEACD%2CcAAA%3BEACA%2CWAAA%3B%3BAAJR%2CMAAM%2CWAMF%3BEACI%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3B%3BAAVR%2CMAAM%2CWAYF%3BEACI%2CSAAA%3B%3BAAbR%2CMAAM%2CWAYF%2COAEI%3BEtD6QJ%2CqBAAA%3BEwC9QA%2CqBAAA%3BEcYQ%2CcAAA%3B%3BAdNR%2CMcnBE%2CWAYF%2COAEI%2CSdKH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CWAAA%3BEAAA%2CSC9OY%2COD8OZ%3BEAAA%2CayCtOe%2CazCsOf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAc9UQ%2CMAtBN%2CWAYF%2COAEI%2CSAQK%3BEACG%2CkBAAA%3B%3BAAvBhB%2CMAAM%2CWA4BF%3BEACI%2CkBAAA%3B%3BAA7BR%2CMAAM%2CWA%2BBF%3BEACI%2CaAAA%3B%3BAAhCR%2CMAAM%2CWAqCF%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAAxCR%2CMAAM%2CWA0CF%2CQAAO%3BEACH%2CyBAAA%3BEACA%2C4BAAA%3BEACA%2CiBAAA%3B%3BARjDR%2CKAAK%2COAAQ%3BE9C%2BRT%2CcAAA%3B%3BA8C7RA%2CKAFC%2COAAQ%2CSAER%3BEACG%2CSAAQ%2CGAAR%3B%3BAAEJ%2CKALC%2COAAQ%2CSAKR%3BEACG%2CSAAQ%2CGAAR%3B%3BAAGR%3BEiH%2BEI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAjHhFJ%2CeiHmFI%3BE%5C%2FJmMA%2CWAAA%3BE%2BJjMI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAAEA%2CeANJ%2CeAMK%3BEACG%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEA6FR%2CmCAAA%3BE%5C%2FJ2FA%2CcAAA%3BEAAA%2CayCtOe%2CazCsOf%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3BE%2BJxEA%2CS9JnKQ%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CO8JmKR%3BEAXA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAjHtMJ%2CeiHmFI%2CeAsBM%3BEACE%2CcAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CeA1BR%2CeAsBM%2COAIG%3BEACG%2CkBAAA%3BEACA%2CUAAA%3BEA4EZ%2CmCAAA%3BE%5C%2FJ2FA%2CcAAA%3BEAAA%2CayCtOe%2CazCsOf%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3BE%2BJxEA%2CS9JnKQ%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CO8JmKR%3BEAXA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAjHtMJ%2CeiHmFI%2CeAsBM%2COAiBE%3BE%5C%2FJhHR%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA8CjBJ%2CeAGI%3BEACI%2CcAAA%3BEACA%2CWAAA%3B%3BAAIR%2CwBAEI%2CgBiHuHA%3BAjHxHJ%2CcACI%2CgBiHuHA%3BE%5C%2FJxHA%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA8CDJ%3BEiHjBI%2CgBAAA%3B%3BAAEA%2CoBAAC%3BE%5C%2FJqRD%2CcAAA%3BEAAA%2CayCtOe%2CazCsOf%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3BE%2BJ1GA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CmCAAA%3BEA8BA%2CS9JnKQ%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CO8JmKR%3BEAlMI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAjHER%2CoBiHCI%2CMAAK%3BE%5C%2FJPL%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA%2BJMY%2CoBANZ%2CMAAK%2CcAGA%2CMAEK%2CQACG%3BAAAD%2CoBANZ%2CMAAK%2CcAIA%2CQACK%2CQACG%3BEACG%2CUAAA%3B%3BAjHRpB%2CoBiHcI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAjHjBR%2CoBiHcI%2CMAKI%3BE%5C%2FJzBJ%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA%2BJsBI%2CoBATJ%2CMASK%3BE%5C%2FJ%2BOL%2CcAAA%3BEAAA%2CayCtOe%2CazCsOf%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3BE%2BJ1GA%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%3BAjHxCpB%2CoBiHiIQ%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CS9JnKQ%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CO8JmKR%3B%3BAjH9LJ%2CoBiHiIQ%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CS9JnKQ%2CQAAA%2CQAAA%2CQAAA%2CO8JmKR%3B%3BAjH9LJ%2CoBiHiIQ%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CS9JnKQ%2CQAAA%2CQAAA%2CO8JmKR%3B%3BAjH9LJ%2CoBiHiIQ%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CS9JnKQ%2CQAAA%2CO8JmKR%3B%3BAjH9LJ%2CoBiHiIQ%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CS9JnKQ%2CO8JmKR%3B%3BAjH5LA%2CoBAAC%3BEiH4LD%2CS9JlKc%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CO8JkKd%3B%3BAjHjLA%2COAAC%3BEACG%2CUAAA%3BEACA%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAACA%2COALH%2CQAKI%3BEACG%2CaAAA%3B%3BAANR%2COAAC%2CQAQG%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CgCAAA%3BEACA%2CeAAA%3B%3BAAZR%2COAAC%2CQAcG%3BEACI%2CaAAA%3B%3BAAGR%2COAAC%2CIACG%3BEACI%2CaAAA%3B%3BAAGR%2COAAC%2CKACG%2CQAAO%2COAAO%3BE9CiOlB%2CeAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3BE8C%5C%2FNQ%2CSAAA%3B%3BAAHR%2COAAC%2CKAKG%2CiBAAiB%3BEACb%2CUAAA%3B%3BAAIR%2CSAAU%2CQAAC%2COAAO%3BEACd%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEAQA%2CmBAAA%3B%3BAAXJ%2CSAAU%2CQAAC%2COAAO%2COAId%3BEACI%2CSAAA%3B%3BAALR%2CSAAU%2CQAAC%2COAAO%2COAOd%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAIR%2CSAAU%2CQAAC%2CcACL%3BEACE%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAGR%2COAAC%2CaAAc%2CMAAK%3BAACpB%2COAAC%2CaAAa%3BEACV%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3B%3BAAEJ%2COAAC%2CaACG%3BEACI%2CgBAAA%3B%3BAAFR%2COAAC%2CaAIG%3BEACI%2CkBAAA%3BEACA%2CqBAAA%3B%3BAAGR%2COAAC%3BEAIG%2CqBAAA%3B%3BAAJJ%2COAAC%2CKACG%2CaAAa%3BE9CmLjB%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CoBAAA%3BEAAA%2CqBAAA%3B%3BA8C9KA%2COAAC%3BEACG%2CeAAA%3BEACA%2CgCAAA%3BEACA%2CSAAA%3B%3BA9C7DJ%2CO8C0DC%2CK9C1DA%3BEACG%2CWAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BA8C4DA%2COALH%2CKAKI%3BEACG%2CeAAA%3B%3BAAGR%2COAAC%3BEACG%2CcAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2COAAC%3BEACG%2CeAAA%3B%3BAADJ%2COAAC%2COAEG%3BEACI%2CgBAAA%3B%3BAAGR%2COAAC%3BEACG%2CeAAA%3B%3BAAKJ%2COAAC%3BE9CmJD%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CeAAA%3BEAAA%2CkBAAA%3BEAAA%2CsBAAA%3BE8CjJI%2CgBAAA%3B%3BAAEJ%2COAAC%3BEACG%2CmBAAA%3B%3BAAGR%2CUACI%2CQACI%3BEACI%2CgBAAA%3B%3BAAsDZ%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%2CmBAAA%3B%3BAACA%2CSAAS%2CQAAQ%2CKAAM%3BEACnB%2CcAAA%3B%3BAAHR%2CwBAKI%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAPR%2CwBASI%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3B%3BAAdR%2CwBASI%2CiBAMI%3BEACI%2CcAAA%3BEACA%2CsBAAA%3B%3BAAjBZ%2CwBASI%2CiBAUI%2CEAAC%2CIAAI%3BEACD%2C4BAAA%3B%3BAAKR%2CwBAAC%2CUACG%2CiBACI%2CEAAC%3BEACG%2CeAAA%3B%3BAAMhB%2CkBAEI%3BAADJ%2CgBACI%3BEACI%2CmBAAA%3B%3BAAHR%2CkBAKI%3BAAJJ%2CgBAII%3BEACI%2CkBAAA%3B%3BAA2BR%2CwBACI%2COACI%3BE9CDJ%2CmBAAA%3B%3BA8CGQ%2CwBAHR%2COACI%2CMAEK%3BEACG%2CgBAAA%3B%3BAALhB%2CwBASI%3BEACI%2CqBAAA%3B%3BAACA%2CwBAFJ%2CcAEK%2CIAAI%3BE9CVT%2CqBAAA%3B%3BA8CDJ%2CwBAeI%2CgBACI%3BE9CfJ%2CgBAAA%3BEAAA%2CoBAAA%3B%3BA8CsBJ%2CcAEI%3BAADJ%2CwBACI%3BE9CxBA%2CgBAAA%3B%3BA8C6BJ%2CcACI%3BEACI%2CqBAAA%3BEACA%2CwBAAA%3B%3BAAoCR%2CgBAQI%3BEACI%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAZR%2CgBAgBI%3BEACI%2CSAAA%3B%3BAAjBR%2CgBAgBI%2CgBAKI%3BE9CzFJ%2CmBAAA%3B%3BA8CoEJ%2CgBAgBI%2CgBAKI%2CwBAEI%3BE9C3FR%2CqBAAA%3B%3BA8C6FY%2CgBATZ%2CgBAKI%2CwBAEI%2CMAEK%3BEACG%2CgBAAA%3B%3BAA1BpB%2CgBAgBI%2CgBAeI%3BE9CnGJ%2CgBAAA%3BEAAA%2CeAAA%3BEAAA%2CkBAAA%3BEAAA%2CsBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BA8CoEJ%2CgBAgBI%2CgBAoBI%3BEACI%2CSAAA%3BE9CzGR%2CmBAAA%3B%3BA8CoEJ%2CgBAgBI%2CgBAwBI%3BE9C5GJ%2CcAAA%3B%3BAmK%5C%2FRJ%2CkBACI%3BEnK8RA%2CiBAAA%3BEmK5RI%2CsBAAA%3B%3BAAKA%2CkBAHJ%2CcAGK%2CIAAI%3BAAAL%2CkBAFJ%2CcAEK%2CIAAI%3BAAAL%2CkBADJ%2CiBACK%2CIAAI%3BEACD%2CsBAAA%3B%3BAATZ%2CkBAKI%2CcAMI%3BAAXR%2CkBAMI%2CcAKI%3BAAXR%2CkBAOI%2CiBAII%3BEACI%2CqBAAA%3BEACA%2CqBAAA%3B%3BAnIbZ%2CoBAAoB%2CIAChB%3BEACI%2CaAAA%3B%3BAAFR%2CoBAAoB%2CIAChB%2CaAEM%3BEACE%2CaAAA%3B%3BAAQJ%2CmBADJ%2CYACK%3BEACG%2CaAAA%3B%3BAAJZ%2CmBAOI%2COAAM%3BEACF%2CgBAAA%3B%3BAAWR%2CuBACI%2CkBACI%3BAAFR%2CuBACI%2CkBAEI%3BEACI%2CSAAA%3B%3BAAJZ%2CuBACI%2CkBAKI%3BEACI%2CgBAAA%3B%3BAAPZ%2CuBACI%2CkBAQI%3BEACI%2CmBAAA%3B%3BAACA%2CuBAVR%2CkBAQI%2CGAEK%3BEACG%2CgBAAA%3B%3BAAZhB%2CuBAgBI%3BEACI%2CmBAAA%3B%3BAjB7CR%2CYACI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAHR%2CYACI%2CMAGI%3BEf2RJ%2CmBAAA%3BEezRQ%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAATZ%2CYACI%2CMAUI%3BEfoRJ%2CmBAAA%3BEAAA%2CcAAA%3BEejRQ%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAACA%2CYAjBR%2CMAUI%2CEAOK%3BEf6QT%2CmBAAA%3BEAAA%2CqBAAA%3B%3BAerQJ%3BEACI%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAEA%2CoBAAC%2CQACG%3BEACI%2CaAAA%3B%3BAAPZ%2CoBAUI%3BEACI%2C6BAAA%3BEACA%2CmBAAA%3B%3BAAZR%2CoBAUI%2CaAGM%3BEfwPN%2CiBAAA%3BEetPQ%2CgBAAA%3B%3BAAfZ%2CoBAUI%2CaAOI%3BEACI%2CqBAAA%3B%3BAAlBZ%2CoBAqBI%3BEACI%2CSAAA%3B%3BAAtBR%2CoBAqBI%2CeAEM%2CmBACK%2CaAAW%2CQAAO%3BEACjB%2CqBAAA%3B%3BAAzBhB%2CoBA6BI%2CmBACM%2CQAAQ%2CKAAK%3BEACX%2C6BAAA%3B%3BAAGA%2CoBALR%2CmBAII%2CMACQ%3BEACA%2C0BAAA%3B%3BAAEJ%2CQAAS%2CqBARjB%2CmBAII%2CMAKQ%2CGAAE%2CUAAU%2CMAAO%3BEACf%2CgBAAA%3B%3BAAvCpB%2CoBA6BI%2CmBAII%2CMASI%3BEACI%2CiBAAA%3BEACA%2CoBAAA%3B%3BAAGA%2CoBAlBZ%2CmBAII%2CMAaI%2CKACK%3BEACG%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CoBAvBZ%2CmBAII%2CMAaI%2CKAMK%3BEACG%2CiBAAA%3B%3BAArDpB%2CoBA6BI%2CmBAII%2CMAuBM%2CeACE%3BEACI%2CmBAAA%3B%3BAA1DpB%2CoBA6BI%2CmBAII%2CMAuBM%2CeAII%2CKAAG%3BEACD%2CgBAAA%3B%3BAA7DpB%2CoBA6BI%2CmBAII%2CMA%2BBI%2CwBAAwB%3BEACpB%2CcAAA%3BEACA%2CoBAAA%3B%3BAAlEhB%2CoBA6BI%2CmBAwCI%3BEACI%2CgBAAA%3B%3BAAtEZ%2CoBAyEI%3BEACI%2CSAAA%3B%3BAA1ER%2CoBAyEI%2CcAEI%3BEACI%2CSAAA%3B%3BAA5EZ%2CoBAyEI%2CcAKI%3BEACI%2CgBAAA%3B%3BAACA%2CoBAPR%2CcAKI%2CGAEK%3BEACG%2CgBAAA%3B%3BAAGR%2CoBAXJ%2CcAWK%2CMACG%3BEACI%2CqBAAA%3B%3BAACA%2CoBAdZ%2CcAWK%2CMACG%2CGAEK%3BEACG%2CSAAS%2CIAAT%3B%3BAAJZ%2CoBAXJ%2CcAWK%2CMAOG%3BEACI%2CSAAA%3B%3BAA5FhB%2CoBAiGI%2CMACI%2CKAAI%3BEACA%2CkBAAA%3B%3BAAQJ%2CoBALJ%2CKAKK%3BEACG%2CiBAAA%3B%3BAAaJ%2CoBADJ%2CQACK%3BEf4IL%2CqBAAA%3BEwChOA%2CqBAAA%3BExCgOA%2CcAAA%3B%3BAe5II%2CoBADJ%2CQACK%2CKyBgIH%3BExChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAwC2CA%2CoBzB6EA%2CQACK%2CKyB9EJ%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCxQQ%2CODwQR%3BEAAA%2CayCtOe%2CazCsOf%3BEAAA%2CsBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAzOA%2CoBzBmBA%2CQACK%2CKAUI%2CSyB9BR%3BExCgKD%2CSCzQM%2CODyQN%3B%3BAerQJ%2CoBA2II%2CWAEI%3BEACI%2CmBAAA%3B%3BAAGA%2CoBANR%2CWAKI%2COACK%3BEACG%2CSAAS%2CIAAT%3B%3BAAlJhB%2CoBAuJI%2CQAAO%3BEACH%2CaAAA%3B%3BAAKJ%2CoBAAC%3BEACG%2CgBAAA%3B%3BAADJ%2CoBAAC%2CSAEG%3BEACI%2CgBAAA%3B%3BAAHR%2CoBAAC%2CSAKG%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAIR%2CoBAAC%2CKACG%2CeAAe%3BEACX%2CmBAAA%3B%3BAAFR%2CoBAAC%2CKAIG%3BEACI%2CgBAAA%3B%3BAALR%2CoBAAC%2CKAOG%2CaACI%2CgBACI%3BEACI%2CgBAAA%3B%3BAAVhB%2CoBAAC%2CKAOG%2CaACI%2CgBAII%3BEACI%2CSAAA%3B%3BAAbhB%2CoBAAC%2CKAOG%2CaACI%2CgBAII%2CSAEM%3BEACE%2CgBAAA%3B%3BAACA%2CoBAhBnB%2CKAOG%2CaACI%2CgBAII%2CSAEM%2CSAEG%3BEACG%2CSAAS%2CIAAT%3B%3BAASpB%2COAAO%2CKAAM%2CqBAAqB%2CqBADrC%3BEAEO%2CgBAAA%3B%3BAAFR%2CoBAAC%2CaAIK%3BEACE%2CaAAA%3B%3BAAKZ%3BEAII%2CSAAA%3BEACA%2CeAAA%3B%3BAAJA%2CYAAe%3BEACX%2C6BAAA%3B%3BAAFR%2CeAMI%3BEACI%2CqBAAA%3B%3BAAPR%2CeASI%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAIR%3BEACI%2CmBAAA%3B%3BAADJ%2CsBAEI%3BEACI%2CkBAAA%3B%3BAACA%2CsBAFJ%2CQAEK%3BEAEG%2CaAAA%3BEACA%2CSAAA%3B%3BAAmBJ%2CmBADJ%2COACK%3BAACD%2CmBAFJ%2COAEK%3BEACG%2CgBAAA%3B%3BAAKZ%2CcAKI%3BEACI%2CcAAA%3B%3BAANR%2CcASI%3BEACI%2CqBAAA%3B%3BAAVR%2CcAYI%2CcAII%2COAAM%3BEACF%2CqBAAA%3B%3BAkBtSZ%2CKAAK%2CKAAK%3BEACN%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3BEACA%2CyCAAA%3B%3BAO%2BGA%2CqBPzGA%2CQAAO%2COAAO%2COOyGb%3BAAAD%2CmBPzGA%2CQAAO%2COAAO%2COOyGb%3BExCyKD%2CSC9OY%2COD8OZ%3B%3BAoKhRJ%2CsBAII%3BEACI%2C6BAAA%3B%3BAAEA%2CsBAHJ%2CMAGK%3BEACG%2C0BAAA%3B%3BAARZ%2CsBAII%2CMAMI%3BAAVR%2CsBAII%2CMAOM%3BEpKqQN%2CWAAA%3BEoKnQQ%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CsBAbR%2CMAMI%2CEAOK%3BAAAD%2CsBAbR%2CMAOM%2CSAMG%3BEACG%2CanKZG%2CamKYH%3BEACA%2CSnKPC%2COmKOD%3BEACA%2CkBAAA%3BEACA%2COAAA%3B%3BAArBhB%2CsBAII%2CMAoBI%3BEACI%2CqBAAA%3B%3BAACA%2CsBAtBR%2CMAoBI%2CEAEK%3BAAAQ%2CsBAtBjB%2CMAoBI%2CEAEc%3BAAAS%2CsBAtB3B%2CMAoBI%2CEAEwB%3BEpKsP5B%2CcAAA%3BEoKpPY%2C6BAAA%3B%3BAAGR%2CsBA3BJ%2CMA2BK%2CQACG%3BAADJ%2CsBA3BJ%2CMA2BK%2CQAEG%3BEpK%2BOR%2CcAAA%3BEAAA%2CgBAAA%3B%3BAqKxSF%2CQAAC%3BEACC%2CwBAAA%3B%3BAADF%2CQAAC%2CeAEC%3BAAFF%2CQAAC%2CeAoHH%2CCAlHO%3BAAFL%2CQAAC%2CeAoHH%2CCAlHU%3BAAFR%2CQAAC%2CeAoHH%2CCAlHa%3BAAFX%2CQAAC%2CeAoHH%2CCAlHgB%3BAAFd%2CQAAC%2CeAoHH%2CCAlHmB%3BEACb%2CUAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CQAAC%2CsBACC%3BEACE%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3B%3BAACA%2CQAPH%2CsBACC%2CaAMG%3BAAAQ%2CQAPZ%2CsBACC%2CaAMY%3BEACR%2CSAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3B%3BAAEF%2CQAdH%2CsBACC%2CaAaG%3BEACC%2CSAAS%2CEAAT%3B%3BAAIF%2CQAnBH%2CsBAkBC%2CGACG%3BEACC%2CkBAAA%3B%3BAAEF%2CQAtBH%2CsBAkBC%2CGAIG%3BEACC%2CiBAAA%3B%3BAAIF%2CQA3BH%2CsBA0BC%2CGACG%3BAAAD%2CQA3BH%2CsBA6GH%2CCAnFO%2CEACA%3BEACC%2CkBAAA%3B%3BAAEF%2CQA9BH%2CsBA0BC%2CGAIG%3BAAAD%2CQA9BH%2CsBA6GH%2CCAnFO%2CEAIA%3BEACC%2CiBAAA%3B%3BAAIF%2CQAnCH%2CsBAkCC%2CGACG%3BAAAD%2CQAnCH%2CsBA6GH%2CCA3EO%2CEACA%3BAAAD%2CQAnCH%2CsBA6GH%2CCA3EU%2CEACH%3BEACC%2CiBAAA%3B%3BAAEF%2CQAtCH%2CsBAkCC%2CGAIG%3BAAAD%2CQAtCH%2CsBA6GH%2CCA3EO%2CEAIA%3BAAAD%2CQAtCH%2CsBA6GH%2CCA3EU%2CEAIH%3BEACC%2CgBAAA%3B%3BAAMF%2CQAFH%2C8BACC%2CaACG%3BEACC%2CSAAS%2CEAAT%3B%3BAAEF%2CQALH%2C8BACC%2CaAIG%3BEACC%2CaAAA%3B%3BAAIN%2CQAAC%2C6BAA8B%2CaAAY%3BEACzC%2CSAAS%2CEAAT%3B%3BAAEF%2CQAAC%2CkBAAmB%3BEAClB%2CwBAAA%3B%3BAACA%2CQAFD%2CkBAAmB%2CaAEjB%3BAAAQ%2CQAFV%2CkBAAmB%2CaAER%3BEACR%2CqBAAA%3B%3BAAGJ%2CQAAC%2CkBAAmB%3BEAClB%2CwBAAA%3B%3BAACA%2CQAFD%2CkBAAmB%2CaAEjB%3BAAAQ%2CQAFV%2CkBAAmB%2CaAER%3BEACR%2CqBAAA%3B%3BAAGJ%2CQAAC%2CkBAAmB%3BEAClB%2CwBAAA%3B%3BAACA%2CQAFD%2CkBAAmB%2CaAEjB%3BAAAQ%2CQAFV%2CkBAAmB%2CaAER%3BEACR%2CqBAAA%3B%3BAAGJ%2CQAAC%2CkBAAmB%3BEAClB%2CwBAAA%3B%3BAACA%2CQAFD%2CkBAAmB%2CaAEjB%3BAAAQ%2CQAFV%2CkBAAmB%2CaAER%3BEACR%2CqBAAA%3B%3BAAGJ%2CQAAC%2CsBACC%3BEACE%2CwBAAA%3BEACA%2CoBAAA%3B%3BAAHJ%2CQAAC%2CsBAKC%3BAALF%2CQAAC%2CsBAKK%3BEACF%2CwBAAA%3BEACA%2CoBAAA%3B%3BAAPJ%2CQAAC%2CsBASC%3BAATF%2CQAAC%2CsBASK%3BAATN%2CQAAC%2CsBASS%3BEACN%2CwBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CQAAC%2C6BACC%3BEACE%2CyBAAA%3BEACA%2CoBAAA%3B%3BAAHJ%2CQAAC%2C6BAKC%3BAALF%2CQAAC%2C6BAKK%3BAALN%2CQAAC%2C6BAKS%3BEACN%2CmBAAA%3B%3BAAGJ%2CQAAC%2CeAAgB%3BEACf%2CyBAAA%3BEACA%2C4BAAA%3B%3BACjHJ%3BEACI%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3B%3BAAPJ%2CWAQI%3BEACI%2CoBAAA%3B%3BAAEJ%2CWAAC%3BEACG%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CWAAC%3BEACG%2CkBAAA%3B%3B%3BAAKR%2CgBAAiB%3BAACjB%2CgBAAiB%3BEACb%2CiCAAA%3B%3BAAEJ%2CmBAAoB%3BEAChB%2CaAAA%3B%3BAAEJ%2CaAAc%2CoBAAoB%2CmBAAkB%2CIAAI%3BEACpD%2CeAAA%3B%3BAAEJ%2CmBAAoB%2CGAAE%3BEAClB%2CeAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CmBAAsB%2CIAAC%3BEACnB%2CgBAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3B%3BAAEJ%2CmBAAqB%3BEACjB%2CgBAAA%3B%3BAAEJ%3BEACI%2CcAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CCAAC%3BEACG%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CgBAAgB%3BEACZ%2CoBAAA%3BEAAsB%2CaAAA%3BEACtB%2CsBAAA%3BEAAwB%2CmBAAA%3B%3BAAE5B%2CgBAAgB%2CUACZ%3BEACI%2CWAAA%3BEAAa%2COAAA%3BEACb%2CcAAA%3B%3BAAGR%2CaAAc%2CqBAAqB%3BAACnC%2CaAAc%2CqBAAqB%3BEAC%5C%2FB%2CkBAAA%3B%3BAAEJ%2CSAAU%3BAACV%2CSAAU%3BAACV%2CSAAU%3BAACV%2CSAAU%3BEACN%2CcAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CSAAU%3BEAIN%2CmBAAA%3B%3BAAJJ%2CSAAU%2CoBACN%2CEAAC%3BEACG%2CgBAAA%3B%3BAAIR%2CSAAU%3BEACN%2CgBAAA%3B%3BAAEJ%2CSAAU%2CoBAAoB%3BEAC1B%2CaAAA%3B%3BAAEJ%2CgBAAgB%3BAAChB%2CgBAAgB%3BEACZ%2CoBAAA%3BEACA%2CaAAA%3B%3BAAEJ%2CUAAW%2CkBAAkB%3BAAC7B%2CUAAW%2CkBAAkB%3BEACzB%2CkBAAA%3B%3BAAEJ%2CUAAW%3BAACX%2CWAAY%3BEACR%2CWAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CgBAAgB%3BEACZ%2CkBAAA%3B%3BAAEJ%2CgBAAiB%3BEACb%2CgBAAA%3B%3BAAGJ%2CWAAY%2CmBAAmB%3BAAC%5C%2FB%2CWAAY%2CmBAAmB%3BEAC3B%2CiBAAA%3B%3BAAEJ%2CWAAY%3BAACZ%2CWAAY%2CkBAAkB%3BAAC9B%2CWAAY%2CoBAAoB%3BAAChC%2CWAAY%3BEACR%2CiBAAA%3B%3BAAEJ%2CmBAAoB%3BEAChB%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAEJ%2C0BAA2B%3BEACvB%2CgBAAA%3B%3BAAEJ%2CmBAAoB%2C2BAA2B%3BAAC%5C%2FC%2CmBAAoB%2C2BAA2B%3BEAC3C%2CiBAAA%3B%3BAAEJ%2CmBAAoB%3BEAChB%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CmBAAoB%2CoBAAoB%2CGAAE%3BAAC1C%2CmBAAoB%3BAACpB%2CmBAAoB%2CyBAAyB%3BEACzC%2CiBAAA%3B%3BAAGJ%2CIACI%2CUACI%3BEACI%2CmBAAA%3B%3BAAHZ%2CIACI%2CUAII%2CoBAAoB%2CGAAE%3BEAClB%2CaAAA%3B%3BAANZ%2CIACI%2CUAOI%2CoBAAoB%2CGAAE%3BEAClB%2CaAAA%3B%3BAATZ%2CIAYI%2CoBAAoB%2CGAAE%3BEAClB%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3B%3BAAfR%2CIAiBI%2CGAAE%2CkBACE%3BEACI%2CcAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAArBZ%2CIAwBI%3BEACI%2CgBAAA%3B%3BAAIR%2CeAEI%3BAADJ%2CoBACI%3BEACI%2CmBAAA%3B%3BAAHR%2CeAKI%2CoBAAsB%3BAAJ1B%2CoBAII%2CoBAAsB%3BEAClB%2CeAAA%3B%3BAAGR%3BEACI%2CmBAAA%3B%3B%3B%3B%3BAAKJ%2CgBAAgB%2CSAAS%2CUAErB%3BAADJ%2CgBAAgB%2CYAAY%2CUACxB%3BAAFJ%2CgBAAgB%2CSAAS%2CUAGrB%3BAAFJ%2CgBAAgB%2CYAAY%2CUAExB%3BAAHJ%2CgBAAgB%2CSAAS%2CUAIrB%3BAAHJ%2CgBAAgB%2CYAAY%2CUAGxB%3BAAJJ%2CgBAAgB%2CSAAS%2CUAKrB%3BAAJJ%2CgBAAgB%2CYAAY%2CUAIxB%3BEACI%2C2BAAA%3B%3BAAGR%2CgBAAgB%2CSAAS%2CWAErB%3BAADJ%2CgBAAgB%2CYAAY%2CWACxB%3BAAFJ%2CgBAAgB%2CSAAS%2CWAGrB%3BAAFJ%2CgBAAgB%2CYAAY%2CWAExB%3BAAHJ%2CgBAAgB%2CSAAS%2CWAIrB%3BAAHJ%2CgBAAgB%2CYAAY%2CWAGxB%3BAAJJ%2CgBAAgB%2CSAAS%2CWAKrB%3BAAJJ%2CgBAAgB%2CYAAY%2CWAIxB%3BEACI%2C4BAAA%3B%3B%3BAAKJ%2CgBAAC%2CQAAQ%2CMAAO%3BAAAa%2CgBAAC%2CQAAQ%2CMAAO%3BEACzC%2CWAAW%2CiBAAX%3B%3BAAEJ%2CgBAAC%2CQAAQ%2CMAAO%3BAAAa%2CgBAAC%2CQAAQ%2CMAAO%3BEACzC%2CWAAW%2CgBAAX%3B%3BAAGJ%2CgBAAC%2CcACG%2CoBAAoB%2CGAAE%3BEAClB%2CgBAAA%3B%3BAAFR%2CgBAAC%2CcAKG%3BEACI%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CuBAAA%3BEACA%2CiBAAA%3B%3BAACA%2CgBAfP%2CcAKG%2CYAUK%3BEACG%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAzBZ%2CgBAAC%2CcAKG%2CYAuBI%3BEACI%2CiBAAA%3B%3BAC1PhB%3BEACI%2CsBAAA%3B%3BAADJ%2CYAEI%3BEACI%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CoCAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAmB%2CoBAAnB%3BEACA%2CWAAW%2CoBAAX%3B%3BAAEA%2CYAhBJ%2CEAgBK%3BEACG%2CaAAa%2CuBAAb%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEAAS%2CQAAA%3BEAAU%2CMAAA%3BEAAQ%2CSAAA%3BEAC3B%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CYA3BJ%2CEA2BK%3BAAAQ%2CYA3Bb%2CEA2Bc%3BEACN%2CYAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CYAAa%2CaA%5C%2FBjB%2CEA%2BBkB%3BEACV%2CWAAA%3B%3BAAGR%2CYAAC%2CWACG%3BEACI%2C2BAAA%3B%3BAAvCZ%2CYA0CI%3BEACI%2CgBAAA%3B%3BAACA%2CYAFJ%2CeAEK%3BEAAS%2CSAAS%2COAAT%3B%3BAA5ClB%2CYA8CI%3BEACI%2CgBAAA%3B%3BAACA%2CYAFJ%2CiBAEK%3BEAAS%2CSAAS%2COAAT%3B%3BAAhDlB%2CYAkDI%3BEACI%2CmBAAA%3B%3BAACA%2CYAFJ%2CgBAEK%3BEAAS%2CSAAS%2COAAT%3B%3BAApDlB%2CYAsDI%3BEACI%2CmBAAA%3B%3BAACA%2CYAFJ%2CgBAEK%3BEAAS%2CSAAS%2COAAT%3B%3BAAxDlB%2CYA0DI%3BEACI%2CmBAAA%3B%3BAACA%2CYAFJ%2CWAEK%3BEAAS%2CSAAS%2COAAT%3B%3BAA5DlB%2CYA8DI%3BEACI%2CmBAAA%3B%3BAACA%2CYAFJ%2CkBAEK%3BEAAS%2CSAAS%2COAAT%3B%3BAAhElB%2CYAkEI%3BEACI%2CmBAAA%3B%3BAACA%2CYAFJ%2CiBAEK%3BEAAS%2CSAAS%2COAAT%3B%3BAApElB%2CYAsEI%3BEACI%2CmBAAA%3B%3BAACA%2CYAFJ%2CeAEK%3BEAAS%2CSAAS%2COAAT%3B%3BAAxElB%2CYA0EI%3BEACI%2CmBAAA%3B%3BAACA%2CYAFJ%2CiBAEK%3BEAAS%2CSAAS%2COAAT%3B%3BAA5ElB%2CYA8EI%3BEACI%2CmBAAA%3B%3BAACA%2CYAFJ%2CaAEK%3BEAAS%2CSAAS%2COAAT%3B%3BAAhFlB%2CYAkFI%3BEACI%2CmBAAA%3B%3BAACA%2CYAFJ%2CaAEK%3BEAAS%2CwBAAA%3BEAAyB%2CSAAS%2COAAT%3BEAAiB%2CgBAAA%3B%3BAApF5D%2CYAsFI%3BEACI%2CmBAAA%3B%3BAACA%2CYAFJ%2CUAEK%3BEAAU%2CSAAS%2COAAT%3B%3BAAxFnB%2CYA0FI%3BEACI%2CmBAAA%3B%3BAACA%2CYAFJ%2CYAEK%3BEAAU%2CSAAS%2COAAT%3B%3BAA5FnB%2CYA8FI%3BEACI%2CmBAAA%3B%3BAACA%2CYAFJ%2CcAEK%3BEAAU%2CSAAS%2COAAT%3B%3BAAhGnB%2CYAkGI%3BEACI%2CmBAAA%3B%3BAACA%2CYAFJ%2CcAEK%3BEAAU%2CSAAS%2COAAT%3B%3BAApGnB%2CYAsGI%3BEACI%2CmBAAA%3B%3BAACA%2CYAFJ%2CaAEK%3BEAAU%2CSAAS%2COAAT%3B%3BAAxGnB%2CYA0GI%3BEACI%2CmBAAA%3B%3BAACA%2CYAFJ%2CgBAEK%3BEAAU%2CSAAS%2COAAT%3B%3BAA5GnB%2CYA8GI%3BEACI%2CmBAAA%3B%3BAACA%2CYAFJ%2CYAEK%3BEAAU%2CSAAS%2COAAT%3B%3BAAhHnB%2CYAkHI%3BEACI%2CmBAAA%3B%3BAACA%2CYAFJ%2CcAEK%3BEAAU%2CSAAS%2COAAT%3B%3BAApHnB%2CYAsHI%3BEACI%2CmBAAA%3B%3BAACA%2CYAFJ%2CgBAEK%3BEAAU%2CSAAS%2COAAT%3BEAAkB%2CeAAA%3B%3BAAEjC%2CYAAC%2CaACG%3BEACI%2CWAAA%3B%3BAACA%2CYAHP%2CaACG%2CEAEK%3BEACG%2CYAAA%3B%3BAAJZ%2CYAAC%2CaAOG%3BEACI%2CgBAAA%3B%3BAARR%2CYAAC%2CaAUG%3BEACI%2CmBAAA%3B%3BAAXR%2CYAAC%2CaAaG%3BEACI%2CmBAAA%3B%3BAAdR%2CYAAC%2CaAgBG%3BEACI%2CmBAAA%3B%3BAAjBR%2CYAAC%2CaAmBG%3BEACI%2CmBAAA%3B%3BAApBR%2CYAAC%2CaAsBG%3BEACI%2CmBAAA%3B%3BAAvBR%2CYAAC%2CaAyBG%3BEACI%2CmBAAA%3B%3BAA1BR%2CYAAC%2CaA4BG%3BEACI%2CmBAAA%3B%3BAA7BR%2CYAAC%2CaA%2BBG%3BEACI%2CmBAAA%3B%3BAAhCR%2CYAAC%2CaAkCG%3BEACI%2CmBAAA%3B%3BAAnCR%2CYAAC%2CaAqCG%3BEACI%2CmBAAA%3B%3BAAtCR%2CYAAC%2CaAwCG%3BEACI%2CmBAAA%3B%3BAAzCR%2CYAAC%2CaA2CG%3BEACI%2CmBAAA%3B%3BAA5CR%2CYAAC%2CaA8CG%3BEACI%2CmBAAA%3B%3BAA%5C%2FCR%2CYAAC%2CaAiDG%3BEACI%2CmBAAA%3B%3BAAlDR%2CYAAC%2CaAoDG%3BEACI%2CmBAAA%3B%3BAArDR%2CYAAC%2CaAuDG%3BEACI%2CmBAAA%3B%3BAAxDR%2CYAAC%2CaA0DG%3BEACI%2CmBAAA%3B%3BAA3DR%2CYAAC%2CaA6DG%3BEACI%2CmBAAA%3B%3BAA9DR%2CYAAC%2CaAgEG%3BEACI%2CmBAAA%3B%3BAC3LV%3BEACE%2CmBAAA%3B%3BAACA%2CaAAc%3BEAAG%2CgBAAA%3B%3BAAFnB%2CYAGE%3BEACE%2CSAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3B%3BAAZJ%2CYAGE%2CWAUE%3BEACE%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAEF%2CYAhBF%2CWAgBG%3BEACC%2CUAAA%3BEACA%2CSAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CaAAa%2CkBAAb%3B%3BAA3BN%2CYA8BE%3BEACE%2CmCAAA%3BEACA%2CoCAAA%3BEACA%2C0BAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAApCJ%2CYAsCE%3BEACE%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3BAA1CJ%2CYAsCE%2CoBAKE%3BEACE%2CWAAA%3B%3BAA5CN%2CYAsCE%2CoBAQE%3BEACE%2CeAAA%3B%3BAA%5C%2FCN%2CYAsCE%2CoBAWE%3BEACE%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAArDN%2CYAsCE%2CoBAiBE%3BEACE%2CWAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAA3DN%2CYAsCE%2CoBAuBE%3BEACE%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CYAAC%3BEACC%2CkBAAA%3B%3BAADF%2CYAAC%2CoBAEC%3BEACE%2CiCAAA%3BEACA%2CaAAA%3B%3BAACA%2CYALH%2CoBAEC%2CWAGG%3BEACC%2CaAAA%3B%3BAANN%2CYAAC%2CoBASC%3BEACE%2CaAAA%3B%3BAAVJ%2CYAAC%2CoBAYC%3BEACE%2C0BAAA%3BEACA%2CsBAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3B%3BAAhBJ%2CYAAC%2CoBAYC%2CoBAKE%3BEACE%2CmBAAA%3BEACA%2CeAAA%3B%3BAAnBN%2CYAAC%2CoBAYC%2CoBASE%3BEACE%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3B%3BAAIN%2CYAAC%2CoBACC%3BEACE%2CkBAAA%3B%3BAAFJ%2CYAAC%2CoBACC%2CWAEE%3BEACE%2CcAAA%3BEACA%2CkBAAA%3B%3BAAEF%2CYAPH%2CoBACC%2CWAMG%3BEACC%2CQAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BAAEF%2CYAZH%2CoBACC%2CWAWG%3BEACC%2CeAAA%3BEACA%2CYAAA%3B%3BAAdN%2CYAAC%2CoBAiBC%3BEACE%2CgBAAA%3B%3BAAlBJ%2CYAAC%2CoBAiBC%2CoBAEE%3BEACE%2CeAAA%3B%3BAApBN%2CYAAC%2CoBAuBC%3BEACE%2CiBAAA%3B%3BAAGJ%2CYAAC%3BEACC%2CYAAA%3BEACA%2CiBAAA%3BEACA%2C2CAAA%3B%3BAAHF%2CYAAC%2CoBAIC%3BEACE%2CiCAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAPJ%2CYAAC%2CoBAIC%2CWAIE%3BEACE%2CcAAA%3BEACA%2CkBAAA%3B%3BAAEF%2CYAZH%2CoBAIC%2CWAQG%3BEACC%2CQAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BAAEF%2CYAjBH%2CoBAIC%2CWAaG%3BEACC%2CeAAA%3BEACA%2CYAAA%3B%3BAAnBN%2CYAAC%2CoBAsBC%3BEACE%2CaAAA%3B%3BAAvBJ%2CYAAC%2CoBAyBC%3BEACE%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3B%3BAA7BJ%2CYAAC%2CoBAyBC%2CoBAKE%3BEACE%2CeAAA%3B%3BAA%5C%2FBN%2CYAAC%2CoBAyBC%2CoBAQE%3BEACE%2CgBAAA%3B%3BAAIN%2CYAAC%3BEACC%2CkBAAA%3B%3BAADF%2CYAAC%2CoBAEC%3BEACE%2CiCAAA%3BEACA%2CiBAAA%3B%3BAAJJ%2CYAAC%2CoBAEC%2CWAGE%3BEACE%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAEF%2CYATH%2CoBAEC%2CWAOG%3BEACC%2CaAAA%3B%3BAAVN%2CYAAC%2CoBAaC%3BEACE%2CaAAA%3B%3BAAdJ%2CYAAC%2CoBAgBC%3BEACE%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAnBJ%2CYAAC%2CoBAgBC%2CoBAIE%3BEACE%2CmBAAA%3B%3BAArBN%2CYAAC%2CoBAgBC%2CoBAOE%3BEACE%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3B%3BAAIN%2CYAAC%3BEACC%2CkBAAA%3B%3BAADF%2CYAAC%2CoBAEC%3BEACE%2CiCAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3B%3BAALJ%2CYAAC%2CoBAEC%2CWAIE%2CEAAC%3BEACC%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAATN%2CYAAC%2CoBAEC%2CWASE%3BEACE%2CeAAA%3BEACA%2CiBAAA%3B%3BAAbN%2CYAAC%2CoBAEC%2CWAaE%3BEACE%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAEF%2CYAtBH%2CoBAEC%2CWAoBG%3BEACC%2CaAAA%3B%3BAAvBN%2CYAAC%2CoBA0BC%3BEACE%2CaAAA%3B%3BAA3BJ%2CYAAC%2CoBA6BC%3BEACE%2C0BAAA%3BEACA%2CsBAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3B%3BAAjCJ%2CYAAC%2CoBA6BC%2CoBAKE%3BEACE%2CsBAAA%3B%3BAAnCN%2CYAAC%2CoBA6BC%2CoBAQE%3BEACE%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3B%3BAAIN%2CYAAC%3BEACC%2CkBAAA%3B%3BAADF%2CYAAC%2CwBAEC%3BEACE%2CiCAAA%3B%3BAAHJ%2CYAAC%2CwBAEC%2CWAEE%3BEAAG%2CeAAA%3B%3BAACH%2CYALH%2CwBAEC%2CWAGG%3BAAAQ%2CYALZ%2CwBAEC%2CWAGY%3BEACR%2CwBAAA%3BEACA%2CUAAA%3BEACA%2CMAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAEF%2CYAfH%2CwBAEC%2CWAaG%3BEAAQ%2CSAAS%2COAAT%3BEAAiB%2CUAAA%3BEAAW%2CWAAA%3BEAAY%2CSAAA%3BEAAU%2CcAAA%3B%3BAAf%5C%2FD%2CYAAC%2CwBAiBC%3BEAAK%2CsBAAA%3BEAAuB%2CWAAA%3B%3BAAjB9B%2CYAAC%2CwBAkBC%2CoBAAoB%3BEAAG%2CcAAA%3BEAAe%2CkBAAA%3B%3BAACtC%2CYAnBD%2CwBAmBE%2CkBACC%3BEAAY%2CWAAA%3B%3BAADd%2CYAnBD%2CwBAmBE%2CkBAEC%2CoBACE%3BAAHJ%2CYAnBD%2CwBAmBE%2CkBAEC%2CoBAgDR%2CCA%5C%2FCe%3BEAAQ%2CYAAA%3BEAAY%2CWAAA%3B%3BAAG7B%2CYAzBD%2CwBAyBE%2C%2BBACC%3BEACE%2CiCAAA%3B%3BAAFJ%2CYAzBD%2CwBAyBE%2C%2BBACC%2CWAEE%3BEAAG%2CoCAAA%3BEAAqC%2CkBAAA%3BEAAmB%2CgBAAA%3B%3BAAC3D%2CYA7BL%2CwBAyBE%2C%2BBACC%2CWAGG%3BEACC%2CaAAA%3B%3BAAKR%2CYAAC%3BEACC%2CeAAA%3BEACA%2CgBAAA%3B%3BAAhRJ%2CYAkRE%2CoBAAoB%3BEAAQ%2CWAAA%3B%3BAAC5B%2CYAAC%2CoBACC%3BEACE%2CmBAAA%3B%3BAAFJ%2CYAAC%2CoBAIC%3BEACE%2C8BAAA%3B%3BAAGJ%2CYAAC%3BEACC%2CyBAAA%3BEACA%2C4BAAA%3BEACA%2C0BAAA%3BEACA%2C2BAAA%3B%3BAAEF%2CYAAC%2CoBAAqB%3BEACpB%2C6BAAA%3B%3BAjH5NF%3BEvDmOA%2CsBAAA%3B%3BAuD7NI%2CIAAK%3BEvD6NT%2CsBAAA%3BEuD3NQ%2CaAAA%3B%3BAAIR%2CQAAS%2CQAAO%3BEACZ%2CeAAA%3B%3BAAOJ%3BEvD%2BMA%2CsBAAA%3BEAAA%2C6BAAA%3BEuD5MI%2CkBAAA%3BEACA%2CUAAA%3B%3BAAJJ%2CYAMI%2COAAM%3BEvDyMV%2CyBAAA%3BEAAA%2CcAAA%3B%3BAuDpMI%2CYAAC%2CMACG%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAALR%2CYAAC%2CMAOG%3BEACI%2CcAAA%3B%3BAAGR%2CYAAC%3BEACG%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAHJ%2CYAAC%2CMAIG%2CQAAO%2CMACD%2CUAAO%2CMACH%2CKACI%3BEACE%2CWAAA%3B%3BAAEA%2CYAVnB%2CMAIG%2CQAAO%2CMACD%2CUAAO%2CMACH%2CKACI%2CIAGG%3BEACG%2CWAAA%3B%3BAAXxB%2CYAAC%2CMAiBG%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAAGI%2CYAxBX%2CMAiBG%2CkBAMI%2CQAAO%2CSACF%3BAAAS%2CYAxBrB%2CMAiBG%2CkBAMI%2CQAAO%2CSACQ%2COAAO%3BEACd%2CWAAA%3B%3BAAzBhB%2CYAAC%2CMAiBG%2CkBAMI%2CQAAO%2CSAIH%2CSAAQ%3BEACJ%2CWAAA%3B%3BAAKhB%2CYAAC%3BEACG%2CSAAA%3BEACA%2CyBAAA%3B%3BAAFJ%2CYAAC%2CMAIG%3BEACI%2CcAAA%3BEACA%2CwBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAGR%2CYAAC%3BEACG%2CSAAA%3BEACA%2CyBAAA%3B%3BAAFJ%2CYAAC%2CMAIG%3BEACI%2CcAAA%3BEACA%2CwBAAA%3BEACA%2CWAAA%3B%3BAAGR%2CYAAC%2CMACG%2COAAM%3BEACF%2CsBAAA%3BEACA%2CWAAA%3B%3BAAHR%2CYAAC%2CMAKG%2COAAM%2COACF%2CQAAO%2CMACD%2CKACI%3BEACE%2CWAAA%3B%3BAAEA%2CYAXnB%2CMAKG%2COAAM%2COACF%2CQAAO%2CMACD%2CKACI%2CIAGG%3BEACG%2CWAAA%3B%3BAAOxB%2CYAAC%2CMACG%2CQAAO%3BEACH%2CyBAAA%3B%3BAAFR%2CYAAC%2CMAIG%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAAGI%2CYAXX%2CMAIG%2CkBAMI%2CQAAO%2CSACF%3BAAAS%2CYAXrB%2CMAIG%2CkBAMI%2CQAAO%2CSACQ%2COAAO%3BEACd%2CWAAA%3B%3BAAZhB%2CYAAC%2CMAIG%2CkBAMI%2CQAAO%2CSAIH%2CSAAQ%3BEACJ%2CWAAA%3B%3BAAKhB%2CYAAC%3BEACG%2CSAAA%3BEACA%2CyBAAA%3B%3BAAFJ%2CYAAC%2CMAIG%3BEACI%2CcAAA%3BEACA%2CwBAAA%3BEACA%2CWAAA%3B%3BAAGR%2CYAAC%2COACG%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAAGR%2CYAAC%3BEACG%2CSAAA%3BEACA%2CsBAAA%3B%3BAAFJ%2CYAAC%2COAIG%3BEACI%2CcAAA%3BEACA%2CwBAAA%3BEACA%2CWAAA%3B%3BAAKZ%2COAAO%2CMACD%2CUAAO%3BEvD6Db%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEwD%2BGQ%2CYAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAANR%2COAAO%2CMACD%2CUAAO%2CMxDvGX%3BEACE%2CqBAAA%3BEACA%2CmBAAA%3B%3BAwDoGJ%2COAAO%2CMACD%2CUAAO%2CMAMH%3BEACE%2CeAAA%3BEACA%2CyBAAA%3B%3BAATZ%2COAAO%2CMACD%2CUAAO%2CMAMH%2CKAGI%3BEvDoDd%2CcAAA%3BEAAA%2CqBAAA%3B%3BADjJA%2COwDmFO%2CMACD%2CUAAO%2CMAMH%2CKAGI%2CIxD7Fb%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2COwD8EO%2CMACD%2CUAAO%2CMAMH%2CKAGI%2CIxDxFb%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2COwDyEO%2CMACD%2CUAAO%2CMAMH%2CKAGI%2CIxDnFb%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAuDnCI%2COAAC%3BEACG%2CkBAAA%3B%3BAAIR%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAANJ%2CKAOI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CWAAY%3BEACR%2CqBAAA%3BEACA%2CWAAA%3B%3BAAIR%2CUACM%2CsBACE%2CYAAc%3BEACV%2CkBAAA%3B%3BAASR%2COAJG%2CKAIF%3BEvDAL%2CmBAAA%3BEAAA%2CeAAA%3BEuDGQ%2CsBAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAQR%2CQAAQ%2COACJ%3BEACI%2CSAAA%3B%3BAAEJ%2CQAJI%2COAIH%3BAACD%2CQALI%2COAKH%3BEvDtBL%2CkBAAA%3BEAAA%2C%2BBAAA%3BEqEnQA%2CcAAA%3BErEmQA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CqBAAA%3BEAAA%2CcAAA%3BEuDwBQ%2CSAAA%3B%3BAAHJ%2CQAJI%2COAIH%2CSchQL%3BAdiQI%2CQALI%2COAKH%2COcjQL%3BErE2OA%2CcAAA%3B%3BAqExOI%2CQdyPI%2COAIH%2CSchQL%2CEAGK%3BAAAD%2CQdyPI%2COAKH%2COcjQL%2CEAGK%3BErEwOL%2CcAAA%3B%3BAqEpOI%2CQdqPI%2COAIH%2CSchQL%2CEAOK%3BAAAD%2CQdqPI%2COAKH%2COcjQL%2CEAOK%3BErEoOL%2CcAAA%3B%3BAuD0BI%2CQATI%2COASH%3BEACG%2CSAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAALJ%2CQATI%2COASH%2COAMG%3BEACI%2CkBAAA%3B%3BAAGR%2CQAnBI%2COAmBH%3BEvDpCL%2CkBAAA%3BEAAA%2C%2BBAAA%3BEqEnQA%2CcAAA%3BErEmQA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CWAAA%3BEuDsCQ%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAHJ%2CQAnBI%2COAmBH%2CKc%5C%2FQL%3BErE2OA%2CcAAA%3B%3BAqExOI%2CQdyPI%2COAmBH%2CKc%5C%2FQL%2CEAGK%3BErEwOL%2CcAAA%3B%3BAqEpOI%2CQdqPI%2COAmBH%2CKc%5C%2FQL%2CEAOK%3BErEoOL%2CcAAA%3B%3BAuD2CA%2CYAEI%3BAADJ%2CYACI%3BEACI%2CYAAA%3B%3BAAHR%2CYAEI%2CUAEI%3BAAHR%2CYACI%2CUAEI%3BEhBlSR%2CqBAAA%3BEACA%2CkBAAA%3B%3BAvCFA%2CYuDiSI%2CUAEI%2CSvDnSP%3BAAAD%2CYuDiSI%2CUAEI%2CSvDnSP%3BAACD%2CYuDgSI%2CUAEI%2CSvDlSP%3BAAAD%2CYuDgSI%2CUAEI%2CSvDlSP%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CYuD2RI%2CUAEI%2CSvD7RP%3BAAAD%2CYuD2RI%2CUAEI%2CSvD7RP%3BEACG%2CWAAA%3B%3BAuDwRJ%2CYAEI%2CUAEI%2CShB%5C%2FRR%3BAgB4RA%2CYACI%2CUAEI%2CShB%5C%2FRR%3BEvCgPA%2CUAAA%3BEuC9OI%2CeAAA%3BEvC8OJ%2CqBAAA%3BEwChOA%2CqBAAA%3B%3BAe2QA%2CYAEI%2CUAEI%2CShB%5C%2FRR%2CeCoOE%3BAewDF%2CYACI%2CUAEI%2CShB%5C%2FRR%2CeCoOE%3BExChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAwC2CA%2CYeuQI%2CUAEI%2CShB%5C%2FRR%2CeCsBC%3BAAAD%2CYeuQI%2CUAEI%2CShB%5C%2FRR%2CeCsBC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCxQQ%2CODwQR%3BEAAA%2CayCtOe%2CazCsOf%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CYe0PA%2CUAEI%2CShB%5C%2FRR%2CeCkCC%2CMACI%3BAAAD%2CYe0PA%2CUAEI%2CShB%5C%2FRR%2CeCkCC%2CMACI%3BExC6ML%2CcAAA%3B%3BAwCvMI%2CYeoPA%2CUAEI%2CShB%5C%2FRR%2CeCwCC%2COACI%3BAAAD%2CYeoPA%2CUAEI%2CShB%5C%2FRR%2CeCwCC%2COACI%3BExCuML%2CcAAA%3B%3BAuCqEA%2CYgBxBI%2CUAEI%2CShB%5C%2FRR%2CeAqTC%3BAAAD%2CYgBxBI%2CUAEI%2CShB%5C%2FRR%2CeAqTC%3BEvCrED%2CqBAAA%3BEwChOA%2CqBAAA%3B%3BADqSA%2CYgBxBI%2CUAEI%2CShB%5C%2FRR%2CeAqTC%2COCjFC%3BADiFF%2CYgBxBI%2CUAEI%2CShB%5C%2FRR%2CeAqTC%2COCjFC%3BExChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAwC2CA%2CYeuQI%2CUAEI%2CShB%5C%2FRR%2CeAqTC%2COC%5C%2FRA%3BAAAD%2CYeuQI%2CUAEI%2CShB%5C%2FRR%2CeAqTC%2COC%5C%2FRA%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCzQM%2CODyQN%3BEAAA%2CayCtOe%2CazCsOf%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CYe0PA%2CUAEI%2CShB%5C%2FRR%2CeAqTC%2COCnRA%2CMACI%3BAAAD%2CYe0PA%2CUAEI%2CShB%5C%2FRR%2CeAqTC%2COCnRA%2CMACI%3BExC6ML%2CcAAA%3B%3BAwCvMI%2CYeoPA%2CUAEI%2CShB%5C%2FRR%2CeAqTC%2COC7QA%2COACI%3BAAAD%2CYeoPA%2CUAEI%2CShB%5C%2FRR%2CeAqTC%2COC7QA%2COACI%3BExCuML%2CcAAA%3B%3BAuD2CA%2CYAEI%2CUAEI%2CShBxGR%3BAgBqGA%2CYACI%2CUAEI%2CShBxGR%3BEvCyDA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CgBAAA%3BEAAA%2CSAAA%3BEAAA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CYAAA%3BEuChDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEvC8CJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BAuD2CA%2CYAEI%2CUAEI%2CShBxGR%2CYAsBI%3BAgB%2BEJ%2CYACI%2CUAEI%2CShBxGR%2CYAsBI%3BEvCmCJ%2CSAAA%3BEAAA%2CUAAA%3B%3BAuC3BQ%2CYgBwEJ%2CUAEI%2CShBxGR%2CYAsBI%2CGAQK%3BAAAD%2CYgBwEJ%2CUAEI%2CShBxGR%2CYAsBI%2CGAQK%3BEvC2BT%2CmBAAA%3BEuCzBY%2CeAAA%3B%3BAAuTZ%2CYgBjPI%2CUAEI%2CShBxGR%2CYAuVC%3BAAAD%2CYgBjPI%2CUAEI%2CShBxGR%2CYAuVC%3BAACD%2CYgBlPI%2CUAEI%2CShBxGR%2CYAwVC%3BAAAD%2CYgBlPI%2CUAEI%2CShBxGR%2CYAwVC%3BEACG%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CYgB3PI%2CUAEI%2CShBxGR%2CYAiWC%3BAAAD%2CYgB3PI%2CUAEI%2CShBxGR%2CYAiWC%3BEACG%2CiBAAA%3BEvCzSJ%2CsDAAA%3BEuC2SI%2CWAAA%3B%3BAAGJ%2CYgBjQI%2CUAEI%2CShBxGR%2CYAuWC%3BAAAD%2CYgBjQI%2CUAEI%2CShBxGR%2CYAuWC%3BEACG%2CiBAAA%3BEvC%5C%2FSJ%2CsDAAA%3BEuCiTI%2CWAAA%3B%3BAAzDJ%2CYgB3MI%2CUAEI%2CShBxGR%2CYAiTC%3BAAAD%2CYgB3MI%2CUAEI%2CShBxGR%2CYAiTC%3BEvCxPD%2CUAAA%3BEAAA%2CUAAA%3B%3BAuC6PA%2CYgBhNI%2CUAEI%2CShBxGR%2CYAsTC%3BAAAD%2CYgBhNI%2CUAEI%2CShBxGR%2CYAsTC%3BEvC7PD%2CSAAA%3BEAAA%2CUAAA%3B%3BAuCZA%2CYgByDI%2CUAEI%2CShB3DP%3BAAAD%2CYgByDI%2CUAEI%2CShB3DP%3BEACG%2CiBAAA%3B%3BAADJ%2CYgByDI%2CUAEI%2CShB3DP%2COAGG%3BAAHJ%2CYgByDI%2CUAEI%2CShB3DP%2COAGG%3BEACI%2CcAAA%3B%3BAgBmDR%2CYAEI%2CUAEI%2CSAaI%2CGAAE%3BAAhBd%2CYACI%2CUAEI%2CSAaI%2CGAAE%3BEACE%2CkBAAA%3BEACA%2CuCAAA%3BEACA%2CWAAA%3B%3BAApBhB%2CYAEI%2CUAEI%2CSAaI%2CGAAE%2CSAIE%3BAApBhB%2CYACI%2CUAEI%2CSAaI%2CGAAE%2CSAIE%3BEACI%2CkBAAA%3B%3BAAtBpB%2CYAEI%2CUAEI%2CSAaI%2CGAAE%2CSAOE%3BAAvBhB%2CYACI%2CUAEI%2CSAaI%2CGAAE%2CSAOE%3BEACI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAEA%2CYA5BhB%2CUAEI%2CSAaI%2CGAAE%2CSAOE%2CEAMQ%3BAAAJ%2CYA5BhB%2CUAEI%2CSAaI%2CGAAE%2CSAOE%2CEAMQ%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CYAhChB%2CUAEI%2CSAaI%2CGAAE%2CSAOE%2CEAUK%3BAAAD%2CYAhChB%2CUAEI%2CSAaI%2CGAAE%2CSAOE%2CEAUK%3BEACG%2CqBAAA%3B%3BAAnCxB%2CYAEI%2CUAsCI%3BAAvCR%2CYACI%2CUAsCI%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CYA7CR%2CUAsCI%2COAOQ%3BAAAJ%2CYA7CR%2CUAsCI%2COAOQ%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAOhB%2CIAAI%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2C4BAAA%3BEACA%2CcAAA%3B%3BAA%2BgBJ%2CQACI%2CQAAO%2CMAAM%2CIAAI%3BAADrB%2CQAEI%2CQAAO%2CIAAI%3BEACP%2CmBAAA%3B%3BAAIR%3BEACI%2CWAAA%3B%3BAAq7EJ%2CcAAe%3BEACX%2CUAAA%3B%3BAAGJ%3BEACI%2CsBAAA%3BEvDxjGJ%2CgBAAA%3BEuD0jGI%2CaAAA%3B%3BAAEJ%2CsBAAsB%3BAAAS%2CuBAAuB%3BEAClD%2CatDv0GW%2CasDu0GX%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEAEA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3B%3BEAIA%2CoBAAA%3BEACA%2CoBAAA%3B%3BEAGA%2CgBAAA%3B%3B%3BEAIA%2CkBAAA%3B%3B%3B%3BEAMA%2CmCAAA%3BEACA%2CkCAAA%3B%3B%3B%3BAAKJ%3BEACI%2CwBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CaACI%2CMACI%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3B%3BAATZ%2CaACI%2CMACI%2CYASI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3B%3BAAbhB%2CaAiBI%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAApBR%2CaAiBI%2CWAKI%3BEACI%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3B%3BAA5BZ%2CaAiBI%2CWAaI%3BEACI%2CyBAAA%3BEACA%2C0BAAA%3BEACA%2C%2BDAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAtCZ%2CaAyCI%3BEACI%2CgBAAA%3BEACA%2CSAAA%3B%3BAA3CR%2CaAyCI%2CWAII%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAAlDZ%2CaAyCI%2CWAWI%2CEAAC%3BEACG%2CqBAAA%3B%3BAArDZ%2CaAwDI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2C4BAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CaAXJ%2CaAWQ%3BEACA%2CSAAA%3B%3BAApEZ%2CaAuEI%2CEAAC%3BEACG%2CgBAAA%3BEACA%2CeAAA%3B%3BAfp1GR%2CqBI5GI%2CQAAO%2CWJ4GV%3BAAAD%2CoBI5GI%2CQAAO%2CWJ4GV%3BAAAD%2CqBI5GI%2CQAAO%2CWJ4GV%3BAAAD%2CaI5GI%2CQAAO%2CWJ4GV%3BAAAD%2CiBI5GI%2CQAAO%2CWJ4GV%3BExCyKD%2CSClPiB%2CODkPjB%3B%3BA4C5QA%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSzC8IjC%2CQAGI%2CKACI%3BAyClJV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSzC%2BIjC%2CQAEI%2CKACI%3BAyClJV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSzCgJjC%2CQACI%2CKACI%3BAyClJV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSzC8IjC%2CQAGI%2CKAEI%3BAyCnJV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSzC%2BIjC%2CQAEI%2CKAEI%3BAyCnJV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSzCgJjC%2CQACI%2CKAEI%3BEHyHV%2C0BAAA%3B%3BA4C5QA%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSzCyJjC%2CUAAU%2CQAGN%2CKAAE%2CYACE%3BAyC7JV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSzC0JjC%2CWAAW%2CQAEP%2CKAAE%2CYACE%3BAyC7JV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSzC2JjC%2CQAAK%2CYACD%2CKAAE%2CYACE%3BAyC7JV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSzCyJjC%2CUAAU%2CQAGN%2CKAAE%2CYAEE%3BAyC9JV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSzC0JjC%2CWAAW%2CQAEP%2CKAAE%2CYAEE%3BAyC9JV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSzC2JjC%2CQAAK%2CYACD%2CKAAE%2CYAEE%3BEACE%2CaAAA%3B%3BAyC%5C%2FJZ%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSzCoKjC%2CQAAQ%3BEHwGV%2C0BAAA%3B%3BA4C5QA%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAI%5C%2FB%2CMAAQ%2CKAAK%3BEACT%2CgBAAA%3B%3BAALR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAO%5C%2FB%2CMAAQ%2CKAAE%2CWAAc%3BEACpB%2C6BAAA%3B%3BAARR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAU%5C%2FB%2CSAAQ%3BEACJ%2CqBAAA%3BEACA%2CqBAAA%3B%3BAAZR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAc%5C%2FB%3BEACI%2CgBAAA%3B%3BAAfR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAc%5C%2FB%2CYAEI%3BEACI%2CsBAAA%3B%3BAAKJ%2CQAtBC%2CeAAe%2CMAAK%2CMAAM%2CSAqB%5C%2FB%2CKACK%3BEACG%2CUAAA%3B%3BAAEJ%2CQAzBC%2CeAAe%2CMAAK%2CMAAM%2CSAqB%5C%2FB%2CKAIK%3BEACG%2CgBAAA%3B%3BAAEJ%2CQA5BC%2CeAAe%2CMAAK%2CMAAM%2CSAqB%5C%2FB%2CKAOK%3BEACG%2CeAAA%3B%3BAA7BZ%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAgC%5C%2FB%3BEACI%2CgBAAA%3B%3BAAjCR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAmC%5C%2FB%2CYAAW%3BEACP%2CqBAAA%3B%3BAApCR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAsC%5C%2FB%2CQAAO%3BEACH%2CmBAAA%3B%3BAAvCR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAyC%5C%2FB%3BEACI%2CgBAAA%3B%3BAAIR%2CKAAK%2CSACD%3BE5C6NJ%2CcAAA%3BE4C3NQ%2CmBAAA%3B%3BAACA%2CKAJH%2CSACD%2CSAGK%3BEACG%2CSAAS%2CGAAT%3B%3BAAEJ%2CKAPH%2CSACD%2CSAMK%3BEACG%2CSAAS%2CGAAT%3B%3BAAKZ%2CeAOI%3BEACI%2CqBAAA%3B%3BAAOI%2CcAHE%2CSACV%2CSACK%2CKACI%3BEACG%2CcAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CcAPE%2CSACV%2CSACK%2CKAKI%3BEACG%2CaAAA%3B%3BAANR%2CcAFM%2CSACV%2CSACK%2CKAQG%3BEACI%2CSAAA%3B%3BAAOJ%2CcAlBE%2CSACV%2CSACK%2CKAgBI%3BEACG%2CcAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CcAvBE%2CSACV%2CSACK%2CKAqBI%2CQACK%3BEACE%2CkBAAA%3B%3BAACA%2CcA1BN%2CSACV%2CSACK%2CKAqBI%2CQACK%2CIAEG%3BEACG%2CeAAA%3B%3BA6H3HxB%2CeAAe%3BEACX%2CSAAA%3B%3BAAEJ%3BEACI%2CyDAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3B%3BAARJ%2CoBAUI%3BEACI%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAGR%2CEAAE%3BEACE%2CeAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CCAAC%3BEACG%2CeAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CeAAgB%2CWAAW%3BEACvB%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3B%3BAAJJ%2CeAAgB%2CWAAW%2CcAMvB%2CSAAS%3BEACL%2CeAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAGR%2CkBAAmB%2CWACf%3BAAD2B%2CkBAAkB%2CUAC7C%3BEACI%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3B%3BAAEJ%2CkBAbe%2CWAad%2CMAAO%3BAAAR%2CkBAb6C%2CUAa5C%2CMAAO%3BEACJ%2CUAAA%3BEACA%2CmBAAA%3B%3BAAfR%2CkBAAmB%2CWAiBf%2CcAAc%2CSAAS%3BAAjBI%2CkBAAkB%2CUAiB7C%2CcAAc%2CSAAS%3BEACnB%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAApBR%2CkBAAmB%2CWAsBf%3BAAtB2B%2CkBAAkB%2CUAsB7C%3BEACI%2COAAA%3B%3BAAvBR%2CkBAAmB%2CWAyBf%3BAAzB2B%2CkBAAkB%2CUAyB7C%3BEACI%2CQAAA%3B%3BAAGR%2CeAAgB%2CcAAc%2CUAAU%3BEACpC%2CiBAAA%3B%3BAAEJ%2CoBAAqB%3BEACjB%2CkBAAA%3B%3BAAEJ%2C2BAA2B%2CUAAW%3BEAClC%2CkBAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CWAAW%2CcACP%3BEACI%2CWAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CWAPG%2CcACP%2CcAMK%2CKACG%3BEACI%2CWAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3B%3BAAJR%2CWAPG%2CcACP%2CcAMK%2CKAMG%3BEACI%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CWApBD%2CcACP%2CcAMK%2CKAaI%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAvBhB%2CWAAW%2CcACP%2CcAyBI%3BEACI%2CeAAA%3B%3BAA3BZ%2CWAAW%2CcACP%2CcA4BI%3BEACI%2CsBAAA%3B%3BAA9BZ%2CWAAW%2CcACP%2CcA%2BBI%2CiBAAiB%3BEACb%2CeAAA%3B%3BACnHZ%3BEACI%2CcAAA%3B%3BAAEJ%2CMACI%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAMR%2COACI%3BEACI%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAJR%2COAMI%3BEACI%2CSAAA%3B%3BAAMR%3BEACI%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAHJ%2CcAKM%3BEACE%2CkBAAA%3B%3BAANR%2CcASI%3BAATJ%2CcAS4B%3BEACpB%2CcAAA%3B%3BAAVR%2CcAYI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAhBR%2CcAYI%2COAMI%3BEACI%2CmBAAA%3B%3BAAnBZ%2CcAYI%2COAMI%2CaAGI%3BEACI%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3B%3BAAIR%2CcAlBJ%2COAkBK%3BEACG%2CWAAA%3B%3BAADJ%2CcAlBJ%2COAkBK%2CWAGG%2CMAAK%3BEACD%2CgBAAA%3B%3BAAJR%2CcAlBJ%2COAkBK%2CWAMG%3BEACI%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAdR%2CcAlBJ%2COAkBK%2CWAgBG%2COAAO%2CSAAQ%3BEACX%2CaAAA%3B%3BAAjBR%2CcAlBJ%2COAkBK%2CWAmBG%3BEACI%2CeAAA%3BEACA%2CyBAAA%3BEACA%2C0BAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAxBR%2CcAlBJ%2COAkBK%2CWA0BG%2CQAAO%3BEACH%2C0BAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAKR%2CcADJ%2CGACK%3BEACG%2CgBAAA%3B%3BAADJ%2CcADJ%2CGACK%2CMAGG%3BEACI%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3B%3BAARR%2CcADJ%2CGACK%2CMAGG%2CGAOI%3BAAVR%2CcADJ%2CGACK%2CMAGG%2CGAO4B%3BEACpB%2CiBAAA%3B%3BAAIZ%2CcAhBJ%2CGAgBK%2CaACG%3BEACI%2CcAAA%3B%3BAAEA%2CcApBZ%2CGAgBK%2CaACG%2CGAGK%3BEACG%2CcAAA%3B%3BAALZ%2CcAhBJ%2CGAgBK%2CaAQG%3BAARJ%2CcAhBJ%2CGAgBK%2CaAQ2B%3BEACpB%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAdR%2CcAhBJ%2CGAgBK%2CaAgBG%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAAGR%2CcAtCJ%2CGAsCK%3BEACG%2CgBAAA%3B%3BAADJ%2CcAtCJ%2CGAsCK%2CSAGG%3BEACI%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3BAAPR%2CcAtCJ%2CGAsCK%2CSAGG%2CGAMI%3BAATR%2CcAtCJ%2CGAsCK%2CSAGG%2CGAM4B%3BEACpB%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAMZ%2CcADJ%3BAACO%2CcADP%2CEACQ%3BAAAQ%2CcADhB%2CEACiB%3BEACT%2CcAAA%3B%3BAA1HZ%2CcA6HI%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAGR%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3B%3BAAJJ%2CcAMI%3BEACI%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAATR%2CcAYI%3BEACI%2CWAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3B%3BAAfR%2CcAYI%2CcAKI%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAnBZ%2CcAsBI%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAzBR%2CcA2BI%3BEACI%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3B%3BAAGA%2CcADJ%2CcACK%3BEACG%2CiBAAA%3B%3BAAlCZ%2CcAgCI%2CcAII%2CGAAE%3BEACE%2CqBAAA%3B%3BAArCZ%2CcAgCI%2CcAII%2CGAAE%2CMAGE%3BEACI%2CeAAA%3BEACA%2C4BAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3B%3BAAEA%2CcAdZ%2CcAII%2CGAAE%2CMAGE%2CGAOK%3BEACG%2CeAAA%3B%3BAA%5C%2FCpB%2CcAgCI%2CcAII%2CGAAE%2CMAcE%3BEACI%2CWAAA%3BEACA%2CeAAA%3B%3BAApDhB%2CcAwDI%3BEACI%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAA7DR%2CcAwDI%2CUAOI%3BEACI%2CaAAA%3B%3BAAhEZ%2CcAwDI%2CUAUI%3BEACI%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAAIZ%3BEACI%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2C2BAAA%3BEACA%2CyBAAA%3B%3BAACA%2CcAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3BEACA%2CgCAAA%3BEACA%2CkCAAA%3B%3BAAdR%2CcAgBI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CaAAa%2C6BAAb%3BEACA%2CcAAA%3B%3BAAGR%2CaAEI%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAEA%2CaAJJ%2CGAIK%2CYAAa%3BEACV%2CcAAA%3B%3BAAPZ%2CaAUM%2CKAAK%3BEACH%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiCAAA%3B%3BAACA%2CaAZF%2CKAAK%2CIAYF%3BAAAQ%2CaAZX%2CKAAK%2CIAYO%3BEACN%2CWAAA%3B%3BAAEJ%2CaAfF%2CKAAK%2CIAeF%2CcAAc%3BEACX%2CyBAAA%3B%3BAAEJ%2CaAlBF%2CKAAK%2CIAkBF%2CaAAa%3BEACV%2CyBAAA%3B%3BAAEJ%2CaArBF%2CKAAK%2CIAqBF%2CcAAc%3BEACX%2CyBAAA%3B%3B%3BAAMZ%2CEAAE%3BEACE%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CEAAG%3BEACC%2CmBAAA%3B%3BAAEJ%2CYAAC%3BEACG%2CmBAAA%3BEACA%2CWAAA%3B%3BAAfR%2CYAiBI%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAApBR%2CYAiBI%2CmBAKI%3BEACI%2CcAAA%3BEACA%2CmBAAA%3B%3BAAIZ%2CCAAE%3BEACE%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CaAAa%2C6BAAb%3BEACA%2CgBAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CyCAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CYAAC%3BEACG%2CWAAA%3BEACA%2CaAAA%3B%3BAAGR%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2C6BAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CIAAC%3BEACG%2CqBAAA%3B%3BAAGJ%2CIAAC%3BEACG%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAGR%3BEACI%2CgBAAA%3B%3BAAEJ%2CEAAE%3BEACE%2CcAAA%3BEACA%2CkBAAkB%2C2EAAlB%3BEACA%2CkBAAkB%2CmEAAlB%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CcACI%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3B%3BAARR%2CcAUI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAbR%2CcAeI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAGR%3BEACI%2CcAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAHJ%2CQAKI%3BEACI%2CsEAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAXR%2CQAKI%2COAQI%3BEACI%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAAjBZ%2CQAoBI%3BEACI%2CWAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAzBR%2CQA2BI%3BEACI%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAGR%3BEACI%2CmBAAA%3BEACA%2C6BAAA%3BEACA%2CYAAY%2C%2BEAAZ%3BEACA%2CsBAAA%3BEACA%2CgCAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C%2BBAAA%3BEACA%2C2CAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAjBJ%2CaAmBI%3BEACI%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3B%3BAAtBR%2CaAwBI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3B%3BAA5BR%2CaA8BI%3BEACI%2CSAAA%3B%3BAA%5C%2FBR%2CaA8BI%2CqBAGI%3BEACI%2CaAAA%3B%3BAAlCZ%2CaA8BI%2CqBAMI%2CEAAC%3BEACG%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAzCZ%2CaA8BI%2CqBAMI%2CEAAC%2CaAOG%3BEACI%2CeAAA%3BEACA%2CWAAA%3B%3BAAKhB%2CQAAS%3BEACL%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAJJ%2CQAAS%2CcAML%3BEACI%2CyBAAA%3B%3BAAGR%3BEACI%2C4DAAA%3BEACA%2CSAAA%3BEACA%2CuBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAATJ%2CiBAWI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAdR%2CiBAgBI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAArBR%2CiBAuBI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAzBR%2CiBA2BI%3BEACI%2CUAAA%3B%3BAA5BR%2CiBA8BI%2CMAAK%3BEACD%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAnCR%2CiBAqCI%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2C2BAAA%3B%3BAA3CR%2CiBA6CI%2CQAAO%3BEACH%2CYAAA%3BEACA%2C6BAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAArDR%2CiBAuDI%3BEACI%2CkBAAA%3BEACA%2CYAAA%3B%3BAAzDR%2CiBAuDI%2CkBAII%3BEACI%2CeAAA%3BEACA%2CsBAAA%3B%3BAA7DZ%2CiBAgEI%3BEACI%2CeAAA%3BEACA%2CsBAAA%3B%3BACtjBZ%2CyCACE%2CYAAY%2CQAAO%3BEAAU%2CWAAA%3B%3BAAD%5C%2FB%2CyCAEE%2CcAAc%3BEAAY%2CcAAA%3B%3BAAF5B%2CyCAGE%2CiBAAiB%3BEAAM%2CaAAA%3B%3BAAEzB%2CgBAAiB%3BEAA6B%2CWAAA%3BEAAa%2CiBAAA%3BEAAmB%2CeAAA%3BEAAiB%2CkBAAA%3BEAAoB%2CgBAAA%3B%3BAACnH%2CaAAc%3BEAAsB%2CaAAA%3B%3BAACpC%2CcAAe%2CcAAc%3BEAAqB%2CkBAAA%3B%3BAAClD%2CcAAe%2CcAAc%3BEAAwB%2C2BAAA%3B%3BAACrD%2CUAAW%2CcAAc%3BEACrB%2CwBAAA%3B%3BA3JAA%2CcAQI%3BAAPJ%2CqBAOI%3BEACI%2CcAAA%3B%3BAATR%2CcAYI%3BAAXJ%2CqBAWI%3BEACI%2CmBAAA%3B%3BAAbR%2CcAYI%2CqBAGI%3BAAdR%2CqBAWI%2CqBAGI%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BA4JfR%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%3BE5KgQZ%2CiBAAA%3B%3BA4KlRA%2CMAAM%2COAcF%2COAQI%3BEACI%2CeAAA%3B%3BAAvBZ%2CMAAM%2COAcF%2COAYI%3BEACI%2CkBAAA%3B%3BAA3BZ%2CMAAM%2COAcF%2COAgBI%3BEACI%2CmBAAA%3B%3BA3J5CR%2CQAAS%3BEACL%2CkBAAA%3BEACA%2CUAAA%3B%3BAAHR%2CYAMI%3BEACI%2CkBAAA%3B%3BAAPR%2CYAMI%2CeAGO%3BEACC%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAAEA%2CYAVR%2CeAGO%2CUAOE%3BAACD%2CYAXR%2CeAGO%2CUAQE%3BEACG%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEjB4QhB%2CqBAAA%3BEwC9QA%2CqBAAA%3B%3BAvBFY%2CYAVR%2CeAGO%2CUAOE%2CSuBoQX%3BAvBnQU%2CYAXR%2CeAGO%2CUAQE%2CQuBmQX%3BExChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAwCHA%2CYvBlBI%2CeAGO%2CUAOE%2CSuBQZ%3BAAAD%2CYvBlBI%2CeAGO%2CUAQE%2CQuBOZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCnPQ%2CODmPR%3BEAAA%2CayCtOe%2CazCsOf%3BEAAA%2CsBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAvB5UgB%2CYAvBZ%2CeAGO%2CUAOE%2CSAaI%3BAAAD%2CYAvBZ%2CeAGO%2CUAQE%2CQAYI%3BEACG%2CkBAAA%3B%3BAAIR%2CYA5BR%2CeAGO%2CUAyBE%3BEACG%2COAAA%3B%3BAAGJ%2CYAhCR%2CeAGO%2CUA6BE%3BEAEG%2CQAAA%3B%3BAuB%2BEhB%2CYvBjHI%2CeAGO%2CUA6BE%2CQuBiFZ%3BExCyKD%2CSCpPQ%2CODoPR%3B%3BAiBtPgB%2CYApCZ%2CeAGO%2CUA6BE%2CQAII%3BEACG%2CkBAAA%3B%3BAAIR%2CYAzCR%2CeAGO%2CUAsCE%3BEACG%2CeAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CYA9CR%2CeAGO%2CUA2CE%3BEACG%2CUAAA%3B%3BAArDhB%2CYA0DI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAA7DR%2CYA0DI%2CcAKI%3BEAEI%2CmBAAA%3B%3BAAjEZ%2CYA0DI%2CcAKI%2CQAII%3BEjB6NZ%2CmBAAA%3BEiB3NgB%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3B%3BAAEA%2CaAAc%2CaAjB1B%2CcAKI%2CQAII%3BAASI%2CmBAAoB%2CaAlBhC%2CcAKI%2CQAII%3BEAUQ%2CWAAA%3B%3BAA7EpB%2CYA0DI%2CcAKI%2CQAII%2CMAaI%3BEACI%2CeAAA%3B%3BAAjFpB%2CYA0DI%2CcAKI%2CQAII%2CMAiBI%3BEACI%2CqBAAA%3BEjB2MpB%2CiBAAA%3BEiBzMoB%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAxFpB%2CYA0DI%2CcAKI%2CQAII%2CMAwBI%3BEjBqMhB%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAkBtHA%2CYA0DI%2CcAKI%2CQAII%2CMAwBI%2CQAGI%3BEACI%2CaAAA%3BEACA%2CaAAA%3B%3BAAhGxB%2CYA0DI%2CcAKI%2CQAII%2CMAwBI%2CQAQI%3BEjB6LpB%2CiBAAA%3BEiB3LwB%2CgBAAA%3B%3BAArGxB%2CYA0DI%2CcAKI%2CQAII%2CMAwBI%2CQAaI%3BEACI%2CcAAA%3BEjBuLxB%2CiBAAA%3B%3BAiBhSA%2CYA0DI%2CcAKI%2CQAII%2CMA2CI%3BEACI%2CgBAAA%3B%3BAA%5C%2FGpB%2CYA0DI%2CcAKI%2CQAII%2CMA2CI%2COAGI%3BAAjHpB%2CYA0DI%2CcAKI%2CQAII%2CMA2CI%2COAII%3BAAlHpB%2CYA0DI%2CcAKI%2CQAII%2CMA2CI%2COAKI%3BEACI%2CcAAA%3B%3BAAIA%2CYA9DpB%2CcAKI%2CQAII%2CMA2CI%2COASI%2COACK%3BEjBwKzB%2CiBAAA%3BEiBtK4B%2CSAAS%2COAAT%3BEACA%2CcAAA%3B%3BAA3H5B%2CYA0DI%2CcAKI%2CQAII%2CMA2CI%2COAiBI%3BEjBiKpB%2CiBAAA%3BEiB%5C%2FJwB%2CgBAAA%3B%3BAAjIxB%2CYA0DI%2CcAKI%2CQAII%2CMA2CI%2COAsBI%3BEjB4JpB%2CiBAAA%3B%3BAiBhSA%2CYA0DI%2CcAKI%2CQAII%2CMAsEI%2CWACI%3BEACI%2CqBAAA%3B%3BAA3IxB%2CYA0DI%2CcAKI%2CQAII%2CMAsEI%2CWAKI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAKJ%2CYA5FhB%2CcAKI%2CQAII%2CMAkFI%2CQACK%3BEAEG%2CcAAA%3BEACA%2CUAAA%3B%3BAAHJ%2CYA5FhB%2CcAKI%2CQAII%2CMAkFI%2CQACK%2CKAKG%2CUAAS%3BEACL%2CqBAAA%3BEACA%2CoBAAA%3B%3BAAPR%2CYA5FhB%2CcAKI%2CQAII%2CMAkFI%2CQACK%2CKAUG%3BEACI%2CcAAA%3B%3BAAIR%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%3BEbtHrB%2CsBAAA%3BEJiPA%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CaCpRqB%2CaCFC%2C8CFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CeAAA%3BEI9NA%2CsBAAA%3BEACA%2CsBAAA%3BEaqGwB%2CgBAAA%3B%3BAbpFxB%2CYa1BI%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbjFpB%3BAACD%2CYa3BI%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbhFpB%3BEJ2MD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAI%5C%2FLA%2CYavCI%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbpEpB%3BEJ%2BLD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAInLA%2CYanDI%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbxDpB%3BAACD%2CYapDI%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbvDpB%3BAACD%2CQAAQ%2CUAAW%2CaarDf%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%3BEjB2HrB%2CYAAA%3BEI%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAawDoB%2CYAhHpB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMAKI%3BEACG%2CqBAAA%3B%3BA4JvKxB%2CmBAAC%3BAAAD%2CeAAC%3BE7K4RL%2CmBAAA%3B%3BA6K1RQ%2CMAAO%2CoBAFV%3BAAEG%2CMAAO%2CgBAFV%3BEAGO%2CgBAAA%3B%3BAAMR%2CsBAAC%3BEACG%2CSAAA%3B%3BACdR%2CsBACI%3BEACI%2CgBAAA%3B%3BACDJ%2CyBAAC%3BEACG%2CcAAA%3BEACA%2CmBAAA%3B%3BAAKJ%2CgCAAC%3BEACG%2CSAAA%3B%3BAlIVR%2CQACI%2CgBACI%3BEACI%2CSAAA%3B%3BAAHZ%2CQACI%2CgBACI%2CUAEI%3BEACI%2CkBAAA%3B%3BAALhB%2CQACI%2CgBACI%2CUAEI%2CQAEI%3BEACI%2CqBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3B%3BAACA%2CQAThB%2CgBACI%2CUAEI%2CQAEI%2COAIK%3BEAEG%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CQAfhB%2CgBACI%2CUAEI%2CQAEI%2COAUK%2CIACG%2CKAEM%3BEACE%2CWAAA%3B%3BAApBhC%2CQACI%2CgBACI%2CUAEI%2CQAqBI%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3B%3BAA5BpB%2CQACI%2CgBA%2BBI%2CeACI%3BEACI%2CmBAAA%3B%3BAAlChB%2CQACI%2CgBA%2BBI%2CeACI%2CiBAEI%3BEACI%2CgBAAA%3B%3BAApCpB%2CQACI%2CgBA%2BBI%2CeACI%2CiBAEI%2CSAEI%3BEACI%2CWAAA%3B%3BAAtCxB%2CQACI%2CgBA%2BBI%2CeACI%2CiBAQI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3B%3BAAKR%2CQA%5C%2FCR%2CgBA8CI%2CQACK%3BE7CiPb%2CqBAAA%3BEwC9QA%2CqBAAA%3BEKmCgB%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAARJ%2CQA%5C%2FCR%2CgBA8CI%2CQACK%2CILqOX%3BExChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAwCHA%2CQKxBI%2CgBA8CI%2CQACK%2CILvBZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgEpOU%2COhEoOV%3BEAAA%2CayCtOe%2CazCsOf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CQKrCA%2CgBA8CI%2CQACK%2CILXZ%2CMACI%3BExC2PL%2CcAAA%3B%3BAwCrPI%2CQK3CA%2CgBA8CI%2CQACK%2CILLZ%2COACI%3BExCqPL%2CcAAA%3B%3BA6CvOY%2CQAzDR%2CgBA8CI%2CQAWK%3BEACG%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CQA7DR%2CgBA8CI%2CQAeK%3BEACG%2CcAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CQAjER%2CgBA8CI%2CQAmBK%3BE7C%2BNb%2CqBAAA%3BEIzDA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEJgDA%2CgBAAA%3B%3BA6C%5C%2FNY%2CQAjER%2CgBA8CI%2CQAmBK%2COLmNX%3BExChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAwCHA%2CQKxBI%2CgBA8CI%2CQAmBK%2COLzCZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CSC5PU%2COD4PV%3BEAAA%2CayCtOe%2CazCsOf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CQKrCA%2CgBA8CI%2CQAmBK%2COL7BZ%2CMACI%3BExC2PL%2CcAAA%3B%3BAwCrPI%2CQK3CA%2CgBA8CI%2CQAmBK%2COLvBZ%2COACI%3BExCqPL%2CcAAA%3B%3BAI7CA%2CQyCnPI%2CgBA8CI%2CQAmBK%2COzCkLZ%3BAACD%2CQyCpPI%2CgBA8CI%2CQAmBK%2COzCmLZ%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CQyCzPI%2CgBA8CI%2CQAmBK%2COzCwLZ%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CQyC9PI%2CgBA8CI%2CQAmBK%2COzC6LZ%3BAACD%2CQyC%5C%2FPI%2CgBA8CI%2CQAmBK%2COzC8LZ%3BAACD%2CQAAQ%2CUAAW%2CSyChQf%2CgBA8CI%2CQAmBK%3BEzCgMT%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BAgL1SJ%3BEAAM%2CaAAa%2CkBAAb%3B%3BAACN%2CCAAC%3BEAAQ%2CaAAA%3B%3BAAKT%2CQAJ2B%3BEACzB%3BIAAY%2CaAAA%3B%3BEACZ%2COAAO%3BIAAS%2CUAAA%3B%3B%3BAAElB%3BAAAkB%2CKAAK%2CSAAS%3BAAAQ%2CKAAK%2CKAAK%3BAAAe%2CKAAK%2CSAAS%3BAAAS%2CKAAK%2COAAO%3BAAAU%2CKAAK%3BAAAoB%3BAAAoB%3BAAC3J%3BAAAQ%2CCAAC%2COAAO%3BAAAU%3BAAAO%2CaAAc%3BEAAO%2C0BAAA%3BEAA2B%2CuBAAA%3BEAAwB%2CkBAAA%3B%3BAACzG%2COAAO%3BEAAU%2CYAAA%3BEAAa%2CcAAA%3B%3BAAC9B%2CCAAC%3BEAAS%2CqBAAA%3B%3BAACV%2CMAAM%3BEAAW%2CwBAAA%3B%3B%3BAAOjB%2CQAJ0B%3BEAC1B%2COAAO%2CMAAS%2CUAAO%2CMAAS%2CKAAK%3BEACrC%2COAAO%2CMAAS%2CUAAO%2CMAAS%2CKAAK%3BIAAM%2C2BAAA%3B%3B%3BAAE3C%2CYAAa%2CQAAO%3BEAAS%2CYAAA%3BEAAc%2CkBAAA%3B%3BAAE3C%2CYAAY%3BEAAS%2CaAAA%3BEAAa%2CuDAAA%3BEAC9B%2CoDAAA%3BEAAkD%2C%2BCAAA%3B%3BAADtD%2CYAAY%2CMAEX%2COAAM%2COAAQ%2CQAAO%2CMAAS%2CKAAK%3BEAAI%2CcAAA%3B%3BAAFxC%2CYAAY%2CMAGR%2COAAM%2CQACT%3BEAAG%2CcAAA%3BEAAyB%2CeAAA%3B%3BAAJ7B%2CYAAY%2CMAGR%2COAAM%2CQAET%2CEAAC%3BEAAQ%2CcAAA%3B%3B%3BAAIT%2CYAAY%2CMAAO%2COAAM%3BEAAW%2CeAAA%3B%3B%3B%3BAAApC%2CYAAY%2CMAAO%2COAAM%2CQACzB%2COAAM%3BEAAU%2CgBAAA%3B%3BAADhB%2CYAAY%2CMAAO%2COAAM%2CQAEzB%2CQAAO%2CMAAS%2CUAAO%3BEAAS%2CiBAAA%3BEAAiB%2CkBAAA%3B%3BAAFjD%2CYAAY%2CMAAO%2COAAM%2CQAGzB%2CoBAAmB%3BEAAW%2CSAAS%2COAAT%3BEAAkB%2CwBAAA%3BEAA0B%2CeAAA%3BEAAiB%2CkBAAA%3BEAAoB%2CSAAA%3B%3BAAH%5C%2FG%2CYAAY%2CMAAO%2COAAM%2CQAItB%3BEAAY%2CUAAA%3BEAAW%2CYAAA%3BEAAa%2CoBAAA%3B%3BAAJvC%2CYAAY%2CMAAO%2COAAM%2CQAItB%2CUACF%3BEAAI%2CWAAA%3BEAAY%2CeAAA%3BEAAiB%2CmBAAA%3BEAAmB%2CgBAAA%3BEAAkB%2CeAAA%3BEAAe%2CcAAA%3BEAAuB%2CkBAAA%3BEAAoB%2CYAAA%3B%3BAALjI%2CYAAY%2CMAAO%2COAAM%2CQAItB%2CUAEF%2CGAAG%3BEAAG%2CcAAA%3BEAAwB%2CcAAA%3BEAAe%2CeAAA%3BEAAgB%2CgBAAA%3BEAAiB%2CiBAAA%3BEAAmB%2CUAAA%3BEAAa%2CqBAAA%3B%3BAAN%5C%2FG%2CYAAY%2CMAAO%2COAAM%2CQAItB%2CUAGF%2CGAAG%3BEAAI%2CWAAA%3BEAAW%2CgBAAA%3BEAAgB%2CSAAA%3BEAAU%2CUAAA%3BEAAY%2CkBAAA%3BEAAoB%2CiBAAA%3B%3BAAP7E%2CYAAY%2CMAAO%2COAAM%2CQAItB%2CUAIF%2CGAAG%2CGAAG%3BEAAI%2CcAAA%3BEAAyB%2CgBAAA%3B%3BAARpC%2CYAAY%2CMAAO%2COAAM%2CQAItB%2CUAKF%2CGAAG%2CGAAE%3BEAAQ%2CWAAA%3B%3BAATd%2CYAAY%2CMAAO%2COAAM%2CQAItB%2CUAMF%2CGAAG%2CGAAE%3BEAAc%2CeAAA%3BEAAgB%2CgBAAA%3B%3BAAVpC%2CYAAY%2CMAAO%2COAAM%2CQAItB%2CUAOF%2CGAAG%2CGAAE%3BEAAc%2CeAAA%3B%3BAAXpB%2CYAAY%2CMAAO%2COAAM%2CQAItB%2CUAQF%2CGAAG%3BEAAK%2CaAAA%3BEAAc%2CUAAA%3BEAAW%2C0BAAA%3BEAA2B%2C6BAAA%3BEAAoC%2CkBAAA%3BEAAoB%2CSAAA%3BEAAW%2CYAAA%3BEACrH%2CmBAAA%3B%3BAAbX%2CYAAY%2CMAAO%2COAAM%2CQAItB%2CUAUF%2CGAAG%2CGAAG%3BEAAK%2CgCAAA%3BEAAsC%2CcAAA%3BEAAe%2CWAAA%3B%3BAAdjE%2CYAAY%2CMAAO%2COAAM%2CQAItB%2CUAWF%2CGAAG%2CGAAG%2CGAAG%3BEAAI%2CUAAA%3B%3BAAfd%2CYAAY%2CMAAO%2COAAM%2CQAItB%2CUAYF%2CGAAG%2CGAAE%2CMAAS%3BEAAI%2CcAAA%3B%3BAAhBnB%2CYAAY%2CMAAO%2COAAM%2CQAItB%2CUAaF%2CGAAG%2CEAAC%3BEAAS%2CSAAS%2COAAT%3BEAAkB%2CeAAA%3BEAAgB%2CkBAAA%3BEAAmB%2CQAAA%3BEAAS%2CaAAa%2CaAAb%3BEAA2B%2CmBAAA%3B%3BAAjBvG%2CYAAY%2CMAAO%2COAAM%2CQAItB%2CUAcF%2CGAAG%2CGAAG%2CGAAG%2CEAAC%3BEAAS%2CSAAS%2CEAAT%3B%3BAAlBpB%2CYAAY%2CMAAO%2COAAM%2CQAItB%2CUAeF%2CGAAG%2CGAAG%2CGAAE%3BEAAc%2CgCAAA%3B%3BAAnBvB%2CYAAY%2CMAAO%2COAAM%2CQAqBzB%2CUAAS%3BEAAW%2CeAAA%3BEAAgB%2CwBAAA%3BEAAyB%2CSAAS%2COAAT%3BEAAiB%2CcAAA%3BEAAgB%2CcAAA%3BEAAyB%2CWAAA%3B%3BAArBvH%2CYAAY%2CMAAO%2COAAM%2CQAyBzB%3BEAAkB%2CWAAA%3B%3BAAzBlB%2CYAAY%2CMAAO%2COAAM%2CQAyBzB%2CgBACC%3BEAAK%2CSAAA%3BEAAU%2CUAAA%3B%3BAA1BhB%2CYAAY%2CMAAO%2COAAM%2CQAyBzB%2CgBACC%2CGACA%3BEAAI%2CWAAA%3BEAAY%2CkBAAA%3BEAAkB%2CqBAAA%3BEAAqB%2CgBAAA%3BEAAiB%2CeAAA%3BEAAe%2CcAAA%3BEAAuB%2CiBAAA%3B%3BAA3B%5C%2FG%2CYAAY%2CMAAO%2COAAM%2CQAyBzB%2CgBACC%2CGACA%2CGACA%3BEAAM%2CcAAA%3B%3BAA5BP%2CYAAY%2CMAAO%2COAAM%2CQAyBzB%2CgBACC%2CGAIA%2CGAAE%3BEAAc%2CeAAA%3BEAAgB%2CuBAAA%3B%3BAA9BjC%2CYAAY%2CMAAO%2COAAM%2CQAyBzB%2CgBACC%2CGAKA%2CGAAE%3BEAAe%2CkBAAA%3BEAAmB%2CeAAA%3BEAAgB%2CgBAAA%3BEAAgB%2CSAAA%3B%3BAA%5C%2FBrE%2CYAAY%2CMAAO%2COAAM%2CQAyBzB%2CgBACC%2CGAMA%2CGAAE%2CYAAY%3BEAAS%2CwBAAA%3BEAA0B%2CSAAS%2COAAT%3BEAAkB%2CiBAAA%3BEAAmB%2CcAAA%3BEAAe%2CSAAA%3BEAAW%2CkBAAA%3B%3B%3BAAKlH%2CeACA%2CKAAI%3BEAAU%2CSAAS%2COAAT%3BEAAkB%2CeAAA%3BEAAgB%2CkBAAA%3BEAAkB%2CQAAA%3BEAAS%2CkBAAA%3BEAAmB%2CaAAa%2CaAAb%3B%3BAAD9F%2CeAEA%2CUAAS%3BEAAU%2CSAAS%2COAAT%3BEAAiB%2CeAAA%3BEAAe%2CkBAAA%3BEAAkB%2CQAAA%3BEAAS%2CmBAAA%3BEAAoB%2CaAAa%2CaAAb%3B%3BAAKlG%2CQAHyB%2CuBAAwB%3BEACjD%2CYAAY%2CMAAS%2CSAAM%3BIAAU%2CeAAA%3B%3B%3BAAcrC%2CmBAZqC%3BEACpC%2CYAAY%2CMAAO%2COAAM%2CQACzB%2COAAM%3BIAAU%2CgBAAA%3BIAAgB%2CWAAA%3BIAAa%2CqBAAA%3B%3BEAD7C%2CYAAY%2CMAAO%2COAAM%2CQAEzB%2CgBAAkB%3BIAAI%2C6BAAA%3BIAA%2BB%2CcAAA%3BIAAgB%2CUAAA%3B%3BEAFrE%2CYAAY%2CMAAO%2COAAM%2CQAGzB%2CgBAAgB%3BIAAI%2CeAAA%3BIAAiB%2CkBAAA%3BIAAmB%2CgBAAA%3BIAAiB%2CiBAAA%3B%3BEAHzE%2CYAAY%2CMAAO%2COAAM%2CQAIzB%2CGAAE%3BIAAc%2CeAAA%3BIAAgB%2CsBAAA%3B%3BEAJhC%2CYAAY%2CMAAO%2COAAM%2CQAKzB%2CGAAE%3BIAAe%2CmBAAA%3BIAAqB%2CgBAAA%3BIAAgB%2CSAAA%3B%3BEALtD%2CYAAY%2CMAAO%2COAAM%2CQAMzB%3BIAAW%2CaAAA%3B%3B%3B%3B%3BAAKZ%2CYAAY%3BEAAQ%2C2CAAA%3B%3BAACnB%2CYAAY%2CMAAO%2COAAM%2CQAC1B%3BEAAoB%2CYAAA%3BEAAc%2CaAAA%3BEAAe%2CkBAAA%3BEAAoB%2CWAAA%3BEAAa%2CSAAA%3B%3BAADjF%2CYAAY%2CMAAO%2COAAM%2CQAEzB%2CkBAAkB%2CQAAO%2CSAAS%3BEAC9B%2CcAAA%3BEAAyB%2CSAAS%2COAAT%3BEAAkB%2CeAAA%3BEAAiB%2CaAAa%2CaAAb%3BEAA6B%2CeAAA%3BEAAgB%2CiBAAA%3BEAAmB%2CSAAA%3B%3BAAHhI%2CYAAY%2CMAAO%2COAAM%2CQAIzB%2CkBAAkB%2CQAAO%2CSAAS%3BAAJlC%2CYAAY%2CMAAO%2COAAM%2CQAImB%2CkBAAkB%2CQAAO%2CSAAS%2COAAO%3BEACnF%2CcAAA%3BEAA2B%2CiBAAA%3BEAAoB%2CkBAAA%3B%3BAALjD%2CYAAY%2CMAAO%2COAAM%2CQAMzB%3BEAAgB%2C2BAAA%3BEAA4B%2CgBAAA%3B%3BAAN5C%2CYAAY%2CMAAO%2COAAM%2CQAOzB%2CEAAC%2COAAO%2CSAAS%3BEAAW%2C0BAAA%3B%3BAAP5B%2CYAAY%2CMAAO%2COAAM%2CQAQzB%2CkBAAkB%2CQAAO%2CSAAS%3BEAAS%2CYAAA%3B%3BAAI5C%2CYAAY%2CMAAO%2COAAM%2CQAAS%2CkBAAkB%2CQAAO%2CSAAS%3BAACpE%2CYAAY%2CMAAO%2COAAM%2CQAAS%2CkBAAkB%2CQAAO%2CSAAS%2COAAO%3BEAAW%2CiBAAA%3BEAAkB%2CcAAA%3B%3BAACxG%2CYAAY%2CMAAO%2COAAM%2CQAAS%2CQAAO%2CSAAU%2CSAAQ%2CIAAM%2CEAAC%3BEAAO%2CcAAA%3B%3BAACzE%2CYAAY%2CMAAM%2CcAAe%2COAAM%2CQAAS%2CQAAO%2CSAAU%2CSAAQ%2CIAAM%2CEAAC%3BEAAO%2CWAAA%3B%3BAACvF%2CcAAe%2CkBAAkB%2CQAAO%2CSAAU%2CSAAQ%3BEAAM%2CcAAA%3B%3BAAChE%2CYAAY%2CMAAM%2CcAAe%2COAAM%2CQAAS%3BEAAmB%2CYAAA%3B%3BAACnE%2CYAAY%2CMAAO%2COAAM%2CQAAS%2CQAAO%3BEAAa%2CiBAAA%3B%3BAACtD%2CiBAAkB%2CQAAO%2CSAAU%2CSAAQ%3BEAAM%2CcAAA%3BEAAsB%2CgBAAA%3BEAAkB%2CmBAAA%3BEAAoB%2CgBAAA%3BEAAkB%2CWAAA%3BEAAY%2CgBAAA%3B%3BAAC3I%2CaAAc%2COAAM%3BEAAU%2CeAAA%3B%3BAAC9B%2CYAAY%2CMAAM%2CcAAe%2COAAM%2CQAAS%2CkBAAkB%2CQAAO%2CSAAU%2CSAAQ%3BEAAM%2CUAAA%3BEAAW%2CeAAA%3BEAAgB%2CkBAAA%3B%3BAAC5H%2CMAAM%2CYAAY%2CMAAM%2CcAAe%2CQAAO%3BEAAY%2CYAAA%3B%3BAAC1D%2CMAAM%2CYAAY%2CMAAM%2CcAAe%2CkBAAkB%2CQAAO%2CSAAU%2CSAAQ%3BEAAM%2CeAAA%3B%3BAA0BvF%2CmBAxBoC%3BEACpC%2CYAAY%2CMAAO%2COAAM%2CQACzB%2CkBAAkB%2CQAAO%2CSAAS%3BIACjC%2CcAAA%3BIAAqB%2CSAAS%2COAAT%3BIAAiB%2CaAAa%2CaAAb%3BIAA2B%2CeAAA%3BIAAgB%2CiBAAA%3B%3BEAFlF%2CYAAY%2CMAAO%2COAAM%2CQAGzB%2CkBAAkB%2CQAAO%2CSAAS%3BEAHlC%2CYAAY%2CMAAO%2COAAM%2CQAGmB%2CkBAAkB%2CQAAO%2CSAAS%2COAAO%3BIACpF%2CcAAA%3BIAAqB%2CiBAAA%3BIAAmB%2CSAAA%3B%3BEAJzC%2CYAAY%2CMAAO%2COAAM%2CQAKzB%3BIAAmB%2CkBAAA%3BIAAmB%2CWAAA%3BIAAY%2CeAAA%3BIAAgB%2CkBAAA%3BIAAoB%2CYAAA%3BIAAa%2CiBAAA%3B%3BEALnG%2CYAAY%2CMAAO%2COAAM%2CQAKzB%2CkBACE%2CgBAAe%3BIAAU%2CWAAA%3B%3BEAN3B%2CYAAY%2CMAAO%2COAAM%2CQAQxB%2CkBACI%2CQAAO%2CSAAS%3BIAAU%2CcAAA%3BIAAsB%2CiBAAA%3BIAAmB%2CSAAA%3B%3BEATxE%2CYAAY%2CMAAO%2COAAM%2CQAQxB%2CkBAEG%2CQAAO%2CSAAS%2COAAO%3BIAAU%2CcAAA%3BIAAsB%2CiBAAA%3BIAAmB%2CSAAA%3B%3BEAV9E%2CYAAY%2CMAAO%2COAAM%2CQAQxB%2CkBAGA%2CQAAO%2CSAAU%2CSAAQ%3BIAAK%2CiBAAA%3BIAAmB%2CYAAA%3B%3BEAXlD%2CYAAY%2CMAAO%2COAAM%2CQAQxB%2CkBAIG%2CQAAO%2CSAAS%3BIAAU%2CcAAA%3B%3BEAZ9B%2CYAAY%2CMAAO%2COAAM%2CQAQxB%2CkBAKG%2CQAAO%2CSAAS%2COAAO%3BIAAU%2CcAAA%3B%3BEAbrC%2CYAAY%2CMAAO%2COAAM%2CQAQxB%2CkBAMG%2CQAAO%2CSAAS%2COAAQ%2CSAAQ%3BIAAM%2CUAAA%3BIAAW%2CeAAA%3BIAAgB%2CiBAAA%3BIAAmB%2CWAAA%3BIAAY%2CkBAAA%3B%3BEAdpG%2CYAAY%2CMAAO%2COAAM%2CQAQxB%2CkBAOG%2CQAAO%2CSAAU%2CSAAQ%3BIAAM%2CgBAAA%3B%3BEAGpC%2CYAAY%2CMAAO%2CcAAc%3BIAAQ%2CmBAAA%3B%3B%3B%3B%3BAAKxC%2CYAAY%3B%3B%3B%3BAAAZ%2CYAAY%2CMACZ%2CQAAO%3BEAAS%2CUAAA%3B%3BAADhB%2CYAAY%2CMACZ%2CQAAO%2CMACN%2CQAAO%3BEAAS%2CqBAAA%3B%3BAAFjB%2CYAAY%2CMACZ%2CQAAO%2CMACN%2CQAAO%2CMACP%3BEAAK%2CeAAA%3B%3BAAHN%2CYAAY%2CMACZ%2CQAAO%2CMACN%2CQAAO%2CMACP%2CGACC%3BEAAI%2CeAAA%3BEAAgB%2CcAAA%3BEAAe%2CkBAAA%3BEAAmB%2CoBAAA%3BEAAqB%2CQAAA%3B%3BAAJ7E%2CYAAY%2CMACZ%2CQAAO%2CMACN%2CQAAO%2CMAIP%2CGAAE%3BEAAa%2CSAAA%3B%3BAANhB%2CYAAY%2CMACZ%2CQAAO%2CMAQN%2CQAAO%2CMAAO%2CGAAE%2CmBAAmB%3BEAAU%2CSAAS%2CGAAT%3BEAAa%2CSAAA%3BEAAU%2CkBAAA%3B%3BAATrE%2CYAAY%2CMACZ%2CQAAO%2CMASN%2CQAAO%2CMAAO%2CGAAE%2CmBAAoB%3BEAAG%2CSAAA%3B%3BAAVxC%2CYAAY%2CMAcX%3BEAAgB%2CsBAAA%3BEAAwB%2CoBAAA%3BEAAsB%2CwBAAA%3BEAAyB%2CYAAA%3B%3BAAdxF%2CYAAY%2CMAcX%2CcAEA%2CkBACC%3BEAAI%2CSAAA%3BEAAS%2CUAAA%3B%3B%3BAAjBf%2CYAAY%2CMAcX%2CcAEA%2CkBACC%2CGACA%3BEAAK%2CWAAA%3BEAAY%2CkBAAA%3BEAAoB%2CmBAAA%3BEAAmB%2CgBAAA%3BEAAiB%2CeAAA%3BEAAe%2CcAAA%3B%3BAAlB1F%2CYAAY%2CMAcX%2CcAEA%2CkBACC%2CGACA%2CGACA%3BEAAG%2CcAAA%3BEAAwB%2CqBAAA%3B%3BAAnB7B%2CYAAY%2CMAcX%2CcAEA%2CkBACC%2CGACA%2CGACA%2CEACA%3BEAAQ%2CcAAA%3BEAAwB%2CyBAAA%3B%3BAApBlC%2CYAAY%2CMAcX%2CcAEA%2CkBACC%2CGAOA%2CGAAE%3BEAAe%2CgBAAA%3B%3BAAxBnB%2CYAAY%2CMAkCX%3BEAAQ%2CwBAAA%3B%3BAAlCT%2CYAAY%2CMAmCX%2CMAAM%3BEAAK%2CYAAA%3B%3BAAnCZ%2CYAAY%2CMAoCX%3BEAAe%2CkBAAA%3BEAAmB%2CUAAA%3BEAAW%2CYAAA%3BEAAc%2C6BAAA%3BEAA4C%2CmBAAA%3B%3BAApCxG%2CYAAY%2CMAoCX%2CcACC%3BEAAa%2CUAAA%3B%3BAArCf%2CYAAY%2CMAoCX%2CcACC%2CYACE%3BEAAK%2C6BAAA%3B%3BAAtCT%2CYAAY%2CMAoCX%2CcACC%2CYACE%2CGACI%2CGAAE%3BEAAQ%2CWAAA%3B%3BAAvClB%2CYAAY%2CMAoCX%2CcACC%2CYACE%2CGAEC%2CGAAE%2COAAU%3BEAAY%2CeAAA%3BEAAiB%2CeAAA%3BEAAgB%2CiBAAA%3B%3BAAxC9D%2CYAAY%2CMAoCX%2CcACC%2CYACE%2CGAGC%2CGAAE%3BEAAY%2CWAAA%3B%3BAAzCnB%2CYAAY%2CMAoCX%2CcACC%2CYACE%2CGAGC%2CGAAE%2CUACD%3BEAAY%2CmBAAA%3BEAA0B%2CqBAAA%3BEAAuB%2CgBAAA%3BEAAiB%2CgBAAA%3BEAAiB%2CkBAAA%3BEAAmB%2CeAAA%3BEAAgB%2CeAAA%3BEAAgB%2CiBAAA%3BEAAkB%2CgBAAA%3BEAAiB%2CcAAA%3BEAAqB%2CyBAAA%3BEAA0B%2CiBAAA%3BEAAiB%2CeAAA%3BEAAiB%2CaAAA%3B%3BAA1C5Q%2CYAAY%2CMAoCX%2CcACC%2CYACE%2CGAGC%2CGAAE%2CUAEF%2CUAAS%3BEAAQ%2CmBAAA%3B%3BAA3CtB%2CYAAY%2CMAoCX%2CcACC%2CYAUC%3BEAAU%2CuBAAA%3BEAAwB%2C8BAAA%3BEAA8B%2CSAAA%3B%3BAA%5C%2FCnE%2CYAAY%2CMAoCX%2CcACC%2CYAWC%2CcAAa%2CaAAa%3BEAAa%2CUAAA%3B%3BAAhD1C%2CYAAY%2CMAoCX%2CcACC%2CYAWC%2CcAAa%2CaAAa%2CSACxB%3BEAAK%2CsBAAA%3BEAAwB%2CUAAA%3BEAAW%2CSAAA%3B%3BAAjD7C%2CYAAY%2CMAoCX%2CcACC%2CYAWC%2CcAAa%2CaAAa%2CSACxB%2CGACD%3BEAAG%2CqBAAA%3BEAAsB%2CcAAA%3BEAAoB%2CaAAA%3BEAAc%2CSAAA%3BEAAS%2CgBAAA%3BEAAgB%2C8BAAA%3BEAAoC%2C%2BBAAA%3B%3BAAlD5H%2CYAAY%2CMAoCX%2CcACC%2CYAWC%2CcAAa%2CaAAa%2CSACxB%2CGACD%2CEACA%3BEAAS%2CqBAAA%3BEAAsB%2CcAAA%3BEAAoB%2CmBAAA%3BEAAwB%2C8BAAA%3BEAAoC%2C%2BBAAA%3B%3BAAnDnH%2CYAAY%2CMAoCX%2CcACC%2CYAWC%2CcAAa%2CaAAa%2CSACxB%2CGACD%2CEAEA%2COAAO%3BEAAM%2CuBAAA%3BEAAwB%2CqBAAA%3B%3BAApDzC%2CYAAY%2CMA6DX%3BEAAc%2CeAAA%3BEAAiB%2CUAAA%3B%3BAA7DhC%2CYAAY%2CMA8DX%2CYAAW%3BEAAW%2CSAAS%2COAAT%3BEAAkB%2CaAAa%2CaAAb%3BEACxC%2CeAAA%3BEAAiB%2CkBAAA%3BEAAmB%2CmBAAA%3B%3BAA%5C%2FDrC%2CYAAY%2CMAiEX%2CaAAa%2CMAAM%3BEAAK%2CYAAA%3B%3BAAjEzB%2CYAAY%2CMAkEX%2CaAAa%3BEAAQ%2CmBAAA%3B%3BAAlEtB%2CYAAY%2CMAmEX%2COAAM%2CYAAY%2CcACZ%3BEAAa%2CeAAA%3BEAAiB%2CYAAA%3BEAAa%2CgBAAA%3B%3BAApElD%2CYAAY%2CMAmEX%2COAAM%2CYAAY%2CcAElB%2CYAAY%3BEAAI%2CYAAA%3BEAAc%2CWAAA%3BEAAa%2CQAAA%3B%3BAArE5C%2CYAAY%2CMAmEX%2COAAM%2CYAAY%2CcAGlB%2CYAAY%2CGAAG%3BEAAI%2CeAAA%3B%3BAAtEpB%2CYAAY%2CMAmEX%2COAAM%2CYAAY%2CcAIlB%2CYAAY%2CGAAG%2CGAAE%3BEAAY%2CkBAAA%3B%3BAAvE9B%2CYAAY%2CMAmEX%2COAAM%2CYAAY%2CcAKlB%2CYAAY%2CGAAG%3BEAAI%2CQAAA%3B%3BAAxEpB%2CYAAY%2CMAmEX%2COAAM%2CYAAY%2CcAMjB%3BEAAmB%2CkBAAA%3BEAAmB%2CUAAA%3BEAAY%2CQAAA%3BEAAU%2CeAAA%3B%3BAAzE9D%2CYAAY%2CMA2EX%2COAAM%2CYAAY%2CMAAM%2CcAAe%2CYAAY%2CGAAG%2CQAAQ%3BEAAI%2CQAAA%3B%3BAAWpE%2CQAPyB%2CuBAAsB%3BEAO%5C%2FC%2CYAtFa%2CMAgFT%2CaAAY%2CMAAO%2CaAAY%3BIAAS%2CaAAA%3B%3BEAM5C%2CYAtFa%2CMAiFZ%2CaAAa%3BIAAQ%2C4BAAA%3B%3B%3BAAjFrB%2CYAAY%2CMAsFb%2CcAAc%3BEAAgB%2CgBAAA%3BEAAiB%2CaAAA%3B%3BAAtF9C%2CYAAY%2CMAuFb%2CcAAa%2CKAAM%3BEAAgB%2CgBAAA%3BEAAiB%2CcAAA%3B%3BAAvFnD%2CYAAY%2CMAwFb%3BEAAgB%2CiBAAA%3BEAAkB%2CgBAAA%3BEAAkB%2CWAAA%3BEAAY%2CYAAA%3B%3BAAxF%5C%2FD%2CYAAY%2CMAwFb%2CcACC%3BEAAQ%2CyBAAA%3BEAA2B%2CSAAA%3BEAAW%2CcAAA%3BEAAuB%2CYAAA%3BEAAc%2CWAAA%3B%3BAAzFnF%2CYAAY%2CMAwFb%2CcAEC%2CQAAO%3BEAAU%2CmBAAA%3BEAA2B%2CcAAA%3BEAAgB%2CYAAA%3BEAAc%2CeAAA%3BEAAgB%2CWAAA%3B%3BAA1F1F%2CYAAY%2CMAwFb%2CcAGC%2CQAAO%2COAAO%3BEAAU%2CSAAS%2COAAT%3BEAAkB%2CeAAA%3BEAAgB%2CcAAA%3B%3BAA3F1D%2CYAAY%2CMA6Fb%3BEAAc%2CYAAA%3BEAAc%2CiBAAA%3BEAAmB%2CkBAAA%3BEAAoB%2CSAAA%3BEAAW%2CWAAA%3BEAAW%2CYAAA%3B%3BAA7FxF%2CYAAY%2CMA8Fb%2CmBAAkB%3BEAAS%2CSAAS%2COAAT%3BEAAkB%2CcAAA%3BEAAe%2CeAAA%3B%3BAA9F3D%2CYAAY%2CMA%2BFb%3BEAAqB%2CYAAA%3B%3BAA%5C%2FFpB%2CYAAY%2CMAgGb%2CmBAAkB%3BEAAU%2CeAAA%3B%3BAAE5B%2CYAAY%2CMAAO%2CcAAc%2CYAAY%2CaAAe%2CKAAG%2CGAAE%3BEAAc%2CWAAA%3BEAAY%2CaAAA%3B%3BAAM3F%2CQAL2B%3BEACvB%2CYAAY%2CMAAO%3BIAAc%2CUAAA%3B%3BEACpC%2CYAAY%2CMAAO%2CcAAc%2CYAAY%2CGAAG%2CGAAE%2COAAU%3BIAAY%2CeAAA%3BIAAiB%2CeAAA%3B%3BEACzF%2CYAAY%2CMAAO%2COAAM%2CQAAS%2CUAAU%2CGAAG%3BIAAI%2CWAAA%3B%3B%3BAAWpD%2CQAT0B%3BEACzB%2CYAAY%2CMAAO%2CcAAc%2CYAAY%2CGAAG%2CGAAE%2COAAU%3BIAAY%2CeAAA%3B%3BEACxE%2CYAAY%2CMACT%2CcACH%2CYAAY%2CGAAG%2CGAAE%3BIAAW%2CaAAA%3B%3B%3BAAsC7B%2CmBAjCqC%3BEACrC%2CYAAY%2CMAAO%2CcAAc%2CYAAY%2CGAAG%2CGAAE%3BIAAS%2CWAAA%3BIAAc%2CWAAA%3B%3BEACzE%2CYAAY%2CMAAO%2CcAAc%2CYAAY%2CGAAG%2CGAAE%2CUAAW%3BIAAW%2CiBAAA%3BIAAsB%2C0BAAA%3B%3BEAC7F%2CYAAY%2CMACZ%3BIAAO%2CcAAA%3B%3BEADP%2CYAAY%2CMACZ%2CMACA%3BIAAM%2CWAAA%3B%3BEAFN%2CYAAY%2CMAIZ%3BIAAe%2CSAAA%3B%3BEAJf%2CYAAY%2CMAIZ%2CcACC%2CYACC%2CGACI%2CGAAE%2COAAU%2CIAAC%3BIAAY%2C4BAAA%3B%3BEAP%5C%2FB%2CYAAY%2CMAIZ%2CcACC%2CYACC%2CGAEC%2CGAAE%3BIAAY%2CWAAA%3BIAAY%2CcAAA%3B%3BEAR7B%2CYAAY%2CMAYZ%3BIAAc%2CgBAAA%3BIAAkB%2CWAAA%3B%3BEAZhC%2CYAAY%2CMAaZ%3BIAAgB%2CWAAA%3BIAAY%2CWAAA%3BIAAa%2CgBAAA%3BIAAkB%2CiBAAA%3BIAAmB%2CgBAAA%3BIAAkB%2CWAAA%3B%3BEAbhG%2CYAAY%2CMAcZ%2CcAAc%3BIAAgB%2CcAAA%3BIAAe%2CgBAAA%3B%3BEAd7C%2CYAAY%2CMAeZ%3BIAAsB%2CaAAA%3BIAAe%2CYAAA%3B%3BEAfrC%2CYAAY%2CMAgBZ%3BIAAe%2CWAAA%3BIAAa%2CWAAA%3BIAAa%2CgBAAA%3BIAAkB%2CiBAAA%3BIAAmB%2CgBAAA%3BIAAkB%2CWAAA%3B%3BEAhBhG%2CYAAY%2CMAgBZ%2CcACC%3BIAAQ%2CYAAA%3B%3BEAIV%2CiBAAkB%2CQAAO%2CSAAU%2CSAAQ%3BIAAM%2CWAAA%3B%3BEACjD%2CYAAY%2CMAAO%2COAAM%2CQAAS%2CQAAO%2CSAAU%2CSAAQ%2CIAAK%2CEAAC%3BIAAO%2CWAAA%3B%3BEACxE%2CaAAc%2CQAAO%2CMAAO%3BEAAG%2CaAAc%2CQAAO%2CMAAO%2CEAAC%3BIAAQ%2CeAAA%3BIAAiB%2CyBAAA%3B%3BEACrF%2CWAAY%3BIAAY%2C0BAAA%3BIAA4B%2CiBAAA%3B%3BEACpD%2CaAAgB%2CUAAO%3BIAAU%2CaAAA%3B%3B%3B%3B%3BAAKjC%3BEAAU%2CWAAA%3B%3BAACV%3BEAAiB%2CaAAA%3B%3B%3BAAEjB%3BEAAa%2CiBAAA%3BEAAkB%2CyBAAA%3BEAAiC%2CcAAA%3B%3BAAAhE%2CWACC%3BEAAgB%2C6BAAA%3BEAA%2BB%2CgCAAA%3BEAAiC%2CaAAA%3BEAAc%2CiBAAA%3B%3BAAD%5C%2FF%2CWACC%2CcACE%3BEAAa%2CWAAA%3BEAAa%2CWAAA%3BEAAa%2CgBAAA%3B%3BAAF1C%2CWACC%2CcAEE%3BEAAK%2CcAAA%3BEAAuB%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CgBAAA%3BEAAmB%2CSAAA%3BEAAU%2CyBAAA%3B%3BAAH%5C%2FF%2CWACC%2CcAGE%3BEAAY%2C8BAAA%3BEAAgC%2CeAAA%3BEAAgB%2CcAAA%3BEAAqB%2CeAAA%3B%3BAAJpF%2CWACC%2CcAGE%2CUACC%3BEAAqB%2C8DAAA%3BEAA%2BD%2CWAAA%3BEAAY%2CYAAA%3BEAAY%2CwBAAA%3B%3BAALhH%2CWACC%2CcAGE%2CUAEA%3BEAAiB%2C%2BDAAA%3BEAAgE%2CWAAA%3BEAAY%2CYAAA%3BEAAa%2CwBAAA%3B%3BAAN7G%2CWACC%2CcAGE%2CUAGA%3BEAAiB%2C%2BDAAA%3BEAAgE%2CWAAA%3BEAAY%2CYAAA%3BEAAY%2CuBAAA%3B%3BAAqB5G%2CmBAjBqC%3BEACnC%2CWACE%2CcACD%2CWAAU%2CSAAS%3BIAAe%2CgBAAA%3B%3BEAFnC%2CWACE%2CcAED%2CWAAU%2CSAAS%3BIAAc%2CgBAAA%3B%3BEAHlC%2CWACE%2CcAGD%3BIAAe%2CgBAAA%3B%3BEAJhB%2CWACE%2CcAID%3BIAAc%2CgBAAA%3B%3BEALf%2CWACE%2CcAKD%2CUACA%3BIAAqB%2CSAAA%3B%3BEAPtB%2CWACE%2CcAKD%2CUAEA%3BIAAiB%2CSAAA%3B%3BEARlB%2CWACE%2CcAKD%2CUAGA%3BIAAiB%2CSAAA%3B%3B%3B%3B%3BAAOpB%2CcAAe%2COAAO%2CaAAa%3BEAAQ%2CeAAA%3BEAA2B%2CyBAAA%3B%3BAACtE%3BEAAiB%2CoBAAA%3B%3BAAAjB%2CcACC%2COAAO%3BEAAe%2CmBAAA%3B%3BAADvB%2CcAEI%2CGAAE%2CMAAO%3BEAAI%2CkBAAA%3B%3BAAFjB%2CcAGI%2COAAM%2CWACT%2CQAAO%3BEACN%2CsBAAA%3BEACA%2C%2BDAAA%3BEACA%2CYAAA%3BEAAa%2CgBAAA%3BEAAiB%2CuBAAA%3BEAAyB%2C0BAAA%3BEAAwC%2CcAAA%3BEAAe%2CYAAA%3BEAAc%2CWAAA%3BEAAW%2CmBAAA%3BEAAoB%2CoBAAA%3B%3BAAP7J%2CcAGI%2COAAM%2CWAMR%3BEAAO%2CaAAA%3B%3BAATT%2CcAWC%2COAAM%2CWAAY%3BEAAO%2CWAAA%3BEAAW%2CgBAAA%3BEAAiB%2CuBAAA%3BEAAyB%2C0BAAA%3BEAA4B%2CcAAA%3BEAAe%2CeAAA%3BEAAe%2CYAAA%3B%3BAAXzI%2CcAYC%2CcACC%3BEAA0B%2CcAAA%3BEAAsB%2CeAAA%3B%3BAAblD%2CcAYC%2CcAEK%3BEAAI%2CUAAA%3BEAAW%2CYAAA%3BEAAa%2CWAAA%3BEAAY%2CkBAAA%3B%3BAAd9C%2CcAYC%2CcAEK%2CGACJ%3BEAAE%2CkBAAA%3BEAAkB%2CWAAA%3BEAAY%2CiBAAA%3BEAAiB%2CuBAAA%3BEAAyB%2C0BAAA%3BEAA4B%2CYAAA%3BEAAa%2CiBAAA%3BEAAkB%2CSAAA%3B%3BAAfvI%2CcAYC%2CcAEK%2CGAEJ%2CEAAC%3BEAAiB%2CmBAAA%3B%3BAAhBpB%2CcAYC%2CcAEK%2CGAGJ%2CEAAC%3BEAAgB%2CmBAAA%3B%3BAAjBnB%2CcAYC%2CcAEK%2CGAIJ%2CEAAC%3BEAAmB%2CmBAAA%3B%3BAAlBtB%2CcAYC%2CcAEK%2CGAKJ%2CEAAC%3BEAAiB%2CmBAAA%3B%3BAAnBpB%2CcAYC%2CcAEK%2CGAMJ%2CEAAC%3BEAAiB%2CmBAAA%3B%3BAApBpB%2CcAYC%2CcAEK%2CGAOJ%2CEAAC%3BEAAkB%2CmBAAA%3B%3BAArBrB%2CcAYC%2CcAEK%2CGAQJ%2CEAAC%3BEAAS%2CqBAAA%3B%3BAAaZ%2CQAT2B%3BEAC3B%2CcACC%3BIAAW%2CYAAA%3B%3BEADZ%2CcAEC%3BIAAW%2CYAAA%3B%3BEAFZ%2CcAGC%3BIAAW%2CYAAA%3B%3BEAHZ%2CcAIC%3BIAAW%2CYAAA%3BIAAa%2CUAAA%3B%3BEAJzB%2CcAKC%2COAAM%2CWAAY%3BIAAQ%2CgBAAA%3BIAAgB%2CWAAA%3BIAAW%2CYAAA%3B%3B%3BAAQtD%2CmBALqC%3BEACnC%2CcAAe%2COAAM%2CWAAY%3BIAAO%2CWAAA%3B%3B%3B%3B%3BAAI1C%3BEAAgB%2CcAAA%3BEAAyB%2CoBAAA%3B%3BAAAzC%2CcACC%3BEAAe%2CWAAA%3BEAAW%2CaAAA%3B%3BAAD3B%2CcACC%2CcACA%3BEAAG%2CcAAA%3BEAAwB%2CcAAA%3B%3BAAF5B%2CcACC%2CcAEA%3BEAAG%2CcAAA%3BEAAc%2CeAAA%3BEAAgB%2CgBAAA%3B%3BAAHlC%2CcACC%2CcAGA%3BEAAmB%2CSAAA%3BEAAU%2CUAAA%3BEAAW%2CgBAAA%3B%3BAAJzC%2CcACC%2CcAGA%2CkBACA%3BEAAI%2CWAAA%3BEAAW%2CkBAAA%3B%3BAALhB%2CcACC%2CcAGA%2CkBACA%2CGACA%3BEAAG%2CoBAAA%3BEAAsB%2CWAAA%3B%3BAAN1B%2CcACC%2CcAGA%2CkBACA%2CGAEA%2CEAAC%3BEAAY%2C0DAAA%3BEAA2D%2CYAAA%3BEAAa%2CYAAA%3B%3BAAPtF%2CcACC%2CcAGA%2CkBACA%2CGAGA%2CEAAC%3BEAAW%2C%2BDAAA%3BEAAgE%2CWAAA%3BEAAY%2CYAAA%3B%3BAARzF%2CcACC%2CcAGA%2CkBACA%2CGAIA%2CEAAC%3BEAAa%2C%2BDAAA%3BEAAgE%2CWAAA%3BEAAY%2CYAAA%3B%3BAAT3F%2CcACC%2CcAGA%2CkBACA%2CGAKA%2CEAAC%3BEAAa%2C%2BDAAA%3BEAAgE%2CWAAA%3BEAAY%2CYAAA%3BEAAY%2CiBAAA%3B%3BAAUvG%2CmBAJsC%3BEACtC%2CcAAe%2CcAAc%2CkBAAkB%3BIAAK%2CkBAAA%3BIAAoB%2CmBAAA%3B%3BEACxE%2CcAAe%3BIAAgB%2CeAAA%3B%3B%3BAAc%5C%2FB%2CmBAZqC%3BEACnC%2CcACA%3BIAAgB%2CeAAA%3B%3BEADhB%2CcACA%2CcACA%3BIAAkB%2CqBAAA%3BIAAsB%2CiBAAA%3B%3BEAGxC%2CcAAe%2COAAM%2CWAAY%2CMAAK%3BIACpC%2CeAAA%3B%3B%3BAASJ%2CQAJ2B%3BEAC1B%2CMAAO%3BIAAY%2CUAAA%3B%3B%3BAAQpB%2CQAL2B%3BEAC3B%2CcAAe%3BEAAW%2CcAAe%3BEAAU%2CcAAe%3BIAAY%2CUAAA%3B%3BEAC9E%2CcAAe%3BIAAW%2CUAAA%3B%3BEAC1B%2CcAAe%2COAAM%2CWAAY%2CMAAK%3BIAAY%2CeAAA%3B%3B%3BAAMlD%2CQAJ0B%2CuBAAwB%3BEAClD%2CcAAe%3BIAAW%2CmBAAA%3B%3BEAC1B%2CcAAe%3BIAAW%2CmBAAA%3B%3B%3BAAO1B%2CQAL0B%3BEACzB%2CcAAe%3BEAAW%2CcAAe%3BEAAU%2CcAAe%3BEAAW%2CcAAe%3BIAAY%2CUAAA%3BIAAW%2CWAAA%3B%3BEACnH%2CcAAe%2COAAM%2CWAAY%2CMAAK%3BIAAa%2CeAAA%3B%3BEACnD%2CWAAY%2CcAAc%2CUAAU%3BIAAwB%2CSAAA%3B%3B%3BAAK7D%2CQAH0B%3BEAC1B%2CWAAY%2CcAAc%3BIAAY%2CUAAA%3BIAAW%2CWAAA%3B%3B%3BAAKjD%2CQAHwB%3BEACxB%2CWAAY%2CcAAc%3BIAAY%2CWAAA%3BIAAe%2CWAAA%3B%3B%3BAAUrD%2CQAR0B%3BEAC1B%2CWAAY%2CcAAc%3BIAAY%2CWAAA%3B%3BEACtC%2CcAAe%3BIAAoB%2CWAAA%3B%3B%3B%3B%3BAAMnC%2CYAAY%2CMAAO%2CcAAc%2CkBAAkB%3BEAAK%2CgBAAA%3B%3BAACxD%2CYAAY%2CMAAO%2CcAAc%2CkBAAkB%2CGAAE%3BEAAU%2CwBAAA%3BEAAyB%2CSAAS%2COAAT%3BEAAkB%2CkBAAA%3BEAAoB%2CUAAA%3BEAAW%2CQAAA%3BEAAU%2CcAAA%3B%3BAAEnJ%2CYAAY%2CMAAO%2COAAM%2CQAAS%2CQAAO%2CMAAS%2CUAAO%2CMAAM%3BEAAS%2CwBAAA%3BEAAyB%2CSAAS%2COAAT%3BEAAkB%2CkBAAA%3BEAAoB%2CUAAA%3BEAAW%2CQAAA%3BEAAU%2CcAAA%3BEAAmB%2CcAAA%3B%3BAAC%5C%2FK%2CYAAY%2CMAAO%2CcAAc%2CYAAY%2CcAAa%2CaAAa%2CSAAU%2CGAAG%2CEAAC%3BEAAQ%2CmBAAA%3BEAAyB%2CcAAA%3BEAAqB%2CqBAAA%3B%3BAAC3I%2CYAAY%2CMAAO%2CcAAc%2CYAAY%2CcAAa%2CaAAa%2CSAAU%2CGAAG%2CEAAC%2CMAAO%3BEAAM%2CmBAAA%3BEAAyB%2CcAAA%3BEAAqB%2CSAAA%3BEAAU%2CqBAAA%3B%3BAAE1J%2CMAAM%2CYAAY%2CMAAM%2CcAAe%2CYAAY%3BEAAI%2CYAAA%3BEAAc%2CWAAA%3B%3BAACrE%2CMAAM%2CYAAY%2CMAAM%2CcAAe%2CYAAY%2CGAAG%3BEAAI%2CYAAA%3BEAAc%2CMAAA%3BEAAQ%2CeAAA%3BEAAgB%2CUAAA%3B%3BAAChG%2CYAAY%2CWAAY%2CGAAE%2COAAO%2CQAAS%3BEAAe%2CYAAA%3B%3BAAEzD%2CMAAM%2CYAAY%2CcAAe%3BEAAmB%2CQAAA%3BEAAQ%2CeAAA%3B%3BAAC5D%2CYAAY%2CMAAO%2CcAAc%2CYAAY%3BEAAU%2CuBAAA%3BEAAyB%2C6BAAA%3B%3BAAChF%2CYAAY%2CMAAO%2CcAAc%2CYAAY%2CcAAa%2CaAAa%3BEAAY%2CUAAA%3BEAAY%2CQAAA%3B%3BAAC%5C%2FF%2CYAAY%2CMAAO%2CYAAY%2CGAAE%2COAAO%2COAAU%2CIAAC%3BEAAQ%2CaAAA%3B%3BAAE3D%2CYAAY%2CWAAY%2CGAAE%2COAAO%2CQAAW%3BAAAU%2CYAAY%2CWAAY%2CGAAE%2COAAO%2CYAAe%3BEAAY%2CUAAA%3B%3BAAClH%2CYAAY%2CWAAY%2CGAAE%2COAAO%2CQAAW%3BAAC5C%2CYAAY%2CMAAO%2CYAAY%2CGAAE%2COAAO%3BAAAS%2CYAAY%2CMAAO%2CYAAY%2CGAAE%2COAAO%3BEAAQ%2C2BAAA%3BEAA4B%2CkCAAA%3BEAAoC%2CqCAAA%3B%3BAACjK%2CYAAY%2CWAAY%2CGAAE%2COAAO%2CQAAS%2CSAAS%2CcAAc%3BEAAiB%2CYAAA%3BEAAe%2CQAAA%3BEAAS%2CWAAA%3BEAAa%2C2BAAA%3BEAA4B%2CkCAAA%3BEAAoC%2CqCAAA%3B%3BAACvL%2CYAAY%2CWAAY%2CGAAE%2COAAO%2CYAAa%2CSAAS%2CcAAc%3BEAAiB%2CUAAA%3BEAAY%2CQAAA%3BEAAS%2CWAAA%3BEAAY%2CMAAA%3B%3BAACvH%2CYAAY%2CWAAY%2CGAAE%2COAAO%2CYAAa%2CSAAS%2CcAAc%2CcAAc%2CGAAG%3BEAAI%2CkBAAA%3B%3B%3B%3B%3B%3BAAK1F%2CYAAY%2CMAAO%2CcAAc%2CYAAY%2CcAAa%2CaAAa%2CSAAU%2CGAAG%3BEAAI%2CcAAA%3BEAAc%2CeAAA%3B%3BAACtG%2CYAAY%2CMAAO%2COAAM%2CQAAS%2CkBAAiB%2COAAQ%2CoBAAmB%3BEAAU%2CSAAS%2CEAAT%3B%3BAACxF%2CYAAY%2CMAAO%2CQAAO%2CMAAO%2CQAAO%2CMAAO%2CkBAAiB%2COAAQ%2CGAAE%2CmBAAmB%3BEAAS%2CSAAS%2CEAAT%3B%3BAACtG%2CiBAAiB%2COAAQ%3BEAAK%2CsBAAA%3BEAAwB%2CSAAA%3B%3BAACtD%2CiBAAiB%2COAAQ%3BEAAuB%2CkBAAA%3BEAAkB%2CQAAA%3BEAAQ%2CSAAA%3B%3BAAE1E%3BEAAkB%2CiBAAA%3BEAAkB%2CkBAAA%3BEAAoB%2CQAAA%3B%3BAAAxD%2CeACE%3BEAAS%2CcAAA%3BEAAsB%2CeAAA%3BEAAkB%2CgBAAA%3BEAAkB%2CcAAA%3BEAAgB%2CWAAA%3B%3BAAErF%2CMAAM%2CYAAY%2CMAAM%2CcACpB%3BEAAiB%2CaAAA%3B%3BAADrB%2CMAAM%2CYAAY%2CMAAM%2CcAEpB%2CkBAAkB%2CQAAO%2CSAAU%2CSAAQ%3BEAAM%2CgBAAA%3BEAAiB%2CeAAA%3BEAAiB%2CUAAA%3BEAAW%2CkBAAA%3BEAAmB%2CWAAA%3B%3BAAFrH%2CMAAM%2CYAAY%2CMAAM%2CcAGpB%2CQAAO%3BEAAY%2CcAAA%3B%3BAAEvB%2CWAAY%2CQAAQ%2CSAAS%3BEAAG%2CcAAA%3BEAAgC%2C0BAAA%3B%3BAAChE%2CWAAY%2CQAAQ%2CSAAS%2CEAAC%3BAAAQ%2CWAAY%2CQAAQ%2CSAAS%2CEAAC%3BEAAkB%2CmBAAA%3BEAAoC%2CcAAA%3B%3BAAC1H%2CWAAY%2CQAAQ%2CSAAS%2CcAAc%3BEAAG%2CyBAAA%3BEAA2B%2C4BAAA%3B%3BAACzE%2CWAAY%2CQAAQ%2CSAAS%2CcAAc%2CcAAc%3BEAAG%2CyBAAA%3B%3BAAU5D%2CQAT0B%3BEACtB%2CYAAY%2CWAAY%2CGAAE%2COAAO%2CQAAS%2CSAAS%3BIAC%5C%2FC%2C8BAAA%3BIACA%2C%2BBAAA%3BIACA%2C2BAAA%3BIACA%2CgCAAA%3B%3B%3BAAQR%2CQAJ0B%3BEAC1B%2CYAAY%2CMAAO%2CaAAa%3BIAAQ%2C6BAAA%3B%3B%3BAAQxC%2CQAL0B%3BEAC1B%2CYAAY%2CMAAO%3BIAAa%2CaAAA%3B%3BEAChC%3BIAAkB%2CaAAA%3B%3BEAClB%2CiBAAkB%2CQAAO%2CSAAU%2CSAAQ%3BIAAU%2CmBAAA%3B%3B%3BAAkBrD%2CQAhB0B%3BEAC1B%2CYAAY%2CMAAO%2CcAAc%2CYAAY%3BIACzC%2CsBAAA%3BIAAyB%2C8BAAA%3B%3BEAC5B%2CYAAY%2CMAAO%2CcAAc%2CYAAY%2CcAAa%2CaAAa%2CSAAU%2CGAAG%3BIAAI%2CcAAA%3BIAAc%2CeAAA%3B%3BEACtG%2CYAAY%2CMAAO%2CYAAY%2CGAAE%2COAAO%2COAAU%2CIAAC%3BIAAQ%2CcAAA%3B%3BEAC3D%2CYAAY%2CMAAO%2CYAAY%2CQAAQ%2CWAAU%3BIAAQ%2CSAAS%2COAAT%3B%3BEACzD%2CYAAY%2CMAAO%2CYAAY%2CQAAQ%2CWAAU%2CgBAAgB%3BIAAS%2CSAAS%2COAAT%3B%3BEAC1E%2CYAAY%2CMAAO%2COAAM%2CQAAS%3BIAAiB%2CaAAA%3B%3BEACnD%2CYAAY%2CMAAO%2COAAM%2CQAAS%2CkBAAkB%2CQAAO%2CSAAU%2CSAAQ%3BIAC1E%2CYAAA%3BIAAc%2CiBAAA%3BIAAmB%2CeAAA%3BIAAiB%2CkBAAA%3B%3BEACrD%2CUAAa%2CsBAAoB%3BIAAc%2CeAAA%3BIAAiB%2CiBAAA%3B%3BEAChE%2COAAO%3BIAAU%2CeAAA%3BIAAgB%2CiBAAA%3B%3BEACjC%2CiBAAkB%2CQAAO%2CSAAU%2CSAAQ%3BIAAM%2CYAAA%3B%3B%3BAAIlD%2CSAAS%2CQAAW%2CUAAO%3BEAAQ%2CaAAA%3B%3BAAEnC%3BEAAM%2C0BAAA%3BEAA2B%2CuBAAA%3BEAAwB%2CkBAAA%3B%3BAACzD%2CYAAY%2CMAAO%2CYAAY%2CGAAE%2COAAO%2COAAO%3BEAAQ%2C0BAAA%3BEAA2B%2CuBAAA%3BEAAwB%2CkBAAA%3B%3BAAE1G%2CKAAK%2CaAAa%3BAAAoB%2CKAAK%2CiBAAiB%3BAAAoB%2CKAAK%2CYAAY%3BAAAoB%2CKAAK%2CYAAY%3BAAAoB%2CKAAK%2CeAAe%3BAAAoB%2CKAAK%2CeAAe%3BAAAoB%2CKAAK%2CiBAAiB%3BAAAoB%2CKAAK%2CcAAc%3BEAAoB%2CWAAA%3B%3BAAG3T%2CYAAY%2CMAAO%2COAAM%2CQAAS%2CgBAAgB%3BEAAI%2CcAAA%3BEAAqB%2CeAAA%3B%3B%3BAAE3E%3BEAAyB%2CiBAAA%3B%3BAASzB%2CQAR0B%3BEAC1B%2CYAAY%2CMAAO%2COAAM%2CQAAS%2CkBAAkB%2CQAAO%2CSAAU%2CSAAQ%3BIAAM%2CcAAA%3B%3BEACnF%2CsBAAuB%2CkBAAkB%2COAAM%2COAAO%2CSAAU%2CSAAQ%3BIACpE%2CcAAA%3BIAAsB%2CUAAA%3BIAAY%2CeAAA%3B%3BEACtC%2CYAAY%2CWAAY%2CGAAE%2COAAO%2CQAAS%3BIAAgB%2CWAAA%3B%3BEAC1D%2CWAAY%2CQAAQ%2CSAAS%2CcAAc%3BIAAI%2CuBAAA%3B%3B%3BAAG%5C%2FC%2CYAAY%3BEAAQ%2CkBAAA%3BEAAoB%2CYAAA%3B%3B%3B%3B%3B%3B%3B%3BAASxC%2CoBAAqB%3BEAAqB%2CiBAAA%3BEAAkB%2CYAAA%3B%3BAAC5D%2CQAAQ%2CKAAK%3BEAAW%2CmBAAA%3B%3BAAExB%2CuCAAuC%2CMAAM%2COAAU%3BEAAO%2CWAAA%3BEAAa%2CkBAAA%3B%3B%3BAAO3E%2CmBAJqC%3BEACrC%2CeAAgB%2CIAAG%3BIAA2B%2CaAAA%3B%3B%3BAAmC9C%2CmBAhCqC%3BEACrC%2C%2BBAAgC%3BEAAU%2C%2BBAAgC%3BEAAW%2CwBAAyB%3BIAAY%2CeAAA%3B%3BEAC1H%2CKAAK%3BIAA0C%2CkBAAA%3BIAAoB%2CsBAAA%3B%3BEACnE%2CqBAAsB%2CgBAAgB%2CYAAW%3BIAAQ%2CmBAAA%3B%3BEACzD%2CYAAY%2CMAAO%2COAAM%2CQAAS%2CkBAAkB%2CQAAO%2CSAAS%2COAAQ%2CSAAQ%3BIAAM%2CgBAAA%3B%3BEAC1F%2C%2BBAAgC%2CMAAM%2CGAAE%2CYAAa%3BIAAG%2CsBAAA%3B%3BEACxD%2CcAAe%2CcAAc%3BIAAM%2CUAAA%3B%3BEAEnC%2CeAAgB%2CIAAG%3BIAA6B%2CaAAA%3B%3BEAChD%2CYAAY%2CMAAO%2CcAAc%2CYAAY%2CGAAG%2CGAAE%2COAAU%2CIAAC%3BIAAa%2C0BAAA%3B%3BEAC1E%2CaAAc%2CQAAO%2CMAAO%3BEAAG%2CaAAc%2CQAAO%2CMAAO%2CEAAC%3BIAAO%2CeAAA%3BIAAgB%2CmBAAA%3B%3BEACnF%2CYAAY%2CMACX%2CcACC%2CYACC%2CGACC%2CGAAE%3BIAAY%2CWAAA%3B%3BEAJlB%2CYAAY%2CMACX%2CcACC%2CYACC%2CGAEO%2CGAAE%2CUAAW%3BIAAW%2CYAAA%3B%3BEALlC%2CYAAY%2CMACX%2CcACC%2CYACC%2CGAGO%2CGAAE%2CUAAW%2CUAAS%3BIAAS%2CcAAA%3B%3BEAKzC%2CYAAY%2CWAAY%2CGAAE%2COAAO%2CQAAS%2CSAAS%2CcAAc%3BIAAe%2CmBAAA%3B%3BEAC%5C%2FE%2CWAAY%2CQAAQ%2CWAAU%3BIAAS%2CQAAA%3B%3BEACvC%2CiBAAkB%2CgBAAgB%3BIAAK%2CSAAA%3BIAAW%2CUAAA%3B%3BEAElD%2CYAAY%2CMAAO%2CgBAAgB%3BIAAoB%2CeAAA%3B%3BEACvD%2CeAAgB%3BIAAwB%2CYAAA%3BIAAc%2CiBAAA%3B%3BEACtD%2CiBAAkB%2CSAAS%2CSAAW%3BEAAU%2CiBAAkB%2CSAAS%2CSAAW%3BIAAgB%2CiBAAA%3B%3BEACtG%2COAAO%2CMAAS%2CUAAO%3BIAAS%2CaAAA%3B%3B%3BAAGjC%2CYAAY%2CMAAO%2CgBAAgB%3BEAAoB%2CYAAA%3B%3BAACvD%2CeAAgB%2CQAAO%2COAAO%3BEAAU%2CSAAS%2COAAT%3BEAAmB%2CgBAAA%3B%3BAAC3D%2CiBAAkB%2CSAAS%2CSAAW%2CWAAQ%2CIAAI%3BAAAe%2CiBAAkB%2CSAAS%2CSAAW%2CaAAU%2CIAAI%3BEACjH%2CkBAAA%3B%3BAACJ%2CeAAgB%2CsBAAsB%3BEAAS%2CqBAAA%3BEAAuB%2CaAAA%3B%3BAACtE%2CeAAgB%3BEAAwB%2CmBAAA%3BEAAoB%2CiBAAA%3B%3BAAC5D%2CiBAAkB%2CSAAS%2CSAAW%3BAAAU%2CiBAAkB%2CSAAS%2CSAAW%3BEAAgB%2CiBAAA%3B%3BAACtG%2CiBAAkB%2CQAAO%2COAAO%3BEAAQ%2CSAAS%2COAAT%3BEAAiB%2CeAAA%3BEAAiB%2CeAAA%3B%3BAAC1E%2CiBAAiB%2COAAQ%2CQAAO%2COAAO%3BEAAS%2CSAAS%2COAAT%3B%3BAAMhD%2CmBAJqC%3BEACrC%2CeAAgB%2CsBAAsB%3BIAAe%2CUAAA%3B%3BEACrD%2CeAAgB%3BIAAwB%2CWAAA%3B%3B%3BAAOxC%2CmBALqC%3BEACrC%2CeAAgB%3BIAAwB%2CWAAA%3BIAAc%2CkBAAA%3B%3BEACtD%2CiBAAkB%2CSAAS%3BIAAU%2CYAAA%3BIAAc%2CsBAAA%3BIAAwB%2CkBAAA%3BIAAqB%2CUAAA%3B%3B%3BAAGhG%2CKAAK%3BEAA6B%2CcAAA%3B%3BAAClC%2CKAAK%3BEAAgC%2CcAAA%3B%3BAACrC%2CKAAK%3BEAAyB%2CcAAA%3B%3BAAC9B%2CKAAK%3BEAAoB%2CcAAA%3B%3BAAEzB%2COAAO%2CMAAS%2CUAAO%2CMAAS%3BEAAM%2CqBAAA%3B%3B%3BAC3kBtC%2CYAAY%2CMAAO%2CcAAc%2CYAAY%2CaAAe%2CKAAG%2CGAAE%3BEAAc%2CWAAA%3B%3BAAC%5C%2FE%2CgBAAiB%3BEAAY%2CgBAAA%3BEAAiB%2CUAAA%3BEAAY%2CeAAA%3B%3BAAC1D%2CgBAAiB%2CSAAS%2CQAAO%3BEAAO%2CiBAAA%3B%3B%3BAAExC%2CkBAAmB%2CWAAW%3BAAAe%2CkBAAkB%2CUAAW%3BEAAe%2CQAAA%3BEAAU%2CWAAA%3B%3BAACnG%2CaACA%2CSAAQ%3BEAAQ%2CkBAAA%3BEAAmB%2CQAAA%3BEAAU%2COAAA%3BEAAQ%2CQAAA%3BEAAU%2CYAAA%3BEAAc%2CkBAAA%3BEAAoB%2CyBAAA%3BEAAiC%2CkBAAA%3BEAAmB%2CUAAA%3B%3BAADrJ%2CaACA%2CSAAQ%2CMACE%3BEAAK%2CcAAA%3BEAAqB%2CeAAA%3BEAAe%2CgBAAA%3BEAAiB%2CyBAAA%3BEAA0B%2CmBAAA%3B%3BAAF9F%2CaACA%2CSAAQ%2CMACE%2CGACE%3BEAAI%2CgBAAA%3B%3BAAHhB%2CaACA%2CSAAQ%2CMAIN%3BEAAG%2CcAAA%3BEAAqB%2CeAAA%3BEAAe%2CgBAAA%3B%3BAALzC%2CaACA%2CSAAQ%2CMAKN%3BEAAG%2CeAAA%3BEAAiB%2CyBAAA%3BEAA0B%2CgBAAA%3BEAAgB%2CkBAAA%3BEAAoB%2CmBAAA%3BEAA2B%2CcAAA%3BEAAsB%2CkBAAA%3BEAAmB%2CaAAA%3BEAAiB%2CkBAAA%3B%3BAANzK%2CaACA%2CSAAQ%2CMAMN%2CEAAC%3BEAAS%2CqBAAA%3BEAAqB%2CmBAAA%3BEAAwB%2CcAAA%3B%3BAAPzD%2CaAUC%2CUAAU%3BEAAK%2CiBAAA%3B%3BAAGhB%2CaACA%3BEAAW%2CmDAAA%3BEAA%2BD%2CWAAA%3BEAAY%2CYAAA%3BEAAc%2CoBAAA%3BEAAsB%2C2BAAA%3BEAC1H%2CoCAAA%3BEAAuC%2CiCAAA%3B%3BAAFvC%2CaAGA%3BEAAW%2CuDAAA%3BEAAmE%2CWAAA%3BEAAY%2CYAAA%3BEAAc%2CoBAAA%3BEAAsB%2C2BAAA%3BEAA4B%2CkCAAA%3BEAAoC%2CqCAAA%3B%3BAAH9L%2CaAIA%3BAAJA%2CaAI2B%3BEAA2B%2CaAAA%3B%3BAAJtD%2CaAKA%3BEAAY%2CeAAA%3BEAAiB%2CYAAA%3BEAAc%2CkBAAA%3BEAAoB%2CWAAA%3B%3BAAL%5C%2FD%2CaAKA%2CUACC%3BEAAO%2CWAAA%3BEAAa%2CYAAA%3B%3BAAGrB%2CUAAW%2CUAAU%2CSAAQ%2COAAQ%3BAAAM%2CUAAW%2CUAAU%2CSAAQ%2CMAAO%3BEAAO%2CmBAAA%3B%3BAAKtF%2CQAJyB%2CuBAAwB%3BEACjD%2CaAAc%2CSAAQ%3BIAAS%2CkBAAA%3BIAAmB%2CWAAA%3B%3B%3BAAMlD%2CQAH0B%3BEAC1B%2CoBAAqB%2CSAAQ%2CMAAO%3BIAAI%2CeAAA%3B%3B%3BAASxC%2CQAP0B%3BEAC1B%2CaAAc%2CSAAQ%3BIAAQ%2CkBAAA%3BIAAmB%2CUAAA%3BIAAY%2CQAAA%3BIAAS%2COAAA%3BIAAW%2CYAAA%3B%3BEACjF%2CoBAAqB%2CSAAQ%2CMAAO%3BIAAI%2CeAAA%3B%3BEACxC%2CaAAc%2CSAAQ%2CMAAO%3BIAAO%2CaAAA%3BIAAc%2CiBAAA%3B%3BEAClD%2CaAAc%2CUAAU%3BIAAK%2CmBAAA%3B%3BEAC7B%2CaAAc%3BIAAY%2CwBAAA%3B%3B%3BAAU1B%2CQAR0B%3BEAC1B%2CoBAAqB%2CSAAQ%2CMAAO%3BIAAK%2CeAAA%3BIAAiB%2CiBAAA%3B%3BEACzD%2CaAAc%2CSAAQ%3BIAAQ%2CUAAA%3BIAAW%2CUAAA%3B%3BEAC1C%2CaAAc%2CSAAQ%2CMAAO%3BIAAI%2CYAAA%3B%3B%3B%3B%3BAAKjC%3BEAAS%2CmBAAA%3BEAAoB%2CiBAAA%3B%3BAAC7B%3BEAAQ%2CmBAAA%3B%3BAACR%3BEAAQ%2CmBAAA%3B%3B%3BAAER%3BEAAmB%2CUAAA%3B%3BAAAnB%2CgBACC%3BEAAW%2CqBAAA%3BEAAuB%2CUAAA%3B%3BAADnC%2CgBAEC%3BEAAI%2CeAAA%3BEAAgB%2CgBAAA%3BEAAkB%2CcAAA%3BEAAoB%2CiBAAA%3BEAAkB%2CiBAAA%3BEAAkB%2CyBAAA%3B%3BAAF%5C%2FF%2CgBAGC%3BEAAG%2CcAAA%3BEAAwB%2CeAAA%3BEAAgB%2CiBAAA%3B%3BAAH5C%2CgBAIC%3BEAAG%2CmBAAA%3BEAA4B%2CgBAAA%3BEAAkB%2CgBAAA%3BEAAkB%2CiBAAA%3BEAAmB%2CyBAAA%3BEACnF%2CcAAA%3BEAAsB%2CeAAA%3BEAAkB%2CgBAAA%3BEAAiB%2CUAAA%3BEAAY%2CgBAAA%3BEAAiB%2CSAAA%3BEAAU%2CqBAAA%3BEAAsB%2CkBAAA%3B%3BAAL1H%2CgBAMC%2CEAAC%3BEAAS%2CqBAAA%3BEAAsB%2CmBAAA%3BEAAwB%2CcAAA%3B%3BAANzD%2CgBAQE%3BEAAM%2CeAAA%3BEAAgB%2CqBAAA%3B%3BAARxB%2CgBASC%2CYAAY%3BEAAM%2CqBAAA%3B%3BAATnB%2CgBAUC%2CYAAY%3BEAAO%2CqBAAA%3B%3BAAVpB%2CgBAWC%3BEAAa%2CsBAAA%3B%3BAAXd%2CgBAYC%3BEAAa%2CqBAAA%3B%3BAAZd%2CgBAaC%2CYAAY%3BEAAM%2CoBAAA%3B%3BAAwBnB%2CQAtB0B%3BEACzB%3BIAAkB%2CiBAAA%3B%3BEAAlB%2CgBACA%3BIAAI%2CgBAAA%3BIAAiB%2CiBAAA%3BIAAmB%2CeAAA%3BIAAgB%2CgBAAA%3B%3BEADxD%2CgBAEG%3BIAAI%2CeAAA%3BIAAgB%2CiBAAA%3BIAAkB%2CgBAAA%3B%3BEAFzC%2CgBAGC%3BIAAM%2CSAAA%3BIAAW%2CeAAA%3B%3BEAHlB%2CgBAIA%3BIAAe%2CSAAA%3BIAAU%2CsBAAA%3B%3BEAJzB%2CgBAIA%2CYACO%3BIAAG%2CmBAAA%3B%3BEALV%2CgBAOI%3BIAAe%2CSAAA%3BIAAU%2CUAAA%3B%3BEAP7B%2CgBAOI%2CYACA%3BIAAO%2CSAAA%3B%3BEARX%2CgBAUI%3BIAAe%2CSAAA%3BIAAU%2CUAAA%3B%3BEAV7B%2CgBAUI%2CYACA%3BIAAG%2CmBAAA%3B%3BEAXP%2CgBAUI%2CYAEA%3BIAAO%2CSAAA%3B%3BEAZX%2CgBAcI%3BIAAe%2CSAAA%3BIAAU%2CkBAAA%3B%3BEAd7B%2CgBAeA%3BIAAc%2CgBAAA%3BIAAkB%2CkBAAA%3B%3BEAfhC%2CgBAgBA%3BIAAc%2CWAAA%3BIAAY%2CUAAA%3B%3BEAhB1B%2CgBAgBA%2CYACG%3BIAAO%2CSAAA%3B%3B%3BAAWX%2CQAPyB%3BEACxB%2CgBACG%3BIAAK%2CkBAAA%3B%3BEADR%2CgBAEA%3BIAAe%2CSAAA%3BIAAU%2CaAAA%3B%3BEAFzB%2CgBAGA%3BIAAc%2CgBAAA%3BIAAkB%2CaAAA%3B%3B%3BAAcjC%2CQAXwB%3BEACxB%2CgBACC%3BIAAc%2CmBAAA%3B%3BEADf%2CgBAEK%3BIAAc%2CmBAAA%3B%3BEAFnB%2CgBAGK%3BIAAc%2CmBAAA%3B%3BEAHnB%2CgBAIK%3BIAAc%2CmBAAA%3B%3BEAJnB%2CgBAKC%3BIAAc%2CmBAAA%3BIAAoB%2CiBAAA%3B%3BEALnC%2CgBAMC%3BIAAc%2CmBAAA%3B%3B%3BAAYf%2CQARwB%3BEACxB%2CUAAU%3BIAAmB%2CkBAAA%3B%3BEAC7B%2CgBAAiB%3BIAAO%2CgCAAA%3BIAA2C%2CoBAAA%3BIAAqB%2CmBAAA%3B%3BEACxF%2CgBAAiB%2CKAAI%3BIAAa%2CkBAAA%3BIAAmB%2CgCAAA%3B%3B%3B%3B%3BAAKrD%3BEAAe%2CaAAA%3BEAAc%2CUAAA%3BEAAU%2CsBAAA%3B%3BAAAvC%2CaACC%3BEAAiB%2CgBAAA%3BEAAiB%2CiBAAA%3BEAAkB%2CoBAAA%3BEAAqB%2C6DAAA%3BEAA8D%2CqBAAA%3BEAAsB%2CkBAAA%3BEAAmB%2CcAAA%3BEAAqB%2CeAAA%3B%3BAADtM%2CaAEC%3BEAAiB%2CgBAAA%3BEAAiB%2CiBAAA%3BEAAkB%2CoBAAA%3BEAAqB%2C6DAAA%3BEAA8D%2CqBAAA%3BEAAsB%2CkBAAA%3BEAAmB%2CcAAA%3BEAAqB%2CeAAA%3B%3BAAFtM%2CaAGC%3BEAAiB%2CgBAAA%3BEAAiB%2CiBAAA%3BEAAiB%2CoBAAA%3BEAAqB%2C6DAAA%3BEAA8D%2CqBAAA%3BEAAsB%2CkBAAA%3BEAAmB%2CcAAA%3BEAAqB%2CeAAA%3B%3BAAHrM%2CaAIC%3BEAAO%2CcAAA%3BEAAe%2CkBAAA%3B%3BAAJvB%2CaAKC%3BEAAK%2CcAAA%3BEAAqB%2CeAAA%3BEAAgB%2CgBAAA%3BEAAiB%2CSAAA%3BEAAU%2CqBAAA%3B%3BAALtE%2CaAMC%3BEAAK%2CSAAA%3BEAAU%2CUAAA%3BEAAW%2CgBAAA%3B%3BAAN3B%2CaAMC%2CGACC%3BEAAK%2CSAAA%3BEAAU%2CUAAA%3BEAAW%2CgBAAA%3BEAAiB%2CcAAA%3BEAAqB%2CeAAA%3BEAAgB%2CiBAAA%3B%3BAAPlF%2CaAMC%2CGACC%2CGACC%3BEAAG%2CiBAAA%3BEAAoB%2CqBAAA%3BEAAuB%2CUAAA%3BEAAW%2CgBAAA%3BEAAiB%2CcAAA%3BEAAsB%2CeAAA%3BEAAgB%2CyBAAA%3BEAA0B%2CiBAAA%3B%3BAAR7I%2CaAMC%2CGACC%2CGAoN4D%2CCAnNiG%2CCAC5J%2CEAAC%3BEAAS%2CqBAAA%3B%3BAAKb%2CaAAc%2CGAAG%2CGAAG%2CEAAC%3BEAAS%2CSAAQ%2COAAR%3BEAAiB%2CaAAY%2CaAAZ%3BEAA0B%2CcAAA%3BEAAuB%2CkBAAA%3B%3BAAChG%2CaAAc%2CGAAG%2CGAAE%3BEAAW%2CcAAA%3BEAAuB%2CSAAS%2COAAT%3BEAAkB%2CwBAAA%3BEAA0B%2CcAAA%3BEAAgB%2CkBAAA%3BEAAoB%2CkBAAA%3BEAAoB%2CSAAA%3B%3BAACzJ%2CaAAc%2CGAAG%2CGAAE%2CWAAW%3BEAAU%2CSAAS%2CEAAT%3B%3BAAOxC%2CQAL2B%3BEAC3B%3BIAAgB%2CWAAA%3B%3BEAChB%2CaAAc%3BIAAyB%2CSAAA%3BIAAW%2CeAAA%3BIAAiB%2CuBAAA%3BIAAyB%2CWAAA%3B%3BEAC5F%2CaAAc%3BIAAK%2CqBAAA%3B%3B%3BAAOnB%2CQAL0B%3BEAC1B%3BIAAe%2CsBAAA%3B%3BEACf%2CYAAa%3BIAAM%2CSAAA%3B%3BEACnB%2CaAAc%3BIAA0B%2CSAAA%3BIAAW%2CeAAA%3BIAAiB%2CuBAAA%3BIAAyB%2CWAAA%3B%3B%3BAAW7F%2CQATyB%2CuBAAuB%3BEAChD%3BIAAgB%2CWAAA%3BIAAa%2CsBAAA%3B%3BEAC7B%2CaAAc%3BIAA0B%2CiBAAA%3BIAAmB%2CkBAAA%3BIAAmB%2CeAAA%3B%3BEAC9E%2CaAAc%3BIAAI%2CeAAA%3BIAAgB%2CkBAAA%3B%3BEAClC%2CaAAc%2CGAAG%3BIAAK%2CgBAAA%3BIAAkB%2CeAAA%3BIAAiB%2CiBAAA%3B%3B%3BAAazD%2CQAR0B%3BEACzB%3BIAAe%2CeAAA%3BIAAe%2CsBAAA%3B%3BEAC3B%2CaAAc%3BIAAyB%2CgBAAA%3BIAAiB%2CkBAAA%3BIAAqB%2CgBAAA%3BIAAkB%2CeAAA%3B%3BEACnG%2CaAAc%2CGAAG%3BIAAI%2CeAAA%3B%3B%3B%3B%3BAAKrB%3BEAAuB%2CmEAAA%3BEAAmE%2C0BAAA%3BEAA6B%2CWAAA%3BEAAY%2CWAAA%3BEAAY%2CoBAAA%3BEAAsB%2CiBAAA%3BEAAmB%2CSAAA%3B%3BAAAxL%2CoBACC%3BEAAgB%2CWAAA%3BEAAY%2CiBAAA%3BEAAkB%2CyBAAA%3BEAAoC%2CYAAA%3BEAAa%2CuBAAA%3BEAAwB%2CkBAAA%3B%3BAADxH%2CoBACC%2CcACC%3BEAAK%2CeAAA%3BEAAgB%2CkBAAA%3BEAAmB%2CUAAA%3BEAAW%2CiBAAA%3BEAAkB%2CcAAA%3BEAAoB%2CgBAAA%3BEAAkB%2CyBAAA%3B%3BAAF7G%2CoBACC%2CcAEC%3BEAAI%2CeAAA%3BEAAgB%2CgBAAA%3BEAAiB%2CUAAA%3BEAAW%2CiBAAA%3BEAAkB%2CcAAA%3B%3BAAHpE%2CoBACC%2CcAGE%3BEAAG%2CmBAAA%3BEAA4B%2CgBAAA%3BEAAkB%2CgBAAA%3BEAAkB%2CiBAAA%3BEAAmB%2CyBAAA%3BEACtF%2CcAAA%3BEAAsB%2CeAAA%3BEAAkB%2CgBAAA%3BEAAiB%2CUAAA%3BEAAY%2CkBAAA%3BEAAmB%2CSAAA%3BEAAU%2CqBAAA%3BEAAsB%2CkBAAA%3B%3BAAL3H%2CoBACC%2CcAKE%2CEAAC%3BEAAS%2CqBAAA%3BEAAqB%2CmBAAA%3BEAAyB%2CcAAA%3B%3BAAN3D%2CoBAUA%3BAAVA%2CoBAUM%3BAAVN%2CoBAUY%3BEAAK%2CiBAAA%3BEAAkB%2CeAAA%3BEAAgB%2CWAAA%3BEAAW%2CmBAAA%3BEAA0B%2CuBAAA%3BEAAwB%2CqBAAA%3BEAAsB%2CcAAA%3B%3BAAVtI%2CoBAWA%3BEAAoB%2C%2BDAAA%3BEAChB%2CWAAA%3BEAAa%2CYAAA%3BEAAa%2CqBAAA%3BEAAsB%2CkBAAA%3B%3BAAZpD%2CoBAaA%3BEAAyB%2C%2BDAAA%3BEACrB%2CWAAA%3BEAAa%2CYAAA%3BEAAa%2CqBAAA%3BEAAsB%2CkBAAA%3B%3BAAdpD%2CoBAeA%3BEAAsB%2C%2BDAAA%3BEAClB%2CWAAA%3BEAAa%2CYAAA%3BEAAa%2CqBAAA%3BEAAsB%2CkBAAA%3B%3BAAhBpD%2CoBAiBE%3BEAAG%2CeAAA%3BEAAiB%2CyBAAA%3BEAA2B%2CgBAAA%3BEAAiB%2CiBAAA%3BEAAmB%2CgBAAA%3B%3BAAjBrF%2CoBAkBE%3BEAAM%2CsBAAA%3B%3BAAlBR%2CoBAkBE%2CKACA%3BEAAI%2CgBAAA%3B%3BAASN%2CQAN2B%3BEAC3B%2CoBAAqB%3BEAAM%2CoBAAqB%3BEAAM%2CoBAAqB%3BIACvE%2CiBAAA%3B%3B%3BAAQJ%2CQAJyB%2CuBAAuB%3BEAChD%2CoBAAqB%3BEAAM%2CoBAAqB%3BEAAM%2CoBAAqB%3BIACvE%2CiBAAA%3BIAAmB%2CeAAA%3BIAAiB%2CoBAAA%3B%3B%3BAAWxC%2CQAT0B%3BEACtB%3BIAAS%2CmBAAA%3B%3BEACb%2CoBAAsB%3BEAAtB%2CoBAA4B%3BEAA5B%2CoBAAkC%3BIAAM%2CeAAA%3BIAAiB%2CiBAAA%3BIAAmB%2CkBAAA%3B%3BEAC1E%3BIAAgB%2CWAAA%3BIAAY%2CeAAA%3BIAAgB%2CiBAAA%3B%3BEAC9C%3BIAAuB%2CoBAAA%3BIAAqB%2CgBAAA%3B%3BEAC5C%2CoBAAqB%3BIAAgB%2CiBAAA%3BIAAmB%2CeAAA%3B%3BEACxD%2CoBAAqB%2CcAAc%3BIAAI%2CgBAAA%3BIAAkB%2CiBAAA%3BIAAmB%2CeAAA%3BIAAkB%2CkBAAA%3B%3BEAC9F%2CoBAAqB%3BIAAI%2CeAAA%3B%3B%3BAAQzB%2CQAN0B%3BEAC1B%2CoBAAqB%2CcAAc%3BIAAI%2CgBAAA%3B%3B%3B%3B%3BAAKvC%3BEAAiB%2CmEAAA%3BEAAmE%2C0BAAA%3BEAA4B%2CiBAAA%3BEAAkB%2CiBAAA%3BEAAkB%2CYAAA%3BEAAY%2CgBAAA%3BEAAiB%2CeAAA%3BEAAe%2CeAAA%3BEAAiB%2CWAAA%3B%3BAACjN%2CeAAiB%3BEAAmB%2CiBAAA%3BEAAkB%2CYAAA%3BEAAa%2CWAAA%3BEAAW%2CeAAA%3B%3BAAC9E%3BEAAgB%2C6BAAA%3BEAA%2BB%2CWAAA%3BEAAa%2CWAAA%3B%3BAAC5D%2CYAAY%3B%3B%3B%3B%3BAAAZ%2CYAAY%2CYACX%3BEAAY%2CSAAA%3BEAAS%2CqBAAA%3B%3BAADtB%2CYAAY%2CYACX%2CWACC%3BEAAa%2CqBAAA%3BEAAsB%2CYAAA%3BEAAc%2CaAAA%3B%3BAAFnD%2CYAAY%2CYACX%2CWAEC%3BEAAc%2CsBAAA%3BEAAwB%2CYAAA%3BEAAa%2CWAAA%3B%3BAAHrD%2CYAAY%2CYACX%2CWAGC%3BEAAc%2CmBAAA%3BEAAoB%2CkBAAA%3BEAAmB%2CeAAA%3BEAAiB%2CcAAA%3BEAAqB%2CgBAAA%3BEAAiB%2CWAAA%3BEAAa%2CyBAAA%3B%3BAAJ3H%2CYAAY%2CYACX%2CWAIC%3BEAAmB%2CmBAAA%3BEAAqB%2CeAAA%3BEAAiB%2CcAAA%3BEAAqB%2CiBAAA%3BEAAkB%2CWAAA%3B%3BAALlG%2CYAAY%2CYAOX%2CUAAU%3BEAAK%2CiBAAA%3B%3BAAPhB%2CYAAY%2CYASX%2CWAAW%2CYAAW%3BEAAW%2CkBAAA%3BEAAoB%2CWAAA%3BEAAa%2CcAAA%3BEAAgB%2CSAAA%3BEAAW%2CcAAA%3BEAC7F%2CYAAA%3BEAAa%2CWAAA%3BEAAW%2CqBAAA%3BEAAuB%2CgBAAe%2C0CAAf%3BEAA2D%2CSAAS%2CEAAT%3B%3BAAV3G%2CYAAY%2CYAWX%2CWAAW%2CEAAC%3BEAAU%2CkBAAA%3BEAAoB%2CSAAA%3BEAAU%2CcAAA%3BEAAgB%2CSAAA%3BEAAU%2CcAAA%3BEAAe%2CYAAA%3BEAAa%2CWAAA%3BEACtG%2CqBAAA%3BEAAsB%2CgBAAe%2C0CAAf%3BEAA0D%2CSAAS%2CEAAT%3BEAAa%2CWAAA%3B%3BAAMlG%2CeAAgB%3BEAAW%2CwBAAA%3B%3BAAC3B%2CeAAgB%3BEAAW%2CoBAAA%3BEAAsB%2CQAAA%3BEAAU%2CkBAAA%3BEAAoB%2CQAAA%3BEAAQ%2CuDAAA%3BEAAmE%2CWAAA%3BEAAY%2CYAAA%3BEAAc%2CoBAAA%3BEAAsB%2C2BAAA%3BEAA6B%2CuBAAA%3BEAAyB%2C0BAAA%3B%3BAAChQ%2CeAAgB%3BEAAW%2CoBAAA%3BEAAsB%2CSAAA%3BEAAW%2CkBAAA%3BEAAmB%2CQAAA%3BEAAQ%2C2DAAA%3BEAAuE%2CWAAA%3BEAAY%2CYAAA%3BEAAc%2CoBAAA%3BEAAsB%2C2BAAA%3BEAA6B%2CuBAAA%3BEAAyB%2C0BAAA%3B%3BAAEpQ%2CYAAY%2CoBAAqB%2CWAAW%2CYAAY%3BEAAI%2C6BAAA%3BEAA6B%2CkCAAA%3BEACzF%2CqCAAA%3BEAAqC%2CgBAAA%3BEAAkB%2CYAAA%3BEAAa%2CcAAA%3B%3BAACpE%2CiBAAkB%3BEAAO%2CaAAA%3B%3BAAKzB%2CQAJ0B%3BEAC1B%2CYAAa%3BIAAkB%2CWAAA%3BIAAa%2CUAAA%3B%3B%3BAAgB5C%2CQAb2B%3BEAC3B%2CYAAY%2CYACV%3BIAAY%2CeAAA%3BIAAe%2CUAAA%3B%3BEAD7B%2CYAAY%2CYACV%2CWACA%3BIAAa%2CiBAAA%3BIAAkB%2CWAAA%3B%3BEAFjC%2CYAAY%2CYACV%2CWAEA%3BIAAc%2CkBAAA%3BIAAoB%2CWAAA%3BIAAY%2CWAAA%3B%3BEAHhD%2CYAAY%2CYACV%2CWAGA%3BIAAc%2CeAAA%3BIAAgB%2CgBAAA%3B%3BEAJhC%2CYAAY%2CYACV%2CWAIA%3BIAAmB%2CeAAA%3BIAAiB%2CiBAAA%3B%3BEAIlC%2CYAAY%2CoBAAqB%2CWAAW%2CYAAY%3BIAAK%2C0BAAA%3BIAA4B%2CuBAAA%3BIAA0B%2CkBAAA%3B%3B%3BAAMvH%2CQAH2B%3BEAC3B%2CYAAY%2CYAAa%2CWAAW%3BIAAc%2CYAAA%3B%3B%3BAAsBlD%2CQApB0B%3BEAC1B%3BIAAiB%2CgBAAA%3BIAAkB%2CWAAA%3B%3BEACnC%2CeAAgB%3BIAAO%2CiBAAA%3BIAAkB%2CkBAAA%3B%3BEACzC%3BIAAsB%2CWAAA%3B%3BEAAtB%2CoBACC%3BIAAgB%2CkBAAA%3B%3BEADjB%2CoBACC%2CcACI%3BIAAI%2CeAAA%3BIAAkB%2CiBAAA%3B%3BEAF3B%2CoBACC%2CcAEI%3BIAAG%2CgBAAA%3B%3BEAGP%2CYAAY%2CYAAa%2CWAAW%3BIAAa%2CYAAA%3B%3BEAClD%2CYAAY%2CYAAa%2CWAAW%3BIAAc%2CWAAA%3BIAAa%2CeAAA%3BIAAiB%2CWAAA%3B%3BEAChF%2CYAAY%2CoBAAqB%2CWAAW%2CYAAY%3BIACpD%2C0BAAA%3BIAA6B%2CuBAAA%3BIAAwB%2CkBAAA%3BIAAoB%2CcAAA%3BIAAe%2CgBAAA%3BIAAkB%2CiBAAA%3BIAAoB%2CYAAA%3B%3BEAClI%3BIAAM%2CmBAAA%3B%3BEACN%2CYAAY%2CYAAa%3BIAAc%2CeAAA%3BIAAkB%2CWAAA%3B%3B%3B%3B%3BAAMzD%3BEAAkB%2CWAAA%3B%3BAAAlB%2CeACA%3BEAAiB%2CWAAA%3BEAAY%2CiBAAA%3BEAAkB%2CoBAAA%3B%3BAAD%5C%2FC%2CeAEA%3BEAAa%2CkBAAA%3BEAAoB%2CYAAA%3BEAAa%2CiBAAA%3BEAAkB%2CmBAAA%3BEAA8B%2CUAAA%3BEAAW%2CkBAAA%3B%3BAAFzG%2CeAGA%2CgBAAe%3BEAAY%2CWAAA%3B%3BAAH3B%2CeAIA%3BEAAS%2CSAAA%3B%3BAAJT%2CeAKA%3BEAAe%2CoBAAA%3B%3BAALf%2CeAMA%3BEAAqB%2CuBAAA%3B%3BAANrB%2CeAMA%2CmBACC%3BEAAK%2CeAAA%3BEAAgB%2CWAAA%3BEAAqB%2CyBAAA%3BEAA0B%2CgBAAA%3BEAAiB%2CiBAAA%3BEAAkB%2CSAAA%3BEAAU%2CUAAA%3B%3B%3B%3BAAMlH%3BEAAe%2CkBAAA%3BEAAoB%2CYAAA%3BEAAa%2CiBAAA%3BEAAkB%2CmBAAA%3BEAA8B%2CkBAAA%3BEAAmB%2CqBAAA%3B%3BAAAnH%2CaACC%3BEAAK%2CeAAA%3BEAAgB%2CWAAA%3BEAAqB%2CyBAAA%3BEAA0B%2CgBAAA%3BEAAiB%2CiBAAA%3BEAAkB%2CgBAAA%3BEAAiB%2CUAAA%3B%3BAADzH%2CaAEC%3BEAAK%2CSAAA%3BEAAU%2CUAAA%3BEAAW%2CgBAAA%3B%3BAAF3B%2CaAEC%2CGACC%3BEAAK%2CSAAA%3BEAAU%2CoBAAA%3BEAAqB%2CgBAAA%3BEAAiB%2CgCAAA%3B%3BAAHvD%2CaAEC%2CGACC%2CGACC%3BEAAI%2CcAAA%3BEAAwB%2CeAAA%3B%3BAAI%5C%2FB%2CaAAc%2CGAAG%2CGAAE%3BEAAU%2CSAAS%2CEAAT%3BEAAY%2CcAAA%3BEAAe%2CwBAAA%3BEAAwB%2CWAAA%3BEAAa%2CoBAAA%3BEAAoB%2CUAAA%3BEAAU%2CYAAA%3BEACvH%2CWAAA%3BEAAY%2CwDAAA%3BEAAwD%2CqBAAA%3BEAAuB%2CkBAAA%3BEAAmB%2CuBAAA%3BEAAyB%2C0BAAA%3B%3BAAC1I%2CaAAc%2CGAAG%2CGAAG%2CEAAC%3BEAAU%2CSAAS%2COAAT%3BEAAkB%2CWAAW%2CaAAX%3BEAA0B%2CeAAA%3BEAAiB%2CiBAAA%3BEAAiB%2CaAAa%2CaAAb%3BEAA2B%2CcAAA%3BEAAuB%2CYAAA%3B%3BAAChK%3BAAAgB%3BEAAe%2CmBAAA%3BEAA4B%2CgBAAA%3BEAAkB%2CgBAAA%3BEAAkB%2CiBAAA%3BEAAmB%2CyBAAA%3BEAC9G%2CcAAA%3BEAAsB%2CeAAA%3BEAAiB%2CUAAA%3BEAAY%2CSAAA%3BEAAW%2CkBAAA%3BEAAmB%2CaAAA%3BEAAc%2COAAA%3BEAAS%2CQAAA%3BEAAS%2CYAAA%3B%3BAACrH%2CcAAc%3BAAAQ%2CaAAa%3BEAAS%2CqBAAA%3BEAAsB%2CmBAAA%3BEAAyB%2CcAAA%3B%3BAAC3F%2CCAAC%3BEAAgB%2CcAAA%3B%3BAAQjB%2CQAN2B%3BEAC3B%2CeAAgB%3BIAAiB%2CWAAA%3BIAAa%2CmBAAA%3B%3BEAC9C%2CcAAe%3BIAAe%2CmBAAA%3BIAAqB%2CoBAAA%3BIAAsB%2CUAAA%3B%3BEACzE%2CeAAgB%3BIAAa%2CUAAA%3BIAAY%2CsBAAA%3B%3BEACzC%3BEAAgB%3BIAAgB%2CYAAA%3BIAAa%2CiBAAA%3BIAAqB%2CaAAA%3BIAAe%2CgBAAA%3B%3B%3BAAKjF%2CQAHyB%3BEACzB%2CWAAY%3BEAAM%2CcAAe%3BIAAQ%2CiBAAA%3BIAAkB%2CkBAAA%3B%3B%3BAAQ3D%2CQAN0B%3BEAC1B%2CeAAgB%3BIAAe%2CWAAA%3BIAAa%2CgBAAA%3BIAAkB%2CWAAA%3BIAAgB%2CcAAA%3B%3BEAC9E%2CeAAgB%3BIAAgB%2CWAAA%3BIAAa%2CWAAA%3BIAAe%2CaAAA%3BIAAe%2CmBAAA%3BIAAsB%2CgBAAA%3B%3BEAEjG%2CYAAa%3BIAAkB%2CWAAA%3BIAAa%2CWAAA%3BIAAa%2CgBAAA%3B%3B%3BAAOzD%2CmBAL6C%2C6BAA4B%3BEACxE%3BEAAgB%3BIAAgB%2CSAAA%3B%3B%3B%3BAAIjC%2CeAAe%3BEAAU%2CSAAS%2CEAAT%3BEAAyB%2CaAAa%2CaAAb%3B%3BAAClD%2CkBAAmB%2CWAAW%3BAAAe%2CkBAAkB%2CUAAW%3BEAAe%2CmBAAA%3B%3BAAMzF%2CQAJ2B%2CwBAAuB%3BEAClD%2CYAAY%2CYAAa%2CWAAW%3BIAAc%2CYAAA%3B%3B%3B%3BAAGlD%2CqBAAsB%3BEAAgB%2CgBAAA%3B%3BAACtC%2CqBAAsB%3BEAAa%2CWAAA%3B%3BAACnC%2CqBAAsB%3BEAAa%2CWAAA%3B%3BAACnC%2CqBAAsB%2CcAAc%3BEAAY%2CYAAA%3B%3BACjVhD%2CKAAK%3BEAAY%2CkBAAA%3BEAAqB%2CYAAA%3B%3B%3BAAEtC%2C0BAA2B%3BEAAW%2CeAAA%3BEAAe%2CgBAAA%3B%3BAACrD%2CaACC%3BEAAe%2CcAAA%3BEAAsB%2CuBAAA%3BEAAuB%2CSAAA%3B%3BAAD7D%2CaACC%2CaACA%3BEAAS%2CyBAAA%3B%3BAAFV%2CaACC%2CaAEA%3BEAAG%2CcAAA%3B%3BAAHJ%2CaACC%2CaAGA%2CEAAC%3BEAAS%2CcAAA%3B%3BAAJX%2CaACC%2CaAIA%2CEAAC%3BEAAS%2CcAAA%3B%3BAALX%2CaAOA%2CaAAa%2CMAAK%2CIAAI%2CaAAa%3BEAAS%2CcAAA%3B%3BAAY5C%2CQATyB%2CuBAAuB%3BEAChD%2CaAAc%3BIAAc%2CcAAA%3B%3BEAC5B%2CaAAc%2CaAAa%3BIACvB%2CuBAAA%3BIACA%2CeAAA%3B%3B%3BAAKJ%3BEAAuB%2CeAAA%3BEAAkB%2CiBAAA%3BEAAkB%2CcAAA%3BEAAoB%2CyBAAA%3BEAAmC%2CSAAA%3BEAAW%2CeAAA%3BEAAiB%2CcAAA%3BEAAe%2CiBAAA%3BEAAoB%2CkBAAA%3BEAAoB%2CkBAAA%3BEAAqB%2CqBAAA%3BEAAuB%2CyBAAA%3BEACjP%2CqCAAA%3BEAAsC%2CkCAAA%3BEAAmC%2C6BAAA%3B%3BAACzE%2CqBAAqB%3BEAAS%2CeAAA%3BEAAiB%2CSAAA%3BEAAW%2CuBAAA%3BEAAwB%2CcAAA%3BEAAwB%2C0BAAA%3BEAA2B%2CuBAAA%3BEAAwB%2CkBAAA%3B%3BAAC7J%2COAAU%2CwBAAqB%3BEAAS%2CcAAA%3B%3BAACxC%2CqBAAqB%2CMAAM%3BEAAS%2CuBAAA%3BEAAuB%2CSAAA%3BEAAU%2CcAAA%3B%3BAACrE%2CqBAAqB%2COAAO%3BEAAQ%2CuBAAA%3BEAAuB%2CSAAA%3B%3BAAC3D%3BEAAyB%2CmBAAA%3BEAAmB%2CmBAAA%3BEAAmB%2CSAAA%3BEAAU%2C0BAAA%3BEAA2B%2CuBAAA%3BEAAwB%2CkBAAA%3B%3BAAA5H%2CuBACA%3BEAAO%2CeAAA%3BEAAgB%2CkBAAA%3B%3BAAEvB%3BEAAuB%2CmBAAA%3B%3BAACvB%2CoBAAoB%2COAAQ%3BEAAwB%2CqCAAA%3BEAAsC%2CiCAAA%3BEAAkC%2C4BAAA%3B%3BAAC3H%2CeAAgB%3BEAAU%2CcAAA%3BEAA4B%2CcAAA%3BEAAiB%2CSAAA%3B%3BAACxE%3BEAAc%2CqCAAA%3BEAAsC%2CkCAAA%3BEAAmC%2C6BAAA%3B%3BAACtF%2CoBACA%3BEAAc%2CeAAA%3BEAAkB%2CiBAAA%3BEAAkB%2CyBAAA%3BEAAmC%2CSAAA%3BEAAW%2CcAAA%3BEAAoB%2CeAAA%3BEAAiB%2CcAAA%3BEAAe%2CiBAAA%3BEAAoB%2CkBAAA%3BEAAoB%2CkBAAA%3BEAAqB%2CqBAAA%3BEAAuB%2CyBAAA%3B%3BAADxO%2CoBAEG%2CaAAY%3BEAAS%2CeAAA%3BEAAiB%2CSAAA%3BEAAW%2CuBAAA%3BEAAwB%2CcAAA%3BEAAsB%2C0BAAA%3BEAA2B%2CuBAAA%3BEAAwB%2CkBAAA%3B%3BAAFrJ%2CoBAGA%2CaAAY%2CMAAM%3BEAAS%2CuBAAA%3BEAAuB%2CSAAA%3BEAAU%2CcAAA%3B%3BAAH5D%2CoBAIA%2CaAAY%2COAAO%3BEAAQ%2CuBAAA%3BEAAuB%2CSAAA%3B%3BAAJlD%2CoBAKA%3BEAAe%2CmBAAA%3BEAAmB%2CkBAAA%3BEAAkB%2CSAAA%3BEAAU%2CoCAAA%3BEAAqC%2CiCAAA%3BEAAkC%2C4BAAA%3B%3BAALrI%2CoBAKA%2CeACA%3BEAAO%2CeAAA%3B%3BAANP%2CoBAKA%2CeAEA%2CGAAG%2CGAAE%3BEAAQ%2CkBAAA%3BEAAqB%2CUAAA%3B%3BAAGnC%3BEAAgB%2CcAAA%3BEAAgB%2CsBAAA%3BEAAuB%2CWAAA%3BEAAa%2CWAAA%3B%3BAACpE%2CoBAAqB%2CeAAe%2CMAAM%3BEAAK%2CeAAA%3BEAAiB%2CcAAA%3B%3BAAChE%2CuBAAwB%3BEAAQ%2CeAAA%3BEAAiB%2CcAAA%3BEAAc%2CkBAAA%3BEAAqB%2CUAAA%3B%3BAAEpF%2CcAAc%3BEAA0B%2CeAAA%3BEAAiB%2CkBAAA%3BEAAoB%2CcAAA%3BEAAsB%2CSAAA%3BEAAW%2CmBAAA%3BEAA8B%2C0BAAA%3BEAA2B%2CuBAAA%3BEAAwB%2CkBAAA%3B%3BAAC%5C%2FL%2CcAAc%3BEAAmB%2CcAAA%3BEAAgB%2CSAAA%3BEAAY%2CcAAA%3BEAAiB%2CgBAAA%3B%3BAAG9E%2CSAAS%2CQAAW%2CUAAO%3BEAAQ%2CaAAA%3B%3BAACnC%2CSAAS%2CQAAW%3BEAAW%2CkBAAA%3B%3BAAC%5C%2FB%2CSAAS%2CQAAW%2CWAAS%3BEAAU%2CcAAA%3BEAAgB%2CkBAAA%3BEAAmB%2CkBAAA%3B%3BAAC1E%2CSAAS%2CQAAW%2CWAAS%3BEAAS%2CcAAA%3BEAAgB%2CYAAA%3BEAAa%2CwBAAA%3B%3BAACnE%3BEAAS%2CWAAA%3BEAAW%2CqBAAA%3B%3BAACpB%3BEAAa%2C6BAAA%3BEAA8B%2CSAAA%3BEAAU%2CoCAAA%3BEAAqC%2CiCAAA%3BEAAkC%2C4BAAA%3B%3BAAC5H%2CWAAW%3BEAAU%2CeAAA%3B%3BAACrB%2CWAAW%3BAAAS%2CWAAW%3BEAAS%2C6BAAA%3BEAAgC%2CyBAAA%3BEAA4B%2CcAAA%3B%3BAACpG%2CiBAAkB%3BEAAkB%2CaAAA%3B%3BAACpC%2CQAAQ%3BEAAoB%2CiBAAA%3BEAAmB%2CeAAA%3B%3BAAG%5C%2FC%2CMACC%3BEAAQ%2CgBAAA%3BEAAmB%2CWAAA%3B%3BAAD5B%2CMAEC%3BEAAO%2CWAAA%3BEAAY%2CiBAAA%3BEAAiB%2CyBAAA%3BEAA0B%2CcAAA%3BEAAoB%2CkBAAA%3B%3BAAFnF%2CMAGE%2COAAM%3BEAAO%2CmBAAA%3BEAA4B%2CiBAAA%3BEAAkB%2CyBAAA%3B%3BAAH7D%2CMAIE%3BEAAU%2CgBAAA%3BEAAkB%2CcAAA%3BEAAiB%2CWAAA%3BEAAY%2CyBAAA%3B%3BAAJ3D%2CMAKE%2CQAAO%3BEAAS%2CmBAAA%3BEAA4B%2CcAAA%3BEAAqB%2CyBAAA%3B%3BAALnE%2CMAME%2CEAAC%3BEAAQ%2CyBAAA%3B%3BAANX%2CMAOE%2CEAAC%2CKAAK%3BEAAS%2CmBAAA%3BEAA4B%2CcAAA%3BEAAqB%2CyBAAA%3B%3BAAPlE%2CMAQC%2CQAAO%2CKAAK%3BEAAU%2CSAAS%2COAAT%3BEAAiB%2CcAAA%3B%3BAARxC%2CMASC%2CQAAO%2CSAAS%3BEAAU%2CSAAS%2COAAT%3BEAAiB%2CcAAA%3B%3BAAE5C%2CQAAS%3BEAAS%2CYAAA%3BEAAY%2CoCAAA%3BEAAqC%2CkCAAA%3BEAAmC%2C4BAAA%3B%3BAACtG%2CcAAc%3BEAAU%2CaAAA%3B%3BAACxB%2CSAAS%2CQAAW%2CWAAS%3BEACzB%2CWAAA%3BEACA%2CkBAAA%3B%3BAAUJ%2CQAR0B%3BEAC1B%2CSAAS%2CQAAW%2CWAAS%3BIAAW%2CaAAA%3B%3BEACxC%2CcAAe%3BIAAS%2CgBAAA%3BIAAkB%2CaAAA%3BIAAe%2CMAAA%3BIAAQ%2CUAAA%3B%3BEACjE%2CSAAS%2CQAAW%2CWAAS%3BIAAU%2CcAAA%3BIAAgB%2CSAAA%3BIAAW%2CgBAAA%3B%3BEAClE%2CSAAS%2CQAAW%2CWAAS%3BIAAQ%2CWAAA%3BIAAY%2CkBAAA%3B%3BEACjD%2CMAAO%3BIAAe%2CqBAAA%3B%3BEACtB%2CaAAc%3BIAAS%2CyBAAA%3BIAAqC%2CgBAAA%3BIAAiB%2CaAAA%3B%3B%3BAAK7E%2CQAH0B%2CuBAAuB%3BEACjD%2CaAAc%2COAAM%2CWAAY%3BIAAM%2CiBAAA%3B%3B%3BAAQtC%2CQAN0B%3BEAC1B%2C0BAA0B%2CsBACzB%3BIAAgB%2CWAAA%3BIAAa%2CgBAAA%3BIAAkB%2CQAAA%3BIAAW%2CUAAA%3B%3BEAD3D%2C0BAA0B%2CsBAEtB%2CQAAO%3BIAAS%2CYAAA%3BIAAe%2CQAAA%3BIAAW%2CUAAA%3BIAAY%2CiBAAA%3B%3B%3BAAU1D%2CQAP0B%3BEAC1B%2C0BAA0B%2CsBACzB%3BIAAgB%2CQAAA%3BIAAU%2CUAAA%3B%3BEAD3B%2C0BAA0B%2CsBAEtB%2CQAAO%3BIAAS%2CQAAA%3B%3B%3BAAIpB%2C0BAA0B%2C2BAA4B%2CQAAO%3BEACzD%2CSAAA%3BEAAY%2CUAAA%3B%3BAAChB%2C0BAA0B%2C2BACtB%2CQAAO%3BEAAO%2CSAAA%3B%3BAADlB%2C0BAA0B%2C2BAEzB%2CWAAa%2CsBAAoB%3BEAAa%2CgBAAA%3B%3BAAE%5C%2FC%3BEAAe%2CUAAA%3B%3BAAAf%2CaACC%2COAAM%3BEAAc%2CmBAAA%3BEAAqB%2CUAAA%3BEAAa%2CWAAA%3BEAAa%2CkBAAA%3BEAAmB%2CmBAAA%3B%3BAADvF%2CaACC%2COAAM%2CWACN%3BEAAU%2CaAAA%3B%3BAAFX%2CaACC%2COAAM%2CWAEN%3BEAAO%2CkBAAA%3B%3BAAHR%2CaACC%2COAAM%2CWAGN%2COAAO%2CSAAQ%3BEAAU%2CaAAA%3B%3BAAJ1B%2CaACC%2COAAM%2CWAIN%2CQAAO%2CUAAU%3BEAAW%2CuBAAA%3BEAAyB%2CcAAA%3BEAAgB%2CiBAAA%3BEAAmB%2CkBAAA%3BEAAoB%2CWAAA%3BEAAc%2CSAAA%3B%3BAAL3H%2CaACC%2COAAM%2CWAIN%2CQAAO%2CUAAU%2CQAChB%3BEAAQ%2CaAAA%3B%3BAANV%2CaACC%2COAAM%2CWAON%2CQAAO%2CUAAU%3BEAAS%2CcAAA%3BEAAuB%2CSAAS%2COAAT%3BEAAkB%2CUAAA%3BEAAW%2CwBAAA%3B%3BAAR%5C%2FE%2CaACC%2COAAM%2CWAQL%3BEAAS%2CkBAAA%3BEAAmB%2CcAAA%3BEAAgB%2CeAAA%3B%3BAAT9C%2CaAWC%3BEAAc%2CeAAA%3BEAAiB%2CiBAAA%3BEAAoB%2CyBAAA%3BEAAqC%2CSAAA%3BEACrF%2CSAAA%3BEAAW%2CcAAA%3BEAAqB%2CeAAA%3BEAAiB%2CiBAAA%3BEAAmB%2CkBAAA%3BEAAoB%2CkBAAA%3BEAAqB%2CqBAAA%3BEAA0B%2CyBAAA%3B%3BAAG3I%2CUAAW%2CcAAc%2COAAM%3BEAC3B%2CmBAAA%3B%3BAAEJ%2CcAAe%2CcAAc%3BEAAqB%2CaAAA%3BEAAe%2CWAAA%3BEAAa%2CWAAA%3BEAAY%2COAAA%3BEAAS%2CkBAAA%3BEAC%5C%2FF%2CQAAA%3BEAAU%2CkBAAA%3BEAAoB%2CWAAA%3BEAAY%2CSAAA%3B%3BAAC9C%3BEAAW%2CiBAAA%3B%3BAACX%3BEAAsB%2C6BAAA%3BEAA8B%2CoCAAA%3BEAAqC%2CiCAAA%3BEAAkC%2C4BAAA%3BEAA6B%2CUAAA%3B%3BAACxJ%3BEAAoB%2C6BAAA%3BEAA%2BB%2CmBAAA%3BEAAmB%2CmBAAA%3BEAAqB%2CiBAAA%3B%3BAAC3F%2CSAAU%2CmBAAkB%3BEAAQ%2CyBAAA%3B%3BAACpC%2CSAAU%2CmBAAmB%3BAAAS%2CSAAU%2CmBAAmB%2CiBAAiB%3BEAAG%2CaAAA%3B%3BAACvF%2CSAAU%2CmBAAkB%2CMAAO%3BAAAS%2CSAAU%2CmBAAkB%2CMAAO%2CiBAAiB%3BEAAG%2CcAAA%3B%3BAAEnG%2CSAAU%2CmBAAmB%3BAAAS%2CSAAU%2CmBAAmB%2CiBAAiB%3BAAAI%2CSAAU%2CmBAAmB%3BEAAc%2CaAAA%3B%3BAACnI%2CSAAU%2CmBAAkB%2CMAAO%3BAAAS%2CSAAU%2CmBAAkB%2CMAAO%2CiBAAiB%3BAAAG%2CSAAU%2CmBAAkB%2CMAAO%3BEAAc%2CcAAA%3B%3BAAInJ%2CaAAc%3BEAAU%2CeAAA%3BEAAgB%2C0BAAA%3BEAA2B%2CuBAAA%3BEAAwB%2CkBAAA%3BEAAoB%2CgBAAA%3B%3BAAChH%2CcAAe%2CmBAAkB%2CMAAO%2CsBAAsB%2CsBAAsB%3BEAChF%2CyBAAA%3BEAAkC%2CqBAAA%3BEAA%2BB%2CcAAA%3BEAAoB%2C0BAAA%3BEAA2B%2CuBAAA%3BEAAwB%2CkBAAA%3B%3BAAE5I%3BEAAoB%2CgBAAA%3B%3BAACpB%2CkBAAqB%3BAAAG%2CQAAQ%2CKAAM%2CEAAI%3BEAAI%2CcAAA%3BEAAqB%2CeAAA%3BEAAiB%2CqBAAA%3BEAAwB%2CyBAAA%3B%3BAAC5G%2CiBAAoB%2CIAAC%3BAAAS%2CkBAAqB%2CIAAC%3BAAAS%2CQAAQ%2CKAAM%2CEAAI%2CIAAC%3BAAChF%2CiBAAoB%2CIAAC%3BAAAQ%2CkBAAqB%2CIAAC%3BAAAQ%2CQAAQ%2CKAAM%2CEAAI%2CIAAC%3BA3KHtE%2CQAPH%2CKAOI%2CK2KEW%2CIAAC%3BA3KFb%2CQAPH%2CKAOI%2CK2KGW%2CIAAC%3BA1KzErB%2CQAAQ%2CKAAM%2CE0KwEM%2CIAAC%3BA1KxErB%2CQAAQ%2CKAAM%2CE0KyEM%2CIAAC%3BEAAiE%2CcAAA%3BEAAqB%2CqBAAA%3B%3BAAC3G%3BEAAsB%2CWAAA%3B%3BAAGtB%2COAAO%2COAAO%3BEAAkB%2CaAAA%3B%3BAAChC%2CcACI%3BEAAiB%2CYAAA%3BEAAc%2CmBAAA%3BEAAqB%2CeAAA%3BEAAgB%2CSAAA%3BEAAW%2C0BAAA%3BEAA2B%2CuBAAA%3BEAAuB%2CkBAAA%3B%3BAADrI%2CcAEI%2CkBAAiB%3BEAAQ%2CaAAA%3B%3BAAG7B%2CeAAgB%3BEAAQ%2CWAAA%3B%3BAACxB%3BAAAoB%2CQAAQ%2CKAAM%3BEAAK%2CgBAAA%3BEAAkB%2CeAAA%3BEAAgB%2CcAAA%3B%3BAACzE%3BEAAwB%2CaAAA%3BEAAc%2CiBAAA%3B%3BAAAtC%2CqBACA%3BEAAa%2C8BAAA%3BEAAgC%2CWAAA%3BEAAa%2CgBAAA%3BEAAkB%2CWAAA%3BEAAa%2CeAAA%3B%3BAADzF%2CqBACA%2CWACA%3BEAAS%2CmBAAA%3BEAA2B%2CcAAA%3BEAAyB%2CWAAA%3BEAAa%2CgBAAA%3BEAAkB%2CgBAAA%3BEAAiB%2CWAAA%3B%3BAAF7G%2CqBACA%2CWAEA%3BEAAU%2CmBAAA%3BEAA0B%2CcAAA%3BEAAqB%2CYAAA%3BEAAc%2CgBAAA%3BEAAkB%2CiBAAA%3BEAAmB%2CWAAA%3B%3BAAH5G%2CqBACA%2CWAGA%2CiBAAiB%3BEAAQ%2CcAAA%3BEAAmB%2CeAAA%3BEAAgB%2CgBAAA%3B%3BAAJ5D%2CqBACA%2CWAIA%3BEAAa%2CSAAA%3B%3BAALb%2CqBACA%2CWAKA%3BEAAY%2CkBAAA%3B%3BAAGZ%2CqBAAsB%2CWAAW%3BEAAY%2CWAAA%3B%3BAAC7C%2COAAO%3BEAAQ%2CWAAA%3BEAAY%2CWAAA%3BEAAY%2CgBAAA%3BEAAkB%2CWAAA%3B%3BAAEzD%2CaAAc%2CQAAO%3BEAAU%2CaAAA%3B%3BAAC%5C%2FB%2CMAAM%2CYAAe%3BEACjB%2CmBAAA%3BEAA6B%2CyBAAA%3BEAC7B%2CsBAAA%3BEAAuB%2CcAAA%3BEAAqB%2CeAAA%3BEAAiB%2CqBAAA%3BEAAuB%2CyBAAA%3BEACpF%2CeAAA%3BEAAgB%2CgBAAA%3BEAAiB%2CiBAAA%3BEAAkB%2CiBAAA%3BEAAkB%2CsBAAA%3BEAAuB%2CSAAA%3BEAAY%2CYAAA%3B%3BAAC5G%2CMAAM%2CYAAe%2COAAI%3BEAAQ%2CmBAAA%3BEAAwB%2CyBAAA%3B%3BAACzD%3BAAAe%3BAAAiB%3BEAAuB%2CkBAAA%3B%3BAAGvD%2CcAAe%3BEAAqB%2CgBAAA%3B%3BAACpC%2CcAAe%3BEAAsB%2CgBAAA%3B%3BAACrC%2CcAAe%3BEAAyB%2CgBAAA%3B%3BAACxC%2CcAAe%2CmBAAmB%3BAAAS%2CkBAAmB%2CiBAAiB%3BAAAI%2CkBAAmB%3BEAAc%2CcAAA%3B%3BAACpH%2CcAAe%2CmBAAkB%2CMAAO%3BAAAS%2CkBAAkB%2CMAAO%2CiBAAiB%3BAAAG%2CkBAAkB%2CMAAO%3BEAAc%2CcAAA%3B%3BAACrI%2CcAAc%2CSAAU%2CmBAAmB%3BEAAc%2CcAAA%3B%3BAACzD%2CSAAU%2CmBAAmB%3BEAAc%2CaAAA%3B%3BAAC3C%2CSAAU%2CmBAAkB%2CMAAO%3BEAAe%2CcAAA%3B%3BAAClD%2CcAAe%2CcAAc%3BEAAoB%2CiBAAA%3BEAAkB%2CmBAAA%3B%3B%3BAAGnE%2CoBAAoB%3BEAAkC%2C2BAAA%3B%3BAACtD%2CcAAe%2CcAAc%2CmBAAkB%2CMAAO%2CqBAAoB%3BEAAgC%2CkCAAA%3BEAAgC%2COAAA%3BEAAQ%2CSAAA%3BEAAU%2CQAAA%3B%3BAAC5J%2CoBAAoB%2C8BAA8B%3BEAC9C%2CmBAAA%3BEAA2B%2CcAAA%3BEAAgB%2CSAAS%2COAAT%3BEAAkB%2CwBAAA%3BEAA0B%2CeAAA%3BEAAkB%2CYAAA%3BEAAiB%2CaAAA%3BEAAe%2CWAAA%3BEAC3I%2CkBAAA%3BEAAmB%2C0BAAA%3BEAA2B%2CuBAAA%3B%3BAAChD%2CoBAAoB%2C8BAAiC%3BEAAQ%2CaAAA%3B%3BAAE7D%2CoBAAoB%3BEAAgC%2CWAAA%3BEAAY%2CuBAAA%3BEAAyB%2CoBAAA%3BEAAsB%2CqBAAA%3BEAAuB%2CsBAAA%3B%3BAAEtI%3BEAAoB%2CUAAA%3B%3BAAApB%2CkBACA%2CmBAAmB%3BEAAe%2CcAAA%3BEAAgB%2CcAAA%3BEAAc%2CmBAAA%3BEAAsB%2CYAAA%3B%3BAADtF%2CkBAEA%2CmBAAmB%3BEAAc%2CkBAAA%3BEAAqB%2CYAAA%3BEAAc%2CYAAA%3BEAAe%2CiBAAA%3BEAAmB%2CQAAA%3BEAAW%2CkBAAA%3BEAAoB%2CMAAA%3BEAAQ%2CWAAA%3B%3BAAF7I%2CkBAGA%2CmBAAmB%2CWAAU%3BEAAQ%2CmBAAA%3B%3BAAErC%2CiBAAkB%3BAAAY%2CkBAAmB%3BEAAa%2CMAAA%3BEAC1D%2CcAAA%3BEAAqB%2CYAAA%3BEAAe%2CUAAA%3BEAAa%2CQAAA%3BEAAU%2CkBAAA%3BEAAoB%2CWAAA%3B%3B%3BAAInF%2CMAAM%3BEAAU%2CmBAAA%3BEAAoB%2CoBAAA%3B%3BAAApC%2CMAAM%2COACL%2CeAAc%3BEAAU%2CYAAA%3BEAAa%2CiBAAA%3BEAAkB%2CWAAA%3B%3BAADxD%2CMAAM%2COAEL%3BEAAoB%2CiBAAA%3B%3BAAFrB%2CMAAM%2COAGL%3BEAAuB%2CiBAAA%3BEAAkB%2CaAAA%3B%3BAAH1C%2CMAAM%2COAIL%3BEAAQ%2CkBAAA%3BEAAoB%2CgBAAA%3B%3BAAJ7B%2CMAAM%2COAIL%2COACC%3BEAAQ%2C6BAAA%3BEAA%2BB%2CeAAA%3BEAAgB%2CUAAA%3BEAAW%2CkBAAA%3BEAAoB%2CyBAAA%3B%3B%3B%3BAAMxF%2CYAAa%3BEAAe%2CoBAAA%3BEAAqB%2CiBAAA%3B%3BAACjD%2CqBAAsB%3BEAAmB%2CgBAAA%3BEAAiB%2C6BAAA%3B%3BAAA1D%2CqBAAsB%2CkBACtB%3BEAAc%2CeAAA%3BEAAgB%2CgBAAA%3B%3BAAD9B%2CqBAAsB%2CkBAErB%3BEAAwB%2CyBAAA%3BEAAiC%2CyBAAA%3BEAAiC%2CcAAA%3BEAAqB%2CYAAA%3BEAAa%2CiBAAA%3BEAAmB%2CeAAA%3BEAAgB%2CyBAAA%3BEAA2B%2CWAAA%3BEAAY%2CeAAA%3B%3BAAFvM%2CqBAAsB%2CkBAGrB%2COAAM%3BEAAe%2CuBAAA%3BEAAwB%2CyBAAA%3BEAAiC%2CcAAA%3BEAAsB%2CYAAA%3BEAAa%2CiBAAA%3BEAAkB%2CaAAA%3BEAAc%2CyBAAA%3BEAA2B%2CWAAA%3B%3BAAH7K%2CqBAAsB%2CkBAItB%3BEAAc%2CUAAA%3B%3BAAJd%2CqBAAsB%2CkBAKtB%2CGAAE%3BEAAS%2CgBAAA%3B%3BAALX%2CqBAAsB%2CkBAMtB%3BEAAiB%2CWAAA%3BEAAa%2C6BAAA%3BEAA%2BB%2CUAAA%3BEAAW%2CkBAAA%3B%3BAANxE%2CqBAAsB%2CkBAOtB%2CgBAAgB%3BEAAO%2CcAAA%3BEAAoB%2CWAAA%3BEAAY%2CeAAA%3BEAAe%2CgBAAA%3BEAAkB%2CUAAA%3B%3BAAPxF%2CqBAAsB%2CkBAQtB%3BEAAQ%2CcAAA%3BEAAwB%2CeAAA%3BEAAgB%2CgBAAA%3BEAAgB%2CcAAA%3B%3BAARhE%2CqBAAsB%2CkBAStB%2CUAAS%3BEAAmB%2CSAAA%3BEAAU%2CWAAA%3B%3BAATtC%2CqBAAsB%2CkBAWtB%2C%2BBAAiC%3BEAAO%2C0BAAA%3BEAA4B%2CWAAA%3BEAAY%2CcAAA%3BEAAsB%2CWAAA%3BEAAY%2CeAAA%3BEAAgB%2CgBAAA%3BEAAiB%2CaAAA%3BEAAe%2CWAAA%3B%3BAAXlK%2CqBAAsB%2CkBAYtB%2CQAAQ%2CGAAG%2CGAAG%3BEAAO%2CcAAA%3B%3B%3BAASrB%2CQAL0B%3BEAEzB%3BIAAqB%2CmBAAA%3B%3BEACrB%3BIAAuB%2CiBAAA%3B%3B%3BAAOxB%2CQALyB%2CuBAAuB%3BEAChD%2CsBAAuB%3BEAAY%2C2BAA4B%3BIAAY%2CkBAAA%3BIAAoB%2CmBAAA%3B%3BEAC%5C%2FF%2COAAO%3BIAAW%2CiBAAA%3B%3B%3BAAiClB%2CQA9ByB%3BEACxB%2C0BAA2B%3BIAAe%2CWAAA%3BIAAY%2CeAAA%3BIAAiB%2CQAAA%3BIAAU%2CWAAA%3B%3BEACjF%2C0BAA0B%2C2BAA4B%2CQAAO%3BIAAQ%2CSAAA%3BIAAY%2CWAAA%3B%3BEACjF%3BIAAgB%2CaAAA%3B%3BEAChB%2CSAAS%2CQAAW%2CWAAS%3BIAAS%2CaAAA%3B%3BEACtC%2CSAAY%2CsBAAoB%3BIAAa%2CeAAA%3BIAAiB%2CiBAAA%3B%3BEAC9D%2COAAO%3BIAAW%2CeAAA%3BIAAiB%2CgBAAA%3BIAAiB%2CaAAa%2CkBAAb%3BIAAgC%2CkBAAA%3B%3BEACpF%3BIAAiB%2CUAAA%3B%3BEAAjB%2CaACA%3BIAAe%2CgBAAA%3B%3BEAEhB%2CcAAe%2CcAAc%3BIAAqB%2CSAAA%3B%3BEAClD%2CcAAe%3BIAAY%2CiBAAA%3B%3BEAC3B%2C0BAA2B%3BIAAa%2CkBAAA%3BIAAqB%2CmBAAA%3B%3BEAC7D%2CUAAa%2CsBAAoB%3BIAAa%2CeAAA%3BIAAgB%2CgBAAA%3BIAAkB%2CiBAAA%3B%3BEAChF%2C0BAA0B%2CsBACxB%2CQAAO%3BIAAQ%2CSAAA%3B%3BEAEjB%2CcAAe%3BIAAuB%2CWAAA%3BIAAY%2CeAAA%3B%3BEAClD%2CcAAe%3BIAAW%2CiBAAA%3B%3BEAC1B%2CSAAU%2CMAAK%3BIAAgB%2CoBAAA%3B%3BEAC%5C%2FB%2CQAAS%2CqBAAqB%3BIAAc%2CSAAA%3BIAAU%2CmBAAA%3B%3BEACtD%2CQAAS%2CqBAAqB%3BIAAiB%2CSAAA%3BIAAU%2CmBAAA%3BIAAqB%2CeAAA%3B%3BEAC9E%2CQAAQ%2CaAAc%3BIAAc%2CSAAA%3BIAAU%2CmBAAA%3B%3BEAC9C%2CQAAS%2CaAAY%3BIAAgB%2CgBAAA%3BIAAkB%2CgBAAA%3B%3B%3BEAEvD%2C0BAA0B%2CsBAAuB%2CQAAO%3BIAAQ%2CiBAAA%3BIAAoB%2CkBAAA%3B%3BEACpF%3BIAAwB%2CmBAAA%3B%3BEACxB%2COAAO%3BIAAW%2CgBAAA%3B%3B%3BAAMlB%2CQAHyB%2CuBAAsB%3BEAC%5C%2FC%2C0BAA0B%2CsBAAuB%2CQAAO%3BIAAO%2CSAAA%3B%3B%3BAAK%5C%2FD%2CQAHyB%3BEACzB%2CSAAU%2CQAAO%3BIAAW%2CgBAAA%3BIAAiB%2CgBAAA%3B%3B%3BAAyB7C%2CQAvByB%3BEACxB%2CcAAe%3BIAAiB%2CWAAA%3B%3BEAChC%2COAAO%3BIAAU%2CeAAA%3B%3B%3BAAqBlB%2CIAAI%2CyCAA0C%2CcAAc%3BEAAa%2CcAAA%3B%3BAAEzE%2CIAAI%2CyCAA0C%3BEAA4B%2CaAAA%3B%3BAAC1E%2CIAAI%2CyCAA0C%3BEAAqB%2CwBAAA%3B%3BAACnE%2CIAAI%2CyCAA0C%3BEAAe%2CaAAA%3B%3BAAE7D%2CIAAI%2CyCAA0C%2C4BAA2B%3BEAAe%2CaAAA%3B%3BAACxF%2CIAAI%2CyCAA0C%3BEAAc%2CaAAA%3B%3BAAC5D%2CIAAI%2CyCAA0C%2CQAAO%2CKAAQ%3BEAAQ%2CaAAA%3B%3BAAErE%2CIAAI%2CyCAA0C%3BEAA6B%2CaAAA%3B%3BAAC3E%2CIAAI%2CyCAA0C%3BEAA0B%2CaAAA%3B%3B%3BAAGxE%2CIAAI%2CyCAA0C%2C4BAA2B%3BEACrE%2CyBAAA%3B%3B%3BAAIJ%2CIAAI%2CyCAA0C%3BEAC1C%2CwBAAA%3B%3BAAGJ%2CIAAI%2CyCAA0C%2CmBAAmB%3BEAC7D%2CwBAAA%3B%3BAAGJ%2CIAAI%2CyCAA0C%2CoBAAmB%3BEAC7D%2CsBAAA%3B%3BAAOJ%2CqBAAsB%2CcAAc%3BEAAiB%2CWAAA%3B%3BAACrD%2CqBAAqB%2CKAAM%3BEAAa%2CeAAA%3BEAAiB%2CiBAAA%3B%3BAACzD%2CqBAAsB%3BEAAa%2CeAAA%3BEAAgB%2CUAAA%3BEAAY%2CWAAA%3B%3BAAE%5C%2FD%2CoBAAqB%2CSAAQ%3BEAAS%2CWAAA%3BEAAa%2CmBAAA%3BEAA4B%2CSAAA%3B%3BAAC%5C%2FE%2CQAAQ%3BEAAQ%2CkBAAA%3B%3BAAChB%3BEAAwB%2CsBAAA%3B%3BAACxB%2CkBAAmB%3BEAAe%2CcAAA%3BEAAgB%2CmBAAA%3BEAAqB%2CiBAAA%3BEAAmB%2CcAAA%3BEAAgB%2CYAAA%3B%3BAAC1G%3BEAA0B%2CSAAA%3BEAAU%2CsBAAA%3BEAAwB%2CeAAA%3BEAAiB%2CsBAAA%3B%3BAAC7E%3BEAAW%2CiBAAA%3BEAAmB%2CcAAA%3BEAAgB%2CgBAAA%3B%3BAAC9C%3BEAAmB%2CmBAAA%3BEAA2B%2CwBAAA%3BEAAyB%2CoBAAA%3BEAAqB%2CgBAAA%3B%3BAAE5F%2CqBAAsB%2C2BAA0B%3BEAAU%2CSAAS%2CGAAT%3BEAAa%2CkBAAA%3BEAAoB%2CeAAA%3BEAAiB%2CiBAAA%3B%3BAAC5G%2CiBAAkB%2CWAAU%3BAAAS%2CkBAAmB%2CWAAU%3BEAAS%2CWAAA%3B%3BAAC3E%2CmBAAmB%3BEAAkC%2CsBAAA%3B%3B%3BAAErD%2CcAAe%2CgBAAgB%3BEAAuB%2CoBAAA%3B%3BAACtD%3BEAAuB%2CyBAAA%3B%3BAACvB%3BAAAW%3BEAAsB%2CqBAAA%3B%3BAACjC%2CmBAAoB%3BEAAY%2CqBAAA%3BEAAkC%2CsBAAA%3BEAAwB%2CWAAA%3B%3BAAC1F%3BEAA6B%2CwBAAA%3B%3BAAC7B%2C2BAA4B%3BEAA6B%2CyBAAA%3BEAA2B%2CWAAA%3B%3BAACpF%2C2BAA4B%2C4BAA2B%2CUAAU%3BEAAa%2CyBAAA%3B%3BAAC9E%2CmBAAoB%2COAAM%2CUAAU%3BEAA6B%2CuBAAA%3BEAAyB%2CoBAAA%3B%3BAAC1F%2CmBAAoB%2COAAM%2CUAAU%3BEAA8B%2CuBAAA%3BEAAyB%2CoBAAA%3B%3BAAC3F%2C2BAA2B%3BEAAc%2CcAAA%3BEAAgB%2CoBAAA%3B%3BAACzD%2CSAAS%3BEAAwB%2CmBAAA%3BEAA0B%2CgBAAA%3BEAAkB%2CcAAA%3BEAAgB%2CgBAAA%3B%3BAAG7F%2CkBAAmB%3BAAA0B%2CgBAAiB%3BEAA0B%2CYAAA%3BEAAc%2CmBAAA%3B%3BAACtG%2CYAAa%3BEAAa%2CcAAA%3BEAAqB%2CWAAA%3BEAAY%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CgBAAA%3B%3BAAC9F%2CYAAa%3BEAA2B%2CYAAA%3BEAAc%2CmBAAA%3B%3BAACtD%3BEAAe%2CkBAAA%3BEAAmB%2CWAAA%3BEAAY%2CiBAAA%3BEAAkB%2CYAAA%3BEAAa%2CWAAA%3BEAAY%2CYAAA%3BEAAa%2CiBAAA%3BEAAmB%2C8BAAA%3B%3BAACzH%2CYAAa%3BEAAI%2CcAAA%3BEAAsB%2CkBAAA%3BEAAmB%2CeAAA%3B%3BAAC1D%2CYAAa%2CEAAC%3BEAAU%2CcAAA%3BEAAqB%2CqBAAA%3B%3BAAC7C%2CYAAa%2CEAAC%2CMAAO%3BEAAM%2CcAAA%3BEAAsB%2CqBAAA%3B%3BAACjD%2CYAAa%3BEAA0B%2CYAAA%3BEAAa%2CgBAAA%3B%3BAACpD%3BEAA8B%2CqBAAA%3BEAAsB%2CeAAA%3BEAAgB%2CWAAA%3B%3BAACpE%2CYAAa%3BEAAW%2CeAAA%3BEAAgB%2CiBAAA%3BEAAmB%2CgBAAA%3B%3BAAC3D%2CUAAa%3BEAAW%2CaAAA%3B%3B%3B%3BAAKxB%2CoBAAqB%3BEAAoB%2CWAAA%3BEAAY%2CWAAA%3BEAAW%2CiBAAA%3BEAAkB%2CYAAA%3BEAAY%2CWAAA%3BEAAY%2CeAAA%3BEAAgB%2CmBAAA%3B%3BAAC1H%3BEAA4B%2CWAAA%3BEAAY%2CkBAAA%3BEAAoB%2CmBAAA%3B%3BAAC5D%3BEAA%2BB%2CmBAAA%3B%3BAAC%5C%2FB%3BEAA0B%2CYAAA%3BEAAc%2CiBAAA%3BEAAkB%2CWAAA%3BEAAY%2CkBAAA%3B%3BAAEtE%2CQAAQ%2CKAAK%3BEAAU%2CWAAA%3BEAAY%2CYAAA%3BEAAc%2CeAAA%3BEAAiB%2CWAAA%3BEAAY%2CeAAA%3BEAAiB%2CmBAAA%3B%3BAAC%5C%2FF%2CQAAQ%2CKAAK%3BEAAQ%2CeAAA%3BEAAiB%2CcAAA%3B%3BAACtC%2CQAAQ%2CKAAK%2CMAAS%2CQAAK%2CMAAS%3BEAAU%2CSAAA%3BEAA6B%2CuBAAA%3BEACvE%2CgBAAA%3BEAAkB%2CeAAA%3BEAAiB%2CiBAAA%3BEAAmB%2CUAAA%3BEAAY%2CkBAAA%3BEAAkB%2CgBAAA%3BEAAiB%2CyBAAA%3B%3BAACzG%2CQAAQ%2CKAAK%2CMAAS%2CQAAK%2CMAAM%2CIAAI%2CWAAc%2CUAAO%3BAAAS%2CQAAQ%2CKAAK%2CMAAS%2CQAAK%2CMAAM%2COAAU%3BAAAS%2CQAAQ%2CKAAK%2CMAAS%2CQAAK%2CMAAM%2COAAU%2CUAAO%3BAAAQ%2CQAAQ%2CKAAK%2CMAAS%2CQAAK%2CMAAM%2COAAU%2CUAAO%3BEAC%5C%2FN%2CmBAAA%3BEAA2B%2CgCAAA%3BEAAyC%2CcAAA%3B%3BAACxE%2CQAAQ%2CKAAK%2CMAAS%2CQAAK%3BEAAW%2CSAAA%3BEAAS%2C6BAAA%3BEAA8B%2CiBAAA%3BEAAmB%2C6BAAA%3BEAAgC%2CgBAAA%3B%3BAAChI%2CQAAQ%2CUAAU%3BEAAe%2CyBAAA%3BEAA2B%2CaAAA%3B%3BAAC5D%2CQAAQ%3BEAAiB%2C2BAAA%3B%3BAACzB%2CQAAQ%2CKAAK%2CSAAU%3BEAAyB%2C6BAAA%3BEAA8B%2C8BAAA%3B%3BAAC9E%2CqBAAsB%3BEAAS%2C8BAAA%3BEAA%2BB%2C6BAAA%3B%3BAAC9D%2CqBAAsB%2CGAAE%3BAAAQ%2CqBAAsB%2CGAAE%3BAAAO%2CqBAAsB%3BAAAI%2CqBAAsB%3BEAAK%2CgCAAA%3BEAA6C%2C%2BBAAA%3BEAA6C%2C4BAAA%3BEAA8B%2CWAAA%3B%3BAAC5O%2CqBAAsB%2CGAAE%3BAAAQ%2CqBAAsB%3BEAAI%2CgBAAA%3BEAAiB%2CcAAA%3BEAAc%2CUAAA%3B%3BAACzF%2CqBAAsB%2CGAAE%3BAAAO%2CqBAAsB%3BEAAI%2CgBAAA%3BEAAiB%2CeAAA%3BEAAgB%2CcAAA%3BEAAoB%2CgBAAA%3B%3BAAC9G%2CqBAAsB%2CGAAG%3BEAAI%2CaAAA%3B%3BAAG7B%2CcAAe%2CmBAAmB%3BEAAS%2CcAAA%3B%3BAAC3C%2CWAAY%3BEAAa%2CsBAAA%3BEAAuB%2CWAAA%3BEAAa%2CqBAAA%3BEAAwB%2CWAAA%3B%3BAACrF%2CWAAY%2CWAAa%3BEAAI%2C0BAAA%3BEAA4B%2C2BAAA%3BEAA6B%2CSAAA%3BEAAU%2CyBAAA%3BEAA0B%2CgBAAA%3B%3BAAC1H%3BEAAc%2CgCAAA%3BEAAkC%2C6BAAA%3BEAA8B%2CeAAA%3B%3BAAC9E%2CWAAY%3BEAAO%2CcAAA%3BEAAoB%2CWAAA%3BEAAY%2CeAAA%3BEAAgB%2CgBAAA%3BEAAkB%2CWAAA%3B%3BAACrF%2CWAAY%2COAAO%3BEAAM%2CeAAA%3B%3BAACzB%2CKAAK%2CWAAW%3BEAAO%2CSAAA%3B%3BAACvB%3BEAAO%2CkBAAA%3BEAAoB%2CWAAA%3BEAAW%2CgBAAA%3BEAAiB%2CcAAA%3B%3BAACvD%2CKAAK%3BEAAU%2CSAAS%2CEAAT%3BEAAY%2CcAAA%3B%3BAAC3B%3BEAAQ%2CcAAA%3BEAAmB%2CgBAAA%3B%3BAAE3B%3BEAAuB%2CmBAAA%3BEAA0B%2CyBAAA%3BEAAiC%2CeAAA%3BEAAgB%2CqBAAA%3BEAAsB%2C0BAAA%3BEACpH%2C2BAAA%3BEAA4B%2CYAAA%3BEAAa%2CkBAAA%3BEAAmB%2CYAAA%3BEAAa%2CoBAAA%3BEAAqB%2CkBAAA%3BEAAoB%2CWAAA%3BEAAY%2CWAAA%3B%3BAAClI%2CoBAAoB%3BEAAQ%2CmBAAA%3BEAAyB%2CyBAAA%3B%3BAACrD%3BEAA2B%2CeAAA%3BEAAgB%2CgBAAA%3BEAAiB%2CYAAA%3BEAAa%2CSAAA%3BEAAS%2CkBAAA%3B%3BAAClF%3BEAAW%2CeAAA%3BEAAgB%2CqBAAA%3BEAAsB%2CeAAA%3BEAAgB%2CgBAAA%3BEAAkB%2CcAAA%3BEAC%5C%2FE%2CYAAA%3BEAAa%2CUAAA%3BEAAW%2CWAAA%3BEAAY%2CoBAAA%3BEAAsB%2CkBAAA%3BEAAkB%2CYAAA%3B%3BAAChF%2CSAAS%3BEAAQ%2CcAAA%3B%3BAACjB%2CSAAS%3BEAAU%2CSAAS%2COAAT%3BEAAkB%2CwBAAA%3BEAA0B%2CoBAAA%3BEAAoB%2CkBAAA%3BEAAoB%2CQAAA%3BEAAU%2CeAAA%3B%3BAACjH%2CSAAS%2CMAAM%3BEAAU%2CcAAA%3B%3BAAEzB%2CSAAS%3BAAAU%2CSAAS%3BAAAU%2CaAAa%3BAAAU%2CQAAQ%3BAAAU%3BEAC3E%2CeAAA%3B%3BAACJ%2CYAAa%3BEAAQ%2CgBAAA%3BEAAkB%2CkBAAA%3BEAAoB%2CSAAA%3B%3BAAE3D%3BEAAyB%2CWAAA%3BEAAa%2CgBAAA%3BEAAkB%2CUAAA%3B%3BAACxD%2CqBAAsB%2COAAM%3BEAAe%2CWAAA%3BEAAa%2CkBAAA%3B%3BAACxD%2CqBAAsB%2COAAM%2CYAAe%3BEAAO%2CuBAAA%3BEAAyB%2CSAAA%3BEAAU%2CoBAAA%3BEAAsB%2CcAAA%3BEAAe%2CiBAAA%3BEAAmB%2CYAAA%3BEAAY%2CUAAA%3B%3BAAKzJ%2CSAAS%3BEAAqB%2CgBAAA%3BEAAiB%2CSAAA%3BEAAW%2C2BAAA%3BEAA6B%2CqBAAA%3BEAAuB%2CUAAA%3BEAAa%2CoBAAA%3B%3B%3BAAG3H%2COAAO%2CKAAQ%3BEAAQ%2CYAAA%3BEAAc%2CgBAAA%3BEAAkB%2CUAAA%3B%3BAACvD%2CkBAAmB%3BEAAY%2CmBAAA%3BEAAoB%2CuBAAA%3BEAAyB%2CkBAAA%3BEAAmB%2CkBAAA%3BEAAoB%2CgBAAA%3BEAAiB%2CmBAAA%3B%3BAACpI%3BEAAkB%2CaAAA%3BEAAe%2CgBAAA%3BEAAkB%2CkBAAA%3BEAAmB%2CWAAA%3B%3BAACtE%2CeAAkB%2CQAAQ%3BAAAK%2CeAAkB%2CQAAQ%2CIAAI%3BEAAK%2CkBAAA%3BEAAoB%2CwBAAA%3BEAA0B%2CcAAA%3BEAAgB%2CYAAA%3BEAAa%2CeAAA%3B%3BAAC7I%3BEAAoB%2CYAAA%3BEAAc%2CcAAA%3BEAAyB%2CeAAA%3BEAAiB%2CUAAA%3BEAAY%2CmBAAA%3BEAAqB%2CWAAA%3BEAAa%2CuCAAA%3BEAA0C%2CWAAA%3B%3BAACpK%2CiBAAoB%3BEAAM%2CiCAAiC%2C2DAAjC%3BEAA8F%2C6BAAA%3BEAA8B%2CqBAAA%3BEAAuB%2CgBAAA%3BEAAiB%2CiBAAA%3BEAAkB%2CWAAA%3B%3BAAChN%2CiBAAoB%3BEAAG%2CcAAA%3BEAAuB%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CyBAAA%3B%3BAACjF%2CiBAAoB%2CIAAC%3BEAAU%2CSAAS%2COAAT%3BEAAiB%2CwBAAA%3BEAA0B%2CiBAAA%3BEAAkB%2CcAAA%3B%3BAAC5F%3BEAAqB%2CmBAAA%3BEAA2B%2CYAAA%3BEAAa%2CgBAAA%3BEAAiB%2CiBAAA%3BEAAmB%2CkBAAA%3BEAAmB%2CQAAA%3BEAAS%2CMAAA%3BEAAO%2CWAAA%3BEAAY%2CYAAA%3B%3BAAAhJ%2CkBACA%2CUACC%3BEAAK%2C6BAAA%3BEAA%2BB%2CcAAA%3BEAAoB%2CeAAA%3BEAAgB%2CiBAAA%3BEAAkB%2CgBAAA%3BEAAkB%2CyBAAA%3B%3BAAF7G%2CkBACA%2CUAEC%3BEAAI%2CeAAA%3BEAAgB%2CcAAA%3BEAAqB%2CiBAAA%3BEAAkB%2CcAAA%3B%3BAAG5D%3BEAAqB%2CmBAAA%3BEAAoB%2CWAAA%3BEAAa%2CkBAAA%3BEAAmB%2CkBAAA%3BEAAoB%2CkBAAA%3BEAAoB%2CgBAAA%3BEAAiB%2CcAAA%3B%3BAAAlI%2CmBACC%3BEAAI%2CcAAA%3BEAAoB%2CeAAA%3BEAAgB%2CiBAAA%3BEAAkB%2CgBAAA%3BEAAgB%2CyBAAA%3B%3BAAD3E%2CmBAEC%3BEAAG%2CeAAA%3BEAAgB%2CgBAAA%3BEAAiB%2CyBAAA%3BEAA0B%2CcAAA%3BEAAqB%2CmBAAA%3BEAA2B%2CgBAAA%3BEAAgB%2CWAAA%3BEAAa%2CiBAAA%3BEAAkB%2CWAAA%3BEAAW%2CgBAAA%3B%3BAAGzK%3BEAAoB%2CaAAA%3BEAAc%2CqBAAA%3BEAAuB%2CmBAAA%3B%3BAACzD%2CIAAI%3BEAAgB%2CgBAAA%3BEAAiB%2CUAAA%3B%3BAAErC%3BEAAgB%2CWAAA%3BEAAY%2CmBAAA%3BEAAyB%2C2BAAA%3BEAA2B%2CmBAAA%3BEAAoB%2CyBAAA%3B%3BAACpG%2CaAAc%3BEAAK%2CUAAA%3BEAAW%2CSAAA%3B%3BAAC9B%2CaAAc%2CGAAG%3BEAAI%2CkBAAA%3BEAAmB%2CgBAAA%3BEAAiB%2CgBAAA%3BEAAiB%2CiBAAA%3BEAAkB%2CYAAA%3BEAAa%2CcAAA%3BEAAqB%2CeAAA%3BEAC1H%2CgBAAA%3B%3BAAEJ%2CaAAc%2CGAAG%2CGAAG%3BEAChB%2CiCAAiC%2CqDAAjC%3BEACA%2CWAAA%3BEAAY%2CYAAA%3BEAAa%2CsBAAA%3BEAAwB%2CWAAA%3B%3BAACrD%2CaAAc%2CGAAG%2CGAAG%3BEAAwB%2CiCAAiC%2CwDAAjC%3BEACxC%2CWAAA%3BEAAY%2CYAAA%3BEAAa%2CsBAAA%3BEAAuB%2CWAAA%3B%3BAACpD%2CaAAc%2CGAAG%2CGAAG%3BEAAsB%2CiCAAiC%2CwDAAjC%3BEACtC%2CWAAA%3BEAAY%2CYAAA%3BEAAa%2CsBAAA%3BEAAuB%2CWAAA%3B%3BAAEpD%2CcAAe%2CQAAO%3BEAAW%2CYAAA%3BEAAc%2CkBAAA%3BEAAoB%2CgBAAA%3B%3B%3BAAGnE%2CkBAAmB%2CQAAO%2COAAO%3BEAAU%2CcAAA%3BEAAe%2CYAAA%3B%3BAAC1D%2CkBAAmB%3BEAAuB%2CaAAA%3B%3BAAC1C%2CkBAAmB%2CsBAAsB%3BEAAiC%2CaAAA%3B%3BAAC1E%2CkBAAmB%3BEAAe%2CWAAA%3B%3BAAClC%2CkBAAmB%3BEAAuB%2CcAAA%3BEAAe%2C2BAAA%3BEAA6B%2CWAAA%3BEAAY%2CgBAAA%3BEAAiB%2CkBAAA%3BEAAmB%2CmBAAA%3B%3BAACtI%2CkBAAmB%2CsBAAsB%2CQAAO%2COAAO%2COAAO%3BAAC9D%2CkBAAmB%2CoBAAoB%2CQAAO%2COAAO%2COAAO%3BEAAU%2CWAAA%3BEAAY%2CcAAA%3BEAAgB%2CcAAA%3BEAAgB%2CeAAA%3B%3BAAClH%2CkBAAmB%2CqBAAqB%2CQAAQ%3BAAChD%2CkBAAmB%2CoBAAoB%2CQAAQ%3BAAC%5C%2FC%2CkBAAmB%2CsBAAsB%2CQAAQ%3BEAAM%2CqBAAA%3BEAAwB%2CWAAA%3BEAAY%2CgBAAA%3BEAAiB%2CeAAA%3BEAAgB%2CgBAAA%3BEAAiB%2CoBAAA%3BEAAqB%2CcAAA%3B%3BAAClK%3BEAAa%2CcAAA%3BEAAgB%2CeAAA%3B%3BAAC7B%2CUAAU%3BEAAU%2CcAAA%3BEAAe%2CSAAS%2COAAT%3BEAAiB%2CwBAAA%3BEAA0B%2CkBAAA%3BEAAmB%2CeAAA%3B%3BAAEjG%2CkBAAmB%2CMAAK%3BEAAY%2CWAAA%3BEAAa%2CgBAAA%3BEAAkB%2CWAAA%3B%3BAACnE%2CkBAAmB%2CMAAK%2CSAAU%2CSAAQ%3BEAAO%2CaAAA%3B%3BAACjD%2CkBAAmB%2CMAAK%2CSAAY%3BEAAI%2CcAAA%3B%3BAACxC%2CkBAAmB%2CMAAK%2CSAAY%2CIAAC%3BEAAW%2CSAAS%2COAAT%3BEAAkB%2CmBAAA%3BEAAoB%2CwBAAA%3BEAA0B%2CeAAA%3B%3BAAEhH%3BEAAsB%2CqBAAA%3BEAAwB%2CiBAAA%3B%3BAAA9C%2CmBACI%3BEAAG%2CcAAA%3BEAAgB%2CeAAA%3BEAAiB%2CeAAA%3BEAAiB%2C0BAAA%3B%3BAADzD%2CmBAEC%2CEAAC%3BEAAQ%2CqBAAA%3B%3BAAEV%2CUAAW%3BEAAS%2CcAAA%3B%3BAACpB%2CWAAY%3BEAAc%2CWAAA%3BEAAY%2CSAAA%3BEAAU%2CeAAA%3BEAAgB%2CgBAAA%3BEAAkB%2CUAAA%3B%3BAAClF%2CWAAY%3BEAAa%2CSAAA%3B%3BAACzB%2CWAAY%2CWAAU%3BEAAqB%2CWAAA%3BEAAa%2CWAAA%3B%3BAACxD%2CWAAY%2CWAAW%3BEAAS%2CcAAA%3BEAAqB%2CeAAA%3BEAAkB%2CgBAAA%3B%3BAACvE%2CWAAY%2CSAAQ%2CUAAU%3BEAAO%2CWAAA%3B%3BAACrC%2CWAAY%2CWAAU%3BEAAoB%2CWAAA%3BEAAc%2CWAAA%3BEAAa%2CUAAA%3B%3BAACrE%2CWAAY%2CWAAU%2CkBAAmB%3BEACrC%2CiCAAiC%2CwDAAjC%3BEACA%2CcAAA%3BEAAqB%2CWAAA%3BEAAa%2C2BAAA%3BEAA6B%2CeAAA%3B%3BAACnE%2CmBAAsB%3BEAAI%2CcAAA%3BEAAgB%2CeAAA%3BEAAiB%2CeAAA%3BEAAiB%2C0BAAA%3B%3BAAE5E%2CkBAAmB%2CSAAQ%3BEAAY%2CcAAA%3BEAAgB%2CUAAA%3B%3BAACvD%2CkBAAmB%3BEAAQ%2CWAAA%3BEAAa%2CWAAA%3BEAAa%2CgBAAA%3BEAAkB%2CWAAA%3B%3BAACvE%2CkBAAmB%3BEAAQ%2CcAAA%3BEAAyB%2CgBAAA%3B%3B%3BAAEpD%3BEAAW%2CeAAA%3B%3BAACX%3BEAA0B%2CWAAA%3B%3BAAsC1B%2CQApCyB%3BEACzB%2CqBAAsB%3BIAClB%2CWAAA%3B%3BEAEJ%3BIAAmB%2CsBAAA%3B%3BEACnB%2CoBAAqB%3BIAAoB%2CeAAA%3B%3BEACzC%2CQAAQ%2CKAAK%3BIAAW%2CeAAA%3B%3BEACxB%2CQAAQ%2CKAAK%3BIAAS%2CSAAA%3BIAAW%2CUAAA%3B%3BEACjC%2CQAAQ%2CKAAK%2CMAAS%2CQAAK%2CMAAS%3BIAAS%2CSAAA%3B%3BEAE7C%3BIAAc%2CYAAA%3B%3BEACd%2CYAAa%3BIAAc%2CcAAA%3BIAAsB%2CeAAA%3B%3BEAEjD%2CkBAAmB%2CQAAO%2COAAO%3BIAAU%2CWAAA%3B%3BEAE3C%3BIAA6B%2CgBAAA%3B%3BEAC7B%3BIAAoB%2CgBAAA%3B%3BEACpB%2CkBAAmB%3BIAAY%2CWAAA%3BIAAY%2CeAAA%3B%3BEAC3C%2CkBAAmB%3BIAAmB%2COAAA%3BIAAS%2CQAAA%3BIAAS%2CgBAAA%3BIAAkB%2CWAAA%3BIAAa%2CkBAAA%3BIAAoB%2C0BAAA%3B%3BEAC3G%2CKAAQ%3BIAAM%2CqBAAA%3BIAAuB%2CWAAA%3BIAAa%2CYAAA%3BIAAe%2CkBAAA%3B%3BEACjE%2CiBAAoB%3BIAAO%2C6BAAA%3B%3BEAC3B%2CqBAAsB%2COAAM%3BIAAe%2CWAAA%3BIAAa%2CqBAAA%3B%3BEAExD%2CWAAY%3BIAAe%2CWAAA%3BIAAa%2COAAA%3BIAAS%2CeAAA%3BIAAgB%2CgBAAA%3BIAAkB%2CWAAA%3B%3BEACnF%2CWAAY%2CWAAW%3BIAAQ%2CgBAAA%3BIAAiB%2CcAAA%3BIAAqB%2CeAAA%3BIAAiB%2CgBAAA%3BIAAkB%2CSAAA%3BIAAW%2CUAAA%3BIAAY%2CeAAA%3B%3BEAC%5C%2FH%2CMAAM%2COAAQ%2COAAO%3BIAAQ%2CeAAA%3B%3BEAE7B%2CqBAAsB%2CkBAAkB%2CGAAE%3BIAAU%2CgBAAA%3BIAAkB%2CWAAA%3BIAAa%2CUAAA%3BIAAY%2CWAAA%3B%3BEAC%5C%2FF%2CqBAAsB%2CkBAAkB%3BIAAiB%2CWAAA%3BIAAY%2C6BAAA%3BIACjE%2CWAAA%3BIAAa%2CgBAAA%3BIAAkB%2CSAAA%3BIAAY%2CcAAA%3BIAAgB%2C6BAAA%3B%3BEAC%5C%2FD%2CqBAAsB%2CkBAAkB%3BIAAQ%2CiBAAA%3B%3BEAChD%2CYAAa%3BIAAY%2CWAAA%3BIAAa%2CcAAA%3BIAAgB%2CWAAA%3BIAAa%2CiBAAA%3BIAAoB%2CgBAAA%3B%3BEACvF%3BIAAgB%2CaAAA%3B%3B%3BAAIhB%2CYAAa%3BAAAU%2CYAAa%3BEAAqB%2CkBAAA%3B%3BAACzD%2CYAAa%2CaAAa%2CUAAY%3BAAAQ%2CYAAa%2CaAAa%2CUAAY%2CUAAU%3BEAAS%2CiBAAA%3BEAAoB%2CWAAA%3BEAAa%2CWAAA%3B%3BAACxI%3BEAAU%2CqBAAA%3B%3BAAEV%2CQAAS%2CmBAAqB%3BAAAG%2CQAAS%2CSAAQ%2CKAAM%2CEAAI%3BEAAG%2CcAAA%3BEAAiB%2CeAAA%3BEAAiB%2CyBAAA%3B%3B%3BAAEjG%3BEAAiC%2CYAAA%3BEAAc%2CeAAA%3B%3BAAC%5C%2FC%2CiBAAkB%2CWAAU%3BEAAsB%2CUAAA%3B%3BAAClD%3BEAAoB%2CeAAA%3BEAAiB%2CYAAA%3B%3BAACrC%3BEAA2B%2CoBAAA%3BEAAqB%2CkBAAA%3BEAAoB%2CgBAAA%3BEAAkB%2CiBAAA%3BEAAmB%2CWAAA%3BEAAa%2CYAAA%3B%3BAACtH%3BEAA0B%2CUAAA%3B%3BAAC1B%3BEAAyB%2CSAAA%3BEAAU%2C0BAAA%3BEAA2B%2C6BAAA%3BEAA8B%2CcAAA%3BEAAgB%2CeAAA%3BEACxG%2CWAAA%3BEAAa%2CWAAA%3BEAAY%2CeAAA%3B%3BAAC7B%3BEAAqC%2CiBAAA%3BEAAmB%2CWAAA%3BEAAa%2CYAAA%3B%3BAACrE%3BEAA%2BB%2CsBAAA%3BEAAwB%2CWAAA%3BEAAa%2CcAAA%3BEAAgB%2CeAAA%3BEAAiB%2CoBAAA%3BEAAsB%2CkBAAA%3B%3BAAC3H%3BEAAqB%2CsBAAA%3BEAAuB%2CkBAAA%3BEAAkB%2CsBAAA%3BEAAuB%2CcAAA%3BEAAgB%2CqBAAA%3B%3BAAErG%3BEAAqB%2CgCAAA%3BEAA2C%2CcAAA%3BEAAuB%2CgBAAA%3BEAAiB%2CUAAA%3BEAAY%2CgBAAA%3BEAAiB%2CyBAAA%3BEAA2B%2CWAAA%3B%3BAAChK%2CoBAAqB%3BEAAM%2CgCAAA%3BEAAwC%2CWAAA%3BEAAY%2CWAAA%3BEAAY%2CcAAA%3BEAAe%2CgBAAA%3B%3BAAE1G%2CMAAM%3BEAAY%2CqBAAA%3BEAAuB%2CgBAAA%3BEAAiB%2CWAAA%3B%3BAAC1D%2CMAAS%3BEAAO%2CcAAA%3BEAAqB%2CgBAAA%3B%3BAACrC%2CMAAM%2COAAO%2CaAAa%2CoBAAoB%3BEAAY%2CWAAA%3BEAAa%2CoBAAA%3BEAAsB%2CWAAA%3B%3BAAC7F%2CMAAM%2CmBAAoB%3BEAAM%2CcAAA%3BEAAgB%2CmBAAA%3B%3BAAChD%2CeAAgB%2COAAM%3BEAAQ%2CUAAA%3B%3B%3BAAE9B%2CuBAAwB%3BEAAe%2CYAAA%3B%3B%3BAAKvC%2CcAAe%3BEAAU%2CcAAA%3B%3BAAEzB%2CuBAAwB%2CWAAU%2CkBAAmB%3BEACjD%2CiCAAiC%2CwDAAjC%3BEACA%2CcAAA%3BEAAqB%2CWAAA%3BEAAa%2CuBAAA%3BEAAyB%2CeAAA%3BEAAgB%2CiBAAA%3B%3BAAE%5C%2FE%2CuBAAwB%2CWAAU%3BEAAqB%2CWAAA%3BEAAc%2CWAAA%3B%3BAACrE%2CuBAAwB%2CWAAU%2CkBAAmB%2COAAM%3BEACvD%2CWAAA%3BEAAa%2CSAAS%2COAAT%3BEAAkB%2CWAAA%3BEAAa%2CeAAA%3BEAAiB%2CkBAAA%3B%3BAAEjE%2CKAAK%2CKAAK%2CQAAW%3BEAAK%2CmBAAA%3B%3BAAC1B%3BEAAgB%2CWAAA%3BEAAY%2CeAAA%3BEAAe%2CWAAA%3B%3BAAE3C%2CuBAAwB%2CQAAO%2CQAAQ%3BEAAU%2CkBAAA%3BEAAqB%2CYAAA%3B%3BAACtE%2CuBAAwB%3BAAAY%2CmBAAoB%3BEAAY%2CmBAAA%3BEAAqB%2CSAAA%3B%3B%3BAAGzF%2C6BAA6B%3BEAAO%2CSAAA%3BEAAW%2CWAAA%3BEAAa%2CUAAA%3B%3B%3BAAqB5D%2CQAnB0B%3BEAC1B%2CWAAY%2CWAAU%2CkBAAmB%3BIAAS%2CyBAAA%3B%3BEAClD%3BIAA2B%2CkBAAA%3BIAAmB%2CkBAAA%3B%3BEAE9C%3BIAAqB%2CeAAA%3BIAAiB%2CgBAAA%3B%3BEACtC%2CoBAAqB%3BIAAoB%2CUAAA%3B%3BEACzC%2CkBAAmB%2CSAAQ%3BIAAY%2CcAAA%3BIAAgB%2CaAAA%3BIAAc%2CWAAA%3B%3BEAErE%2CmBAAoB%3BIAAI%2CqBAAA%3BIAAuB%2CWAAA%3B%3BEAC%5C%2FC%2CWAAY%2CWAAU%3BIAAqB%2CWAAA%3BIAAa%2CWAAA%3BIAAa%2CUAAA%3B%3B%3BEAErE%3BIAAsB%2CqBAAA%3BIAAuB%2CiBAAA%3BIAAkB%2CWAAA%3B%3BEAC%5C%2FD%2CQAAQ%2CKAAK%3BIAAS%2CgBAAA%3BIAAkB%2CeAAA%3B%3BEACxC%3BIAAoB%2CWAAA%3BIAAa%2CaAAA%3B%3BEACjC%3BIAA0B%2CWAAA%3B%3BEAC1B%3BIAA0B%2CWAAA%3B%3BEAC1B%3BIAAe%2CYAAA%3B%3BEACf%3BIAA%2BB%2CWAAA%3B%3B%3BAAK%5C%2FB%2CQAHyB%3BEACzB%3BIAAqB%2CeAAA%3B%3B%3BAAKrB%2CQAHwB%2CsBAAuB%3BEAC%5C%2FC%3BIAAe%2CYAAA%3B%3B%3BAA2Bf%2CQAzByB%3BEAEzB%3BIAAqB%2CgBAAA%3BIAAkB%2CeAAA%3B%3BEACvC%3BIAAoB%2CWAAA%3B%3BEACpB%2CIAAI%3BIAAgB%2CWAAA%3B%3BEACpB%3BIAAqB%2CWAAA%3B%3BEACrB%2CkBAAmB%3BIAAuB%2CcAAA%3BIAAe%2CkBAAA%3B%3BEACzD%2CQAAQ%2CKAAK%3BIAAQ%2CeAAA%3B%3BEAErB%2CSAAU%2CmBAAkB%2CMAAO%3BEAAc%2CcAAe%2CsBAAsB%2CsBAAsB%3BEAAS%2CkBAAmB%3BEAAS%2CkBAAmB%2CiBAAiB%3BIAAG%2CcAAA%3BIAAgB%2CyBAAA%3BIAAkC%2CqBAAA%3BIACtO%2CcAAA%3B%3BEAEJ%2CyCAA0C%2C4BAA2B%3BIACjE%2CwBAAA%3B%3BEACJ%2C2BAA2B%3BIAAe%2CwBAAA%3B%3BEAC1C%2CQAAQ%2CKAAK%2CMAAS%2CQAAK%3BIAAU%2CsBAAA%3B%3BEACrC%2CWAAY%2CWAAU%3BIAAqB%2CWAAA%3B%3BEAE3C%3BIAA0B%2CWAAA%3B%3BEAC1B%3BIAAqC%2CeAAA%3BIAAiB%2CWAAA%3BIAAa%2CYAAA%3B%3BEACnE%3BIAA%2BB%2CWAAA%3BIAAa%2CkBAAA%3B%3BEAC5C%2CSAAS%3BEAAU%2CSAAS%3BEAAU%2CaAAa%3BEAAS%2CeAAe%3BEAAU%2CQAAQ%3BIAAU%2CSAAQ%2CEAAR%3B%3BEACvG%3BIAAkB%2CiBAAA%3B%3B%3BAAUlB%2CQAPyB%3BEACzB%2CMAAM%2COAAO%2CaAAa%2CoBAAoB%3BIAAY%2CWAAA%3BIAAa%2CqBAAA%3BIAAuB%2CWAAA%3B%3BEAC9F%2CuBAAwB%2CWAAU%3BIAAoB%2CWAAA%3BIAAa%2CWAAA%3B%3BEACnE%2CuBAAwB%3BIAAc%2CYAAA%3BIAAe%2CWAAA%3B%3BEACrD%2CaAAc%2CGAAG%3BIAAK%2CeAAA%3B%3BEACtB%3BIAAoB%2CaAAA%3BIAAe%2CWAAA%3B%3B%3BAAEnC%2CeAAgB%3BEAAc%2CcAAA%3B%3BAAC9B%2COAAO%3BEAAW%2CcAAA%3B%3BAAClB%2CSAAU%3BAAAkB%2CqBAAsB%2CUAAU%3BAAAqB%2CqBAAsB%2CUAAU%3BAAAoB%2CSAAU%2CeAAe%3BAAAqB%2CSAAU%3BAAA4B%2CSAAU%3BEAA2B%2CcAAA%3B%3BAAC9P%2CSAAU%3BEAA8B%2CkBAAA%3BEAAoB%2CiBAAA%3B%3BAAC5D%2CSAAS%2CqBAAsB%3BEAA6B%2CSAAA%3BEAAU%2CgBAAA%3B%3B%3BAAGtE%2CqBAAsB%3BEAAkB%2CiBAAA%3B%3BAACxC%2CqBAAsB%3BEAAiB%2CiBAAA%3B%3BAACvC%2CqBAAsB%2CoBAAmB%3BEAAmC%2CsBAAA%3B%3BAAC5E%2CeAAe%2CIAAI%2CgCAAiC%3BAAA4B%2CeAAe%2CIAAI%2CgCAAiC%3BAAAqB%2CeAAe%2CIAAI%2CgCAAiC%3BAAC7M%2CeAAe%2CIAAI%2CgCAAiC%2C2BAA0B%3BAAAQ%2CeAAe%2CIAAI%2CgCAAiC%2CoBAAmB%3BAAAQ%2CeAAe%2CIAAI%2CgCAAiC%2CmBAAkB%3BEACzO%2CwCAAA%3BEAA0C%2CgDAAA%3B%3BAAE5C%2CoBAAoB%2COAAQ%3BEACxB%2CyBAAA%3BEAA2B%2CYAAA%3BEAAc%2CiBAAA%3BEAAmB%2CiBAAA%3BEAAmB%2CgBAAA%3B%3BAAGnF%3BEACI%2CsBAAA%3BEAAwB%2CWAAA%3BEAAa%2CcAAA%3BEAAgB%2CeAAA%3BEAAiB%2CoBAAA%3BEAAsB%2CkBAAA%3B%3BAAChG%2CuBAAwB%2CWAAU%3BEAAqB%2CWAAA%3BEAAc%2CWAAA%3B%3BAACrE%2CuBAAwB%2CWAAU%2CkBAAmB%2COAAM%3BEACvD%2CWAAA%3BEAAa%2CSAAS%2COAAT%3BEAAkB%2CWAAA%3BEAAa%2CeAAA%3BEAAiB%2CkBAAA%3B%3BAAEjE%2CuBAAwB%2CWAAU%2CkBAAmB%3BEACjD%2CiCAAiC%2CwDAAjC%3BEACA%2CcAAA%3BEAAgB%2CWAAA%3BEAAa%2CiBAAA%3BEAAmB%2CmBAAA%3BEAAqB%2CeAAA%3BEAAiB%2CeAAA%3B%3BAAC1F%2CuBAAwB%3BEAAc%2CWAAA%3B%3BAACtC%2C8BAA%2BB%3BEAC3B%2CiCAAiC%2CwDAAjC%3BEACA%2CcAAA%3BEAAiB%2CWAAA%3BEAAa%2CeAAA%3BEAAiB%2CiBAAA%3BEAAmB%2CmBAAA%3BEAClE%2CsBAAA%3BEAAyB%2CWAAA%3B%3BAAC7B%3BEAAiC%2C6BAAA%3BEAA%2BB%2C0BAAA%3BEAC5D%2CiBAAA%3BEAAkB%2CkBAAA%3B%3BAACtB%2C8BAA%2BB%2CkBAAkB%2CWAAU%3BEAAqB%2CeAAA%3BEAAkB%2CWAAA%3B%3BAAClG%2C8BAA%2BB%2CWAAU%2CkBAAmB%2COAAM%3BEAAW%2CWAAA%3BEACzE%2CSAAS%2C0BAAT%3BEAAqC%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CWAAA%3BEAAa%2CkBAAA%3BEAAoB%2CQAAA%3B%3BAAC7G%2C8BAA%2BB%3BEAAqB%2CYAAA%3BEAAc%2CiBAAA%3BEAAmB%2CiBAAA%3BEAAmB%2CSAAA%3BEAAS%2CcAAA%3B%3BAACjH%2C8BAA%2BB%2CoBAAoB%3BEAC%5C%2FC%2CsBAAA%3BEAAwB%2CqBAAA%3BEAAuB%2CqBAAA%3BEAAuB%2CeAAA%3BEAAiB%2CuBAAA%3BEACvF%2CkBAAA%3BEAAqB%2CWAAA%3B%3BAACzB%2CWAAY%3BEAA0B%2CYAAA%3BEAAc%2CeAAA%3BEAAiB%2CgBAAA%3BEACjE%2CiBAAA%3BEAAmB%2CmBAAA%3BEAAqB%2CgBAAA%3BEAAmB%2CWAAA%3BEAAY%2CgBAAA%3B%3BAAC3E%2CWAAY%2CSAAQ%2CUAAU%3BEAAO%2CgBAAA%3B%3BAACrC%2CWAAY%2CwBAAwB%3BEAAO%2CcAAA%3BEAAgB%2CWAAA%3BEAAa%2CeAAA%3BEAAiB%2CgBAAA%3BEAAmB%2CWAAA%3B%3BAAC5G%2CWAAY%2CSAAQ%2CUAAU%2CIAAK%3BEAAQ%2CcAAA%3BEAAgB%2CWAAA%3BEAAY%2CgBAAA%3BEAAkB%2CkBAAA%3B%3BAACzF%3BEAAyB%2CWAAA%3B%3BAACzB%2CaAAc%2CaAAa%3BEAAE%2C0BAAA%3B%3BAAC7B%2COAAQ%3BEAA0B%2CgBAAA%3B%3BAAClC%2CWAAW%2COAAQ%2CSAAQ%3BEAAY%2CsBAAA%3BEAAwB%2CqBAAA%3BEAC3D%2CqBAAA%3BEAAuB%2CaAAA%3BEAAgB%2CWAAA%3B%3BAAE3C%2CWAAW%3BEAAU%2CYAAA%3BEAAc%2CiBAAA%3B%3BAACnC%3BEAA4B%2CSAAA%3B%3BAAC5B%2C8BAA%2BB%2CYAAY%2COAAM%3BEAC7C%2CSAAS%2COAAT%3BEAAkB%2CWAAA%3BEAAa%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CkBAAA%3BEAAmB%2CiBAAA%3B%3BAACzF%2C8BAA%2BB%2CYAAY%3BEAAS%2CeAAA%3B%3BAACpD%2C8BAA%2BB%2CYAAY%2COAAM%3BEAAU%2CSAAS%2COAAT%3BEAAkB%2CWAAA%3BEAAa%2CeAAA%3BEACtF%2CgBAAA%3BEAAmB%2CkBAAA%3B%3BAAGvB%2CkBAAmB%2CQAAO%2COAAO%2COAAO%3BEAAQ%2CcAAA%3B%3BAAChD%2CkBAAmB%2CQAAO%2COAAO%2COAAQ%2CKAAI%3BEAAQ%2CcAAA%3B%3BAAErD%2CoBAAqB%3BEAAqB%2CmBAAA%3BEACtC%2CWAAA%3BEAAa%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CWAAA%3BEAAY%2CeAAA%3BEAAgB%2CUAAA%3B%3BAACxE%3BEAAqB%2CaAAA%3B%3BAACrB%2CoBAAqB%3BEACjB%2CWAAA%3BEAAa%2CWAAA%3BEAAc%2CYAAA%3BEAAe%2CiBAAA%3BEAAmB%2CeAAA%3BEAAiB%2CWAAA%3BEACjF%2CkBAAA%3B%3BAACD%2CcAAe%2CQAAO%3BEAAW%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CYAAA%3BEAAe%2CkBAAA%3B%3BAACnF%2CiBAAkB%2CQAAO%2CQAAQ%3BEAAU%2CeAAA%3B%3BAAC3C%2CyBAA0B%2CsBAAsB%3BAAAa%3BEAAc%2CeAAA%3B%3BAAC3E%2COAAO%3BEAAU%2CaAAY%2CoCAAZ%3BEAA8C%2CeAAA%3B%3BAAG%5C%2FD%2CwBAAyB%3BEAAiC%2C6BAAA%3BEAAgC%2C0BAAA%3B%3BAAC1F%2CwBAAyB%3BEAAgC%2CSAAA%3BEAAW%2CgBAAA%3BEAAkB%2CUAAA%3B%3BAAEtF%2CMAAM%2COAAO%3BEAA8B%2CmBAAA%3BEAAqB%2CYAAA%3BEAAc%2CeAAA%3BEAAkB%2CoBAAA%3BEAAqB%2CkBAAA%3B%3BAACrH%2CMAAM%2COAAO%2C2BAA4B%3BEAAe%2CkBAAA%3B%3BAACxD%2CMAAM%2COAAO%2C2BAA4B%3BEAAiB%2CYAAA%3BEAAe%2CiBAAA%3BEAAmB%2CaAAA%3B%3BAAC5F%2CMAAM%2COAAO%2C2BAA4B%2CaAAa%3BEAAQ%2C0BAAA%3BEAA2B%2CyBAAA%3BEAA2B%2CcAAA%3B%3BAACpH%2CMAAM%2COAAO%2C2BAA4B%3BEAAwB%2CgBAAA%3BEAAkB%2CaAAA%3B%3BAACnF%2CMAAM%2COAAO%2C2BAA4B%2CcAAc%3BEAAqB%2CmBAAA%3BEAAsB%2CgBAAA%3B%3BAAClG%2CoBAAqB%2CQAAO%3BEAAa%2CaAAA%3B%3BAACzC%2CQAAS%2CGAAE%2CWAAY%3BEAAO%2CcAAA%3B%3BAAC9B%3BEAAiC%2CSAAA%3B%3BAAEjC%2C8BAA8B%3BEAAY%2C6BAAA%3BEAAgC%2C0BAAA%3BEAA%2BB%2CiBAAA%3BEACrG%2CkBAAA%3B%3BAAEJ%3BEAAiC%2CSAAA%3B%3BAACjC%2CQAAS%2CGAAE%2CWAAY%3BEAAO%2CcAAA%3B%3BAAC9B%2CMAAM%2COAAO%2C2BAA4B%2CaAAa%3BEAClD%2CcAAA%3BEAA2B%2C0BAAA%3BEAA4B%2CkBAAA%3BEAAoB%2CyBAAA%3B%3BAAC%5C%2FE%2COAAO%2CMAAM%3BEAAW%2CyBAAA%3BEAA0B%2CyBAAA%3B%3BAAClD%2COAAO%2CMAAM%2CQAAQ%3BEAAQ%2CyBAAA%3BEAA2B%2CyBAAA%3B%3BAAGxD%2C8BAA8B%3BEAAY%2C6BAAA%3BEAAgC%2C0BAAA%3B%3BAAE1E%2CwBAAyB%3BEAAyB%2CaAAA%3B%3BAAElD%2CMAAM%2COAAO%2C2BAA4B%2CeAAe%3BEACpD%2C6BAAA%3BEAA8B%2CgBAAA%3BEAAkB%2CgBAAA%3BEAAiB%2CaAAA%3B%3BAACrE%2CMAAM%2COAAO%2C2BAA4B%2CeAAe%2CcAAa%3BEACjE%2CsBAAA%3BEAAwB%2CgBAAA%3BEAAkB%2CgBAAA%3B%3BAAC9C%2CMAAM%2COAAO%2C2BAA6B%3BEAA0B%2CuBAAA%3B%3BAACpE%2CMAAM%2COAAO%2C2BAA4B%2CeAAe%2CcAAc%3BEAClE%2CgBAAA%3BEAAkB%2CgBAAA%3B%3BAAEtB%3BEAAwB%2CcAAA%3B%3BAAExB%2COAAO%2CWAAW%3BEAAY%2CcAAA%3BEAAgB%2CcAAA%3BEAAgB%2CWAAA%3BEAAa%2CgBAAA%3BEACvE%2CaAAA%3BEAAe%2CgBAAA%3BEAAmB%2C0BAAA%3BEAA4B%2CWAAA%3B%3BAAClE%2CkBAAmB%2CUAAS%2COAAQ%3BEAAO%2CcAAA%3B%3BAAC3C%2COAAO%2CWAAW%2CSAAY%3BEAAO%2CWAAA%3BEAAa%2CWAAA%3BEAAa%2CWAAA%3BEAAY%2CqBAAA%3B%3BAAC3E%2COAAO%2CWAAW%2CSAAS%3BEAAY%2CSAAQ%2COAAR%3BEAAiB%2CWAAA%3BEAAc%2CwBAAA%3BEAA2B%2CiBAAA%3B%3B%3BAAMjG%2CyCAA0C%3BEAAc%2CaAAA%3B%3BAACxD%2CMAAM%3BEAAM%2CaAAA%3B%3BAAEZ%2CcAAe%3BEAAsB%2CgBAAA%3B%3BAACrC%2CQAAS%2CiBAAiB%2CQAAO%3BEAAW%2CYAAA%3BEAAc%2CiBAAA%3BEAAoB%2CiBAAA%3B%3BAAE9E%3BEAAwB%2CmBAAA%3B%3BAACxB%2CkBAAmB%2CGAAE%2CKAAK%3BEAAY%2CaAAA%3B%3BAAEtC%3BAAAkB%3BAAAiB%3BAAA6B%3BEAA6B%2C%2BDAAA%3BEAA%2BD%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CmBAAA%3BEAAoB%2CqBAAA%3BEAA0B%2CiBAAA%3B%3BAACrO%2CgBAAgB%3BAAAQ%2CeAAe%3BAAAQ%2C2BAA2B%3BAAAQ%2C0BAA0B%3BEAAU%2C6BAAA%3B%3BAACtH%3BAAAc%3BEAA0B%2C%2BDAAA%3BEAA%2BD%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CmBAAA%3BEAAoB%2CqBAAA%3BEAAsB%2CiBAAA%3B%3BAAC5K%2CYAAY%3BAAAQ%2CuBAAuB%3BEAAU%2C6BAAA%3B%3BAACrD%3BEAAW%2CgEAAA%3BEAAgE%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CmBAAA%3BEAAoB%2CqBAAA%3BEAAsB%2CiBAAA%3B%3BAAChJ%2CSAAS%3BEAAU%2C8BAAA%3B%3BAACnB%2CSAAS%3BEAAU%2CSAAQ%2CEAAR%3B%3BAAEnB%2CeAAe%3BEAAS%2CSAAQ%2CEAAR%3B%3BAACxB%2CSAAS%3BAAAS%2CSAAS%3BAAAS%2CaAAa%3BEAAS%2CSAAQ%2CEAAR%3B%3BAAC1D%2CQAAQ%3BEAAU%2CSAAS%2CEAAT%3B%3BAAEjB%2CcAAc%3BEACX%2CiCAAiC%2CgDAAjC%3BEACA%2C2BAAA%3BEAA6B%2CYAAA%3BEAAc%2CoBAAA%3BEAAsB%2CWAAA%3BEAAY%2CQAAA%3B%3BAACjF%2CcAAc%3BEACV%2CiCAAiC%2C4CAAjC%3BEACA%2C2BAAA%3BEAA6B%2CYAAA%3BEAAc%2CoBAAA%3BEAAsB%2CWAAA%3BEAAY%2CQAAA%3B%3BAACjF%2CoBAAqB%2CoBAAmB%3BEAAU%2CSAAS%2CEAAT%3B%3BAAClD%2CoBAAqB%2CoBAAmB%3BEAAU%2CSAAS%2CEAAT%3B%3BAAClD%2CeAAgB%2CQAAO%3BEAAU%2CQAAA%3B%3BAACjC%2CeAAgB%3BEAAQ%2CgBAAA%3BEAAmB%2CqBAAA%3BEAAwB%2CWAAA%3B%3BAACnE%3BEAAwB%2CaAAA%3B%3BAAOxB%2CQAN2B%2CuBAAuB%3BEACjD%2CaAAc%2CSAAQ%2CMAAO%3BIAAI%2CWAAA%3BIAAc%2CeAAA%3BIAAkB%2CgBAAA%3B%3BEACjE%2CaAAc%2COAAM%2CWAAY%3BIAAW%2CaAAA%3B%3B%3BAAI5C%2CkBAAmB%2CQAAO%2COAAO%3BEAAS%2CcAAA%3BEAAgB%2CWAAA%3BEAAa%2CeAAA%3BEAAiB%2CoBAAA%3BEAAsB%2CqBAAA%3BEAAsB%2C2BAAA%3B%3BAACpI%2CkBAAmB%2CQAAO%2COAAO%2COAAO%3BEAAQ%2CcAAA%3B%3BAAChD%2CkBAAmB%2CQAAO%2COAAO%2COAAO%3BEAAU%2CSAAQ%2COAAR%3BEAAiB%2CwBAAA%3BEAAyB%2CiBAAA%3B%3BAAC5F%2CkBAAmB%2CQAAQ%3BEAAO%2CcAAA%3BEAAgB%2CqBAAA%3BEAAuB%2CeAAA%3BEAAiB%2CgBAAA%3BEAAmB%2CoBAAA%3B%3BAAE7G%3BEAAwB%2CaAAA%3B%3B%3B%3B%3B%3BAAMxB%2CkCAAmC%2CWAAU%2CkBAAmB%3BEAC5D%2CiCAAiC%2CwDAAjC%3BEACA%2CcAAA%3BEAAgB%2CWAAA%3BEAAa%2CiBAAA%3BEAAmB%2CuBAAA%3BEAAyB%2CeAAA%3BEAAgB%2CeAAA%3B%3BAAC7F%2CiBAAkB%2CQAAO%2CQAAQ%3BEAAU%2CYAAA%3BEAAc%2CkBAAA%3B%3BAAEzD%2C8BAA8B%3BEAAY%2C6BAAA%3BEAA%2BB%2C0BAAA%3BEAA4B%2CoBAAA%3B%3BAACrG%2C8BAA8B%2CSAAW%3BEAAqC%2CYAAA%3BEAAgB%2CiBAAA%3B%3BAAC9F%2C8BAA8B%2CSAAU%2CWAAU%3BEAAqB%2CWAAA%3B%3B%3BAAEvE%3BEAAe%2CeAAA%3B%3BAAEf%2CoBAAqB%3BEAAsB%2C2BAAA%3B%3BAAC3C%2CoBAAqB%3BEAAsB%2C2BAAA%3B%3BAAE3C%2CqBAAsB%3BEAAkB%2CiBAAA%3B%3BAACxC%2CqBAAsB%3BEAAiB%2CiBAAA%3B%3BAACvC%2CqBAAsB%2CoBAAmB%3BEAAmC%2CsBAAA%3B%3BAAE5E%2CoBAAoB%2COAAQ%3BEAA0B%2CyBAAA%3BEAA2B%2CaAAA%3BEAAgB%2CgBAAA%3B%3BAACjG%2CQAAS%3BEAAO%2C%2BBAAA%3BEAAiC%2CcAAA%3B%3BAAEjD%2CoBAAoB%2COAAQ%3BEAA0B%2CYAAA%3BEAAe%2CiBAAA%3BEAAoB%2CiBAAA%3BEAAoB%2CgBAAA%3B%3BAAC7G%2CMAAO%3BEAAK%2CcAAA%3B%3BAACZ%2CQAAS%2COAAS%3BEAAO%2CcAAA%3BEAAgB%2CgBAAA%3B%3BAAEzC%2CIAAK%3BEAAS%2CqBAAA%3BEAAwB%2CeAAA%3B%3BAAUtC%2CQARyB%2CuBAAuB%3BEAChD%2CqBAAsB%2CgBAAgB%3BIAAgB%2CqBAAA%3B%3BEACtD%3BIAAuB%2CeAAA%3B%3BEACvB%2CSAAS%2CQAAW%2CWAAS%3BIAAU%2CaAAA%3B%3BEACvC%2CSAAS%2CQAAW%2CWAAS%3BIAAQ%2CcAAA%3BIAAgB%2CWAAA%3B%3BEACrD%2CSAAS%2CQAAW%2CWAAS%3BIAAS%2CgBAAA%3B%3BEACtC%2CaAAc%2COAAM%2CWAAY%3BIAAY%2CaAAA%3B%3B%3BAAW5C%2CQATyB%3BEACzB%3BIAAc%2CaAAA%3B%3BEACd%2CYAAa%3BIAAW%2CmBAAA%3B%3BEACxB%2CcAAe%3BIAAU%2CgBAAA%3B%3BEACzB%3BIAAkB%2CkBAAA%3B%3BEAClB%2CQAAS%2CaAAY%3BIAAgB%2CSAAA%3BIAAW%2CUAAA%3B%3BEAChD%3BIAAkB%2CWAAA%3BIAAa%2CkBAAA%3B%3B%3BAAG%5C%2FB%2CqBAAsB%2CYAAc%3BEAAO%2CcAAA%3B%3BAAC3C%2CqBAAsB%2CQAAQ%3BEAAK%2CgCAAA%3BEAAkC%2CeAAA%3BEAAiB%2C6BAAA%3B%3BAACtF%2CqBAAsB%2CkBAAkB%2CQAAQ%2CGAAG%2CGAAG%3BEAAO%2CcAAA%3BEAAe%2CYAAA%3BEAAc%2CUAAA%3B%3BAAC1F%2CKAAK%2CYAAY%3BEACf%2CwBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BEACA%2CoDAAA%3B%3B%3BAAEF%2COAAO%3BEAAU%2CaAAY%2CoCAAZ%3BEAA8C%2CeAAA%3B%3BAAiB%5C%2FD%2CQAdyB%3BEACzB%2C8BAA%2BB%2CkBAAkB%2CWAAU%3BIAAuB%2CeAAA%3BIAAkB%2CWAAA%3B%3BEACpG%2C8BAA%2BB%2CWAAU%2CkBAAmB%2COAAM%3BIAAU%2CSAAS%2CEAAT%3BIAAc%2CgBAAA%3B%3BEAC1F%2CuBAAwB%3BIAAc%2CWAAA%3B%3BEAEtC%2COAAQ%3BIAA0B%2CgBAAA%3B%3BEAClC%2CWAAW%2COAAQ%2CSAAQ%3BIAAY%2CWAAA%3B%3BEAEvC%2CWAAY%3BIAAM%2CWAAA%3B%3BEAClB%2CWAAY%3BIAAyB%2CqBAAA%3BIAAwB%2CgBAAA%3BIAAmB%2CkBAAA%3B%3BEAChF%2C8BAA%2BB%2CYAAY%3BIAAS%2CeAAA%3BIAAiB%2CaAAA%3B%3BEACrE%2C8BAA%2BB%2CYAAY%2COAAM%3BIAAW%2CSAAS%2CEAAT%3B%3BEAC5D%3BIAA4B%2CSAAA%3B%3B%3BAAQ5B%2CQANyB%3BEACzB%2CiCAAkC%2CUAAY%3BIAAW%2CeAAA%3BIAAiB%2CSAAA%3BIAAW%2CsBAAA%3B%3BEACrF%3BIAA4B%2CgBAAA%3B%3B%3B%3BAAI5B%2CKAAK%2CYAAY%3BEACf%2CoDAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3B%3BAAIF%2CKAAK%2CYAAY%3BEACf%2CoDAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAGF%2CqBAAsB%2CoBAAmB%3BEAAiC%2CaAAA%3BEAAe%2CSAAA%3BEAAW%2CkBAAA%3BEAAqB%2CSAAA%3BEAAW%2CWAAA%3B%3BAACpI%2CqBAAsB%3BEAAmB%2CgBAAA%3B%3BAACzC%2CqBAAsB%2CSAAQ%3BAAAQ%2CqBAAsB%2CSAAQ%3BEAAW%2CqBAAA%3B%3BAAC%5C%2FE%2CMAAM%2COAAO%3BEAA6B%2CgBAAA%3BEAAkB%2CgBAAA%3BEAAkB%2CeAAA%3BEAAkB%2CoBAAA%3B%3BAAChG%2C2BAA2B%3BEAAc%2CoBAAA%3BEAAqB%2CcAAA%3BEAAe%2C0BAAA%3B%3BAAC7E%2CMAAM%2COAAO%3BEAA6B%2CaAAA%3B%3BAAK1C%2CQAJ0B%3BEAC1B%2CqBAAsB%3BIAAkB%2CiBAAA%3B%3B%3BAAGxC%2CoBAAqB%3BEAA6B%2CUAAA%3B%3BAAClD%2CkBAAmB%2CSAAQ%3BEAAa%2CiBAAA%3BEAAkB%2CWAAA%3BEAAa%2CkBAAA%3BEAAqB%2CiBAAA%3B%3BAAC5F%2CuBAAwB%3BEAAkB%2CcAAA%3B%3BAAC1C%2CSAAU%2CYAAY%3BEAAS%2CaAAA%3B%3BAAC%5C%2FB%2CSAAU%3BEAAS%2CgBAAA%3B%3BAACnB%3BEAAe%2CeAAA%3BEAAgB%2CgBAAA%3BEAAiB%2CyBAAA%3B%3BAAChD%2CYAAa%3BEACT%2CWAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEAEA%2CmBAAA%3BEACH%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CUAAA%3B%3BAAED%2CYAAa%2CYAAY%3BEACrB%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACH%2CyBAAA%3B%3BAAGD%2CYAAa%2CSAAQ%2CUAAU%3BAAAM%2CYAAa%3BAAA0B%2CYAAc%2COAAM%3BEAC5F%2CaAAA%3B%3BAAEJ%2CYAAa%2COAAS%2CeAAa%3BEAAS%2CaAAA%3B%3BAAC5C%2CYAAa%3BEACT%2CcAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAGJ%2C8BAA%2BB%3BAAAa%2C8BAA%2BB%2CKAAI%3BEAC3E%2CWAAA%3B%3BAAEJ%2C8BAA%2BB%2CWAAW%3BAAAQ%2C8BAA%2BB%2CKAAI%2CMAAO%3BEACxF%2CWAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CYAAa%3BEACT%2CWAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CYAAa%2CWAAW%3BEACpB%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CUAAW%3BEACP%2CeAAA%3B%3BAAEJ%2CaAAc%2CGAAG%2CGAAG%3BEAChB%2CwFAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CaAAc%2CGAAG%2CGAAG%3BEAChB%2CwFAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CaAAc%2CGAAG%2CGAAG%3BEAChB%2CwFAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CYAAa%3BEAAY%2CWAAA%3B%3BAACzB%2CWAAY%3BEAAa%2CYAAA%3BEAAc%2CUAAA%3BEAAY%2CiBAAA%3B%3BAACnD%2CYAAa%2CYAAY%2CWAAW%3BEAAO%2CeAAA%3B%3BAAC3C%2CYAAa%3BEAAa%2CWAAA%3BEAAc%2CWAAA%3BEAAa%2CqBAAA%3BEAAuB%2CmBAAA%3BEAAqB%2CWAAA%3B%3BAACjG%2CYAAa%2CWAAW%3BEAAS%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CeAAA%3BEAAiB%2CWAAA%3B%3BAAC7E%3BEAAc%2CcAAA%3BEAAe%2CeAAA%3BEAAgB%2CiBAAA%3BEAAkB%2C6BAAA%3B%3BAAC%5C%2FD%3BAAAsB%3BEAA2B%2CmBAAA%3BEAAoB%2CqBAAA%3BEAAsB%2CiBAAA%3B%3BAAC3F%2CoBAAoB%3BAAAQ%2CyBAAyB%3BEAAQ%2CmBAAA%3BEAAoB%2CqBAAA%3B%3BAACjF%2CYAAa%2CYAAY%3BEAAa%2CgBAAA%3B%3BAACtC%2CaAAa%2CgBAAiB%2CGAAG%2CGAAG%3BEAClC%2CiCAAiC%2CuDAAjC%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAEF%2CkBAAkB%3BEACd%2CcAAA%3B%3BAC9hCJ%3BEAAM%2CSAAA%3B%3BACIN%2CQAJ0B%3BEAC1B%2CcAAe%3BIAAa%2CeAAA%3BIAAgB%2CUAAA%3B%3B%3B%3BAAG5C%3BEAAmB%2CWAAA%3BEAAY%2CoBAAA%3B%3BAAA%5C%2FB%2CkBACC%3BEAAG%2CgBAAA%3BEAAgB%2CcAAA%3BEAAqB%2CeAAA%3BEAAiB%2CUAAA%3BEAAU%2CgBAAA%3BEAAiB%2CkBAAA%3B%3BAADrF%2CkBAEC%3BEAAE%2CeAAA%3BEAAgB%2CiBAAA%3B%3BAAFnB%2CkBAGC%3BEAAI%2C6BAAA%3BEAA%2BB%2CeAAA%3B%3BAAEpC%2CkBAAkB%2CaACjB%2CGACA%3BEAAM%2CiBAAA%3B%3BAAFP%2CkBAAkB%2CaACjB%2CGAEG%3BEAAG%2CiBAAA%3B%3BAAHP%2CkBAAkB%2CaAKjB%2CGAAE%3BEAAS%2CeAAA%3B%3BAALZ%2CkBAAkB%2CaAMd%3BEAAG%2CeAAA%3BEAAgB%2CgBAAA%3B%3BAAEvB%2CkBAAkB%3BEAAgB%2CYAAA%3BEAAc%2CWAAA%3BEAAa%2CoBAAA%3B%3BAAC7D%3BEAAc%2CcAAA%3BEAAe%2CWAAA%3BEAAa%2CYAAA%3BEAAa%2CoBAAA%3BEAAqB%2CWAAA%3B%3BAAA5E%2CaACA%3BEAAI%2C6BAAA%3BEAA%2BB%2CeAAA%3B%3BAADnC%2CaACA%2CGACA%3BEAAG%2CWAAA%3BEAAY%2CUAAA%3B%3BAAFf%2CaACA%2CGAEA%2CGAAE%3BEAAS%2CSAAS%2COAAT%3BEAAkB%2CmBAAA%3BEAAmB%2CwBAAA%3B%3BAAGhD%2CkBAAkB%2CUAAU%3BEAAQ%2CgBAAA%3B%3BAACpC%2CkBAAkB%2CUAAU%3BEAAQ%2CmBAAA%3B%3BAAEpC%3BEAAW%2CeAAA%3BEAAgB%2CcAAA%3BEAAsB%2CoBAAA%3BEAAqB%2CgBAAA%3BEAAiB%2CyBAAA%3B%3BAAWvF%2CQATwB%3BEACxB%3BIAAoB%2CkBAAA%3B%3BEACpB%2CkBAAkB%3BIAAgB%2CYAAA%3BIAAc%2CWAAA%3BIAAa%2CkBAAA%3B%3BEAC7D%3BIAAe%2CWAAA%3BIAAa%2CkBAAA%3B%3BEAC5B%2CaAAc%2CGAAG%3BIAAG%2CWAAA%3BIAAY%2CWAAA%3B%3BEAChC%2CkBAAmB%3BIAAK%2CeAAA%3B%3B%3B%3B%3BAAIxB%2CkBAAkB%2CWACjB%3BEAAG%2CaAAA%3B%3BAADJ%2CkBAAkB%2CWACjB%2CGACG%3BEAAG%2CgBAAA%3B%3BAAFP%2CkBAAkB%2CWACjB%2CGAEA%2CGAAE%3BEAAW%2CSAAS%2COAAT%3BEAAkB%2CmBAAA%3BEAAoB%2CwBAAA%3B%3BAAHpD%2CkBAAkB%2CWACjB%2CGAGA%3BEAAG%2CmBAAA%3BEAAmB%2CqBAAA%3B%3B%3BAAKvB%2CIACC%3BEAAG%2CcAAA%3BEAAqB%2CgBAAA%3BEAAiB%2CiBAAA%3B%3BAAD1C%2CIAEC%3BEAAE%2CcAAA%3B%3BAAFH%2CIAGC%2CEAAC%3BEAAO%2C0BAAA%3B%3BAAET%3BEAAU%2CoBAAA%3B%3B%3BAAGV%2CgBAAiB%2CmBAAmB%2CEAAE%3BEAAK%2CcAAA%3B%3B%3BAAG3C%2CaAAa%2CgBACZ%3BEAAG%2CcAAA%3BEAAqB%2CgBAAA%3BEAAiB%2CiBAAA%3B%3BAAD1C%2CaAAa%2CgBAEZ%3BEAAE%2CcAAA%3B%3B%3BAAGH%2CaAAa%2CcACZ%3BEAAG%2CcAAA%3BEAAqB%2CgBAAA%3BEAAiB%2CiBAAA%3B%3BAAD1C%2CaAAa%2CcAEZ%3BEAAE%2CcAAA%3B%3BAAFH%2CaAAa%2CcAGb%2CYAAW%3BEAAU%2CcAAA%3BEAAwB%2CSAAS%2CGAAT%3BEAAc%2CkBAAA%3BEAAoB%2CeAAA%3B%3BAAH%5C%2FE%2CaAAa%2CcAIb%2CGAAE%3BEAAU%2CcAAA%3BEAAwB%2CSAAS%2COAAT%3BEAAiB%2CwBAAA%3BEAA0B%2CmBAAA%3BEAAqB%2CeAAA%3B%3BAAJpG%2CaAAa%2CcAKb%3BEAAG%2CgBAAA%3B%3BAAEH%3BEAAa%2CeAAA%3B%3BAAGb%2CaAAc%2CcAAa%3BEAAa%2CmBAAA%3BEAAqB%2CqBAAA%3BEAAuB%2CgBAAA%3BEAAkB%2CkBAAA%3BEAAmB%2CkBAAA%3BEAAoB%2CWAAA%3B%3BAAC7I%2CaAAc%2CcAAa%2CUAAW%2CGAAG%2CGAAG%2CEAAC%3BEAAU%2CSAAS%2CEAAT%3B%3BAAGvD%2CaAAc%3BEAAI%2CUAAA%3BEAAW%2CSAAA%3BEAAU%2CgBAAA%3B%3BAACvC%2CaAAc%2CGAAG%3BEAAO%2CyBAAA%3BEAA4B%2CWAAA%3BEAAc%2CiBAAA%3BEAAqB%2CiBAAA%3BEAAqB%2CeAAA%3BEAAmB%2CkBAAA%3BEAAoB%2CUAAA%3B%3BAACnJ%3BEAAa%2CWAAA%3BEAAc%2CWAAA%3B%3BAAC3B%2CSAAY%3BEAAQ%2CkBAAA%3BEAAoB%2CaAAA%3BEAAa%2CYAAA%3BEAAa%2CyBAAA%3B%3BAAClE%3BEAAY%2CWAAA%3BEAAY%2CWAAA%3BEAAY%2CeAAA%3BEAAgB%2CsBAAA%3BEAAuB%2CaAAA%3BEAAe%2CcAAA%3B%3BAAC1F%3BEAAY%2CWAAA%3BEAAY%2CWAAA%3BEAAY%2CeAAA%3BEAAgB%2CsBAAA%3BEAAuB%2CaAAA%3BEAAe%2CcAAA%3B%3BAAC1F%3BEAAa%2CsBAAA%3BEAAwB%2CiBAAA%3BEAAmB%2CaAAA%3BEAAe%2CkBAAA%3BEAAoB%2CUAAA%3B%3BAAC3F%2CWAAc%3BEAAG%2CeAAA%3BEAAiB%2CkBAAA%3BEAAoB%2CyBAAA%3B%3BAACtD%2CWAAc%3BEAAG%2CeAAA%3BEAAiB%2CkBAAA%3BEAAoB%2CyBAAA%3B%3BAACtD%2CWAAY%3BEAAM%2CmBAAA%3B%3BAAIlB%2CQAH0B%3BEAC1B%2CaAAc%2CGAAG%3BIAAM%2CkBAAA%3BIAAoB%2CUAAA%3B%3B%3BAAK3C%2CQAHyB%3BEACzB%2CaAAc%2CGAAG%3BIAAM%2CkBAAA%3BIAAoB%2CUAAA%3B%3B%3BAAO3C%2CQALyB%3BEACzB%2CaAAc%2CGAAG%3BIAAM%2CkBAAA%3BIAAoB%2CWAAA%3BIAAa%2CgBAAA%3B%3BEACxD%3BIAAa%2CWAAA%3B%3B%3BAAGb%2CCAAC%3BEAAe%2CaAAA%3B%3BAAChB%3BEAAc%2CaAAA%3B%3BAACd%2CmBAAoB%2CYAAW%2CMAAM%3BEAAM%2CaAAA%3B%3BAAE3C%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAAEJ%3BEACI%2CWAAA%3B%3BAC9GJ%3BAAAkB%2CKAAK%2CSAAS%3BAAAQ%2CKAAK%2CKAAK%3BAAAe%2CKAAK%2CSAAS%3BAAAS%2CKAAK%2COAAO%3BAAAU%2CKAAK%3BAAAoB%3BAAAoB%3BEAA0B%2CsCAAA%3B%3BAAIrL%3BEAAgB%2CgBAAA%3B%3BAAChB%3BEAAgB%2CSAAA%3B%3BAAChB%2CYAAa%3BEAAe%2CcAAA%3BEAAqB%2CeAAA%3BEAAgB%2CgBAAA%3BEAAkB%2CgBAAA%3BEAAiB%2CmBAAA%3BEAAoB%2CyBAAA%3B%3BAACxH%2CSAAU%3BEAAS%2CeAAA%3BEAAiB%2CgBAAA%3BEAAiB%2CcAAA%3B%3BAACrD%3BEAAW%2CWAAA%3BEAAa%2CiBAAA%3B%3BAACxB%3BEAAa%2C6BAAA%3BEAAmC%2CeAAA%3B%3BAAChD%3BAAAkB%2CKAAK%2CSAAS%3BAAAQ%2CKAAK%2CKAAK%3BAAAe%2CKAAK%2CSAAS%3BAAAS%2CKAAK%2COAAO%3BAAAU%2CKAAK%3BAAAoB%3BAAAoB%3BEAC3J%2C6BAAA%3B%3BAACA%2CMAAO%3BEAAW%2CiBAAA%3B%3BAAElB%2CYAAa%2CUAAY%3BAAAQ%2CYAAa%2CUAAY%2CUAAU%3BEAChE%2CkBAAA%3BEAAmB%2CWAAA%3BEAAW%2CUAAA%3B%3BAAClC%2CYAAa%2CUAAS%2COAAU%3BAAAQ%2CYAAa%2CUAAY%2CUAAU%3BEACvE%2CkBAAA%3BEAAmB%2CWAAA%3BEAAW%2CWAAA%3B%3BAAClC%2CKAAK%2COAAO%2CQAAW%3BEAAY%2CWAAA%3BEAAa%2CUAAA%3BEAAa%2CmBAAA%3BEAAsB%2CUAAA%3B%3BAACnF%2CYAAa%2CMAAK%2COAAO%3BEAAU%2CuBAAA%3BEAAwB%2CiBAAA%3B%3BAAE3D%2CYAAa%2CiBAAiB%2CUAAY%2CSAAS%3BEAC%5C%2FC%2CUAAA%3B%3BAAEJ%2CgBAAiB%2CUAAY%2CSAAS%3BEAClC%2CUAAA%3B%3BAAGJ%2CYAAa%2CMAAK%3BAAAgB%2CYAAa%2CMAAK%3BEAChD%2CWAAA%3BEAAc%2CmBAAA%3BEAAsB%2CoBAAA%3B%3BAACxC%2CYAAa%3BEAAQ%2CgBAAA%3B%3BAACrB%2CYAAa%2CMAAK%2COAAO%2CQAAS%3BEAAmB%2CWAAA%3BEAAc%2CUAAA%3B%3BAACnE%3BAAAkB%2CKAAK%2CSAAS%3BAAAQ%2CKAAK%2CKAAK%3BAAAe%2CKAAK%2CSAAS%3BAAAS%2CKAAK%2COAAO%3BAAAU%2CKAAK%3BAAAoB%3BAAAoB%3BEAAyB%2CSAAA%3BEAAS%2C6BAAA%3B%3BAAI7L%2CmBAAoB%3BEAAiB%2C6BAAA%3BEAAoC%2CeAAA%3B%3BAACzE%2CqBAAsB%2CYAAY%2CUAAY%3BEAAS%2CWAAA%3BEAAc%2CmBAAA%3BEAAsB%2CWAAA%3B%3BAAC3F%2CMAAO%3BEAAc%2CcAAA%3B%3BAACrB%2CgBAAiB%2COAAO%2CaAAa%3BEAAS%2CgBAAA%3B%3BAAE9C%2CcAAe%2CsBAAsB%2CYAAY%2CUAAY%3BEAAS%2CWAAA%3BEAAc%2CmBAAA%3BEAAsB%2CUAAA%3B%3BAAC1G%2CcAAe%2CMAAK%2COAAO%2CQAAW%3BEAAa%2CWAAA%3BEAAa%2CUAAA%3BEAAa%2CmBAAA%3BEAAsB%2CUAAA%3B%3B%3BAAEnG%2CUAAa%2CsBAAoB%3BEAC7B%2CcAAA%3BEAAoB%2CmBAAA%3BEAAoB%2CeAAA%3BEACxC%2CgBAAA%3BEAAkB%2CiBAAA%3BEAAmB%2CUAAA%3BEACrC%2CyBAAA%3B%3BAAEJ%3BEAAW%2CgBAAA%3B%3BAAEX%2CSAAY%3BEACR%2CcAAA%3BEAAgB%2CcAAA%3BEAAqB%2CeAAA%3BEAAiB%2CgBAAA%3BEACtD%2CgBAAA%3BEAAkB%2CUAAA%3BEAAY%2CyBAAA%3B%3BAAElC%2CSAAY%2CSAAS%3BAAAQ%2CSAAY%2CUAAU%2CSAAS%3BEACxD%2CiBAAA%3BEAAmB%2CgBAAA%3B%3BAACvB%2CSAAS%3BEAAc%2CSAAA%3BEAAW%2CWAAA%3B%3BAAElC%2CmBAAoB%2CUAAY%3BAAChC%2CsBAAuB%2CUAAY%3BEAAU%2CWAAA%3BEAAc%2CmBAAA%3BEAAwB%2CUAAA%3B%3BAAEnF%3BEAAuB%2CmBAAA%3BEAA2B%2CqBAAA%3B%3BAAElD%2CKAAK%3BAAAe%2CKAAK%3BAAAmB%2CKAAK%3BAAAc%2CKAAK%3BAAAc%2CKAAK%3BAAAiB%2CKAAK%3BAAAiB%2CKAAK%3BAAAmB%2CKAAK%3BEAAgB%2CqBAAA%3BEAAiC%2CaAAY%2CkBAAZ%3B%3BAAC5M%3BEAAS%2CYAAA%3BEAAa%2CyBAAA%3BEAAqC%2CcAAA%3B%3BAAC3D%3BEAAO%2CYAAA%3BEAAY%2CyBAAA%3BEAAoC%2CcAAA%3BEAAwB%2CkBAAA%3B%3BAAC%5C%2FE%3BEAAU%2CmBAAA%3B%3BAACV%2COAAO%3BEAAW%2CcAAA%3BEAAsB%2CYAAA%3BEAAc%2CiBAAA%3B%3BAAGtD%2CKAAK%2COAAQ%3BEAAS%2CWAAA%3B%3B%3BAAEtB%2CKAAK%2COAAO%2CQAAS%3BEAAkB%2CeAAA%3B%3B%3BAAIvC%2CWAAY%3BEAAK%2CcAAA%3BEAAqB%2CeAAA%3BEAAgB%2CgBAAA%3BEAAkB%2CgBAAA%3B%3BAACxE%2CKAAK%3BEAAe%2CcAAA%3BEAAgB%2CYAAA%3BEAAc%2CgBAAA%3BEAAkB%2CUAAA%3B%3BAACpE%2CMAAM%2CIAAI%3BEAAa%2CyBAAA%3BEAAmC%2CyBAAA%3BEAAoC%2CcAAA%3BEAC1F%2CYAAA%3BEAAc%2CiBAAA%3BEAAmB%2CeAAA%3BEAAiB%2CyBAAA%3B%3BAACtD%2COAAO%3BEAAU%2CyBAAA%3B%3B%3BAAGjB%2CiBAAkB%3BEAAoB%2CYAAA%3B%3BAACtC%2CiBAAkB%2CQAAO%3BEAAW%2CyBAAA%3BEAAkC%2CcAAA%3B%3BAACtE%2CiBAAkB%3BEAAoC%2CwBAAA%3BEAAyB%2CsBAAA%3B%3BAAC%5C%2FE%2CGAAG%2CWAAW%3BEAAe%2CgBAAA%3B%3BAAC7B%2CiBAAkB%2CMAAK%3BEAAa%2CkBAAA%3B%3BAACpC%2CiBAAkB%3BEAAW%2C2BAAA%3BEAA6B%2CWAAA%3BEAAc%2CcAAA%3BEAAgB%2CkBAAA%3BEAAoB%2CQAAA%3BEAAU%2CMAAA%3BEAAQ%2CWAAA%3BEAAa%2CUAAA%3B%3BAAG3I%2CoBAAqB%2CUAAY%3BAAAS%2CoBAAqB%2CcAAc%3BEAAiB%2CcAAA%3B%3BAA4B7F%2CQA1ByB%3BEAC1B%2CYAAa%3BIAAc%2C6BAAA%3BIAAoC%2CeAAA%3B%3BEAC%5C%2FD%2CYAAY%3BIAAe%2COAAA%3B%3BEAC3B%2CYAAa%3BIAAc%2CcAAA%3BIAAoB%2CcAAA%3BIAAgB%2CeAAA%3BIAAiB%2CgBAAA%3B%3BEAChF%2CSAAY%3BEAAQ%2CSAAY%2CUAAU%3BIACtC%2CkBAAA%3BIAAmB%2CWAAA%3B%3BEACtB%3BIAAU%2CmBAAA%3B%3BEACV%3BIAAS%2CYAAA%3B%3BEACV%2CYAAY%2CMAAO%2COAAM%2CQAAS%2CkBAAkB%2CQAAO%2CSAAS%3BEAAU%2CYAAY%2CMAAO%2COAAM%2CQAAS%2CkBAAkB%2CQAAO%2CSAAS%2COAAO%3BIACrJ%2CiBAAA%3B%3BEACJ%2CYAAa%2CQAAO%3BIAAU%2CgBAAA%3B%3BEAC9B%3BIAAkB%2CeAAA%3BIAAiB%2CgBAAA%3B%3BEAEnC%2CmBAAoB%2CUAAY%3BEAChC%2CsBAAuB%2CUAAY%3BIAAU%2CWAAA%3BIAAc%2CmBAAA%3BIAAwB%2CWAAA%3B%3B%3BEAElF%3BIAAkB%2CaAAA%3BIAAc%2CsBAAA%3BIAAuB%2CYAAA%3BIAAa%2CiCAAA%3B%3BEAApE%2CiBACA%2CQAAO%3BIAAU%2CmBAAA%3BIAAuC%2CyBAAA%3BIAA4C%2CyBAAA%3BIAA2B%2CcAAA%3B%3BEAD%5C%2FH%2CiBAEA%3BIAAmB%2CWAAA%3BIAAa%2CkBAAA%3B%3BEAEhC%2CKAAM%2CQAAO%3BIAAU%2CyBAAA%3BIAA2B%2CgBAAA%3B%3BEAClD%2CWAAY%2CQAAO%3BIAAW%2CyBAAA%3BIAA2B%2CeAAA%3B%3BEAC1D%2CiBAAkB%2CQAAO%3BIAAU%2CeAAA%3B%3B%3BAAIlC%2CaAAc%2CuBAAsB%3BAAAS%2CaAAc%2CwBAAuB%3BEAAS%2CeAAA%3B%3BAAC3F%2CMAAM%2CKAAK%3BEAAY%2CWAAA%3B%3BAACvB%2CSAAS%3BEAAgB%2CYAAA%3B%3BAAGzB%3BEAAwB%2CgBAAA%3BEAAgB%2CyBAAA%3BEAA0B%2CcAAA%3B%3BAAAlE%2CsBACA%3BEAAG%2CgBAAA%3B%3BAAGH%2CaAAc%3BEAAQ%2CmBAAA%3BEAA6B%2CyBAAA%3B%3BAACnD%2CKAAK%3BEAAU%2CWAAA%3B%3BAACf%2CKAAK%2CQAAS%2COAAM%2COAAO%2COAAO%3BEAAW%2CiBAAA%3B%3BAAC7C%2CQAAQ%3BEAAW%2CSAAA%3B%3BAACpB%2CSAAS%3BEAAgB%2CWAAA%3BEAAc%2CmBAAA%3B%3BAAEvC%2CwBAAyB%2CUAAS%3BEAAc%2CUAAA%3B%3BAAEhD%2CYAAa%2CMAAK%2COAAO%2CQAAS%3BEAAmB%2CWAAA%3BEAAa%2CWAAA%3BEAAa%2CiBAAA%3BEAAmB%2CUAAA%3B%3BAAClG%2CcAAe%2CMAAK%2COAAO%2CQAAW%3BEAAY%2CWAAA%3BEAAa%2CgBAAA%3BEAAkB%2CUAAA%3BEAAY%2CUAAA%3B%3BAAY7F%2CmBAXqC%3BEACpC%2CcAAe%2CsBAAsB%2CYAAY%2CUAAY%3BIAAQ%2CWAAA%3B%3BEACrE%3BIAAoB%2CuBAAA%3B%3BEACpB%2CMAAM%2CQAAQ%3BIAAY%2CcAAA%3B%3BEAC1B%2CKAAK%2CQAAS%2COAAM%2COAAO%2COAAO%3BIAAW%2CcAAA%3B%3BEAC9C%2CwBAAyB%2CUAAS%3BIAAc%2CWAAA%3B%3BEAChD%2CYAAa%2CMAAK%2COAAO%2CQAAS%3BIAAkB%2CeAAA%3B%3BEACpD%2CcAAe%2CMAAK%2COAAO%2CQAAW%3BIAAY%2CSAAA%3BIAAW%2CWAAA%3B%3B%3BAAU7D%2CmBANmC%3BEACnC%2CIAAI%3BEAAgB%2CKAAK%2COAAO%3BIAAS%2CeAAA%3BIAAgB%2CgBAAA%3B%3BEACzD%2CcAAe%2CMAAK%2COAAO%2CQAAW%3BEAAW%2CKAAK%2COAAO%2CQAAW%3BIAAU%2CWAAA%3B%3B%3BAAIlF%3BAAAQ%3BEAAY%2CYAAA%3B%3BAACpB%2CKAAK%3BAAAgB%2CKAAK%3BEACtB%2CmBAAA%3BEACA%2C8BAAA%3BEAA%2BB%2CYAAA%3B%3BAAGnC%3BEAAwB%2CSAAA%3B%3BAACxB%2CKAAK%2COAAO%2CQAAQ%3BEAAuB%2CUAAA%3B%3BAAG3C%2CSAAS%3BEAAc%2CUAAA%3B%3BAAQvB%2CmBANqC%3BEACrC%2CYAAa%2CMAAK%2COAAO%2CQAAS%3BIAC9B%2CWAAA%3BIAAa%2CWAAA%3BIAAa%2CiBAAA%3BIAAmB%2CUAAA%3B%3B%3BAAIjD%3BEAAY%2CkBAAA%3B%3BAAEZ%2CKAAK%2COAAQ%2CQAAO%3BEAAU%2CYAAA%3BEAAc%2C2BAAA%3B%3BAAG5C%2CKAAK%3BEAAM%2CcAAA%3B%3BAAEX%2CkBAAmB%3BEAAS%2CWAAA%3BEAAa%2CiBAAA%3BEAAmB%2CUAAA%3B%3BAAC5D%2CkBAAmB%2COAAM%3BEAAU%2CWAAA%3BEAAa%2CmBAAA%3B%3BAAChD%2CkBAAmB%2COAAM%3BAACzB%2CkBAAmB%2COAAM%3BEAAoB%2CWAAA%3B%3BAAC7C%2CkBAAmB%2COAAM%2CkBAAmB%3BEAAS%2C0BAAA%3BEACjD%2C2BAAA%3BEAA6B%2CoBAAA%3B%3BAAEjC%2CiBAAkB%3BEAAS%2CaAAA%3B%3BAAC3B%2CSAAU%2CMAAM%2CUAAY%3BEAAU%2CcAAA%3BEAClC%2CcAAA%3BEAAgB%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CiBAAA%3BEAAmB%2CgBAAA%3BEACtE%2CUAAA%3BEAAa%2C0BAAA%3B%3BAAKhB%2CQAFwB%3BEACzB%2CkBAAmB%3BIAAS%2CgBAAA%3BIAAmB%2CWAAA%3B%3B%3BACnM%5C%2FC%2CEAAE%3BEAAc%2CyBAAA%3BEAAgC%2CeAAA%3BEAAgB%2CgBAAA%3BEAAiB%2CqBAAA%3BEAAuB%2C4BAAA%3BEAA6B%2CmBAAA%3B%3BAACrI%2CqBAAsB%2CgBAAgB%3BEAAa%2CgBAAA%3B%3BAACnD%2CqBAAsB%2CgBAAgB%2CYAAW%3BEAC7C%2CyBAAA%3B%3BAACJ%2CqBAAsB%2CgBAAgB%2CYAAW%3BEAC7C%2CyBAAA%3B%3BAACJ%2CkBAAmB%2CQAAO%3BAAAU%2CqBAAsB%2CQAAO%3BEAC7D%2CmBAAA%3BEAA4B%2CyBAAA%3B%3BAAEhC%2CkBAAmB%2CQAAO%2CQAAQ%3BAAAQ%2CqBAAsB%2CQAAO%2CQAAQ%3BEAC3E%2CmBAAA%3BEAAyB%2CyBAAA%3BEAA%2BB%2CcAAA%3B%3BAAC5D%2CqBAAsB%2CgBAAgB%3BEAAI%2CyBAAA%3B%3BAAC1C%2CWAAc%2CUAAU%3BAAAG%2CWAAc%2CUAAU%3BAAAM%2CWAAc%2CUAAU%2CIAAC%3BAAAQ%2CWAAc%2CUAAU%2COAAI%3BAAAQ%2CWAAc%2CUAAU%2CIAAC%3BAAAQ%2CWAAc%2CUAAU%2COAAI%3BEAC1L%2CyBAAA%3BEAAgC%2CqBAAA%3B%3BAAEjC%2CEAAE%3BEAAa%2CmBAAA%3B%3BAACf%2CqBAAsB%2CgBAAgB%3BEAAI%2CmBAAA%3B%3BAAC1C%2CqBAAsB%2CYAAY%2CYAAY%3BAAAc%2CqBAAsB%2CmBAAmB%2CYAAY%3BEAC7G%2CcAAA%3B%3BAACJ%2CqBAAsB%2CYAAY%2CYAAY%3BAAAW%2CqBAAsB%2CmBAAmB%2CYAAY%3BEAAY%2CcAAA%3B%3BAAC1H%2CqBAAsB%2CYAAY%2CYAAY%3BAAAI%2CqBAAsB%2CmBAAmB%2CYAAY%3BEAAG%2CcAAA%3B%3BAAyB1G%2CQAxByB%3BEACzB%2CkBAAmB%2CQAAO%3BEAAU%2CqBAAsB%2CQAAO%3BIAC7D%2CmBAAA%3BIACA%2CuBAAA%3B%3BEACJ%2CkBAAmB%2CQAAO%2CQAAQ%3BEAAQ%2CqBAAsB%2CQAAO%2CQAAQ%3BIAC3E%2CmBAAA%3BIACA%2CuBAAA%3B%3BEACJ%2CqBAAsB%2CgBAAgB%2CYAAW%3BIAC7C%2CyBAAA%3B%3BEAEJ%2CqBAAsB%2CGAAE%3BIAAa%2CmBAAA%3B%3BEACrC%2CqBAAsB%2CgBAAgB%3BIAAI%2CmBAAA%3B%3BEAC1C%2CqBAAsB%2CYAAY%2CYAAY%3BEAAc%2CqBAAsB%2CmBAAmB%2CYAAY%3BIAC7G%2CcAAA%3B%3BEACJ%2CqBAAsB%2CYAAY%2CYAAY%3BEAAW%2CqBAAsB%2CmBAAmB%2CYAAY%3BIAAY%2CcAAA%3B%3BEAC1H%2CqBAAsB%2CYAAY%2CYAAY%3BEAAI%2CqBAAsB%2CmBAAmB%2CYAAY%3BIAAG%2CcAAA%3B%3BEAC1G%2CqBAAsB%2CYAAc%2CUAAU%3BEAC9C%2CqBAAsB%2CYAAc%2CUAAU%3BEAC9C%2CqBAAsB%2CYAAc%2CUAAU%2CIAAC%3BEAC%5C%2FC%2CqBAAsB%2CYAAc%2CUAAU%2COAAI%3BEAClD%2CqBAAsB%2CYAAc%2CUAAU%2CIAAC%3BEAC%5C%2FC%2CqBAAsB%2CYAAc%2CUAAU%2COAAI%3BIAAQ%2CyBAAA%3BIAA0C%2CcAAA%3B%3B%3BAAOpG%2CmBAJmC%3BEACnC%2CqBAAsB%2CYAAY%2CWAAW%3BIAAI%2C0BAAA%3B%3B%3BAAGjD%2CqBAAsB%2CgBAAgB%2CgBAAgB%3BEAClD%2C4BAAA%3B%3BAAEJ%2CqBAAsB%2CgBAAgB%3BEAClC%2CmBAAA%3B%3BAAEJ%2CqBAAsB%2CgBAAgB%3BEAClC%2CkBAAA%3B%3BAAMJ%2CQAJyB%2CmBAAiB%3BEAC1C%2CqBAAsB%2CgBAAgB%2CgBAAgB%2CkBAAkB%3BIAAa%2CYAAA%3B%3B%3BAAQrF%2CQALyB%3BEACzB%2CqBAAsB%2CgBAAgB%3BIAClC%2CqBAAA%3B%3B%3BAAWJ%2CQARyB%3BEACzB%2CqBAAsB%2CgBAAgB%3BIAClC%2CqBAAA%3B%3BEAEJ%2CqBAAsB%2CgBAAgB%2CgBAAgB%2CkBAAkB%3BIACpE%2CsBAAA%3B%3B%3BACxEJ%2CMAAO%2COAAO%3BEAAQ%2CcAAA%3B%3BAACtB%2CYAAa%2CKAAO%2CKAAK%3BEAAI%2CcAAA%3B%3BAAC7B%2CYAAa%2CKAAO%2CKAAK%2CIAAC%3BEAAS%2CcAAA%3B%3BAACnC%2CuBAAwB%2CKAAK%3BEAAa%2CcAAA%3B%3BAAC1C%2CKAAK%3BAAAgB%2CKAAK%3BEACtB%2CmBAAA%3BEACA%2CoBAAA%3B%3BAAIJ%3BEAAc%2CmBAAA%3BEAAqB%2CYAAA%3BEAAa%2CeAAA%3B%3BAAChD%3BEAAS%2CuBAAA%3B%3BAACT%2CuBAAwB%2COAAS%2CSAAO%3BAAAQ%2CcAAe%2COAAS%2CSAAO%3BEAC3E%2CcAAA%3BEAAsB%2CgBAAA%3B%3BAAC1B%2CsBAAyB%2COAAI%3BEAAU%2CWAAA%3B%3BAACvC%2CsBAAsB%2CQAAW%2COAAI%3BEACjC%2CmBAAA%3B%3BAAEJ%2CsBAAsB%2CQAAQ%3BEAAY%2CmBAAA%3B%3BAAC1C%2CwBAAwB%3BEAAQ%2CgBAAA%3B%3BAAChC%2CqBAAsB%3BEAAmB%2C2BAAA%3BEAAmC%2CgBAAA%3B%3BAAC5E%3BEAAiB%2CyBAAA%3BEAAkC%2CyBAAA%3B%3BAACnD%2CaAAa%3BEAAS%2CyBAAA%3BEAAgC%2CyBAAA%3B%3BAACtD%3BEAAqB%2CgBAAA%3B%3BAACrB%2CYAAa%3BAAAa%2C%2BBAAgC%3BAAA6B%2CkBAAqB%3BAAAQ%2C0BAA2B%3BEAC3I%2CcAAA%3BEAAqB%2CgBAAA%3BEAAmB%2CyBAAA%3B%3BAAE5C%3BEAAgB%2CmBAAA%3B%3BAAChB%2CaAAgB%3BEAAQ%2CcAAA%3BEAAmB%2CeAAA%3BEAAiB%2CgBAAA%3BEAAiB%2CyBAAA%3B%3BAAC7E%2CYAAa%2COAAO%3BAAAO%2CkBAAmB%2CcAAc%2COAAO%3BEAC%5C%2FD%2CcAAA%3BEAAgB%2CiBAAA%3BEAAmB%2CyBAAA%3B%3BAACvC%2CYAAa%2CMAAM%3BAAAO%2CYAAa%2CMAAM%3BEAAQ%2CcAAA%3B%3BAACrD%2CYAAa%2CMAAM%3BAAAS%2CYAAa%2CMAAM%3BAAAS%2CkBAAmB%2CcAAc%2CMAAM%3BAAAS%2CkBAAmB%2CcAAc%2CMAAM%3BEAC3I%2CcAAA%3BEAAgB%2CgBAAA%3B%3BAACpB%2CYAAa%2COAAO%3BAAAS%2CkBAAmB%2CcAAc%2COAAO%3BEAAS%2CcAAA%3B%3BAAC9E%2CaAAc%2COAAO%2COAAO%3BEAAU%2CcAAA%3B%3BAACtC%2CKAAK%2CcAAe%2CiBAAmB%2CeAAY%3BAAAS%2CKAAK%2CcAAe%2CiBAAmB%2CiBAAc%3BEAAS%2CeAAA%3B%3BAAE1H%2COAAO%3BEAAW%2CyBAAA%3BEAAoC%2CyBAAA%3B%3BAACtD%2COAAO%2COAAO%3BEAAU%2CyBAAA%3BEAAgC%2CyBAAA%3B%3BAAExD%2COAAO%3BEAAW%2CcAAA%3B%3BAAClB%2CKAAK%2CcAAe%2CMAAM%2CMAAM%2CGAAG%2CGAAE%3BEAAM%2CyBAAA%3BEAA0B%2CcAAA%3B%3BAACrE%2CKAAK%2CcAAe%2CiBAAmB%2CeAAY%3BEAClD%2CwBAAA%3BEAA0B%2CSAAQ%2COAAR%3B%3BAAC3B%2CKAAK%2CcAAe%2CKAAI%2CSAAU%3BEAAS%2CcAAA%3BEAAuB%2CeAAA%3BEAAiB%2C2BAAA%3B%3BAAClF%2CoBAAqB%3BAAAQ%2CoBAAqB%3BEAAS%2CcAAA%3BEAAgB%2CeAAA%3BEAAiB%2C2BAAA%3B%3BAAC5F%2CeAAgB%3BEAAqB%2CgBAAA%3B%3BAACrC%2CeAAgB%2CsBAAsB%3BEAAQ%2CcAAA%3B%3BAAC9C%2CKAAK%2CcAAe%2CmBAAqB%3BAAAG%2CKAAK%2CcAAe%2CmBAAqB%2CIAAC%3BEAAS%2CeAAA%3B%3BAAC%5C%2FF%2CkBAAmB%2CeAAiB%2CSAAO%3BEAAS%2CcAAA%3BEAAsB%2CiBAAA%3BEAAmB%2CgBAAA%3BEAAkB%2CSAAA%3B%3BAAC%5C%2FG%2CeAAgB%3BEAAuB%2CgBAAA%3B%3BAACxC%2CcAAe%3BEAAwB%2CYAAA%3BEAAa%2CoBAAA%3B%3BAACpD%2CYAAa%3BAAAa%2CYAAa%3BEAAyB%2CcAAA%3BEAAgB%2CgBAAA%3B%3BAAChF%2CkBAAqB%3BEAAQ%2CeAAA%3B%3BAAC7B%3BEAAsB%2CmBAAA%3B%3BAACtB%2COAAO%2CKAAM%2CmBAAmB%3BEAAgB%2CmBAAA%3BEAA2B%2CSAAA%3BEAAW%2CiBAAA%3B%3BAACtF%2CkBAAmB%3BEAAyB%2CiBAAA%3B%3BAAC5C%2CeAAgB%3BEAAyB%2CsBAAA%3BEAAwB%2CuBAAA%3B%3BAACjE%2CeAAgB%3BEAAqB%2CgBAAA%3BEAAmB%2CgBAAA%3BEAAkB%2CyBAAA%3BEAA2B%2CYAAA%3B%3BAACrG%2CwBAAyB%2COAAM%3BEAAa%2CWAAA%3B%3BAAE5C%2CQAAQ%2C0BAA2B%3BAAAe%2CQAAQ%2C0BAA2B%3BEAAqB%2CmBAAA%3B%3BAAG1G%2C%2BBAAgC%2C4BAA4B%3BEAAc%2CMAAA%3B%3BAAC1E%2C%2BBAAgC%2C4BAA4B%2CaAAY%3BEAAS%2CSAAQ%2COAAR%3BEAAiB%2CwBAAA%3B%3BAAClG%2CeAAgB%2CQAAO%2CKAAK%3BEAAS%2CSAAQ%2COAAR%3BEAAiB%2CwBAAA%3BEAAyB%2CgBAAA%3B%3BAAE%5C%2FE%2CKAAK%2CcAAe%2CKAAI%2CIAAK%2COAAM%3BEAAM%2CeAAA%3BEAAiB%2CcAAA%3B%3BAAC1D%3BEAAiB%2CaAAA%3B%3BAACjB%3BEAAe%2CmBAAA%3BEAA%2BB%2CYAAA%3BEAAc%2CeAAA%3B%3BAAC5D%2CYAAa%3BEAAiB%2CgBAAA%3BEAAkB%2CkBAAA%3B%3BAAChD%2CMAAM%2COAAO%3BEAAiB%2CYAAA%3B%3BAAC9B%2CwBAAyB%2CwBAAwB%2CsBAAwB%3BEACrE%2CcAAA%3BEAAgB%2CkBAAA%3BEAAoB%2CYAAA%3BEAAe%2CMAAA%3B%3BAACvD%2CKAAK%2CcAAe%2CaAAY%3BEAAU%2CSAAS%2COAAT%3B%3BAAE1C%2CcAAc%2CSAAU%3BEAAuB%2CWAAA%3B%3BAAC%5C%2FC%2CcAAc%2CSAAU%2CcAAc%3BEAAqB%2CgBAAA%3B%3BAAC3D%2CcAAc%2CSAAU%2CcAAc%3BEAAU%2CYAAA%3BEAAc%2CWAAA%3B%3BAAE9D%2CKAAK%2CKAAM%3BEAAuB%2CgBAAA%3B%3BAAClC%2CKAAK%2CKAAM%3BEAAyB%2CaAAA%3B%3BAACpC%2CKAAK%2CKAAM%3BEAAoB%2CaAAA%3B%3BAAE%5C%2FB%2CKAAK%2CKAAK%3BEAAW%2CgBAAA%3B%3BAACrB%2CMAAO%2CSAAQ%2CcAAe%3BEAAQ%2CUAAA%3B%3BAACtC%2CcAAc%2CSAAU%2CcAAc%2CUAAU%2COAAM%3BEAAO%2CkBAAA%3B%3BAAE7D%2CuBAAwB%3BEAAkB%2CmBAAA%3B%3BAAC1C%2CKAAK%2CcAAe%3BEAAmB%2CkBAAA%3B%3BAAcvC%2CQAbyB%3BEACzB%2CwBAAyB%2CUAAU%2COAAO%3BEAAU%2CuBAAwB%2CUAAU%2COAAO%3BEAAU%2CqBAAsB%2CUAAU%2COAAO%3BEAAU%2CmBAAoB%2CUAAU%2COAAO%3BEAAU%2CKAAK%2CKAAK%2COAAQ%2CUAAU%2COAAO%3BIACtO%2CWAAA%3B%3BEAEJ%2CwBAAyB%2CUAAU%2CiBAAmB%3BEAAY%2CuBAAwB%2CUAAU%2CiBAAmB%3BEAAY%2CqBAAsB%2CUAAU%2CiBAAmB%3BEAAY%2CmBAAoB%2CUAAU%2CiBAAmB%3BEAAY%2CKAAK%2CKAAK%2COAAQ%2CUAAU%2CiBAAmB%3BIAC1S%2CWAAA%3BIACA%2CWAAA%3B%3BEACH%2CKAAK%2CKAAK%3BIAAW%2CgBAAA%3B%3BEACtB%2CKAAK%2CcAAe%3BIAAmB%2CkBAAA%3B%3BEACvC%2CMAAO%2CSAAQ%2CcAAe%3BIAAQ%2CUAAA%3B%3B%3BAAItC%2COAAO%2CMAAM%3BEAAW%2CyBAAA%3BEAA0B%2CyBAAA%3B%3BAAClD%2COAAO%2CMAAM%2CQAAQ%3BEAAQ%2CyBAAA%3BEAA2B%2CyBAAA%3B%3BAChGxD%2CmBAVqC%3BEACjC%2CSAAU%3BIACN%2CWAAA%3B%3BEAEJ%2CSAAU%2COAAM%2CQAAS%3BIACrB%2CwBAAA%3B%3BEAEJ%2CMAAM%2CYAAa%3BIAAyB%2CaAAA%3B%3BEAC5C%2CWAAY%2CQAAQ%2CWAAU%3BIAAO%2C0BAAA%3B%3B%3BAAkCzC%2CmBAhCqC%3BEACjC%2CqBACA%2CaAAa%2CYAAY%3BIAC5B%2CyBAAA%3B%3BEAFG%2CqBAIJ%3BIACG%2CwBAAA%3B%3BEALC%2CqBAOH%3BIACA%2C4BAAA%3B%3BEARG%2CqBAUA%2CaAAa%3BIACb%2CgBAAA%3B%3BEAXA%2CqBAaA%2CaAAa%2CYAAY%3BIACrB%2C0BAAA%3BIAA2B%2C4BAAA%3B%3BEAd%5C%2FB%2CqBAgBA%2CaAAa%3BIACT%2C0BAAA%3B%3BEAjBJ%2CqBAmBI%2CaAAa%3BIACT%2C4BAAA%3B%3BEApBR%2CqBAsBA%3BIACI%2C4BAAA%3B%3BEAvBJ%2CqBAyBC%3BIAAa%2C4BAAA%3B%3BEAzBd%2CqBA0BA%2CaAAa%3BIACT%2C4BAAA%3B%3B%3BAAgCR%2CmBA5BqC%2CuBAAwB%3BEAC3D%2CqBACE%2CaAAa%2CYAAY%3BIACvB%2C0BAAA%3B%3BEAFJ%2CqBAKE%3BIACE%2CwBAAA%3BIACA%2C8BAAA%3BIACE%2C0BAAA%3B%3BEARN%2CqBAWE%3BIACE%2C4BAAA%3B%3BEAZJ%2CqBAeE%2CaAAa%3BIACX%2CgBAAA%3BIACA%2C0BAAA%3B%3BEAjBJ%2CqBAoBE%2CaAAa%3BEApBf%2CqBAqBE%3BIACE%2C4BAAA%3BIACF%2C0BAAA%3B%3B%3BAAYA%2CQARsB%3BEACpB%2CqBAAqB%2CoBAAqB%2CSAAQ%3BIAChD%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3B%3B%3BAAIJ%2CQAAQ%2C0BAA2B%3BEAC3B%2CsBAAA%3B%3BAAGJ%2CqBAAqB%2CoBAAqB%3BEAC9C%2CsBAAA%3B%3BAAEJ%2CMAAM%2CYAAY%2CcAAe%3BEACzB%2CQAAA%3BEACA%2CeAAA%3B%3BAAER%2CqBAAqB%2CoBAAqB%3BEAAmB%2CsBAAA%3B%3BAAC7D%2COAAO%2CMAAS%2CUAAO%2CMAAS%2CKAAK%3BAAAG%2COAAO%2CMAAS%2CUAAO%2CMAAS%2CKAAK%3BEAAM%2C6BAAA%3B%3BAACnF%2CMAAM%2CYAAY%2CcAAe%3BEACzB%2CmBAAA%3BEACA%2C0BAAA%3B%3BAAER%2CQAAQ%2CKAAK%2CMAAO%2CQAAK%2CMAAM%2CIAAI%2CWAAY%2CUAAO%3BAAAS%2CQAAQ%2CKAAK%2CMAAO%2CQAAK%2CMAAM%2COAAQ%3BAAAS%2CQAAQ%2CKAAK%2CMAAO%2CQAAK%2CMAAM%2COAAQ%2CUAAO%3BAAAQ%2CQAAQ%2CKAAK%2CMAAO%2CQAAK%2CMAAM%2COAAQ%2CUAAO%3BEAC3M%2CgBAAA%3BEACA%2CgCAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CQAAQ%2CKAAK%2CMAAO%2CQAAK%2CMAAO%3BEAC5B%2CoBAAA%3BEACA%2CkCAAA%3BEACA%2C2BAAA%3BEACA%2C0BAAA%3BEACA%2C4BAAA%3BEACA%2CqBAAA%3BEACA%2C6BAAA%3BEACA%2C2BAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACI%2C6BAAA%3BEACA%2CqBAAA%3BEAAsB%2CuBAAA%3B%3BAAE9B%2CaAAc%2CSAAS%3BAAAW%2CaAAc%2CSAAS%3BEAAW%2CsBAAA%3BEAAsB%2CuBAAA%3B%3BAAC9F%2CaAAc%2CSAAS%3BEACnB%2CoBAAA%3B%3BAAEJ%2CaAAc%2CSAAS%3BEACnB%2CmBAAA%3B%3BAAEA%2CYAAY%2CMAAO%2CcAAc%3BEAC7B%2CyBAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEAAkB%2CgBAAA%3B%3BAAEtB%2CYAAY%2CMAAO%3BEACf%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAEJ%2C8BAA%2BB%2CYAAW%2COAAQ%2CSAAQ%2CSAAU%2COAAM%3BEAAK%2CWAAA%3BEAAW%2CgBAAA%3B%3BAAC9F%2C8BAA%2BB%2CYAAW%2COAAQ%2CSAAQ%2CSAAU%3BEAAS%2CYAAA%3B%3B%3BAAG7E%2CqBAAsB%2CuBAAsB%2CsBAAsB%2CQAAW%2COAAI%3BEAC%5C%2FE%2CiBAAA%3BEACK%2CmBAAA%3B%3BAAEP%2CqBAAsB%2CuBAAsB%2CsBAAsB%2CQAAW%2COAAI%3BEAC%5C%2FE%2CiBAAA%3B%3BAAEF%2CqBAAsB%2CuBAAsB%2CsBAAyB%2COAAI%3BEACrE%2CiBAAA%3B%3BAAEJ%2CqBAAsB%2CuBAAsB%2CsBAAyB%2COAAI%3BEACrE%2CiBAAA%3BEACA%2CuBAAA%3B%3BAAEJ%2CqBAAuB%2CkBAAkB%2CuBAAsB%2CQAAQ%3BEACnE%2CmBAAA%3B%3BAAGJ%2CaAAc%2CoBAAoB%3BEAC9B%2CsBAAA%3B%3BAAEJ%2CQAAS%2CuBAAsB%3BEAC3B%2CsBAAA%3BEACA%2CuBAAA%3B%3BAAEJ%2CqBAAsB%2CeAAe%2CiBAAiB%3BEAClD%2CwBAAA%3B%3BAAEJ%2CoBAAsB%2CiBAAiB%2CMAAM%2CiBAAgB%3BEACzD%2CuBAAA%3B%3B%3B%3B%3B%3BAAMJ%2CoBAAqB%2CgBAAgB%2CcAAc%2CaAAa%2COAAO%3BEACnE%2CiBAAA%3B%3BAAEJ%2CqBAAsB%2CcAAc%2CSAAS%3BEACzC%2CuBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CqBAAsB%2CSAAS%2COAAM%2CeAAe%3BEAChD%2CwBAAA%3B%3BAAGJ%2CqBAAsB%2CmBAAmB%2CcAAc%2COAAO%3BEAC1D%2CiBAAA%3B%3BAAGJ%2CqBAAsB%2CaAAa%3BEAC%5C%2FB%2CuBAAA%3B%3BAAEJ%2CqBAAsB%2CaAAa%2CYAAY%3BEACvC%2CaAAA%3BEACA%2C2BAAA%3B%3BAAGR%2CqBAAsB%2CwBAAwB%2CmBAAmB%3BEAC7D%2CwBAAA%3B%3B%3BAAIJ%2CqBAAsB%2CmBAAmB%2CgBAAgB%2CcAAc%3BEACrE%2CsBAAA%3BEACA%2CuBAAA%3B%3BAAGF%2CqBAAsB%2CmBAAmB%2CgBAAgB%2CcAAc%3BEACrE%2CsBAAA%3BEACA%2CuBAAA%3B%3BAAGF%2CqBAAsB%2CmBAAmB%2CgBAAgB%2CcAAc%2CyBAAyB%3BEAC9F%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3B%3BEACA%2CcAAA%3B%3BAAOF%2CQAL2B%3BEAC3B%2COAAO%3BIACH%2C0BAAA%3B%3B%3BAAsEJ%2CQAnE0B%3B%3BEAEtB%2CYAAY%2CMAAO%2COAAM%2CQAAS%2COAAM%3BIACpC%2C2BAAA%3B%3B%3BEAIJ%2CqBAAsB%2CeAAe%2CSAAQ%2CcAAe%3BIACxD%2CmBAAA%3B%3BEAEJ%2CqBAAsB%2COAAO%2CSAAQ%2CcAAe%3BIAChD%2C8BAAA%3B%3B%3BEAIJ%2CsBAAuB%3BIACnB%2CwBAAA%3B%3B%3BEAIJ%2CgBAAiB%2CiBAAiB%2CUAAS%2COAAQ%3BIAC%5C%2FC%2C2BAAA%3B%3B%3BEAIJ%2CyBAA0B%2CSAAS%2CQAAO%2CKAAM%3BIAC5C%2CgBAAA%3B%3B%3BEAIJ%2CqBAAsB%2CaAAa%2CUAAY%3BIAC3C%2CsBAAA%3B%3B%3BEAIJ%2CwBAAyB%2CwBAAwB%2CUAAS%2CIAAI%3BIAC1D%2C8BAAA%3B%3B%3BEAIJ%2CqBAAsB%2CSAAS%2CoBAAoB%3BIAC%5C%2FC%2CgBAAA%3B%3B%3BEAIJ%2CYAAY%2CMAAO%2COAAM%2CQAAS%2CkBAAkB%2CQAAO%2CSAAU%2CSAAQ%3BIACzE%2C2BAAA%3B%3B%3BEAIJ%2CqBAAsB%2C0BAA0B%2CWAAW%2CSAAQ%2CKAAK%2CMAAS%2CQAAK%3BIAClF%2CwBAAA%3B%3B%3BEAIJ%2CYAAY%2CMAAO%3BIACf%2CyBAAA%3BIACA%2C2BAAA%3B%3B%3BEAIJ%2COAAQ%2CYAAY%2CcAAc%3BIAC9B%2C6BAAA%3B%3B%3B%3BAAKR%2CMAAM%2COAAO%2CsBAAsB%2CSAAU%2CSAAS%2COAAO%3BEACzD%2CwBAAA%3B%3B%3BAAIJ%2CuBAAwB%2COAAM%2CMAAM%2CSAAU%2CSAAS%2CYAAW%3BEAC9D%2C0BAAA%3B%3BAAEJ%2CuBAAwB%2COAAM%2CSAAS%2CSAAU%2CSAAS%2CYAAW%3BEACjE%2C0BAAA%3B%3B%3BAAIJ%2CuBAAwB%2CSAAS%2CuBAAuB%3BEACpD%2CyBAAA%3B%3BAAEJ%2CuBAAwB%2CSAAS%2CiBAAiB%3BEAC9C%2C0BAAA%3B%3BAAIJ%2CoBAAqB%2CeAAe%2CiBAAiB%2CQAAO%3BEAAU%2C6BAAA%3B%3BAACtE%2CqBAAsB%2CSAAS%3BEAAmB%2CsBAAA%3BEAAuB%2CiBAAA%3B%3BAACzE%2CqBAAsB%2CSAAS%2CuBAAyB%3BEAAM%2CiBAAA%3BEAAkB%2CoBAAA%3B%3BAAChF%2CqBAAsB%2CwBAAwB%2CWAAW%2CiBAAiB%3BEAAO%2C4BAAA%3B%3BAAEjF%2CYAAY%2CMAAO%3BEACX%2C2BAAA%3B%3BAAGJ%2CQAAS%3BEACL%2C2BAAA%3BEACA%2C%2BBAAA%3BEACA%2C6BAAA%3BEACA%2CoBAAA%3B%3BAAER%2CQAAS%2CsCAAsC%3BEACvC%2C%2BBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3B%3BAAER%2CQAAS%2C%2BBAA8B%2CQAAS%2CGAAG%2CGAAG%3BEAC9C%2CiBAAA%3BEACJ%2CcAAA%3BEACA%2C2BAAA%3B%3BAAGJ%2CQAAS%2C%2BBAA8B%2CQAAS%2CGAAG%3BEAC%5C%2FC%2C6BAAA%3BEACA%2CaAAa%2CkBAAb%3BEACA%2C2BAAA%3B%3BAAEJ%2CQAAS%3BEACL%2CwBAAA%3B%3B%3BAAIJ%2CYAAY%2CMAAO%2CMAAM%3BEACrB%2CuBAAA%3B%3BAAGJ%2CQAAQ%2CKAAK%2CMAAM%2CmBAAsB%2CMAAG%3BEACxC%2CaAAA%3B%3BAAGJ%2CqBAAsB%2CmBAAmB%2CaAAa%3BEAClD%2CiBAAA%3B%3BAAGJ%2CSAAS%2COAAO%2CQAAS%2CiBAAiB%2CQAAO%3BEAC7C%2CYAAA%3B%3BAAGJ%2CMAAM%2CMAAM%2CSAAU%2CSAAS%2CYAAW%3BEACtC%2C0BAAA%3B%3BAAEJ%2CMAAM%2CSAAS%2CSAAU%2CSAAS%2CYAAW%3BEACzC%2C0BAAA%3B%3BAAIJ%2CQAAS%2CQAAO%3BEAChB%2C8BAAA%3B%3BAAGA%2CgBAAiB%2CSAAQ%2CMAAO%2C6BAA6B%2CEAAC%3BEAC1D%2CaAAA%3B%3BAAEJ%2CgBAAiB%2CSAAQ%2CMAAO%2CaAAa%3BEAC7C%2CcAAA%3B%3BAA8CA%2CQAzC0B%3BEAC1B%2CMAAM%3BIACF%2CuBAAA%3B%3BEAEJ%2CeAAgB%3BIACZ%2CsBAAA%3B%3BEAEJ%2CiBAAkB%2CSAAS%2CSAAW%2CWAAQ%2CIAAI%3BIAC9C%2C8BAAA%3B%3BEAEJ%2CYAAY%2CMAAO%2COAAM%2CQAAS%2CGAAE%3BIAChC%2C%2BBAAA%3B%3BEAEJ%2CYAAY%2CMAAO%2COAAM%2CQAAS%2CGAAE%3BIAChC%2CyBAAA%3B%3BEAEJ%2CeAAgB%2CQAAO%2CKAAK%3BIACxB%2CkBAAA%3B%3BEAEJ%2CqBAAsB%2CkBAAkB%2CQAAQ%2CGAAG%2CGAAG%3BIAClD%2CqBAAA%3B%3BEAEJ%2CqBAAsB%2CsBAAsB%2CQAAO%2CMAAO%3BIACtD%2CmBAAA%3B%3BEAEJ%2CqBAAsB%2CsBAAsB%2CUAAY%2CSAAM%3BIAC1D%2C8BAAA%3B%3BEAEJ%2CYAAY%2CMAAO%2COAAM%2CQAAS%2COAAM%3BIAC5B%2C4BAAA%3B%3BEAEX%2CYAAY%2CMAAO%2COAAM%2CQAAS%2CkBAAkB%2CQAAO%2CSAAU%2CSAAQ%3BIACnE%2C2BAAA%3BIACA%2C0BAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAC3ZP%2CQAAQ%2CuBACJ%3BEACI%2CaAAA%3B%3BAAFR%2CQAAQ%2CuBAKJ%3BEACI%2CmBAAA%3B%3BAANR%2CQAAQ%2CuBAKJ%2CsCAGM%3BEACE%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAAXZ%2CQAAQ%2CuBAKJ%2CsCAGM%2CMAKI%3BEACE%2CkBAAA%3B%3BAAdhB%2CQAAQ%2CuBAmBJ%2COAAM%3BAAnBV%2CQAAQ%2CuBAoBJ%2COAAM%2COAAO%2CIAAI%3BAApBrB%2CQAAQ%2CuBAqBJ%2COAAM%2COAAO%2CIAAI%3BAArBrB%2CQAAQ%2CuBAsBJ%2CSAAQ%3BEACJ%2CwBAAA%3B%3BAAvBR%2CQAAQ%2CuBA0BJ%3BEACI%2CaAAA%3B%3BAA3BR%2CQAAQ%2CuBA8BJ%2C%2BBAAiC%3BEAC7B%2CkBAAA%3B%3BAA%5C%2FBR%2CQAAQ%2CuBAkCJ%3BEACI%2CcAAA%3BEACA%2CqBAAA%3B%3BAApCR%2CQAAQ%2CuBAuCJ%3BEACI%2CaAAA%3BEACA%2CeAAA%3B%3BAAzCR%2CQAAQ%2CuBAuCJ%2C6BAII%3BEACI%2CiBAAA%3BEACA%2CeAAA%3B%3BAAEA%2CQA%5C%2FCJ%2CuBAuCJ%2C6BAII%2CMAIK%3BEACG%2CeAAA%3B%3BAAhDhB%2CQAAQ%2CuBAuCJ%2C6BAaI%3BEACI%2CYAAA%3B%3BAArDZ%2CQAAQ%2CuBAyDJ%3BEACI%2CuBAAA%3B%3BAA1DR%2CQAAQ%2CuBA6DJ%3BEACI%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAhER%2CQAAQ%2CuBAmEJ%3BEzLgOJ%2CiBAAA%3BEyL9NQ%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAA3ER%2CQAAQ%2CuBAgFJ%3BEACI%2CsBAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAvFR%2CQAAQ%2CuBA0FJ%3BEACI%2CYAAA%3BEACA%2CgBAAA%3B%3BAA5FR%2CQAAQ%2CuBA%2BFJ%3BEzLwTJ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEyLxTQ%2C8BAAA%3BEACA%2CqBAAA%3B%3BAAlGR%2CQAAQ%2CuBAqGJ%3BEzLkTJ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkDA%2C2BAAA%3BEACI%2CuBAAA%3BEACI%2CmBAAA%3BEyLrWA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAAEA%2CQAhHA%2CuBAqGJ%2CYAWK%3BEACG%2CqBAAA%3B%3BAAGJ%2CQApHA%2CuBAqGJ%2CYAeK%3BEACG%2CkBAAA%3B%3BAArHZ%2CQAAQ%2CuBAqGJ%2CYAmBK%3BEACG%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CoBAAA%3B%3BAA7HZ%2CQAAQ%2CuBAqGJ%2CYAmBK%2CMAOG%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAjIhB%2CQAAQ%2CuBAqGJ%2CYAgCI%3BEACI%2CmBAAA%3BEACA%2C0BAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAA1IZ%2CQAAQ%2CuBAqGJ%2CYAgCI%2CgBAOI%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAApJhB%2CQAAQ%2CuBAqGJ%2CYAgCI%2CgBAOI%2CGAUI%3BEACI%2CSAAA%3BEACA%2CUAAA%3B%3BAAxJpB%2CQAAQ%2CuBAqGJ%2CYAgCI%2CgBAOI%2CGAUI%2CGAII%3BEACI%2CYAAA%3B%3BAA3JxB%2CQAAQ%2CuBAkKJ%3BEzLqPJ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkDA%2C2BAAA%3BEACI%2CuBAAA%3BEACI%2CmBAAA%3BEyLxSA%2CYAAA%3BEACA%2CuBAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAEA%2CQA7KA%2CuBAkKJ%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%2CQA3LA%2CuBAkKJ%2CYAyBK%3BErL%2BCT%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEJgDA%2CgBAAA%3BEyLtGY%2C2BAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BArLqDZ%2CQqLtPQ%2CuBAkKJ%2CYAyBK%2CcrL2DR%3BAACD%2CQqLvPQ%2CuBAkKJ%2CYAyBK%2CcrL4DR%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CQqL5PQ%2CuBAkKJ%2CYAyBK%2CcrLiER%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CQqLjQQ%2CuBAkKJ%2CYAyBK%2CcrLsER%3BAACD%2CQqLlQQ%2CuBAkKJ%2CYAyBK%2CcrLuER%3BAACD%2CQAAQ%2CUAAW%2CSqLnQX%2CuBAkKJ%2CYAyBK%3BErLyEL%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BAyL%5C%2FFQ%2CQApMA%2CuBAkKJ%2CYAkCK%3BEACG%2CaAAA%3B%3BAAGJ%2CQAxMA%2CuBAkKJ%2CYAsCK%3BEACG%2CkBAAA%3B%3BAAzMZ%2CQAAQ%2CuBA6MJ%2CgBAEI%3BEACI%2CaAAA%3B%3BAAhNZ%2CQAAQ%2CuBA6MJ%2CgBAMI%3BEACI%2CSAAA%3B%3BAApNZ%2CQAAQ%2CuBA6MJ%2CgBAUI%3BEACI%2C8BAAA%3BEACA%2CmBAAA%3BEACA%2C4BAAA%3B%3BAA1NZ%2CQAAQ%2CuBA8NJ%2CkBAEI%3BAAhOR%2CQAAQ%2CuBA8NJ%2CkBAGI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAnOZ%2CQAAQ%2CuBA2OJ%2C%2BBAEI%3BEACI%2CgBAAA%3B%3BACxOZ%3BE1LiZA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BE0LjZI%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%2C6BAAA%3BEACA%2CqCAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAkB%2CyCAAlB%3BEACA%2C4BAAA%3BEACA%2C4BAAA%3BEACA%2CqCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkCAAA%3B%3BAAGJ%2C4BAA4B%2CSAExB%3BAADJ%2C4BAA4B%2CKACxB%3BEACI%2CWAAA%3B%3BAAQR%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%2CyBAAA%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%2CYAAA%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%3BE1LgBhB%2CiBAAA%3BE0LdgB%2CiBAAA%3B%3BAAXhB%2CwCACI%2COAAO%2CUACH%2COAYI%3BEACI%2CyBAAA%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%3BE1L%5C%2FBpB%2CiBAAA%3BE0LiCoB%2CiBAAA%3B%3BAAXpB%2CkCAEI%2COAcI%3BAAfR%2CwCACI%2COAcI%3BEACI%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CazLhUS%2CaCFC%2C8CwLkUV%3BE1L5CZ%2CiBAAA%3BE0L8CY%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%3BE1L5DZ%2CiBAAA%3BE0L8DY%2CSAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3B%3BAAKZ%3BAACA%3BEACI%2CYAAA%3B%3BAAOJ%3BEACI%2CaAAA%3B%3BAAGJ%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%3BE1L1GR%2CiBAAA%3BE0L4GQ%2CSAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3B%3BAAIR%2CyBAA0B%3BEACtB%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CyBAA0B%2CKAItB%3BEACI%2CaAAA%3BEACA%2CWAAA%3B%3BAAIR%3BEACI%2CkBAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2CeAAA%3B%3BAAFJ%2C2BAIK%3BEACG%2CaAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%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%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%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%2CYAAA%3B%3BAAMR%2C4CAAC%3BEACG%2CoBAAA%3B%3BAADJ%2C4CAAC%2CIAGG%3BAACA%2CsBAAuB%2C6CAJ1B%3BEAKO%2CiBAAA%3B%3BAAIR%2C4CAAC%3BEACG%2CeAAA%3B%3BACtdR%2CwBAJ%2BC%3BEzKk7C%5C%2FC%3BIlBrqCA%2CcAAA%3BIAAA%2CSAAA%3BIkByoCA%2CUAAA%3B%3BEAEA%2CiDAAC%3BEACD%2CiDAAC%3BIlB9lCD%2C8BAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIAhDA%2CiBAAA%3BIAAA%2CaAAA%3BIkBopCI%2CUAAA%3BIACA%2COAAA%3B%3BEAEJ%2CiDAAC%3BIlBvpCD%2CyBAAA%3B%3BEkB0pCA%2CiDAAC%3BIlB1pCD%2C4BAAA%3BIkB4pCI%2CQAAA%3B%3B%3BAyKj6CJ%2CwBAJqD%3BEzK8brD%3BIlBjcA%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAiBA%2C0BAAC%3BEACD%2C0BAAC%3BEoCmaD%2CQAII%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CapC1aX%3BEoCoaD%2CQAII%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CapCzaX%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2C0BAAC%3BEoC8ZD%2CQAII%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CapCpaX%3BIACG%2CWAAA%3B%3BEkBovBJ%3BEJjgBQ%2C0BAFJ%2CUAEK%2COAEG%3BEsJ5NZ%2CsBAOI%3BIpK6MJ%2C0BAAA%3BIkB8eA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIlBhfA%2C6BAAA%3BIAAA%2CgCAAA%3BIAAA%2CcAAA%3BIwChOA%2CqBAAA%3B%3BEtBitBA%2C0BAAC%3BEJ3eO%2C0BAFJ%2CUAEK%2COAEG%2CeIyeX%3BEkJrsBD%2CsBAOI%2COlJ8rBH%3BIACG%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3B%3BEsB9sBJ%2C0BAAC%3BE1BgOO%2C0BAFJ%2CUAEK%2COAEG%2Ce0BlOX%3BE4HMD%2CsBAOI%2CO5HbH%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIxC9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CSCxQQ%2CODwQR%3BIAAA%2CayCtOe%2CazCsOf%3BIAAA%2CiBAAA%3BIAAA%2CsBAAA%3BIwCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAzOA%2C0BtBmrBK%2COsBnrBJ%3BE1BsKO%2C0BAFJ%2CUAEK%2COAEG%2CeI2gBP%2COsBnrBJ%3BE4HpDD%2CsBAOI%2COlJguBC%2COsBnrBJ%3BIxCgKD%2CSCzQM%2CODyQN%3B%3BEkB02BA%3BEJ9zBQ%2C0BAxCJ%2CUAwCK%2CIAAI%2CKACD%3BId7CZ%2CcAAA%3BIwC9QA%2CqBAAA%3B%3BEAMA%2CoBAAC%3BE1BoTO%2C0BAxCJ%2CUAwCK%2CIAAI%2CKACD%2CK0BrTX%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BIxC9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSgEpOU%2COhEoOV%3BIAAA%2CayCtOe%2CazCsOf%3BIAAA%2CiBAAA%3BIAAA%2CsBAAA%3BIwCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEoB1TA%3BEACA%2CYAAa%2CQAAO%3BEACpB%2COAAO%3BEACP%2COAAO%3BEACP%3BEACA%2CaAAgB%3BEAChB%2CaAAgB%3BEAChB%2CMAAM%2CSAAS%3BEACf%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAGA%2CQAAS%3BEACT%2CmBAAoB%3BIAChB%2CkBAAA%3BIACA%2CiBAAA%3B%3BEU9BR%2CWACI%2CQACI%3BIACI%2CkBAAA%3BItE4PZ%2CcAAA%3BIwChOA%2CqBAAA%3BI8BrBY%2CWAAA%3B%3BE9B2BZ%2CW8BpCI%2CQACI%2CW9BmCP%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIxC9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CSCxQQ%2CODwQR%3BIAAA%2CayCtOe%2CazCsOf%3BIAAA%2CsBAAA%3BIwCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BE8B7TY%2CWAVR%2CQACI%2CWASK%3BIACG%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3B%3BE9BiFhB%2CW8B9FI%2CQACI%2CWAcK%2CgB9B%2BEZ%3BIxCgKD%2CSCzQM%2CODyQN%3B%3BEsErOA%3BItEqNF%2C6BAAA%3BIACK%2C0BAAA%3BIACC%2CyBAAA%3BIAcJ%2CqBAAA%3BIsEnOI%2CYAAA%3BIACA%2CUAAA%3BIACA%2CMAAM%2CwBAAN%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2CMAAA%3BIACA%2CUAAA%3BIACA%2COAAO%2CiBAAP%3BIAEA%2CyBAAA%3B%3BEAXJ%2CaAYI%3BIACI%2C6BAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3B%3BEAnBR%2CaAYI%2CUASI%3BIACI%2CeAAA%3B%3BEAtBZ%2CaAYI%2CUAYI%3BIACI%2CcAAA%3BIACA%2CqBAAA%3B%3BEAEJ%2CaAhBJ%2CUAgBK%2CQACG%3BIACI%2CqBAAA%3BIACA%2CkBAAA%3B%3BEAGR%2CaAtBJ%2CUAsBK%3BItEmMT%2CSAAA%3BIAAA%2CUAAA%3BID1KA%2CqBAAA%3BIuEvBY%2CiBAAA%3B%3BEApCZ%2CaAwCI%2CQAAO%3BItE6LX%2CSAAA%3BIAAA%2CUAAA%3BID1KA%2CqBAAA%3BIuEjBQ%2CWAAA%3B%3BEA1CR%2CaAwCI%2CQAAO%2CMAGH%3BIACI%2C6BAAA%3BIACA%2CiBAAA%3BIACA%2CSAAA%3B%3BEACA%2CaAPR%2CQAAO%2CMAGH%2CGAIK%2CMAAM%3BIACH%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAjDhB%2CaAwCI%2CQAAO%2CMAYH%3BEApDR%2CaAwCI%2CQAAO%2CMAaH%2CEAAC%3BItEgLT%2CWAAA%3BIAAA%2CqBAAA%3BIsE7KY%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEA1DZ%2CaAwCI%2CQAAO%2CMAoBH%2CEAAC%3BIACG%2CcAAA%3B%3BEAKZ%3BIACI%2CYAAA%3BIACA%2CWAAA%3B%3BEAFJ%2CgBAGI%3BItEgJN%2C6BAAA%3BIACK%2C0BAAA%3BIACC%2CyBAAA%3BIAcJ%2CqBAAA%3BIsE9JQ%2CYAAA%3BIACA%2COAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEARR%2CgBAWI%3BIACI%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAIR%2CSACI%3BIACI%2CSAAA%3BIACA%2CMAAM%2CiBAAN%3BIACA%2CiBAAA%3B%3BEAJR%2CSAOI%3BItEyHN%2CoDAAA%3BIACK%2CiDAAA%3BIACC%2CgDAAA%3BIAcJ%2C4CAAA%3BIsErIQ%2COAAA%3BIACA%2CWAAA%3B%3BEAIA%2CSADJ%2CYACK%3BIACG%2C%2BBAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAMR%2CMADE%2CYAAa%2CcACd%3BIAEG%2CkBAAA%3BIACA%2CUAAA%3B%3BEtEtIR%2CMsEkIM%2CYAAa%2CcACd%2CMtEnIJ%3BEACD%2CMsEiIM%2CYAAa%2CcACd%2CMtElIJ%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CMsE4HM%2CYAAa%2CcACd%2CMtE7HJ%3BIACG%2CWAAA%3B%3BEsEkIA%2CMAPE%2CYAAa%2CcAOd%3BIACG%2CmBAAA%3BIACA%2CsCAAA%3BIACA%2CyBAAA%3BIACA%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CaAAA%3B%3BEAEA%2CMAlBF%2CYAAa%2CcAOd%2CWAWI%3BIACG%2CuBAAA%3BIACA%2CgBAAA%3B%3BEAFJ%2CMAlBF%2CYAAa%2CcAOd%2CWAWI%2COAIK%3BEAJN%2CMAlBF%2CYAAa%2CcAOd%2CWAWI%2COAIU%2CIAAC%3BEAJZ%2CMAlBF%2CYAAa%2CcAOd%2CWAWI%2COAIqB%2CIAAC%3BIACf%2CcAAA%3B%3BEAhBZ%2CMAPE%2CYAAa%2CcAOd%2CWAmBK%3BEAnBN%2CMAPE%2CYAAa%2CcAOd%2CWAmBU%2CIAAC%3BEAnBZ%2CMAPE%2CYAAa%2CcAOd%2CWAmBqB%2CIAAC%3BIACf%2CWAAA%3B%3BEAIR%2CMA%5C%2FBE%2CYAAa%2CcA%2BBd%3BIAEG%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEtEvKR%2CMsEkIM%2CYAAa%2CcA%2BBd%2CatEjKJ%3BEACD%2CMsEiIM%2CYAAa%2CcA%2BBd%2CatEhKJ%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CMsE4HM%2CYAAa%2CcA%2BBd%2CatE3JJ%3BIACG%2CWAAA%3B%3BEsEiKI%2CMAtCF%2CYAAa%2CcA%2BBd%2CaAOI%3BIACG%2CcAAA%3B%3BEsHxKZ%3BI5LmPA%2CuBAAA%3BI4LhPI%2CsBAAA%3B%3BEAHJ%2CWAKI%3BIACI%2CSAAA%3BIACA%2CUAAA%3B%3BEAPR%2CWAUI%3BIACI%2CSAAA%3B%3BEAXR%2CWAcI%3BIACI%2CcAAA%3BI5LoOR%2CmBAAA%3BIAAA%2CgBAAA%3BIAAA%2CsBAAA%3BIAAA%2CkBAAA%3B%3BE4LnPA%2CWAsBI%3BEAtBJ%2CWAuBI%2CEAAC%3BI5L4NL%2CWAAA%3BIAAA%2CqBAAA%3B%3BE4LnPA%2CWA4BI%3BI5LuNJ%2C0BAAA%3BIAAA%2CiBAAA%3B%3BE4LnPA%2CWA4BI%2CQAIM%3BI5LmNV%2CgBAAA%3BIAAA%2C0BAAA%3BIAAA%2CyBAAA%3BI4L7MY%2CqBAAA%3B%3BEACA%2CWAXR%2CQAIM%2CaAOG%3BI5L4Mb%2CcAAA%3B%3BE4LvMQ%2CWAhBJ%2CQAgBK%2COACG%2CcACI%3BI5LqMhB%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CuBAAA%3BIAAA%2CiBAAA%3BI4L7LoB%2CqBAAA%3B%3BEAtDpB%2CWA4BI%2CQA%2BBM%3BI5LwLV%2CgBAAA%3B%3BE4LpLQ%2CWAnCJ%2CQAmCK%2COAEK%2CIAAC%2CIAAI%3BEADX%2CWApCJ%2CQAoCK%2CWACK%2CIAAC%2CIAAI%3BI5LkLnB%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CuBAAA%3B%3BE4LpLQ%2CWAnCJ%2CQAmCK%2COAEK%2CIAAC%2CIAAI%2CkBAQH%2CKAAI%2CIAAI%3BEAThB%2CWApCJ%2CQAoCK%2CWACK%2CIAAC%2CIAAI%2CkBAQH%2CKAAI%2CIAAI%3BI5L0KxB%2CiBAAA%3B%3BE4LlKQ%2CWADJ%2CGAAE%2COACG%3BI5LkKT%2C6BAAA%3B%3BE4LnPA%2CWAsFI%2CSACM%3BIACE%2CqBAAA%3B%3BEAEI%2CWAJZ%2CSACM%2CKAEI%2CIACG%3BI5LyJjB%2CcAAA%3B%3BE4LnJQ%2CWAVJ%2CSAUK%2CIAAI%3BI5LmJb%2CgBAAA%3BIAAA%2CgBAAA%3BI4L7IY%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CoBAAA%3BIACA%2C8BAAA%3B%3BEAXJ%2CWAVJ%2CSAUK%2CIAAI%2CcAaC%2CKACI%3BI5LqIlB%2CkBAAA%3B%3BE4LjIgB%2CWA5BZ%2CSAUK%2CIAAI%2CcAaC%2CKAKG%3BIACG%2CgBAAA%3B%3BEAnBZ%2CWAVJ%2CSAUK%2CIAAI%2CcAuBD%3BIACI%2CcAAA%3BI5L2HhB%2CkBAAA%3B%3BE4LnJQ%2CWAVJ%2CSAUK%2CIAAI%2CcAuBD%2CGAIM%3BIACE%2CSAAA%3B%3BEA5BZ%2CWAVJ%2CSAUK%2CIAAI%2CcAuBD%2CGAIM%2CKAGE%3BI5LqHpB%2CWAAA%3BI4LhHwB%2CcAAA%3BIACA%2CmBAAA%3B%3BEACA%2CWA%5C%2FCpB%2CSAUK%2CIAAI%2CcAuBD%2CGAIM%2CKAGE%2CEAOK%3BI5L8GzB%2CcAAA%3B%3BE4LvGY%2CWAtDR%2CSAUK%2CIAAI%2CcA4CA%3BIACG%2CyBAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3B%3BEA%5C%2FCR%2CWAVJ%2CSAUK%2CIAAI%2CcAkDD%2CQACM%3BI5LgGlB%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CuBAAA%3BIAAA%2CiBAAA%3B%3BE4LpFgB%2CWAzEZ%2CSAUK%2CIAAI%2CcA8DD%2CQACK%2COACK%3BI5LmFtB%2CiBAAA%3B%3BEsE7DA%2CWACI%3BIACI%2CiBAAA%3BIACA%2CoBAAA%3B%3BEAEA%2CWAJJ%2CEAIK%3BIACG%2CcAAA%3B%3BEANZ%2CWAUI%2CGAAE%3BIACE%2CiBAAA%3B%3BEAEA%2CWAHJ%2CGAAE%2COAGG%3BIACG%2CaAAA%3B%3BEAdZ%2CWAUI%2CGAAE%2COAMI%2CIAAC%3BIACC%2C4BAAA%3B%3BEAjBZ%2CWAUI%2CGAAE%2COASI%2CIAAC%3BIACC%2CWAAA%3BIACA%2CgBAAA%3B%3BEAEA%2CWAbR%2CGAAE%2COASI%2CIAAC%3BEAII%2CWAbX%2CGAAE%2COASI%2CIAAC%2CgBAIQ%3BIACH%2CsBAAA%3B%3BEAGR%2CWAjBJ%2CGAAE%2COAiBG%2COAAQ%2CcAAc%3BEAAiB%2CWAjB5C%2CGAAE%2COAiB2C%2COAAU%2CIAAC%2CIAAI%3BEAAoB%2CWAjBhF%2CGAAE%2COAiB%2BE%2CWAAc%2CIAAC%2CIAAI%3BEAAoB%2CWAjBxH%2CGAAE%2COAiBuH%2COAAU%2CIAAC%2CIAAI%2CkBAAmB%2CKAAI%2CIAAI%3BEAAiB%2CWAjBpL%2CGAAE%2COAiBmL%2CWAAc%2CIAAC%2CIAAI%2CkBAAmB%2CKAAI%2CIAAI%3BIAC3N%2CcAAA%3BIACA%2CcAAA%3B%3BEA7BZ%2CWAUI%2CGAAE%2COAsBI%2CgBAAgB%3BIACd%2CgBAAA%3B%3BEAjCZ%2CWAUI%2CGAAE%2COAyBE%2CcAAgB%2CIAAC%3BIACb%2CSrE%5C%2FNE%2COqE%2BNF%3BIACA%2CeAAA%3BIACA%2CarEnPG%2CaqEmPH%3BIACA%2CkBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3B%3BEA1CZ%2CWAUI%2CGAAE%2COAkCE%2CGAAE%2COAAU%3BIACR%2CgBAAA%3B%3BEAIJ%2CWADJ%2CGAAE%3BEACK%2CWADP%2CGAAE%2CQACM%2CIAAI%3BIACJ%2CkBAAA%3B%3BEADJ%2CWADJ%2CGAAE%2CQAIM%2CQAAU%3BEAHX%2CWADP%2CGAAE%2CQACM%2CIAAI%2CcAGJ%2CQAAU%3BEAHd%2CWADJ%2CGAAE%2CQAImB%2CQAAO%2COAAU%3BEAH%5C%2FB%2CWADP%2CGAAE%2CQACM%2CIAAI%2CcAGS%2CQAAO%2COAAU%3BIAC1B%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3B%3BEAvDhB%2CWAgDI%2CGAAE%2CQAWI%3BIACE%2CiBAAA%3B%3BEY%5C%2FPZ%3BIACI%2CaAAA%3B%3BEEkNA%2CYAAC%3BIpF6CL%2CUAAA%3BIAAA%2CYAAA%3B%3BEoF5NA%2CYA%2BKK%2CYA%5C%2FKJ%2CMACG%3BIACI%2CmBAAmB%2CaAAnB%3BIACQ%2CWAAW%2CaAAX%3B%3BEA4KZ%2CYAAC%2CYAxKL%3BIACI%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAmB%2CgBAAnB%3BIACQ%2CWAAW%2CgBAAX%3BIACR%2CsDAAA%3BIACQ%2CsCAAA%3BIACR%2CWAAA%3B%3BEAgKA%2CYAAC%2CYAGG%3BIACI%2CSAAA%3BIACA%2CgBAAA%3B%3B%3BECzIZ%3BID9EA%2CSAAA%3BIACA%2COAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CyDAAA%3BIACQ%2CiDAAA%3BIpFsPR%2CUAAA%3BIAAA%2CYAAA%3B%3BEoFpPA%2CaAAC%3BIACG%2CmBAAA%3BIACA%2CUAAA%3BIACA%2CqCAAA%3BIACQ%2C6BAAA%3B%3BEAJZ%2CaAAC%2CMAMG%3BIACI%2CmBAAmB%2CeAAnB%3BIACQ%2CWAAW%2CeAAX%3B%3BEC2DhB%2CaDvDA%3BIpFwOA%2CsBAAA%3BIAAA%2C4CAAA%3BIoFrOI%2CUAAA%3BIACA%2CoBAAA%3B%3BEAQJ%2CaAAC%2CMACG%3BIACI%2CmBAAmB%2CaAAnB%3BIACQ%2CWAAW%2CaAAX%3B%3BECwChB%2CaDpCA%3BIACI%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAmB%2CgBAAnB%3BIACQ%2CWAAW%2CgBAAX%3BIACR%2CsDAAA%3BIACQ%2CsCAAA%3BIACR%2CWAAA%3B%3BECgCA%2CaAAC%3BIACG%2CiCAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3B%3BEAPR%2CaAUI%3BIrFuKJ%2CyBAAA%3BIqFrKQ%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3B%3BEAKJ%2CIAAC%3BIACG%2CaAAA%3BIACA%2CgBAAA%3BIACA%2CYAAA%3B%3BEAHJ%2CIAAC%2CkBAKG%3BIrFyJR%2CwCAAA%3B%3BEqFnJA%3BIACI%2CoBAAA%3B%3BEACA%2CYAAC%2CYACG%2CkBAAiB%3BIrFgJzB%2CyBAAA%3B%3BEqF3IY%2CYANP%2CYAKI%2CcACI%3BIACG%2CiCAAA%3BIACA%2CgBAAA%3B%3BEAHR%2CYALH%2CYAKI%2CcAMG%3BIACI%2CYAAA%3BIACA%2CgBAAA%3B%3BEAfhB%2CYAoBI%3BIrF%2BHJ%2CeAAA%3BIAAA%2CgBAAA%3B%3BEuFxOA%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%3BEyFXJ%3BIACI%2CeAAA%3B%3BECHJ%3BIACI%2CeAAA%3B%3BEnFgBJ%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%3BEmEtBJ%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%3BElHwEZ%2CkBACI%3BIACI%2CmBAAA%3B%3BElC%2BjBR%2CqBACI%2CQAAO%3BIRpSX%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIAkCA%2C8BAAA%3BIACI%2C0BAAA%3BIACI%2CsBAAA%3B%3BEQ6PR%2CqBAKI%2CSAAQ%3BIR5PZ%2CkBAAA%3BIACC%2CiBAAA%3BIACQ%2CSAAA%3B%3BEQquBT%2CQAAQ%3BEACR%3BIACI%2CaAAA%3B%3BEAGJ%3BIACI%2CiBAAA%3B%3BEADJ%2CeAGI%3BIACI%2CaAAA%3B%3BEAGR%2CcAAe%3BIACX%2CsBAAA%3B%3BEEn0BJ%2CeACI%2CWACI%2CSAAQ%3BIACJ%2CkBAAA%3B%3BEAKZ%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%3BEAKR%2CKAdP%2CcAaG%2CKACK%3BEACD%2CKAfP%2CcAaG%2CKAEK%3BEACD%2CKAhBP%2CcAaG%2CKAGK%3BEACD%2CKAjBP%2CcAaG%2CKAIK%3BIACG%2CsBAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEACA%2CKAvBX%2CcAaG%2CKACK%2CIASI%3BEAAD%2CKAvBX%2CcAaG%2CKAEK%2CMAQI%3BEAAD%2CKAvBX%2CcAaG%2CKAGK%2CSAOI%3BEAAD%2CKAvBX%2CcAaG%2CKAIK%2CKAMI%3BIACG%2CSAAS%2CaAAT%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3B%3BEAGR%2CKA9BP%2CcAaG%2CKAiBK%3BIACG%2CmBAAA%3B%3BEA%5C%2FBZ%2CKAAC%2CcAkCG%2CMAAM%2CKAAI%3BIACN%2CiBAAA%3B%3BEAnCR%2CKAAC%2CcAqCG%2CMAAQ%2CKAAK%2CKAAE%3BIACX%2CSAAA%3B%3BEAKZ%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAFJ%2CYAGI%3BIACI%2CaAAA%3B%3BEAJR%2CYAMI%2CQACI%2CMAAQ%2CKAAE%2CIAAI%2CaAAgB%2CKAAE%3BIAC5B%2CSAAA%3B%3BECpWZ%2CqBACI%2CaAAa%3BIACT%2CaAAA%3B%3BEAGR%2CYAAY%2CMAAO%2CcAAc%3BIAC7B%2CeAAA%3B%3BEahDJ%2CqBACI%2CaACI%2CcACI%3BIACI%2CWAAA%3B%3BEAJhB%2CqBACI%2CaACI%2CcAII%3BIACI%2CgBAAA%3B%3BEI4FhB%2CwBACI%3BI5ByJJ%2CeAAA%3B%3BE4B1JA%2CwBAKI%3BI5BqJJ%2CaAAA%3B%3BE4B1JA%2CwBASI%3BI5BiJJ%2CoBAAA%3B%3BE4B1JA%2CwBAaI%2CgCACI%3BIACI%2CkBAAA%3B%3BEqBgBZ%2CwBACI%3BIjD0HJ%2CeAAA%3B%3BEiD3HA%2CwBACI%2CgBAGI%3BIjDuHR%2CaAAA%3B%3BEiD3HA%2CwBACI%2CgBAOI%3BIjDmHR%2CoBAAA%3B%3BEoCsKA%3BIACI%2CoBAAA%3B%3BEAGI%2CgBADJ%2CUACK%3BIACG%2CkBAAA%3B%3BEAKZ%2CQACI%2CMAAK%3BIACD%2CmBAAA%3B%3BEAFR%2CQAII%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CaAEM%3BIACE%2CYAAA%3BIpCzLpB%2CkBAAA%3B%3BEoCgLA%2CQAII%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSAQN%2CeACI%3BIpC9LhB%2CmBAAA%3B%3BEoCgMoB%2CQAZhB%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSAQN%2CeACI%2CKAEK%3BIACG%2CgBAAA%3B%3BEAOxB%2CQAAQ%2CcACJ%3BIACI%2CcAAA%3BIpC1MR%2CqBAAA%3B%3BEoC8MA%2CuBACI%3BIACI%2CkBAAA%3B%3BEgBlaR%2CcACI%2CUAAU%3BIACN%2CoBAAA%3B%3BEAFR%2CcAII%2CiBACI%3BIACI%2CYAAA%3B%3BEAIZ%2CMAAM%3BIACF%2CWAAA%3B%3BEvB2HJ%2CaACI%2CiBACI%3BI7B0ER%2CeAAA%3BI6BxEY%2CaAAA%3BIACA%2CWAAA%3B%3BEAKZ%3BIACI%2CgBAAA%3BI7BiEJ%2C6BAAA%3B%3BE6B9DQ%2CgBADJ%2COACK%3BI7B8DT%2CiBAAA%3BI6B5DY%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3BEARZ%2CgBAWI%3BIACI%2CoBAAA%3BIACA%2CqBAAA%3B%3BEAIR%3BIACI%2CmBAAA%3B%3BEAGJ%2CKAAK%2CcACD%3BI7B4CJ%2CqBAAA%3BIwChOA%2CqBAAA%3B%3BEXmLA%2CKAAK%2CcACD%2CaWgCF%3BIxChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEwC2CA%2CKX6KK%2CcACD%2CaW9KH%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIxC9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSC9NW%2COD8NX%3BIAAA%2CayCtOe%2CazCsOf%3BIAAA%2CsBAAA%3BIwCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAtRI%2CKXgKC%2CcACD%2CaWlKH%2CMACI%3BIxC6ML%2CcAAA%3B%3BEwCvMI%2CKX0JC%2CcACD%2CaW5JH%2COACI%3BIxCuML%2CcAAA%3B%3BE6BjCQ%2CKAZH%2CcACD%2CaAWK%3BIACG%2CyBAAA%3BIACA%2CyBAAA%3BIACA%2C%2BBAAA%3BIACA%2C4BAAA%3B%3BEACA%2CKAjBP%2CcACD%2CaAWK%2CQAKI%3BIACG%2CcAAA%3B%3BEAlBhB%2CKAAK%2CcAsBD%3BIACI%2C6BAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3B%3BEAKJ%2CuBAAI%3BIACA%2CUAAA%3BIACA%2CkBAAA%3B%3BEV7DR%2CKAAK%2CcACD%3BInBuEJ%2CqBAAA%3BIwC9QA%2CqBAAA%3B%3BErBsMA%2CKAAK%2CcACD%2CqBqB2DF%3BIxChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEwCHA%2CKrBgMK%2CcACD%2CqBqBjMH%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BIxC9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSC7NiB%2COD6NjB%3BIAAA%2CayCtOe%2CazCsOf%3BIAAA%2CsBAAA%3BIwCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2CKrBmLC%2CcACD%2CqBqBrLH%2CMACI%3BIxC2PL%2CcAAA%3B%3BEwCrPI%2CKrB6KC%2CcACD%2CqBqB%5C%2FKH%2COACI%3BIxCqPL%2CcAAA%3B%3BE8B5HA%3BI9B4HA%2CgCAAA%3BI8B1HI%2CmBAAA%3BIACA%2CsBAAA%3B%3BEAEJ%3BIACI%2CWAAA%3B%3BEAEJ%2CsBACM%3BIACE%2CgBAAA%3B%3BEAGR%3BIACI%2CWAAA%3B%3BEAEJ%2CsBACI%3BIACI%2CWAAA%3B%3BEAGR%2CaACI%2CiBACI%2CcACI%3BEAHZ%2CaACI%2CiBACI%2CcAEI%3BIACI%2CcAAA%3B%3BEa3EhB%2CcAAc%3BIACV%2CkBAAA%3BIACA%2CmBAAA%3B%3BEgB9BJ%3BIACI%2CeAAA%3B%3BEAEJ%3BEACA%3BIACI%2CqBAAA%3B%3BEACA%2CcAAC%2CIAAI%3BEAAL%2CcAAC%2CIAAI%3BIACD%2CqBAAA%3B%3BE7CmMR%3BIACI%2CWAAA%3BIACA%2CiBAAA%3B%3BEAGI%2C0BAFJ%2CUAEK%3BIACG%2CoBAAA%3B%3BEADJ%2C0BAFJ%2CUAEK%2COAEG%3BIdRZ%2CiBAAA%3B%3BEcgBY%2C0BAZR%2CUAEK%2COAUI%3BIACG%2C6BAAA%3BIdjBhB%2CgBAAA%3BIcmBgB%2CaAAA%3BIACA%2CeAAA%3B%3BEACA%2C0BAjBZ%2CUAEK%2COAUI%2CMAKI%3BIACG%2CcAAA%3B%3BEANR%2C0BAZR%2CUAEK%2COAUI%2CMAQG%3BIACI%2CeAAA%3B%3BEACA%2C0BAtBhB%2CUAEK%2COAUI%2CMAQG%2CMAEK%3BIACG%2CaAAA%3B%3BEAEJ%2C0BAzBhB%2CUAEK%2COAUI%2CMAQG%2CMAKK%3BIACG%2CaAAA%3B%3BEAdZ%2C0BAZR%2CUAEK%2COAUI%2CMAQG%2CMAQI%3BIdhCpB%2CcAAA%3BIckCwB%2CcAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3B%3BEACA%2C0BAjCpB%2CUAEK%2COAUI%2CMAQG%2CMAQI%2CEAKK%3BIdrCzB%2CmBAAA%3B%3BEckDQ%2C0BA9CJ%2CUA8CK%2CMACG%3BIdnDZ%2CiBAAA%3B%3BEc0DQ%2C0BAtDJ%2CUAsDK%3BIACG%2CmBAAA%3B%3BEAQA%2C0BA%5C%2FDR%2CUA8DK%2CQACI%3BEACD%2C0BAhER%2CUA8DK%2CQAEI%3BIACG%2CmBAAA%3B%3BEAeJ%2CcAHE%2CSACV%2CSACK%2CKACI%3BIACG%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3B%3BEAGA%2CuBAAwB%2CeAT1B%2CSACV%2CSACK%2CKAMI%3BIAEO%2CoBAAA%3B%3BEAOJ%2CuBAAwB%2CeAjB1B%2CSACV%2CSACK%2CKAWI%3BEAIG%2CuBAAwB%2CeAjB1B%2CSACV%2CSACK%2CKAYI%3BEAGG%2CuBAAwB%2CeAjB1B%2CSACV%2CSACK%2CKAaG%3BEAEI%2CuBAAwB%2CeAjB1B%2CSACV%2CSACK%2CKAcI%3BIAEO%2CkBAAA%3B%3BEAlBpB%2CcAAc%2CSAuBV%3BIACI%2CaAAA%3B%3BEuBER%2C%2BBACI%3BIACI%2CcAAA%3B%3BEAFR%2C%2BBAII%3BIACI%2CiBAAA%3B%3BE%2BHpUR%3BIACI%2COAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3BIACA%2CsBAAA%3B%3BEANJ%2CsBAUI%3BIACI%2C6BAAA%3BIACA%2CaAAA%3B%3BEACA%2CsBAHJ%2CSAGK%3BIACG%2CcAAA%3B%3BEAdZ%2CsBAiBI%3BIACI%2CeAAA%3B%3BE7GoTJ%2CYAAC%2CMACG%3BIACI%2CYAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3B%3BEAJR%2CYAAC%2CMACG%2CMAII%3BIACI%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEARZ%2CYAAC%2CMAWG%3BIACI%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3BIACA%2CcAAA%3BIACA%2CYAAA%3B%3BEAjBR%2CYAAC%2CMAmBG%3BIACI%2CWAAA%3BIACA%2CgBAAA%3B%3BEArBR%2CYAAC%2CMAmBG%2CcAGI%3BIACI%2CYAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3B%3BEA1BZ%2CYAAC%2CMA6BG%3BIACI%2CaAAA%3B%3BEAGR%2CYAAC%2CMACG%3BIACI%2CYAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3B%3BEAJR%2CYAAC%2CMACG%2CMAII%3BIACI%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEARZ%2CYAAC%2CMAWG%3BIACI%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3BIACA%2CcAAA%3BIACA%2CYAAA%3B%3BEAjBR%2CYAAC%2CMAmBG%3BIACI%2CWAAA%3BIACA%2CgBAAA%3B%3BEArBR%2CYAAC%2CMAmBG%2CcAGI%3BIACI%2CYAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAEA%2CYA5BX%2CMAmBG%2CcAGI%2COAMK%3BIACG%2CWAAA%3BIACA%2CeAAA%3B%3BEA9BhB%2CYAAC%2CMAkCG%3BIACI%2CaAAA%3B%3BEAnCR%2CYAAC%2CMAqCG%2CYAAW%3BIACP%2CWAAA%3B%3BEAGR%2CYAAC%2CMACG%3BIACI%2CYAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3B%3BEAJR%2CYAAC%2CMACG%2CMAII%3BIACI%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEARZ%2CYAAC%2CMAWG%3BIACI%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3BIACA%2CYAAA%3B%3BEAjBR%2CYAAC%2CMAmBG%3BIACI%2CaAAA%3B%3BEApBR%2CYAAC%2CMAsBG%2CcACI%3BIACI%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3B%3BEA1BZ%2CYAAC%2CMA6BG%3BIACI%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3BEAGR%2CYAAC%2CMACG%3BIACI%2CYAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3B%3BEAJR%2CYAAC%2CMACG%2CMAII%3BIACI%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEARZ%2CYAAC%2CMAWG%3BIACI%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3BIACA%2CYAAA%3B%3BEAjBR%2CYAAC%2CMAmBG%3BIACI%2CaAAA%3B%3BEApBR%2CYAAC%2CMAsBG%2CcACI%3BIACI%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3B%3BEA1BZ%2CYAAC%2CMA6BG%2CQAAO%3BIACH%2CkBAAA%3B%3BEA9BR%2CYAAC%2CMAgCG%3BIACI%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3BEAGR%2CYAAC%2CMACG%3BIACI%2CYAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3B%3BEAJR%2CYAAC%2CMACG%2CMAII%3BIACI%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEARZ%2CYAAC%2CMAWG%3BIACI%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3BIACA%2CcAAA%3BIACA%2CYAAA%3B%3BEAjBR%2CYAAC%2CMAmBG%3BIACI%2CaAAA%3B%3BEApBR%2CYAAC%2CMAsBG%2CcACI%3BIACI%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3B%3BEAIZ%2CYAAC%2CMACG%3BIACI%2CYAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3B%3BEAJR%2CYAAC%2CMACG%2CMAII%3BIACI%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEARZ%2CYAAC%2CMAWG%3BIACI%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3BIACA%2CcAAA%3BIACA%2CYAAA%3B%3BEAjBR%2CYAAC%2CMAmBG%3BIACI%2CaAAA%3B%3BEApBR%2CYAAC%2CMAsBG%2CcACI%3BIACI%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3B%3BEAIZ%2CYAAC%2CMACG%3BIACI%2CYAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3B%3BEAJR%2CYAAC%2CMACG%2CMAII%3BIACI%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEARZ%2CYAAC%2CMAWG%3BIACI%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3BIACA%2CcAAA%3BIACA%2CUAAA%3B%3BEAjBR%2CYAAC%2CMAmBG%2COAAM%2COACF%3BIACI%2CaAAA%3B%3BEArBZ%2CYAAC%2CMAmBG%2COAAM%2COAIF%3BIACI%2CaAAA%3B%3BEAxBZ%2CYAAC%2CMAmBG%2COAAM%2COAOA%2COAAI%3BIACF%2CaAAA%3B%3BEA3BZ%2CYAAC%2CMA8BG%3BIACI%2CaAAA%3B%3BEA%5C%2FBR%2CYAAC%2CMAiCG%2CcACI%3BIACI%2CeAAA%3BIACA%2CyBAAA%3B%3BEAEA%2CYAtCX%2CMAiCG%2CcACI%2COAIK%3BIACG%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEAzChB%2CYAAC%2CMAiCG%2CcACI%2COASM%3BIACE%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3B%3BEAKhB%2CYAAC%2CMACG%3BIACI%2CYAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3B%3BEAJR%2CYAAC%2CMACG%2CMAII%3BIACI%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEARZ%2CYAAC%2CMAWG%3BIACI%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3BIACA%2CcAAA%3BIACA%2CYAAA%3B%3BEAjBR%2CYAAC%2CMAmBG%3BIACI%2CWAAA%3BIACA%2CgBAAA%3B%3BEArBR%2CYAAC%2CMAmBG%2CcAGI%3BIACI%2CYAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3B%3BEA1BZ%2CYAAC%2CMA6BG%3BIACI%2CaAAA%3B%3BEA9BR%2CYAAC%2CMAgCG%2CaAAY%2CWAAW%3BIACnB%2CcAAA%3B%3BEAjCR%2CYAAC%2CMAmCG%2CYAAW%3BIACP%2CWAAA%3B%3BEApCR%2CYAAC%2CMAsCG%3BEAtCJ%2CYAAC%2CMAsCuB%2CWAAa%3BIAC7B%2CaAAA%3B%3BEAGR%2CYAAC%2CMACG%3BIACI%2CYAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3B%3BEAJR%2CYAAC%2CMACG%2CMAII%3BIACI%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEARZ%2CYAAC%2CMAWG%3BIACI%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3BIACA%2CYAAA%3B%3BEAjBR%2CYAAC%2CMAmBG%3BIACI%2CaAAA%3B%3BEApBR%2CYAAC%2CMAsBG%2CcACI%3BIACI%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3B%3BEA1BZ%2CYAAC%2CMA6BG%3BIACI%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3BEAhCR%2CYAAC%2CMAkCG%2CYAAW%3BEAlCf%2CYAAC%2CMAkCuB%2CYAAW%2CMAAM%3BEAlCzC%2CYAAC%2CMAkCiD%2CcAAc%2COAAM%3BEAlCtE%2CYAAC%2CMAixFT%2CCA%5C%2FuFsF%2CiBAAkB%2CQAAO%2CSAAS%3BEAlChH%2CYAAC%2CMAkCwH%2CkBAAkB%2CQAAO%2CSAAS%2COAAO%3BIAC1J%2CWAAA%3B%3BEAnCR%2CYAAC%2CMAqCG%2CkBAAkB%2CQAAO%2CSAAU%2CSAAQ%3BIACvC%2CWAAA%3B%3BEAGR%2CYAAC%3BIACG%2CSAAA%3B%3BEADJ%2CYAAC%2COAGG%3BIACI%2CaAAA%3B%3BEAJR%2CYAAC%2COAMG%3BIACI%2CkBAAA%3BIACA%2CUAAA%3B%3BEARR%2CYAAC%2COAMG%2CeAII%3BIACI%2CaAAA%3B%3BEAXZ%2CYAAC%2COAcG%3BIACI%2CcAAA%3B%3BEAfR%2CYAAC%2COAcG%2CMAGI%3BIACI%2CWAAA%3BIACA%2CYAAA%3B%3BEAnBZ%2CYAAC%2COAsBG%3BIACI%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAGI%2CYA5BX%2COAsBG%2CkBAKI%2CQAAO%2CSACF%3BEAAS%2CYA5BrB%2COAsBG%2CkBAKI%2CQAAO%2CSACQ%2COAAO%3BIACd%2CWAAA%3B%3BEA7BhB%2CYAAC%2COAsBG%2CkBAKI%2CQAAO%2CSAIH%2CSAAQ%3BIACJ%2CWAAA%3B%3BEAhChB%2CYAAC%2COAoCG%3BIACI%2CYAAA%3BIACA%2CYAAA%3B%3BEAtCR%2CYAAC%2COAoCG%2CcAII%2COAAM%3BIACF%2CWAAA%3B%3BEAzCZ%2CYAAC%2COAoCG%2CcAQI%3BIACI%2CSAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3B%3BEAnDZ%2CYAAC%2COAsDG%3BIACI%2CwBAAA%3B%3BEAEA%2CYAzDP%2COAsDG%2CYAGK%3BIACG%2CWAAA%3B%3BEAIZ%2CYAAC%2COACG%3BIACI%2CYAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3B%3BEAJR%2CYAAC%2COACG%2CMAII%3BIACI%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEARZ%2CYAAC%2COAWG%3BIACI%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3BIACA%2CcAAA%3BIACA%2CYAAA%3B%3BEAjBR%2CYAAC%2COAmBG%3BIACI%2CWAAA%3BIACA%2CgBAAA%3B%3BEArBR%2CYAAC%2COAmBG%2CcAGI%3BIACI%2CYAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3B%3BEA1BZ%2CYAAC%2COA6BG%3BIACI%2CaAAA%3B%3BEAGR%2CYAAC%2COACG%3BIACI%2CYAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3B%3BEAJR%2CYAAC%2COACG%2CMAII%3BIACI%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEARZ%2CYAAC%2COAWG%3BIACI%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3BIACA%2CYAAA%3B%3BEAjBR%2CYAAC%2COAmBG%3BIACI%2CaAAA%3B%3BEApBR%2CYAAC%2COAsBG%2CcACI%3BIACI%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3B%3BEA1BZ%2CYAAC%2COA6BG%3BIACI%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3BEAhCR%2CYAAC%2COAkCG%2CYAAW%3BEAlCf%2CYAAC%2COAkCuB%2CYAAW%2CMAAM%3BEAlCzC%2CYAAC%2COAkCiD%2CcAAc%2COAAM%3BEAlCtE%2CYAAC%2COAyoFT%2CCAvmFsF%2CiBAAkB%2CQAAO%2CSAAS%3BEAlChH%2CYAAC%2COAkCwH%2CkBAAkB%2CQAAO%2CSAAS%2COAAO%3BIAC1J%2CWAAA%3B%3BEAnCR%2CYAAC%2COAqCG%2CkBAAkB%2CQAAO%2CSAAU%2CSAAQ%3BIACvC%2CWAAA%3B%3BEAKZ%3BEACA%2CiBAAoB%3BIAChB%2CaAAA%3B%3BEAEJ%2CaAAc%2CkBAAkB%2COAAM%3BIvDrlBtC%2CiBAAA%3BIuDulBI%2CYAAA%3BIACA%2CQAAA%3B%3BEAEJ%2CWAAY%2CQAAQ%2CWAAU%3BIvD1lB9B%2CiBAAA%3BIuD4lBI%2CWAAA%3BIACA%2CSAAA%3B%3BEAEJ%2CcACI%2COAAM%3BIACF%2CeAAA%3BIACA%2CWAAA%3BIACA%2CMAAA%3BIACA%2CwCAAA%3B%3BEALR%2CcAOI%3BIACI%2CgBAAA%3B%3BEXhvBR%2CcAAc%3BIACV%2CqBAAA%3BIACA%2CqBAAA%3B%3BEAEI%2CcAJM%2CSAGV%2CSACK%3BIACG%2C8BAAA%3BIACA%2CkBAAA%3B%3BEACA%2CcAPE%2CSAGV%2CSACK%2CKAGI%3BIACG%2CWAAA%3BIACA%2CkBAAA%3B%3BEAEJ%2CcAXE%2CSAGV%2CSACK%2CKAOI%3BI5C8Hb%2CiBAAA%3B%3BE4C3HY%2CcAdE%2CSAGV%2CSACK%2CKAUI%3BIACG%2CcAAA%3B%3BEADJ%2CcAdE%2CSAGV%2CSACK%2CKAUI%2CQAEG%3BIACI%2CkBAAA%3B%3BEACA%2CcAlBN%2CSAGV%2CSACK%2CKAUI%2CQAEG%2CQAEK%3BIACG%2CeAAA%3B%3BEAEJ%2CcArBN%2CSAGV%2CSACK%2CKAUI%2CQAEG%2CQAKK%3BIACG%2CWAAA%3B%3BEAEJ%2CcAxBN%2CSAGV%2CSACK%2CKAUI%2CQAEG%2CQAQK%3BIACG%2CYAAA%3B%3BEAEJ%2CcA3BN%2CSAGV%2CSACK%2CKAUI%2CQAEG%2CQAWK%3BEACD%2CcA5BN%2CSAGV%2CSACK%2CKAUI%2CQAEG%2CQAYK%3BIACG%2CeAAA%3B%3BEAIZ%2CcAjCE%2CSAGV%2CSACK%2CKA6BI%3BEACD%2CcAlCE%2CSAGV%2CSACK%2CKA8BI%3BEA9BL%2CcAJM%2CSAGV%2CSACK%2CKA%2BBG%3BEACA%2CcApCE%2CSAGV%2CSACK%2CKAgCI%3BIACG%2CiBAAA%3B%3BEAjCR%2CcAJM%2CSAGV%2CSACK%2CKAmCG%3BIACI%2CWAAA%3BIACA%2CkBAAA%3B%3BEArCR%2CcAJM%2CSAGV%2CSACK%2CKAmCG%2CYAGI%3BIACI%2CeAAA%3B%3BEAvCZ%2CcAJM%2CSAGV%2CSACK%2CKA0CG%3BEA1CJ%2CcAJM%2CSAGV%2CSACK%2CKA2CG%2COAAM%3BIACF%2CaAAA%3B%3BEAGR%2CcAnDM%2CSAGV%2CSAgDK%3BIACG%2CeAAA%3B%3BEAOJ%2CqBADJ%2CSACK%3BIACG%2CWAAA%3B%3BEACA%2CqBAHR%2CSACK%2CKAEI%3BIACG%2CWAAA%3B%3BEAMhB%2CKAAK%2CcACD%3BI5CoEJ%2CqBAAA%3BIwC9QA%2CqBAAA%3B%3BEIyMA%2CKAAK%2CcACD%2CmBJwDF%3BIxChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEwCHA%2CKImMK%2CcACD%2CmBJpMH%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BIxC9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSClPiB%2CODkPjB%3BIAAA%2CayCtOe%2CazCsOf%3BIAAA%2CsBAAA%3BIwCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2CKIsLC%2CcACD%2CmBJxLH%2CMACI%3BIxC2PL%2CcAAA%3B%3BEwCrPI%2CKIgLC%2CcACD%2CmBJlLH%2COACI%3BIxCqPL%2CcAAA%3B%3BE0KmRI%2CcAAI%2CaAAa%3BIACb%2CsBAAA%3BIACA%2C4BAAA%3B%3BEAIR%2CQACI%3BIACI%2CcAAA%3B%3BEAFR%2CQAII%3BIACI%2CaAAA%3B%3BEEtgBR%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%3BEaqKZ%2CQAAQ%2CuBACJ%3BIACI%2CsBAAA%3B%3BEAFR%2CQAAQ%2CuBACJ%2CaAGK%3BIACG%2CuBAAA%3B%3BEALZ%2CQAAQ%2CuBACJ%2CaAGK%2CMAGI%2CMAAG%3BIACA%2CmBAAA%3B%3BEARhB%2CQAAQ%2CuBACJ%2CaAGK%2CMAGI%2CMAAG%2CYAGA%3BIACI%2CkBAAA%3B%3BEAIR%2CQAfJ%2CuBACJ%2CaAGK%2CMAWI%3BIACG%2CmBAAA%3BIACA%2CeAAA%3B%3BEAjBhB%2CQAAQ%2CuBAsBJ%3BIACI%2CgBAAA%3B%3BECgPR%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%2CYAAA%3B%3B%3BAC9eZ%2CwBAJqD%3BEzKobrD%3BEiChVQ%2C4BADJ%2CKAAI%2CMACC%3BEhCsDD%2CyBADJ%2CKAAI%2CQACC%3BInBjKT%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAiBA%2CwBAAC%3BEACD%2CwBAAC%3BEkBunBD%2C0BACI%2CMAAQ%2CKlBznBX%3BEkBwnBD%2C0BACI%2CMAAQ%2CKlBxnBX%3BEmEDD%2CcAkCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAEI%2CGnErCX%3BEmEAD%2CcAkCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAEI%2CGnEpCX%3BEmBsID%2CyBACI%2CKAAI%2CQnBxIP%3BEmBuID%2CyBACI%2CKAAI%2CQnBvIP%3BEqC4MG%2CcAAC%2CaAeG%2CMAAK%2CMnB6ZT%2CMAAQ%2CKlBznBX%3BEqC6MG%2CcAAC%2CaAeG%2CMAAK%2CMnB6ZT%2CMAAQ%2CKlBxnBX%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CwBAAC%3BEkBknBD%2C0BACI%2CMAAQ%2CKlBnnBX%3BEmEND%2CcAkCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAEI%2CGnE%5C%2FBX%3BEmBiID%2CyBACI%2CKAAI%2CQnBlIP%3BEqCuMG%2CcAAC%2CaAeG%2CMAAK%2CMnB6ZT%2CMAAQ%2CKlBnnBX%3BIACG%2CWAAA%3B%3BEkBonBI%2C0BAFJ%2CMAAQ%2CKAEH%2CIAAI%3BEmB9aT%2CcAAC%2CaAeG%2CMAAK%2CMnB6ZT%2CMAAQ%2CKAEH%2CIAAI%3BIlBvYb%2C6BAAA%3B%3BEkB4YgB%2C0BAPZ%2CMAAQ%2CKAKF%2CKAAE%2CIACC%2CKACI%3BEmBnbb%2CcAAC%2CaAeG%2CMAAK%2CMnB6ZT%2CMAAQ%2CKAKF%2CKAAE%2CIACC%2CKACI%3BIACG%2CaAAA%3B%3BEAGR%2C0BAXR%2CMAAQ%2CKAKF%2CKAAE%2CIAMC%3BEACD%2C0BAZR%2CMAAQ%2CKAKF%2CKAAE%2CIAOC%3BEACD%2C0BAbR%2CMAAQ%2CKAKF%2CKAAE%2CIAQC%3BEmBzbT%2CcAAC%2CaAeG%2CMAAK%2CMnB6ZT%2CMAAQ%2CKAKF%2CKAAE%2CIAMC%3BEmBvbT%2CcAAC%2CaAeG%2CMAAK%2CMnB6ZT%2CMAAQ%2CKAKF%2CKAAE%2CIAOC%3BEmBxbT%2CcAAC%2CaAeG%2CMAAK%2CMnB6ZT%2CMAAQ%2CKAKF%2CKAAE%2CIAQC%3BIACG%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEACA%2C0BAnBZ%2CMAAQ%2CKAKF%2CKAAE%2CIAMC%2CIAQI%3BEAAD%2C0BAnBZ%2CMAAQ%2CKAKF%2CKAAE%2CIAOC%2CMAOI%3BEAAD%2C0BAnBZ%2CMAAQ%2CKAKF%2CKAAE%2CIAQC%2CSAMI%3BEmB%5C%2Fbb%2CcAAC%2CaAeG%2CMAAK%2CMnB6ZT%2CMAAQ%2CKAKF%2CKAAE%2CIAMC%2CIAQI%3BEmB%5C%2Fbb%2CcAAC%2CaAeG%2CMAAK%2CMnB6ZT%2CMAAQ%2CKAKF%2CKAAE%2CIAOC%2CMAOI%3BEmB%5C%2Fbb%2CcAAC%2CaAeG%2CMAAK%2CMnB6ZT%2CMAAQ%2CKAKF%2CKAAE%2CIAQC%2CSAMI%3BIACG%2CSAAS%2CcAAc%2CGAAvB%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CsBAAA%3B%3BEAGR%2C0BA1BR%2CMAAQ%2CKAKF%2CKAAE%2CIAqBC%3BEmBtcT%2CcAAC%2CaAeG%2CMAAK%2CMnB6ZT%2CMAAQ%2CKAKF%2CKAAE%2CIAqBC%3BIACG%2CSAAA%3B%3BEA5BhB%2C0BAgCI%3BEmB3cA%2CcAAC%2CaAeG%2CMAAK%2CMnB4bT%3BIACI%2CSAAA%3B%3BEAiLR%2C0BACI%2CMACI%3BIACI%2CmBAAA%3B%3BEACA%2C0BAHR%2CMACI%2CKAEK%3BIACG%2CsBAAA%3B%3BEALhB%2C0BASI%2CMACI%3BIACI%2CsBAAA%3BIACA%2CgBAAA%3B%3BEAZZ%2C0BASI%2CMAKI%3BIACI%2CcAAA%3BIACA%2CgBAAA%3B%3BEAhBZ%2C0BASI%2CMASI%2COAAM%3BIlBxmBd%2CiBAAA%3B%3BEkBslBA%2C0BASI%2CMASI%2COAAM%2COAEF%3BIACI%2CmBAAA%3BIACA%2CiBAAA%3B%3BEAtBhB%2C0BASI%2CMASI%2COAAM%2COAMF%3BIACI%2CsBAAA%3BIACA%2CcAAA%3B%3BEA1BhB%2C0BASI%2CMASI%2COAAM%2COAMF%2CQAGI%3BIACI%2CgBAAA%3B%3BEAyBpB%3BEgCl4BA%2CcAAc%3BEiHhBd%2CcAAc%3BEpJoTV%2CcAAC%3BIf7CL%2CiBAAA%3B%3BEkB2pBI%2CkBAAC%3BEAooBL%2C0BACI%2CGAroBC%3BEAooBL%2C0BAII%2CGAxoBC%3BEsIz6BO%2CQAHR%2C0BAEI%2CKACK%2CQtIy6BR%3BEsIz6BO%2CQAFR%2CkCACI%2CKACK%2CQtIy6BR%3BEViOL%2CcAAc%2CWACV%2CkBAAoB%2CQAAQ%2CKACtB%2CKUnOL%3BEViOL%2CcAAc%2CWACV%2CkBAAoB%2CQAAQ%2CKAEtB%2CKUpOL%3BERjmBL%2CKACI%2COAAM%2CMACF%2CKAAI%2CKQ%2BlBP%3BERjmBL%2CKACI%2COAAM%2CMAEF%2CcAAc%2CGQ8lBjB%3BEC%5C%2FwBL%2CQACI%2CoBACI%2CKAAI%2CQD6wBP%3BEyB71BL%2CMAAM%2CQAKA%2CQAEI%2CKAAK%2CKzBs1BV%3BE4BjnBL%2CQACI%2CeACI%2CKAAI%2CQ5B%2BmBP%3BEHxlBO%2CQAZR%2CmBAWI%2CKACK%2CQGwlBR%3BEHvlBO%2CQAbR%2CmBAWI%2CKAEK%2CQGulBR%3BERnlBL%2CYACI%2CQQutCA%2CGAroBC%3BERnlBL%2CYACI%2CQQ0tCA%2CGAxoBC%3BE2ChyBL%2CkBAOI%2CQ3C85CA%2CGAroBC%3BE2ChyBL%2CkBAOI%2CQ3Ci6CA%2CGAxoBC%3BIlBv6BL%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEkB2pCA%3BEiDtnCQ%2CcAhBJ%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAgB7B%2CsBACG%2CMACI%3BEpD6ShB%2CoBA%2BBI%2CmBAAmB%3BEUlUf%2CYAdJ%2CuBAcK%2CcAmBG%3BIP%2BkCZ%2CaAAA%3B%3BEAyDA%2CwBACI%2CWACI%2CoBACI%3BEcvpCZ%2C4BdqpCI%2CWACI%2CoBACI%3BEctpCZ%2CyBdopCI%2CWACI%2CoBACI%3BEHh4BZ%2CQG83BI%2CWACI%2CoBACI%3BEH%5C%2F3BZ%2CuBG63BI%2CWACI%2CoBACI%3BEH93BZ%2CiBG43BI%2CWACI%2CoBACI%3BIACI%2CcAAA%3B%3BEAJhB%2CwBACI%2CWACI%2CoBAII%3BEc1pCZ%2C4BdqpCI%2CWACI%2CoBAII%3BEczpCZ%2CyBdopCI%2CWACI%2CoBAII%3BEHn4BZ%2CQG83BI%2CWACI%2CoBAII%3BEHl4BZ%2CuBG63BI%2CWACI%2CoBAII%3BEHj4BZ%2CiBG43BI%2CWACI%2CoBAII%3BIAEI%2CsBAAA%3B%3BEAkChB%2CyBACM%2CQAAQ%2CKAAK%2CKAAE%3BEkB51BrB%2CQAKI%2CMAAK%2CMlBu1BH%2CQAAQ%2CKAAK%2CKAAE%3BIACb%2CSAAA%3B%3BEA6FR%3BEV3pBA%2CQAAQ%2CKAAK%2CSACT%3BE0C7qBJ%2CcAAc%3BElB6Dd%2CcAAc%3BEjB4OV%2CcAAC%3BEA6BL%2CoBACI%3BIGigCA%2CaAAA%3B%3BEAQJ%3BIACI%2CgBAAA%3B%3BEAqMJ%2C0BAUI%3BERjuCJ%2CYACI%2CQQguCA%3BE2C96CJ%2CkBAOI%2CQ3Cu6CA%3BIACI%2CiBAAA%3B%3BEiD9hDR%3BIACI%2C0BAAA%3BIhEmUJ%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2C4CAAA%3BIACA%2CiCAAA%3BIgErUI%2CkBAAA%3B%3BEAHJ%2CcAII%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%3BIhEuctC%2CYAAA%3BIACA%2CcAAA%3B%3BEgE5cA%2CcAII%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBhE0cpC%2CQAAQ%2CKAAK%3BIACX%2CaAAA%3B%3BEgE%5C%2FcJ%2CcAII%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBhE8cpC%3BIACE%2CcAAA%3B%3BEgEndJ%2CcAII%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBhE8cpC%2CQAGI%3BIACE%2CcAAA%3B%3BEgEtdR%2CcAII%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBhE8cpC%2CQAGI%2CKAGE%3BEgExdR%2CcAII%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBhE8cpC%2CQAGI%2CKAIE%3BIACI%2CmBAAA%3BIACA%2CcAAA%3BIHvOZ%2CsBAAA%3B%3BEG0OY%2CcgE1dR%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBhE8cpC%2CQAGI%2CKAGE%2CGAMK%2CSAAS%3BEAAV%2CcgE1dR%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBhE8cpC%2CQAGI%2CKAIE%2CGAKK%2CSAAS%3BIH1OtB%2CqBAAA%3BIG4OgB%2CSAAS%2CcAAa%2CIAAtB%3BIACA%2CqBAAA%3BIH7OhB%2CcAAA%3BIAAA%2CgBAAA%3B%3BEmEpPA%2CcAII%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBhEmVpC%2CQAAQ%2CKAAK%3BIHnGf%2CyBAAA%3B%3BEmEpPA%2CcAII%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAE9B%2CMACM%2CKACI%2CKAAE%3BIACA%2CiBAAA%3B%3BEATpB%2CcAII%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAE9B%2CMACM%2CKAII%2CKAAE%3BIACA%2C6BAAA%3BIACA%2CoBAAA%3B%3BEAbpB%2CcAII%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAE9B%2CMACM%2CKAQI%2CKAAE%2CIAAI%3BIACJ%2CgBAAA%3B%3BEAUA%2CcAtBhB%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAgB7B%2CsBACG%2CMAII%2CGACK%3BIACG%2CYAAA%3BIACA%2CmBAAA%3B%3BEA5BxB%2CcAkCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%3BIACI%2CcAAA%3B%3BEApCZ%2CcAkCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAEI%3BIACI%2CcAAA%3B%3BEAEA%2CcANZ%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAEI%2CGAGK%2CYACG%3BEADJ%2CcANZ%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAEI%2CGAGK%2CYAEG%3BIACI%2CiBAAA%3B%3BEA3CxB%2CcAkCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAYI%3BIACI%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3B%3BEAnDhB%2CcAkCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAkBI%3BIACI%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CUAAA%3B%3BEAzDhB%2CcAkCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAwBI%2COAAM%3BInEyLlB%2CiBAAA%3B%3BEmEpPA%2CcAkCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAwBI%2COAAM%2COAEF%3BIACI%2CsBAAA%3B%3BEanFhB%2CMAAE%2COAAC%3BIACC%2CcAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAEJ%2CMAAC%3BIACG%2COAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CUAAA%3B%3BEAEJ%2CMAAC%3BIACG%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3BIACA%2CUAAA%3B%3BE5DwEA%2CoCADJ%2CKACK%3BIACG%2CgBAAA%3B%3BEAHZ%2CoCAOI%3BIACI%2CqBAAA%3B%3BE%2BGtGJ%2CaAAE%3BIACE%2CgBAAA%3B%3BEK6CR%2CwBACI%3BIACI%2CWAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3B%3BEAGI%2CwBANR%2CGAKI%2CEACK%3BIACG%2CyBAAA%3B%3BEgB9ChB%2CmBACI%3BIACI%2CWAAA%3B%3BEnIuDA%2C0BADJ%2CKACK%3BIACG%2CgBAAA%3B%3BEAHZ%2C0BAMI%3BIACI%2CqBAAA%3B%3BEqBSR%2COACI%2CgBACI%3BIACI%2CmBAAA%3BIACA%2CmBAAA%3B%3BEAGA%2COANR%2CgBAKI%2CQACK%3BI1C0Lb%2CqBAAA%3BIIzDA%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2C4BAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3BIJgDA%2CgBAAA%3B%3BE0C1LY%2COANR%2CgBAKI%2CQACK%2COF8KX%3BIxChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEwCHA%2COEwEI%2CgBAKI%2CQACK%2COF9EZ%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BIxC9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CSC1PS%2COD0PT%3BIAAA%2CayCtOe%2CazCsOf%3BIAAA%2CgBAAA%3BIAAA%2CmBAAA%3BIwCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2COE2DA%2CgBAKI%2CQACK%2COFlEZ%2CMACI%3BIxC2PL%2CcAAA%3B%3BEwCrPI%2COEqDA%2CgBAKI%2CQACK%2COF5DZ%2COACI%3BIxCqPL%2CcAAA%3B%3BEI7CA%2COsCnJI%2CgBAKI%2CQACK%2COtC6IZ%3BEACD%2COsCpJI%2CgBAKI%2CQACK%2COtC8IZ%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2COsCzJI%2CgBAKI%2CQACK%2COtCmJZ%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2COsC9JI%2CgBAKI%2CQACK%2COtCwJZ%3BEACD%2COsC%5C%2FJI%2CgBAKI%2CQACK%2COtCyJZ%3BEACD%2CQAAQ%2CUAAW%2CQsChKf%2CgBAKI%2CQACK%3BItC2JT%2CoBAAA%3BIJ%2BBJ%2CYAAA%3B%3BEOgeY%2CcAFR%2CSACK%2CKACI%3BIACG%2CWAAA%3BIACA%2CUAAA%3BIACA%2CcAAA%3B%3BEAEJ%2CcAPR%2CSACK%2CKAMI%3BIACG%2CcAAA%3B%3BEkDtoBhB%3BIACI%2CgBAAA%3B%3BEjDqkBJ%2CqBACI%2CQAAO%3BIACH%2CaAAA%3B%3BEAGR%3BIACI%2CmBAAA%3BIACA%2C4BAAA%3B%3BEAFJ%2CmBAGM%2CIAAC%3BIACC%2CoBAAA%3B%3BEAJR%2CmBAMM%2CIAAC%3BIACC%2CqBAAA%3B%3BEA0cR%2CcAAc%2CWACV%2CkBAAoB%2CQAAQ%2CKACtB%3BEAFV%2CcAAc%2CWACV%2CkBAAoB%2CQAAQ%2CKAEtB%3BIACE%2CmBAAA%3B%3BEEt0BZ%2CKACI%2COAAM%2CMAKF%2CKAAI%3BIACA%2CkBAAA%3B%3BEyBmCZ%3BIACI%2CkBAAA%3B%3BExBpUJ%2CYACI%3BIX8NJ%2CeAAA%3BIW5NQ%2CgBAAA%3BIACA%2CiBAAA%3B%3BEAJR%2CYAMI%3BIXyNJ%2CgBAAA%3B%3BEyBzFA%2CYACI%3BEADJ%2CYAEI%3BEAFJ%2CYAGI%3BIzBsFJ%2CmBAAA%3BIAAA%2CuBAAA%3BIAAA%2CkBAAA%3B%3BEyBzFA%2CYASI%2CYACM%3BIzB%2BEV%2CiBAAA%3B%3BEyBzFA%2CYAeI%3BIzB0EJ%2C6BAAA%3BIAAA%2CgBAAA%3BIAAA%2CiBAAA%3BIAAA%2CWAAA%3B%3BEyBrEQ%2CYALJ%2CuBAKK%3BIzBqET%2C8BAAA%3BIyBnEY%2CwBAAA%3B%3BEAFJ%2CYALJ%2CuBAKK%2CcAIG%3BIzBiEZ%2CaAAA%3B%3BEyBzFA%2CYA8BI%3BIACI%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAjCR%2CYAoCI%3BIACI%2CWAAA%3B%3BEArCR%2CYAwCI%3BIzBiDJ%2C6BAAA%3BIyB%5C%2FCQ%2CmBAAA%3B%3BEA1CR%2CYA6CI%3BIzB4CJ%2CqBAAA%3BIwC9QA%2CqBAAA%3BIf4OQ%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CQAAA%3B%3BEA1DR%2CYA6CI%2CmBegCF%3BIxChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEwCHA%2CYf4NI%2CmBe5NH%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BIxC9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSC3PQ%2COD2PR%3BIAAA%2CayCtOe%2CazCsOf%3BIAAA%2CsBAAA%3BIwCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2CYf%2BMA%2CmBehNH%2CMACI%3BIxC2PL%2CcAAA%3B%3BEwCrPI%2CYfyMA%2CmBe1MH%2COACI%3BIxCqPL%2CcAAA%3B%3BEwDnPI%2CsBAAC%3BIACG%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3BEAJJ%2CsBAAC%2CcAMG%3BIxD6OR%2CYAAA%3BIwD3OY%2CWAAA%3B%3BEAEA%2CsBAVP%2CcAMG%2CuBAIK%3BEACD%2CsBAXP%2CcAMG%2CuBAKK%3BIACG%2CWAAA%3B%3BEKkGhB%2CkBACM%3BIACE%2CgBAAA%3BI7DmIR%2CeAAA%3BI6DjIQ%2CmBAAA%3BIACA%2CiBAAA%3B%3BEzBsRR%2CQACI%2CQAAO%3BEADX%2CQAEI%3BIACI%2CSAAA%3B%3BEenUR%2C0BAA2B%3BIACvB%2CsBAAA%3B%3BEAEJ%2C4BACI%3BIACI%2CcAAA%3BInDqKR%2CqBAAA%3B%3BEmD5JA%2C0BAA2B%2CoBAAsB%2CIAAC%2CWAAW%3BIACzD%2CgCAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CuBAAA%3B%3BEhCwCJ%2CyBAOI%2COAAM%3BEAPV%2CyBAQI%2COAAM%3BIACF%2CqBAAA%3B%3BEAGR%2CyBACI%3BIACI%2CmBAAA%3B%3BEAGR%2C2BACI%3BIACI%2CgBAAA%3B%3BEAFR%2C2BAII%3BIACI%2CgBAAA%3B%3BEAGR%2CgCACI%3BIACI%2CqBAAA%3B%3BEAFR%2CgCAII%3BIACI%2CaAAA%3B%3BEwBnHR%2CMAAM%2CQACA%2CQAAQ%2CKAAK%3BIACX%2CmBAAA%3BIACA%2C6BAAA%3B%3BEAHR%2CMAAM%2CQAKA%3BIACE%2C6BAAA%3B%3BEANR%2CMAAM%2CQAKA%2CQAEI%2CKAAK%3BIAEH%2CSAAA%3BIACA%2CmBAAA%3BIACA%2CoBAAA%3B%3BEACA%2CMAZN%2CQAKA%2CQAEI%2CKAAK%2CKAKF%3BIACG%2CSAAA%3B%3BEZtER%2CqBADJ%2CQACK%3BI%5C%2FB2PT%2CqBAAA%3BIwC9QA%2CqBAAA%3B%3BETmBQ%2CqBADJ%2CQACK%2COS%2BOP%3BIxChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEwCHA%2CqBTYI%2CQACK%2COSbR%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BIxC9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CSC1PS%2COD0PT%3BIAAA%2CayCtOe%2CazCsOf%3BIAAA%2CSAAA%3BIAAA%2CmBAAA%3BIwCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2CqBTDA%2CQACK%2COSDR%2CMACI%3BIxC2PL%2CcAAA%3B%3BEwCrPI%2CqBTPA%2CQACK%2COSKR%2COACI%3BIxCqPL%2CcAAA%3B%3BE%2BClFA%2CIAAI%2CcACA%3BIACI%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CqBAAA%3B%3BEAJR%2CIAAI%2CcAMA%3BIACI%2CYAAA%3B%3BEAKJ%2COAAC%3BIACG%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3B%3BEAHJ%2COAAC%2COAIG%2CqBAAoB%3BIAChB%2CmBAAA%3B%3BEALR%2COAAC%2COAOG%3BIACI%2CeAAA%3BIACA%2CMAAA%3BIACA%2CQAAA%3BIACA%2COAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3BIACA%2C6BAAA%3B%3BEAdR%2COAAC%2COAOG%2CcAQI%3BIACQ%2CUAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BI%5C%2FCkDpB%2CgBAAA%3BI%2BChDoB%2CkBAAA%3BI%5C%2FCgDpB%2CqBAAA%3BIwChOA%2CqBAAA%3B%3BEAMA%2COOoJK%2COAOG%2CcAQI%2COPnKX%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIxC9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CSC5PU%2COD4PV%3BIAAA%2CayCtOe%2CazCsOf%3BIAAA%2CsBAAA%3BIwCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEO%5C%2FII%2COAAC%2COA%2BBG%3BIACI%2CcAAA%3BIACA%2CeAAA%3BIACA%2CMAAA%3BIACA%2CQAAA%3BIACA%2COAAA%3BIACA%2CYAAA%3BI%5C%2FCiCZ%2CuBAAA%3BI%2BC%5C%2FBY%2CUAAA%3BIACA%2CiBAAA%3B%3BEAxCR%2COAAC%2COA0CG%3BIACI%2CcAAA%3BIACA%2CeAAA%3BIACA%2CSAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BI%5C%2FCqBZ%2CgBAAA%3BI%2BCnBY%2CWAAA%3B%3BEAMR%2COAAE%2CQAAC%3BIACC%2CeAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2COAAC%3BIACG%2C6BAAA%3B%3BEAEJ%2COAAC%3BIACG%2CsBAAA%3B%3BEAGR%2CkBACI%2CcAAa%3BIACT%2CSAAS%2CEAAT%3BIACA%2CYAAA%3BIACA%2CYAAA%3BIACA%2CoCAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3B%3BEAGR%2COAAQ%3BIACJ%2CwBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAHJ%2COAAQ%2CgBAKJ%3BIACI%2CaAAA%3B%3BEAEJ%2COARI%2CgBAQH%3BIACG%2CyBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BI%5C%2FCtBR%2CcAAA%3BIwC9QA%2CqBAAA%3B%3BEAMA%2COOmRQ%2CgBAQH%2CSP3RJ%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BIxC9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CSCxQQ%2CODwQR%3BIAAA%2CayCtOe%2CazCsOf%3BIAAA%2CsBAAA%3BIwCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEO5CQ%2COAlBA%2CgBAQH%2CSAUI%3BIACG%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3BEAGJ%2COAxBA%2CgBAQH%2CSAgBI%3BIACG%2CSAAQ%2CKAAK%2CiBAAiB%2CGAA9B%3BIACA%2CgBAAA%3BI%5C%2FCrCZ%2CcAAA%3B%3BE%2BCyCI%2COA9BI%2CgBA8BH%3BIACG%2CoBAAA%3B%3BEPnNR%2COOoLQ%2CgBA8BH%2COAEG%2CgBPpNP%3BIxCyKD%2CSCzQM%2CODyQN%3B%3BE%2BCyCI%2COA9BI%2CgBA8BH%2COAQG%3BIACI%2CcAAA%3B%3BEAEJ%2COAzCA%2CgBA8BH%2COAWO%3BIACA%2CcAAA%3B%3BEAGR%2COA7CI%2CgBA6CA%3BIACA%2CaAAA%3B%3BEVrHI%2CcAFR%2CMAAK%2CMACD%2CSACK%3BIACG%2CqBAAA%3B%3BEAJhB%2CcASI%3BEATJ%2CcAUI%3BEAVJ%2CcAWI%3BIACI%2CqBAAA%3B%3BEAIA%2CcADJ%2CeAAe%2CKACV%2CIAAI%3BIACD%2CmBAAA%3B%3BEAEJ%2CcAJJ%2CeAAe%2CKAIV%3BIACG%2CgBAAA%3B%3BEAIR%2CcAAC%2CaACG%2CWACI%2CMAAK%2CMACD%3BIACI%2CcAAA%3B%3BEAJhB%2CcAAC%2CaACG%2CWACI%2CMAAK%2CMACD%2CMAEI%3BIACI%2CcAAA%3B%3BEANpB%2CcAAC%2CaACG%2CWACI%2CMAAK%2CMACD%2CMAKI%2CKAAI%3BIACA%2CcAAA%3BIACA%2CUAAA%3B%3BEAlCxB%2CcA4CI%2CiBACI%3BIACI%2CsBAAA%3B%3BEA9CZ%2CcA4CI%2CiBAIM%3BIACE%2CsBAAA%3BIACA%2CeAAA%3B%3BESqIZ%2CgBACI%3BI9CzHJ%2CqBAAA%3B%3BE8CwHA%2CgBAII%2CyBACI%3BIACI%2CcAAA%3BI9C9HZ%2CqBAAA%3B%3BEgCvNA%2CmBACI%2CYACI%2COAAM%2CeAAe%3BIACjB%2CgBAAA%3B%3BEAHZ%2CmBACI%2CYAII%2COAAM%3BIACF%2CgBAAA%3B%3BEAQZ%2CQACI%2CQAAO%2CKACH%2CuBACI%2CwBACI%2CaACM%2CUAAO%3BIACL%2CWAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3B%3BEjBuPxB%2CQACI%2CmBACI%2CMAAM%3BIACF%2CcAAA%3B%3BEAHZ%2CQACI%2CmBAII%3BIACI%2CqBAAA%3BIACA%2CSAAA%3B%3BEAPZ%2CQACI%2CmBAQI%2CQAAO%3BIACH%2CaAAA%3B%3BEAeZ%2CoBAII%2CaACI%3BIACI%2CcAAA%3B%3BEANZ%2CoBASI%3BIfxFJ%2CkBAAA%3B%3BEe%2BEA%2CoBAYI%3BIACI%2CqBAAA%3BIACA%2CmBAAA%3B%3BEAGA%2CoBADJ%2CKACK%2CMAEG%3BEADJ%2CoBAFJ%2CKAEK%2CSACG%3BEAFJ%2CoBADJ%2CKACK%2CMAGG%3BEAFJ%2CoBAFJ%2CKAEK%2CSAEG%3BIACI%2CqBAAA%3B%3BEArBhB%2CoBAyBI%2CMAAK%2CMAAO%2CKAAI%3BIACZ%2CoBAAA%3B%3BEACA%2CoBAFJ%2CMAAK%2CMAAO%2CKAAI%2CQAEX%3BIACG%2CaAAA%3B%3BEAQJ%2CoBAFJ%2CeAAiB%2C0BAEZ%3BEAAD%2CoBADJ%2CwBAA0B%2C0BACrB%3BIACG%2CSAAS%2CcAAc%2CGAAvB%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAxCZ%2CoBAkCI%2CeAAiB%2C0BAQb%3BEA1CR%2CoBAmCI%2CwBAA0B%2C0BAOtB%3BIfzHR%2CiBAAA%3BIe2HY%2CeAAA%3B%3BEACA%2CoBAXR%2CeAAiB%2C0BAQb%2CKAGK%3BEAAD%2CoBAVR%2CwBAA0B%2C0BAOtB%2CKAGK%3BIACG%2CgBAAA%3B%3BEAEJ%2CoBAdR%2CeAAiB%2C0BAQb%2CKAMK%3BEAAD%2CoBAbR%2CwBAA0B%2C0BAOtB%2CKAMK%3BIACG%2CoBAAA%3B%3BEyJlIlB%2CYACE%2CyBACE%2CWACE%3BIAAG%2CUAAA%3B%3BEACH%2CYAHJ%2CyBACE%2CWAEG%3BEAAQ%2CYAHb%2CyBACE%2CWAEY%3BIAAQ%2CuBAAA%3B%3BE5HtJtB%2CcAAc%2CSACV%3BIACI%2CgCAAA%3B%3BEACA%2CcAHM%2CSACV%2CcAEK%3BIACG%2C6BAAA%3B%3BE8ImWZ%2CwBAAyB%3BIACrB%2CWAAA%3B%3B%3BACjdJ%2CwBAJsD%3BEpHkBtD%2CQAAQ%2CQACJ%2CSAAQ%3BIACJ%2CgBAAA%3B%3BEhE0tBR%2CcACI%2CmBACI%2CsBACI%2CsBACI%3BIACI%2CaAAA%3B%3BE4BpZpB%2CiBAAkB%3BIACd%2CYAAA%3B%3BE6H1QJ%2CYACI%2CeACI%3BIhKyKR%2CYAAA%3B%3B%3BA2LrPJ%2CgBAJ2C%3BEzKkHvC%3BIApBA%2CUAAA%3B%3BEACA%2CsBAAC%2CUAAU%3BIACP%2CWAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CsBAAC%2CUAAU%3BIACP%2CYAAA%3B%3BEACA%2CsBAFH%2CUAAU%2CGAEH%3BIACA%2CWAAA%3B%3BEAgMR%3BEmBjDQ%2COAAO%2CIAAI%2CeAAgB%2CeAD%5C%2FB%3BEADJ%2CcA0BI%2CgBAMI%2CqBAII%2CUACI%3BInBAhB%2CcAAA%3B%3BEA4JA%3BEuC7TI%2CMAAC%3BIzD1IL%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAiBA%2C2BAAC%3BEACD%2C2BAAC%3BEqC6OD%2CcAiDI%2CerC%5C%2FRH%3BEqC8OD%2CcAiDI%2CerC9RH%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2C2BAAC%3BEqCwOD%2CcAiDI%2CerCzRH%3BIACG%2CWAAA%3B%3BEkBkfJ%3BEmB3QA%2CcA0BI%2CgBACI%3BEA3BR%2CcAiDI%2CeAEI%3BEAnDR%2CcAiDI%2CeAOI%3BInBqMR%2CsBAAA%3B%3BEAqGA%2C0BAtBA%2CUACI%3BIlBvUJ%2CmBAAA%3BIK%2BpBA%2CsBAAA%3BIACA%2CqBAAA%3BILhqBA%2CUAAA%3BIKmqBA%2CmBAAA%3B%3BEa3VQ%2C0BAFR%2CUACI%2COACK%2CeAAe%3BEAChB%2C0BAHR%2CUACI%2COAEK%2CeAAe%3BIACZ%2CgBAAA%3B%3BEb2VZ%2C0Ba%5C%2FVA%2CUACI%2COb8VA%3BIACA%2CWAAA%3B%3BEa1UJ%2C0BAtBA%2CUACI%2COAMI%3BIACI%2CWAAA%3BIACA%2CUAAA%3B%3BEAiCZ%3BIlBhXA%2CWAAA%3B%3BEkBmsBA%3BIlBnsBA%2CqBAAA%3BIwC9QA%2CqBAAA%3B%3BEAMA%2CmBAAC%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BIxC9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSClOS%2CODkOT%3BIAAA%2CayCtOe%2CazCsOf%3BIAAA%2CiBAAA%3BIAAA%2CsBAAA%3BIwCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEtB8mBA%2CmBAAC%3BIACG%2C0BAAA%3B%3BEiDj2BJ%2CMhE4EE%2CQACI%2CKACI%3BEgE9EV%2CMhE4EE%2CQACI%2CKAEI%3BIH0FV%2C0BAAA%3B%3BEmEzKA%2CMhEqFE%2CQAAQ%3BIHoFV%2C0BAAA%3B%3BEsBlMI%2CUAAC%3BIACG%2CYAAA%3B%3BE0GvCR%2CwBAAyB%3BIACrB%2CsBAAA%3B%3BEtFwEQ%2COAFR%2CgBACI%2CQACK%3BItCsGb%2CsBAAA%3BIAEA%2C4BAAA%3BIAEA%2CgBAAA%3BIACA%2CoBAAA%3BIAIA%2CiBAAA%3BIJgDA%2CgBAAA%3BIAAA%2CgBAAA%3BIAAA%2CSAAA%3BIAAA%2CUAAA%3BIAAA%2CcAAA%3BIAAA%2CqBAAA%3BII5FA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CeAAA%3BIsClEgB%2CgBAAA%3B%3BEtC%2BGhB%2COsCpHI%2CgBACI%2CQACK%2COtCkHZ%3BEACD%2COsCrHI%2CgBACI%2CQACK%2COtCmHZ%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2COsC1HI%2CgBACI%2CQACK%2COtCwHZ%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2COsC%5C%2FHI%2CgBACI%2CQACK%2COtC6HZ%3BEACD%2COsChII%2CgBACI%2CQACK%2COtC8HZ%3BEACD%2CQAAQ%2CUAAW%2CQsCjIf%2CgBACI%2CQACK%3BItCgIT%2CoBAAA%3BIJ%2BBJ%2CYAAA%3B%3BEDjJA%2CO2ChBI%2CgBACI%2CQACK%2CO3CcZ%3BICiJD%2CcAAA%3BIAAA%2CqBAAA%3B%3BED5IA%2CO2CrBI%2CgBACI%2CQACK%2CO3CmBZ%3BIC4ID%2CcAAA%3BIAAA%2C0BAAA%3B%3BEDvIA%2CO2C1BI%2CgBACI%2CQACK%2CO3CwBZ%3BICuID%2CcAAA%3BIAAA%2C0BAAA%3B%3BEIxFA%2COsCzEI%2CgBACI%2CQACK%2COtCuEZ%3BEACD%2COsC1EI%2CgBACI%2CQACK%2COtCwEZ%3BEACD%2COsC3EI%2CgBACI%2CQACK%2COtCyEZ%3BIACG%2CgBAAA%3BIACA%2CSAAA%3B%3BEAGJ%2COsChFI%2CgBACI%2CQACK%2COtC8EZ%3BEACD%2COsCjFI%2CgBACI%2CQACK%2COtC%2BEZ%3BEACD%2CQAAQ%2CUAAW%2CQsClFf%2CgBACI%2CQACK%3BI1C%2BJb%2CcAAA%3BIAAA%2CYAAA%3BII5EI%2CeAAA%3BIACA%2CoBAAA%3BIACA%2C0BAAA%3B%3BEqDhFJ%2CcAAe%3BIACX%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CcAAA%3B%3BEAGA%2CQAAC%3BIACG%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CSAAS%2CQAAW%2CWAAE%3BIAClB%2CWAAA%3BIACA%2CgBAAA%3B%3BEAGR%3BIACI%2CWAAA%3BIACA%2CqBAAA%3BIACA%2CkBAAA%3B%3BEACA%2CSAAS%2CQAAW%2CWAAS%3BIACzB%2CaAAA%3B%3BEAOJ%2CMAAC%3BIACG%2CWAAA%3BIACA%2CsBAAA%3BIACA%2CgBAAA%3BIzD2HR%2CWAAA%3BIyDzHQ%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3BIzDuHR%2CsBAAA%3BIyDrHQ%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIzDmHR%2CqBAAA%3BIwC9QA%2CqBAAA%3B%3BEiB4JQ%2CMAZH%2CKAYI%3BIACG%2CeAAA%3B%3BEAEJ%2CMAfH%2CKAeI%3BEAAS%2CMAfb%2CKAec%3BIACP%2CyBAAA%3BIACA%2CqBAAA%3BIACA%2CWAAA%3B%3BEAlBR%2CMAAC%2CKjBkHH%3BIxChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEwCHA%2CMiB0IK%2CKjB1IJ%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BIxC9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CSCtPQ%2CODsPR%3BIAAA%2CayCtOe%2CazCsOf%3BIAAA%2CsBAAA%3BIwCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEiB9KQ%2CMAzBH%2CKAyBI%3BIACG%2CcAAA%3B%3BEAKR%2CcAAe%3BIACX%2CgBAAA%3B%3BEAGR%2CUAAU%3BIACN%2CSxD3JI%2COwD2JJ%3B%3BEAEJ%3BIACI%2CYAAA%3B%3BEACA%2CSAAS%2CQAAW%2CWAAS%3BIACzB%2CcAAA%3B%3BEVsJJ%2COAAC%3BIACG%2CmBAAA%3B%3BEAEJ%2COAAC%3BIACG%2CaAAA%3B%3BEAEJ%2COAAC%2CQACG%3BIACI%2CgBAAA%3B%3BEAGR%2COAAC%2COAAQ%2CQAAC%3BEACV%2COAAC%3BIACG%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3BIACA%2CuBAAA%3B%3BEAEJ%2COAAC%3BIACG%2CgBAAA%3BIACA%2CcAAA%3B%3BEAGR%2CoBACI%3BIACI%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CWAAA%3B%3BEAJR%2CoBAMI%2CUAAY%3BIACR%2CgBAAA%3B%3BEAEJ%2CoBAAC%2CiBAAkB%2CQAAO%3BIACtB%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CiBAAA%3B%3BEAGA%2CoBADJ%2CQACK%3BIACG%2C0BAAA%3B%3BEAEJ%2CoBAJJ%2CQAIK%3BIACG%2CkBAAA%3B%3BEAEJ%2CoBAPJ%2CQAOK%3BIACG%2CaAAA%3B%3BEAGA%2CoBAXR%2CQAUK%2CQACI%3BIACG%2CqBAAA%3BIACA%2CSAAA%3BIACA%2CqBAAA%3B%3BEACA%2CoBAfZ%2CQAUK%2CQACI%2CKAII%3BIACG%2CkBAAA%3BIACA%2CUAAA%3B%3BEACA%2CoBAlBhB%2CQAUK%2CQACI%2CKAII%2COAGI%3BIACG%2CUAAA%3B%3BEAEJ%2CoBArBhB%2CQAUK%2CQACI%2CKAII%2COAMI%3BEACD%2CoBAtBhB%2CQAUK%2CQACI%2CKAII%2COAOI%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BI%5C%2FCjFxB%2C6BAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIAhDA%2CyBAAA%3BI%2BCiIwB%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3B%3BEAEJ%2CoBAhChB%2CQAUK%2CQACI%2CKAII%2COAiBI%3BI%5C%2FCvIrB%2CyBAAA%3BI%2BCyIwB%2CeAAA%3BIACA%2CUAAA%3B%3BEAIZ%2CoBAvCR%2CQAUK%2CQA6BI%3BIACG%2CmBAAA%3B%3BEACA%2CoBAzCZ%2CQAUK%2CQA6BI%2CMAEI%3BIACG%2CUAAA%3BIACA%2CQAAA%3BIACA%2CUAAA%3B%3BEAGR%2CoBA%5C%2FCR%2CQAUK%2CQAqCI%3BIACG%2CkBAAA%3BIACA%2CUAAA%3BI%5C%2FCxJhB%2CgBAAA%3BI%2BC0JgB%2CYAAA%3BIACA%2CSAAA%3BIACA%2CsBAAA%3BIACA%2CiBAAA%3BI%5C%2FC7KlB%2CsDAAA%3BIACK%2CmDAAA%3BIACC%2CkDAAA%3BIAcJ%2C8CAAA%3B%3BE%2BCsJY%2CoBA%5C%2FCR%2CQAUK%2CQAqCI%2CQAUG%3BIACI%2CeAAA%3BIACA%2CSAAA%3B%3BEAZR%2CoBA%5C%2FCR%2CQAUK%2CQAqCI%2CQAUG%2CMAGI%3BIACI%2CcAAA%3B%3BEAEJ%2CoBA%5C%2FDhB%2CQAUK%2CQAqCI%2CQAUG%2CMAMK%3BIACG%2CyBAAA%3B%3BEAKhB%2CoBArEJ%2CQAqEK%3BIACG%2CeAAA%3BIACA%2CiBAAA%3B%3BEACA%2CoBAxER%2CQAqEK%2CQAGI%3BIACG%2CeAAA%3BIACA%2CUAAA%3BI%5C%2FCjLhB%2CcAAA%3BI%2BCmLgB%2CeAAA%3BIACA%2CmBAAA%3B%3BEACA%2CoBA9EZ%2CQAqEK%2CQAGI%2CSAMI%3BIACG%2CSAAS%2CGAAT%3B%3BEAVZ%2CoBArEJ%2CQAqEK%2CQAaG%3BEAbJ%2CoBArEJ%2CQAqEK%2CQAcG%3BIACI%2CeAAA%3B%3BEAfR%2CoBArEJ%2CQAqEK%2CQAiBG%3BIACI%2CqBAAA%3B%3BEAlBR%2CoBArEJ%2CQAqEK%2CQAoBG%2CQAAO%3BIACH%2CmBAAA%3B%3BEAGR%2CoBA7FJ%2CQA6FK%3BIACG%2CeAAA%3B%3BEACA%2CoBA%5C%2FFR%2CQA6FK%2CQAEO%3BIACA%2CmBAAA%3B%3BEV7MhB%2CcACI%2CiBAII%3BIACI%2CWAAA%3BIACA%2CiBAAA%3B%3BEAPZ%2CcACI%2CiBAII%2CWAGI%3BIACI%2CmBAAA%3B%3BEACA%2CcATZ%2CiBAII%2CWAGI%2CQAEK%3BIACG%2CcAAA%3BIACA%2CWAAA%3B%3BEAZpB%2CcAkBI%3BIACI%2CgBAAA%3B%3BEAnBR%2CcAsBI%2CeAAe%3BIACX%2CgBAAA%3B%3BEAvBR%2CcA0BI%2CgBACI%3BIAEI%2CWAAA%3BIACA%2CUAAA%3B%3BEA9BZ%2CcA0BI%2CgBAMI%3BIACI%2CqBAAA%3BIACA%2CsBAAA%3BIACA%2CUAAA%3B%3BEAMQ%2CcAfhB%2CgBAMI%2CqBAII%2CUAII%2COACK%3BIACG%2CaAAA%3B%3BEA1CxB%2CcAiDI%2CeAEI%3BIAEI%2CWAAA%3BIACA%2CUAAA%3B%3BEAtDZ%2CcAiDI%2CeAOI%3BIAEI%2CWAAA%3BIACA%2CqBAAA%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%2CaAOG%2CKAAI%3BIACA%2CUAAA%3B%3BEAhFZ%2CcAqFI%2CiBACI%2CcAAgB%3BIACZ%2CWAAA%3B%3BEAEI%2CcAJZ%2CiBACI%2CcAAgB%2CYAEZ%2COACK%3BIACG%2CqBAAA%3BIACA%2CWAAA%3B%3BEA3FpB%2CcAqFI%2CiBAUI%2CUAAY%2CSAAM%2CIAAI%2CSAChB%3BIACE%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CcAjBR%2CiBAUI%2CUAAY%2CSAAM%2CIAAI%2CSAOjB%2CIAAI%2CMACD%3BIACI%2CWAAA%3B%3BES9NhB%2COAAC%3BIACG%2CgBAAA%3B%3BEAIJ%2COAAC%3BIACG%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2COAAC%2CQAAW%2CUAAC%3BEACb%2COAAC%2CQAAW%2CUAAC%3BIACT%2CkBAAA%3B%3BEAMJ%2COAAC%3BIACG%2CgBAAA%3B%3BEADJ%2COAAC%2CQAEG%3BIACI%2CeAAA%3B%3BEAGR%2CSAAU%2CQAAC%2COAAO%3BIACd%2CmBAAA%3B%3BEAEJ%2COAAC%3BIACG%2CeAAA%3B%3BEAEJ%2COAAC%3BIACG%2CgBAAA%3B%3BE%5C%2FByOR%2CoBACI%2CaACI%3BIACI%2CqBAAA%3B%3BEACA%2CoBAHR%2CaACI%2CQAEK%3BIACG%2CYAAA%3B%3BE6BtMhB%2CqBACI%2CeACI%3BIACI%2CmBAAA%3BIACA%2CUAAA%3B%3BEAJZ%2CqBACI%2CeAKI%3BIACI%2CSAAA%3B%3BE%2BHjOd%2CcAAe%3BIACb%2CkBAAA%3B%3BEADF%2CcAAe%2CcAEX%3BIAAqB%2CwBAAA%3B%3BEAFzB%2CcAAe%2CcAGX%3BIAAuB%2CkBAAA%3B%3BEAH3B%2CcAAe%2CcAIX%2CmBACE%2CqBAAoB%2C8BAA%2BB%3BIAAM%2CaAAA%3BIAAe%2CcAAA%3B%3BEACxE%2CcANS%2CcAIX%2CmBAEG%2CMACC%2CqBAAoB%3BIAClB%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CoCAAA%3BIACA%2CeAAA%3BIACA%2CqBAAA%3B%3BEAXJ%2CcANS%2CcAIX%2CmBAEG%2CMAaC%2CqBAAoB%3BIAClB%2CcAAA%3BIAEA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CUAAA%3BIACA%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CaAAA%3BIACA%2CUAAA%3BIACA%2CoBAAA%3BIACA%2CoBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3B%3BEACA%2CcAjCK%2CcAIX%2CmBAEG%2CMAaC%2CqBAAoB%2C8BAcjB%3BIACG%2CYAAA%3B%3BEA5BR%2CcANS%2CcAIX%2CmBAEG%2CMAaC%2CqBAAoB%2C8BAiBlB%3BIACI%2CiBAAA%3B%3BEC8BZ%2CMAAM%2COAAQ%2CeAAe%3BEAC7B%2CoBAAqB%2COAAM%2COAAQ%2CeAAe%3BEAClD%2CqBAAsB%2COAAM%2COAAQ%2CeAAe%3BIAC%5C%2FC%2CmBAAA%3B%3BEAGJ%2CoBAAqB%2COAAM%2COAAQ%2CeAAe%3BIAC9C%2CeAAA%3BIACA%2COAAO%2CqBAAP%3B%3BEAEA%2CoBAJiB%2COAAM%2COAAQ%2CeAAe%2CcAI7C%2CUAAU%3BIACP%2CcAAA%22%7D *//* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  /*-webkit-backface-visibility: hidden;*/
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  max-width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../../frontend/Mobilityexpress/porto/en_US/owl.carousel/assets/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
    color: #08c;
    font-size: 17px;
    text-shadow: 0 0 3px rgba(255,255,255,0.5);
    margin: 5px;
    padding: 4px 7px;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    text-decoration: none;
    opacity: .9;
}
.owl-theme .owl-controls .owl-nav .disabled {
    opacity: .5;
    cursor: default;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius:30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #08c;
}
.owl-dots {
    margin-top: 30px;
}
.sidebar .products .owl-dots {
    margin: 0;
}
.owl-top-narrow .owl-carousel .owl-item > .item {
    padding-top: 10px;
}/*! 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/Mobilityexpress/porto/en_US/fancybox/css/images/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/Mobilityexpress/porto/en_US/fancybox/css/images/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/Mobilityexpress/porto/en_US/fancybox/css/images/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/Mobilityexpress/porto/en_US/fancybox/css/images/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/Mobilityexpress/porto/en_US/fancybox/css/images/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/Mobilityexpress/porto/en_US/fancybox/css/images/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
.porto-icon-spinner:before { content: '\f110'; } /* '' */
.porto-icon-up-open:before { content: '\f800'; } /* '' */
.porto-icon-right-open:before { content: '\f801'; } /* '' */
.porto-icon-left-open:before { content: '\f802'; } /* '' */
.porto-icon-down-open:before { content: '\f803'; } /* '' */
.porto-icon-up-open-mini:before { content: '\f804'; } /* '' */
.porto-icon-right-open-mini:before { content: '\f805'; } /* '' */
.porto-icon-left-open-mini:before { content: '\f806'; } /* '' */
.porto-icon-down-open-mini:before { content: '\f807'; } /* '' */
.porto-icon-up-open-big:before { content: '\f808'; } /* '' */
.porto-icon-right-open-big:before { content: '\f809'; } /* '' */
.porto-icon-left-open-big:before { content: '\f80a'; } /* '' */
.porto-icon-down-open-big:before { content: '\f80b'; } /* '' */
.porto-icon-up-open-huge:before { content: '\f80c'; } /* '' */
.porto-icon-right-open-huge:before { content: '\f80d'; } /* '' */
.porto-icon-left-open-huge:before { content: '\f80e'; } /* '' */
.porto-icon-down-open-huge:before { content: '\f80f'; } /* '' */
.porto-icon-angle-up:before { content: '\f810'; } /* '' */
.porto-icon-angle-right:before { content: '\f811'; } /* '' */
.porto-icon-angle-left:before { content: '\f812'; } /* '' */
.porto-icon-angle-down:before { content: '\f813'; } /* '' */
.porto-icon-basket:before { content: '\f814'; } /* '' */
.porto-icon-mini-cart:before { content: '\f815'; } /* '' */
.porto-icon-heart:before { content: '\f816'; } /* '' */
.porto-icon-search:before { content: '\f818'; } /* '' */
.porto-icon-cancel:before { content: '\f819'; } /* '' */
.porto-icon-cancel-mini:before { content: '\f81a'; } /* '' */
.porto-icon-up-dir:before { content: '\f820'; } /* '' */
.porto-icon-right-dir:before { content: '\f821'; } /* '' */
.porto-icon-left-dir:before { content: '\f822'; } /* '' */
.porto-icon-down-dir:before { content: '\f823'; } /* '' */
.porto-icon-phone:before { content: '\f824'; } /* '' */
.porto-icon-pencil:before { content: '\f825'; } /* '' */
.porto-icon-pencil-mini:before { content: '\f826'; } /* '' */
.porto-icon-menu:before { content: '\f827'; } /* '' */
.porto-icon-location:before { content: '\f828'; } /* '' */
.porto-icon-mail:before { content: '\f829'; } /* '' */
.porto-icon-clock:before { content: '\f82a'; } /* '' */
.porto-icon-ok:before { content: '\f82b'; } /* '' */
.porto-icon-plus-squared-alt:before { content: '\f82c'; } /* '' */
.porto-icon-minus-squared-alt:before { content: '\f82d'; } /* '' */
.porto-icon-plus-squared:before { content: '\f82e'; } /* '' */
.porto-icon-minus-squared:before { content: '\f82f'; } /* '' */
.porto-icon-truck:before { content: '\f830'; } /* '' */
.porto-icon-dollar:before { content: '\f831'; } /* '' */
.porto-icon-lifebuoy:before { content: '\f832'; } /* '' */
.porto-icon-facebook:before { content: '\f833'; } /* '' */
.porto-icon-twitter:before { content: '\f834'; } /* '' */
.porto-icon-linkedin-squared:before { content: '\f835'; } /* '' */
.porto-icon-pinterest:before { content: '\f836'; } /* '' */
.porto-icon-gplus:before { content: '\f837'; } /* '' */
.porto-icon-youtube:before { content: '\f838'; } /* '' */
.porto-icon-th:before { content: '\f839'; } /* '' */
.porto-icon-th-list:before { content: '\f83a'; } /* '' */
.porto-icon-chart-bar:before { content: '\f83b'; } /* '' */
.porto-icon-heart-empty:before { content: '\f83c'; } /* '' */
.porto-icon-instagram:before { content: '\f83d'; } /* '' */
.porto-icon-up:before { content: '\f840'; } /* '' */
.porto-icon-right:before { content: '\f841'; } /* '' */
.porto-icon-down:before { content: '\f842'; } /* '' */
.porto-icon-left:before { content: '\f843'; } /* '' */
.porto-icon-star:before { content: '\f844'; } /* '' */
.porto-icon-star-empty:before { content: '\f845'; } /* '' */
.porto-icon-ok-circled:before { content: '\f846'; } /* '' */
.porto-icon-cancel-circled:before { content: '\f847'; } /* '' */
.porto-icon-help-circled:before { content: '\f848'; } /* '' */
.porto-icon-info-circled:before { content: '\f849'; } /* '' */
.porto-icon-attention:before { content: '\f84a'; } /* '' */
.porto-icon-mobile:before { content: '\f84b'; } /* '' */
.porto-icon-mail-alt:before { content: '\f84c'; } /* '' */
.porto-icon-skype:before { content: '\f84d'; } /* '' */
.porto-icon-doc:before { content: '\f84e'; } /* '' */
.porto-icon-user:before { content: '\f850'; } /* '' */
.porto-icon-help:before { content: '\f851'; } /* '' */
.porto-icon-info:before { content: '\f852'; } /* '' */
.porto-icon-help-circled-alt:before { content: '\f853'; } /* '' */
.porto-icon-info-circled-alt:before { content: '\f854'; } /* '' */
.porto-icon-chevron-left:before { content: '\f855'; } /* '' */
.porto-icon-chevron-right:before { content: '\f856'; } /* '' */
.porto-icon-reply:before { content: '\f857'; } /* '' */
.porto-icon-paper-plane:before { content: '\f858'; } /* '' */
.porto-icon-magnify:before { content: '\f859'; } /* '' */
.porto-icon-zoom-in:before { content: '\f85a'; } /* '' */
.porto-icon-zoom-out:before { content: '\f85b'; } /* '' */
.porto-icon-chat:before { content: '\f860'; } /* '' */
.porto-icon-folder:before { content: '\f861'; } /* '' */
.porto-icon-folder-open:before { content: '\f862'; } /* '' */
.porto-icon-tag:before { content: '\f863'; } /* '' */
.porto-icon-tags:before { content: '\f864'; } /* '' */
.porto-icon-calendar:before { content: '\f865'; } /* '' */
.porto-icon-circle-empty:before { content: '\f870'; } /* '' */
.porto-icon-shirt:before { content: '\f871'; } /* '' */
.porto-icon-computer:before { content: '\f872'; } /* '' */
.porto-icon-toys:before { content: '\f873'; } /* '' */
.porto-icon-garden:before { content: '\f874'; } /* '' */
.porto-icon-couch:before { content: '\f875'; } /* '' */
.porto-icon-sports:before { content: '\f876'; } /* '' */
.porto-icon-gift:before { content: '\f877'; } /* '' */
.porto-icon-eye:before { content: '\f878'; } /* '' */
.porto-icon-export:before { content: '\f879'; } /* '' */
.porto-icon-bag:before { content: '\f87a'; } /* '' */
.porto-icon-search-1:before { content: '\f87b'; } /* '' */
.porto-icon-check:before { content: '\f87c'; } /* '' */
.porto-icon-check-empty:before { content: '\f87d'; } /* '' */
.porto-icon-search-2:before { content: '\f880'; } /* '' */
.porto-icon-bag-1:before { content: '\f881'; } /* '' */
.porto-icon-plus:before { content: '\f882'; } /* '' */
.porto-icon-minus:before { content: '\f883'; } /* '' */@font-face {
  font-family: 'simple-line-icons';
  src: url('../../frontend/Mobilityexpress/porto/en_US/simple-line-icons/fonts/Simple-Line-Icons.eot?v=2.4.0');
  src: url('../../frontend/Mobilityexpress/porto/en_US/simple-line-icons/fonts/Simple-Line-Icons.eot?v=2.4.0#iefix') format('embedded-opentype'), url('../../frontend/Mobilityexpress/porto/en_US/simple-line-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0') format('woff2'), url('../../frontend/Mobilityexpress/porto/en_US/simple-line-icons/fonts/Simple-Line-Icons.ttf?v=2.4.0') format('truetype'), url('../../frontend/Mobilityexpress/porto/en_US/simple-line-icons/fonts/Simple-Line-Icons.woff?v=2.4.0') format('woff'), url('../../frontend/Mobilityexpress/porto/en_US/simple-line-icons/fonts/Simple-Line-Icons.svg?v=2.4.0#simple-line-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="Simple-Line-Icons-"], [class*=" Simple-Line-Icons-"] {
    font-family: 'Simple-Line-Icons'!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}  

.Simple-Line-Icons-user:before {
  content: "\e005";
}
.Simple-Line-Icons-people:before {
  content: "\e001";
}
.Simple-Line-Icons-user-female:before {
  content: "\e000";
}
.Simple-Line-Icons-user-follow:before {
  content: "\e002";
}
.Simple-Line-Icons-user-following:before {
  content: "\e003";
}
.Simple-Line-Icons-user-unfollow:before {
  content: "\e004";
}
.Simple-Line-Icons-login:before {
  content: "\e066";
}
.Simple-Line-Icons-logout:before {
  content: "\e065";
}
.Simple-Line-Icons-emotsmile:before {
  content: "\e021";
}
.Simple-Line-Icons-phone:before {
  content: "\e600";
}
.Simple-Line-Icons-call-end:before {
  content: "\e048";
}
.Simple-Line-Icons-call-in:before {
  content: "\e047";
}
.Simple-Line-Icons-call-out:before {
  content: "\e046";
}
.Simple-Line-Icons-map:before {
  content: "\e033";
}
.Simple-Line-Icons-location-pin:before {
  content: "\e096";
}
.Simple-Line-Icons-direction:before {
  content: "\e042";
}
.Simple-Line-Icons-directions:before {
  content: "\e041";
}
.Simple-Line-Icons-compass:before {
  content: "\e045";
}
.Simple-Line-Icons-layers:before {
  content: "\e034";
}
.Simple-Line-Icons-menu:before {
  content: "\e601";
}
.Simple-Line-Icons-list:before {
  content: "\e067";
}
.Simple-Line-Icons-options-vertical:before {
  content: "\e602";
}
.Simple-Line-Icons-options:before {
  content: "\e603";
}
.Simple-Line-Icons-arrow-down:before {
  content: "\e604";
}
.Simple-Line-Icons-arrow-left:before {
  content: "\e605";
}
.Simple-Line-Icons-arrow-right:before {
  content: "\e606";
}
.Simple-Line-Icons-arrow-up:before {
  content: "\e607";
}
.Simple-Line-Icons-arrow-up-circle:before {
  content: "\e078";
}
.Simple-Line-Icons-arrow-left-circle:before {
  content: "\e07a";
}
.Simple-Line-Icons-arrow-right-circle:before {
  content: "\e079";
}
.Simple-Line-Icons-arrow-down-circle:before {
  content: "\e07b";
}
.Simple-Line-Icons-check:before {
  content: "\e080";
}
.Simple-Line-Icons-clock:before {
  content: "\e081";
}
.Simple-Line-Icons-plus:before {
  content: "\e095";
}
.Simple-Line-Icons-minus:before {
  content: "\e615";
}
.Simple-Line-Icons-close:before {
  content: "\e082";
}
.Simple-Line-Icons-event:before {
  content: "\e619";
}
.Simple-Line-Icons-exclamation:before {
  content: "\e617";
}
.Simple-Line-Icons-organization:before {
  content: "\e616";
}
.Simple-Line-Icons-trophy:before {
  content: "\e006";
}
.Simple-Line-Icons-screen-smartphone:before {
  content: "\e010";
}
.Simple-Line-Icons-screen-desktop:before {
  content: "\e011";
}
.Simple-Line-Icons-plane:before {
  content: "\e012";
}
.Simple-Line-Icons-notebook:before {
  content: "\e013";
}
.Simple-Line-Icons-mustache:before {
  content: "\e014";
}
.Simple-Line-Icons-mouse:before {
  content: "\e015";
}
.Simple-Line-Icons-magnet:before {
  content: "\e016";
}
.Simple-Line-Icons-energy:before {
  content: "\e020";
}
.Simple-Line-Icons-disc:before {
  content: "\e022";
}
.Simple-Line-Icons-cursor:before {
  content: "\e06e";
}
.Simple-Line-Icons-cursor-move:before {
  content: "\e023";
}
.Simple-Line-Icons-crop:before {
  content: "\e024";
}
.Simple-Line-Icons-chemistry:before {
  content: "\e026";
}
.Simple-Line-Icons-speedometer:before {
  content: "\e007";
}
.Simple-Line-Icons-shield:before {
  content: "\e00e";
}
.Simple-Line-Icons-screen-tablet:before {
  content: "\e00f";
}
.Simple-Line-Icons-magic-wand:before {
  content: "\e017";
}
.Simple-Line-Icons-hourglass:before {
  content: "\e018";
}
.Simple-Line-Icons-graduation:before {
  content: "\e019";
}
.Simple-Line-Icons-ghost:before {
  content: "\e01a";
}
.Simple-Line-Icons-game-controller:before {
  content: "\e01b";
}
.Simple-Line-Icons-fire:before {
  content: "\e01c";
}
.Simple-Line-Icons-eyeglass:before {
  content: "\e01d";
}
.Simple-Line-Icons-envelope-open:before {
  content: "\e01e";
}
.Simple-Line-Icons-envelope-letter:before {
  content: "\e01f";
}
.Simple-Line-Icons-bell:before {
  content: "\e027";
}
.Simple-Line-Icons-badge:before {
  content: "\e028";
}
.Simple-Line-Icons-anchor:before {
  content: "\e029";
}
.Simple-Line-Icons-wallet:before {
  content: "\e02a";
}
.Simple-Line-Icons-vector:before {
  content: "\e02b";
}
.Simple-Line-Icons-speech:before {
  content: "\e02c";
}
.Simple-Line-Icons-puzzle:before {
  content: "\e02d";
}
.Simple-Line-Icons-printer:before {
  content: "\e02e";
}
.Simple-Line-Icons-present:before {
  content: "\e02f";
}
.Simple-Line-Icons-playlist:before {
  content: "\e030";
}
.Simple-Line-Icons-pin:before {
  content: "\e031";
}
.Simple-Line-Icons-picture:before {
  content: "\e032";
}
.Simple-Line-Icons-handbag:before {
  content: "\e035";
}
.Simple-Line-Icons-globe-alt:before {
  content: "\e036";
}
.Simple-Line-Icons-globe:before {
  content: "\e037";
}
.Simple-Line-Icons-folder-alt:before {
  content: "\e039";
}
.Simple-Line-Icons-folder:before {
  content: "\e089";
}
.Simple-Line-Icons-film:before {
  content: "\e03a";
}
.Simple-Line-Icons-feed:before {
  content: "\e03b";
}
.Simple-Line-Icons-drop:before {
  content: "\e03e";
}
.Simple-Line-Icons-drawer:before {
  content: "\e03f";
}
.Simple-Line-Icons-docs:before {
  content: "\e040";
}
.Simple-Line-Icons-doc:before {
  content: "\e085";
}
.Simple-Line-Icons-diamond:before {
  content: "\e043";
}
.Simple-Line-Icons-cup:before {
  content: "\e044";
}
.Simple-Line-Icons-calculator:before {
  content: "\e049";
}
.Simple-Line-Icons-bubbles:before {
  content: "\e04a";
}
.Simple-Line-Icons-briefcase:before {
  content: "\e04b";
}
.Simple-Line-Icons-book-open:before {
  content: "\e04c";
}
.Simple-Line-Icons-basket-loaded:before {
  content: "\e04d";
}
.Simple-Line-Icons-basket:before {
  content: "\e04e";
}
.Simple-Line-Icons-bag:before {
  content: "\e04f";
}
.Simple-Line-Icons-action-undo:before {
  content: "\e050";
}
.Simple-Line-Icons-action-redo:before {
  content: "\e051";
}
.Simple-Line-Icons-wrench:before {
  content: "\e052";
}
.Simple-Line-Icons-umbrella:before {
  content: "\e053";
}
.Simple-Line-Icons-trash:before {
  content: "\e054";
}
.Simple-Line-Icons-tag:before {
  content: "\e055";
}
.Simple-Line-Icons-support:before {
  content: "\e056";
}
.Simple-Line-Icons-frame:before {
  content: "\e038";
}
.Simple-Line-Icons-size-fullscreen:before {
  content: "\e057";
}
.Simple-Line-Icons-size-actual:before {
  content: "\e058";
}
.Simple-Line-Icons-shuffle:before {
  content: "\e059";
}
.Simple-Line-Icons-share-alt:before {
  content: "\e05a";
}
.Simple-Line-Icons-share:before {
  content: "\e05b";
}
.Simple-Line-Icons-rocket:before {
  content: "\e05c";
}
.Simple-Line-Icons-question:before {
  content: "\e05d";
}
.Simple-Line-Icons-pie-chart:before {
  content: "\e05e";
}
.Simple-Line-Icons-pencil:before {
  content: "\e05f";
}
.Simple-Line-Icons-note:before {
  content: "\e060";
}
.Simple-Line-Icons-loop:before {
  content: "\e064";
}
.Simple-Line-Icons-home:before {
  content: "\e069";
}
.Simple-Line-Icons-grid:before {
  content: "\e06a";
}
.Simple-Line-Icons-graph:before {
  content: "\e06b";
}
.Simple-Line-Icons-microphone:before {
  content: "\e063";
}
.Simple-Line-Icons-music-tone-alt:before {
  content: "\e061";
}
.Simple-Line-Icons-music-tone:before {
  content: "\e062";
}
.Simple-Line-Icons-earphones-alt:before {
  content: "\e03c";
}
.Simple-Line-Icons-earphones:before {
  content: "\e03d";
}
.Simple-Line-Icons-equalizer:before {
  content: "\e06c";
}
.Simple-Line-Icons-like:before {
  content: "\e068";
}
.Simple-Line-Icons-dislike:before {
  content: "\e06d";
}
.Simple-Line-Icons-control-start:before {
  content: "\e06f";
}
.Simple-Line-Icons-control-rewind:before {
  content: "\e070";
}
.Simple-Line-Icons-control-play:before {
  content: "\e071";
}
.Simple-Line-Icons-control-pause:before {
  content: "\e072";
}
.Simple-Line-Icons-control-forward:before {
  content: "\e073";
}
.Simple-Line-Icons-control-end:before {
  content: "\e074";
}
.Simple-Line-Icons-volume-1:before {
  content: "\e09f";
}
.Simple-Line-Icons-volume-2:before {
  content: "\e0a0";
}
.Simple-Line-Icons-volume-off:before {
  content: "\e0a1";
}
.Simple-Line-Icons-calendar:before {
  content: "\e075";
}
.Simple-Line-Icons-bulb:before {
  content: "\e076";
}
.Simple-Line-Icons-chart:before {
  content: "\e077";
}
.Simple-Line-Icons-ban:before {
  content: "\e07c";
}
.Simple-Line-Icons-bubble:before {
  content: "\e07d";
}
.Simple-Line-Icons-camrecorder:before {
  content: "\e07e";
}
.Simple-Line-Icons-camera:before {
  content: "\e07f";
}
.Simple-Line-Icons-cloud-download:before {
  content: "\e083";
}
.Simple-Line-Icons-cloud-upload:before {
  content: "\e084";
}
.Simple-Line-Icons-envelope:before {
  content: "\e086";
}
.Simple-Line-Icons-eye:before {
  content: "\e087";
}
.Simple-Line-Icons-flag:before {
  content: "\e088";
}
.Simple-Line-Icons-heart:before {
  content: "\e08a";
}
.Simple-Line-Icons-info:before {
  content: "\e08b";
}
.Simple-Line-Icons-key:before {
  content: "\e08c";
}
.Simple-Line-Icons-link:before {
  content: "\e08d";
}
.Simple-Line-Icons-lock:before {
  content: "\e08e";
}
.Simple-Line-Icons-lock-open:before {
  content: "\e08f";
}
.Simple-Line-Icons-magnifier:before {
  content: "\e090";
}
.Simple-Line-Icons-magnifier-add:before {
  content: "\e091";
}
.Simple-Line-Icons-magnifier-remove:before {
  content: "\e092";
}
.Simple-Line-Icons-paper-clip:before {
  content: "\e093";
}
.Simple-Line-Icons-paper-plane:before {
  content: "\e094";
}
.Simple-Line-Icons-power:before {
  content: "\e097";
}
.Simple-Line-Icons-refresh:before {
  content: "\e098";
}
.Simple-Line-Icons-reload:before {
  content: "\e099";
}
.Simple-Line-Icons-settings:before {
  content: "\e09a";
}
.Simple-Line-Icons-star:before {
  content: "\e09b";
}
.Simple-Line-Icons-symbol-female:before {
  content: "\e09c";
}
.Simple-Line-Icons-symbol-male:before {
  content: "\e09d";
}
.Simple-Line-Icons-target:before {
  content: "\e09e";
}
.Simple-Line-Icons-credit-card:before {
  content: "\e025";
}
.Simple-Line-Icons-paypal:before {
  content: "\e608";
}
.Simple-Line-Icons-social-tumblr:before {
  content: "\e00a";
}
.Simple-Line-Icons-social-twitter:before {
  content: "\e009";
}
.Simple-Line-Icons-social-facebook:before {
  content: "\e00b";
}
.Simple-Line-Icons-social-instagram:before {
  content: "\e609";
}
.Simple-Line-Icons-social-linkedin:before {
  content: "\e60a";
}
.Simple-Line-Icons-social-pinterest:before {
  content: "\e60b";
}
.Simple-Line-Icons-social-github:before {
  content: "\e60c";
}
.Simple-Line-Icons-social-google:before {
  content: "\e60d";
}
.Simple-Line-Icons-social-reddit:before {
  content: "\e60e";
}
.Simple-Line-Icons-social-skype:before {
  content: "\e60f";
}
.Simple-Line-Icons-social-dribbble:before {
  content: "\e00d";
}
.Simple-Line-Icons-social-behance:before {
  content: "\e610";
}
.Simple-Line-Icons-social-foursqare:before {
  content: "\e611";
}
.Simple-Line-Icons-social-soundcloud:before {
  content: "\e612";
}
.Simple-Line-Icons-social-spotify:before {
  content: "\e613";
}
.Simple-Line-Icons-social-stumbleupon:before {
  content: "\e614";
}
.Simple-Line-Icons-social-youtube:before {
  content: "\e008";
}
.Simple-Line-Icons-social-dropbox:before {
  content: "\e00c";
}
.Simple-Line-Icons-social-vkontakte:before {
  content: "\e618";
}
.Simple-Line-Icons-social-steam:before {
  content: "\e620";
}
/*
   Animation example, for spinners
*/
.animate-spin {
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
  display: inline-block;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@font-face{font-family:'Font Awesome 6 Brands';font-style:normal;font-weight:normal;font-display:auto;src:url("../../frontend/Mobilityexpress/porto/en_US/font-awesome/fonts/fa-brands-400.eot");src:url("../../frontend/Mobilityexpress/porto/en_US/font-awesome/fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"),url("../../frontend/Mobilityexpress/porto/en_US/font-awesome/fonts/fa-brands-400.woff2") format("woff2"),url("../../frontend/Mobilityexpress/porto/en_US/font-awesome/fonts/fa-brands-400.woff") format("woff"),url("../../frontend/Mobilityexpress/porto/en_US/font-awesome/fonts/fa-brands-400.ttf") format("truetype"),url("../../frontend/Mobilityexpress/porto/en_US/font-awesome/fonts/fa-brands-400.svg#fontawesome") format("svg")}.fab{font-family:'Font Awesome 6 Brands'}@font-face{font-family:'Font Awesome 5 Free';font-style:normal;font-weight:400;font-display:auto;src:url("../../frontend/Mobilityexpress/porto/en_US/font-awesome/fonts/fa-regular-400.eot");src:url("../../frontend/Mobilityexpress/porto/en_US/font-awesome/fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"),url("../../frontend/Mobilityexpress/porto/en_US/font-awesome/fonts/fa-regular-400.woff2") format("woff2"),url("../../frontend/Mobilityexpress/porto/en_US/font-awesome/fonts/fa-regular-400.woff") format("woff"),url("../../frontend/Mobilityexpress/porto/en_US/font-awesome/fonts/fa-regular-400.ttf") format("truetype"),url("../../frontend/Mobilityexpress/porto/en_US/font-awesome/fonts/fa-regular-400.svg#fontawesome") format("svg")}.far{font-family:'Font Awesome 5 Free';font-weight:400}@font-face{font-family:'Font Awesome 5 Free';font-style:normal;font-weight:900;font-display:auto;src:url("../../frontend/Mobilityexpress/porto/en_US/font-awesome/fonts/fa-solid-900.eot");src:url("../../frontend/Mobilityexpress/porto/en_US/font-awesome/fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),url("../../frontend/Mobilityexpress/porto/en_US/font-awesome/fonts/fa-solid-900.woff2") format("woff2"),url("../../frontend/Mobilityexpress/porto/en_US/font-awesome/fonts/fa-solid-900.woff") format("woff"),url("../../frontend/Mobilityexpress/porto/en_US/font-awesome/fonts/fa-solid-900.ttf") format("truetype"),url("../../frontend/Mobilityexpress/porto/en_US/font-awesome/fonts/fa-solid-900.svg#fontawesome") format("svg")}.fa,.fas{font-family:'Font Awesome 5 Free';font-weight:900}
.fa,.fas,.far,.fal,.fab{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.3333333333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:solid 0.08em #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fas.fa-pull-left,.far.fa-pull-left,.fal.fa-pull-left,.fab.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fas.fa-pull-right,.far.fa-pull-right,.fal.fa-pull-right,.fab.fa-pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scale(1, -1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=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,:root .fa-flip-both{filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-search:before{content:"\f002"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th:before{content:"\f00a"}.fa-check:before{content:"\f00c"}.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-cog:before{content:"\f013"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-adjust:before{content:"\f042"}.fa-play:before{content:"\f04b"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-check-circle:before{content:"\f058"}.fa-info-circle:before{content:"\f05a"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-share:before{content:"\f064"}.fa-plus:before{content:"\f067"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-comment:before{content:"\f075"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder-open:before{content:"\f07c"}.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-trophy:before{content:"\f091"}.fa-phone:before{content:"\f095"}.fa-rss:before{content:"\f09e"}.fa-globe:before{content:"\f0ac"}.fa-users:before{content:"\f0c0"}.fa-link:before{content:"\f0c1"}.fa-bars:before{content:"\f0c9"}.fa-truck:before{content:"\f0d1"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-envelope:before{content:"\f0e0"}.fa-bolt:before{content:"\f0e7"}.fa-coffee:before{content:"\f0f4"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.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-spinner:before{content:"\f110"}.fa-code:before{content:"\f121"}.fa-location-arrow:before{content:"\f124"}.fa-exclamation:before{content:"\f12a"}.fa-puzzle-piece:before{content:"\f12e"}.fa-rocket:before{content:"\f135"}.fa-bullseye:before{content:"\f140"}.fa-dollar-sign:before{content:"\f155"}.fa-file:before{content:"\f15b"}.fa-thumbs-up:before{content:"\f164"}.fa-paper-plane:before{content:"\f1d8"}.fa-share-alt:before{content:"\f1e0"}.fa-paint-brush:before{content:"\f1fc"}.fa-user-plus:before{content:"\f234"}.fa-sync-alt:before{content:"\f2f1"}.fa-pencil-alt:before{content:"\f303"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-external-link-alt:before{content:"\f35d"}.fa-cloud-download-alt:before{content:"\f381"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-mobile-alt:before{content:"\f3cd"}.fa-reply:before{content:"\f3e5"}.fa-tablet-alt:before{content:"\f3fa"}.fa-filter:before{content:"\f0b0"}.fa-music:before{content:"\f001"}.fa-quote-left:before{content:"\f10d"}.fa-camera-retro:before{content:"\f083"}.fa-file-alt:before{content:"\f15c"}.fa-times-circle:before{content:"\f057"}.fa-plus-square:before{content:"\f0fe"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-down:before{content:"\f0d7"}.fa-minus:before{content:"\f068"}.fa-sliders-h:before{content:"\f1de"}.fa-clock:before{content:"\f017"}.fa-image:before{content:"\f03e"}.fa-edit:before{content:"\f044"}.fa-calendar-alt:before{content:"\f073"}.fa-folder:before{content:"\f07b"}.fa-chart-bar:before{content:"\f080"}.fa-bell:before{content:"\f0f3"}.fa-circle:before{content:"\f111"}.fa-calendar:before{content:"\f133"}.fa-dot-circle:before{content:"\f192"}.fa-life-ring:before{content:"\f1cd"}.fa-object-group:before{content:"\f247"}.fa-check-square:before{content:"\f14a"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-linkedin:before{content:"\f08c"}.fa-twitter:before{content:"\f099"}.fa-x-twitter:before{content:"\e61b"}.fa-pinterest:before{content:"\f0d2"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus-g:before{content:"\f0d5"}.fa-linkedin-in:before{content:"\f0e1"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-tumblr:before{content:"\f173"}.fa-skype:before{content:"\f17e"}.fa-vk:before{content:"\f189"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-yelp:before{content:"\f1e9"}.fa-whatsapp:before{content:"\f232"}.fa-vimeo-v:before{content:"\f27d"}.fa-facebook-f:before{content:"\f39e"}.fa-telegram-plane:before{content:"\f3fe"}.fa-youtube-square:before{content:"\f431"}
/*!
 * Bootstrap v3.3.5 (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 */
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../../frontend/Mobilityexpress/porto/en_US/bootstrap/fonts/glyphicons-halflings-regular.eot');
  src: url('../../frontend/Mobilityexpress/porto/en_US/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../frontend/Mobilityexpress/porto/en_US/bootstrap/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../../frontend/Mobilityexpress/porto/en_US/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../../frontend/Mobilityexpress/porto/en_US/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../../frontend/Mobilityexpress/porto/en_US/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 10px;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.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;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -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-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.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: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.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: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.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: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.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: #fff;
}
.btn-link {
  font-weight: normal;
  color: #337ab7;
  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: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
       -o-transition-property: height, visibility;
          transition-property: height, visibility;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.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: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-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-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(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-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 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: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-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-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
       -o-transition: width .6s ease;
          transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;

  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);

  line-break: auto;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.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-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
/*# sourceMappingURL=bootstrap.css.map */
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-default.disabled,
.btn-primary.disabled,
.btn-success.disabled,
.btn-info.disabled,
.btn-warning.disabled,
.btn-danger.disabled,
.btn-default[disabled],
.btn-primary[disabled],
.btn-success[disabled],
.btn-info[disabled],
.btn-warning[disabled],
.btn-danger[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-danger {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
  text-shadow: none;
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-default {
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image:      -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
  background-image:         linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
}
.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.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: #e0e0e0;
  background-image: none;
}
.btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image:      -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
  background-image:         linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}
.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: #419641;
  background-image: none;
}
.btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image:      -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
  background-image:         linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}
.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: #2aabd2;
  background-image: none;
}
.btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image:      -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
  background-image:         linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.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: #eb9316;
  background-image: none;
}
.btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image:      -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
  background-image:         linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}
.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: #c12e2a;
  background-image: none;
}
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #e8e8e8;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image:      -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image:         linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #2e6da4;
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-repeat: repeat-x;
}
.navbar-default {
  background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image:      -o-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
  background-image:         linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image:      -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
  background-image:         linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
          box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, .25);
}
.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image:      -o-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222));
  background-image:         linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-radius: 4px;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image:      -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));
  background-image:         linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
          box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
@media (max-width: 767px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image:      -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
    background-image:         linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
    background-repeat: repeat-x;
  }
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
}
.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image:      -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
  background-image:         linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  background-repeat: repeat-x;
  border-color: #b2dba1;
}
.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image:      -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
  background-image:         linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  background-repeat: repeat-x;
  border-color: #9acfea;
}
.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image:      -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
  background-image:         linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  background-repeat: repeat-x;
  border-color: #f5e79e;
}
.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image:      -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
  background-image:         linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  background-repeat: repeat-x;
  border-color: #dca7a7;
}
.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image:      -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
  background-image:         linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #286090 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image:      -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
  background-image:         linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image:      -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
  background-image:         linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image:      -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
  background-image:         linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image:      -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
  background-image:         linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #286090;
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
  background-repeat: repeat-x;
  border-color: #2b669a;
}
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
  text-shadow: none;
}
.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image:      -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image:         linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x;
}
.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-repeat: repeat-x;
}
.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image:      -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
  background-image:         linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
  background-repeat: repeat-x;
}
.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image:      -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
  background-image:         linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
  background-repeat: repeat-x;
}
.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image:      -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
  background-image:         linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
  background-repeat: repeat-x;
}
.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image:      -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
  background-image:         linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
  background-repeat: repeat-x;
}
.well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image:      -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
  background-image:         linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
}
/*# sourceMappingURL=bootstrap-theme.css.map */
@charset "UTF-8";

/*!
 * Animate.css -http://daneden.me/animate
 * Version - 3.4.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2015 Daniel Eden
 */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.action.compare.no-display {
    display: none !important;
}
body > p {
    display: none;
}
.toolbar .modes > a {
    text-decoration: none;
}
.clearer {
    clear:both;
}
@media (min-width: 1200px) {
    .col-lg-2-4 {
        width: 20%;
    }
    .col-lg-9-6 {
        width: 80%;
    }
}
@media (max-width: 1199px) {
    .container {
        width: 100%;
    }
}
@media (min-width: 768px) {
    .layout-1280 .navigation, .layout-1280 .page-wrapper > .breadcrumbs .items, .layout-1280 .page-header .header.panel, .layout-1280 .header.content, .layout-1280 .footer.content, .layout-1280 .page-wrapper > .widget, .layout-1280 .page-wrapper > .page-bottom, .layout-1280 .block.category.event, .layout-1280 .top-container, .layout-1280 .page-main {
        max-width: 1280px;
    }
    .layout-1280 .container {
        width: 1280px;
        max-width: 100%;
    }
    .page-header.type12 .header.panel .top-panel .customer-menu .links > li:first-child > a {
        padding-left: 15px;
    }
}
.btn-default {
    color: #fff;
    font-weight: 400;
    background-image: none;
    background-color: #08c;
    text-shadow: none;
    border: 0;
    opacity: 1;
    filter: alpha(opacity=100);
}
.prev-next-products {
    float: right;
    margin-right: -12px;
}
.homepage-bar {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    background-color: #fbfbfb;
}
.homepage-bar .col-md-4 {
    border-left: 1px solid #e1e1e1;
    padding-top: 20px;
    padding-bottom: 21px;
}
.homepage-bar .col-md-4:first-child {
    border-left: 0;
}
.homepage-bar [class*=" porto-icon-"], .homepage-bar [class^="porto-icon-"] {
    font-size: 34px;
    color: #000;
    display: inline-block;
    vertical-align: middle;
}
.homepage-bar .text-area {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin-left: 5px;
}
.homepage-bar h3 {
    color: #313131;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    line-height: 1.5;
}
.homepage-bar p {
    font-size: 12px;
    margin: 0;
    line-height: 1;
}
.image-link {
    display: block;
    position: relative;
}
.image-link:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
}
.image-link:hover:before {
    opacity: 0.1;
    visibility: visible;
}
.image-link img {
    width: 100%;
}
.border-radius .image-link:before {
    border-radius: 8px;
}

.custom-support {
    text-align: left;
}
.custom-support em[class*=icon-] {
    float: left;
    background-color: #e35d53;
    color: #fff;
    border-radius: 50%;
    width: 62px;
    height: 62px;
    text-align: center;
    line-height: 62px;
    font-size: 20px;
}
.custom-support div.content {
    margin-left: 76px;
}
.custom-support div.content>h2 {
    color: #000;
    margin: 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
}
.custom-support div.content>em {
    color: #888;
    font-weight: 300;
    font-size: 11px;
    font-style: normal;
    line-height: 1;
    margin-bottom: 15px;
    display: block;
}
.custom-support div.content>p {
    color: #666;
    font-size: 14px;
}

.parallax-wrapper {
    position: relative;
}
.parallax-wrapper .overlay {
    background-color: #000;
    opacity: 0.55;
    filter: alpha(opacity=55);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
}
.parallax {
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    padding: 50px 0;
}
.parallax-slider {
    text-align: center;
}
.parallax-slider .owl-carousel h2 {
    font-size: 60.28px;
    color: #fff;
    line-height: 1;
}
.parallax-slider .owl-carousel p {
    font-size: 22.6px;
    color: #fff;
    line-height: 1;
    margin-bottom: 30px;
}
.parallax-slider .owl-carousel a {
    font-size: 16px;
    color: #fff;
    line-height: 1;
}
.brands-slider .owl-carousel .owl-item img {
    width: auto;
    max-width: 100%;
}
@media (max-width: 991px) {
    .homepage-bar .col-md-4 {
        border: 0;
        text-align: left;
    }
    .parallax {
        background-position: center center !important;
        background-attachment: initial;
    }
}
@media (max-width: 767px) {
    .parallax-slider .owl-carousel h2 {
        font-size: 40px;
    }
    .parallax-slider .owl-carousel p {
        font-size: 13px;
        margin-bottom: 15px;
    }
    .parallax-slider .owl-carousel a {
        font-size: 13px;
    }
}
/*=============== Demo 1 Homepage Slider ===============*/
.owl-banner-carousel .content.type1 h2{font-size:60px}
.owl-banner-carousel .content.type1 p{font-size:25px}
.owl-banner-carousel .content.type1 a{font-size:16px}

@media (max-width:1199px){
    .owl-banner-carousel .content.type1 h2{font-size:48px}
    .owl-banner-carousel .content.type1 p{font-size:20px}
    .owl-banner-carousel .content.type1 a{font-size:13px}
}
@media (max-width:991px){
    .owl-banner-carousel .content.type1 h2{font-size:36px}
    .owl-banner-carousel .content.type1 p{font-size:15px}
    .owl-banner-carousel .content.type1 a{font-size:10px}
}
@media (max-width:767px){
    .owl-banner-carousel .content.type1 h2{font-size:18px}
    .owl-banner-carousel .content.type1 p{display:none}
    .owl-banner-carousel .content.type1 a{font-size:8px}
}
/*=============== Demo 3 Homepage Slider ===============*/
#banner-slider-demo-3 .slide1-content em{font-size:26.26px;margin:0 10px}
#banner-slider-demo-3 .slide1-content h2{font-size:79.12px;margin:5px 0 10px}
#banner-slider-demo-3 .slide1-content p{font-size:23.64px}
#banner-slider-demo-3 .slide2-content em{font-size:26.26px;margin-left:8px}
#banner-slider-demo-3 .slide2-content h2{font-size:82.51px;margin:3px 0 10px}
#banner-slider-demo-3 .slide2-content p{font-size:18px;margin-left:8px;margin-bottom:30px}
#banner-slider-demo-3 .slide2-content p span.split{margin:0 13px 0 14px;border: 0;}
#banner-slider-demo-3 .slide2-content a.btn-default{font-size:14px;width:135px;height:40px;line-height:40px;padding:0;margin-right:3px}
#banner-slider-demo-3 .slide3-content em{font-size:26.26px}
#banner-slider-demo-3 .slide3-content h2{font-size:82.51px;margin-bottom:17px;}
#banner-slider-demo-3 .slide3-content a.btn-default{font-size:14px;width:135px;height:40px;line-height:40px;padding:0;margin-right:3px}
@media (max-width:991px){
    #banner-slider-demo-3 .slide1-content img.quote{width:30px}
    #banner-slider-demo-3 .slide1-content em{font-size:20px;margin:0 8px}
    #banner-slider-demo-3 .slide1-content h2{font-size:60px;margin:4px 0 8px}
    #banner-slider-demo-3 .slide1-content p{font-size:18px}
    #banner-slider-demo-3 .slide2-content em{font-size:20px;margin-left:7px}
    #banner-slider-demo-3 .slide2-content h2{font-size:65px;margin:2px 0 8px}
    #banner-slider-demo-3 .slide2-content p{font-size:15px;margin-left:7px;margin-bottom:25px}
    #banner-slider-demo-3 .slide2-content p span.split{margin:0 8px 0 9px}
    #banner-slider-demo-3 .slide2-content a.btn-default{font-size:12px;width:120px;height:35px;line-height:35px;padding:0;margin-right:1px}
    #banner-slider-demo-3 .slide3-content em{font-size:20px}
    #banner-slider-demo-3 .slide3-content h2{font-size:65px;margin-bottom:13px}
    #banner-slider-demo-3 .slide3-content a.btn-default{font-size:12px;width:120px;height:35px;line-height:35px;padding:0;margin-right:1px}
}
@media (max-width:640px){
    #banner-slider-demo-3 .slide1-content img.quote{width:15px}
    #banner-slider-demo-3 .slide1-content em{font-size:14px;margin:0 3px}
    #banner-slider-demo-3 .slide1-content h2{font-size:38px;margin:1px 0 5px}
    #banner-slider-demo-3 .slide1-content p{font-size:14px}
    #banner-slider-demo-3 .slide2-content em{font-size:14px;margin-left:3px}
    #banner-slider-demo-3 .slide2-content h2{font-size:39px;margin:0 0 5px}
    #banner-slider-demo-3 .slide2-content p{font-size:8px;margin-left:4px;margin-bottom:15px}
    #banner-slider-demo-3 .slide2-content p span.split{margin:0 7px 0 8px}
    #banner-slider-demo-3 .slide2-content a.btn-default{font-size:8px;width:80px;height:25px;line-height:25px;padding:0;margin-right:1px}
    #banner-slider-demo-3 .slide3-content em{font-size:14px}
    #banner-slider-demo-3 .slide3-content h2{font-size:38px;margin-bottom:8px}
    #banner-slider-demo-3 .slide3-content a.btn-default{font-size:8px;width:80px;height:25px;line-height:25px;padding:0;margin-right:1px}
}
/*=============== Demo 8 Homepage Slider ===============*/
#banner-slider-demo-8 .slide1-content em{font-size:26.26px;margin:0 10px}
#banner-slider-demo-8 .slide1-content h2{font-size:79.12px;margin:5px 0 10px}
#banner-slider-demo-8 .slide1-content p{font-size:23.64px}
#banner-slider-demo-8 .slide2-content em{font-size:26.26px;margin-left:8px}
#banner-slider-demo-8 .slide2-content h2{font-size:82.51px;margin:3px 0 10px}
#banner-slider-demo-8 .slide2-content p{font-size:18px;margin-left:8px;margin-bottom:30px}
#banner-slider-demo-8 .slide2-content p span.split{margin:0 13px 0 14px;border: 0;}
#banner-slider-demo-8 .slide2-content a.btn-default{font-size:14px;width:135px;height:40px;line-height:40px;padding:0;margin-right:3px}
#banner-slider-demo-8 .slide3-content em{font-size:26.26px}
#banner-slider-demo-8 .slide3-content h2{font-size:82.51px;margin-bottom:17px;}
#banner-slider-demo-8 .slide3-content a.btn-default{font-size:14px;width:135px;height:40px;line-height:40px;padding:0;margin-right:3px}
@media (max-width:991px){
    #banner-slider-demo-8 .slide1-content img.quote{width:30px}
    #banner-slider-demo-8 .slide1-content em{font-size:20px;margin:0 8px}
    #banner-slider-demo-8 .slide1-content h2{font-size:60px;margin:4px 0 8px}
    #banner-slider-demo-8 .slide1-content p{font-size:18px}
    #banner-slider-demo-8 .slide2-content em{font-size:20px;margin-left:7px}
    #banner-slider-demo-8 .slide2-content h2{font-size:65px;margin:2px 0 8px}
    #banner-slider-demo-8 .slide2-content p{font-size:15px;margin-left:7px;margin-bottom:25px}
    #banner-slider-demo-8 .slide2-content p span.split{margin:0 8px 0 9px}
    #banner-slider-demo-8 .slide2-content a.btn-default{font-size:12px;width:120px;height:35px;line-height:35px;padding:0;margin-right:1px}
    #banner-slider-demo-8 .slide3-content em{font-size:20px}
    #banner-slider-demo-8 .slide3-content h2{font-size:65px;margin-bottom:13px}
    #banner-slider-demo-8 .slide3-content a.btn-default{font-size:12px;width:120px;height:35px;line-height:35px;padding:0;margin-right:1px}
}
@media (max-width:640px){
    #banner-slider-demo-8 .slide1-content img.quote{width:15px}
    #banner-slider-demo-8 .slide1-content em{font-size:14px;margin:0 3px}
    #banner-slider-demo-8 .slide1-content h2{font-size:38px;margin:1px 0 5px}
    #banner-slider-demo-8 .slide1-content p{font-size:14px}
    #banner-slider-demo-8 .slide2-content em{font-size:14px;margin-left:3px}
    #banner-slider-demo-8 .slide2-content h2{font-size:39px;margin:0 0 5px}
    #banner-slider-demo-8 .slide2-content p{font-size:8px;margin-left:4px;margin-bottom:15px}
    #banner-slider-demo-8 .slide2-content p span.split{margin:0 7px 0 8px}
    #banner-slider-demo-8 .slide2-content a.btn-default{font-size:8px;width:80px;height:25px;line-height:25px;padding:0;margin-right:1px}
    #banner-slider-demo-8 .slide3-content em{font-size:14px}
    #banner-slider-demo-8 .slide3-content h2{font-size:38px;margin-bottom:8px}
    #banner-slider-demo-8 .slide3-content a.btn-default{font-size:8px;width:80px;height:25px;line-height:25px;padding:0;margin-right:1px}
}
/*=============== Demo 4 Homepage Slider ===============*/
#banner-slider-demo-4 .slide1-content em{font-size:26.26px;margin:0 10px}
#banner-slider-demo-4 .slide1-content h2{font-size:79.12px;margin:5px 0 10px}
#banner-slider-demo-4 .slide1-content p{font-size:23.64px}
#banner-slider-demo-4 .slide2-content em{font-size:26.26px;margin-left:8px}
#banner-slider-demo-4 .slide2-content h2{font-size:82.51px;margin:3px 0 10px}
#banner-slider-demo-4 .slide2-content p{font-size:18px;margin-left:8px;margin-bottom:30px}
#banner-slider-demo-4 .slide2-content p span.split{margin:0 13px 0 14px;border: 0;}
#banner-slider-demo-4 .slide2-content a.btn-default{font-size:14px;width:135px;height:40px;line-height:40px;padding:0;margin-right:3px}
#banner-slider-demo-4 .slide3-content em{font-size:26.26px}
#banner-slider-demo-4 .slide3-content h2{font-size:82.51px;margin-bottom:17px;}
#banner-slider-demo-4 .slide3-content a.btn-default{font-size:14px;width:135px;height:40px;line-height:40px;padding:0;margin-right:3px}
@media (max-width:991px){
    #banner-slider-demo-4 .slide1-content img.quote{width:30px}
    #banner-slider-demo-4 .slide1-content em{font-size:20px;margin:0 8px}
    #banner-slider-demo-4 .slide1-content h2{font-size:60px;margin:4px 0 8px}
    #banner-slider-demo-4 .slide1-content p{font-size:18px}
    #banner-slider-demo-4 .slide2-content em{font-size:20px;margin-left:7px}
    #banner-slider-demo-4 .slide2-content h2{font-size:65px;margin:2px 0 8px}
    #banner-slider-demo-4 .slide2-content p{font-size:15px;margin-left:7px;margin-bottom:25px}
    #banner-slider-demo-4 .slide2-content p span.split{margin:0 8px 0 9px}
    #banner-slider-demo-4 .slide2-content a.btn-default{font-size:12px;width:120px;height:35px;line-height:35px;padding:0;margin-right:1px}
    #banner-slider-demo-4 .slide3-content em{font-size:20px}
    #banner-slider-demo-4 .slide3-content h2{font-size:65px;margin-bottom:13px}
    #banner-slider-demo-4 .slide3-content a.btn-default{font-size:12px;width:120px;height:35px;line-height:35px;padding:0;margin-right:1px}
}
@media (max-width:640px){
    #banner-slider-demo-4 .slide1-content img.quote{width:15px}
    #banner-slider-demo-4 .slide1-content em{font-size:14px;margin:0 3px}
    #banner-slider-demo-4 .slide1-content h2{font-size:38px;margin:1px 0 5px}
    #banner-slider-demo-4 .slide1-content p{font-size:14px}
    #banner-slider-demo-4 .slide2-content em{font-size:14px;margin-left:3px}
    #banner-slider-demo-4 .slide2-content h2{font-size:39px;margin:0 0 5px}
    #banner-slider-demo-4 .slide2-content p{font-size:8px;margin-left:4px;margin-bottom:15px}
    #banner-slider-demo-4 .slide2-content p span.split{margin:0 7px 0 8px}
    #banner-slider-demo-4 .slide2-content a.btn-default{font-size:8px;width:80px;height:25px;line-height:25px;padding:0;margin-right:1px}
    #banner-slider-demo-4 .slide3-content em{font-size:14px}
    #banner-slider-demo-4 .slide3-content h2{font-size:38px;margin-bottom:8px}
    #banner-slider-demo-4 .slide3-content a.btn-default{font-size:8px;width:80px;height:25px;line-height:25px;padding:0;margin-right:1px}
}
.slider-with-side {
    margin: 0 -8px;
}
.slider-with-side .slider-area {
    padding: 0 8px;
    float: left;
    width: 72.3%;
}
.slider-with-side .slider-area .item .content .ribbon {
    right: 13px;
    top: 16px;
}
.slider-with-side .slider-area .item .content .ribbon em {
    font-size: 14px;
    margin: 0;
    margin-right: 63px;
}
.slider-with-side .slider-area .item .content .ribbon h3 {
    font-size: 33px;
    margin: 0;
    margin-right: 14px;
}
.slider-with-side .slider-area .item .content .ribbon h5 {
    font-size: 18px;
    margin: 0;
    margin-top: -3px;
}
.slider-with-side .slider-area .item .content .text-area h2 {
    display: inline-block;
    padding: 7px 50px 7px 11px;
    font-size: 42.7px;
    margin-bottom: 4px;
}
.slider-with-side .slider-area .item .content .text-area p {
    display: inline-block;
    padding: 12px 17px 12px 13px;
    font-size: 17.58px;
    margin: 0;
}
@media (max-width: 1199px) {
    .slider-with-side .slider-area .item .content .ribbon {
        right: 11px;
        top: 11px;
    }
    .slider-with-side .slider-area .item .content .ribbon em {
        font-size: 13px;
        margin-right: 60px;
    }
    .slider-with-side .slider-area .item .content .ribbon h3 {
        font-size: 30px;
        margin-right: 12px;
    }
    .slider-with-side .slider-area .item .content .ribbon h5 {
        font-size: 16px;
        margin-top: -2px;
    }
    .slider-with-side .slider-area .item .content .text-area h2 {
        padding: 6px 45px 6px 10px;
        font-size: 38px;
    }
    .slider-with-side .slider-area .item .content .text-area p {
        padding: 10px 15px 10px 11px;
        font-size: 15px;
    }
}
@media (max-width: 767px) {
    .slider-with-side .slider-area .item .content .ribbon {
        right: 3px;
        top: 3px;
    }
    .slider-with-side .slider-area .item .content .ribbon em {
        font-size: 8px;
        margin-right: 40px;
    }
    .slider-with-side .slider-area .item .content .ribbon h3 {
        font-size: 22px;
        margin-right: 7px;
    }
    .slider-with-side .slider-area .item .content .ribbon h5 {
        font-size: 10px;
        margin-top: -1px;
    }
    .slider-with-side .slider-area .item .content .text-area h2 {
        padding: 4px 38px 4px 7px;
        font-size: 22px;
    }
    .slider-with-side .slider-area .item .content .text-area p {
        padding: 6px 11px 6px 8px;
        font-size: 9px;
    }
}
@media (max-width: 480px) {
    .slider-with-side .slider-area .item .content .ribbon {
        right: 3px;
        top: 1px;
    }
    .slider-with-side .slider-area .item .content .ribbon em {
        font-size: 6px;
        margin-right: 22px;
    }
    .slider-with-side .slider-area .item .content .ribbon h3 {
        font-size: 14px;
        margin-right: 2px;
    }
    .slider-with-side .slider-area .item .content .ribbon h5 {
        font-size: 6px;
        margin-top: -1px;
    }
    .slider-with-side .slider-area .item .content .text-area p {
        display: none;
    }
}
.slider-with-side .side-area {
    padding: 0 8px 0 7px;
    float: left;
    width: 27.7%;
}
.slider-with-side .side-area .item1, .slider-with-side .side-area .item2, .slider-with-side .side-area .item3 {
    margin-bottom: 9px;
    position: relative;
    overflow: hidden;
}
.slider-with-side .side-area .item1:before, .slider-with-side .side-area .item2:before, .slider-with-side .side-area .item3:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0;
    filter: alpha(Opacity=0);
    visibility: hidden;
    transition: all 0.2s;
}
.slider-with-side .side-area .item1:hover:before, .slider-with-side .side-area .item2:hover:before, .slider-with-side .side-area .item3:hover:before {
    opacity: 0.1;
    filter: alpha(Opacity=10);
    visibility: visible;
}
.slider-with-side .side-area .item1 .content {
    position: absolute;
    bottom: 17px;
    left: 15px;
    text-align: left;
}
.slider-with-side .side-area .item1 .content em {
    font-size: 27.45px;
    margin: 0;
    margin-bottom: 2px;
    display: block;
    margin-left: 4px;
}
.slider-with-side .side-area .item1 .content h2 {
    font-size: 35.16px;
    margin: 0;
    margin-bottom: 14px;
}
.slider-with-side .side-area .item1 .content a {
    font-size: 15.08px;
    margin: 0;
    margin-left: 4px;
    display: block;
}
.slider-with-side .side-area .item2 .content {
    position: absolute;
    bottom: 17px;
    left: 21px;
    text-align: left;
}
.slider-with-side .side-area .item2 .content h2 {
    font-size: 33.86px;
    margin: 0;
    margin-bottom: 12px;
}
.slider-with-side .side-area .item2 .content p {
    font-size: 18.34px;
    margin: 0;
    margin-left: 1px;
}
.slider-with-side .side-area .item2 .content a {
    font-size: 13px;
    border: 0;
    text-shadow: none;
    padding: 8px 10px 8px 15px;
    margin: 13px 0 0 25px;
}
.slider-with-side .side-area .item3 {
    margin: 0 !important;
}
.slider-with-side .side-area .item3 .content {
    position: absolute;
    bottom: 17px;
    left: 19px;
    text-align: left;
}
.slider-with-side .side-area .item3 .content h2 {
    font-size: 32px;
    margin: 0;
}
.slider-with-side .side-area .item3 .content p {
    font-size: 20px;
    margin: 0;
    margin-bottom: 17px;
}
.slider-with-side .side-area .item3 .content a {
    font-size: 16px;
    margin: 0;
}
@media (max-width: 1199px) {
    .slider-with-side .side-area .item1 .content {
        bottom: 15px;
        left: 13px;
    }
    .slider-with-side .side-area .item1 .content em {
        font-size: 22px;
        margin-left: 2px;
    }
    .slider-with-side .side-area .item1 .content h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .slider-with-side .side-area .item1 .content a {
        font-size: 13px;
        margin-left: 2px;
    }
    .slider-with-side .side-area .item2 {
        margin-bottom: 8px;
    }
    .slider-with-side .side-area .item2 .content {
        bottom: 15px;
        left: 15px;
    }
    .slider-with-side .side-area .item2 .content h2 {
        font-size: 28px;
        margin-bottom: 10px;
    }
    .slider-with-side .side-area .item2 .content p {
        font-size: 13px;
    }
    .slider-with-side .side-area .item2 .content a {
        font-size: 12px;
        padding: 7px 8px 7px 13px;
        margin: 5px 0 0 25px;
    }
    .slider-with-side .side-area .item3 .content {
        bottom: 15px;
        left: 15px;
    }
    .slider-with-side .side-area .item3 .content h2 {
        font-size: 28px;
    }
    .slider-with-side .side-area .item3 .content p {
        font-size: 17px;
        margin-bottom: 15px;
    }
    .slider-with-side .side-area .item3 .content a {
        font-size: 14px;
    }
}
@media (max-width: 991px) {
    .slider-with-side .slider-area {
        padding: 0 8px;
        float: none;
        width: 100%;
    }
    .slider-with-side .side-area {
        padding: 0;
        float: none;
        width: 100%;
    }
    .slider-with-side .side-area .item1, .slider-with-side .side-area .item2, .slider-with-side .side-area .item3 {
        padding: 8px;
        width: 33.33%;
        float: left;
        margin: 0;
    }
    .slider-with-side .side-area .item1 .content {
        bottom: 20px;
        left: 20px;
    }
    .slider-with-side .side-area .item2 .content {
        bottom: 20px;
        left: 15px;
    }
    .slider-with-side .side-area .item3 .content {
        bottom: 20px;
        left: 20px;
    }
}
@media (max-width: 767px) {
    .slider-with-side .side-area .item1, .slider-with-side .side-area .item2, .slider-with-side .side-area .item3 {
        padding: 8px;
        width: 100%;
        float: none;
    }
    .slider-with-side .side-area img {
        width: 100%;
    }
    .slider-with-side .side-area .item1 .content {
        bottom: 30px;
        left: 25px;
    }
    .slider-with-side .side-area .item2 .content {
        bottom: 30px;
        left: 25px;
    }
    .slider-with-side .side-area .item3 .content {
        bottom: 30px;
        left: 25px;
    }
}
.banner-content-6 {
    padding: 290px 0 80px;
    line-height: 1;
}
.banner-content-6 .text-content em {
    font-size: 26.26px;
    margin-left: 5px;
    margin-bottom: 5px;
}
.banner-content-6 .text-content h2 {
    font-size: 79.12px;
    letter-spacing: -4px;
}
.banner-content-6 .text-content p {
    margin: 0;
}
.banner-content-6 .text-content p span {
    font-size: 23.64px;
    padding-left: 5px;
    line-height: 2;
}
.banner-content-6 .text-content p a {
    font-size: 16px;
    padding: 10px 35px;
    margin-left: 5px;
    margin-top: 7px;
    margin-bottom: 125px;
}
.filter-title-type-2 {
    font-size: 19px;
    margin: 0;
    font-weight: 300;
    margin-bottom: 20px;
    display: table;
    width: 100%;
}
.filter-title-type-2 span {
    display: table-cell;
    position: relative;
}
.filter-title-type-2 span.title-line:after {
    content: "";
    width: 100%;
    border-top: 1px solid #d8d8d8;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -1px;
}
.one-product .filterproduct-title {
    background: #fff;
    text-align: center;
    color: #333;
    font-weight: 700;
    line-height: 50px;
}
.one-product .products-grid {
    margin: 0;
    background-color: #fff;
    padding-bottom: 20px;
}
.one-product .product-item-info .product-item-details {
    padding-top: 20px;
}
.one-product .owl-dots {
    margin-top: 0;
}
.shop-features {
    text-align: center;
}
.shop-features [class*=" porto-icon-"], .shop-features [class^="porto-icon-"] {
    color: #333;
    width: 64px;
    height: 64px;
    text-align: center;
    line-height: 60px;
    display: inline-block;
    border: 2px solid #ccc;
    border-radius: 50%;
    font-size: 28px;
}
.shop-features h3 {
    color: #121214;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    margin: 20px 0 10px;
}
.shop-features p {
    color: #777;
    font-size: 14px;
    margin: 0;
    margin-bottom: 15px;
    padding: 0 20px;
}
.shop-features a {
    margin: 0;
    font-size: 14px;
}
.hide-addtocart .products-grid .product-item-actions .actions-primary, .hide-addtocart .products-grid .product-item-details .product-item-actions .actions-primary {
    display: none;
}
.hide-addtolinks .products-grid .product-item-info .product-item-details .product-item-actions .actions-secondary.towishlist, 
.hide-addtolinks .products-grid .product-item-info .product-item-details .product-item-actions .actions-secondary.tocompare,
.hide-addtolinks .products-grid .product-item-info .product-item-actions .actions-secondary.towishlist, 
.hide-addtolinks .products-grid .product-item-info .product-item-actions .actions-secondary.tocompare {
    display: none;
}
.owl-middle-outer-narrow .owl-theme .owl-controls {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -22px;
}
.owl-middle-outer-narrow .owl-theme .owl-controls .owl-nav [class*=owl-] {
    position: absolute;
    color: #3d3734;
}
.owl-middle-outer-narrow .owl-theme .owl-controls .owl-nav .owl-prev {
    left: -60px;
}
.owl-middle-outer-narrow .owl-theme .owl-controls .owl-nav .owl-next {
    right: -60px;
}
.owl-bottom-narrow .owl-controls {
    position: absolute;
    bottom: 20px;
    margin: 0;
    width: 100%;
}
.filterproducts-tab .data.items {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 18px;
    margin-left: -15px;
    margin-right: -15px;
}
.filterproducts-tab .data.items > .item.title {
    box-sizing: border-box;
    float: none;
    width: 100%;
}
.filterproducts-tab .data.items > .item.title[aria-expanded=true] a.switch {
    color: #08c;
}
.filterproduct-title > a {
    font-size: 13px;
    font-weight: 400;
    text-transform: none;
}
.sidebar .custom-block {
    margin-bottom: 30px;
    padding-bottom: 40px;
    background: url(../../frontend/Mobilityexpress/porto/en_US/images/bkg_4.png) bottom no-repeat;
}
@media (min-width: 768px){
    .filterproducts-tab .data.items {
        position: relative;
        z-index: 1;
        border-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        background: url(../../frontend/Mobilityexpress/porto/en_US/images/slider-bar.png) right 10px no-repeat;
    }
    .filterproducts-tab .data.items:before, .filterproducts-tab .data.items:after {
        content: '';
        display: table;
    }
    .filterproducts-tab .data.items:after {
        clear: both;
    }
    .filterproducts-tab .data.items > .item.title {
        float: left;
        width: auto;
        margin: 0;
        padding: 0;
        background-color: #fff;
    }
    .filterproducts-tab .data.items > .item.title a.switch {
        color: #313131;
        font-size: 16px;
        line-height: 20px;
        font-weight: 700;
        text-transform: uppercase;
        padding: 0 15px;
        border-left: 1px solid #ddd;
    }
    .filterproducts-tab .data.items > .item.title:first-child a.switch {
        padding-left: 0;
        border: 0;
    }
    .filterproducts-tab .data.items > .item.content {
        margin-top: 30px;
        box-sizing: border-box;
        float: right;
        margin-left: -100%;
        width: 100%;
    }
}
@media (max-width: 768px){
    .filterproducts-tab .data.items > .item.title {
        padding: 10px;
        border-top: 1px solid #eee;
    }
    .filterproducts-tab .data.items > .item.title a.switch {
        color: #313131;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
    }
}

.grid-images {
    text-align: center;
}
.grid-images .row {
    margin-left: -10px;
    margin-right: -10px;
}
.grid-images .col-sm-4, .grid-images .col-sm-8 {
    padding-left: 10px;
    padding-right: 10px;
}
.grid-images img {
    max-width: 100%;
}
.grid-images .grid1 img, .grid-images .grid2 img, .grid-images .grid3 img {
    opacity: 1;
    filter: alpha(Opacity=100);
    visibility: visible;
    transition: all 0.2s;
}
.grid-images .grid1:hover img, .grid-images .grid2:hover img, .grid-images .grid3:hover img {
    opacity: 0.8;
    filter: alpha(Opacity=80);
    visibility: visible;
}
.grid-images .grid1 {
    margin-bottom: 10px;
}
@media (max-width: 1199px) {
    .grid-images .grid1 {
        margin-bottom: 9px;
    }
}
@media (max-width: 767px) {
    .grid-images .grid2 {
        margin-bottom: 9px;
    }
}
@media (min-width: 992px){
    .md-f-right {
        float: right !important;
    }
}
@media (min-width: 768px){
    .sm-f-right {
        float: right !important;
    }
}
.side-custom-menu {
    border: 1px solid #ddd;
    border-radius: 7px;
    overflow: hidden;
}
.side-custom-menu h2 {
    color: #000;
    border-bottom: 1px solid #ddd;
    font-size: 13px;
    font-weight: 700;
    text-align: left;
    padding: 13px 13px 12px;
    background-color: #f5f5f5;
    line-height: 1;
    margin: 0;
}
.side-custom-menu ul {
    padding: 0 12px;
    margin: 0;
    list-style: none;
}
.side-custom-menu ul li {
    text-align: left;
    padding: 13px 4px 12px;
    border-top: 1px solid #ddd;
    margin: 0;
    line-height: 1;
}
.side-custom-menu ul li:first-child {
    border: 0;
}
.side-custom-menu ul li a {
    color: #777;
    font-size: 15px;
    line-height: 1;
    display: block;
}
.home-side-menu-type2{margin-bottom:50px}
.home-side-menu-type2>h2{font-size:15px;font-weight:600;color:#333;margin-bottom:15px;margin-top:0;}
.home-side-menu-type2>h2>i.icon-menu:before{margin-left:0}
.side-menu-type2.side-block{border-top:1px solid #ddd}
.side-menu-type2.side-block ul.category-sidebar{padding:0;list-style:none}
.side-menu-type2.side-block ul.category-sidebar ul{list-style:none;margin:0;display:none;padding-left:1.5em}
.side-menu-type2.side-block ul.category-sidebar>li{padding-left:12px;display:block;line-height:40px;border-bottom:1px solid #ddd}
.side-menu-type2.side-block ul.category-sidebar li{position:relative}
.side-menu-type2.side-block ul.category-sidebar a{font-size:13px;color:#777}
.side-menu-type2.side-block ul.category-sidebar a:hover{color:#000;text-decoration:none}
.side-menu-type2.side-block ul.category-sidebar>li>a{font-size:15px}
.side-menu-type2.side-block ul.category-sidebar ul>li{line-height:40px;border-top:1px solid #ddd}
.side-menu-type2.side-block ul.category-sidebar ul>li:first-child{border-top:0}
.featured-box-2{margin:30px 0}
.featured-box-2 h3{color:#121213;font-size:15px;border-bottom:1px solid #ddd;line-height:1.4;padding:8px 0;margin-bottom:10px}
.featured-box-2 h3 em{font-size:18px}
.featured-box-2 p{font-size:14px;margin-bottom:10px}
.featured-box-2 a{font-size:14px}
.social-icons [class^="porto-icon-"] {
    color: #fff;
}
.sidebar-title {
    margin-bottom: 17px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #313131;
    line-height: 1;
}
.f-left {
    float: left !important;
}
.f-right {
    float: right !important;
}
.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 .payment-method-billing-address .action-cancel:hover, .checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:hover, .checkout-agreements-block .action-show:hover, .gift-options .actions-toolbar .action-cancel:hover, .gift-summary .action-edit:hover, .gift-summary .action-delete:hover, .gift-wrapping-title .action-remove:hover, .wishlist.split.button > .action:hover, .abs-add-fields .action.remove: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-add-invitations .action.remove:hover, .form-create-return .action.remove:hover, .form.send.friend .action.remove:hover {
    text-decoration: none;
}
body.boxed {
    padding: 24px 0 17px;
    background: url(../../frontend/Mobilityexpress/porto/en_US/images/boxed_bg.png) repeat;
}
body.boxed .page-wrapper {
    width: 1170px;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
}
.fotorama .fotorama__fullscreen-icon {
    display: block;
}
.fotorama .fotorama-sprite, .fotorama__fullscreen .fotorama .fotorama__zoom-out, .fotorama__fullscreen .fotorama .fotorama__zoom-in, .fotorama .fotorama__arr .fotorama__arr__arr, .fotorama .fotorama__fullscreen-icon, .fotorama .fotorama__thumb__arr {
    background: none;
    color: #08c;
}
.fotorama-sprite:before, .fotorama__fullscreen .fotorama__zoom-out:before, .fotorama__fullscreen .fotorama__zoom-in:before, .fotorama__arr .fotorama__arr__arr:before, .fotorama__fullscreen-icon:before, .fotorama__thumb__arr:before {
    font-family: 'porto-icons';
    display: block;
    text-align: center;
}
.fotorama .fotorama__arr .fotorama__arr__arr {
    height: auto;
}
.fotorama__arr--next .fotorama__arr__arr:before {
    content: "\f809";
    font-size: 35px;
    line-height: 1;
}

.fotorama__arr--prev .fotorama__arr__arr:before {
    content: "\f80a";
    font-size: 35px;
    line-height: 1;
}
.fotorama__thumb__arr--left .fotorama__thumb__arr:before {
    content: "\f80a";
    font-size: 30px;
    line-height: 1;
}

.fotorama__thumb__arr--right .fotorama__thumb__arr:before {
    content: "\f809";
    font-size: 30px;
    line-height: 1;
}
.fotorama__zoom-in:before {
    content: "\f85a";
    font-size: 20px;
    line-height: 50px;
}
.fotorama__zoom-out:before {
    content: "\f85b";
    font-size: 20px;
    line-height: 50px;
}
.fotorama__fullscreen-icon:before {
    content: "\f859";
    font-size: 20px;
    line-height: 50px;
}
.fotorama__stage {
    border: 1px solid #ddd;
    border-radius: 7px;
    background: #fff;
    max-width: 100%;
    overflow: hidden;
}
.fotorama__nav--thumbs .fotorama__thumb {
    border: 1px solid #ccc !important;
    border-radius: 5px;
    background-color: #fff;
}
.fotorama__nav .fotorama__thumb__arr {
    padding-bottom: 0;
}
.fotorama__nav .fotorama__thumb-border {
    border-radius: 5px;
}
.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
    border: 3px solid #fff !important;
}
.fotorama__stage__shaft {
    border: 3px solid #fff;
    box-sizing: border-box;
    max-width: 100%;
}
.message {
    border-radius: 5px;
}
@media (max-width: 1199px) {
    body.boxed .page-wrapper {
        width: 980px;
    }
}
@media (max-width: 991px) {
    body.boxed .page-wrapper {
        width: 750px;
    }
}
@media (max-width: 767px) {
    body.boxed .page-wrapper {
        width: 630px;
    }
    .sm-clearer {
        clear: both;
    }
}
@media (max-width: 640px) {
    body.boxed .page-wrapper {
        width: 460px;
    }
}
@media (max-width: 480px) {
    body.boxed .page-wrapper {
        width: 300px;
    }
}

.block.block-border {
    border-radius: 7px;
    overflow: hidden;
}
.block.block-border .block-title {
    padding: 10px 15px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
    color: #777;
    position: relative;
    border-radius: 7px 7px 0 0;
    margin: 0;
}
.block.block-border .block-content {
    padding: 10px 15px;
    font-size: 13px;
    border: 1px solid #ddd;
    border-top: 0;
    border-radius: 0 0 7px 7px;
    background-color: #fbfbfb;
}
.category-sidebar {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 1.42857143;
}
.category-sidebar li {
    position: relative;
    margin: 0;
}
.category-sidebar ul {
    display: none;
    list-style: none;
    padding: 0 0 0 15px;
    margin: 0;
}
.category-sidebar li > .expand-icon {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    line-height: 32px;
}
.category-sidebar li > a:not(.expand-icon) {
    color: #777;
    font-size: 13px;
    line-height: 2.5;
}
@media (max-width: 1199px) {
    .home-side-menu .sw-megamenu.navigation.side-megamenu li.level0.fullwidth > .submenu {
        width: 728px;
        width: calc(75vw - 19.5px);
    }
    .home-side-menu .sw-megamenu.navigation.side-megamenu li.level0 > a {
        font-size: 13px;
        line-height: 34px;
    }
    .home-side-menu .sw-megamenu.navigation.side-megamenu li.level0.parent > a:after {
        line-height: 34px;
    }
    .home-side-menu h2.side-menu-title {
        padding: 9px 15px;
    }
}
@media (max-width: 991px) {
    .home-side-menu {
        display: none;
    }
}

.cms-index-index blockquote.testimonial{background-color:#08c;border:0;border-radius:10px;color:#fff;font-family:Georgia,serif;font-style:italic;margin:0;padding:10px 50px;position:relative;font-size:1.2em;line-height:1.3}
.cms-index-index blockquote.testimonial:before{left:10px;top:0;color:#fff;content:"\201C";font-size:80px;font-style:normal;line-height:1;position:absolute}
.cms-index-index blockquote.testimonial:after{right:10px;bottom:-0.5em;color:#fff;content:"\201D";font-size:80px;font-style:normal;line-height:1;position:absolute}
.cms-index-index .testimonial-arrow-down{border:15px solid transparent;border-top-color:#08c;border-bottom:0;height:0;margin:0 0 0 25px;width:0}
.cms-index-index .testimonial-author{margin:8px 0 0 8px}
.cms-index-index .testimonial-author .img-thumbnail{border-radius:7px;float:left;margin-right:10px;position:relative;padding:4px;line-height:1.5;background-color:#fff;border:1px solid #ddd;display:inline-block;max-width:100%;height:auto}
.cms-index-index .testimonial-author .img-thumbnail img{max-width:60px;display:inline-block;height:auto}
.cms-index-index .testimonial-author p{color:#666;margin:0 0 0 25px;text-align:left;line-height:24px}
.cms-index-index .testimonial-author p >strong{color:#111;display:block;padding-top:7px;font-size:14px}
.cms-index-index .testimonial-author span{color:#666;display:block;font-size:12px}

.block.block-subscribe.home-sidebar-block{border:1px solid #ddd;border-top:5px solid #08c;border-radius:7px;background-color:#fbfbfb;text-align:center;padding:25px 20px 0}
.block.block-subscribe.home-sidebar-block .block-title strong{font-size:16px;color:#313131;font-weight:700;text-transform:uppercase;padding:30px 0 20px}
.block.block-subscribe.home-sidebar-block .block-content p{line-height:1.8}
.block.block-subscribe.home-sidebar-block label.label{display: none}

.block.block-subscribe.home-sidebar-block .newsletter .control{padding:10px 10px 40px 10px;position:relative}
.block.block-subscribe.home-sidebar-block .newsletter .control input{padding:5px 60px 5px 10px;border:1px solid #d3d3d3;border-radius:5px;background-color:#fefefe;line-height:16px;height:34px}
.block.block-subscribe.home-sidebar-block button.subscribe{width:50px;height:34px;padding:0;line-height:32px;height:32px;background-color:#fefefe;color:#515151;border:0;border-left:1px solid #d3d3d3;border-radius:0 5px 5px 0;position:absolute;right:11px;top:11px}

.shop-features h2.shop-features-title{position:relative;text-align:center;margin:30px 0}
.shop-features h2.shop-features-title:before{content:"";background-image:linear-gradient(to right,transparent,rgba(0,0,0,0.2),transparent);height:1px;width:100%;display:block;position:absolute;top:50%}
.shop-features h2.shop-features-title span{background-color:#fff;display:inline-block;position:relative;z-index:1;padding:0 12px;color:#313131;font-weight:700;font-size:15px;line-height: 33px;vertical-align: top;}

.homepage-grid-banner{padding:0}
.homepage-grid-banner *{transition:all 0.2s}
.homepage-grid-banner .row{margin-left:-4px;margin-right:-4px}
.homepage-grid-banner .col-sm-1,.homepage-grid-banner .col-sm-2,.homepage-grid-banner .col-sm-3,.homepage-grid-banner .col-sm-4,.homepage-grid-banner .col-sm-5,.homepage-grid-banner .col-sm-6,.homepage-grid-banner .col-sm-7,.homepage-grid-banner .col-sm-8,.homepage-grid-banner .col-sm-9,.homepage-grid-banner .col-sm-10,.homepage-grid-banner .col-sm-11,.homepage-grid-banner .col-sm-12{padding-left:4px;padding-right:4px}
.homepage-grid-banner .col-sm-margin{margin-bottom:8px}
.homepage-grid-banner img{width:100%}
.homepage-grid-banner .content a{font-size:16px;margin-right:5px;}
.homepage-grid-banner .content a.btn-default{font-size:13px;margin:0;border:0;padding-right:3px;color:#fff}
.homepage-grid-banner .ribbon{width:33.5%;height:22.3%}
.homepage-grid-banner .ribbon:before{content:"";position:absolute;right:0;top:0;border:150px solid #08c;border-right:0;border-bottom:0;border-left:200px solid transparent;}
.homepage-grid-banner .ribbon>div{width:90%}
.homepage-grid-banner .ribbon em{font-size:14px}
.homepage-grid-banner .ribbon h4{font-size:33px;line-height:1;margin:0}
.homepage-grid-banner .ribbon h5{font-size:18px;line-height:1;margin:0}
.homepage-grid-banner .grid1,.homepage-grid-banner .grid2,.homepage-grid-banner .grid3,.homepage-grid-banner .grid4{cursor:pointer;overflow:hidden;min-height:50px}
.homepage-grid-banner .grid1:before,.homepage-grid-banner .grid2:before,.homepage-grid-banner .grid3:before,.homepage-grid-banner .grid4:before{content:"";width:100%;height:100%;position:absolute;left:0;top:0;background-color:#000;opacity:0;filter:alpha(Opacity=0);visibility:hidden;transition:all 0.2s}
.homepage-grid-banner .grid1:hover:before,.homepage-grid-banner .grid2:hover:before,.homepage-grid-banner .grid3:hover:before,.homepage-grid-banner .grid4:hover:before{opacity:0.1;filter:alpha(Opacity=10);visibility:visible}
.homepage-grid-banner .grid1 .content h2{font-size:70.72px;line-height:1;margin:0 0 5px 0;}
.homepage-grid-banner .grid1 .content p{font-size:29.47px;line-height:1;margin:0;margin-bottom:10px;margin-right:4px}
.homepage-grid-banner .grid2 .content h3{font-size:28.88px;line-height:1;margin:0 0 5px 0;}
.homepage-grid-banner .grid2 .content h2{font-size:28.88px;line-height:1;margin:0 0 5px 0;}
.homepage-grid-banner .grid2 .content p{font-size:17.58px;line-height:1;margin:0;margin-bottom:15px}
.homepage-grid-banner .grid3 .content h2{font-size:46px;line-height:1;margin:0}
.homepage-grid-banner .grid3 .content h5{font-size:16px;line-height:1;margin:0;margin-bottom:30px}
.homepage-grid-banner .grid3 .content p{font-size:16px;line-height:1;margin:0;margin-bottom:5px}
.homepage-grid-banner .grid3 .content h4{font-size:22.72px;line-height:1;margin-top:20px;margin-bottom:0}
.homepage-grid-banner .grid3 .content h4>span{font-size:17.66px;line-height:1}
.homepage-grid-banner .grid3 .content h3{font-size:37.71px;line-height:1;margin:0;margin-bottom:15px}
.homepage-grid-banner .grid3 .content h3>span{font-size:25.14px;line-height:1}
.homepage-grid-banner .grid4 .content h2{font-size:33.86px;line-height:1.2;margin:0;margin-bottom:15px}
.homepage-grid-banner .grid4 .content p{font-size:19.75px;line-height:1.2;margin:0;margin-bottom:17px}

@media (max-width:1199px){
    .homepage-grid-banner .row{margin-left:-3px;margin-right:-3px}
    .homepage-grid-banner .col-sm-1,.homepage-grid-banner .col-sm-2,.homepage-grid-banner .col-sm-3,.homepage-grid-banner .col-sm-4,.homepage-grid-banner .col-sm-5,.homepage-grid-banner .col-sm-6,.homepage-grid-banner .col-sm-7,.homepage-grid-banner .col-sm-8,.homepage-grid-banner .col-sm-9,.homepage-grid-banner .col-sm-10,.homepage-grid-banner .col-sm-11,.homepage-grid-banner .col-sm-12{padding-left:3px;padding-right:3px}
    .homepage-grid-banner .col-sm-margin{margin-bottom:7px}
    .homepage-grid-banner .content a.btn-default{font-size:11px}
    .homepage-grid-banner .grid1 .content h2{font-size:55.16px}
    .homepage-grid-banner .grid1 .content p{font-size:23px;margin-right:3.12px}
    .homepage-grid-banner .grid2 .content h3{font-size:22.53px}
    .homepage-grid-banner .grid2 .content h2{font-size:22.53px}
    .homepage-grid-banner .grid2 .content p{font-size:13.71px;margin-bottom:11.7px}
    .homepage-grid-banner .grid3 .content h2{font-size:35.88px}
    .homepage-grid-banner .grid3 .content h5{font-size:12.48px;margin-bottom:23.4px}
    .homepage-grid-banner .grid3 .content p{font-size:12.48px;margin-bottom:3.9px}
    .homepage-grid-banner .grid3 .content h4{font-size:17.72px;margin-top:15.6px}
    .homepage-grid-banner .grid3 .content h4>span{font-size:13.77px}
    .homepage-grid-banner .grid3 .content h3{font-size:29.41px;margin-bottom:11.7px}
    .homepage-grid-banner .grid3 .content h3>span{font-size:19.6px}
    .homepage-grid-banner .grid4 .content h2{font-size:29px;margin-bottom:12px}
    .homepage-grid-banner .grid4 .content p{font-size:17px;margin-bottom:11.7px}
}

@media (max-width:991px){
    .homepage-grid-banner .row{margin-left:-2px;margin-right:-3px}
    .homepage-grid-banner .col-sm-1,.homepage-grid-banner .col-sm-2,.homepage-grid-banner .col-sm-3,.homepage-grid-banner .col-sm-4,.homepage-grid-banner .col-sm-5,.homepage-grid-banner .col-sm-6,.homepage-grid-banner .col-sm-7,.homepage-grid-banner .col-sm-8,.homepage-grid-banner .col-sm-9,.homepage-grid-banner .col-sm-10,.homepage-grid-banner .col-sm-11,.homepage-grid-banner .col-sm-12{padding-left:2px;padding-right:3px}
    .homepage-grid-banner .col-sm-margin{margin-bottom:4px}
    .homepage-grid-banner .content a.btn-default{font-size:10px;padding:4px 6px;padding-right:3px}
    .homepage-grid-banner .grid1 .content h2{font-size:42.43px}
    .homepage-grid-banner .grid1 .content p{font-size:17.68px;margin-bottom:6px;margin-right:2.4px}
    .homepage-grid-banner .grid2 .content h3{font-size:17.33px}
    .homepage-grid-banner .grid2 .content h2{font-size:17.33px}
    .homepage-grid-banner .grid2 .content p{font-size:10.55px;margin-bottom:9px}
    .homepage-grid-banner .grid3 .content h2{font-size:27.6px}
    .homepage-grid-banner .grid3 .content h5{font-size:9.6px;margin-bottom:18px}
    .homepage-grid-banner .grid3 .content p{font-size:9.6px;margin-bottom:3px}
    .homepage-grid-banner .grid3 .content h4{font-size:13.63px;margin-top:12px}
    .homepage-grid-banner .grid3 .content h4>span{font-size:10.6px}
    .homepage-grid-banner .grid3 .content h3{font-size:22.63px;margin-bottom:9px}
    .homepage-grid-banner .grid3 .content h3>span{font-size:15.08px}
    .homepage-grid-banner .grid4 .content h2{font-size:21px;margin-bottom:9px}
    .homepage-grid-banner .grid4 .content p{font-size:14px;margin-bottom:7px}
}

@media (max-width:767px){
    .homepage-grid-banner .row{margin-left:-10px;margin-right:-10px}
    .homepage-grid-banner .col-sm-1,.homepage-grid-banner .col-sm-2,.homepage-grid-banner .col-sm-3,.homepage-grid-banner .col-sm-4,.homepage-grid-banner .col-sm-5,.homepage-grid-banner .col-sm-6,.homepage-grid-banner .col-sm-7,.homepage-grid-banner .col-sm-8,.homepage-grid-banner .col-sm-9,.homepage-grid-banner .col-sm-10,.homepage-grid-banner .col-sm-11,.homepage-grid-banner .col-sm-12{padding-left:10px;padding-right:10px}
    .homepage-grid-banner .col-sm-margin{margin-bottom:0}
    .homepage-grid-banner .content a.btn-default{font-size:14px;padding:6px 12px;padding-right:6px}
    .homepage-grid-banner img{margin-bottom:20px}
    .homepage-grid-banner .grid1 .content h2{font-size:70.72px}
    .homepage-grid-banner .grid1 .content p{font-size:29.47px;margin-bottom:10px;margin-right:4px}
    .homepage-grid-banner .grid2 .content h3{font-size:28.88px}
    .homepage-grid-banner .grid2 .content h2{font-size:28.88px}
    .homepage-grid-banner .grid2 .content p{font-size:17.58px;margin-bottom:15px}
    .homepage-grid-banner .grid3 .content h2{font-size:46px}
    .homepage-grid-banner .grid3 .content h5{font-size:16px;margin-bottom:30px}
    .homepage-grid-banner .grid3 .content p{font-size:16px;margin-bottom:5px}
    .homepage-grid-banner .grid3 .content h4{font-size:22.72px;margin-top:20px}
    .homepage-grid-banner .grid3 .content h4>span{font-size:17.66px}
    .homepage-grid-banner .grid3 .content h3{font-size:37.71px;margin-bottom:15px}
    .homepage-grid-banner .grid3 .content h3>span{font-size:25.14px}
    .homepage-grid-banner .grid4 .content h2{font-size:35px}
    .homepage-grid-banner .grid4 .content p{font-size:23px;margin-bottom:15px}
}

@media (max-width:640px){
    .homepage-grid-banner .grid1 .content h2{font-size:42.43px}
    .homepage-grid-banner .grid1 .content p{font-size:17.68px;margin-bottom:6px;margin-right:2.4px}
}

@media (max-width:480px){
    .homepage-grid-banner .grid1 .content h2{font-size:25px}
    .homepage-grid-banner .grid1 .content p{font-size:17.68px;margin-bottom:6px;margin-right:2.4px}
}

.single-image {
    display: block;
    position: relative;
    overflow: hidden;
}
.single-image img {
    max-width: 100%;
    transition: 0.5s ease;
}
.single-image img {
    width: 100%;
}
.single-image:hover img {
    transform: scale(1.2);
}

#banner-slider-demo-11 .slide-1 em{font-size:26.26px;margin:0;margin-left:5px}
#banner-slider-demo-11 .slide-1 .text-content h2{font-size:79.12px;letter-spacing:-5px}
#banner-slider-demo-11 .slide-1 .text-content p {margin:0}
#banner-slider-demo-11 .slide-1 .text-content p span{font-size:23.64px;padding-left:6px}
#banner-slider-demo-11 .slide-1 .text-content a{font-size:15.76px;padding:10px 34px;margin-top:15px;margin-left:7px}
#banner-slider-demo-11 .slide-2 em{font-size:26.26px;margin:0;margin-bottom:10px}
#banner-slider-demo-11 .slide-2 .text-content h2{font-size:51.67px}
#banner-slider-demo-11 .slide-2 .text-content p {margin:0}
#banner-slider-demo-11 .slide-2 .text-content p span{font-size:23.64px}
#banner-slider-demo-11 .slide-2 .text-content a{font-size:15.76px;padding:10px 34px;margin-top:15px}

@media (max-width:767px){
    #banner-slider-demo-11 .slide-1 em{font-size:12px;margin:0;margin-left:1px}
    #banner-slider-demo-11 .slide-1 .text-content h2{font-size:30px;letter-spacing:-1px}
    #banner-slider-demo-11 .slide-1 .text-content p span{font-size:12px;padding-left:1px;display:block}
    #banner-slider-demo-11 .slide-1 .text-content a{font-size:10px;padding:6px 20px;margin-left:0;margin-top:10px}
    #banner-slider-demo-11 .slide-2 em{font-size:12px;margin:0;margin-bottom:2px}
    #banner-slider-demo-11 .slide-2 .text-content h2{font-size:26px;letter-spacing:-1px}
    #banner-slider-demo-11 .slide-2 .text-content p span{font-size:12px;display:block}
    #banner-slider-demo-11 .slide-2 .text-content a{font-size:10px;padding:6px 20px;margin-left:0;margin-top:10px}
}

.flex-owl-slider .owl-item:first-child .item {
    border-left-color: transparent;
}
.flex-owl-slider .owl-item .item {
    border-left: 1px solid #e3e4e4;
}
.owl-no-narrow .owl-controls {
    display: none;
}
@media (max-width:640px){
    .products-grid.products.grid.flex-grid .product-item-details .product-item-actions .tocart {
        width: 40px;
        padding: 0 12px;
    }
    .products-grid.products.grid.flex-grid .product-item-details .product-item-actions .tocart span {
        display: none;
    }
}
@media (max-width: 991px) {
    .sm-bd-0 {
        border: 0!important;
    }
}

.fancybox-close {
    background: transparent;
    right: 10px;
    top: 10px;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    width: 20px;
    height: 20px;
}
.fancybox-close:hover {
    text-decoration: none;
}
.fancybox-close:before {
    content: '\f819';
    font-family: 'porto-icons';
}

/* Previous/Next Product links on Product View Page*/

/* Previous/Next Product links on Product View Page*/

/* Category Banner */
.page-wrapper > .category-banner{background-color:transparent}
.page-wrapper > .category-banner .banner-image{width:100%}
.category-banner .banner-text{position:absolute;top:30%;width:100%;color:#fff}
.category-banner .banner-text h2{font-size:50px;color:#fff}
.category-banner .banner-text p{font-size:26px;font-weight:300}
.category-boxed-banner.owl-theme .owl-controls{margin-top:-40px;position:relative;height:30px}
.category-boxed-banner .owl-item .item{border-radius:5px;overflow:hidden;position:relative}
.category-boxed-banner .owl-item .item img{width:100%}
.category-boxed-banner .banner-text{position:absolute;top:40%;left:4%;color:#fff;width:100%}
.category-boxed-banner .banner-text h2{font-size:35px;color:#fff;background-color:#333;background-color:rgba(23,23,23,.9);padding:5px 10px;display:inline-block;line-height:1}
.category-boxed-banner .banner-text p{font-size:16px;font-weight:300;background-color:#666;background-color:rgba(23,23,23,.65);padding:7px 12px;line-height:1.4}
.category-boxed-banner .banner-text a.shop-now{margin-left:20px;font-size:16px;}

.full-width-image-banner{height:375px;position:relative}
.full-width-image-banner:after{content:"";display:block;position:absolute;width:100%;height:100%;left:0;top:0;background-color:#393733;opacity:0.65;filter:alpha(opacity=65)}
.full-width-image-banner .content{margin-top:-36px}
.full-width-image-banner h2{margin:0;font-size:45px;line-height:1.1}
.full-width-image-banner p{margin:0;font-size:16px}

.no-margin {
    margin: 0 !important;
}

@media (max-width:1199px){
    .category-banner .banner-text h2{font-size:45px}
    .category-banner .banner-text p{font-size:23px}
    .category-boxed-banner .banner-text h2{font-size:38px}
    .category-boxed-banner .banner-text p{font-size:17px}
    .category-boxed-banner .banner-text a.shop-now{margin-left:16px;font-size:14px}
}
@media (max-width:991px){
    .category-banner .banner-text h2{font-size:28px}
    .category-banner .banner-text p{font-size:16px}
    .category-boxed-banner .banner-text h2{font-size:28px}
    .category-boxed-banner .banner-text p{font-size:12px}
    .category-boxed-banner .banner-text a.shop-now{margin-left:12px;font-size:12px}
}
@media (max-width:767px){
    .category-banner .banner-text h2{font-size:28px}
    .category-banner .banner-text p{display:none}
    .category-boxed-banner .banner-text h2{font-size:28px}
    .category-boxed-banner .banner-text p{display:none}
}
@media (max-width:640px){
    .category-boxed-banner .banner-text a.shop-now{margin-left:10px;font-size:9px}

    .full-width-image-banner{height:200px}
    .full-width-image-banner .content{margin-top:-16px}
    .full-width-image-banner h2{margin:0;font-size:30px;line-height:1.1}
    .full-width-image-banner p{display:none}
}
@media (max-width:480px){
    .category-banner .banner-text h2{font-size:14px}
    .category-boxed-banner .banner-text h2{font-size:14px}

    .full-width-image-banner{height:150px}
    .full-width-image-banner .content{margin-top:-13px}
    .full-width-image-banner h2{margin:0;font-size:24px;line-height:1.1}
    .full-width-image-banner p{display:none}
}
/* Category Banner */

.page-header.type3.sticky-header .minicart-wrapper .action.showcart .counter.qty, .page-header.type4.sticky-header .minicart-wrapper .action.showcart .counter.qty {
    color: #000;
}
@media (min-width: 768px) {
    .page-header.type4.sticky-header .navigation > ul {
        padding-right: 200px;
    }
}
/****************** Demo 12 ***************/
#banner-slider-demo-12 .item img {
    width: 100%;
}
#banner-slider-demo-12 .item .content {
    position: absolute;
    right: 4.3%;
    bottom: 20.5%;
}
#banner-slider-demo-12 .item .content>span {
    font-size: 21px;
    font-weight: 300;
    color: #303030;
    margin-right: 35px;
    display: inline-block;
    vertical-align: middle;
}
#banner-slider-demo-12 .item .content>a.btn-default {
    font-size: 13px;
}
/****************** Demo 13 ***************/
#parallax_01 .parallax-content-13 img.quote{}
#parallax_01 .parallax-content-13 em{font-size:26.26px;margin:0 10px}
#parallax_01 .parallax-content-13 h2{font-size:79.12px;margin:5px 0 10px}
#parallax_01 .parallax-content-13 p{font-size:23.64px}
#parallax_02{padding:250px 0}
#parallax_02 .parallax-content-13 .text-content em{font-size:26.26px;margin:0}
#parallax_02 .parallax-content-13 .text-content h2{font-size:79.12px;letter-spacing:-6px}
#parallax_02 .parallax-content-13 .text-content p {margin:0}
#parallax_02 .parallax-content-13 .text-content p span{font-size:23.64px;padding-left:6px}
#parallax_02 .parallax-content-13 .text-content p a{font-size:16px;padding:10px 28px;margin-left:10px;margin-top:5px}
#parallax_03{padding:250px 0}
#parallax_03 .parallax-content-13 .text-content em{font-size:26.26px;margin:0;margin-left:5px}
#parallax_03 .parallax-content-13 .text-content h2{font-size:79.12px;letter-spacing:-6px}
#parallax_03 .parallax-content-13 .text-content p {margin:0}
#parallax_03 .parallax-content-13 .text-content p span{font-size:23.64px;padding-left:6px}
#parallax_03 .parallax-content-13 .text-content p a{font-size:16px;padding:10px 28px;margin-left:125px;margin-top:5px}
#parallax_04 .parallax-content-13 img.quote{}
#parallax_04 .parallax-content-13 em{font-size:26.26px;margin:0 10px}
#parallax_04 .parallax-content-13 h2{font-size:61px;margin:5px 0 10px;letter-spacing:-3px}
#parallax_04 .parallax-content-13 p{font-size:18px}
#parallax_04 .parallax-content-13 a.btn.btn-default{font-size:16px;padding:8px 35px}

@media (max-width:767px){
    #parallax_01 .parallax-content-13 img.quote{width:20px}
    #parallax_01 .parallax-content-13 em{font-size:12px;margin:0 5px}
    #parallax_01 .parallax-content-13 h2{font-size:35px;margin:4px 0 7px}
    #parallax_01 .parallax-content-13 p{font-size:11px;margin:0}
    #parallax_02{padding:50px 0}
    #parallax_02 .parallax-content-13 .text-content em{font-size:12px}
    #parallax_02 .parallax-content-13 .text-content h2{font-size:35px;letter-spacing:-2px}
    #parallax_02 .parallax-content-13 .text-content p span{font-size:12px;padding-left:6px;display:block}
    #parallax_02 .parallax-content-13 .text-content p a{font-size:10px;padding:6px 13px;margin-left:10px;margin-top:5px}
    #parallax_03{padding:50px 0}
    #parallax_03 .parallax-content-13 .text-content em{font-size:12px;margin:0;margin-left:1px}
    #parallax_03 .parallax-content-13 .text-content h2{font-size:30px;letter-spacing:-1px}
    #parallax_03 .parallax-content-13 .text-content p span{font-size:12px;padding-left:1px;display:block}
    #parallax_03 .parallax-content-13 .text-content p a{font-size:10px;padding:6px 13px;margin-left:0;margin-top:5px}
    #parallax_04 .parallax-content-13 img.quote{width:20px}
    #parallax_04 .parallax-content-13 em{font-size:12px;margin:0 5px}
    #parallax_04 .parallax-content-13 h2{font-size:22px;margin:4px 0 7px;letter-spacing:-1px}
    #parallax_04 .parallax-content-13 p{font-size:10px}
    #parallax_04 .parallax-content-13 a.btn.btn-default{font-size:10px;padding:5px 20px}
}

@media (min-width: 1600px) {
    .cms-index-index .page-header.type9 .header.panel .top-panel {
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 0;
    }
    .cms-index-index .page-header.type9 .header.panel {
        margin-top: -13px;
        z-index: 6;
    }
}

#banner-slider-demo-14 .slide-1 em{font-size:26.26px;margin:0;margin-left:5px}
#banner-slider-demo-14 .slide-1 .text-content h2{font-size:79.12px;letter-spacing:-6px}
#banner-slider-demo-14 .slide-1 .text-content p {margin:0}
#banner-slider-demo-14 .slide-1 .text-content p span{font-size:23.64px;padding-left:6px}
#banner-slider-demo-14 .slide-1 .text-content a{font-size:15.76px;padding:10px 34px;margin-top:15px;margin-left:7px}
#banner-slider-demo-14 .slide-2 em{font-size:26.26px;margin:0;margin-left:5px}
#banner-slider-demo-14 .slide-2 .text-content h2{font-size:79.12px;letter-spacing:-6px}
#banner-slider-demo-14 .slide-2 .text-content p {margin:0}
#banner-slider-demo-14 .slide-2 .text-content p span{font-size:23.64px;padding-left:6px}
#banner-slider-demo-14 .slide-2 .text-content a{font-size:15.76px;padding:10px 0;margin-top:10px}

@media (max-width:767px){
    #banner-slider-demo-14 .slide-1 em{font-size:12px;margin:0;margin-left:1px}
    #banner-slider-demo-14 .slide-1 .text-content h2{font-size:30px;letter-spacing:-1px}
    #banner-slider-demo-14 .slide-1 .text-content p span{font-size:12px;padding-left:1px;display:block}
    #banner-slider-demo-14 .slide-1 .text-content a{font-size:10px;padding:6px 20px;margin-left:0;margin-top:10px}
    #banner-slider-demo-14 .slide-2 em{font-size:12px;margin:0;margin-left:1px}
    #banner-slider-demo-14 .slide-2 .text-content h2{font-size:30px;letter-spacing:-1px}
    #banner-slider-demo-14 .slide-2 .text-content p span{font-size:12px;padding-left:1px;display:block}
    #banner-slider-demo-14 .slide-2 .text-content a{font-size:10px;padding:6px 0;margin-left:0;margin-top:5px}
}

.image-link span.category-title{display:block;position:absolute;left:-10px;bottom:20px;color:#fff;padding:15px 17px;font-size:15px;font-weight:600;line-height:1;min-width:174px;text-align:left;background-color:#3f4658}
.image-link span.category-title:before{content:"";width:10px;height:10px;border:5px solid transparent;border-right-color:#3f4658;border-top-color:#3f4658;display:block;position:absolute;left:0;top:100%}

.overlay{background-color:#000;opacity:0.55;filter:alpha(opacity=55);width:100%;height:100%;display:block;position:absolute}

#banner-slider-demo-15 .content em{font-size:18px}
#banner-slider-demo-15 .content h2{font-size:44px}
#banner-slider-demo-15 .content hr{margin:10px 0}
#banner-slider-demo-15 .content a{font-size:16px}

.img-desc-home15{margin-top:-88px;padding:0 25px}
.img-desc-home15 h3{font-size:24px}
.img-desc-home15 hr{width:90px;margin:15px 0}
.img-desc-home15 p{font-size:15px}
.img-desc-home15 a{font-size:15px}
@media (max-width:991px){
    .img-desc-home15{margin-top:-65px;padding:0 16px}
    .img-desc-home15 h3{font-size:16px}
    .img-desc-home15 hr{width:60px;margin:10px 0}
    .img-desc-home15 p{font-size:10px}
    .img-desc-home15 a{font-size:10px}
}
@media (max-width:767px){
    #banner-slider-demo-15 .content em{font-size:9px}
    #banner-slider-demo-15 .content h2{font-size:22px}
    #banner-slider-demo-15 .content hr{margin:5px 0;}
    #banner-slider-demo-15 .content a{font-size:8px}

    .img-desc-home15{margin-top:-88px;padding:0 25px}
    .img-desc-home15 h3{font-size:24px}
    .img-desc-home15 hr{width:90px;margin:15px 0}
    .img-desc-home15 p{font-size:15px}
    .img-desc-home15 a{font-size:15px}
}

.top-newsletter .newsletter button.subscribe {
    position: absolute;
    right: 0;
    top: 0;
    height: 30px;
    line-height: 30px;
    border-radius: 0;
    color: #000;
    padding: 0 15px;
    background-color: transparent;
    border: 0;
}
.top-newsletter .newsletter input {
    width: 300px;
    height: 30px;
    border-radius: 0;
    line-height: 16px;
    padding: 7px 50px 7px 15px;
}
.top-newsletter .newsletter label {
    display: none;
}
@media (max-width:1199px){
    .top-newsletter #newsletter{width:270px}
}
@media (max-width:991px){
    .top-newsletter #newsletter{width:160px}
}
@media (min-width: 992px){
    .a-left-sm {
        text-align: left;
    }
    .a-right-sm {
        text-align: right;
    }
}

.owl-banner-carousel .content-17.type1 em{font-size:20px;margin-bottom:-5px;margin-left:9px}
.owl-banner-carousel .content-17.type1 h2{font-size:65px;margin-bottom:0}
.owl-banner-carousel .content-17.type1 p{font-size:37px}
.owl-banner-carousel .content-17.type1 a{font-size:15px}
.owl-banner-carousel .content-17.type1 a>i{width:15px;height:15px;line-height:14px;text-align:center;font-size:11px;display:inline-block;vertical-align:middle;margin-bottom:3px;margin-left:12px;color:#fff;border-radius:50%}
@media (max-width:1199px){
    .owl-banner-carousel .content-17.type1 em{font-size:18px;margin-bottom:-4px;margin-left:8px}
    .owl-banner-carousel .content-17.type1 h2{font-size:58px}
    .owl-banner-carousel .content-17.type1 p{font-size:32px}
    .owl-banner-carousel .content-17.type1 a{font-size:14px}
    .owl-banner-carousel .content-17.type1 a>i{width:15px;height:15px;line-height:14px;font-size:11px;margin-bottom:3px;margin-left:10px}
}
@media (max-width:991px){
    .owl-banner-carousel .content-17.type1 em{font-size:15px;margin-bottom:-3px;margin-left:6px}
    .owl-banner-carousel .content-17.type1 h2{font-size:50px}
    .owl-banner-carousel .content-17.type1 p{font-size:26px}
    .owl-banner-carousel .content-17.type1 a{font-size:12px}
    .owl-banner-carousel .content-17.type1 a>i{width:13px;height:13px;line-height:12px;font-size:10px;margin-bottom:3px;margin-left:7px}
}
@media (max-width:767px){
    .owl-banner-carousel .content-17.type1 em{font-size:11px;margin-bottom:-2px;margin-left:4px}
    .owl-banner-carousel .content-17.type1 h2{font-size:28px}
    .owl-banner-carousel .content-17.type1 p{display:none}
    .owl-banner-carousel .content-17.type1 a{display:none}
}

#banner-slider-demo-18 .content-1{position:absolute;left:50%;top:50%;padding:30px 20px 15px;text-align:left;margin-left:-163px;margin-top:-95px}
#banner-slider-demo-18 .content-1>div{display:inline-block;vertical-align:middle}
#banner-slider-demo-18 .content-1>div:first-child{padding-right:10px}
#banner-slider-demo-18 .content-1 p{font-size:23px;line-height:1;margin-bottom:0;margin-left:7px;font-weight:300}
#banner-slider-demo-18 .content-1 h3{font-size:73px;font-weight:600;line-height:1;margin:0}
#banner-slider-demo-18 .content-1 h3 b{font-weight:800;margin-top:-23px;display:block}
#banner-slider-demo-18 .content-1 em{font-size:17px;font-style:normal;font-weight:300;margin:0;line-height:1;margin-right:4px}
#banner-slider-demo-18 .content-1 h4{font-size:32px;line-height:1;margin:0;font-weight:700}
#banner-slider-demo-18 .content-1 h5{font-size:17px;margin:0;line-height:1;margin-top:-4px}
#banner-slider-demo-18 .content-2{position:absolute;right:28px;bottom:28px;text-align:left}
#banner-slider-demo-18 .content-2>div{display:inline-block;vertical-align:middle;padding:20px 15px}
#banner-slider-demo-18 .content-2>div:first-child{margin:-6px 0;padding-left:25px}
#banner-slider-demo-18 .content-2 p{font-size:20px;line-height:1;margin-bottom:0;margin-left:2px;font-weight:300}
#banner-slider-demo-18 .content-2 h3{font-size:54px;font-weight:600;line-height:1;margin:0}
#banner-slider-demo-18 .content-2 h3 b{font-weight:800}
#banner-slider-demo-18 .content-2 em{font-size:17px;font-style:normal;font-weight:300;margin:0;line-height:1;margin-right:4px}
#banner-slider-demo-18 .content-2 h4{font-size:32px;line-height:1;margin:0;font-weight:700}
#banner-slider-demo-18 .content-2 h5{font-size:17px;margin:0;line-height:1;margin-top:-4px}
#banner-slider-demo-18 .content-2 a{font-size:13px;margin-right:-10px}
@media (max-width:991px){
    #banner-slider-demo-18 .content-1{padding:25px 15px 10px;margin-left:-122px;margin-top:-75px}
    #banner-slider-demo-18 .content-1>div:first-child{padding-right:7px}
    #banner-slider-demo-18 .content-1 p{font-size:16px;margin-left:5px}
    #banner-slider-demo-18 .content-1 h3{font-size:58px}
    #banner-slider-demo-18 .content-1 h3 b{margin-top:-17px}
    #banner-slider-demo-18 .content-1 em{font-size:14px;margin-right:3px}
    #banner-slider-demo-18 .content-1 h4{font-size:26px}
    #banner-slider-demo-18 .content-1 h5{font-size:14px;margin-top:-2px}
    #banner-slider-demo-18 .content-2{right:20px;bottom:20px}
    #banner-slider-demo-18 .content-2>div{padding:15px 10px}
    #banner-slider-demo-18 .content-2>div:first-child{margin:-2px 0;padding-left:20px}
    #banner-slider-demo-18 .content-2 p{font-size:15px;margin-left:1px}
    #banner-slider-demo-18 .content-2 h3{font-size:38px}
    #banner-slider-demo-18 .content-2 em{font-size:12px;margin-right:2px}
    #banner-slider-demo-18 .content-2 h4{font-size:26px}
    #banner-slider-demo-18 .content-2 h5{font-size:13px;margin-top:-2px}
    #banner-slider-demo-18 .content-2 a{font-size:10px;margin-right:-6px}
}
@media (max-width:640px){
    #banner-slider-demo-18 .content-1{padding:11px 7px 5px;margin-left:-53px;margin-top:-32px}
    #banner-slider-demo-18 .content-1>div:first-child{padding-right:2px}
    #banner-slider-demo-18 .content-1 p{font-size:7px;margin-left:2px}
    #banner-slider-demo-18 .content-1 h3{font-size:22px}
    #banner-slider-demo-18 .content-1 h3 b{margin-top:-6px}
    #banner-slider-demo-18 .content-1 em{font-size:6px;margin-right:1px}
    #banner-slider-demo-18 .content-1 h4{font-size:12px}
    #banner-slider-demo-18 .content-1 h5{font-size:6px;margin-top:-1px}
    #banner-slider-demo-18 .content-2{right:8px;bottom:8px}
    #banner-slider-demo-18 .content-2>div{padding:3px 6px}
    #banner-slider-demo-18 .content-2>div:first-child{margin:-1px 0;padding-left:9px}
    #banner-slider-demo-18 .content-2 p{font-size:7px;margin-left:1px}
    #banner-slider-demo-18 .content-2 h3{font-size:16px}
    #banner-slider-demo-18 .content-2 em{font-size:6px;margin-right:1px}
    #banner-slider-demo-18 .content-2 h4{font-size:12px}
    #banner-slider-demo-18 .content-2 h5{font-size:6px;margin-top:-1px}
    #banner-slider-demo-18 .content-2 a{font-size:6px;margin-right:-3px}
}

.single-images .single-image-label{font-size:17px;text-align:center;color:#818385;line-height:1.4;padding:10px 0;font-weight:600}
.single-images .caption{background-color:#a1a2a3;color:#fff;font-size:14px;line-height:35px;text-align:center}

#banner-slider-demo-16 .slide1-content,#banner-slider-demo-16 .slide2-content{padding-left:256px}
#banner-slider-demo-16 .text-content{text-align:left}
#banner-slider-demo-16 .text-content em{font-size:26.26px;margin:0;margin-bottom:-10px}
#banner-slider-demo-16 .text-content h2{font-size:79.12px;letter-spacing:-4px}
#banner-slider-demo-16 .text-content p {margin:0}
#banner-slider-demo-16 .text-content p span{font-size:23.64px;padding-left:6px}
#banner-slider-demo-16 .text-content p a{font-size:16px;padding:10px 28px;margin-left:10px;margin-top:5px}
@media (max-width:991px){
    #banner-slider-demo-16 .slide1-content,#banner-slider-demo-16 .slide2-content{padding-left:0}
    #banner-slider-demo-16 .text-content em{font-size:18px;margin:0;margin-bottom:-8px}
    #banner-slider-demo-16 .text-content h2{font-size:60px;letter-spacing:-3px}
    #banner-slider-demo-16 .text-content p {margin:0}
    #banner-slider-demo-16 .text-content p span{font-size:18px;padding-left:6px}
    #banner-slider-demo-16 .text-content p a{font-size:12px;padding:8px 20px;margin-left:10px;margin-top:5px}
}
@media (max-width:767px){
    #banner-slider-demo-16 .text-content em{font-size:13px;margin:0;margin-bottom:-5px}
    #banner-slider-demo-16 .text-content h2{font-size:40px;letter-spacing:0px}
    #banner-slider-demo-16 .text-content p {margin:0}
    #banner-slider-demo-16 .text-content p span{font-size:14px;padding-left:2px}
    #banner-slider-demo-16 .text-content p a{font-size:9px;padding:5px 11px;margin-left:5px;margin-top:5px}
}
@media (max-width:480px){
    #banner-slider-demo-16 .text-content em{font-size:10px;margin-bottom:0}
    #banner-slider-demo-16 .text-content h2{font-size:25px;letter-spacing:0px}
    #banner-slider-demo-16 .text-content p {margin:0}
    #banner-slider-demo-16 .text-content p span{font-size:12px;padding-left:1px;display:block}
    #banner-slider-demo-16 .text-content p a{font-size:9px;padding:5px 11px;margin-left:0;margin-top:5px;float:left !important}
}

/*** Header Type 10 - Side Header ***/
.container {
    max-width: 100%;
}
.page-header.type10 {
    background-color: #383734;
}
@media (max-width:1199px) and (min-width:992px){
    .page-header.type10 .sw-megamenu.navigation.side-megamenu li.level0.fullwidth > .submenu {
        width: 750px;
    }
}
@media (min-width:992px){
    .page-header.type10 .minicart-wrapper .block-minicart {
        right: auto;
        left: -15px;
    }
    .page-header.type10 .minicart-wrapper .block-minicart:before {
        right: auto;
        left: 26px;
    }
    .page-header.type10 .minicart-wrapper .block-minicart:after {
        right: auto;
        left: 25px;
    }
    header.page-header.type10 .panel.wrapper .header.panel > .header.links {
        float: none;
        display: block;
    }
    header.page-header.type10 .panel.wrapper .header.panel > .header.links > li {
        display: block;
        color: #fff;
    }        
    header.page-header.type10 .panel.wrapper .header.panel > .header.links > li > a, header.page-header.type10 .panel.wrapper .header.panel > .header.links > li > span {
        color: #fff;
        border: 0;
        padding: 0 5px;
        display: block;
        border-top: 1px solid #575757;
        line-height: 40px;
    }
    header.page-header.type10 .panel.wrapper .header.panel > .header.links > li > span {
        border-top: 0;
    }
    body.side-header .page-wrapper {
        padding-left: 256px;
    }
    header.page-header.type10.fixed-bottom {
        position: fixed;
        top: auto;
        bottom: 0;
    }
    body.side-header .page-wrapper > .breadcrumbs.fixed-position {
        position: fixed;
        width: 100%;
        z-index: 999;
        top: 0;
    }
    body.side-header .page-wrapper > .breadcrumbs .items {
        margin: 0;
        max-width: none;
    }
}
@media (max-width:992px) and (min-width:768px){
    header.page-header.type10 {
        position: relative;
        width: auto;
        height: auto;
        min-height: 0;
        text-align: left;
        padding: 10px 15px;
    }
    header.page-header.type10 .header.content {
        padding: 0;
    }
    header.page-header.type10 .logo {
        max-width: 110px;
    }
    header.page-header.type10 .custom-block-area {
        display: none;
    }
    header.page-header.type10 .block-search {
        position: absolute;
        right: 0;
        top: 10px;
        margin-bottom: 0;
    }
    header.page-header.type10 .panel.wrapper {
        position: absolute;
        right: 15px;
        top: 10px;
    }
    header.page-header.type10 .header.panel > .header.links > li > a, header.page-header.type10 .header.panel > .header.links > li > span {
        color: #fff;
    }
    header.page-header.type10 .navigation .level0 > .level-top {
        color: #fff;
        line-height: 42px;
    }
}
/*** Header Type 10 - Side Header ***/

.sticky-header .sw-megamenu.navigation li.level0.fl-right {
    float: none;
}
#totop{height:40px;position:fixed;right:15px;width:40px;z-index:9999;bottom:0;background-color:#404040;font-size:16px;color:#fff;text-align:center;line-height:1;padding:11px 0;display:none;border-radius:5px 5px 0 0}
#totop:hover{background-color:#555}

i.ajax-loader{display:inline-block;vertical-align:middle;border:1px solid #08c;border-radius:20px;border-bottom-color:transparent!important}
i.ajax-loader.small{width:16px;height:16px;border-width:2.5px}
i.ajax-loader.large{width:32px;height:32px;border-width:2.5px}
@media (min-width:768px){
    .page-wrapper .page-header.type12 .header.content {
        padding-left: 200px;
    }
    .onepage-category > .columns {
        padding-left: 180px;
        padding-right: 50px;
    }
    #maincontent.onepage-category {
        position: relative;
        padding-top: 50px;
        max-width: 100%
    }
}
.page-wrapper .page-header.type12.sticky-header {
    position: fixed;
    background-color: #000;
    z-index: 6;
    width: 100%;
}
.page-header.type12.sticky-header .header.panel .custom-block > a {
    color: #fff;
}
.page-header.type12.sticky-header .header.panel .search-area > a {
    color: #fff;
}
.page-header.type12.sticky-header .header.panel .top-panel .top-links-area > a {
    color: #fff;
}
.cms-index-index .onepage-category {
    display: flex;
    flex-wrap: wrap;
}

.onepage-category > .category-list {
    width: 80px;
    text-align: left;
    position: relative;
    float: left;
    background: #000;
    padding: 46px 0 146px 0;
    z-index: 5;
}

.onepage-category > .category-list > ul {
    position: relative;
    z-index: 2;
    list-style: none;
    padding: 0;
    transition: all 0.3s;
    padding-top: 30px;
    margin-bottom: 0;
}

.onepage-category > .category-list > ul > li:last-child {
    margin-bottom: 0;
}

.onepage-category > .category-list > ul > li > a {
    color: #fff;
    width: auto;
    line-height: 78px;
    display: inline-block;
    white-space: nowrap;
    position: relative;
    transition: all 0.3s;
}

.onepage-category > .category-list > ul > li > a > em {
    font-size: 32px;
    width: 80px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.onepage-category > .category-list > ul > li > a > em > img {
    vertical-align: middle;
}

.onepage-category > .category-list > ul > li > a > span {
    display: inline-block;
    vertical-align: middle;
    opacity: 0;
    visibility: hidden;
    width: 0;
    transition: all 0.3s;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    overflow: hidden;
}

.onepage-category > .category-list > ul > li > a:after {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    display: block;
    right: -15px;
    top: 50%;
    margin-top: -8px;
    border: 8px solid transparent;
    transition: all 0.3s;
}

.onepage-category > .category-list > ul > li > a:hover, .onepage-category > .category-list > ul > li > a.active {
    background-color: #00d59d;
}

.onepage-category > .category-list > ul > li > a:hover > span {
    opacity: 1;
    visibility: visible;
    width: auto;
    padding-right: 50px;
}

.onepage-category > .category-list > ul > li > a:hover:after, .onepage-category > .category-list > ul > li > a.active:after {
    border-left-color: #00d59d;
}

.onepage-category > .category-details {
    float: right;
    width: calc(100% - 100px);
    padding: 0 100px;
    padding-bottom: 146px;
    min-height: 80vh;
}

.onepage-category .category-detail {
    position: relative;
}

.onepage-category .category-detail .title-menu {
    position: relative;
}

.onepage-category .category-detail .title-menu > a {
    font-size: 26px;
    color: #000;
    text-decoration: none;
    line-height: 100px;
    display: inline-block;
    font-weight: 300;
    margin-top: 70px;
}

.onepage-category .category-detail .title-menu > a > span {
    display: inline-block;
    vertical-align: middle;
}

.onepage-category .category-detail .title-menu > a.parent:after {
    display: inline-block;
    content: "\f813";
    font-family: "porto-icons";
    margin-left: 18px;
    font-size: 18px;
    vertical-align: middle;
    line-height: 36px;
}

.onepage-category .category-detail .title-menu > a.parent.opened:after {
    content: "\f810";
}

.onepage-category .category-detail .title-menu > .menu-popup {
    position: absolute;
    left: -25px;
    top: 100%;
    display: none;
    width: calc(100% + 50px);
    z-index: 3;
    background-color: #fff;
    border: 1px solid #bebebe;
    border-radius: 5px;
    padding: 50px 0;
}

.onepage-category .category-detail .title-menu > .menu-popup:before {
    content: "";
    border: 8px solid transparent;
    width: 16px;
    height: 16px;
    display: block;
    border-bottom-color: #bebebe;
    position: absolute;
    top: -16px;
    left: 90px;
}

.onepage-category .category-detail .title-menu > .menu-popup:after {
    content: "";
    border: 7px solid transparent;
    width: 14px;
    height: 14px;
    display: block;
    border-bottom-color: #fff;
    position: absolute;
    top: -13px;
    left: 91px;
}

.onepage-category .category-detail .menu-popup ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.onepage-category .category-detail .menu-popup > ul {
    display: flex;
    flex-wrap: wrap;
}

.onepage-category .category-detail .menu-popup > ul > li {
    float: left;
    border-left: 1px solid #bebebe;
    margin: 10px 0;
    padding: 30px 0;
}

.onepage-category .category-detail .menu-popup li.menu-item {
    margin-bottom: 0;
}
.onepage-category .category-detail .menu-popup > ul.columns5 > li {
    width: 20%;
    padding-left: 4%;
    padding-right: 4%;
}

.onepage-category .category-detail .menu-popup > ul.columns5 > li:nth-child(5n+1) {
    border-left: 0;
    clear: left;
}

.onepage-category .category-detail .menu-popup ul > li> a {
    color: #000;
    font-size: 16px;
    line-height: 2.5;
}

.onepage-category .category-detail .menu-popup > ul > li> a {
    font-weight: 700;
    text-transform: uppercase;
}

.onepage-category .category-detail .products-area {
    margin: 0 -10px;
}

.onepage-category .category-detail .products-area .category-link {
    float: right;
    margin-top: -70px;
    margin-right: 10px;
    position: relative;
    z-index: 2;
    min-width: 119px;
    height: 40px;
    border: 2px solid #000;
    color: #000;
    border-radius: 5px;
    line-height: 36px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 0.3s;
}

.onepage-category .category-detail .products-area .category-link:hover {
    background-color: #000;
    color: #fff;
}

.onepage-category .category-detail .products div.item {
    float: left;
    padding: 10px;
}

.onepage-category .category-detail .product-item-photo {
    border: 0;
    padding: 0;
    border-radius: 0;
}

.onepage-category .category-detail .products div.item .product-item-photo {
    width: 100%;
    min-height: 60px;
    display: block;
    position: relative;
    z-index: 0;
    overflow: hidden;
    border-radius: 0;
    background: #fff;
}

.onepage-category .category-detail .products div.item .product-item-details {
    padding: 15px 0;
    text-align: left;
}

.onepage-category .category-detail .products div.item .product-item-details .product-item-name {
    margin: 0 0 3px 0;
}

.onepage-category .category-detail .products div.item .product-item-details .product-item-name a {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}
.onepage-category .category-detail .products div.item .product-item-details .price-box {
    margin: 0;
}
.onepage-category .category-detail .products div.item .product-item-details .price {
    font-weight: 300;
    font-size: 30px;
}

.onepage-category .category-detail .products div.item .product-item-details .old-price .price {
    font-size: 20px;
}

.onepage-category .category-detail .product-item-photo:before {
    content: "";
    display: block;
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.onepage-category .category-detail .product-item-info:hover .product-item-photo:before {
    opacity: 0.7;
    visibility: visible;
}

.onepage-category .category-detail .product-item-photo .product-item-inner {
    padding: 0;
    z-index: 3;
    left: 15px;
    bottom: 15px;
}

.onepage-category .category-detail .product-item-photo .product-item-inner .product-item-actions a, .onepage-category .category-detail .product-item-photo .product-item-inner .product-item-actions > .actions-primary .tocart {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 47px;
    font-size: 18px;
    margin: 0 1px;
}

.onepage-category .category-detail .product-item .tocart:before {
    font-size: 21px;
    display: inline-block;
}

.onepage-cat.category-list {
    position: absolute;
    left: 0;
    top: 0;
    min-height: 100%;
}

body > .onepage-cat.category-list {
    display: none;
}

.onepage-category > .category-list > ul.fixed-top {
    position: fixed;
    left: 0;
    top: 70px;
}

.onepage-category > .category-list > ul.fixed-bottom {
    position: fixed;
    left: 0;
    bottom: 0;
}
.onepage-category > .category-list > ul.absolute-bottom {
    position: absolute;
    top: auto;
    bottom: 0;
}

.onepage-category .additional-content img {
    max-width: 100%;
}

.onepage-category .menu-popup a > span {
    position: relative;
}

.onepage-category .menu-popup a > span > span.cat-label {
    top: 3px;
    right: -35px;
    font: inherit;
    font-size: 9px;
    padding: 2px;
    z-index: 1;
    border-radius: 2px;
    line-height: 1;
    border: 1px solid #777;
    position: absolute;
}

#banner-slider-demo-19 .slide-content h2 {
    font-size: 80px;
    font-weight: 800;
    line-height: 0.9;
    letter-spacing: -6px;
    margin-left: -5px;
}

#banner-slider-demo-19 .slide-content p {
    font-size: 20px;
    margin-bottom: 50px;
    font-weight: 300;
}

#banner-slider-demo-19 .slide-content a.btn-line {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    border: 2px solid #000;
    padding: 0 34px;
    height: 57px;
    display: inline-block;
    line-height: 53px;
    border-radius: 8px;
    text-decoration: none;
}

#banner-slider-demo-19 .slide-content a.btn-line:hover {
    color: #fff;
    background-color: #000;
}

.category-description img {
    max-width: 100%;
}
.page-header.type12:not(.sticky-header) .header.panel .block-search input {
    background: transparent;
}
.page-header.type12.sticky-header .header.panel .top-panel .links > li > a, .page-header.type12.sticky-header .header.panel .top-panel .links > li > span {
    color: #fff;
}
.page-header.type12 .logo {
    max-width: 90px;
}
.category-detail .product-item-info:hover .product-item-inner {
    visibility: visible;
    opacity: 1;
}
#giftcard-form input#giftcard-code {
    border-radius: 3px 0 0 3px;
}
#giftcard-balance-lookup .giftcard.info {
    margin-bottom: 15px;
}
.gift-wrapping-item > span {
    background-color: #f2f2f2;
}
#giftcard-form button.action-add, #giftcard-form button.redeem {
    height: 32px;
    line-height: 1;
    font-size: 13px;
}
.account .table-wrapper.balance-history, .account .table-wrapper.reward-history, .account .table-wrapper.balance-history {
    margin-top: 0;
}
.form-addbysku .qty.field .control {
    display: block;
}
.column .block-addbysku .action.add {
    min-width: 32px;
}
.giftcard-account button.primary {
    height: 32px;
    line-height: 1;
}
.form-add-invitations .action.add:before, .column .block-addbysku .action.add:before {
    content: '\f881';
}
.form-add-invitations .fieldset .actions-toolbar > .secondary .action.add {
    min-width: 32px;
    margin: 20px 0;
}
.message.info {
    margin-bottom: 20px;
}
.form-giftregistry-edit .field.date input {
    vertical-align: middle;
}
.hasDatepicker + .ui-datepicker-trigger:before {
    content: '\f865';
}
.block-category-event {
    border-radius: 5px;
    text-align: left;
    padding: 10px 20px !important;
}
.block-category-event > div {
    display: inline-block;
    vertical-align: middle;
}
.block-category-event > div.event-title {
    padding-right: 50px;
    margin-right: 20px;
}
.block-category-event .event-title em {
    float: left;
    font-size: 30px;
    margin-right: 8px;
    color: #000;
}
.block-category-event .event-title p {
    margin: 0;
    text-transform: uppercase;
}
.block-category-event .event-title h4 {
    margin: 3px 0;
    color: #000;
    text-transform: uppercase;
    white-space: nowrap;
}
.block-category-event .dates .start:after {
    display: none;
}
.block-category-event .event-ticker .dates .start {
    padding: 0;
}
.block-category-event .event-ticker .dates > div > span {
    display: block;
}
.block-category-event > div.event-ticker {
    text-align: center;
}
.block-category-event > div.event-desc {
    float: right;
    color: #08c;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 101px;
    margin-right: 20px;
}
.block-category-event .event-ticker .dates > div > span.desc {
    color: #08c;
    text-transform: uppercase;
    font-style: italic;
    font-size: 13px;
}
.block-category-event .event-ticker .dates > div > span.date {
    font-size: 24px;
    font-weight: 600;
    color: #000;
}
.block-category-event .event-ticker .dates > div > span.year-month {
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    padding: 5px 10px;
    line-height: 1;
    border-radius: 3px;
}
.block-category-event .event-ticker .dates > div > span.time {
    padding: 3px 0;
}
.block-category-event .event-ticker .dates > div > span.date {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    padding: 0 0 3px;
}
.block-category-event .event-ticker .dates > div {
    margin: 0 10px;
    display: inline-block;
}
.block-category-event .event-ticker .ticker .value {
    font-size: 30px;
    font-weight: 600;
    color: #000;
}
.block-category-event .event-ticker .ticker .label {
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    padding: 5px 10px;
    line-height: 1;
    border-radius: 3px;
    min-width: 70px;
}
.block-category-event .event-ticker .ticker li {
    margin: 0 7px;
}
.block-category-event.open > div.event-desc {
    line-height: 65px;
}
@media(max-width:1439px) {
    .page-header.type12 .header.panel .top-panel .top-links-area {
        position: relative;
    }
    .page-header.type12.sticky-header .header.panel .top-panel .links > li > a, .page-header.type12.sticky-header .header.panel .top-panel .links > li > span {
        color: #000;
    }
    .page-header.type12 .header.panel .top-panel .top-links-area > a {
        display: inline-block;
        text-transform: uppercase;
        font-size: 11px;
        font-weight: 700;
    }

    .page-header.type12 .header.panel .top-panel .top-links-area .links {
        position: absolute;
        left: -10px;
        top: 100%;
        text-align: left;
        background-color: #fff;
        padding: 10px;
        border-radius: 5px;
        box-shadow: 0 0 3px rgba(0,0,0,0.25);
        margin-top: 10px;
        display: none;
    }

    .page-header.type12 .header.panel .top-panel .top-links-area .links:before {
        content: "";
        border: 6px solid;
        border-color: transparent transparent #fff transparent;
        z-index: 99;
        position: absolute;
        left: 10px;
        top: -12px;
    }

    .page-header.type12 .header.panel .top-panel .top-links-area .links:after {
        border: 7px solid;
        border-color: transparent transparent #bbb transparent;
        z-index: 98;
        content: "";
        position: absolute;
        left: 9px;
        top: -14px;
    }

    .page-header.type12 .header.panel .top-panel .top-links-area .links > li {
        float: none;
        white-space: nowrap;
    }

    .page-header.type12 .header.panel .top-panel .top-links-area .links > li > a, .page-header.type12 .header.panel .top-panel .top-links-area .links > li > span {
        padding: 0;
    }
}
@media(max-width:1199px) {
    .page-header.type12 .header.content .header.panel {
        margin-top: -13px;
    }
    .page-header.type12 .header.panel .top-panel .search-area {
        margin: 0;
    }
    .page-header.type12 .header.panel .top-panel .search-area > a {
        display: inline-block;
    }
    .page-header.type12 .header.panel .top-panel .search-area > .block-search {
        display: none;
        position: absolute;
        right: -15px;
        top: 100%;
        margin-top: 10px;
    }
    .page-header.type12 .header.panel .top-panel .block-search input {
        background-color: #fff;
    }
    #banner-slider-demo-19 .slide-content h2 {
        font-size: 40px;
        line-height: 0.9;
        letter-spacing: -3px;
        margin-left: -2.5px;
    }

    #banner-slider-demo-19 .slide-content p {
        font-size: 12px;
        margin-bottom: 20px;
    }

    #banner-slider-demo-19 .slide-content a.btn-line {
        font-size: 10px;
        padding: 0 16px;
        height: 30px;
        line-height: 26px;
        border-radius: 4px;
    }
    .onepage-cat.category-list + .main.container {
        padding: 0 50px;
    }

    .onepage-category .category-detail .menu-popup ul > li> a {
        font-size: 11px;
    }

    .onepage-category .category-detail .menu-popup > ul.columns5 > li {
        padding: 10px 2%;
    }

    .onepage-category .category-detail .title-menu > .menu-popup {
        padding: 10px 0;
    }

    .onepage-category .category-detail .title-menu > a {
        margin-top: 46px;
    }
}
@media (max-width: 991px) {
    .block-category-event > div {
        display: block;
        float: none !important;
        text-align: left;
    }
    .block-category-event > div.event-ticker {
        display: inline-block;
        margin: 0 -10px;
    }
    .block-category-event .dates .start, .block-category-event .dates .end {
        display: inline-block !important;
    }
}
@media(max-width:767px) {
    .cms-index-index .page-header.type12 {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        background: transparent;
    }
    .page-header.type12 .header.panel .top-panel .top-links-area, .page-header.type12 .header.panel .top-panel .custom-block, .page-header.type12 .header.panel .top-panel .search-area > a {
        display: none;
    }
    .page-header.type12 .header.panel .top-panel .search-area > .block-search {
        display: inline-block;
        position: static;
        float: right;
        margin: 0;
    }
    .onepage-category, .cms-index-index .onepage-category {
        display: block;
    }

    .onepage-category > .category-list {
        width: auto;
        float: none;
        padding: 0;
        min-height: 0;
        position: static;
    }

    .onepage-category > .category-list > ul {
        padding: 0;
    }

    .onepage-category > .category-list > ul > li {
        margin: 0;
        display: inline-block;
    }

    .onepage-category > .category-list > ul > li > a:hover > span,.onepage-category > .category-list > ul > li > a:after {
        display: none;
    }

    .onepage-cat.category-list + .main.container {
        float: none;
    }

    .onepage-cat.category-list + .main.container {
        padding: 0 15px;
    }

    .onepage-cat.category-list + .main.container {
        width: auto;
    }

    .onepage-category > .category-details {
        float: none;
        width: auto;
        padding: 0 15px;
    }

    .onepage-category > .category-list > ul {
        position: static !important;
    }

    .onepage-category .category-detail .menu-popup > ul {
        display: block;
    }

    .onepage-category .category-detail .menu-popup > ul.columns5 > li {
        width: 50%;
        padding: 10px 15px;
    }

    .onepage-category .category-detail .menu-popup > ul.columns5 > li:nth-child(5n+1) {
        border-left: 1px solid #bebebe;
        clear: none;
    }

    .onepage-category .category-detail .menu-popup > ul.columns5 > li:nth-child(2n+1) {
        border-left: 0;
        clear: left;
    }

    .onepage-category .category-detail .menu-popup ul > li> a {
        font-size: 14px;
    }
}
.product.info.detailed.sticky .product.data.items > .item.content {
    margin: 0;
}
.product-tabs-container {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 15px 0;
    z-index: 3;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
.product-tabs-container.has-sticky-header {
    top: 44px;
}
.product-tabs-container .data.item.title {
    display: inline-block;
    font-size: 13px;
    padding: 0 10px;
}
.product-tabs-container .data.item.title:first-child {
    padding-left: 0;
}
.product-tabs-container .data.item.title > a {
    color: #777;
    padding: 10px 0;
}
.authentication-wrapper {
    line-height: 50px;
    margin-top: 0 !important;
    margin-left: 20px;
}
#ln_price_slider .ui-slider-handle {
    margin-top: -5px;
    background: #08c;
    height: 18px;
    width: 13px;
    border-radius: 5px;
    margin-left: -7px;
}
#ln_price_slider.ui-slider-horizontal {
    height: 7px;
    margin-bottom: 15px;
    background: #1ab2ff;
    box-shadow: inset 0px 1px 2px 0px rgba(0,0,0,.38);
}
#ln_price_attribute {
    padding: 10px 5px;
}
.block-category-list .block-content ol li.item {
    margin: 9px 0;
}
.filter-options-content {
    padding: 15px;
}
.filter-options-content ol.items {
    margin: -9px 0;
}
.sidebar .product-items .product-item-info .product-item-photo img.hover_image {
    display: none;
}
.page-main .block.block-category-list {
    margin-bottom: 14px;
}
.block-category-list .block-title {
    padding: 10px 15px;
    margin: 0;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
    position: relative;
    cursor: pointer;
    border-radius: 7px 7px 0 0;
    display: block;
    text-decoration: none;
}
.block-category-list .block-content {
    margin: 0;
    padding: 10px 15px;
    font-size: 13px;
    border: 1px solid #ddd;
    border-top: 0;
    border-radius: 0 0 7px 7px;
    background-color: #fbfbfb;
}
.block-category-list .block-content .item a {
    color: #777;
}
.block-header-customer-login {
    position: absolute;
    right: 0;
    min-width: 300px;
    background: #fff;
    z-index: 9;
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    border-top: 4px solid #08c;
    margin-top: 10px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}
.block-header-customer-login:before {
    content: "";
    border: 5px solid transparent;
    border-bottom-color: #08c;
    position: absolute;
    top: -14px;
    right: 30px;
}
.block-header-customer-login.open {
    visibility: visible;
    opacity: 1;
}
.authorization-link {
    position: relative;
}
.filter-toggle {
    display: none;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
    max-width: 18px;
    display: none;
}
.loading-mask .loader > img, .ln_overlay img {
    max-width: 32px;
}
.account-nav .nav > li {
    padding: 0;
    position: relative;
    line-height: 1.3;
    border-bottom: 1px solid #ddd;
}
.account-nav .nav > li > a {
    color: #777;
    padding: 8px 15px;
}
.account-nav .nav > li > a:hover, .account-nav .nav > li > a:focus {
    background: none;
}
.account-nav .nav > li > a:before, .account-nav .nav > li > strong:before {
    content: '\f821';
    font-family: 'porto-icons';
    position: absolute;
    left: 5px;
}
.account-nav .nav > li > strong {
    position: relative;
    display: block;
    padding: 8px 15px;
}
@media(min-width: 768px) {
    .filter-toggle {
        border: 1px solid #ccc;
        font-weight: 400;
        color: #777;
        text-align: center;
        width: auto;
        line-height: 26px;
        background-color: #fff;
        display: block;
        margin-left: 5px;
        border-radius: 3px;
        display: inline-block;
        text-decoration: none;
        padding: 0 10px;
        display: inline-block;
    }
    .filter-toggle:hover {
        color: #777;
    }
    .filter-toggle.active {
        color: #fff;
        background-color: #08c;
        border-color: #08c;
    }
    .column.main {
        transition: all 0.5s;
    }
    .column.main.toggle-close {
        width: 100% !important;
    }
    .sidebar.sidebar-main {
        transition: all 0.5s;
    }
    .sidebar.sidebar-main.toggle-close {
        margin-left: -300px;
        opacity: 0;
        visibility: hidden;
    }
}
@media(max-width: 767px) {
    .product-tabs-container.has-sticky-header:not(.has-mobile-sticky-header) {
        top: 0;
    }
    .product-tabs-container.has-sticky-header.has-mobile-sticky-header {
        top: 64px;
    }
    .block-header-customer-login {
        display: none;
    }
}
.ajax-products{display:flex;padding:0 85px}
.ajax-products > .category-list{border-right:1px solid #dcdcdc;padding:70px 15px}
.ajax-products > .category-list > span{display:block;font-size:20px;font-weight:600;color:gray;margin-bottom:10px}
.ajax-products > .category-list > ul{list-style:none;padding:0}
.ajax-products > .category-list > ul > li{padding:10px 0}
.ajax-products > .category-list > ul > li > a{display:block;text-transform:uppercase;color:#000;font-weight:700;font-size:12px;position:relative;padding-left:20px}
.ajax-products > .category-list > ul > li > a:before{content:"\f87d";font-family:"porto-icons";margin-right:10px;display:inline-block;width:11px;position:absolute;left:0}
.ajax-products > .category-list > ul > li > a.active:before{content:"\f87c"}
.ajax-products > .category-list > ul > li > a > span{display:inline-block}
.ajax-products > .category-list > ul > li > a:hover{text-decoration:none}
.ajax-products > .category-detail{position:relative;min-height:70vh;padding:70px 15px}
.ajax-products > .category-detail > h2{text-align:center;margin:30px 0;font-size:26px;color:#000;text-transform:uppercase;font-weight:700;letter-spacing:10px}
.ajax-products > .category-detail > .ajax_products_loader{position:absolute;left:0;top:0;width:100%;height:100%;z-index:9;background-color:rgba(255,255,255,0.5)}
.load-more-area{text-align:center;margin:30px 0}
.load-more-area > a{display:inline-block;font-size:12px;font-weight:600;line-height:1;text-transform:uppercase;background-color:#000;color:#fff;padding:20px 45px;letter-spacing:3px;transition:all .3s;box-shadow:3px 3px 0 rgba(0,0,0,0.5)}
.load-more-area > a:hover{text-decoration:none;opacity:.85;color:#fff}
.full-width-image{text-align:center;padding:200px 0;background-size:cover}
.full-width-image > h3{font-size:90px;color:#fff;font-weight:600;letter-spacing:-5px}
.full-width-image > a{display:inline-block;font-size:12px;font-weight:600;line-height:1;text-transform:uppercase;background-color:#fff;color:#000;padding:20px 45px;letter-spacing:3px;transition:all .3s;box-shadow:3px 3px 0 rgba(255,255,255,0.5);margin:20px 0}
.full-width-image > a:hover{text-decoration:none;opacity:.85}
#home-content-slider-demo-20 .item > div.content{max-width:40%}
#home-content-slider-demo-20 .item > div.content > h3{color:#fff;font-size:60px;font-weight:600;letter-spacing:-4px;margin-bottom:20px}
#home-content-slider-demo-20 .item > div.content > a{font-size:12px;font-weight:600;line-height:1;text-transform:uppercase;background-color:#fff;color:#000;padding:20px 45px;letter-spacing:3px;transition:all .3s;box-shadow:3px 3px 0 rgba(255,255,255,0.5);margin:20px 0;display:inline-block}
#home-content-slider-demo-20 .item > div.content > a:hover{text-decoration:none;opacity:.85}
.full-screen-slider{position:relative}
.full-screen-slider #banner-slider-demo-20 .item > div.content{text-align:left;position:absolute}
.full-screen-slider #banner-slider-demo-20 .item > div.content > h2{line-height:.9;font-size:80px;font-weight:600}
.full-screen-slider #banner-slider-demo-20 .item > div.content > a{font-size:12px;font-weight:700;line-height:1;text-transform:uppercase;background-color:#fff;color:#000;padding:20px 45px;letter-spacing:3px;transition:all .3s;box-shadow:3px 3px 0 rgba(255,255,255,0.5);margin:20px 0;display:inline-block}
.full-screen-slider #banner-slider-demo-20 .item > div.content > a:hover{text-decoration:none;opacity:.85}
#banner-slider-demo-20+.owl-thumbs{position:absolute;right:100px;bottom:50px;width:30%;z-index:2}
#banner-slider-demo-20+.owl-thumbs button{width:auto;height:auto;padding:0;border:0;margin:0;float:left;max-width:33.33%;background:none}
#banner-slider-demo-20+.owl-thumbs button img{border:3px solid transparent}
#banner-slider-demo-20+.owl-thumbs button.active img{border-color:#fff;border-color:rgba(255,255,255,0.5)}

.page-header.type13 {
    background: #000;
    border: 0;
}
.page-header.type13 .header.content {
    padding: 25px 85px;
}
.page-header.type13 .logo {
    margin: 0;
}
.page-header.type13 .header.content .header.panel {
    right: 100px;
    top: 50%;
    position: absolute;
    padding: 0;
    margin-top: -13px;
}
.page-header.type13 .header.panel .top-panel {
    display: inline-block;
    vertical-align: middle;
}
.page-header.type13 .header.panel .bottom-panel {
    display: inline-block;
    vertical-align: middle;
}
.page-header.type13 .header.panel .top-panel .menu-area {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.page-header.type13 .header.panel .top-panel .top-links-area {
    display: inline-block;
    vertical-align: middle;
}
.page-header.type13 .header.panel .bottom-panel .search-area {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 0 40px 0 20px;
}
.page-header.type13 .header.panel .bottom-panel .search-area .block-search {
    margin: 0;
    position: absolute;
    right: 0;
    top: 100%;
    display: none
}
.page-header.type13 .nav-toggle {
    line-height: 1;
    vertical-align: middle;
    float: none;
}
.page-header.type13 .nav-toggle:before {
    color: #fff;
}
.page-header.type13 .search-toggle-icon {
    color: #fff;
    font-size: 20px;
}
.page-header.type13 .search-toggle-icon .porto-icon-search:before {
    content: '\f87b'
}
.page-header.type13 .header.panel .bottom-panel .search-area .block-search {
    right: -20px;
    margin-top: 15px;
}
.page-header.type13 .block-search .action.search {
    width: 40px;
}
.page-header.type13 .menu-area > .shop-menu {
    color: #fff;
    margin-right: 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 2px;
    display: block;
}
.page-header.type13 .menu-area > .shop-menu:hover {
    text-decoration: none;
}
.page-header.type13 .top-links-area > a.top-links-icon {
    display: none;
}
.page-header.type13 .top-links-area > ul.links {
    padding: 0;
}
.page-header.type13 .panel.header .switcher {
    margin-right: 20px;
    float: none;
    vertical-align: middle;
}
.page-header.type13 .switcher strong {
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.page-header.type13 .switcher .options .action.toggle:after, .page-header.type13 .switcher .options .action.toggle:hover:after {
    color: #fff;
}
.page-header.type13 .minicart-wrapper {
    vertical-align: middle;
}
.page-header.type13 .minicart-wrapper .action.showcart {
    position: relative;
}
.page-header.type13 .minicart-wrapper .action.showcart:before {
    content: '\f87a';
    color: #fff;
    font-size: 25px;
    line-height: 1;
}
.page-header.type13 .minicart-wrapper .action.showcart.active:before {
    color: #fff;
}
.page-header.type13 .minicart-wrapper .action.showcart .counter.qty {
    color: #000;
    background: #fff;
    border-radius: 8px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 11px;
    position: absolute;
    top: auto;
    right: -7px;
    bottom: -7px;
    margin: 0;
    padding: 0;
    left: auto;
    display: block;
    min-width: 0;
}
@media (min-width: 768px) {
    .page-header.type13 .panel.header .customer-menu .links > li {
        display: block;
    }
    .page-header.type13 .panel.header .links > li {
        display: inline-block;
        vertical-align: top;
        margin: 0;
    }
    .page-header.type13 .panel.header .links > li.greet.welcome {
        display: none;
    }
    .page-header.type13 .block-search input {
        border: 1px solid #ccc;
    }
    .page-header.type13 .panel.header .top-links-area > ul.links > li > a {
        color: #fff;
        margin-right: 20px;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 11px;
        letter-spacing: 2px;
        display: block;
    }
    .page-header.type13 .sections.nav-sections {
        position: absolute;
        left: -15px;
        top: 100%;
        border: 0;
        visibility: hidden;
        opacity: 0;
        transition: all 0.3s;
        min-width: 200px;
    }
    .page-header.type13 .menu-area:hover .sections.nav-sections {
        visibility: visible;
        opacity: 1;
    }
    .page-header.type13 .nav-sections-item-content > .navigation {
        background: #fff;
        border-radius: 5px;
        padding: 5px 0;
        margin-top: 15px;
    }
    .page-header.type13 .sw-megamenu.navigation li.level0 {
        display: block;
        margin: 0;
    }
    .page-header.type13 .sw-megamenu.navigation li.level0 > a {
        display: block;
        font-size: 11px;
        font-weight: 400;
        color: #777;
        padding: 10px 30px 10px 5px;
        text-transform: none;
        margin: 0 8px;
        line-height: 1;
        position: relative;
    }
    .page-header.type13 .sw-megamenu.navigation li.level0 > a:hover {
        background-color: #f4f4f4;
    }
    .page-header.type13 .navigation .level0.parent > a:after {
        line-height: 1;
        content: '\f801';
        position: absolute;
        right: 5px;
    }
    .page-header.type13 .sw-megamenu.navigation li.level0 {
        position: relative !important;
    }
    .page-header.type13 .sw-megamenu.navigation li.level0.fullwidth > .submenu, .page-header.type13 .sw-megamenu.navigation li.level0.staticwidth > .submenu {
        left: 100% !important;
        top: -6px;
        border: 0;
    }
    .page-header.type13 .sw-megamenu.navigation li.level0.classic:hover > .submenu {
        left: 100% !important;
        top: -6px;
        border: 0;
        margin-left: -8px !important;
    }
}
@media (max-width: 991px) {
    .page-header.type13 .header.content {
        padding: 25px 15px;
    }
    .page-header.type13 .header.content .header.panel {
        right: 15px;
    }
    .page-header.type13 .header.panel .bottom-panel .search-area {
        margin: 0;
        margin-right: 20px;
    }
    .full-screen-slider #banner-slider-demo-20 .item > div.content > h2 {
        font-size: 45px;
    }
    .full-screen-slider #banner-slider-demo-20 .item > div.content > a {
        font-size: 10px;
        padding: 10px 20px;
        margin: 10px 0;
    }
    #home-content-slider-demo-20 .item > div.content > h3 {
        letter-spacing: 0;
        font-size: 25px;
        margin-bottom: 10px;
    }
    #home-content-slider-demo-20 .item > div.content > a {
        font-size: 10px;
        padding: 10px 20px;
        margin: 10px 0;
    }
}
@media (max-width: 767px) {
    .page-header.type13 .logo img {
        height: 30px;
        width: auto;
    }
    .page-header.type13 .nav-toggle {
        display: inline-block;
    }
    .page-header.type13 .header.panel .top-panel .menu-area > a {
        display: none;
    }
    .page-header.type13 .sections.nav-sections {
        display: block;
    }
    .page-header.type13 .nav-sections .header.links, .page-header.type13 .nav-sections .switcher {
        display: block;
    }
    .page-header.type13 .switcher strong, .page-header.type13 .switcher .options .action.toggle:after, .page-header.type13 .switcher .options .action.toggle:hover:after {
        color: #777;
    }
    .page-header.type13 .minicart-wrapper {
        margin-top: 0;
    }
    #banner-slider-demo-20+.owl-thumbs {
        width: 50%;
        right: 25%;
    }
    #home-content-slider-demo-20 .item > div.content > p {
        display: none;
    }
    #home-content-slider-demo-20 .item > div.content > a {
        display: none;
    }
    .ajax-products {
        display: block;
    }
    .ajax-products > .category-list {
        border-right: 0;
        padding: 30px 15px;
    }
    .ajax-products > .category-list > ul > li {
        display: inline-block;
        margin-right: 30px;
    }
    .ajax-products > .category-detail {
        padding-top: 0;
        min-height: 70vh;
    }
    .load-more-area > a,.full-width-image > a {
        font-size: 8px;
        padding: 10px 20px;
        margin: 10px 0;
    }
    .full-width-image {
        padding: 100px 0;
    }
    .full-width-image > h3 {
        font-size: 35px;
        letter-spacing: -1px;
    }
    .page-header.type13 .search-toggle-icon {
        display: none;
    }
    .page-header.type13 .block-search .label:before {
        color: #fff;
        content: '\f87b';
    }
    .page-header.type13 .header.panel .bottom-panel .search-area {
        position: static;
    }
    .page-header.type13 .header.panel .bottom-panel .search-area .block-search {
        display: inline-block;
        margin: 0;
        position: static;
    }
    .page-header.type13 .block-search .label {
        float: none;
    }
    .page-header.type13 .block-search .label + .control input {
        position: absolute;
        left: -9999px;
        min-width: 200px;
    }
    .page-header.type13 .block-search .label.active + .control input {
        left: auto;
        right: 0;
    }
}
ul.scene{width:100%;height:100%}
ul.scene > li.layer{width:100%;height:100%}
.animation-wave{-webkit-animation: wave 20s 0.1s infinite linear;-moz-animation: wave 20s 0.1s infinite linear;animation: wave 20s 0.1s infinite linear}
.animation-spin {
    -moz-animation: spin 20s infinite linear;
    -o-animation: spin 20s infinite linear;
    -webkit-animation: spin 20s infinite linear;
    animation: spin 20s infinite linear;
}
@-webkit-keyframes wave {
    0% {
        -webkit-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
        -moz-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
        transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
        -moz-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
        transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    }
}

@-moz-keyframes wave {
    0% {
        -webkit-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
        -moz-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
        transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
        -moz-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
        transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    }
}

@-ms-keyframes wave {
    0% {
        -webkit-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
        -moz-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
        transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
        -moz-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
        transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    }
}

@keyframes wave {
    0% {
        -webkit-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
        -moz-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
        transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
        -moz-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
        transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    }
}

.product-reviews-summary.empty .reviews-actions:before {
    /*    content: '\f844' '\f844' '\f844' '\f844' '\f844';*/
    content:'';
    display: inline-block;
    vertical-align: top;
    font-family: "porto-icons";
    color: #c3c5c9;
    letter-spacing: 3px;
    font-size: 12px;
}

.product-social-links .at-style-responsive .at-share-btn {
    padding: 0;
}
.product-social-links .at-resp-share-element .at-share-btn:focus, .product-social-links .at-resp-share-element .at-share-btn:hover {
    -webkit-transform: none;
    transform: none;
}
.product-social-links .at-resp-share-element .at-share-btn {
    margin: 0 4px;
}
.product-social-links .addthis_inline_share_toolbox {
    margin: 15px 0 15px -4px;
}
#at-expanded-menu-host .at-expanded-menu-load {
    line-height: 1;
    height: auto;
}
#at-expanded-menu-host .at-expanded-menu-service-list button {
    height: auto;
}
.gallery-placeholder .loader img {
    display: none;
}
.loader:before {
    content: "\f110";
    font-family: "porto-icons";
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 30px;
    margin-top: -15px;
    margin-left: -15px;
    color: #777;
}
.minicart-wrapper .action.showcart .counter.qty .loader:before {
    content: "\f110";
    font-family: "porto-icons";
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 16px;
    margin-top: -12px;
    margin-left: -8px;
    color: #777;
}
.loading-mask {
    background: transparent;
}
.product-item-photo>a:not(.weltpixel-quickview):before {
    content: "\f110";
    font-family: "porto-icons";
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 20px;
    margin-top: -14px;
    margin-left: -10px;
    color: #777;
    z-index: 1;
}
.product-image-photo.default_image {
    position: relative;
    z-index: 2;
}
.ln_overlay {
    background-color: #FFFFFF;
    background-color: rgba(255,255,255,0.5);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 555;
    display:none;
}
.ln_overlay .ajax-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -16px;
    margin-left: -16px;
}
.owl-item.loading .product-item-photo {
    min-height: 100px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .block-search {
        max-width: 240px;
    }
}
.owl-theme.owl-bottomright-narrow .owl-controls {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
}
.owl-theme.owl-bottomright-narrow .owl-controls .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 25px;
    background: #000;
    border-radius: 0;
    margin: 1px 1px 1px 0;
    padding: 0;
    width: 90px;
    height: 90px;
    line-height: 90px;
    opacity: 1;
}
header.page-header.type14 {
    background-color: #0f0f0f;
    position: relative;
    border: 0;
    z-index: 4;
}
header.page-header.type14 .header.content {
    display: block;
    vertical-align: middle;
    padding: 35px 85px;
    max-height: 120px;
}
header.page-header.type14 .header.content > .logo {
    display: block;
    padding: 0 15px;
    margin: 0 50px 0 0;
    float: left;
    z-index: 6;
}
header.page-header.type14 .logo img {
    height: 50px;
    width: auto;
}
header.page-header.type14 .panel.header {
    position: absolute;
    right: 300px;
    top: 50%;
    margin-top: -12px;
    z-index: 6;
    display: inline-block;
    vertical-align: middle;
    padding: 0 !important;
}
header.page-header.type14 .panel.header .top-panel {
    display: inline-block;
    vertical-align: middle;
    margin-right: 50px;
}
header.page-header.type14 .panel.header .bottom-panel {
    display: inline-block;
    vertical-align: middle;
}
header.page-header.type14 .panel.header .links {
    list-style: none;
    padding: 0;
    color: #ccc;
    font-family: "Oswald";
    letter-spacing: 1px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
}
header.page-header.type14 .panel.header .links > li {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}
header.page-header.type14 .panel.header .links > li > a {
    color: #ccc;
    text-decoration: none;
}
header.page-header.type14 .panel.header .links > li > a:hover {
    color: #fff;
}
header.page-header.type14 .panel.header .links > li > *:not(.no-display):not(div) {
    padding: 0 8px;
}
header.page-header.type14 .panel.header .links > li:first-child > * {
    padding-left: 0;
}
header.page-header.type14 .panel.header .search-area {
    display: inline-block;
    vertical-align: middle;
    margin-left: 40px;
    margin-right: 30px;
    position: relative;
}
header.page-header.type14 .search-area .search-toggle-icon {
    font-family: "Oswald";
    font-size: 11px;
    font-weight: 700;
    color: #ccc;
    text-transform: uppercase;
    letter-spacing: 1px;
}
header.page-header.type14 .search-area .search-toggle-icon span {
    display: inline-block;
    vertical-align: middle;
}
header.page-header.type14 .search-area .search-toggle-icon i.porto-icon-search {
    margin-right: 10px;
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
header.page-header.type14 i.porto-icon-search:before {
    content: "\f880";
}
header.page-header.type14 .panel.header .block-search {
    display: none;
    position: absolute;
    top: -7px;
    right: 0;
    left: auto;
    width: 300px;
    margin: 0;
}
header.page-header.type14 .block-search input {
    background-color: rgba(0,0,0,0.85);
    border: 1px solid #ccc;
    font-family: "Oswald";
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    color: #ccc;
    min-width: 300px;
}
header.page-header.type14 .block-search .action.search:before {
    content: "\f880";
    color: inherit;
}
header.page-header.type14 .block-search .action.search {
    width: 40px;
    text-align: center;
    color: #fff;
}
header.page-header.type14 .minicart-wrapper {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    background-color: #0f0f0f;
    height: 100%;
    width: 280px;
    text-align: center;
}
header.page-header.type14 .minicart-wrapper.active {
    position: fixed;
    height: 120px;
}
header.page-header.type14 .minicart-wrapper .action.showcart {
    display: block;
    text-align: center;
}
header.page-header.type14 .minicart-wrapper .action.showcart:before {
    content: "\f881";
    color: #ccc;
    font-size: 25px;
    line-height: 120px;
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
}
header.page-header.type14 .minicart-wrapper .action.showcart .counter.qty {
    position: static;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    width: auto;
    padding: 0;
    font-family: "Oswald";
    font-size: 11px;
    font-weight: 700;
    color: #ccc;
    letter-spacing: 1px;
    line-height: 20px;
}
header.page-header.type14 .minicart-wrapper .action.showcart .counter-number {
    display: inline-block;
    vertical-align: middle;
}
header.page-header.type14 .minicart-wrapper .action.showcart .counter-label {
    height: auto;
    width: auto;
    position: static;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    margin: 0;
}
header.page-header.type14 .minicart-wrapper .block-minicart {
    right: 0;
    top: 100%;
    border: 0;
    margin: 0;
    width: 280px;
    height: calc(100vh - 100%);
    overflow: auto;
    color: #000;
}
header.page-header.type14 .minicart-wrapper .block-minicart:before {
    display: none;
}
header.page-header.type14 .minicart-wrapper .action.close {
    opacity: 1;
}
header.page-header.type14 .minicart-wrapper .action.close:before {
    font-size: 20px;
    line-height: 40px;
    color: #000;
}
header.page-header.type14 .block-header-customer-login {
    border: 0;
    margin-top: 20px;
}
header.page-header.type14 .block-header-customer-login button {
    font-family: "Oswald";
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 12px;
}
header.page-header.type14 .block-header-customer-login input {
    font-family: "Oswald";
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 12px;
    color: #000;
}
header.page-header.type14 .block-header-customer-login:before {
    border-bottom-color: #fff;
    top: -10px;
}
header.page-header.type14 .minicart-wrapper.active {
    position: fixed;
    right: 0;
    top: 0;
}
.column.main > .custom-block {
    display: none;
}
.weltpixel-quickview-catalog-product-view .column.main > .custom-block, .weltpixel-quickview-catalog-product-view .addthis-smartlayers {
    display: none;
}
.product-item-photo {
    min-height: 50px;
}
@media (min-width: 768px) {
    .column.main > .custom-block {
        display: block;
        width: 25%;
        float: right;
        padding-left: 30px;
    }
    body:not(.weltpixel-quickview-catalog-product-view).column.main > .custom-block + .product-info-main {
        width: 40.33%;
    }
    header.page-header.type14 .panel.header .switcher {
        font-family: "Oswald";
        margin-right: 15px;
        height: auto;
        float: none;
    }
    header.page-header.type14 .switcher strong {
        font-weight: 700;
        font-size: 11px;
        color: #ccc;
        line-height: 1;
        text-transform: uppercase;
        vertical-align: middle;
        letter-spacing: 1px;
    }
    header.page-header.type14 .switcher .options .action.toggle:after {
        line-height: 12px;
        color: #ccc;
        vertical-align: middle;
    }
    header.page-header.type14 .switcher .options {
        font-size: 12px;
        display: block;
    }
    header.page-header.type14 .nav-sections {
        border: 0;
        display: block;
        padding: 10px 0;
        margin-top: 2px;
    }
    header.page-header.type14 .sw-megamenu.navigation li.level0.fullwidth > .submenu, header.page-header.type14 .sw-megamenu.navigation li.level0.staticwidth > .submenu {
        border: 0;
        margin-top: 20px !important;
        padding: 40px 35px;
    }
    header.page-header.type14 .sw-megamenu.navigation li.level0.classic > .submenu {
        border: 0;
        margin-top: 20px !important;
    }
    header.page-header.type14 .sw-megamenu.navigation li.level0.classic .submenu, header.page-header.type14 .sw-megamenu.navigation li.level0.classic .subchildmenu .subchildmenu {
        padding: 5px 0;
    }
    header.page-header.type14 .nav-sections-item-content > .navigation {
        z-index: initial;
    }
    header.page-header.type14 .navigation li.level0 > a {
        height: 30px;
        line-height: 30px;
        color: #ccc;
        font-family: "Oswald";
        font-weight: 700;
        font-size: 11px;
        letter-spacing: 1px;
    }
    header.page-header.type14 .navigation li.level0.parent > a:after {
        line-height: 30px;
    }
    header.page-header.type14 .navigation li.level0:hover > a {
        color: #fff;
    }
    header.page-header.type14 .navigation li.level0.parent > a {
        position: relative;
    }
    header.page-header.type14 .navigation li.level0.parent > a:before {
        content: "";
        width: 10px;
        height: 10px;
        border: 5px solid transparent;
        border-bottom-color: #fff;
        position: absolute;
        left: 50%;
        margin-left: -10px;
        top: 100%;
        margin-top: 10px;
        visibility: hidden;
        opacity: 0;
        transition: 0.2s opacity;
    }
    header.page-header.type14 .navigation li.level0.parent:hover > a:before {
        visibility: visible;
        opacity: 1;
    }
    header.page-header.type14 .sw-megamenu.navigation li.level0.fullwidth > .submenu:before, header.page-header.type14 .sw-megamenu.navigation li.level0.staticwidth > .submenu:before, header.page-header.type14 .sw-megamenu.navigation li.level0.classic > .submenu:before {
        width: 100%;
        height: 20px;
        content: "";
        display: block;
        position: absolute;
        top: -20px;
        left: 0;
    }
    header.page-header.type14 .sw-megamenu.navigation li.level0.fullwidth .submenu li.level1 > a, header.page-header.type14 .sw-megamenu.navigation li.level0.staticwidth .submenu li.level1 > a {
        padding: 0;
        border-bottom: 2px solid #000;
        text-decoration: none;
        font-family: "Oswald";
        padding-bottom: 7px;
        margin-bottom: 20px;
        margin-left: 10px;
        margin-right: 10px;
    }
    header.page-header.type14 .sw-megamenu.navigation li.level0.fullwidth .submenu li.level1 > a:hover > span, header.page-header.type14 .sw-megamenu.navigation li.level0.staticwidth .submenu li.level1 > a:hover > span {
        text-decoration: none;
    }
    header.page-header.type14 .sw-megamenu.navigation li.level0.fullwidth .submenu a, header.page-header.type14 .sw-megamenu.navigation li.level0.staticwidth .submenu a {
        padding: 10px;
    }
    header.page-header.type14 .navigation .level0.classic .submenu a {
        font-family: "Oswald";
        font-size: 11px;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 1px;
        padding: 20px;
        line-height: 1;
        white-space: nowrap;
    }
    header.page-header.type14 .navigation .level0.classic .submenu li:hover > a {
        background-color: #000;
        color: #fff;
    }
    header.page-header.type14 .sw-megamenu.navigation li.level0.classic .subchildmenu .subchildmenu {
        top: -5px;
    }
    header.page-header.type14 .switcher .options ul.dropdown {
        margin-top: 20px;
    }
    header.page-header.type14 .switcher .options .action.toggle.active, header.page-header.type14 .switcher .options .action.toggle.active:after, header.page-header.type14 .switcher .options .action.toggle.active strong {
        color: #fff;
    }
}
@media (max-width: 1899px) {
    header.page-header.type14 .header.content {
        padding-left: 55px;
        padding-right: 55px;
    }
    header.page-header.type14 .header.content > .logo {
        margin-right: 10px;
    }
    header.page-header.type14 .panel.header .search-area {
        margin-left: 10px;
        margin-right: 10px;
    }
    header.page-header.type14 .panel.header .top-panel {
        margin-right: 20px;
    }
}
@media (max-width:1679px) {
    .owl-theme.owl-bottomright-narrow .owl-controls .owl-nav [class*=owl-] {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
    header.page-header.type14 .panel.header .links > li.greet.welcome {
        display: none;
    }
    header.page-header.type14 .panel.header .top-panel {
        margin-right: 10px;
    }
    header.page-header.type14 .panel.header .search-area {
        margin-left: 5px;
        margin-right: 5px;
    }
    header.page-header.type14 .navigation li.level0 > a {
        padding: 0 10px;
    }
}
@media (max-width: 1439px) {
    header.page-header.type14 .header.content {
        padding: 25px;
        margin: 0;
        max-width: none;
    }
    header.page-header.type14 .minicart-wrapper.active {
        height: 102px;
    }
    header.page-header.type14 .minicart-wrapper .action.showcart:before {
        line-height: 100px;
    }
    header.page-header.type14 .header.content > .logo {
        padding-left: 5px;
    }
}
@media (max-width: 1359px) {
    header.page-header.type14 .panel.header .top-panel {
        display: block;
        margin-bottom: 20px;
        text-align: right;
        margin-right: 0;
        pointer-events: all;
    }
    header.page-header.type14 .panel.header .bottom-panel {
        pointer-events: all;
    }
    header.page-header.type14 .panel.header {
        margin-top: -32px;
        pointer-events: none;
    }
    header.page-header.type14 .nav-sections {
        margin: 0;
    }
    header.page-header.type14 .minicart-wrapper.active {
        height: 100px;
    }
}
@media (max-width: 1199px) {
    header.page-header.type14 .minicart-wrapper {
        width: 150px;
    }
    header.page-header.type14 .panel.header {
        right: 150px;
    }
    header.page-header.type14 .minicart-wrapper.active {
        width: 280px;
        padding-left: 130px;
    }
}
@media (max-width: 991px) {
    header.page-header.type14 .panel.header {
        right: 170px;
    }
    header.page-header.type14 .minicart-wrapper.active {
        width: 280px;
        padding-left: 130px;
    }
}
@media (max-width:767px) {
    .owl-theme.owl-bottomright-narrow .owl-controls .owl-nav [class*=owl-] {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    header.page-header.type14 .header.content {
        padding: 25px 15px;
    }
    header.page-header.type14 .nav-toggle {
        line-height: 50px;
    }
    header.page-header.type14 .nav-toggle:before {
        color: #ccc;
    }
    header.page-header.type14 .panel.header {
        pointer-events: all;
    }
    header.page-header.type14 .search-area .search-toggle-icon {
        display: none;
    }
    header.page-header.type14 .panel.header .block-search {
        display: block;
        position: relative;
        top: 0;
        width: auto;
    }
    header.page-header.type14 .block-search .label:before {
        color: #ccc;
        margin: 0;
        content: "\f880";
    }
    header.page-header.type14 .block-search .label.active:before {
        color: #fff;
    }
    header.page-header.type14 .block-search input {
        position: absolute;
        right: -5px;
        top: -6px;
        margin: 0;
        left: auto;
        opacity: 0;
        filter:alpha(opacity=0);
    }
    header.page-header.type14 .block-search .label.active + .control input {
        position: absolute;
        display: block;
        opacity: 1;
        filter:alpha(opacity=100);
    }
    header.page-header.type14 .panel.header .top-panel {
        display: none;
    }
    header.page-header.type14 .panel.header {
        margin-top: -13px;
    }
    header.page-header.type14 .navigation li.level0 > a {
        padding: 13px 36px 13px 15px;
    }
}
@media (max-width: 640px) {
    header.page-header.type14 .panel.header {
        right: 60px;
        margin-top: -13px;
    }
    header.page-header.type14 .minicart-wrapper.active {
        height: 100px;
        padding-left: 230px;
    }
    header.page-header.type14 .minicart-wrapper {
        width: 50px;
    }
    header.page-header.type14 .minicart-wrapper .action.showcart:before {
        margin: 0;
    }
    header.page-header.type14 .minicart-wrapper .action.showcart .counter.qty {
        display: none;
    }
    header.page-header.type14 .block-search input {
        min-width: 200px;
    }
}
@media (min-width: 768px) and (max-width: 1440px) {
    header.page-header.type14 .sw-megamenu.navigation li.level0.fullwidth > .submenu, header.page-header.type14 .sw-megamenu.navigation li.level0.staticwidth > .submenu {
        padding: 20px 15px;
    }
    header.page-header.type14 .sw-megamenu.navigation li.level0.fullwidth .submenu a, header.page-header.type14 .sw-megamenu.navigation li.level0.staticwidth .submenu a {
        padding: 5px 10px;
    }
    header.page-header.type14 .sw-megamenu.navigation li.level0.fullwidth .submenu li.level1 > a, header.page-header.type14 .sw-megamenu.navigation li.level0.staticwidth .submenu li.level1 > a {
        margin-bottom: 10px;
    }
}
.fotorama-item .fotorama__wrap .fotorama__nav-wrap {
    display: none !important;
}
.alert-icon {
    border-radius: 12px;
    border: 1px solid #191919;
    display: block;
    font-weight: 700;
    height: 24px;
    left: 10px;
    line-height: 20px;
    margin-top: -12px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 24px;
}
.away-message{
    padding: 10px 0;
    width: 100%;
    text-align: center;
    color: #000;
    font-family: lato;
    font-size: 18px;
    font-weight: 400;
    z-index: 9;
    background: #fee3d0;
    max-width: 1180px;
    margin: 0 auto 20px;
    border: 1px solid #f27e2b;
    position: relative;
}
/*i95dev custom css*/
@media (max-width:767px){
.catalog-product-view .product-info-main-custom {
    display: flex;
    flex-direction: column;
}
.catalog-product-view .product-info-main-custom-cart {
    order: 3;
}
.catalog-product-view .product-info-main {
    order: 2;
}
.catalog-product-view .product.info.detailed {
    order: 1;
    margin-top: 20px;
}
.catalog-product-view .product.info.detailed {
    order: 1;
    margin-top: 20px;
}
.catalog-product-view .product.data.items .item.title a:after{
    font-size: 30px;
}
.catalog-product-view .fotorama__stage {
    height: 340px !important;
}
.catalog-product-view .fotorama__fullscreen-icon {
    display: none;
}
.catalog-category-view div#layered-filter-block strong {
    position: relative;
    width: 100%;
    display: inline-block;
}
.catalog-category-view div#layered-filter-block strong.block-subtitle.filter-subtitle {
    display: none;
}
.catalog-category-view div#layered-filter-block div#narrow-by-list {
    margin: 0 15px;
}
.catalog-category-view .sidebar-main .block.newsletter {
    background: #f7f7f7;
    padding: 0;
    width: 100%;
    position: relative;
    margin-bottom: 15px;
} 
.product-info-main-custom-cart .calculator .price {
    height: auto;
}
.product-info-main-custom-cart .product-add-form {
    padding: 0;
}
.product-info-main-custom-cart .calculator {
    padding: 20px 0 0px 0;
}
.calculator .product-info-stock-sku {
    margin-top: 48px;
}
.catalog-category-view .products.wrapper~.toolbar .sorter {
    display: none;
}
}
/** 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
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../../frontend/Mobilityexpress/porto/en_US/Magecomp_Instagramshoppable/css/fontawesome/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../../frontend/Mobilityexpress/porto/en_US/Magecomp_Instagramshoppable/css/fontawesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../../frontend/Mobilityexpress/porto/en_US/Magecomp_Instagramshoppable/css/fontawesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../../frontend/Mobilityexpress/porto/en_US/Magecomp_Instagramshoppable/css/fontawesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../../frontend/Mobilityexpress/porto/en_US/Magecomp_Instagramshoppable/css/fontawesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../../frontend/Mobilityexpress/porto/en_US/Magecomp_Instagramshoppable/css/fontawesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.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: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"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.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}
.instagramshoppable-view div,
.instagramshoppable-view.clearer {
  float: left;
}
.instagramshoppable-view div {
  margin: 10px;
}
.instagramshoppable-view.clearer {
  width: 100%;
}
.instagramshoppable-view #mainimgdiv {
  float: left;
  margin: 0 2% 15px 0;
  overflow: hidden;
  position: relative;
  width: 23.5%;
}
.instagramshoppable-view #mainimgdiv img {
  height: 100%;
  width: 100%;
}
.instagramshoppable-view #mainimgdiv:nth-child(4n) {
  margin-right: 0;
}
.instagramshoppable-view #mainimgdiv .hoverp {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  color: #fff;
  cursor: pointer;
  display: none;
  height: 98.2%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.instagramshoppable-view #mainimgdiv .hoverp a {
  color: #fff !important;
  font-family: "Open Sans", sans-serif !important;
  font-size: 15px;
  height: 100%;
  width: 100%;
  overflow: hidden;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}
.instagramshoppable-view #mainimgdiv .hoverp #innerdiv {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  text-align: center;
  width: 100%;
}
.instagramshoppable-view #mainimgdiv .hoverp #innerdiv > span {
  font-size: 20px;
  padding-top: 45%;
}
.instagramshoppable-view #mainimgdiv .hoverp #innerdiv > #imagecomments {
  float: right;
  margin-right: 40px;
}
.instagramshoppable-view #mainimgdiv .hoverp #innerdiv > #imagecomments > .fa.fa-comment {
  margin-right: 5px;
}
.instagramshoppable-view #mainimgdiv .hoverp #innerdiv > #imagelikes {
  float: left;
  margin-left: 40px;
}
.instagramshoppable-view #mainimgdiv .hoverp #innerdiv > #imagelikes > .fa.fa-heart {
  margin-right: 5px;
}
.instagramshoppableshow {
  display: block !important;
}
#backgrounddiv #whitebgdiv #leftpart {
  float: left;
  width: 50%;
}
#backgrounddiv #whitebgdiv #leftpart .fa.fa-arrow-circle-left {
  color: #fff;
  font-size: 30px;
  left: 10px;
  position: absolute;
  top: 48%;
  cursor: pointer;
}
#backgrounddiv #whitebgdiv #leftpart .fa.fa-arrow-circle-right {
  color: #fff;
  font-size: 30px;
  right: 10px;
  position: absolute;
  top: 48%;
  cursor: pointer;
}
#backgrounddiv #whitebgdiv #leftpart img {
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
#backgrounddiv #whitebgdiv #leftpart > video {
  width: 100%;
}
#backgrounddiv #whitebgdiv #leftpart span {
  position: absolute;
}
#backgrounddiv #whitebgdiv #leftpart #titletext {
  border-radius: 6px;
  transition: all 1s ease 0s;
}
#backgrounddiv #whitebgdiv #leftpart #titletext > a {
  text-decoration: none;
  color: #fff;
}
#backgrounddiv #whitebgdiv #leftpart #titletext > a:hover {
  text-decoration: none;
  color: #fff;
}
#backgrounddiv #whitebgdiv #leftpart #titletext > a .number {
  background: rgba(0, 0, 0, 0) url("../../frontend/Mobilityexpress/porto/en_US/Magecomp_Instagramshoppable/images/instagramshoppable/hotspot.png") no-repeat scroll 0 0 / 30px 33px;
  float: left;
  height: 33px;
  text-align: center;
  width: 30px;
  left: -16px;
  position: absolute;
  top: 0;
}
#backgrounddiv #whitebgdiv #leftpart #titletext > a .numbertitle {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  border: 1px solid;
  float: left;
  padding: 4px 10px;
}
#backgrounddiv #whitebgdiv #rightpart {
  float: left;
  width: 50%;
}
#backgrounddiv #whitebgdiv #rightpart .main-user-div {
  border-bottom: 1px solid #000;
  height: 60px;
  width: 100%;
}
#backgrounddiv #whitebgdiv #rightpart .main-user-div .user {
  margin: 0 auto;
  padding: 10px 0px;
  text-align: center;
  width: 100%;
}
#backgrounddiv #whitebgdiv #rightpart .main-user-div .user .userimage {
  display: inline-table;
  vertical-align: middle;
}
#backgrounddiv #whitebgdiv #rightpart .main-user-div .user .userimage img {
  border: 1px solid;
  border-radius: 50px;
  height: 34px;
  padding: 2px;
  width: 34px;
}
#backgrounddiv #whitebgdiv #rightpart .main-user-div .user .userlink {
  display: inline-table;
  font-size: 20px;
  line-height: 40px;
  margin-left: 10px;
  vertical-align: middle;
  height: 40px;
}
#backgrounddiv #whitebgdiv #rightpart ul {
  border-bottom: 1px solid #000;
  clear: both;
  padding: 15px 0;
}
#backgrounddiv #whitebgdiv #rightpart ul.prditem li {
  border: 1px solid #e2e2e2;
  display: inline-table;
  height: 142px;
  margin-bottom: 15px;
  margin-right: 2%;
  margin-top: 0;
  padding: 0;
  width: 31% !important;
}
#backgrounddiv #whitebgdiv #rightpart ul.prditem li:nth-child(3n) {
  margin-right: 0;
}
#backgrounddiv #whitebgdiv #rightpart ul.prditem li a.prdblocka img {
  border-bottom: 1px solid #e2e2e2;
  width: 100%;
  float: left;
}
#backgrounddiv #whitebgdiv #rightpart ul.prditem li a.prdblocka span {
  float: left;
  font-size: 11px;
  height: 30px;
  overflow: hidden;
  padding: 5px;
  width: calc(100% - 10px);
}
#backgrounddiv #whitebgdiv #rightpart ul.prditem li div {
  display: none;
}
#backgrounddiv #whitebgdiv #rightpart ul.prditem li:hover {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  box-shadow: 4px 7px 15px 0 rgba(0, 0, 0, 0.23);
}
#backgrounddiv #whitebgdiv #rightpart ul.prditem li:hover a span {
  color: #000 !important;
}
#backgrounddiv #whitebgdiv #rightpart ul li {
  clear: both;
  cursor: pointer;
  display: inline-table;
  font-family: open sans;
  font-size: 14px;
  margin: 5px 0;
  padding: 15px 30px;
  text-align: left;
  transition: all 1s ease 0s;
  width: calc(100% - 60px);
}
#backgrounddiv #whitebgdiv #rightpart ul li:hover {
  background: rgba(255, 255, 255, 0.74) none repeat scroll 0 0;
  border: 1px solid #e2e2e2;
  box-shadow: 2px 5px 7px 0 rgba(0, 0, 0, 0.23);
}
#backgrounddiv #whitebgdiv #rightpart ul li:hover a span {
  background-color: transparent !important;
  color: #67c6ed !important;
}
#backgrounddiv #whitebgdiv #rightpart ul li a:hover {
  text-decoration: none;
}
#backgrounddiv #whitebgdiv #rightpart ul li a span {
  color: #000000 !important;
  font-weight: 500;
  vertical-align: middle;
}
#backgrounddiv #whitebgdiv #rightpart ul li a span.number {
  color: #fff !important;
  height: 20px;
  width: 20px;
  display: inline-block;
  background-color: #222;
  border-radius: 50%;
  text-align: center;
  display: none;
}
#backgrounddiv #whitebgdiv #rightpart #instatitle {
  color: #222;
  font-style: italic;
  font-family: Times New Roman, serif;
  font-weight: 300;
  letter-spacing: 0.01em;
  text-align: left;
  font-size: 17px;
  margin-left: 20px;
  margin-top: 10px;
}
#backgrounddiv #whitebgdiv #rightpart #instatitle p,
#backgrounddiv #whitebgdiv #rightpart #instatitle strong,
#backgrounddiv #whitebgdiv #rightpart #instatitle span,
#backgrounddiv #whitebgdiv #rightpart #instatitle label,
#backgrounddiv #whitebgdiv #rightpart #instatitle em {
  color: #222 !important;
  font-family: Times New Roman, serif !important;
  font-size: 17px;
}
#backgrounddiv #whitebgdiv #rightpart #cntbtndiv #userdatadiv {
  float: left;
  margin-left: 15%;
}
#backgrounddiv #whitebgdiv #rightpart #cntbtndiv #userdatadiv img {
  border: 1px solid #ccc;
  border-radius: 25px;
  height: 36px;
  width: 36px;
  float: left;
}
#backgrounddiv #whitebgdiv #rightpart #cntbtndiv #userdatadiv a {
  margin-left: 10px;
  font-size: 23px;
}
#backgrounddiv #whitebgdiv #rightpart #cntbtndiv #userdatadiv a:hover {
  text-decoration: none;
}
#backgrounddiv #whitebgdiv #prevbtndiv {
  background: rgba(0, 0, 0, 0) url("../../frontend/Mobilityexpress/porto/en_US/Magecomp_Instagramshoppable/images/instagramshoppable/instaprev.png") no-repeat scroll 0 0;
  cursor: pointer;
  float: left;
  height: 50px;
  left: -51px;
  position: absolute;
  top: 47%;
  width: 50px;
}
#backgrounddiv #whitebgdiv #nextbtndiv {
  height: 50px;
  width: 50px;
  float: left;
  background: url("../../frontend/Mobilityexpress/porto/en_US/Magecomp_Instagramshoppable/images/instagramshoppable/instanext.png") scroll 0 0 no-repeat;
  cursor: pointer;
  right: -60px;
  position: absolute;
  top: 47%;
}
#instagramshoppable_category {
  clear: both;
}
#instagramshoppable_category img {
  float: left;
  height: 100px;
  margin: 0 10px 10px 0;
}
#instagramshoppable_category #cleardiv {
  clear: both;
  height: 15px;
}
.instashoppable .modal-inner-wrap {
  overflow: hidden;
  display: inline-table;
}
.instagramshoppable-view.clearer video {
  height: 292px !important;
}
@media only screen and (max-width: 680px) {
  .instagramshoppable-view #mainimgdiv {
    width: 48%;
    height: 290px !important;
  }
  .instagramshoppable-view #mainimgdiv .hoverp #innerdiv > #imagelikes {
    margin-left: 10px;
  }
  .instagramshoppable-view #mainimgdiv .hoverp #innerdiv > #imagecomments {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .instagramshoppable-view #mainimgdiv {
    width: 48%;
    height: 290px !important;
  }
  #backgrounddiv #whitebgdiv {
    max-width: 90%;
  }
  #backgrounddiv #whitebgdiv #prevbtndiv {
    left: -7px;
    z-index: 9999;
  }
  #backgrounddiv #whitebgdiv #nextbtndiv {
    right: 10px;
    z-index: 9999;
  }
  #backgrounddiv #whitebgdiv #leftpart {
    width: 100%;
  }
  #backgrounddiv #whitebgdiv #leftpart #titletext {
    display: none;
  }
  #backgrounddiv #whitebgdiv #rightpart {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .instagramshoppable-view #mainimgdiv {
    height: 150px !important;
  }
  .instagramshoppable-view #mainimgdiv .hoverp #innerdiv > span {
    padding-top: 15%;
  }
  .instagramshoppable-view #mainimgdiv .hoverp #innerdiv > #imagelikes {
    margin-left: 35%;
  }
  .instagramshoppable-view #mainimgdiv .hoverp #innerdiv > #imagecomments {
    float: left;
    margin-left: 35%;
  }
}
@media only screen and (max-width: 400px) {
  #backgrounddiv #whitebgdiv #prevbtndiv,
  #backgrounddiv #whitebgdiv #nextbtndiv {
    top: 150px;
  }
}
@media only screen and (max-width: 360px) {
  .instagramshoppable-view #mainimgdiv .hoverp #innerdiv > span {
    padding-top: 10%;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2FMagecomp_Instagramshoppable%5C%2Fcss%5C%2Finstagramshoppable.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%2CwBACE%3BAAAK%2CwBAAC%3BEACJ%2CWAAA%3B%3BAAFJ%2CwBAKE%3BEACE%2CYAAA%3B%3BAAGF%2CwBAAC%3BEACC%2CWAAA%3B%3BAAVJ%2CwBAaE%3BEACE%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAlBJ%2CwBAaE%2CYAOE%3BEACE%2CYAAA%3BEACA%2CWAAA%3B%3BAAGF%2CwBAZF%2CYAYG%2CUAAU%3BEACT%2CeAAA%3B%3BAA1BN%2CwBAaE%2CYAgBE%3BEACE%2CqDAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CaAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAxCN%2CwBAaE%2CYAgBE%2CQAaE%3BEAEE%2CWAAA%3BEACA%2CaAAa%2CuBAAb%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAApDR%2CwBAaE%2CYAgBE%2CQA0BE%3BEACE%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CwBAnDN%2CYAgBE%2CQA0BE%2CUASM%3BEACF%2CeAAA%3BEACA%2CgBAAA%3B%3BAAGF%2CwBAxDN%2CYAgBE%2CQA0BE%2CUAcM%3BEACF%2CYAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CwBA5DR%2CYAgBE%2CQA0BE%2CUAcM%2CiBAIE%2CMAAG%3BEACL%2CiBAAA%3B%3BAAIJ%2CwBAjEN%2CYAgBE%2CQA0BE%2CUAuBM%3BEACF%2CWAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CwBArER%2CYAgBE%2CQA0BE%2CUAuBM%2CcAIE%2CMAAG%3BEACL%2CiBAAA%3B%3BAAQZ%3BEACE%2CyBAAA%3B%3BAAGF%2CcACE%2CYACE%3BEACE%2CWAAA%3BEACA%2CUAAA%3B%3BAAJN%2CcACE%2CYACE%2CUAIE%2CIAAG%3BEACD%2CWAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CeAAA%3B%3BAAZR%2CcACE%2CYACE%2CUAaE%2CIAAG%3BEACD%2CWAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CeAAA%3B%3BAArBR%2CcACE%2CYACE%2CUAsBE%3BEACE%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAGF%2CcA%5C%2FBJ%2CYACE%2CUA8BM%3BEACF%2CWAAA%3B%3BAAjCR%2CcACE%2CYACE%2CUAkCE%3BEACE%2CkBAAA%3B%3BAArCR%2CcACE%2CYACE%2CUAsCE%3BEACE%2CkBAAA%3BEACA%2C0BAAA%3B%3BAAEA%2CcA3CN%2CYACE%2CUAsCE%2CWAIM%3BEACF%2CqBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CcA%5C%2FCR%2CYACE%2CUAsCE%2CWAIM%2CIAID%3BEACC%2CqBAAA%3BEACA%2CWAAA%3B%3BAANJ%2CcA3CN%2CYACE%2CUAsCE%2CWAIM%2CIASF%3BEACE%2CiCAAiC%2C4EAAjC%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAjBJ%2CcA3CN%2CYACE%2CUAsCE%2CWAIM%2CIAoBF%3BEACE%2CqDAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAApEZ%2CcACE%2CYAyEE%3BEACE%2CWAAA%3BEACA%2CUAAA%3B%3BAA5EN%2CcACE%2CYAyEE%2CWAIE%3BEACE%2C6BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAjFR%2CcACE%2CYAyEE%2CWAIE%2CeAKE%3BEACE%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAvFV%2CcACE%2CYAyEE%2CWAIE%2CeAKE%2CMAME%3BEACE%2CqBAAA%3BEACA%2CsBAAA%3B%3BAA3FZ%2CcACE%2CYAyEE%2CWAIE%2CeAKE%2CMAME%2CWAIE%3BEACE%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAlGd%2CcACE%2CYAyEE%2CWAIE%2CeAKE%2CMAmBE%3BEACE%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3B%3BAA5GZ%2CcACE%2CYAyEE%2CWAuCE%3BEACE%2C6BAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAEA%2CcArHN%2CYAyEE%2CWAuCE%2CGAKG%2CQACC%3BEACE%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CcAhIV%2CYAyEE%2CWAuCE%2CGAKG%2CQACC%2CGAUG%2CUAAU%3BEACT%2CeAAA%3B%3BAAZN%2CcArHN%2CYAyEE%2CWAuCE%2CGAKG%2CQACC%2CGAcE%2CEAAC%2CUACC%3BEACE%2CgCAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAnBR%2CcArHN%2CYAyEE%2CWAuCE%2CGAKG%2CQACC%2CGAcE%2CEAAC%2CUAOC%3BEACE%2CWAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2COAAO%2CiBAAP%3B%3BAA5BR%2CcArHN%2CYAyEE%2CWAuCE%2CGAKG%2CQACC%2CGA%2BBE%3BEACE%2CaAAA%3B%3BAAGF%2CcAzJV%2CYAyEE%2CWAuCE%2CGAKG%2CQACC%2CGAmCG%3BEACC%2CmDAAA%3BEACA%2C8CAAA%3B%3BAAFF%2CcAzJV%2CYAyEE%2CWAuCE%2CGAKG%2CQACC%2CGAmCG%2CMAIC%2CEACE%3BEACE%2CWAAA%3B%3BAAhKlB%2CcACE%2CYAyEE%2CWAuCE%2CGAsDE%3BEACE%2CWAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2COAAO%2CiBAAP%3B%3BAAEA%2CcAlLR%2CYAyEE%2CWAuCE%2CGAsDE%2CGAYG%3BEACC%2C4DAAA%3BEACA%2CyBAAA%3BEACA%2C6CAAA%3B%3BAAHF%2CcAlLR%2CYAyEE%2CWAuCE%2CGAsDE%2CGAYG%2CMAKC%2CEACE%3BEACE%2CwCAAA%3BEACA%2CcAAA%3B%3BAAMJ%2CcAhMV%2CYAyEE%2CWAuCE%2CGAsDE%2CGAyBE%2CEACG%3BEACC%2CqBAAA%3B%3BAAlMd%2CcACE%2CYAyEE%2CWAuCE%2CGAsDE%2CGAyBE%2CEAKE%3BEACE%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BAAEA%2CcAzMZ%2CYAyEE%2CWAuCE%2CGAsDE%2CGAyBE%2CEAKE%2CKAKG%3BEACC%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3BAAlNhB%2CcACE%2CYAyEE%2CWA%2BIE%3BEACE%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CmCAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAlOR%2CcACE%2CYAyEE%2CWA%2BIE%2CYAWE%3BAApOR%2CcACE%2CYAyEE%2CWA%2BIE%2CYAWK%3BAApOX%2CcACE%2CYAyEE%2CWA%2BIE%2CYAWa%3BAApOnB%2CcACE%2CYAyEE%2CWA%2BIE%2CYAWmB%3BAApOzB%2CcACE%2CYAyEE%2CWA%2BIE%2CYAW0B%3BEACtB%2CWAAA%3BEACA%2C8CAAA%3BEACA%2CeAAA%3B%3BAAvOV%2CcACE%2CYAyEE%2CWAiKE%2CWACE%3BEACE%2CWAAA%3BEACA%2CgBAAA%3B%3BAA9OV%2CcACE%2CYAyEE%2CWAiKE%2CWACE%2CaAIE%3BEACE%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAArPZ%2CcACE%2CYAyEE%2CWAiKE%2CWACE%2CaAYE%3BEACE%2CiBAAA%3BEACA%2CeAAA%3B%3BAAEA%2CcA3PV%2CYAyEE%2CWAiKE%2CWACE%2CaAYE%2CEAIG%3BEACC%2CqBAAA%3B%3BAA7Pd%2CcACE%2CYAmQE%3BEACE%2CiCAAiC%2CkEAAjC%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAA5QN%2CcACE%2CYA8QE%3BEACE%2CYAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAgB%2CkEAAhB%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAKN%3BEACE%2CWAAA%3B%3BAADF%2C4BAGE%3BEACE%2CWAAA%3BEACA%2CaAAA%3BEACA%2CqBAAA%3B%3BAANJ%2C4BASE%3BEACE%2CWAAA%3BEACA%2CYAAA%3B%3BAAIJ%2CeACE%3BEACE%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CwBAAwB%2CQAAS%3BEAC7B%2CwBAAA%3B%3BAAyBJ%2CwBAtB0C%3BEACxC%2CwBAA0B%3BIACxB%2CUAAA%3BIACA%2CwBAAA%3B%3BEAMM%2CwBAHN%2CYACE%2CQACE%2CUACM%3BIACF%2CiBAAA%3B%3BEAGF%2CwBAPN%2CYACE%2CQACE%2CUAKM%3BIACF%2CkBAAA%3B%3B%3BAA0CZ%2CwBAlC0C%3BEACxC%2CwBAA0B%3BIACxB%2CUAAA%3BIACA%2CwBAAA%3B%3BEAEF%2CcACE%3BIACE%2CcAAA%3B%3BEAFJ%2CcACE%2CYAGE%3BIACE%2CUAAA%3BIACA%2CaAAA%3B%3BEANN%2CcACE%2CYAQE%3BIACE%2CWAAA%3BIACA%2CaAAA%3B%3BEAXN%2CcACE%2CYAaE%3BIACE%2CWAAA%3B%3BEAfN%2CcACE%2CYAaE%2CUAGE%3BIACE%2CaAAA%3B%3BEAlBR%2CcACE%2CYAqBE%3BIACE%2CWAAA%3B%3B%3BAAgCR%2CwBA1B0C%3BEACxC%2CwBAA0B%3BIACxB%2CwBAAA%3B%3BEAMM%2CwBAHN%2CYACE%2CQACE%2CUACM%3BIACF%2CgBAAA%3B%3BEAGF%2CwBAPN%2CYACE%2CQACE%2CUAKM%3BIACF%2CgBAAA%3B%3BEAGF%2CwBAXN%2CYACE%2CQACE%2CUASM%3BIACF%2CWAAA%3BIACA%2CgBAAA%3B%3B%3BAAkBZ%2CwBAV0C%3BEACxC%2CcACE%2CYACE%3BEAFJ%2CcACE%2CYACe%3BIACX%2CUAAA%3B%3B%3BAAUP%2CwBAJyC%3BEACxC%2CwBAAyB%2CYAAY%2CQAAQ%2CUAAY%3BIACvD%2CgBAAA%22%7D *//* Contdonwn */

.sw-dailydeal-wrapper {
    padding: 13px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 4;
}

.sw-dailydeal {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    background-color: rgba(0,136,204,0.7);
    width: 100%;
    z-index: 5;
    font-family: 'Oswald';
    text-transform: uppercase;
    line-height: 1;
    padding: 5px 9px 5px;
    text-align: center;
}


.sw-dailydeal .number {
    display: inline-block;
    vertical-align: middle;
}

.sw-dailydeal p {
    margin: 0;
}

.sw-dailydeal .line {
    display: none;
}

.sw-dailydeal .caption {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0;
}
.sw-dailydeal .number-wrapper {
    display: inline-block;
    vertical-align: middle;
}
.sw-dailydeal .number-wrapper > * {
    line-height: 25px;
}
.sw-dailydeal .dailydeal-label {
    display: inline-block;
    vertical-align: middle;
    font-size: 11px;
    font-weight: 400;
}

.catalog-product-view .sw-dailydeal-wrapper {
    position: static;
    padding: 0;
    margin-bottom: 30px;
    margin-top: -10px;
}

.catalog-product-view .sw-dailydeal {
    display: block;
    background-color: transparent;
    padding: 0;
    text-align: left;
}

.catalog-product-view .sw-dailydeal .dailydeal-label {
    display: block;
    color: #21293c;
    font-family: 'Open Sans';
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
}

.catalog-product-view .sw-dailydeal .number-wrapper {
    background-color: #08c;
    display: inline-block;
    width: 66px;
    text-align: center;
    float: left;
    margin-right: 2px;
}

.catalog-product-view .sw-dailydeal .caption {
    display: block;
    font-size: 10px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 11px;
}

.catalog-product-view .sw-dailydeal .number {
    font-size: 18px;
    line-height: 1.7;
    margin-top: 6px;
}

.catalog-product-view .sw-dailydeal-wrapper:after {
    content: '';
    display: table;
    clear: both;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../../frontend/Mobilityexpress/porto/en_US/Smartwave_Filterproducts/css/owl.carousel/assets/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }
  .owl-carousel .owl-item .owl-lazy {opacity: 1;}
  .owl-carousel {margin-bottom: 20px;}
  .owl-carousel.row {width: auto;}
  .owl-carousel .owl-dot,.owl-carousel .owl-nav button {outline: none;}
  .owl-carousel .img-thumbnail {max-width: 100%;}
  .owl-carousel .img-thumbnail img {width: 100%;}
  .owl-carousel .item-video {height: 300px;}
  .owl-carousel .owl-nav {margin-top: 10px;text-align: center;-webkit-tap-highlight-color: transparent;}
  .owl-carousel .owl-nav {top: 50%;position: absolute;margin-top: 0;width: 100%;flex: none;}
  .owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next {display: inline-block;position: absolute;width: 30px;height: 30px;text-align: center;line-height: 22px;margin: 0;transform: translateY(-50%);}
  .owl-carousel .owl-nav .owl-prev {left: 0;}
  .owl-carousel .owl-nav .owl-prev:before {font-family: "porto-icons";content: "\e819";position: relative;left: -1px;}
  .owl-carousel .owl-nav .owl-next {right: 0;}
  .owl-carousel .owl-nav .owl-next:before {font-family: "porto-icons";content: "\e81a";position: relative;left: 1px;}
  .owl-carousel .owl-dots {margin-top: 1em;}
  .owl-carousel.stage-margin .owl-stage-outer {margin-left: 40px;margin-right: 40px;}
  .owl-carousel.stage-margin .owl-stage-outer .owl-stage {padding-left: 0!important;padding-right: 0!important;}
  .owl-carousel.nav-bottom .owl-stage-outer {margin-bottom: 10px;}
  .owl-carousel .owl-nav .disabled {opacity: 0.5;cursor: default;}
  .owl-carousel.show-nav-hover .owl-prev {left: -10px;transform: translate(-10px,-50%);}
  .owl-carousel.show-nav-hover .owl-next {right: -10px;transform: translate(10px,-50%);}
  .owl-carousel.show-nav-hover .owl-prev,.owl-carousel.show-nav-hover .owl-next {transition: opacity .2s,transform .4s;opacity: 0;}
  .owl-carousel.show-nav-hover:hover .owl-prev,.owl-carousel.show-nav-hover:hover .owl-next {opacity: 1;transform: translate(0,-50%);}
  .owl-carousel.show-nav-hover:hover .owl-prev.disabled,.owl-carousel.show-nav-hover:hover .owl-next.disabled {opacity: .5;}
  .owl-carousel.show-nav-title .owl-nav {top: 0;right: 0;margin-top: -18px;width: auto !important;}
  .owl-carousel.show-nav-title .owl-nav [class*="owl-"],.owl-carousel.show-nav-title .owl-nav [class*="owl-"]:hover,.owl-carousel.show-nav-title .owl-nav [class*="owl-"]:active {background: transparent!important;width: 18px;font-size: 18px;padding-left: 0;padding-right: 0;color: #222529;}
  .owl-carousel.show-nav-title .owl-nav .owl-prev {left: -45px;}
  .owl-carousel.nav-bottom .owl-nav {position: static;margin: 0;padding: 0;width: auto;}
  .owl-carousel.nav-bottom .owl-nav .owl-prev,.owl-carousel.nav-bottom .owl-nav .owl-next {position: static;transform: none;margin: 0 3px;}
  .owl-carousel.rounded-nav .owl-nav [class*="owl-"],.owl-carousel.rounded-nav .owl-nav [class*="owl-"]:hover {padding: 3px 7px;border-radius: 50%;background: transparent!important;border: 1px solid #999!important;color: #999;width: 30px;}
  .owl-carousel.nav-style-1 .owl-nav [class*="owl-"] {width: 20px;background: none!important;color: #000;font-size: 20px;}
  .owl-carousel.show-dots-title .owl-dots {position: absolute;left: 155px;top: -54px;margin-top: 0!important;line-height: 0;}
  .owl-carousel.show-dots-title-right .owl-dots {display: -ms-flexbox;display: flex;-ms-flex-align: center;align-items: center;position: absolute;left: auto;right: 0;margin-top: 0!important;top: -33px;right: 8px}
  .owl-carousel.nav-inside .owl-dots {bottom: 2px;margin-top: 10px;position: absolute;right: 6px;z-index: 1;}
  .owl-carousel.nav-inside .owl-nav .owl-prev {left: 15px;}
  .owl-carousel.nav-inside .owl-nav .owl-next {right: 15px;}
  .owl-carousel.nav-inside-left .owl-dots {left: 6px;right: auto;}
  .owl-carousel.nav-inside-center .owl-dots {right: 36px;left: 36px;}
  .owl-carousel.full-width .owl-nav [class*="owl-"],.owl-carousel.full-width .owl-nav [class*="owl-"]:hover,.owl-carousel.big-nav .owl-nav [class*="owl-"],.owl-carousel.big-nav .owl-nav [class*="owl-"]:hover {height: auto;padding: 20px 0;margin: 0;}
  .owl-carousel.nav-style-2 .owl-nav [class*="owl-"] {background: none!important;color: #fff;font-size: 1.5rem;}
  .owl-carousel.nav-style-3 .owl-nav [class*="owl-"] {width: 35px;height: 45px;line-height: 33px;background-color: rgba(38,42,47,.4)!important;border-color: transparent!important;}
  .owl-carousel.nav-style-4 .owl-nav [class*="owl-"] {width: 30px;background: none!important;color: #333;font-size: 24px;}
  .owl-carousel.nav-style-4 .owl-nav [class*="owl-"]:hover {color: #333;}
  .owl-carousel.nav-style-4 .owl-prev:before {content: "\f80a";}
  .owl-carousel.nav-style-4 .owl-next:before {content: "\f809";}
  .owl-carousel.nav-pos-inside .owl-nav .owl-prev {left: 15px;}
  .owl-carousel.nav-pos-inside .owl-nav .owl-next {right: 15px;}
  .owl-carousel.nav-pos-outside .owl-nav .owl-prev {left: -30px;}
  .owl-carousel.nav-pos-outside .owl-nav .owl-next {right: -30px;}
  .owl-carousel.nav-center-images-only .owl-nav {top: 37%;}
  .owl-carousel.top-border {padding-top: 18px;}
  .owl-carousel .owl-item .owl-lazy {transition: all 0.2s linear,opacity 0.4s;}
  .owl-carousel .owl-item .owl-lazy-loaded {opacity: 1;}
  .owl-carousel .wpb_content_element {margin-bottom: 0;}
  .owl-carousel.carousel-center-active-item .owl-item {opacity: .2;transition: opacity 0.3s;}
  .owl-carousel.carousel-center-active-item .owl-item.center {opacity: 1;}
  .owl-carousel.carousel-center-active-item-style-2 .owl-item {opacity: .7}
  .owl-carousel .owl-nav button[class*='owl-'] {color: #FFF;font-size: 14px;margin: 0;padding: 4px 7px;background: #D6D6D6;display: inline-block;cursor: pointer;height: auto;}
  .owl-carousel .owl-nav button[class*='owl-']:hover {background: #869791;color: #FFF;text-decoration: none;}
  .owl-carousel .owl-nav button[class*='owl-'] > span {display: none;}
  .owl-carousel.show-nav-title .owl-nav [class*="owl-"] {color: #222529;}
  .custom-block .owl-carousel.show-nav-title .owl-nav [class*='owl-'] {margin-left: 0;margin-right: 0;}
  .custom-block .owl-carousel.show-nav-title .owl-nav .owl-prev {left: -30px;}
  .owl-carousel .owl-nav.disabled+.owl-dots {margin-top: 10px;}
  .owl-carousel .owl-dots {text-align: center;-webkit-tap-highlight-color: transparent;}
  .owl-carousel .owl-dots .owl-dot {display: inline-block;zoom:1;*display: inline;height: auto;vertical-align: top;}
  .owl-carousel .owl-dots .owl-dot span {width: 8px;height: 8px;margin: 5px 4px;background: #D6D6D6;display: block;-webkit-backface-visibility: visible;transition: opacity .2s;border-radius: 30px;}
  .owl-carousel .owl-dots .owl-dot.active span,.owl-carousel .owl-dots .owl-dot:hover span {background: #869791;}
  .owl-carousel.dots-style-1 .owl-dots span {width: 14px;height: 14px;border: 2px solid #e7e7e7;background: none!important;margin: 5px 2px;position: relative;}
  .products-slider.owl-carousel .owl-dot {vertical-align: middle;}
  .owl-carousel.dots-style-1 .owl-dot.active span,.owl-carousel.dots-style-1 .owl-dot:hover span {border: 2px solid;}
  .owl-carousel.dots-style-1 .owl-dot.active span:after,.owl-carousel.dots-style-1 .owl-dot:hover span:after {content: '';position: absolute;left: 3px;right: 3px;top: 3px;bottom: 3px;border-radius: 10px;border: 2px solid;}
  .product-image-carousel.owl-carousel .owl-nav [class*="owl-"], .product-image-carousel.owl-carousel .owl-nav [class*="owl-"]:hover, .product-image-carousel.owl-carousel .owl-nav [class*="owl-"]:active {background: none!important;font-size: 22px;color: #222529;}
  .product-image-carousel.owl-carousel .owl-nav .owl-prev {left: 0;}
  .product-image-carousel.owl-carousel .owl-nav .owl-next {right: 0;}
  .widget .owl-carousel .owl-dots {margin-bottom: -10px;}
/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y; }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../../frontend/Mobilityexpress/porto/en_US/Ves_All/lib/owl.carousel/assets/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
      -ms-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }
/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}/*! 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/Mobilityexpress/porto/en_US/Ves_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/Mobilityexpress/porto/en_US/Ves_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/Mobilityexpress/porto/en_US/Ves_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/Mobilityexpress/porto/en_US/Ves_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/Mobilityexpress/porto/en_US/Ves_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/Mobilityexpress/porto/en_US/Ves_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*/
	}
}/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../../frontend/Mobilityexpress/porto/en_US/Ves_Testimonial/fonts/fontawesome-webfont.eot?v=4.6.3');src:url('../../frontend/Mobilityexpress/porto/en_US/Ves_Testimonial/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'),url('../../frontend/Mobilityexpress/porto/en_US/Ves_Testimonial/fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'),url('../../frontend/Mobilityexpress/porto/en_US/Ves_Testimonial/fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'),url('../../frontend/Mobilityexpress/porto/en_US/Ves_Testimonial/fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'),url('../../frontend/Mobilityexpress/porto/en_US/Ves_Testimonial/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.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}
.tmls-widget .ratings, .tmls-sform .ratings {
    overflow: visible;
    padding: 10px;
    position: relative;
}

.tmls-widget .ratings_stars, .tmls-sform .ratings_stars {
    background: url('../../frontend/Mobilityexpress/porto/en_US/Ves_Testimonial/image/star_blank.png') no-repeat;
    float: left;
    height: 28px;
    padding: 2px;
    width: 32px;
}

.tmls-widget .ratings_blank, .tmls-sform .ratings_blank {
    background: url('../../frontend/Mobilityexpress/porto/en_US/Ves_Testimonial/image/star_blank.png') no-repeat;
    height: 19px;
    width: 19px;
    margin: auto 5px;
    display: inline-block;
}

.tmls-widget .ratings_vote, .tmls-sform .ratings_vote {
    background: url('../../frontend/Mobilityexpress/porto/en_US/Ves_Testimonial/image/star_voted.png') no-repeat;
}

.tmls-widget .ratings_over, .tmls-sform .ratings_over {
    background: url('../../frontend/Mobilityexpress/porto/en_US/Ves_Testimonial/image/star_overs.png') no-repeat;
}

.tmls-widget .total_votes {
    background: #eaeaea;
    top: 58px;
    left: 0;
    padding: 5px;
    position: absolute;
}

.tmls-widget .tmls-item .list-social {
    padding: 0;
    margin: 0;
}

.tmls-widget .tab-content {
    overflow: hidden
}

.tmls-widget .tmls-item .list-social li {
    display: inline-block;
    margin-bottom: 0px;
    text-align: center;
}

.tmls-widget .tmls-item ul.list-social li a {
    width: 26px;
    height: 26px;
    line-height: 26px;
    border-radius: 50%;
    display: inline-block;
    margin-right: -3px;
    color: #707070;
}

.tmls-widget .tmls-item ul.list-social li a.facebook:hover {
    background: #3b5999;
}

.tmls-widget .tmls-item ul.list-social li a.twitter:hover {
    background: #55acef
}

.tmls-widget .tmls-item ul.list-social li a.google:hover {
    background: #dc4d3c
}

.tmls-widget .tmls-item ul.list-social li a.youtube:hover {
    background: #e04e41
}

.tmls-widget .tmls-item ul.list-social li a.linkedin:hover {
    background: #0077B5
}

.tmls-widget .tmls-item ul.list-social li a.vimeo:hover {
    background: #44BBFF
}

.tmls-widget .tmls-item ul.list-social li a.email:hover {
    background: #E34D42;
}

.tmls-widget .tmls-item ul.list-social li a:hover i:before {
    color: #FFF;
}

.tmls-widget.tmls-grayscale .tmls-item:hover .tmls-image img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.tmls-widget .tmls-item > div {
    margin: 0 0 5px 0;
}

.tmls-widget.tmls-grayscale .tmls-item .tmls-image img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray;
}

.tmls-widget.content-small-radius .tmls-item .tmls-box {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.tmls-widget.content-medium-radius .tmls-item .tmls-box {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.tmls-widget.content-large-radius .tmls-item .tmls-box {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.tmls-widget.content-no-radius .tmls-item .tmls-box {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.tmls-widget.image-small-radius .tmls-item .tmls-image img {
    -webkit-border-radius: 16%;
    -moz-border-radius: 16%;
    border-radius: 16%;
}

.tmls-widget.image-medium-radius .tmls-item .tmls-image img {
    -webkit-border-radius: 32%;
    -moz-border-radius: 32%;
    border-radius: 32%;
}

.tmls-widget.image-large-radius .tmls-item .tmls-image img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.tmls-widget .tmls-item .tmls-image img {
    max-width: 100%;
    width: auto;
    margin: 0 auto;
}

.tmls-widget .block-title h2:after {
    height: 2px;
    width: 30px;
    background: #1db3d9;
    content: ' ';
    display: block;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px
}

.tmls-widget.no-image .tmls-item .tmls-image img, .tmls-widget.no-image .tmls-image-container .tmls-image {
    display: none;
}

.tmls-widget.small-image .tmls-item .tmls-image img, .tmls-widget.small-image .tmls-image-container .tmls-image {
    width: 50px;
    height: 50px;
}

.tmls-widget.medium-image .tmls-item .tmls-image img, .tmls-widget.medium-image .tmls-image-container .tmls-image {
    width: 80px;
    height: 80px;
}

.tmls-widget.large-image .tmls-item .tmls-image img, .tmls_images.large-image .tmls-image-container .tmls-image {
    width: 100px;
    height: 100px;
}

.tmls-widget.xlarge-image .tmls-item .tmls-image img, .tmls-widget.xlarge-image .tmls-image-container .tmls-image {
    width: 150px;
    height: 150px;
}

.tmls-widget .tmls-item .tmls-title {
    font-size: 1.5em;
    font-weight: normal;
}

.tmls-widget .tmls-item .tmls-rating {
    line-height: 1;
}

.tmls-widget .tmls-item .tmls-name {
    font-weight: bold;
    font-size: 15px;
}

.tmls-widget .tmls-item .tmls-company {
    margin-top: 5px;
}

.tmls-widget .tmls-item .tmls-testimonial {
    line-height: 1.6em;
}

.tmls-widget .tmls-item .tmls-date {
    margin-right: 8px;
}

.tmls-widget .tmls-item {
    padding: 20px;
    text-align: center;
}

.tmls-widget .tmls-item {
    border-right: 1px dashed #ddd;
    float: left;
    overflow: hidden;
}

.tmls-widget .tmls-item-info {
    float: left;
    width: 100%;
}

.tmls-widget .owl-item.active:last-child .tmls-item-info {
    border-right: 0
}

.tmls-widget .owl-carousel .owl-item {
    padding: 0;
}

.tmls-carousel-multi .tmls-item {
    border-bottom: 1px dashed #ddd;
}

.tmls-carousel-multi .tmls-item.last {
    border-bottom: 0
}

.tmls-widget .tmls-item .tmls-image {
    margin: 15px 0;
}

.tmls-widget .tmls-item .tmls-box {
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    padding: 15px;
    border: 1px solid #DDDDDD;
    margin-bottom: 25px;
}

.tmls-widget .tmls-item .tmls-arrow {
    width: 20px;
    height: 11px;
    position: absolute;
    top: 100%;
    left: 30px;
    display: block;
    line-height: 0px;
}

.tmls-widget .tmls-rating> .ratings_over:first-child {
    margin-left: 0;
}

.tmls-widget .tmls-item .tmls-title {
    margin-bottom: 12px;
    line-height: 1.2em;
}

.tmls-widget .block-title.content-heading {
    margin-bottom: 40px;
}

.tmls-widget .tmls-fulltext {
    display: none;
}

.tmls-widget {
    margin-bottom: 30px !important;
    float: left;
    width: 100%
}

/** All Top */
.tmls-alltop .tmls-date {
    margin-right: 0;
}

.tmls-alltop .tmls-socialnetworks {
    margin-bottom: 10px;
}

/* Style 1*/
.tmls-widget.tmls-style1 .tmls-item .tmls-testimonial {
    margin-bottom: 20px;
}

.tmls-widget .tmls-item .tmls-name {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}

.tmls-widget.tmls-style1 .tmls-item .tmls-meta {
    margin-bottom: 15px;
}

.tmls-widget .tmls-item .tmls-company {
    margin-bottom: 10px;
}

/* Style 2*/
.tmls-widget.tmls-style2 .tmls-item .tmls-testimonial {
    margin-bottom: 20px;
}

.tmls-widget.tmls-style2 .tmls-item {
    text-align: left;
    float: left;
    height: 100%;
}

.tmls-widget.tmls-style2 .tmls-item .tmls-left {
    float: left;
    margin-right: 20px;
    height: 100%;
}

.tmls-widget.tmls-style2 .tmls-item .tmls-meta {
    margin-bottom: 15px;
}

/* Style 3*/
.tmls-widget.tmls-style3 .tmls-item .tmls-arrow {
    left: 30px;
}

.tmls-widget.tmls-style3 .tmls-item {
    text-align: left
}

.tmls-widget.tmls-style3 .tmls-item .tmls-title {
    text-align: center;
}

.tmls-widget.tmls-style3 .tmls-item .tmls-testimonial {
    text-align: center;
}

.tmls-widget.tmls-style3 .tmls-item .tmls-left {
    float: left;
    margin-right: 20px;
    height: 100%;
}

.tmls-widget.tmls-style3 .tmls-image {
    margin-top: 0;
    margin-bottom: 0;
}

.tmls-widget.tmls-style3 .tmls-item .tmls-meta {
    margin-bottom: 10px;
}

/* Style4 */
.tmls-widget.tmls-style4 .tmls-item .tmls-arrow {
    left: 0px;
    width: 100%;
}

.tmls-widget.tmls-style4 .tmls-item .tmls-meta {
    margin-bottom: 10px
}

/* Grid */
.tmls-widget.tmls-grid .row .tmls-item:last-child {
    border-right: 0;
}

.tmls-widget.tmls-grid .row {
    border-bottom: 1px dashed #ddd;
}

.tmls-widget.tmls-grid .tmls-testimonial {
    margin-bottom: 30px;
}

.tmls-widget.tmls-grid .tab-content .row:last-child {
    border-bottom: 0
}

.tmls-widget.tmls-grid .tmls-meta {
    margin-bottom: 10px
}

/* Grid 1 */
.tmls-widget.tmls-grid1 .tmls-item .tmls-testimonial {
    margin-bottom: 20px;
}

.tmls-widget.tmls-grid1 .tmls-item {
    text-align: left;
    float: left;
    height: 100%;
}

.tmls-widget.tmls-grid1 .tmls-item .tmls-left {
    float: left;
    margin-right: 20px;
    height: 100%;
    max-width: 28%;
    margin-right: 3%;
}

.tmls-widget.tmls-grid1 .tmls-item .tmls-right {
    max-width: 68%;
    float: left;
}

.tmls-widget.tmls-grid1 .tmls-item .tmls-meta {
    margin-bottom: 15px;
}

.tmls-widget.tmls-grid1 .row {
    border-bottom: 1px dashed #ddd;
}

.tmls-widget.tmls-grid1 .tab-content .row .tmls-item:last-child {
    border-right: 0
}

.tmls-widget.tmls-grid1 .row:last-child {
    border-bottom: 0
}

/* Grid2 */
.tmls-widget.tmls-grid2 .row {
    border-bottom: 1px dashed #ddd;
}

.tmls-widget.tmls-grid2 .tab-content .row .tmls-item:last-child {
    border-right: 0
}

.tmls-widget.tmls-grid2 .tab-content .row:last-child {
    border-bottom: 0
}

.tmls-widget.tmls-grid2 .tmls-meta {
    margin-bottom: 10px
}

.tmls-widget.tmls-grid2 .tmls-item .tmls-arrow {
    left: 0;
    width: 100%;
}

/* Slide */
.tmls-widget.tmls-slide .tmls-item .tmls-title {
    margin: 20px 0
}

.tmls-widget.tmls-slide .tmls-item .tmls-testimonial, .tmls-widget.tmls-slide .tmls-item .tmls-company {
    margin: 10px 0
}

.tmls-widget.tmls-slide .tmls-item {
    display: inline-block;
    border-right: 0;
    padding: 0
}

.tmls-widget.tmls-slide .tmls-item .tmls-image img {
    border-radius: 0;
    cursor: pointer
}

.tmls-widget.tmls-slide .tmls-item .tmls-image img:hover, .tmls-widget.tmls-slide .tmls-item.active .tmls-image img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}

.tmls-widget.tmls-slide .tmls-item .tmls-image img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
}

.tmls-widget.tmls-slide .tmls-image-container {
    margin: 3px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.tmls-widget.tmls-slide .tmls-image-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #ffffff;
    opacity: 0.60;
    filter: alpha(opacity=60);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.2s;
}

.tmls-widget.tmls-slide .tmls-image {
    -webkit-filter: grayscale(100%);
    -webkit-transition: filter 0.5s;
    -moz-transition: filter 0.5s;
    -o-transition: filter 0.5s;
    -ms-transition: filter 0.5s;
    transition: filter 0.5s;
    width: 100px;
    height: 100px;
    text-align: center;
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
}

.tmls-widget.tmls-slide .tmls-image-container.selected .tmls-image-overlay {
    display: none;
}

.tmls-widget.tmls-slide .tmls-image-container.selected img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
}

.tmls-widget.tmls-slide .tab-content {
    text-align: center;
}

.tmls-widget.tmls-slide .tmls-item {
    width: 100%;
}

/** Tmls Form */
.tmls-form label, .tmls-form .label, .tmls-sform .label {
    color: #333;
    font-size: 100%;
    padding: 0;
}

.tmls-form .label em, .tmls-sform .label em {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
}

.tmls-sform .row, .tmls-form .row {
    margin-bottom: 20px;
}

.tmls-sform h2 {
    text-align: center;
}

/** List **/
.tmls-widget.tmls-list .tmls-item {
    border-right: 0;
    border-bottom: 1px dashed #DDDDDD;
    width: 100%;
    float: left;
}

.tmls-widget.tmls-list .tab-content {
    overflow: initial;
    width: 100%;
    float: left;
}

.tmls-widget.tmls-list .tab-content .tmls-item:last-child {
    border-bottom: 0;
}

@media (max-width: 768px) {
    .tmls-widget.tmls-grid1 .tmls-item .tmls-left {
        max-width: auto;
        margin-right: 5px;
    }

    .tmls-widget.tmls-grid1 .tmls-item .tmls-right {
        max-width: auto;
        float: left;
    }
}

.ves-testimonialpage h2 {
    font-size: 28px !important;
    font-weight: normal;
    text-align: center;
    color: #1db3d9;
}

.ves-testimonialpage .tmls-widget .block-title.content-heading {
    margin-bottom: 60px !important;
}

.tmls-widget.no-after .block-title h2:after {
    display: none
}

.tmls-widget.no-after .block-title h2 {
    font-size: 20px !important;
}

.ves-testimonialpage .tmls-widget.no-after .block-title.content-heading {
    margin-bottom: 20px !important
}

.tmls-widget .title span {
    background: #FFF;
    padding: 0 20px;
}
/*!
 * 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=82ddb5723bf5b499b3fa)
 * Config saved to config.json and https://gist.github.com/82ddb5723bf5b499b3fa
 *//*!
 * 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,.container-fluid{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}}.row{margin-left:-15px;margin-right:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.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-md-1,.col-md-10,.col-md-11,.col-md-12,.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-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.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-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{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-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{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-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{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-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{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:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.row:after,.row:before{content:" ";display:table}.clearfix:after,.container-fluid:after,.container: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}.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}/* 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; }

.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;
  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: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.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;
  box-shadow: none;
  touch-action: manipulation; }

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: #FFF;
  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: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    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 {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 200px;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }
.mfp-iframe-holder .mfp-close:hover {
    background: transparent;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 64.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);
    opacity: 0;
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  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: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.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: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;
    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-preloader {
    border: 1px solid #ccc;
    border-width: 2.5px;
    border-radius: 15px;
    border-top-color: transparent;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
    z-index: 99999;
}

@-webkit-keyframes rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes rotateplane {
  0% { transform: perspective(120px) rotateX(0deg) rotateY(0deg) }
  50% { transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) }
  100% { transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg) }
}.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/Mobilityexpress/porto/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 #68a8e0;
  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: 4px;
  left: 6px;
  position: relative;
  top: 12px;
  width: 4px;
}
.fotorama__thumb {
  background-color: #ebebeb;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.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 #ff5501;
  left: 0;
  position: absolute;
  top: 0;
  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__nav-wrap {
  min-height: 30px;
}
.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;
}
.fotorama__spinner {
  background-image: url('../../frontend/Mobilityexpress/porto/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;
}
._block-content-loading .fotorama-item {
  position: absolute !important;
  z-index: -1;
  top: 0;
  width: 100%;
}
.gallery-placeholder:not(._block-content-loading) .gallery-placeholder__image {
  display: none;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2Fmage%5C%2Fgallery%5C%2Fmodule%5C%2F_extends.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2Fmage%5C%2Fgallery%5C%2Fgallery.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2Fmage%5C%2Fgallery%5C%2Fmodule%5C%2F_fullscreen.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%5C%2Fen_US%5C%2Fmage%5C%2Fgallery%5C%2Fmodule%5C%2F_mixins.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMobilityexpress%5C%2Fporto%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%3BACOL%3BAA0BA%3BAAgDA%3BAAsOA%2CgBAOI%3BEDlWA%2CSAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BACwCA%2CeAKI%3BED5CA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%3BAC%2BCA%2CmBAAoB%3BED9ChB%2CYAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BAE5BA%3BADiPA%3BAAwDA%2CqBAMI%3BAANJ%2CqBAUI%3BAAVJ%2CqBAWI%3BAAXJ%2CqBAYI%3BAAZJ%2CqBAeI%3BAAySA%2CgBAAC%3BAAAD%2CcAAC%3BAACD%2CgBAAC%3BAAAD%2CcAAC%3BAA8ML%2CqBACI%2CwBAeI%3BEDnyBJ%2CWAAW%2CaAAX%3B%3BAAGJ%3BAC6GA%3BAAgTI%2C0BAAC%3BAAAD%2CmBAAC%3BAAAD%2CkBAAC%3BED5ZD%2CUAAA%3B%3BAAIA%2CuBAAC%3BEAEG%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CSAAS%2CEAAT%3B%3BAAIR%3BACmRA%2CsBACI%3BAADJ%2CsBAEI%3BAAFJ%2CsBAGI%3BAAHJ%2CsBAMI%2C%2BBACI%3BAAPR%2CsBAMI%2C%2BBAEI%3BED1RJ%2C0BAAA%3B%3BAAGJ%3BACwPA%2CqBACI%3BAADJ%2CqBAEI%3BAAFJ%2CqBAGI%3BED1PA%2CwBAAA%3BEACA%2CqCAAA%3BEACA%2C4BAA4B%2C6BAA5B%3B%3BAAGJ%3BACpCA%3BAAiUA%3BAA0BA%3BAACA%3BAACA%3BEDxTI%2CiBAAA%3B%3BAAGJ%3BACoRA%3BEDnRI%2CiBAAA%3B%3BAAGJ%3BEACI%2C2EAAA%3B%3BAAGJ%3BACuDA%3BAAmBA%3BEDzEI%2CYAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BAC4DA%3BAASA%3BAAoIA%3BEE1OI%2CgBAAA%3BEACA%2CQAAA%3BEACA%2CyBAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3B%3BAHgCJ%3BACiEA%3BEDhEI%2CuBAAA%3B%3BAAGJ%3BACqJA%3BAA4CA%3BAAiHA%3BEDjTI%2CsBAAA%3B%3BAAGJ%3BACoMA%3BAAgEA%3BEDnQI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEACI%2CUAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BACvDA%3BAA0BA%3BAAoDA%3BAAUA%3BAASA%3BAAiOA%3BAACA%3BAACA%3BED5QI%2C6CAAA%3B%3BAAGJ%3BEACI%2C0BAAA%3B%3BAAGJ%3BEACI%2CwBAAA%3B%3BAAGJ%3BAE9FA%2CqBAaI%3BAAbJ%2CqBAqBI%3BAD4VJ%2CcAWI%3BAA4BJ%3BAAgCA%3BAAsdA%3BAAmCA%3BEDj1BI%2CsBAAsB%2CcAAtB%3BEACA%2C4BAAA%3B%3BAAOJ%3BEAAA%3BEAVA%3BECsHA%3BECpNA%2CqBAaI%3BEAbJ%2CqBAqBI%3BED4VJ%2CcAWI%3BEA4BJ%3BEAgCA%3BEAsdA%3BEAmCA%3BID30BQ%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%3BAD%5C%2FCR%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%3BAACA%2CuBAAC%3BEACG%2CUAAA%3B%3BAAIR%2CqBACI%3BEACI%2CaAAA%3B%3BAAFR%2CqBAII%2CwBAAuB%3BAAJ3B%2CqBAKI%3BAALJ%2CqBAMI%3BEACI%2CcAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3B%3BAATR%2CqBAWI%3BEACI%2CUAAA%3B%3BAAZR%2CqBAcI%3BEACI%2CUAAA%3B%3BAACA%2CqBAFJ%2CqBAEK%3BEACG%2CUAAA%3B%3BAAjBZ%2CqBAoBI%2CiBAAiB%3BEACb%2CaAAA%3B%3BAAIR%3BEACI%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAACA%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%2CoBAGI%3BEACI%2CYAAA%3BEACA%2CWAAA%3B%3BAALR%2CoBAOI%3BAAPJ%2CoBAQI%3BEACI%2CaAAA%3B%3BAAIR%3BEACI%2CcAAA%3B%3BAADJ%2CsBAEI%3BEACI%2C0BAAA%3B%3BAACA%2CsBAFJ%2CsBAEK%3BEACG%2C2BAAA%3B%3BAALZ%2CsBAQI%3BEACI%2CaAAA%3B%3BAAIR%2CiBACI%3BEACI%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAKJ%2CqBAAC%2CiBAAkB%3BEACf%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3B%3BAACA%2CqBAJH%2CiBAAkB%2CsBAId%3BEACG%2CUAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAKZ%2CqBAAqB%2CMAAO%3BEAExB%2CgBAAA%3B%3BAACA%2CqBAHiB%2CMAAO%2CCAGvB%3BEACG%2CUAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAIR%3BEACI%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAACA%2CqBAAqB%2CMAAO%3BEAExB%2CUAAA%3B%3BAAIR%3BEAGI%2C2BAAA%3BEACA%2CkBAAkB%2CkFAAlB%3BEACA%2CyBAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEAEI%2CSAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2COAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAATJ%2CkBAUI%3BEACI%2CwBAAA%3BEACA%2CkCAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAACA%2CkBALJ%2CEAKK%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%3BEAEJ%3BIACI%2CWAAW%2CcAAX%3B%3B%3BAAIR%3BEEpSI%2CmBAAmB%2C0BAAnB%3BEACA%2CeAAe%2C0BAAf%3BEACA%2CcAAc%2C0BAAd%3BEACA%2CWAAW%2C0BAAX%3BEFqqBA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAlYJ%2CqBAMI%3BEAEI%2CsCAAA%3B%3BAARR%2CqBAeI%3BEAEI%2CyBAAA%3BEACA%2C4BAAA%3BEACA%2CkCAAA%3B%3BAAIR%2CsBAMI%2C%2BBACI%3BAAPR%2CsBAMI%2C%2BBAEI%3BEAEI%2CUAAA%3B%3BAAKZ%3BEAEI%2CYAAA%3B%3BAAWJ%3BEACI%2CSAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAMJ%2CeAAe%3BEACX%3BIACI%2C6BAAA%3B%3B%3BAAIR%3BAACA%3BAACA%3BEAGI%2CeAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CYAAA%3B%3BAAGJ%3BAACA%3BAACA%3BAACA%3BEACI%2CaAAA%3B%3BAAGJ%3BEAEI%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAEA%2CuBAAwB%3BEACpB%2CUAAA%3B%3BAARR%2CcAWI%3BEE5YA%2CmBAAmB%2C0BAAnB%3BEACA%2CeAAe%2C0BAAf%3BEACA%2CcAAc%2C0BAAd%3BEACA%2CWAAW%2C0BAAX%3BEFqqBA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEA3RI%2CYAAA%3BEACA%2CWAAA%3B%3BAAIR%3BEACI%2COAAA%3B%3BAADJ%2CoBAEI%3BEACI%2CgCAAA%3B%3BAAIR%3BEACI%2CQAAA%3B%3BAADJ%2CoBAEI%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%3BEExcI%2CmBAAmB%2C0BAAnB%3BEACA%2CeAAe%2C0BAAf%3BEACA%2CcAAc%2C0BAAd%3BEACA%2CWAAW%2C0BAAX%3BEFqqBA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEA%5C%2FNA%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%2C8BACxB%3BAADJ%2C4BAA4B%2C8BAExB%3BEACI%2CUAAA%3B%3BAACA%2C4BAJoB%2C8BACxB%2CeAGK%3BAAAD%2C4BAJoB%2C8BAExB%2C2BAEK%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%2CsBACI%3BAADJ%2CsBAEI%3BEACI%2CqBAAA%3B%3BAAKJ%2CqBAAC%2C4BAA4B%2C8BACzB%3BAADJ%2CqBAAC%2C4BAA4B%2C8BAEzB%3BEACI%2CaAAA%3B%3BAACA%2CqBAJP%2C4BAA4B%2C8BACzB%2CeAGK%3BAAAD%2CqBAJP%2C4BAA4B%2C8BAEzB%2C2BAEK%3BEACG%2CcAAA%3B%3BAAIZ%2CqBAAC%2CsBACG%3BAADJ%2CqBAAC%2CsBAEG%3BEACI%2CwBAAA%3B%3BAAMR%2CqBAAC%2C4BAA4B%2CsBAAsB%2C8BAC%5C%2FC%2C2BAA0B%2CIAAI%3BEE7jBlC%2CmBAAmB%2C2BAAnB%3BEACA%2CeAAe%2C2BAAf%3BEACA%2CcAAc%2C2BAAd%3BEACA%2CWAAW%2C2BAAX%3B%3BAFyjBA%2CqBAAC%2C4BAA4B%2CsBAAsB%2C8BAI%5C%2FC%2CqBAAoB%2CIAAI%3BEEhkB5B%2CmBAAmB%2CyBAAnB%3BEACA%2CeAAe%2CyBAAf%3BEACA%2CcAAc%2CyBAAd%3BEACA%2CWAAW%2CyBAAX%3B%3BAFyjBA%2CqBAAC%2C4BAA4B%2CsBAAsB%2C8BAO%5C%2FC%2CqBAAoB%2CIAAI%3BEEnkB5B%2CmBAAmB%2CwBAAnB%3BEACA%2CeAAe%2CwBAAf%3BEACA%2CcAAc%2CwBAAd%3BEACA%2CWAAW%2CwBAAX%3B%3BAFokBA%2CqBAAC%2CsBACG%3BEExkBJ%2CmBAAmB%2C2BAAnB%3BEACA%2CeAAe%2C2BAAf%3BEACA%2CcAAc%2C2BAAd%3BEACA%2CWAAW%2C2BAAX%3B%3BAFokBA%2CqBAAC%2CsBAIG%3BEE3kBJ%2CmBAAmB%2CyBAAnB%3BEACA%2CeAAe%2CyBAAf%3BEACA%2CcAAc%2CyBAAd%3BEACA%2CWAAW%2CyBAAX%3B%3BAFokBA%2CqBAAC%2CsBAOG%3BEE9kBJ%2CmBAAmB%2CwBAAnB%3BEACA%2CeAAe%2CwBAAf%3BEACA%2CcAAc%2CwBAAd%3BEACA%2CWAAW%2CwBAAX%3B%3BAFilBJ%2CqBACI%2CeAAc%2CIAAI%3BAADtB%2CqBAEI%2C2BAA0B%2CIAAI%3BAAFlC%2CqBAGI%2CsBAAqB%2CIAAI%3BAAH7B%2CqBAII%2CuBAAsB%2CIAAI%3BEACtB%2CyBAAA%3BEACA%2CyDAAA%3B%3BAAMJ%2CgBAAC%3BAAAD%2CcAAC%3BAACD%2CgBAAC%3BAAAD%2CcAAC%3BEAEG%2C4BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CgBAAC%3BAAAD%2CcAAC%3BEACG%2CWAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CgBAAC%3BAAAD%2CcAAC%3BEACG%2CYAAA%3BEACA%2CaAAA%3B%3BAAEJ%2CgBAAC%2CwBAAwB%3BAAAzB%2CcAAC%2CwBAAwB%3BAACzB%2CgBAAC%2CyBAAyB%3BAAA1B%2CcAAC%2CyBAAyB%3BEACtB%2CmCAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CgBAAC%2CuBAAuB%3BAAAxB%2CcAAC%2CuBAAuB%3BAACxB%2CgBAAC%2C0BAA0B%3BAAA3B%2CcAAC%2C0BAA0B%3BEACvB%2CoCAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CgBAAC%2CwBAAwB%3BAAAzB%2CcAAC%2CwBAAwB%3BEEjmBzB%2CkBAAkB%2C2FAA2F%2CwEAA7G%3BEFmmBI%2C6BAAA%3BEACA%2COAAA%3B%3BAAGJ%2CgBAAC%2CyBAAyB%3BAAA1B%2CcAAC%2CyBAAyB%3BEEvmB1B%2CkBAAkB%2C2FAA2F%2C2EAA7G%3BEFymBI%2CmCAAA%3BEACA%2CQAAA%3B%3BAAEJ%2CgBAAC%2CuBAAuB%3BAAAxB%2CcAAC%2CuBAAuB%3BEE5mBxB%2CkBAAkB%2C2FAA2F%2CwEAA7G%3BEF8mBI%2C6BAAA%3BEACA%2CMAAA%3B%3BAAGJ%2CgBAAC%2C0BAA0B%3BAAA3B%2CcAAC%2C0BAA0B%3BEElnB3B%2CkBAAkB%2C2FAA2F%2C2EAA7G%3BEFonBI%2CmCAAA%3BEACA%2CSAAA%3B%3BAASJ%2CqBALkB%2CiBAKjB%3BAAAD%2CqBAJkB%2CeAIjB%3BAAAD%2C2BAHwB%2CiBAGvB%3BAAAD%2C2BAFwB%2CeAEvB%3BAAAD%2CqBADkB%2CiBACjB%3BAACD%2CqBANkB%2CiBAMjB%3BAAAD%2CqBALkB%2CeAKjB%3BAAAD%2C2BAJwB%2CiBAIvB%3BAAAD%2C2BAHwB%2CeAGvB%3BAAAD%2CqBAFkB%2CiBAEjB%3BEACG%2CaAAA%3B%3BAAWR%2CmBACI%2CyBACI%3BEE3pBJ%2CmBAAmB%2CgBAAnB%3BEACA%2CeAAe%2CgBAAf%3BEACA%2CcAAc%2CgBAAd%3BEACA%2CWAAW%2CgBAAX%3BEF0pBQ%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAPZ%2CmBAUI%2C2BACI%3BEE7pBJ%2CmBAAmB%2CqBAAnB%3BEACA%2CeAAe%2CsBAAf%3BEACA%2CcAAc%2CsBAAd%3BEACA%2CWAAW%2CsBAAX%3BEF4pBQ%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%3BAACA%2CkBAAC%2CIAAI%3BEACD%2CsBAAA%3B%3BAATR%2CkBAWI%3BEACI%2COAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CsBAAA%3B%3BAAIR%3BEACI%2CkBAAA%3B%3BAADJ%2CuBAEI%3BEACI%2CYAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEEzwBJ%2CmBAAmB%2C0BAAnB%3BEACA%2CeAAe%2C0BAAf%3BEACA%2CcAAc%2C0BAAd%3BEACA%2CWAAW%2C0BAAX%3BEF2wBI%2CyBAAA%3BEACA%2C6CAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAJA%2CgBAHkC%3BEAGlC%2CuBAVJ%3BIAQQ%2CUAAA%3B%3B%3BAAUZ%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%2CsBAGI%3BEACI%2CcAAA%3BEACA%2CkCAAA%3B%3BAAKZ%2CqBACI%2CwBACI%3BEACI%2CaAAA%3B%3BAAHZ%2CqBACI%2CwBAII%3BAALR%2CqBACI%2CwBAKI%3BEACI%2CSAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAdZ%2CqBACI%2CwBAeI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CqBA5BR%2CwBAeI%2CqBAaK%3BEACG%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2C4DAAA%3B%3BAAEJ%2CqBAlCR%2CwBAeI%2CqBAmBK%3BEACG%2CYAAA%3BEACA%2CyBAAA%3B%3BAArChB%2CqBACI%2CwBAuCI%3BEACI%2CUAAA%3BEACA%2COAAO%2CqBAAP%3B%3BAAMR%2C%2BBAAC%3BEACG%2CgBAAA%3B%3BAAFR%2C%2BBAKI%3BAALJ%2C%2BBAMI%3BEACI%2CSAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAAZR%2C%2BBAKI%2C4BAQI%3BAAbR%2C%2BBAMI%2C6BAOI%3BEE32BJ%2CmBAAmB%2C0BAAnB%3BEACA%2CeAAe%2C0BAAf%3BEACA%2CcAAc%2C0BAAd%3BEACA%2CWAAW%2C0BAAX%3BEFqqBA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEAmMQ%2CWAAA%3B%3BAAfZ%2C%2BBAkBI%3BEACI%2COAAA%3B%3BAAnBR%2C%2BBAqBI%3BEACI%2CQAAA%3B%3BAAMR%2C6BACI%3BAADJ%2C6BAEI%3BEACI%2CeAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CaAAA%3B%3BAARR%2C6BACI%2C4BAQI%3BAATR%2C6BAEI%2C6BAOI%3BEE53BJ%2CmBAAmB%2CaAAnB%3BEACA%2CeAAe%2CaAAf%3BEACA%2CWAAW%2CaAAX%3BEF43BQ%2CYAAA%3BEACA%2CWAAA%3B%3BAAZZ%2C6BAeI%3BEACI%2CMAAA%3B%3BAAhBR%2C6BAkBI%3BEACI%2CSAAA%3B%3BAAIR%2C4BACI%3BAADJ%2C4BAEI%3BEACI%2C6BAAA%3B%3BAAHR%2C4BAKI%3BEACI%2CkBAAA%3B%3BAANR%2C4BAQI%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%3BEEt4BI%2C0CAAA%3BEACA%2C6CAAA%3B%3BAACA%2CcAAC%3BAAAD%2CqBAAC%3BEACG%2C0CAAA%3B%3BAAEJ%2CcAAC%3BAAAD%2CqBAAC%3BEACG%2C0CAAA%3B%3BAFo4BR%2CeAAe%2CIAAI%2CgCACf%3BAADJ%2CeAAe%2CIAAI%2CgCAEf%3BAAFJ%2CeAAe%2CIAAI%2CgCAGf%3BEE74BA%2C0CAAA%3BEACA%2C6CAAA%3B%3BAACA%2CeFw4BW%2CIAAI%2CgCACf%2C2BEz4BC%3BAAAD%2CeFw4BW%2CIAAI%2CgCAEf%2CoBE14BC%3BAAAD%2CeFw4BW%2CIAAI%2CgCAGf%2CmBE34BC%3BEACG%2C0CAAA%3B%3BAAEJ%2CeFq4BW%2CIAAI%2CgCACf%2C2BEt4BC%3BAAAD%2CeFq4BW%2CIAAI%2CgCAEf%2CoBEv4BC%3BAAAD%2CeFq4BW%2CIAAI%2CgCAGf%2CmBEx4BC%3BEACG%2C0CAAA%3B%3BAF44BR%3BEAEI%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAW%2C2BAAX%3BEACA%2CoCAAA%3BEACA%2CWAAA%3B%3BAAOA%2CgBANkC%3BEAMlC%3BIALI%2CiCAAA%3BIACA%2CSAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3B%3B%3BAAEJ%2CsBAAC%3BEACG%2CUAAA%3BEACA%2CWAAW%2CwBAAX%3B%3BAAMJ%2CoBAAC%3BEACG%2CcAAA%3BEACA%2CYAAA%3B%3BAAKR%3BEACI%2CsBAAsB%2C4BAAtB%3BEACA%2CSAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAACA%2CkBAAC%3BEACG%2CcAAA%3B%3BAAIR%2CgCACI%3BAADJ%2CgCACoB%3BEACZ%2CwBAAA%3B%3BAAIR%2CgBACI%3BEACI%2CyBAAA%3B%3BAAFR%2CgBAKI%3BEACI%2CwBAAA%3B%3BAAIR%2CuBAAwB%3BEACpB%2C6BAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CoBAAoB%2CIAAI%2CyBAEpB%3BEACI%2CaAAA%22%7D *//*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls {
  text-align: center;
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  display: inline-block;
  padding: 0 15px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-controls .owl-dots {
  margin-top: 30px;
}

.owl-carousel .owl-controls .owl-dot {
  padding: 0 5px;
}

.owl-carousel .owl-controls .owl-dot span {
  background: #e7e7e7;
  border-radius: 5px;
  display: block;
  height: 10px;
  width: 10px;
}

.owl-carousel .owl-controls .owl-dot.active span {
  background: #bc2670;
}

.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: inline-block;
  max-width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../../frontend/www.coffeecreamthemes.com/themes/jobseek/site/css/owl.video.play.html") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
    margin-top: 10px;
    text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
    text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
    min-height: 150px;
    /*background: url(../../frontend/Mobilityexpress/porto/en_US/Mageplaza_Core/css/AjaxLoader.gif) no-repeat center center*/
}
/**
 * Solwin Infotech
 * Solwin Product Print Page
 * 
 * @category   Solwin
 * @package    Solwin_Printpage
 * @copyright  Copyright © 2006-2016 Solwin (https://www.solwininfotech.com)
 * @license    https://www.solwininfotech.com/magento-extension-license/
 */

@media print,screen
{
    .additional-info {
        border: 1px solid #ccc;
        display: block;
        margin: 20px 0 0;
        float: left;
        width: 100%;
    }
    .additional-info .additional-attributes, .additional-info .table-wrapper{
        margin-bottom: 0
    }
    .additional-info table tbody tr td:first-child {
        font-weight: bold;
    }
    .additional-info .col.data {
        border-left: 1px solid #ccc;
    }
    caption.table-caption {
        font-weight: bold;
        margin: 10px 0;
        text-align: center;
        width: 100%;
        height: auto;
        position: relative;
    }
    .print-page-wrapper{
        border: 1px solid #cccccc;
        margin: 20px auto;
        padding: 20px;
        width: 90%;
        height: auto;
        display: block;
    }
    .print-img{
        border-bottom: 1px solid #ccc;
        margin: 0 auto 10px;
        padding-bottom: 10px;
        text-align: center;
        width: 100%;
    }
    .print-img .img-class{
        width: 80%;
        float: left;
        text-align: left;
    }
    .print-img .add-class{
        width: 20%;
        display: inline-block;
        text-align: left;
    }
    .print-pro{
        width: 100%;
        display: block;
        float: left;
    }
    .print-prod-img{
        border: 1px solid #ccc;
        display: inline-block;
        padding-top: 15px;
        text-align: center;
        width: 35%;
    }
    .product-detail{
        display: inline-block;
        float: right;
        width: 63%;
    }
    .product-detail h2{
        margin-top: 0;
    }
    .inner-desc {
        display: block;
        padding: 10px 0;
    }
    .print-prod-img img{
        text-align: center;
    }
    .print-prod-name,.print-prod-desc,.price,.print-prod-type{
        color: #403227;
        font-size: 20px;
        font-weight: 600;
        margin-top: 7px;
        margin: 0 auto;
        width: 100%;
    }
    .print-prod-name p,.print-desc p,.price p,.print-prod-type p,.center-stone p{
        text-align: center !important;
    }
    .print-prod-name span{
        display: block;
        font-size: 16px;
        font-weight: normal;
        text-align: left !important;
        width: 100%;
    }
    .print-prod-type {
        margin-bottom: 10px;
        font-size: 12px;
        font-weight: normal;
        width: 100%;
    }
    .print-prod-desc{
        font-size: 18px !important;
    }
    .print-desc{
        color: #403227;
        font-size: 14px;
        font-weight: normal;
        margin: 0 auto;
        text-align: center !important;
        width: 100%;
    }
    .center-stone{
        color: #383838;
        font-size: 14px;
        text-align: center;
        margin-bottom: 15px;
        width: 100%;
    }
    #scroll-to-top{
        display: none;
    }
    .additional-notes {
        border: 1px solid #cccccc;
        margin: 10px 0;
        padding: 10px;
        width: 100%;
        box-sizing: border-box;
    }
    .old-price {
        text-decoration: line-through;
    }
    .old-price .price {
        font-size: 15px !important;
    }
}
@page 
{
    size: auto;    /* auto is the initial value */
    margin: 0mm;   /* this affects the margin in the printer settings  */
}
.btn-print {
    clear: both;
}
.btn-print a {
    background: none repeat scroll 0 0 #1979c3;
    border-radius: 3px;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
    padding: 10px 15px;
    text-decoration: none;
    outline: none;
    border: 1px solid #1979c3;
}
.btn-print a:hover {
    background: #006BB4;
    text-decoration: none;
    border: 1px solid #006BB4;
}
.clear {
    clear: both;
}
.gap10 {
    height: 10px;
}
.gap30 {
    height: 30px;
}