@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700|Oswald:400,500&subset=cyrillic,latin-ext");
@import url("https://fonts.googleapis.com/css?family=Roboto");
@import url('https://fonts.googleapis.com/css?family=Roboto');
/* 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/LPS/OrbSport/lv_LV/Mageplaza_Blog/media/images/calendar-times.svg");
}
.mp-blog-user:before {
    background-image: url("../../frontend/LPS/OrbSport/lv_LV/Mageplaza_Blog/media/images/user.svg");
}
.mp-blog-comments:before {
    background-image: url("../../frontend/LPS/OrbSport/lv_LV/Mageplaza_Blog/media/images/comments.svg");
}
.mp-blog-traffic:before {
    background-image: url("../../frontend/LPS/OrbSport/lv_LV/Mageplaza_Blog/media/images/eye.svg");
}
.mp-blog-thumbs-up:before {
    background-image: url("../../frontend/LPS/OrbSport/lv_LV/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: #333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
p {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
abbr[title] {
  border-bottom: 1px dotted #ccc;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f6f6f6;
  color: #000000;
}
small,
.small {
  font-size: 12;
}
hr {
  border: 0;
  border-top: 1px solid #ccc;
  margin-bottom: 20;
  margin-top: 20;
}
sub,
sup {
  font-size: 71.42857143000001%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dfn {
  font-style: italic;
}
h1 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h2 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
h3 {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
h4 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h5 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h6 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  color: #333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #006bb4;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #006bb4;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #006bb4;
  text-decoration: underline;
}
a:active,
.alink:active {
  color: #ff5501;
  text-decoration: underline;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 2.5rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 20;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 5;
  margin-top: 0;
}
dd {
  margin-bottom: 10;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  background: #f6f6f6;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: #f6f6f6;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: #f6f6f6;
  border: 1px solid #ccc;
  color: #111111;
  line-height: 1.42857143;
  margin: 0 0 10;
  padding: 10;
  font-size: 1.2rem;
  display: block;
  word-wrap: break-word;
}
pre code {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
  white-space: pre-wrap;
}
blockquote {
  border-left: 0 solid #ccc;
  margin: 0 0 20 40;
  padding: 0;
  color: #333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  color: #333;
  line-height: 1.42857143;
  font-size: 1rem;
  display: block;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote cite {
  font-style: normal;
}
blockquote:before,
blockquote:after {
  content: '';
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: normal;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
table th {
  text-align: left;
}
table > tbody > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: top;
}
table > thead > tr > th,
table > thead > tr > td {
  vertical-align: bottom;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 11px 10;
}
button {
  background-image: none;
  background: #eee;
  border: 1px solid #ccc;
  color: #333;
  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: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active {
  background: #e2e2e2;
  border: 1px solid #ccc;
  color: #333;
}
button:hover {
  background: #e1e1e1;
  border: 1px solid #ccc;
  color: #333;
}
button.disabled,
button[disabled],
fieldset[disabled] button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="url"]:disabled,
input[type="tel"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type*="date"]:disabled,
input[type="email"]:disabled {
  opacity: 0.5;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type*="date"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #575757;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type*="date"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: #575757;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type*="date"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #575757;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
select {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14;
  height: 32px;
  line-height: 1.42857143;
  padding: 5 10 4px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:disabled {
  opacity: 0.5;
}
select[multiple] {
  height: auto;
  background-image: none;
}
textarea {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14;
  height: auto;
  line-height: 1.42857143;
  margin: 0;
  padding: 10;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:disabled {
  opacity: 0.5;
}
textarea::-moz-placeholder {
  color: #575757;
}
textarea::-webkit-input-placeholder {
  color: #575757;
}
textarea:-ms-input-placeholder {
  color: #575757;
}
input[type="checkbox"] {
  margin: 2px 5 0 0;
  position: relative;
  top: 2px;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 2px 5 0 0;
}
input[type="radio"]:disabled {
  opacity: 0.5;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #ed8380;
}
div.mage-error {
  color: #e02b27;
  font-size: 1.2rem;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
address {
  font-style: normal;
}
*:focus {
  box-shadow: none;
  outline: 0;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0 0 3px 1px #00699D;
}
/**
 * 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,
.order-details-items .items-qty,
.footer.content ul,
.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,
.order-details-items .items-qty > li,
.footer.content ul > 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: #006bb4;
  border: 1px solid #006bb4;
  color: #fff;
}
.action-primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  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;
}
.abs-discount-block .actions-toolbar .action.primary:not(:focus),
.abs-discount-block .actions-toolbar .action.cancel:not(:focus),
.block-compare .action.primary:not(:focus),
.cart-summary .block .actions-toolbar > .primary .action.primary:not(:focus),
.cart-summary .form.giftregistry .fieldset .action.primary:not(:focus),
.magento-payments-review-discount .actions-toolbar .action.primary:not(:focus),
.magento-payments-review-discount .actions-toolbar .action.cancel:not(:focus),
.paypal-review-discount .actions-toolbar .action.primary:not(:focus),
.paypal-review-discount .actions-toolbar .action.cancel:not(:focus),
.cart-discount .actions-toolbar .action.primary:not(:focus),
.cart-discount .actions-toolbar .action.cancel:not(:focus) {
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
.abs-discount-block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.cancel:active,
.block-compare .action.primary:active,
.cart-summary .block .actions-toolbar > .primary .action.primary:active,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.magento-payments-review-discount .actions-toolbar .action.primary:active,
.magento-payments-review-discount .actions-toolbar .action.cancel:active,
.paypal-review-discount .actions-toolbar .action.primary:active,
.paypal-review-discount .actions-toolbar .action.cancel:active,
.cart-discount .actions-toolbar .action.primary:active,
.cart-discount .actions-toolbar .action.cancel:active {
  box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #eee;
  border: 1px solid #ccc;
  color: #333;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
}
.abs-action-link-button:focus,
.abs-action-link-button:active,
.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: #333;
}
.abs-action-link-button:hover,
.block-event .slider-panel .slider .item .action.event:hover {
  background: #e1e1e1;
  border: 1px solid #ccc;
  color: #333;
}
.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 .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show,
.gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit,
.gift-summary .action-delete,
.action-gift,
.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.42857143;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 400;
  border-radius: 0;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.abs-discount-block .action.check:visited,
.popup .actions-toolbar .action.cancel:visited,
.paypal-button-widget .paypal-button:visited,
.bundle-options-container .action.back:visited,
.block.related .action.select:visited,
.cart.table-wrapper .actions-toolbar > .action-delete:visited,
.cart.table-wrapper .action.help.map:visited,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:visited,
.opc-wrapper .edit-address-link:visited,
.opc-block-shipping-information .shipping-information-title .action-edit:visited,
.action-auth-toggle:visited,
.checkout-payment-method .checkout-billing-address .action-cancel:visited,
.checkout-agreements-block .action-show:visited,
.gift-options .actions-toolbar .action-cancel:visited,
.gift-summary .action-edit:visited,
.gift-summary .action-delete:visited,
.action-gift:visited,
.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: #006bb4;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.abs-discount-block .action.check:hover,
.popup .actions-toolbar .action.cancel:hover,
.paypal-button-widget .paypal-button:hover,
.bundle-options-container .action.back:hover,
.block.related .action.select:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .action.help.map:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.action-auth-toggle:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-agreements-block .action-show:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-summary .action-edit:hover,
.gift-summary .action-delete:hover,
.action-gift:hover,
.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: #006bb4;
  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 .checkout-billing-address .action-cancel:active,
.checkout-agreements-block .action-show:active,
.gift-options .actions-toolbar .action-cancel:active,
.gift-summary .action-edit:active,
.gift-summary .action-delete:active,
.action-gift:active,
.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: #ff5501;
  text-decoration: underline;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.abs-discount-block .action.check:hover,
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:focus,
.popup .actions-toolbar .action.cancel:hover,
.popup .actions-toolbar .action.cancel:active,
.popup .actions-toolbar .action.cancel:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus,
.bundle-options-container .action.back:hover,
.bundle-options-container .action.back:active,
.bundle-options-container .action.back:focus,
.block.related .action.select:hover,
.block.related .action.select:active,
.block.related .action.select:focus,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete:focus,
.cart.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:focus,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:focus,
.opc-wrapper .edit-address-link:hover,
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:focus,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:focus,
.action-auth-toggle:hover,
.action-auth-toggle:active,
.action-auth-toggle:focus,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:focus,
.checkout-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:focus,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.gift-summary .action-edit:hover,
.gift-summary .action-edit:active,
.gift-summary .action-edit:focus,
.gift-summary .action-delete:hover,
.gift-summary .action-delete:active,
.gift-summary .action-delete:focus,
.action-gift:hover,
.action-gift:active,
.action-gift:focus,
.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 .checkout-billing-address .action-cancel.disabled,
.checkout-payment-method .checkout-billing-address .action-cancel[disabled],
fieldset[disabled] .checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show.disabled,
.checkout-agreements-block .action-show[disabled],
fieldset[disabled] .checkout-agreements-block .action-show,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit.disabled,
.gift-summary .action-edit[disabled],
fieldset[disabled] .gift-summary .action-edit,
.gift-summary .action-delete.disabled,
.gift-summary .action-delete[disabled],
fieldset[disabled] .gift-summary .action-delete,
.action-gift.disabled,
.action-gift[disabled],
fieldset[disabled] .action-gift,
.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: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:not(:focus),
.popup .actions-toolbar .action.cancel:active,
.popup .actions-toolbar .action.cancel:not(:focus),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:not(:focus),
.bundle-options-container .action.back:active,
.bundle-options-container .action.back:not(:focus),
.block.related .action.select:active,
.block.related .action.select:not(:focus),
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete:not(:focus),
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:not(:focus),
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:not(:focus),
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:not(:focus),
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:not(:focus),
.action-auth-toggle:active,
.action-auth-toggle:not(:focus),
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:not(:focus),
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:not(:focus),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:not(:focus),
.gift-summary .action-edit:active,
.gift-summary .action-edit:not(:focus),
.gift-summary .action-delete:active,
.gift-summary .action-delete:not(:focus),
.action-gift:active,
.action-gift:not(:focus),
.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;
}
.abs-revert-to-action-secondary,
.magento-payments-review .block .actions-toolbar .action.primary,
.paypal-review .block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.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 {
  background: #eee;
  border: 1px solid #ccc;
  color: #333;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.abs-revert-to-action-secondary:focus,
.abs-revert-to-action-secondary:active,
.magento-payments-review .block .actions-toolbar .action.primary:focus,
.magento-payments-review .block .actions-toolbar .action.primary:active,
.paypal-review .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.primary:focus,
.abs-discount-block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.cancel:focus,
.abs-discount-block .actions-toolbar .action.cancel:active,
.block-compare .action.primary:focus,
.block-compare .action.primary:active,
.cart-summary .block .actions-toolbar > .primary .action.primary:focus,
.cart-summary .block .actions-toolbar > .primary .action.primary:active,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.magento-payments-review-discount .actions-toolbar .action.primary:focus,
.magento-payments-review-discount .actions-toolbar .action.primary:active,
.magento-payments-review-discount .actions-toolbar .action.cancel:focus,
.magento-payments-review-discount .actions-toolbar .action.cancel:active,
.paypal-review-discount .actions-toolbar .action.primary:focus,
.paypal-review-discount .actions-toolbar .action.primary:active,
.paypal-review-discount .actions-toolbar .action.cancel:focus,
.paypal-review-discount .actions-toolbar .action.cancel:active,
.cart-discount .actions-toolbar .action.primary:focus,
.cart-discount .actions-toolbar .action.primary:active,
.cart-discount .actions-toolbar .action.cancel:focus,
.cart-discount .actions-toolbar .action.cancel:active {
  background: #e2e2e2;
  border: 1px solid #ccc;
  color: #333;
}
.abs-revert-secondary-color:hover,
.abs-revert-to-action-secondary:hover,
.magento-payments-review .block .actions-toolbar .action.primary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.cancel:hover,
.block-compare .action.primary:hover,
.cart-summary .block .actions-toolbar > .primary .action.primary:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.magento-payments-review-discount .actions-toolbar .action.primary:hover,
.magento-payments-review-discount .actions-toolbar .action.cancel:hover,
.paypal-review-discount .actions-toolbar .action.primary:hover,
.paypal-review-discount .actions-toolbar .action.cancel:hover,
.cart-discount .actions-toolbar .action.primary:hover,
.cart-discount .actions-toolbar .action.cancel:hover {
  background: #e1e1e1;
  border: 1px solid #ccc;
  color: #333;
}
.products-grid.wishlist .product-item .box-tocart .tocart {
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 7px 15px;
}
#store-selector .form-continue .actions-toolbar .action.primary,
.order-review-form .action.primary,
.multicheckout .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 {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
.multicheckout .item-options dt,
.cart.table-wrapper .item-options dt,
.block-giftregistry-shared-items .product .item-options dt {
  clear: left;
  float: left;
  margin: 0 10 5 0;
}
.multicheckout .item-options dt:after,
.cart.table-wrapper .item-options dt:after,
.block-giftregistry-shared-items .product .item-options dt:after {
  content: ": ";
}
.multicheckout .item-options dd,
.cart.table-wrapper .item-options dd,
.block-giftregistry-shared-items .product .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 5;
}
.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;
  margin: 0 auto;
  max-width: 100%;
}
.login-container .block .block-title {
  border-bottom: 1px solid #e8e8e8;
  font-size: 1.8rem;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.login-container .block .block-title strong {
  font-weight: 500;
}
.giftregisty-dropdown,
.wishlist-dropdown {
  display: inline-block;
  position: relative;
}
.abs-dropdown-simple:before,
.abs-dropdown-simple:after,
.giftregisty-dropdown:before,
.giftregisty-dropdown:after,
.wishlist-dropdown:before,
.wishlist-dropdown:after {
  content: '';
  display: table;
}
.abs-dropdown-simple:after,
.giftregisty-dropdown:after,
.wishlist-dropdown:after {
  clear: both;
}
.abs-dropdown-simple .action.toggle,
.giftregisty-dropdown .action.toggle,
.wishlist-dropdown .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle:after,
.giftregisty-dropdown .action.toggle:after,
.wishlist-dropdown .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle:hover:after,
.giftregisty-dropdown .action.toggle:hover:after,
.wishlist-dropdown .action.toggle:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle:active:after,
.giftregisty-dropdown .action.toggle:active:after,
.wishlist-dropdown .action.toggle:active:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active,
.giftregisty-dropdown .action.toggle.active,
.wishlist-dropdown .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle.active:after,
.giftregisty-dropdown .action.toggle.active:after,
.wishlist-dropdown .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle.active:hover:after,
.giftregisty-dropdown .action.toggle.active:hover:after,
.wishlist-dropdown .action.toggle.active:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active:active:after,
.giftregisty-dropdown .action.toggle.active:active:after,
.wishlist-dropdown .action.toggle.active:active:after {
  color: inherit;
}
.abs-dropdown-simple ul.dropdown,
.giftregisty-dropdown ul.dropdown,
.wishlist-dropdown ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #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;
}
.multicheckout .table-wrapper .col .qty .input-text,
.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,
.account .table-wrapper .data.table.wishlist .box-tocart .qty,
.products-grid.wishlist .product-item .box-tocart input.qty,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  text-align: center;
  width: 54px;
}
.block,
.customer-review .product-details,
.block-banners,
.block-banners-inline {
  margin-bottom: 40;
}
.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: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before,
.sidebar .product-items .action.delete:hover:before,
.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: #333;
  text-decoration: none;
}
.abs-product-link > a:visited,
.product-item-name > a:visited,
.product.name a > a:visited {
  color: #333;
  text-decoration: underline;
}
.abs-product-link > a:hover,
.product-item-name > a:hover,
.product.name a > a:hover {
  color: #333;
  text-decoration: underline;
}
.abs-product-link > a:active,
.product-item-name > a:active,
.product.name a > a:active {
  color: #333;
  text-decoration: underline;
}
.abs-like-link:visited {
  color: #006bb4;
  text-decoration: none;
}
.abs-like-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-like-link:active {
  color: #ff5501;
  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 {
  line-height: normal;
  margin-left: 73%;
  position: absolute;
  top: 34px;
  width: auto;
}
.form-giftregistry-share .fieldset .field .control,
.form-giftregistry-edit .fieldset .field .control,
.form-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: 30;
}
.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: 30 0 0;
}
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.opc-wrapper .form-discount .field .label,
.bundle-options-container .block-bundle-summary .product-image-container,
.bundle-options-container .block-bundle-summary .product.name,
.bundle-options-container .block-bundle-summary .stock,
.product-item-actions .actions-secondary > .action span,
.special-price .price-label,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.block.related .field.choice .label,
.cart.table-wrapper .col.qty .label,
.minicart-wrapper .action.showcart .text,
.minicart-wrapper .action.showcart .counter-label,
.checkout-index-index .page-title-wrapper,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.fieldset .fullname > .label,
.field.street .field.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,
.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;
}
.minicart-items .product.options .toggle > span,
.shipping-policy-block.field-tooltip .field-tooltip-action span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.abs-add-clearfix:before,
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:before,
.abs-add-fields .fieldset .actions-toolbar:after,
.multicheckout .item-options:before,
.multicheckout .item-options:after,
.multicheckout .block:before,
.multicheckout .block:after,
.multicheckout .block-content:before,
.multicheckout .block-content: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,
.checkout-onepage-success:before,
.checkout-onepage-success:after,
.opc-estimated-wrapper:before,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:before,
.opc-wrapper .field.addresses:after,
.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,
.order-options .product:before,
.order-options .product:after,
.map-popup .map-info-price:before,
.map-popup .map-info-price: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,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content: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,
.checkout-onepage-success: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,
.order-options .product:after,
.map-popup .map-info-price: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,
.search-autocomplete,
.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: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button:before,
.abs-split-button:after {
  content: '';
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle:active:after {
  color: inherit;
}
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle.active:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle.active:active:after {
  color: inherit;
}
.abs-split-button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #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;
}
.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,
.product-social-links .action.tocompare,
.wishlist.split.button > .action.split,
.product-social-links .action.mailto.friend,
.product-social-links .action.towishlist,
.block-bundle-summary .action.towishlist,
.product-item .action.towishlist,
.table-comparison .action.towishlist {
  color: #666;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto:before,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:before,
.product-item-actions .actions-secondary > .action:before,
.product-social-links .action.tocompare:before,
.wishlist.split.button > .action.split:before,
.product-social-links .action.mailto.friend:before,
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: inherit;
  font-family: 'luma-icons';
  margin: -2px 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.product-item-actions .actions-secondary > .action:hover,
.product-social-links .action.tocompare:hover,
.wishlist.split.button > .action.split:hover,
.product-social-links .action.mailto.friend:hover,
.product-social-links .action.towishlist:hover,
.block-bundle-summary .action.towishlist:hover,
.product-item .action.towishlist:hover,
.table-comparison .action.towishlist:hover {
  color: #333;
  text-decoration: none;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action:before,
.product-item-actions .actions-secondary > .action:before,
.product-social-links .action.tocompare:before,
.wishlist.split.button > .action.split:before,
.product-social-links .action.mailto.friend:before,
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  width: 18px;
}
.bundle-options-container .block-bundle-summary .box-tocart,
.box-tocart {
  margin: 0 0 30;
}
.abs-cart-block > .title,
.minicart-items .product .toggle,
.abs-discount-block .block > .title,
.cart-summary .block > .title,
.magento-payments-review-discount .block > .title,
.paypal-review-discount .block > .title,
.cart-discount .block > .title {
  border-top: 1px solid #ccc;
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
  padding: 10 40 10 15px;
  display: block;
  text-decoration: none;
}
.abs-cart-block > .title:after,
.minicart-items .product .toggle:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.magento-payments-review-discount .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  position: absolute;
  right: 20;
  top: 10;
}
.abs-toggling-title > span,
.abs-cart-block > .title > span,
.minicart-items .product .toggle > span,
.abs-discount-block .block > .title > span,
.cart-summary .block > .title > span,
.magento-payments-review-discount .block > .title > span,
.paypal-review-discount .block > .title > span,
.cart-discount .block > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-toggling-title:after,
.abs-cart-block > .title:after,
.minicart-items .product .toggle:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.magento-payments-review-discount .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-discount-block .block,
.cart-summary .block,
.magento-payments-review-discount .block,
.paypal-review-discount .block,
.cart-discount .block {
  margin: 0;
}
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.magento-payments-review-discount .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  color: #858585;
}
.abs-discount-block .block .content,
.cart-summary .block .content,
.magento-payments-review-discount .block .content,
.paypal-review-discount .block .content,
.cart-discount .block .content {
  display: none;
  padding: 5px 15px 23px;
  position: relative;
}
.abs-cart-block.active > .title:after,
.abs-discount-block .block.active > .title:after,
.cart-summary .block.active > .title:after,
.magento-payments-review-discount .block.active > .title:after,
.paypal-review-discount .block.active > .title:after,
.cart-discount .block.active > .title:after {
  content: '\e621';
}
.abs-discount-block .block.active .content,
.cart-summary .block.active .content,
.magento-payments-review-discount .block.active .content,
.paypal-review-discount .block.active .content,
.cart-discount .block.active .content {
  display: block;
}
.abs-account-blocks .block-title,
.multicheckout .block-title,
.multicheckout .block-content .title,
.account .legend,
.form-giftregistry-search .legend,
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-form .block-title,
.block-wishlist-search-results .block-title,
.customer-review .review-details .title,
.magento-payments-review .block .block-title,
.multicheckout .block-title,
.paypal-review .block .block-title,
.account .column.main .block:not(.widget) .block-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title,
.sales-guest-view .column.main .block:not(.widget) .block-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 25;
  padding-bottom: 10;
}
.abs-account-blocks .block-title > strong,
.abs-account-blocks .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.multicheckout .block-content .title > strong,
.multicheckout .block-content .title > span,
.account .legend > strong,
.account .legend > span,
.form-giftregistry-search .legend > strong,
.form-giftregistry-search .legend > span,
.block-giftregistry-results .block-title > strong,
.block-giftregistry-results .block-title > span,
.block-giftregistry-shared-items .block-title > strong,
.block-giftregistry-shared-items .block-title > span,
.block-wishlist-search-form .block-title > strong,
.block-wishlist-search-form .block-title > span,
.block-wishlist-search-results .block-title > strong,
.block-wishlist-search-results .block-title > span,
.customer-review .review-details .title > strong,
.customer-review .review-details .title > span,
.magento-payments-review .block .block-title > strong,
.magento-payments-review .block .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.paypal-review .block .block-title > strong,
.paypal-review .block .block-title > span,
.account .column.main .block:not(.widget) .block-title > strong,
.account .column.main .block:not(.widget) .block-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > span,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > span {
  font-size: 2.2rem;
  font-weight: 300;
}
.block-addresses-list address,
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-address-billing .box-content,
.box-address-shipping .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  line-height: 24px;
}
.order-details-items tfoot td {
  background: #f5f5f5;
}
.magento-payments-review .table-magento-payments-review-items .col.price .price-including-tax,
.magento-payments-review .table-magento-payments-review-items .col.price .price-excluding-tax,
.magento-payments-review .table-magento-payments-review-items .col.subtotal .price-including-tax,
.magento-payments-review .table-magento-payments-review-items .col.subtotal .price-excluding-tax,
.paypal-review .table-paypal-review-items .col.price .price-including-tax,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.price .price-including-tax,
.cart.table-wrapper .col.price .price-excluding-tax,
.cart.table-wrapper .col.subtotal .price-including-tax,
.cart.table-wrapper .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.msrp .price-including-tax,
.cart.table-wrapper .col.msrp .price-excluding-tax,
.order-details-items .col.price .price-including-tax,
.order-details-items .col.price .price-excluding-tax,
.order-details-items .col.subtotal .price-including-tax,
.order-details-items .col.subtotal .price-excluding-tax {
  color: #666;
  font-size: 1.8rem;
  display: block;
  line-height: 1;
  white-space: nowrap;
}
.magento-payments-review .table-magento-payments-review-items .col.price .price-including-tax .price,
.magento-payments-review .table-magento-payments-review-items .col.price .price-excluding-tax .price,
.magento-payments-review .table-magento-payments-review-items .col.subtotal .price-including-tax .price,
.magento-payments-review .table-magento-payments-review-items .col.subtotal .price-excluding-tax .price,
.paypal-review .table-paypal-review-items .col.price .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.price .price-including-tax .price,
.cart.table-wrapper .col.price .price-excluding-tax .price,
.cart.table-wrapper .col.subtotal .price-including-tax .price,
.cart.table-wrapper .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.msrp .price-including-tax .price,
.cart.table-wrapper .col.msrp .price-excluding-tax .price,
.order-details-items .col.price .price-including-tax .price,
.order-details-items .col.price .price-excluding-tax .price,
.order-details-items .col.subtotal .price-including-tax .price,
.order-details-items .col.subtotal .price-excluding-tax .price {
  font-weight: 700;
}
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax,
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-excluding-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-excluding-tax,
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax,
.gift-summary .price-including-tax,
.gift-summary .price-excluding-tax,
.gift-options .price-including-tax,
.gift-options .price-excluding-tax {
  font-size: 1.4rem;
  display: inline-block;
}
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax,
.cart-summary .price-including-tax + .price-excluding-tax,
.gift-summary .price-including-tax + .price-excluding-tax,
.gift-options .price-including-tax + .price-excluding-tax {
  font-size: 1.1rem;
  display: inline-block;
}
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax:before,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax:before,
.cart-summary .price-including-tax + .price-excluding-tax:before,
.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;
  padding-right: 10;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total:after,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8px;
  line-height: 8px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total:after,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
  position: absolute;
  right: -2px;
  top: 4px;
}
.abs-tax-total-expanded:after,
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total-expanded:after,
.paypal-review .table-paypal-review-items .cart-tax-total-expanded:after,
.cart.table-wrapper .cart-tax-total-expanded:after,
.order-details-items .cart-tax-total-expanded:after {
  content: '\e621';
}
.giftcard-account .form-giftcard-redeem .fieldset,
.form-giftregistry-create .fieldset {
  margin-bottom: 20;
}
.review-ratings .rating-summary,
.customer-review .review-details .customer-review-rating .rating-summary {
  display: table-row;
}
.review-ratings .rating-label,
.customer-review .review-details .customer-review-rating .rating-label {
  display: table-cell;
  padding-bottom: 5;
  padding-right: 25;
  padding-top: 1px;
  vertical-align: top;
}
.review-ratings .rating-result,
.customer-review .review-details .customer-review-rating .rating-result {
  display: table-cell;
  vertical-align: top;
}
.block-addresses-list .items.addresses .item.actions .action:after,
.account .data.table .col.actions .action:after,
[class^='sales-guest-'] .data.table .col.actions .action:after,
.sales-guest-view .data.table .col.actions .action:after,
.block .box-actions .action:after {
  border-left: 1px solid #a6a6a6;
  content: "";
  display: inline-block;
  height: 12px;
  margin: 0 10;
  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,
.multicheckout .block-title > .action,
.paypal-review .block .block-title > .action,
.account .column.main .block:not(.widget) .block-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > .action,
.sales-guest-view .column.main .block:not(.widget) .block-title > .action {
  margin-left: 15px;
}
.magento-payments-review .block .box-title,
.multicheckout .box-title,
.paypal-review .block .box-title,
.account .column.main .block:not(.widget) .box-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title,
.sales-guest-view .column.main .block:not(.widget) .box-title {
  display: inline-block;
  margin: 0 0 10;
}
.magento-payments-review .block .box-title > span,
.multicheckout .box-title > span,
.paypal-review .block .box-title > span,
.account .column.main .block:not(.widget) .box-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > span,
.sales-guest-view .column.main .block:not(.widget) .box-title > span {
  font-size: 1.6rem;
}
.magento-payments-review .block .box-title > .action,
.multicheckout .box-title > .action,
.paypal-review .block .box-title > .action,
.account .column.main .block:not(.widget) .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;
}
.block-minicart .subtotal .label:after,
.minicart-items .details-qty .label:after,
.minicart-items .price-minicart .label:after,
.order-details-items .order-gift-message .label:after,
.order-details-items .block-order-details-gift-message .label:after,
.block-wishlist-management .wishlist-select .wishlist-name-label:after {
  content: ": ";
}
.abs-dropdown-items-new .action.new,
.wishlist.split.button .action.new,
.wishlist-dropdown .action.new {
  display: inline-block;
  text-decoration: none;
}
.abs-icon-add:before,
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover {
  background: #e8e8e8;
}
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 5;
}
.abs-sidebar-totals .table-caption,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend + br,
.multicheckout .hidden,
[class^='multishipping-'] .nav-sections,
[class^='multishipping-'] .nav-toggle,
.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,
.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;
  margin: 3px 0 0;
  padding: 2px 10;
  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 {
  margin-right: 25px;
}
.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: 16px;
  margin-bottom: 10;
}
.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: #6d6d6d;
  font-size: 1.2rem;
  white-space: nowrap;
}
.block-compare .counter:before,
.block-wishlist .counter:before {
  content: "(";
}
.block-compare .counter:after,
.block-wishlist .counter:after {
  content: ")";
}
.block-compare .block-title,
.block-reorder .block-title,
.widget .block-title,
.block-wishlist .block-title {
  margin: 0 0 20;
}
.block-compare .block-title strong,
.block-reorder .block-title strong,
.widget .block-title strong,
.block-wishlist .block-title strong {
  font-size: 18;
  font-weight: 300;
}
.block-cart-failed,
.cart-container .form-cart {
  margin-bottom: 20;
}
.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,
.field.date ._has-datepicker,
.field-dob ._has-datepicker,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.form.search.advanced .fields.range .field.date input,
.form-giftregistry-edit .field.date input {
  margin-right: 10;
  width: calc(100% - 23px + 10);
}
.field .control._with-tooltip {
  position: relative;
}
.field .control._with-tooltip input {
  margin-right: 10;
  width: calc(100% - 21px + 10 + 5);
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -10;
  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;
  left: auto;
  top: 0;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
  border-bottom-color: #666666;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  padding-bottom: 10;
  color: #333;
  font-weight: 300;
  font-size: 2.6rem;
}
.cart-totals,
.opc-block-summary .table-totals {
  border-top: 1px solid #ccc;
  padding-top: 10px;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark,
.opc-block-summary .table-totals tbody .mark,
.opc-block-summary .table-totals tfoot .mark {
  border: 0;
  font-weight: 400;
  padding: 6px 0;
}
.cart-totals tbody .amount,
.cart-totals tfoot .amount,
.opc-block-summary .table-totals tbody .amount,
.opc-block-summary .table-totals tfoot .amount {
  border: 0;
  font-weight: 400;
  padding: 6px 0 6px 14px;
  text-align: right;
  white-space: nowrap;
}
.cart-totals .grand th,
.cart-totals .grand td,
.opc-block-summary .table-totals .grand th,
.opc-block-summary .table-totals .grand td {
  padding: 11px 0;
}
.cart-totals .grand strong,
.opc-block-summary .table-totals .grand strong {
  display: inline-block;
  font-weight: 600;
  padding: 3px 0 0;
}
.cart-totals .grand .mark,
.opc-block-summary .table-totals .grand .mark {
  font-size: 1.8rem;
  border-top: 1px solid #ccc;
  padding-right: 10;
}
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  font-size: 1.8rem;
  border-top: 1px solid #ccc;
}
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 10;
}
.cart-totals tbody tr:last-child td,
.opc-block-summary .table-totals tbody tr:last-child td {
  padding-bottom: 19px;
}
.cart-totals .totals-tax-summary .mark,
.cart-totals .totals-tax-summary .amount,
.opc-block-summary .table-totals .totals-tax-summary .mark,
.opc-block-summary .table-totals .totals-tax-summary .amount {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  cursor: pointer;
}
.cart-totals .totals-tax-summary .amount .price,
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  padding-right: 20;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span,
.cart-totals .totals-tax-summary .amount .price > span,
.opc-block-summary .table-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  position: absolute;
  right: 3px;
  top: 3px;
}
.cart-totals .totals-tax-summary.expanded .mark,
.cart-totals .totals-tax-summary.expanded .amount,
.opc-block-summary .table-totals .totals-tax-summary.expanded .mark,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0;
}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after,
.cart-totals .totals-tax-summary.expanded .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after {
  content: '\e621';
}
.cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {
  border-bottom: 1px solid #ccc;
  display: none;
}
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.cart-totals .table-wrapper,
.opc-block-summary .table-totals .table-wrapper {
  margin-bottom: 0;
}
.magento-payments-review-discount .block > .title strong,
.paypal-review-discount .block > .title strong,
.cart-discount .block > .title strong {
  color: #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/LPS/OrbSport/lv_LV/fonts/opensans/light/opensans-300.woff2') format('woff2'), url('../../frontend/LPS/OrbSport/lv_LV/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/LPS/OrbSport/lv_LV/fonts/opensans/regular/opensans-400.woff2') format('woff2'), url('../../frontend/LPS/OrbSport/lv_LV/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/LPS/OrbSport/lv_LV/fonts/opensans/semibold/opensans-600.woff2') format('woff2'), url('../../frontend/LPS/OrbSport/lv_LV/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/LPS/OrbSport/lv_LV/fonts/opensans/bold/opensans-700.woff2') format('woff2'), url('../../frontend/LPS/OrbSport/lv_LV/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 {
  padding-bottom: 40;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  width: 100%;
}
.columns .sidebar-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.columns .sidebar-additional {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.table-wrapper {
  margin-bottom: 20;
}
table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table tfoot {
  background: #f5f5f5;
}
.table tfoot > tr:first-child th,
.table tfoot > tr:first-child td {
  border-top: 1px solid #ccc;
  padding-top: 20;
}
.table tfoot th,
.table tfoot td {
  border: 0;
}
.table tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.message.info {
  margin: 0 0 10;
  padding: 12px 20 12px 25;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.info a {
  color: #006bb4;
}
.message.info a:hover {
  color: #006bb4;
}
.message.info a:active {
  color: #006bb4;
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.error {
  margin: 0 0 10;
  padding: 12px 20 12px 25;
  display: block;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 45px;
  position: relative;
}
.message.error a {
  color: #006bb4;
}
.message.error a:hover {
  color: #006bb4;
}
.message.error a:active {
  color: #006bb4;
}
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #b30000;
  content: '\e61f';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.warning {
  margin: 0 0 10;
  padding: 12px 20 12px 25;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.warning a {
  color: #006bb4;
}
.message.warning a:hover {
  color: #006bb4;
}
.message.warning a:active {
  color: #006bb4;
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.notice {
  margin: 0 0 10;
  padding: 12px 20 12px 25;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.notice a {
  color: #006bb4;
}
.message.notice a:hover {
  color: #006bb4;
}
.message.notice a:active {
  color: #006bb4;
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.success {
  margin: 0 0 10;
  padding: 12px 20 12px 25;
  display: block;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 45px;
  position: relative;
}
.message.success a {
  color: #006bb4;
}
.message.success a:hover {
  color: #006bb4;
}
.message.success a:active {
  color: #006bb4;
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #006400;
  content: '\e60e';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.panel.header .links,
.panel.header .switcher {
  display: none;
}
.nav-sections {
  background: #f0f0f0;
}
.nav-toggle {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  left: 15px;
  position: absolute;
  top: 15px;
  z-index: 14;
}
.nav-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: inherit;
  color: #757575;
  content: '\e609';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.nav-toggle:hover:before {
  color: #333;
}
.nav-toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.tooltip.wrapper {
  position: relative;
}
.tooltip.wrapper .tooltip.content {
  background: #fff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333;
  line-height: 1.4;
  border: 1px solid #bbb;
  margin-top: 5px;
  left: 0;
  top: 100%;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.tooltip.wrapper .tooltip.content:after {
  border-width: 5px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:before {
  border-width: 6px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  bottom: 100%;
}
.tooltip.wrapper .tooltip.content:after {
  border-bottom-color: #fff;
  left: 15px;
  margin-left: -5px;
}
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #bbb;
  left: 15px;
  margin-left: -6px;
}
.tooltip.wrapper .tooltip.toggle {
  cursor: help;
}
.tooltip.wrapper .tooltip.toggle:hover + .tooltip.content,
.tooltip.wrapper .tooltip.toggle:focus + .tooltip.content,
.tooltip.wrapper:hover .tooltip.content {
  display: block;
}
.tooltip.wrapper .tooltip.content dl {
  margin-bottom: 0;
}
.tooltip.wrapper .tooltip.content dd {
  white-space: normal;
}
.tooltip.wrapper .tooltip.content .subtitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.tooltip.wrapper .tooltip.content .label {
  margin-top: 10;
}
.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/LPS/OrbSport/lv_LV/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 40;
  padding: 0;
  letter-spacing: -0.31em;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 20;
  padding: 0 0 10;
  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 20;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin: 0 0 8px;
  display: inline-block;
}
.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  margin-bottom: 0;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 600;
}
.fieldset > .field > .label + br,
.fieldset > .fields > .field > .label + br {
  display: none;
}
.fieldset > .field .choice input,
.fieldset > .fields > .field .choice input {
  vertical-align: top;
}
.fieldset > .field .fields.group:before,
.fieldset > .fields > .field .fields.group:before,
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  content: '';
  display: table;
}
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  clear: both;
}
.fieldset > .field .fields.group .field,
.fieldset > .fields > .field .fields.group .field {
  box-sizing: border-box;
  float: left;
}
.fieldset > .field .fields.group.group-2 .field,
.fieldset > .fields > .field .fields.group.group-2 .field {
  width: 50% !important;
}
.fieldset > .field .fields.group.group-3 .field,
.fieldset > .fields > .field .fields.group.group-3 .field {
  width: 33.3% !important;
}
.fieldset > .field .fields.group.group-4 .field,
.fieldset > .fields > .field .fields.group.group-4 .field {
  width: 25% !important;
}
.fieldset > .field .fields.group.group-5 .field,
.fieldset > .fields > .field .fields.group.group-5 .field {
  width: 20% !important;
}
.fieldset > .field .addon,
.fieldset > .fields > .field .addon {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  width: 100%;
}
.fieldset > .field .addon textarea,
.fieldset > .fields > .field .addon textarea,
.fieldset > .field .addon select,
.fieldset > .fields > .field .addon select,
.fieldset > .field .addon input,
.fieldset > .fields > .field .addon input {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: inline-block;
  margin: 0;
  width: auto;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore,
.fieldset > .field .addon .addafter,
.fieldset > .fields > .field .addon .addafter {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}
.fieldset > .field .addon .addbefore:disabled,
.fieldset > .fields > .field .addon .addbefore:disabled,
.fieldset > .field .addon .addafter:disabled,
.fieldset > .fields > .field .addon .addafter:disabled {
  opacity: 0.5;
}
.fieldset > .field .addon .addbefore::-moz-placeholder,
.fieldset > .fields > .field .addon .addbefore::-moz-placeholder,
.fieldset > .field .addon .addafter::-moz-placeholder,
.fieldset > .fields > .field .addon .addafter::-moz-placeholder {
  color: #575757;
}
.fieldset > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .field .addon .addafter::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addafter::-webkit-input-placeholder {
  color: #575757;
}
.fieldset > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .field .addon .addafter:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addafter:-ms-input-placeholder {
  color: #575757;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore {
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.fieldset > .field .additional,
.fieldset > .fields > .field .additional {
  margin-top: 10;
}
.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5;
}
.fieldset > .field .note,
.fieldset > .fields > .field .note {
  font-size: 1.2rem;
  margin: 3px 0 0;
  padding: 0;
  display: inline-block;
  text-decoration: none;
}
.fieldset > .field .note:before,
.fieldset > .fields > .field .note:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24;
  line-height: 12;
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.fieldset > .field.choice .label,
.fieldset > .fields > .field.choice .label {
  display: inline;
  font-weight: normal;
  margin: 0;
}
.column:not(.main) .fieldset > .field .label,
.column:not(.main) .fieldset > .fields > .field .label {
  font-weight: normal;
}
.fieldset > .field .field.choice,
.fieldset > .fields > .field .field.choice {
  margin-bottom: 10;
}
.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;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  display: inline-block;
  margin-top: 10;
  white-space: nowrap;
}
.field .message.warning {
  margin-top: 10;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: #fff url('../../frontend/LPS/OrbSport/lv_LV/images/select-bg.svg') no-repeat 100% 45%;
  background-size: 30px 60px;
  border: 1px solid #ccc;
  height: 32px;
  padding-right: 25px;
  text-indent: 0.01em;
  text-overflow: '';
}
select::-ms-expand {
  display: none;
}
.lt-ie10 select {
  background-image: none;
  padding-right: 4px;
}
.field-error,
div.mage-error[generated] {
  margin-top: 7px;
}
.field-error {
  color: #e02b27;
  font-size: 1.2rem;
}
.field .tooltip {
  position: relative;
}
.field .tooltip .tooltip-content {
  background: #fff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333;
  line-height: 1.4;
  border: 1px solid #bbb;
  margin-left: 5px;
  left: 100%;
  top: 0;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.field .tooltip .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  right: 100%;
}
.field .tooltip .tooltip-content:after {
  border-right-color: #fff;
  margin-top: -5px;
  top: 15px;
}
.field .tooltip .tooltip-content:before {
  border-right-color: #bbb;
  margin-top: -6px;
  top: 15px;
}
.field .tooltip .tooltip-toggle {
  cursor: help;
}
.field .tooltip .tooltip-toggle:hover + .tooltip-content,
.field .tooltip .tooltip-toggle:focus + .tooltip-content,
.field .tooltip:hover .tooltip-content {
  display: block;
}
.field .tooltip .tooltip-content {
  min-width: 200px;
  white-space: normal;
}
input:focus ~ .tooltip .tooltip-content,
select:focus ~ .tooltip .tooltip-content {
  display: block;
}
._has-datepicker ~ .ui-datepicker-trigger {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: block;
  text-decoration: none;
  display: inline-block;
  margin-top: -4px;
  vertical-align: middle;
}
._has-datepicker ~ .ui-datepicker-trigger:focus,
._has-datepicker ~ .ui-datepicker-trigger:active {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger:hover {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger.disabled,
._has-datepicker ~ .ui-datepicker-trigger[disabled],
fieldset[disabled] ._has-datepicker ~ .ui-datepicker-trigger {
  pointer-events: none;
  opacity: 0.5;
}
._has-datepicker ~ .ui-datepicker-trigger > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
._has-datepicker ~ .ui-datepicker-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 23px;
  color: #7d7d7d;
  content: '\e612';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
._has-datepicker ~ .ui-datepicker-trigger:focus {
  box-shadow: none;
  outline: 0;
}
.sidebar .fieldset {
  margin: 0;
}
.sidebar .fieldset > .field:not(.choice):not(:last-child),
.sidebar .fieldset .fields > .field:not(:last-child) {
  margin: 0 0 20;
}
.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 5;
  text-align: left;
  width: 100%;
}
.sidebar .fieldset > .field:not(.choice) .control,
.sidebar .fieldset .fields > .field .control {
  width: 100%;
}
@font-face {
  font-family: 'luma-icons';
  src: url('../../frontend/LPS/OrbSport/lv_LV/fonts/Luma-Icons.woff2') format('woff2'), url('../../frontend/LPS/OrbSport/lv_LV/fonts/Luma-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
button,
a.action.primary {
  border-radius: 3px;
}
button:not(.primary) {
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
button:not(.primary):active {
  box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
body:not(._keyfocus) button:focus {
  box-shadow: none;
}
a.action.primary {
  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: #1979c3;
  border: 1px solid #1979c3;
  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: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.action.primary:focus,
.action.primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #fff;
}
.action.primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #fff;
}
.action.primary.disabled,
.action.primary[disabled],
fieldset[disabled] .action.primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.product.data.items {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20;
  margin-left: -15px;
  margin-right: -15px;
}
.product.data.items > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.product.data.items > .item.title > .switch {
  display: block;
}
.product.data.items > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.product.data.items > .item.content:before,
.product.data.items > .item.content:after {
  content: '';
  display: table;
}
.product.data.items > .item.content:after {
  clear: both;
}
.product.data.items > .item.content.active {
  display: block;
}
.product.data.items > .item.title {
  margin: 0;
}
.product.data.items > .item.title > .switch {
  border-top: 1px solid #ccc;
  height: 40;
  padding: 1px 10 1px 10;
  font-weight: 600;
  line-height: 40;
  font-size: 1.4rem;
  color: #333;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #6d6d6d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #333;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #333;
  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: #333;
  text-decoration: none;
  padding-bottom: 1px;
}
.product.data.items > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 10 10 30;
}
.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: 14;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product.data.items .item.title a:after {
  position: absolute;
  right: 10;
  top: 1px;
}
.product.data.items .item.title.active a:after {
  content: '\e621';
}
.product.data.items .value p:last-child {
  margin-bottom: 0;
}
.product.data.items .table-wrapper {
  margin: 0;
}
.pages > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  list-style: none none;
  display: inline-block;
  font-weight: 400;
}
.pages .item {
  font-size: 1.2rem;
  line-height: 3rem;
  letter-spacing: normal;
  margin: 0 8px 0 0;
  display: inline-block;
}
.pages .item .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages a.page {
  color: #006bb4;
  display: inline-block;
  padding: 0 5;
  text-decoration: none;
}
.pages a.page:visited {
  color: #006bb4;
}
.pages a.page:hover {
  color: #006bb4;
  text-decoration: none;
}
.pages a.page:active {
  color: #ff5501;
}
.pages strong.page {
  background: #e5e5e5;
  font-size: 1.2rem;
  line-height: 3rem;
  letter-spacing: normal;
  color: #333;
  display: inline-block;
  font-weight: 700;
  padding: 0 5;
}
.pages .action {
  background: #f0f0f0;
  border: 1px solid #ccc;
  color: #7d7d7d;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #7d7d7d;
}
.pages .action:hover {
  background: #dedede;
  color: #7d7d7d;
  text-decoration: none;
}
.pages .action:active {
  color: #7d7d7d;
}
.pages .action.next {
  display: inline-block;
  text-decoration: none;
}
.pages .action.next:visited:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.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: #7d7d7d;
  content: '\e608';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.next:hover:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.previous {
  display: inline-block;
  text-decoration: none;
}
.pages .action.previous:visited:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.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: #7d7d7d;
  content: '\e617';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.previous:hover:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action {
  box-shadow: inset 0 1px 0 0 #fff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border-radius: 3px;
  padding: 0 8px;
}
.pages .action.previous {
  margin-right: 8px;
}
.pages .action.next {
  margin-left: 8px;
}
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  margin-bottom: 10;
  text-align: center;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 10;
}
.actions-toolbar > .primary .action:last-child,
.actions-toolbar > .secondary .action:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .primary:last-child,
.actions-toolbar > .secondary:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .secondary .action.back {
  display: none;
}
.breadcrumbs {
  margin: 0 0 15px;
  min-height: 24px;
}
.breadcrumbs .items {
  font-size: 1.2rem;
  color: #707070;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #006bb4;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #006bb4;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #006bb4;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #006bb4;
  text-decoration: none;
}
.breadcrumbs strong {
  font-weight: 400;
}
.breadcrumbs .item:not(:last-child) {
  display: inline-block;
  text-decoration: none;
}
.breadcrumbs .item:not(:last-child):after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 18px;
  content: '\e608';
  font-family: 'luma-icons';
  margin: 0 10;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close {
  position: absolute;
  height: 40px;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1001;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.ui-dialog.popup .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-dialog.popup .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close:hover:before {
  color: #737373;
}
.ui-dialog.popup .action.close:active:before {
  color: #737373;
}
.ui-dialog.popup .action.close:focus,
.ui-dialog.popup .action.close:active {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close:hover {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close.disabled,
.ui-dialog.popup .action.close[disabled],
fieldset[disabled] .ui-dialog.popup .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.popup .actions-toolbar .action.cancel {
  font-weight: 400;
}
.popup-pointer {
  margin-left: -14px;
  position: absolute;
  top: -14px;
}
.popup-pointer:before,
.popup-pointer:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-bottom-style: solid;
}
.popup-pointer:before {
  left: 2px;
  top: 2px;
  border: solid 6px;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
}
.popup-pointer:after {
  left: 1px;
  top: 0px;
  border: solid 7px;
  border-color: transparent transparent #aeaeae transparent;
  z-index: 98;
}
.price-tier_price .price-excluding-tax,
.price-tier_price .price-including-tax {
  display: inline;
}
.price-including-tax,
.price-excluding-tax {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
}
.price-including-tax .price,
.price-excluding-tax .price {
  font-weight: 700;
}
.price-including-tax + .price-excluding-tax,
.weee[data-label] {
  display: block;
  font-size: 1.8rem;
}
.price-including-tax + .price-excluding-tax:before,
.weee[data-label]:before {
  content: attr(data-label) ': ';
  font-size: 1.1rem;
}
.price-including-tax + .price-excluding-tax .price,
.weee[data-label] .price {
  font-size: 1.1rem;
}
html {
  scroll-behavior: smooth;
}
html[lang="lv"] ul.category-tree-list li:last-child {
  display: none !important;
}
html[lang="lv"] .menu-details-block .language,
html[lang="lv"] .menu-details-block .header.links.page-header {
  display: none !important;
}
html body.account .page-wrapper {
  padding-top: 20px;
}
html .modal-popup._show .modal-inner-wrap {
  transform: translateY(100px) !important;
}
html .menu-details-block ul.page-header li.authorization-link,
html .menu-details-block ul.page-header li:nth-child(3) {
  display: none !important;
}
html .menu-details-block .language {
  padding-top: 0 !important;
}
html .menu-details-block .header.links.page-header {
  border: 0 !important;
}
html .menu-details-block ul.page-header {
  border: 0;
}
html .menu-details-block ul.page-header li.language-switch {
  display: flex !important;
  width: 100%;
  margin: 0;
  padding: 10px 20px;
}
@media (max-width: 364px) {
  html .menu-details-block ul.page-header li.language-switch {
    margin-left: 0 !important;
  }
}
html .menu-details-block ul.page-header li.language-switch::before {
  margin-right: 5px !important;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMThweCIgaGVpZ2h0PSIxOXB4IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgoKIDxnPgogIDx0aXRsZT5iYWNrZ3JvdW5kPC90aXRsZT4KICA8cmVjdCBmaWxsPSJub25lIiBpZD0iY2FudmFzX2JhY2tncm91bmQiIGhlaWdodD0iMjEiIHdpZHRoPSIyMCIgeT0iLTEiIHg9Ii0xIi8+CiA8L2c+CiA8Zz4KICA8dGl0bGU+TGF5ZXIgMTwvdGl0bGU+CiAgPGcgaWQ9InN2Z18xIj4KICAgPGcgaWQ9InN2Z18yIj4KICAgIDxwYXRoIGZpbGw9IiMwMDAiIGlkPSJzdmdfMyIgZD0ibTE3LjY2NjUxLDcuNDk5NDNjLTAuOTE2OTIsLTQuMDcyNSAtNC41MzQxLC02Ljk2NTQ4IC04LjcwODUzLC02Ljk2NDk5Yy0zLjY2NDE1LC0wLjAwMTc0IC02Ljk1NzIzLDIuMjM1OTMgLTguMzA0OTUsNS42NDMyN3MtMC40NzYzNSw3LjI5MjI0IDIuMTk3NTksOS43OTc1MXM2LjYwNzI0LDMuMTIyIDkuOTE5NjQsMS41NTUzOWMwLjAwMjQxLC0wLjAwMTA1IDAuMDA0OTksLTAuMDAwNTIgMC4wMDczNiwtMC4wMDE2NGMwLjAwMjI3LC0wLjAwMTA4IDAuMDAzNTYsLTAuMDAzMTcgMC4wMDU3OSwtMC4wMDQyOWMzLjc3MTc5LC0xLjc4ODY2IDUuODAwMDIsLTUuOTUyNzcgNC44ODMxMSwtMTAuMDI1MjR6bS00LjE1MzEyLC01LjAwODk2bC0xLjY4NDc3LDAuNTg5NzVjLTAuMDM0MTcsMC4wMTIxIC0wLjA2NTksMC4wMzAzIC0wLjA5MzU1LDAuMDUzNzdjLTAuMzU0NTgsMC4yODE4NSAtMC42ODI4NCwwLjU5NTI5IC0wLjk4MDY5LDAuOTM2NTJjLTAuMTk1ODIsMC4xMzk5MyAtMC40MDk1LDAuMjUzMDEgLTAuNjM1MzUsMC4zMzYyMWMtMS4wMDc4NiwwLjA3MDg5IC0yLjIzNzU5LDAuMTkwOTEgLTIuNDg3NzcsMC4zNjQzOWMtMC4zMDYyNiwwLjIxMzMgLTAuMzU3NDEsMC44NzM3NiAtMC4zNDY1MywxLjM5MDQyYzAuMDAxMDEsMC4wNDU1NyAwLjAxMjQ4LDAuMDkwMzEgMC4wMzM1OCwwLjEzMDc2bDAuODE4ODMsMS41NzQ5NWMwLjEzNTM2LDAuMjUyNzcgMC40NDgxNCwwLjM1MDcyIDAuNzAzNDgsMC4yMjAyN2MwLjA2ODg3LC0wLjAzNDU5IDAuMTM4NiwtMC4wNzM1IDAuMjA4NzYsLTAuMTEyNzNjMC4wNTcyNiwtMC4wMzE5OCAwLjExNDc5LC0wLjA2NDIzIDAuMTgzOTMsLTAuMDk5NjljMC4xMDMsLTAuMDUxNzEgMC4yMzEwMSwtMC4xMTQ3OSAwLjI5MzkxLC0wLjA5Njc2YzAuMDE2OTUsMC4wMDUyMyAwLjAzMzIzLDAuMDEyNDUgMC4wNDg1NCwwLjAyMTUxYy0wLjAyMTQxLDAuMDUyMTYgLTAuMDU0NSwwLjA5ODY4IC0wLjA5Njc2LDAuMTM1OTljLTAuMjExODMsMC4yMzEyOSAtMC40MjA3NywwLjQ2NDkxIC0wLjYzMDI2LDAuNzA2MTFsLTAuNzAxMDEsMC44MDk4NGMtMC4wMjM4MiwwLjAyNzMgLTAuMDQ3NTMsMC4wNTQ2NCAtMC4wODE4LDAuMDk3MDRjLTAuMjA5NDksMC4yOTA2IC0wLjI5ODQ0LDAuNjUwOTggLTAuMjQ4MywxLjAwNTdsMC4wMjkyMiwwLjE5OTM1YzAuMDI5MjksMC4yMDU2MiAtMC4wMjQyNywwLjQxNDQ2IC0wLjE0ODkzLDAuNTgwNThsLTAuNTg2NjcsMC43OTQ0M2MtMC4wNTA1NiwwLjA2NTgzIC0wLjA5NDE4LDAuMTM2NzIgLTAuMTMwMTcsMC4yMTE1NWwtMC42MTgxOSwxLjI4NjRsLTAuNDg5MDcsMGMwLjEzOTY5LC0wLjE0MTYgMC4xOTU1OCwtMC4zNDU3MyAwLjE0NzQ2LC0wLjUzODczbC0wLjU2NzA4LC0yLjI5MDkybDAuMDAwNDIsMGMtMC4wMDQwMSwtMC4wMjMwOCAtMC4wMDk4NywtMC4wNDU4MiAtMC4wMTc0MywtMC4wNjhsLTAuNDA5NTcsLTEuMTAxYy0wLjAxNjU2LC0wLjA0NDkxIC0wLjAyNDkzLC0wLjA5MjQ3IC0wLjAyNDY5LC0wLjE0MDM1bDAsLTAuMDUzNDVjMC4wMDE2LC0wLjM4MjM0IC0wLjIxNDkzLC0wLjczMjEyIC0wLjU1NzkxLC0wLjkwMTFsLTAuMDI2MTUsLTAuMDExNjFjLTAuMTcxMzgsLTAuMDg4OTkgLTAuMzY1NDMsLTAuMTI0OSAtMC41NTczMSwtMC4xMDMxNGwtMC44MDM4NywwLjA4OTUxYy0wLjEyOTgyLDAuMDE0NjEgLTAuMjU4MjgsLTAuMDM3MDMgLTAuMzQxODksLTAuMTM3NDJsLTAuNTA0NzMsLTAuNTk2ODZjLTAuMDYyMjQsLTAuMDc0MSAtMC4wOTY0OCwtMC4xNjc2OSAtMC4wOTY3NiwtMC4yNjQ0MWwwLC0wLjUyNjgxYy0wLjAwMTM5LC0wLjEwNzI5IDAuMDQwMDMsLTAuMjEwNzIgMC4xMTUwNywtMC4yODczOWwwLjY1MDU5LC0wLjY1NzAxYzAuMDU3MDEsLTAuMDU4NDggMC4xMDcwNSwtMC4xMjMzIDAuMTQ5MiwtMC4xOTMyNWwwLjIxMDA5LC0wLjM1NjgyYzAuMDcwMTksLTAuMTIwMjMgMC4xOTkzMSwtMC4xOTM3IDAuMzM4NTEsLTAuMTkyNjVsMC44NjEyNywwYzAuMTEzNiwtMC4wMDA1OSAwLjIyMTcsMC4wNDg5NiAwLjI5NTM4LDAuMTM1NGMwLjE4ODQzLDAuMjA2NjQgMC40NTQ5LDAuMzI0ODEgMC43MzQ1OSwwLjMyNTc1bDAuMzE2NzIsMGMwLjEzMTExLDAgMC4yNDY3MywtMC4wODU4MSAwLjI4NDc0LC0wLjIxMTI3bDAuMjc1MTksLTAuOTA3NDhjMC4wMzMyMywtMC4xMDk5OCAwLjAwMDI4LC0wLjIyOTI3IC0wLjA4NDcsLTAuMzA2NTdjLTAuMTcxNzMsLTAuMTU1NDUgLTAuMzE0NjYsLTAuMzM5OTggLTAuNDIyMiwtMC41NDUxMWMtMC4xOTQxMiwtMC40Njk1OSAtMS4wNDE4NSwtMC43NzMyMyAtMS4yNzQxOSwtMC44MDk4NGMtMC4xNTIwMywtMC4wODY2MiAtMC4yOTQ1NCwtMC4xODg5OSAtMC40MjUwOSwtMC4zMDU0NmMyLjc4ODY2LC0xLjk4NzEgNi41MTA5NywtMi4wNTg2OSA5LjM3MzkzLC0wLjE4MDM0em0tOS4xMzY4OSwxMy45MzA0N2MtMi4zNDE1NywtMS41NDEwOSAtMy43NTA4NCwtNC4xNTY3MSAtMy43NDk4OSwtNi45NTk5NGMtMC4wMDA0NSwtMi40ODQ4IDEuMTA5OTksLTQuODM5NjMgMy4wMjczNCwtNi40MjAwOWMwLjU0MDgyLDAuNDUyOTUgMC43MTE1NCwwLjUxMTUzIDAuODI2NDMsMC41MjQyM2MwLjMwNDYyLDAuMDczNTQgMC41ODM3NCwwLjIyNzk0IDAuODA3OTUsMC40NDY5MmMwLjEwODA2LDAuMjMxODggMC4yNTU1MiwwLjQ0MzI2IDAuNDM1ODYsMC42MjQ3NmwtMC4xNTkxMSwwLjUyNDUxbC0wLjA5NjAzLDBjLTAuMTEwNDcsLTAuMDAwMzggLTAuMjE1ODQsLTAuMDQ2NDUgLTAuMjkxMTYsLTAuMTI3MjdjLTAuMTg2NTgsLTAuMjEyNjMgLTAuNDU1OTEsLTAuMzM0MzMgLTAuNzM4NzcsLTAuMzMzODdsLTAuODYxMjcsMGMtMC4zNDk2MywwLjAwMDM4IC0wLjY3MzE4LDAuMTg1MDIgLTAuODUxNCwwLjQ4NTg0bC0wLjIwNjMyLDAuMzUwNzJjLTAuMDE3NzgsMC4wMjkzNiAtMC4wMzg3LDAuMDU2NzMgLTAuMDYyMzEsMC4wODE2NmwtMC42NTA5LDAuNjU3MjljLTAuMTg1OTYsMC4xODc5OCAtMC4yODk0OCwwLjQ0MjI1IC0wLjI4NzY3LDAuNzA2N2wwLDAuNTI2ODFjMC4wMDA1NiwwLjIzNjY5IDAuMDg0MSwwLjQ2NTY4IDAuMjM2MSwwLjY0NzExbDAuNTA2MTksMC41OTgzMmMwLjIxMjIxLDAuMjUyIDAuNTM2MzIsMC4zODEzIDAuODYzNzQsMC4zNDQ2MWwwLjgwMTk5LC0wLjA4OTJjMC4wNzk3NSwtMC4wMDg5MyAwLjE2MDMzLDAuMDA3MTEgMC4yMzA1OSwwLjA0NTkybDAuMDI5MTksMC4wMTMzNWMwLjEzNjk3LDAuMDY5ODQgMC4yMjI1MywwLjIxMTI0IDAuMjIwODMsMC4zNjQ5OGwwLDAuMDUzNDVjLTAuMDAwMjQsMC4xMTk3NCAwLjAyMTEsMC4yMzg1OCAwLjA2MzA0LDAuMzUwNzJsMC40MDExMywxLjA3Nzc0YzAuMDAxMjksMC4wMDYxIDAuMDAyNDgsMC4wMTE2MSAwLjAwMzM1LDAuMDE0ODJsMC41NjUwMiwyLjI4NzE2bC0wLjA1NjUyLDAuMDU0NjRjLTAuMTYzODgsMC4xNzgyMiAtMC4yMDIyMSwwLjQzODUyIC0wLjA5NjYyLDAuNjU2NDJjMC4wOTA1OSwwLjE3OTA5IDAuMjc0MDcsMC4yOTIxNyAwLjQ3NDgxLDAuMjkyNjJsMC42MDA3NiwwYzAuMjE2NDcsMC4wMDAyNCAwLjQxNDE4LC0wLjEyMjkxIDAuNTA5MzcsLTAuMzE3MzFsMC42NDQ5NCwtMS4zMDU4NmMwLjAxOTYsLTAuMDQwMSAwLjA0MzI0LC0wLjA3ODA3IDAuMDcwNjEsLTAuMTEzMzNsMC41ODc1NCwtMC43OTU4OWMwLjIxODUyLC0wLjI5MTYxIDAuMzEyMjksLTAuNjU4MDYgMC4yNjA2NSwtMS4wMTg3OGwtMC4wMjkyMiwtMC4xOTk5MWMtMC4wMjg1MiwtMC4xOTYyOCAwLjAxODE3LC0wLjM5NjA4IDAuMTMwNzYsLTAuNTU5MzhsMC4wNTg0MSwtMC4wNjgyN2MwLjAyMzEyLC0wLjAyNjQzIDAuMDQ2MiwtMC4wNTI5IDAuMDY0MDksLTAuMDc0NjlsMC42MzgzOCwtMC43MzY5YzAuMjA1NTksLTAuMjM2MjQgMC40MTE0MiwtMC40NjY3NiAwLjYxNzQ2LC0wLjY5MTU3YzAuMTg2OTcsLTAuMTYxMTcgMC4yNzgwMSwtMC40MDcxIDAuMjQxMDUsLTAuNjUxMTVjLTAuMDU0MjIsLTAuMjI5NzIgLTAuMjI3NTYsLTAuNDEyNjQgLTAuNDU0MDMsLTAuNDc5MThjLTAuMjU5OTUsLTAuMDUzOTggLTAuNTMwNjcsLTAuMDAzMDMgLTAuNzUzMTcsMC4xNDE4MWMtMC4wNjM3OCwwLjAzMjg1IC0wLjEyNzU1LDAuMDY4MjcgLTAuMTkwOTEsMC4xMDM3NGMtMC4wNDMxMywwLjAyNDA5IC0wLjA4NjAyLDAuMDQ4MjIgLTAuMTI4NDIsMC4wNzA4OWwtMC43NTE0MywtMS40NDUzNGMtMC4wMTA4NCwtMC4yNzc1NiAwLjAyMzY0LC0wLjU1NTAyIDAuMTAyMTMsLTAuODIxNDVjMC43MzUxOCwtMC4xMzg0MyAxLjQ3OTAxLC0wLjIyNjAyIDIuMjI2MjUsLTAuMjYyMTFjMC4wMzA1OCwtMC4wMDIyMyAwLjA2MDY3LC0wLjAwOTEgMC4wODkyLC0wLjAyMDMzYzAuMzY0MzgsLTAuMTQ0NzEgMC44MjY2OCwtMC4zNjQzOSAwLjk1ODE3LC0wLjU4NTgxYzAuMjU2NTMsLTAuMjc0MDQgMC41MzEzNywtMC41MzAzMyAwLjgyMjYzLC0wLjc2NzEzbDIuMDI1MzQsLTAuNzA4ODZjMS40NTAyNCwxLjEzOTMyIDIuNDgyMzMsMi43MjY4NiAyLjkzNTE4LDQuNTE0NjVsLTAuMTA4MiwtMC4wNTY3N2MtMC4yMDE3MiwtMC4xMDY4MSAtMC40MzE4MiwtMC4xNDc3NCAtMC42NTgwMiwtMC4xMTcwOWwtMS41MzQ2NiwwLjIwMTk2Yy0wLjI4NTg5LDAuMDMyODggLTAuNTAxMzUsMC4yNzUzNiAtMC41MDAzNywwLjU2MzE0bDAsMC4yNzM3MmwtMC4zMDk0NiwwYy0wLjE5NzMyLDAuMDAxMTkgLTAuMzgwNTYsMC4xMDI1NSAtMC40ODY0MiwwLjI2OTA5bC0wLjA5OTI0LDAuMTU2MzJjLTAuMjU0NzUsMC40MDU0NiAtMC4zMTg2LDAuOTAyMzUgLTAuMTc0NjIsMS4zNTkwNGwwLjIzNTUxLDAuNzU4MTNsLTAuMjA4NDgsMC4wNzIwOGMtMC4xNTIwNiwwLjA1MzcgLTAuMjc0MjgsMC4xNjkzMyAtMC4zMzYzNSwwLjMxODE4Yy0wLjA2MDUzLDAuMTQ2NjYgLTAuMDU2MjEsMC4zMTIwNSAwLjAxMTg5LDAuNDU1MzJsMC42OTA2OSwxLjQ2NTM5bC0wLjQzODM0LDAuMDA1MjNsLTAuODMwOSwtMC42NjI4Yy0wLjE0NzcxLC0wLjExMjA0IC0wLjMzOTg3LC0wLjE0NzE4IC0wLjUxNzY3LC0wLjA5NDc0bC0xLjIyNTc5LDAuMzY5NjJjLTAuMTg2MTcsMC4wNTg1OCAtMC4zMjk0MSwwLjIwODM0IC0wLjM3OTY5LDAuMzk2OTJjLTAuMDUwMjUsMC4xODg1NyAtMC4wMDA1MiwwLjM4OTc3IDAuMTMxODEsMC41MzMyMmwwLjE3MDQ0LDAuMTgyNDdjMC4wNjI0MiwwLjA2MzY3IDAuMTM4NDcsMC4xMTIzNSAwLjIyMjQzLDAuMTQyMzdsMC41MDAwOSwwLjE1OTgxbDAsMC41NTMyN2MwLjAwMTEyLDAuMDgzNzYgMC4wMTg5LDAuMTY2NDMgMC4wNTIzLDAuMjQzMjFsMS4wMDcxOSwyLjEzNTQ0Yy0yLjU3NDE0LDEuMTA5NTggLTUuNTMzODcsMC44NDk3NyAtNy44NzU0NywtMC42OTEzMnptOC40MTI0NSwwLjQzNDgybC0xLjAwMTM0LC0yLjEyMjE5bDAsLTAuNTUzMjdjMC4wMDA0MiwtMC4yNDIzNCAtMC4xNTIxLC0wLjQ1ODYgLTAuMzgwNDksLTAuNTM5NmwtMC41MDg2NywtMC4xNzUyMmwtMC4xMzQzOSwtMC4xNDQxMmwxLjE2MjQzLC0wLjM2MDYybDAuODIyMDQsMC42NTU4MmMwLjEwMjM4LDAuMDgxNTkgMC4yMjk0LDAuMTI2MDUgMC4zNjAzLDAuMTI2MTJsMC40ODc4OSwwYzAuMTk1MjcsMC4wMDEwMSAwLjM3NzYsLTAuMDk3NTYgMC40ODM2NywtMC4yNjE1MmMwLjEwNTEzLC0wLjE2MjY3IDAuMTE5NiwtMC4zNjc4NCAwLjAzODM2LC0wLjU0MzY4bC0wLjY5NjQ4LC0xLjQ3NzU5bDAuMjA0NCwtMC4wNzA2MWMwLjI4NjE3LC0wLjEwMTkyIDAuNDQxNDgsLTAuNDExMDEgMC4zNTI0NiwtMC43MDE0N2wtMC4yNDQ1NCwtMC43ODcxOGMtMC4wOTE1NywtMC4yOTAxNSAtMC4wNTExNSwtMC42MDU4NiAwLjExMDU3LC0wLjg2MzYxbDAuMDgxOTQsLTAuMTQ3MzJsMC4zMzMxNCwwYzAuMzEzNzksMC4wMDEyOSAwLjU2OTQxLC0wLjI1MTY1IDAuNTcxNDQsLTAuNTY1NDhsMCwtMC4yNzg2OGwxLjUyMDg5LC0wLjIwMDIyYzAuMTAzODQsLTAuMDE0MTYgMC4yMDk0OSwwLjAwNTIgMC4zMDE2MiwwLjA1NTJsMC4xMTg2OSwwLjA2MjIxYzAuMTI0NzYsMC4wNjQxNiAwLjI2MDQ3LDAuMTA0MjIgMC40MDAwOSwwLjExODAzYzAuNjAzMjcsMy41NjczMiAtMS4xNjkzLDcuMTE1MjggLTQuMzg0MDIsOC43NzV6Ii8+CiAgIDwvZz4KICA8L2c+CiAgPGcgaWQ9InN2Z180Ii8+CiAgPGcgaWQ9InN2Z181Ii8+CiAgPGcgaWQ9InN2Z182Ii8+CiAgPGcgaWQ9InN2Z183Ii8+CiAgPGcgaWQ9InN2Z184Ii8+CiAgPGcgaWQ9InN2Z185Ii8+CiAgPGcgaWQ9InN2Z18xMCIvPgogIDxnIGlkPSJzdmdfMTEiLz4KICA8ZyBpZD0ic3ZnXzEyIi8+CiAgPGcgaWQ9InN2Z18xMyIvPgogIDxnIGlkPSJzdmdfMTQiLz4KICA8ZyBpZD0ic3ZnXzE1Ii8+CiAgPGcgaWQ9InN2Z18xNiIvPgogIDxnIGlkPSJzdmdfMTciLz4KICA8ZyBpZD0ic3ZnXzE4Ii8+CiA8L2c+Cjwvc3ZnPgo=") !important;
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 24px;
  width: 24px;
}
@media (max-width: 768px) {
  html .menu-details-block ul.page-header li.language-switch .switcher-trigger {
    display: flex !important;
  }
}
@media (max-width: 364px) {
  html .menu-details-block ul.page-header li.language-switch .switcher-trigger strong {
    font-size: 1.4rem;
  }
}
html .menu-details-block ul.page-header li.language-switch .switcher-trigger strong::after {
  display: none;
}
html .menu-details-block ul.page-header li.language-switch ul.switcher-dropdown {
  min-width: 100px;
}
html .menu-details-block ul.page-header li.language-switch ul.switcher-dropdown li {
  width: 100%;
  padding: 5px;
}
@media (max-width: 768px) {
  html .menu-details-block ul.page-header li.language-switch ul.switcher-dropdown li a {
    border: 0 !important;
  }
}
html .menu-details-block ul.page-header li.language-switch .switcher-language {
  border: 0 !important;
  padding: 5px;
}
html .header-top {
  display: none;
}
html .container.header-links {
  display: none;
}
html .hero-banner-3-col {
  margin-bottom: 20px;
}
html .hero-banner-3-col .pagebuilder-column-line {
  margin: 0;
  gap: 15px;
}
html .hero-banner-3-col .pagebuilder-column-line > .pagebuilder-column {
  padding: 0;
}
html .hero-banner-3-col .pagebuilder-column-line > .pagebuilder-column .pagebuilder-banner-wrapper {
  border-radius: 5px;
}
html .hero-banner-3-col .pagebuilder-column-line > .pagebuilder-column [data-content-type="banner"] .pagebuilder-overlay {
  min-height: 250px !important;
  max-height: 250px !important;
}
html .hero-banner-3-col .pagebuilder-column-line > .pagebuilder-column:first-child {
  max-width: 642px;
}
html .hero-banner-3-col .pagebuilder-column-line > .pagebuilder-column:first-child [data-content-type="banner"] .pagebuilder-overlay {
  min-height: 515px !important;
  max-height: 515px !important;
}
html .hero-banner-3-col .pagebuilder-column-line > .pagebuilder-column:not(:first-child) {
  gap: 15px;
  max-width: 313px;
}
html body.cms-index-index .columns-content .container-fluid-bannerslider,
html body.cms-index-index .container {
  max-width: 1330px;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
html header.header {
  border-top: 10px solid #ea5455;
}
html header.header.sticky {
  border-bottom-color: #ea5455;
}
@media (min-width: 768px) {
  html header.header .search-close-btn::after {
    display: none !important;
  }
}
html header.header .search-close-btn::after {
  width: 15px !important;
  height: 15px !important;
  top: 32px !important;
  right: 10px !important;
}
@media (max-width: 425px) {
  html header.header .mobile_header .mobile-header-links .header-mobile-links li {
    margin: 0 10px 0 0 !important;
  }
}
html header.header .mobile_header .mobile-header-links .header-mobile-links .mobile-search::before {
  display: none !important;
}
html header.header .mobile_header .mobile-header-links .header-mobile-links .mobile-search::after {
  display: block;
  content: "";
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogc2tldGNodG9vbCA1MC4yICg1NTA0NykgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+NzczNDRDOUItMTEzRi00RENFLUFFOTctNDExOUNGRDhFQTRCPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBza2V0Y2h0b29sLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJTeW1ib2xzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMiIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iaWNvbi9zZWFyY2giPgogICAgICAgICAgICA8ZyBpZD0ic2VhcmNoIj4KICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHg9IjAiIHk9IjAiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PC9yZWN0PgogICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMuMDAwMDAwLCAzLjAwMDAwMCkiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj4KICAgICAgICAgICAgICAgICAgICA8Y2lyY2xlIGlkPSJPdmFsIiBjeD0iNy41IiBjeT0iNy41IiByPSI3LjUiPjwvY2lyY2xlPgogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xOCwxOCBMMTIuOCwxMi44IiBpZD0iU2hhcGUiPjwvcGF0aD4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+");
  height: 24px;
  width: 24px;
  background-size: contain;
  background-repeat: no-repeat;
}
html header.header .mobile_header .mobile-header-links .authorization-link a::before {
  display: none !important;
}
html header.header .mobile_header .mobile-header-links .authorization-link a::after {
  display: block;
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNiAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzNfMjApIj4KPHBhdGggZD0iTTEzLjI0IDExLjc3QzE2LjA4NDIgMTEuNzcgMTguMzkgOS40NjQyNCAxOC4zOSA2LjYxOTk3QzE4LjM5IDMuNzc1NyAxNi4wODQyIDEuNDY5OTcgMTMuMjQgMS40Njk5N0MxMC4zOTU3IDEuNDY5OTcgOC4wODk5NyAzLjc3NTcgOC4wODk5NyA2LjYxOTk3QzguMDg5OTcgOS40NjQyNCAxMC4zOTU3IDExLjc3IDEzLjI0IDExLjc3WiIgc3Ryb2tlPSIjMzIzMjMyIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMjUgMjMuNTNDMjQuOTEwNyAyMC40NjkxIDIzLjYzMjEgMTcuNTYzNSAyMS40MzU0IDE1LjQzQzE5LjIzODggMTMuMjk2NSAxNi4yOTcyIDEyLjEwMyAxMy4yMzUgMTIuMTAzQzEwLjE3MjggMTIuMTAzIDcuMjMxMTMgMTMuMjk2NSA1LjAzNDUgMTUuNDNDMi44Mzc4OCAxNy41NjM1IDEuNTU5MjIgMjAuNDY5MSAxLjQ2OTk3IDIzLjUzSDI1WiIgc3Ryb2tlPSIjMzIzMjMyIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzNfMjAiPgo8cmVjdCB3aWR0aD0iMjUuNTMiIGhlaWdodD0iMjQuMDYiIGZpbGw9IndoaXRlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjQ2OTk3MSAwLjQ2OTk3MSkiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K");
  height: 25px;
  width: 25px;
  background-size: contain;
  background-repeat: no-repeat;
}
html header.header .mobile-menu-cart {
  background-color: transparent !important;
}
html header.header .mobile-menu-cart .mobile-cart-count.has-items {
  background-color: #ea5455 !important;
}
html header.header .mobile-menu-cart::before {
  display: none !important;
}
html header.header .mobile-menu-cart::after {
  display: block;
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMjkiIHZpZXdCb3g9IjAgMCAyOSAyOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzNfNikiPgo8cGF0aCBkPSJNMjUuODQgMjAuNjg1TDExLjExIDIxLjY4NUMxMC44NjE2IDIxLjcwMTUgMTAuNjEyNCAyMS42NjY2IDEwLjM3ODEgMjEuNTgyNEMxMC4xNDM4IDIxLjQ5ODIgOS45MjkzMyAyMS4zNjY2IDkuNzQ4MTkgMjEuMTk1OEM5LjU2NzA0IDIxLjAyNSA5LjQyMzA5IDIwLjgxODYgOS4zMjUzMyAyMC41ODk2QzkuMjI3NTcgMjAuMzYwNiA5LjE3ODEgMjAuMTEzOSA5LjE4MDAzIDE5Ljg2NUM5LjE3OTQ4IDE5LjQyMDkgOS4zNDIyIDE4Ljk5MjEgOS42MzcyMSAxOC42NjAyQzkuOTMyMjMgMTguMzI4MyAxMC4zMzkgMTguMTE2NSAxMC43OCAxOC4wNjVMMjUuODQgMTYuMjg1TDI3LjQzIDUuOTY0OTdINi44NDAwMyIgc3Ryb2tlPSIjMzIzMjMyIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMS41IDEuOTY0OTdINS4yNEwxMC40IDE4LjEwNSIgc3Ryb2tlPSIjMzIzMjMyIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNOC4zMzAwMiAxMS42NDVIMjYuNTYiIHN0cm9rZT0iIzMyMzIzMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0xNC40MiA1Ljk4NDk5VjE3LjYzNSIgc3Ryb2tlPSIjMzIzMjMyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTIwLjYgNS45ODQ5OVYxNi45MDUiIHN0cm9rZT0iIzMyMzIzMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0xMC4xNiAyOC4wMzVDMTEuNDI0NyAyOC4wMzUgMTIuNDUgMjcuMDA5NyAxMi40NSAyNS43NDVDMTIuNDUgMjQuNDgwMiAxMS40MjQ3IDIzLjQ1NSAxMC4xNiAyMy40NTVDOC44OTUyNiAyMy40NTUgNy44NyAyNC40ODAyIDcuODcgMjUuNzQ1QzcuODcgMjcuMDA5NyA4Ljg5NTI2IDI4LjAzNSAxMC4xNiAyOC4wMzVaIiBmaWxsPSIjMzIzMjMyIi8+CjxwYXRoIGQ9Ik0yMy4zNiAyOC4wMzVDMjQuNjI0NyAyOC4wMzUgMjUuNjUgMjcuMDA5NyAyNS42NSAyNS43NDVDMjUuNjUgMjQuNDgwMiAyNC42MjQ3IDIzLjQ1NSAyMy4zNiAyMy40NTVDMjIuMDk1MyAyMy40NTUgMjEuMDcgMjQuNDgwMiAyMS4wNyAyNS43NDVDMjEuMDcgMjcuMDA5NyAyMi4wOTUzIDI4LjAzNSAyMy4zNiAyOC4wMzVaIiBmaWxsPSIjMzIzMjMyIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfM182Ij4KPHJlY3Qgd2lkdGg9IjI3LjkzIiBoZWlnaHQ9IjI3LjA3IiBmaWxsPSJ3aGl0ZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC41IDAuOTY0OTY2KSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=");
  height: 25px;
  width: 25px;
  background-size: contain;
  background-repeat: no-repeat;
}
html header.header .header-middle {
  padding-top: 20px !important;
  height: auto;
  padding: 8px 0;
}
html header.header .header-middle .row > * {
  width: fit-content;
  max-width: unset;
  flex: unset;
}
html header.header .header-middle .logo {
  position: unset;
}
html header.header .header-middle .header-search-container {
  margin: 0 auto;
  width: 100%;
  max-width: 540px;
}
@media (max-width: 991px) {
  html header.header .header-middle .header-search-container {
    max-width: unset;
  }
}
html header.header .header-middle .header-search-container .block-search {
  position: unset;
  transform: unset;
  width: 100%;
  max-width: unset;
}
html header.header .header-middle .header-search-container .block-search form.minisearch {
  display: flex;
}
html header.header .header-middle .header-search-container .block-search form.minisearch .field.search {
  width: 100%;
}
html header.header .header-middle .header-search-container .block-search form.minisearch .field.search input {
  border-radius: 5px;
}
html header.header .header-middle .header-search-container .block-search form.minisearch .field.search input:focus {
  box-shadow: none;
}
html header.header .header-middle .header-search-container .block-search form.minisearch .field.search .search-autocomplete {
  margin-top: 10px;
}
@media (max-width: 767px) {
  html header.header .header-middle .header-search-container .block-search form.minisearch .field.search .search-autocomplete {
    height: 220px;
    overflow-y: auto;
  }
}
html header.header .header-middle .header-search-container .block-search .actions {
  display: block;
}
html header.header .header-middle .header-search-container .block-search .actions button.search {
  position: unset;
  background: #ea5455;
  color: #fff;
  padding: 10px 40px;
  border-radius: 5px;
  margin-left: -5px;
  opacity: 1;
}
html header.header .header-middle .header-search-container .block-search .actions button.search span {
  clip: unset;
  position: unset;
  width: auto;
  height: unset;
  font-weight: 600;
}
html header.header .header-middle .header-search-container .block-search .actions button.search::before {
  display: none;
}
html header.header .header-middle .header-minicart-container {
  margin-top: 0;
  display: flex;
  align-items: center;
  gap: 20px;
}
html header.header .header-middle .header-minicart-container .minicart-wrapper {
  background: transparent;
}
html header.header .header-middle .header-minicart-container .minicart-wrapper a.action.showcart {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 10px;
  position: relative;
}
html header.header .header-middle .header-minicart-container .minicart-wrapper a.action.showcart::before {
  display: block;
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNy45MyAyNy4wNyI+PGRlZnM+PHN0eWxlPi5jbHMtMSwuY2xzLTJ7ZmlsbDpub25lO3N0cm9rZTojMWMxYjFhO3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDt9LmNscy0xe3N0cm9rZS13aWR0aDoycHg7fS5jbHMtM3tmaWxsOiMxYzFiMWE7fTwvc3R5bGU+PC9kZWZzPjxnIGlkPSJMYXllcl8yIiBkYXRhLW5hbWU9IkxheWVyIDIiPjxnIGlkPSJMYXllcl8xLTIiIGRhdGEtbmFtZT0iTGF5ZXIgMSI+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMjUuMzQsMTkuNzJsLTE0LjczLDFBMS44MSwxLjgxLDAsMCwxLDguNjgsMTguOWgwYTEuODEsMS44MSwwLDAsMSwxLjYtMS44bDE1LjA2LTEuNzhMMjYuOTMsNUg2LjM0Ii8+PHBvbHlsaW5lIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSIxIDEgNC43NCAxIDkuOSAxNy4xNCIvPjxsaW5lIGNsYXNzPSJjbHMtMiIgeDE9IjcuODMiIHkxPSIxMC42OCIgeDI9IjI2LjA2IiB5Mj0iMTAuNjgiLz48bGluZSBjbGFzcz0iY2xzLTIiIHgxPSIxMy45MiIgeTE9IjUuMDIiIHgyPSIxMy45MiIgeTI9IjE2LjY3Ii8+PGxpbmUgY2xhc3M9ImNscy0yIiB4MT0iMjAuMSIgeTE9IjUuMDIiIHgyPSIyMC4xIiB5Mj0iMTUuOTQiLz48Y2lyY2xlIGNsYXNzPSJjbHMtMyIgY3g9IjkuNjYiIGN5PSIyNC43OCIgcj0iMi4yOSIvPjxjaXJjbGUgY2xhc3M9ImNscy0zIiBjeD0iMjIuODYiIGN5PSIyNC43OCIgcj0iMi4yOSIvPjwvZz48L2c+PC9zdmc+") !important;
  background-position: center center;
  background-size: contain;
  margin: 0;
}
html header.header .header-middle .header-minicart-container .minicart-wrapper a.action.showcart .text,
html header.header .header-middle .header-minicart-container .minicart-wrapper a.action.showcart .minicart-sub-totals {
  display: none !important;
}
html header.header .header-middle .header-minicart-container .minicart-wrapper a.action.showcart .counter.qty {
  position: absolute;
  top: -10px;
  right: -10px;
  background: transparent;
  padding: 0;
  box-shadow: none;
}
html header.header .header-middle .header-minicart-container .minicart-wrapper a.action.showcart .counter.qty span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background: #ea5455;
  color: #fff;
  width: 20px;
  height: 20px;
  box-shadow: none;
  font-size: 11px;
  font-weight: bold;
}
html header.header .header-middle .header-minicart-container .minicart-wrapper a.action.showcart.active .minicart-sub-totals,
html header.header .header-middle .header-minicart-container .minicart-wrapper a.action.showcart.enable .minicart-sub-totals,
html header.header .header-middle .header-minicart-container .minicart-wrapper a.action.showcart.active .minicart-sub-totals .price,
html header.header .header-middle .header-minicart-container .minicart-wrapper a.action.showcart.enable .minicart-sub-totals .price {
  color: #ea5455 !important;
}
html header.header .header-middle .header-minicart-container .minicart-wrapper a.action.showcart.active::before,
html header.header .header-middle .header-minicart-container .minicart-wrapper a.action.showcart.enable::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNy45MyAyNy4wNyI+PGRlZnM+PHN0eWxlPi5jbHMtMSwuY2xzLTJ7ZmlsbDpub25lO3N0cm9rZTojZWE1NDU1O3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDt9LmNscy0xe3N0cm9rZS13aWR0aDoycHg7fS5jbHMtM3tmaWxsOiNlYTU0NTU7fTwvc3R5bGU+PC9kZWZzPjxnIGlkPSJMYXllcl8yIiBkYXRhLW5hbWU9IkxheWVyIDIiPjxnIGlkPSJMYXllcl8xLTIiIGRhdGEtbmFtZT0iTGF5ZXIgMSI+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMjUuMzQsMTkuNzJsLTE0LjczLDFBMS44MSwxLjgxLDAsMCwxLDguNjgsMTguOWgwYTEuODEsMS44MSwwLDAsMSwxLjYtMS44bDE1LjA2LTEuNzhMMjYuOTMsNUg2LjM0Ii8+PHBvbHlsaW5lIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSIxIDEgNC43NCAxIDkuOSAxNy4xNCIvPjxsaW5lIGNsYXNzPSJjbHMtMiIgeDE9IjcuODMiIHkxPSIxMC42OCIgeDI9IjI2LjA2IiB5Mj0iMTAuNjgiLz48bGluZSBjbGFzcz0iY2xzLTIiIHgxPSIxMy45MiIgeTE9IjUuMDIiIHgyPSIxMy45MiIgeTI9IjE2LjY3Ii8+PGxpbmUgY2xhc3M9ImNscy0yIiB4MT0iMjAuMSIgeTE9IjUuMDIiIHgyPSIyMC4xIiB5Mj0iMTUuOTQiLz48Y2lyY2xlIGNsYXNzPSJjbHMtMyIgY3g9IjkuNjYiIGN5PSIyNC43OCIgcj0iMi4yOSIvPjxjaXJjbGUgY2xhc3M9ImNscy0zIiBjeD0iMjIuODYiIGN5PSIyNC43OCIgcj0iMi4yOSIvPjwvZz48L2c+PC9zdmc+") !important;
}
html header.header .header-middle .header-minicart-container .minicart-wrapper a,
html header.header .header-middle .header-minicart-container .minicart-wrapper span,
html header.header .header-middle .header-minicart-container .minicart-wrapper p {
  color: #000;
}
html header.header .header-middle .header-minicart-container .wishlist a,
html header.header .header-middle .header-minicart-container .account a {
  display: block;
  text-decoration: none;
}
html header.header .header-middle .header-minicart-container .wishlist a svg,
html header.header .header-middle .header-minicart-container .account a svg {
  width: 24px;
  height: 24px;
}
html header.header .header-middle .header-minicart-container .wishlist.active a svg circle,
html header.header .header-middle .header-minicart-container .account.active a svg circle,
html header.header .header-middle .header-minicart-container .wishlist.active a svg path.cls-1,
html header.header .header-middle .header-minicart-container .account.active a svg path.cls-1 {
  stroke: #ea5455;
}
html header.header .header-middle .header-minicart-container .block-minicart {
  left: 50% !important;
  transform: translateX(-50%) !important;
}
html header.header .header-middle .header-minicart-container .block-minicart::before {
  right: 185px !important;
}
html header.header .header-middle .header-minicart-container .block-minicart::after {
  right: 184px !important;
}
html header.header .header-navigation {
  background: transparent;
  box-shadow: none;
}
html header.header .header-navigation .main-menu {
  justify-content: space-between;
}
html header.header .header-navigation .main-menu .menu-item.level-0 {
  flex: unset;
  padding: 0;
}
html header.header .header-navigation .main-menu .menu-item.level-0 a.level-0 {
  font-weight: 400;
  color: #000;
}
html header.header .header-navigation .main-menu .menu-item.level-0.orange,
html header.header .header-navigation .main-menu .menu-item.level-0.red {
  background: transparent;
}
html header.header .header-navigation .main-menu .menu-item.level-0.orange a {
  padding: 0;
}
html header.header .header-navigation .main-menu .menu-item.level-0.red a {
  padding-right: 0;
}
html header.header .header-navigation .main-menu .menu-item.level-0.parent a.level-0 {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
html header.header .header-navigation .main-menu .menu-item.level-0.parent a.level-0::before {
  content: "";
  position: unset;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5' d='m7 10l5 5m0 0l5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  border: 0;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
html header.header .header-navigation .main-menu .menu-item.level-0.parent:hover a.level-0 {
  color: #ea5455;
}
html header.header .header-navigation .main-menu .menu-item.level-0.parent:hover a.level-0::before {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}
html header.header .header-navigation .main-menu .menu-item.level-0:hover {
  background: transparent;
}
html header.header .header-navigation .main-menu .menu-item.level-0:hover a.level-0:hover {
  color: #ea5455;
}
html header.header .header-navigation .nav-sections .navigation {
  max-width: 1500px;
}
html header.header .mobile-menu-cart .mobile-cart-count {
  font-size: 11px !important;
  min-width: 20px;
  min-height: 20px;
  right: 2px !important;
  top: -1px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50% !important;
  width: unset !important;
}
html body {
  padding-top: 75px;
}
@media (min-width: 992px) {
  html body {
    padding-top: 150px;
  }
}
html body main.main-content .columns-content .product-sliders-container #sales-products {
  scroll-margin-top: 180px;
}
@media (max-width: 1024px) {
  html .hero-banner-3-col .pagebuilder-column-line {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  html .hero-banner-3-col .pagebuilder-column-line > .pagebuilder-column:first-child {
    width: 100% !important;
    max-width: 100%;
  }
  html .hero-banner-3-col .pagebuilder-column-line > .pagebuilder-column:not(:first-child) {
    width: 49% !important;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  html .hero-banner-3-col .pagebuilder-column-line {
    flex-direction: column;
  }
  html .hero-banner-3-col .pagebuilder-column-line > .pagebuilder-column:first-child [data-content-type="banner"] .pagebuilder-overlay {
    min-height: 250px !important;
    max-height: 250px !important;
  }
  html .hero-banner-3-col .pagebuilder-column-line > .pagebuilder-column:not(:first-child) {
    width: 100% !important;
  }
}
body.side_menu_active {
  overflow-y: hidden;
}
body header.header {
  z-index: 999;
  /* width */
  /* Track */
  /* Handle */
  /* Firefox */
}
body header.header ::-webkit-scrollbar {
  width: 10px;
}
body header.header ::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #f1f1f1;
}
body header.header ::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}
body header.header * {
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
}
body header.header::before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 999;
}
body header.header .close-menu {
  position: fixed;
  top: 10px;
  left: 370px;
  cursor: pointer;
  z-index: 999;
  display: none;
}
body header.header.active::before {
  visibility: visible;
  opacity: 1;
}
body header.header.active .close-menu {
  display: block;
}
body header.header .menu-toggle {
  cursor: pointer;
}
body header.header .header-middle .row > div:first-child {
  display: flex !important;
}
body header.header .header-middle .row > div:first-child .menu-toggle {
  display: none !important;
}
body header.header .header-middle .navigation.desktop {
  margin: 0;
  background: transparent;
  display: flex;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
body header.header .header-middle .navigation.desktop .menu-toggle {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-right: 20px;
  border-right: 1px solid #D7D7D7;
  height: fit-content;
  margin-top: 25px;
}
body header.header .header-middle .navigation.desktop .menu-toggle span {
  font-size: 14px;
  font-weight: 400;
  line-height: 17.25px;
  letter-spacing: 0.03em;
  color: #323232;
}
body header.header .header-middle .navigation.desktop .main-menu {
  height: fit-content;
  align-items: center;
}
body header.header .header-middle .navigation.desktop .main-menu .menu-item.level-0 {
  background: transparent;
  padding: 0;
}
body header.header .header-middle .navigation.desktop .main-menu .menu-item.level-0.orange {
  display: none;
}
body header.header .header-middle .navigation.desktop .main-menu .menu-item.level-0:hover {
  background: transparent;
}
body header.header .header-middle .navigation.desktop .main-menu .menu-item.level-0 a {
  font-size: 14px;
  font-weight: 400;
  line-height: 17.25px;
  letter-spacing: 0.03em;
  color: #323232;
  padding: 25px 18px 0;
}
body header.header .header-middle .navigation.desktop .main-menu .menu-item.level-0 > a {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 5px;
  text-transform: capitalize;
}
body header.header .header-middle .navigation.desktop .main-menu .menu-item.level-0 > a::before {
  position: unset;
  border-color: #000;
}
body header.header div.header-navigation {
  transform: translateX(-100%);
  transition: all 0.3s ease;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  max-width: 350px;
  background: #fff !important;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 999;
  max-height: 100vh;
}
body header.header div.header-navigation.active {
  transform: translateX(0);
  transition: all 0.3s ease;
}
body header.header div.header-navigation .container {
  position: relative;
  height: 100%;
  padding: 0 !important;
}
body header.header div.header-navigation .container .row {
  height: 100%;
  margin: 0;
}
body header.header div.header-navigation .container .row .col-md-12 {
  padding: 0;
}
body header.header div.header-navigation .sections.nav-sections {
  height: 100%;
}
body header.header div.header-navigation .sections.nav-sections .nav-sections-items {
  height: 100%;
}
body header.header div.header-navigation .sections.nav-sections .nav-sections-items .nav-sections-item-title {
  display: none;
}
body header.header div.header-navigation .sections.nav-sections .section-item-content:not([id="store.links"]) {
  height: 100%;
}
body header.header div.header-navigation .sections.nav-sections .section-item-content:not([id="store.links"]) h5 {
  margin: 0;
  padding: 15px 20px 0;
  width: 100%;
  font-size: 15px;
  font-weight: 700;
  line-height: 19.55px;
}
body header.header div.header-navigation .sections.nav-sections .section-item-content:not([id="store.links"]) nav.navigation {
  position: unset;
  height: 100%;
  display: flex;
  flex-direction: column;
}
body header.header div.header-navigation .sections.nav-sections .section-item-content:not([id="store.links"]) nav.navigation .close-menu,
body header.header div.header-navigation .sections.nav-sections .section-item-content:not([id="store.links"]) nav.navigation .menu-toggle {
  display: none !important;
}
body header.header div.header-navigation .sections.nav-sections .section-item-content:not([id="store.links"]) nav.navigation .logo {
  flex-direction: column-reverse;
  margin: 0;
  padding: 15px 20px;
  width: 100%;
  max-width: unset;
}
body header.header div.header-navigation .sections.nav-sections .section-item-content:not([id="store.links"]) nav.navigation .logo img {
  display: block;
  width: 100%;
  max-width: 65%;
}
body header.header div.header-navigation .sections.nav-sections .section-item-content:not([id="store.links"]) nav.navigation #main-navigation {
  flex-direction: column;
  align-items: flex-start;
  position: unset;
  height: unset;
}
body header.header div.header-navigation .sections.nav-sections .section-item-content:not([id="store.links"]) nav.navigation #main-navigation h5 {
  padding-bottom: 15px;
  border-top: 0;
  border-bottom: 1px solid #ededed;
}
body header.header div.header-navigation .sections.nav-sections .section-item-content:not([id="store.links"]) nav.navigation #main-navigation .menu-item.level-0 {
  width: 100%;
  display: flex;
  align-items: center;
  height: unset;
  border-bottom: 1px solid #ededed !important;
}
body header.header div.header-navigation .sections.nav-sections .section-item-content:not([id="store.links"]) nav.navigation #main-navigation .menu-item.level-0.parent a {
  flex-direction: unset;
}
body header.header div.header-navigation .sections.nav-sections .section-item-content:not([id="store.links"]) nav.navigation #main-navigation .menu-item.level-0.parent a::before {
  display: none;
}
body header.header div.header-navigation .sections.nav-sections .section-item-content:not([id="store.links"]) nav.navigation #main-navigation .menu-item.level-0 a {
  display: flex;
  text-align: left;
  font-size: 14px;
  padding: 15px 20px;
  line-height: 16px;
  width: 100%;
  font-weight: 400;
  text-transform: capitalize;
  color: #2D2D2D;
}
body header.header div.header-navigation .sections.nav-sections .section-item-content:not([id="store.links"]) nav.navigation #main-navigation .menu-item.level-0 a.view-all {
  text-decoration: underline;
  font-weight: 700;
  color: #ea5455;
}
body header.header div.header-navigation .sections.nav-sections .section-item-content:not([id="store.links"]) nav.navigation #main-navigation .menu-item.level-0 .arrow-div {
  cursor: pointer;
  padding: 10px;
}
body header.header div.header-navigation .sections.nav-sections .section-item-content:not([id="store.links"]) nav.navigation #main-navigation .menu-item.level-0 [class*=back-button-] {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  background: #fff;
  border: 0;
  box-shadow: none;
  padding: 20px;
  width: 100%;
  font-size: 15px;
  font-weight: 700;
}
body header.header div.header-navigation .sections.nav-sections .section-item-content:not([id="store.links"]) nav.navigation #main-navigation .menu-item.level-0 [class*=back-button-]::before {
  display: block;
  content: '';
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuNDY5NjcgMTEuNDY5N0MxLjE3Njc4IDExLjc2MjYgMS4xNzY3OCAxMi4yMzc0IDEuNDY5NjcgMTIuNTMwM0w2LjI0MjY0IDE3LjMwMzNDNi41MzU1MyAxNy41OTYyIDcuMDEwNDEgMTcuNTk2MiA3LjMwMzMgMTcuMzAzM0M3LjU5NjE5IDE3LjAxMDQgNy41OTYxOSAxNi41MzU1IDcuMzAzMyAxNi4yNDI2TDMuMDYwNjYgMTJMNy4zMDMzIDcuNzU3MzZDNy41OTYxOSA3LjQ2NDQ3IDcuNTk2MTkgNi45ODk1OSA3LjMwMzMgNi42OTY3QzcuMDEwNDEgNi40MDM4MSA2LjUzNTUzIDYuNDAzODEgNi4yNDI2NCA2LjY5NjdMMS40Njk2NyAxMS40Njk3Wk0yMiAxMi43NUMyMi40MTQyIDEyLjc1IDIyLjc1IDEyLjQxNDIgMjIuNzUgMTJDMjIuNzUgMTEuNTg1OCAyMi40MTQyIDExLjI1IDIyIDExLjI1VjEyLjc1Wk0yIDEyLjc1SDIyVjExLjI1SDJWMTIuNzVaIiBmaWxsPSIjMjYyNjI2Ii8+Cjwvc3ZnPgo=");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
body header.header div.header-navigation .sections.nav-sections .section-item-content:not([id="store.links"]) nav.navigation #main-navigation .menu-item.level-0 .sub-level-1,
body header.header div.header-navigation .sections.nav-sections .section-item-content:not([id="store.links"]) nav.navigation #main-navigation .menu-item.level-0 .sub-level-2 {
  display: flex !important;
  position: absolute;
  justify-content: flex-start;
  top: 0;
  left: 0;
  width: 350px;
  height: 100%;
  background: #fff;
  z-index: 9;
  opacity: 1;
  flex-direction: column;
  transform: translateX(100%);
  transition: all 0.3s ease;
  max-height: unset;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
}
body header.header div.header-navigation .sections.nav-sections .section-item-content:not([id="store.links"]) nav.navigation #main-navigation .menu-item.level-0.active .sub-level-1 {
  transform: translateX(0);
}
body header.header div.header-navigation .sections.nav-sections .section-item-content:not([id="store.links"]) nav.navigation #main-navigation .menu-item.level-0 .sub-level-1 .menu-items {
  flex-direction: column;
}
body header.header div.header-navigation .sections.nav-sections .section-item-content:not([id="store.links"]) nav.navigation #main-navigation .menu-item.level-0 .sub-level-1 .menu-items .menu-item.level-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #ededed !important;
  width: 100%;
}
body header.header div.header-navigation .sections.nav-sections .section-item-content:not([id="store.links"]) nav.navigation #main-navigation .menu-item.level-0 .sub-level-1 .menu-items .menu-item.level-1.active .sub-level-2 {
  margin-top: 0;
  transform: translateX(0);
}
body header.header div.header-navigation .sections.nav-sections .section-item-content:not([id="store.links"]) nav.navigation #main-navigation .menu-item.level-0 .sub-level-1 .cms-block {
  display: none;
}
body header.header div.header-navigation .sections.nav-sections .section-item-content:not([id="store.links"]) nav.navigation #main-navigation .menu-item.level-0 .sub-level-1 .cms-block p {
  flex-direction: column;
}
body header.header div.header-navigation .sections.nav-sections .section-item-content:not([id="store.links"]) nav.navigation #main-navigation .menu-item.level-0 .sub-level-2 .back-button-sub1 {
  display: none;
}
body header.header div.header-navigation .sections.nav-sections .section-item-content:not([id="store.links"]) .menu-details-block > *:first-child {
  border: 0 !important;
}
body header.header div.header-navigation .sections.nav-sections .section-item-content:not([id="store.links"]) .menu-details-block ul {
  float: unset;
}
body header.header div.header-navigation .sections.nav-sections .section-item-content:not([id="store.links"]) .menu-details-block p,
body header.header div.header-navigation .sections.nav-sections .section-item-content:not([id="store.links"]) .menu-details-block a {
  display: flex;
  font-size: 15px;
  font-weight: 400;
  line-height: 17.25px;
  color: #2D2D2D;
  gap: 5px;
  padding: 0;
}
body header.header div.header-navigation .sections.nav-sections .section-item-content:not([id="store.links"]) .menu-details-block p {
  font-size: 14px;
  padding: 10px 20px 0;
  margin: 0;
}
body header.header div.header-navigation .sections.nav-sections .section-item-content:not([id="store.links"]) .menu-details-block .account-links,
body header.header div.header-navigation .sections.nav-sections .section-item-content:not([id="store.links"]) .menu-details-block .contact-links {
  list-style: none;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
body header.header div.header-navigation .sections.nav-sections .section-item-content:not([id="store.links"]) .menu-details-block .account-links li,
body header.header div.header-navigation .sections.nav-sections .section-item-content:not([id="store.links"]) .menu-details-block .contact-links li {
  margin: 0;
}
body header.header div.header-navigation .sections.nav-sections .section-item-content:not([id="store.links"]) .menu-details-block .account-links a span,
body header.header div.header-navigation .sections.nav-sections .section-item-content:not([id="store.links"]) .menu-details-block .contact-links a span {
  display: flex;
  align-items: center;
}
body header.header div.header-navigation .sections.nav-sections .section-item-content:not([id="store.links"]) .menu-details-block .account-links {
  padding-bottom: 15px;
}
body header.header div.header-navigation .sections.nav-sections .section-item-content:not([id="store.links"]) .menu-details-block .account-links + h5 {
  border-top: 1px solid #ededed;
}
body header.header div.header-navigation .sections.nav-sections .section-item-content:not([id="store.links"]) .menu-details-block .contact-links svg {
  width: 30px;
  height: 30px;
}
body header.header div.header-navigation .sections.nav-sections .section-item-content:not([id="store.links"]) .menu-details-block .social-links {
  display: flex;
  gap: 10px;
  padding: 0 20px 10px;
}
body header.header div.header-navigation .sections.nav-sections .section-item-content:not([id="store.links"]) .menu-details-block .social-links li {
  margin: 0;
}
body header.header div.header-navigation .sections.nav-sections .section-item-content:not([id="store.links"]) .menu-details-block .social-links li a svg rect {
  transition: all 0.3s ease;
}
body header.header div.header-navigation .sections.nav-sections .section-item-content:not([id="store.links"]) .menu-details-block .social-links li a:hover svg rect {
  transition: all 0.3s ease;
  fill: #ea5455;
}
@media (max-width: 991px) {
  body header.header div.header-navigation,
  body header.header .sub-level-1,
  body header.header .sub-level-2 {
    max-width: 300px;
  }
  body header.header .close-menu {
    left: 310px;
  }
  body header.header .close-menu svg {
    width: 30px;
    height: 30px;
  }
  body header.header .header-middle .row > div:first-child .menu-toggle {
    display: block !important;
  }
  body .header-panel-wrapper {
    display: block;
  }
  body .header-panel-wrapper .header-content [aria-controls="store.menu"] > div:not(:nth-child(2)),
  body .header-panel-wrapper .header-content [aria-controls="store.links"] > div:not(:nth-child(2)),
  body .header-panel-wrapper .header-content [id="store.links"] > div:not(:nth-child(2)),
  body .header-panel-wrapper .header-content .header-middle .row > div:not(:nth-child(2)) {
    display: none !important;
  }
  body .header-panel-wrapper .header-content [aria-controls="store.menu"] nav,
  body .header-panel-wrapper .header-content [aria-controls="store.links"] nav,
  body .header-panel-wrapper .header-content [id="store.links"] nav,
  body .header-panel-wrapper .header-content .header-middle .row nav {
    display: none !important;
  }
  body .header-panel-wrapper .header-content [aria-controls="store.menu"] .header-search-container .form.minisearch .field.search input,
  body .header-panel-wrapper .header-content [aria-controls="store.links"] .header-search-container .form.minisearch .field.search input,
  body .header-panel-wrapper .header-content [id="store.links"] .header-search-container .form.minisearch .field.search input,
  body .header-panel-wrapper .header-content .header-middle .row .header-search-container .form.minisearch .field.search input {
    height: 40px;
  }
  body .header-panel-wrapper .header-content [aria-controls="store.menu"] .header-search-container .form.minisearch .field.search .control,
  body .header-panel-wrapper .header-content [aria-controls="store.links"] .header-search-container .form.minisearch .field.search .control,
  body .header-panel-wrapper .header-content [id="store.links"] .header-search-container .form.minisearch .field.search .control,
  body .header-panel-wrapper .header-content .header-middle .row .header-search-container .form.minisearch .field.search .control {
    border: 0 !important;
  }
  body .header-panel-wrapper .header-content .nav-sections {
    width: 100%;
    position: unset;
    overflow-x: hidden;
  }
  body .header-panel-wrapper .header-content [id="store.menu"] {
    float: unset;
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 375px) {
  body header.header div.header-navigation,
  body header.header .sub-level-1,
  body header.header .sub-level-2 {
    max-width: 280px;
  }
  body header.header .close-menu {
    left: 285px;
  }
}
.columns-content .main-banner-container.main-banner-container-mobile {
  display: none !important;
}
.columns-content .category-tree-container ul li {
  display: flex;
  justify-content: center;
}
.columns-content .category-tree-container ul li .category-tree-list {
  max-width: unset;
  margin: -11px 0 0 -11px;
}
.columns-content .category-tree-container ul li .category-tree-list li {
  background-color: transparent;
  margin: unset !important;
  width: 33.33%;
  padding: 11px 0 0 11px;
}
@media (max-width: 768px) {
  .columns-content .category-tree-container ul li .category-tree-list li {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .columns-content .category-tree-container ul li .category-tree-list li {
    width: 100%;
  }
}
.columns-content .category-tree-container ul li .category-tree-list li a.btn {
  background-color: #f0f3f7 !important;
}
.columns-content .category-tree-container ul li .category-tree-list li a.btn:hover {
  background-color: #e9bdbd !important;
}
.columns-content .category-tree-container ul li .category-tree-list li a.btn img {
  filter: invert(1);
  height: auto;
  width: 36px;
  margin-left: 10px;
}
.columns-content .category-tree-container ul li .category-tree-list li a.btn span {
  color: #171a1e;
}
.columns-content [data-content-type="row"] {
  max-width: 1330px !important;
  padding: 30px 0;
}
.columns-content [data-content-type="row"] .banner-block .pagebuilder-column-line .pagebuilder-column figure img {
  border-radius: 5px;
  width: 100%;
  max-height: 400px;
  min-height: 400px;
  object-fit: cover;
}
.columns-content [data-content-type="row"] .banner-block .pagebuilder-column-line .first-banner {
  width: 70% !important;
  margin-right: 20px;
  /* Show .pagebuilder-mobile-hidden on desktop screens (768px and above) */
}
@media (max-width: 768px) {
  .columns-content [data-content-type="row"] .banner-block .pagebuilder-column-line .first-banner {
    margin-right: 0;
  }
  .columns-content [data-content-type="row"] .banner-block .pagebuilder-column-line .first-banner .pagebuilder-mobile-hidden {
    display: none;
  }
  .columns-content [data-content-type="row"] .banner-block .pagebuilder-column-line .first-banner .pagebuilder-mobile-only {
    display: block;
    object-fit: contain;
    max-height: unset;
    min-height: unset;
  }
}
@media (min-width: 769px) {
  .columns-content [data-content-type="row"] .banner-block .pagebuilder-column-line .first-banner .pagebuilder-mobile-hidden {
    display: block;
  }
  .columns-content [data-content-type="row"] .banner-block .pagebuilder-column-line .first-banner .pagebuilder-mobile-only {
    display: none;
  }
}
.columns-content [data-content-type="row"] .banner-block .pagebuilder-column-line .second-banner {
  width: 30% !important;
  /* Show .pagebuilder-mobile-hidden on desktop screens (768px and above) */
}
@media (max-width: 768px) {
  .columns-content [data-content-type="row"] .banner-block .pagebuilder-column-line .second-banner .pagebuilder-mobile-hidden {
    display: none;
  }
  .columns-content [data-content-type="row"] .banner-block .pagebuilder-column-line .second-banner .pagebuilder-mobile-only {
    display: block;
    object-fit: contain;
    max-height: unset;
    min-height: unset;
  }
}
@media (min-width: 769px) {
  .columns-content [data-content-type="row"] .banner-block .pagebuilder-column-line .second-banner .pagebuilder-mobile-hidden {
    display: block;
  }
  .columns-content [data-content-type="row"] .banner-block .pagebuilder-column-line .second-banner .pagebuilder-mobile-only {
    display: none;
  }
}
.columns-content .index_featured_post .index_featured_post a {
  position: relative;
  width: 100%;
}
.columns-content .index_featured_post .index_featured_post a img {
  max-height: unset !important;
  height: auto;
  border-radius: 5px;
}
.columns-content .index_featured_post .index_featured_post a .title-wrapper .title-wrapper-overlay {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
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: 14;
  line-height: 14;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: inherit;
}
.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
  color: inherit;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #1a1a1a;
}
.modal-custom .action-close {
  margin: 25;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 10;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 20;
}
.modal-slide .action-close {
  padding: 2.1rem 3rem;
}
.modal-slide .page-main-actions {
  margin-bottom: -12.9rem;
  margin-top: 2.1rem;
}
.modals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 899;
}
/**
     * @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.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
#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: 20 0 0;
}
.location-details .location-name {
  font-size: 18;
  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 20;
  padding: 0 0 10;
  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: 18;
}
.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 20;
}
/**
 * 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/LPS/OrbSport/lv_LV/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/LPS/OrbSport/lv_LV/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
  src: url('../../frontend/LPS/OrbSport/lv_LV/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('../../frontend/LPS/OrbSport/lv_LV/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('../../frontend/LPS/OrbSport/lv_LV/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.ttf') format('truetype');
}
.pagebuilder-icon,
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  -webkit-font-smoothing: antialiased;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
}
[class^='pagebuilder-icon-']:before,
[class*=' pagebuilder-icon-']:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
}
.pagebuilder-icon-down:before {
  content: '\f101';
}
.pagebuilder-icon-next:before {
  content: '\f102';
}
.pagebuilder-icon-prev:before {
  content: '\f103';
}
.pagebuilder-icon-up:before {
  content: '\f104';
}
.product-full-width-section {
  padding: 0.5em 0;
}
.product-full-width-section .block.review-add {
  margin-top: 2.7rem;
}
.page-layout-product-full-width .block.related {
  margin-top: 2.7rem;
}
.page-main-details .product-section-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.additional-attributes-wrapper .additional-attributes {
  border: none;
  width: auto;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > th {
  border: none;
  padding: 5.5px 30px 10px 0;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > td {
  border: none;
  padding: 5.5px 5px 10px;
}
.cms-index-index.page-layout-cms-full-width .nav-sections {
  margin-bottom: 0;
}
.slick-slider {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-touch-action: pan-y;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}
.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev {
  left: 2rem;
}
.slick-prev:before {
  content: '\f103';
  padding-right: 5px;
}
.slick-next {
  right: 2rem;
}
.slick-next:before {
  content: '\f102';
  padding-left: 5px;
}
.slick-prev,
.slick-next {
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  background: rgba(252, 252, 252, 0.6);
  border: none;
  border-radius: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 60px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 60px;
  z-index: 101;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.2;
}
.slick-prev:hover,
.slick-next:hover {
  background: #fcfcfc;
  border: none;
}
.slick-prev:hover.slick-disabled,
.slick-next:hover.slick-disabled {
  opacity: 0.2;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  color: #494949;
}
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  color: #555;
  font-size: 38px;
  opacity: 1;
}
.slick-prev:active,
.slick-next:active,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:not(.primary),
.slick-next:not(.primary) {
  background: rgba(252, 252, 252, 0.7);
  border: none;
  box-shadow: none;
}
.slick-prev:active:active,
.slick-next:active:active,
.slick-prev:focus:active,
.slick-next:focus:active,
.slick-prev:not(.primary):active,
.slick-next:not(.primary):active {
  box-shadow: none;
}
.slick-dots {
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: normal;
  display: block;
  list-style: none;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 14px;
}
.slick-dots li button {
  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.2rem;
  font-size: 1.8rem;
  line-height: 1.42857143;
  margin: 0 10px 10px 0;
  padding: 14px 17px;
  color: #006bb4;
  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: #006bb4;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active {
  color: #ff5501;
  text-decoration: underline;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
a.pagebuilder-button-link:focus,
button.pagebuilder-button-link:focus,
div.pagebuilder-button-link:focus {
  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: #006bb4;
  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: #1979c3;
  border: 1px solid #1979c3;
  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: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus {
  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: #006bb4;
  border: 1px solid #006bb4;
  color: #fff;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #fff;
}
a.pagebuilder-button-primary.disabled,
button.pagebuilder-button-primary.disabled,
div.pagebuilder-button-primary.disabled,
a.pagebuilder-button-primary[disabled],
button.pagebuilder-button-primary[disabled],
div.pagebuilder-button-primary[disabled],
fieldset[disabled] a.pagebuilder-button-primary,
fieldset[disabled] button.pagebuilder-button-primary,
fieldset[disabled] div.pagebuilder-button-primary {
  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: #333;
  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: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus {
  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: #333;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover {
  background: #e1e1e1;
  border: 1px solid #ccc;
  color: #333;
}
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: 1280px;
}
[data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-bleed'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: 100%;
}
[data-content-type='slide'] {
  box-sizing: border-box;
  line-height: 20px;
  min-height: inherit;
  overflow: hidden;
}
[data-content-type='slide'] > [data-element='link'],
[data-content-type='slide'] > [data-element='empty_link'] {
  color: inherit;
  min-height: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] > [data-element='link']:hover,
[data-content-type='slide'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] + [data-content-type='slide'] {
  height: 0;
  min-height: 0;
}
.slick-slider [data-content-type='slide'] + [data-content-type='slide'] {
  height: initial;
  min-height: inherit;
}
.pagebuilder-slide-wrapper {
  border-radius: inherit;
  box-sizing: border-box;
  min-height: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-slide-wrapper .jarallax-viewport-element {
  height: 100%;
  left: -15000vw;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 100;
}
.slick-current .pagebuilder-slide-wrapper .jarallax-viewport-element {
  left: 0;
}
.pagebuilder-slide-wrapper.jarallax .video-overlay {
  -webkit-transform: unset;
  z-index: 1;
}
.pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
  position: relative;
  z-index: 2;
}
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > div,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > img,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > video,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > iframe {
  margin: auto !important;
  transform: none !important;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  border-radius: inherit;
  box-sizing: border-box;
  padding: 30px;
  transition: background-color 500ms ease;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: inherit;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-slide-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-slide-wrapper .pagebuilder-slide-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-slide-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
div[data-content-type='slider'] {
  visibility: hidden;
}
div[data-content-type='slider'].slick-initialized {
  visibility: visible;
}
div[data-content-type='slider'] .slick-list,
div[data-content-type='slider'] .slick-track,
div[data-content-type='slider'] .slick-slide {
  min-height: inherit;
}
div[data-content-type='slider'] .slick-list > div,
div[data-content-type='slider'] .slick-track > div,
div[data-content-type='slider'] .slick-slide > div {
  line-height: 0;
  min-height: inherit;
  overflow: hidden;
  width: 100%;
}
div[data-content-type='slider'] a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
  appearance: button;
  color: initial;
  padding: 10px;
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation {
  display: block;
  font-size: 0;
  margin: 0 0 -1px;
  padding: 0;
}
div[data-content-type='tabs'] .tabs-navigation li:first-child {
  margin-left: 0 !important;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header {
  background: #f6f6f6;
  border: 1px solid #ccc;
  border-bottom: 0;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  position: relative;
  word-wrap: break-word;
  z-index: 1;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:not(:first-child) {
  margin-left: -1px;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  border-right: 0;
  color: #000;
  cursor: pointer !important;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 1.4rem 2rem;
  position: relative;
  transition: all 0.3s;
  vertical-align: middle;
  white-space: normal;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span.tab-title {
  display: block;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title:hover {
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:last-child {
  border-right: 1px solid #ccc;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active {
  background: #fff;
  z-index: 19;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active a.tab-title {
  position: relative;
  transition: all 0.3s;
}
div[data-content-type='tabs'] .tabs-content {
  border: 1px solid #ccc;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item'] {
  box-sizing: border-box;
  min-height: inherit;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item']:not(:first-child) {
  display: none;
}
div[data-content-type='tabs'].tab-align-left .tabs-content {
  border-top-left-radius: 0 !important;
}
div[data-content-type='tabs'].tab-align-right .tabs-content {
  border-top-right-radius: 0 !important;
}
div[data-content-type='text'] {
  word-wrap: break-word;
}
div[data-content-type='video'] {
  font-size: 0;
}
div[data-content-type='video'] .pagebuilder-video-inner {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}
div[data-content-type='video'] .pagebuilder-video-container {
  border-radius: inherit;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
div[data-content-type='video'] iframe,
div[data-content-type='video'] video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  font-family: 'object-fit: cover;', sans-serif;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.jarallax-video-fallback {
  transform: scale3d(0, 0, 0);
}
.jarallax .video-overlay {
  -webkit-transform: translate3d(0, 0, 0);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -99;
}
.jarallax [id*='jarallax-container'] video,
.jarallax [id*='jarallax-container'] iframe {
  visibility: hidden;
}
.cms-content-important {
  background-color: #f5f5f5;
  color: #333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 35px -20px;
  padding: 20px;
}
.pagebuilder-full-width {
  float: left;
  width: 100%;
}
.pagebuilder-content-type {
  box-sizing: border-box;
  margin-bottom: 20px;
}
.pagebuilder-accordion {
  margin: 0;
  padding: 0;
}
.pagebuilder-accordion > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.pagebuilder-accordion > .item.title > .switch {
  display: block;
}
.pagebuilder-accordion > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.pagebuilder-accordion > .item.content:before,
.pagebuilder-accordion > .item.content:after {
  content: '';
  display: table;
}
.pagebuilder-accordion > .item.content:after {
  clear: both;
}
.pagebuilder-accordion > .item.content.active {
  display: block;
}
.pagebuilder-accordion > .item.title {
  margin: 0;
}
.pagebuilder-accordion > .item.title > .switch {
  border-top: 1px solid #ccc;
  height: 40;
  padding: 1px 10 1px 10;
  font-weight: 600;
  line-height: 40;
  font-size: 1.4rem;
  color: #333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:visited {
  color: #6d6d6d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
  color: #333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:active {
  color: #333;
  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: #333;
  text-decoration: none;
  padding-bottom: 1px;
}
.pagebuilder-accordion > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 10 10 30;
}
/**
 * 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;
}
/**
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2020 Adobe
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains
 * the property of Adobe and its suppliers, if any. The intellectual
 * and technical concepts contained herein are proprietary to Adobe
 * and its suppliers and are protected by all applicable intellectual
 * property laws, including trade secret and copyright laws.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe.
 */
/**
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2026 Adobe
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains
 * the property of Adobe and its suppliers, if any. The intellectual
 * and technical concepts contained herein are proprietary to Adobe
 * and its suppliers and are protected by all applicable intellectual
 * property laws, including trade secret and copyright laws.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe.
 */
.payment-method-payment_services_paypal_apm .payment-services-paypal-apm-mark > div,
.payment-method-payment_services_paypal_apm .payment-services-paypal-apm-mark .paypal-marks {
  display: inline-block;
}
.payment-method-payment_services_paypal_apm .billing-address-details,
.payment-method-payment_services_paypal_apm .payment-services-paypal-legal-text {
  margin-bottom: 20;
}
.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 0;
  width: 150px;
}
.paypal-fastlane-shipping-change-address-form {
  margin-bottom: 30;
}
.paypal-fastlane-shipping-change-address-form button {
  width: 100%;
}
.paypal-fastlane-divider {
  margin-top: 30;
  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;
  position: relative;
}
#payment-services-paypal-fastlane paypal-payment {
  display: block;
  margin-bottom: 20;
}
#payment-services-paypal-fastlane + .checkout-agreements-block .recaptcha-checkout-place-order {
  margin-bottom: 20;
}
.magento-payments-review .actions-toolbar {
  margin-top: 10;
}
.magento-payments-review .magento-payments-review-title {
  padding: 0 0 10;
}
.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 30;
}
.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 40;
  padding: 10 0 0;
}
.block-minicart .block-content > .actions .smart-buttons {
  margin-top: 15px;
}
.pay-later-message {
  margin-top: 10px;
}
.smart-buttons > div > div {
  vertical-align: bottom;
}
.apple-pay {
  margin-top: 14px;
}
.cart-summary .apple-pay {
  margin-top: 11px;
}
.google-pay {
  margin-top: 14px;
}
.google-pay button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.cart-summary .google-pay {
  margin-bottom: 14px;
}
/**
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2026 Adobe
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains
 * the property of Adobe and its suppliers, if any. The intellectual
 * and technical concepts contained herein are proprietary to Adobe
 * and its suppliers and are protected by all applicable intellectual
 * property laws, including trade secret and copyright laws.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe.
 */
.payment-services-express-payments .payment-services-express-payments-container {
  max-width: 500px;
  display: grid;
  margin: 10px 0;
}
.payment-services-express-payments .payment-services-express-payments-paypal .paypal-button-container,
.payment-services-express-payments .payment-services-express-payments-alternate {
  display: grid;
  grid-gap: 5px;
}
.payment-services-express-payments + .field.addresses {
  margin-top: 30;
}
.checkout-payment-method .payment-services-express-payments {
  margin-bottom: 30;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
.dpd-pickup-point-map-marker-container {
  line-height: 13px;
}
.dpd-pickup-point-map-marker-container table > tbody > tr > td {
  padding: 0;
  margin: 0;
}
.dpd-pickup-point-map-marker-container h2 {
  margin: 0 0 10px;
}
#dpd-pickup-point-selected {
  padding: 15px 0;
}
#dpd-pickup-point-selected .label {
  font-weight: bold;
}
#dpd-pickup-point-map {
  width: 100%;
  height: 500px;
}
#dpd-image-holder::before {
  content: '';
  position: relative;
  display: inline-block;
  height: 20px;
  width: 100%;
  bottom: -5px;
  margin-right: 5px;
  background: url('../../frontend/LPS/OrbSport/lv_LV/AdeoWeb_Dpd/images/dpd_logo_black_text_120.png') no-repeat 0px center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  max-width: 20px;
  background: url('../../frontend/LPS/OrbSport/lv_LV/AdeoWeb_Dpd/images/Lapinas_128x128.png') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#dpd-logo-image-holder::before {
  content: '';
  position: relative;
  display: inline-block;
  height: 20px;
  width: 100%;
  bottom: -5px;
  margin-right: 5px;
  background: url('../../frontend/LPS/OrbSport/lv_LV/AdeoWeb_Dpd/images/dpd_logo_black_text_120.png') no-repeat 0px center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
#dpd-image-holder {
  position: relative;
}
#dpd-image-holder > span {
  display: inline-block;
  color: #589C2C;
  font-size: 12px;
}
.table-checkout-shipping-method tbody td {
  vertical-align: middle;
}
#additional_data_classic_dpd td,
#additional_data_pickup_dpd td {
  border: none;
  padding: 0;
}
.dpd-pickup,
.dpd-delivery-time {
  padding-bottom: 20px;
}
.select2-container--default .select2-results__options .select2-results__option {
  margin-bottom: 0;
  padding: 0.3em 0 0.3em 1em;
}
.select2-container--default .select2-selection.select2-selection--single {
  height: auto;
}
.select2-container--default .select2-selection.select2-selection--single .select2-selection__rendered {
  white-space: initial;
}
@font-face {
  font-family: 'Ibnabmega';
  src: url('../../frontend/LPS/OrbSport/lv_LV/fonts/Ibnab/ionicons.woff2') format('woff2'), url('../../frontend/LPS/OrbSport/lv_LV/fonts/Ibnab/ionicons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
.menu-mobile {
  display: none;
  padding: 20px;
}
.menu-mobile:after {
  content: "\f394";
  font-family: 'Ibnabmega';
  font-size: 2.5rem;
  padding: 0;
  float: right;
  position: relative;
  top: 50%;
  transform: translateY(-25%);
}
.menu-dropdown-icon:before {
  content: "\f489";
  font-family: 'Ibnabmega';
  display: none;
  cursor: pointer;
  float: right;
  padding: 1.5em 2em;
  background: #fff;
  color: #333;
}
.menu .column_mega_menu1 {
  width: 100%;
}
.menu .column_mega_menu2 {
  width: 50%;
}
.menu .column_mega_menu3 {
  width: 33.333333%;
}
.menu .column_mega_menu4 {
  width: 25%;
}
.menu > ul {
  margin: 0 auto;
  width: 100%;
  list-style: none;
  padding: 0;
  position: relative;
  /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.menu > ul:before,
.menu > ul:after {
  content: "";
  display: table;
}
.menu > ul:after {
  clear: both;
}
.menu > ul > li {
  float: left;
  background: #fff;
  padding: 0;
  margin: 0;
}
.menu > ul > li a {
  text-decoration: none;
  padding: 1.5em 3em;
  display: block;
}
.menu > ul > li:hover {
  background: #f0f0f0;
}
.menu > ul > li > ul {
  display: none;
  width: 100%;
  background: #f0f0f0;
  padding: 20px;
  position: absolute;
  z-index: 99;
  left: 0;
  margin: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
  content: "";
  display: table;
}
.menu > ul > li > ul:after {
  clear: both;
}
.menu > ul > li > ul > li {
  margin: 0;
  padding-bottom: 0;
  list-style: none;
  width: 25%;
  background: none;
  float: left;
}
.menu > ul > li > ul > li .1column {
  width: 100%;
}
.menu > ul > li > ul > li .2column {
  width: 50%;
}
.menu > ul > li > ul > li .3column {
  width: 33.33333%;
}
.menu > ul > li > ul > li .4column {
  width: 25%;
}
.menu > ul > li > ul > li a {
  color: #000;
  padding: 0.2em 0;
  width: 95%;
  display: block;
  border-bottom: 1px solid #ccc;
}
.menu > ul > li > ul > li > ul {
  display: block;
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
  content: "";
  display: table;
}
.menu > ul > li > ul > li > ul:after {
  clear: both;
}
.menu > ul > li > ul > li > ul > li {
  float: left;
  width: 100%;
  padding: 10px 0;
  margin: 0;
  font-size: 0.8em;
}
.menu > ul > li > ul > li > ul > li a {
  border: 0;
}
.menu > ul > li > ul.normal-sub {
  width: 300px;
  left: auto;
  padding: 10px 20px;
}
.menu > ul > li > ul.normal-sub > li {
  width: 100%;
}
.menu > ul > li > ul.normal-sub > li a {
  border: 0;
  padding: 1em 0;
}
.menu .topstatic,
.menu .bottomstatic {
  clear: both;
}
.menu .leftstatic {
  float: left;
  margin-right: 15px;
}
.menu .rightstatic {
  float: right;
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (max-width: 959px) {
  .menu-container {
    width: 100%;
  }
  .menu-mobile {
    display: block;
  }
  .menu-dropdown-icon:before {
    display: block;
  }
  .menu .column_mega_menu1 {
    width: 100%;
  }
  .menu .column_mega_menu2 {
    width: 100%;
  }
  .menu .column_mega_menu3 {
    width: 100%;
  }
  .menu .column_mega_menu4 {
    width: 100%;
  }
  .menu > ul {
    display: none;
  }
  .menu > ul > li {
    width: 100%;
    float: none;
    display: block;
  }
  .menu > ul > li a {
    padding: 1.5em;
    width: 100%;
    display: block;
  }
  .menu > ul > li > ul {
    position: relative;
  }
  .menu > ul > li > ul.normal-sub {
    width: 100%;
  }
  .menu > ul > li > ul > li {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  .menu > ul > li > ul > li:first-child {
    margin: 0;
  }
  .menu > ul > li > ul > li > ul {
    position: relative;
  }
  .menu > ul > li > ul > li > ul > li {
    float: none;
  }
  .menu .show-on-mobile {
    display: block;
  }
  .topstatic,
  .bottomstatic {
    display: none;
  }
  .leftstatic {
    display: none;
  }
  .rightstatic {
    display: none;
  }
}
@media all and (min-width: 767px) {
  /* Change Width Here */
  #dm {
    display: none;
  }
  #om {
    display: block;
  }
}
@media all and (max-width: 767px) {
  /* Change Width Here */
  #dm {
    display: block;
  }
  #om {
    display: none;
  }
}
/**
 * Copyright © Inbank, Inc. All rights reserved.
 * See LICENSE.txt for license details.
 */
.inbank__logo {
  text-align: center;
  padding: 40px;
}
.inbank_logo_product {
  padding-right: 10px;
  max-height: 40px;
}
.inbank__new__payment {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 40px;
}
.inbank__new__payment > .btn {
  border-radius: 48px;
  text-transform: uppercase;
}
.btn-primary {
  background-color: #21093A;
  border-color: #21093A;
}
.btn-primary:hover {
  background-color: #60378b;
  border-color: #60378b;
}
.product-info-main .inbank {
  position: relative;
  display: flex;
  align-items: center;
  padding: 25px 0 25px 0;
  margin: 0;
}
.product-info-main .inbank > div {
  margin: 0;
}
.product-info-main .inbank.inbank--calculator + .inbank.inbank--calculator {
  padding: 10px 0 25px 0;
}
.product-info-main .inbank__img {
  max-width: 100%;
  height: auto;
  display: contents;
}
.product-info-main .inbank__message {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #21093A;
  margin-bottom: 0;
}
.product-info-main .inbank__lt_full_width {
  width: 100%;
  min-height: 26px;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
.product-info-main .inbank__lt_full_width .scrolling_text {
  position: absolute;
  white-space: nowrap;
}
.product-info-main .inbank__lt_full_width.align-center {
  display: flex;
  align-items: center;
}
.product-info-main .inbank__message .tooltip {
  position: absolute;
}
.product-info-main .inbank__message--small {
  font-size: 13px;
  color: #606060;
  margin-bottom: 0;
}
.product-info-main .inbank__message--small.moki {
  display: flex;
}
.product-info-main .inbank__tooltip {
  display: flex;
  align-items: center;
  margin-left: 5px;
}
.product-info-main .inbank_logo_product {
  vertical-align: middle;
}
.product-info-main .inbank__tooltip > svg {
  width: 12px;
  height: 12px;
  fill: #21093A;
}
.inbank__tooltip.tooltip {
  position: relative;
  cursor: pointer;
}
.inbank__tooltip.tooltip::before {
  position: absolute;
  content: ' ';
  background-color: #010101;
  width: 15px;
  height: 15px;
  z-index: 500;
  opacity: 0;
  pointer-events: none;
}
.inbank__tooltip.tooltip::after {
  content: attr(data-tippy-content);
  background-color: #010101;
  border-radius: 5px;
  color: white;
  position: absolute;
  text-align: center;
  z-index: 555;
  opacity: 0;
  pointer-events: none;
  height: auto;
  display: flex;
  align-items: center;
  padding: 0.5600000000000001rem;
  min-width: 375px;
  text-align: left;
}
.inbank__tooltip.tooltip:hover::before,
.inbank__tooltip.tooltip:hover::after {
  opacity: 1;
}
.inbank__tooltip.tooltip.t-top::before {
  top: 0;
  left: 50%;
  transform: translate(-50%, 0) rotate(45deg);
}
.inbank__tooltip.tooltip.t-top::after {
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.inbank__tooltip.tooltip.t-top:hover::before {
  transform: translate(-50%, calc(-30px)) rotate(45deg);
}
.inbank__tooltip.tooltip.t-top:hover::after {
  transform: translate(-50%, calc(-100% - 10px));
}
.inbank__tooltip.tooltip.t-bottom:hover::after {
  transform: translate(-50%, calc(100% + 10px));
}
@media (max-width: 420px) {
  .inbank__tooltip.tooltip.t-top:hover::after {
    transform: translate(-90%, calc(-100% - 10px));
  }
}
.inbank__tooltip--hidden {
  display: none !important;
}
.inbank-payment-checkout .inbank-checkout-checkbox {
  width: 20px;
  float: left;
  padding: 3px;
}
.inbank-payment-checkout .inbank-checkout-text {
  margin-bottom: 0;
  font-size: small;
  font-weight: 600;
  color: #21093A;
}
.inbank-payment-checkout .inbank-checkout-granted-text {
  color: #21093A;
  font-weight: bold;
  font-size: 15px;
}
.inbank-payment-checkout .inbank-checkout-container {
  height: 26px;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.inbank-payment-checkout .inbank-checkout-container.lt-grand-text-container {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 20px;
  height: initial;
}
.inbank-payment-checkout .inbank-checkout-container.lt-grand-text-container .lt-grand-text {
  font-weight: 500;
}
.inbank-payment-checkout .inbank-checkout-container.lt-mb-3 {
  margin-bottom: 3px;
}
.inbank-payment-checkout .inbank-checkout-container .lt-selling-point {
  margin-left: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.inbank-payment-checkout .inbank__additional_details {
  padding-top: 5px;
  color: #21093A;
}
.inbank-payment-checkout .inbank__additional_details.lt-details {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-top: 15px;
  padding-bottom: 10px;
}
.mokiTitle {
  color: #21093A;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.18px;
  font-family: Inter;
  margin-right: 5px;
}
.mokiDescription {
  color: #21093A;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  font-family: Inter;
}
.payment-method.inbank-payment .payment-method-title {
  display: flex;
  align-items: center;
}
.payment-method.inbank-payment .payment-method-title img {
  padding: 0 10px;
  max-height: 40px;
}
.payment-method.inbank-payment .payment-method-title .inbank-label span {
  display: inline-flex;
  align-items: center;
}
.payment-method.inbank-payment .payment-method-title .lt-span-title {
  margin-left: 5px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-right: 72px;
}
.payment-method.inbank-payment .payment-method-content .inbank_moki_additional_details {
  color: #4F1FFF;
  text-align: left;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin: 20px 0;
  position: relative;
}
.payment-method.inbank-payment .payment-method-content .inbank_moki_additional_details .inbank__tooltip {
  display: flex;
  align-items: center;
}
.payment-method.inbank-payment .payment-method-content .inbank_moki_additional_details .inbank__tooltip svg {
  margin-right: 5px;
}
.payment-method.inbank-payment .payment-method-content .inbank_moki_additional_details .inbank__tooltip.tooltip.t-top:hover::before {
  transform: translate(-50%, calc(-30px)) rotate(45deg);
}
.payment-method.inbank-payment .payment-method-content .inbank_moki_additional_details .inbank__tooltip.tooltip.t-top:hover::after {
  transform: translate(-100%, calc(-110%));
}
.payment-method.inbank-payment .payment-method-content .inbank_moki_additional_details .inbank__tooltip.tooltip.t-top::before {
  left: 5%;
}
.inbank-product-view-box {
  margin-left: 10px;
  font-weight: 600;
}
.inbank-response .inbank-loader {
  display: none;
  color: #21093a;
}
.inbank-response .inbank-loader,
.inbank-response .inbank-loader div {
  box-sizing: border-box;
}
.inbank-response .inbank-loader {
  display: none;
  position: relative;
  width: 80px;
  height: 80px;
}
.inbank-response .inbank-loader div {
  position: absolute;
  border: 4px solid currentColor;
  opacity: 1;
  border-radius: 50%;
  animation: inbank-loader 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.inbank-response .inbank-loader div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes inbank-loader {
  0% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 1;
  }
  100% {
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    opacity: 0;
  }
}
.suggest-slider.close {
  display: none;
}
.suggest-slider .x-close {
  float: right;
}
.notify-slider-wrapper {
  width: 300px;
  position: fixed;
  bottom: 20px;
  left: 25px;
  background: transparent;
  display: none;
}
.cookie-message .notify-slider-wrapper {
  bottom: 75px;
}
.show-add-cart-bottom .notify-slider-wrapper {
  bottom: 110px;
}
.wishlist-index-index .notify-slider-wrapper .products-grid .product-item {
  width: 320px;
  margin-left: 0;
}
.wishlist-index-index .notify-slider-wrapper .product-item .product-item-info {
  padding: 0;
  border-width: 0;
}
.notify-slider {
  position: relative;
  overflow: hidden;
  margin: 20px auto 0 auto;
}
.notify-slider .product-item-info {
  width: auto;
}
.notify-slider .slider {
  position: relative;
  margin: 0;
  padding: 0;
  height: 100px;
  list-style: none;
}
.notify-slider .slider > .item {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 300px;
  height: 120px;
  text-align: center;
}
.product-image-container {
  /*display: block;*/
  max-width: 100%;
}
.notify-slider-wrapper {
  background-color: #ffffff;
  z-index: 90;
  width: 320px;
  -webkit-box-shadow: -1px 2px 6px rgba(30, 32, 40, 0.3);
  -moz-box-shadow: -1px 2px 6px rgba(30, 32, 40, 0.3);
  box-shadow: -1px 2px 6px rgba(30, 32, 40, 0.3);
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info {
  padding-bottom: 0;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info:before,
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info:after {
  content: "";
  display: table;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info:after {
  clear: both;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .images-container {
  max-width: 85px;
  float: left;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .images-container .actions-primary {
  display: none;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .product-image-wrapper .product-image-photo.thumbnail {
  display: none;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .product-item-details {
  width: calc(100% - 85px);
  float: left;
  text-align: left;
  padding: 12px 25px 12px 10px;
  font-size: 13px;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .product-item-details .product-name {
  margin-bottom: 5px;
  letter-spacing: 0.3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .product-item-details .product-name a {
  color: #222222;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .product-item-details .product-reviews-summary {
  margin-bottom: 5px;
  display: none;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .sticker {
  display: none;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .product-hover {
  margin-bottom: 0;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .price-box {
  display: none;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .price-box .price {
  font-size: 11px;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .price-box .old-price .price {
  font-size: 11px;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .time-purchased,
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .address-purchased {
  display: block;
  font-size: 11px;
  color: #333333;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .time-purchased {
  margin-top: 10px;
  margin-bottom: 8px;
}
.notify-slider-wrapper .product-item .product-item-info .rating-summary .rating-result:before,
.notify-slider-wrapper .product-item .product-item-info .rating-summary .rating-result > span:before {
  font-size: 12px;
}
.notify-slider-wrapper .reviews-actions .action {
  font-size: 12px;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .add-to-links .action,
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .add-to-links .link-view {
  transform: scale(1) !important;
  opacity: 1;
  visibility: visible;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .add-to-links .action {
  display: none;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .add-to-links .link-view {
  box-shadow: none;
  width: auto;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .add-to-links .link-view .quickview {
  background-color: transparent;
  border: 0;
  padding: 0;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .add-to-links .link-view .quickview span {
  display: none;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .add-to-links .link-view .quickview:hover {
  color: #f3f3f3;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .add-to-links {
  top: auto;
  bottom: -4px;
  right: 6px;
}
.notify-slider-wrapper .product-item .quickview {
  color: #4d5959;
}
.notify-slider-wrapper .product-item .quickview:before {
  font-size: 20px;
}
.suggest-slider .x-close {
  position: absolute;
  font-size: 0;
  top: 5px;
  right: 5px;
  z-index: 999;
}
.suggest-slider .x-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.suggest-slider .x-close:hover {
  color: #f3f3f3;
}
.notify-slider {
  margin-top: 0;
}
.notify-slider .slider > .item {
  line-height: 1.5;
  width: 320px;
  /*height: auto;*/
}
.notify-slider .slider > .item {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 300px !important;
  height: 120px;
  text-align: center;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .images-container {
  width: 85px;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info:before,
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info:after {
  display: none;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info {
  display: flex;
  /*flex-wrap: wrap;*/
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .someone-purchased {
  line-height: normal;
}
/*.notify-slider .slider > .item {
      line-height: normal;
    }*/
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .product-item-details {
  padding-right: 0;
}
.notify-slider .slider > .item {
  line-height: normal;
}
.notify-slider .slider > .item {
  width: 320px !important;
}
.notify-slider.products {
  margin: 0;
}
/**
 * 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 */
body.skeleton-page {
  overflow: hidden;
}
@media (min-width: 1921px) {
  .grid-slider:not([class*=initialized])[data-visible="8"] .item {
    width: calc(100% / 8);
  }
  .grid-slider:not([class*=initialized])[data-visible="7"] .item {
    width: calc(100% / 7);
  }
  .grid-slider:not([class*=initialized])[data-visible="6"] .item {
    width: calc(100% / 6);
  }
  .grid-slider:not([class*=initialized])[data-visible="5"] .item {
    width: calc(100% / 5);
  }
  .grid-slider:not([class*=initialized])[data-visible="4"] .item {
    width: calc(100% / 4);
  }
  .grid-slider:not([class*=initialized])[data-visible="3"] .item {
    width: calc(100% / 3);
  }
  .grid-slider:not([class*=initialized])[data-visible="2"] .item {
    width: calc(100% / 2);
  }
  .grid-slider:not([class*=initialized])[data-visible="1"] .item {
    width: calc(100% / 1);
  }
}
@media (min-width: 1481px) and (max-width: 1920px) {
  .grid-slider:not([class*=initialized])[data-widescreen="8"] .item {
    width: calc(100% / 8);
  }
  .grid-slider:not([class*=initialized])[data-widescreen="7"] .item {
    width: calc(100% / 7);
  }
  .grid-slider:not([class*=initialized])[data-widescreen="6"] .item {
    width: calc(100% / 6);
  }
  .grid-slider:not([class*=initialized])[data-widescreen="5"] .item {
    width: calc(100% / 5);
  }
  .grid-slider:not([class*=initialized])[data-widescreen="4"] .item {
    width: calc(100% / 4);
  }
  .grid-slider:not([class*=initialized])[data-widescreen="3"] .item {
    width: calc(100% / 3);
  }
  .grid-slider:not([class*=initialized])[data-widescreen="2"] .item {
    width: calc(100% / 2);
  }
  .grid-slider:not([class*=initialized])[data-widescreen="1"] .item {
    width: calc(100% / 1);
  }
}
@media (min-width: 1200px) and (max-width: 1480px) {
  .grid-slider:not([class*=initialized])[data-desktop="8"] .item {
    width: calc(100% / 8);
  }
  .grid-slider:not([class*=initialized])[data-desktop="7"] .item {
    width: calc(100% / 7);
  }
  .grid-slider:not([class*=initialized])[data-desktop="6"] .item {
    width: calc(100% / 6);
  }
  .grid-slider:not([class*=initialized])[data-desktop="5"] .item {
    width: calc(100% / 5);
  }
  .grid-slider:not([class*=initialized])[data-desktop="4"] .item {
    width: calc(100% / 4);
  }
  .grid-slider:not([class*=initialized])[data-desktop="3"] .item {
    width: calc(100% / 3);
  }
  .grid-slider:not([class*=initialized])[data-desktop="2"] .item {
    width: calc(100% / 2);
  }
  .grid-slider:not([class*=initialized])[data-desktop="1"] .item {
    width: calc(100% / 1);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .grid-slider:not([class*=initialized])[data-laptop="8"] .item {
    width: calc(100% / 8);
  }
  .grid-slider:not([class*=initialized])[data-laptop="7"] .item {
    width: calc(100% / 7);
  }
  .grid-slider:not([class*=initialized])[data-laptop="6"] .item {
    width: calc(100% / 6);
  }
  .grid-slider:not([class*=initialized])[data-laptop="5"] .item {
    width: calc(100% / 5);
  }
  .grid-slider:not([class*=initialized])[data-laptop="4"] .item {
    width: calc(100% / 4);
  }
  .grid-slider:not([class*=initialized])[data-laptop="3"] .item {
    width: calc(100% / 3);
  }
  .grid-slider:not([class*=initialized])[data-laptop="2"] .item {
    width: calc(100% / 2);
  }
  .grid-slider:not([class*=initialized])[data-laptop="1"] .item {
    width: calc(100% / 1);
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .grid-slider:not([class*=initialized])[data-notebook="8"] .item {
    width: calc(100% / 8);
  }
  .grid-slider:not([class*=initialized])[data-notebook="7"] .item {
    width: calc(100% / 7);
  }
  .grid-slider:not([class*=initialized])[data-notebook="6"] .item {
    width: calc(100% / 6);
  }
  .grid-slider:not([class*=initialized])[data-notebook="5"] .item {
    width: calc(100% / 5);
  }
  .grid-slider:not([class*=initialized])[data-notebook="4"] .item {
    width: calc(100% / 4);
  }
  .grid-slider:not([class*=initialized])[data-notebook="3"] .item {
    width: calc(100% / 3);
  }
  .grid-slider:not([class*=initialized])[data-notebook="2"] .item {
    width: calc(100% / 2);
  }
  .grid-slider:not([class*=initialized])[data-notebook="1"] .item {
    width: calc(100% / 1);
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .grid-slider:not([class*=initialized])[data-tablet="8"] .item {
    width: calc(100% / 8);
  }
  .grid-slider:not([class*=initialized])[data-tablet="7"] .item {
    width: calc(100% / 7);
  }
  .grid-slider:not([class*=initialized])[data-tablet="6"] .item {
    width: calc(100% / 6);
  }
  .grid-slider:not([class*=initialized])[data-tablet="5"] .item {
    width: calc(100% / 5);
  }
  .grid-slider:not([class*=initialized])[data-tablet="4"] .item {
    width: calc(100% / 4);
  }
  .grid-slider:not([class*=initialized])[data-tablet="3"] .item {
    width: calc(100% / 3);
  }
  .grid-slider:not([class*=initialized])[data-tablet="2"] .item {
    width: calc(100% / 2);
  }
  .grid-slider:not([class*=initialized])[data-tablet="1"] .item {
    width: calc(100% / 1);
  }
}
@media (min-width: 480px) and (max-width: 576px) {
  .grid-slider:not([class*=initialized])[data-landscape="6"] .item {
    width: calc(100% / 6);
  }
  .grid-slider:not([class*=initialized])[data-landscape="5"] .item {
    width: calc(100% / 5);
  }
  .grid-slider:not([class*=initialized])[data-landscape="4"] .item {
    width: calc(100% / 4);
  }
  .grid-slider:not([class*=initialized])[data-landscape="3"] .item {
    width: calc(100% / 3);
  }
  .grid-slider:not([class*=initialized])[data-landscape="2"] .item {
    width: calc(100% / 2);
  }
  .grid-slider:not([class*=initialized])[data-landscape="1"] .item {
    width: calc(100% / 1);
  }
}
@media (min-width: 360px) and (max-width: 480px) {
  .grid-slider:not([class*=initialized])[data-portrait="6"] .item {
    width: calc(100% / 6);
  }
  .grid-slider:not([class*=initialized])[data-portrait="5"] .item {
    width: calc(100% / 5);
  }
  .grid-slider:not([class*=initialized])[data-portrait="4"] .item {
    width: calc(100% / 4);
  }
  .grid-slider:not([class*=initialized])[data-portrait="3"] .item {
    width: calc(100% / 3);
  }
  .grid-slider:not([class*=initialized])[data-portrait="2"] .item {
    width: calc(100% / 2);
  }
  .grid-slider:not([class*=initialized])[data-portrait="1"] .item {
    width: calc(100% / 1);
  }
}
@media (max-width: 360px) {
  .grid-slider:not([class*=initialized])[data-mobile="4"] .item {
    width: calc(100% / 4);
  }
  .grid-slider:not([class*=initialized])[data-mobile="3"] .item {
    width: calc(100% / 3);
  }
  .grid-slider:not([class*=initialized])[data-mobile="2"] .item {
    width: calc(100% / 2);
  }
  .grid-slider:not([class*=initialized])[data-mobile="1"] .item {
    width: calc(100% / 1);
  }
}
.magepow_core {
  display: block;
}
.grid-slider {
  opacity: 0;
}
.grid-init .grid-slider,
.grid-slider.grid-init,
.grid-slider.slick-initialized,
.content-products .product-items.grid-init,
.content-products .grid-init .product-items,
.content-products .product-items.slick-initialized {
  opacity: 1;
}
.grid-init .product-item-info,
.slick-initialized .product-item-info {
  width: auto;
}
.search-autocomplete {
  position: absolute;
  z-index: 3;
  overflow: hidden;
  margin-top: -15px;
}
.search-autocomplete dl {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete dl dt {
  border-top: 1px solid #e5e5e5;
  cursor: default;
  margin: 0;
  padding: 5 40 5 10;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete dl dt:not(:empty) {
  background: #fff;
  border: 1px solid #c2c2c2;
  border-top: 0;
  border-bottom: 0;
}
.search-autocomplete dl dt:first-child {
  border-top: none;
}
.search-autocomplete dl dt:hover,
.search-autocomplete dl dt.selected {
  background: #e8e8e8;
}
.search-autocomplete dl dd {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 5 10;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete dl dd:not(:empty) {
  background: #fff;
  border: 1px solid #c2c2c2;
  border-top: 0;
}
.search-autocomplete dl dd:first-child {
  border-top: none;
}
.search-autocomplete dl dd:hover,
.search-autocomplete dl dd.selected {
  background: #e8e8e8;
}
.search-autocomplete dl dd .amount {
  color: #999;
  position: absolute;
  right: 7px;
  top: 5;
}
.search-autocomplete dl dd .clear {
  clear: both;
}
.smile-es-range-slider [data-role=from-label] {
  display: block;
  float: left;
  padding: 0 0 5;
}
.smile-es-range-slider [data-role=to-label] {
  display: block;
  float: right;
  padding: 0 0 5;
}
.smile-es-range-slider [data-role=message-box] {
  font-size: 12;
  flex: 1;
  padding: 6px 0 0;
}
.smile-es-range-slider [data-role=message-box].empty {
  color: #e02b27;
  font-size: 1.2rem;
  padding: 0;
}
.smile-es-range-slider .actions-toolbar {
  display: flex;
  margin: 15px 0;
}
.smile-es-range-slider .ui-slider {
  margin: 5;
  clear: both;
}
.smile-es-range-slider .ui-slider-handle {
  background: #ff5501;
  padding: 0;
  margin: -3px 0 0 -7px;
  border-radius: 15px;
  width: 15px;
  height: 15px;
}
.filter .filter-content .item {
  margin: 10 0 0 10;
}
.filter .block-subtitle {
  border-bottom: none;
  font-weight: 700;
}
.filter .field.search input[type="text"] {
  font-size: 12;
}
.filter .actions {
  text-align: right;
  margin: 10 0 0;
}
.filter .actions div.secondary {
  display: inline-block;
}
.filter .actions div.secondary a {
  color: #006bb4;
  text-decoration: underline;
  cursor: pointer;
}
.filter .actions div.secondary a:hover {
  background: transparent;
}
.filter .actions div.secondary a.show-more span:after {
  content: " +";
}
.filter .actions div.secondary a.show-less span:after {
  content: "-";
}
.filter .filter-options dt.filter-options-title[aria-expanded="true"]:after {
  content: '\e621';
}
.filter .no-results-message p {
  margin: 9px 10 0;
  background-color: #FFEEEE;
  padding: 5;
  color: #AA0000;
}
.smile-elasticsuite-autocomplete-result .product-image-box {
  float: left;
  padding: 0 5;
  width: 55px;
}
.smile-elasticsuite-autocomplete-result .product-shop {
  float: left;
  margin: 0 10 0 0;
  padding: 0;
  white-space: normal;
  width: 60%;
}
.smile-elasticsuite-autocomplete-result .product-item .price-box {
  margin: 5 0;
}
.smile-elasticsuite-autocomplete-result .category-mini-crumb {
  font-style: italic;
  display: block;
  margin-bottom: 2px;
  font-size: 12;
  color: #929292;
}
.smile-elasticsuite-autocomplete-result .product-attribute-label {
  text-transform: uppercase;
  vertical-align: super;
  font-size: 10;
  color: #777;
}
.smile-elasticsuite-autocomplete-result .price-box span.old-price {
  display: block;
}
.sparsh-order-comments {
  margin: 0 0 20px;
}
.sparsh-order-comments .label span {
  line-height: 2;
}
.sparsh-order-comments-box {
  word-break: break-all;
}
.block-category-event {
  background: #f0f0f0;
  color: #333;
  padding: 10 0 15px;
  text-align: center;
}
.block-category-event.block:last-child {
  margin-bottom: 10;
}
.block-category-event .block-title {
  margin: 0 0 10;
}
.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: 40;
  position: relative;
}
.block-category-event .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
.contact-index-index .column:not(.sidebar-main) .form.contact {
  float: none;
  width: 50%;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact {
  float: none;
  width: 50%;
}
.multicheckout.results h3,
.multicheckout.success h3 {
  font-size: 1.6rem;
  margin-bottom: 20;
  margin-top: 30;
}
.multicheckout.results h3 a,
.multicheckout.success h3 a {
  color: #333;
}
.multicheckout.results h3 a:hover,
.multicheckout.success h3 a:hover {
  text-decoration: none;
}
.multicheckout.results ul.orders-list,
.multicheckout.success ul.orders-list {
  list-style: none;
  padding-left: 0;
}
.multicheckout.results .orders-list,
.multicheckout.success .orders-list {
  margin-top: 25;
  padding-left: 16px;
}
.multicheckout.results .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-list .shipping-list .shipping-item {
  margin-left: 84px;
}
.multicheckout.results .orders-list .shipping-list .shipping-label,
.multicheckout.success .orders-list .shipping-list .shipping-label {
  font-weight: 700;
  margin-right: 10;
}
.multicheckout.results .orders-list .shipping-list .shipping-address,
.multicheckout.success .orders-list .shipping-list .shipping-address {
  font-weight: 400;
}
.multicheckout.results .orders-list .shipping-list .error-block,
.multicheckout.success .orders-list .shipping-list .error-block {
  color: #e02b27;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-label,
.multicheckout.success .orders-list .shipping-list .error-block .error-label {
  font-weight: 700;
  margin-right: 10;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-description,
.multicheckout.success .orders-list .shipping-list .error-block .error-description {
  font-weight: 400;
}
.multicheckout.results .orders-succeed .orders-list,
.multicheckout.success .orders-succeed .orders-list {
  margin-top: 0;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .order-id,
.multicheckout.success .orders-succeed .orders-list .shipping-list .order-id {
  float: left;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-succeed .orders-list .shipping-list .shipping-item {
  margin-left: 100px;
}
.multicheckout .title {
  margin-bottom: 30;
}
.multicheckout .title strong {
  font-weight: 400;
}
.multicheckout .table-wrapper {
  margin-bottom: 0;
}
.multicheckout .table-wrapper .action.delete {
  display: inline-block;
}
.multicheckout .table-wrapper .col .qty {
  display: inline-block;
}
.multicheckout .table-wrapper .col.item .action.edit {
  font-weight: 400;
  margin-left: 10;
}
.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0;
}
.multicheckout > .actions-toolbar {
  margin-top: 40;
}
.multicheckout .actions-toolbar > .secondary {
  display: block;
}
.multicheckout .actions-toolbar > .secondary .action {
  margin-bottom: 25;
}
.multicheckout .actions-toolbar > .secondary .action.back {
  display: block;
  margin-left: 0;
}
.multicheckout .actions-toolbar > .primary {
  margin-right: 10;
}
.multicheckout .item-options {
  margin: 10 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;
}
.multicheckout .block-title strong,
.multicheckout .block-content .title strong {
  font-weight: 400;
}
.multicheckout .block-title strong span,
.multicheckout .block-content .title strong span {
  color: #a6a6a6;
}
.multicheckout .block-content .title {
  border-bottom: none;
  padding-bottom: 0;
}
.multicheckout.order-review .block-title > strong {
  font-size: 2.4rem;
}
.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
  margin-bottom: 40;
}
.multicheckout.order-review .error-description {
  color: #e02b27;
  font-weight: 400;
  margin-bottom: 10;
  margin-top: -10;
}
.multicheckout .box-title span {
  margin-right: 10;
}
.multicheckout .box-title > .action {
  margin: 0;
}
.multicheckout .box-shipping-method .price {
  font-weight: 700;
}
.multicheckout .box-billing-method .fieldset {
  margin: 0;
}
.multicheckout .box-billing-method .fieldset .legend.box-title {
  margin: 0 0 5;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 2.1rem;
  margin-bottom: 40;
}
.multicheckout .checkout-review .grand.totals .mark {
  font-weight: 400;
}
[class^='multishipping-'] .logo {
  margin-left: 0;
}
.multishipping-checkout-success .nav-sections {
  display: block;
}
.table-wrapper.billing-agreements {
  margin-bottom: 40;
}
.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 auto 0;
}
.opc .paypal {
  vertical-align: middle;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 20;
}
.map-form-addtocart .paypal {
  display: block;
  margin: 10 auto 5;
}
.cart-summary .paypal + .paypal {
  margin-top: 25;
}
.paypal-review .actions-toolbar {
  margin-top: 10;
}
.paypal-review .paypal-review-title {
  padding: 0 0 10;
}
.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 30;
}
.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 40;
  padding: 10 0 0;
}
.fotorama-video-container:after {
  background: url('../../frontend/LPS/OrbSport/lv_LV/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/LPS/OrbSport/lv_LV/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;
}
.swatch-attribute-label[data-required='1']:after {
  color: #e02b27;
  content: '*';
  font-size: 14;
  font-weight: 700;
  position: absolute;
  right: -11px;
  top: -2px;
}
.swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px;
}
.swatch-attribute-options {
  margin: 10 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;
  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 5 0;
  max-width: 100%;
  min-width: 30px;
  overflow: hidden;
  padding: 1px 2px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
}
.swatch-option:focus {
  box-shadow: 0 0 3px 1px #00699D;
}
.swatch-option.text {
  background: #f0f0f0;
  color: #686868;
  font-size: 12;
  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/LPS/OrbSport/lv_LV/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;
  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 #00699D;
}
.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block;
}
.swatch-opt {
  margin: 20 0;
}
.swatch-opt-listing {
  margin-bottom: 10;
}
.swatch-more {
  display: inline-block;
  margin: 2px 0;
  padding: 2px;
  position: static;
}
.swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px;
}
.swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px;
}
.swatch-input {
  left: -1000px;
  position: absolute;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}
.minilist .weee {
  display: table-row;
  font-size: 1.1rem;
}
.minilist .weee:before {
  display: none;
}
.price-container.weee:before {
  display: none;
}
.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;
  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 20;
  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: 'luma-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 20;
  padding-top: 10;
}
.block-cart-failed {
  margin: 40 0;
}
.block-cart-failed .block-title {
  font-size: 2.6rem;
}
.block-cart-failed .block-title strong {
  font-weight: 300;
}
.block-cart-failed .actions {
  text-align: center;
}
.block-cart-failed .actions .action {
  display: block;
  margin: 0 auto 10;
}
.catalogsearch-advanced-result .message.error {
  margin-top: -60px;
}
.bundle-actions {
  margin: 0 0 30;
}
.bundle-options-container {
  clear: both;
  margin-bottom: 40;
}
.bundle-options-container .legend.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  border: 0;
  padding: 0;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 30;
}
.bundle-options-container .product-options-wrapper .fieldset > .field {
  border-top: 1px #e4e4e4 solid;
  padding-top: 20;
}
.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 {
  display: block;
  margin-left: 24px;
}
.bundle-options-container .product-options-wrapper .field.choice .price-excluding-tax {
  display: inline-block;
}
.bundle-options-container .action.back {
  margin-bottom: 30;
}
.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.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.bundle-options-container .block-bundle-summary > .title,
.bundle-options-container .block-bundle-summary .bundle-summary .subtitle {
  border-bottom: 1px #e4e4e4 solid;
  margin-bottom: 25;
  padding-bottom: 16px;
}
.bundle-options-container .block-bundle-summary .price-box {
  margin-bottom: 20;
}
.bundle-options-container .block-bundle-summary .price-box .price-label {
  display: block;
  margin-bottom: 5;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 30;
}
.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.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 20;
}
.bundle-options-container .block-bundle-summary .product-addto-links {
  text-align: center;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  margin-right: 5%;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action.tocompare:before {
  content: '\e61e';
}
.bundle-options-container p.required {
  color: #e02b27;
}
.bundle-options-container .nested .field.qty {
  margin: 0 0 20;
  margin-top: 20;
}
.bundle-options-container .nested .field.qty > .label {
  margin: 0 0 8px;
  display: inline-block;
}
.bundle-options-container .nested .field.qty .label {
  font-weight: 600;
}
.bundle-options-container .nested .field.qty:last-child {
  margin-bottom: 0;
}
.bundle-options-container .price {
  font-weight: 600;
}
.bundle-options-container .product-options-bottom {
  border-top: 1px solid #ccc;
  clear: left;
  margin: 0 0 40;
  padding-top: 20;
}
.products {
  margin: 30 0;
}
.product-item {
  vertical-align: top;
}
.products-grid .product-item {
  display: inline-block;
  width: 100%/2;
}
.product-item-name {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  display: block;
  hyphens: auto;
  margin: 5 0;
  word-wrap: break-word;
}
.product-item-info {
  max-width: 100%;
  width: 152px;
}
.page-products .product-item-info {
  width: 240px;
}
.product-item-actions {
  display: none;
}
.product-item-actions .actions-secondary > button.action {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.product-item-actions .actions-secondary > button.action:focus,
.product-item-actions .actions-secondary > button.action:active {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action:hover {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action.disabled,
.product-item-actions .actions-secondary > button.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > button.action {
  pointer-events: none;
  opacity: 0.5;
}
.product-item-actions .actions-secondary > .action:before {
  margin: 0;
}
.product-item-description {
  margin: 25 0;
}
.product-item .product-reviews-summary .rating-summary {
  margin: 0 4px 0 0;
}
.product-item .product-reviews-summary .reviews-actions {
  font-size: 12;
  margin-top: 5px;
  text-transform: lowercase;
}
.product-item .price-box {
  margin: 10 0 25;
}
.product-item .price-box .price {
  font-weight: 700;
  white-space: nowrap;
}
.product-item .price-box .price-label {
  color: #666;
  font-size: 12;
}
.product-item .old-price {
  margin: 5 0;
}
.product-item .old-price .price {
  font-weight: normal;
}
.product-item .regular-price .price-label {
  display: none;
}
.product-item .minimal-price .price-container {
  display: block;
}
.product-item .minimal-price-link {
  margin-top: 5;
}
.product-item .price-from,
.product-item .price-to {
  margin: 0;
}
.product-item .tocompare:before {
  content: '\e61e';
}
.product-item .tocart {
  font-size: 1.3rem;
  border-radius: 0;
  line-height: 1;
  padding-bottom: 10;
  padding-top: 10;
  white-space: nowrap;
}
.column.main .product-items {
  margin-left: -20;
}
.column.main .product-item {
  padding-left: 20;
}
.price-container .price {
  font-size: 1.4rem;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee {
  margin-top: 5;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee,
.price-container .price-including-tax + .price-excluding-tax .price,
.price-container .weee .price,
.price-container .weee + .price-excluding-tax:before,
.price-container .weee + .price-excluding-tax .price {
  font-size: 1.1rem;
}
.price-container .weee:before {
  content: '(' attr(data-label) ': ';
}
.price-container .weee:after {
  content: ')';
}
.price-container .weee + .price-excluding-tax:before {
  content: attr(data-label) ': ';
}
.products-list .product-item {
  display: table;
  width: 100%;
}
.products-list .product-item-info {
  display: table-row;
}
.products-list .product-item-photo {
  display: table-cell;
  padding: 0 30 30 0;
  vertical-align: top;
  width: 1%;
}
.products-list .product-item-details {
  display: table-cell;
  vertical-align: top;
}
.page-products .columns {
  padding-top: 60px;
  position: relative;
  z-index: 1;
}
.toolbar {
  margin-bottom: 30;
  text-align: center;
}
.toolbar select {
  background-color: #f0f0f0;
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border-radius: 3px;
}
.toolbar-amount {
  left: 0;
  line-height: 18px;
  margin: 0;
  padding: 7px 0;
  position: absolute;
  text-align: left;
  top: 0;
  vertical-align: middle;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.page-with-filter .toolbar-amount {
  position: static;
}
.toolbar-products {
  background-color: transparent;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.toolbar .pages {
  margin-bottom: 25;
}
.sorter {
  float: right;
}
.page-products .sorter {
  position: absolute;
  right: 10;
  top: 0;
  z-index: 1;
}
.products.wrapper ~ .toolbar .sorter {
  display: none;
}
.sorter-options {
  margin: 0 5 0 7px;
  width: auto;
}
.sorter-action {
  display: inline-block;
  text-decoration: none;
}
.sorter-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #757575;
  content: '\e613';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sorter-action:hover:before {
  color: #333;
}
.sorter-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sorter-action.sort-desc:before {
  content: '\e614';
}
.modes {
  display: none;
}
.limiter-options {
  margin: 0 5px 0 7px;
  width: auto;
}
.limiter-label {
  font-weight: 400;
}
.page-products .toolbar .limiter {
  display: none;
}
.limiter .control {
  display: inline-block;
}
.old-price,
.old.price {
  color: #666;
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ':';
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:last-child:after {
  content: ')';
}
.prices-tier .price-container .weee[data-label] {
  display: inline;
}
.prices-tier .price-container .weee[data-label]:before {
  content: ' +' attr(data-label) ':';
}
.actual-price {
  font-weight: 700;
}
.category-image .image {
  display: block;
  height: auto;
  max-width: 100%;
}
.category-cms,
.category-image,
.category-description {
  margin-bottom: 20;
}
.product-image-container {
  display: inline-block;
  max-width: 100%;
}
.product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product-image-photo {
  bottom: 0;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  margin: 10 0;
  color: #7d7d7d;
  font-size: 1.2rem;
}
.product.media .product.thumbs {
  margin: 10 0 25;
}
.product.media .items.thumbs {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.product.media .items.thumbs > li {
  display: inline-block;
  vertical-align: top;
}
.product.media .items.thumbs > li {
  margin: 1rem 0 0;
}
.product.media .items.thumbs img {
  display: block;
}
.product.media .items.thumbs .active {
  display: block;
  line-height: 1;
}
.product.info.detailed {
  clear: both;
  margin-bottom: 30px;
}
.product.info.detailed .additional-attributes {
  width: auto;
  border: none;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th,
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  border: none;
}
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  padding: 5.5px 5 10 5;
}
.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 30 10 0;
}
.product-info-main .product-info-price {
  color: #575757;
  border-bottom: 1px solid #c1c1c1;
  display: table;
  margin-bottom: 15;
  width: 100%;
}
.product-info-main .product-info-price .price-box {
  display: table-cell;
  vertical-align: top;
  width: 1px;
}
.product-info-main .product-info-price .price-box .price-container > span {
  display: block;
  margin-bottom: 5;
}
.product-info-main .product-info-price .price-box .price-container > span:last-child {
  margin-bottom: 0;
}
.product-info-main .product-info-price .price-including-tax + .price-excluding-tax,
.product-info-main .product-info-price .weee + .price-excluding-tax,
.product-info-main .product-info-price .weee {
  font-size: 1.4rem;
}
.product-info-main .product-info-price .price-including-tax + .price-excluding-tax .price,
.product-info-main .product-info-price .weee + .price-excluding-tax .price,
.product-info-main .product-info-price .weee .price {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 16px;
}
.product-info-main .product-info-price .price-wrapper .price {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 22px;
}
.product-info-main .product-info-price .old-price .price-wrapper .price {
  font-size: 2rem;
  font-weight: 300;
}
.product-info-main .product-info-price .special-price .price-label:after {
  content: ': ';
}
.product-info-main .product-info-price .price {
  white-space: nowrap;
}
.product-info-main .product-info-stock-sku {
  display: table-cell;
  padding-bottom: 10;
  padding-left: 10%;
  text-align: right;
  vertical-align: top;
}
.product-info-main .stock {
  margin: 0 0 3px;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  font-weight: 700;
  text-transform: uppercase;
}
.product-info-main .product.attribute.sku {
  word-break: break-all;
  word-wrap: break-word;
}
.product-info-main .product.attribute.sku .type {
  font-weight: normal;
  margin-right: 5;
}
.product-info-main .product.attribute.sku .type:after {
  content: '#:';
}
.product-info-main .product.attribute.sku .value {
  display: inline-block;
}
.product-info-main .product.attribute.overview {
  margin: 20 0;
}
.product-info-main .product.alert {
  margin: 10 0;
}
.product-info-main .product-add-form {
  clear: both;
  padding-top: 15;
}
.product-info-main .product-reviews-summary {
  float: left;
}
.product-info-main .product-options-bottom .box-tocart {
  margin-top: 20;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  font-weight: 600;
  font-size: 1.4rem;
  border: none;
  display: inline-block;
  float: none;
  margin: 0 0 8px;
  padding: 0;
}
.product-options-wrapper .fieldset-product-options-inner input.datetime-picker ~ select.datetime-picker {
  margin-top: 10;
}
.product-options-wrapper .fieldset-product-options-inner.required .legend:after,
.product-options-wrapper .fieldset-product-options-inner._required .legend:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
}
.product-options-wrapper .field .note {
  display: block;
  margin-top: 5;
}
.product-options-bottom .price-box,
.product-info-price .price-box {
  color: #575757;
  display: table-cell;
  padding-bottom: 10;
  vertical-align: top;
}
.product-options-bottom .price-box .old-price,
.product-info-price .price-box .old-price {
  font-size: 20px;
  font-weight: 300;
}
.product-options-bottom .price-box .old-price .price-container > span,
.product-info-price .price-box .old-price .price-container > span {
  display: inline-block;
}
.product-options-bottom .price-box .price-container > span,
.product-info-price .price-box .price-container > span {
  display: block;
  margin-bottom: 5;
}
.product-options-bottom .price-box .price-container > span:last-child,
.product-info-price .price-box .price-container > span:last-child {
  margin-bottom: 0;
}
.product-options-bottom .price-box .price-container .price,
.product-info-price .price-box .price-container .price {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
.product-options-bottom .price-box .price-container .price-including-tax + .price-excluding-tax,
.product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax,
.product-options-bottom .price-box .price-container .weee + .price-excluding-tax,
.product-info-price .price-box .price-container .weee + .price-excluding-tax,
.product-options-bottom .price-box .price-container .weee,
.product-info-price .price-box .price-container .weee {
  font-size: 1.2rem;
  line-height: 14px;
}
.product-options-bottom .price-box .price-container .price-including-tax + .price-excluding-tax .price,
.product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax .price,
.product-options-bottom .price-box .price-container .weee + .price-excluding-tax .price,
.product-info-price .price-box .price-container .weee + .price-excluding-tax .price,
.product-options-bottom .price-box .price-container .weee .price,
.product-info-price .price-box .price-container .weee .price {
  font-size: 1.2rem;
  font-weight: 700;
}
.box-tocart .action.tocart {
  vertical-align: top;
}
.box-tocart .action.tocart:not(:last-child) {
  margin-bottom: 15px;
}
.product-addto-links {
  display: inline;
}
.product-addto-links .action {
  margin-right: 5%;
}
.product-social-links {
  margin: 0 0 20px;
  text-align: center;
}
.product-social-links .action.tocompare:before {
  content: '\e61e';
}
.prices-tier {
  margin-bottom: 15;
}
.prices-tier .item {
  margin-bottom: 10;
}
.prices-tier .item:last-child {
  margin-bottom: 0;
}
.prices-tier .price-excluding-tax,
.prices-tier .price-including-tax {
  display: inline-block;
}
.minimal-price-link,
.price-excluding-tax,
.price-including-tax {
  display: block;
  white-space: nowrap;
}
.ui-dialog-titlebar-close {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #006bb4;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #006bb4;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:active {
  color: #ff5501;
  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: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.sidebar .product-items .product-item {
  margin-bottom: 20;
  position: relative;
}
.sidebar .product-items .product-item-info {
  position: relative;
  width: auto;
}
.sidebar .product-items .product-item-info .product-item-photo {
  left: 0;
  position: absolute;
  top: 0;
}
.sidebar .product-items .product-item-name {
  margin-top: 0;
}
.sidebar .product-items .product-item-details {
  margin: 0 0 0 85px;
}
.sidebar .product-items .product-item-actions {
  display: block;
  margin-top: 10;
}
.sidebar .product-items .price-box {
  display: block;
  margin: 7px 0;
}
.sidebar .product-items .text {
  margin-right: 8px;
}
.sidebar .product-items .counter {
  color: #7d7d7d;
  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 .action.tocart {
  border-radius: 0;
}
.sidebar .product-items-images {
  margin-left: -5;
}
.sidebar .product-items-images .product-item {
  float: left;
  padding-left: 5;
}
.sidebar .product-items-names .product-item {
  margin-bottom: 10;
}
.sidebar .product-items-names .product-item-name {
  margin: 0;
}
body.catalog-product-compare-index .action.print {
  float: right;
  margin: 15px 0;
}
.table-wrapper.comparison {
  clear: both;
  max-width: 100%;
  overflow-x: auto;
  position: relative;
}
.table-wrapper.comparison .table-comparison > tbody > tr > th,
.table-wrapper.comparison .table-comparison > tbody > tr > td {
  border-top: 0;
}
.table-comparison {
  table-layout: fixed;
}
.table-comparison .cell {
  padding: 15px;
  width: 180px;
}
.table-comparison .cell.label {
  border-right: 1px solid #ccc;
}
.table-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
}
.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
  border-bottom: 1px solid #ccc;
}
.table-comparison .cell.attribute {
  font-size: 1.3rem;
}
.table-comparison .cell.attribute img {
  height: auto;
  max-width: 100%;
}
.table-comparison .cell.remove {
  padding-bottom: 0;
  padding-top: 0;
  text-align: right;
}
.table-comparison .cell.remove .action.delete {
  margin-right: 0.6rem;
}
.table-comparison .cell .attribute.value {
  overflow: hidden;
  width: 100%;
}
.table-comparison td:last-child {
  border-right: 1px solid #ccc;
}
.table-comparison .product-item-photo {
  display: block;
  margin: 0 auto 15px;
}
.table-comparison .product-image-photo {
  margin-left: 0;
}
.table-comparison .product-item-actions,
.table-comparison .price-box,
.table-comparison .product.rating,
.table-comparison .product-item-name {
  display: block;
  margin: 15px 0;
}
.table-comparison .product-addto-links {
  margin-top: 15px;
}
.table-comparison .product-addto-links .action.toggle {
  padding: 0;
}
.table-comparison .product-addto-links .action.split,
.table-comparison .product-addto-links .action.toggle {
  line-height: 1.2rem;
  padding: 5 8px;
  font-size: 1.1rem;
}
.table-comparison .action.tocart {
  white-space: nowrap;
}
.comparison.headings {
  background: #fff;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 2;
}
.block-compare .product-item .product-item-name {
  margin-left: 22px;
}
.block-compare .action.delete {
  left: 0;
  position: absolute;
  top: 0;
}
.block-compare .actions-toolbar {
  margin: 17px 0 0;
}
.block.related .action.select {
  vertical-align: top;
}
.block.related .product-item-details {
  position: relative;
  z-index: 1;
}
.block.related .related-available .product-item-name {
  margin-left: 20px;
}
.block.related .field.choice {
  left: 0;
  position: absolute;
  top: 2px;
}
@media screen and (max-width: 991px) {
  .product-info-main .product-info-price {
    display: inline-grid;
  }
}
.block-search {
  margin-bottom: 0;
}
.block-search .block-title {
  display: none;
}
.block-search .block-content {
  margin-bottom: 0;
}
.block-search .label {
  text-decoration: none;
  display: inline-block;
  float: right;
}
.block-search .label > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search .label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #757575;
  content: '\e615';
  font-family: 'luma-icons';
  margin: 0 10 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .label:hover:before {
  color: #333;
}
.block-search .label:active:before {
  color: #333;
}
.block-search .label.active + .control input {
  position: static;
}
.block-search .action.search {
  display: none;
}
.block-search .control {
  border-top: 1px solid #ccc;
  clear: both;
  margin: 0 -15px -1px;
  padding: 0 15px;
}
.block-search input {
  left: -300%;
  margin: 15px 0;
  position: absolute;
}
.block-search .nested {
  display: none;
}
.search-autocomplete {
  display: none;
  margin-top: -15px;
  overflow: hidden;
  position: absolute;
  z-index: 3;
}
.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete ul:not(:empty) {
  background: #fff;
  border: 1px solid #c2c2c2;
  border-top: 0;
}
.search-autocomplete ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 5 40 5 10;
  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;
}
.form.search.advanced .fields.range .field:first-child {
  position: relative;
}
.form.search.advanced .fields.range .field:first-child .control {
  padding-right: 25px;
}
.form.search.advanced .fields.range .field:first-child .control:after {
  content: ' \2013 ';
  display: inline-block;
  position: absolute;
  right: 0;
  text-align: center;
  top: 6px;
  width: 25px;
}
.form.search.advanced .fields.range .field:last-child {
  position: relative;
}
.form.search.advanced .fields.range .field:last-child div.mage-error[generated] {
  left: 0;
  position: absolute;
  top: 32px;
}
.form.search.advanced .fields.range .field.with-addon .control {
  padding-right: 45px;
}
.form.search.advanced .group.price .addon .addafter {
  background: none;
  border: 0;
  padding-top: 6px;
  position: absolute;
  right: 0;
  top: 0;
}
.search-terms {
  line-height: 2em;
}
.search-terms > li {
  display: inline-block;
  margin-right: 10;
}
.search.found {
  margin-bottom: 10;
}
.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: 25;
  padding: 1px 0 25;
}
.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 25;
}
.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;
}
.cart-summary .block .item-options .field .radio + .label {
  display: block;
  margin: 0;
  overflow: hidden;
}
.page-main .cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .checkout-methods-items {
  margin: 20 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: 25;
}
.cart-summary .checkout-methods-items .item:last-child {
  margin-bottom: 0;
}
.cart-summary .message {
  padding-left: 20;
}
.cart-summary .message > *:first-child:before {
  display: none;
}
.cart-summary .action.multicheckout {
  color: #006bb4;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark {
  text-align: left;
}
.cart.table-wrapper .cart thead tr th.col {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  padding-top: 24px;
}
.cart.table-wrapper .cart tbody td {
  border: 0;
}
.cart.table-wrapper .cart > .item {
  border-bottom: 1px solid #ccc;
  position: relative;
}
.cart.table-wrapper .col {
  padding-top: 15px;
}
.cart.table-wrapper .col.price,
.cart.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp {
  padding: 20px 11px 10;
  text-align: center;
}
.cart.table-wrapper .col.qty {
  padding: 20 11px 10;
  text-align: center;
}
.cart.table-wrapper .col.qty .input-text {
  height: 36px;
  margin-top: -7px;
  text-align: center;
  width: 45px;
}
.cart.table-wrapper .col > .price {
  color: #7d7d7d;
  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 90px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar {
  min-height: 20px;
  padding-bottom: 15px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar > .action-edit,
.cart.table-wrapper .actions-toolbar > .action-delete {
  position: absolute;
  right: 16px;
  top: 0;
  display: inline-block;
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar > .action-edit > span,
.cart.table-wrapper .actions-toolbar > .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cart.table-wrapper .actions-toolbar > .action-edit:before,
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart.table-wrapper .actions-toolbar > .action-edit:hover:before,
.cart.table-wrapper .actions-toolbar > .action-delete:hover:before {
  color: #333;
}
.cart.table-wrapper .actions-toolbar > .action-edit:active:before,
.cart.table-wrapper .actions-toolbar > .action-delete:active:before {
  color: #757575;
}
.cart.table-wrapper .actions-toolbar > .action-delete {
  right: 0;
}
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  content: '\e604';
}
.cart.table-wrapper .action {
  margin-right: 25;
}
.cart.table-wrapper .action:last-child {
  margin-right: 0;
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .product-item-photo {
  display: block;
  left: 15px;
  max-width: 65px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%;
}
.cart.table-wrapper .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: -3px 0 5;
}
.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: 20;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 10 0 0;
}
.cart.table-wrapper .item .message {
  margin-top: 20;
}
.cart-products-toolbar .toolbar-amount {
  left: inherit;
  margin: 25 0 15px;
  padding: 0;
  position: relative;
  text-align: center;
  top: inherit;
}
.cart-products-toolbar-top {
  border-bottom: 1px solid #ccc;
}
.cart-discount {
  border-bottom: 1px solid #ccc;
  clear: left;
}
.cart-empty {
  padding-left: 15px;
  padding-right: 15px;
}
.cart-tax-info + .cart-tax-total,
.cart .cart-tax-info + .cart-tax-total {
  display: block;
}
.cart.table-wrapper .col.price,
.order-items.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.order-items.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.msrp {
  text-align: right;
}
.block.crosssell {
  padding: 0 15px;
  margin-top: 70px;
}
.block.crosssell .product-item-info {
  width: 200px;
}
.block-minicart .items-total {
  float: left;
  margin: 0 10;
}
.block-minicart .items-total .count {
  font-weight: 700;
}
.block-minicart .subtotal {
  margin: 0 10 10;
  text-align: right;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 18;
  font-weight: 700;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  font-size: 14px;
  padding: 30 0 20;
  text-align: center;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content > .actions {
  margin-top: 15px;
}
.block-minicart .block-content > .actions > .secondary {
  text-align: center;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0 10 15px;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  display: block;
  width: 100%;
}
.block-minicart .block-content > .actions .paypal-logo {
  margin-top: 15px;
  text-align: center;
}
.block-minicart .block-category-link,
.block-minicart .block-product-link,
.block-minicart .block-cms-link,
.block-minicart .block-banners {
  margin: 15px 0 0;
  text-align: center;
}
.minicart-wrapper {
  display: inline-block;
  position: relative;
  float: right;
}
.minicart-wrapper:before,
.minicart-wrapper:after {
  content: '';
  display: table;
}
.minicart-wrapper:after {
  clear: both;
}
.minicart-wrapper .action.showcart {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #757575;
  content: '\e611';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart:hover:before {
  color: #333;
}
.minicart-wrapper .action.showcart:active:before {
  color: #757575;
}
.minicart-wrapper .action.showcart.active {
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart.active:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #757575;
  content: '\e611';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart.active:hover:before {
  color: #333;
}
.minicart-wrapper .action.showcart.active:active:before {
  color: #757575;
}
.minicart-wrapper .block-minicart {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #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);
}
.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: -12px;
}
.minicart-wrapper .block-minicart:after {
  left: 9px;
  top: -14px;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper .block-minicart {
  padding: 25px 20;
  right: 0;
  width: 320px;
  z-index: 101;
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .block-minicart:after {
  left: auto;
  right: 25px;
}
.minicart-wrapper .block-minicart:before {
  left: auto;
  right: 26px;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -24px 0 0;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.minicart-wrapper .product .actions > .primary:not(:last-child),
.minicart-wrapper .product .actions > .secondary:not(:last-child) {
  margin-right: 15px;
}
.minicart-wrapper .action.close {
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
}
.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: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.close:hover:before {
  color: inherit;
}
.minicart-wrapper .action.close:active:before {
  color: inherit;
}
.minicart-wrapper .action.showcart {
  white-space: nowrap;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #ff5501;
  color: #fff;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  display: inline-block;
  margin: 3px 0 0;
  min-width: 18px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: none;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 24px;
}
.minicart-wrapper .action.showcart .counter-number {
  text-shadow: 0 0 7px #000000;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 15px;
}
.minicart-items-wrapper {
  border: 1px solid #ccc;
  margin: 0 -20;
  border-left: 0;
  border-right: 0;
  overflow-x: auto;
  padding: 15px;
}
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.minicart-items .product-item {
  padding: 20 0;
}
.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #ccc;
}
.minicart-items .product-item:first-child {
  padding-top: 0;
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
  width: 4.5rem;
}
.minicart-items .price-minicart {
  margin-bottom: 5;
}
.minicart-items .product-item-name {
  font-weight: 400;
  margin: 0 0 10;
}
.minicart-items .product-item-name a {
  color: #006bb4;
}
.minicart-items .product-item-details {
  padding-left: 88px;
}
.minicart-items .product-item-details .price {
  font-weight: 700;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 5 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 10;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
}
.minicart-items .product .toggle {
  border: 0;
  padding: 0 40 5 0;
}
.minicart-items .product .toggle:after {
  color: #8f8f8f;
  margin: 0 0 0 5;
  position: static;
}
.minicart-items .product .active > .toggle:after {
  content: '\e621';
}
.minicart-items .product.pricing {
  margin-top: 3px;
}
.minicart-items .product.options .toggle.tooltip {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product.options .toggle.tooltip > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .toggle.tooltip:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: -3px 0 0 7px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product.options .details {
  display: none;
}
.minicart-items .item-qty {
  margin-right: 10;
  text-align: center;
  width: 40px;
}
.minicart-items .update-cart-item {
  font-size: 1.1rem;
  vertical-align: top;
}
.minicart-items .subtitle {
  display: none;
}
.minicart-items .action.edit,
.minicart-items .action.delete {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .action.edit > span,
.minicart-items .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .action.edit:hover:before,
.minicart-items .action.delete:hover:before {
  color: #333;
}
.minicart-items .action.edit:active:before,
.minicart-items .action.delete:active:before {
  color: #757575;
}
.minicart-items .action.delete:before {
  content: '\e604';
}
.checkout-container {
  margin: 0 0 20;
}
.opc-wrapper {
  margin: 0 0 20;
}
.opc-wrapper .step-title {
  border-bottom: 1px solid #ccc;
}
.opc-wrapper .step-content {
  margin: 0 0 40;
}
.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
  display: none;
}
.checkout-index-index .logo {
  margin-left: 0;
}
.checkout-onepage-success .print {
  display: none;
}
.opc-estimated-wrapper {
  background: #f4f4f4;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin: -21px -15px 15px;
  padding: 18px 15px;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  float: left;
  font-weight: 700;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin: 0 0 5;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:focus,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:active {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:hover {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart.disabled,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart[disabled],
fieldset[disabled] .opc-estimated-wrapper .minicart-wrapper button.action.showcart {
  pointer-events: none;
  opacity: 0.5;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:before {
  color: #333;
}
.opc-progress-bar {
  display: none;
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 10;
  position: relative;
  top: -3px;
}
.field.choice .field-tooltip-action {
  line-height: 21px;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ed8380;
}
.checkout-index-index .modal-popup .fieldset .field .label {
  font-weight: 400;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup {
  margin-top: 8px;
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px;
}
.field-tooltip._active {
  z-index: 100;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.field-tooltip._active .field-tooltip-action:before {
  color: #333;
}
.field-tooltip .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
.field-tooltip .field-tooltip-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 21px;
  line-height: inherit;
  color: #bbb;
  content: '\e623';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-tooltip .field-tooltip-action:hover:before {
  color: #333;
}
.field-tooltip .field-tooltip-action:before {
  padding-left: 1px;
}
._keyfocus .field-tooltip .field-tooltip-action:focus {
  z-index: 100;
}
._keyfocus .field-tooltip .field-tooltip-action:focus + .field-tooltip-content {
  display: block;
}
._keyfocus .field-tooltip .field-tooltip-action:focus:before {
  color: #333;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #999;
  border-radius: 1px;
  font-size: 14;
  padding: 12px;
  width: 270px;
  display: none;
  left: 38px;
  position: absolute;
  text-transform: none;
  top: -9px;
  word-wrap: break-word;
  z-index: 2;
}
.field-tooltip .field-tooltip-content:before,
.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  border-right-color: #f4f4f4;
  left: -21px;
  top: 12px;
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
}
.field-tooltip .field-tooltip-content:before {
  border-right-color: #666666;
}
.field-tooltip .field-tooltip-content:after {
  border-right-color: #f4f4f4;
  width: 1px;
  z-index: 4;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 28px;
  margin-bottom: 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: 14;
  margin-top: 10;
}
.opc-wrapper .shipping-address-items {
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  font-size: 14;
  line-height: 30px;
  margin: 0 0 20;
  padding: 20 35px 20 20;
  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: '\e610';
  font-family: 'luma-icons';
  height: 27px;
  width: 29px;
  font-size: 19px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
  visibility: hidden;
}
.opc-wrapper .action-show-popup {
  margin: 0 0 20;
}
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 5;
}
.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 20 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: 20 0;
}
.methods-shipping .actions-toolbar .action.primary {
  margin: 20 0 0;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #ccc;
  padding-bottom: 20;
  padding-top: 20;
}
.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;
  padding-top: 0;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #006bb4;
  cursor: pointer;
}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 420px;
  top: 30;
}
.opc-block-shipping-information {
  padding: 0 30;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #ccc;
  margin: 0 0 20;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 10;
  display: inline-block;
  text-decoration: none;
  margin: 0;
  position: absolute;
  right: 0;
}
.opc-block-shipping-information .shipping-information-title .action-edit > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-shipping-information .shipping-information-title .action-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
  color: #333;
}
.opc-block-shipping-information .shipping-information-title .action-edit:active:before {
  color: #757575;
}
.opc-block-shipping-information .shipping-information-content {
  line-height: 27px;
}
.opc-block-shipping-information .shipping-information-content .actions-toolbar {
  margin-left: 0;
}
.opc-block-shipping-information .ship-to,
.opc-block-shipping-information .ship-via {
  margin: 0 0 20;
}
.opc-block-summary {
  background: #f5f5f5;
  margin: 0 0 20;
  padding: 22px 30;
}
.opc-block-summary > .title {
  display: block;
}
.opc-block-summary .mark .value {
  color: #666;
  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 40 10 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  position: relative;
}
.opc-block-summary .items-in-cart > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-summary .items-in-cart > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-summary .items-in-cart > .title:after {
  position: absolute;
  right: 0;
  top: 10;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.opc-block-summary .items-in-cart.active > .title:after {
  content: '\e621';
}
.opc-block-summary .items-in-cart .product {
  position: relative;
}
.opc-block-summary .minicart-items-wrapper {
  margin: 0 -15px 0 0;
  max-height: 370px;
  padding: 15px 15px 0 0;
  border: 0;
}
.column.main .opc-block-summary .product-item {
  margin: 0;
  padding-left: 0;
}
.opc-block-summary .product-item .product-item-inner {
  display: table;
  margin: 0 0 10;
  width: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
  display: table-cell;
  padding-right: 5;
  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;
}
.opc-block-summary .actions-toolbar {
  position: relative;
  z-index: 1;
}
.opc-block-summary .actions-toolbar .secondary {
  border-top: 1px solid #ccc;
  display: block;
  margin: -1px 0 0;
  padding: 15px 0 0;
  text-align: left;
}
.opc-block-summary .actions-toolbar .secondary .action {
  margin: 0;
}
.authentication-dropdown {
  box-sizing: border-box;
}
.authentication-dropdown .modal-inner-wrap {
  padding: 25;
}
.authentication-wrapper {
  float: right;
  margin-top: -60;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
._has-auth-shown .authentication-wrapper {
  z-index: 900;
}
.block-authentication .block-title {
  font-size: 1.8rem;
  border-bottom: 0;
  margin-bottom: 25;
}
.block-authentication .block-title strong {
  font-weight: 300;
}
.block-authentication .field .label {
  font-weight: 400;
}
.block-authentication .actions-toolbar {
  margin-bottom: 5;
}
.block-authentication .actions-toolbar > .secondary {
  padding-top: 25;
  text-align: left;
}
.block-authentication .block[class] {
  margin: 0;
}
.block-authentication .block[class] ul {
  list-style: none;
  padding-left: 10;
}
.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: 40;
  padding-top: 40;
  position: relative;
}
.block-authentication .block[class] + .block:before {
  height: 36px;
  line-height: 34px;
  margin: -19px 0 0 -18px;
  min-width: 36px;
  background: #fff;
  border: 1px solid #c1c1c1;
  border-radius: 50%;
  box-sizing: border-box;
  color: #c1c1c1;
  content: attr(data-label);
  display: inline-block;
  left: 50%;
  letter-spacing: normal;
  padding: 0 0.2rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}
.checkout-payment-method .step-title {
  border-bottom: 0;
  margin-bottom: 0;
}
.checkout-payment-method .payment-method:first-child .payment-method-title {
  border-top: 0;
}
.checkout-payment-method .payment-method._active .payment-method-content {
  display: block;
}
.checkout-payment-method .payment-method + .payment-method .payment-method-title {
  border-top: 1px solid #ccc;
}
.checkout-payment-method .payment-method-title {
  padding: 20 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 5;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 5;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 20 22px;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 20;
}
.checkout-payment-method .payment-group + .payment-group .step-title {
  margin: 20 0 0;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 500px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 10;
}
.checkout-payment-method .checkout-billing-address {
  margin: 0 0 20;
}
.checkout-payment-method .checkout-billing-address .primary .action-update {
  margin-right: 0;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .payment-method-note + .checkout-billing-address {
  margin-top: 20;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 20 0;
}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: '\e621';
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
  cursor: pointer;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: none;
}
.checkout-payment-method .payment-option-title {
  border-top: 1px solid #ccc;
  padding: 20 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #006bb4;
  display: inline-block;
  text-decoration: none;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 16px;
  color: #757575;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 10;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-payment-method .payment-option-title .action-toggle:hover:after {
  color: #333;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #757575;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 20 22px;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 20;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 5 0 0;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types .item._active {
  font-weight: 700;
}
.checkout-payment-method .credit-card-types .item._active img {
  -webkit-filter: grayscale(0%);
}
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: 0.4;
}
.checkout-payment-method .credit-card-types .item span {
  display: inline-block;
  padding-top: 6px;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all 0.6s ease;
}
.checkout-payment-method .ccard .fields > .year {
  padding-left: 5;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 5;
  padding-right: 5;
}
.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: 20;
}
.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: 20;
}
.checkout-agreements-block .checkout-agreement.field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.checkout-agreements-block .checkout-agreement.field.required label:after {
  content: none;
}
.checkout-agreements-block .checkout-agreement.field.required .action-show:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
}
.checkout-agreements-block .action-show {
  vertical-align: baseline;
}
.checkout-agreements-items {
  padding-bottom: 30;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 20;
}
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0;
}
.checkout-agreement-item-content {
  overflow: auto;
}
.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px;
}
.login-container .block .block-title {
  font-size: 1.8rem;
}
.login-container .fieldset:after {
  margin: 10 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.login-container .fieldset:after {
  margin-top: 35px;
}
.block-addresses-list .items.addresses > .item {
  margin-bottom: 20;
}
.block-addresses-list .items.addresses > .item:last-child {
  margin-bottom: 0;
}
.block-addresses-list .items.addresses .item.actions {
  margin-top: 5;
}
.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 .messages {
  margin-bottom: 20;
}
.account .column.main {
  margin-bottom: 30;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .sidebar-additional {
  margin-top: 40;
}
.account .table-wrapper {
  margin-bottom: 20;
  border-bottom: 1px solid #e4e4e4;
}
.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;
}
.block .title strong {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.block p:last-child {
  margin: 0;
}
.block .box-actions {
  margin-top: 5;
}
.field.password .control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.field.password .control .mage-error {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.field.password .control .input-text {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
  z-index: 2;
}
.password-strength-meter {
  background-color: #f4f4f4;
  height: 32px;
  line-height: 32px;
  padding: 0 9px;
  position: relative;
  z-index: 1;
}
.password-strength-meter:before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.password-none .password-strength-meter:before {
  background-color: #f4f4f4;
  width: 100%;
}
.password-weak .password-strength-meter:before {
  background-color: #ffafae;
  width: 25%;
}
.password-medium .password-strength-meter:before {
  background-color: #ffd6b3;
  width: 50%;
}
.password-strong .password-strength-meter:before {
  background-color: #c5eeac;
  width: 75%;
}
.password-very-strong .password-strength-meter:before {
  background-color: #81b562;
  width: 100%;
}
.control.captcha-image {
  margin-top: 10;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
.order-products-toolbar {
  position: relative;
}
.order-products-toolbar .toolbar-amount {
  position: relative;
  text-align: center;
}
.block-balance .price {
  margin-top: -10;
  font-size: 3.2rem;
  display: inline-block;
  line-height: 32px;
}
.table-downloadable-products .product-name {
  font-weight: 400;
  margin-right: 15px;
}
.table-downloadable-products .action.download {
  display: inline-block;
  text-decoration: none;
}
.table-downloadable-products .action.download:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e626';
  font-family: 'luma-icons';
  margin: 0 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 25;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none;
}
.samples-item-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 0 10;
}
.samples-item {
  margin: 0 0 10;
}
.field.downloads {
  margin-bottom: 10;
}
.page-product-downloadable .product-add-form .product-options-wrapper .field.downloads > .control {
  width: 100%;
}
.field.downloads .price-container {
  display: inline;
  white-space: nowrap;
}
.field.downloads .price-container:before {
  content: ' + ';
  display: inline;
}
.field.downloads .price-excluding-tax {
  display: inline;
}
.field.downloads .price-excluding-tax:before {
  content: ' (' attr(data-label) ': ';
}
.field.downloads .price-excluding-tax:after {
  content: ')';
}
.field.downloads .price-including-tax {
  display: inline;
  font-weight: 600;
  font-size: 1.4rem;
}
.field.downloads .field.choice {
  border-bottom: 1px solid #ebebeb;
  box-sizing: border-box;
  margin-bottom: 10;
  padding-bottom: 10;
  padding-left: 25px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.field.downloads .field.choice input {
  left: 0;
  position: absolute;
  top: 2px;
}
.field.downloads .field.downloads-all {
  border-bottom: 0;
  padding-left: 0;
}
.field.downloads .sample.link {
  float: right;
}
.field.downloads-all .label {
  color: #006bb4;
  text-decoration: none;
  cursor: pointer;
}
.field.downloads-all .label:visited {
  color: #006bb4;
  text-decoration: none;
}
.field.downloads-all .label:hover {
  color: #006bb4;
  text-decoration: underline;
}
.field.downloads-all .label:active {
  color: #ff5501;
  text-decoration: underline;
}
.field.downloads-all input {
  opacity: 0;
}
.field.downloads.downloads-no-separately .field.choice {
  padding-left: 0;
}
.page-product-giftcard .giftcard-amount {
  border-top: 1px #c1c1c1 solid;
  clear: both;
  margin-bottom: 0;
  padding-top: 15px;
  text-align: left;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 20 !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 > span {
  display: block;
  margin-bottom: 5;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final > span:last-child {
  margin-bottom: 0;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
.page-product-giftcard .product-info-main .price-box + .giftcard.form {
  border-top: 1px #c1c1c1 solid;
  padding-top: 15px;
}
.page-product-giftcard .product-info-main .alert {
  clear: left;
}
.page-product-giftcard .product-info-stock-sku {
  display: block;
}
.page-product-giftcard .product-add-form {
  border: 0;
  clear: none;
  padding-top: 0;
}
.page-product-giftcard .product-add-form .product-options-wrapper .field:not(.text) {
  margin-bottom: 20;
  margin-top: 20;
}
.page-product-giftcard .giftcard.form {
  clear: both;
}
.page-product-giftcard .price-box {
  margin-bottom: 10px;
}
.page-product-giftcard .product-info-price {
  border: 0;
  display: block;
  float: right;
  white-space: nowrap;
  width: auto;
}
.giftcard-account .please-wait {
  display: none;
}
.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 30;
}
.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 20;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 20;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 10;
}
.gift-message .field {
  margin-bottom: 20;
}
.gift-message .field .label {
  color: #666;
  font-weight: 400;
}
.gift-options {
  margin: 20 0;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  font-weight: 600;
  margin: 0 0 20;
}
.gift-options-content .fieldset {
  margin: 0 0 20;
}
.gift-summary {
  position: relative;
  margin-top: 10;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 0 0 0 20;
  width: auto;
}
.gift-summary .action-edit,
.gift-summary .action-delete {
  display: inline-block;
  text-decoration: none;
}
.gift-summary .action-edit > span,
.gift-summary .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-summary .action-edit:before,
.gift-summary .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-summary .action-edit:hover:before,
.gift-summary .action-delete:hover:before {
  color: #333;
}
.gift-summary .action-edit:active:before,
.gift-summary .action-delete:active:before {
  color: #757575;
}
.gift-summary .action-delete:before {
  content: '\e604';
}
.action-gift {
  display: inline-block;
  text-decoration: none;
}
.action-gift:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: 20px;
  color: #757575;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 10;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action-gift:hover:after {
  color: #333;
}
.action-gift:active:after {
  color: #757575;
}
.action-gift.active:after,
.action-gift._active:after {
  content: '\e621';
}
.gift-summary .actions-toolbar,
.cart.table-wrapper .gift-summary .actions-toolbar {
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.cart.table-wrapper .gift-content {
  box-sizing: border-box;
  clear: left;
  display: none;
  float: left;
  margin-right: -100%;
  padding: 20 0;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: block;
}
.cart.table-wrapper .item-gift._active {
  border-top: 1px solid #c1c1c1;
}
.cart.table-wrapper .item-gift .action {
  margin-right: 0;
}
.gift-item-block {
  border-bottom: 1px solid #c1c1c1;
  margin: 0;
}
.gift-item-block._active .title:after {
  content: '\e621';
}
.gift-item-block .title {
  color: #1979c3;
  cursor: pointer;
  margin: 0;
  padding: 10 40 10 15px;
  position: relative;
  display: block;
  text-decoration: none;
}
.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: 20px;
  color: #858585;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 10;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-item-block .title:hover:after {
  color: #333;
}
.gift-item-block .content {
  padding: 10 0 20;
  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 0;
}
.gift-messages-order {
  margin-bottom: 25;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 40;
}
.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: #006bb4;
}
.table-giftregistry-items .product-image {
  margin-right: 10;
  float: left;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 15px 0 5;
  text-align: left;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 10;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.form-giftregistry-search {
  margin-bottom: 60;
}
.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 25;
}
.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 0;
}
.block-giftregistry-shared-items .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: 0 0 5;
}
.gift-wrapping .label {
  margin: 0 0 8px;
  display: inline-block;
}
.gift-wrapping .field {
  margin-bottom: 10;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 18;
  margin: 20 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 20 0 10;
  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: 'luma-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 10 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 0;
}
.gift-wrapping-title .action-remove {
  margin: -5 0 0 5;
  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: #757575;
  content: '\e604';
  font-family: 'luma-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: #333;
}
.gift-wrapping-title .action-remove:active:before {
  color: #757575;
}
.gift-options-content .fieldset .field {
  margin: 10 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: 20 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 0 0;
  max-height: 50px;
  max-width: 50px;
}
.gift-summary .price-box,
.gift-options .price-box {
  margin-left: 22px;
}
.gift-summary .regular-price:before,
.gift-options .regular-price:before {
  content: attr(data-label) ': ';
}
.gift-summary .regular-price .price,
.gift-options .regular-price .price {
  font-weight: 700;
}
.order-options .item {
  padding-bottom: 20;
}
.order-options .product {
  margin-bottom: 10;
}
.order-options .product-image-container {
  float: left;
  padding-right: 10;
}
.order-options .gift-wrapping {
  margin-bottom: 10;
}
.table-wrapper.grouped {
  width: auto;
}
.table.grouped .row-tier-price > td {
  border-top: 0;
}
.table.grouped .col.item {
  width: 90%;
}
.table.grouped .col.qty {
  width: 10%;
}
.table.grouped .product-item-name {
  display: inline-block;
  font-weight: 400;
  margin-bottom: 10;
}
.table.grouped .price-box p {
  margin: 0;
}
.table.grouped .price-box .price {
  font-weight: 700;
}
.table.grouped .price-box .old-price .price {
  font-weight: normal;
}
.table.grouped .stock.unavailable {
  font-weight: normal;
  margin: 0;
  text-transform: none;
  white-space: nowrap;
}
.page-product-grouped .product-info-main .alert {
  clear: left;
}
.form-add-invitations .additional,
.form-add-invitations .field.message {
  margin-top: 20;
}
.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: 'luma-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 {
  background-color: #f0f0f0;
  box-shadow: inset 0 1px 0 0 #fff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border: 1px solid #ccc;
  border-radius: 3px;
  font-weight: 400;
  left: 0;
  line-height: 16px;
  padding: 7px 10;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 2;
}
.filter-title strong[data-count]:after {
  color: #fff;
  background: #ff5501;
  border-radius: 2px;
  content: attr(data-count);
  display: inline-block;
  font-size: 0.8em;
  line-height: 1;
  margin: 0 5;
  min-width: 1em;
  padding: 2px;
}
.filter-title strong.disabled {
  opacity: 0.5;
}
.filter .block-subtitle {
  border-bottom: 1px solid #ccc;
  font-size: 14;
  font-weight: 600;
  line-height: 1em;
  padding: 10 10 20;
}
.filter-subtitle {
  display: none;
}
.filter-current {
  margin: 0;
}
.filter-current .items {
  padding: 5 10;
}
.filter-current .item {
  padding-left: 17px;
  position: relative;
  z-index: 1;
}
.filter .filter-current-subtitle {
  border: none;
  display: block;
  padding-bottom: 10;
}
.filter-current .action.remove {
  left: -2px;
  position: absolute;
  top: -1px;
}
.filter-actions {
  margin-bottom: 25;
  padding: 0 10;
}
.filter-label {
  font-weight: 700;
}
.filter-label:after {
  content: ': ';
}
.filter-value {
  color: #757575;
}
.filter-options {
  display: none;
  margin: 0;
}
.filter-options-item {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10;
}
.filter-options-title {
  cursor: pointer;
  font-weight: 600;
  margin: 0;
  overflow: hidden;
  padding: 10 40px 0 10;
  position: relative;
  text-transform: uppercase;
  word-break: break-all;
  z-index: 1;
  display: block;
  text-decoration: none;
}
.filter-options-title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.filter-options-title:after {
  position: absolute;
  right: 13px;
  top: 12px;
}
.filter-options-title:hover {
  color: #000000;
}
.active > .filter-options-title:after {
  content: '\e621';
}
.filter-options-content {
  margin: 0;
  padding: 10;
}
.filter-options-content .item {
  line-height: 1.5em;
  margin: 10 0;
}
.filter-options-content a {
  color: #494949;
  margin-left: -5px;
  margin-right: -5px;
  padding-left: 5px;
  padding-right: 7px;
}
.filter-options-content a:hover {
  background-color: #e8e8e8;
  text-decoration: none;
}
.filter-options-content a:hover + .count {
  background-color: #e8e8e8;
}
.filter-options-content .count {
  color: #757575;
  font-weight: 300;
  padding-left: 5px;
  padding-right: 5px;
}
.filter-options-content .count:before {
  content: '(';
}
.filter-options-content .count:after {
  content: ')';
}
.map-popup-wrapper.popup .action.close {
  top: 10;
}
.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;
  position: absolute;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.map-popup .popup-header {
  margin: 0 0 25px;
  padding-right: 16px;
}
.map-popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.map-popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10;
  top: 10;
}
.map-popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.map-popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.map-popup .popup-actions .action.close:hover:before {
  color: #737373;
}
.map-popup .popup-actions .action.close:active:before {
  color: #737373;
}
.map-popup .popup-actions .action.close:focus,
.map-popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close.disabled,
.map-popup .popup-actions .action.close[disabled],
fieldset[disabled] .map-popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.map-popup.active {
  opacity: 1;
}
.map-popup .map-info-price {
  margin: 0 0 20;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 20;
}
.map-popup .map-info-price .price-box .label:after {
  content: ': ';
}
.map-popup .action.primary {
  margin-right: 10;
}
.map-popup .map-msrp {
  margin-bottom: 10;
}
.map-popup .actual-price {
  margin: 3px 0 15px;
}
.map-popup .regular-price .price-label {
  display: none;
}
.map-popup .popup-header {
  display: none;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.map-old-price,
.product-item .map-old-price,
.product-info-price .map-show-info {
  display: inline-block;
  min-width: 10rem;
}
.map-old-price:not(:last-child),
.product-item .map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 10;
}
.product-options-bottom .price-box .old-price .price-container > span,
.product-info-price .price-box .old-price .price-container > span {
  display: inline;
}
.map-form-addtocart {
  display: inline-block;
  text-align: center;
}
.map-form-addtocart img {
  display: block;
  margin: 0 auto;
}
button.map-show-info {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
button.map-show-info:focus,
button.map-show-info:active {
  background: none;
  border: none;
}
button.map-show-info:hover {
  background: none;
  border: none;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info {
  pointer-events: none;
  opacity: 0.5;
}
button.map-show-info:visited {
  color: #006bb4;
  text-decoration: none;
}
button.map-show-info:hover {
  color: #006bb4;
  text-decoration: underline;
}
button.map-show-info:active {
  color: #ff5501;
  text-decoration: underline;
}
button.map-show-info:hover,
button.map-show-info:active,
button.map-show-info:focus {
  background: none;
  border: 0;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  margin-right: 5%;
  vertical-align: middle;
}
.wishlist.split.button:before,
.wishlist.split.button:after {
  content: '';
  display: table;
}
.wishlist.split.button:after {
  clear: both;
}
.wishlist.split.button .action.split {
  float: left;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  float: right;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #666;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle:hover:after {
  color: #333;
}
.wishlist.split.button .action.toggle:active:after {
  color: inherit;
}
.wishlist.split.button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #666;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle.active:hover:after {
  color: #333;
}
.wishlist.split.button .action.toggle.active:active:after {
  color: inherit;
}
.wishlist.split.button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: 1px solid #bbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.wishlist.split.button .items li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.wishlist.split.button .items:before,
.wishlist.split.button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.wishlist.split.button .items:before {
  border: 6px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
}
.wishlist.split.button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbb transparent;
  z-index: 98;
}
.wishlist.split.button .items:before {
  left: 10px;
  top: -12px;
}
.wishlist.split.button .items:after {
  left: 9px;
  top: -14px;
}
.wishlist.split.button.active {
  overflow: visible;
}
.wishlist.split.button.active .items {
  display: block;
}
.wishlist.split.button .items {
  padding: 6px 0;
  text-align: left;
}
.wishlist.split.button > .action.split {
  margin-right: 5px;
}
.wishlist.split.button > .action.split:before {
  content: '\e600';
}
.wishlist.split.button > .action.split:before {
  margin: 0;
  width: 18px;
}
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:focus,
.wishlist.split.button > .action:hover {
  color: #333;
}
.wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #666;
  content: '';
  float: left;
  height: 15px;
  margin: 3px 4px 0 0;
}
.cart.table-wrapper .wishlist.split.button {
  vertical-align: baseline;
}
.cart.table-wrapper .wishlist.split.button > .action.split {
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle:after {
  color: #006bb4;
}
.cart.table-wrapper .wishlist.split.button > .action.split,
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  color: #006bb4;
}
.cart.table-wrapper .wishlist.split.button > .action.split:before,
.cart.table-wrapper .wishlist.split.button > .action.toggle:before {
  display: none;
}
.wishlist.window.popup {
  background: #fff;
  border: 1px solid #adadad;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.wishlist.window.popup .popup-header {
  margin: 0 0 25px;
  padding-right: 16px;
}
.wishlist.window.popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.wishlist.window.popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10;
  top: 10;
}
.wishlist.window.popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.window.popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.window.popup .popup-actions .action.close:hover:before {
  color: #737373;
}
.wishlist.window.popup .popup-actions .action.close:active:before {
  color: #737373;
}
.wishlist.window.popup .popup-actions .action.close:focus,
.wishlist.window.popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close.disabled,
.wishlist.window.popup .popup-actions .action.close[disabled],
fieldset[disabled] .wishlist.window.popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.wishlist.window.popup.active {
  opacity: 1;
}
.wishlist.window.popup.active {
  display: block;
}
.wishlist.overlay {
  transition: opacity 0.15s linear;
  background: #8c8c8c;
  z-index: 899;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wishlist.overlay.active {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.wishlist.overlay.active {
  display: block;
}
.wishlist-dropdown.move .action.toggle,
.wishlist-dropdown.copy .action.toggle {
  color: #006bb4;
}
.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;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-right: 10;
}
.block-wishlist-management .wishlist-notice {
  color: #7d7d7d;
  display: inline-block;
  margin-right: 20;
}
.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: #a3a3a3;
  content: '\e629';
  font-family: 'luma-icons';
  margin: 0 5 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: 20;
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown {
  right: 0;
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown:before {
  left: auto;
  right: 11px;
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown:after {
  left: auto;
  right: 10px;
}
.block-wishlist-management .wishlist-dropdown.move {
  margin-right: 20;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 60;
  max-width: 500px;
}
.block-wishlist-search-results .table-wrapper {
  border-top: none;
}
.block-wishlist-info-items .block-title {
  margin-bottom: 20;
  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: 20;
}
.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;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 10 0;
  visibility: hidden;
}
.block-wishlist-info-items .wishlist-dropdown .change {
  color: #006bb4;
}
.block-wishlist-info-items .action.towishlist {
  padding: 10 0;
}
.block-wishlist-info-items .input-text.qty {
  margin-right: 10px;
}
.block.newsletter {
  margin-bottom: 20px;
}
.block.newsletter .form.subscribe {
  display: table;
  width: 100%;
}
.block.newsletter .fieldset {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.block.newsletter .field {
  margin: 0;
}
.block.newsletter .field .control {
  display: inline-block;
  text-decoration: none;
  display: block;
}
.block.newsletter .field .control:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 32px;
  color: #575757;
  content: '\e61d';
  font-family: 'luma-icons';
  margin: 0 0 0 8px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block.newsletter .field .control:before {
  position: absolute;
}
.block.newsletter input {
  padding-left: 35px;
}
.block.newsletter .title {
  display: none;
}
.block.newsletter .actions {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.block.newsletter .action.subscribe {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
}
.data.switch .counter {
  color: #7d7d7d;
}
.data.switch .counter:before {
  content: '(';
}
.data.switch .counter:after {
  content: ')';
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 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: #c7c7c7;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #ff5501;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.product-reviews-summary .rating-summary .label,
.table-reviews .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote {
  overflow: hidden;
}
.review-control-vote:before {
  color: #c7c7c7;
  font-family: 'luma-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: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  position: absolute;
  z-index: 1;
}
.review-control-vote input[type="radio"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote input[type="radio"]:hover + label:before,
.review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.review-control-vote label span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote label:before {
  color: #ff5501;
  font-family: 'luma-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: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: '\e605';
}
.review-control-vote:before {
  content: '\e625' '\e625' '\e625' '\e625' '\e625';
}
.products-reviews-toolbar {
  position: relative;
}
.products-reviews-toolbar .toolbar-amount {
  position: relative;
  text-align: center;
}
.review-toolbar {
  border-top: 1px solid #c9c9c9;
  margin: 0 0 20;
  padding: 0;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  border-bottom: 1px solid #c9c9c9;
  display: block;
  padding: 20 0;
  text-align: center;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form .action.submit.primary {
  background: #eee;
  border: 1px solid #ccc;
  color: #333;
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 7px 15px;
  margin: 0;
}
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
  background: #e2e2e2;
  border: 1px solid #ccc;
  color: #333;
}
.review-form .action.submit.primary:hover {
  background: #e1e1e1;
  border: 1px solid #ccc;
  color: #333;
}
.review-form .actions-toolbar .actions-primary {
  padding: 0;
}
.fieldset .review-legend.legend {
  border-bottom: 0;
  line-height: 1.3;
  margin-bottom: 20;
  padding: 0;
}
.fieldset .review-legend.legend span {
  margin: 0;
}
.fieldset .review-legend.legend strong {
  display: block;
  font-weight: 600;
}
.fieldset .review-field-ratings > .label {
  font-weight: 600;
  margin-bottom: 10;
  padding: 0;
}
.review-control-vote label:before,
.review-control-vote:before {
  font-size: 32px;
  height: 32px;
  letter-spacing: 10px;
  line-height: 32px;
}
.review-field-rating .label {
  font-weight: 600;
}
.review-field-rating .control {
  margin-bottom: 48;
  margin-top: 10;
}
.review-list {
  margin-bottom: 30;
}
.review-list .block-title strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.review-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
  padding: 20 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  margin-bottom: 10;
  max-width: 100%;
}
.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: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  margin: 0 0 20;
}
.review-content {
  margin-bottom: 20;
}
.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: 20;
}
.product-reviews-summary {
  margin-bottom: 5;
}
.products.wrapper.list .product-reviews-summary {
  margin: 0 auto;
}
.product-reviews-summary .rating-summary {
  display: inline-block;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions {
  display: inline-block;
  font-size: 11;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions a:not(:last-child) {
  margin-right: 30px;
}
.product-info-main .rating-summary,
.customer-review .rating-summary {
  margin-right: 30px;
}
.block-reviews-dashboard .items .item {
  margin-bottom: 20;
}
.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;
}
.block-reviews-dashboard .rating-summary .label {
  font-weight: 600;
  margin-right: 10;
}
.table-reviews .product-name,
.block-reviews-dashboard .product-name {
  font-weight: 400;
}
.table-reviews .rating-summary {
  display: inline-block;
  vertical-align: baseline;
}
.customer-review .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%;
}
.customer-review .review-details {
  margin: 0;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 20;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 10;
}
.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: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
  margin-bottom: 20;
}
.customer-review .review-details .review-content {
  margin: 0;
  margin-bottom: 20;
}
.customer-review .review-details .review-date {
  color: #a6a6a6;
}
.block-reward-info .reward-balance {
  font-size: 1.8rem;
  margin-bottom: 25;
}
.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: 25;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 10;
}
.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: 20;
}
.magento-rma-guest-create .order-links .item a {
  line-height: 1.42857143;
  margin: 0 30 0 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.magento-rma-guest-create .order-links .item a:visited {
  color: #006bb4;
  text-decoration: none;
}
.magento-rma-guest-create .order-links .item a:hover {
  color: #006bb4;
  text-decoration: underline;
}
.magento-rma-guest-create .order-links .item a:active {
  color: #ff5501;
  text-decoration: underline;
}
.magento-rma-guest-create .order-links .item a:hover,
.magento-rma-guest-create .order-links .item a:active,
.magento-rma-guest-create .order-links .item a:focus {
  background: none;
  border: 0;
}
.magento-rma-guest-create .order-links .item a.disabled,
.magento-rma-guest-create .order-links .item a[disabled],
fieldset[disabled] .magento-rma-guest-create .order-links .item a {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.order-links .item {
  line-height: 40;
  margin: 0 0 -1px;
}
.order-links .item strong {
  background: #ffffff;
  border: 1px solid #ccc;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a {
  background: #f6f6f6;
  color: #6d6d6d;
  border: 1px solid #ccc;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a:hover {
  background: #ffffff;
  text-decoration: none;
}
.order-details-items {
  border: 1px solid #ccc;
  margin-bottom: 40;
  padding: 10;
}
.order-details-items .order-title {
  border-bottom: 1px solid #ccc;
  padding: 0 0 10;
}
.order-details-items .order-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.order-details-items .order-title .action {
  display: inline-block;
}
.order-details-items .table-wrapper {
  margin: 0;
}
.order-details-items .table-wrapper + .actions-toolbar {
  display: none;
}
.order-details-items .table-wrapper:not(:last-child) {
  margin-bottom: 30;
}
.order-details-items .table-order-items > thead > tr > th {
  border-bottom: 1px solid #ccc;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #ccc;
}
.account .order-details-items .table-order-items tbody tr:nth-child(even) td {
  background: none;
}
.order-details-items .table-order-items tbody td {
  padding-bottom: 20px;
  padding-top: 20px;
}
.order-details-items .table-order-items tbody .col.label {
  font-weight: 700;
  padding-bottom: 5px;
  padding-top: 0;
}
.order-details-items .table-order-items tbody .col.options {
  padding: 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-bottom: 15px;
  padding-top: 0;
}
.order-details-items .table-order-items .product-item-name {
  margin: 0 0 10px;
}
.order-details-items .item-options {
  margin: 0;
}
.order-details-items .item-options dt {
  margin: 0;
}
.order-details-items .item-options dd {
  margin: 0 0 15px;
}
.order-details-items .item-options dd:last-child {
  margin-bottom: 0;
}
.order-details-items .item-options.links dt {
  display: inline-block;
}
.order-details-items .item-options.links dt:after {
  content: ': ';
}
.order-details-items .item-options.links dd {
  margin: 0;
}
.order-details-items thead .col.qty {
  text-align: center;
}
.order-details-items .col.name {
  padding-top: 16px;
}
.order-details-items .action.show {
  display: inline-block;
  text-decoration: none;
  color: #333;
}
.order-details-items .action.show > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.order-details-items .action.show:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.order-details-items .action.show.expanded:after {
  content: '\e621';
}
.order-details-items .product-item-name {
  font-size: 1.8rem;
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ': ';
}
.order-details-items .pages-items .item:first-child,
.order-details-items .pages-items .item:last-child {
  margin-right: 0;
}
.block-order-details-comments {
  margin: 0 0 40px;
}
.block-order-details-comments .comment-date {
  font-weight: 600;
}
.block-order-details-comments .comment-content {
  line-height: 1.6;
  margin: 0 0 20px;
}
.block-order-details-view .block-content .box {
  margin-bottom: 30px;
}
.block-order-details-view .box-title {
  font-weight: 600;
}
.block-order-details-view .box-content .payment-method .title {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content {
  margin: 0;
}
.block-order-details-view .box-content .payment-method .content > strong {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content > strong:after {
  content: ': ';
}
.column.main .order-details-items .block-order-details-gift-message {
  margin: 40px 0 0;
}
.block-order-details-gift-message + .actions-toolbar {
  display: none;
}
.order-tracking {
  margin: 0;
  padding: 20px 0;
}
.order-title + .order-tracking {
  border-bottom: 1px solid #ccc;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px;
}
.order-actions-toolbar {
  margin-bottom: 25px;
}
.order-actions-toolbar .action {
  margin-right: 30px;
}
.order-actions-toolbar .action.print {
  display: none;
  margin: 0;
}
.form-orders-search .field:last-child {
  margin-bottom: 20;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
}
.block-reorder .product-item-name {
  display: inline-block;
}
.block-reorder .product-item .field.item {
  display: inline-block;
}
.product-social-links .action.mailto.friend:before {
  content: '\e61d';
}
.block-collapsible-nav .content {
  background: #f5f5f5;
  padding: 15px 0;
}
.block-collapsible-nav .item {
  margin: 3px 0 0;
}
.block-collapsible-nav .item:first-child {
  margin-top: 0;
}
.block-collapsible-nav .item a,
.block-collapsible-nav .item > strong {
  border-left: 3px solid transparent;
  color: #575757;
  display: block;
  padding: 5px 18px 5px 15px;
}
.block-collapsible-nav .item a {
  text-decoration: none;
}
.block-collapsible-nav .item a:hover {
  background: #e8e8e8;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current > strong {
  border-color: #ff5501;
  color: #000;
  font-weight: 600;
}
.block-collapsible-nav .item.current a {
  border-color: #ff5501;
}
.block-collapsible-nav .item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 10 1.8rem;
}
body {
  background-color: #fff;
}
.ie9 .page-wrapper {
  background-color: #fff;
  min-height: 0;
}
.page-header {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20;
}
.page-header .panel.wrapper {
  background-color: #6e716e;
  color: #fff;
}
.header.panel > .header.links {
  margin: 0;
  padding: 0;
  list-style: none none;
  float: right;
  font-size: 0;
  margin-left: auto;
  margin-right: 20;
}
.header.panel > .header.links > li {
  display: inline-block;
  vertical-align: top;
}
.header.panel > .header.links > li {
  font-size: 14;
  margin: 0 0 0 15px;
}
.header.panel > .header.links > li > a {
  color: #fff;
  text-decoration: none;
}
.header.panel > .header.links > li > a:visited {
  color: #fff;
  text-decoration: none;
}
.header.panel > .header.links > li > a:hover {
  color: #fff;
  text-decoration: underline;
}
.header.panel > .header.links > li > a:active {
  color: #fff;
  text-decoration: underline;
}
.header.content {
  padding-top: 10;
  position: relative;
}
.logo {
  float: left;
  margin: 0 0 10 40;
  max-width: 50%;
  position: relative;
  z-index: 5;
}
.logo img {
  display: block;
}
.page-print .logo {
  display: inline-block;
  float: none;
}
.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 30;
}
.action.skip:focus {
  background: #f0f0f0;
  padding: 10;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 15;
}
.action-skip-wrapper {
  height: 0;
  position: relative;
}
.message.global p {
  margin: 0;
}
.message.global.noscript,
.message.global.cookie {
  margin: 0 0 10;
  padding: 12px 20 12px 25;
  display: block;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #333;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #006bb4;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #006bb4;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #ff5501;
}
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 10;
}
.message.global.demo {
  margin: 0 0 10;
  padding: 12px 20 12px 25;
  display: block;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #fff;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: #006bb4;
}
.message.global.demo a:hover {
  color: #006bb4;
}
.message.global.demo a:active {
  color: #ff5501;
}
.page-footer {
  margin-top: 25;
}
.footer.content {
  border-top: 1px solid #cecece;
  padding-top: 20;
}
.footer.content .links > li {
  background: #f4f4f4;
  font-size: 1.6rem;
  border-top: 1px solid #cecece;
  margin: 0 -15px;
  padding: 0 15px;
}
.footer.content .links a,
.footer.content .links strong {
  display: block;
  padding: 10 0;
}
.footer.content .links strong {
  color: #a6a6a6;
  font-weight: normal;
}
.footer.content .links a {
  color: #575757;
  text-decoration: none;
}
.footer.content .links a:visited {
  color: #575757;
  text-decoration: none;
}
.footer.content .links a:hover {
  color: #333;
  text-decoration: underline;
}
.footer.content .links a:active {
  color: #333;
  text-decoration: underline;
}
.copyright {
  background-color: #6e716e;
  color: #fff;
  display: block;
  padding: 10;
  text-align: center;
}
.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: 10px;
  line-height: 22px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .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: 10px;
  line-height: 22px;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .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: 1px solid #bbb;
  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 a,
.page-footer .switcher .options ul.dropdown a {
  color: #333;
  text-decoration: none;
  display: block;
  padding: 8px;
}
.page-header .switcher .options ul.dropdown a:visited,
.page-footer .switcher .options ul.dropdown a:visited {
  color: #333;
  text-decoration: none;
}
.page-header .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  color: #333;
  text-decoration: none;
}
.page-header .switcher .options ul.dropdown a:active,
.page-footer .switcher .options ul.dropdown a:active {
  color: #333;
  text-decoration: none;
}
.page-header .switcher strong,
.page-footer .switcher strong {
  font-weight: 400;
}
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child) {
  margin-bottom: 40;
}
.widget {
  clear: both;
}
.page-header .widget.block,
.page-footer .widget.block {
  margin: 20 0;
}
.ui-datepicker td {
  padding: 0;
}
.ui-tooltip {
  background: #fff;
  border: 1px solid #bbb;
  padding: 10px;
}
.my-credit-cards .status {
  font-style: italic;
}
.my-credit-cards .action.delete {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  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: #006bb4;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards .action.delete:active {
  color: #ff5501;
  text-decoration: underline;
}
.my-credit-cards .action.delete:hover,
.my-credit-cards .action.delete:active,
.my-credit-cards .action.delete:focus {
  background: none;
  border: 0;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.my-credit-cards-popup .modal-footer {
  text-align: right;
}
.my-credit-cards-popup .action.secondary {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  margin-right: 20;
}
.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: #006bb4;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:active {
  color: #ff5501;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:hover,
.my-credit-cards-popup .action.secondary:active,
.my-credit-cards-popup .action.secondary:focus {
  background: none;
  border: 0;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: '\e600';
}
.account .table-wrapper .data.table.wishlist > thead > tr > th,
.account .table-wrapper .data.table.wishlist > tbody > tr > th,
.account .table-wrapper .data.table.wishlist > tfoot > tr > th,
.account .table-wrapper .data.table.wishlist > thead > tr > td,
.account .table-wrapper .data.table.wishlist > tbody > tr > td,
.account .table-wrapper .data.table.wishlist > tfoot > tr > td {
  border-top: 1px solid #ccc;
}
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.account .table-wrapper .data.table.wishlist > tbody + tbody {
  border-top: 1px solid #ccc;
}
.account .table-wrapper .data.table.wishlist thead > tr > th {
  border-bottom: 0;
}
.account .table-wrapper .data.table.wishlist tbody > tr:last-child > td {
  border-bottom: 1px solid #ccc;
}
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 10;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 10 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 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 10;
}
.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: #7d7d7d;
  white-space: nowrap;
}
.link.wishlist .counter:before {
  content: '(';
}
.link.wishlist .counter:after {
  content: ')';
}
.block-wishlist .product-item-name {
  margin-right: 25;
}
.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 10;
}
.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 0;
}
.products-grid.wishlist .product-item-actions > * {
  margin-right: 15px;
}
.products-grid.wishlist .product-item-actions > *:last-child {
  margin-right: 0;
}
.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block;
}
.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 20;
}
.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: 20;
}
.block-product-link-inline.widget {
  margin: 0;
}
.block.widget .products-grid .product-item {
  margin-left: 2%;
  width: calc((100% - 2%) / 2);
}
.block.widget .products-grid .product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.block.widget .product-item-info {
  width: auto;
}
.block.widget .pager {
  padding: 0;
}
.block.widget .pager .toolbar-amount {
  float: none;
  font-size: 1.2rem;
}
.block.widget .pager .pages-item-previous {
  padding-left: 0;
}
.block.widget .pager .pages-item-next {
  position: relative;
}
.block.widget .pager .items {
  white-space: nowrap;
}
.columns .block-event {
  position: relative;
  z-index: 2;
}
.block-event .block-content {
  position: relative;
}
.block-event .block-content > .action {
  cursor: pointer;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  z-index: 3;
}
.block-event .block-content > .action.backward,
.block-event .block-content > .action.forward {
  opacity: 0.5;
  overflow: hidden;
  width: 20px;
  display: inline-block;
  text-decoration: none;
}
.block-event .block-content > .action.backward > span,
.block-event .block-content > .action.forward > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 55px;
  line-height: 30px;
  color: inherit;
  content: '\e617';
  font-family: 'luma-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: '\e608';
}
.block-event .block-content > .action.forward:before {
  margin-left: -20px;
}
.block-event .block-content > .action.inactive {
  cursor: default;
  display: none;
}
.block-event .block-content > .action:hover {
  opacity: 1;
}
.block-event .slider-panel {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.block-event .slider-panel .slider {
  white-space: nowrap;
}
.block-event .slider-panel .slider .item {
  background: #f0f0f0;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  white-space: normal;
  width: 16.35%;
}
.sidebar-main .block-event .slider-panel .slider .item,
.sidebar-additional .block-event .slider-panel .slider .item {
  width: 100%;
}
.block-event .slider-panel .slider .item img {
  max-width: 100%;
}
.block-event .slider-panel .slider .item .category-name {
  display: inline-block;
  font-size: 1.8rem;
  padding: 15px 5px 0;
  word-break: break-all;
}
.block-event .slider-panel .slider .item .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-event .slider-panel .slider .item .ticker li {
  display: none;
  margin: 0 5px;
}
.block-event .slider-panel .slider .item .ticker .value {
  font-size: 2.6rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .ticker .label {
  display: block;
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .dates {
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .start,
.block-event .slider-panel .slider .item .dates .end,
.block-event .slider-panel .slider .item .dates .date {
  display: block;
}
.block-event .slider-panel .slider .item .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
}
.block-event .slider-panel .slider .item .dates .date {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .time {
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .box-event .box-content {
  padding: 5px 0 10;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  display: block;
  font-weight: 300;
  margin: 10 0 0;
}
.block-event .slider-panel .slider .item .action.show {
  display: block;
  padding: 0;
}
.block-event .slider-panel .slider .item .action.show .category.name {
  display: inline-block;
  padding: 30px 10px 0;
}
.block-event .slider-panel .slider .item .action.show img {
  display: block;
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  margin-top: 15px;
}
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #fff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #fff;
}
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-event .slider-panel .slider .item .action.event:hover {
  text-decoration: none;
}
.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 20;
}
.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: 20 0 0;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 20;
}
.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;
  vertical-align: top;
}
.sidebar .block-addbysku .fieldset .fields .field.sku {
  margin-right: -85px;
  padding-right: 90px;
  width: 100%;
}
.sidebar .block-addbysku .fieldset .fields .field.qty .qty + .mage-error {
  width: 80px;
}
.sidebar .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 7px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar {
  margin-bottom: 20;
}
.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: 'luma-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: 20 0 0;
}
.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 10 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: '\e616';
  font-family: 'luma-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;
}
@media only screen and (max-width: 768px) {
  .abs-checkout-tooltip-content-position-top-mobile,
  .field-tooltip .field-tooltip-content {
    right: -10;
    top: 40px;
    left: auto;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .abs-checkout-tooltip-content-position-top-mobile:after,
  .field-tooltip .field-tooltip-content:before,
  .field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    right: 10;
    left: auto;
    top: 0;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .field-tooltip .field-tooltip-content:before {
    border-bottom-color: #666666;
  }
  .abs-checkout-tooltip-content-position-top-mobile:after,
  .field-tooltip .field-tooltip-content:after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
  .field-tooltip .field-tooltip-content {
    right: -10;
    top: 40px;
    left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after,
  .account .column.main .block:not(.widget) .block-title:before,
  .account .column.main .block:not(.widget) .block-title:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .account .column.main .block:not(.widget) .block-title:after {
    clear: both;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name,
  .block-collapsible-nav .title {
    border-top: 1px solid #ccc;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    border-bottom: 1px solid #ccc;
    padding: 10 40 10 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: 20;
    top: 10;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 3px 0 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after,
  .block-collapsible-nav .title.active:after {
    content: '\e621';
  }
  .abs-icon-add-mobile,
  .block-wishlist-management .wishlist-add.item .add {
    display: block;
    text-decoration: none;
  }
  .abs-icon-add-mobile:before,
  .block-wishlist-management .wishlist-add.item .add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: '\e61c';
    font-family: 'luma-icons';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-main,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .account .page-main,
  .cms-privacy-policy .page-main {
    padding-top: 41px;
    position: relative;
  }
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    display: block;
    text-decoration: none;
    position: relative;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e621';
  }
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: calc(100% - 54px);
  }
  .nav-sections .switcher {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: 0.8rem 3.5rem 0.8rem 2rem;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 5;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .switcher-trigger strong {
    display: block;
    text-decoration: none;
    position: relative;
  }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -16px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\e621';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    display: none;
    padding: 10 0;
  }
  .nav-sections .switcher-options.active .switcher-dropdown {
    display: block;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .header.links li {
    font-size: 1.6rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    border-top: 1px solid #d1d1d1;
    font-weight: 700;
    padding: 0.8rem 15px;
  }
  .nav-sections .header.links li > a {
    border-top: 1px solid #d1d1d1;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #575757;
    text-decoration: none;
    display: block;
    font-weight: 700;
    padding: 0.8rem 15px;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .page-wrapper {
    left: calc(100% - 54px);
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.7);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections-item-title {
    background: #e3e3e3;
    border: solid #d7d7d7;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
    padding: 25 0;
  }
  .nav-sections-item-content:before,
  .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  .nav-sections-item-content:after {
    clear: both;
  }
  .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    background: #f0f0f0;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 10;
    padding-right: 0;
    padding-bottom: 10;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #575757;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 700;
    padding: 8px 40 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #333;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333;
    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;
    color: #333;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #333;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #575757;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #333;
  }
  .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;
    color: #333;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .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.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: 14;
    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;
  }
  .contact-index-index .column:not(.sidebar-main) .form.contact {
    float: none;
    width: 100%;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    float: none;
    width: 100%;
  }
  .multishipping-checkout-success .nav-toggle {
    display: block;
  }
  .multishipping-checkout-success .logo {
    margin-left: 40;
  }
  .block-cart-failed .block-title {
    margin: 0 20 20;
  }
  .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;
  }
  .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 .modal-popup .modal-footer .action-save-address {
    width: 100%;
  }
  .checkout-index-index .modal-popup .modal-footer .action-hide-popup {
    margin-top: 20;
  }
  .field-tooltip .field-tooltip-content {
    right: -10;
    top: 40px;
    left: auto;
  }
  .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 20;
  }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 10;
  }
  .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 20;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .page.messages {
    margin-bottom: 40;
  }
  .account .column.main .block:not(.widget) .block-title > .action {
    float: right;
    margin-top: 5;
  }
  .account .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20;
  }
  .account .column.main .block:not(.widget) .block-content .box:last-child {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    display: block;
    margin-bottom: 10;
  }
  .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%;
  }
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    display: block;
    padding-left: 10;
    text-align: left;
  }
  .gift-message .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-top: 1px solid #c1c1c1;
    border-bottom: 0;
  }
  .gift-item-block .title:after {
    font-size: 1.2rem;
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .gift-item-block .content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .gift-message-summary {
    padding-right: 7rem;
  }
  .cart.table-wrapper .gift-content {
    border-top: 1px solid #c1c1c1;
    margin-right: -15px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart .action-gift {
    display: inline-block;
    text-decoration: none;
  }
  .cart .action-gift > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart .action-gift:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e62a';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart .action-gift:hover:after {
    color: #333;
  }
  .cart .action-gift:active:after {
    color: #757575;
  }
  .cart .action-gift._active {
    border: 1px solid #c1c1c1;
    border-bottom-color: #fff;
    margin: -5 14px -1px -15px;
    padding: 4px 10 9px 14px;
  }
  .cart .action-gift._active:after {
    color: #333;
  }
  .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: #757575;
    content: '\e62b';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-giftregistry:hover:before {
    color: #333;
  }
  .cart.table-wrapper .action-giftregistry:active:before {
    color: #757575;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20;
    padding-bottom: 10;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-summary + .gift-message-summary {
    padding-right: 0;
  }
  .gift-options-cart-item {
    float: left;
    width: 100%;
  }
  .gift-wrapping-preview img {
    width: 100%;
  }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
  .table-wrapper.grouped {
    margin-left: -15px;
    margin-right: -15px;
  }
  body.filter-active .page-header {
    display: none;
  }
  body.filter-active .page-wrapper {
    height: 0;
    margin-top: -999999em;
    visibility: hidden;
  }
  body.filter-active .columns {
    z-index: 999;
  }
  .filter.active {
    position: relative;
    visibility: visible;
    z-index: 99;
  }
  .filter.active .filter-options-item:last-child {
    margin-bottom: 40;
  }
  .filter.active .filter-title {
    border-bottom: 1px solid #ccc;
    height: 48px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2;
  }
  .filter.active .filter-title strong {
    box-shadow: none;
    background: none;
    border: 0;
    color: transparent;
    left: auto;
    right: 3px;
    top: 10px;
    display: inline-block;
    text-decoration: none;
  }
  .filter.active .filter-title strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e616';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter.active .filter-subtitle {
    background: transparent;
    display: block;
    height: 50px;
    left: 0;
    line-height: 32px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .filter.active .filter-options {
    background: #fff;
    bottom: 0;
    display: block;
    left: 0;
    overflow: scroll;
    position: fixed;
    right: 0;
    top: 50px;
    z-index: 10;
  }
  .filter .filter-subtitle {
    font-size: 20px;
    font-weight: 300;
  }
  .filter-actions {
    margin: -35px -10 25;
  }
  .filter-options-content {
    padding: 5 10;
  }
  .filter .filter-current {
    border: solid #ccc;
    border-width: 1px 0;
  }
  .filter .filter-current .items {
    display: none;
  }
  .filter .filter-current-subtitle {
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    display: block;
    text-decoration: none;
  }
  .filter .filter-current-subtitle:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter .filter-current-subtitle:before {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .filter .filter-current-subtitle:after {
    color: #7d7d7d;
    content: ' (' attr(data-count) ')';
    font-size: 0.9em;
  }
  .filter .filter-current.active {
    padding-bottom: 30px;
  }
  .filter .filter-current.active .block-subtitle:before {
    content: '\e621';
  }
  .filter .filter-current.active .items {
    display: block;
  }
  .filter .filter-current.active + .block-actions {
    display: block;
  }
  .filter .filter-current + .block-actions {
    display: none;
  }
  .filter-no-options .filter-title:before {
    background: rgba(255, 255, 255, 0.5);
    content: '';
    display: block;
    height: 40px;
    left: -15px;
    margin-top: -60px;
    position: relative;
    width: 100px;
    z-index: 99;
  }
  .filter-no-options .filter-content {
    margin-bottom: 20;
  }
  .page-with-filter .columns .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .map-popup {
    max-width: 100%;
  }
  .map-old-price,
  .map-show-info {
    display: inline-block;
  }
  .map-old-price:not(:last-child),
  .map-show-info:not(:last-child) {
    margin-bottom: 10;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -15px 20px;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    font-size: 1.6rem;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #ccc;
    background: #f5f5f5;
    display: none;
    padding: 15px 0;
  }
  .block-wishlist-management .wishlist-select-items.active {
    display: block;
  }
  .block-wishlist-management .wishlist-select-items .item {
    margin: 3px 0 0;
  }
  .block-wishlist-management .wishlist-select-items .item:first-child {
    margin-top: 0;
  }
  .block-wishlist-management .wishlist-select-items .item.current {
    display: none;
  }
  .block-wishlist-management .wishlist-select-items .item a {
    color: #333;
    display: block;
    padding: 5 18px;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select-items .item a:hover {
    background: #e8e8e8;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 2.6rem;
  }
  .block-wishlist-management .wishlist-info {
    margin-bottom: 15px;
  }
  .block-wishlist-management .wishlist-toolbar-select,
  .block-wishlist-management .wishlist-toolbar-actions {
    margin-bottom: 15px;
  }
  .products-grid.wishlist .product-item-checkbox {
    left: 20px;
    position: absolute;
    top: 20px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
    margin-left: 25;
  }
  .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;
  }
  .order-pager-wrapper .toolbar-amount {
    left: inherit;
    position: relative;
    text-align: center;
    top: inherit;
  }
  .order-pager-wrapper .pages {
    text-align: center;
  }
  .order-pager-wrapper .action.previous,
  .order-pager-wrapper .action.next {
    margin: 0;
  }
  .block-collapsible-nav {
    left: 0;
    position: absolute;
    top: -21px;
    width: 100%;
    z-index: 5;
  }
  .block-collapsible-nav .content {
    border-bottom: 1px solid #ccc;
    display: none;
  }
  .block-collapsible-nav .content.active {
    display: block;
  }
  .customer-name,
  .customer-welcome + .authorization-link {
    display: none;
  }
  .nav-sections .switcher-trigger strong:after {
    font-size: 1.6rem;
    right: -25px;
    top: -2px;
  }
  .navigation .parent .level-top:after {
    font-size: 1.6rem;
    right: 10px;
    top: 7px;
  }
  .page-footer .footer.content .switcher-store {
    background: #f4f4f4;
    font-size: 1.6rem;
    margin: 0 -15px;
  }
  .page-footer .footer.content .switcher-store .switcher-options {
    display: block;
  }
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown {
    background: none;
    border: 0;
    box-shadow: none;
    margin: 0;
    position: relative;
  }
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown:before,
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown:after {
    display: none;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger,
  .page-footer .footer.content .switcher-store .switcher-options .switcher-option {
    border-top: 1px solid #cecece;
    display: block;
    padding: 10 20px;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger strong {
    padding: 10 0;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-option a {
    padding: 0;
  }
  .products-grid.wishlist {
    margin-bottom: 30;
    margin-right: -10;
  }
  .products-grid.wishlist .product-item {
    padding: 20 10 20 20;
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 20;
  }
  .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: 20;
  }
  .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: #757575;
    content: '\e600';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-towishlist:hover:before {
    color: #333;
  }
  .cart.table-wrapper .action-towishlist:active:before {
    color: #757575;
  }
  .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;
  }
}
@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;
  }
  .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 0 0;
  }
  .abs-product-items-summary tbody .col:last-child {
    padding-bottom: 10;
  }
  .abs-product-items-summary tfoot .mark {
    padding-bottom: 5;
    text-align: left;
  }
  .abs-product-items-summary tfoot .amount {
    padding-top: 0;
    text-align: left;
  }
  .abs-product-items-summary tfoot .grand.totals {
    font-size: 1.6rem;
  }
  .abs-product-items-summary tfoot .grand.totals .mark {
    padding-bottom: 0;
    padding-top: 5;
  }
  .abs-product-items-summary tfoot .grand.totals .amount {
    padding-bottom: 10;
    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: -20;
  }
  .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: -10 0 10;
  }
  .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 10;
  }
  .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;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111111;
    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;
  }
  .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: 20;
  }
  .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;
  }
  .data-table-definition-list thead {
    display: none;
  }
  .data-table-definition-list tbody th {
    padding-bottom: 0;
  }
  .data-table-definition-list tbody th,
  .data-table-definition-list tbody td {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .pages .pages-items {
    display: block;
    padding: 2px 40px 0;
    position: relative;
    white-space: normal;
    z-index: 1;
  }
  .pages-item-previous {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  .pages-item-next {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .table-magento-payments-review-items .col.subtotal {
    text-align: left;
  }
  .table-magento-payments-review-items .product-item-name {
    display: inline-block;
  }
  .cart-summary .apple-pay {
    margin-top: 14px;
  }
  .multicheckout .data.table .address:before {
    margin-bottom: 5;
  }
  .multicheckout .product-item-name,
  .multicheckout .price-including-tax,
  .multicheckout .price-excluding-tax {
    display: inline-block;
  }
  .multicheckout .block-content .box:not(:last-child) {
    margin-bottom: 40;
  }
  .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: 25;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 25;
    margin-right: 0;
  }
  .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: #757575;
    content: '\e604';
    font-family: 'luma-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 {
    table-layout: fixed;
  }
  .products-list .product-item-photo {
    padding: 0 10 10 0;
    width: 30%;
  }
  .toolbar-products {
    margin-bottom: 0;
  }
  .product-social-links .action.tocompare {
    display: none;
  }
  .product-info-price {
    margin: 0 -10 0;
    width: calc(100% + 2*10) !important;
  }
  .product-info-price > *:first-child {
    padding-left: 10;
  }
  .product-info-price > *:last-child {
    padding-right: 10;
  }
  .table-wrapper.comparison .table-comparison > tbody > tr > th,
  .table-wrapper.comparison .table-comparison > tbody > tr > td {
    display: table-cell;
  }
  .block-search {
    margin-top: 10;
  }
  .cart .table.items .col.qty {
    text-align: center;
  }
  .minicart-wrapper {
    margin-top: 10;
  }
  .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: 20 -15px 15px;
    padding: 20 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 35px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 39px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 10;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .methods-shipping {
    border-bottom: 1px solid #ccc;
    padding-top: 30;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 5px;
  }
  .opc-wrapper .edit-address-link > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .opc-wrapper .edit-address-link:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e601';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #333;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #757575;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 20;
    position: relative;
    right: auto;
    top: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 300px;
    right: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content:before,
  .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    right: auto;
  }
  .opc-block-shipping-information .shipping-information-title {
    font-size: 2.3rem;
  }
  .opc-block-summary > .title {
    border-bottom: 0;
    font-size: 18px;
    margin-bottom: 20;
    padding-bottom: 0;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
  }
  .page-product-downloadable .product-options-wrapper {
    margin-bottom: 25;
  }
  .table-downloadable-products .product-name {
    display: block;
    margin-bottom: 5;
  }
  .page-product-downloadable .product-info-price ~ *:last-child:after {
    border-bottom: 1px solid #c1c1c1;
    content: '';
    display: block;
    height: 0;
    margin: 25 -10;
    overflow: hidden;
    width: auto;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 20;
  }
  .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;
  }
  .block-giftregistry-shared-items .table-wrapper {
    border-top: 0;
  }
  .table.grouped > thead > tr > th {
    border-bottom: 1px solid #ccc;
    display: table-cell;
  }
  .table.grouped > tbody {
    border-bottom: 1px solid #ccc;
  }
  .table.grouped > tbody > tr > td {
    padding: 11px 10;
    border: 0;
    display: table-cell;
  }
  .table-wrapper .table.grouped:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > td:last-child {
    border-bottom: 0;
  }
  .page-product-grouped .minimal-price {
    margin: 0;
  }
  .page-product-grouped .product-info-price {
    border: 0;
    margin-bottom: 0;
  }
  .page-product-grouped .product-info-price .price-box {
    padding-bottom: 0;
  }
  .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: #757575;
    content: '\e604';
    font-family: 'luma-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;
  }
  .customer-review .product-name {
    margin-bottom: 5;
  }
  .customer-review .product-reviews-summary .rating-summary {
    display: block;
    margin-bottom: 5;
  }
  .form-create-return .additional .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 20;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 10 0 0;
  }
  .order-details-items thead {
    display: block;
  }
  .order-details-items thead tr {
    display: block;
  }
  .order-pager-wrapper {
    display: block;
  }
  .account .table-order-items tbody tr {
    display: block;
  }
  .account .table-order-items .product-item-name {
    display: inline-block;
    margin: 0;
  }
  .account .table-order-items .action.show {
    margin-top: 0;
  }
  .order-details-items .order-title strong {
    display: block;
  }
  .order-details-items .action {
    margin-top: 10;
  }
  .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;
  }
  .logo {
    margin-bottom: 13px;
    margin-top: 4px;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
    display: block;
  }
  .my-credit-cards .card-type img {
    vertical-align: middle;
  }
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #e8e8e8;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #e8e8e8;
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .minicart-wrapper .block-minicart {
    width: 290px;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
}
@media all and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48%;
  }
  .abs-blocks-2columns-s:nth-child(1) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns-s:nth-child(2) {
    float: right;
  }
  .abs-blocks-2columns-s:nth-child(2) + * {
    clear: both;
  }
  .abs-reset-left-margin-desktop-s,
  .column:not(.sidebar-main) .multicheckout .actions-toolbar,
  .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
    margin-left: 0;
  }
  .abs-visually-hidden-desktop-s,
  .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop-s:before,
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:before,
  .multicheckout .block-billing:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop-s,
  .multicheckout .block-shipping .box,
  .multicheckout .block-billing .box-billing-address,
  .multicheckout .block-billing .box-billing-method {
    box-sizing: border-box;
  }
  .abs-form-field-column-2-s .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2-s .fieldset .field + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2-s .fieldset .field:nth-last-child(1),
  .abs-form-field-column-2-s .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .abs-form-field-column-2-s .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1-s {
    width: 100%;
  }
  .abs-action-print-s {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print-s:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'luma-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-action-print-s:hover {
    text-decoration: underline;
  }
  .table > tbody > tr > th,
  .table > tbody > tr > td {
    border-top: 1px solid #ccc;
  }
  .table > tbody + tbody {
    border-top: 1px solid #ccc;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .paypal-fastlane-divider span {
    background-color: #fff;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 10;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left;
  }
  .multicheckout .item-options {
    margin: 20 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: 25;
    padding-right: 25;
    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: 25;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 40;
    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%;
  }
  .column .block-addbysku .action.remove {
    background-image: none;
    -moz-box-sizing: content-box;
    box-shadow: none;
    line-height: inherit;
    text-shadow: none;
    font-weight: 400;
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    color: #006bb4;
    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: #006bb4;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #006bb4;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:active {
    color: #ff5501;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:hover,
  .column .block-addbysku .action.remove:active,
  .column .block-addbysku .action.remove:focus {
    background: none;
    border: 0;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    color: #006bb4;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .catalogsearch-advanced-result .message.error {
    margin-top: 0;
  }
  .products-grid .product-item-info:hover,
  .products-grid .product-item-info.active {
    background: #fff;
    box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #bbb;
    margin: -10px;
    padding: 9px;
    position: relative;
    z-index: 2;
  }
  .products-grid .product-item-info:hover .product-item-inner,
  .products-grid .product-item-info.active .product-item-inner {
    display: block;
  }
  .sidebar .products-grid .product-item-info:hover .product-item-photo,
  .sidebar .products-grid .product-item-info.active .product-item-photo {
    top: 9px;
    left: 9px;
  }
  .products-grid .product-item-inner {
    background: #fff;
    box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #bbb;
    border-top: none;
    left: 0;
    margin: 9px 0 0 -1px;
    padding: 0 9px 9px;
    position: absolute;
    right: -1px;
    z-index: 2;
  }
  .product-item-actions {
    display: block;
  }
  .products-grid .product-item-actions {
    margin: -10 0 10;
  }
  .product-item-actions .actions-primary + .actions-secondary {
    display: table-cell;
    padding-left: 10px;
    width: 50%;
    vertical-align: middle;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action {
    margin-right: 10px;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action:last-child {
    margin-right: 0;
  }
  .product-item-actions .actions-primary {
    display: table-cell;
  }
  .page-products .products-grid .product-item-inner:before {
    background: #fff;
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
    top: -2px;
    width: 100%;
    z-index: 1;
  }
  .page-products .product-item-actions {
    position: relative;
    z-index: 1;
  }
  .products-grid .product-item {
    margin-bottom: 20;
    width: 100%/3;
  }
  .page-products .products-grid .product-item,
  .page-layout-1column .products-grid .product-item,
  .page-layout-3columns .products-grid .product-item,
  .page-products.page-layout-1column .products-grid .product-item,
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 100%/3;
  }
  .review-form {
    max-width: 500px;
  }
  .review-ratings {
    float: left;
    margin-bottom: 0;
    max-width: 240px;
  }
  .review-ratings ~ .review-content,
  .review-ratings ~ .review-details {
    margin-left: 280px;
  }
  .review-toolbar {
    margin: 0 0 30px;
  }
  .review-toolbar .pages {
    padding: 30px 0;
  }
  .fieldset .review-legend.legend {
    margin-bottom: 30px;
  }
  .review-item {
    padding: 30px 0;
  }
  .review-title {
    margin: 0 0 30px;
  }
  .order-details-items .order-title .action {
    margin: 12px 0 0 30px;
  }
  .order-details-items .order-title .action.track {
    float: right;
  }
  .wishlist-index-index .products-grid .product-item-actions {
    margin: 0;
  }
  .block.widget .products-grid .product-item,
  .page-layout-1column .block.widget .products-grid .product-item,
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_resets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_utilities.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2Fcss%5C%2Fsource%5C%2F_variables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_tables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_Bundle%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_listings.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_CatalogSearch%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_cart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_checkout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_progress-bar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_checkout-agreements.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_Sales%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_Banner%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_CatalogEvent%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2Fcss%5C%2Fsource%5C%2F_extends.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_GiftRegistry%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_review.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_review.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2Fcss%5C%2Fsource%5C%2F_popups.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_paypal-button.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_modals.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_shipping.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%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%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_authentication.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_payments.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_GiftMessage%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_GiftWrapping%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_MultipleWishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_Invitation%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_Rma%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_SendFriend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_Wishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_InventoryInStorePickupFrontend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_Multishipping%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_minicart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_Customer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2Fcss%5C%2Fsource%5C%2F_actions-toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_dropdowns.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2Fcss%5C%2Fsource%5C%2F_theme.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_AdvancedCheckout%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_GroupedProduct%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_AdvancedCheckout%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_Review%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_LayeredNavigation%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_SalesRule%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_payment-options.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_CustomerBalance%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_Downloadable%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_GiftCard%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_GiftCardAccount%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_Newsletter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_shipping-policy.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_estimated-total.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_Msrp%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2Fcss%5C%2Fsource%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FSmile_ElasticsuiteCore%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_order-summary.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_fields.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2Fcss%5C%2Fsource%5C%2F_price.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2Fcss%5C%2Fsource%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2Fcss%5C%2Fsource%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2Fcss%5C%2Fsource%5C%2F_tables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2Fcss%5C%2Fsource%5C%2F_messages.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_messages.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2Fcss%5C%2Fsource%5C%2F_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2Fcss%5C%2Fsource%5C%2F_tooltips.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_tooltips.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2Fcss%5C%2Fsource%5C%2F_loaders.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_loaders.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_loaders.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2Fcss%5C%2Fsource%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2Fcss%5C%2Fsource%5C%2F_sections.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_sections.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2Fcss%5C%2Fsource%5C%2F_pages.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_pages.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2Fcss%5C%2Fsource%5C%2F_breadcrumbs.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_breadcrumbs.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2Fcss%5C%2Fsource%5C%2Flayout%5C%2F_header.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2Fcss%5C%2Fsource%5C%2Flayout%5C%2F_menu.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2Fcss%5C%2Fsource%5C%2Flayout%5C%2F_redesign.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_modals.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_modals_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_LoginAsCustomerFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fslick%5C%2F_slick.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fbanner%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fbanner%5C%2F_poster.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%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%2FLPS%5C%2FOrbSport%5C%2Flv_LV%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%2FLPS%5C%2FOrbSport%5C%2Flv_LV%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%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fblock%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fbuttons%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%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%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fcolumn%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fheading%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fhtml%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fimage%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fmap%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fproducts%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fproducts%5C%2F_carousel.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Frow%5C%2F_contained.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%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%2FLPS%5C%2FOrbSport%5C%2Flv_LV%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%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fslide%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fslide%5C%2F_poster.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%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%2FLPS%5C%2FOrbSport%5C%2Flv_LV%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%2FLPS%5C%2FOrbSport%5C%2Flv_LV%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%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fslider%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Ftabs%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Ftext%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fvideo%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fjarallax%5C%2F_jarallax.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_ReCaptchaCheckoutSalesRule%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_ReCaptchaCustomer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_ReCaptchaFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_ReCaptchaNewsletter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_ReCaptchaReview%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_ReCaptchaSendFriend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_ReCaptchaWishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_apm.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_billing.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_fastlane.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mini-cart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_pay-later.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_apple-pay.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_google-pay.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_checkout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_InventoryConfigurableProductFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FAdeoWeb_Dpd%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FIbnab_MegaMenu%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FInbank_ProductPage%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagepow_Recentorder%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMageplaza_Blog%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagepow_Core%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_skeleton.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagepow_Core%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_core.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FSmile_ElasticsuiteCatalog%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FSparsh_OrderComments%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_CatalogEvent%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_Contact%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_billing.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_paylater.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_ProductVideo%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_Swatches%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_Weee%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_actions-toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_AdvancedSearch%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_tooltip.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_popups.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_rating.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_Reward%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_collapsible_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_Vault%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_Cms%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_MultipleWishlist%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_VersionsCms%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_responsive.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%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%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fcolumn-line%5C%2F_default.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAcI%3BEACI%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BEACI%2CcAAA%3B%3BAAGJ%3BAACA%3BAACA%3BEACI%2CqBAAA%3B%3BAAGJ%2CKAAK%2CIAAI%3BEACL%2CaAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CGAAI%3BAACJ%2CGAAI%3BEACA%2CqBAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAGJ%3BAACA%3BAACA%3BEACI%2CeAAA%3B%3BAAGJ%2CGAAG%2CIAAI%3BEACH%2CgBAAA%3B%3BAAGJ%3BEACI%2CSAAA%3B%3BAC0JJ%3BEC8EA%2CgBAAA%3BED5EI%2C8BAAA%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3B%3BAAGJ%3BECuEA%2CWAAA%3BEAAA%2CaC5RqB%2CaCMC%2C8CFsRtB%3BEAAA%2CkBAAA%3BEAAA%2CgBAAA%3BEAAA%2CuBAAA%3BEAAA%2CiBAAA%3B%3BADnEA%3BECmEA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BADtDA%2CIAAI%3BECsDJ%2C8BAAA%3BEDpDI%2CYAAA%3B%3BAAGJ%3BAACA%3BECgDA%2CgBAAA%3B%3BAD5CA%3BAACA%3BEC2CA%2CkBAAA%3B%3BADvCA%3BECuCA%2CmBAAA%3BEAAA%2CcAAA%3B%3BADlCA%3BAACA%3BECiCA%2CaAAA%3B%3BAD7BA%3BEACI%2CSAAA%3BEC4BJ%2C0BAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3B%3BADtBA%3BAACA%3BECqBA%2C6BAAA%3BEDnBI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CwBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3B%3BAAGJ%3BEACI%2CeAAA%3B%3BAAGJ%3BECMA%2CkBAAA%3B%3BADQA%3BECRA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BADYA%3BECZA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3B%3BADgBA%3BEChBA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BADoBA%3BECpBA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BADwBA%3BECxBA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BAD4BA%3BEC5BA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BADgCA%2CEACI%3BAADA%2CEACA%3BAADI%2CEACJ%3BAADQ%2CEACR%3BAADY%2CEACZ%3BAADgB%2CEAChB%3BAADJ%2CEAEI%3BAAFA%2CEAEA%3BAAFI%2CEAEJ%3BAAFQ%2CEAER%3BAAFY%2CEAEZ%3BAAFgB%2CEAEhB%3BEClCJ%2CWAAA%3BEAAA%2CaC5RqB%2CaCMC%2C8CFsRtB%3BEAAA%2CkBAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3B%3BADkDA%3BAACA%3BECnDA%2CcAAA%3BEAAA%2CqBAAA%3B%3BADjJA%2CCAAC%3BAAAD%2CMAAC%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CCAAC%3BAAAD%2CMAAC%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CCAAC%3BAAAD%2CMAAC%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADyEA%3BAACA%3BEC1EA%2CgBAAA%3BEAAA%2CqBAAA%3B%3BADyEA%2CEAYM%3BAAXN%2CEAWM%3BECrFN%2CgBAAA%3BEAAA%2CmBAAA%3B%3BADyEA%2CEAwBI%3BAAvBJ%2CEAuBI%3BAAxBJ%2CEAyBI%3BAAxBJ%2CEAwBI%3BEACI%2CgBAAA%3B%3BAAIR%3BECvGA%2CiBAAA%3BEAAA%2CaAAA%3B%3BAD4GA%3BEC5GA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CaAAA%3B%3BADkHA%3BEClHA%2CiBAAA%3BEAAA%2CaAAA%3BEDqHI%2CcAAA%3B%3BAA2BJ%3BAACA%3BAACA%3BAACA%3BECnJA%2CsCEpR8C%2CwBFoR9C%3B%3BADwJA%3BECxJA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BED6JI%2CmBAAA%3B%3BAAIJ%3BECjKA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BADyKA%3BECzKA%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CcAAA%3BEAAA%2CuBAAA%3BEAAA%2CcAAA%3BEAAA%2CWAAA%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%2CiBAAA%3BEAAA%2CUAAA%3BEAAA%2CWAAA%3BEAAA%2CaC5RqB%2CaCMC%2C8CFsRtB%3BEAAA%2CkBAAA%3BEAAA%2CgBAAA%3BEAAA%2CuBAAA%3BEAAA%2CiBAAA%3B%3BAD6NQ%2CUAHJ%2CEAGK%3BAAAD%2CUAFJ%2CGAEK%3BAAAD%2CUADJ%2CGACK%3BEACG%2CgBAAA%3B%3BAAbZ%2CUAiBI%3BAAjBJ%2CUAkBI%3BAAlBJ%2CUAmBI%3BECpOJ%2CWAAA%3BEAAA%2CuBAAA%3BEAAA%2CeAAA%3BEDwOQ%2CcAAA%3B%3BAAEA%2CUARJ%2COAQK%3BAAAD%2CUAPJ%2CMAOK%3BAAAD%2CUANJ%2COAMK%3BEC1OT%2CSEzEyB%2CaFyEzB%3B%3BADiNA%2CUA8BI%3BEC%5C%2FOJ%2CkBAAA%3B%3BADsPI%2CUAAC%3BAACD%2CUAAC%3BEACG%2CSAAS%2CEAAT%3B%3BAAIR%3BEACI%2CYAAA%3B%3BAAEA%2CCAAC%3BAACD%2CCAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CaAAA%3B%3BAAKR%3BECvQA%2CkBAAA%3B%3BAFnOA%3BEEmOA%2CWAAA%3BEGzRA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BALoDA%2CKKlDA%3BEACI%2CgBAAA%3B%3BALiDJ%2CKK9CE%2CQAEI%2CKACI%3BAL2CV%2CKK7CE%2CQACI%2CKACI%3BAL2CV%2CKK9CE%2CQAEI%2CKAEI%3BAL0CV%2CKK7CE%2CQACI%2CKAEI%3BEACE%2CmBAAA%3B%3BALyCZ%2CKKpCE%2CQAAQ%2CKACJ%3BALmCN%2CKKpCE%2CQAAQ%2CKAEJ%3BEACE%2CsBAAA%3B%3BALiCR%2CKK7BE%2CQAGI%2CKACI%3BALyBV%2CKK5BE%2CQAEI%2CKACI%3BALyBV%2CKK3BE%2CQACI%2CKACI%3BALyBV%2CKK7BE%2CQAGI%2CKAEI%3BALwBV%2CKK5BE%2CQAEI%2CKAEI%3BALwBV%2CKK3BE%2CQACI%2CKAEI%3BEH2PV%2CgBAAA%3B%3BAF%5C%2FNA%3BEMlBA%2CsBAAA%3BEJiPA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CaC5RqB%2CaCMC%2C8CFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CSAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEI9NA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAiBA%2CMAAC%3BAACD%2CMAAC%3BEJ2MD%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAI%5C%2FLA%2CMAAC%3BEJ%2BLD%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%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%2CyBAAA%3BEAAA%2CkBAAA%3BEAAA%2CwEAAA%3BEAAA%2CaAAA%3BEAAA%2CYAAA%3BEAAA%2CuBAAA%3BEAAA%2CcAAA%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%2CcAAA%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%2CcAAA%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%2CcAAA%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%2CyBAAA%3BEAAA%2CkBAAA%3BEAAA%2CwEAAA%3BEAAA%2CaAAA%3BEAAA%2CYAAA%3BEAAA%2CuBAAA%3BEAAA%2CiBAAA%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%2CyBAAA%3BEAAA%2CkBAAA%3BEAAA%2CwEAAA%3BEAAA%2CaAAA%3BEAAA%2CYAAA%3BEAAA%2CuBAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BEAAA%2CwBAAA%3BEAAA%2CWAAA%3BEKjPA%2CsBAAA%3BELiPA%2CgBAAA%3B%3BAKsGA%2CQAAC%3BELtGD%2CYAAA%3B%3BAKqHA%2CQAAC%3BELrHD%2CcAAA%3B%3BAK0HA%2CQAAC%3BEL1HD%2CcAAA%3B%3BAK%2BHA%2CQAAC%3BEL%5C%2FHD%2CcAAA%3B%3BAKEA%2CKAAK%3BELFL%2CiBAAA%3BEKII%2CkBAAA%3BEACA%2CQAAA%3B%3BAA5MJ%2CKAyMK%2CiBAzMJ%3BELuMD%2CYAAA%3B%3BAKQA%2CKAAK%3BELRL%2CiBAAA%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%3BAMvRA%2CyBAgEI%2CsBAsCI%2CQAAO%3BACtFX%2CQAAC%3BAC4YL%3BACzPA%3BAC%5C%2FIA%2CaAmFI%3BAClFJ%2CYAGI%3BACMJ%3BACHA%3BACPA%2CoBAuKI%3BACYA%2COAAC%2CQAIG%3BACpNR%2CcAII%3BAAHJ%2CqBAGI%3BACJJ%2CYA0DI%2CcAKI%3BEjBiOR%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAO7GA%2CyBAgEI%2CsBAsCI%2CQAAO%2CMYzGT%3BAXmBF%2CQAAC%2CMWnBC%3BAV%2BZN%2CYU%5C%2FZM%3BATsKN%2CaStKM%3BARuBN%2CaAmFI%2CwBQ1GE%3BAPwBN%2CYAGI%2CKO3BE%3BANiCN%2CiBMjCM%3BAL8BN%2C0BK9BM%3BAJuBN%2CoBAuKI%2CWI9LE%3BAH0MF%2COAAC%2CQAIG%2CGG9MF%3BAFNN%2CcAII%2CcEEE%3BAFLN%2CqBAGI%2CcEEE%3BADNN%2CYA0DI%2CcAKI%2CQCzDF%3BEACE%2CSAAA%3B%3BAd6ER%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%3BAco6DQ%2CmBANR%2CiBAKI%2CQACK%3BAACD%2CmBAPR%2CiBAKI%2CQAEK%3BAV3pCb%2CcAwBI%2CQAAO%3BAEv3BX%2CaAaI%2COAmBI%2CiBACM%2CWAGE%2CQAAO%3BAStBnB%2CaAAc%2CMADb%2CaAAc%2CUAcX%2CQAAO%3BACiCf%2CiCFu7DI%2CiBAKI%2CQACK%3BAE77Db%2CiCFu7DI%2CiBAKI%2CQAEK%3BAGh9Db%2CuBHy8DI%2CiBAKI%2CQACK%3BAG%5C%2F8Db%2CuBHy8DI%2CiBAKI%2CQAEK%3BARrrDb%2CcQ8qDI%2CiBAKI%2CQACK%3BARprDb%2CcQ8qDI%2CiBAKI%2CQAEK%3BElBvvDb%2CkBAAA%3B%3BAkBsvDY%2CmBANR%2CiBAKI%2CQACK%2CQAt%5C%2FDR%2CIAAI%3BAAu%5C%2FDG%2CmBAPR%2CiBAKI%2CQAEK%2COAv%5C%2FDR%2CIAAI%3BAV41BT%2CcAwBI%2CQAAO%2CQUp3BN%2CIAAI%3BARHT%2CaAaI%2COAmBI%2CiBACM%2CWAGE%2CQAAO%2CQQjClB%2CIAAI%3BACWL%2CaAAc%2CMADb%2CaAAc%2CUAcX%2CQAAO%2CQDxBV%2CIAAI%3BAEyDT%2CiCFu7DI%2CiBAKI%2CQACK%2CQAt%5C%2FDR%2CIAAI%3BAEyDT%2CiCFu7DI%2CiBAKI%2CQAEK%2COAv%5C%2FDR%2CIAAI%3BAGuCT%2CuBHy8DI%2CiBAKI%2CQACK%2CQAt%5C%2FDR%2CIAAI%3BAGuCT%2CuBHy8DI%2CiBAKI%2CQAEK%2COAv%5C%2FDR%2CIAAI%3BARkUT%2CcQ8qDI%2CiBAKI%2CQACK%2CQAt%5C%2FDR%2CIAAI%3BARkUT%2CcQ8qDI%2CiBAKI%2CQAEK%2COAv%5C%2FDR%2CIAAI%3BElBgQT%2C8EAAA%3B%3BAkBsvDY%2CmBANR%2CiBAKI%2CQACK%2CQAl%5C%2FDR%3BAAm%5C%2FDO%2CmBAPR%2CiBAKI%2CQAEK%2COAn%5C%2FDR%3BAVw1BL%2CcAwBI%2CQAAO%2CQUh3BN%3BARPL%2CaAaI%2COAmBI%2CiBACM%2CWAGE%2CQAAO%2CQQ7BlB%3BACOD%2CaAAc%2CMADb%2CaAAc%2CUAcX%2CQAAO%2CQDpBV%3BAEqDL%2CiCFu7DI%2CiBAKI%2CQACK%2CQAl%5C%2FDR%3BAEqDL%2CiCFu7DI%2CiBAKI%2CQAEK%2COAn%5C%2FDR%3BAGmCL%2CuBHy8DI%2CiBAKI%2CQACK%2CQAl%5C%2FDR%3BAGmCL%2CuBHy8DI%2CiBAKI%2CQAEK%2COAn%5C%2FDR%3BAR8TL%2CcQ8qDI%2CiBAKI%2CQACK%2CQAl%5C%2FDR%3BAR8TL%2CcQ8qDI%2CiBAKI%2CQAEK%2COAn%5C%2FDR%3BElB4PL%2C%2BFAAA%3B%3BAiB3HoB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%3BEbtHrB%2CsBAAA%3BEJiPA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CaC5RqB%2CaCMC%2C8CFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CSAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%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%2CWAAA%3B%3BAI%5C%2FLA%2CuBAAC%3BAaoEmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbpEpB%3BEJ%2BLD%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%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%3BAc8NJ%3BAAynDA%2CmBAoCI%2CQAAO%3BAI1%5C%2FDC%2CMAFR%2CiBACI%2CQACK%3BACVb%2CqBACI%3BAjB5BJ%2CyBA2DI%2CQAAO%3BAEu5BX%2CMAAM%2CQACF%2CQAAO%3BAE1zBP%2CKAAC%2CcA0EG%2CiBAsBM%3BAAgBF%2CKAhHP%2CcAyGG%2CQAOK%2CKAAK%3BAc5QlB%2CqBACI%2CaAeI%2CcACI%3BACYZ%2CYA0FI%3BAC1GJ%2C%2BBAGI%2C4BAMI%3BACER%3BAChBA%2CwBAiFI%2C0BASI%3BAfxGR%2C0BA6BI%3BAgBAJ%2CaAGI%2CiBACI%3BAAkBR%2CaAaI%3BAAbJ%2CaAcI%3BAAoBJ%3BACWA%2CoBAGI%3BACxFA%2CSAAC%2CMAAM%2COAuBD%3BAbyaF%2CeADJ%2CQACK%3BAElXT%2CiCF%2B8DI%2CQAAO%3BAGj%2BDX%2CuBHi%2BDI%2CQAAO%3BARtsDX%2CcQssDI%2CQAAO%3BACxiEX%2CwBD0cI%2CQACK%3BAC1cT%2CuBDycI%2CQACK%3BAc1cT%2CqBdycI%2CQACK%3BAejcT%2CmBfgcI%2CQACK%3BAgB3cT%2CKAAK%2CKAAK%2COhB0cN%2CQACK%3BElB3KT%2CuBAAA%3BEAAA%2CUAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEI5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEJ0FA%2CgBAAA%3BEkBlOI%2CgBAAA%3B%3BAnBiFJ%2C0BAAC%3BAmB4PD%2CkBnB5PC%3BAmBq3DD%2CmBAoCI%2CQAAO%2CMnBz5DV%3BAuBjGW%2CMAFR%2CiBACI%2CQACK%2COvBiGZ%3BAwB3GD%2CqBACI%2CexB0GH%3BAOtID%2CyBA2DI%2CQAAO%2CKP2EV%3BAS40BD%2CMAAM%2CQACF%2CQAAO%2COT70BV%3BAWmBG%2CKAAC%2CcA0EG%2CiBAsBM%2CiBXnHb%3BAWmIW%2CKAhHP%2CcAyGG%2CQAOK%2CKAAK%2CIXnIjB%3BAyBzID%2CqBACI%2CaAeI%2CcACI%2CmBzBwHX%3BA0B5GD%2CYA0FI%2CmB1BkBH%3BA2B5HD%2C%2BBAGI%2C4BAMI%2Ca3BmHP%3BA4BjHD%2CmB5BiHC%3BA6BjID%2CwBAiFI%2C0BASI%2Ce7BuCP%3BAc%5C%2FID%2C0BA6BI%2CadkHH%3BA8BlHD%2CaAGI%2CiBACI%2Ce9B8GP%3BA8B5FD%2CaAaI%2Ca9B%2BEH%3BA8B5FD%2CaAcI%2Ce9B8EH%3BA8B1DD%2CY9B0DC%3BA%2BB%5C%2FCD%2CoBAGI%2Ce%5C%2FB4CH%3BAgCpIG%2CSAAC%2CMAAM%2COAuBD%2CUhC6GT%3BAmB4TO%2CeADJ%2CQACK%2COnB5TR%3BAqBtDD%2CiCF%2B8DI%2CQAAO%2CMnBz5DV%3BAsBxED%2CuBHi%2BDI%2CQAAO%2CMnBz5DV%3BAWmND%2CcQssDI%2CQAAO%2CMnBz5DV%3BAoB%5C%2FID%2CwBD0cI%2CQACK%2COnB5TR%3BAoB9ID%2CuBDycI%2CQACK%2COnB5TR%3BAiC9ID%2CqBdycI%2CQACK%2COnB5TR%3BAkCrID%2CmBfgcI%2CQACK%2COnB5TR%3BAmC%5C%2FID%2CKAAK%2CKAAK%2COhB0cN%2CQACK%2COnB5TR%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2C0BAAC%3BAmBuPD%2CkBnBvPC%3BAmBg3DD%2CmBAoCI%2CQAAO%2CMnBp5DV%3BAuBtGW%2CMAFR%2CiBACI%2CQACK%2COvBsGZ%3BAwBhHD%2CqBACI%2CexB%2BGH%3BAO3ID%2CyBA2DI%2CQAAO%2CKPgFV%3BASu0BD%2CMAAM%2CQACF%2CQAAO%2COTx0BV%3BAWcG%2CKAAC%2CcA0EG%2CiBAsBM%2CiBX9Gb%3BAW8HW%2CKAhHP%2CcAyGG%2CQAOK%2CKAAK%2CIX9HjB%3BAyB9ID%2CqBACI%2CaAeI%2CcACI%2CmBzB6HX%3BA0BjHD%2CYA0FI%2CmB1BuBH%3BA2BjID%2C%2BBAGI%2C4BAMI%2Ca3BwHP%3BA4BtHD%2CmB5BsHC%3BA6BtID%2CwBAiFI%2C0BASI%2Ce7B4CP%3BAcpJD%2C0BA6BI%2CaduHH%3BA8BvHD%2CaAGI%2CiBACI%2Ce9BmHP%3BA8BjGD%2CaAaI%2Ca9BoFH%3BA8BjGD%2CaAcI%2Ce9BmFH%3BA8B%5C%2FDD%2CY9B%2BDC%3BA%2BBpDD%2CoBAGI%2Ce%5C%2FBiDH%3BAgCzIG%2CSAAC%2CMAAM%2COAuBD%2CUhCkHT%3BAmBuTO%2CeADJ%2CQACK%2COnBvTR%3BAqB3DD%2CiCF%2B8DI%2CQAAO%2CMnBp5DV%3BAsB7ED%2CuBHi%2BDI%2CQAAO%2CMnBp5DV%3BAW8MD%2CcQssDI%2CQAAO%2CMnBp5DV%3BAoBpJD%2CwBD0cI%2CQACK%2COnBvTR%3BAoBnJD%2CuBDycI%2CQACK%2COnBvTR%3BAiCnJD%2CqBdycI%2CQACK%2COnBvTR%3BAkC1ID%2CmBfgcI%2CQACK%2COnBvTR%3BAmCpJD%2CKAAK%2CKAAK%2COhB0cN%2CQACK%2COnBvTR%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2C0BAAC%3BAmBkPD%2CkBnBlPC%3BAmB22DD%2CmBAoCI%2CQAAO%2CMnB%5C%2F4DV%3BAuB3GW%2CMAFR%2CiBACI%2CQACK%2COvB2GZ%3BAwBrHD%2CqBACI%2CexBoHH%3BAOhJD%2CyBA2DI%2CQAAO%2CKPqFV%3BASk0BD%2CMAAM%2CQACF%2CQAAO%2COTn0BV%3BAWSG%2CKAAC%2CcA0EG%2CiBAsBM%2CiBXzGb%3BAWyHW%2CKAhHP%2CcAyGG%2CQAOK%2CKAAK%2CIXzHjB%3BAyBnJD%2CqBACI%2CaAeI%2CcACI%2CmBzBkIX%3BA0BtHD%2CYA0FI%2CmB1B4BH%3BA2BtID%2C%2BBAGI%2C4BAMI%2Ca3B6HP%3BA4B3HD%2CmB5B2HC%3BA6B3ID%2CwBAiFI%2C0BASI%2Ce7BiDP%3BAczJD%2C0BA6BI%2Cad4HH%3BA8B5HD%2CaAGI%2CiBACI%2Ce9BwHP%3BA8BtGD%2CaAaI%2Ca9ByFH%3BA8BtGD%2CaAcI%2Ce9BwFH%3BA8BpED%2CY9BoEC%3BA%2BBzDD%2CoBAGI%2Ce%5C%2FBsDH%3BAgC9IG%2CSAAC%2CMAAM%2COAuBD%2CUhCuHT%3BAmBkTO%2CeADJ%2CQACK%2COnBlTR%3BAqBhED%2CiCF%2B8DI%2CQAAO%2CMnB%5C%2F4DV%3BAsBlFD%2CuBHi%2BDI%2CQAAO%2CMnB%5C%2F4DV%3BAWyMD%2CcQssDI%2CQAAO%2CMnB%5C%2F4DV%3BAoBzJD%2CwBD0cI%2CQACK%2COnBlTR%3BAoBxJD%2CuBDycI%2CQACK%2COnBlTR%3BAiCxJD%2CqBdycI%2CQACK%2COnBlTR%3BAkC%5C%2FID%2CmBfgcI%2CQACK%2COnBlTR%3BAmCzJD%2CKAAK%2CKAAK%2COhB0cN%2CQACK%2COnBlTR%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAIxFA%2C0BAAC%3BAACD%2C0BAAC%3BAACD%2C0BAAC%3BAciMD%2CkBdnMC%3BAcmMD%2CkBdlMC%3BAckMD%2CkBdjMC%3BAc0zDD%2CmBAoCI%2CQAAO%2CMdh2DV%3BAc4zDD%2CmBAoCI%2CQAAO%2CMd%5C%2F1DV%3BAc2zDD%2CmBAoCI%2CQAAO%2CMd91DV%3BAkB5JW%2CMAFR%2CiBACI%2CQACK%2COlB0JZ%3BAkB1JW%2CMAFR%2CiBACI%2CQACK%2COlB2JZ%3BAkB3JW%2CMAFR%2CiBACI%2CQACK%2COlB4JZ%3BAmBtKD%2CqBACI%2CenBmKH%3BAmBpKD%2CqBACI%2CenBoKH%3BAmBrKD%2CqBACI%2CenBqKH%3BAEjMD%2CyBA2DI%2CQAAO%2CKFoIV%3BAE%5C%2FLD%2CyBA2DI%2CQAAO%2CKFqIV%3BAEhMD%2CyBA2DI%2CQAAO%2CKFsIV%3BAIixBD%2CMAAM%2CQACF%2CQAAO%2COJpxBV%3BAImxBD%2CMAAM%2CQACF%2CQAAO%2COJnxBV%3BAIkxBD%2CMAAM%2CQACF%2CQAAO%2COJlxBV%3BAMxCG%2CKAAC%2CcA0EG%2CiBAsBM%2CiBN1Db%3BAMtCG%2CKAAC%2CcA0EG%2CiBAsBM%2CiBNzDb%3BAMvCG%2CKAAC%2CcA0EG%2CiBAsBM%2CiBNxDb%3BAMwEW%2CKAhHP%2CcAyGG%2CQAOK%2CKAAK%2CIN1EjB%3BAM0EW%2CKAhHP%2CcAyGG%2CQAOK%2CKAAK%2CINzEjB%3BAMyEW%2CKAhHP%2CcAyGG%2CQAOK%2CKAAK%2CINxEjB%3BAoBpMD%2CqBACI%2CaAeI%2CcACI%2CmBpBiLX%3BAoBlMD%2CqBACI%2CaAeI%2CcACI%2CmBpBkLX%3BAoBnMD%2CqBACI%2CaAeI%2CcACI%2CmBpBmLX%3BAqBvKD%2CYA0FI%2CmBrB2EH%3BAqBrKD%2CYA0FI%2CmBrB4EH%3BAqBtKD%2CYA0FI%2CmBrB6EH%3BAsBvLD%2C%2BBAGI%2C4BAMI%2CatB4KP%3BAsBrLD%2C%2BBAGI%2C4BAMI%2CatB6KP%3BAsBtLD%2C%2BBAGI%2C4BAMI%2CatB8KP%3BAuB5KD%2CmBvB0KC%3BAuB1KD%2CmBvB2KC%3BAuB3KD%2CmBvB4KC%3BAwB5LD%2CwBAiFI%2C0BASI%2CexBgGP%3BAwB1LD%2CwBAiFI%2C0BASI%2CexBiGP%3BAwB3LD%2CwBAiFI%2C0BASI%2CexBkGP%3BAS1MD%2C0BA6BI%2CaT2KH%3BASxMD%2C0BA6BI%2CaT4KH%3BASzMD%2C0BA6BI%2CaT6KH%3BAyB7KD%2CaAGI%2CiBACI%2CezBuKP%3BAyB3KD%2CaAGI%2CiBACI%2CezBwKP%3BAyB5KD%2CaAGI%2CiBACI%2CezByKP%3BAyBvJD%2CaAaI%2CazBwIH%3BAyBrJD%2CaAaI%2CazByIH%3BAyBtJD%2CaAaI%2CazB0IH%3BAyBvJD%2CaAcI%2CezBuIH%3BAyBrJD%2CaAcI%2CezBwIH%3BAyBtJD%2CaAcI%2CezByIH%3BAyBrHD%2CYzBmHC%3BAyBnHD%2CYzBoHC%3BAyBpHD%2CYzBqHC%3BA0B1GD%2CoBAGI%2Ce1BqGH%3BA0BxGD%2CoBAGI%2Ce1BsGH%3BA0BzGD%2CoBAGI%2Ce1BuGH%3BA2B%5C%2FLG%2CSAAC%2CMAAM%2COAuBD%2CU3BsKT%3BA2B7LG%2CSAAC%2CMAAM%2COAuBD%2CU3BuKT%3BA2B9LG%2CSAAC%2CMAAM%2COAuBD%2CU3BwKT%3BAciQO%2CeADJ%2CQACK%2COdnQR%3BAcmQO%2CeADJ%2CQACK%2COdlQR%3BAckQO%2CeADJ%2CQACK%2COdjQR%3BAgBjHD%2CiCF%2B8DI%2CQAAO%2CMdh2DV%3BAgB%5C%2FGD%2CiCF%2B8DI%2CQAAO%2CMd%5C%2F1DV%3BAgBhHD%2CiCF%2B8DI%2CQAAO%2CMd91DV%3BAiBnID%2CuBHi%2BDI%2CQAAO%2CMdh2DV%3BAiBjID%2CuBHi%2BDI%2CQAAO%2CMd%5C%2F1DV%3BAiBlID%2CuBHi%2BDI%2CQAAO%2CMd91DV%3BAMwJD%2CcQssDI%2CQAAO%2CMdh2DV%3BAM0JD%2CcQssDI%2CQAAO%2CMd%5C%2F1DV%3BAMyJD%2CcQssDI%2CQAAO%2CMd91DV%3BAe1MD%2CwBD0cI%2CQACK%2COdnQR%3BAexMD%2CwBD0cI%2CQACK%2COdlQR%3BAezMD%2CwBD0cI%2CQACK%2COdjQR%3BAezMD%2CuBDycI%2CQACK%2COdnQR%3BAevMD%2CuBDycI%2CQACK%2COdlQR%3BAexMD%2CuBDycI%2CQACK%2COdjQR%3BA4BzMD%2CqBdycI%2CQACK%2COdnQR%3BA4BvMD%2CqBdycI%2CQACK%2COdlQR%3BA4BxMD%2CqBdycI%2CQACK%2COdjQR%3BA6BhMD%2CmBfgcI%2CQACK%2COdnQR%3BA6B9LD%2CmBfgcI%2CQACK%2COdlQR%3BA6B%5C%2FLD%2CmBfgcI%2CQACK%2COdjQR%3BA8B1MD%2CKAAK%2CKAAK%2COhB0cN%2CQACK%2COdnQR%3BA8BxMD%2CKAAK%2CKAAK%2COhB0cN%2CQACK%2COdlQR%3BA8BzMD%2CKAAK%2CKAAK%2COhB0cN%2CQACK%2COdjQR%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2C0BAAC%3BAACD%2C0BAAC%3BAACD%2CQAAQ%2CUAAW%3BAc0LnB%2CkBd5LC%3BAc4LD%2CkBd3LC%3BAACD%2CQAAQ%2CUc0LR%3BAAynDA%2CmBAoCI%2CQAAO%2CMdz1DV%3BAcqzDD%2CmBAoCI%2CQAAO%2CMdx1DV%3BAACD%2CQAAQ%2CUcmzDR%2CoBAoCI%2CQAAO%3BAI1%5C%2FDC%2CMAFR%2CiBACI%2CQACK%2COlBiKZ%3BAkBjKW%2CMAFR%2CiBACI%2CQACK%2COlBkKZ%3BAACD%2CQAAQ%2CUkBnKI%2COAFR%2CiBACI%2CQACK%3BACVb%2CqBACI%2CenB0KH%3BAmB3KD%2CqBACI%2CenB2KH%3BAACD%2CQAAQ%2CUmB7KR%2CsBACI%3BAjB5BJ%2CyBA2DI%2CQAAO%2CKF2IV%3BAEtMD%2CyBA2DI%2CQAAO%2CKF4IV%3BAACD%2CQAAQ%2CUExMR%2C0BA2DI%2CQAAO%3BAEu5BX%2CMAAM%2CQACF%2CQAAO%2COJ7wBV%3BAI4wBD%2CMAAM%2CQACF%2CQAAO%2COJ5wBV%3BAACD%2CQAAQ%2CUI0wBR%2COAAM%2CQACF%2CQAAO%3BAE1zBP%2CKAAC%2CcA0EG%2CiBAsBM%2CiBNnDb%3BAM7CG%2CKAAC%2CcA0EG%2CiBAsBM%2CiBNlDb%3BAACD%2CQAAQ%2CUM%5C%2FCJ%2CMAAC%2CcA0EG%2CiBAsBM%3BAAgBF%2CKAhHP%2CcAyGG%2CQAOK%2CKAAK%2CINnEjB%3BAMmEW%2CKAhHP%2CcAyGG%2CQAOK%2CKAAK%2CINlEjB%3BAACD%2CQAAQ%2CUMiEI%2CMAhHP%2CcAyGG%2CQAOK%2CKAAK%3BAc5QlB%2CqBACI%2CaAeI%2CcACI%2CmBpBwLX%3BAoBzMD%2CqBACI%2CaAeI%2CcACI%2CmBpByLX%3BAACD%2CQAAQ%2CUoB3MR%2CsBACI%2CaAeI%2CcACI%3BACYZ%2CYA0FI%2CmBrBkFH%3BAqB5KD%2CYA0FI%2CmBrBmFH%3BAACD%2CQAAQ%2CUqB9KR%2CaA0FI%3BAC1GJ%2C%2BBAGI%2C4BAMI%2CatBmLP%3BAsB5LD%2C%2BBAGI%2C4BAMI%2CatBoLP%3BAACD%2CQAAQ%2CUsB9LR%2CgCAGI%2C4BAMI%3BACER%2CmBvBiLC%3BAuBjLD%2CmBvBkLC%3BAACD%2CQAAQ%2CUuBnLR%3BAChBA%2CwBAiFI%2C0BASI%2CexBuGP%3BAwBjMD%2CwBAiFI%2C0BASI%2CexBwGP%3BAACD%2CQAAQ%2CUwBnMR%2CyBAiFI%2C0BASI%3BAfxGR%2C0BA6BI%2CaTkLH%3BAS%5C%2FMD%2C0BA6BI%2CaTmLH%3BAACD%2CQAAQ%2CUSjNR%2C2BA6BI%3BAgBAJ%2CaAGI%2CiBACI%2CezB8KP%3BAyBlLD%2CaAGI%2CiBACI%2CezB%2BKP%3BAACD%2CQAAQ%2CUyBpLR%2CcAGI%2CiBACI%3BAAkBR%2CaAaI%2CazB%2BIH%3BAyB5JD%2CaAaI%2CazBgJH%3BAACD%2CQAAQ%2CUyB9JR%2CcAaI%3BAAbJ%2CaAcI%2CezB8IH%3BAyB5JD%2CaAcI%2CezB%2BIH%3BAACD%2CQAAQ%2CUyB9JR%2CcAcI%3BAAoBJ%2CYzB0HC%3BAyB1HD%2CYzB2HC%3BAACD%2CQAAQ%2CUyB5HR%3BACWA%2CoBAGI%2Ce1B4GH%3BA0B%5C%2FGD%2CoBAGI%2Ce1B6GH%3BAACD%2CQAAQ%2CU0BjHR%2CqBAGI%3BACxFA%2CSAAC%2CMAAM%2COAuBD%2CU3B6KT%3BA2BpMG%2CSAAC%2CMAAM%2COAuBD%2CU3B8KT%3BAACD%2CQAAQ%2CU2BtMJ%2CUAAC%2CMAAM%2COAuBD%3BAbyaF%2CeADJ%2CQACK%2COd5PR%3BAc4PO%2CeADJ%2CQACK%2COd3PR%3BAACD%2CQAAQ%2CUc0PA%2CgBADJ%2CQACK%3BAElXT%2CiCF%2B8DI%2CQAAO%2CMdz1DV%3BAgBtHD%2CiCF%2B8DI%2CQAAO%2CMdx1DV%3BAACD%2CQAAQ%2CUgBxHR%2CkCF%2B8DI%2CQAAO%3BAGj%2BDX%2CuBHi%2BDI%2CQAAO%2CMdz1DV%3BAiBxID%2CuBHi%2BDI%2CQAAO%2CMdx1DV%3BAACD%2CQAAQ%2CUiB1IR%2CwBHi%2BDI%2CQAAO%3BARtsDX%2CcQssDI%2CQAAO%2CMdz1DV%3BAMmJD%2CcQssDI%2CQAAO%2CMdx1DV%3BAACD%2CQAAQ%2CUMiJR%2CeQssDI%2CQAAO%3BACxiEX%2CwBD0cI%2CQACK%2COd5PR%3BAe%5C%2FMD%2CwBD0cI%2CQACK%2COd3PR%3BAACD%2CQAAQ%2CUejNR%2CyBD0cI%2CQACK%3BAC1cT%2CuBDycI%2CQACK%2COd5PR%3BAe9MD%2CuBDycI%2CQACK%2COd3PR%3BAACD%2CQAAQ%2CUehNR%2CwBDycI%2CQACK%3BAc1cT%2CqBdycI%2CQACK%2COd5PR%3BA4B9MD%2CqBdycI%2CQACK%2COd3PR%3BAACD%2CQAAQ%2CU4BhNR%2CsBdycI%2CQACK%3BAejcT%2CmBfgcI%2CQACK%2COd5PR%3BA6BrMD%2CmBfgcI%2CQACK%2COd3PR%3BAACD%2CQAAQ%2CU6BvMR%2CoBfgcI%2CQACK%3BAgB3cT%2CKAAK%2CKAAK%2COhB0cN%2CQACK%2COd5PR%3BA8B%5C%2FMD%2CKAAK%2CKAAK%2COhB0cN%2CQACK%2COd3PR%3BAACD%2CQAAQ%2CU8BjNR%2CMAAK%2CKAAK%2COhB0cN%2CQACK%3BElB3KT%2CcAAA%3BEAAA%2CYAAA%3BEI5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAcqLJ%2CkBA3UK%3BAA2UL%2CkBA1UK%2CIAAI%3BAAm8DT%2CmBAoCI%2CQAAO%2CMAx%2BDN%3BAAo8DL%2CmBAoCI%2CQAAO%2CMAv%2BDN%2CIAAI%3BAInBG%2CMAFR%2CiBACI%2CQACK%2COJkBR%3BAIlBO%2CMAFR%2CiBACI%2CQACK%2COJmBR%2CIAAI%3BAK7BT%2CqBACI%2CeL2BC%3BAK5BL%2CqBACI%2CeL4BC%2CIAAI%3BAZxDT%2CyBA2DI%2CQAAO%2CKYJN%3BAZvDL%2CyBA2DI%2CQAAO%2CKYHN%2CIAAI%3BAV05BT%2CMAAM%2CQACF%2CQAAO%2COU55BN%3BAV25BL%2CMAAM%2CQACF%2CQAAO%2COU35BN%2CIAAI%3BARiGL%2CKAAC%2CcA0EG%2CiBAsBM%2CiBQlMT%3BARkGD%2CKAAC%2CcA0EG%2CiBAsBM%2CiBQjMT%2CIAAI%3BARiNG%2CKAhHP%2CcAyGG%2CQAOK%2CKAAK%2CIQlNb%3BARkNO%2CKAhHP%2CcAyGG%2CQAOK%2CKAAK%2CIQjNb%2CIAAI%3BAM3DT%2CqBACI%2CaAeI%2CcACI%2CmBNyCP%3BAM1DL%2CqBACI%2CaAeI%2CcACI%2CmBN0CP%2CIAAI%3BAO9BT%2CYA0FI%2CmBP7DC%3BAO7BL%2CYA0FI%2CmBP5DC%2CIAAI%3BAQ9CT%2C%2BBAGI%2C4BAMI%2CaRoCH%3BAQ7CL%2C%2BBAGI%2C4BAMI%2CaRqCH%2CIAAI%3BASnCT%2CmBTkCK%3BASlCL%2CmBTmCK%2CIAAI%3BAUnDT%2CwBAiFI%2C0BASI%2CeVxCH%3BAUlDL%2CwBAiFI%2C0BASI%2CeVvCH%2CIAAI%3BALjET%2C0BA6BI%2CaKmCC%3BALhEL%2C0BA6BI%2CaKoCC%2CIAAI%3BAWpCT%2CaAGI%2CiBACI%2CeX%2BBH%3BAWnCL%2CaAGI%2CiBACI%2CeXgCH%2CIAAI%3BAWdT%2CaAaI%2CaXAC%3BAWbL%2CaAaI%2CaXCC%2CIAAI%3BAWdT%2CaAcI%2CeXDC%3BAWbL%2CaAcI%2CeXAC%2CIAAI%3BAWoBT%2CYXrBK%3BAWqBL%2CYXpBK%2CIAAI%3BAY%2BBT%2CoBAGI%2CeZnCC%3BAYgCL%2CoBAGI%2CeZlCC%2CIAAI%3BAatDL%2CSAAC%2CMAAM%2COAuBD%2CUb8BL%3BAarDD%2CSAAC%2CMAAM%2COAuBD%2CUb%2BBL%2CIAAI%3BAA0YD%2CeADJ%2CQACK%2COA3YJ%3BAA2YG%2CeADJ%2CQACK%2COA1YJ%2CIAAI%3BAEwBT%2CiCF%2B8DI%2CQAAO%2CMAx%2BDN%3BAEyBL%2CiCF%2B8DI%2CQAAO%2CMAv%2BDN%2CIAAI%3BAGMT%2CuBHi%2BDI%2CQAAO%2CMAx%2BDN%3BAGOL%2CuBHi%2BDI%2CQAAO%2CMAv%2BDN%2CIAAI%3BARiST%2CcQssDI%2CQAAO%2CMAx%2BDN%3BARkSL%2CcQssDI%2CQAAO%2CMAv%2BDN%2CIAAI%3BACjET%2CwBD0cI%2CQACK%2COA3YJ%3BAChEL%2CwBD0cI%2CQACK%2COA1YJ%2CIAAI%3BAChET%2CuBDycI%2CQACK%2COA3YJ%3BAC%5C%2FDL%2CuBDycI%2CQACK%2COA1YJ%2CIAAI%3BAchET%2CqBdycI%2CQACK%2COA3YJ%3BAc%5C%2FDL%2CqBdycI%2CQACK%2COA1YJ%2CIAAI%3BAevDT%2CmBfgcI%2CQACK%2COA3YJ%3BAetDL%2CmBfgcI%2CQACK%2COA1YJ%2CIAAI%3BAgBjET%2CKAAK%2CKAAK%2COhB0cN%2CQACK%2COA3YJ%3BAgBhEL%2CKAAK%2CKAAK%2COhB0cN%2CQACK%2COA1YJ%2CIAAI%3BEACD%2CgBAAA%3B%3BAAtCR%3BAErBgB%2CwBAJZ%2COAEI%2CiBACI%2CQACK%3BACAD%2CcAJZ%2COAEI%2CiBACI%2CQACK%3BAH%2BgEL%2CmBANR%2CiBAKI%2CQACK%3BAACD%2CmBAPR%2CiBAKI%2CQAEK%3BAV3pCb%2CcAwBI%2CQAAO%3BAEv3BX%2CaAaI%2COAmBI%2CiBACM%2CWAGE%2CQAAO%3BAStBnB%2CaAAc%2CMADb%2CaAAc%2CUAcX%2CQAAO%3BACiCf%2CiCFu7DI%2CiBAKI%2CQACK%3BAE77Db%2CiCFu7DI%2CiBAKI%2CQAEK%3BAGh9Db%2CuBHy8DI%2CiBAKI%2CQACK%3BAG%5C%2F8Db%2CuBHy8DI%2CiBAKI%2CQAEK%3BARrrDb%2CcQ8qDI%2CiBAKI%2CQACK%3BARprDb%2CcQ8qDI%2CiBAKI%2CQAEK%3BElBvvDb%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAIqDA%2C2BAAC%3BAACD%2C2BAAC%3BAc1TD%2C%2BBdyTC%3BAczTD%2C%2BBd0TC%3BAgB%5C%2FUe%2CwBAJZ%2COAEI%2CiBACI%2CQACK%2CQhB8UhB%3BAgB9Ue%2CwBAJZ%2COAEI%2CiBACI%2CQACK%2CQhB%2BUhB%3BAiB%5C%2FUe%2CcAJZ%2COAEI%2CiBACI%2CQACK%2CQjB8UhB%3BAiB9Ue%2CcAJZ%2COAEI%2CiBACI%2CQACK%2CQjB%2BUhB%3BAcgsDW%2CmBANR%2CiBAKI%2CQACK%2CQdjsDZ%3BAcisDW%2CmBANR%2CiBAKI%2CQACK%2CQdhsDZ%3BAcisDW%2CmBAPR%2CiBAKI%2CQAEK%2COdlsDZ%3BAcksDW%2CmBAPR%2CiBAKI%2CQAEK%2COdjsDZ%3BAIsiBD%2CcAwBI%2CQAAO%2CQJ%5C%2FjBV%3BAIuiBD%2CcAwBI%2CQAAO%2CQJ9jBV%3BAMzTD%2CaAaI%2COAmBI%2CiBACM%2CWAGE%2CQAAO%2CQNoRtB%3BAMxTD%2CaAaI%2COAmBI%2CiBACM%2CWAGE%2CQAAO%2CQNqRtB%3BAe3SG%2CaAAc%2CMADb%2CaAAc%2CUAcX%2CQAAO%2CQf6Rd%3BAe1SG%2CaAAc%2CMADb%2CaAAc%2CUAcX%2CQAAO%2CQf8Rd%3BAgB7PD%2CiCFu7DI%2CiBAKI%2CQACK%2CQdjsDZ%3BAgB5PD%2CiCFu7DI%2CiBAKI%2CQACK%2CQdhsDZ%3BAgB7PD%2CiCFu7DI%2CiBAKI%2CQAEK%2COdlsDZ%3BAgB5PD%2CiCFu7DI%2CiBAKI%2CQAEK%2COdjsDZ%3BAiB%5C%2FQD%2CuBHy8DI%2CiBAKI%2CQACK%2CQdjsDZ%3BAiB9QD%2CuBHy8DI%2CiBAKI%2CQACK%2CQdhsDZ%3BAiB%5C%2FQD%2CuBHy8DI%2CiBAKI%2CQAEK%2COdlsDZ%3BAiB9QD%2CuBHy8DI%2CiBAKI%2CQAEK%2COdjsDZ%3BAMYD%2CcQ8qDI%2CiBAKI%2CQACK%2CQdjsDZ%3BAMaD%2CcQ8qDI%2CiBAKI%2CQACK%2CQdhsDZ%3BAMYD%2CcQ8qDI%2CiBAKI%2CQAEK%2COdlsDZ%3BAMaD%2CcQ8qDI%2CiBAKI%2CQAEK%2COdjsDZ%3BEJtDD%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAI4DA%2C2BAAC%3BAchUD%2C%2BBdgUC%3BAgBrVe%2CwBAJZ%2COAEI%2CiBACI%2CQACK%2CQhBqVhB%3BAiBrVe%2CcAJZ%2COAEI%2CiBACI%2CQACK%2CQjBqVhB%3BAc0rDW%2CmBANR%2CiBAKI%2CQACK%2CQd1rDZ%3BAc2rDW%2CmBAPR%2CiBAKI%2CQAEK%2COd3rDZ%3BAIgiBD%2CcAwBI%2CQAAO%2CQJxjBV%3BAM%5C%2FTD%2CaAaI%2COAmBI%2CiBACM%2CWAGE%2CQAAO%2CQN2RtB%3BAejTG%2CaAAc%2CMADb%2CaAAc%2CUAcX%2CQAAO%2CQfoSd%3BAgBnQD%2CiCFu7DI%2CiBAKI%2CQACK%2CQd1rDZ%3BAgBnQD%2CiCFu7DI%2CiBAKI%2CQAEK%2COd3rDZ%3BAiBrRD%2CuBHy8DI%2CiBAKI%2CQACK%2CQd1rDZ%3BAiBrRD%2CuBHy8DI%2CiBAKI%2CQAEK%2COd3rDZ%3BAMMD%2CcQ8qDI%2CiBAKI%2CQACK%2CQd1rDZ%3BAMMD%2CcQ8qDI%2CiBAKI%2CQAEK%2COd3rDZ%3BEJ5DD%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAmCpLQ%2CcAFM%2CSACV%2CSACK%2CKAoCG%2CYAKI%3BEnC2IhB%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3B%3BAoClNgB%2CeALZ%2CeAGI%2CiBACI%2CQACK%3BAhBoBT%2CkBADJ%2CQACK%3BAiBlGT%2CcA0II%2CQAAO%3BAhB1DH%2CkBADJ%2CQACK%3BAf%5C%2FET%2CeAEI%2CQAAO%2CQAAQ%3BAAMnB%2CyBAgEI%2CsBA8CI%2CYAGI%2CQAAO%3BAE8PnB%2CWAYI%2CQAAO%3BAEvWX%2CaAmFI%2CwBAMI%2CQAAO%2CQAAQ%3BA4B7CH%2CeAZhB%2CeACM%2CWAOI%2CWAGE%2CQACK%3BAb6ET%2CiBAFR%2CiBACI%2CQACK%3BAEpHb%2CqBA0BI%2CQAAO%3BAA1BX%2CqBA2BI%2CQAAO%3BACjBS%2CwBAJhB%2CwBACM%2CmBACI%2CWACE%2CQACK%3BAWiBrB%2CkBAKI%2CiBAAiB%2CQAAO%3BEvC8N5B%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CiBAAA%3B%3BAqChSA%2CcA8II%2CcnBpCJ%3BARwDI%2CKAAC%2CcA%2BIG%2CcQvMR%3BACYA%2CgCAwCI%2CSACI%2CcDrDR%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAmB7GJ%2CcA8II%2CcnBpCJ%2CGAKK%3BARmDD%2CKAAC%2CcA%2BIG%2CcQvMR%2CGAKK%3BACOL%2CgCAwCI%2CSACI%2CcDrDR%2CGAKK%3BEACG%2CSAAS%2CIAAT%3B%3BAmBhHR%2CcA8II%2CcnB1BJ%3BAR8CI%2CKAAC%2CcA%2BIG%2CcQ7LR%3BACEA%2CgCAwCI%2CSACI%2CcD3CR%3BEACI%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAsBtHJ%2CgBACM%2CWAKE%3BAANR%2CgBAEM%2CaAIE%3BAlCNR%2CeAEI%2CQAAO%2CQAAQ%3BAAMnB%2CyBAgEI%2CsBA8CI%2CYAGI%2CQAAO%3BAE8PnB%2CWAYI%2CQAAO%3BEJrKX%2CWAAA%3B%3BAGnBA%2CcAwBI%3BAGlEA%2CKAAC%2CcAgKG%3BA4BlGR%2CeAkBI%3BAnB5HJ%2CgCAKI%3BEDuFA%2CYAAA%3BEACA%2CqBAAA%3B%3BAXPJ%2CcAwBI%2CuBWfA%3BARnDA%2CKAAC%2CcAgKG%2CuBQ7GJ%3BAoBWJ%2CeAkBI%2CuBpB7BA%3BAC%5C%2FFJ%2CgCAKI%2CuBD0FA%3BEACI%2CgBAAA%3B%3BAV%5C%2FGR%2CQAAQ%2CMACJ%2CSAAQ%2CMAAO%2COAAM%3BEU%2BHrB%2CcAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAqB5NJ%2CgBACI%2COAOI%3BEvC0QR%2CgCAAA%3BEAAA%2CiBAAA%3BEkB1CI%2CmBAAA%3BEACA%2CoBAAA%3B%3BAqBzOJ%2CgBACI%2COAOI%2CarBmOJ%3BEACI%2CgBAAA%3B%3BAClOR%3BAYmGI%2CSAAC%3BEU9EL%2CqBAAA%3BEACA%2CkBAAA%3B%3BAzCFA%2CoBAAC%3BAACD%2CoBAAC%3BAmBrBD%2CqBnBoBC%3BAmBpBD%2CqBnBqBC%3BA%2BB8EG%2CSAAC%2CS%5C%2FB%5C%2FEJ%3BA%2BB%2BEG%2CSAAC%2CS%5C%2FB9EJ%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CoBAAC%3BAmB1BD%2CqBnB0BC%3BA%2BByEG%2CSAAC%2CS%5C%2FBzEJ%3BEACG%2CWAAA%3B%3BAkBiNJ%2CoBuBpNA%3BAtBxBA%2CqBsBwBA%3BAV2EI%2CSAAC%2CSU3EL%3BEAEI%2CeAAA%3BEzC8OJ%2CqBAAA%3BE0ChOA%2CqBAAA%3B%3BAAMA%2CoBDtBA%2CeCsBC%3BAvB9CD%2CqBsBwBA%2CeCsBC%3BAXqDG%2CSAAC%2CSU3EL%2CeCsBC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C9NQ%2CO3C8NR%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CoBDnCJ%2CeCkCC%2CMACI%3BAvB3DL%2CqBsBwBA%2CeCkCC%2CMACI%3BAXwCD%2CSAAC%2CSU3EL%2CeCkCC%2CMACI%3BE1C6ML%2CcAAA%3B%3BA0CvMI%2CoBDzCJ%2CeCwCC%2COACI%3BAvBjEL%2CqBsBwBA%2CeCwCC%2COACI%3BAXkCD%2CSAAC%2CSU3EL%2CeCwCC%2COACI%3BE1CuML%2CcAAA%3B%3BAyCqEA%2CoBArTA%2CeAqTC%3BAtB7UD%2CqBsBwBA%2CeAqTC%3BAV1OG%2CSAAC%2CSU3EL%2CeAqTC%3BEzCrED%2CqBAAA%3BE0ChOA%2CqBAAA%3B%3BAAMA%2CoBDtBA%2CeAqTC%2COC%5C%2FRA%3BAvB9CD%2CqBsBwBA%2CeAqTC%2COC%5C%2FRA%3BAXqDG%2CSAAC%2CSU3EL%2CeAqTC%2COC%5C%2FRA%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C%5C%2FNM%2CO3C%2BNN%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CoBDnCJ%2CeAqTC%2COCnRA%2CMACI%3BAvB3DL%2CqBsBwBA%2CeAqTC%2COCnRA%2CMACI%3BAXwCD%2CSAAC%2CSU3EL%2CeAqTC%2COCnRA%2CMACI%3BE1C6ML%2CcAAA%3B%3BA0CvMI%2CoBDzCJ%2CeAqTC%2COC7QA%2COACI%3BAvBjEL%2CqBsBwBA%2CeAqTC%2COC7QA%2COACI%3BAXkCD%2CSAAC%2CSU3EL%2CeAqTC%2COC7QA%2COACI%3BE1CuML%2CcAAA%3B%3BAkB5BA%2CoBuB7BA%3BAtB%5C%2FMA%2CqBsB%2BMA%3BAV5GI%2CSAAC%2CSU4GL%3BEzCyDA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CYAAA%3BEyChDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEzC8CJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BAkB5BA%2CoBuB7BA%2CYAsBI%3BAtBrOJ%2CqBsB%2BMA%2CYAsBI%3BAVlIA%2CSAAC%2CSU4GL%2CYAsBI%3BEzCmCJ%2CSAAA%3BEAAA%2CyBAAA%3B%3BAyC3BQ%2CoBA9BR%2CYAsBI%2CGAQK%3BAtB7OT%2CqBsB%2BMA%2CYAsBI%2CGAQK%3BAV1IL%2CSAAC%2CSU4GL%2CYAsBI%2CGAQK%3BEzC2BT%2CmBAAA%3BEyCzBY%2CeAAA%3B%3BAAuTZ%2CoBAvVA%2CYAuVC%3BAACD%2CoBAxVA%2CYAwVC%3BAtBviBD%2CqBsB%2BMA%2CYAuVC%3BAtBtiBD%2CqBsB%2BMA%2CYAwVC%3BAVpcG%2CSAAC%2CSU4GL%2CYAuVC%3BAVncG%2CSAAC%2CSU4GL%2CYAwVC%3BEACG%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CoBAjWA%2CYAiWC%3BAtBhjBD%2CqBsB%2BMA%2CYAiWC%3BAV7cG%2CSAAC%2CSU4GL%2CYAiWC%3BEACG%2CiBAAA%3BEzCzSJ%2CsDAAA%3BEyC2SI%2CWAAA%3B%3BAAGJ%2CoBAvWA%2CYAuWC%3BAtBtjBD%2CqBsB%2BMA%2CYAuWC%3BAVndG%2CSAAC%2CSU4GL%2CYAuWC%3BEACG%2CiBAAA%3BEzC%5C%2FSJ%2CsDAAA%3BEyCiTI%2CWAAA%3B%3BAAzDJ%2CoBAjTA%2CYAiTC%3BAtBhgBD%2CqBsB%2BMA%2CYAiTC%3BAV7ZG%2CSAAC%2CSU4GL%2CYAiTC%3BEzCxPD%2CUAAA%3BEAAA%2CUAAA%3B%3BAyC6PA%2CoBAtTA%2CYAsTC%3BAtBrgBD%2CqBsB%2BMA%2CYAsTC%3BAVlaG%2CSAAC%2CSU4GL%2CYAsTC%3BEzC7PD%2CSAAA%3BEAAA%2CUAAA%3B%3BAyCZA%2CoBAAC%3BAtB5PD%2CqBsB4PC%3BAVzJG%2CSAAC%2CSUyJJ%3BEACG%2CiBAAA%3B%3BAADJ%2CoBAAC%2COAGG%3BAtB%5C%2FPJ%2CqBsB4PC%2COAGG%3BAV5JA%2CSAAC%2CSUyJJ%2COAGG%3BEACI%2CcAAA%3B%3BAtBhQR%2CqBDoPI%2CGAAE%3BAajJF%2CSAAC%2CSbiJD%2CGAAE%3BEACE%2CcAAA%3B%3BAmB7QR%2CcA8EI%2CeAOI%2CKACI%2CKAGI%3BAQzFhB%2COACI%2CgBA4BI%2CKACI%3BAvCrBZ%2CyBAcI%2CYAAW%3BAEiWf%2CWAKI%2CYAAW%3BA%2BBhFf%2CQACI%2CMAAK%2CmBACD%2CKACI%3BApBjRZ%2CyBACI%2COAAM%2CIAAK%3BAAsFf%2CgCAkCI%2CKACI%3BA2BpJR%2CMAAM%2CQAWF%2CKAAI%2CIAGA%2CSAAQ%2CIACJ%3BAfqSJ%2C0BADJ%2CYACK%3BAItST%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAkB%5C%2FB%2CYAGI%3BAAoEA%2CcAFM%2CSACV%2CSACK%2CKAoCG%2CYACI%2CMAAK%3BAY7HD%2CQAnBhB%2CgBACI%2CUAGI%2CQAGI%2COAYK%2CIACG%3BE7BmQpB%2CkBAAA%3BEACA%2CWAAA%3B%3BAqB9FJ%3BASyNA%2CgBACI%3BAhCrZJ%3BAACA%3BEEkSI%2CiBAAA%3B%3BAV6NQ%2CQAzDR%2CeAwDI%2CQACK%3BAAqTL%2CiBArCJ%2CMAqCK%2COAKG%2CQAAO%3BAAkEnB%2CcASI%2CQAAO%3BAyCh1BP%2COAAC%2CQAmBG%2CQAAO%3BEjDwNf%2CqBAAA%3BE0C9QA%2CqBAAA%3B%3BAxBoSA%2C6BwBlCE%3BAlC4OU%2CQAzDR%2CeAwDI%2CQACK%2COkC5OX%3BAlCiiBM%2CiBArCJ%2CMAqCK%2COAKG%2CQAAO%2COkCtiBjB%3BAlCwmBF%2CcASI%2CQAAO%2COkCjnBT%3BAO%5C%2FNE%2COAAC%2CQAmBG%2CQAAO%2COP4Mb%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0CHA%2C6BAAC%3BAlCweW%2CQAzDR%2CeAwDI%2CQACK%2COkCxeZ%3BAlC6xBO%2CiBArCJ%2CMAqCK%2COAKG%2CQAAO%2COkClyBlB%3BAlCo2BD%2CcASI%2CQAAO%2COkC72BV%3BAO6BG%2COAAC%2CQAmBG%2CQAAO%2COPhDd%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C1OU%2CO3C0OV%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2C6BADH%2CMACI%3BAlC2dO%2CQAzDR%2CeAwDI%2CQACK%2COkC5dZ%2CMACI%3BAlCgxBG%2CiBArCJ%2CMAqCK%2COAKG%2CQAAO%2COkCtxBlB%2CMACI%3BAlCu1BL%2CcASI%2CQAAO%2COkCj2BV%2CMACI%3BAOgBD%2COAAC%2CQAmBG%2CQAAO%2COPpCd%2CMACI%3BE1C2PL%2CcAAA%3B%3BA0CrPI%2C6BADH%2COACI%3BAlCqdO%2CQAzDR%2CeAwDI%2CQACK%2COkCtdZ%2COACI%3BAlC0wBG%2CiBArCJ%2CMAqCK%2COAKG%2CQAAO%2COkChxBlB%2COACI%3BAlCi1BL%2CcASI%2CQAAO%2COkC31BV%2COACI%3BAOUD%2COAAC%2CQAmBG%2CQAAO%2COP9Bd%2COACI%3BE1CqPL%2CWAAA%3B%3BAOzPQ%2CQAVH%2CKAUI%3BACOT%2CQAAQ%2CKAAM%3BEU2RV%2CgBAAA%3B%3BAXlSI%2CQAVH%2CKAUI%2CKWmSH%3BAV5RN%2CQAAQ%2CKAAM%2CEU4RR%3BElB1CN%2CWAAA%3BEAAA%2CqBAAA%3B%3BADjJA%2CiBmB2LM%2CInB3LL%3BAQxGO%2CQAVH%2CKAUI%2CKWmSH%2CInB3LL%3BASjGD%2CQAAQ%2CKAAM%2CEU4RR%2CInB3LL%3BECiJD%2CWAAA%3BEAAA%2C0BAAA%3B%3BAD5IA%2CiBmBsLM%2CInBtLL%3BAQ7GO%2CQAVH%2CKAUI%2CKWmSH%2CInBtLL%3BAStGD%2CQAAQ%2CKAAM%2CEU4RR%2CInBtLL%3BEC4ID%2CWAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CiBmBiLM%2CInBjLL%3BAQlHO%2CQAVH%2CKAUI%2CKWmSH%2CInBjLL%3BAS3GD%2CQAAQ%2CKAAM%2CEU4RR%2CInBjLL%3BECuID%2CWAAA%3BEAAA%2C0BAAA%3B%3BADjJA%2CcAAC%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CcAAC%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CcAAC%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAmB9QA%2CKAAK%2CaAAa%2CMACd%3BAgBnBJ%2CKAAK%2CSAAS%2CMACV%3BEjBwWJ%2CcAAA%3B%3BAAkGQ%2CeADJ%2CQACK%3BAC3cT%2CwBD0cI%2CQACK%3BAC1cT%2CuBDycI%2CQACK%3BAc1cT%2CqBdycI%2CQACK%3BAejcT%2CmBfgcI%2CQACK%3BAgB3cT%2CKAAK%2CKAAK%2COhB0cN%2CQACK%3BEA9DL%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BACjZJ%2CwBDyaI%2CUACI%2COACI%3BAC1aZ%2CuBDwaI%2CUACI%2COACI%3BAc1aZ%2CqBdwaI%2CUACI%2COACI%3BAejaZ%2CmBf%2BZI%2CUACI%2COACI%3BAgB3aZ%2CKAAK%2CKAAK%2COhByaN%2CUACI%2COACI%3BEACI%2CUAAA%3B%3BAC5ahB%2CwBDyaI%2CUAOI%2CiBAGM%3BAClbd%2CuBDwaI%2CUAOI%2CiBAGM%3BAclbd%2CqBdwaI%2CUAOI%2CiBAGM%3BAezad%2CmBf%2BZI%2CUAOI%2CiBAGM%3BAgBnbd%2CKAAK%2CKAAK%2COhByaN%2CUAOI%2CiBAGM%3BEAOE%2CWAAA%3B%3BAC1bhB%2CwBDyaI%2CUAOI%2CiBAGM%2CaACE%2CQACK%3BACpbrB%2CuBDwaI%2CUAOI%2CiBAGM%2CaACE%2CQACK%3BAcpbrB%2CqBdwaI%2CUAOI%2CiBAGM%2CaACE%2CQACK%3BAe3arB%2CmBf%2BZI%2CUAOI%2CiBAGM%2CaACE%2CQACK%3BAgBrbrB%2CKAAK%2CKAAK%2COhByaN%2CUAOI%2CiBAGM%2CaACE%2CQACK%3BEACG%2CcAAA%3B%3BACtbxB%2CwBDyaI%2CUAqBI%2CQACI%3BAC9bZ%2CuBDwaI%2CUAqBI%2CQACI%3BAc9bZ%2CqBdwaI%2CUAqBI%2CQACI%3BAerbZ%2CmBf%2BZI%2CUAqBI%2CQACI%3BAgB%5C%2FbZ%2CKAAK%2CKAAK%2COhByaN%2CUAqBI%2CQACI%3BEACI%2CSAAA%3B%3BAChchB%2CwBDqcI%3BACpcJ%2CuBDocI%3BAcpcJ%2CqBdocI%3BAe3bJ%2CmBf2bI%3BAgBrcJ%2CKAAK%2CKAAK%2COhBqcN%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BACvcR%2CwBDgdI%2CSACK%3BAChdT%2CuBD%2BcI%2CSACK%3BAchdT%2CqBd%2BcI%2CSACK%3BAevcT%2CmBfscI%2CSACK%3BAgBjdT%2CKAAK%2CKAAK%2COhBgdN%2CSACK%3BEACG%2CcAAA%3B%3BAWlPA%2CoBAFR%2CaACI%2CoBACK%2CIAAI%3BE7BjNjB%2CSAAA%3BEACA%2CkBAAA%3B%3BAqChBA%2CcA8EI%2CeAOI%2CKASI%3BAA9FZ%2CcAuJI%2COAGI%2CkBACI%2CcACI%2CUACM%3BAa7JtB%2CYACI%2CeAEI%2COACI%3BA5CKZ%2CyBAgEI%2CsBAuEI%3BAAvIR%2CyBAgEI%2CsBAwEI%2CSAAQ%3BAAxIhB%2CyBAgEI%2CsBAyEI%3BACvFA%2CQA9BH%2CKA8BI%2CQAGG%2CmBAKM%2CUAME%3BACvBpB%2CcACI%3BAAouBQ%2CiBAPR%2CMAIK%2CMAGI%2COAEG%3BAADJ%2CiBARR%2CMAIK%2CMAII%2CQACG%3BAAkMhB%2CMAAM%2CQAeF%2COAAM%2COAKF%3BAE5yBI%2CKAjCP%2CcAsBG%2CKAWK%2CIAIG%3BA4B%5C%2FBR%2CiBAjBJ%2CQAiBK%2CSAGG%3BAAHJ%2CiBAjBJ%2CQAiBK%2CSAoCG%3BA3BzLZ%2CqBACI%3BAiBNJ%2CwBA0GI%2CsBACM%3BAA3GV%2CwBA0HI%2CUACI%3BAuBxHR%2CwBAmFI%2COACI%3BAZbR%2CSACI%2CUACM%3BAAqFV%2CMAAM%2COACF%2COAAM%2CWACF%3BAajLR%2CcACI%3BACaJ%2C0BAaI%2CyBACI%2CUACI%2CQAAO%3BAC5BnB%2CsBAgFI%2CUAAS%2CSACJ%3BAClET%2CYACI%2CuBAGI%2COAGI%3BAvBtBZ%2CqBAGI%2CQACI%3BAiByIA%2COA7CH%2CQA6CI%2CQAyCG%3BAlBjHI%2CiBAHU%2CUAxDrB%2CMAAM%2COA0DG%2CUACG%2CMACG%3BAADJ%2CcAFO%2CUAzDlB%2CMAAM%2COA0DG%2CUACG%2CMACG%3BAAiEpB%2CuBACI%2CoBACI%3BAA4FR%2C2BAKI%2CsBAII%2CUACM%3BAyB9Od%2CMAAM%2CWA2CF%3BARoIA%2COAAC%2CKAGG%3BAAgOR%2CgBACI%2CiBAGI%3BAlCnFR%2CcAaI%2CcACI%3BACpMJ%2COADG%2CKACF%2CIAAI%3BAAoHT%2CYAEI%2CUAmCI%3BAApCR%2CYACI%2CUAmCI%3BAoB5LA%2CcAFM%2CSACV%2CSACK%2CKAcG%2CaACI%3BEnCvGhB%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAsCqSQ%2CeA9BJ%2CSA8BK%2CQACG%2CQAWM%3BAmB%5C%2FTd%2CsBAAC%2CcAGG%2CsBAQI%3BEzDOZ%2CUAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAQA%2CiBAAC%3BAACD%2CiBAAC%3BAkB2XD%2CeACI%2CUAOI%2CiBlBpYP%3BAkB4XD%2CeACI%2CUAOI%2CiBlBnYP%3BAqC7CD%2CcA8II%2CcrClGH%3BAqC5CD%2CcA8II%2CcrCjGH%3BAqC7CD%2CcAuJI%2COrC3GH%3BAqC5CD%2CcAuJI%2COrC1GH%3BAqC7CD%2CcAkMI%2CerCtJH%3BAqC5CD%2CcAkMI%2CerCrJH%3BAMpCD%2CyBAkBI%2CyBAoBI%2COAAM%2COAKF%2CONRX%3BAMnCD%2CyBAkBI%2CyBAoBI%2COAAM%2COAKF%2CONPX%3BA0DzBD%2CQ1DwBC%3BA0DxBD%2CQ1DyBC%3BAQyZD%2CQA%2BEI%2CsBRzeH%3BAQ0ZD%2CQA%2BEI%2CsBRxeH%3BAUqHG%2CKAAC%2CcA0EG%2CiBVhMP%3BAUsHG%2CKAAC%2CcA0EG%2CiBV%5C%2FLP%3BAUqHG%2CKAAC%2CcA%2BIG%2CcVrQP%3BAUsHG%2CKAAC%2CcA%2BIG%2CcVpQP%3BAsCmLD%2CeAEI%2CcAWM%2CWtCjMT%3BAsCoLD%2CeAEI%2CcAWM%2CWtChMT%3BAWpBD%2CmBXmBC%3BAWnBD%2CmBXoBC%3BAWaD%2CyBXdC%3BAWcD%2CyBXbC%3BA2DxCD%2CsB3DuCC%3BA2DvCD%2CsB3DwCC%3BAyB2DO%2CYADJ%2COACK%2CUzB5DR%3BAyB4DO%2CYADJ%2COACK%2CUzB3DR%3BAqD%5C%2FBD%2C0BACI%2CkBrD6BH%3BAqD9BD%2C0BACI%2CkBrD8BH%3BA6B4GD%2CgBA%2BBI%2CS7B5IH%3BA6B6GD%2CgBA%2BBI%2CS7B3IH%3BA6BsJD%2CoBACI%2CoB7BxJH%3BA6BuJD%2CoBACI%2CoB7BvJH%3BA6BsJD%2CoBAEI%2CkC7BzJH%3BA6BuJD%2CoBAEI%2CkC7BxJH%3BAmByED%2CgCAwCI%2CSACI%2CcnBnHP%3BAmB0ED%2CgCAwCI%2CSACI%2CcnBlHP%3BA8BXD%2CmB9BUC%3BA8BVD%2CmB9BWC%3BA8BqGD%2CYAAa%2CMAAK%2CMAEd%2CeAOI%2CS9B%5C%2FGP%3BA8BsGD%2CYAAa%2CMAAK%2CMAEd%2CeAOI%2CS9B9GP%3BA8BsGD%2CkBACI%2CeAOI%2CS9B%5C%2FGP%3BA8BuGD%2CkBACI%2CeAOI%2CS9B9GP%3BA8BmJD%2CcAKI%2CS9BzJH%3BA8BoJD%2CcAKI%2CS9BxJH%3BA4DtCD%2CUAWI%2CgB5D0BH%3BA4DrCD%2CUAWI%2CgB5D2BH%3BAgDuWD%2CgBACI%2CiBhDzWH%3BAgDwWD%2CgBACI%2CiBhDxWH%3BAiCnCD%2CmBAaI%2CiBjCqBH%3BAiClCD%2CmBAaI%2CiBjCsBH%3BAekEG%2COAAC%2CQfnEJ%3BAemEG%2COAAC%2CQflEJ%3BAmB7CD%2CwBDyaI%2CUAOI%2CiBlBpYP%3BAmB5CD%2CwBDyaI%2CUAOI%2CiBlBnYP%3BAmB5CD%2CuBDwaI%2CUAOI%2CiBlBpYP%3BAmB3CD%2CuBDwaI%2CUAOI%2CiBlBnYP%3BAgC5CD%2CqBdwaI%2CUAOI%2CiBlBpYP%3BAgC3CD%2CqBdwaI%2CUAOI%2CiBlBnYP%3BAiCnCD%2CmBf%2BZI%2CUAOI%2CiBlBpYP%3BAiClCD%2CmBf%2BZI%2CUAOI%2CiBlBnYP%3BAkC7CD%2CKAAK%2CKAAK%2COhByaN%2CUAOI%2CiBlBpYP%3BAkC5CD%2CKAAK%2CKAAK%2COhByaN%2CUAOI%2CiBlBnYP%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CiBAAC%3BAkBsXD%2CeACI%2CUAOI%2CiBlB9XP%3BAqClDD%2CcA8II%2CcrC5FH%3BAqClDD%2CcAuJI%2COrCrGH%3BAqClDD%2CcAkMI%2CerChJH%3BAMzCD%2CyBAkBI%2CyBAoBI%2COAAM%2COAKF%2CONFX%3BA0D9BD%2CQ1D8BC%3BAQoZD%2CQA%2BEI%2CsBRneH%3BAUgHG%2CKAAC%2CcA0EG%2CiBV1LP%3BAUgHG%2CKAAC%2CcA%2BIG%2CcV%5C%2FPP%3BAsC8KD%2CeAEI%2CcAWM%2CWtC3LT%3BAWzBD%2CmBXyBC%3BAWQD%2CyBXRC%3BA2D7CD%2CsB3D6CC%3BAyBsDO%2CYADJ%2COACK%2CUzBtDR%3BAqDpCD%2C0BACI%2CkBrDmCH%3BA6BuGD%2CgBA%2BBI%2CS7BtIH%3BA6BiJD%2CoBACI%2CoB7BlJH%3BA6BiJD%2CoBAEI%2CkC7BnJH%3BAmBoED%2CgCAwCI%2CSACI%2CcnB7GP%3BA8BhBD%2CmB9BgBC%3BA8BgGD%2CYAAa%2CMAAK%2CMAEd%2CeAOI%2CS9BzGP%3BA8BiGD%2CkBACI%2CeAOI%2CS9BzGP%3BA8B8ID%2CcAKI%2CS9BnJH%3BA4D3CD%2CUAWI%2CgB5DgCH%3BAgDkWD%2CgBACI%2CiBhDnWH%3BAiCxCD%2CmBAaI%2CiBjC2BH%3BAe6DG%2COAAC%2CQf7DJ%3BAmBlDD%2CwBDyaI%2CUAOI%2CiBlB9XP%3BAmBjDD%2CuBDwaI%2CUAOI%2CiBlB9XP%3BAgCjDD%2CqBdwaI%2CUAOI%2CiBlB9XP%3BAiCxCD%2CmBf%2BZI%2CUAOI%2CiBlB9XP%3BAkClDD%2CKAAK%2CKAAK%2COhByaN%2CUAOI%2CiBlB9XP%3BEACG%2CWAAA%3B%3BAkBgtDJ%2CeACI%3BAA2BJ%3BA2C3xDA%2CQAGI%2CQAAO%3BAAHX%2CQAYI%3BAAZJ%2CQAmBI%3BACjBJ%3BAjBNA%2COACI%2CgBAqBI%3BAtCOJ%2CQAAC%3BACyaL%2CQA%2BEI%2CsBAII%3BACrdR%3BACvCA%3BAeMA%2CYA4BI%3BAgClDA%2CsBAAC%2CcAgBG%3BAMXR%3BA9CoIoB%2CYA5FhB%2CcAKI%2CQAII%2CMAkFI%2CQACK%3BA8BzID%2CQAZhB%2CgBACI%2CUAGI%2CQAGI%2COAKK%3BAtC2IT%2CKAvCP%2COAAO%2CSAGR%2CQAAO%2CMACH%2COAmCK%2CKS4mDT%3BA8C5vDI%2CMADJ%2CSACK%3BA7C4DT%2CuBACI%2COAAM%2CKD%2BrDN%3BEAznCJ%2CsBAAA%3B%3BAwBrkBA%2CoBAAC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C9NQ%2CO3C8NR%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BA1C7TA%2CiBAAC%3BAACD%2CiBAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CiBAAC%3BEACG%2CWAAA%3B%3BAkBirBJ%2CiBuBnSA%3BEACI%2CWAAA%3BEACA%2CSAAA%3B%3BAvBiSJ%2CiBuB9RA%3BEACI%2CYAAA%3BEACA%2CSAAA%3B%3BAvB4RJ%2CiBuB9QA%2COAAM%3BEACF%2C6BAAA%3BEACA%2C0BAAA%3B%3BAvB4QJ%2CiBuBzQA%2COAAS%3BEACL%2C4BAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BAvBsQJ%2CiBuBrkBA%3BEzCiIA%2CqBAAA%3BE0ChOA%2CqBAAA%3B%3BAxBoqBA%2CiBuBrkBA%2CeCqHE%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0C2CA%2CiBDyFA%2CeCzFC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C9NQ%2CO3C8NR%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CiBD4EJ%2CeC7EC%2CMACI%3BE1C6ML%2CcAAA%3B%3BA0CvMI%2CiBDsEJ%2CeCvEC%2COACI%3BE1CuML%2CcAAA%3B%3BAyCuHA%2CiBAxPA%2CeAwPC%3BEzCvHD%2CqBAAA%3BE0ChOA%2CqBAAA%3B%3BADuVA%2CiBAxPA%2CeAwPC%2COCnIC%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0C2CA%2CiBDyFA%2CeAwPC%2COCjVA%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C%5C%2FNM%2CO3C%2BNN%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CiBD4EJ%2CeAwPC%2COCrUA%2CMACI%3BE1C6ML%2CcAAA%3B%3BA0CvMI%2CiBDsEJ%2CeAwPC%2COC%5C%2FTA%2COACI%3BE1CuML%2CcAAA%3B%3BAkBocA%2CiBuB7fA%3BEzCyDA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEyChDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEzC8CJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BAkBocA%2CiBuB7fA%2COAsBI%3BEzCmCJ%2CSAAA%3BEAAA%2CcAAA%3B%3BAyC3BQ%2CiBA9BR%2COAsBI%2CGAQK%3BEzC2BT%2CmBAAA%3BEyCzBY%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%3BEzCzSJ%2CsDAAA%3BEyC2SI%2CWAAA%3B%3BAAGJ%2CiBAvWA%2COAuWC%3BEACG%2CiBAAA%3BEzC%5C%2FSJ%2CsDAAA%3BEyCiTI%2CWAAA%3B%3BAAlCJ%2CiBAxUA%2COAwUC%3BEzC%5C%2FQD%2CWAAA%3BEAAA%2CUAAA%3B%3BAyCoRA%2CiBA7UA%2COA6UC%3BEzCpRD%2CUAAA%3BEAAA%2CUAAA%3B%3BAyCZA%2CiBAAC%3BEACG%2CiBAAA%3B%3BAADJ%2CiBAAC%2COAGG%3BEACI%2CcAAA%3B%3BAnC%5C%2FQR%2CyBAgEI%2CsBAuDI%2CqBAGM%3BACxEN%2CQA9BH%2CKA8BI%2CQAGG%2CmBAKM%3BACqVlB%2CqBAII%2CQAAO%3BAuBvXC%2CSA1BP%2CMAAM%2COAuBD%2CUAGG%3BAGjCb%2CqBAAsB%2CQAAO%2COAAO%3BACEpC%2CqBAII%2CQAAO%3BAAHX%2CqBAGI%2CQAAO%3BAAFX%2CaAEI%2CQAAO%3BAADX%2CiBACI%2CQAAO%3BEnCsRX%2CWAAA%3BEkB2lBI%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BElB7lBJ%2CqBAAA%3BE0C9QA%2CqBAAA%3B%3BAAMA%2CkBAAC%3BApCfD%2CyBAgEI%2CsBAuDI%2CqBAGM%2CUoC3Gb%3BAnCmCO%2CQA9BH%2CKA8BI%2CQAGG%2CmBAKM%2CUmC3CjB%3BAlCgYD%2CqBAII%2CQAAO%2CUkCpYV%3BAXaW%2CSA1BP%2CMAAM%2COAuBD%2CUAGG%2CMWbZ%3BARpBD%2CqBAAsB%2CQAAO%2COAAO%2COQoBnC%3BAPlBD%2CqBAII%2CQAAO%2CWOcV%3BAPjBD%2CqBAGI%2CQAAO%2CWOcV%3BAPhBD%2CaAEI%2CQAAO%2CWOcV%3BAPfD%2CiBACI%2CQAAO%2CWOcV%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CoBAAA%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BApChWA%2CyBAgEI%2CsBAuDI%2CqBAGM%2CUYmwBT%3BAX30BG%2CQA9BH%2CKA8BI%2CQAGG%2CmBAKM%2CUWm0Bb%3BAV9eL%2CqBAII%2CQAAO%2CUU0eN%3BAaj2BO%2CSA1BP%2CMAAM%2COAuBD%2CUAGG%2CMbi2BR%3BAgBl4BL%2CqBAAsB%2CQAAO%2COAAO%2COhBk4B%5C%2FB%3BAiBh4BL%2CqBAII%2CQAAO%2CWjB43BN%3BAiB%5C%2F3BL%2CqBAGI%2CQAAO%2CWjB43BN%3BAiB93BL%2CaAEI%2CQAAO%2CWjB43BN%3BAiB73BL%2CiBACI%2CQAAO%2CWjB43BN%3BElBtmBL%2CWAAA%3BEkBwmBQ%2CqBAAA%3B%3BAZ%5C%2F3BR%2CyBAgEI%2CsBAuDI%2CqBAGM%2CUYwwBT%3BAXh1BG%2CQA9BH%2CKA8BI%2CQAGG%2CmBAKM%2CUWw0Bb%3BAVnfL%2CqBAII%2CQAAO%2CUU%2BeN%3BAat2BO%2CSA1BP%2CMAAM%2COAuBD%2CUAGG%2CMbs2BR%3BAgBv4BL%2CqBAAsB%2CQAAO%2COAAO%2COhBu4B%5C%2FB%3BAiBr4BL%2CqBAII%2CQAAO%2CWjBi4BN%3BAiBp4BL%2CqBAGI%2CQAAO%2CWjBi4BN%3BAiBn4BL%2CaAEI%2CQAAO%2CWjBi4BN%3BAiBl4BL%2CiBACI%2CQAAO%2CWjBi4BN%3BEACG%2CWAAA%3B%3BAZn4BR%2CyBAgEI%2CsBA8CI%3BAEiQR%3BEU%2BhBI%2CcAAA%3B%3BAA0GJ%2CeAGM%3BAoBpyBN%2CeAkEI%2CSAMI%3BApB4tDR%2CmBACI%2COAjgCE%3BARv%2BBN%2CaAaI%2COQ09BE%3BAE36BN%2CiCF46DI%2COAjgCE%3BAG77BN%2CuBH87DI%2COAjgCE%3BARlqBN%2CcQmqDI%2COAjgCE%3BElBpuBN%2C0BAAA%3BEkBsqBA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BElBxqBA%2CsBAAA%3BEAAA%2CcAAA%3BE0ChOA%2CqBAAA%3B%3BAxBi8BA%2CeAGM%2CSA1DL%3BAoB1uBD%2CeAkEI%2CSAMI%2CQpBkqBP%3BAA0jCD%2CmBACI%2COAjgCE%2CSA1DL%3BAR76BD%2CaAaI%2COQ09BE%2CSA1DL%3BAEj3BD%2CiCF46DI%2COAjgCE%2CSA1DL%3BAGn4BD%2CuBH87DI%2COAjgCE%2CSA1DL%3BARxmBD%2CcQmqDI%2COAjgCE%2CSA1DL%3BEACG%2CkBAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3B%3BAAKJ%2CmBwB9rBE%3BAxB6uBF%2CeAGM%2CSwBhvBJ%3BAJpDF%2CeAkEI%2CSAMI%2CQIpBN%3BAxBgvDF%2CmBACI%2COAjgCE%2CSwBhvBJ%3BAhCvPF%2CaAaI%2COQ09BE%2CSwBhvBJ%3BAtB3LF%2CiCF46DI%2COAjgCE%2CSwBhvBJ%3BArB7MF%2CuBH87DI%2COAjgCE%2CSwBhvBJ%3BAhC8EF%2CcQmqDI%2COAjgCE%2CSwBhvBJ%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0C2CA%2CmBAAC%3BAxB27BD%2CeAGM%2CSwB97BL%3BAJ0JD%2CeAkEI%2CSAMI%2CQIlOP%3BAxB87DD%2CmBACI%2COAjgCE%2CSwB97BL%3BAhCzCD%2CaAaI%2COQ09BE%2CSwB97BL%3BAtBmBD%2CiCF46DI%2COAjgCE%2CSwB97BL%3BArBCD%2CuBH87DI%2COAjgCE%2CSwB97BL%3BAhC4RD%2CcQmqDI%2COAjgCE%2CSwB97BL%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C9NQ%2CO3C8NR%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CeAAA%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAxB2pDA%2CmBACI%3BARx%2BDJ%2CaAaI%3BAU%2BCJ%2CiCF46DI%3BAG97DJ%2CuBH87DI%3BARnqDJ%2CcQmqDI%3BEAngCA%2CSAAA%3B%3BAAkgCJ%2CmBACI%2COAjgCE%2CSAEG%3BARz%2BBT%2CaAaI%2COQ09BE%2CSAEG%3BAE76BT%2CiCF46DI%2COAjgCE%2CSAEG%3BAG%5C%2F7BT%2CuBH87DI%2COAjgCE%2CSAEG%3BARpqBT%2CcQmqDI%2COAjgCE%2CSAEG%3BEACG%2CcAAA%3B%3BAA6%5C%2FBZ%2CmBACI%2COA1%5C%2FBA%3BAR9%2BBJ%2CaAaI%2COQi%2BBA%3BAEl7BJ%2CiCF46DI%2COA1%5C%2FBA%3BAGp8BJ%2CuBH87DI%2COA1%5C%2FBA%3BARzqBJ%2CcQmqDI%2COA1%5C%2FBA%3BEACI%2CaAAA%3BElB5uBR%2CsBAAA%3BEkB8uBQ%2CkBAAA%3B%3BAwB94BR%2CexBi5BK%2COACK%2CSwBl5BT%3BAxBo4DD%2CmBACI%2COAp%5C%2FBC%2COACK%2CSwBl5BT%3BAhCnGD%2CaAaI%2COQu%2BBC%2COACK%2CSwBl5BT%3BAtBvCD%2CiCF46DI%2COAp%5C%2FBC%2COACK%2CSwBl5BT%3BArBzDD%2CuBH87DI%2COAp%5C%2FBC%2COACK%2CSwBl5BT%3BAhCkOD%2CcQmqDI%2COAp%5C%2FBC%2COACK%2CSwBl5BT%3BE1CgKD%2CS2C%5C%2FNM%2CO3C%2BNN%3B%3BAkBouDA%2CmBACI%2COAp%5C%2FBC%2COAQG%3BAR5%5C%2FBR%2CaAaI%2COQu%2BBC%2COAQG%3BAEh8BR%2CiCF46DI%2COAp%5C%2FBC%2COAQG%3BAGl9BR%2CuBH87DI%2COAp%5C%2FBC%2COAQG%3BARvrBR%2CcQmqDI%2COAp%5C%2FBC%2COAQG%3BEACI%2CcAAA%3B%3BAAqWZ%2CmBACI%3BAmBh4CJ%2CcAmLI%3BAAnLJ%2CcAoLI%2CeAAe%3BAExEnB%2CQAoCI%3BApBtEJ%2CyBAGI%3BAAiBJ%2C2BACI%3BAAuBJ%2CgCACI%3BAY%2BGJ%2C2BACI%3BAAgBJ%2C8BACI%3BAiB4JJ%2CgBAgBI%2CgBAGI%3BA5BraR%2CwBACI%2COF63CA%3BAmBh4CJ%2CcnBg4CI%3BAG93CJ%2CcACI%2COH63CA%3BAqBpxCJ%2CQAWI%2CQAAO%2CKAOH%2COAAM%2CIAAI%2CSrBkwCd%3BAe9zCJ%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSf4zCd%3BAJ%5C%2FhCJ%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSI4hCd%3BAJ9hCJ%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSI4hCd%3BElBhmCJ%2CgCAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3B%3BAkB%2BlCA%2CmBACI%2CaA1QE%3BAAyQN%2CmBACI%2CaAzQE%3BAmBvnCN%2CcAmLI%2CanBm8BE%3BAmBtnCN%2CcAmLI%2CanBo8BE%3BAmBvnCN%2CcAoLI%2CeAAe%2COnBk8Bb%3BAmBtnCN%2CcAoLI%2CeAAe%2COnBm8Bb%3BAqB3gCN%2CQAoCI%2CQrBs%2BBE%3BAqB1gCN%2CQAoCI%2CQrBu%2BBE%3BAC7iCN%2CyBAGI%2CQDyiCE%3BAC5iCN%2CyBAGI%2CQD0iCE%3BACzhCN%2C2BACI%2CaDuhCE%3BACxhCN%2C2BACI%2CaDwhCE%3BACjgCN%2CgCACI%2CaD%2B%5C%2FBE%3BAChgCN%2CgCACI%2CaDggCE%3BAaj5BN%2C2BACI%2Cab%2B4BE%3BAah5BN%2C2BACI%2Cabg5BE%3BAah4BN%2C8BACI%2Cab83BE%3BAa%5C%2F3BN%2C8BACI%2Cab%2B3BE%3BA8BnuBN%2CgBAgBI%2CgBAGI%2CO9B%2BsBF%3BA8BluBN%2CgBAgBI%2CgBAGI%2CO9BgtBF%3BAErnCN%2CwBACI%2COF63CA%2CaA1QE%3BAEpnCN%2CwBACI%2COF63CA%2CaAzQE%3BAmBvnCN%2CcnBg4CI%2CaA1QE%3BAmBtnCN%2CcnBg4CI%2CaAzQE%3BAGrnCN%2CcACI%2COH63CA%2CaA1QE%3BAGpnCN%2CcACI%2COH63CA%2CaAzQE%3BAqB3gCN%2CQAWI%2CQAAO%2CKAOH%2COAAM%2CIAAI%2CSrBkwCd%2CaA1QE%3BAqB1gCN%2CQAWI%2CQAAO%2CKAOH%2COAAM%2CIAAI%2CSrBkwCd%2CaAzQE%3BAerjCN%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSf4zCd%2CaA1QE%3BAepjCN%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSf4zCd%2CaAzQE%3BAJtxBN%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSI4hCd%2CaA1QE%3BAJrxBN%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSI4hCd%2CaAzQE%3BAJrxBN%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSI4hCd%2CaA1QE%3BAJpxBN%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSI4hCd%2CaAzQE%3BElBv1BN%2CiBAAA%3BEAAA%2CgBAAA%3B%3BAuC3PA%2CqBAmBI%3BAAwCJ%2CoBAMI%3BAALJ%2CqBAKI%3BAAJJ%2CoBAII%3BAAHJ%2CqBAGI%3BAAFJ%2CgBAEI%3BAADJ%2CeACI%3BErBgjCA%2CiBAAA%3B%3BAJznCJ%2CoBA0II%2CMIgiCA%3BElBv6BJ%2CmBAAA%3B%3BAoB9PY%2CwBAFR%2CqCACI%2CKACK%2CMFutCT%3BAEvtCQ%2CwBAFR%2CqCACI%2CKACK%2CMFwtCT%3BAEvtCQ%2CwBAHR%2CqCACI%2CKAEK%2CSFstCT%3BAEttCQ%2CwBAHR%2CqCACI%2CKAEK%2CSFutCT%3BAGxtCQ%2CcAFR%2C2BACI%2CKACK%2CMHutCT%3BAGvtCQ%2CcAFR%2C2BACI%2CKACK%2CMHwtCT%3BAGvtCQ%2CcAHR%2C2BACI%2CKAEK%2CSHstCT%3BAGttCQ%2CcAHR%2C2BACI%2CKAEK%2CSHutCT%3BAR%5C%2FjCQ%2CKAzBP%2CcAsBG%2CKAGK%2CMQ8jCT%3BAR9jCQ%2CKAzBP%2CcAsBG%2CKAGK%2CMQ%2BjCT%3BAR9jCQ%2CKA1BP%2CcAsBG%2CKAIK%2CSQ6jCT%3BAR7jCQ%2CKA1BP%2CcAsBG%2CKAIK%2CSQ8jCT%3BAR7jCQ%2CKA3BP%2CcAsBG%2CKAKK%2CKQ4jCT%3BAR5jCQ%2CKA3BP%2CcAsBG%2CKAKK%2CKQ6jCT%3BAJpmCI%2CoBADJ%2CKACK%2CMImmCL%3BAJnmCI%2CoBADJ%2CKACK%2CMIomCL%3BAJnmCI%2CoBAFJ%2CKAEK%2CSIkmCL%3BAJlmCI%2CoBAFJ%2CKAEK%2CSImmCL%3BElB19BJ%2CWAAA%3BEAAA%2CiBAAA%3BEkB69BQ%2CcAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAE7tCI%2CwBAFR%2CqCACI%2CKACK%2CMFutCT%2CqBAQI%3BAE%5C%2FtCI%2CwBAFR%2CqCACI%2CKACK%2CMFwtCT%2CqBAOI%3BAE9tCI%2CwBAHR%2CqCACI%2CKAEK%2CSFstCT%2CqBAQI%3BAE9tCI%2CwBAHR%2CqCACI%2CKAEK%2CSFutCT%2CqBAOI%3BAG%5C%2FtCI%2CcAFR%2C2BACI%2CKACK%2CMHutCT%2CqBAQI%3BAG%5C%2FtCI%2CcAFR%2C2BACI%2CKACK%2CMHwtCT%2CqBAOI%3BAG9tCI%2CcAHR%2C2BACI%2CKAEK%2CSHstCT%2CqBAQI%3BAG9tCI%2CcAHR%2C2BACI%2CKAEK%2CSHutCT%2CqBAOI%3BARtkCI%2CKAzBP%2CcAsBG%2CKAGK%2CMQ8jCT%2CqBAQI%3BARtkCI%2CKAzBP%2CcAsBG%2CKAGK%2CMQ%2BjCT%2CqBAOI%3BARrkCI%2CKA1BP%2CcAsBG%2CKAIK%2CSQ6jCT%2CqBAQI%3BARrkCI%2CKA1BP%2CcAsBG%2CKAIK%2CSQ8jCT%2CqBAOI%3BARpkCI%2CKA3BP%2CcAsBG%2CKAKK%2CKQ4jCT%2CqBAQI%3BARpkCI%2CKA3BP%2CcAsBG%2CKAKK%2CKQ6jCT%2CqBAOI%3BAJ3mCA%2CoBADJ%2CKACK%2CMImmCL%2CqBAQI%3BAJ3mCA%2CoBADJ%2CKACK%2CMIomCL%2CqBAOI%3BAJ1mCA%2CoBAFJ%2CKAEK%2CSIkmCL%2CqBAQI%3BAJ1mCA%2CoBAFJ%2CKAEK%2CSImmCL%2CqBAOI%3BEACI%2CgBAAA%3B%3BAZzvCZ%2CyBAkBI%2CyBAYI%2CyBACI%2COAAM%2COACF%2CcY%2BtCZ%3BAZ%5C%2FvCJ%2CyBAkBI%2CyBAYI%2CyBACI%2COAAM%2COACF%2CcYguCZ%3BAZhwCJ%2CyBAkBI%2CyBAoBI%2COAAM%2COAWF%2CcY8sCR%3BAZ%5C%2FvCJ%2CyBAkBI%2CyBAoBI%2COAAM%2COAWF%2CcY%2BsCR%3BAR5uCJ%2CaQ2uCI%3BAR3uCJ%2CaQ4uCI%3BAYhmCJ%2CaZ%2BlCI%3BAY%5C%2FlCJ%2CaZgmCI%3BAY%5C%2FlCJ%2CaZ8lCI%3BAY9lCJ%2CaZ%2BlCI%3BElBz%2BBJ%2CiBAAA%3BEkB2%2BBQ%2CqBAAA%3B%3BAZlwCR%2CyBAkBI%2CyBAYI%2CyBACI%2COAAM%2COACF%2CcYquCZ%2CqBAAuB%3BAZrwC3B%2CyBAkBI%2CyBAoBI%2COAAM%2COAWF%2CcYotCR%2CqBAAuB%3BARjvC3B%2CaQivCI%2CqBAAuB%3BAYrmC3B%2CaZqmCI%2CqBAAuB%3BAYpmC3B%2CaZomCI%2CqBAAuB%3BElB9%2BB3B%2CiBAAA%3BEkBg%5C%2FBQ%2CqBAAA%3B%3BAZvwCR%2CyBAkBI%2CyBAYI%2CyBACI%2COAAM%2COACF%2CcYquCZ%2CqBAAuB%2CuBAIlB%3BAZzwCT%2CyBAkBI%2CyBAoBI%2COAAM%2COAWF%2CcYotCR%2CqBAAuB%2CuBAIlB%3BARrvCT%2CaQivCI%2CqBAAuB%2CuBAIlB%3BAYzmCT%2CaZqmCI%2CqBAAuB%2CuBAIlB%3BAYxmCT%2CaZomCI%2CqBAAuB%2CuBAIlB%3BEACG%2CSAAS%2CIAAI%2CiBAAiB%2CIAA9B%3B%3BAZ1wCZ%2CyBAkBI%2CyBAYI%2CyBACI%2COAAM%2COACF%2CcYquCZ%2CqBAAuB%2CuBAQlB%3BAZ7wCT%2CyBAkBI%2CyBAoBI%2COAAM%2COAWF%2CcYotCR%2CqBAAuB%2CuBAQlB%3BARzvCT%2CaQivCI%2CqBAAuB%2CuBAQlB%3BAY7mCT%2CaZqmCI%2CqBAAuB%2CuBAQlB%3BAY5mCT%2CaZomCI%2CqBAAuB%2CuBAQlB%3BEACG%2CSAAS%2CGAAT%3B%3BA%2BC1vCR%2CoBAUI%3BAATJ%2CoBASI%3BA7CrCR%2CwBA8BI%2CqCAgBI%3BAC9CR%2CcA8BI%2C2BAgBI%3BAXkHJ%2CKAAC%2CcAyJG%3BAI9RR%2CoBAmII%3BEImoCA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BElBrgCJ%2CqBAAA%3BE0ChOA%2CqBAAA%3B%3BAAMA%2CcAAC%3BAuBzCG%2CoBAUI%2CgBvB%2BBP%3BAuBxCG%2CoBASI%2CgBvB%2BBP%3BAtBpED%2CwBA8BI%2CqCAgBI%2CgBsBsBP%3BArBpED%2CcA8BI%2C2BAgBI%2CgBqBsBP%3BAhC4FG%2CKAAC%2CcAyJG%2CgBgCrPP%3BA5BzCD%2CoBAmII%2CgB4B1FH%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CcAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C9NQ%2CO3C8NR%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAuB5UI%2CoBAUI%2CgB%5C%2FCwwCH%3BA%2BCjxCD%2CoBASI%2CgB%5C%2FCwwCH%3BAE7yCL%2CwBA8BI%2CqCAgBI%2CgBF%2BvCH%3BAG7yCL%2CcA8BI%2C2BAgBI%2CgBH%2BvCH%3BAR7oCD%2CKAAC%2CcAyJG%2CgBQo%5C%2FBH%3BAJlxCL%2CoBAmII%2CgBI%2BoCC%3BEACG%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3B%3BAwBlrCR%2CuBAAC%3BAuBvFW%2CoBAFJ%2CgBAEK%2CSvBuFZ%3BAuBvFW%2CoBAFJ%2CgBAEK%2CSvBuFZ%3BAtB9EW%2CwBAlBR%2CqCAgBI%2CgBAEK%2CSsB8EZ%3BArB9EW%2CcAlBR%2C2BAgBI%2CgBAEK%2CSqB8EZ%3BAhC6LW%2CKA3JP%2CcAyJG%2CgBAEK%2CSgC7LZ%3BA5BkCO%2CoBAFJ%2CgBAEK%2CS4BlCR%3BE1CgKD%2CS2C%5C%2FNM%2CO3C%2BNN%3B%3BAuDhSA%2CiBAKI%2CsBAKI%3BApCoDR%2CyBACI%3BEnBiOJ%2CiBAAA%3B%3BAgD9HI%2COAAC%2CQ9B4qCD%2CQACK%3BA8B37BT%2CgBAgBI%2CgBAOI%2CwB9Bm6BJ%2CQACK%3BEACG%2CkBAAA%3B%3BA8B9qCR%2COAAC%2CQ9B4qCD%2CQAKK%3BA8B%5C%2F7BT%2CgBAgBI%2CgBAOI%2CwB9Bm6BJ%2CQAKK%3BEACG%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BA8BtrCR%2COAAC%2CQ9B4qCD%2CQAaK%3BA8Bv8BT%2CgBAgBI%2CgBAOI%2CwB9Bm6BJ%2CQAaK%3BEACG%2CmBAAA%3BEACA%2CmBAAA%3B%3BAqBxzCZ%2CqBACI%2COAAM%2CUASF%2CMAAK%2CQAGD%2CQrBuzCP%3BAqBptCL%2CQAaI%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQrBqsCP%3BAqBntCL%2CuBAYI%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQrBqsCP%3BAqBltCL%2CiBAWI%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQrBqsCP%3BAqB9qCL%2CMAwBI%2CaAGI%2CQrBmpCH%3BElBzkCL%2C8BAAA%3BEkB2kCQ%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3B%3BAqB10CR%2CqBACI%2COAAM%2CUASF%2CMAAK%2CQAGD%2CQrBg0CP%2CWACI%3BAqB9tCT%2CQAaI%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQrB8sCP%2CWACI%3BAqB7tCT%2CuBAYI%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQrB8sCP%2CWACI%3BAqB5tCT%2CiBAWI%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQrB8sCP%2CWACI%3BAqBxrCT%2CMAwBI%2CaAGI%2CQrB4pCH%2CWACI%3BEACG%2CaAAA%3B%3BAEl3CZ%2CwBACI%2COF63CA%2CaAGM%3BAmBn4CV%2CcnBg4CI%2CaAGM%3BAGj4CV%2CcACI%2COH63CA%2CaAGM%3BAqBvxCV%2CQAWI%2CQAAO%2CKAOH%2COAAM%2CIAAI%2CSrBkwCd%2CaAGM%3BAej0CV%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSf4zCd%2CaAGM%3BAJliCV%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSI4hCd%2CaAGM%3BAJjiCV%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSI4hCd%2CaAGM%3BEACE%2CiBAAA%3B%3BAEl4CZ%2CwBACI%2COFq4CA%3BAmBx4CJ%2CcnBw4CI%3BAGt4CJ%2CcACI%2COHq4CA%3BAqB5xCJ%2CQAWI%2CQAAO%2CKAOH%2COAAM%2CIAAI%2CSrB0wCd%3BAet0CJ%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSfo0Cd%3BAJviCJ%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSIoiCd%3BAJtiCJ%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSIoiCd%3BEAKI%2CqBAAA%3BEACA%2CcAAA%3B%3BAE54CR%2CwBACI%2COFq4CA%2CWACM%3BAmBz4CV%2CcnBw4CI%2CWACM%3BAGv4CV%2CcACI%2COHq4CA%2CWACM%3BAqB7xCV%2CQAWI%2CQAAO%2CKAOH%2COAAM%2CIAAI%2CSrB0wCd%2CWACM%3BAev0CV%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSfo0Cd%2CWACM%3BAJxiCV%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSIoiCd%2CWACM%3BAJviCV%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSIoiCd%2CWACM%3BElBzmCV%2CiBAAA%3B%3BAoB9RA%2CwBACI%2COFq4CA%2CWAQM%3BAmBh5CV%2CcnBw4CI%2CWAQM%3BAG94CV%2CcACI%2COHq4CA%2CWAQM%3BAqBpyCV%2CQAWI%2CQAAO%2CKAOH%2COAAM%2CIAAI%2CSrB0wCd%2CWAQM%3BAe90CV%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSfo0Cd%2CWAQM%3BAJ%5C%2FiCV%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSIoiCd%2CWAQM%3BAJ9iCV%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSIoiCd%2CWAQM%3BEACE%2CgBAAA%3BEACA%2CeAAA%3B%3BAoBp4CZ%2CeAUI%2CUAII%2COpBk4CH%3BAoB9rCL%2CeAuHI%2CaAEI%2COpBqkCH%3BAoB9rCL%2CeAwHI%2CgBACI%2COpBqkCH%3BAW3tCL%2CoBACI%2CoBAUI%2COXgtCH%3BAW3tCL%2CoBAEI%2CkCASI%2COXgtCH%3BAa3vCW%2C0BAJZ%2CUAEK%2COACG%2CeACK%2CMb2vCZ%3BEACG%2CSAAS%2CIAAT%3B%3BAA0CR%2CuBAOI%2CQAAO%3BAar8CP%2CSAAC%2CMAAM%2CObq8CP%2CQAAO%3BAar1CP%2CSAAC%2CSbq1CD%2CQAAO%3BElBhrCX%2CqBAAA%3BE0C9QA%2CqBAAA%3B%3BAAMA%2CaAAC%3BAxBi7CD%2CuBAOI%2CQAAO%2CIwBx7CV%3BAXbG%2CSAAC%2CMAAM%2CObq8CP%2CQAAO%2CIwBx7CV%3BAXmGG%2CSAAC%2CSbq1CD%2CQAAO%2CIwBx7CV%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2CpOU%2CO3CoOV%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAX9VI%2CSAAC%2CMAAM%2COb%2B7CP%2COAAO%2CMAAK%2CWACP%3BAah1CL%2CSAAC%2CSb%2B0CD%2COAAO%2CMAAK%2CWACP%3BElB3qCT%2CmBAAA%3B%3BA%2BBrRI%2CSAAC%2CMAAM%2CObq8CP%2CQAAO%2CIAEF%3BAav1CL%2CSAAC%2CSbq1CD%2CQAAO%2CIAEF%3BEACG%2CkBAAA%3BEACA%2CeAAA%3B%3BAA8ZZ%2CmBAqBI%3BAmBv4DJ%2CcAuJI%2COAGI%2CkBACI%2CcACI%2CUAKM%2CUAAU%3BAAjKhC%2CcAuPI%3BAAcJ%2CyBACI%3BAADJ%2CyBAEI%3BA7B%2BLJ%2CQAuEI%3BAEhfJ%2CaAaI%2COA8BI%2CUAAS%2CSACH%3BAA5Cd%2CaAaI%2COA8BI%2CUAAS%2CSAEH%2CUAAU%3BA4BsJxB%2CeA0CI%2CsBAYI%2CMAAK%2CYAED%3BAgBvRZ%2CsBAgFI%2CUAAS%2CSAKJ%2CUAAU%3BAzB6GnB%2CoBA2BI%2CaACI%2CoBAKI%2CQAAO%3BAdmGnB%3BALjLA%2CYQivDI%3BA6Cr3DJ%2CkBAYI%2Cc7Cy2DA%3BEAxaJ%2CaAAA%3B%3BAen8CA%3BAnBsRA%3BEdlBA%2CsBAAA%3BEkBmuCI%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAe%5C%2F8CJ%2C4Bfo%2BCI%2CWACI%2CoBACI%3BAer%2BCZ%2CyBfm%2BCI%2CWACI%2CoBACI%3BAe79CZ%2C0Bf29CI%2CWACI%2CoBACI%3BAJzuCZ%2CQIuuCI%2CWACI%2CoBACI%3BAJxuCZ%2CuBIsuCI%2CWACI%2CoBACI%3BAJvuCZ%2CiBIquCI%2CWACI%2CoBACI%3BAJtuCZ%2C0BIouCI%2CWACI%2CoBACI%3BEACI%2CkBAAA%3B%3BAev%2BChB%2C4Bfo%2BCI%2CWACI%2CoBAKI%3BAez%2BCZ%2CyBfm%2BCI%2CWACI%2CoBAKI%3BAej%2BCZ%2C0Bf29CI%2CWACI%2CoBAKI%3BAJ7uCZ%2CQIuuCI%2CWACI%2CoBAKI%3BAJ5uCZ%2CuBIsuCI%2CWACI%2CoBAKI%3BAJ3uCZ%2CiBIquCI%2CWACI%2CoBAKI%3BAJ1uCZ%2C0BIouCI%2CWACI%2CoBAKI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3B%3BAe5%2BChB%2C4Bfo%2BCI%2CWACI%2CoBAKI%2CYAII%3BAe7%2BChB%2CyBfm%2BCI%2CWACI%2CoBAKI%2CYAII%3BAer%2BChB%2C0Bf29CI%2CWACI%2CoBAKI%2CYAII%3BAJjvChB%2CQIuuCI%2CWACI%2CoBAKI%2CYAII%3BAJhvChB%2CuBIsuCI%2CWACI%2CoBAKI%2CYAII%3BAJ%5C%2FuChB%2CiBIquCI%2CWACI%2CoBAKI%2CYAII%3BAJ9uChB%2C0BIouCI%2CWACI%2CoBAKI%2CYAII%3BEACI%2CaAAA%3B%3BAqBn5CpB%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%3BAALrB%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%3BAAJrB%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%3BApB7DrB%2C2BAKI%2CMAAK%3BAYoJT%2C8BAKI%2CMAAK%3BAjB8GT%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%3BEXlIrB%2CYAAA%3B%3BAe%2B2CA%2CkBf%5C%2FyCE%2CQAAQ%2CKAAE%2CUAAU%2CMAChB%3BAe8yCN%2CkBf%5C%2FyCE%2CQAAQ%2CKAAE%2CUAAU%2CMAEhB%3BAoCzJN%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMpCiJnB%2CQAAQ%2CKAAE%2CUAAU%2CMAChB%3BAoCxJN%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMpCiJnB%2CQAAQ%2CKAAE%2CUAAU%2CMAEhB%3BAoCxJN%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMpCiJnB%2CQAAQ%2CKAAE%2CUAAU%2CMAChB%3BAoCvJN%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMpCiJnB%2CQAAQ%2CKAAE%2CUAAU%2CMAEhB%3BAoCvJN%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMpCiJnB%2CQAAQ%2CKAAE%2CUAAU%2CMAChB%3BAoCtJN%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMpCiJnB%2CQAAQ%2CKAAE%2CUAAU%2CMAEhB%3BAgBhNN%2C2BAKI%2CMAAK%2CMhByMP%2CQAAQ%2CKAAE%2CUAAU%2CMAChB%3BAgB%5C%2FMN%2C2BAKI%2CMAAK%2CMhByMP%2CQAAQ%2CKAAE%2CUAAU%2CMAEhB%3BA4BvDN%2C8BAKI%2CMAAK%2CM5BgDP%2CQAAQ%2CKAAE%2CUAAU%2CMAChB%3BA4BtDN%2C8BAKI%2CMAAK%2CM5BgDP%2CQAAQ%2CKAAE%2CUAAU%2CMAEhB%3BAW4DN%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMXlEnB%2CQAAQ%2CKAAE%2CUAAU%2CMAChB%3BAW6DN%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMXlEnB%2CQAAQ%2CKAAE%2CUAAU%2CMAEhB%3BEHdN%2CmBAAA%3B%3BAkB2zCA%2CkBf72CE%2CQAGI%2CKACI%3BAey2CV%2CkBf52CE%2CQAEI%2CKACI%3BAey2CV%2CkBf32CE%2CQACI%2CKACI%3BAey2CV%2CkBf72CE%2CQAGI%2CKAEI%3BAew2CV%2CkBf52CE%2CQAEI%2CKAEI%3BAew2CV%2CkBf32CE%2CQACI%2CKAEI%3BAoC9FV%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMpCmFnB%2CQAGI%2CKACI%3BAoC7FV%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMpCoFnB%2CQAEI%2CKACI%3BAoC7FV%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMpCqFnB%2CQACI%2CKACI%3BAoC7FV%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMpCmFnB%2CQAGI%2CKAEI%3BAoC9FV%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMpCoFnB%2CQAEI%2CKAEI%3BAoC9FV%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMpCqFnB%2CQACI%2CKAEI%3BAoC7FV%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMpCmFnB%2CQAGI%2CKACI%3BAoC5FV%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMpCoFnB%2CQAEI%2CKACI%3BAoC5FV%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMpCqFnB%2CQACI%2CKACI%3BAoC5FV%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMpCmFnB%2CQAGI%2CKAEI%3BAoC7FV%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMpCoFnB%2CQAEI%2CKAEI%3BAoC7FV%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMpCqFnB%2CQACI%2CKAEI%3BAoC5FV%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMpCmFnB%2CQAGI%2CKACI%3BAoC3FV%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMpCoFnB%2CQAEI%2CKACI%3BAoC3FV%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMpCqFnB%2CQACI%2CKACI%3BAoC3FV%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMpCmFnB%2CQAGI%2CKAEI%3BAoC5FV%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMpCoFnB%2CQAEI%2CKAEI%3BAoC5FV%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMpCqFnB%2CQACI%2CKAEI%3BAgBrJV%2C2BAKI%2CMAAK%2CMhB2IP%2CQAGI%2CKACI%3BAgBpJV%2C2BAKI%2CMAAK%2CMhB4IP%2CQAEI%2CKACI%3BAgBpJV%2C2BAKI%2CMAAK%2CMhB6IP%2CQACI%2CKACI%3BAgBpJV%2C2BAKI%2CMAAK%2CMhB2IP%2CQAGI%2CKAEI%3BAgBrJV%2C2BAKI%2CMAAK%2CMhB4IP%2CQAEI%2CKAEI%3BAgBrJV%2C2BAKI%2CMAAK%2CMhB6IP%2CQACI%2CKAEI%3BA4BIV%2C8BAKI%2CMAAK%2CM5BdP%2CQAGI%2CKACI%3BA4BKV%2C8BAKI%2CMAAK%2CM5BbP%2CQAEI%2CKACI%3BA4BKV%2C8BAKI%2CMAAK%2CM5BZP%2CQACI%2CKACI%3BA4BKV%2C8BAKI%2CMAAK%2CM5BdP%2CQAGI%2CKAEI%3BA4BIV%2C8BAKI%2CMAAK%2CM5BbP%2CQAEI%2CKAEI%3BA4BIV%2C8BAKI%2CMAAK%2CM5BZP%2CQACI%2CKAEI%3BAWuHV%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMXhInB%2CQAGI%2CKACI%3BAWwHV%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMX%5C%2FHnB%2CQAEI%2CKACI%3BAWwHV%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMX9HnB%2CQACI%2CKACI%3BAWwHV%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMXhInB%2CQAGI%2CKAEI%3BAWuHV%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMX%5C%2FHnB%2CQAEI%2CKAEI%3BAWuHV%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMX9HnB%2CQACI%2CKAEI%3BEACE%2CYAAA%3B%3BAeu2CZ%2CkBfl2CE%2CQACI%2CKACI%3BAeg2CV%2CkBfl2CE%2CQACI%2CKAEI%3BAoCvGV%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMpC8FnB%2CQACI%2CKACI%3BAoCtGV%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMpC8FnB%2CQACI%2CKAEI%3BAoCtGV%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMpC8FnB%2CQACI%2CKACI%3BAoCrGV%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMpC8FnB%2CQACI%2CKAEI%3BAoCrGV%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMpC8FnB%2CQACI%2CKACI%3BAoCpGV%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMpC8FnB%2CQACI%2CKAEI%3BAgB9JV%2C2BAKI%2CMAAK%2CMhBsJP%2CQACI%2CKACI%3BAgB7JV%2C2BAKI%2CMAAK%2CMhBsJP%2CQACI%2CKAEI%3BA4BLV%2C8BAKI%2CMAAK%2CM5BHP%2CQACI%2CKACI%3BA4BJV%2C8BAKI%2CMAAK%2CM5BHP%2CQACI%2CKAEI%3BAW8GV%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMXrHnB%2CQACI%2CKACI%3BAW%2BGV%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMXrHnB%2CQACI%2CKAEI%3BEHoCV%2C6BAAA%3B%3BAQ4lBA%2CcAgBI%3BA2BhzBJ%2CeAKI%3BEnC%2BLJ%2CcAAA%3BEAAA%2CiBAAA%3BEkBy4CI%2CmBAAA%3B%3BAV7yBJ%2CcAgBI%2CSU%2BxBC%3BAiB%5C%2FkDL%2CeAKI%2CSjB0kDC%3BEACG%2CSAAS%2CGAAT%3B%3BAVhzBR%2CcAgBI%2CSUmyBC%3BAiBnlDL%2CeAKI%2CSjB8kDC%3BEACG%2CSAAS%2CGAAT%3B%3BAVpzBR%2CcACI%3BAMxjBJ%2CcACI%3BACbJ%2COAGI%3BAoBhOJ%2CeACI%3BEjB8lDA%2CcAAA%3B%3BAV%5C%2FzBJ%2CcACI%2CaUg0BA%3BAJx3CJ%2CcACI%2CaIu3CA%3BAHp4CJ%2COAGI%2CaGi4CA%3BAiBjmDJ%2CeACI%2CajBgmDA%3BEACI%2CaAAA%3BEACA%2CgBAAA%3B%3BA2B1mDR%3BAnC%5C%2FDA%2CeACI%3BEQmrDA%2CiBAAA%3B%3BA2BrnDJ%2CkB3BunDI%2CSAAQ%2CKACJ%3BA2BxnDR%2CkB3BunDI%2CSAAQ%2CKAEJ%3BARxrDR%2CeACI%2CWQqrDA%2CSAAQ%2CKACJ%3BARvrDR%2CeACI%2CWQqrDA%2CSAAQ%2CKAEJ%3BEACI%2CaAAA%3B%3BATvjDA%2CKAvCP%2COAAO%2CSAGR%2CQAAO%2CMACH%2COAmCK%2CKS4mDT%3BAChsDJ%2CuBACI%2COAAM%2CKD%2BrDN%3BEACI%2CkBAAA%3B%3BAAFR%2CeAMI%3BAgDlnDJ%2CMAAM%2CKAEF%3BAADJ%2CUACI%3BA%5C%2FC%5C%2FEJ%2CyBAOI%2CyBAOI%3BAVgEI%2CKAvCP%2COAAO%2CSAGR%2CQAAO%2CMACH%2COAmCK%2CKSinDT%3BACrsDJ%2CuBACI%2COAAM%2CKDosDN%3BElBz%2BCJ%2CgBAAA%3BEkBs%5C%2FCI%2COAAO%2CsBAAP%3B%3BA8C9wDI%2CMADJ%2CSACK%3BE9CyxDL%2CkBAAA%3B%3BA8CzxDI%2CMADJ%2CSACK%2Cc9C2xDL%3BElBngDJ%2CgBAAA%3BEkBqgDQ%2COAAO%2C0BAAP%3B%3BAM%5C%2FxDR%2CqBACI%2CaACI%2CeACI%3BAiCIR%2CsBAAC%2CcAgBG%3BEzDmQR%2CUAAA%3BEAAA%2CSAAA%3BEkBmhDA%2CUAAA%3B%3BAM7yDA%2CqBACI%2CaACI%2CeACI%2CuBN4yDX%3BAM%5C%2FyDD%2CqBACI%2CaACI%2CeACI%2CuBN6yDX%3BAuCzyDG%2CsBAAC%2CcAgBG%2CuBvCwxDP%3BAuCxyDG%2CsBAAC%2CcAgBG%2CuBvCyxDP%3BElBx%2BCD%2C8BAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEAhDA%2CiBAAA%3BEAAA%2CSAAA%3BEkB8hDI%2CUAAA%3BEACA%2CMAAA%3B%3BAMzzDJ%2CqBACI%2CaACI%2CeACI%2CuBNyzDX%3BAuCrzDG%2CsBAAC%2CcAgBG%2CuBvCqyDP%3BElBliDD%2C4BAAA%3B%3BAwB1RA%2CqBACI%2CaACI%2CeACI%2CuBN6zDX%3BAuCzzDG%2CsBAAC%2CcAgBG%2CuBvCyyDP%3BElBtiDD%2C4BAAA%3BEkBwiDI%2CQAAA%3B%3BAP1yDJ%2CYAOI%3BAelBJ%2C%2BBAGI%3BAqCJJ%2CkBAMM%3BAlDYN%2C0BAQI%3BEboPJ%2CkBAAA%3BEAAA%2CWAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BAU1IA%3BAqDpIA%2CkBAYI%3BE7Cq1DA%2C0BAAA%3BEACA%2CiBAAA%3B%3BAR9tDJ%2CYQguDI%2CMAEI%3BARluDR%2CYQiuDI%2CMACI%3BA6Ct2DR%2CkBAYI%2Cc7Cw1DA%2CMAEI%3BA6Ct2DR%2CkBAYI%2Cc7Cy1DA%2CMACI%3BEACI%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BARruDZ%2CYQguDI%2CMAQI%3BARxuDR%2CYQiuDI%2CMAOI%3BA6C52DR%2CkBAYI%2Cc7Cw1DA%2CMAQI%3BA6C52DR%2CkBAYI%2Cc7Cy1DA%2CMAOI%3BEACI%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAR7uDZ%2CYQqvDI%2COACI%3BARtvDR%2CYQqvDI%2COAEI%3BA6C33DR%2CkBAYI%2Cc7C62DA%2COACI%3BA6C13DR%2CkBAYI%2Cc7C62DA%2COAEI%3BEACI%2CeAAA%3B%3BARxvDZ%2CYQqvDI%2COAMI%3BA6C%5C%2F3DR%2CkBAYI%2Cc7C62DA%2COAMI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAR9vDZ%2CYQqvDI%2COAYI%3BA6Cr4DR%2CkBAYI%2Cc7C62DA%2COAYI%3BElBvnDR%2CiBAAA%3BEkBynDY%2C0BAAA%3BEACA%2CiBAAA%3B%3BARpwDZ%2CYQqvDI%2COAkBI%3BA6C34DR%2CkBAYI%2Cc7C62DA%2COAkBI%3BElB7nDR%2CiBAAA%3BEkB%2BnDY%2C0BAAA%3B%3BARzwDZ%2CYQ6wDI%3BA6Cj5DJ%2CkBAYI%2Cc7Cq4DA%3BEACI%2CiBAAA%3B%3BAR9wDR%2CYQixDI%2CMAAM%2CGAAE%2CWAAY%3BA6Cr5DxB%2CkBAYI%2Cc7Cy4DA%2CMAAM%2CGAAE%2CWAAY%3BEAChB%2CoBAAA%3B%3BARlxDR%2CYQqxDI%2CYACK%2CQACG%3BARvxDZ%2CYQqxDI%2CYACK%2CQAEG%3BA6C55DZ%2CkBAYI%2Cc7C64DA%2CYACK%2CQACG%3BA6C35DZ%2CkBAYI%2Cc7C64DA%2CYACK%2CQAEG%3BEACI%2C6BAAA%3BEACA%2C0BAAA%3BEACA%2CeAAA%3B%3BAR3xDhB%2CYQqxDI%2CYACK%2CQAQG%2CQAAQ%3BA6Cl6DpB%2CkBAYI%2Cc7C64DA%2CYACK%2CQAQG%2CQAAQ%3BEACJ%2CiBAAA%3BEACA%2CkBAAA%3BElBtpDhB%2CqBAAA%3BE0ChOA%2CqBAAA%3B%3BAxB42DQ%2CmBADJ%2CYACK%2CQAQG%2CQAAQ%2COwBhqDlB%3BAhC9HF%2CYQqxDI%2CYACK%2CQAQG%2CQAAQ%2COwBhqDlB%3BAqBlQF%2CkBAYI%2Cc7C64DA%2CYACK%2CQAQG%2CQAAQ%2COwBhqDlB%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0C2CA%2CmBxBq2DI%2CYACK%2CQAQG%2CQAAQ%2COwB92DnB%3BAhCgFD%2CYQqxDI%2CYACK%2CQAQG%2CQAAQ%2COwB92DnB%3BAqBpDD%2CkBAYI%2Cc7C64DA%2CYACK%2CQAQG%2CQAAQ%2COwB92DnB%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C9NQ%2CO3C8NR%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAhCnNA%2CYQqxDI%2CYACK%2CQAQG%2CQAAQ%2COAWH%3BA6C76DjB%2CkBAYI%2Cc7C64DA%2CYACK%2CQAQG%2CQAAQ%2COAWH%3BEACG%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3B%3BAR5yDpB%2CYQqxDI%2CYACK%2CQA0BI%2CSACG%3BARjzDhB%2CYQqxDI%2CYACK%2CQA0BI%2CSAEG%3BA6Ct7DhB%2CkBAYI%2Cc7C64DA%2CYACK%2CQA0BI%2CSACG%3BA6Cr7DhB%2CkBAYI%2Cc7C64DA%2CYACK%2CQA0BI%2CSAEG%3BEACI%2CgBAAA%3B%3BAwBz0DpB%2CmBxB2yDI%2CYACK%2CQA0BI%2CSAMG%2CQAAQ%2COwB50DvB%3BAhCsBD%2CYQqxDI%2CYACK%2CQA0BI%2CSAMG%2CQAAQ%2COwB50DvB%3BAqB9GD%2CkBAYI%2Cc7C64DA%2CYACK%2CQA0BI%2CSAMG%2CQAAQ%2COwB50DvB%3BE1CgKD%2CS2C%5C%2FNM%2CO3C%2BNN%3B%3BAU1IA%2CYQqxDI%2CYA0CK%3BA6Cn8DT%2CkBAYI%2Cc7C64DA%2CYA0CK%3BEACG%2C6BAAA%3BEACA%2CaAAA%3B%3BARj0DZ%2CYQqxDI%2CYA0CK%2CQAII%3BA6Cv8Db%2CkBAYI%2Cc7C64DA%2CYA0CK%2CQAII%3BEACG%2CkBAAA%3B%3BARp0DhB%2CYQy0DI%3BA6C78DJ%2CkBAYI%2Cc7Ci8DA%3BEACI%2CgBAAA%3B%3BAEv4DR%2CiCF46DI%2COAGM%2CSACE%3BAGl8DZ%2CuBH87DI%2COAGM%2CSACE%3BARvqDZ%2CcQmqDI%2COAGM%2CSACE%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAEl7DhB%2CiCFu7DI%3BAGz8DJ%2CuBHy8DI%3BAR9qDJ%2CcQ8qDI%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAE17DR%2CiCFu7DI%2CiBAKI%2CQACK%3BAE77Db%2CiCFu7DI%2CiBAKI%2CQAEK%3BAGh9Db%2CuBHy8DI%2CiBAKI%2CQACK%3BAG%5C%2F8Db%2CuBHy8DI%2CiBAKI%2CQAEK%3BARrrDb%2CcQ8qDI%2CiBAKI%2CQACK%3BARprDb%2CcQ8qDI%2CiBAKI%2CQAEK%3BEAEG%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAEp8DhB%2CiCFu7DI%2CiBAiBI%3BAG19DR%2CuBHy8DI%2CiBAiBI%3BAR%5C%2FrDR%2CcQ8qDI%2CiBAiBI%3BEACI%2CWAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAE38DZ%2CiCF%2B8DI%2CQAAO%3BAGj%2BDX%2CuBHi%2BDI%2CQAAO%3BARtsDX%2CcQssDI%2CQAAO%3BEAEH%2CgBAAA%3B%3BAEj9DR%2CiCFo9DI%3BAGt%2BDJ%2CuBHs%2BDI%3BAR3sDJ%2CcQ2sDI%3BEACI%2CcAAA%3BEACA%2CWAAA%3B%3BAEt9DR%2CiCFo9DI%2CUAIM%2CSACI%3BAG3%2BDd%2CuBHs%2BDI%2CUAIM%2CSACI%3BARhtDd%2CcQ2sDI%2CUAIM%2CSACI%3BEACE%2CaAAA%3B%3BAE19DhB%2CiCF%2B9DI%3BAGj%5C%2FDJ%2CuBHi%5C%2FDI%3BARttDJ%2CcQstDI%3BEACI%2CmBAAA%3B%3BAnBjjER%3BEACI%2CaoERc%2CWpEQd%3BEACA%2CSAAS%2C8CAAsB%2COAAO%2CcAClC%2C6CAAqB%2COAAO%2COADhC%3BEAEA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAANJ%3BEACI%2CaoEAc%2CWpEAd%3BEACA%2CSAAS%2CgDAAsB%2COAAO%2CcAClC%2C%2BCAAqB%2COAAO%2COADhC%3BEAEA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAANJ%3BEACI%2CaoEQc%2CWpERd%3BEACA%2CSAAS%2CiDAAsB%2COAAO%2CcAClC%2CgDAAqB%2COAAO%2COADhC%3BEAEA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAANJ%3BEACI%2CaoEgBc%2CWpEhBd%3BEACA%2CSAAS%2C6CAAsB%2COAAO%2CcAClC%2C4CAAqB%2COAAO%2COADhC%3BEAEA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAoEmCJ%3BEnE%2BOA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BA8DlHA%3BE7DgZA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEA2BA%2CuBAAA%3BEACQ%2CeAAA%3BEoEnZJ%2CsBAAA%3B%3BAAEJ%2CQAAC%3BEACG%2CWAAA%3BEACA%2CSAAS%2CGAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAPnCJ%2CQAGI%2CQAAO%3BE7DyRX%2CkBAAA%3BEA0IA%2CwBAAA%3BEACQ%2CgBAAA%3BEAfR%2CoBAAA%3BEACQ%2CYAAA%3BEAmCR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3BE6DrbD%2CWAAA%3B%3BAATR%2CQAYI%3BE7D4YJ%2CoBAAA%3BEACQ%2CYAAA%3BEAaR%2CwBAAA%3BEACQ%2CgBAAA%3BEAqBR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3B%3BA6D9bT%2CQAmBI%3BE7DqYJ%2CoBAAA%3BEACQ%2CYAAA%3BEAaR%2CwBAAA%3BEACQ%2CgBAAA%3BEAqBR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3B%3BAqElcT%3BEACI%2CiBAAA%3B%3BAAGJ%2CKlEyeE%3BEHzdF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAqEnBA%2CMACI%3BErEuRJ%2CmBAAA%3B%3BAqEpRY%2CMAHR%2CMAEM%2CKACG%2CYACG%3BAADJ%2CMAHR%2CMAEM%2CKACG%2CYAEG%3BEACI%2C0BAAA%3BEACA%2CeAAA%3B%3BAARpB%2CMACI%2CMAYI%3BAAbR%2CMACI%2CMAaI%3BEACI%2CSAAA%3B%3BAAfZ%2CMACI%2CMAiBI%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3B%3BAC3BZ%2CQAAQ%3BEtE%2BRR%2CcAAA%3BEAAA%2CwBAAA%3BEuEnQA%2CcAAA%3BEvEmQA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEuEtCA%2CkBAAA%3B%3BADzPA%2CQAAQ%2CKCoDR%3BEvE2OA%2CcAAA%3B%3BAuExOI%2CQDvDI%2CKCoDR%2CEAGK%3BEvEwOL%2CcAAA%3B%3BAuEpOI%2CQD3DI%2CKCoDR%2CEAOK%3BEvEoOL%2CcAAA%3B%3BAsE%5C%2FRA%2CQAAQ%2CKC2PN%2CIAAC%2CYAAY%3BE7BiGf%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C9PW%2CO3C8PX%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BE1CxEA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BEuErBI%2CkBAAA%3BEACA%2CkBAAA%3B%3BADvQJ%2CQAAQ%3BEtE2RR%2CcAAA%3BEAAA%2CwBAAA%3BEuEnQA%2CcAAA%3BEvEmQA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEuEtCA%2CkBAAA%3B%3BADrPA%2CQAAQ%2CMCgDR%3BEvE2OA%2CcAAA%3B%3BAuExOI%2CQDnDI%2CMCgDR%2CEAGK%3BEvEwOL%2CcAAA%3B%3BAuEpOI%2CQDvDI%2CMCgDR%2CEAOK%3BEvEoOL%2CcAAA%3B%3BAsE3RA%2CQAAQ%2CMCuPN%2CIAAC%2CYAAY%3BE7BiGf%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCjRS%2CODiRT%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BE1CxEA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BEuErBI%2CkBAAA%3BEACA%2CkBAAA%3B%3BADnQJ%2CQAAQ%3BEtEuRR%2CcAAA%3BEAAA%2CwBAAA%3BEuEnQA%2CcAAA%3BEvEmQA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEuEtCA%2CkBAAA%3B%3BADjPA%2CQAAQ%2CQC4CR%3BEvE2OA%2CcAAA%3B%3BAuExOI%2CQD%5C%2FCI%2CQC4CR%2CEAGK%3BEvEwOL%2CcAAA%3B%3BAuEpOI%2CQDnDI%2CQC4CR%2CEAOK%3BEvEoOL%2CcAAA%3B%3BAsEvRA%2CQAAQ%2CQCmPN%2CIAAC%2CYAAY%3BE7BiGf%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C9PW%2CO3C8PX%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BE1CxEA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BEuErBI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAD%5C%2FPJ%2CQAAQ%3BEtEmRR%2CcAAA%3BEAAA%2CwBAAA%3BEuEnQA%2CcAAA%3BEvEmQA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEuEtCA%2CkBAAA%3B%3BAD7OA%2CQAAQ%2COCwCR%3BEvE2OA%2CcAAA%3B%3BAuExOI%2CQD3CI%2COCwCR%2CEAGK%3BEvEwOL%2CcAAA%3B%3BAuEpOI%2CQD%5C%2FCI%2COCwCR%2CEAOK%3BEvEoOL%2CcAAA%3B%3BAsEnRA%2CQAAQ%2COC%2BON%2CIAAC%2CYAAY%3BE7BiGf%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C9PW%2CO3C8PX%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BE1CxEA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BEuErBI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAD3PJ%2CQAAQ%3BEtE%2BQR%2CcAAA%3BEAAA%2CwBAAA%3BEuEnQA%2CcAAA%3BEvEmQA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEuEtCA%2CkBAAA%3B%3BADzOA%2CQAAQ%2CQCoCR%3BEvE2OA%2CcAAA%3B%3BAuExOI%2CQDvCI%2CQCoCR%2CEAGK%3BEvEwOL%2CcAAA%3B%3BAuEpOI%2CQD3CI%2CQCoCR%2CEAOK%3BEvEoOL%2CcAAA%3B%3BAsE%5C%2FQA%2CQAAQ%2CQC2ON%2CIAAC%2CYAAY%3BE7BiGf%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSClRW%2CODkRX%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BE1CxEA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BEuErBI%2CkBAAA%3BEACA%2CkBAAA%3B%3BACrQJ%2CMAAM%2COACF%3BAADJ%2CMAAM%2COAEF%3BEACI%2CaAAA%3B%3BAAIR%3BExEkRA%2CmBAAA%3B%3BAwE9QA%3BExE8QA%2CqBAAA%3BE0C9QA%2CqBAAA%3BE8BQI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BA9BRJ%2CWAAC%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2CvPQ%2CO3CuPR%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CWADH%2CMACI%3BE1C2PL%2CWAAA%3B%3BAwE9QA%2CW9BkQE%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAyE1BA%2CQAAQ%3BECqBR%2CkBAAA%3B%3BADrBA%2CQAAQ%2CQCuBR%3BE1EwQA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CkBAAA%3BEAAA%2CYAAA%3BE0EhQI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BE1E8PJ%2CWAAA%3BEAAA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BE0ExFA%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%3BE1EqOL%2CiBAAA%3BE0EnOQ%2CyBAAA%3B%3BAAGJ%2CQD%5C%2FDI%2CQCuBR%2CiBAwCK%3BE1EgOL%2CiBAAA%3BE0E9NQ%2CyBAAA%3B%3BAAyIR%2CQD1MQ%2CQCuBR%2CiBAmLC%3BAACD%2CQD3MQ%2CQCuBR%2CiBAoLC%3BEACG%2CYAAA%3B%3BAAGJ%2CQD%5C%2FMQ%2CQCuBR%2CiBAwLC%3BE1EgFD%2CyBAAA%3BEAAA%2CUAAA%3BEAAA%2CiBAAA%3B%3BA0E1EA%2CQDrNQ%2CQCuBR%2CiBA8LC%3BE1E0ED%2CyBAAA%3BEAAA%2CUAAA%3BEAAA%2CiBAAA%3B%3BA0EhNA%2CQD%5C%2FEQ%2CQC%2BEN%3BE1EgNF%2CYAAA%3B%3BA0E5MA%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%2CcAAA%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%3BE3E%2BRL%2C0CAAA%3BEAAA%2CaAAA%3BE4E7QA%2CSAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEDpBI%2CkBAAA%3B%3BACsBJ%2CKDxBK%2CUCwBJ%3BE5EuQD%2C4B6E3RgC%2C2C7E2RhC%3BEAAA%2CkBAAA%3BEAAA%2CaAAA%3BEAAA%2CYAAA%3BE4EhQI%2CSAAA%3BEACA%2CsBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BADtCJ%2CKAAK%2CUAIC%3BEACE%2CaAAA%3B%3BAAIR%3BECoEA%2CSAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3BEDxEI%2CoCAAA%3B%3BAAFJ%2CaAII%2CQACM%3BEC%2BDV%2CSAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3B%3BAD1EA%2CaAII%2CQAKM%3BEACE%2CaAAA%3B%3BAAKZ%2CIACM%3BEACE%2CaAAA%3B%3BAAIR%3BEACI%2CkBAAA%3B%3BAAGJ%3BEACI%2CaAAA%3B%3BAT5BJ%3BElEwRA%2CSAAA%3BEAAA%2CcAAA%3BEAAA%2CUAAA%3BEK0KA%2CuBAAA%3B%3BA6DlcA%2CS7DocE%3BEACE%2CsBAAA%3B%3BA6DrcJ%2CS7DwcE%3BELhLF%2CcAAA%3BEAAA%2CeAAA%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%3BA6D1dJ%2CSAAC%3BEACG%2CgBAAA%3B%3BAAJR%2CSAOM%3BAAPN%2CSAQM%2CUAAU%3BElEgRhB%2CcAAA%3B%3BAkExRA%2CSAOM%2CS7DqwBJ%3BA6D5wBF%2CSAQM%2CUAAU%2CS7DowBd%3BELpfF%2CeAAA%3BEKwfI%2CqBAAA%3B%3BAAtOJ%2CS6DniBM%2CS7DmiBL%3BAAAD%2CS6DliBM%2CUAAU%2CS7DkiBf%3BEACG%2CgBAAA%3B%3BA6D3iBJ%2CSAOM%2CS7D6iBJ%3BA6DpjBF%2CSAQM%2CUAAU%2CS7D4iBd%3BEL5RF%2CgBAAA%3B%3BAKqSI%2CS6DtjBE%2CS7D6iBJ%2CSASM%3BAAAJ%2CS6DrjBE%2CUAAU%2CS7D4iBd%2CSASM%3BEACA%2CaAAA%3B%3BA6D9jBR%2CSAOM%2CS7D2jBN%2CQACI%3BA6DnkBJ%2CSAQM%2CUAAU%2CS7D0jBhB%2CQACI%3BEACI%2CmBAAA%3B%3BALhiBR%2CSkE7BM%2CS7DikBN%2CQAAO%2CMLpiBN%3BAAAD%2CSkE5BM%2CUAAU%2CS7DgkBhB%2CQAAO%2CMLpiBN%3BAACD%2CSkE9BM%2CS7DikBN%2CQAAO%2CMLniBN%3BAAAD%2CSkE7BM%2CUAAU%2CS7DgkBhB%2CQAAO%2CMLniBN%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CSkEnCM%2CS7DikBN%2CQAAO%2CML9hBN%3BAAAD%2CSkElCM%2CUAAU%2CS7DgkBhB%2CQAAO%2CML9hBN%3BEACG%2CWAAA%3B%3BAkE3CJ%2CSAOM%2CS7DikBN%2CQAAO%2CMAEH%3BA6D1kBJ%2CSAQM%2CUAAU%2CS7DgkBhB%2CQAAO%2CMAEH%3BEACI%2CsBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CS6DxkBE%2CS7DikBN%2CQAAO%2CMAOF%2CQAAS%3BAAAV%2CS6DvkBE%2CUAAU%2CS7DgkBhB%2CQAAO%2CMAOF%2CQAAS%3BEACN%2CqBAAA%3B%3BAAGJ%2CS6D5kBE%2CS7DikBN%2CQAAO%2CMAWF%2CQAAS%3BAAAV%2CS6D3kBE%2CUAAU%2CS7DgkBhB%2CQAAO%2CMAWF%2CQAAS%3BEACN%2CYAAA%3B%3BAAGJ%2CS6DhlBE%2CS7DikBN%2CQAAO%2CMAeF%2CQAAS%3BAAAV%2CS6D%5C%2FkBE%2CUAAU%2CS7DgkBhB%2CQAAO%2CMAeF%2CQAAS%3BEACN%2CqBAAA%3B%3BAAGJ%2CS6DplBE%2CS7DikBN%2CQAAO%2CMAmBF%2CQAAS%3BAAAV%2CS6DnlBE%2CUAAU%2CS7DgkBhB%2CQAAO%2CMAmBF%2CQAAS%3BEACN%2CqBAAA%3B%3BA6D5lBR%2CSAOM%2CS7DylBN%3BA6DhmBA%2CSAQM%2CUAAU%2CS7DwlBhB%3BELpNA%2C4BAAA%3BEACA%2C2BAAA%3BEACA%2CoBAAA%3BEA2BA%2CyBAAA%3BEACQ%2CiBAAA%3BEKyLJ%2CUAAA%3BEACA%2CWAAA%3B%3BA6DpmBJ%2CSAOM%2CS7DylBN%2COAMI%3BA6DtmBJ%2CSAQM%2CUAAU%2CS7DwlBhB%2COAMI%3BA6DtmBJ%2CSAOM%2CS7DylBN%2COAOI%3BA6DvmBJ%2CSAQM%2CUAAU%2CS7DwlBhB%2COAOI%3BA6DvmBJ%2CSAOM%2CS7DylBN%2COAQI%3BA6DxmBJ%2CSAQM%2CUAAU%2CS7DwlBhB%2COAQI%3BELhLJ%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3BEAxBT%2CwBAAA%3BEACQ%2CgBAAA%3BEKwMA%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BA6D7mBR%2CSAOM%2CS7DylBN%2COAgBI%3BA6DhnBJ%2CSAQM%2CUAAU%2CS7DwlBhB%2COAgBI%3BA6DhnBJ%2CSAOM%2CS7DylBN%2COAiBI%3BA6DjnBJ%2CSAQM%2CUAAU%2CS7DwlBhB%2COAiBI%3BELzVJ%2CgBAAA%3BEAAA%2C4BAAA%3BEAAA%2CyBAAA%3BEAAA%2CkBAAA%3BEAAA%2CwEAAA%3BEAAA%2CaAAA%3BEAAA%2CYAAA%3BEAAA%2CuBAAA%3BEAAA%2CcAAA%3BEAAA%2CwBAAA%3BEAAA%2CWAAA%3BEKjPA%2CsBAAA%3BELiZA%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3BEK0LD%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAzPR%2CS6DvXM%2CS7DylBN%2COAgBI%2CWAlPH%3BAAAD%2CS6DtXM%2CUAAU%2CS7DwlBhB%2COAgBI%2CWAlPH%3BAAAD%2CS6DvXM%2CS7DylBN%2COAiBI%2CUAnPH%3BAAAD%2CS6DtXM%2CUAAU%2CS7DwlBhB%2COAiBI%2CUAnPH%3BELtGD%2CYAAA%3B%3BAKqHA%2CS6DtYM%2CS7DylBN%2COAgBI%2CWAnOH%3BAAAD%2CS6DrYM%2CUAAU%2CS7DwlBhB%2COAgBI%2CWAnOH%3BAAAD%2CS6DtYM%2CS7DylBN%2COAiBI%2CUApOH%3BAAAD%2CS6DrYM%2CUAAU%2CS7DwlBhB%2COAiBI%2CUApOH%3BELrHD%2CcAAA%3B%3BAK0HA%2CS6D3YM%2CS7DylBN%2COAgBI%2CWA9NH%3BAAAD%2CS6D1YM%2CUAAU%2CS7DwlBhB%2COAgBI%2CWA9NH%3BAAAD%2CS6D3YM%2CS7DylBN%2COAiBI%2CUA%5C%2FNH%3BAAAD%2CS6D1YM%2CUAAU%2CS7DwlBhB%2COAiBI%2CUA%5C%2FNH%3BEL1HD%2CcAAA%3B%3BAK%2BHA%2CS6DhZM%2CS7DylBN%2COAgBI%2CWAzNH%3BAAAD%2CS6D%5C%2FYM%2CUAAU%2CS7DwlBhB%2COAgBI%2CWAzNH%3BAAAD%2CS6DhZM%2CS7DylBN%2COAiBI%2CUA1NH%3BAAAD%2CS6D%5C%2FYM%2CUAAU%2CS7DwlBhB%2COAiBI%2CUA1NH%3BEL%5C%2FHD%2CcAAA%3B%3BAkExRA%2CSAOM%2CS7DylBN%2COA0BI%3BA6D1nBJ%2CSAQM%2CUAAU%2CS7DwlBhB%2COA0BI%3BEACI%2CWAAA%3BELnMR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3B%3BAkE1bT%2CSAOM%2CS7DynBN%3BA6DhoBA%2CSAQM%2CUAAU%2CS7DwnBhB%3BELxWA%2CcAAA%3B%3BAKugBI%2CS6DxxBE%2CS7DsxBL%2CSAAY%2CSAER%3BAAAD%2CS6DvxBE%2CUAAU%2CS7DqxBf%2CSAAY%2CSAER%3BAAAD%2CS6DxxBE%2CS7DuxBL%2CUAAa%2CSACT%3BAAAD%2CS6DvxBE%2CUAAU%2CS7DsxBf%2CUAAa%2CSACT%3BEACG%2CSAAS%2CGAAT%3BELxgBR%2CcAAA%3BEAAA%2CiBAAA%3BEAAA%2CeAAA%3B%3BAkExRA%2CSAOM%2CS7D6zBN%3BA6Dp0BA%2CSAQM%2CUAAU%2CS7D4zBhB%3BEL5iBA%2CiBAAA%3BEAAA%2CeAAA%3BEAAA%2CUAAA%3BEAAA%2CqBAAA%3BE0C9QA%2CqBAAA%3B%3BAAMA%2CSwBTM%2CS7D6zBN%2CMqCpzBC%3BAAAD%2CSwBRM%2CUAAU%2CS7D4zBhB%2CMqCpzBC%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CaAAA%3BEAAA%2CeAAA%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAwBvVQ%2CSAHF%2CSAGG%2CSACK%3BAADN%2CSAFF%2CUAAU%2CSAEP%2CSACK%3BElECd%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAkEHQ%2CSATF%2CSASG%2COACG%3BAADJ%2CSARF%2CUAAU%2CSAQP%2COACG%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAAKJ%2COAAO%2CIAAI%2COAAQ%2CUAlBzB%2CSAiBE%3BAACI%2COAAO%2CIAAI%2COAAQ%2CUAjBzB%2CUAAU%2CSAgBR%3BEAEQ%2CmBAAA%3B%3BAA1BhB%2CSAOM%2CSAuBE%2COAAM%3BAA9Bd%2CSAQM%2CUAAU%2CSAsBR%2COAAM%3BEACF%2CiBAAA%3B%3BAAEA%2CSA1BN%2CSAuBE%2COAAM%2COAGD%3BAAAD%2CSAzBN%2CUAAU%2CSAsBR%2COAAM%2COAGD%3BEACG%2CgBAAA%3B%3BAAMhB%2COAAU%3BAACV%2COAAU%3BEACN%2CWAAA%3B%3BAAGJ%2COACM%3BEACE%2CeAAA%3B%3BAAIR%2CQAAQ%3BEACJ%2CSAAA%3BEACA%2CUAAA%3B%3BAAIA%2CMAAC%2CKACG%3BEACI%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAKJ%2CMADJ%2CSACK%3BEACG%2CcAAA%3B%3BAA0BZ%3BElE2KF%2CwBAAA%3BEACK%2CqBAAA%3BEACC%2CoBAAA%3BEkEhMA%2CgBAAA%3BEACA%2CqBAAoC%2C6CAApC%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAe%2CEAAf%3B%3BAAEA%2CMAAC%3BEACG%2CaAAA%3B%3BAAGJ%2CQAAS%3BEACL%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAQR%3BAACA%2CGAAG%2CWAAW%3BEACV%2CeAAA%3B%3BAAGJ%3BElEkLA%2CcAAA%3BEAAA%2CiBAAA%3B%3BAkE5KA%2CMAAO%3BEQ9FP%2CkBAAA%3B%3BAR8FA%2CMAAO%2CSQ5FP%3BE1EwQA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CkBAAA%3BEAAA%2CYAAA%3BE0EhQI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BE1E8PJ%2CWAAA%3BEAAA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CgBAAA%3BE0EvHA%2CUAAA%3BEACA%2CMAAA%3B%3BAAxHI%2CMRkEG%2CSQ5FP%2CiBA0BK%3BAACD%2CMRiEG%2CSQ5FP%2CiBA2BK%3BEACG%2CyBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CMRyDG%2CSQ5FP%2CiBAmCK%3BE1EqOL%2CiBAAA%3BE0EnOQ%2CyBAAA%3B%3BAAGJ%2CMRoDG%2CSQ5FP%2CiBAwCK%3BE1EgOL%2CiBAAA%3BE0E9NQ%2CyBAAA%3B%3BAA0GR%2CMRxDO%2CSQ5FP%2CiBAoJC%3BAACD%2CMRzDO%2CSQ5FP%2CiBAqJC%3BEACG%2CWAAA%3B%3BAAGJ%2CMR7DO%2CSQ5FP%2CiBAyJC%3BE1E%2BGD%2CwBAAA%3BEAAA%2CgBAAA%3BEAAA%2CSAAA%3B%3BA0EzGA%2CMRnEO%2CSQ5FP%2CiBA%2BJC%3BE1EyGD%2CwBAAA%3BEAAA%2CgBAAA%3BEAAA%2CSAAA%3B%3BA0EhNA%2CMRoCO%2CSQpCL%3BE1EgNF%2CYAAA%3B%3BA0E5MA%2CMRgCO%2CSQhCL%2CgBAA2B%2CMAAS%3BAACtC%2CMR%2BBO%2CSQ%5C%2FBL%2CgBAA2B%2CMAAS%3BAACtC%2CMR8BO%2CSQ9BN%2CMAAO%3BEACJ%2CcAAA%3B%3BAR6BJ%2CMAAO%2CSAEH%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAIR%2CKAAK%2CMAAS%2CWAAS%3BAACvB%2CMAAM%2CMAAS%2CWAAS%3BEACpB%2CcAAA%3B%3BAAGJ%2CgBACM%3BE9DqGN%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEAEA%2CiBAAA%3BEJgDA%2CgBAAA%3BEAAA%2CcAAA%3BE0C9QA%2CqBAAA%3BEwB0HQ%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BA9DqGR%2CgB8DjHM%2CyB9DiHL%3BAACD%2CgB8DlHM%2CyB9DkHL%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CgB8DvHM%2CyB9DuHL%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CgB8D5HM%2CyB9D4HL%3BAACD%2CgB8D7HM%2CyB9D6HL%3BAACD%2CQAAQ%2CUAAW%2CiB8D9Hb%3BE9D%2BHF%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BAkE%5C%2FJA%2CgBACM%2CyBxBkJJ%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0CHA%2CgBwB0GM%2CyBxB1GL%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C9OY%2CO3C8OZ%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAwBzNQ%2CgBAdF%2CyBAcG%3BEACG%2CgBAAA%3BEACA%2CUAAA%3B%3BAAgBZ%2CQACI%3BEACI%2CSAAA%3B%3BAAII%2CQALR%2CUAGM%2CSAAM%2CIAAI%2CSAEP%2CIAAI%3BAAAL%2CQALR%2CUAII%2CQAAU%2CSACL%2CIAAI%3BEACD%2CcAAA%3B%3BAAPhB%2CQACI%2CUAGM%2CSAAM%2CIAAI%2CSAMR%3BAAVZ%2CQACI%2CUAII%2CQAAU%2CSAKN%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAdhB%2CQACI%2CUAGM%2CSAAM%2CIAAI%2CSAaR%3BAAjBZ%2CQACI%2CUAII%2CQAAU%2CSAYN%3BEACI%2CWAAA%3B%3BAnE5KhB%3BEACI%2Ca6CAW%2CY7CAX%3BEACA%2CSAAS%2C6BAAsB%2COAAO%2CcAClC%2C4BAAqB%2COAAO%2COADhC%3BEAEA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BA%2BEZJ%3BAACA%2CCAAC%2COAAO%3BE9E6RR%2CkBAAA%3B%3BA8ExRI%2CMAAC%2CIAAI%3BE9EwRT%2C8EAAA%3B%3BA8ErRQ%2CMAHH%2CIAAI%2CUAGA%3BE9EqRT%2C%2BFAAA%3B%3BA8E5QY%2CIAFP%2CIAAI%2CYACD%2COACK%3BEACG%2CgBAAA%3B%3BAAMhB%2CCAAC%2COAAO%3BE9EqQR%2CqBAAA%3BEIxHA%2CqBAAA%3B%3BAAEA%2CC0E%5C%2FIC%2COAAO%2CQ1E%2BIP%3BAACD%2CC0EhJC%2COAAO%2CQ1EgJP%3BAACD%2CC0EjJC%2COAAO%2CQ1EiJP%3BEACG%2CqBAAA%3B%3BA0E9IJ%2COAAO%3BE1EgBP%2CsBAAA%3BEJiPA%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CaC5RqB%2CaCMC%2C8CFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEI9NA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAiBA%2CO0ErDO%2CQ1EqDN%3BAACD%2CO0EtDO%2CQ1EsDN%3BEJ2MD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAI%5C%2FLA%2CO0ElEO%2CQ1EkEN%3BEJ%2BLD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAInLA%2CO0E9EO%2CQ1E8EN%3BAACD%2CO0E%5C%2FEO%2CQ1E%2BEN%3BAACD%2CQAAQ%2CUAAW%2CQ0EhFZ%3BE9EiQP%2CYAAA%3BEI%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BA2ElHJ%2CQAAQ%2CKAAK%3BECuJb%2CSAAA%3BEACA%2CUAAA%3BEDtJI%2C6BAAA%3BEACA%2CiBAAA%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%3BAhF7HJ%2CQ%2BE5CQ%2CKAAK%2CMCoKX%2CQAAK%2CQhFxHN%3BAACD%2CQ%2BE7CQ%2CKAAK%2CMCoKX%2CQAAK%2CQhFvHN%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CQ%2BElDQ%2CKAAK%2CMCoKX%2CQAAK%2CQhFlHN%3BEACG%2CWAAA%3B%3BAgFwHA%2CQD3KI%2CKAAK%2CMCoKX%2CQAAK%2CQAOF%3BEACG%2CcAAA%3B%3BAD5KR%2CQAAQ%2CKAAK%2CMC4NP%2CQAAK%3BEhFoEX%2CSAAA%3B%3BA%2BEhSA%2CQAAQ%2CKAAK%2CMCqOX%2CQAAK%2CMACD%3BEhF0DN%2C0BAAA%3BEAAA%2CUAAA%3BEAAA%2CsBAAA%3BEAAA%2CgBAAA%3BEAAA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CWAAA%3BEAAA%2CqBAAA%3B%3BADjJA%2CQgF%5C%2FIQ%2CKAAK%2CMCqOX%2CQAAK%2CMACD%2CUjFvFL%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CQgFpJQ%2CKAAK%2CMCqOX%2CQAAK%2CMACD%2CUjFlFL%3BEC4ID%2CWAAA%3BEAAA%2CqBAAA%3B%3BADvIA%2CQgFzJQ%2CKAAK%2CMCqOX%2CQAAK%2CMACD%2CUjF7EL%3BECuID%2CWAAA%3BEAAA%2CqBAAA%3B%3BAgFzBI%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%3BEhFsBtB%2CWAAA%3BEAAA%2CqBAAA%3BEAAA%2CmBAAA%3B%3BA%2BEhSA%2CQAAQ%2CKAAK%2CMCkRX%2CQAAK%3BEhFcP%2CmBAAA%3BEAAA%2CSAAA%3BEAAA%2CiBAAA%3B%3BA%2BEhSA%2CQAAQ%2CKAAK%2CMAOT%2CMAAK%2CMACD%3BEACI%2CkBAAA%3BErCuDZ%2CqBAAA%3B%3BAAMA%2CQqCtEQ%2CKAAK%2CMAOT%2CMAAK%2CMACD%2CErC8DP%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CaAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C9NQ%2CO3C8NR%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAqClVY%2CQAvBJ%2CKAAK%2CMAOT%2CMAAK%2CMACD%2CEAeK%3BEACG%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3B%3BAAKJ%2CQA%5C%2FBJ%2CKAAK%2CMAOT%2CMAAK%2CMAuBA%2COAAQ%2CEACJ%3BEACG%2CSpCiCV%2COoCjCU%3B%3BAAMR%2CQAtCA%2CKAAK%2CMAqCT%2COAAO%2CEACF%3BEACG%2CgBAAA%3B%3BAAvCZ%2CQAAQ%2CKAAK%2CMA2CT%3BEACI%2CSAAA%3B%3BAE5CR%2CMC8VE%3BElF1UF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAiF3BA%2CMCmHA%3BElF%2BHA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEkFgEA%2CmBAAA%3BElFpBA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CqBAAA%3BEAAA%2CgBAAA%3B%3BAiFhSA%2CMC6HA%3BElFmKA%2CiBAAA%3BEAAA%2CiBAAA%3BEAnCA%2CsBAAA%3BEAmCA%2CiBAAA%3BEAAA%2CqBAAA%3B%3BAiFhSA%2CMC6HA%2CMAUI%3BElFnHJ%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAiF3BA%2CMC4IA%2CEAAC%3BElFoJD%2CcAAA%3BEAAA%2CqBAAA%3BEAAA%2CYAAA%3BEAAA%2CqBAAA%3B%3BAkFtII%2CMAdJ%2CEAAC%2CKAcI%3BElFsIL%2CcAAA%3B%3BAkF1HI%2CMA1BJ%2CEAAC%2CKA0BI%3BElF0HL%2CcAAA%3BEAAA%2CqBAAA%3B%3BAkF7GI%2CMAvCJ%2CEAAC%2CKAuCI%3BElF6GL%2CcAAA%3B%3BAiFhSA%2CMCgMA%2COAAM%3BElFgGN%2CmBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAnCA%2CsBAAA%3BEAmCA%2CWAAA%3BEAAA%2CqBAAA%3BEAAA%2CgBAAA%3BEAAA%2CYAAA%3B%3BAiFhSA%2CMCqNA%3BElF2EA%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEAAA%2CUAAA%3BEAAA%2CqBAAA%3B%3BAkF7DI%2CMAdJ%2CQAcK%3BElF6DL%2CcAAA%3B%3BAkFjDI%2CMA1BJ%2CQA0BK%3BElFiDL%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3B%3BAkFpCI%2CMAvCJ%2CQAuCK%3BElFoCL%2CcAAA%3B%3BAkFxBI%2CMAnDJ%2CQAmDK%3BElFwBL%2CqBAAA%3BE0C9QA%2CqBAAA%3B%3BAwC4WI%2CMAzKJ%2CQAmDK%2CKAqHJ%2CQACI%3BElF9FL%2CcAAA%3B%3BAkFoGI%2CMA%5C%2FKJ%2CQAmDK%2CKA2HJ%2COACI%3BElFpGL%2CcAAA%3B%3BAkFxBI%2CMAnDJ%2CQAmDK%2CKxCYH%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0CHA%2CMwC6LA%2CQAmDK%2CKxChPJ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2CxPQ%2CO3CwPR%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CMwCgLJ%2CQAmDK%2CKxCpOJ%2CMACI%3BE1C2PL%2CcAAA%3B%3BA0CrPI%2CMwC0KJ%2CQAmDK%2CKxC9NJ%2COACI%3BE1CqPL%2CcAAA%3B%3BAkFNI%2CMArEJ%2CQAqEK%3BElFML%2CqBAAA%3BE0C9QA%2CqBAAA%3B%3BAwC4WI%2CMAzKJ%2CQAqEK%2CSAmGJ%2CQACI%3BElF9FL%2CcAAA%3B%3BAkFoGI%2CMA%5C%2FKJ%2CQAqEK%2CSAyGJ%2COACI%3BElFpGL%2CcAAA%3B%3BAkFNI%2CMArEJ%2CQAqEK%2CSxCNH%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0CHA%2CMwC6LA%2CQAqEK%2CSxClQJ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2CzOQ%2CO3CyOR%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CMwCgLJ%2CQAqEK%2CSxCtPJ%2CMACI%3BE1C2PL%2CcAAA%3B%3BA0CrPI%2CMwC0KJ%2CQAqEK%2CSxChPJ%2COACI%3BE1CqPL%2CcAAA%3B%3BAiFhSA%2CMAGI%3BEjF6RJ%2C2EAAA%3BEiFzRQ%2CkBAAA%3BEACA%2CcAAA%3B%3BAAEA%2CMAPJ%2CQAOK%3BEACG%2CiBAAA%3B%3BAAGJ%2CMAXJ%2CQAWK%3BEACG%2CgBAAA%3B%3BAzCdZ%2CgBACM%3BAADN%2CgBAEM%3BEACE%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAJR%2CgBACM%2CWAKE%3BAANR%2CgBAEM%2CaAIE%3BEAEI%2CiBAAA%3B%3BAAEA%2CgBATN%2CWAKE%2CQAIK%3BAAAD%2CgBARN%2CaAIE%2CQAIK%3BEACG%2CgBAAA%3B%3BAAQR%2CgBAlBF%2CWAkBG%3BAAAD%2CgBAjBF%2CaAiBG%3BEACG%2CgBAAA%3B%3BAApBZ%2CgBAwBM%2CaACE%2CQAAO%3BEACH%2CaAAA%3B%3BA2C3BZ%3BEnFgSA%2CgBAAA%3BEAAA%2CgBAAA%3B%3BAmFhSA%2CYCoEA%3BEpF4NA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAoFtHA%2CYCoEA%2COrFwDE%3BEACE%2CqBAAA%3BEACA%2CmBAAA%3B%3BAoF9HJ%2CYC0EA%3BEACI%2CSAAA%3B%3BAD3EJ%2CYC8EA%3BEpFkNA%2CcAAA%3BEAAA%2CqBAAA%3B%3BAoFpMI%2CYAdJ%2CEAcK%3BEpFoML%2CcAAA%3BEAAA%2CqBAAA%3B%3BAoFvLI%2CYA3BJ%2CEA2BK%3BEpFuLL%2CcAAA%3BEAAA%2C0BAAA%3B%3BAoF1KI%2CYAxCJ%2CEAwCK%3BEpF0KL%2CcAAA%3BEAAA%2CqBAAA%3B%3BAmFhSA%2CYCoIA%3BEpF4JA%2CgBAAA%3B%3BAmFhSA%2CYC4JI%2CMAAK%2CIAAI%3BEpFoIb%2CqBAAA%3BE0ChOA%2CqBAAA%3B%3BAAMA%2CY0CsFI%2CMAAK%2CIAAI%2Ca1CtFZ%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CS2CxPQ%2CO3CwPR%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CYAAA%3BEAAA%2CmBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BApB9VY%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%2CMoByQX%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0CHA%2CUpBfK%2CMACG%2CQACK%2CMoBaZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C1OU%2CO3C0OV%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CUpB5BC%2CMACG%2CQACK%2CMoByBZ%2CMACI%3BE1C2PL%2CcAAA%3B%3BA0CrPI%2CUpBlCC%2CMACG%2CQACK%2CMoB%2BBZ%2COACI%3BE1CqPL%2CcAAA%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%3BAsBlPY%2CMAFR%2CiBACI%2CQACK%3BEAEG%2CgBAAA%3B%3BAAMhB%3BEAQI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAtB2aJ%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%3BAiE5RQ%2CMAAC%2CWAAY%3BAACb%2CMAAC%2CWAAY%3BEACT%2CeAAA%3B%3BAAuBR%3BAACA%3BEACI%2CcAAA%3BEjEiQR%2CiBAAA%3BEiE%5C%2FPQ%2CcAAA%3B%3BAAJJ%2CoBAMI%3BAALJ%2CoBAKI%3BEACI%2CgBAAA%3B%3BAAWR%2CoBAAuB%3BAACvB%2CKAAK%3BEACD%2CcAAA%3BEjE%2BOR%2CiBAAA%3B%3BAiE5OQ%2CoBALmB%2CuBAKlB%3BAAAD%2CKAJC%2CYAIA%3BEACG%2CSAAS%2CiBAAiB%2CIAA1B%3BEjE2OZ%2CiBAAA%3B%3BAiEjPI%2CoBAAuB%2CuBAUnB%3BAATJ%2CKAAK%2CYASD%3BEjEuOR%2CiBAAA%3B%3BAqFzSA%3BEAUI%2CuBAAA%3B%3BAATA%2CIAAC%2CWACG%2CGAAE%2CmBAAoB%2CGAAE%3BEACpB%2CwBAAA%3B%3BAAFR%2CIAAC%2CWAIG%2CoBAAoB%3BAAJxB%2CIAAC%2CWAKG%2CoBAAoB%2CQAAO%2CMAAM%3BEAC7B%2CwBAAA%3B%3BAAPZ%2CIAWI%2CKAAI%2CQACA%3BEACI%2CiBAAA%3B%3BAAbZ%2CIAgBI%2CaAAY%2CMAAO%3BEACf%2CWAAW%2CiBAAX%3B%3BAAjBR%2CIAmBI%2CoBAAoB%2CGAAE%2CYAAa%2CGAAE%3BAAnBzC%2CIAoBI%2CoBAAoB%2CGAAE%2CYAAa%2CGAAE%2CUAAU%3BEAC3C%2CwBAAA%3B%3BAArBR%2CIAuBI%2CoBAAoB%3BEAChB%2CyBAAA%3B%3BAAxBR%2CIA0BI%2CoBAAoB%2CQAAO%2CMAAM%3BEAC7B%2CoBAAA%3B%3BAA3BR%2CIA6BI%2CoBAAoB%2CGAAE%3BEAClB%2CSAAA%3B%3BAA9BR%2CIA6BI%2CoBAAoB%2CGAAE%2CYAElB%2CGAAE%3BEACE%2CwBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BAAIA%2CQAH0B%3BEAG1B%2CIAVR%2CoBAAoB%2CGAAE%2CYAElB%2CGAAE%3BIAMM%2CyBAAA%3B%3B%3BAAEJ%2CIAVR%2CoBAAoB%2CGAAE%2CYAElB%2CGAAE%2CgBAQG%3BEACG%2C4BAAA%3BEACA%2CsBAAsB%2C6uRAAtB%3BEACA%2CcAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2C4BAAA%3BEACA%2CwBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAMA%2CQAH0B%3BEAG1B%2CIAxBZ%2CoBAAoB%2CGAAE%2CYAElB%2CGAAE%2CgBAkBE%3BIAEQ%2CwBAAA%3B%3B%3BAAMA%2CQAH0B%3BEAG1B%2CIA5BhB%2CoBAAoB%2CGAAE%2CYAElB%2CGAAE%2CgBAkBE%2CkBAII%3BIAEQ%2CiBAAA%3B%3B%3BAAEJ%2CIA5BhB%2CoBAAoB%2CGAAE%2CYAElB%2CGAAE%2CgBAkBE%2CkBAII%2COAIK%3BEACG%2CaAAA%3B%3BAA1DxB%2CIA6BI%2CoBAAoB%2CGAAE%2CYAElB%2CGAAE%2CgBAgCE%2CGAAE%3BEACE%2CgBAAA%3B%3BAAhEhB%2CIA6BI%2CoBAAoB%2CGAAE%2CYAElB%2CGAAE%2CgBAgCE%2CGAAE%2CkBAEE%3BEACI%2CWAAA%3BEACA%2CYAAA%3B%3BAAKA%2CQAH8B%3BEAG9B%2CIA3ChB%2CoBAAoB%2CGAAE%2CYAElB%2CGAAE%2CgBAgCE%2CGAAE%2CkBAEE%2CGAGI%3BIAEQ%2CoBAAA%3B%3B%3BAAtE5B%2CIA6BI%2CoBAAoB%2CGAAE%2CYAElB%2CGAAE%2CgBA4CE%3BEACI%2CoBAAA%3BEACA%2CYAAA%3B%3BAA7EhB%2CIAiFI%3BEACI%2CaAAA%3B%3BAAlFR%2CIAmII%2CWAAU%3BEACN%2CaAAA%3B%3BAApIR%2CIAuII%3BEACI%2CmBAAA%3B%3BAAxIR%2CIAuII%2CmBAGI%3BEACI%2CSAAA%3BEACA%2CSAAA%3B%3BAA5IZ%2CIAuII%2CmBAGI%2CyBAIM%3BEACE%2CUAAA%3B%3BAA%5C%2FIhB%2CIAuII%2CmBAGI%2CyBAIM%2CsBAGE%3BEACI%2CkBAAA%3B%3BAAlJpB%2CIAuII%2CmBAGI%2CyBAIM%2CsBAOE%2C6BACI%3BEACI%2C4BAAA%3BEACA%2C4BAAA%3B%3BAAIR%2CIArBZ%2CmBAGI%2CyBAIM%2CsBAcG%3BEACG%2CgBAAA%3B%3BAADJ%2CIArBZ%2CmBAGI%2CyBAIM%2CsBAcG%2CYAGG%2C6BACI%3BEACI%2C4BAAA%3BEACA%2C4BAAA%3B%3BAAKZ%2CIAhCZ%2CmBAGI%2CyBAIM%2CsBAyBG%2CIAAI%3BEACD%2CSAAA%3BEACA%2CgBAAA%3B%3BAAzKpB%2CIA%2BKI%2CKAAI%2CgBAAiB%2CiBAAiB%3BAA%5C%2FK1C%2CIAgLI%2CKAAI%2CgBAAiB%3BEACjB%2CiBAAA%3BEACA%2C6BAAA%3BEACA%2C8BAAA%3B%3BAAnLR%2CIAsLI%2COAAM%3BEACF%2C8BAAA%3B%3BAAEA%2CIAHJ%2COAAM%2COAGD%3BEACG%2C4BAAA%3B%3BAAOJ%2CQAL0B%3BEAK1B%2CIAXJ%2COAAM%2COAOE%2CkBAAiB%3BIACb%2CwBAAA%3B%3B%3BAA9LhB%2CIAsLI%2COAAM%2COAWF%2CkBAAiB%3BEACb%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3B%3BAASQ%2CQAH8B%3BEAG9B%2CIAxBhB%2COAAM%2COAiBF%2CeACI%2CqBACI%2CqBACI%3BIAEQ%2C6BAAA%3B%3B%3BAAIJ%2CIA1BpB%2COAAM%2COAiBF%2CeACI%2CqBACI%2CqBAMI%2CeACK%3BEACG%2CwBAAA%3B%3BAAEJ%2CIA7BpB%2COAAM%2COAiBF%2CeACI%2CqBACI%2CqBAMI%2CeAIK%3BEACG%2CcAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CsBAAsB%2CixCAAtB%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CwBAAA%3BEACA%2C4BAAA%3B%3BAAMJ%2CIA1CpB%2COAAM%2COAiBF%2CeACI%2CqBAsBI%2CoBACI%2CEACK%3BEACG%2CwBAAA%3B%3BAAEJ%2CIA7CpB%2COAAM%2COAiBF%2CeACI%2CqBAsBI%2CoBACI%2CEAIK%3BEACG%2CcAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CsBAAsB%2CipCAAtB%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CwBAAA%3BEACA%2C4BAAA%3B%3BAA1O5B%2CIAsLI%2COAAM%2COA0DF%3BEACI%2CwCAAA%3B%3BAAEI%2CIA7DZ%2COAAM%2COA0DF%2CkBAEI%2CmBACK%3BEACG%2CyBAAA%3B%3BAAGR%2CIAjER%2COAAM%2COA0DF%2CkBAOK%3BEACG%2CwBAAA%3B%3BAAEJ%2CIApER%2COAAM%2COA0DF%2CkBAUK%3BEACG%2CcAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CsBAAsB%2C6iEAAtB%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CwBAAA%3BEACA%2C4BAAA%3B%3BAAjQhB%2CIAsLI%2COAAM%2COA8EF%3BEACI%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3BAAvQZ%2CIAsLI%2COAAM%2COA8EF%2CeAKI%2CKAAO%3BEACH%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAA5QhB%2CIAsLI%2COAAM%2COA8EF%2CeAWI%3BEACI%2CeAAA%3B%3BAAhRhB%2CIAsLI%2COAAM%2COA8EF%2CeAeI%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAKA%2CQAJ0B%3BEAI1B%2CIArGZ%2COAAM%2COA8EF%2CeAeI%3BIAKQ%2CgBAAA%3B%3B%3BAAxRpB%2CIAsLI%2COAAM%2COA8EF%2CeAeI%2CyBAQI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAA%5C%2FRpB%2CIAsLI%2COAAM%2COA8EF%2CeAeI%2CyBAQI%2CcAMI%2CKAAI%3BEACA%2CaAAA%3B%3BAAlSxB%2CIAsLI%2COAAM%2COA8EF%2CeAeI%2CyBAQI%2CcAMI%2CKAAI%2CWAGA%2COAAM%3BEACF%2CWAAA%3B%3BAArS5B%2CIAsLI%2COAAM%2COA8EF%2CeAeI%2CyBAQI%2CcAMI%2CKAAI%2CWAGA%2COAAM%2COAGF%3BEACI%2CkBAAA%3B%3BAAEA%2CIApH5B%2COAAM%2COA8EF%2CeAeI%2CyBAQI%2CcAMI%2CKAAI%2CWAGA%2COAAM%2COAGF%2CMAGK%3BEACG%2CgBAAA%3B%3BAA3SpC%2CIAsLI%2COAAM%2COA8EF%2CeAeI%2CyBAQI%2CcAMI%2CKAAI%2CWAGA%2COAAM%2COAUF%3BEACI%2CgBAAA%3B%3BAAKJ%2CQAJ8B%3BEAI9B%2CIA9HxB%2COAAM%2COA8EF%2CeAeI%2CyBAQI%2CcAMI%2CKAAI%2CWAGA%2COAAM%2COAUF%3BIAGQ%2CaAAA%3BIACA%2CgBAAA%3B%3B%3BAAlTpC%2CIAsLI%2COAAM%2COA8EF%2CeAeI%2CyBAQI%2CcA6BI%3BEACI%2CcAAA%3B%3BAAzTxB%2CIAsLI%2COAAM%2COA8EF%2CeAeI%2CyBAQI%2CcA6BI%2CSAGI%2COAAM%3BEACF%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3B%3BAAlU5B%2CIAsLI%2COAAM%2COA8EF%2CeAeI%2CyBAQI%2CcA6BI%2CSAGI%2COAAM%2COASF%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CIAtJxB%2COAAM%2COA8EF%2CeAeI%2CyBAQI%2CcA6BI%2CSAGI%2COAAM%2COAiBD%3BEACG%2CaAAA%3B%3BAA7UhC%2CIAsLI%2COAAM%2COA8EF%2CeAgFI%3BEACI%2CaAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAAxVhB%2CIAsLI%2COAAM%2COA8EF%2CeAgFI%2C2BAMI%3BEACI%2CuBAAA%3B%3BAA3VpB%2CIAsLI%2COAAM%2COA8EF%2CeAgFI%2C2BAMI%2CkBAGI%2CEAAC%2COAAO%3BEACJ%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C2BAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CIA9KpB%2COAAM%2COA8EF%2CeAgFI%2C2BAMI%2CkBAGI%2CEAAC%2COAAO%2CSAOH%3BEACG%2CcAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CsBAAsB%2CqjCAAtB%3BEACA%2CkCAAA%3BEACA%2CwBAAA%3BEACA%2CSAAA%3B%3BAA1W5B%2CIAsLI%2COAAM%2COA8EF%2CeAgFI%2C2BAMI%2CkBAGI%2CEAAC%2COAAO%2CSAgBJ%3BAA7WxB%2CIAsLI%2COAAM%2COA8EF%2CeAgFI%2C2BAMI%2CkBAGI%2CEAAC%2COAAO%2CSAiBJ%3BEACI%2CwBAAA%3B%3BAA%5C%2FW5B%2CIAsLI%2COAAM%2COA8EF%2CeAgFI%2C2BAMI%2CkBAGI%2CEAAC%2COAAO%2CSAqBJ%2CSAAQ%3BEACJ%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CuBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAxX5B%2CIAsLI%2COAAM%2COA8EF%2CeAgFI%2C2BAMI%2CkBAGI%2CEAAC%2COAAO%2CSAqBJ%2CSAAQ%2CIAQJ%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEAEA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAIR%2CIApNpB%2COAAM%2COA8EF%2CeAgFI%2C2BAMI%2CkBAGI%2CEAAC%2COAAO%2CSA6CH%2COAEG%3BAADJ%2CIArNpB%2COAAM%2COA8EF%2CeAgFI%2C2BAMI%2CkBAGI%2CEAAC%2COAAO%2CSA8CH%2COACG%3BAAFJ%2CIApNpB%2COAAM%2COA8EF%2CeAgFI%2C2BAMI%2CkBAGI%2CEAAC%2COAAO%2CSA6CH%2COAGG%2CqBAAqB%3BAAFzB%2CIArNpB%2COAAM%2COA8EF%2CeAgFI%2C2BAMI%2CkBAGI%2CEAAC%2COAAO%2CSA8CH%2COAEG%2CqBAAqB%3BEACjB%2CcAAA%3B%3BAAGJ%2CIA3NxB%2COAAM%2COA8EF%2CeAgFI%2C2BAMI%2CkBAGI%2CEAAC%2COAAO%2CSA6CH%2COAOI%3BAAAD%2CIA3NxB%2COAAM%2COA8EF%2CeAgFI%2C2BAMI%2CkBAGI%2CEAAC%2COAAO%2CSA8CH%2COAMI%3BEACG%2CsBAAsB%2CqjCAAtB%3B%3BAAlZhC%2CIAsLI%2COAAM%2COA8EF%2CeAgFI%2C2BAMI%2CkBA6DI%3BAAvZpB%2CIAsLI%2COAAM%2COA8EF%2CeAgFI%2C2BAMI%2CkBA8DI%3BAAxZpB%2CIAsLI%2COAAM%2COA8EF%2CeAgFI%2C2BAMI%2CkBA%2BDI%3BEACI%2CWAAA%3B%3BAA1ZxB%2CIAsLI%2COAAM%2COA8EF%2CeAgFI%2C2BA0EI%2CUAEI%3BAAhapB%2CIAsLI%2COAAM%2COA8EF%2CeAgFI%2C2BA2EI%2CSACI%3BEACI%2CcAAA%3BEACA%2CqBAAA%3B%3BAAlaxB%2CIAsLI%2COAAM%2COA8EF%2CeAgFI%2C2BA0EI%2CUAEI%2CEAII%3BAApaxB%2CIAsLI%2COAAM%2COA8EF%2CeAgFI%2C2BA2EI%2CSACI%2CEAII%3BEACI%2CWAAA%3BEACA%2CYAAA%3B%3BAAIR%2CIApPhB%2COAAM%2COA8EF%2CeAgFI%2C2BA0EI%2CUAYK%2COACG%2CEACI%2CIACI%3BAAHZ%2CIApPhB%2COAAM%2COA8EF%2CeAgFI%2C2BA2EI%2CSAWK%2COACG%2CEACI%2CIACI%3BAAHZ%2CIApPhB%2COAAM%2COA8EF%2CeAgFI%2C2BA0EI%2CUAYK%2COACG%2CEACI%2CIAEI%2CKAAI%3BAAJhB%2CIApPhB%2COAAM%2COA8EF%2CeAgFI%2C2BA2EI%2CSAWK%2COACG%2CEACI%2CIAEI%2CKAAI%3BEACA%2CeAAA%3B%3BAA%5C%2FapC%2CIAsLI%2COAAM%2COA8EF%2CeAgFI%2C2BAiGI%3BEACI%2CoBAAA%3BEACA%2CWAAW%2CgBAAX%3B%3BAACA%2CIAlQhB%2COAAM%2COA8EF%2CeAgFI%2C2BAiGI%2CgBAGK%3BEACG%2CuBAAA%3B%3BAAEJ%2CIArQhB%2COAAM%2COA8EF%2CeAgFI%2C2BAiGI%2CgBAMK%3BEACG%2CuBAAA%3B%3BAA5bxB%2CIAsLI%2COAAM%2COA4QF%3BEACI%2CuBAAA%3BEACA%2CgBAAA%3B%3BAApcZ%2CIAsLI%2COAAM%2COA4QF%2CmBAII%3BEACI%2C8BAAA%3B%3BAAGI%2CIApRhB%2COAAM%2COA4QF%2CmBAII%2CWAGI%2CWACK%3BEACG%2CWAAA%3BEACA%2CUAAA%3B%3BAAFJ%2CIApRhB%2COAAM%2COA4QF%2CmBAII%2CWAGI%2CWACK%2CQAIG%2CEAAC%3BEACG%2CgBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CIA7RpB%2COAAM%2COA4QF%2CmBAII%2CWAGI%2CWACK%2CQASI%3BAACD%2CIA9RpB%2COAAM%2COA4QF%2CmBAII%2CWAGI%2CWACK%2CQAUI%3BEACG%2CuBAAA%3B%3BAAGJ%2CIAlSpB%2COAAM%2COA4QF%2CmBAII%2CWAGI%2CWACK%2CQAcI%2COACG%3BEACI%2CUAAA%3B%3BAAIR%2CIAxSpB%2COAAM%2COA4QF%2CmBAII%2CWAGI%2CWACK%2CQAoBI%2CIACG%3BEACI%2CgBAAA%3B%3BAAIR%2CIA9SpB%2COAAM%2COA4QF%2CmBAII%2CWAGI%2CWACK%2CQA0BI%2COACG%2CEAAC%3BEACG%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C2BAAA%3B%3BAAEA%2CIApT5B%2COAAM%2COA4QF%2CmBAII%2CWAGI%2CWACK%2CQA0BI%2COACG%2CEAAC%2CQAKI%3BEACG%2CSAAS%2CEAAT%3BEACA%2CeAAA%3BEACA%2CsBAAsB%2CqPAAtB%3BEACA%2C4BAAA%3BEACA%2CwBAAA%3BEACA%2C0BAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CYAAX%3BEACA%2CmBAAmB%2CYAAnB%3B%3BAAIR%2CIAnUxB%2COAAM%2COA4QF%2CmBAII%2CWAGI%2CWACK%2CQA0BI%2COAqBI%2CMACG%2CEAAC%3BEACG%2CcAAA%3B%3BAAEA%2CIAvUhC%2COAAM%2COA4QF%2CmBAII%2CWAGI%2CWACK%2CQA0BI%2COAqBI%2CMACG%2CEAAC%2CQAGI%3BEACG%2CWAAW%2CeAAX%3BEACA%2CmBAAmB%2CeAAnB%3B%3BAAMhB%2CIA%5C%2FUpB%2COAAM%2COA4QF%2CmBAII%2CWAGI%2CWACK%2CQA2DI%3BEACG%2CuBAAA%3B%3BAAGI%2CIAnV5B%2COAAM%2COA4QF%2CmBAII%2CWAGI%2CWACK%2CQA2DI%2CMAGG%2CEAAC%2CQACI%3BEACG%2CcAAA%3B%3BAA1gBpC%2CIAsLI%2COAAM%2COA4QF%2CmBAgFI%2CcAAc%3BEACV%2CiBAAA%3B%3BAAnhBhB%2CIAsLI%2COAAM%2COAiWF%2CkBACI%3BEACI%2C0BAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2C6BAAA%3BEACA%2CuBAAA%3B%3BAAliBhB%2CIAuiBI%3BEACI%2CiBAAA%3B%3BAAIA%2CQAH0B%3BEAG1B%2CIALJ%3BIAGQ%2CkBAAA%3B%3B%3BAA1iBZ%2CIAuiBI%2CKAKI%2CKAAI%2CaACA%2CiBACI%2C2BACI%3BEACI%2CwBAAA%3B%3BAAgC5B%2CQAvB2B%3BEACvB%2CIACI%2CmBACI%3BIACI%2CeAAA%3BIACA%2C8BAAA%3B%3BEAGI%2CIANZ%2CmBACI%2CyBAIM%2CsBACG%3BIACG%2CsBAAA%3BIACA%2CeAAA%3B%3BEAGJ%2CIAXZ%2CmBACI%2CyBAIM%2CsBAMG%2CIAAI%3BIACD%2CqBAAA%3BIACA%2CeAAA%3B%3B%3BAAgCxB%2CQAxB0B%3BEACtB%2CIACI%2CmBACI%3BIACI%2CsBAAA%3B%3BEAGI%2CIALZ%2CmBACI%2CyBAGM%2CsBACG%2CYACG%2C6BACI%3BIACI%2C4BAAA%3BIACA%2C4BAAA%3B%3BEAKZ%2CIAdZ%2CmBACI%2CyBAGM%2CsBAUG%2CIAAI%3BIACD%2CsBAAA%3B%3B%3BAChmBhB%2CIAAC%3BEACG%2CkBAAA%3B%3BAAFR%2CIAKI%2COAAM%3BEACF%2CYAAA%3B%3B%3B%3B%3B%3BAANR%2CIAKI%2COAAM%2COAKF%3BEACI%2CWAAA%3B%3BAAXZ%2CIAKI%2COAAM%2COAWF%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAlBZ%2CIAKI%2COAAM%2COAkBF%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAzBZ%2CIAKI%2COAAM%2COAyBF%3BEACI%2CqBAAA%3BEACA%2C6BAAA%3B%3BAAGJ%2CIA9BJ%2COAAM%2COA8BD%3BEACG%2CSAAS%2CEAAT%3BEACA%2C8BAAA%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CmDAAA%3BEACA%2CYAAA%3B%3BAA9CZ%2CIAKI%2COAAM%2COA4CF%3BEACI%2CeAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAAIA%2CIAtDR%2COAAM%2COAqDD%2COACI%3BEACG%2CmBAAA%3BEACA%2CUAAA%3B%3BAAHR%2CIArDJ%2COAAM%2COAqDD%2COAMG%3BEACI%2CcAAA%3B%3BAAjEhB%2CIAKI%2COAAM%2COAgEF%3BEACI%2CeAAA%3B%3BAAtEZ%2CIAKI%2COAAM%2COAoEF%2CeACI%2CKACM%2CMAAG%3BEACD%2CwBAAA%3B%3BAA5EpB%2CIAKI%2COAAM%2COAoEF%2CeACI%2CKACM%2CMAAG%2CYAGD%3BEACI%2CwBAAA%3B%3BAA%5C%2FExB%2CIAKI%2COAAM%2COAoEF%2CeAWI%2CYAAW%3BEACP%2CSAAA%3BEACA%2CuBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAA3FhB%2CIAKI%2COAAM%2COAoEF%2CeAWI%2CYAAW%2CQASP%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2C%2BBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAApGpB%2CIAKI%2COAAM%2COAoEF%2CeAWI%2CYAAW%2CQASP%2CaASI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3B%3BAA3GxB%2CIAKI%2COAAM%2COAoEF%2CeAWI%2CYAAW%2CQA2BP%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAjHpB%2CIAKI%2COAAM%2COAoEF%2CeAWI%2CYAAW%2CQA2BP%2CWAII%2CWAAU%3BEACN%2CuBAAA%3BEACA%2CUAAA%3B%3BAACA%2CIAjHpB%2COAAM%2COAoEF%2CeAWI%2CYAAW%2CQA2BP%2CWAII%2CWAAU%2CQAGL%3BEACG%2CaAAA%3B%3BAAEJ%2CIApHpB%2COAAM%2COAoEF%2CeAWI%2CYAAW%2CQA2BP%2CWAII%2CWAAU%2CQAML%3BEACG%2CuBAAA%3B%3BAA1H5B%2CIAKI%2COAAM%2COAoEF%2CeAWI%2CYAAW%2CQA2BP%2CWAII%2CWAAU%2CQAUN%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3B%3BAAnI5B%2CIAKI%2COAAM%2COAoEF%2CeAWI%2CYAAW%2CQA2BP%2CWAII%2CWAAU%2CQAmBJ%3BEACE%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C2BAAA%3BEACA%2CQAAA%3BEACA%2C0BAAA%3B%3BAAEA%2CIAxIxB%2COAAM%2COAoEF%2CeAWI%2CYAAW%2CQA2BP%2CWAII%2CWAAU%2CQAmBJ%2CIAOG%3BEACG%2CeAAA%3BEACA%2CkBAAA%3B%3BAA%5C%2FIhC%2CIAKI%2COAAM%2COAkJF%2CIAAG%3BEACC%2CWAAW%2CiBAAX%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CIAjKR%2COAAM%2COAkJF%2CIAAG%2CkBAeE%3BEACG%2CWAAW%2CaAAX%3BEACA%2CyBAAA%3B%3BAAxKhB%2CIAKI%2COAAM%2COAkJF%2CIAAG%2CkBAoBC%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3B%3BAA9KhB%2CIAKI%2COAAM%2COAkJF%2CIAAG%2CkBAoBC%2CWAKI%3BEACI%2CYAAA%3BEACA%2CSAAA%3B%3BAAlLpB%2CIAKI%2COAAM%2COAkJF%2CIAAG%2CkBAoBC%2CWAKI%2CKAII%3BEACI%2CUAAA%3B%3BAArLxB%2CIAKI%2COAAM%2COAkJF%2CIAAG%2CkBAmCC%2CUAAS%3BEACL%2CYAAA%3B%3BAA3LhB%2CIAKI%2COAAM%2COAkJF%2CIAAG%2CkBAmCC%2CUAAS%2CaAGL%3BEACI%2CYAAA%3B%3BAA9LpB%2CIAKI%2COAAM%2COAkJF%2CIAAG%2CkBAmCC%2CUAAS%2CaAGL%2CoBAEI%3BEACI%2CaAAA%3B%3BAAhMxB%2CIAKI%2COAAM%2COAkJF%2CIAAG%2CkBAmCC%2CUAAS%2CaAUL%2CsBAAqB%2CIAAI%3BEACrB%2CYAAA%3B%3BAArMpB%2CIAKI%2COAAM%2COAkJF%2CIAAG%2CkBAmCC%2CUAAS%2CaAUL%2CsBAAqB%2CIAAI%2CoBAGrB%3BEACI%2CSAAA%3BEACA%2CoBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3B%3BAA7MxB%2CIAKI%2COAAM%2COAkJF%2CIAAG%2CkBAmCC%2CUAAS%2CaAUL%2CsBAAqB%2CIAAI%2CoBAYrB%2CIAAG%3BEACC%2CeAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3B%3BAApNxB%2CIAKI%2COAAM%2COAkJF%2CIAAG%2CkBAmCC%2CUAAS%2CaAUL%2CsBAAqB%2CIAAI%2CoBAYrB%2CIAAG%2CWAMC%3BAAtNxB%2CIAKI%2COAAM%2COAkJF%2CIAAG%2CkBAmCC%2CUAAS%2CaAUL%2CsBAAqB%2CIAAI%2CoBAYrB%2CIAAG%2CWAOC%3BEACI%2CwBAAA%3B%3BAAxN5B%2CIAKI%2COAAM%2COAkJF%2CIAAG%2CkBAmCC%2CUAAS%2CaAUL%2CsBAAqB%2CIAAI%2CoBAYrB%2CIAAG%2CWAWC%3BEACI%2C8BAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAhO5B%2CIAKI%2COAAM%2COAkJF%2CIAAG%2CkBAmCC%2CUAAS%2CaAUL%2CsBAAqB%2CIAAI%2CoBAYrB%2CIAAG%2CWAWC%2CMAOI%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAArOhC%2CIAKI%2COAAM%2COAkJF%2CIAAG%2CkBAmCC%2CUAAS%2CaAUL%2CsBAAqB%2CIAAI%2CoBAYrB%2CIAAG%2CWAyBC%3BEACI%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3B%3BAA7O5B%2CIAKI%2COAAM%2COAkJF%2CIAAG%2CkBAmCC%2CUAAS%2CaAUL%2CsBAAqB%2CIAAI%2CoBAYrB%2CIAAG%2CWAyBC%2CiBAMI%3BEACI%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CgCAAA%3B%3BAAlPhC%2CIAKI%2COAAM%2COAkJF%2CIAAG%2CkBAmCC%2CUAAS%2CaAUL%2CsBAAqB%2CIAAI%2CoBAYrB%2CIAAG%2CWAyBC%2CiBAYI%2CWAAU%3BEACN%2CWAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CgCAAA%3B%3BAAGA%2CIAxP5B%2COAAM%2COAkJF%2CIAAG%2CkBAmCC%2CUAAS%2CaAUL%2CsBAAqB%2CIAAI%2CoBAYrB%2CIAAG%2CWAyBC%2CiBAYI%2CWAAU%2CQAQL%2COACG%3BEACI%2CqBAAA%3B%3BAAEA%2CIA5PpC%2COAAM%2COAkJF%2CIAAG%2CkBAmCC%2CUAAS%2CaAUL%2CsBAAqB%2CIAAI%2CoBAYrB%2CIAAG%2CWAyBC%2CiBAYI%2CWAAU%2CQAQL%2COACG%2CEAGK%3BEACG%2CaAAA%3B%3BAAlQ5C%2CIAKI%2COAAM%2COAkJF%2CIAAG%2CkBAmCC%2CUAAS%2CaAUL%2CsBAAqB%2CIAAI%2CoBAYrB%2CIAAG%2CWAyBC%2CiBAYI%2CWAAU%2CQAkBN%3BEACI%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2CcAAA%3B%3BAAEA%2CIA7QhC%2COAAM%2COAkJF%2CIAAG%2CkBAmCC%2CUAAS%2CaAUL%2CsBAAqB%2CIAAI%2CoBAYrB%2CIAAG%2CWAyBC%2CiBAYI%2CWAAU%2CQAkBN%2CEAWK%3BEACG%2C0BAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAArRxC%2CIAKI%2COAAM%2COAkJF%2CIAAG%2CkBAmCC%2CUAAS%2CaAUL%2CsBAAqB%2CIAAI%2CoBAYrB%2CIAAG%2CWAyBC%2CiBAYI%2CWAAU%2CQAoCN%3BEACI%2CeAAA%3BEACA%2CaAAA%3B%3BAA3RpC%2CIAKI%2COAAM%2COAkJF%2CIAAG%2CkBAmCC%2CUAAS%2CaAUL%2CsBAAqB%2CIAAI%2CoBAYrB%2CIAAG%2CWAyBC%2CiBAYI%2CWAAU%2CQAyCN%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C2BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CIAtShC%2COAAM%2COAkJF%2CIAAG%2CkBAmCC%2CUAAS%2CaAUL%2CsBAAqB%2CIAAI%2CoBAYrB%2CIAAG%2CWAyBC%2CiBAYI%2CWAAU%2CQAyCN%2CsBAaK%3BEACG%2CcAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CsBAAsB%2CqwBAAtB%3BEACA%2CwBAAA%3BEACA%2CkCAAA%3BEACA%2C4BAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAnTxC%2CIAKI%2COAAM%2COAkJF%2CIAAG%2CkBAmCC%2CUAAS%2CaAUL%2CsBAAqB%2CIAAI%2CoBAYrB%2CIAAG%2CWAyBC%2CiBAYI%2CWAAU%2CQAkEN%3BAAvThC%2CIAKI%2COAAM%2COAkJF%2CIAAG%2CkBAmCC%2CUAAS%2CaAUL%2CsBAAqB%2CIAAI%2CoBAYrB%2CIAAG%2CWAyBC%2CiBAYI%2CWAAU%2CQAmEN%3BEACI%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2C2BAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CsBAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CIAvU5B%2COAAM%2COAkJF%2CIAAG%2CkBAmCC%2CUAAS%2CaAUL%2CsBAAqB%2CIAAI%2CoBAYrB%2CIAAG%2CWAyBC%2CiBAYI%2CWAAU%2CQAuFL%2COACG%3BEACI%2CWAAW%2CaAAX%3B%3BAA9UxC%2CIAKI%2COAAM%2COAkJF%2CIAAG%2CkBAmCC%2CUAAS%2CaAUL%2CsBAAqB%2CIAAI%2CoBAYrB%2CIAAG%2CWAyBC%2CiBAYI%2CWAAU%2CQA6FN%2CaACI%3BEACI%2CsBAAA%3B%3BAApVxC%2CIAKI%2COAAM%2COAkJF%2CIAAG%2CkBAmCC%2CUAAS%2CaAUL%2CsBAAqB%2CIAAI%2CoBAYrB%2CIAAG%2CWAyBC%2CiBAYI%2CWAAU%2CQA6FN%2CaACI%2CYAGI%2CWAAU%3BEACN%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CgCAAA%3BEACA%2CWAAA%3B%3BAAEA%2CIA1VxC%2COAAM%2COAkJF%2CIAAG%2CkBAmCC%2CUAAS%2CaAUL%2CsBAAqB%2CIAAI%2CoBAYrB%2CIAAG%2CWAyBC%2CiBAYI%2CWAAU%2CQA6FN%2CaACI%2CYAGI%2CWAAU%2CQASL%2COACG%3BEACI%2CaAAA%3BEACA%2CWAAW%2CaAAX%3B%3BAAlWpD%2CIAKI%2COAAM%2COAkJF%2CIAAG%2CkBAmCC%2CUAAS%2CaAUL%2CsBAAqB%2CIAAI%2CoBAYrB%2CIAAG%2CWAyBC%2CiBAYI%2CWAAU%2CQA6FN%2CaAsBI%3BEACI%2CaAAA%3B%3BAAzWxC%2CIAKI%2COAAM%2COAkJF%2CIAAG%2CkBAmCC%2CUAAS%2CaAUL%2CsBAAqB%2CIAAI%2CoBAYrB%2CIAAG%2CWAyBC%2CiBAYI%2CWAAU%2CQA6FN%2CaAsBI%2CWAGI%3BEACI%2CsBAAA%3B%3BAA5W5C%2CIAKI%2COAAM%2COAkJF%2CIAAG%2CkBAmCC%2CUAAS%2CaAUL%2CsBAAqB%2CIAAI%2CoBAYrB%2CIAAG%2CWAyBC%2CiBAYI%2CWAAU%2CQA4HN%2CaACI%3BEACI%2CaAAA%3B%3BAAnXxC%2CIAKI%2COAAM%2COAkJF%2CIAAG%2CkBAmCC%2CUAAS%2CaAUL%2CsBAAqB%2CIAAI%2CoBAsLrB%2CoBACM%2CIAAC%3BEACC%2CoBAAA%3B%3BAA5X5B%2CIAKI%2COAAM%2COAkJF%2CIAAG%2CkBAmCC%2CUAAS%2CaAUL%2CsBAAqB%2CIAAI%2CoBAsLrB%2CoBAKI%3BEACI%2CYAAA%3B%3BAAhY5B%2CIAKI%2COAAM%2COAkJF%2CIAAG%2CkBAmCC%2CUAAS%2CaAUL%2CsBAAqB%2CIAAI%2CoBAsLrB%2CoBASI%3BAAnYxB%2CIAKI%2COAAM%2COAkJF%2CIAAG%2CkBAmCC%2CUAAS%2CaAUL%2CsBAAqB%2CIAAI%2CoBAsLrB%2CoBASO%3BEACC%2CaAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAA1Y5B%2CIAKI%2COAAM%2COAkJF%2CIAAG%2CkBAmCC%2CUAAS%2CaAUL%2CsBAAqB%2CIAAI%2CoBAsLrB%2CoBAmBI%3BEACI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3B%3BAAhZ5B%2CIAKI%2COAAM%2COAkJF%2CIAAG%2CkBAmCC%2CUAAS%2CaAUL%2CsBAAqB%2CIAAI%2CoBAsLrB%2CoBAyBI%3BAAnZxB%2CIAKI%2COAAM%2COAkJF%2CIAAG%2CkBAmCC%2CUAAS%2CaAUL%2CsBAAqB%2CIAAI%2CoBAsLrB%2CoBA0BI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAA1Z5B%2CIAKI%2COAAM%2COAkJF%2CIAAG%2CkBAmCC%2CUAAS%2CaAUL%2CsBAAqB%2CIAAI%2CoBAsLrB%2CoBAyBI%2CeASI%3BAA5Z5B%2CIAKI%2COAAM%2COAkJF%2CIAAG%2CkBAmCC%2CUAAS%2CaAUL%2CsBAAqB%2CIAAI%2CoBAsLrB%2CoBA0BI%2CeAQI%3BEACI%2CSAAA%3B%3BAA7ZhC%2CIAKI%2COAAM%2COAkJF%2CIAAG%2CkBAmCC%2CUAAS%2CaAUL%2CsBAAqB%2CIAAI%2CoBAsLrB%2CoBAyBI%2CeAaI%2CEACI%3BAAjahC%2CIAKI%2COAAM%2COAkJF%2CIAAG%2CkBAmCC%2CUAAS%2CaAUL%2CsBAAqB%2CIAAI%2CoBAsLrB%2CoBA0BI%2CeAYI%2CEACI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3B%3BAAnapC%2CIAKI%2COAAM%2COAkJF%2CIAAG%2CkBAmCC%2CUAAS%2CaAUL%2CsBAAqB%2CIAAI%2CoBAsLrB%2CoBA8CI%3BEACI%2CoBAAA%3B%3BAAza5B%2CIAKI%2COAAM%2COAkJF%2CIAAG%2CkBAmCC%2CUAAS%2CaAUL%2CsBAAqB%2CIAAI%2CoBAsLrB%2CoBA8CI%2CeAGM%3BEACE%2C6BAAA%3B%3BAA5ahC%2CIAKI%2COAAM%2COAkJF%2CIAAG%2CkBAmCC%2CUAAS%2CaAUL%2CsBAAqB%2CIAAI%2CoBAsLrB%2CoBAsDI%2CeACI%3BEACI%2CWAAA%3BEACA%2CYAAA%3B%3BAAnbhC%2CIAKI%2COAAM%2COAkJF%2CIAAG%2CkBAmCC%2CUAAS%2CaAUL%2CsBAAqB%2CIAAI%2CoBAsLrB%2CoBA6DI%3BEACI%2CaAAA%3BEACA%2CSAAA%3BEACA%2CoBAAA%3B%3BAA1b5B%2CIAKI%2COAAM%2COAkJF%2CIAAG%2CkBAmCC%2CUAAS%2CaAUL%2CsBAAqB%2CIAAI%2CoBAsLrB%2CoBA6DI%2CcAKI%3BEACI%2CSAAA%3B%3BAA7bhC%2CIAKI%2COAAM%2COAkJF%2CIAAG%2CkBAmCC%2CUAAS%2CaAUL%2CsBAAqB%2CIAAI%2CoBAsLrB%2CoBA6DI%2CcAKI%2CGAGI%2CEACI%2CIACI%3BEACI%2CyBAAA%3B%3BAAIR%2CIAjchC%2COAAM%2COAkJF%2CIAAG%2CkBAmCC%2CUAAS%2CaAUL%2CsBAAqB%2CIAAI%2CoBAsLrB%2CoBA6DI%2CcAKI%2CGAGI%2CEAOK%2CMACG%2CIACI%3BEACI%2CyBAAA%3BEACA%2CaAAA%3B%3BAAuFpD%2CQAtE0B%3BEACtB%2CIACI%2COAAM%2COACF%2CIAAG%3BEAFX%2CIACI%2COAAM%2COAEF%3BEAHR%2CIACI%2COAAM%2COAGF%3BIACI%2CgBAAA%3B%3BEALZ%2CIACI%2COAAM%2COAOF%3BIACI%2CWAAA%3B%3BEATZ%2CIACI%2COAAM%2COAOF%2CYAGI%3BIACI%2CWAAA%3BIACA%2CYAAA%3B%3BEAbhB%2CIACI%2COAAM%2COAgBF%2CeACI%2CKACM%2CMAAG%2CYACD%3BIACI%2CyBAAA%3B%3BEArBxB%2CIA4BI%3BIACI%2CcAAA%3B%3BEA7BR%2CIA4BI%2CsBAGI%2CgBACI%2C6BAOM%2CMAAG%2CIAAI%3BEAvCzB%2CIA4BI%2CsBAGI%2CgBAEI%2C8BAMM%2CMAAG%2CIAAI%3BEAvCzB%2CIA4BI%2CsBAGI%2CgBAGI%2CmBAKM%2CMAAG%2CIAAI%3BEAvCzB%2CIA4BI%2CsBAGI%2CgBAOI%2CeAAe%2CKACT%2CMAAG%2CIAAI%3BIACL%2CwBAAA%3B%3BEAxCpB%2CIA4BI%2CsBAGI%2CgBACI%2C6BAUI%3BEA1ChB%2CIA4BI%2CsBAGI%2CgBAEI%2C8BASI%3BEA1ChB%2CIA4BI%2CsBAGI%2CgBAGI%2CmBAQI%3BEA1ChB%2CIA4BI%2CsBAGI%2CgBAOI%2CeAAe%2CKAIX%3BIACI%2CwBAAA%3B%3BEA3CpB%2CIA4BI%2CsBAGI%2CgBACI%2C6BAaI%2CyBAAyB%2CMAAK%2CWAAY%2COAAM%2COAAQ%3BEA7CxE%2CIA4BI%2CsBAGI%2CgBAEI%2C8BAYI%2CyBAAyB%2CMAAK%2CWAAY%2COAAM%2COAAQ%3BEA7CxE%2CIA4BI%2CsBAGI%2CgBAGI%2CmBAWI%2CyBAAyB%2CMAAK%2CWAAY%2COAAM%2COAAQ%3BEA7CxE%2CIA4BI%2CsBAGI%2CgBAOI%2CeAAe%2CKAOX%2CyBAAyB%2CMAAK%2CWAAY%2COAAM%2COAAQ%3BIACpD%2CYAAA%3B%3BEA9CpB%2CIA4BI%2CsBAGI%2CgBACI%2C6BAgBI%2CyBAAyB%2CMAAK%2CWAAY%2COAAM%2COAAQ%3BEAhDxE%2CIA4BI%2CsBAGI%2CgBAEI%2C8BAeI%2CyBAAyB%2CMAAK%2CWAAY%2COAAM%2COAAQ%3BEAhDxE%2CIA4BI%2CsBAGI%2CgBAGI%2CmBAcI%2CyBAAyB%2CMAAK%2CWAAY%2COAAM%2COAAQ%3BEAhDxE%2CIA4BI%2CsBAGI%2CgBAOI%2CeAAe%2CKAUX%2CyBAAyB%2CMAAK%2CWAAY%2COAAM%2COAAQ%3BIACpD%2CoBAAA%3B%3BEAjDpB%2CIA4BI%2CsBAGI%2CgBAsBI%3BIACI%2CWAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3B%3BEAxDhB%2CIA4BI%2CsBAGI%2CgBA4BI%3BIACI%2CYAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3B%3B%3BAAsBpB%2CQAf0B%3BEACtB%2CIACI%2COAAM%2COACF%2CIAAG%3BEAFX%2CIACI%2COAAM%2COAEF%3BEAHR%2CIACI%2COAAM%2COAGF%3BIACI%2CgBAAA%3B%3BEALZ%2CIACI%2COAAM%2COAOF%3BIACI%2CWAAA%3B%3B%3BAC3iBZ%2CgBACI%2CuBAAsB%3BEAClB%2CwBAAA%3B%3BAAFR%2CgBAII%2CyBACI%2CGAAG%3BEACC%2CaAAA%3BEACA%2CuBAAA%3B%3BAAPZ%2CgBAII%2CyBACI%2CGAAG%2CGAGC%3BEACI%2CgBAAA%3BEACA%2CuBAAA%3B%3BAAVhB%2CgBAII%2CyBACI%2CGAAG%2CGAGC%2CoBAGI%3BEACI%2C6BAAA%3BEACA%2CwBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3B%3BAAIA%2CQAH0B%3BEAG1B%2CgBAfhB%2CyBACI%2CGAAG%2CGAGC%2CoBAGI%3BIAMO%2CUAAA%3B%3B%3BAAKH%2CQAH0B%3BEAG1B%2CgBAlBhB%2CyBACI%2CGAAG%2CGAGC%2CoBAGI%3BIASO%2CWAAA%3B%3B%3BAApBvB%2CgBAII%2CyBACI%2CGAAG%2CGAGC%2CoBAGI%2CGAWI%2CEAAC%3BEACG%2CyBAAA%3B%3BAACA%2CgBApBpB%2CyBACI%2CGAAG%2CGAGC%2CoBAGI%2CGAWI%2CEAAC%2CIAEI%3BEACG%2CyBAAA%3B%3BAAzB5B%2CgBAII%2CyBACI%2CGAAG%2CGAGC%2CoBAGI%2CGAWI%2CEAAC%2CIAKG%3BEACI%2CQAAQ%2CSAAR%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAA%5C%2FB5B%2CgBAII%2CyBACI%2CGAAG%2CGAGC%2CoBAGI%2CGAWI%2CEAAC%2CIAWG%3BEACI%2CcAAA%3B%3BAAlC5B%2CgBAyCI%3BEACI%2C4BAAA%3BEACA%2CeAAA%3B%3BAA3CR%2CgBAyCI%2C0BAGI%2CcACI%2CyBACI%2CoBACI%2COACI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAArD5B%2CgBAyCI%2C0BAGI%2CcACI%2CyBAYI%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3B%3B%3BAAeA%2CQAd0B%3BEAc1B%2CgBAjChB%2C0BAGI%2CcACI%2CyBAYI%3BIAIQ%2CeAAA%3B%3BEAaJ%2CgBAjChB%2C0BAGI%2CcACI%2CyBAYI%2CcAKQ%3BIACI%2CaAAA%3B%3BEAWR%2CgBAjChB%2C0BAGI%2CcACI%2CyBAYI%2CcAQQ%3BIACI%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CiBAAA%3B%3B%3BAAaZ%2CQAR8B%3BEAQ9B%2CgBAzCZ%2C0BAGI%2CcACI%2CyBAYI%2CcAkBQ%3BIACI%2CcAAA%3B%3BEAMZ%2CgBAzCZ%2C0BAGI%2CcACI%2CyBAYI%2CcAqBQ%3BIACI%2CaAAA%3B%3B%3BAA%5C%2FE5B%2CgBAyCI%2C0BAGI%2CcACI%2CyBAsCI%3BEACI%2CqBAAA%3B%3B%3BAAcA%2CQAb0B%3BEAa1B%2CgBAzDhB%2C0BAGI%2CcACI%2CyBAsCI%2CeAGQ%3BIACI%2CaAAA%3B%3BEAWR%2CgBAzDhB%2C0BAGI%2CcACI%2CyBAsCI%2CeAMQ%3BIACI%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CiBAAA%3B%3B%3BAAaZ%2CQAR8B%3BEAQ9B%2CgBAjEZ%2C0BAGI%2CcACI%2CyBAsCI%2CeAgBQ%3BIACI%2CcAAA%3B%3BEAMZ%2CgBAjEZ%2C0BAGI%2CcACI%2CyBAsCI%2CeAmBQ%3BIACI%2CaAAA%3B%3B%3BAAvG5B%2CgBA8GI%2CqBACI%2CqBAAqB%3BEACjB%2CkBAAA%3BEACA%2CWAAA%3B%3BAAjHZ%2CgBA8GI%2CqBACI%2CqBAAqB%2CEAGjB%3BEACI%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAArHhB%2CgBA8GI%2CqBACI%2CqBAAqB%2CEAQjB%2CeACI%3BEACI%2C8BAAA%3BEACA%2C%2BBAAA%3B%3BACgBhB%2CIAAC%3BEACG%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAKR%3BExFuJA%2CYAAA%3B%3BAwFnJA%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%3BExFwOA%2CsBAAA%3BEAAA%2C4CAAA%3BEwFrOI%2CUAAA%3BEACA%2CoBAAA%3B%3BAAsFJ%3BExF8IA%2CUAAA%3BEAAA%2CYAAA%3B%3BAwF5NA%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%3BExF8PZ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkCA%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3B%3BAwFtSJ%2CYAAC%2CcAOG%3BAAPJ%2CYAAC%2CcAQG%3BExFgQR%2CoBAAA%3BEACQ%2CYAAA%3BEAMR%2CsBAAA%3BEACQ%2CcAAA%3B%3BAwFhRJ%2CYAAC%2CcAaG%3BEACI%2CgBAAA%3B%3BAAdR%2CYAAC%2CcAiBG%3BEACI%2CgBAAA%3B%3BAApBZ%2CYAwBI%3BAAxBJ%2CYAyBI%3BAAzBJ%2CYA0BI%3BExFoHJ%2CwBAAA%3B%3BAwF9IA%2CYA8BI%3BExFgHJ%2CsBAAA%3BEAAA%2CmBAAA%3B%3BAwF1GA%3BExF0GA%2CYAAA%3BEwFvMA%2COAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CYAAC%2CQACG%3BExFmMJ%2CgBAAA%3B%3BAwF9LA%2CYAAC%2CMACG%3BEACI%2CmBAAmB%2CaAAnB%3BEACQ%2CWAAW%2CaAAX%3B%3BAAiFhB%2CYA7EA%3BExFuLA%2CiBAAA%3BEAAA%2CUAAA%3BEAoHA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkCA%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3BEwF5UJ%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%3BExFgFJ%2CkBAAA%3BEAAA%2CmBAAA%3B%3BAwF1GA%2CYA%2BBI%3BAA%5C%2FBJ%2CYAgCI%3BExFsMJ%2CoBAAA%3BEACQ%2CYAAA%3BEAMR%2CsBAAA%3BEACQ%2CcAAA%3B%3BAwF9OR%2CYAqCI%3BExFqEJ%2CsBAAA%3BEAAA%2CiBAAA%3B%3BAwF1GA%2CYA0CI%3BEACI%2CgBAAA%3BExF%2BDR%2CoBAAA%3BEAAA%2CiBAAA%3B%3BAwF1GA%2CYAgDI%3BEACI%2CiBAAA%3B%3BAC9MR%2CaAGI%3BAAFJ%2CYAEI%3BAADJ%2CYACI%3BErF2MJ%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEAEA%2CiBAAA%3BEJgDA%2CgBAAA%3BEAAA%2CqBAAA%3BE0C9QA%2CqBAAA%3BE%2BCmBQ%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BArF4MR%2CaqFvNI%2CcrFuNH%3BAAAD%2CYqFvNI%2CcrFuNH%3BAAAD%2CYqFvNI%2CcrFuNH%3BAACD%2CaqFxNI%2CcrFwNH%3BAAAD%2CYqFxNI%2CcrFwNH%3BAAAD%2CYqFxNI%2CcrFwNH%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CaqF7NI%2CcrF6NH%3BAAAD%2CYqF7NI%2CcrF6NH%3BAAAD%2CYqF7NI%2CcrF6NH%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CaqFlOI%2CcrFkOH%3BAAAD%2CYqFlOI%2CcrFkOH%3BAAAD%2CYqFlOI%2CcrFkOH%3BAACD%2CaqFnOI%2CcrFmOH%3BAAAD%2CYqFnOI%2CcrFmOH%3BAAAD%2CYqFnOI%2CcrFmOH%3BAACD%2CQAAQ%2CUAAW%2CcqFpOf%3BArFoOJ%2CQAAQ%2CUAAW%2CaqFpOf%3BArFoOJ%2CQAAQ%2CUAAW%2CaqFpOf%3BErFqOA%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BAyFvQA%2CaAGI%2Cc%5C%2FCwPF%3BA%2BC1PF%2CYAEI%2Cc%5C%2FCwPF%3BA%2BCzPF%2CYACI%2Cc%5C%2FCwPF%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0CHA%2Ca%2BCII%2Cc%5C%2FCJH%3BAAAD%2CY%2BCII%2Cc%5C%2FCJH%3BAAAD%2CY%2BCII%2Cc%5C%2FCJH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CaAAA%3BEAAA%2CeAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C1OU%2CO3C0OV%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2Ca%2BCTA%2Cc%5C%2FCQH%2CMACI%3BAAAD%2CY%2BCTA%2Cc%5C%2FCQH%2CMACI%3BAAAD%2CY%2BCTA%2Cc%5C%2FCQH%2CMACI%3BE1C2PL%2CcAAA%3B%3BA0CrPI%2Ca%2BCfA%2Cc%5C%2FCcH%2COACI%3BAAAD%2CY%2BCfA%2Cc%5C%2FCcH%2COACI%3BAAAD%2CY%2BCfA%2Cc%5C%2FCcH%2COACI%3BE1CqPL%2CcAAA%3B%3BAyFtPY%2CaAdR%2CcAaK%2CMACI%3BAAAD%2CYAdR%2CcAaK%2CMACI%3BAAAD%2CYAdR%2CcAaK%2CMACI%3BEACG%2CcAAA%3B%3BAAMhB%2CaACI%3BEzF8OJ%2CUAAA%3B%3BAyFzOA%2CYACI%3BEzFwOJ%2CgCAAA%3BEAAA%2CgBAAA%3BEAAA%2CkBAAA%3BEyFpOQ%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3B%3BAARR%2CYAWI%3BEACI%2CWAAA%3B%3BAAIR%2CYACI%3BEACI%2CoBAAA%3B%3BAAFR%2CYAKI%3BEACI%2CuBAAA%3BEACA%2CkBAAA%3B%3BAAIR%3BEzF8MA%2CwCAAA%3BEyF5MI%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%3BArDhFR%2CaAAC%2CkBACK%3BEACE%2CaAAA%3B%3BAAIR%2CaAAC%2CsBACK%3BAADN%2CaAAC%2CsBAEK%3BEACE%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAAMZ%3BEpCgXA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3B%3BAoClXA%2CyBAII%3BEpCwPJ%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CiBAAA%3B%3BAoCrPQ%2CyBAHJ%2CQAGK%3BEpCqPT%2CgBAAA%3B%3BAoC5PA%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%2CcAAA%3B%3BAAYR%2CiBACI%3BEpCyMJ%2CaAAA%3BEAAA%2CgBAAA%3B%3BAoCnMA%2CqBACI%3BEACI%2CgBAAA%3B%3BAAFR%2CqBAKI%3BEACI%2CiBAAA%3B%3B%3B%3B%3BAAMR%3BEAEI%2CaAAA%3B%3BAAFJ%2CyBAII%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEpCiLR%2CcAAA%3BEAAA%2CeAAA%3BEAAA%2CgCAAA%3B%3BAoCvKA%2CcACI%3BEACI%2CcAAA%3B%3BAAIR%2C2BACI%2CMACI%3BEACI%2CaAAA%3B%3BAAHZ%2C2BAOI%2CMACI%2CUACI%3BEpCwJZ%2CaAAA%3B%3BAoCjKA%2C2BAOI%2CMACI%2CUAQM%3BEpCiJd%2C0BAAA%3B%3BAoCjKA%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%3BEpCmHA%2CcAAA%3B%3B%3B%3B%3B%3BA0FxRA%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%3BE7FgHA%2CiBAAA%3BEAAA%2CmBAAA%3BEAnCA%2CsBAAA%3BE6F3EI%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%3BEtGiRL%2CmBAAA%3BEAAA%2CiBAAA%3BEAAA%2CuBAAA%3BEAAA%2CqBAAA%3BEAAA%2CkBAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEI5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEJ0FA%2CgBAAA%3BEsG1QQ%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3B%3BAvGuHR%2CCuGhIK%2CwBvGgIJ%3BAAAD%2CMuGhIK%2CwBvGgIJ%3BAAAD%2CGuGhIK%2CwBvGgIJ%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CCuGrIK%2CwBvGqIJ%3BAAAD%2CMuGrIK%2CwBvGqIJ%3BAAAD%2CGuGrIK%2CwBvGqIJ%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CCuG1IK%2CwBvG0IJ%3BAAAD%2CMuG1IK%2CwBvG0IJ%3BAAAD%2CGuG1IK%2CwBvG0IJ%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAIxFA%2CCkGzLK%2CwBlGyLJ%3BAAAD%2CMkGzLK%2CwBlGyLJ%3BAAAD%2CGkGzLK%2CwBlGyLJ%3BAACD%2CCkG1LK%2CwBlG0LJ%3BAAAD%2CMkG1LK%2CwBlG0LJ%3BAAAD%2CGkG1LK%2CwBlG0LJ%3BAACD%2CCkG3LK%2CwBlG2LJ%3BAAAD%2CMkG3LK%2CwBlG2LJ%3BAAAD%2CGkG3LK%2CwBlG2LJ%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CCkGhMK%2CwBlGgMJ%3BAAAD%2CMkGhMK%2CwBlGgMJ%3BAAAD%2CGkGhMK%2CwBlGgMJ%3BAACD%2CCkGjMK%2CwBlGiMJ%3BAAAD%2CMkGjMK%2CwBlGiMJ%3BAAAD%2CGkGjMK%2CwBlGiMJ%3BAACD%2CQAAQ%2CUAAW%2CEkGlMd%3BAlGkML%2CQAAQ%2CUAAW%2COkGlMd%3BAlGkML%2CQAAQ%2CUAAW%2CIkGlMd%3BEtGiRL%2CcAAA%3BEAAA%2CYAAA%3BEI5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAkG3LA%2CCAAC%3BAAAD%2CMAAC%3BAAAD%2CGAAC%3BElG6IL%2CqBAAA%3BEAzHA%2CsBAAA%3BEJiPA%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CaC5RqB%2CaCMC%2C8CFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CqBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEI9NA%2CsBAAA%3BEACA%2CsBAAA%3BEJ6NA%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEsGhQQ%2CgBAAA%3B%3BAlG0IR%2CCkG%5C%2FIK%2C2BlG%2BIJ%3BAAAD%2CMkG%5C%2FIK%2C2BlG%2BIJ%3BAAAD%2CGkG%5C%2FIK%2C2BlG%2BIJ%3BAACD%2CCkGhJK%2C2BlGgJJ%3BAAAD%2CMkGhJK%2C2BlGgJJ%3BAAAD%2CGkGhJK%2C2BlGgJJ%3BAACD%2CCkGjJK%2C2BlGiJJ%3BAAAD%2CMkGjJK%2C2BlGiJJ%3BAAAD%2CGkGjJK%2C2BlGiJJ%3BEACG%2CqBAAA%3B%3BAAzFJ%2CCkGzDK%2C2BlGyDJ%3BAAAD%2CMkGzDK%2C2BlGyDJ%3BAAAD%2CGkGzDK%2C2BlGyDJ%3BAACD%2CCkG1DK%2C2BlG0DJ%3BAAAD%2CMkG1DK%2C2BlG0DJ%3BAAAD%2CGkG1DK%2C2BlG0DJ%3BEJ2MD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAI%5C%2FLA%2CCkGtEK%2C2BlGsEJ%3BAAAD%2CMkGtEK%2C2BlGsEJ%3BAAAD%2CGkGtEK%2C2BlGsEJ%3BEJ%2BLD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAInLA%2CCkGlFK%2C2BlGkFJ%3BAAAD%2CMkGlFK%2C2BlGkFJ%3BAAAD%2CGkGlFK%2C2BlGkFJ%3BAACD%2CCkGnFK%2C2BlGmFJ%3BAAAD%2CMkGnFK%2C2BlGmFJ%3BAAAD%2CGkGnFK%2C2BlGmFJ%3BAACD%2CQAAQ%2CUAAW%2CEkGpFd%3BAlGoFL%2CQAAQ%2CUAAW%2COkGpFd%3BAlGoFL%2CQAAQ%2CUAAW%2CIkGpFd%3BEtGqQL%2CYAAA%3BEI%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAkG%5C%2FEA%2CCAAC%3BAAAD%2CMAAC%3BAAAD%2CGAAC%3BElGqIL%2CqBAAA%3BEAzHA%2CsBAAA%3BEJiPA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CaC5RqB%2CaCMC%2C8CFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CqBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEI9NA%2CsBAAA%3BEACA%2CsBAAA%3BEJ6NA%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEsGxPQ%2CgBAAA%3B%3BAlGkIR%2CCkGvIK%2C6BlGuIJ%3BAAAD%2CMkGvIK%2C6BlGuIJ%3BAAAD%2CGkGvIK%2C6BlGuIJ%3BAACD%2CCkGxIK%2C6BlGwIJ%3BAAAD%2CMkGxIK%2C6BlGwIJ%3BAAAD%2CGkGxIK%2C6BlGwIJ%3BAACD%2CCkGzIK%2C6BlGyIJ%3BAAAD%2CMkGzIK%2C6BlGyIJ%3BAAAD%2CGkGzIK%2C6BlGyIJ%3BEACG%2CqBAAA%3B%3BAAzFJ%2CCkGjDK%2C6BlGiDJ%3BAAAD%2CMkGjDK%2C6BlGiDJ%3BAAAD%2CGkGjDK%2C6BlGiDJ%3BAACD%2CCkGlDK%2C6BlGkDJ%3BAAAD%2CMkGlDK%2C6BlGkDJ%3BAAAD%2CGkGlDK%2C6BlGkDJ%3BEJ2MD%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAI%5C%2FLA%2CCkG9DK%2C6BlG8DJ%3BAAAD%2CMkG9DK%2C6BlG8DJ%3BAAAD%2CGkG9DK%2C6BlG8DJ%3BEJ%2BLD%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAInLA%2CCkG1EK%2C6BlG0EJ%3BAAAD%2CMkG1EK%2C6BlG0EJ%3BAAAD%2CGkG1EK%2C6BlG0EJ%3BAACD%2CCkG3EK%2C6BlG2EJ%3BAAAD%2CMkG3EK%2C6BlG2EJ%3BAAAD%2CGkG3EK%2C6BlG2EJ%3BAACD%2CQAAQ%2CUAAW%2CEkG5Ed%3BAlG4EL%2CQAAQ%2CUAAW%2COkG5Ed%3BAlG4EL%2CQAAQ%2CUAAW%2CIkG5Ed%3BEtG6PL%2CYAAA%3BEI%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAmGlHJ%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%3BEZ%2BGA%2CSAAA%3BEACA%2CUAAA%3B%3BAYhHA%2CsBZkHE%2CQAAK%3BEACH%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAYrHJ%2CsBZkHE%2CQAAK%2CMAKD%3BEACE%2CcAAA%3B%3BAYxHR%2CsBZ4HE%2CQAAK%3BEAEH%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAhF7HJ%2CsBgFwHE%2CQAAK%2CQhFxHN%3BAACD%2CsBgFuHE%2CQAAK%2CQhFvHN%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CsBgFkHE%2CQAAK%2CQhFlHN%3BEACG%2CWAAA%3B%3BAgFwHA%2CsBAPF%2CQAAK%2CQAOF%3BEACG%2CcAAA%3B%3BAYpIR%2CsBZoLM%2CQAAK%3BEhFoEX%2CSAAA%3B%3BA4FxPA%2CsBZ6LE%2CQAAK%2CMACD%3BEhF0DN%2C0BAAA%3BEAAA%2CUAAA%3BEAAA%2CsBAAA%3BEAAA%2CgBAAA%3BEAAA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CWAAA%3BEAAA%2CqBAAA%3B%3BADjJA%2CsBiFsFE%2CQAAK%2CMACD%2CUjFvFL%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CsBiFiFE%2CQAAK%2CMACD%2CUjFlFL%3BEC4ID%2CWAAA%3BEAAA%2CqBAAA%3B%3BADvIA%2CsBiF4EE%2CQAAK%2CMACD%2CUjF7EL%3BECuID%2CWAAA%3BEAAA%2CqBAAA%3B%3BAgFzBI%2CsBAlCF%2CQAAK%2CMAkCF%2CIAAI%2CWAAc%2CUAAO%3BAAC1B%2CsBAnCF%2CQAAK%2CMAmCF%2COAAU%3BAACX%2CsBApCF%2CQAAK%2CMAoCF%2COAAU%2CUAAO%3BAAClB%2CsBArCF%2CQAAK%2CMAqCF%2COAAU%2CUAAO%3BEhFsBtB%2CWAAA%3BEAAA%2CqBAAA%3BEAAA%2CmBAAA%3B%3BA4FxPA%2CsBZ0OE%2CQAAK%3BEhFcP%2CmBAAA%3BEAAA%2CSAAA%3BEAAA%2CiBAAA%3B%3B%3B%3B%3B%3BA2HtSJ%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%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BACgBA%2C2CACI%2CkCACM%3BAAFV%2C2CACI%2CkCAEI%3BEACI%2CqBAAA%3B%3BAAJZ%2C2CAQI%3BAARJ%2C2CASI%3BEACI%2CiBAAA%3B%3BAClBR%2CeACI%3BEACI%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CQAAA%3B%3BAAJR%2CeAMI%3BEACI%2CYAAA%3B%3BAAGR%3BEACI%2CaAAA%3B%3BAAGJ%3BEACI%2CSAAA%3BEACA%2CuBAAuB%2CmBAAvB%3B%3BAAFJ%2CSAGI%3BEACI%2CmBAAA%3B%3BAAIR%3BEACI%2CgBAAA%3BEAyCA%2CmBAAA%3B%3BAA1CJ%2CeAEI%3BEACI%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CqBAAqB%2CgDAAgD%2C2CAArE%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEAwBA%2CuBAAuB%2CcAAvB%3B%3BAA%5C%2FBR%2CeAEI%2CaAMI%3BEACI%2CmBAAA%3BEACA%2CaAAA%3BEACA%2C2BAAA%3B%3BAAEI%2CeAXZ%2CaAMI%2CcAII%2CWACK%2CMAAM%3BEACH%2CcAAA%3B%3BAAEJ%2CeAdZ%2CaAMI%2CcAII%2CWAIK%3BEACG%2CWAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CaAAa%2CYAAb%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAA3BpB%2CeAEI%2CaA8BI%3BEACI%2CiCAAA%3B%3BAAjCZ%2CeAEI%2CaAiCI%3BEACI%2CqCAAA%3B%3BAApCZ%2CeAEI%2CaAoCI%3BEACI%2CyBAAA%3B%3BAAvCZ%2CeA6CI%2COACI%2CIAAG%3BEACC%2CqBAAA%3B%3BAA%5C%2FCZ%2CeA6CI%2COAKI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAApDZ%2CeA6CI%2COAUI%3BEACI%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAA1DZ%2CeA6CI%2COAgBI%3BEACI%2CkBAAA%3B%3BAA9DZ%2CeA6CI%2COAgBI%2CeAGI%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAKhB%2CqBACM%3BEACE%2CYAAA%3B%3BACtGR%3BAACA%3BEACI%2CeAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAIJ%3BEACI%2CiBAAA%3B%3BAADJ%2C6CAGI%3BEACI%2CWAAA%3B%3BAAIR%3BEACI%2CcAAA%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%2CaAAA%3BEACA%2CkBAAA%3B%3BAAIR%2CiCACI%3BEACI%2CcAAA%3BEACA%2CiBAAA%3B%3BAAHR%2CiCAMM%2C6BACE%3BEACI%2CiBAAA%3B%3BAhH%5C%2FCZ%2CwBAYI%3BEACI%2CcAAA%3B%3BAAbR%2CwBAgBI%3BEACI%2CeAAA%3B%3BAAjBR%2CwBAgBI%2C%2BBAGM%3BEpB2QV%2CiBAAA%3BEoBzQY%2CgBAAA%3B%3BAArBZ%2CwBAgBI%2C%2BBAQI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%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%2CcAAA%3BEACA%2CeAAA%3B%3BAiHhGA%2CeADJ%2CeACM%2CWACE%3BEACI%2CgBAAA%3B%3BACJhB%3BEACI%2CgBAAA%3B%3BACCI%2CcADA%2CMACI%3BEACA%2CsBAAA%3B%3BAAKZ%3BEACI%2CgBAAA%3B%3BAAIA%2CaAAE%3BEACE%2CgBAAA%3B%3BACdR%3BEACI%2CgBAAA%3B%3BAAEA%2CWAAE%3BEACE%2C8BAAA%3BEACA%2CkCAAA%3BEACA%2C4BAAA%3BEACA%2CwBAAA%3BEACA%2CSAAA%3B%3BAAKJ%2CaAAE%3BEACE%2CmBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BACII%2CkCADJ%2CmCACK%3BEzImRT%2CgBAAA%3BEyIjRY%2CaAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CkCAPJ%2CmCAOK%2COAAQ%3BAACT%2CkCARJ%2CmCAQK%3BEACG%2CaAAA%3BEACA%2CaAAA%3B%3BAAXZ%2CkCAeM%2CSAAM%3BEACJ%2CcAAA%3B%3BAAIR%2CwBACI%3BEACI%2CiBAAA%3B%3B%3B%3B%3B%3BACvCZ%2CuBACI%3BEACI%2CaAAA%3B%3BACNR%3BEACI%2CiBAAA%3B%3BAADJ%2CsCAGI%2CMAAQ%2CQAAQ%2CKAAK%3BEACjB%2CUAAA%3BEACA%2CSAAA%3B%3BAALR%2CsCAQI%3BEACI%2CgBAAA%3B%3BAAIR%3BEACI%2CeAAA%3B%3BAADJ%2C0BAGI%3BEACI%2CiBAAA%3B%3BAAIR%3BEACI%2CWAAA%3BEACA%2CaAAA%3B%3BAAkBJ%2CiBAAiB%3BEAdb%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAgB%2CyEAAhB%3BEACA%2CgCAAA%3BEACA%2C6BAAA%3BEACA%2C2BAAA%3BEACA%2CwBAAA%3BEAKA%2CeAAA%3BEACA%2CgBAAgB%2CoEAAhB%3BEACA%2C8BAAA%3BEACA%2C2BAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CsBAAsB%3BEAxBlB%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAgB%2CyEAAhB%3BEACA%2CgCAAA%3BEACA%2C6BAAA%3BEACA%2C2BAAA%3BEACA%2CwBAAA%3B%3BAAiBJ%3BEACI%2CkBAAA%3B%3BAAGJ%2CiBAAoB%3BEAChB%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAGJ%2C%2BBAAgC%2CMAAM%3BEAClC%2CsBAAA%3B%3BAAGJ%2C4BAA6B%3BAAAI%2C2BAA4B%3BEACzD%2CYAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BAAAa%3BEACT%2CoBAAA%3B%3BAAIA%2CkBAAC%2CSACG%2C0BACI%3BEACI%2CgBAAA%3BEACA%2C0BAAA%3B%3BAAJZ%2CkBAAC%2CSAQG%2CmBAAkB%3BEACd%2CYAAA%3B%3BAATR%2CkBAAC%2CSAQG%2CmBAAkB%2C0BAGd%3BEACI%2CoBAAA%3B%3BA5IzEZ%3BEACI%2Ca6IjB2B%2CW7IiB3B%3BEACA%2CSAAS%2CiCAAsB%2COAAO%2CcAClC%2CgCAAqB%2COAAO%2COADhC%3BEAEA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BA6IfJ%3BEACI%2CaAAA%3BEACA%2CaAAA%3B%3BAAEA%2CYAAC%3BEACG%2CSAAS%2COAAT%3BEACA%2CaAbuB%2CWAavB%3BEACA%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CgBAAX%3B%3BAAIJ%2CmBAAC%3BEACG%2CSAAS%2COAAT%3BEACA%2CaAzBuB%2CWAyBvB%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAIR%2CKACI%3BEACI%2CWAAA%3B%3BAAFR%2CKAII%3BEACI%2CUAAA%3B%3BAALR%2CKAOI%3BEACI%2CiBAAA%3B%3BAARR%2CKAUI%3BEACI%2CUAAA%3B%3BAAXR%2CKAaM%3BEACE%2CcAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BEAGA%2C8BAAA%3BEACA%2C2BAAA%3BEACA%2CsBAAA%3B%3BAACA%2CKAXF%2CKAWG%3BAACG%2CKAZN%2CKAYO%3BEACD%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAEJ%2CKAhBF%2CKAgBG%3BEACG%2CWAAA%3B%3BAA9BZ%2CKAaM%2CKAmBI%3BEACE%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3B%3BAApCZ%2CKAaM%2CKAmBI%2CKAKE%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CKA7BN%2CKAmBI%2CKAUG%3BEACG%2CmBAAA%3B%3BAA3ChB%2CKAaM%2CKAmBI%2CKAaI%3BEACE%2CaAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2C8BAAA%3BEACA%2C2BAAA%3BEACA%2CsBAAA%3B%3BAACA%2CKA7CV%2CKAmBI%2CKAaI%2CKAaG%3BAACG%2CKA9Cd%2CKAmBI%2CKAaI%2CKAcO%3BEACD%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAEJ%2CKAlDV%2CKAmBI%2CKAaI%2CKAkBG%3BEACG%2CWAAA%3B%3BAAhEpB%2CKAaM%2CKAmBI%2CKAaI%2CKAqBI%3BEACE%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAxEpB%2CKAaM%2CKAmBI%2CKAaI%2CKAqBI%2CKAOE%3BEACI%2CWAAA%3B%3BAA1ExB%2CKAaM%2CKAmBI%2CKAaI%2CKAqBI%2CKAUE%3BEACI%2CUAAA%3B%3BAA7ExB%2CKAaM%2CKAmBI%2CKAaI%2CKAqBI%2CKAaE%3BEACI%2CgBAAA%3B%3BAAhFxB%2CKAaM%2CKAmBI%2CKAaI%2CKAqBI%2CKAgBE%3BEACI%2CUAAA%3B%3BAAnFxB%2CKAaM%2CKAmBI%2CKAaI%2CKAqBI%2CKAmBE%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3BEACA%2C6BAAA%3B%3BAA1FxB%2CKAaM%2CKAmBI%2CKAaI%2CKAqBI%2CKA0BI%3BEACE%2CcAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2C8BAAA%3BEACA%2C2BAAA%3BEACA%2CsBAAA%3B%3BAACA%2CKAvFlB%2CKAmBI%2CKAaI%2CKAqBI%2CKA0BI%2CKAQG%3BAACG%2CKAxFtB%2CKAmBI%2CKAaI%2CKAqBI%2CKA0BI%2CKASO%3BEACD%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAEJ%2CKA5FlB%2CKAmBI%2CKAaI%2CKAqBI%2CKA0BI%2CKAaG%3BEACG%2CWAAA%3B%3BAA1G5B%2CKAaM%2CKAmBI%2CKAaI%2CKAqBI%2CKA0BI%2CKAgBI%3BEACE%2CWAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAAjH5B%2CKAaM%2CKAmBI%2CKAaI%2CKAqBI%2CKA0BI%2CKAgBI%2CKAME%3BEACI%2CSAAA%3B%3BAAKhB%2CKA3GV%2CKAmBI%2CKAaI%2CKA2EG%3BEACG%2CYAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAAHJ%2CKA3GV%2CKAmBI%2CKAaI%2CKA2EG%2CWAIK%3BEACE%2CWAAA%3B%3BAALR%2CKA3GV%2CKAmBI%2CKAaI%2CKA2EG%2CWAIK%2CKAEE%3BEACI%2CSAAA%3BEACA%2CcAAA%3B%3BAAQ5B%2CKAAM%3BAAAW%2CKAAM%3BEACnB%2CWAAA%3B%3BAAEJ%2CKAAM%3BEACF%2CWAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CKAAM%3BEACF%2CYAAA%3B%3B%3B%3B%3BAAgFR%2CwBAzE0C%3BEACtC%3BIACI%2CWAAA%3B%3BEAEJ%3BIACI%2CcAAA%3B%3BEAGA%2CmBAAC%3BIACG%2CcAAA%3B%3BEAGR%2CKACI%3BIACI%2CWAAA%3B%3BEAFR%2CKAII%3BIACI%2CWAAA%3B%3BEALR%2CKAOI%3BIACI%2CWAAA%3B%3BEARR%2CKAUI%3BIACI%2CWAAA%3B%3BEAXR%2CKAaM%3BIACE%2CaAAA%3B%3BEAdR%2CKAaM%2CKAEI%3BIACE%2CWAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3B%3BEAlBZ%2CKAaM%2CKAEI%2CKAIE%3BIACI%2CcAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3B%3BEAtBhB%2CKAaM%2CKAEI%2CKASI%3BIACE%2CkBAAA%3B%3BEACA%2CKAbV%2CKAEI%2CKASI%2CKAEG%3BIACG%2CWAAA%3B%3BEA3BpB%2CKAaM%2CKAEI%2CKASI%2CKAKI%3BIACE%2CWAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3BEACA%2CKApBd%2CKAEI%2CKASI%2CKAKI%2CKAIG%3BIACG%2CSAAA%3B%3BEAlCxB%2CKAaM%2CKAEI%2CKASI%2CKAKI%2CKAOI%3BIACE%2CkBAAA%3B%3BEArCxB%2CKAaM%2CKAEI%2CKASI%2CKAKI%2CKAOI%2CKAEI%3BIACE%2CWAAA%3B%3BEAvC5B%2CKA8CI%3BIACI%2CcAAA%3B%3BEAIR%3BEAAW%3BIACP%2CaAAA%3B%3BEAEJ%3BIACI%2CaAAA%3B%3BEAEJ%3BIACI%2CaAAA%3B%3B%3BAAWR%2CgBARkC%3B%3BEAC9B%3BIACI%2CaAAA%3B%3BEAEJ%3BIACI%2CcAAA%3B%3B%3BAAWR%2CgBARkC%3B%3BEAC9B%3BIACI%2CcAAA%3B%3BEAEJ%3BIACI%2CaAAA%3B%3B%3B%3B%3B%3B%3BAC9QR%3BEACI%2CkBAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CqBAAwB%3BEACpB%2CmBAAA%3BEACA%2CyBAAA%3B%3BAAGJ%3BEACI%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CYAAY%3BEACR%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CkBACI%3BEACI%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CSAAA%3B%3BAANR%2CkBAQI%2CQAAU%3BEACN%2CSAAA%3B%3BAATR%2CkBAWI%2CQAAO%2CmBAAsB%2CUAAO%3BEAChC%2CsBAAA%3B%3BAAZR%2CkBAcI%3BEACI%2CeAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAAjBR%2CkBAmBI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAxBR%2CkBA0BI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAA%5C%2FBR%2CkBA0BI%2CuBAOI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CkBAXJ%2CuBAWK%3BEACG%2CaAAA%3BEACA%2CmBAAA%3B%3BAAvCZ%2CkBA0CI%2CiBAAiB%3BEACb%2CkBAAA%3B%3BAA3CR%2CkBA6CI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAACA%2CkBAJJ%2CwBAIK%3BEACG%2CaAAA%3B%3BAAlDZ%2CkBAqDI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAxDR%2CkBA0DI%3BEACI%2CsBAAA%3B%3BAA3DR%2CkBA6DI%2CiBAAmB%3BEACf%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAAIR%2CgBAAgB%3BEACZ%2CkBAAA%3BEACA%2CeAAA%3B%3BAACA%2CgBAHY%2CQAGX%3BEACG%2CkBAAA%3BEACA%2CSAAS%2CGAAT%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3B%3BAAEJ%2CgBAbY%2CQAaX%3BEACG%2CSAAS%2CwBAAT%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CgBA9BY%2CQA8BX%2CMAAM%3BAAAU%2CgBA9BL%2CQA8BM%2CMAAM%3BEACpB%2CUAAA%3B%3BAAEJ%2CgBAjCY%2CQAiCX%2CMAAM%3BEACH%2CMAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CmBAAmB%2CaAA9B%3B%3BAAEJ%2CgBAtCY%2CQAsCX%2CMAAM%3BEACH%2CMAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CkBAAX%3B%3BAAEJ%2CgBA3CY%2CQA2CX%2CMAAM%2CMAAM%3BEACT%2CWAAW%2CgBAAgB%2CaAAa%2CaAAxC%3B%3BAAEJ%2CgBA9CY%2CQA8CX%2CMAAM%2CMAAM%3BEACT%2CWAAW%2CgBAAgB%2CmBAA3B%3B%3BAAEJ%2CgBAjDY%2CQAiDX%2CSAAS%2CMAAM%3BEACZ%2CWAAW%2CgBAAgB%2CkBAA3B%3B%3BAAUR%2CQAN0B%3BEACtB%2CgBAAgB%2CQAAQ%2CMAAM%2CMAAM%3BIAChC%2CWAAW%2CgBAAgB%2CmBAA3B%3B%3B%3BAAIR%3BEACI%2CwBAAA%3B%3BAAGJ%2CwBACI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAJR%2CwBAMI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAVR%2CwBAYI%3BEACI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAfR%2CwBAiBI%3BEACI%2CYAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CwBANJ%2C2BAMK%3BEACG%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAALJ%2CwBANJ%2C2BAMK%2CwBAOG%3BEACI%2CgBAAA%3B%3BAAGR%2CwBAjBJ%2C2BAiBK%3BEACG%2CkBAAA%3B%3BAAnCZ%2CwBAiBI%2C2BAoBI%3BEACI%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAzCZ%2CwBA4CI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3B%3BAAEA%2CwBAJJ%2C4BAIK%3BEACG%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3B%3BAAIZ%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CeAAe%2CeACX%3BEACI%2CaAAA%3BEACA%2CmBAAA%3B%3BAAHR%2CeAAe%2CeACX%2CsBAGI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAANZ%2CeAAe%2CeACX%2CsBAOI%2CcAAc%3BEACV%2CoBAAA%3BEACA%2CmBAAA%3B%3BAAVZ%2CeAAe%2CeACX%2CsBAWI%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAjBZ%2CeAAe%2CeAoBX%2CwBACI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAA9BZ%2CeAAe%2CeAoBX%2CwBACI%2CgCAUI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3B%3BAAjChB%2CeAAe%2CeAoBX%2CwBACI%2CgCAUI%2CiBAGI%3BEACI%2CiBAAA%3B%3BAAEJ%2CeArCD%2CeAoBX%2CwBACI%2CgCAUI%2CiBAMK%2CQAAQ%2CMAAM%2CMAAM%3BEACjB%2CWAAW%2CgBAAgB%2CaAAa%2CaAAxC%3B%3BAAEJ%2CeAxCD%2CeAoBX%2CwBACI%2CgCAUI%2CiBASK%2CQAAQ%2CMAAM%2CMAAM%3BEACjB%2CWAAW%2CiBAAiB%2CYAA5B%3B%3BAAEJ%2CeA3CD%2CeAoBX%2CwBACI%2CgCAUI%2CiBAYK%2CQAAQ%2CMAAM%3BEACX%2CQAAA%3B%3BAAOpB%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CgBACI%3BEACI%2CaAAA%3BEACA%2CcAAA%3B%3BAAHR%2CgBAKI%3BAALJ%2CgBAMI%2CeAAe%3BEACX%2CsBAAA%3B%3BAAPR%2CgBASI%3BEACI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAbR%2CgBAeI%2CeAAe%3BEACX%2CkBAAA%3BEACA%2C8BAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2C4BAA4B%2CqCAA5B%3B%3BAApBR%2CgBAsBI%2CeAAe%2CIAAG%2CUAAU%3BEACxB%2CsBAAA%3B%3BAAEJ%3BEACI%3BIACI%2CSAAA%3BIACA%2CUAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAEJ%3BIACI%2CSAAA%3BIACA%2CUAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAEJ%3BIACI%2CSAAA%3BIACA%2CUAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAEJ%3BIACI%2CMAAA%3BIACA%2COAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3B%3B%3BAC3VX%2CeAAe%3BEACX%2CaAAA%3B%3BAAEJ%2CeAAgB%3BEAAU%2CYAAA%3B%3BAAC1B%3BEACI%2CYAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CuBAAA%3BEACA%2CaAAA%3B%3BAAED%2CeACG%3BEACK%2CYAAA%3B%3BAAGR%2CqBACI%3BEACI%2CaAAA%3B%3BAAGX%2CqBAAsB%2CuBAAuB%2CeAAe%3BEAC3D%2CYAAA%3BEACA%2CcAAA%3B%3BAAED%2CqBAAsB%2CuBAAuB%2CcAAc%3BEAC1D%2CUAAA%3BEACA%2CeAAA%3B%3BAAED%3BEACE%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CwBAAA%3B%3BAAGC%2CcAAe%3BEACX%2CWAAA%3B%3BAAEP%2CcAAe%3BEACb%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3B%3BAAGF%2CcAAe%2CQAAS%3BEACtB%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEAEA%2CkBAAA%3B%3BAAGF%3B%3BEAEI%2CeAAA%3B%3BAAEJ%3BEACI%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CsDAAA%3BEACA%2CmDAAA%3BEACA%2C8CAAA%3B%3BAANJ%2CsBAOI%2CUAAS%2CQAAQ%2CKAChB%2CcACC%3BEACC%2CiBAAA%3B%3BAACA%2CsBAJH%2CUAAS%2CQAAQ%2CKAChB%2CcACC%2CmBAEE%3BAAAQ%2CsBAJZ%2CUAAS%2CQAAQ%2CKAChB%2CcACC%2CmBAEW%3BEACT%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAED%2CsBARH%2CUAAS%2CQAAQ%2CKAChB%2CcACC%2CmBAME%3BEACA%2CWAAA%3B%3BAAhBR%2CsBAOI%2CUAAS%2CQAAQ%2CKAChB%2CcACC%2CmBASC%3BEACC%2CeAAA%3BEACA%2CWAAA%3B%3BAApBR%2CsBAOI%2CUAAS%2CQAAQ%2CKAChB%2CcACC%2CmBASC%2CkBAGgB%3BEACI%2CaAAA%3B%3BAAtB3B%2CsBAOI%2CUAAS%2CQAAQ%2CKAChB%2CcACC%2CmBAgBC%2CuBACC%2CqBAAoB%3BEACnB%2CaAAA%3B%3BAA3BT%2CsBAOI%2CUAAS%2CQAAQ%2CKAChB%2CcACC%2CmBAqBC%3BEACC%2COAAO%2CiBAAP%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CeAAA%3B%3BAAnCR%2CsBAOI%2CUAAS%2CQAAQ%2CKAChB%2CcACC%2CmBAqBC%2CsBAMC%3BEACmB%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CaAAa%2CkBAAb%3BEACA%2CeAAA%3B%3BAA3C3B%2CsBAOI%2CUAAS%2CQAAQ%2CKAChB%2CcACC%2CmBAqBC%2CsBAMC%2CcAQmB%3BEACI%2CcAAA%3B%3BAA7C%5C%2FB%2CsBAOI%2CUAAS%2CQAAQ%2CKAChB%2CcACC%2CmBAqBC%2CsBAkBC%3BEACmB%2CkBAAA%3BEACA%2CaAAA%3B%3BAAlD3B%2CsBAOI%2CUAAS%2CQAAQ%2CKAChB%2CcACC%2CmBA4CC%3BEACC%2CaAAA%3B%3BAAtDR%2CsBAOI%2CUAAS%2CQAAQ%2CKAChB%2CcACC%2CmBA%2BCC%3BEACC%2CgBAAA%3B%3BAAzDR%2CsBAOI%2CUAAS%2CQAAQ%2CKAChB%2CcACC%2CmBAqDa%3BEACI%2CaAAA%3B%3BAA%5C%2FDvB%2CsBAOI%2CUAAS%2CQAAQ%2CKAChB%2CcACC%2CmBAwDC%2CWAAW%3BEACV%2CeAAA%3B%3BAAlER%2CsBAOI%2CUAAS%2CQAAQ%2CKAChB%2CcACC%2CmBA2DC%2CWAAW%2CWAAW%3BEACrB%2CeAAA%3B%3BAArER%2CsBAOI%2CUAAS%2CQAAQ%2CKAChB%2CcACC%2CmBA8Da%3BAAvEnB%2CsBAOI%2CUAAS%2CQAAQ%2CKAChB%2CcACC%2CmBA8D8B%3BEACb%2CcAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAA1EvB%2CsBAOI%2CUAAS%2CQAAQ%2CKAChB%2CcACC%2CmBAmEa%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAA9EvB%2CsBAmFI%2CcAAc%2CmBAAmB%2CgBAAgB%2CeAAc%3BAAnFnE%2CsBAmF4E%2CcAAc%2CmBAAmB%2CgBAAgB%2CeAAiB%2COAAI%3BEAC7I%2CeAAA%3B%3BAApFL%2CsBAsFI%2CiBAAiB%3BEAChB%2CeAAA%3B%3BAAvFL%2CsBAyFO%2CUAAS%2CQAAQ%2CKAAM%2CcAAc%2CmBAAmB%2CcAAc%3BAAzF7E%2CsBAyFsF%2CUAAS%2CQAAQ%2CKAAM%2CcAAc%2CmBAAmB%2CcAAc%3BEACjJ%2CWAAW%2CQAAX%3BEACA%2CUAAA%3BEACA%2CmBAAA%3B%3BAA5FX%2CsBA%2BFO%2CUAAS%2CQAAQ%2CKAAM%2CcAAc%2CmBAAmB%2CcAAc%3BEAClE%2CaAAA%3B%3BAAhGX%2CsBAkGO%2CUAAS%2CQAAQ%2CKAAM%2CcAAc%2CmBAAmB%2CcAAc%3BEAClE%2CgBAAA%3BEACA%2CWAAA%3B%3BAApGX%2CsBAkGO%2CUAAS%2CQAAQ%2CKAAM%2CcAAc%2CmBAAmB%2CcAAc%2CWAGlE%3BEACI%2C6BAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAxGf%2CsBAkGO%2CUAAS%2CQAAQ%2CKAAM%2CcAAc%2CmBAAmB%2CcAAc%2CWAGlE%2CWAII%3BEACI%2CaAAA%3B%3BAAEJ%2CsBAVR%2CUAAS%2CQAAQ%2CKAAM%2CcAAc%2CmBAAmB%2CcAAc%2CWAGlE%2CWAOK%3BEACG%2CcAAA%3B%3BAA7GnB%2CsBAiHO%2CUAAS%2CQAAQ%2CKAAM%2CcAAc%2CmBAAmB%3BEACpD%2CSAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAApHX%2CsBAsHO%2CcAAc%3BEACb%2CcAAA%3B%3BAAvHR%2CsBAyHO%2CcAAc%2CWAAU%3BEACpB%2CeAAA%3B%3BAAGR%2CeAAgB%3BEAClB%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3B%3BAACA%2CeANkB%2CSAMjB%3BEACS%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CaAAa%2CYAAb%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAEV%2CeAtBkB%2CSAsBjB%3BEACA%2CcAAA%3B%3BAAGF%3BEACC%2CaAAA%3B%3BAADD%2CcAEC%2CQACE%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3B%3BAAMA%2CcAAe%2CQAAS%3BEACpB%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CuBAAA%3BEACA%2CaAAA%3BEAEA%2CkBAAA%3B%3BAAGJ%2CsBAAuB%2CUAAS%2CQAAQ%2CKAAM%2CcAAc%2CmBAAmB%3BEAC3E%2CWAAA%3B%3BAAEJ%2CsBAAuB%2CUAAS%2CQAAQ%2CKAAM%2CcAAc%2CmBAAkB%3BAAAS%2CsBAAuB%2CUAAS%2CQAAQ%2CKAAM%2CcAAc%2CmBAAkB%3BEACnK%2CaAAA%3B%3BAAEF%2CsBAAuB%2CUAAS%2CQAAQ%2CKAAM%2CcAAc%3BEAC1D%2CaAAA%3B%3B%3BAAGF%2CsBAAuB%2CUAAS%2CQAAQ%2CKAAM%2CcAAc%2CmBAAmB%3BEAC7E%2CmBAAA%3B%3B%3B%3B%3BAAMF%2CsBAAuB%2CUAAS%2CQAAQ%2CKAAM%2CcAAc%2CmBAAmB%3BEAC7E%2CgBAAA%3B%3BAAEF%2CcAAe%2CQAAS%3BEACtB%2CmBAAA%3B%3BAAEF%2CcAAe%2CQAAS%3BEACtB%2CuBAAA%3B%3BAAEF%2CcAAc%3BEACZ%2CSAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BACxPN%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%3BAC1sBA%2CIAAI%3BEACA%2CgBAAA%3B%3BAAqCJ%2CQAlC2B%3BEACvB%2CYAAY%2CIAAI%2CsBAAsB%2CkBAAmB%3BIACrD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CkBAAmB%3BIACrD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CkBAAmB%3BIACrD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CkBAAmB%3BIACrD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CkBAAmB%3BIACrD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CkBAAmB%3BIACrD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CkBAAmB%3BIACrD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CkBAAmB%3BIACrD%2COAAO%2CcAAP%3B%3B%3BAAsCR%2CQAlC2B%2CwBAAwB%3BEAC%5C%2FC%2CYAAY%2CIAAI%2CsBAAsB%2CqBAAsB%3BIACxD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CqBAAsB%3BIACxD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CqBAAsB%3BIACxD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CqBAAsB%3BIACxD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CqBAAsB%3BIACxD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CqBAAsB%3BIACxD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CqBAAsB%3BIACxD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CqBAAsB%3BIACxD%2COAAO%2CcAAP%3B%3B%3BAAsCR%2CQAlC2B%2CwBAAwB%3BEAC%5C%2FC%2CYAAY%2CIAAI%2CsBAAsB%2CkBAAmB%3BIACrD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CkBAAmB%3BIACrD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CkBAAmB%3BIACrD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CkBAAmB%3BIACrD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CkBAAmB%3BIACrD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CkBAAmB%3BIACrD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CkBAAmB%3BIACrD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CkBAAmB%3BIACrD%2COAAO%2CcAAP%3B%3B%3BAAsCR%2CQAlC0B%2CuBAAwB%3BEAC9C%2CYAAY%2CIAAI%2CsBAAsB%2CiBAAkB%3BIACpD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CiBAAkB%3BIACpD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CiBAAkB%3BIACpD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CiBAAkB%3BIACpD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CiBAAkB%3BIACpD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CiBAAkB%3BIACpD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CiBAAkB%3BIACpD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CiBAAkB%3BIACpD%2COAAO%2CcAAP%3B%3B%3BAAsCR%2CQAlC0B%2CuBAAuB%3BEAC7C%2CYAAY%2CIAAI%2CsBAAsB%2CmBAAoB%3BIACtD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CmBAAoB%3BIACtD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CmBAAoB%3BIACtD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CmBAAoB%3BIACtD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CmBAAoB%3BIACtD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CmBAAoB%3BIACtD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CmBAAoB%3BIACtD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CmBAAoB%3BIACtD%2COAAO%2CcAAP%3B%3B%3BAAsCR%2CQAlC0B%2CuBAAuB%3BEAC7C%2CYAAY%2CIAAI%2CsBAAsB%2CiBAAkB%3BIACpD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CiBAAkB%3BIACpD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CiBAAkB%3BIACpD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CiBAAkB%3BIACpD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CiBAAkB%3BIACpD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CiBAAkB%3BIACpD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CiBAAkB%3BIACpD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CiBAAkB%3BIACpD%2COAAO%2CcAAP%3B%3B%3BAA8BR%2CQA1B0B%2CuBAAuB%3BEAC7C%2CYAAY%2CIAAI%2CsBAAsB%2CoBAAqB%3BIACvD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CoBAAqB%3BIACvD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CoBAAqB%3BIACvD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CoBAAqB%3BIACvD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CoBAAqB%3BIACvD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CoBAAqB%3BIACvD%2COAAO%2CcAAP%3B%3B%3BAA%2BBR%2CQA3B0B%2CuBAAuB%3BEAE7C%2CYAAY%2CIAAI%2CsBAAsB%2CmBAAoB%3BIACtD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CmBAAoB%3BIACtD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CmBAAoB%3BIACtD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CmBAAoB%3BIACtD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CmBAAoB%3BIACtD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CmBAAoB%3BIACtD%2COAAO%2CcAAP%3B%3B%3BAAsBZ%2CQAlB8B%3BEAEtB%2CYAAY%2CIAAI%2CsBAAsB%2CiBAAkB%3BIACpD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CiBAAkB%3BIACpD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CiBAAkB%3BIACpD%2COAAO%2CcAAP%3B%3BEAGJ%2CYAAY%2CIAAI%2CsBAAsB%2CiBAAkB%3BIACpD%2COAAO%2CcAAP%3B%3B%3BACpRX%3BEACC%2CcAAA%3B%3BAAED%3BEACC%2CUAAA%3B%3BAAED%2CUAAW%3BAAAc%2CYAAY%3BAAAY%2CYAAY%3BAAC7D%2CiBAAkB%2CeAAc%3BAAAY%2CiBAAkB%2CWAAW%3BAAAgB%2CiBAAkB%2CeAAc%3BEACxH%2CUAAA%3B%3BAAED%2CUAAW%3BAAAoB%2CkBAAmB%3BEACjD%2CWAAA%3B%3BAnFIE%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAJJ%2CoBAMI%3BE9DoRJ%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BA%2BDhHA%2CoBAMI%2CGAEI%3BE9DkRR%2C6BAAA%3BE8D1QY%2CeAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAZA%2CoBAHR%2CGAEI%2CGACK%2CIAAI%3BE9DiRjB%2CgBAAA%3BEAAA%2CyBAAA%3BE8D9QgB%2CaAAA%3BEACA%2CgBAAA%3B%3BAASJ%2CoBAhBR%2CGAEI%2CGAcK%3BEACG%2CgBAAA%3B%3BAAEJ%2CoBAnBR%2CGAEI%2CGAiBK%3BAACD%2CoBApBR%2CGAEI%2CGAkBK%3BE9DgQb%2CmBAAA%3B%3BA8D1RA%2CoBAMI%2CGAwBI%3BE9D4PR%2C6BAAA%3BE8DrPY%2CeAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAXA%2CoBAzBR%2CGAwBI%2CGACK%2CIAAI%3BE9D2PjB%2CgBAAA%3BEAAA%2CyBAAA%3BE8DxPgB%2CaAAA%3B%3BAASJ%2CoBArCR%2CGAwBI%2CGAaK%3BEACG%2CgBAAA%3B%3BAAEJ%2CoBAxCR%2CGAwBI%2CGAgBK%3BAACD%2CoBAzCR%2CGAwBI%2CGAiBK%3BE9D2Ob%2CmBAAA%3B%3BA8D1RA%2CoBAMI%2CGAwBI%2CGAoBI%3BE9DwOZ%2CWAAA%3BE8DtOgB%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CMAAA%3B%3BAAtDhB%2CoBAMI%2CGAwBI%2CGA0BI%3BEACI%2CWAAA%3B%3BAoFtDhB%2CsBACI%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAAJR%2CsBAOI%3BEACI%2CcAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3BAAVR%2CsBAaI%3BEACI%2CaAAA%3BEACA%2COAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CsBALJ%2CwBAKK%3BElJqQT%2CcAAA%3BEAAA%2CiBAAA%3BEkJnQY%2CUAAA%3B%3BAApBZ%2CsBAwBI%3BEACI%2CaAAA%3BEACA%2CcAAA%3B%3BAA1BR%2CsBA6BI%3BEACI%2CSAAA%3BEACA%2CWAAA%3B%3BAA%5C%2FBR%2CsBAkCI%3BElJqPJ%2CmBAAA%3BEkJnPQ%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAIR%2COACI%2CgBAAgB%3BEACZ%2CiBAAA%3B%3BAAFR%2COAKI%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAPR%2COAUI%2COAAM%2COACF%2CMAAK%3BEACD%2CaAAA%3B%3BAAZZ%2COAgBI%3BEACI%2CiBAAA%3BEACA%2CcAAA%3B%3BAAlBR%2COAgBI%2CSAII%2CIAAG%3BEACC%2CqBAAA%3B%3BAArBZ%2COAgBI%2CSAII%2CIAAG%2CUAGC%3BElJoNZ%2CcAAA%3BEkJlNgB%2C0BAAA%3BEACA%2CeAAA%3B%3BAAEA%2COAZZ%2CSAII%2CIAAG%2CUAGC%2CEAKK%3BEACG%2CuBAAA%3B%3BAAGJ%2COAhBZ%2CSAII%2CIAAG%2CUAGC%2CEASK%2CUACG%2CKAAI%3BEACA%2CSAAS%2CIAAT%3B%3BAAIR%2COAtBZ%2CSAII%2CIAAG%2CUAGC%2CEAeK%2CUACG%2CKAAI%3BEACA%2CSAAS%2CGAAT%3B%3BAAxCxB%2COA%2BCI%2CgBACI%2CGAAE%2CqBAAqB%2CsBAAsB%3BElJ2LrD%2CS2C%5C%2FNM%2CO3C%2BNN%3B%3BAkJ3OA%2COAqDI%2CoBAAoB%3BEAChB%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3B%3BAAIR%2CuCACI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAJR%2CuCAOI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAZR%2CuCAeI%2CcACI%3BEACI%2CWAAA%3B%3BAAjBZ%2CuCAqBI%3BEACI%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3B%3BAA1BR%2CuCA6BI%3BEACI%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3B%3BAAjCR%2CuCAoCI%2CWACI%2CKAAI%3BEACA%2CcAAA%3B%3BAClKhB%3BEACI%2CgBAAA%3B%3BAADJ%2CsBAEI%2COAAO%3BEACH%2CcAAA%3B%3BAAGR%3BEACI%2CqBAAA%3B%3BACWA%3BEpJwRA%2CmBAAA%3BEAAA%2CWAAA%3BEoJrRI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CqBAAC%2CMAAM%3BEACH%2CiBAAA%3B%3BAAPR%2CqBAUI%3BEACI%2CcAAA%3B%3BAAXR%2CqBAUI%2CaAGI%3BEpJ2QR%2CiBAAA%3BEoJzQY%2CgBAAA%3B%3BAAfZ%2CqBAmBI%3BEpJqQJ%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAqJ9GA%2CqBAmBI%2CQAGI%3BEACI%2CaAAA%3BEACA%2CcAAA%3B%3BAAxBZ%2CqBAmBI%2CQAQI%3BEpJ6PR%2CiBAAA%3BEoJ3PY%2CgBAAA%3B%3BAA7BZ%2CqBAmBI%2CQAaI%3BEpJwPR%2CeAAA%3BEoJtPY%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%3BEpJuOR%2CiBAAA%3B%3BAoJxRA%2CqBAuCI%2COAcI%3BEACI%2CcAAA%3B%3BAAtDZ%2CqBAuCI%2COAkBI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CqBAtBR%2COAkBI%2COAIK%3BEpJ2Nb%2CiBAAA%3BEoJzNgB%2CSAAS%2COAAT%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3B%3B%3B%3B%3B%3BAC%5C%2FEhB%2CoBACI%2CQAAO%2CIAAI%2CeACP%2CMAAK%3BEACD%2CWAAA%3BEACA%2CUAAA%3B%3BAAJZ%2CoBAQI%2CQAAO%2CIAAI%2CqBACP%2CMAAK%3BEACD%2CWAAA%3BEACA%2CUAAA%3B%3BAhHNR%2CcAAC%2CQAEG%3BAADJ%2CcAAC%2CQACG%3BEACI%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAALR%2CcAAC%2CQAEG%2CGAII%3BAALR%2CcAAC%2CQACG%2CGAII%3BEACI%2CWAAA%3B%3BAACA%2CcARX%2CQAEG%2CGAII%2CEAEK%3BAAAD%2CcAPX%2CQACG%2CGAII%2CEAEK%3BEACG%2CqBAAA%3B%3BAAThB%2CcAAC%2CQAcG%2CGAAE%3BAAbN%2CcAAC%2CQAaG%2CGAAE%3BEACE%2CgBAAA%3BEACA%2CeAAA%3B%3BAAhBR%2CcAAC%2CQAmBG%3BAAlBJ%2CcAAC%2CQAkBG%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAArBR%2CcAAC%2CQAmBG%2CaAII%2CeACI%3BAAvBZ%2CcAAC%2CQAkBG%2CaAII%2CeACI%3BEACI%2CiBAAA%3B%3BAAzBhB%2CcAAC%2CQAmBG%2CaAII%2CeAKI%3BAA3BZ%2CcAAC%2CQAkBG%2CaAII%2CeAKI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAA9BhB%2CcAAC%2CQAmBG%2CaAII%2CeAUI%3BAAhCZ%2CcAAC%2CQAkBG%2CaAII%2CeAUI%3BEACI%2CgBAAA%3B%3BAAlChB%2CcAAC%2CQAmBG%2CaAII%2CeAcI%3BAApCZ%2CcAAC%2CQAkBG%2CaAII%2CeAcI%3BEACI%2CcAAA%3B%3BAAtChB%2CcAAC%2CQAmBG%2CaAII%2CeAcI%2CaAGI%3BAAvChB%2CcAAC%2CQAkBG%2CaAII%2CeAcI%2CaAGI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAA1CpB%2CcAAC%2CQAmBG%2CaAII%2CeAcI%2CaAQI%3BAA5ChB%2CcAAC%2CQAkBG%2CaAII%2CeAcI%2CaAQI%3BEACI%2CgBAAA%3B%3BAA9CpB%2CcAAC%2CQAoDG%2CgBACI%3BAApDR%2CcAAC%2CQAmDG%2CgBACI%3BEACI%2CaAAA%3B%3BAAtDZ%2CcAAC%2CQAoDG%2CgBACI%2CaAGI%2CeACI%3BAAxDhB%2CcAAC%2CQAmDG%2CgBACI%2CaAGI%2CeACI%3BEACI%2CWAAA%3B%3BAA1DpB%2CcAAC%2CQAoDG%2CgBACI%2CaAGI%2CeAKI%3BAA5DhB%2CcAAC%2CQAmDG%2CgBACI%2CaAGI%2CeAKI%3BEACI%2CkBAAA%3B%3BAA%5C%2FDxB%2CcAsEI%3BEACI%2CiBAAA%3B%3BAAvER%2CcAsEI%2COAGI%3BEACI%2CgBAAA%3B%3BAA1EZ%2CcA8EI%3BEACI%2CgBAAA%3B%3BAA%5C%2FER%2CcA8EI%2CeAGI%2CQAAO%3BEACH%2CqBAAA%3B%3BAAlFZ%2CcA8EI%2CeAOI%2CKACI%3BEACI%2CqBAAA%3B%3BAAWJ%2CcApBR%2CeAOI%2CKAaK%2CKACG%2CQAAO%3BEACH%2CgBAAA%3BEACA%2CeAAA%3B%3BAAMhB%2CcAAC%2CIAAI%2CUACD%2CeACI%3BEACI%2CSAAA%3B%3BAA9GhB%2CcAmHM%3BEACE%2CcAAA%3B%3BAApHR%2CcAuHI%2CiBACM%3BEACE%2CcAAA%3B%3BAAzHZ%2CcAuHI%2CiBACM%2CaAGE%3BEACI%2CiBAAA%3B%3BAAEA%2CcAPZ%2CiBACM%2CaAGE%2CQAGK%3BEACG%2CcAAA%3BEACA%2CcAAA%3B%3BAAhIpB%2CcAuHI%2CiBAcM%3BEACE%2CgBAAA%3B%3BAAtIZ%2CcA8II%3BEACI%2CcAAA%3B%3BAAuBgB%2CcAfpB%2COAGI%2CkBACI%2CcACI%2CUASM%2CSACG%3BEACG%2CaAAA%3B%3BAAvK5B%2CcAuJI%2COAGI%2CkBACI%2CcACI%2CUASM%2CSAKE%3BEACI%2CqBAAA%3B%3BAA3K5B%2CcAmLI%3BAAnLJ%2CcAoLI%2CeAAe%3BEAEX%2C6BAAA%3BEACA%2CkBAAA%3B%3BAAvLR%2CcAmLI%2CaAMI%3BAAzLR%2CcAoLI%2CeAAe%2COAKX%3BEACI%2CgBAAA%3B%3BAA1LZ%2CcAmLI%2CaAMI%2COAGI%3BAA5LZ%2CcAoLI%2CeAAe%2COAKX%2COAGI%3BErCoGZ%2CcAAA%3B%3BAqChSA%2CcAkMI%2CeAEI%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAIR%2CcAAC%2CaACG%2CaAAe%3BErCqFvB%2CiBAAA%3B%3BAqCtFI%2CcAAC%2CaAKG%2CgBACI%2CeAAc%2CIAAI%3BEACd%2CiBAAA%3B%3BAAPZ%2CcAAC%2CaAWG%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAzNZ%2CcA6NI%2CWACI%3BEACI%2CgBAAA%3B%3BAA%5C%2FNZ%2CcA6NI%2CWAKM%3BEACE%2CSAAA%3B%3BAAnOZ%2CcAuOI%2CqBACI%3BEACI%2CgBAAA%3B%3BAAzOZ%2CcA6OI%2CoBACI%3BEACI%2CSAAA%3B%3BAA%5C%2FOZ%2CcA6OI%2CoBACI%2CUAGI%2CQAAO%3BEACH%2CaAAA%3B%3BAAlPhB%2CcA2PI%2CiBAAiB%2COAAM%3BErCqC3B%2CiBAAA%3BEqCnCQ%2CiBAAA%3B%3BAA7PR%2CcA2PI%2CiBAAiB%2COAAM%2COAInB%3BEACI%2CgBAAA%3B%3BAAKZ%2CyBAMI%3BEACI%2CcAAA%3B%3BAAIR%2C%2BBACI%3BEACI%2CcAAA%3B%3BAiH%5C%2FQJ%2CcAAC%3BEACG%2CiBAAA%3B%3BACPR%2CuBAEI%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3B%3BAhICR%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3B%3BAACA%2CeAAgB%3BAAChB%2CaAAc%3BEACV%2CcAAA%3B%3BAALR%2COAQI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CIAAK%3BEACD%2CsBAAA%3B%3BAAGJ%2COAAC%3BEACG%2CcAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CmBAAoB%3BEAChB%2CcAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CaAAc%2CQACR%3BEACE%2CcAAA%3B%3BAF7BZ%2CcAYI%3BEACI%2CcAAA%3B%3BAAbR%2CcAgBI%3BEACI%2CeAAA%3B%3BAAjBR%2CcAgBI%2CqBAGM%3BErB2QV%2CiBAAA%3BEqBzQY%2CgBAAA%3B%3BAArBZ%2CcAgBI%2CqBAQI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAWA%2CcAPR%2C2BACI%2CKAMK%3BEACG%2CiBAAA%3B%3BAAGJ%2CcAXR%2C2BACI%2CKAUK%3BEACG%2CkBAAA%3B%3BAA1ChB%2CcAsDI%2CcACI%3BEACI%2CqBAAA%3B%3BAACA%2CcAHR%2CcACI%2CGAEK%3BEACG%2CSAAS%2CIAAT%3B%3BAA1DhB%2CcAsDI%2CcAQI%3BEACI%2CSAAA%3B%3BAAMZ%3BEAEI%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAmI1EA%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%3BAtG9FJ%2CYACI%3BEACI%2CgBAAA%3B%3BAuGyDA%2COADH%2CUACI%3BEACG%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2COALP%2CUACI%2CMAII%3BEACG%2CiBAAA%3B%3BAAGJ%2COATP%2CUACI%2CMAQI%2CmBAAmB%3BEzJ6NhC%2CcAAA%3BEyJ3NgB%2CSAAS%2CGAAT%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAIR%2COApBH%2CUAoBI%3BEzJkNT%2CcAAA%3BEyJhNY%2CkBAAA%3B%3BAAGJ%2COAzBH%2CUAyBI%3BEACG%2CYAAA%3B%3BAAEA%2COA5BP%2CUAyBI%2CQAGI%3BEACG%2CgBAAA%3B%3BAAJR%2COAzBH%2CUAyBI%2CQAOG%2C%2BBAA%2BB%3BEzJsM3C%2CcAAA%3BEyJpMgB%2CYAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAIR%2COA5CH%2CUA4CI%2CKAEG%3BAADJ%2COA7CH%2CUA6CI%2CaACG%3BEzJwLZ%2CmBAAA%3BEAAA%2CcAAA%3B%3BAyJpLgB%2COAlDX%2CUA4CI%2CKAEG%2CeAIK%3BAAAD%2COAlDX%2CUA6CI%2CaACG%2CeAIK%3BEzJoLjB%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAyJ3KI%2COAAC%3BEzJ2KL%2CyBAAA%3BEyJzKQ%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%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%3BEzJyJT%2CmBAAA%3BEAAA%2CcAAA%3BEyJtJY%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAEA%2COA5BP%2COAkBI%2CKAUI%3BEzJ%2BIb%2CsBAAA%3B%3BAyJ1IQ%2COAjCH%2COAiCI%3BEzJ0IT%2C0BAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAyJpIQ%2COAvCH%2COAuCI%2CIAAI%2CWAAW%3BEzJoIxB%2CsBAAA%3BEAAA%2CWAAA%3BEAAA%2CuBAAA%3B%3BAyJ5HY%2COA%5C%2FCP%2COA6CI%2CMAEI%2CIAAI%2CWAAW%3BAAAhB%2COA%5C%2FCP%2COA8CI%2CMACI%2CIAAI%2CWAAW%3BEzJ4H5B%2CsBAAA%3BEAAA%2C0BAAA%3B%3BAyJtHQ%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%3BEzJkCb%2CmBAAmB%2CcAAnB%3BEACI%2CeAAe%2CcAAf%3BEACI%2CWAAW%2CcAAX%3BEAsDR%2CmBAAA%3BEyJvFgB%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAIR%2COA9FH%2COA8FI%3BEzJ6ET%2Ca6E3RgC%2CyB7E2RhC%3B%3BAyJzEQ%2COAlGH%2COAkGI%3BEzJyET%2CyBAAA%3BEAAA%2CcAAA%3BEAAA%2CgBAAA%3BEyJrEY%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%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%3BEzJmBb%2CgBAAA%3BEAAA%2CyBAAA%3BEAAA%2CcAAA%3BEyJfgB%2CaAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAA9DR%2COAlGH%2COAkGI%2CQAiEG%3BEzJQZ%2CcAAA%3BEyJNgB%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%3BEzJPtB%2C%2BBAAA%3B%3BAyJWY%2COAtLP%2COA6KI%2CaASI%2CMAAS%3BEACN%2CcAAA%3B%3BAAKZ%2COAAC%3BEACG%2CYAAA%3B%3BAAEA%2COAHH%2CIAGI%3BEACG%2CiBAAA%3B%3BAAIR%2COAAC%3BEACG%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2COAAC%3BEACG%2CaAAA%3BEACA%2CWAAA%3B%3BAAGJ%2COAAC%3BEACG%2CYAAA%3BEACA%2CUAAA%3B%3BAAGJ%2COAAC%3BEACG%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAIR%2CSAAS%3BEACL%2CWAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BACtVJ%2CSACI%3BEACI%2CkBAAA%3BE1J8RR%2CiBAAA%3B%3BA0J3RQ%2CSAJJ%2CMAIK%3BEACG%2CaAAA%3B%3BAAMR%2CgBADY%2CKACX%3BEACG%2CaAAA%3B%3BA7GbR%2COACI%2CgBACI%3BEACI%2CSAAA%3B%3BAAHZ%2COACI%2CgBACI%2CUAGI%3BEACI%2CkBAAA%3B%3BAANhB%2COACI%2CgBACI%2CUAGI%2CQAGI%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAXpB%2COACI%2CgBACI%2CUAGI%2CQASI%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3B%3BAAjBpB%2COACI%2CgBAqBI%3BEAEI%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CWAAA%3B%3BAA1BZ%2COACI%2CgBA4BI%2CKACI%2CKAGM%3BEACE%2CWAAA%3B%3BAAlCpB%2COACI%2CgBAsCI%2CeAOI%3BEACI%2CWAAA%3BE7CiPhB%2CcAAA%3BEAAA%2CgBAAA%3B%3BAApPA%2CO6C3CI%2CgBAsCI%2CeAOI%2CiB7CFX%3BAACD%2CO6C5CI%2CgBAsCI%2CeAOI%2CiB7CDX%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CO6CjDI%2CgBAsCI%2CeAOI%2CiB7CIX%3BEACG%2CWAAA%3B%3BA6CnDJ%2COACI%2CgBAsCI%2CeAOI%2CiB8GuDZ%3BEACI%2CWAAA%3B%3BA9GtGJ%2COACI%2CgBAsCI%2CeAOI%2CiB8G9BZ%3BA9GhBA%2COACI%2CgBAsCI%2CeAOI%2CiB8G7BZ%3BEACI%2CqBAAA%3B%3BA9GlBJ%2COACI%2CgBAsCI%2CeAOI%2CiB8G9BZ%2CSAQI%2CEAAC%3BA9GxBL%2COACI%2CgBAsCI%2CeAOI%2CiB8G7BZ%2CWAOI%2CEAAC%3BEACG%2CqBAAA%3B%3BA9GzBR%2COACI%2CgBAsCI%2CeAOI%2CiB8GhBZ%2CSACI%3BE3JiQJ%2CkBAAA%3B%3BA6ChSA%2COACI%2CgBAsCI%2CeAOI%2CiB8GNZ%2CWAKI%2CEAAC%3BE3JmPL%2CeAAA%3B%3BA6ChSA%2COACI%2CgBAsCI%2CeAOI%2CiB8GUZ%3BA9GxDA%2COACI%2CgBAsCI%2CeAOI%2CiB8GWZ%3BEACI%2CcAAA%3BEACA%2CWAAA%3B%3BA9G3DJ%2COACI%2CgBAsCI%2CeAOI%2CiBAQM%3BEACE%2CgBAAA%3B%3BAAMR%2COA5DR%2CgBA2DI%2CQACK%3BE7CmOb%2CqBAAA%3BE0C9QA%2CqBAAA%3BEGiDgB%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAARJ%2COA5DR%2CgBA2DI%2CQACK%2CIHuNX%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0CHA%2COGvBI%2CgBA2DI%2CQACK%2CIHrCZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2CpOU%2CO3CoOV%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2COGpCA%2CgBA2DI%2CQACK%2CIHzBZ%2CMACI%3BE1C2PL%2CcAAA%3B%3BA0CrPI%2COG1CA%2CgBA2DI%2CQACK%2CIHnBZ%2COACI%3BE1CqPL%2CcAAA%3B%3BA6ChSA%2COACI%2CgBAwEI%3BEACI%2CaAAA%3B%3BAA1EZ%2COACI%2CgBA4EI%3BEACI%2CcAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAKZ%3BEACI%2CYAAA%3B%3BAADJ%2CkBAII%3BE7CuMJ%2CiBAAA%3B%3BA6C3MA%2CkBAII%2CaAGI%3BEACI%2CgBAAA%3B%3BAARZ%2CkBAYI%3BEACI%2CkBAAA%3B%3BAAbR%2CkBAYI%2CSAGI%3BEACI%2CcAAA%3BEACA%2CiBAAA%3B%3BA%2BG3FJ%2C8BADJ%2CSACK%3BEACG%2CiBAAA%3B%3BAtJXZ%3BEACI%2CcAAA%3B%3BAAOJ%3BEACI%2CWAAA%3BEACA%2CiBAAA%3B%3BAAFJ%2CyBAII%2CQAAO%3BENmRX%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3BEMjRQ%2CSAAA%3BEACA%2CUAAA%3B%3BAAPR%2CyBAUI%3BEACI%2CaAAA%3B%3BAAXR%2CyBAkBI%3BEACI%2CiBAAA%3B%3BAAnBR%2CyBAkBI%2CyBAEI%2CUAAY%3BEACR%2C6BAAA%3BEACA%2CeAAA%3B%3BAAEA%2CyBANR%2CyBAEI%2CUAAY%2CSAIP%3BEACG%2CaAAA%3BEACA%2CcAAA%3B%3BAA1BhB%2CyBAkBI%2CyBAoBI%2COAAM%2COACF%3BEACI%2CWAAA%3B%3BAAxChB%2CyBAkBI%2CyBAoBI%2COAAM%2COAKF%3BEAEI%2CcAAA%3BEACA%2CiBAAA%3B%3BAA9ChB%2CyBAkBI%2CyBAoBI%2COAAM%2COAeF%3BEACI%2CqBAAA%3B%3BAAtDhB%2CyBA2DI%2CQAAO%3BEAEH%2CiBAAA%3B%3BAA7DR%2CyBAgEI%2CsBACM%3BEACE%2CmBAAA%3B%3BAAlEZ%2CyBAgEI%2CsBACM%2CSAGI%3BENmNd%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3B%3BAMvRA%2CyBAgEI%2CsBASM%3BAAzEV%2CyBAgEI%2CsBAUI%2CgBAAgB%3BEACZ%2CgCAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3B%3BAA7EZ%2CyBAgEI%2CsBAgBI%3BEACI%2CiBAAA%3B%3BAAjFZ%2CyBAgEI%2CsBAgBI%2CWAGI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAArFhB%2CyBAgEI%2CsBAyBI%3BEACI%2CcAAA%3B%3BAAEA%2CyBA5BR%2CsBAyBI%2CgBAGK%3BEACG%2CaAAA%3B%3BAA7FhB%2CyBAgEI%2CsBAyBI%2CgBAOM%3BENuLd%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3BEMrLgB%2CcAAA%3B%3BAAlGhB%2CyBAgEI%2CsBAsCI%2CQAAO%2CMAGD%3BEACE%2CiBAAA%3B%3BAA1GhB%2CyBAgEI%2CsBAuDI%3BEACI%2CkBAAA%3B%3BAAxHZ%2CyBAgEI%2CsBAuDI%2CqBAGM%3BEAEE%2CgBAAA%3B%3BAoCdhB%2CyBpC9CI%2CsBAuDI%2CqBAGM%2CUAIG%2CUoChBhB%3BE1CyKD%2CS2ClOgB%2CO3CkOhB%3B%3BAMvRA%2CyBA8II%2CEAAC%3BENyIL%2CcAAA%3B%3BAMvRA%2CyBAkJI%2CQACI%2COAAM%3BENoId%2CcAAA%3BEMzHY%2CcAAA%3B%3BAA9JZ%2CyBAkJI%2CQACI%2COAAM%2CIDwnBZ%3BELpfF%2CeAAA%3BEKwfI%2CqBAAA%3B%3BAC%5C%2FwBJ%2CyBAkJI%2CQACI%2COAAM%2CIAGF%3BEACI%2CgBAAA%3B%3BAAGJ%2CyBARR%2CQACI%2COAAM%2CIAOD%3BEACG%2CgBAAA%3B%3BAA3JhB%2CyBAkKI%3BEACI%2CgBAAA%3B%3BAAnKR%2CyBAsKI%3BEACI%2C0BAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAC%5C%2FJR%3BEACI%2CYAAA%3B%3BAAQA%2CQAAC%3BEACG%2CmBAAA%3B%3BAAEA%2CcAAe%2CSAHlB%3BEAIO%2CqBAAA%3BEACA%2CaAAA%3B%3BAAKJ%2CQAVH%2CKAUI%3BEAEG%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CQArBH%2CKAqBI%3BEACG%2CeAAA%3BEACA%2CYAAA%3B%3BAAEA%2CcAAe%2CSAzBtB%2CKAqBI%3BEAKO%2CYAAA%3B%3BAAIR%2CQA9BH%2CKA8BI%3BEACG%2CaAAA%3B%3BAADJ%2CQA9BH%2CKA8BI%2CQAGG%2CmBACM%2CSAAM%3BEHwKxB%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEJgDA%2CgBAAA%3B%3BAI7CA%2CQGtNK%2CKA8BI%2CQAGG%2CmBACM%2CSAAM%2COHoLvB%3BAACD%2CQGvNK%2CKA8BI%2CQAGG%2CmBACM%2CSAAM%2COHqLvB%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CQG5NK%2CKA8BI%2CQAGG%2CmBACM%2CSAAM%2COH0LvB%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CQGjOK%2CKA8BI%2CQAGG%2CmBACM%2CSAAM%2COH%2BLvB%3BAACD%2CQGlOK%2CKA8BI%2CQAGG%2CmBACM%2CSAAM%2COHgMvB%3BAACD%2CQAAQ%2CUAAW%2CSGnOd%2CKA8BI%2CQAGG%2CmBACM%2CSAAM%3BEHkMpB%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BAO3NoB%2CQAxCf%2CKA8BI%2CQAGG%2CmBAKM%2CUAEG%3BEACG%2CSAAA%3B%3BAAUhB%2CQAnDH%2CKAmDI%3BEACG%2CYAAA%3B%3BAApDR%2CQAAC%2CKAuDG%2CyBACI%3BEACI%2CiBAAA%3B%3BAAzDZ%2CQAAC%2CKAuDG%2CyBAKI%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3B%3BAA%5C%2FDZ%2CQAAC%2CKAmEG%3BEACI%2CeAAA%3B%3BAApER%2CQAAC%2CKAmEG%2CWAGI%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAxEZ%2CQAAC%2CKAmEG%2CWAQI%3BEPwLZ%2CWAAA%3BEOtLgB%2CaAAA%3B%3BAA7EZ%2CQAAC%2CKAiFG%3BEACI%2CWAAA%3B%3BAAlFR%2CQAAC%2CKAiFG%2CWAGI%3BEACI%2CmBAAA%3B%3BAArFZ%2CQAAC%2CKAyFG%2CeACI%3BEACI%2CaAAA%3B%3BAA3FZ%2CQAAC%2CKA%2BFG%2CeACI%3BEACI%2CcAAA%3B%3BAAjGZ%2CQAAC%2CKAqGG%3BEACI%2CaAAA%3B%3BAAtGR%2CQAAC%2CKAyGG%3BAAzGJ%2CQAAC%2CKA0GG%3BEACI%2CSAAA%3B%3BAmCjBZ%2CQnC1FK%2CKA8GG%2CWmCpBP%3BE1CyKD%2CS2ClOgB%2CO3CkOhB%3B%3BAOnQI%2CQAAC%2CKAoHG%3BEP%2BIR%2CiBAAA%3BEO7IY%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAOJ%2COAFD%2CKACH%2CSACK%3BEACG%2CgBAAA%3B%3BAAGJ%2COAND%2CKACH%2CSAKK%3BEACG%2CgBAAA%3B%3BAAKZ%2CgBACI%3BEPuHJ%2CiBAAA%3B%3BAOxHA%2CgBAKI%2CqBAAuB%3BAAL3B%2CgBAMI%3BEACI%2CaAAA%3B%3BAAPR%2CgBAUI%2CqBAAuB%3BAAV3B%2CgBAWI%3BAAXJ%2CgBAYI%2CqBAAuB%2CuBAAqB%3BAAZhD%2CgBAaI%2CMAAM%3BAAbV%2CgBAcI%2CMAAQ%2CuBAAoB%3BAAdhC%2CgBAeI%2CMAAQ%2CuBAAqB%3BEPyGjC%2CiBAAA%3B%3BAOpGQ%2CgBADJ%2CMACK%3BEACG%2CSAAS%2CIAAI%2CiBAAiB%2CIAA9B%3B%3BAAGJ%2CgBALJ%2CMAKK%3BEACG%2CSAAS%2CGAAT%3B%3BAAIA%2CgBAVR%2CMASM%2CuBACG%3BEACG%2CSAAS%2CiBAAiB%2CIAA1B%3B%3BAAQR%2CcADJ%2CSACK%3BEACG%2CcAAA%3BEACA%2CWAAA%3B%3BAAEA%2CcALR%2CSACK%2CKAII%3BEACG%2CkBAAA%3B%3BAAGJ%2CcATR%2CSACK%2CKAQI%3BEACG%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CcAhBR%2CSACK%2CKAeI%3BEACG%2CmBAAA%3BEACA%2CmBAAA%3B%3BAmDnNhB%2CcACI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAIR%3BEAEI%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAHJ%2CQAKI%3BE1DuQJ%2CyBAAA%3BEAAA%2C8EAAA%3BE0DpQQ%2CkBAAA%3B%3BAAGJ%2CQAAC%3BEACG%2COAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CMAAA%3BEACA%2CsBAAA%3B%3BAAEA%2CSAAS%2CQAAW%2CWAAS%2CSAVhC%3BEAWO%2CaAAA%3B%3BAAKJ%2CiBADc%2CSACb%3BEACG%2CgBAAA%3B%3BAAIR%2CQAAC%3BE1D4OL%2C6BAAA%3B%3BA0D5OI%2CQAAC%2CSAGG%3BEACI%2CaAAA%3B%3BAAEA%2CSAAS%2CQAAW%2CWAN3B%2CSAGG%3BEAIQ%2CcAAA%3B%3BAAvChB%2CQA4CI%3BEACI%2CiBAAA%3B%3BAAIR%3BEACI%2CYAAA%3B%3BAAEA%2CcAAe%3BEACX%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CSAAS%2CQAAW%2CWAAS%3BEACzB%2CaAAA%3B%3BAAGJ%2COAAC%3BEACG%2CiBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2COAAC%3BE1DwML%2CqBAAA%3BE0C9QA%2CqBAAA%3B%3BAAMA%2COgBgEK%2COhBhEJ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C7OY%2CO3C6OZ%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2COgBmDC%2COhBpDJ%2CMACI%3BE1C2PL%2CWAAA%3B%3BA0DxMI%2COAAC%2COhB4LH%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0DsEQ%2COATH%2COASI%2CUAAU%3BEACP%2CSf9CE%2COe8CF%3B%3BAAKZ%3BEACI%2CaAAA%3B%3BAAIA%2CQAAC%3BEACG%2CmBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CQAAC%3BEACG%2CgBAAA%3B%3BAAGJ%2CcAAe%2CSAAS%3BEACpB%2CaAAA%3B%3BAAXR%2CQAcI%3BEACI%2CqBAAA%3B%3BAlD7GR%3BAACA%2CIAAI%3BERkRJ%2CWAAA%3B%3BAQ1QgB%2CYAHZ%2CiBACI%2CqBACM%2CuBACG%3BEACG%2CSAAS%2CIAAI%2CiBAAiB%2CGAA9B%3B%3BAAGJ%2CYAPZ%2CiBACI%2CqBACM%2CuBAKG%2CWAAW%3BEACR%2CSAAS%2CGAAT%3B%3BAATpB%2CYACI%2CiBAaI%2CMAAK%3BEACD%2CeAAA%3B%3BAAEA%2CYAhBR%2CiBAaI%2CMAAK%2CYAGA%3BEACG%2CSAAS%2CKAAK%2CiBAAiB%2CGAA%5C%2FB%3B%3BAAMhB%3BEACI%2CgBAAA%3B%3BAAaJ%2CeACI%3BEACI%2CcAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAAIR%3BAACA%3BAACA%3BEACI%2CiBAAA%3B%3BAAOJ%3BEACI%2CqBAAA%3BEACA%2CeAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CSAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAOJ%2CQAAQ%2CMAKJ%2CaAAa%2COAAM%3BEACf%2CeAAA%3B%3BAANR%2CQAAQ%2CMASJ%3BEACI%2CYAAA%3BER%2BKR%2CcAAA%3BEAAA%2CiBAAA%3B%3BAQzLA%2CQAAQ%2CMAeJ%2CSAAQ%3BEACJ%2CeAAA%3B%3BAAhBR%2CQAAQ%2CMAmBJ%2COAAM%3BERsKV%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BASfA%2CQAAQ%2CMAmBJ%2COAAM%2COTER%3BEACE%2CqBAAA%3BEACA%2CmBAAA%3B%3BASvBJ%2CQAAQ%2CMAmBJ%2COAAM%2COAEA%3BEACE%2CgBAAA%3B%3BAAtBZ%2CQAAQ%2CMAmBJ%2COAAM%2COAMF%3BEACI%2CcAAA%3B%3BAA1BZ%2CQAAQ%2CMAmBJ%2COAAM%2COAUF%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BAAKZ%2CQAAQ%2CKAAK%3BEACT%2CWAAA%3BEACA%2CmBAAA%3B%3BAAFJ%2CQAAQ%2CKAAK%2CSAIT%3BEACI%2CWAAA%3BELyHR%2CYAAA%3B%3BAK9HA%2CQAAQ%2CKAAK%2CSAIT%2CuBL4HF%2CQAGI%2CKACI%3BAKpIV%2CQAAQ%2CKAAK%2CSAIT%2CuBL6HF%2CQAEI%2CKACI%3BAKpIV%2CQAAQ%2CKAAK%2CSAIT%2CuBL8HF%2CQACI%2CKACI%3BAKpIV%2CQAAQ%2CKAAK%2CSAIT%2CuBL4HF%2CQAGI%2CKAEI%3BAKrIV%2CQAAQ%2CKAAK%2CSAIT%2CuBL6HF%2CQAEI%2CKAEI%3BAKrIV%2CQAAQ%2CKAAK%2CSAIT%2CuBL8HF%2CQACI%2CKAEI%3BEACE%2CYAAA%3B%3BAKtIZ%2CQAAQ%2CKAAK%2CSAIT%2CuBLpBF%2CQAGI%2CKACI%3BAKYV%2CQAAQ%2CKAAK%2CSAIT%2CuBLnBF%2CQAEI%2CKACI%3BAKYV%2CQAAQ%2CKAAK%2CSAIT%2CuBLlBF%2CQACI%2CKACI%3BEHiKV%2CqBAAA%3B%3BAQrJA%2CQAAQ%2CKAAK%2CSAIT%2CuBLpBF%2CQAGI%2CKAII%3BAKSV%2CQAAQ%2CKAAK%2CSAIT%2CuBLnBF%2CQAEI%2CKAII%3BAKSV%2CQAAQ%2CKAAK%2CSAIT%2CuBLlBF%2CQACI%2CKAII%3BEH8JV%2CsBAAA%3B%3BAQnIA%2CkBACI%3BERkIJ%2CcAAA%3BEQhIQ%2CgCAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BAANR%2CkBACI%2CoBAOI%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAXZ%2CkBACI%2CoBAOI%2CWAKI%2CiBACM%3BEACE%2CcAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CkBAjBhB%2CoBAOI%2CWAKI%2CiBACM%2COAIG%3BEACG%2CgBAAA%3B%3BAAnBxB%2CkBACI%2CoBAwBI%2CqBAAuB%3BAAzB%5C%2FB%2CkBACI%2CoBAyBI%2CMAAQ%3BAA1BhB%2CkBACI%2CoBA0BI%3BERwGR%2CiBAAA%3B%3BAQnIA%2CkBACI%2CoBAwBI%2CqBAAuB%2CuBAInB%3BAA7BZ%2CkBACI%2CoBAyBI%2CMAAQ%2CuBAGJ%3BAA7BZ%2CkBACI%2CoBA0BI%2CMAEI%3BERsGZ%2CiBAAA%3BEQpGgB%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAhChB%2CkBACI%2CoBAmCI%2CeAAe%3BER%2BFvB%2CiBAAA%3BEQ7FY%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAvCZ%2CkBACI%2CoBAyCI%2CWACI%2CeAAe%3BERwF3B%2CeAAA%3BEQtFgB%2CgBAAA%3B%3BAAMA%2CkBAlDZ%2CoBAgDI%2CeACI%2CaACK%3BEACG%2CSAAS%2CIAAT%3B%3BAApDpB%2CkBACI%2CoBAwDI%3BEACI%2CmBAAA%3B%3BAA1DZ%2CkBA8DI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAnER%2CkBAsEI%3BEACI%2CeAAA%3B%3BAAEA%2CkBAHJ%2COAGK%3BAACD%2CkBAJJ%2COAIK%3BEACG%2CgBAAA%3BEACA%2CyBAAA%3B%3BAA5EZ%2CkBAgFI%2CSAAQ%2CUAAU%3BEACd%2CqBAAA%3BEACA%2CqBAAA%3B%3BAAKI%2CkBAFR%2CSACK%2CUACI%2CIACG%3BEACI%2CmBAAA%3BEACA%2CeAAA%3B%3BAAEA%2CkBAPhB%2CSACK%2CUACI%2CIACG%2CMAIK%3BEACG%2CSAAS%2CIAAT%3B%3BAANZ%2CkBAFR%2CSACK%2CUACI%2CIAUG%3BEACI%2CqBAAA%3B%3BAAIR%2CkBAjBR%2CSACK%2CUAgBI%3BEACG%2CYAAA%3B%3BAAIR%2CkBAtBJ%2CSAsBK%3BEACG%2CYAAA%3B%3BAA5GZ%2CkBAgHI%3BEACI%2CWAAA%3BEACA%2CeAAA%3B%3BAAlHR%2CkBAqHI%3BEACI%2CWAAA%3B%3BAAtHR%2CkBAyHI%2CwBACI%3BEACI%2CcAAA%3B%3BAAKZ%2CwBACI%2CgCACI%3BERCR%2CgBAAA%3BEAAA%2CiBAAA%3BEQEY%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3B%3BAATZ%2CwBACI%2CgCAYI%2CMAAK%2CgBACC%2CSAAM%3BEACJ%2CcAAA%3B%3BAAOA%2CwBArBZ%2CgCAkBK%2CSAEG%2CQACK%3BAAAD%2CwBArBZ%2CgCAmBK%2CUACG%2CQACK%3BEACG%2CSAAS%2CGAAT%3BERpBpB%2CcAAA%3BEAAA%2CiBAAA%3B%3BAQHA%2CwBAqCI%2COACI%3BEACI%2CcAAA%3BERpCZ%2CaAAA%3B%3BAQ0CA%2CuBAAwB%3BAACxB%2CmBAAoB%3BER3CpB%2CcAAA%3BEQ6CI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAALJ%2CuBAAwB%2CWAOpB%3BAANJ%2CmBAAoB%2CWAMhB%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAATR%2CuBAAwB%2CWAOpB%2CWAII%2CiBAAmB%3BAAV3B%2CmBAAoB%2CWAMhB%2CWAII%2CiBAAmB%3BEACf%2CqBAAA%3B%3BAAZZ%2CuBAAwB%2CWAgBpB%2CiBACM%3BAAhBV%2CmBAAoB%2CWAehB%2CiBACM%3BEACE%2CcAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CuBArBY%2CWAgBpB%2CiBACM%2COAIG%3BAAAD%2CmBApBQ%2CWAehB%2CiBACM%2COAIG%3BEACG%2CgBAAA%3B%3BAAtBhB%2CuBAAwB%2CWAgBpB%2CiBAUI%3BAAzBR%2CmBAAoB%2CWAehB%2CiBAUI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAA7BZ%2CuBAAwB%2CWAgBpB%2CiBAgBI%2CqBAAuB%3BAA%5C%2FB%5C%2FB%2CmBAAoB%2CWAehB%2CiBAgBI%2CqBAAuB%3BAAhC%5C%2FB%2CuBAAwB%2CWAgBpB%2CiBAiBI%2CMAAQ%3BAAhChB%2CmBAAoB%2CWAehB%2CiBAiBI%2CMAAQ%3BAAjChB%2CuBAAwB%2CWAgBpB%2CiBAkBI%3BAAjCR%2CmBAAoB%2CWAehB%2CiBAkBI%3BER5ER%2CiBAAA%3BEQ8EY%2CiBAAA%3B%3BAApCZ%2CuBAAwB%2CWAgBpB%2CiBAgBI%2CqBAAuB%2CuBAMnB%3BAArCZ%2CmBAAoB%2CWAehB%2CiBAgBI%2CqBAAuB%2CuBAMnB%3BAAtCZ%2CuBAAwB%2CWAgBpB%2CiBAiBI%2CMAAQ%2CuBAKJ%3BAArCZ%2CmBAAoB%2CWAehB%2CiBAiBI%2CMAAQ%2CuBAKJ%3BAAtCZ%2CuBAAwB%2CWAgBpB%2CiBAkBI%2CMAII%3BAArCZ%2CmBAAoB%2CWAehB%2CiBAkBI%2CMAII%3BERhFZ%2CiBAAA%3BEQkFgB%2CgBAAA%3B%3BAAMhB%2CWAYI%2CQAAO%3BEAQH%2CmBAAA%3B%3BAAJA%2CWAJJ%2CQAAO%2COAIF%2CIAAI%3BEACD%2CmBAAA%3B%3BAAOZ%3BEACI%2CeAAA%3B%3BAADJ%2CoBAGI%3BEACI%2CgBAAA%3B%3BAAIR%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAkCnSJ%2CqBlCqSI%2CQAAO%2CUkCrSV%3BE1CyKD%2CS2ClOgB%2CO3CkOhB%3B%3BAQqIA%3BEAEI%2CiBAAA%3B%3BAAFJ%2CYAII%3BEACI%2CiBAAA%3B%3BAAEA%2CYAHJ%2CMAGK%3BEACG%2CgBAAA%3B%3BAARZ%2CYAYI%3BAAZJ%2CYAaI%3BEACI%2CqBAAA%3B%3BAAIR%3BAACA%3BAACA%3BEACI%2CcAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BER9JA%2CuBAAA%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%3BAIgPJ%2CQACI%2CeACI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAJZ%2CQACI%2CeAMI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3B%3BAATZ%2CQACI%2CeAMI%2CmBAII%3BEACI%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAdhB%2CQACI%2CeAiBI%3BEACI%2CaAAA%3B%3BAAnBZ%2CQACI%2CeAqBI%3BEACI%2CkBAAA%3B%3BAAvBZ%2CQACI%2CeAyBI%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BAA5BZ%2CQACI%2CeA8BI%3BEACI%2CcAAA%3BEACA%2CaAAA%3B%3BAAjCZ%2CQACI%2CeAmCI%3BEACI%2CiBAAA%3B%3BAArCZ%2CQACI%2CeAuCI%3BER9MR%2CcAAA%3BEQgNY%2CeAAA%3BEACA%2CmBAAA%3B%3BAA3CZ%2CQACI%2CeA6CI%2CUACI%3BEACI%2CeAAA%3BEACA%2CUAAA%3B%3BAAjDhB%2CQACI%2CeA6CI%2CUAMI%2CMAAK%3BEACD%2CqBAAA%3B%3BAAKJ%2CQAzDR%2CeAwDI%2CQACK%3BEAEG%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAA9DhB%2CQAmEI%2CQAAO%3BEACH%2CgBAAA%3B%3BAApER%2CQA%2BEI%3BEAEI%2CeAAA%3B%3BAAjFR%2CQA%2BEI%2CsBAII%3BEAEI%2CWAAA%3BEACA%2CeAAA%3B%3BAAtFZ%2CQA8FI%2CqBACI%3BEACI%2CiBAAA%3B%3BAAhGZ%2CQA8FI%2CqBAKI%3BEACI%2CSAAA%3B%3BAA8MZ%2CIAAI%2C8BACA%2CQAAO%3BEACH%2CYAAA%3BEACA%2CcAAA%3B%3BAAIR%2CcAAc%3BEACV%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAJJ%2CcAAc%2CWAMV%2CkBAAoB%2CQAAQ%2CKACtB%3BAAPV%2CcAAc%2CWAMV%2CkBAAoB%2CQAAQ%2CKAEtB%3BEACE%2CaAAA%3B%3BAAKZ%3BEACI%2CmBAAA%3B%3BAADJ%2CiBAGI%3BEACI%2CaAAA%3BEACA%2CYAAA%3B%3BAAEA%2CiBAJJ%2CMAIK%3BEACG%2C4BAAA%3B%3BAADJ%2CiBAJJ%2CMAIK%2CMAUG%2CWAAU%3BEACN%2CcAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAKJ%2CiBAtBR%2CMAqBK%2CQACI%3BAACD%2CiBAvBR%2CMAqBK%2CQAEI%3BEACG%2C6BAAA%3B%3BAAIR%2CiBA5BJ%2CMA4BK%3BER5gBT%2CiBAAA%3B%3BAQ4gBQ%2CiBA5BJ%2CMA4BK%2CUAGG%3BEACI%2CYAAA%3BEACA%2CeAAA%3B%3BAAIR%2CiBArCJ%2CMAqCK%3BEACG%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAHJ%2CiBArCJ%2CMAqCK%2COAKG%2CQAAO%3BEAEH%2CoBAAA%3B%3BAA%5C%2FChB%2CiBAGI%2CMAgDI%2CWAAU%3BEACN%2CgBAAA%3BEACA%2CWAAA%3B%3BAAKJ%2CiBADJ%2CGACK%3BEACG%2C4BAAA%3B%3BAA3DZ%2CiBA%2BDI%3BEACI%2CcAAA%3BEACA%2CmBAAA%3B%3BAAjER%2CiBAoEI%3BEACI%2CcAAA%3B%3BAArER%2CiBAwEI%3BAAxEJ%2CiBAyEI%3BAAzEJ%2CiBA0EI%2CSAAQ%3BAA1EZ%2CiBA2EI%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BAA7ER%2CiBAgFI%3BEACI%2CgBAAA%3B%3BAAGI%2CiBAJR%2CqBAGI%2CQACK%3BEACG%2CUAAA%3B%3BAAGJ%2CiBARR%2CqBAGI%2CQAKK%3BAACD%2CiBATR%2CqBAGI%2CQAMK%3BERtkBb%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CiBAAA%3B%3BAQ6kBQ%2CiBADJ%2CQACK%3BEACG%2CmBAAA%3B%3BAAKZ%2CWAAW%3BERnlBX%2CgBAAA%3BEQqlBI%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CcAKI%2CcAAc%3BEACV%2CiBAAA%3B%3BAANR%2CcASI%2CQAAO%3BEAEH%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAbR%2CcAoBI%3BEACI%2CgBAAA%3B%3BAA0ER%2CMAAM%2CQACF%2CQAAO%3BEAEH%2CmBAAA%3B%3BAAHR%2CMAAM%2CQAMF%3BEACI%2CkBAAA%3BEACA%2CUAAA%3B%3BAARR%2CMAAM%2CQAWF%2CmBAAmB%3BEACf%2CiBAAA%3B%3BAAZR%2CMAAM%2CQAeF%2COAAM%3BEACF%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAA4BZ%2CmBAPqC%3BEACjC%2CkBACI%3BIACI%2CoBAAA%3B%3B%3BAC3%5C%2FBR%3BEACI%2CgBAAA%3B%3BAAGI%2CaADJ%2COACK%3BEACG%2CaAAA%3B%3BAALZ%2CaASI%3BEACI%2CgBAAA%3B%3BAAVR%2CaAaI%3BEiCLJ%2CqBAAA%3BEjCgBQ%2CqBAAA%3BEACA%2CYAAA%3B%3BAAzBR%2CaAaI%2COiC6PF%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0CHA%2CajCDI%2COiCCH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C3OU%2CO3C2OV%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CgBAAA%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CajCdA%2COiCaH%2CMACI%3BE1C2PL%2CWAAA%3B%3BA0CrPI%2CajCpBA%2COiCmBH%2COACI%3BE1CqPL%2CWAAA%3B%3BAS3PQ%2CaAdJ%2COAcK%2COACK%2CWACE%3BEACI%2CgBAAA%3B%3BAA9BpB%2CaAoCI%2CQAAO%3BEACH%2CaAAA%3B%3BAArCR%2CaAwCI%3BEACI%2C0BAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3B%3BAA5CR%2CaA%2BCI%3BEACI%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAlDR%2CaAqDI%3BEACI%2CaAAA%3B%3BAAIR%3BEACI%2CaAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAALJ%2CoBAQI%3BEToNJ%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAUvCQ%2CoBAHJ%2CGAGK%2CIAAI%3BETiNb%2CgBAAA%3BEAAA%2CyBAAA%3BES9MY%2CaAAA%3B%3BAAdZ%2CoBAQI%2CGASI%3BET2MR%2C6BAAA%3BESzMY%2CeAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CoBAlBR%2CGASI%2CGASK%3BEACG%2CgBAAA%3B%3BAAGJ%2CoBAtBR%2CGASI%2CGAaK%3BAACD%2CoBAvBR%2CGASI%2CGAcK%3BET6Lb%2CmBAAA%3B%3BAS5NA%2CoBAQI%2CGASI%2CGAkBI%3BETyLZ%2CWAAA%3BESvLgB%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CMAAA%3B%3BAAWJ%2CKALP%2COAAO%2CSAGR%2CQAAO%2CMACH%2COACK%3BEACG%2CkBAAA%3B%3BAADJ%2CKALP%2COAAO%2CSAGR%2CQAAO%2CMACH%2COACK%2CYAGG%3BEACI%2CmBAAA%3B%3BAAEA%2CKAXf%2COAAO%2CSAGR%2CQAAO%2CMACH%2COACK%2CYAGG%2CSAGK%3BEACG%2CSAAS%2CSAAT%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAKZ%2CKAvBP%2COAAO%2CSAGR%2CQAAO%2CMACH%2COAmBK%3BEACG%2CkBAAA%3B%3BAADJ%2CKAvBP%2COAAO%2CSAGR%2CQAAO%2CMACH%2COAmBK%2CWAGG%2CIAAG%2CWAAW%3BEACV%2COAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAAIR%2CKAjCP%2COAAO%2CSAGR%2CQAAO%2CMACH%2COA6BK%2CWACG%3BEACI%2CmBAAA%3B%3BAAnCpB%2CKAAK%2COAAO%2CSA6CR%2COAAM%2CMACF%2COACI%3BEACI%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAMhB%3BEAEI%2CgBAAA%3B%3BAAFJ%2CaAIM%3BEACE%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAIR%2COAAO%3BEACH%2CiBAAA%3B%3BAC9KJ%2CoBACI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAHR%2CoBAMI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAYR%3BEVmQA%2CmBAAA%3BEUhQI%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAJJ%2CaAMM%3BEV6PN%2CiBAAA%3BEU3PQ%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAVR%2CaAaI%2COACI%2CKAAI%2CIAAI%2CeACJ%3BEACI%2CcAAA%3B%3BAAhBhB%2CaAaI%2COAOI%3BEACI%2CgBAAA%3B%3BAArBZ%2CaAaI%2COAWI%3BEACI%2CgBAAA%3B%3BAAEA%2CaAdR%2COAWI%2COAGK%3BEACG%2CaAAA%3B%3BAA5BhB%2CaAaI%2COAmBI%2CiBACM%3BEACE%2CgBAAA%3B%3BAAlChB%2CaAaI%2COAmBI%2CiBACM%2CWAGE%2CQAAO%3BEAEH%2CWAAA%3B%3BAAtCpB%2CaAaI%2COAsCI%2COACI%3BEV%2BMZ%2CiBAAA%3BEU7MgB%2CgBAAA%3B%3BAAtDhB%2CaAaI%2COA6CI%3BEACI%2CgBAAA%3B%3BAA3DZ%2CaAaI%2COA6CI%2CcAGI%2COACI%3BEACI%2CWAAA%3B%3BAA%5C%2FDpB%2CaAaI%2COA6CI%2CcAGI%2COAKI%2COACM%3BEACE%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAAOpB%2CUAAW%2CcACP%3BEACI%2CgBAAA%3B%3BAA%5C%2FEZ%2CaAmFI%3BEAEI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAvFR%2CaAmFI%2CwBAMI%2CQAAO%2CQAAQ%3BEAEX%2CWAAA%3B%3BAA3FZ%2CaAmFI%2CwBAWI%3BEACI%2CiBAAA%3B%3BAAEA%2CaAdR%2CwBAWI%2CMAGK%3BEACG%2CgBAAA%3B%3BAAlGhB%2CaAuGI%3BEACI%2CgBAAA%3B%3BAAxGR%2CaAuGI%2CSAGM%2CIAAC%2CYAAY%3BEACX%2CaAAA%3B%3BAAOJ%2CaADJ%2CQACK%3BEACG%2CcAAA%3B%3BAAMZ%2CYAEI%2CMAEI%3BAAJR%2CYAGI%2CMACI%3BEACI%2CgBAAA%3B%3BAAOR%2CKAAC%2CcACG%2CMACI%2CMACI%2CGAAG%2CGAAE%3BEACD%2C6BAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3B%3BAANhB%2CKAAC%2CcACG%2CMASI%2CMACI%3BEACI%2CSAAA%3B%3BAAZhB%2CKAAC%2CcACG%2CMAeM%3BEACE%2C6BAAA%3BEACA%2CkBAAA%3B%3BAAlBZ%2CKAAC%2CcAsBG%3BEACI%2CiBAAA%3B%3BAAEA%2CKAzBP%2CcAsBG%2CKAGK%3BAACD%2CKA1BP%2CcAsBG%2CKAIK%3BAACD%2CKA3BP%2CcAsBG%2CKAKK%3BEACG%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAIJ%2CKAjCP%2CcAsBG%2CKAWK%3BEACG%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CKAjCP%2CcAsBG%2CKAWK%2CIAQG%3BEACI%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAA7ChB%2CKAAC%2CcAsBG%2CKA2BM%3BEV6Ed%2CcAAA%3BEAAA%2CiBAAA%3BEU1EgB%2CgBAAA%3B%3BAApDZ%2CKAAC%2CcAwDG%2CcACI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAA7DZ%2CKAAC%2CcAiEG%2CMACI%2CKAAI%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3B%3BAAtEZ%2CKAAC%2CcA0EG%3BEAEI%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3B%3BAA9ER%2CKAAC%2CcA0EG%2CiBAMM%3BAAhFV%2CKAAC%2CcA0EG%2CiBAOM%3BEACE%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3BEV0ChB%2CqBAAA%3BE0C9QA%2CqBAAA%3B%3BAhCgJI%2CKAAC%2CcA0EG%2CiBAMM%2CegCkCZ%3BAhClHE%2CKAAC%2CcA0EG%2CiBAOM%2CiBgCiCZ%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0CHA%2CKhC0IK%2CcA0EG%2CiBAMM%2CegC1Nb%3BAAAD%2CKhC0IK%2CcA0EG%2CiBAOM%2CiBgC3Nb%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSChRQ%2CODgRR%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CKhC6HC%2CcA0EG%2CiBAMM%2CegC9Mb%2CMACI%3BAAAD%2CKhC6HC%2CcA0EG%2CiBAOM%2CiBgC%5C%2FMb%2CMACI%3BE1C2PL%2CWAAA%3B%3BA0CrPI%2CKhCuHC%2CcA0EG%2CiBAMM%2CegCxMb%2COACI%3BAAAD%2CKhCuHC%2CcA0EG%2CiBAOM%2CiBgCzMb%2COACI%3BE1CqPL%2CcAAA%3B%3BAU9HI%2CKAAC%2CcA0EG%2CiBAsBM%3BEAEE%2CQAAA%3B%3BAgC7IhB%2CKhC2CK%2CcA0EG%2CiBAsBM%2CiBgC3Ib%3BE1CyKD%2CS2C5PS%2CO3C4PT%3B%3BAU9HI%2CKAAC%2CcAyGG%3BEACI%2CgBAAA%3B%3BAAEA%2CKA5GP%2CcAyGG%2CQAGK%3BEACG%2CeAAA%3B%3BAAGJ%2CKAhHP%2CcAyGG%2CQAOK%2CKAAK%3BEAEF%2CgBAAA%3B%3BAAKJ%2CKAvHP%2CcAsHG%2CSACK%3BEACG%2CcAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CKAjIP%2CcAsHG%2CSAWK%3BEVHb%2CiBAAA%3BEUKgB%2CcAAA%3BEACA%2CgBAAA%3B%3BAAKJ%2CKAzIP%2CcAwIG%2C0BACK%3BEACG%2CSAAS%2CGAAT%3B%3BAA1IZ%2CKAAC%2CcA%2BIG%3BEACI%2CgBAAA%3B%3BAAhJR%2CKAAC%2CcAqJG%2CmBAAqB%3BEACjB%2CcAAA%3B%3BAAtJR%2CKAAC%2CcAoKG%2CQAAO%3BEACH%2CqBAAA%3BEACA%2CcAAA%3B%3BAAtKR%2CKAAC%2CcAyKG%2CMAAM%3BEACF%2CcAAA%3B%3BAAMZ%2CsBACI%3BEACI%2CaAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAIR%3BEACI%2C6BAAA%3B%3BAAIJ%3BEACI%2C6BAAA%3BEACA%2CWAAA%3B%3BAAKJ%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CcAEM%3BAADN%2CKAAM%2CeACA%3BEACE%2CcAAA%3B%3BAAIR%2CKAAK%2CcAED%2CKAAI%3BAADR%2CYAAY%2CcACR%2CKAAI%3BAAFR%2CKAAK%2CcAGD%2CKAAI%3BAAFR%2CYAAY%2CcAER%2CKAAI%3BAAHR%2CKAAK%2CcAID%2CKAAI%3BAAHR%2CYAAY%2CcAGR%2CKAAI%3BAAJR%2CKAAK%2CcAKD%2CKAAI%3BAAJR%2CYAAY%2CcAIR%2CKAAI%3BEACA%2CiBAAA%3B%3BAAuHJ%2CMAAC%3BEVlNL%2CeAAA%3BEUoNQ%2CgBAAA%3B%3BAAFJ%2CMAAC%2CUAIG%3BEACI%2CYAAA%3B%3BA4BzeZ%2CeACI%3BEACI%2CWAAA%3BEACA%2CYAAA%3B%3BAAHR%2CeACI%2CaAII%3BEACI%2CgBAAA%3B%3BAANZ%2CeAUI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3B%3BAASI%2CeAFR%2CQACI%2CeACK%2CYACG%3BEACI%2CaAAA%3BEACA%2CgBAAA%3B%3BAAxBpB%2CeA8BI%3BEACI%2CaAAA%3B%3BAAEA%2CeAHJ%2CUAGK%3BEACG%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAKJ%2CeADJ%2CMACK%3BEACG%2CkBAAA%3B%3BAA3CZ%2CeA%2BCI%2CeACM%3BEACE%2CgBAAA%3B%3BAAjDZ%2CeA%2BCI%2CeACM%2CWAGI%3BEACE%2CkBAAA%3B%3BAApDhB%2CeA%2BCI%2CeACM%2CWAOI%3BEACE%2CiBAAA%3B%3BAAGI%2CeAZhB%2CeACM%2CWAOI%2CWAGE%2CQACK%3BEAEG%2CcAAA%3BEACA%2CWAAA%3B%3BAA9DxB%2CeA%2BCI%2CeACM%2CWAmBE%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAArEhB%2CeA0EI%3BAA1EJ%2CeA2EI%3BAA3EJ%2CeA4EI%3BAA5EJ%2CeA6EI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAIR%3BEGpDA%2CqBAAA%3BEACA%2CkBAAA%3BEHkEI%2CYAAA%3B%3BAtCpEJ%2CiBAAC%3BAACD%2CiBAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CiBAAC%3BEACG%2CWAAA%3B%3BAsC8CJ%2CiBGjDA%3BEAEI%2CeAAA%3BEzC8OJ%2CqBAAA%3BE0C9QA%2CqBAAA%3B%3BAAMA%2CiBDwBA%2CiBCxBC%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C%5C%2FOQ%2CO3C%2BOR%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CiBDWJ%2CiBCZC%2CMACI%3BE1C2PL%2CWAAA%3B%3BA0CrPI%2CiBDKJ%2CiBCNC%2COACI%3BE1CqPL%2CcAAA%3B%3BAyCqEA%2CiBArTA%2CiBAqTC%3BEzCrED%2CqBAAA%3BE0C9QA%2CqBAAA%3B%3BAAMA%2CiBDwBA%2CiBAqTC%2COC7UA%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C%5C%2FOQ%2CO3C%2BOR%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CiBDWJ%2CiBAqTC%2COCjUA%2CMACI%3BE1C2PL%2CWAAA%3B%3BA0CrPI%2CiBDKJ%2CiBAqTC%2COC3TA%2COACI%3BE1CqPL%2CcAAA%3B%3BAsC%5C%2FLA%2CiBGsIA%3BEzCyDA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEyChDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEzC8CJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BAsC%5C%2FLA%2CiBGsIA%2CgBAsBI%3BEzCmCJ%2CSAAA%3B%3BAyC3BQ%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%3BEzCzSJ%2CsDAAA%3BEyC2SI%2CWAAA%3B%3BAAGJ%2CiBAvWA%2CgBAuWC%3BEACG%2CiBAAA%3BEzC%5C%2FSJ%2CsDAAA%3BEyCiTI%2CWAAA%3B%3BAAzDJ%2CiBAjTA%2CgBAiTC%3BEzCxPD%2CUAAA%3BEAAA%2CUAAA%3B%3BAyC6PA%2CiBAtTA%2CgBAsTC%3BEzC7PD%2CSAAA%3BEAAA%2CUAAA%3B%3BAyCZA%2CiBAAC%3BEACG%2CiBAAA%3B%3BAADJ%2CiBAAC%2COAGG%3BEACI%2CcAAA%3B%3BAHvLR%2CiBAiBI%3BEtC8KJ%2CgBAAA%3BEsC5KQ%2CQAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAArBR%2CiBAiBI%2CgBAMI%3BEACI%2CaAAA%3B%3BAAGJ%2CiBAVJ%2CgBAUK%3BEACG%2CUAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CiBAfJ%2CgBAeK%3BEACG%2CUAAA%3BEACA%2CWAAA%3B%3BAAlCZ%2CiBAsCI%2CSACI%3BEACI%2CYAAA%3BEACA%2CiBAAA%3B%3BAAzCZ%2CiBAsCI%2CSACI%2CSAIM%3BAA3Cd%2CiBAsCI%2CSACI%2CSAKM%3BEACE%2CeAAA%3B%3BAAEA%2CiBATZ%2CSACI%2CSAIM%2CWAIG%2CIAAI%3BAAAL%2CiBATZ%2CSACI%2CSAKM%2CaAGG%2CIAAI%3BEACD%2CkBAAA%3B%3BAAOZ%2CiBADJ%2CQACK%3BEACG%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BElC0EZ%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEAEA%2CiBAAA%3BEJgDA%2CgBAAA%3BEAAA%2CqBAAA%3BE0C9QA%2CqBAAA%3B%3BAtCiOA%2CiBkC5FI%2CQACK%2CMlC2FR%3BAACD%2CiBkC7FI%2CQACK%2CMlC4FR%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CiBkClGI%2CQACK%2CMlCiGR%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CiBkCvGI%2CQACK%2CMlCsGR%3BAACD%2CiBkCxGI%2CQACK%2CMlCuGR%3BAACD%2CQAAQ%2CUAAW%2CkBkCzGf%2CQACK%3BElCyGL%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BAsCxIQ%2CiBADJ%2CQACK%2CMI4HP%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0CHA%2CiBJ%2BHI%2CQACK%2CMIhIR%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C1OU%2CO3C0OV%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CiBJkHA%2CQACK%2CMIpHR%2CMACI%3BE1C2PL%2CcAAA%3B%3BA0CrPI%2CiBJ4GA%2CQACK%2CMI9GR%2COACI%3BE1CqPL%2CcAAA%3B%3BAsCxHQ%2CiBAjBJ%2CQAiBK%3BEACG%2CmBAAA%3B%3BAADJ%2CiBAjBJ%2CQAiBK%2CSAOG%2CSAAQ%3BEtCiHpB%2CmBAAA%3BEAAA%2CWAAA%3BEAAA%2CYAAA%3BEAAA%2CiBAAA%3BEsC5GgB%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CiBAtCZ%2CQAiBK%2CSAOG%2CSAAQ%2CIAcH%3BEACG%2CaAAA%3B%3BAAtBZ%2CiBAjBJ%2CQAiBK%2CSAOG%2CSAAQ%2CIAkBJ%2CQACM%3BEtC8FtB%2CeAAA%3B%3BAsCxHQ%2CiBAjBJ%2CQAiBK%2CSAgCG%3BEACI%2C4BAAA%3B%3BAAxGhB%2CiBAiHI%3BEACI%2CgBAAA%3B%3BAAIR%3BEtCyEA%2CsBAAA%3BEAAA%2CaAAA%3BEsCtEI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BEtCgEA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAuC0GA%2CeAEI%3BEACI%2CaAAA%3B%3BAAEA%2CeAHJ%2CcAGK%2CIAAI%3BEtC2Db%2C0BAAA%3B%3BAsCvDQ%2CeAPJ%2CcAOK%3BEACG%2CcAAA%3B%3BAAVZ%2CeAsBI%2CsBACI%3BEACI%2CqBAAA%3BEACA%2CaAAA%3B%3BAAzBZ%2CeA6BI%3BEACI%2CgBAAA%3B%3BAA9BR%2CeAiCI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3B%3BAAnCR%2CeAiCI%2CmBAII%3BEtC2BR%2CcAAA%3B%3BAsChEA%2CeA0CI%3BEACI%2CkBAAA%3B%3BAA3CR%2CeA0CI%2CsBAGI%3BEACI%2CgBAAA%3B%3BAA9CZ%2CeA0CI%2CsBAOI%3BAAjDR%2CeA0CI%2CsBAQI%3BEACI%2CWAAA%3B%3BAAnDZ%2CeA0CI%2CsBAYI%2CMAAK%3BEtCUb%2CiBAAA%3B%3BAsChEA%2CeA0CI%2CsBAmBI%3BEACI%2CcAAA%3B%3BAA9DZ%2CeAkEI%2CSACM%3BAAnEV%2CeAkEI%2CSAEM%3BEACE%2CWAAA%3B%3BAArEZ%2CeAkEI%2CSAMI%3BEAOI%2CSAAA%3BEACA%2CiBAAA%3B%3BAANA%2CeARR%2CSAMI%2CQAEK%3BEtCVb%2CcAAA%3BEsCYgB%2CeAAA%3BEACA%2CgBAAA%3B%3BAI7KhB%2CeJkKI%2CSAiBI%2CQACM%2CUIpLb%3BE1CgKD%2CS2C%5C%2FNM%2CO3C%2BNN%3B%3BAsC4BQ%2CeA1BJ%2CSA0BK%3BEACG%2CeAAA%3B%3BAAKI%2CeAhCZ%2CSA8BK%2CQACG%2CQACK%3BEtClCjB%2CqBAAA%3BE0ChOA%2CqBAAA%3B%3BAJkQgB%2CeAhCZ%2CSA8BK%2CQACG%2CQACK%2CQI9Cf%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0C2CA%2CeJ4NI%2CSA8BK%2CQACG%2CQACK%2CQI5PhB%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C9NQ%2CO3C8NR%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CoBAAA%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAJzCQ%2CeA9BJ%2CSA8BK%2CQAiBG%3BEACI%2CaAAA%3B%3BAAlHhB%2CeA8HI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAjIR%2CeAoII%3BEtCpEJ%2CiBAAA%3BEsCsEQ%2CmBAAA%3B%3BAAtIR%2CeAyII%3BEACI%2CaAAA%3B%3BAAIA%2CeADJ%2CQACK%3BAACD%2CeAFJ%2CQAEK%3BEtC%5C%2FET%2CqBAAA%3BE0C9QA%2CqBAAA%3B%3BAJ4VQ%2CeADJ%2CQACK%2CKI1FP%3BAJ2FM%2CeAFJ%2CQAEK%2COI3FP%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0CHA%2CeJqVI%2CQACK%2CKItVR%3BAAAD%2CeJqVI%2CQAEK%2COIvVR%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSChRQ%2CODgRR%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CeJwUA%2CQACK%2CKI1UR%2CMACI%3BAAAD%2CeJwUA%2CQAEK%2COI3UR%2CMACI%3BE1C2PL%2CWAAA%3B%3BA0CrPI%2CeJkUA%2CQACK%2CKIpUR%2COACI%3BAAAD%2CeJkUA%2CQAEK%2COIrUR%2COACI%3BE1CqPL%2CcAAA%3B%3BA0CzKA%2CeJsPI%2CQAcK%2COIpQR%3BE1CyKD%2CS2C5PS%2CO3C4PT%3B%3BAWvQA%3BEXuQA%2CcAAA%3B%3BAWlQA%3BEXkQA%2CcAAA%3B%3BAWlQA%2CYAOI%3BEX2PJ%2C6BAAA%3B%3BAWlQA%2CYAYI%3BEACI%2CcAAA%3B%3BAAIR%2CqBACI%3BAADJ%2CqBAEI%3BEACI%2CaAAA%3B%3BAAHR%2CqBAMI%3BEACI%2CcAAA%3B%3BAAIR%2CyBAGI%3BEACI%2CaAAA%3B%3BAgDzDR%3BE3D2RA%2CmBAAA%3BEAAA%2C6BAAA%3BEAAA%2C0BAAA%3BEAAA%2CwBAAA%3BE2DpRI%2CkBAAA%3B%3BAAPJ%2CsBASI%3BE3DkRJ%2CeAAA%3BE2DhRQ%2CWAAA%3BEACA%2CgBAAA%3B%3BAAZR%2CsBASI%2CiBAKI%3BEACI%2CcAAA%3BEACA%2CaAAA%3B%3BAAOA%2CsBAHR%2CkBACI%2COAEK%2COAAO%3BEvD2MpB%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEJgDA%2CgBAAA%3B%3BAI7CA%2CsBuD1NI%2CkBACI%2COAEK%2COAAO%2CSvDuNnB%3BAACD%2CsBuD3NI%2CkBACI%2COAEK%2COAAO%2CSvDwNnB%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CsBuDhOI%2CkBACI%2COAEK%2COAAO%2CSvD6NnB%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CsBuDrOI%2CkBACI%2COAEK%2COAAO%2CSvDkOnB%3BAACD%2CsBuDtOI%2CkBACI%2COAEK%2COAAO%2CSvDmOnB%3BAACD%2CQAAQ%2CUAAW%2CuBuDvOf%2CkBACI%2COAEK%2COAAO%3BEvDqOhB%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BA2DjQgB%2CsBANZ%2CkBACI%2COAEK%2COAAO%2CSAGH%3BE3DiQjB%2CWAAA%3B%3BAYzPA%3BEAEI%2CaAAA%3B%3BAoD5BA%2CMAAC%2COACG%3BEACI%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAALR%2CMAAC%2COAQG%3BEhE2QR%2CiBAAA%3B%3BAgEtQI%2CMAAC%2COACG%2CSACI%3BAAFR%2CMAAC%2COACG%2CSAEI%3BAAHR%2CMAAC%2COACG%2CSAGI%3BEhEkQZ%2CqBAAA%3B%3BAwB1RA%2CqBACI%2CaAOI%2CUACI%2COACI%3BEACI%2CgBAAA%3B%3BAAXpB%2CqBACI%2CaAeI%2CcACI%3BEAEI%2CeAAA%3B%3BAqIEhB%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3B%3BAAEA%2CcAAC%3BE7J%2BPL%2CYAAA%3B%3BA6J%5C%2FPI%2CcAAC%2CQAGG%3BEACI%2CcAAA%3B%3BAAIA%2CcARP%2CQAOG%2CsBACK%3BE7JuPb%2CWAAA%3B%3BA6JrQA%2CcAoBI%3BE7J3BJ%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6JAA%2CcAwBI%3BE7J6OJ%2CqBAAA%3BE0C9QA%2CqBAAA%3B%3BAmHSA%2CcAwBI%2CsBnHiOF%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0CHA%2CcmH2BI%2CsBnH3BH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CS2C7NQ%2CO3C6NR%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CcmHcA%2CsBnHfH%2CMACI%3BE1C2PL%2CWAAA%3B%3BA6JnOQ%2CcAVJ%2CsBAUK%3BEACG%2CiBAAA%3B%3BAAIA%2CUAAW%2CeAfnB%2CsBAcK%3BE7J%2BNT%2CYAAA%3B%3BA6J9NY%2CUAAW%2CeAfnB%2CsBAcK%2CMAIS%3BEACE%2CcAAA%3B%3BAAGJ%2CUAPO%2CeAfnB%2CsBAcK%2CMAQQ%3BE7JuNjB%2CWAAA%3B%3BA6JrQA%2CcAqDI%3BE7JgNJ%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CkBAAA%3BEAAA%2CaAAA%3BEAAA%2CaAAA%3BEAAA%2CYAAA%3BE6JzMQ%2CaAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3B%3BAAEA%2CcAfJ%2CuBAeK%3BAACD%2CcAhBJ%2CuBAgBK%3BE7J8OT%2C8BAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEAhDA%2C2BAAA%3BEAAA%2CWAAA%3BEAAA%2CSAAA%3BE6JxLY%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CcA9BJ%2CuBA8BK%3BE7JkLT%2C2BAAA%3B%3BA6J9KQ%2CcAlCJ%2CuBAkCK%3BE7J8KT%2C2BAAA%3BE6J5KY%2CUAAA%3BEACA%2CUAAA%3B%3BAA2DhB%2CwBAxB%2BC%3BEAC3C%2CcAAe%3BIACX%2CUAAA%3BIACA%2CYAAA%3BIACA%2CSAAA%3B%3BEAEJ%2CcAAe%2CuBAAsB%3BEACrC%2CcAAe%2CuBAAsB%3BIACjC%2C8BAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CMAAA%3BIACA%2CQAAA%3B%3BEAEJ%2CcAAe%2CuBAAsB%3BI7JwHrC%2CyBAAA%3B%3BE6JrHA%2CcAAe%2CuBAAsB%3BI7JqHrC%2C4BAAA%3BI6JnHI%2CQAAA%3B%3B%3BApI1IJ%2CYAMI%3BAANJ%2CYAOI%3BEzBsPJ%2CgBAAA%3BEAAA%2CmBAAA%3B%3BAyB7PA%2CYAMI%2CYAII%2CUACI%2COACI%3BAAZhB%2CYAOI%2CuBAGI%2CUACI%2COACI%3BEACI%2CgBAAA%3B%3BAAbpB%2CYAMI%2CYAII%2CUAOI%3BAAjBZ%2CYAOI%2CuBAGI%2CUAOI%3BEACI%2CaAAA%3BEACA%2CcAAA%3B%3BAAnBhB%2CYAwBI%3BEACI%2CYAAA%3B%3BAAzBR%2CYA4BI%3BEzBiOJ%2C6BAAA%3BEAAA%2CaAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CsBAAA%3BEAAA%2C6BAAA%3BEAAA%2CaAAA%3BEyBxNQ%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CYAdJ%2CuBAcK%3BEzBmNT%2CqBAAA%3B%3BAyBhNY%2CYAjBR%2CuBAcK%2CcAGI%3BEzBgNb%2CmBAAA%3BEAAA%2CWAAA%3BEAAA%2CS2ChPa%2CO3CgPb%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CYAAA%3BEAAA%2CWAAA%3BEyBzMgB%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAhBR%2CYAdJ%2CuBAcK%2CcAmBG%3BEAEI%2CkBAAA%3B%3BAA%5C%2FDhB%2CYA0EI%3BEACI%2CcAAA%3B%3BAAGI%2CYAJR%2CmBAGM%2COACG%3BEACG%2CSAAS%2CGAAT%3BEACA%2CgBAAA%3B%3BAAhFhB%2CYAqFI%3BEACI%2CYAAA%3BEACA%2CcAAA%3B%3BAAvFR%2CYA0FI%3BEAEI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3B%3BAAQR%2CyBACI%3BEACI%2CgBAAA%3B%3BAAFR%2CyBAKI%3BEACI%2CYAAA%3B%3BAAOI%2CiBAFR%2CiBACI%2CQACK%3BEAEG%2CcAAA%3B%3BAAMhB%2C%2BBACI%2CMACI%3BEACI%2CaAAA%3B%3BAAHZ%2C%2BBAOI%2CMACI%3BEzB0HR%2C0BAAA%3BEAAA%2CkBAAA%3BEAAA%2CeAAA%3B%3BAyBrHY%2C%2BBANR%2CMACI%2CGAKK%3BEACG%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAKJ%2C%2BBAdR%2CMAaI%2CGACK%2CYACG%3BEACI%2CgBAAA%3B%3BAAvBpB%2C%2BBAOI%2CMAqBI%3BEACI%2CgBAAA%3B%3BAA7BZ%2C%2BBAOI%2CMAyBI%2CWACI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAgC1LhB%3BEACI%2CkBAAA%3B%3BAAIA%2CsBAAC%3BEACG%2CSAAA%3B%3BAADJ%2CsBAAC%2CcAGG%3BEzDgRR%2CcAAA%3BEyD9QY%2CeAAA%3B%3BAAEA%2CsBAPP%2CcAGG%2CsBAIK%3BEACG%2CaAAA%3B%3BAARZ%2CsBAAC%2CcAgBG%3BEzDmQR%2CYAAA%3BEyD%5C%2FPY%2COAAA%3B%3BA%5C%2FBdZ%3BE1B6QA%2CaAAA%3B%3BA0B7QA%2C%2BBAGI%3BE1B0QJ%2C6BAAA%3BE0BvQQ%2CcAAA%3BEACA%2CkBAAA%3B%3BAAPR%2C%2BBAGI%2C4BAMI%3BE1BoQR%2COAAA%3BEAAA%2CqBAAA%3BE0C9QA%2CqBAAA%3BEhBsBY%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAvBZ%2C%2BBAGI%2C4BAMI%2CagBwPN%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0CHA%2C%2BBhBFI%2C4BAMI%2CagBJP%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSChRQ%2CODgRR%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2C%2BBhBfA%2C4BAMI%2CagBQP%2CMACI%3BE1C2PL%2CWAAA%3B%3BA0CrPI%2C%2BBhBrBA%2C4BAMI%2CagBcP%2COACI%3BE1CqPL%2CcAAA%3B%3BA0B7QA%2C%2BBA2BI%3BE1BkPJ%2CiBAAA%3B%3BA0B7QA%2C%2BBA2BI%2C8BAEI%3BEACI%2CcAAA%3B%3BAA9BZ%2C%2BBAkCI%3BAAlCJ%2C%2BBAmCI%3BEACI%2CcAAA%3B%3BAqCrCR%3BE%5C%2FD8QA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CgBAAA%3B%3BA%2BD9QA%2CkBAMM%3BEAEE%2CcAAA%3B%3BAARR%2CkBAgBI%2CMACI%3BE%5C%2FD6PR%2CWAAA%3BE%2BD3PY%2CcAAA%3B%3BAAKJ%2CkBADJ%2COAAM%2CKACE%2CSAAM%2CKACN%3BAADJ%2CkBADJ%2COAAM%2CKACE%2CSAAM%2CKAEN%3BEACI%2CaAAA%3BE%5C%2FDmPhB%2CiBAAA%3BE%2BDjPgB%2CcAAA%3B%3BAALR%2CkBADJ%2COAAM%2CKACE%2CSAAM%2CKACN%2CMAMI%3BAAPR%2CkBADJ%2COAAM%2CKACE%2CSAAM%2CKAEN%2CQAKI%3BEACI%2CgBAAA%3B%3BAAhCpB%2CkBAsCI%3BEACI%2CkBAAA%3B%3BAAvCR%2CkBA%2BCI%2CeACM%3BEACE%2C6BAAA%3BE%5C%2FD6NZ%2CmBAAA%3BE%2BD3NY%2CeAAA%3BE%5C%2FD2NZ%2CcAAA%3BE0ChOA%2CqBAAA%3BEqBeY%2CgBAAA%3BEACA%2CkBAAA%3B%3BAA9DZ%2CkBA%2BCI%2CeACM%2CSrBkNR%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0C2CA%2CkBqBLI%2CeACM%2CSrBIT%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C9NQ%2CO3C8NR%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CeAAA%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAqBvRY%2CkBAjBR%2CeACM%2CSAgBG%3BEACG%2CkBAAA%3BEACA%2CQAAA%3BEACA%2COAAA%3B%3BAAnEhB%2CkBA%2BCI%2CeACM%2CSAsBE%3BE%5C%2FDwMZ%2CiBAAA%3BE%2BDtMgB%2CgBAAA%3BEACA%2CSAAA%3B%3BArBqChB%2CkBqB%5C%2FDI%2CeA8BK%2COACK%2CSrBgCb%3BE1CgKD%2CS2C%5C%2FNM%2CO3C%2BNN%3B%3BA%2BD9QA%2CkBA%2BCI%2CeAuCI%3BEACI%2CkBAAA%3B%3BAAvFZ%2CkBA4FI%3BE%5C%2FDkLJ%2CmBAAA%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE%2BD9KQ%2CSAAA%3B%3BAAGJ%2COAAO%2CKAAM%2CmBACT%3BEACI%2CSAAA%3BEACA%2CeAAA%3B%3BAAtGZ%2CkBA0GI%2CcACI%3BEACI%2CcAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAA9GZ%2CkBA0GI%2CcAOI%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAApHZ%2CkBA0GI%2CcAaI%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAzHZ%2CkBA0GI%2CcAkBI%3BE%5C%2FDkJR%2CiBAAA%3BE%2BDhJY%2CgBAAA%3B%3BAAIA%2CkBAxBR%2CcAuBI%2CqBACQ%2CuBACA%3BE%5C%2FD2IhB%2CeAAA%3B%3BA%2BD9QA%2CkBA0II%3BEACI%2CkBAAA%3BEACA%2CUAAA%3B%3BAA5IR%2CkBA0II%2CiBAII%3BEACI%2C0BAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAnJZ%2CkBA0II%2CiBAII%2CWAOI%3BEACI%2CSAAA%3B%3BApC9JhB%3BEACI%2CsBAAA%3B%3BAADJ%2CwBAGI%3BEACI%2CWAAA%3B%3BAAIR%3BEACI%2CYAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAEA%2CgBAAiB%3BEACb%2CYAAA%3B%3BAAQR%2CqBACI%3BE3B6PJ%2CiBAAA%3BE2B3PQ%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAJR%2CqBACI%2CaAKI%3BEACI%2CgBAAA%3B%3BAAPZ%2CqBAWI%2COACI%3BEACI%2CgBAAA%3B%3BAAbZ%2CqBAiBI%3BEACI%2CgBAAA%3B%3BAAlBR%2CqBAiBI%2CiBAGM%3BEACE%2CeAAA%3BEACA%2CgBAAA%3B%3BAAtBZ%2CqBA%2BBI%2COAAM%3BEACF%2CSAAA%3B%3BAAhCR%2CqBA%2BBI%2COAAM%2COAGF%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAApCZ%2CqBA%2BBI%2COAAM%2COAQF%2COACI%3BAAxCZ%2CqBA%2BBI%2COAAM%2COAQF%2COAEI%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAAIR%2CqBAhBJ%2COAAM%2COAgBE%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CqBAtBR%2COAAM%2COAgBE%2CSAMC%3BE3ByMb%2CYAAA%3BEAAA%2CiBAAA%3BEAAA%2CuBAAA%3BEAAA%2CeAAA%3BE2BpMgB%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CSAAS%2CgBAAT%3BEACA%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CMAAA%3B%3BAC3FhB%2CwBACI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAIA%2CwBADJ%2CgBACK%2CYACG%3BEACI%2CaAAA%3B%3BAAIR%2CwBAPJ%2CgBAOK%2CQACG%3BEACI%2CcAAA%3B%3BAAIR%2CwBAbJ%2CgBAaQ%2CkBACA%3BE5B8PZ%2C0BAAA%3B%3BA4BlRA%2CwBAsCI%3BE5B4OJ%2CaAAA%3BE4B1OQ%2CSAAA%3B%3BAAxCR%2CwBAsCI%2CsBAII%3BEACI%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3B%3BAA7CZ%2CwBAsCI%2CsBAUI%3BEACI%2CqBAAA%3BEACA%2CcAAA%3B%3BAAlDZ%2CwBAsDI%3BEACI%2CaAAA%3BE5B2NR%2CoBAAA%3B%3BA4BxNY%2CwBAJR%2CwBAGI%2CUACK%2CIAAI%3BEACD%2CcAAA%3B%3BAAMR%2CwBADJ%2CeACQ%2CiBACA%3BEACI%2CcAAA%3B%3BAAnEhB%2CwBAwEI%3BAAxEJ%2CwBAyEI%3BE5ByMJ%2CgBAAA%3B%3BA4BlRA%2CwBA6EI%3BEACI%2CcAAA%3B%3BAA9ER%2CwBAiFI%3BEACI%2CcAAA%3B%3BAAlFR%2CwBAiFI%2C0BAGI%2CSACI%3BEACI%2CeAAA%3B%3BAAtFhB%2CwBAiFI%2C0BAaI%3BE5BoLR%2CiBAAA%3BEAAA%2CmBAAA%3B%3BA4B7KQ%2CwBADJ%2CqBACQ%3BEACA%2CcAAA%3B%3BAAtGZ%2CwBAgHI%3BEACI%2C6BAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3B%3BAAnHR%2CwBAsHI%3BEACI%2CYAAA%3B%3BAuB%5C%2FGY%2CwBAJhB%2CgBACK%2CQACG%2CsBACI%2CeACK%3BEACG%2CSR0ClB%2COQ1CkB%3B%3BAAMhB%2CwBAXJ%2CgBAWK%2CaACG%3BEACI%2CeAAA%3B%3BAAFR%2CwBAXJ%2CgBAWK%2CaAKG%3BEACI%2CaAAA%3B%3BAAlBhB%2CwBAuBI%3BEnDwPJ%2C0BAAA%3BEAAA%2CaAAA%3B%3BAmD%5C%2FQA%2CwBAuBI%2CsBAII%3BEnDoPR%2CcAAA%3BEAAA%2CqBAAA%3BE0ChOA%2CqBAAA%3B%3BAAMA%2CwBS9BI%2CsBAII%2CeT0BP%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C9NQ%2CO3C8NR%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CgBAAA%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CwBS3CA%2CsBAII%2CeTsCP%2CMACI%3BE1C6ML%2CWAAA%3B%3BA0CvMI%2CwBSjDA%2CsBAII%2CeT4CP%2COACI%3BE1CuML%2CcAAA%3B%3BAmD%5C%2FQA%2CwBA0CI%3BEnDqOJ%2CoBAAA%3B%3BAmD%5C%2FQA%2CwBA8CI%3BEACI%2CcAAA%3B%3BAA%5C%2FCR%2CwBAkDI%3BEACI%2CUAAA%3B%3BAAnDR%2CwBAkDI%2CmBAEI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CwBARR%2CmBAEI%2CMAMK%3BEACG%2CgBAAA%3B%3BAADJ%2CwBARR%2CmBAEI%2CMAMK%2CQAGG%3BEACI%2CgBAAgB%2CaAAhB%3B%3BAAIR%2CwBAhBR%2CmBAEI%2CMAcK%3BEACG%2CYAAA%3B%3BAAnEhB%2CwBAkDI%2CmBAEI%2CMAkBI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAzEhB%2CwBAkDI%2CmBA2BI%3BEACI%2CgBAAgB%2CeAAhB%3BEACA%2CiCAAA%3B%3BAA%5C%2FEZ%2CwBAmFI%2COAKI%2CQACM%3BEACE%2CeAAA%3B%3BAA1FhB%2CwBAmFI%2COAKI%2CQAKI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAA%5C%2FFhB%2CwBAmFI%2COAgBI%2COACI%3BEACI%2CYAAA%3B%3BAArGhB%2CwBAmFI%2COAsBI%2CMACI%3BEACI%2CWAAA%3B%3BAA3GhB%2CwBAmFI%2COA4BI%2CQACI%3BEACI%2CYAAA%3B%3BAAjHhB%2CwBAmFI%2COAkCM%2CSAAM%2CIACF%3BEACE%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAxHhB%2CwBAmFI%2COAyCI%2CKACI%3BEACI%2CcAAA%3B%3BAA9HhB%2CwBAmFI%2COAyCI%2CKAKI%3BEACI%2CWAAA%3B%3BAAIR%2CwBAnDJ%2COAmDK%2CSACK%2CSACE%2CQAAO%2CMAAM%2CQACT%3BEACI%2CsBAAA%3B%3BAtC3JxB%2C0BACI%3BEACI%2CiBAAA%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%2CkBAAA%3B%3BAAFJ%2C0BAII%3BEACI%2CiBAAA%3B%3BAALR%2C0BAQI%3BEAEI%2CgBAAA%3B%3BAAKR%3BEACI%2CcAAA%3B%3BA0BpCI%2CgBADJ%2COACK%2CaACG%3BEACI%2CgBAAA%3B%3BAAJhB%2CgBACI%2COAOI%3BEvC0QR%2CiBAAA%3B%3BAKiwBA%2CgBkCrgCI%2CUlCqgCH%3BELjwBD%2CcAAA%3BEK8xBA%2CSAAS%2CsBAAT%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3BELjyBA%2CcAAA%3BEAAA%2CiBAAA%3B%3BAuCjQQ%2CgBAHJ%2CUAGK%3BEACG%2CgBAAA%3B%3BAAKZ%2CqBACI%2COAAM%2CUACA%3BEACE%2CiBAAA%3B%3BAAEA%2CqBAJR%2COAAM%2CUACA%2CQAGG%3BEACG%2CgBAAA%3B%3BAANhB%2CqBACI%2COAAM%2CUASF%2CMAAK%3BEACD%2CaAAA%3B%3BAAaZ%2CkBACI%3BEACI%2CaAAA%3B%3BAAQR%2CkBACI%2CUAAS%3BEACL%2CaAAA%3B%3BAAIR%2CoBACI%2CmBACI%2CQACI%3BEACI%2CWAAA%3B%3BAA2BhB%2CQACI%2CoBACI%3BEACI%2CqBAAA%3B%3BAAHZ%2CQAOI%3BEACI%2CiBAAA%3B%3BAARR%2CQAWI%2CQAAO%3BEACH%2CiBAAA%3B%3BAAZR%2CQAWI%2CQAAO%2CKAGH%3BEACI%2CaAAA%3B%3BAAfZ%2CQAuBI%3BEACI%2CcAAA%3B%3BAAxBR%2CQA2BI%3BEvCyJJ%2CiBAAA%3BEuCvJQ%2CgCAAA%3B%3BAAEA%2CQAJJ%2CeAIK%3BEACG%2CgBAAA%3B%3BAA0BI%2CQAJZ%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQAEK%3BAAAD%2CuBAJZ%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQAEK%3BAAAD%2CiBAJZ%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQAEK%3BEvC0HjB%2CcAAA%3B%3BAuClGQ%2COADG%2CKAAM%2COACR%3BEACG%2CgBAAA%3B%3BAAJZ%2CMAQI%3BEAOI%2CiBAAA%3B%3BAAfR%2CMAQI%2COACI%3BEvC4FR%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BAuClFQ%2CMADJ%2CEACK%3BEACG%2CSAAA%3B%3BAApBZ%2CMAwBI%3BEACI%2CaAAA%3B%3BAAYR%2CMAAM%2CSACF%3BEvCmLJ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkCA%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3B%3BAuC1NR%2CMAAM%2CSACF%2CSAII%3BEvC2NR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3B%3BAuClOT%2CMAAM%2CSACF%2CSAQI%3BEvCuNR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3BEuCvNG%2CUAAA%3B%3BAAKZ%3BEACI%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAEA%2CwBAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAIA%2CcADW%2CyBACV%3BEACG%2CyBAAA%3BEACA%2CWAAA%3B%3BAAKJ%2CcADW%2CyBACV%3BEACG%2CyBAAA%3BEACA%2CUAAA%3B%3BAAKJ%2CgBADa%2CyBACZ%3BEACG%2CyBAAA%3BEACA%2CUAAA%3B%3BAAKJ%2CgBADa%2CyBACZ%3BEACG%2CyBAAA%3BEACA%2CUAAA%3B%3BAAKJ%2CqBADkB%2CyBACjB%3BEACG%2CyBAAA%3BEACA%2CWAAA%3B%3BAAKZ%2CQAAQ%3BEvCLR%2CcAAA%3B%3BAuCKA%2CQAAQ%2CcAGJ%3BEACI%2CsBAAA%3B%3BAAcR%3BEACI%2CkBAAA%3B%3BAADJ%2CuBAGI%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAa5TR%2CcAKI%3BEpD2RJ%2CeAAA%3BEAAA%2CiBAAA%3BEoDxRQ%2CqBAAA%3BEACA%2CiBAAA%3B%3BACTR%2C4BACI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAHR%2C4BAMI%2CQAAO%3BErD0RX%2CqBAAA%3BE0C9QA%2CqBAAA%3B%3BAAMA%2C4BWlBI%2CQAAO%2CSXkBV%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CkBAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSC7QY%2COD6QZ%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAW3VA%2C0BACI%3BEACI%2CWAAA%3BEACA%2CiBAAA%3B%3BAAHR%2C0BAOI%2CwBACI%2COAAM%3BEACF%2CaAAA%3B%3BAAcR%2CQAAC%3BEACG%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CQAAC%3BEACG%2CcAAA%3B%3BAAIR%2CMAAM%3BEACF%2CiBAAA%3B%3BAAEA%2C0BAA2B%2CkBAAkB%2CyBAAyB%2COAHpE%2CUAGwE%3BEACtE%2CWAAA%3B%3BAAJR%2CMAAM%2CUAOF%3BEACI%2CeAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CMAXF%2CUAOF%2CiBAIK%3BEACG%2CSAAS%2CKAAT%3BEACA%2CeAAA%3B%3BAAbZ%2CMAAM%2CUAiBF%3BEACI%2CeAAA%3B%3BAAEA%2CMApBF%2CUAiBF%2CqBAGK%3BEACG%2CSAAS%2CKAAI%2CiBAAiB%2CIAA9B%3B%3BAAGJ%2CMAxBF%2CUAiBF%2CqBAOK%3BEACG%2CSAAS%2CGAAT%3B%3BAAzBZ%2CMAAM%2CUA6BF%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BErDiNR%2CiBAAA%3B%3BAqDhPA%2CMAAM%2CUAmCF%2COAAM%3BEAEF%2CgCAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAA5CR%2CMAAM%2CUAmCF%2COAAM%2COAWF%3BEACI%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAKJ%2CMAtDF%2CUAqDF%2COACK%3BEACG%2CgBAAA%3BEACA%2CeAAA%3B%3BAAxDZ%2CMAAM%2CUA4DF%2CQAAO%3BEACH%2CYAAA%3B%3BAAGJ%2CMAhEE%2CUAgED%2CIACG%3BErD%2BKR%2CcAAA%3BEAAA%2CqBAAA%3BEqD7KY%2CeAAA%3B%3BAtD4BZ%2CMsD%5C%2FFM%2CUAgED%2CIACG%2COtD8BP%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CMsDpGM%2CUAgED%2CIACG%2COtDmCP%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CMsDzGM%2CUAgED%2CIACG%2COtDwCP%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAqDhLI%2CMAhEE%2CUAgED%2CIAMG%3BEACI%2CUAAA%3B%3BAAIR%2CMA3EE%2CUA2ED%2CwBACG%2COAAM%3BEACF%2CeAAA%3B%3BAC5HZ%2CsBACI%3BEACI%2C6BAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAANR%2CsBACI%2CiBAOI%2COAAM%3BEACF%2CkBAAA%3B%3BAATZ%2CsBAaI%2CmBACI%2CWACI%3BEACI%2CeAAA%3B%3BAAIA%2CsBAPZ%2CmBACI%2CWAKI%2CiBACK%2CYACK%3BEACE%2CcAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CsBAZpB%2CmBACI%2CWAKI%2CiBACK%2CYACK%2COAIG%3BEACG%2CgBAAA%3B%3BAANZ%2CsBAPZ%2CmBACI%2CWAKI%2CiBACK%2CYAUG%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAKZ%2CsBAzBR%2CmBACI%2CWAwBQ%2CYAAS%3BEACT%2C6BAAA%3BEACA%2CiBAAA%3B%3BAAxChB%2CsBAaI%2CmBA%2BBI%3BEACI%2CWAAA%3B%3BAA7CZ%2CsBAiDI%3BEACI%2CcAAA%3B%3BAAlDR%2CsBAqDI%3BEACI%2CSAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAAxDR%2CsBAqDI%2CkBAKI%2CyBAAyB%2COAAM%2CIAAI%3BEAC%5C%2FB%2CiBAAA%3BEACA%2CcAAA%3B%3BAA5DZ%2CsBAgEI%2CUAAS%3BEACL%2CWAAA%3B%3BAAjER%2CsBAoEI%3BEACI%2CmBAAA%3B%3BAArER%2CsBAwEI%3BEACI%2CSAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAC9ER%2CiBACI%3BEACI%2CaAAA%3B%3BAAFR%2CiBAKI%2CsBACI%2CUAAS%3BEACL%2CiBAAA%3B%3BAASZ%2CYACI%3BEACI%2CgBAAA%3B%3BAAFR%2CYACI%2CuBAGI%3BEACI%2CcAAA%3B%3BAALZ%2CYAaI%3BEACI%2CcAAA%3B%3BAAdR%2CYAaI%2CuBAGI%3BEACI%2CcAAA%3B%3BA1BhBZ%2CaACI%3BEAEI%2CiBAAA%3B%3BAAHR%2CaACI%2COAII%3BE7B0QR%2CWAAA%3BEAAA%2CgBAAA%3B%3BA6BnQA%3BEACI%2CYAAA%3B%3BAADJ%2CaAGI%2CiBACI%3BEAEI%2CaAAA%3B%3BAAKZ%3BE7BwPA%2CgBAAA%3BE6BtPI%2CcAAA%3B%3BAAGJ%2CqBACI%3BEACI%2CcAAA%3B%3BAAIR%3BEACI%2CkBAAA%3BEACA%2CcAAA%3B%3BAAFJ%2CaAII%2CiBACM%2CaACE%3BEACI%2CgBAAA%3BEACA%2CWAAA%3B%3BAARhB%2CaAaI%3BAAbJ%2CaAcI%3BE7B%2BNJ%2CqBAAA%3BE0C9QA%2CqBAAA%3B%3BAbiCA%2CaAaI%2CaaoNF%3BAbjOF%2CaAcI%2CeamNF%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0CHA%2CabwCI%2CaaxCH%3BAAAD%2CabyCI%2CeazCH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSChRQ%2CODgRR%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2Cab2BA%2Caa5BH%2CMACI%3BAAAD%2Cab4BA%2Cea7BH%2CMACI%3BE1C2PL%2CWAAA%3B%3BA0CrPI%2CabqBA%2CaatBH%2COACI%3BAAAD%2CabsBA%2CeavBH%2COACI%3BE1CqPL%2CcAAA%3B%3BA0CzKA%2CabzCI%2CeayCH%3BE1CyKD%2CS2C5PS%2CO3C4PT%3B%3BA6B3MA%3BE7B2MA%2CqBAAA%3BE0ChOA%2CqBAAA%3B%3BAAMA%2CYAAC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C9NQ%2CO3C8NR%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CgBAAA%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CYADH%2CMACI%3BE1C6ML%2CWAAA%3B%3BA0CvMI%2CYADH%2COACI%3BE1CuML%2CcAAA%3B%3BA6B3LQ%2CYAFH%2COAEI%3BAAAD%2CYADH%2CQACI%3BEACG%2CScrCN%2COdqCM%3B%3BAAKZ%2CaAEI%3BAADJ%2CKAAK%2CcAAe%2CcAChB%3BEACI%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAASJ%2CKAAC%2CcACG%3BEACI%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3B%3BAAEA%2CKAVP%2CcACG%2CcASK%3BEACG%2CcAAA%3B%3BAAKJ%2CKAhBP%2CcAeG%2CWACK%3BE7BsJb%2C6BAAA%3B%3BA6BtKI%2CKAAC%2CcAeG%2CWAKI%3BEACI%2CeAAA%3B%3BAAUhB%3BE7BuIA%2CgCAAA%3BE6BrII%2CSAAA%3B%3BAAIQ%2CgBAFP%2CQACG%2COACK%3BE7BiIb%2CS2C%5C%2FNM%2CO3C%2BNN%3B%3BA6BvIA%2CgBAYI%3BE7B2HJ%2CcAAA%3BE6BzHQ%2CeAAA%3BEACA%2CSAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BE7BsHR%2CcAAA%3BE0ChOA%2CqBAAA%3B%3BAAMA%2CgBb%2BFI%2COa%5C%2FFH%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C9NQ%2CO3C8NR%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CgBAAA%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CgBbkFA%2COanFH%2CMACI%3BE1C6ML%2CWAAA%3B%3BA6BvIA%2CgBA%2BBI%3BEAEI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAcI%2CoBALR%2CoBAII%2CGACK%3BAAAD%2CoBAJR%2CkCAGI%2CGACK%3BEACG%2CSAAS%2CEAAT%3B%3BAAPhB%2CoBACI%2CoBAcI%3BAAfR%2CoBAEI%2CkCAaI%3BEACI%2CWAAA%3B%3BAAhBZ%2CoBACI%2CoBAkBI%2CcACI%3BAApBZ%2CoBAEI%2CkCAiBI%2CcACI%3BE7ByEZ%2CgBAAA%3BE6BvEgB%2CYAAA%3B%3BAAkBhB%3BEACI%2CiBAAA%3B%3BAV5OJ%2CwBAGI%2CiBAAgB%2CIAAI%3BAAFxB%2CuBAEI%2CiBAAgB%2CIAAI%3BEAChB%2CiBAAA%3B%3BAAJR%2CwBAOI%2CUACI%2CQACI%2COAAM%2CIAAI%2CSACN%3BAAThB%2CuBAMI%2CUACI%2CQACI%2COAAM%2CIAAI%2CSACN%3BEACI%2CWAAA%3B%3BAAapB%2CqBAEI%2CQAAO%3BEnBsQX%2CcAAA%3B%3BAmBjQA%2CyBAKI%3BEnB4PJ%2CgBAAA%3BEmB1PQ%2CWAAA%3B%3BAAKJ%2CaAAc%2CMADb%2CaAAc%3BEAEX%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAFJ%2CaAAc%2CMADb%2CaAAc%2CUAKX%3BEACI%2CcAAA%3B%3BAALR%2CaAAc%2CMADb%2CaAAc%2CUAKX%2COAGI%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAAsBhB%3BEACI%2CiBAAA%3B%3BAAQQ%2CyBAFR%2CyBACI%2COACK%2CiBAAiB%3BEACd%2CgBAAA%3B%3BAAoBhB%2CmBACI%3BEACI%2CgBAAA%3B%3BAAIR%2C0BACI%2CcACI%3BEACI%2CcAAA%3B%3BAAKZ%2CgCASI%2CMACI%3BEACI%2CSAAA%3B%3BAAXZ%2CgCAeI%3BEACI%2C6BAAA%3B%3BAAhBR%2CgCAmBI%3BEACI%2CuBAAA%3B%3BAApBR%2CgCAmBI%2CKAGI%3BEACI%2CqBAAA%3B%3BAAvBZ%2CgCAmBI%2CKAOI%3BEnBgJR%2CiBAAA%3BEmB9IY%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAA9BZ%2CgCAwCI%2CSACI%3BEAGI%2CSAAA%3B%3BAAGJ%2CgCAPJ%2CSAOK%3BEACG%2CcAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CgCAbJ%2CSAaK%3BEnBqHT%2CiBAAA%3BEmBnHY%2CcAAA%3BEACA%2CaAAA%3B%3BAW7JZ%2CcACI%3BE9B8QJ%2CeAAA%3BE8B5QQ%2CqBAAA%3B%3BAAHR%2CcAMI%3BEACI%2CiBAAA%3B%3BAAIR%3BE9BoQA%2CgBAAA%3BE8BlQI%2CaAAA%3BEACA%2CYAAA%3B%3BAAGJ%3BEAEI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3B%3BAAJJ%2CmBAMI%3BE9BwPJ%2CmBAAA%3BEAAA%2CqBAAA%3BE0ChOA%2CqBAAA%3B%3BAZ9BA%2CmBAMI%2CUY4OF%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0C2CA%2CmBZ9BI%2CUY8BH%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSC3QW%2COD2QX%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAZrTQ%2CmBAZJ%2CUAYK%3BEACG%2CcAAA%3B%3BAAKZ%3BAACA%2CmBAAsB%3BEAClB%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CmBAAC%3BEACG%2CeAAA%3B%3BAAKI%2CmBAFP%2CQACG%2CKACK%3BE9BmNb%2CsBAAA%3BE8BjNgB%2CsBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAlBhB%2CmBAuBM%3BEACE%2CYAAA%3BEACA%2CWAAA%3B%3BAAIR%3BEACI%2CYAAA%3B%3BAADJ%2CoBAGI%3BEAEI%2CgBAAA%3BE9B2LR%2CqBAAA%3BE0C9QA%2CqBAAA%3B%3BAZ8EA%2CoBAGI%2CeYiLF%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0CHA%2CoBZ2EI%2CeY3EH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C5PS%2CO3C4PT%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CoBZ8DA%2CeY%5C%2FDH%2CMACI%3BE1C2PL%2CWAAA%3B%3BA0CrPI%2CoBZwDA%2CeYzDH%2COACI%3BE1CqPL%2CcAAA%3B%3BA8B7KA%2CqBACI%2CUACI%3BEACI%2CYAAA%3B%3BAAKZ%3BEACI%2CmBAAA%3B%3BAADJ%2CsBAGI%3BEACI%2CSAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3B%3BAAQQ%2CYAHZ%2CUACK%2CaACG%2COACK%3BEACG%2CUAAA%3BEACA%2CWAAA%3B%3BAAOpB%2CYAAa%2CMAAK%2CMAEd%3BAADJ%2CkBACI%3BEACI%2CcAAA%3B%3BAAHR%2CYAAa%2CMAAK%2CMAEd%2CeAGI%3BAAJR%2CkBACI%2CeAGI%3BEACI%2CWAAA%3B%3BAANZ%2CYAAa%2CMAAK%2CMAEd%2CeAOI%3BAARR%2CkBACI%2CeAOI%3BEAEI%2CSAAA%3B%3BAAXZ%2CYAAa%2CMAAK%2CMAEd%2CeAOI%2CSAIM%3BAAZd%2CkBACI%2CeAOI%2CSAIM%3BEACE%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAMhB%2CaAII%3BAAHJ%2CaAGI%3BEACI%2CiBAAA%3B%3BAAIA%2CaADJ%2CeACK%3BAAAD%2CaADJ%2CeACK%3BEACG%2CSAAS%2CiBAAgB%2CIAAzB%3B%3BAAVZ%2CaAQI%2CeAKI%3BAAZR%2CaAOI%2CeAKI%3BEACI%2CgBAAA%3B%3BAASZ%2CcACI%3BEACI%2CkBAAA%3B%3BAAFR%2CcAKI%3BEAEI%2CiBAAA%3B%3BAAPR%2CcAUI%3BEACI%2CWAAA%3BEACA%2CiBAAA%3B%3BAAZR%2CcAeI%3BEACI%2CiBAAA%3B%3BAgB%5C%2FMR%2CcAAc%3BEACV%2CWAAA%3B%3BAAGJ%2CMAAM%2CQACF%2CgBACM%3BEACE%2CaAAA%3B%3BAAHZ%2CMAAM%2CQAOF%2CKAAI%3BEACA%2CUAAA%3B%3BAARR%2CMAAM%2CQAWF%2CKAAI%3BEACA%2CUAAA%3B%3BAAZR%2CMAAM%2CQAqBF%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAxBR%2CMAAM%2CQA2BF%2CWACI%3BEACI%2CSAAA%3B%3BAA7BZ%2CMAAM%2CQA2BF%2CWAKI%3BEACI%2CgBAAA%3B%3BAAjCZ%2CMAAM%2CQA2BF%2CWASI%2CWACI%3BEACI%2CmBAAA%3B%3BAAtChB%2CMAAM%2CQA2CF%2COAAM%3BEACF%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3B%3BAAIR%2CqBACI%2CmBACI%3BEACI%2CWAAA%3B%3BAd1DZ%2CqBASI%3BAATJ%2CqBAUI%2COAAM%3BEhCqRV%2CcAAA%3B%3BAgChRQ%2CqBADJ%2CQACK%3BEACG%2CQAAA%3B%3BAAGJ%2CqBALJ%2CQAKK%3BEhC4QT%2CqBAAA%3BE0C9QA%2CqBAAA%3BEVQY%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAARJ%2CqBALJ%2CQAKK%2CIUgQP%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0CHA%2CqBVTI%2CQAKK%2CIUIR%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2CpOU%2CO3CoOV%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CqBVtBA%2CQAKK%2CIUgBR%2CMACI%3BE1C2PL%2CcAAA%3B%3BA0CrPI%2CqBV5BA%2CQAKK%2CIUsBR%2COACI%3BE1CqPL%2CcAAA%3B%3BAiD%5C%2FRI%2COAAC%3BEACG%2CgBAAA%3B%3BAAGJ%2COAAC%2CMACG%3BEjD0RR%2CyBAAA%3BEAAA%2C2EAAA%3BEiDrRY%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2COAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3B%3BAAEA%2COAjBP%2CMACG%2COAgBK%2CYAAY%3BEjD0QzB%2CWAAA%3BEiDxQgB%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAS%2CgBAAT%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAAGJ%2COA9BP%2CMACG%2COA6BK%3BEACG%2CYAAA%3B%3BAApChB%2COAyCI%3BEACI%2C6BAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2COAAC%3BEACG%2CaAAA%3B%3BAAGJ%2COAAC%3BEACG%2CSAAA%3B%3BAADJ%2COAAC%2CQAGG%3BEACI%2CaAAA%3B%3BAAJR%2COAAC%2CQAOG%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2COAAQ%2CQAbX%2CQAaY%3BEACL%2CYAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAhBR%2COAAC%2CQAmBG%2CQAAO%3BEAEH%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAAIR%2COAAC%3BEACG%2CiBAAA%3BEACA%2CaAAA%3B%3BAAGJ%2COAAC%3BEACG%2CgBAAA%3B%3BAAEA%2COAHH%2CMAGI%3BEACG%2CSAAS%2CIAAT%3B%3BAAIR%2COAAC%3BEjDmML%2CcAAA%3B%3BAiD%5C%2FLI%2COAAC%3BEACG%2CaAAA%3BEACA%2CSAAA%3B%3BAAEA%2COAJH%2CQAII%3BEACG%2C6BAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2COATH%2CQASI%3BEACG%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3BEjD6KZ%2CcAAA%3BE0ChOA%2CqBAAA%3B%3BAAMA%2COO2BK%2CQASI%2CMPpCR%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C9NQ%2CO3C8NR%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAO7OY%2COA3BP%2CQASI%2CMAkBI%3BEACG%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAGJ%2COAjCP%2CQASI%2CMAwBI%3BEjD8Jb%2CcAAA%3B%3BA0ChKA%2COOMsB%2CUArCjB%2CQASI%2CMPsBR%3BE1CgKD%2CS2C%5C%2FNM%2CO3C%2BNN%3B%3BAiDlJQ%2COA7CH%2CQA6CI%3BEACG%2CSAAA%3BEACA%2CWAAA%3B%3BAAFJ%2COA7CH%2CQA6CI%2CQAIG%3BEACI%2CkBAAA%3BEACA%2CYAAA%3B%3BAANR%2COA7CH%2CQA6CI%2CQASG%3BEjDyIZ%2CcAAA%3BEiDvIgB%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2COA7DX%2CQA6CI%2CQASG%2CEAOK%3BEACG%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2COAjEf%2CQA6CI%2CQASG%2CEAOK%2CMAIO%3BEACA%2CyBAAA%3B%3BAArBhB%2COA7CH%2CQA6CI%2CQA0BG%3BEjDwHZ%2CcAAA%3BEiDtHgB%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2COA7EX%2CQA6CI%2CQA0BG%2COAMK%3BEACG%2CSAAS%2CGAAT%3B%3BAAGJ%2COAjFX%2CQA6CI%2CQA0BG%2COAUK%3BEACG%2CSAAS%2CGAAT%3B%3BAWlLpB%2CkBAAkB%2CMACd%2CQAAO%3BE5D8RX%2COAAA%3B%3BA4DzRA%3BE5DyRA%2CgBAAA%3BEAAA%2CyBAAA%3BEAAA%2CaAAA%3BEAAA%2CWAAA%3BEAAA%2CyCAAA%3BEAAA%2C%2BBAAA%3BEAAA%2COAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEAAA%2CMAAA%3BEAAA%2CaAAA%3BE8JlJA%2CaAAA%3BEACA%2CUAAA%3BElG%5C%2FHI%2CsBAAA%3B%3BAATJ%2CUkG0EA%3BE9J%2BMA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BA4DzRA%2CUkG0EA%2CcAGI%3BE9J4MJ%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3B%3BA4DzRA%2CUkGgGA%2CeACI%2CQAAO%3BE9JwLX%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%2CSAAA%3BEAAA%2COAAA%3B%3BA4DzRA%2CUkGgGA%2CeACI%2CQAAO%2CMpH4KT%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0CHA%2CUoH%2BEA%2CeACI%2CQAAO%2CMpHhFV%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C1OU%2CO3C0OV%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CUoHkEJ%2CeACI%2CQAAO%2CMpHpEV%2CMACI%3BE1C2PL%2CcAAA%3B%3BA0CrPI%2CUoH4DJ%2CeACI%2CQAAO%2CMpH9DV%2COACI%3BE1CqPL%2CcAAA%3B%3BAI7CA%2CU0J5IA%2CeACI%2CQAAO%2CM1J2IV%3BAACD%2CU0J7IA%2CeACI%2CQAAO%2CM1J4IV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CU0JlJA%2CeACI%2CQAAO%2CM1JiJV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CU0JvJA%2CeACI%2CQAAO%2CM1JsJV%3BAACD%2CU0JxJA%2CeACI%2CQAAO%2CM1JuJV%3BAACD%2CQAAQ%2CUAAW%2CW0JzJnB%2CeACI%2CQAAO%3BE1JyJP%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BA8J%5C%2FIA%2CUAAC%3BEACG%2CUAAA%3B%3BAlG3IJ%2CUAWI%3BEAEI%2CcAAA%3B%3BAAbR%2CUAWI%2CgBAII%3BEACI%2CcAAA%3B%3BAAGI%2CUARZ%2CgBAII%2CWAGI%2COACK%3BEACG%2CSAAS%2CIAAT%3B%3BAAOZ%2CUADJ%2CQACK%3BEACG%2CgBAAA%3B%3BAA5BZ%2CUAgCI%3BEACI%2CiBAAA%3B%3BAAjCR%2CUAoCI%3BEACI%2CkBAAA%3B%3BAArCR%2CUAwCI%2CeACI%3BEACI%2CaAAA%3B%3BAA1CZ%2CUA8CI%3BEACI%2CaAAA%3B%3BAAIR%3BEACI%2CqBAAA%3B%3BAADJ%2CcAGI%3BEACI%2C6BAAA%3B%3BAAIR%3BAACA%2CaAAc%3BAACd%2CmBAAoB%3BEAChB%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CcAAC%2CIAAI%3BAAAL%2CaALU%2CeAKT%2CIAAI%3BAAAL%2CmBAJgB%2CeAIf%2CIAAI%3BEACD%2CgBAAA%3B%3BAAIR%2CuBAAwB%2CWAEpB%2CWACI%2CiBAAmB%3BAAF3B%2CmBAAoB%2CWAChB%2CWACI%2CiBAAmB%3BEACf%2CeAAA%3B%3BAAKZ%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CmBAII%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BAAIR%2CMAAM%3BExDuIN%2CsBAAA%3BEAEA%2C4BAAA%3BEAEA%2CgBAAA%3BEACA%2CoBAAA%3BEAIA%2CiBAAA%3BEJgDA%2CgBAAA%3BEAAA%2CuBAAA%3BEAAA%2CSAAA%3BEAAA%2CUAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEI5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BAA6CA%2CMwDnJM%2CcxDmJL%3BAACD%2CMwDpJM%2CcxDoJL%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CMwDzJM%2CcxDyJL%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CMwD9JM%2CcxD8JL%3BAACD%2CMwD%5C%2FJM%2CcxD%2BJL%3BAACD%2CQAAQ%2CUAAW%2COwDhKb%3BExDiKF%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BADjJA%2CM6D%5C%2FCM%2Cc7D%2BCL%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CM6DpDM%2Cc7DoDL%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CM6DzDM%2Cc7DyDL%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAIxFA%2CMwDxGM%2CcxDwGL%3BAACD%2CMwDzGM%2CcxDyGL%3BAACD%2CMwD1GM%2CcxD0GL%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CMwD%5C%2FGM%2CcxD%2BGL%3BAACD%2CMwDhHM%2CcxDgHL%3BAACD%2CQAAQ%2CUAAW%2COwDjHb%3BE5DgMN%2CcAAA%3BEAAA%2CYAAA%3BEI5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BA2B3MA%2CSAAC%2CMAAM%3BEUsIX%2CqBAAA%3BEACA%2CkBAAA%3BEVzHQ%2CgBAAA%3BEACA%2CsBAAA%3B%3BA%5C%2FBkBR%2CS%2BBjCK%2CMAAM%2CO%5C%2FBiCV%3BAACD%2CS%2BBlCK%2CMAAM%2CO%5C%2FBkCV%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CS%2BBvCK%2CMAAM%2CO%5C%2FBuCV%3BEACG%2CWAAA%3B%3BA%2BBxCA%2CSAAC%2CMAAM%2COUsbX%3BEACI%2CWAAA%3BEACA%2CSAAA%3B%3BAVxbA%2CSAAC%2CMAAM%2COU2bX%3BEACI%2CYAAA%3BEACA%2CSAAA%3B%3BAV7bA%2CSAAC%2CMAAM%2COUoJX%3BEzCiIA%2CqBAAA%3BE0ChOA%2CqBAAA%3B%3BAXrDI%2CSAAC%2CMAAM%2COUoJX%2CeCqHE%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0C2CA%2CSX3DK%2CMAAM%2COUoJX%2CeCzFC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CS2C9NQ%2CO3C8NR%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CSAAA%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CSXxEC%2CMAAM%2COUoJX%2CeC7EC%2CMACI%3BE1C6ML%2CWAAA%3B%3BA0CvMI%2CSX9EC%2CMAAM%2COUoJX%2CeCvEC%2COACI%3BE1CuML%2CcAAA%3B%3BAyCuHA%2CSV5YK%2CMAAM%2COUoJX%2CeAwPC%3BEzCvHD%2CqBAAA%3BE0ChOA%2CqBAAA%3B%3BADuVA%2CSV5YK%2CMAAM%2COUoJX%2CeAwPC%2COCnIC%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0C2CA%2CSX3DK%2CMAAM%2COUoJX%2CeAwPC%2COCjVA%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CS2C%5C%2FNM%2CO3C%2BNN%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CSAAA%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CSXxEC%2CMAAM%2COUoJX%2CeAwPC%2COCrUA%2CMACI%3BE1C6ML%2CWAAA%3B%3BA0CvMI%2CSX9EC%2CMAAM%2COUoJX%2CeAwPC%2COC%5C%2FTA%2COACI%3BE1CuML%2CcAAA%3B%3BA%2BBrRI%2CSAAC%2CMAAM%2COU4NX%3BEzCyDA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CYAAA%3BEyChDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEzC8CJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BA%2BBrRI%2CSAAC%2CMAAM%2COU4NX%2COAsBI%3BEzCmCJ%2CSAAA%3BEAAA%2CyBAAA%3B%3BAyC3BQ%2CSV1PH%2CMAAM%2COU4NX%2COAsBI%2CGAQK%3BEzC2BT%2CmBAAA%3BEyCzBY%2CeAAA%3B%3BAAuTZ%2CSVnjBK%2CMAAM%2COU4NX%2COAuVC%3BAACD%2CSVpjBK%2CMAAM%2COU4NX%2COAwVC%3BEACG%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CSV7jBK%2CMAAM%2COU4NX%2COAiWC%3BEACG%2CiBAAA%3BEzCzSJ%2CsDAAA%3BEyC2SI%2CWAAA%3B%3BAAGJ%2CSVnkBK%2CMAAM%2COU4NX%2COAuWC%3BEACG%2CiBAAA%3BEzC%5C%2FSJ%2CsDAAA%3BEyCiTI%2CWAAA%3B%3BAAzDJ%2CSV7gBK%2CMAAM%2COU4NX%2COAiTC%3BEzCxPD%2CUAAA%3BEAAA%2CUAAA%3B%3BAyC6PA%2CSVlhBK%2CMAAM%2COU4NX%2COAsTC%3BEzC7PD%2CSAAA%3BEAAA%2CUAAA%3B%3BAyCZA%2CSVzQK%2CMAAM%2COUyQV%3BEACG%2CiBAAA%3B%3BAADJ%2CSVzQK%2CMAAM%2COUyQV%2COAGG%3BEACI%2CcAAA%3B%3BAV7QJ%2CSAAC%2CMAAM%2COAkBH%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAMA%2CSA1BP%2CMAAM%2COAuBD%2CUAGG%3BEAKG%2CiBAAA%3B%3BAW6EhB%2CSX5GK%2CMAAM%2COAuBD%2CUAGG%2CMWkFZ%3BE1CyKD%2CS2ChQiB%2CO3CgQjB%3B%3BA%2BBpPgB%2CSAjCX%2CMAAM%2COAuBD%2CUAGG%2CMAOI%3BEACG%2CSAAA%3BEACA%2CWAAA%3B%3BAAIR%2CSAvCP%2CMAAM%2COAuBD%2CUAgBG%3BAACD%2CSAxCP%2CMAAM%2COAuBD%2CUAiBG%3BAACD%2CSAzCP%2CMAAM%2COAuBD%2CUAkBG%3BE%5C%2FB4Ob%2CWAAA%3B%3BA%2BBtOY%2CSA%5C%2FCP%2CMAAM%2COA8CD%2CUAAO%2COACJ%3BEACG%2C2BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAAeR%2CKAAK%2CcAAe%2CUAnEvB%2CMAAM%3BEAoEC%2CwBAAA%3B%3BAAGI%2CKAJH%2CcAAe%2CUAnEvB%2CMAAM%2COAsEG%2CUACG%3BEACG%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3B%3BAAIA%2CKAXP%2CcAAe%2CUAnEvB%2CMAAM%2COAsEG%2CUAOG%2COACI%3BE%5C%2FBuMrB%2CcAAA%3B%3BA%2BBlMgB%2CKAhBH%2CcAAe%2CUAnEvB%2CMAAM%2COAsEG%2CUAaG%3BAACD%2CKAjBH%2CcAAe%2CUAnEvB%2CMAAM%2COAsEG%2CUAcG%3BE%5C%2FBiMjB%2CcAAA%3B%3BA%2BB%5C%2FLoB%2CKAnBP%2CcAAe%2CUAnEvB%2CMAAM%2COAsEG%2CUAaG%2CMAGI%3BAAAD%2CKAnBP%2CcAAe%2CUAnEvB%2CMAAM%2COAsEG%2CUAcG%2COAEI%3BEACG%2CaAAA%3B%3BAAQpB%2CSAAC%2COAAO%3BE%5C%2FBsLZ%2CgBAAA%3BEAAA%2CyBAAA%3BEAAA%2CaAAA%3BEAAA%2CWAAA%3BEAAA%2CyCAAA%3BEAAA%2C%2BBAAA%3BEAAA%2CSAAA%3BEAAA%2COAAA%3BEAAA%2CeAAA%3BEAAA%2CQAAA%3BEAAA%2CMAAA%3BEAAA%2CaAAA%3BE8JlJA%2CaAAA%3BEACA%2CUAAA%3BE%5C%2FHnCQ%2CsBAAA%3B%3BAAFJ%2CSAAC%2COAAO%2CM%2BHzBZ%3BE9J%2BMA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BA%2BBtLI%2CSAAC%2COAAO%2CM%2BHzBZ%2CcAGI%3BE9J4MJ%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3B%3BA%2BBtLI%2CSAAC%2COAAO%2CM%2BHHZ%2CeACI%2CQAAO%3BE9JwLX%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%2CSAAA%3BEAAA%2COAAA%3B%3BA%2BBtLI%2CSAAC%2COAAO%2CM%2BHHZ%2CeACI%2CQAAO%2CMpH4KT%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0CHA%2CSXkFK%2COAAO%2CM%2BHHZ%2CeACI%2CQAAO%2CMpHhFV%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C1OU%2CO3C0OV%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CSXqEC%2COAAO%2CM%2BHHZ%2CeACI%2CQAAO%2CMpHpEV%2CMACI%3BE1C2PL%2CcAAA%3B%3BA0CrPI%2CSX%2BDC%2COAAO%2CM%2BHHZ%2CeACI%2CQAAO%2CMpH9DV%2COACI%3BE1CqPL%2CcAAA%3B%3BAI7CA%2CS2BzIK%2COAAO%2CM%2BHHZ%2CeACI%2CQAAO%2CM1J2IV%3BAACD%2CS2B1IK%2COAAO%2CM%2BHHZ%2CeACI%2CQAAO%2CM1J4IV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CS2B%5C%2FIK%2COAAO%2CM%2BHHZ%2CeACI%2CQAAO%2CM1JiJV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CS2BpJK%2COAAO%2CM%2BHHZ%2CeACI%2CQAAO%2CM1JsJV%3BAACD%2CS2BrJK%2COAAO%2CM%2BHHZ%2CeACI%2CQAAO%2CM1JuJV%3BAACD%2CQAAQ%2CUAAW%2CU2BtJd%2COAAO%2CM%2BHHZ%2CeACI%2CQAAO%3BE1JyJP%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BA8J%5C%2FIA%2CS%5C%2FHvCK%2COAAO%2CM%2BHuCX%3BEACG%2CUAAA%3B%3BA%5C%2FHpCI%2CSAJH%2COAAO%2CMAIH%3BEACG%2CcAAA%3B%3BAAIR%2CSAAC%3BE%5C%2FB6KL%2CgCAAA%3BEAAA%2CmBAAA%3BEAAA%2CYAAA%3BE8JhIA%2CSAAA%3BEACA%2COAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAEA%2CS%5C%2FHpDK%2CQ%2BHoDJ%3BE9JyHD%2CYAAA%3BE8JrHQ%2CyBAAA%3B%3BA%5C%2FHtDA%2CSAFH%2CQAEI%3BEACG%2CcAAA%3B%3BAAUR%2CSAAC%2CSAAS%2CKAEN%2CQAAO%3BAADX%2CSAAC%2CSAAS%2CKACN%2CQAAO%3BE%5C%2FB8Jf%2CcAAA%3B%3BA%2BBxJA%2CuBAOI%2CiBACM%3BEACE%2CcAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAXZ%2CuBAOI%2CiBACM%2CWAKE%2CQAAO%3BEACH%2CYAAA%3B%3BAAMhB%3BEACI%2CkBAAA%3B%3BAAMY%2C0BAJZ%2CUAEK%2COACG%2CeACK%3BEACG%2CgBAAA%3B%3BAAOZ%2C0BAZJ%2CUAYK%3BEACG%2CiBAAA%3B%3BAADJ%2C0BAZJ%2CUAYK%2CMAGG%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAIR%2C0BArBJ%2CUAqBK%3BE%5C%2FB4GT%2CcAAA%3BE%2BB1GY%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2C0BA1BR%2CUAqBK%2COAKI%3BE%5C%2FBuGb%2CqBAAA%3BE0C9QA%2CqBAAA%3B%3BAAMA%2C0BXuII%2CUAqBK%2COAKI%2CQWjKZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CkBAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSC5QW%2COD4QX%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CeAAA%3BEAAA%2C2BAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAXpKY%2C0BAtCR%2CUAqCK%2CQACI%3BAACD%2C0BAvCR%2CUAqCK%2CQAEI%3BEACG%2CqBAAA%3B%3BAAGJ%2C0BA3CR%2CUAqCK%2CQAMI%3BEACG%2CgBAAA%3B%3BAAPR%2C0BArCJ%2CUAqCK%2CQAUG%2CMACI%3BEACI%2CQAAA%3B%3BAAEA%2C0BAnDhB%2CUAqCK%2CQAUG%2CMACI%2CUAGK%3BEACG%2CUAAA%3BEACA%2CWAAA%3B%3BAAGJ%2C0BAxDhB%2CUAqCK%2CQAUG%2CMACI%2CUAQK%3BEACG%2CUAAA%3BEACA%2CWAAA%3B%3BAAOhB%2C0BAjEJ%2CUAiEK%2CSAAS%3BEACN%2CgBAAA%3B%3BAAKZ%2C2BAKI%3BE%5C%2FBqDJ%2CiBAAA%3BE%2BBnDQ%2CgBAAA%3B%3BAAUR%2C8BASI%3BEACI%2CgBAAA%3B%3BAAIR%2C0BACI%3BE%5C%2FB0BJ%2CiBAAA%3BEAAA%2CiBAAA%3B%3BA%2BB3BA%2C0BACI%2CaAIM%3BEACE%2CgBAAA%3B%3BAANZ%2C0BAUI%3BEACI%2CWAAA%3B%3BAAXR%2C0BAcI%3BEACI%2CeAAA%3B%3BAAfR%2C0BAkBI%3BEACI%2CWAAA%3B%3BAAEA%2C0BAHJ%2CmBAGK%2CMACG%3BEACI%2CmBAAA%3B%3BAAvBhB%2C0BA4BI%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BAA9BR%2C0BAiCI%3BEACI%2CWAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3BAApCR%2C0BAuCI%2CmBACI%3BE%5C%2FBbR%2CcAAA%3B%3BA%2BBmBQ%2C0BADJ%2CQACK%3BEACG%2CaAAA%3B%3BAAKJ%2C0BADJ%2CYACK%3BEAEG%2CkBAAA%3B%3BAyBzTZ%2CMAAM%3BEACF%2CmBAAA%3B%3BAADJ%2CMAAM%2CWAGF%2CMAAK%3BEACD%2CcAAA%3BEACA%2CWAAA%3B%3BAALR%2CMAAM%2CWAQF%3BEACI%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3B%3BAAZR%2CMAAM%2CWAeF%3BEACI%2CSAAA%3B%3BAAhBR%2CMAAM%2CWAeF%2COAGI%3BExD4QR%2CqBAAA%3BE0C9QA%2CqBAAA%3BEceY%2CcAAA%3B%3BAdTZ%2CMctBM%2CWAeF%2COAGI%2CSdIP%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2CnOY%2CO3CmOZ%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAc5UY%2CMA3BN%2CWAeF%2COAGI%2CSASK%3BEACG%2CkBAAA%3B%3BAA5BhB%2CMAAM%2CWAmCF%3BEACI%2CkBAAA%3B%3BAApCR%2CMAAM%2CWAuCF%3BEACI%2CaAAA%3B%3BAAxCR%2CMAAM%2CWA%2BCF%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAAlDR%2CMAAM%2CWAqDF%2CQAAO%3BEACH%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3B%3BARnDR%2CKAAK%2COAAQ%3BEhDyRb%2CcAAA%3B%3BAgDtRI%2CKAHC%2COAAQ%2CSAGR%3BEACG%2CSAAS%2CGAAT%3B%3BAAGJ%2CKAPC%2COAAQ%2CSAOR%3BEACG%2CSAAS%2CGAAT%3B%3BAAIR%3BE%2BGsEA%2CgBAAA%3BEACA%2CmBAAA%3B%3BA%5C%2FGvEA%2Ce%2BG0EA%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%2Ca4CvRe%2CY5CuRf%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3BE%2BJxEA%2CSpHnLQ%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COoHmLR%3BEAXA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BA%5C%2FG7LA%2Ce%2BG0EA%2CeAsBM%3BEACE%2CcAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CeA1BR%2CeAsBM%2COAIG%3BEACG%2CkBAAA%3BEACA%2CUAAA%3BEA4EZ%2CmCAAA%3BE%5C%2FJ2FA%2CcAAA%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3BE%2BJxEA%2CSpHnLQ%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COoHmLR%3BEAXA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BA%5C%2FG7LA%2Ce%2BG0EA%2CeAsBM%2COAiBE%3BE%5C%2FJhHR%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAgDJA%2CwBAEI%2CgB%2BGmHJ%3BA%5C%2FGpHA%2CcACI%2CgB%2BGmHJ%3BE%5C%2FJxHA%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAgDGA%3BE%2BGrBA%2CgBAAA%3B%3BAAEA%2CoBAAC%3BE%5C%2FJqRD%2CcAAA%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3BE%2BJ1GA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CmCAAA%3BEA8BA%2CSpHnLQ%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COoHmLR%3BEAlMI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA%5C%2FGMJ%2CoB%2BGHA%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%3BA%5C%2FGJhB%2CoB%2BGUA%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BA%5C%2FGbJ%2CoB%2BGUA%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%2Ca4CvRe%2CY5CuRf%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%3BA%5C%2FGpChB%2CoB%2BG6HI%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CSpHnLQ%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COoHmLR%3B%3BA%5C%2FG1LA%2CoB%2BG6HI%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CSpHnLQ%2CQAAA%2CQAAA%2CQAAA%2COoHmLR%3B%3BA%5C%2FG1LA%2CoB%2BG6HI%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CSpHnLQ%2CQAAA%2CQAAA%2COoHmLR%3B%3BA%5C%2FG1LA%2CoB%2BG6HI%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CSpHnLQ%2CQAAA%2COoHmLR%3B%3BA%5C%2FG1LA%2CoB%2BG6HI%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CSpHnLQ%2COoHmLR%3B%3BA%5C%2FGvLI%2CoBAAC%3BE%2BGuLL%2CS9JtMc%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CO8JsMd%3B%3BA%5C%2FG5KA%3BEACI%2CkBAAA%3B%3BAADJ%2CyBAGI%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAASJ%2COAAC%3BEACG%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAAEA%2COANH%2CQAMI%3BEACG%2CaAAA%3B%3BAAPR%2COAAC%2CQAUG%3BEACI%2CgCAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3BAAdR%2COAAC%2CQAiBG%3BEACI%2CaAAA%3B%3BAAIR%2COAAC%2CIACG%3BEACI%2CaAAA%3B%3BAAIR%2COAAC%2CKACG%2CQAAO%2COAAO%3BEhDyMtB%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3BEgDtMY%2CSAAA%3B%3BA5C2PZ%2CO4C%5C%2FPK%2CKACG%2CQAAO%2COAAO%2CQ5C8PrB%3BAACD%2CO4ChQK%2CKACG%2CQAAO%2COAAO%2CQ5C%2BPrB%3BEJtDD%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAI4DA%2CO4CtQK%2CKACG%2CQAAO%2COAAO%2CQ5CqQrB%3BEJ5DD%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAgD1MI%2COAAC%2CKAOG%2CiBAAiB%3BEACb%2CUAAA%3B%3BAAIR%2CSAAU%2CQAAC%2COAAO%3BEACd%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3B%3BAAJJ%2CSAAU%2CQAAC%2COAAO%2COAMd%3BEACI%2CSAAA%3B%3BAAPR%2CSAAU%2CQAAC%2COAAO%2COAUd%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAIR%2CSAAU%2CQAAC%2CcACL%3BEACE%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3B%3BAAIR%2COAAC%2CaAAc%2CMAAK%3BAACpB%2COAAC%2CaAAa%3BEACV%2CeAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2COAAC%2CaACG%3BEACI%2CgBAAA%3B%3BAAFR%2COAAC%2CaAKG%3BEACI%2CiBAAA%3BEACA%2CcAAA%3B%3BAAIR%2COAAC%3BEACG%2CiBAAA%3B%3BAADJ%2COAAC%2CKAGG%2CaACI%3BEhD%2BIZ%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3B%3BAgDzII%2COAAC%3BEAEG%2CgCAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3B%3BAhDnGR%2COgD%2BFK%2CKhD%5C%2FFJ%3BEACG%2CWAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAgDkGI%2COANH%2CKAMI%3BEACG%2CeAAA%3B%3BAAIR%2COAAC%3BEACG%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAIJ%2COAAC%3BEACG%2CeAAA%3B%3BAADJ%2COAAC%2COAGG%3BEACI%2CgBAAA%3B%3BAAIR%2COAAC%3BEACG%2CeAAA%3B%3BAAOJ%2COAAC%3BEhDuGL%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3BEgDrGQ%2CcAAA%3B%3BAAGJ%2COAAC%3BEACG%2CiBAAA%3B%3BAAIR%2CUACI%2CQACI%3BEACI%2CgBAAA%3B%3BAA0DZ%2CKAAK%2CMAAM%2CQACP%3BEACI%2CgBAAA%3B%3BAAIR%2CSAAS%2COAAO%2CKACZ%2CQAAO%3BAADX%2CSAAS%2COAAO%2CKAEZ%2CSAAQ%2CQAAQ%3BAAFpB%2CSAAS%2COAAO%2CKAGZ%2CSAAQ%3BEACJ%2CiBAAA%3B%3BAAIR%3BEACI%2CgBAAA%3B%3BAAEA%2CSAAS%2CQAAQ%2CKAAM%3BEACnB%2CcAAA%3B%3BAAJR%2CwBAOI%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3B%3BAATR%2CwBAYI%3BEACI%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3B%3BAAfR%2CwBAYI%2CiBAKI%2CEAAC%2CIAAI%3BEACD%2CkBAAA%3B%3BAAKZ%2CkBAEI%3BAADJ%2CgBACI%3BEACI%2CkBAAA%3B%3BAAkCR%2CwBACI%2COACI%3BEhD5CR%2CiBAAA%3B%3BAgD%2BCY%2CwBAJR%2COACI%2CMAGK%3BEACG%2CgBAAA%3B%3BAANhB%2CwBAWI%3BEACI%2CqBAAA%3B%3BAAEA%2CwBAHJ%2CcAGK%2CIAAI%3BEhDxDb%2CgBAAA%3B%3BAgD0CA%2CwBAmBI%2CgBACI%3BEhD9DR%2CgBAAA%3BEAAA%2CgBAAA%3B%3BAgDqEA%2CcAEI%3BAADJ%2CwBACI%3BEhDvEJ%2CgBAAA%3B%3BAgD4EA%2CcACI%3BEACI%2CqBAAA%3BEACA%2CwBAAA%3B%3BAAqCR%2CgBASI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAbR%2CgBAgBI%3BEACI%2CSAAA%3B%3BAAjBR%2CgBAgBI%2CgBAOI%3BEhD3IR%2CiBAAA%3B%3BAgDoHA%2CgBAgBI%2CgBAOI%2CwBAEI%3BEhD7IZ%2CiBAAA%3B%3BAgDgJgB%2CgBAZZ%2CgBAOI%2CwBAEI%2CMAGK%3BEACG%2CgBAAA%3B%3BAA7BpB%2CgBAgBI%2CgBAoBI%3BEhDxJR%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BAgDoHA%2CgBAgBI%2CgBA0BI%3BEACI%2CSAAA%3BEhD%5C%2FJZ%2CiBAAA%3B%3BAgDoHA%2CgBAgBI%2CgBA%2BBI%3BEhDnKR%2CcAAA%3B%3BAgKhSA%2CkBACI%3BEhK%2BRJ%2CiBAAA%3BEgK7RQ%2CiBAAA%3B%3BAAMA%2CkBAHJ%2CcAGK%2CIAAI%3BAAAL%2CkBAFJ%2CcAEK%2CIAAI%3BAAAL%2CkBADJ%2CiBACK%2CIAAI%3BEACD%2CiBAAA%3B%3BAAVZ%2CkBAMI%2CcAOI%3BAAbR%2CkBAOI%2CcAMI%3BAAbR%2CkBAQI%2CiBAKI%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3B%3BA%5C%2FHfZ%2CoBAAoB%2CIAChB%3BEACI%2CaAAA%3B%3BAAFR%2CoBAAoB%2CIAChB%2CaAGM%3BEACE%2CaAAA%3B%3BAASJ%2CmBADJ%2CYACK%3BEACG%2CaAAA%3B%3BAALZ%2CmBASI%2COAAM%3BEACF%2CgBAAA%3B%3BAAYR%2CuBACI%2CkBACI%3BAAFR%2CuBACI%2CkBAEI%3BEACI%2CSAAA%3B%3BAAJZ%2CuBACI%2CkBAMI%3BEACI%2CgBAAA%3B%3BAARZ%2CuBACI%2CkBAUI%3BEACI%2CmBAAA%3B%3BAAEA%2CuBAbR%2CkBAUI%2CGAGK%3BEACG%2CgBAAA%3B%3BAAfhB%2CuBAoBI%3BEACI%2CiBAAA%3B%3BAAuBR%2CyBACI%2CaACI%2CMACI%3BEjCiNZ%2CuBAAA%3BEAAA%2CgBAAA%3BEAAA%2CUAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEI5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BALvDA%2CyBkClEI%2CaACI%2CMACI%2CElCgEX%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CyBkCvEI%2CaACI%2CMACI%2CElCqEX%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CyBkC5EI%2CaACI%2CMACI%2CElC0EX%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAIxFA%2CyB6B3HI%2CaACI%2CMACI%2CE7ByHX%3BAACD%2CyB6B5HI%2CaACI%2CMACI%2CE7B0HX%3BAACD%2CyB6B7HI%2CaACI%2CMACI%2CE7B2HX%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CyB6BlII%2CaACI%2CMACI%2CE7BgIX%3BAACD%2CyB6BnII%2CaACI%2CMACI%2CE7BiIX%3BAACD%2CQAAQ%2CUAAW%2C0B6BpIf%2CaACI%2CMACI%3BEjCiNZ%2CcAAA%3BEAAA%2CYAAA%3BEI5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAUtNJ%2CYACI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAHR%2CYACI%2CMAII%3BEd2RR%2CmBAAA%3BEczRY%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAVZ%2CYACI%2CMAYI%3BEdmRR%2CmBAAA%3BEAAA%2CcAAA%3BEchRY%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAEA%2CYApBR%2CMAYI%2CEAQK%3BEd2Qb%2CmBAAA%3BEAAA%2CqBAAA%3B%3BAcnQA%3BEACI%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BAAHJ%2CoBAKI%3BEACI%2C6BAAA%3BEACA%2CeAAA%3B%3BAAPR%2CoBAKI%2CaAIM%3BEd0PV%2CiBAAA%3BEcxPY%2CgBAAA%3B%3BAAXZ%2CoBAKI%2CaASI%3BEACI%2CqBAAA%3B%3BAAfZ%2CoBAmBI%3BEACI%2CSAAA%3B%3BAApBR%2CoBAmBI%2CeAGM%3BEACE%2CaAAA%3B%3BAAGJ%2CoBAPJ%2CeAOK%2CIAAI%3BEACD%2CiBAAA%3B%3BAA3BZ%2CoBA%2BBI%2CmBACM%2CQAAQ%2CKAAK%3BEACX%2C6BAAA%3B%3BAAIA%2CoBANR%2CmBAKI%2CMACQ%3BEACA%2C0BAAA%3B%3BAAGJ%2CQAAS%2CqBAVjB%2CmBAKI%2CMAMQ%2CGAAE%2CUAAU%2CMAAO%3BEACf%2CgBAAA%3B%3BAA3CpB%2CoBA%2BBI%2CmBAKI%2CMAWI%3BEACI%2CoBAAA%3BEACA%2CiBAAA%3B%3BAAIA%2CoBAtBZ%2CmBAKI%2CMAgBI%2CKACK%3BEACG%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CoBA5BZ%2CmBAKI%2CMAgBI%2CKAOK%3BEACG%2CiBAAA%3B%3BAA5DpB%2CoBA%2BBI%2CmBAKI%2CMA4BM%2CeACE%3BEACI%2CmBAAA%3B%3BAAlEpB%2CoBA%2BBI%2CmBAKI%2CMA4BM%2CeAKI%2CKAAG%3BEACD%2CgBAAA%3B%3BAAtEpB%2CoBA%2BBI%2CmBAKI%2CMAsCI%2CwBAAwB%3BEACpB%2CoBAAA%3BEACA%2CcAAA%3B%3BAA5EhB%2CoBA%2BBI%2CmBAiDI%3BEACI%2CgBAAA%3B%3BAAjFZ%2CoBAqFI%3BEACI%2CSAAA%3B%3BAAtFR%2CoBAqFI%2CcAGI%3BEACI%2CSAAA%3B%3BAAzFZ%2CoBAqFI%2CcAOI%3BEACI%2CgBAAA%3B%3BAACA%2CoBATR%2CcAOI%2CGAEK%3BEACG%2CgBAAA%3B%3BAAIR%2CoBAdJ%2CcAcK%2CMACG%3BEACI%2CqBAAA%3B%3BAAEA%2CoBAlBZ%2CcAcK%2CMACG%2CGAGK%3BEACG%2CSAAS%2CIAAT%3B%3BAALZ%2CoBAdJ%2CcAcK%2CMASG%3BEACI%2CSAAA%3B%3BAA7GhB%2CoBAkHI%2CMACI%2CKAAI%3BEACA%2CkBAAA%3B%3BAAUJ%2CoBANJ%2CKAMK%3BEACG%2CiBAAA%3B%3BAAgBJ%2CoBADJ%2CQACK%3BEdoHT%2CqBAAA%3BE0ChOA%2CqBAAA%3BE1CgOA%2CWAAA%3B%3BAcpHQ%2CoBADJ%2CQACK%2CK4BwGP%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0C2CA%2CoB5BqGI%2CQACK%2CK4BtGR%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C9NQ%2CO3C8NR%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAzOA%2CoB5B2CI%2CQACK%2CKAWI%2CS4BvDZ%3BE1CgKD%2CS2C%5C%2FNM%2CO3C%2BNN%3B%3BAcnQA%2CoBAmKI%3BEdgGJ%2CiBAAA%3B%3BAcnQA%2CoBAuKI%2CWAEI%3BEACI%2CmBAAA%3B%3BAAIA%2CoBAPR%2CWAMI%2COACK%3BEACG%2CSAAS%2CIAAT%3B%3BAAOJ%2CoBAFR%2CaACI%2CMACK%3BAACD%2CoBAHR%2CaACI%2CMAEK%3BEACG%2CeAAA%3B%3BAAOZ%2CoBAAC%3BEACG%2CgBAAA%3B%3BAADJ%2CoBAAC%2CSAGG%3BEACI%2CgBAAA%3B%3BAAJR%2CoBAAC%2CSAOG%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAIR%2CoBAAC%2CKACG%2CeAAe%3BEACX%2CmBAAA%3B%3BAAFR%2CoBAAC%2CKAKG%3BEACI%2CgBAAA%3B%3BAANR%2CoBAAC%2CKASG%2CaACI%2CgBACI%3BEACI%2CgBAAA%3B%3BAAZhB%2CoBAAC%2CKASG%2CaACI%2CgBAKI%3BEACI%2CSAAA%3B%3BAAhBhB%2CoBAAC%2CKASG%2CaACI%2CgBAKI%2CSAGM%3BEACE%2CgBAAA%3B%3BAAEA%2CoBArBnB%2CKASG%2CaACI%2CgBAKI%2CSAGM%2CSAGG%3BEACG%2CSAAS%2CIAAT%3B%3BAASpB%2COAAO%2CKAAM%2CqBAAqB%2CqBADrC%3BEAEO%2CgBAAA%3B%3BAAFR%2CoBAAC%2CaAKK%3BEACE%2CaAAA%3B%3BAAKZ%3BEAKI%2CSAAA%3BEACA%2CeAAA%3B%3BAALA%2CYAAe%3BEACX%2C6BAAA%3B%3BAAFR%2CeAQI%3BEACI%2CqBAAA%3B%3BAATR%2CeAYI%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAIR%3BEACI%2CmBAAA%3B%3BAADJ%2CsBAGI%3BEACI%2CkBAAA%3B%3BAAEA%2CsBAHJ%2CQAGK%3BEAEG%2CaAAA%3BEACA%2CSAAA%3B%3BAAkBJ%2CmBADJ%2COACK%3BEACG%2CiBAAA%3B%3BAAKZ%2CcAKI%3BEACI%2CcAAA%3B%3BAANR%2CcASI%3BEACI%2CqBAAA%3B%3BAAVR%2CcAaI%2CcAKI%2COAAM%3BEACF%2CqBAAA%3B%3BA4BjOZ%2CqBRnHsB%2CQAAO%2COAAO%2COQmHnC%3BE1CyKD%2CS2CnOY%2CO3CmOZ%3B%3BAiK9QA%2CsBACI%3BEjK6QJ%2CmBAAA%3BEiK3QQ%2CeAAA%3B%3BAAHR%2CsBAKI%3BEACI%2CeAAA%3B%3BAACA%2CsBAFJ%2CMAEK%3BEACG%2CaAAA%3B%3BAARZ%2CsBAKI%2CMAMI%3BAAXR%2CsBAKI%2CMAOM%3BEACE%2CkCAAA%3BEjKiQZ%2CcAAA%3BEiK%5C%2FPY%2CcAAA%3BEACA%2C0BAAA%3B%3BAAhBZ%2CsBAKI%2CMAcI%3BEACI%2CqBAAA%3B%3BAAEA%2CsBAjBR%2CMAcI%2CEAGK%3BEjKwPb%2CmBAAA%3B%3BAiKnPQ%2CsBAtBJ%2CMAsBK%2CQACG%3BAADJ%2CsBAtBJ%2CMAsBK%2CQAEK%3BEjKiPd%2CqBAAA%3BEAAA%2CWAAA%3BEAAA%2CgBAAA%3B%3BAiKnPQ%2CsBAtBJ%2CMAsBK%2CQAQG%3BEjK2OZ%2CqBAAA%3B%3BAiK9QA%2CsBAKI%2CMAmCI%3BEACI%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAlJNZ%3BEfyOA%2CsBAAA%3B%3BAenOI%2CIAAK%3BEfmOT%2CsBAAA%3BEejOQ%2CaAAA%3B%3BAAQR%3BEAEI%2C6BAAA%3BEACA%2CiBAAA%3B%3BAAHJ%2CYAKI%2COAAM%3BEfoNV%2CyBAAA%3BEAAA%2CWAAA%3B%3BAe9MA%2COAAO%2CMACD%2CUAAO%3BEf6Mb%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEgBjCQ%2CYAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAANR%2COAAO%2CMACD%2CUAAO%2CMhByCX%3BEACE%2CqBAAA%3BEACA%2CmBAAA%3B%3BAgB5CJ%2COAAO%2CMACD%2CUAAO%2CMAOH%3BEACE%2CaAAA%3BEACA%2CkBAAA%3B%3BAAVZ%2COAAO%2CMACD%2CUAAO%2CMAOH%2CKAII%3BEfkMd%2CWAAA%3BEAAA%2CqBAAA%3B%3BADjJA%2COgB7DO%2CMACD%2CUAAO%2CMAOH%2CKAII%2CIhBiDb%3BECiJD%2CWAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2COgBlEO%2CMACD%2CUAAO%2CMAOH%2CKAII%2CIhBsDb%3BEC4ID%2CWAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2COgBvEO%2CMACD%2CUAAO%2CMAOH%2CKAII%2CIhB2Db%3BECuID%2CWAAA%3BEAAA%2C0BAAA%3B%3BAejLI%2COAAC%3BEACG%2CeAAA%3BEACA%2CkBAAA%3B%3BAAIR%3BEACI%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAALJ%2CKAOI%3BEACI%2CcAAA%3B%3BAAGJ%2CWAAY%3BEACR%2CqBAAA%3BEACA%2CWAAA%3B%3BAAIR%2CUACM%2CsBACE%2CYAAc%3BEACV%2CcAAA%3B%3BAAUR%2COALG%2CKAKF%3BEf6IL%2CmBAAA%3BEAAA%2CWAAA%3BEe1IQ%2CsBAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAIR%3BEACI%2CSAAA%3BEACA%2CkBAAA%3B%3BAAOJ%2CQAAQ%2COACJ%3BEACI%2CSAAA%3B%3BAAGJ%2CQALI%2COAKH%3BAACD%2CQANI%2COAMH%3BEfiHL%2CcAAA%3BEAAA%2CwBAAA%3BEuEnQA%2CcAAA%3BEvEmQA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CqBAAA%3BEAAA%2CWAAA%3BEe%5C%2FGQ%2CSAAA%3B%3BAAHJ%2CQALI%2COAKH%2CSwDzHL%3BAxD0HI%2CQANI%2COAMH%2COwD1HL%3BEvE2OA%2CcAAA%3B%3BAuExOI%2CQxDiHI%2COAKH%2CSwDzHL%2CEAGK%3BAAAD%2CQxDiHI%2COAMH%2COwD1HL%2CEAGK%3BEvEwOL%2CcAAA%3B%3BAuEpOI%2CQxD6GI%2COAKH%2CSwDzHL%2CEAOK%3BAAAD%2CQxD6GI%2COAMH%2COwD1HL%2CEAOK%3BEvEoOL%2CcAAA%3B%3BAe5GI%2CQAXI%2COAWH%3BEACG%2CSAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAALJ%2CQAXI%2COAWH%2COAOG%3BEACI%2CcAAA%3B%3BAAIR%2CQAvBI%2COAuBH%3BEfgGL%2CcAAA%3BEAAA%2CwBAAA%3BEuEnQA%2CcAAA%3BEvEmQA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CWAAA%3BEe9FQ%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAHJ%2CQAvBI%2COAuBH%2CKwD3IL%3BEvE2OA%2CcAAA%3B%3BAuExOI%2CQxDiHI%2COAuBH%2CKwD3IL%2CEAGK%3BEvEwOL%2CcAAA%3B%3BAuEpOI%2CQxD6GI%2COAuBH%2CKwD3IL%2CEAOK%3BEvEoOL%2CcAAA%3B%3BAerFA%3BEACI%2CcAAA%3B%3BAAIA%2COAAC%3BEACG%2C6BAAA%3BEACA%2CeAAA%3B%3BAAFJ%2COAAC%2CQAOG%2COACM%3BEfwEd%2CmBAAA%3BEAAA%2CiBAAA%3BEerEgB%2C6BAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAAbZ%2COAAC%2CQAOG%2COASI%3BAAhBR%2COAAC%2CQAOG%2COAUI%3BEACI%2CcAAA%3BEACA%2CaAAA%3B%3BAAnBZ%2COAAC%2CQAOG%2COAeI%3BEf0DZ%2CcAAA%3BEexDgB%2CmBAAA%3B%3BAAxBZ%2COAAC%2CQAOG%2COAoBI%3BEfqDZ%2CcAAA%3BEAAA%2CqBAAA%3B%3BADjJA%2COgBiEK%2CQAOG%2COAoBI%2CEhB5FX%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2COgB4DK%2CQAOG%2COAoBI%2CEhBvFX%3BEC4ID%2CWAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2COgBuDK%2CQAOG%2COAoBI%2CEhBlFX%3BECuID%2CWAAA%3BEAAA%2C0BAAA%3B%3BAerCA%3BEfqCA%2CyBAAA%3BEAAA%2CWAAA%3BEelCI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CYAEI%2CUACI%3BAAFR%2CYACI%2CUACI%3BE0BzNR%2CqBAAA%3BEACA%2CkBAAA%3B%3BAzCFA%2CYeyNI%2CUACI%2CSf1NP%3BAAAD%2CYeyNI%2CUACI%2CSf1NP%3BAACD%2CYewNI%2CUACI%2CSfzNP%3BAAAD%2CYewNI%2CUACI%2CSfzNP%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CYemNI%2CUACI%2CSfpNP%3BAAAD%2CYemNI%2CUACI%2CSfpNP%3BEACG%2CWAAA%3B%3BAegNJ%2CYAEI%2CUACI%2CS0BtNR%3BA1BoNA%2CYACI%2CUACI%2CS0BtNR%3BEzCgPA%2CUAAA%3BEyC9OI%2CeAAA%3BEzC8OJ%2CqBAAA%3BE0ChOA%2CqBAAA%3B%3BA3BmMA%2CYAEI%2CUACI%2CS0BtNR%2CeCoOE%3BA3BhBF%2CYACI%2CUACI%2CS0BtNR%2CeCoOE%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0C2CA%2CY3B%2BLI%2CUACI%2CS0BtNR%2CeCsBC%3BAAAD%2CY3B%2BLI%2CUACI%2CS0BtNR%2CeCsBC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C9NQ%2CO3C8NR%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CY3BkLA%2CUACI%2CS0BtNR%2CeCkCC%2CMACI%3BAAAD%2CY3BkLA%2CUACI%2CS0BtNR%2CeCkCC%2CMACI%3BE1C6ML%2CcAAA%3B%3BA0CvMI%2CY3B4KA%2CUACI%2CS0BtNR%2CeCwCC%2COACI%3BAAAD%2CY3B4KA%2CUACI%2CS0BtNR%2CeCwCC%2COACI%3BE1CuML%2CcAAA%3B%3BAyCqEA%2CY1BhGI%2CUACI%2CS0BtNR%2CeAqTC%3BAAAD%2CY1BhGI%2CUACI%2CS0BtNR%2CeAqTC%3BEzCrED%2CqBAAA%3BE0ChOA%2CqBAAA%3B%3BADqSA%2CY1BhGI%2CUACI%2CS0BtNR%2CeAqTC%2COCjFC%3BADiFF%2CY1BhGI%2CUACI%2CS0BtNR%2CeAqTC%2COCjFC%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0C2CA%2CY3B%2BLI%2CUACI%2CS0BtNR%2CeAqTC%2COC%5C%2FRA%3BAAAD%2CY3B%2BLI%2CUACI%2CS0BtNR%2CeAqTC%2COC%5C%2FRA%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C%5C%2FNM%2CO3C%2BNN%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CY3BkLA%2CUACI%2CS0BtNR%2CeAqTC%2COCnRA%2CMACI%3BAAAD%2CY3BkLA%2CUACI%2CS0BtNR%2CeAqTC%2COCnRA%2CMACI%3BE1C6ML%2CcAAA%3B%3BA0CvMI%2CY3B4KA%2CUACI%2CS0BtNR%2CeAqTC%2COC7QA%2COACI%3BAAAD%2CY3B4KA%2CUACI%2CS0BtNR%2CeAqTC%2COC7QA%2COACI%3BE1CuML%2CcAAA%3B%3BAe7BA%2CYAEI%2CUACI%2CS0B%5C%2FBR%3BA1B6BA%2CYACI%2CUACI%2CS0B%5C%2FBR%3BEzCyDA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CYAAA%3BEyChDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEzC8CJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BAe7BA%2CYAEI%2CUACI%2CS0B%5C%2FBR%2CYAsBI%3BA1BOJ%2CYACI%2CUACI%2CS0B%5C%2FBR%2CYAsBI%3BEzCmCJ%2CSAAA%3BEAAA%2CUAAA%3B%3BAyC3BQ%2CY1BAJ%2CUACI%2CS0B%5C%2FBR%2CYAsBI%2CGAQK%3BAAAD%2CY1BAJ%2CUACI%2CS0B%5C%2FBR%2CYAsBI%2CGAQK%3BEzC2BT%2CmBAAA%3BEyCzBY%2CeAAA%3B%3BAAuTZ%2CY1BzTI%2CUACI%2CS0B%5C%2FBR%2CYAuVC%3BAAAD%2CY1BzTI%2CUACI%2CS0B%5C%2FBR%2CYAuVC%3BAACD%2CY1B1TI%2CUACI%2CS0B%5C%2FBR%2CYAwVC%3BAAAD%2CY1B1TI%2CUACI%2CS0B%5C%2FBR%2CYAwVC%3BEACG%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CY1BnUI%2CUACI%2CS0B%5C%2FBR%2CYAiWC%3BAAAD%2CY1BnUI%2CUACI%2CS0B%5C%2FBR%2CYAiWC%3BEACG%2CiBAAA%3BEzCzSJ%2CsDAAA%3BEyC2SI%2CWAAA%3B%3BAAGJ%2CY1BzUI%2CUACI%2CS0B%5C%2FBR%2CYAuWC%3BAAAD%2CY1BzUI%2CUACI%2CS0B%5C%2FBR%2CYAuWC%3BEACG%2CiBAAA%3BEzC%5C%2FSJ%2CsDAAA%3BEyCiTI%2CWAAA%3B%3BAAzDJ%2CY1BnRI%2CUACI%2CS0B%5C%2FBR%2CYAiTC%3BAAAD%2CY1BnRI%2CUACI%2CS0B%5C%2FBR%2CYAiTC%3BEzCxPD%2CUAAA%3BEAAA%2CUAAA%3B%3BAyC6PA%2CY1BxRI%2CUACI%2CS0B%5C%2FBR%2CYAsTC%3BAAAD%2CY1BxRI%2CUACI%2CS0B%5C%2FBR%2CYAsTC%3BEzC7PD%2CSAAA%3BEAAA%2CUAAA%3B%3BAyCZA%2CY1BfI%2CUACI%2CS0BcP%3BAAAD%2CY1BfI%2CUACI%2CS0BcP%3BEACG%2CiBAAA%3B%3BAADJ%2CY1BfI%2CUACI%2CS0BcP%2COAGG%3BAAHJ%2CY1BfI%2CUACI%2CS0BcP%2COAGG%3BEACI%2CcAAA%3B%3BA1BrBR%2CYAEI%2CUACI%2CSAYI%2CGAAE%2CSACE%3BAAfhB%2CYACI%2CUACI%2CSAYI%2CGAAE%2CSACE%3BEfahB%2CWAAA%3BEAAA%2CqBAAA%3BEeFoB%2CcAAA%3BEACA%2CYAAA%3B%3BAhBhJpB%2CYgBsHI%2CUACI%2CSAYI%2CGAAE%2CSACE%2CEhBpIf%3BAAAD%2CYgBsHI%2CUACI%2CSAYI%2CGAAE%2CSACE%2CEhBpIf%3BECiJD%2CWAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CYgBiHI%2CUACI%2CSAYI%2CGAAE%2CSACE%2CEhB%5C%2FHf%3BAAAD%2CYgBiHI%2CUACI%2CSAYI%2CGAAE%2CSACE%2CEhB%5C%2FHf%3BEC4ID%2CWAAA%3BEAAA%2CqBAAA%3B%3BADvIA%2CYgB4GI%2CUACI%2CSAYI%2CGAAE%2CSACE%2CEhB1Hf%3BAAAD%2CYgB4GI%2CUACI%2CSAYI%2CGAAE%2CSACE%2CEhB1Hf%3BECuID%2CWAAA%3BEAAA%2CqBAAA%3B%3BAe7BA%2CYAEI%2CUA%2BBI%3BAAhCR%2CYACI%2CUA%2BBI%3BEACI%2CgBAAA%3B%3BAAaZ%2CQACI%2CQAAO%2CMAAM%2CIAAI%3BAADrB%2CQAEI%2CQAAO%2CIAAI%3BEACP%2CiBAAA%3B%3BAAIR%3BEACI%2CWAAA%3B%3BAAMJ%2CYAEI%2CQAAO%3BAADX%2CYACI%2CQAAO%3BEflCX%2CYAAA%3B%3BAe8CA%2CcAAe%3BEACX%2CUAAA%3B%3BAAGJ%3BEflDA%2CgBAAA%3BEeoDI%2CsBAAA%3BEACA%2CaAAA%3B%3BAmJrVJ%2CgBACI%3BEACI%2CkBAAA%3B%3BAAFR%2CgBAKI%2CQAAO%3BE9JkOX%2CsBAAA%3BEAEA%2C4BAAA%3BEAEA%2CgBAAA%3BEACA%2CoBAAA%3BEAIA%2CiBAAA%3BEJgDA%2CgBAAA%3BEAAA%2CuBAAA%3BEAAA%2CSAAA%3BEAAA%2CUAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEI5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BAA6CA%2CgB8J9OI%2CQAAO%2CO9J8OV%3BAACD%2CgB8J%5C%2FOI%2CQAAO%2CO9J%2BOV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CgB8JpPI%2CQAAO%2CO9JoPV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CgB8JzPI%2CQAAO%2CO9JyPV%3BAACD%2CgB8J1PI%2CQAAO%2CO9J0PV%3BAACD%2CQAAQ%2CUAAW%2CiB8J3Pf%2CQAAO%3BE9J4PP%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BADjJA%2CgBmK1II%2CQAAO%2COnK0IV%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CgBmK%5C%2FII%2CQAAO%2COnK%2BIV%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CgBmKpJI%2CQAAO%2COnKoJV%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAIxFA%2CgB8JnMI%2CQAAO%2CO9JmMV%3BAACD%2CgB8JpMI%2CQAAO%2CO9JoMV%3BAACD%2CgB8JrMI%2CQAAO%2CO9JqMV%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CgB8J1MI%2CQAAO%2CO9J0MV%3BAACD%2CgB8J3MI%2CQAAO%2CO9J2MV%3BAACD%2CQAAQ%2CUAAW%2CiB8J5Mf%2CQAAO%3BElK2RX%2CcAAA%3BEAAA%2CYAAA%3BEI5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BA8J3MJ%2CsBACI%3BEACI%2CiBAAA%3B%3BAAFR%2CsBAKI%2CQAAO%3BE9JuNX%2CsBAAA%3BEAEA%2C4BAAA%3BEAEA%2CgBAAA%3BEACA%2CoBAAA%3BEAIA%2CiBAAA%3BEJgDA%2CgBAAA%3BEAAA%2CuBAAA%3BEAAA%2CSAAA%3BEAAA%2CUAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEI5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BE8JnLQ%2CgBAAA%3B%3BA9JgOR%2CsB8JnOI%2CQAAO%2CU9JmOV%3BAACD%2CsB8JpOI%2CQAAO%2CU9JoOV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CsB8JzOI%2CQAAO%2CU9JyOV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CsB8J9OI%2CQAAO%2CU9J8OV%3BAACD%2CsB8J%5C%2FOI%2CQAAO%2CU9J%2BOV%3BAACD%2CQAAQ%2CUAAW%2CuB8JhPf%2CQAAO%3BE9JiPP%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BADjJA%2CsBmK%5C%2FHI%2CQAAO%2CUnK%2BHV%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CsBmKpII%2CQAAO%2CUnKoIV%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CsBmKzII%2CQAAO%2CUnKyIV%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAIxFA%2CsB8JxLI%2CQAAO%2CU9JwLV%3BAACD%2CsB8JzLI%2CQAAO%2CU9JyLV%3BAACD%2CsB8J1LI%2CQAAO%2CU9J0LV%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CsB8J%5C%2FLI%2CQAAO%2CU9J%2BLV%3BAACD%2CsB8JhMI%2CQAAO%2CU9JgMV%3BAACD%2CQAAQ%2CUAAW%2CuB8JjMf%2CQAAO%3BElKgRX%2CcAAA%3BEAAA%2CYAAA%3BEI5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAsC%5C%2FFJ%2CqBP7GI%2CQAAO%2CWO6GV%3BAAAD%2CqBP7GI%2CQAAO%2CWO6GV%3BAAAD%2CaP7GI%2CQAAO%2CWO6GV%3BAAAD%2CiBP7GI%2CQAAO%2CWO6GV%3BE1CyKD%2CS2ChQiB%2CO3CgQjB%3B%3BAmC7QA%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShC%2BIjC%2CQAGI%2CKACI%3BAgCnJV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShCgJjC%2CQAEI%2CKACI%3BAgCnJV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShCiJjC%2CQACI%2CKACI%3BAgCnJV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShC%2BIjC%2CQAGI%2CKAEI%3BAgCpJV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShCgJjC%2CQAEI%2CKAEI%3BAgCpJV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShCiJjC%2CQACI%2CKAEI%3BEHyHV%2C0BAAA%3B%3BAmC7QA%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShC0JjC%2CUAAU%2CQAGN%2CKAAE%2CYACE%3BAgC9JV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShC2JjC%2CWAAW%2CQAEP%2CKAAE%2CYACE%3BAgC9JV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShC4JjC%2CQAAK%2CYACD%2CKAAE%2CYACE%3BAgC9JV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShC0JjC%2CUAAU%2CQAGN%2CKAAE%2CYAEE%3BAgC%5C%2FJV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShC2JjC%2CWAAW%2CQAEP%2CKAAE%2CYAEE%3BAgC%5C%2FJV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShC4JjC%2CQAAK%2CYACD%2CKAAE%2CYAEE%3BEACE%2CaAAA%3B%3BAgChKZ%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShCqKjC%2CQAAQ%3BEHwGV%2C0BAAA%3B%3BAmC7QA%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAK%5C%2FB%2CMAAQ%2CKAAK%3BEACT%2CgBAAA%3B%3BAANR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAS%5C%2FB%2CMAAQ%2CKAAE%2CWAAc%3BEACpB%2C6BAAA%3B%3BAAVR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAa%5C%2FB%2CSAAQ%3BEACJ%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAfR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAkB%5C%2FB%3BEACI%2CYAAA%3B%3BAAnBR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAkB%5C%2FB%2CYAGI%3BEACI%2CsBAAA%3B%3BAAMJ%2CQA5BC%2CeAAe%2CMAAK%2CMAAM%2CSA2B%5C%2FB%2CKACK%3BEACG%2CUAAA%3B%3BAAGJ%2CQAhCC%2CeAAe%2CMAAK%2CMAAM%2CSA2B%5C%2FB%2CKAKK%3BEACG%2CgBAAA%3B%3BAAGJ%2CQApCC%2CeAAe%2CMAAK%2CMAAM%2CSA2B%5C%2FB%2CKASK%3BEACG%2CeAAA%3B%3BAArCZ%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAyC%5C%2FB%3BEACI%2CYAAA%3B%3BAA1CR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSA6C%5C%2FB%2CYAAW%3BEACP%2CiBAAA%3B%3BAA9CR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAiD%5C%2FB%2CQAAO%3BEACH%2CmBAAA%3B%3BAAlDR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAqD%5C%2FB%3BEACI%2CgBAAA%3B%3BAAIR%2CKAAK%2CSACD%3BEnCkNJ%2CcAAA%3BEmChNQ%2CmBAAA%3B%3BAAEA%2CKALH%2CSACD%2CSAIK%3BEACG%2CSAAS%2CGAAT%3B%3BAAGJ%2CKATH%2CSACD%2CSAQK%3BEACG%2CSAAS%2CGAAT%3B%3BAAKZ%2CeASI%3BEACI%2CgBAAA%3B%3BAAOI%2CcAHE%2CSACV%2CSACK%2CKACI%3BEACG%2CcAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CcARE%2CSACV%2CSACK%2CKAMI%3BEACG%2CaAAA%3B%3BAAPR%2CcAFM%2CSACV%2CSACK%2CKAUG%3BEACI%2CSAAA%3B%3BAASJ%2CcAtBE%2CSACV%2CSACK%2CKAoBI%3BEACG%2CcAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CcA5BE%2CSACV%2CSACK%2CKA0BI%2CQACK%3BEACE%2CkBAAA%3B%3BAAEA%2CcAhCN%2CSACV%2CSACK%2CKA0BI%2CQACK%2CIAGG%3BEACG%2CeAAA%3B%3BAnB3IxB%2CcAQI%3BAAPJ%2CqBAOI%3BEACI%2CcAAA%3B%3BAATR%2CcAYI%3BAAXJ%2CqBAWI%3BEACI%2CiBAAA%3B%3BAAbR%2CcAYI%2CqBAGI%3BAAdR%2CqBAWI%2CqBAGI%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BAmJfR%2CmBAAC%3BAAAD%2CoBAAC%3BEACG%2CcAAA%3BEACA%2CiBAAA%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%3BEnKgQZ%2CiBAAA%3B%3BAmKlRA%2CMAAM%2COAcF%2COAQI%3BEACI%2CeAAA%3B%3BAAvBZ%2CMAAM%2COAcF%2COAYI%3BEACI%2CkBAAA%3B%3BAA3BZ%2CMAAM%2COAcF%2COAgBI%3BEACI%2CmBAAA%3B%3BAlJ5CR%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%3BE0C9QA%2CqBAAA%3B%3BAzBFY%2CYAVR%2CeAGO%2CUAOE%2CSyBoQX%3BAzBnQU%2CYAXR%2CeAGO%2CUAQE%2CQyBmQX%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0CHA%2CYzBlBI%2CeAGO%2CUAOE%2CSyBQZ%3BAAAD%2CYzBlBI%2CeAGO%2CUAQE%2CQyBOZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2CzOQ%2CO3CyOR%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAzB5UgB%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%3BAyB%2BEhB%2CYzBjHI%2CeAGO%2CUA6BE%2CQyBiFZ%3BE1CyKD%2CS2CxPQ%2CO3CwPR%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%2CiBAAA%3B%3BAA3IxB%2CYA0DI%2CcAKI%2CQAII%2CMAsEI%2CWAKI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%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%2CaC5RqB%2CaCMC%2C8CFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%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%3BAmJvKxB%2CmBAAC%3BAAAD%2CeAAC%3BEpK4RL%2CiBAAA%3B%3BAoK1RQ%2CMAAO%2CoBAFV%3BAAEG%2CMAAO%2CgBAFV%3BEAGO%2CgBAAA%3B%3BAAMR%2CsBAAC%3BEACG%2CSAAA%3B%3BACdR%2CsBACI%3BEACI%2CcAAA%3B%3BACDJ%2CyBAAC%3BEACG%2CcAAA%3BEACA%2CiBAAA%3B%3BAAKJ%2CgCAAC%3BEACG%2CSAAA%3B%3BAvHTR%2CQACI%2CgBACI%3BEACI%2CSAAA%3B%3BAAHZ%2CQACI%2CgBACI%2CUAGI%3BEACI%2CkBAAA%3B%3BAANhB%2CQACI%2CgBACI%2CUAGI%2CQAGI%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CQAZhB%2CgBACI%2CUAGI%2CQAGI%2COAKK%3BEAEG%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CQAnBhB%2CgBACI%2CUAGI%2CQAGI%2COAYK%2CIACG%2CKAEM%3BEACE%2CWAAA%3B%3BAAxBhC%2CQACI%2CgBACI%2CUAGI%2CQAyBI%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3B%3BAAjCpB%2CQACI%2CgBAqCI%2CeACI%3BEACI%2CiBAAA%3B%3BAAxChB%2CQACI%2CgBAqCI%2CeACI%2CiBAGI%3BEACI%2CgBAAA%3B%3BAA3CpB%2CQACI%2CgBAqCI%2CeACI%2CiBAGI%2CSAGI%3BEACI%2CWAAA%3B%3BAA9CxB%2CQACI%2CgBAqCI%2CeACI%2CiBAWI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3B%3BAAMR%2CQAzDR%2CgBAwDI%2CQACK%3BE%5C%2FCsOb%2CqBAAA%3BE0C9QA%2CqBAAA%3BEK8CgB%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAARJ%2CQAzDR%2CgBAwDI%2CQACK%2CIL0NX%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0CHA%2CQKvBI%2CgBAwDI%2CQACK%2CILlCZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2CpOU%2CO3CoOV%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CQKpCA%2CgBAwDI%2CQACK%2CILtBZ%2CMACI%3BE1C2PL%2CcAAA%3B%3BA0CrPI%2CQK1CA%2CgBAwDI%2CQACK%2CILhBZ%2COACI%3BE1CqPL%2CcAAA%3B%3BA%2BC3NY%2CQApER%2CgBAwDI%2CQAYK%3BEACG%2CqBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CQAzER%2CgBAwDI%2CQAiBK%3BEACG%2CcAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CQA9ER%2CgBAwDI%2CQAsBK%3BE%5C%2FCiNb%2CqBAAA%3BEIzDA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEJgDA%2CgBAAA%3B%3BA%2BCjNY%2CQA9ER%2CgBAwDI%2CQAsBK%2COLqMX%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0CHA%2CQKvBI%2CgBAwDI%2CQAsBK%2COLvDZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CS2C1OU%2CO3C0OV%3BEAAA%2Ca4CvRe%2CY5CuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CQKpCA%2CgBAwDI%2CQAsBK%2COL3CZ%2CMACI%3BE1C2PL%2CcAAA%3B%3BA0CrPI%2CQK1CA%2CgBAwDI%2CQAsBK%2COLrCZ%2COACI%3BE1CqPL%2CcAAA%3B%3BAI7CA%2CQ2ClPI%2CgBAwDI%2CQAsBK%2CO3CoKZ%3BAACD%2CQ2CnPI%2CgBAwDI%2CQAsBK%2CO3CqKZ%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CQ2CxPI%2CgBAwDI%2CQAsBK%2CO3C0KZ%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CQ2C7PI%2CgBAwDI%2CQAsBK%2CO3C%2BKZ%3BAACD%2CQ2C9PI%2CgBAwDI%2CQAsBK%2CO3CgLZ%3BAACD%2CQAAQ%2CUAAW%2CS2C%5C%2FPf%2CgBAwDI%2CQAsBK%3BE3CkLT%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BAuKzQA%2CwBAJ%2BC%3BErJo0D%5C%2FC%3BE2I7sDA%2CcACI%3BI7JqJJ%2CUAAA%3BIAAA%2CSAAA%3BIkBmhDA%2CUAAA%3B%3BEAEA%2CiDAAC%3BEACD%2CiDAAC%3BE2I5qDD%2CcACI%2CuB3I0qDH%3BE2I3qDD%2CcACI%2CuB3I2qDH%3BIlBx%2BCD%2C8BAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIAhDA%2CiBAAA%3BIAAA%2CSAAA%3BIkB8hDI%2CUAAA%3BIACA%2CMAAA%3B%3BEAGJ%2CiDAAC%3BE2IxrDD%2CcACI%2CuB3IurDH%3BIlBliDD%2C4BAAA%3B%3BEkBsiDA%2CiDAAC%3BE2I5rDD%2CcACI%2CuB3I2rDH%3BIlBtiDD%2C4BAAA%3BIkBwiDI%2CQAAA%3B%3BE2I9rDJ%2CcACI%3BI7JqJJ%2CUAAA%3BIAAA%2CSAAA%3BI6JlJQ%2CUAAA%3B%3B%3BAUnHR%2CwBAJqD%3BErJshBrD%3BIlBzhBA%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAiBA%2C0BAAC%3BEACD%2C0BAAC%3BEuCieD%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CavCzeX%3BEuCkeD%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CavCxeX%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2C0BAAC%3BEuC4dD%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CavCneX%3BIACG%2CWAAA%3B%3BEkBm7BJ%3BEa1pBQ%2C0BAFJ%2CUAEK%2COAEG%3BEkI1PZ%2CsBAOI%3BIjKqMJ%2C0BAAA%3BIkBsqBA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIlBxqBA%2C6BAAA%3BIAAA%2CsBAAA%3BIAAA%2CcAAA%3BI0ChOA%2CqBAAA%3B%3BExB04BA%2C0BAAC%3BEa9nBO%2C0BAFJ%2CUAEK%2COAEG%2Ceb4nBX%3BE%2BIt3BD%2CsBAOI%2CO%5C%2FI%2B2BH%3BIACG%2CkBAAA%3BIACA%2CSAAA%3BIACA%2COAAA%3B%3BEwBv4BJ%2C0BAAC%3BEXsQO%2C0BAFJ%2CUAEK%2COAEG%2CeWxQX%3BEuHcD%2CsBAOI%2COvHrBH%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BI1C9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CS2C9NQ%2CO3C8NR%3BIAAA%2Ca4CvRe%2CY5CuRf%3BIAAA%2CiBAAA%3BIAAA%2CsBAAA%3BI0CqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAzOA%2C0BxBm3BK%2COwBn3BJ%3BEX4MO%2C0BAFJ%2CUAEK%2COAEG%2CebqqBP%2COwBn3BJ%3BEuH5CD%2CsBAOI%2CO%5C%2FIw5BC%2COwBn3BJ%3BI1CgKD%2CS2C%5C%2FNM%2CO3C%2BNN%3B%3BEkBwpCA%3BEalkCQ%2C0BA5CJ%2CUA4CK%2CIAAI%2CKACD%3BI%5C%2FBvFZ%2CcAAA%3BI0C9QA%2CqBAAA%3B%3BEAMA%2CoBAAC%3BEX8VO%2C0BA5CJ%2CUA4CK%2CIAAI%2CKACD%2CKW%5C%2FVX%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BI1C9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CS2CpOU%2CO3CoOV%3BIAAA%2Ca4CvRe%2CY5CuRf%3BIAAA%2CiBAAA%3BIAAA%2CsBAAA%3BI0CqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEmBpUA%3BEACA%3BEACA%2CYAAa%2CQAAO%3BEACpB%2COAAO%3BEACP%2COAAO%3BEACP%3BEACA%2CaAAgB%3BEAChB%2CaAAgB%3BEAChB%2CMAAM%2CSAAS%3BEACf%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAIA%2CQAAS%3BEACT%2CmBAAoB%3BIAChB%2CiBAAA%3BIACA%2CkBAAA%3B%3BEWdR%3BIACI%2CUAAA%3B%3BEADJ%2CWAGI%2CQACI%3BIxEmPR%2CcAAA%3BI0ChOA%2CqBAAA%3BI8BZY%2CkBAAA%3B%3BE9BkBZ%2CW8B1BI%2CQACI%2CW9ByBP%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BI1C9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CS2C9NQ%2CO3C8NR%3BIAAA%2Ca4CvRe%2CY5CuRf%3BIAAA%2CsBAAA%3BI0CqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BE8BnTY%2CWAVR%2CQACI%2CWASK%3BIACG%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3B%3BE9BuEhB%2CW8BpFI%2CQACI%2CWAeK%2CgB9BoEZ%3BI1CgKD%2CS2C%5C%2FNM%2CO3C%2BNN%3B%3BEwE1NA%3BIACI%2CiCAAA%3BIxEyMN%2C6BAAA%3BIACK%2C0BAAA%3BIACC%2CyBAAA%3BIAcJ%2CqBAAA%3BIwEvNI%2CYAAA%3BIACA%2CMAAM%2CwBAAN%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2CMAAA%3BIACA%2COAAO%2CiBAAP%3B%3BEARJ%2CaAUI%3BIACI%2C6BAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CkCAAA%3B%3BEAfR%2CaAUI%2CUAOI%3BIACI%2CcAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CaAZJ%2CUAYK%3BIACG%2CgCAAA%3B%3BEAvBZ%2CaA2BI%2CkBACI%3BIxE8LR%2CcAAA%3BI0ChOA%2CqBAAA%3BI8ByCY%2CkBAAA%3B%3BE9BnCZ%2Ca8B2BI%2CkBACI%2CO9B5BP%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BI1C9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CS2C9NQ%2CO3C8NR%3BIAAA%2Ca4CvRe%2CY5CuRf%3BIAAA%2CsBAAA%3BI0CqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BE8B9PY%2CaAVR%2CkBACI%2COASK%3BIACG%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3B%3BE9BkBhB%2Ca8B%5C%2FBI%2CkBAiBK%2COAAQ%2CO9BchB%3BI1CgKD%2CS2C%5C%2FNM%2CO3C%2BNN%3B%3BEwE1NA%2CaAoDI%3BIxEsKJ%2CSAAA%3BIAAA%2CUAAA%3BID1KA%2CqBAAA%3BIyEMQ%2CaAAA%3BIACA%2CaAAA%3B%3BEAIA%2CaADJ%2CkBACK%2COACG%3BIACI%2CcAAA%3B%3BEA7DhB%2CaAkEI%2CQAAO%3BIxEwJX%2CSAAA%3BIAAA%2CUAAA%3BID1KA%2CqBAAA%3BIyEoBQ%2CgCAAA%3B%3BEApER%2CaAkEI%2CQAAO%2CMAIH%3BIACI%2CiBAAA%3BIACA%2CSAAA%3B%3BEAEA%2CaARR%2CQAAO%2CMAIH%2CGAIK%2CMAAM%3BIACH%2C6BAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3B%3BEA7EhB%2CaAkEI%2CQAAO%2CMAIH%2CGAUM%3BIACE%2C6BAAA%3B%3BEAjFhB%2CaAkEI%2CQAAO%2CMAmBH%3BEArFR%2CaAkEI%2CQAAO%2CMAoBH%2CEAAC%3BIxEoIT%2CcAAA%3BIAAA%2CqBAAA%3BIwEjIY%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3B%3BEA3FZ%2CaAkEI%2CQAAO%2CMA4BH%2CQAAO%3BIACH%2CSAAA%3B%3BEAKZ%3BIACI%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAHJ%2CgBAKI%3BIxEiGN%2C6BAAA%3BIACK%2C0BAAA%3BIACC%2CyBAAA%3BIAcJ%2CqBAAA%3BIwE%5C%2FGQ%2CYAAA%3BIACA%2COAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAVR%2CgBAaI%3BIACI%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAIR%2CSACI%3BIACI%2CMAAM%2CiBAAN%3B%3BEAFR%2CSAKI%3BIxE4EN%2CoDAAA%3BIACK%2CiDAAA%3BIACC%2CgDAAA%3BIAcJ%2C4CAAA%3BIwEzFQ%2COAAA%3BIACA%2CWAAA%3B%3BEAIA%2CSADJ%2CYACK%3BIACG%2C8BAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAKZ%3BIAEI%2CkBAAA%3BIACA%2CUAAA%3B%3BExEjLJ%2CmBAAC%3BEACD%2CmBAAC%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CmBAAC%3BIACG%2CWAAA%3B%3BEwE6KJ%3BIACI%2CmBAAA%3BIACA%2CqBAAA%3BIACA%2CyBAAA%3BIACA%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CaAAA%3B%3BEAEA%2CwBAAC%3BIACG%2CuBAAA%3BIACA%2CgBAAA%3B%3BEAIA%2CwBADJ%2C0BACK%3BIACG%2CqBAAA%3B%3BEAKZ%3BIAEI%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIAMA%2CaAAA%3B%3BExEvNJ%2C0BAAC%3BEACD%2C0BAAC%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2C0BAAC%3BIACG%2CWAAA%3B%3BEwE4MA%2C0BAAC%3BIACG%2CcAAA%3B%3BEgGnNR%3BIxKmPA%2CmBAAA%3BIwKhPI%2CsBAAA%3B%3BEAHJ%2CWAKI%3BIACI%2CSAAA%3BIACA%2CUAAA%3B%3BEAPR%2CWAUI%3BIACI%2CSAAA%3B%3BEAXR%2CWAcI%3BIACI%2CcAAA%3BIxKoOR%2CeAAA%3BIAAA%2CgBAAA%3BIAAA%2CkBAAA%3BIAAA%2CkBAAA%3B%3BEwKnPA%2CWAsBI%3BEAtBJ%2CWAuBI%2CEAAC%3BIxK4NL%2CcAAA%3BIAAA%2CqBAAA%3B%3BEwKnPA%2CWA4BI%3BIxKuNJ%2C6BAAA%3BIAAA%2CiBAAA%3B%3BEwKnPA%2CWA4BI%2CQAIM%3BIxKmNV%2CgBAAA%3BIAAA%2CwBAAA%3BIAAA%2CyBAAA%3BIwK7MY%2CqBAAA%3B%3BEACA%2CWAXR%2CQAIM%2CaAOG%3BIxK4Mb%2CWAAA%3B%3BEwKvMQ%2CWAhBJ%2CQAgBK%2COACG%2CcACI%3BIxKqMhB%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CuBAAA%3BIAAA%2CWAAA%3BIAAA%2CiBAAA%3BIwK7LoB%2CqBAAA%3B%3BEAtDpB%2CWA4BI%2CQA%2BBM%3BIxKwLV%2CgBAAA%3B%3BEwKpLQ%2CWAnCJ%2CQAmCK%2COAEK%2CIAAC%2CIAAI%3BEADX%2CWApCJ%2CQAoCK%2CWACK%2CIAAC%2CIAAI%3BIxKkLnB%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CuBAAA%3BIAAA%2CWAAA%3B%3BEwKpLQ%2CWAnCJ%2CQAmCK%2COAEK%2CIAAC%2CIAAI%2CkBAQH%2CKAAI%2CIAAI%3BEAThB%2CWApCJ%2CQAoCK%2CWACK%2CIAAC%2CIAAI%2CkBAQH%2CKAAI%2CIAAI%3BIxK0KxB%2CiBAAA%3B%3BEwKlKQ%2CWADJ%2CGAAE%2COACG%3BIxKkKT%2CgCAAA%3B%3BEwKnPA%2CWAsFI%2CSACM%3BIACE%2CqBAAA%3B%3BEAEI%2CWAJZ%2CSACM%2CKAEI%2CIACG%3BIxKyJjB%2CWAAA%3B%3BEwKnJQ%2CWAVJ%2CSAUK%2CIAAI%3BIxKmJb%2CgBAAA%3BIAAA%2CgBAAA%3BIwK7IY%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CoBAAA%3BIACA%2C8BAAA%3B%3BEAXJ%2CWAVJ%2CSAUK%2CIAAI%2CcAaC%2CKACI%3BIxKqIlB%2CkBAAA%3B%3BEwKjIgB%2CWA5BZ%2CSAUK%2CIAAI%2CcAaC%2CKAKG%3BIACG%2CgBAAA%3B%3BEAnBZ%2CWAVJ%2CSAUK%2CIAAI%2CcAuBD%3BIACI%2CcAAA%3BIxK2HhB%2CkBAAA%3B%3BEwKnJQ%2CWAVJ%2CSAUK%2CIAAI%2CcAuBD%2CGAIM%3BIACE%2CSAAA%3B%3BEA5BZ%2CWAVJ%2CSAUK%2CIAAI%2CcAuBD%2CGAIM%2CKAGE%3BIxKqHpB%2CcAAA%3BIwKhHwB%2CcAAA%3BIACA%2CmBAAA%3B%3BEACA%2CWA%5C%2FCpB%2CSAUK%2CIAAI%2CcAuBD%2CGAIM%2CKAGE%2CEAOK%3BIxK8GzB%2CWAAA%3B%3BEwKvGY%2CWAtDR%2CSAUK%2CIAAI%2CcA4CA%3BIACG%2CyBAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3B%3BEA%5C%2FCR%2CWAVJ%2CSAUK%2CIAAI%2CcAkDD%2CQACM%3BIxKgGlB%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CuBAAA%3BIAAA%2CWAAA%3BIAAA%2CiBAAA%3B%3BEwKpFgB%2CWAzEZ%2CSAUK%2CIAAI%2CcA8DD%2CQACK%2COACK%3BIxKmFtB%2CiBAAA%3B%3BEmFtRA%3BIACI%2CaAAA%3B%3BEKwOA%2CYAAC%3BIxF6CL%2CUAAA%3BIAAA%2CYAAA%3B%3BEwF5NA%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%3BEC1IZ%3BID7EA%2CSAAA%3BIACA%2COAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CyDAAA%3BIACQ%2CiDAAA%3BIxFsPR%2CUAAA%3BIAAA%2CYAAA%3B%3BEwFpPA%2CaAAC%3BIACG%2CmBAAA%3BIACA%2CUAAA%3BIACA%2CqCAAA%3BIACQ%2C6BAAA%3B%3BEAJZ%2CaAAC%2CMAMG%3BIACI%2CmBAAmB%2CeAAnB%3BIACQ%2CWAAW%2CeAAX%3B%3BEC0DhB%2CaDtDA%3BIxFwOA%2CsBAAA%3BIAAA%2C4CAAA%3BIwFrOI%2CUAAA%3BIACA%2CoBAAA%3B%3BEAQJ%2CaAAC%2CMACG%3BIACI%2CmBAAmB%2CaAAnB%3BIACQ%2CWAAW%2CaAAX%3B%3BECuChB%2CaDnCA%3BIACI%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAmB%2CgBAAnB%3BIACQ%2CWAAW%2CgBAAX%3BIACR%2CsDAAA%3BIACQ%2CsCAAA%3BIACR%2CWAAA%3B%3BEC8BA%2CaAAC%3BIACG%2CiCAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3B%3BEANR%2CaASI%3BIzFyKJ%2CyBAAA%3BIyFvKQ%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3B%3BEAKJ%2CIAAC%3BIACG%2CaAAA%3BIACA%2CgBAAA%3BIACA%2CYAAA%3B%3BEAHJ%2CIAAC%2CkBAKG%3BIzF2JR%2CwCAAA%3B%3BEyFlJI%2CYAAC%2CYACG%2CkBAAiB%3BIzFiJzB%2CyBAAA%3B%3BEyF5IY%2CYANP%2CYAKI%2CcACI%3BIACG%2CiCAAA%3BIACA%2CgBAAA%3B%3BEAHR%2CYALH%2CYAKI%2CcAMG%3BIACI%2CYAAA%3BIACA%2CgBAAA%3B%3BEAdhB%2CYAmBI%3BIzFgIJ%2CaAAA%3BIAAA%2CgBAAA%3B%3BE0FxOA%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%3BEkEXJ%3BIACI%2CeAAA%3B%3BECHJ%3BIACI%2CeAAA%3B%3BE5DgBJ%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%3BEyD1BJ%2CoBACI%2CQAAO%2CIAAI%2CeACP%2CMAAK%3BIACD%2CWAAA%3BIACA%2CWAAA%3B%3BEAJZ%2CoBAQI%2CQAAO%2CIAAI%2CqBACP%2CMAAK%3BIACD%2CWAAA%3BIACA%2CWAAA%3B%3BEhHmbZ%2C%2BBACI%3BIACI%2CcAAA%3B%3BEAFR%2C%2BBAKI%3BIACI%2CeAAA%3B%3BEQpVR%2CkBACI%3BIACI%2CeAAA%3B%3BErC0aR%2CqBACI%2CQAAO%3BIRlKX%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIAkCA%2C8BAAA%3BIACI%2C0BAAA%3BIACI%2CsBAAA%3B%3BEQ2HR%2CqBAMI%2CSAAQ%3BIR3HZ%2CkBAAA%3BIACC%2CiBAAA%3BIACQ%2CSAAA%3B%3BEQweT%2CQAAQ%3BEACR%3BIACI%2CaAAA%3B%3BEE9gBJ%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%3BEAMR%2CKAfP%2CcAcG%2CKACK%3BEACD%2CKAhBP%2CcAcG%2CKAEK%3BEACD%2CKAjBP%2CcAcG%2CKAGK%3BEACD%2CKAlBP%2CcAcG%2CKAIK%3BIACG%2CsBAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAEA%2CKAzBX%2CcAcG%2CKACK%2CIAUI%3BEAAD%2CKAzBX%2CcAcG%2CKAEK%2CMASI%3BEAAD%2CKAzBX%2CcAcG%2CKAGK%2CSAQI%3BEAAD%2CKAzBX%2CcAcG%2CKAIK%2CKAOI%3BIACG%2CSAAS%2CaAAT%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3B%3BEAIR%2CKAjCP%2CcAcG%2CKAmBK%3BIACG%2CmBAAA%3B%3BEAlCZ%2CKAAC%2CcAsCG%2CMAAM%2CKAAI%3BIACN%2CiBAAA%3B%3BEAvCR%2CKAAC%2CcA0CG%2CMAAQ%2CKAAK%2CKAAE%3BIACX%2CSAAA%3B%3BEAKZ%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAFJ%2CYAII%3BIACI%2CaAAA%3B%3BEALR%2CYAQI%2CQACI%2CMAAQ%2CKAAE%2CIAAI%2CaAAgB%2CKAAE%3BIAC5B%2CSAAA%3B%3BEchcZ%2CqBACI%2CaACI%2CcACI%3BIACI%2CWAAA%3B%3BEAJhB%2CqBACI%2CaACI%2CcAKI%3BIACI%2CcAAA%3B%3BEqI6FhB%2CcACI%3BI7JqJJ%2CUAAA%3BIAAA%2CSAAA%3BI6JlJQ%2CUAAA%3B%3BEjIOR%2CwBACI%3BI5B0IJ%2CeAAA%3B%3BE4B3IA%2CwBAKI%3BI5BsIJ%2CaAAA%3B%3BE4B3IA%2CwBASI%3BI5BkIJ%2CkBAAA%3B%3BE4B3IA%2CwBAaI%2C0BACI%3BIACI%2CcAAA%3B%3BEuBKZ%2CwBACI%3BInDsHJ%2CeAAA%3B%3BEmDvHA%2CwBACI%2CgBAGI%3BInDmHR%2CaAAA%3B%3BEmDvHA%2CwBACI%2CgBAOI%3BInD%2BGR%2CkBAAA%3B%3BEuCwOQ%2CgBADJ%2CUACK%3BIACG%2CkBAAA%3B%3BEAKZ%2CQACI%2CMAAK%3BIACD%2CiBAAA%3B%3BEAFR%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CaAGM%3BIACE%2CYAAA%3BIvCzPpB%2CaAAA%3B%3BEuC8OA%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSAUN%2CeACI%3BIvC%5C%2FPhB%2CiBAAA%3B%3BEuCiQoB%2CQAdhB%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSAUN%2CeACI%2CKAEK%3BIACG%2CgBAAA%3B%3BEAQxB%2CQAAQ%2CcACJ%3BIACI%2CcAAA%3BIvC5QR%2CiBAAA%3B%3BEuCiRA%2CuBACI%3BIACI%2CkBAAA%3B%3BEejdR%2CcACI%2CUAAU%3BIACN%2CoBAAA%3B%3BEAFR%2CcAKI%2CiBACI%3BIACI%2CYAAA%3B%3BEAKZ%2CMAAM%3BIACF%2CWAAA%3B%3BEAGJ%2CsBACI%2CmBACI%3BIACI%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3B%3BEzB8HZ%2CaACI%2CiBACI%3BI7ByCR%2CeAAA%3BI6BvCY%2CaAAA%3BIACA%2CWAAA%3B%3BEAKZ%3BI7BiCA%2C6BAAA%3BI6B%5C%2FBI%2CgBAAA%3B%3BEAGI%2CgBADJ%2COACK%3BI7B4BT%2CiBAAA%3BI6B1BY%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3BEATZ%2CgBAaI%3BIACI%2CoBAAA%3BIACA%2CqBAAA%3B%3BEAIR%3BIACI%2CmBAAA%3B%3BEAQA%2CKAAC%2CcACG%3BIACI%2C6BAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAPZ%2CKAWI%3BI7BLJ%2CqBAAA%3BI0ChOA%2CqBAAA%3B%3BEb0NA%2CKAWI%2CaajBF%3BI1ChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BE0C2CA%2CKb%2BNI%2Caa%5C%2FNH%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BI1C9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSC3QW%2COD2QX%3BIAAA%2Ca4CvRe%2CY5CuRf%3BIAAA%2CSAAA%3BIAAA%2CsBAAA%3BI0CqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAtRI%2CKbkNA%2CaanNH%2CMACI%3BI1C6ML%2CWAAA%3B%3BE0CvMI%2CKb4MA%2Caa7MH%2COACI%3BI1CuML%2CcAAA%3B%3BE6BkBQ%2CKAbJ%2CaAaK%3BIACG%2CyBAAA%3BIACA%2CyBAAA%3BIACA%2C0BAAA%3BIACA%2CwBAAA%3B%3BEAEA%2CKAnBR%2CaAaK%2CQAMI%3BIACG%2CWAAA%3B%3BEAOZ%2CuBAAI%3BIACA%2CUAAA%3BIACA%2CkBAAA%3B%3BEVtFR%2CKAAK%2CcACD%3BInBmDJ%2CqBAAA%3BI0C9QA%2CqBAAA%3B%3BEvB0NA%2CKAAK%2CcACD%2CqBuBuCF%3BI1ChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BE0CHA%2CKvBoNK%2CcACD%2CqBuBrNH%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BI1C9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSC1QiB%2COD0QjB%3BIAAA%2Ca4CvRe%2CY5CuRf%3BIAAA%2CsBAAA%3BI0CqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2CKvBuMC%2CcACD%2CqBuBzMH%2CMACI%3BI1C2PL%2CWAAA%3B%3BE0CrPI%2CKvBiMC%2CcACD%2CqBuBnMH%2COACI%3BI1CqPL%2CcAAA%3B%3BE8BtEA%2CuBAEI%3BEADJ%2CeACI%3BI9BoEJ%2CgCAAA%3BI8BlEQ%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAKR%3BIACI%2CWAAA%3B%3BEAGJ%2CsBACM%3BIACE%2CgBAAA%3B%3BEAIR%3BIACI%2CWAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CsBACI%3BIACI%2CWAAA%3B%3BEAIR%2CaACI%2CiBACI%2CcACI%3BEAHZ%2CaACI%2CiBACI%2CcAEI%3BIACI%2CcAAA%3B%3BEgBjIhB%2CcAAc%3BI9CmKd%2CkBAAA%3BIAAA%2CmBAAA%3B%3BEiD3FI%2CIAAC%2CcACG%3BIACI%2CaAAA%3B%3BEAFR%2CIAAC%2CcAKG%3BIACI%2CSAAA%3BIACA%2CqBAAA%3BIACA%2CkBAAA%3B%3BEARR%2CIAAC%2CcAWG%3BIACI%2CYAAA%3B%3BEAMR%2COAAC%3BIACG%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3B%3BEAHJ%2COAAC%2COAKG%2CqBAAoB%3BIAChB%2CiBAAA%3B%3BEANR%2COAAC%2COASG%3BIACI%2C6BAAA%3BIACA%2CYAAA%3BIACA%2COAAA%3BIACA%2CeAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3BIACA%2CUAAA%3B%3BEAhBR%2COAAC%2COASG%2CcASI%3BIjDuDZ%2CgBAAA%3BIiDrDgB%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3BIjDgDhB%2CqBAAA%3BI0ChOA%2CqBAAA%3B%3BEAMA%2COOiJK%2COASG%2CcASI%2COPnKX%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BI1C9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CS2C1OU%2CO3C0OV%3BIAAA%2Ca4CvRe%2CY5CuRf%3BIAAA%2CsBAAA%3BI0CqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEOlJI%2COAAC%2COAmCG%3BIjDsCR%2CuBAAA%3BIiDpCY%2CcAAA%3BIACA%2CYAAA%3BIACA%2COAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3BIACA%2CUAAA%3B%3BEA5CR%2COAAC%2COA%2BCG%3BIjD0BR%2CgBAAA%3BIiDxBY%2CSAAA%3BIACA%2CcAAA%3BIACA%2COAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3B%3BEAMR%2COAAE%2CQAAC%3BIACC%2CeAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2COAAC%3BIACG%2CoBAAA%3B%3BEAGJ%2COAAC%3BIACG%2CaAAA%3B%3BEAIR%2COAAQ%3BIACJ%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAFJ%2COAAQ%2CgBAIJ%3BIACI%2CaAAA%3B%3BEAGJ%2COARI%2CgBAQH%3BIACG%2CkBAAA%3BIACA%2CyBAAA%3BIACA%2CUAAA%3BIjDdR%2CcAAA%3BI0C9QA%2CqBAAA%3B%3BEAMA%2COO2QQ%2CgBAQH%2CSPnRJ%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BI1C9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CS2C9NQ%2CO3C8NR%3BIAAA%2Ca4CvRe%2CY5CuRf%3BIAAA%2CsBAAA%3BI0CqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEOlDQ%2COApBA%2CgBAQH%2CSAYI%3BIACG%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3BEAGJ%2COA1BA%2CgBAQH%2CSAkBI%3BIjD7BT%2CcAAA%3BIiD%2BBY%2CSAAS%2CKAAK%2CiBAAiB%2CGAA%5C%2FB%3BIACA%2CgBAAA%3B%3BEAIR%2COAjCI%2CgBAiCH%3BIACG%2CoBAAA%3B%3BEP9MR%2COO4KQ%2CgBAiCH%2COAGG%2CgBPhNP%3BI1CyKD%2CS2C%5C%2FNM%2CO3C%2BNN%3B%3BEiDoCI%2COAjCI%2CgBAiCH%2COAUG%3BIACI%2CcAAA%3B%3BEAGJ%2COA%5C%2FCA%2CgBAiCH%2COAcO%3BIACA%2CcAAA%3B%3BEAIR%2COApDI%2CgBAoDA%3BIACA%2CaAAA%3B%3BEAMA%2CkBADJ%2CcACK%3BIACG%2CoCAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3B%3BEAXZ%2CkBAeI%3BIACI%2CiBAAA%3B%3BEAIR%2CiBACI%2CSACI%3BIjD8ER%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BE4DvVT%3BIACI%2CeAAA%3B%3BEAGJ%3BEACA%3BIACI%2CqBAAA%3B%3BEAEA%2CcAAC%2CIAAI%3BEAAL%2CcAAC%2CIAAI%3BIACD%2CiBAAA%3B%3BE7BkNR%3BIACI%2CWAAA%3BIACA%2CiBAAA%3B%3BEAII%2C0BAFJ%2CUAEK%3BIACG%2CoBAAA%3B%3BEADJ%2C0BAFJ%2CUAEK%2COAEG%3BI%5C%2FB9CZ%2CiBAAA%3B%3BE%2BBmDY%2C0BATR%2CUAEK%2COAOI%3BIACG%2C6BAAA%3BI%5C%2FBpDhB%2CmBAAA%3BI%2BBsDgB%2CaAAA%3BIACA%2CeAAA%3B%3BEAEA%2C0BAfZ%2CUAEK%2COAOI%2CMAMI%3BIACG%2CcAAA%3B%3BEAPR%2C0BATR%2CUAEK%2COAOI%2CMAUG%3BIACI%2CeAAA%3B%3BEAEA%2C0BAtBhB%2CUAEK%2COAOI%2CMAUG%2CMAGK%3BIACG%2CaAAA%3B%3BEAGJ%2C0BA1BhB%2CUAEK%2COAOI%2CMAUG%2CMAOK%3BIACG%2CaAAA%3B%3BEAlBZ%2C0BATR%2CUAEK%2COAOI%2CMAUG%2CMAWI%3BI%5C%2FBxEpB%2CWAAA%3BI%2BB0EwB%2CcAAA%3BIACA%2CeAAA%3BIACA%2CqBAAA%3B%3BEAEA%2C0BApCpB%2CUAEK%2COAOI%2CMAUG%2CMAWI%2CEAMK%3BI%5C%2FB9EzB%2CmBAAA%3B%3BE%2BB6FQ%2C0BAnDJ%2CUAmDK%2CMACG%3BI%5C%2FB9FZ%2CiBAAA%3B%3BE%2BBoGQ%2C0BA1DJ%2CUA0DK%3BIACG%2CmBAAA%3B%3BEAKA%2C0BAhER%2CUA%2BDK%2CQACI%3BEACD%2C0BAjER%2CUA%2BDK%2CQAEI%3BIACG%2CmBAAA%3B%3BEASJ%2CcAHE%2CSACV%2CSACK%2CKACI%3BIACG%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3B%3BEAIA%2CuBAAwB%2CeAV1B%2CSACV%2CSACK%2CKAOI%3BIAEO%2CeAAA%3B%3BEAQJ%2CuBAAwB%2CeAnB1B%2CSACV%2CSACK%2CKAaI%3BEAIG%2CuBAAwB%2CeAnB1B%2CSACV%2CSACK%2CKAcI%3BEAGG%2CuBAAwB%2CeAnB1B%2CSACV%2CSACK%2CKAeG%3BEAEI%2CuBAAwB%2CeAnB1B%2CSACV%2CSACK%2CKAgBI%3BIAEO%2CkBAAA%3B%3BEApBpB%2CcAAc%2CSA0BV%3BIACI%2CaAAA%3B%3BEjBqER%2CoBACI%3BIACI%2CaAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3B%3BEALR%2CoBAQI%3BIACI%2CkBAAA%3B%3BEATR%2CoBAYI%2CQAAO%3BEAZX%2CoBAaI%2CQAAO%3BIACH%2CSAAA%3B%3BEmJ5aR%3BIACI%2COAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEALJ%2CsBAWI%3BIACI%2C6BAAA%3BIACA%2CaAAA%3B%3BEAEA%2CsBAJJ%2CSAIK%3BIACG%2CcAAA%3B%3BElJ0PZ%3BEACA%2CiBAAoB%3BIAChB%2CaAAA%3B%3BEAGJ%2CaAAc%2CkBAAkB%2COAAM%3BIfnEtC%2CiBAAA%3BIeqEI%2CYAAA%3BIACA%2CSAAA%3B%3BEAGJ%2CWAAY%2CQAAQ%2CWAAU%3BIfzE9B%2CiBAAA%3BIe2EI%2CWAAA%3BIACA%2CQAAA%3B%3BEAGJ%2CYAAa%2CQAAO%2CQAChB%3BIfhFJ%2CmBAAA%3BIAAA%2CiBAAA%3BIemFQ%2CeAAA%3B%3BEAJR%2CYAAa%2CQAAO%2CQAChB%2CgBAKI%3BIACI%2CcAAA%3B%3BEAPZ%2CYAAa%2CQAAO%2CQAChB%2CgBAKI%2CkBAGI%2CGAAE%3BIACE%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3B%3BEAEA%2CYAhBH%2CQAAO%2CQAChB%2CgBAKI%2CkBAGI%2CGAAE%2CSAOG%3BEACD%2CYAjBH%2CQAAO%2CQAChB%2CgBAKI%2CkBAGI%2CGAAE%2CSAQG%3BIACG%2CaAAA%3B%3BEAlBpB%2CYAAa%2CQAAO%2CQAChB%2CgBAKI%2CkBAgBI%3BEAtBZ%2CYAAa%2CQAAO%2CQAChB%2CgBAKI%2CkBAiBI%3BIACI%2C6BAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3B%3BEA1BhB%2CYAAa%2CQAAO%2CQAChB%2CgBAKI%2CkBAuBI%2CkBAAkB%3BIACd%2CaAAA%3B%3BEA9BhB%2CYAAa%2CQAAO%2CQAChB%2CgBAKI%2CkBA2BI%2CiBAAiB%3BIACb%2CUAAA%3B%3BEoBlOhB%2CcAAc%3BIACV%2CiBAAA%3BIACA%2CiBAAA%3B%3BEAGI%2CcALM%2CSAIV%2CSACK%3BIACG%2CoBAAA%3BIACA%2CkBAAA%3B%3BEAEA%2CcATE%2CSAIV%2CSACK%2CKAII%3BIACG%2CWAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CcAdE%2CSAIV%2CSACK%2CKASI%3BInCmGb%2CiBAAA%3B%3BEmC%5C%2FFY%2CcAlBE%2CSAIV%2CSACK%2CKAaI%3BIACG%2CcAAA%3B%3BEADJ%2CcAlBE%2CSAIV%2CSACK%2CKAaI%2CQAGG%3BIACI%2CkBAAA%3B%3BEAEA%2CcAxBN%2CSAIV%2CSACK%2CKAaI%2CQAGG%2CQAGK%3BIACG%2CeAAA%3B%3BEAGJ%2CcA5BN%2CSAIV%2CSACK%2CKAaI%2CQAGG%2CQAOK%3BIACG%2CWAAA%3B%3BEAGJ%2CcAhCN%2CSAIV%2CSACK%2CKAaI%2CQAGG%2CQAWK%3BIACG%2CYAAA%3B%3BEAGJ%2CcApCN%2CSAIV%2CSACK%2CKAaI%2CQAGG%2CQAeK%3BEACD%2CcArCN%2CSAIV%2CSACK%2CKAaI%2CQAGG%2CQAgBK%3BIACG%2CeAAA%3B%3BEAKZ%2CcA3CE%2CSAIV%2CSACK%2CKAsCI%3BEACD%2CcA5CE%2CSAIV%2CSACK%2CKAuCI%3BEAvCL%2CcALM%2CSAIV%2CSACK%2CKAwCG%3BEACA%2CcA9CE%2CSAIV%2CSACK%2CKAyCI%3BIACG%2CiBAAA%3B%3BEA1CR%2CcALM%2CSAIV%2CSACK%2CKA6CG%3BIACI%2CWAAA%3BIACA%2CgBAAA%3B%3BEA%5C%2FCR%2CcALM%2CSAIV%2CSACK%2CKA6CG%2CYAII%3BIACI%2CeAAA%3B%3BEAlDZ%2CcALM%2CSAIV%2CSACK%2CKAsDG%3BEAtDJ%2CcALM%2CSAIV%2CSACK%2CKAuDG%2COAAM%3BIACF%2CaAAA%3B%3BEAIR%2CcAjEM%2CSAIV%2CSA6DK%3BIACG%2CeAAA%3B%3BEAOJ%2CqBADJ%2CSACK%3BIACG%2CWAAA%3B%3BEAEA%2CqBAJR%2CSACK%2CKAGI%3BIACG%2CWAAA%3B%3BEAMhB%2CKAAK%2CcACD%3BInC6BJ%2CqBAAA%3BI0C9QA%2CqBAAA%3B%3BEPgPA%2CKAAK%2CcACD%2CmBOiBF%3BI1ChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BE0CHA%2CKP0OK%2CcACD%2CmBO3OH%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BI1C9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CS2ChQiB%2CO3CgQjB%3BIAAA%2Ca4CvRe%2CY5CuRf%3BIAAA%2CsBAAA%3BI0CqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2CKP6NC%2CcACD%2CmBO%5C%2FNH%2CMACI%3BI1C2PL%2CWAAA%3B%3BE0CrPI%2CKPuNC%2CcACD%2CmBOzNH%2COACI%3BI1CqPL%2CcAAA%3B%3BEmKxOA%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%3B%3BAI9CZ%2CwBAJqD%3BErJwgBrD%3BEmChZQ%2C4BADJ%2CKAAI%2CMACC%3BElCgDD%2CyBADJ%2CKAAI%2CQACC%3BInB%5C%2FKT%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAiBA%2CwBAAC%3BEACD%2CwBAAC%3BEkB2xBD%2C0BACI%2CMAAQ%2CKlB7xBX%3BEkB4xBD%2C0BACI%2CMAAQ%2CKlB5xBX%3BEqEND%2CcAyCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAGI%2CGrExCX%3BEqELD%2CcAyCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAGI%2CGrEvCX%3BEmBoJD%2CyBACI%2CKAAI%2CQnBtJP%3BEmBqJD%2CyBACI%2CKAAI%2CQnBrJP%3BEqCwQG%2CcAAC%2CaAkBG%2CMAAK%2CMnBkgBT%2CMAAQ%2CKlB7xBX%3BEqCyQG%2CcAAC%2CaAkBG%2CMAAK%2CMnBkgBT%2CMAAQ%2CKlB5xBX%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CwBAAC%3BEkBsxBD%2C0BACI%2CMAAQ%2CKlBvxBX%3BEqEXD%2CcAyCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAGI%2CGrElCX%3BEmB%2BID%2CyBACI%2CKAAI%2CQnBhJP%3BEqCmQG%2CcAAC%2CaAkBG%2CMAAK%2CMnBkgBT%2CMAAQ%2CKlBvxBX%3BIACG%2CWAAA%3B%3BEkBwxBI%2C0BAFJ%2CMAAQ%2CKAEH%2CIAAI%3BEmBthBT%2CcAAC%2CaAkBG%2CMAAK%2CMnBkgBT%2CMAAQ%2CKAEH%2CIAAI%3BIlB3iBb%2C6BAAA%3B%3BEkBijBgB%2C0BARZ%2CMAAQ%2CKAMF%2CKAAE%2CIACC%2CKACI%3BEmB5hBb%2CcAAC%2CaAkBG%2CMAAK%2CMnBkgBT%2CMAAQ%2CKAMF%2CKAAE%2CIACC%2CKACI%3BIACG%2CaAAA%3B%3BEAIR%2C0BAbR%2CMAAQ%2CKAMF%2CKAAE%2CIAOC%3BEACD%2C0BAdR%2CMAAQ%2CKAMF%2CKAAE%2CIAQC%3BEACD%2C0BAfR%2CMAAQ%2CKAMF%2CKAAE%2CIASC%3BEmBniBT%2CcAAC%2CaAkBG%2CMAAK%2CMnBkgBT%2CMAAQ%2CKAMF%2CKAAE%2CIAOC%3BEmBjiBT%2CcAAC%2CaAkBG%2CMAAK%2CMnBkgBT%2CMAAQ%2CKAMF%2CKAAE%2CIAQC%3BEmBliBT%2CcAAC%2CaAkBG%2CMAAK%2CMnBkgBT%2CMAAQ%2CKAMF%2CKAAE%2CIASC%3BIACG%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAEA%2C0BAtBZ%2CMAAQ%2CKAMF%2CKAAE%2CIAOC%2CIASI%3BEAAD%2C0BAtBZ%2CMAAQ%2CKAMF%2CKAAE%2CIAQC%2CMAQI%3BEAAD%2C0BAtBZ%2CMAAQ%2CKAMF%2CKAAE%2CIASC%2CSAOI%3BEmB1iBb%2CcAAC%2CaAkBG%2CMAAK%2CMnBkgBT%2CMAAQ%2CKAMF%2CKAAE%2CIAOC%2CIASI%3BEmB1iBb%2CcAAC%2CaAkBG%2CMAAK%2CMnBkgBT%2CMAAQ%2CKAMF%2CKAAE%2CIAQC%2CMAQI%3BEmB1iBb%2CcAAC%2CaAkBG%2CMAAK%2CMnBkgBT%2CMAAQ%2CKAMF%2CKAAE%2CIASC%2CSAOI%3BIACG%2CSAAS%2CcAAc%2CGAAvB%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAIR%2C0BA9BR%2CMAAQ%2CKAMF%2CKAAE%2CIAwBC%3BEmBljBT%2CcAAC%2CaAkBG%2CMAAK%2CMnBkgBT%2CMAAQ%2CKAMF%2CKAAE%2CIAwBC%3BIACG%2CSAAA%3B%3BEAhChB%2C0BAqCI%3BEmBxjBA%2CcAAC%2CaAkBG%2CMAAK%2CMnBsiBT%3BIACI%2CSAAA%3B%3BEAuNR%2C0BACI%2CMACI%3BIACI%2CeAAA%3B%3BEAEA%2C0BAJR%2CMACI%2CKAGK%3BIACG%2CkBAAA%3B%3BEANhB%2C0BAWI%2CMACI%3BIACI%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAdZ%2C0BAWI%2CMAMI%3BIACI%2CcAAA%3BIACA%2CgBAAA%3B%3BEAnBZ%2C0BAWI%2CMAWI%2COAAM%3BIlB3zBd%2CiBAAA%3B%3BEkBqyBA%2C0BAWI%2CMAWI%2COAAM%2COAGF%3BIACI%2CiBAAA%3BIACA%2CcAAA%3B%3BEA3BhB%2C0BAWI%2CMAWI%2COAAM%2COAQF%3BIACI%2CkBAAA%3BIACA%2CcAAA%3B%3BEAhChB%2C0BAWI%2CMAWI%2COAAM%2COAQF%2CQAII%3BIACI%2CgBAAA%3B%3BEA2DpB%3BEkCtnCA%2CcAAc%3BE4GnBd%2CcAAc%3BElJmWV%2CcAAC%3BId7FL%2CeAAA%3B%3BEkB25BI%2CkBAAC%3BEA%2ByBL%2C0BACI%2CGAhzBC%3BEA%2ByBL%2C0BAKI%2CGApzBC%3BEoIzqCO%2CQAHR%2C0BAEI%2CKACK%2CQpIyqCR%3BEoIzqCO%2CQAFR%2CkCACI%2CKACK%2CQpIyqCR%3BEV5RL%2CcAAc%2CWACV%2CkBAAoB%2CQAAQ%2CKACtB%2CKU0RL%3BEV5RL%2CcAAc%2CWACV%2CkBAAoB%2CQAAQ%2CKAEtB%2CKUyRL%3BERtzBL%2CKACI%2COAAM%2CMACF%2CKAAI%2CKQozBP%3BERtzBL%2CKACI%2COAAM%2CMAEF%2CcAAc%2CGQmzBjB%3BEClgCL%2CQACI%2CoBACI%2CKAAI%2CQDggCP%3BE4BrnCL%2CMAAM%2CQAUA%2CQAGI%2CKACI%2CK5BumCT%3BE8Bl0BL%2CQACI%2CeACI%2CKAAI%2CQ9Bg0BP%3BEJ1xBO%2CQAfR%2CmBAcI%2CKACK%2CQI0xBR%3BEJzxBO%2CQAhBR%2CmBAcI%2CKAEK%2CQIyxBR%3BERtyBL%2CYACI%2CQQqlDA%2CGAhzBC%3BERtyBL%2CYACI%2CQQylDA%2CGApzBC%3BE6CvgCL%2CkBAQI%2CQ7C%2ByDA%2CGAhzBC%3BE6CvgCL%2CkBAQI%2CQ7CmzDA%2CGApzBC%3BIlBvqCL%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEkBk9CA%3BEmD76CQ%2CcApBJ%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAoB7B%2CsBACG%2CMACI%3BEvD6WhB%2CoBAqCI%2CmBAAmB%3BEWvYf%2CYAdJ%2CuBAcK%2CcAmBG%3BIP%2B3CZ%2CaAAA%3B%3BEAsFA%2CwBACI%2CWACI%2CoBACI%3BEeh9CZ%2C4Bf88CI%2CWACI%2CoBACI%3BEe%5C%2F8CZ%2CyBf68CI%2CWACI%2CoBACI%3BEJ%5C%2FoCZ%2CQI6oCI%2CWACI%2CoBACI%3BEJ9oCZ%2CuBI4oCI%2CWACI%2CoBACI%3BEJ7oCZ%2CiBI2oCI%2CWACI%2CoBACI%3BIACI%2CcAAA%3B%3BEAJhB%2CwBACI%2CWACI%2CoBAKI%3BEep9CZ%2C4Bf88CI%2CWACI%2CoBAKI%3BEen9CZ%2CyBf68CI%2CWACI%2CoBAKI%3BEJnpCZ%2CQI6oCI%2CWACI%2CoBAKI%3BEJlpCZ%2CuBI4oCI%2CWACI%2CoBAKI%3BEJjpCZ%2CiBI2oCI%2CWACI%2CoBAKI%3BIAEI%2CgBAAA%3B%3BEA4ChB%2CyBACM%2CQAAQ%2CKAAK%2CKAAE%3BEqBtnCrB%2CQAMI%2CMAAK%2CMrBgnCH%2CQAAQ%2CKAAK%2CKAAE%3BIACb%2CSAAA%3B%3BEA%2BHR%3BEVlpCA%2CQAAQ%2CKAAK%2CSACT%3BE4C7iBJ%2CcAAc%3BEnBgFd%2CcAAc%3BEnBgQV%2CcAAC%3BEAkDL%2CoBACI%3BII4zCA%2CaAAA%3B%3BEAaJ%3BIACI%2CgBAAA%3B%3BEAgPJ%2C0BAeI%3BERpmDJ%2CYACI%2CQQmmDA%3BE6Cr0DJ%2CkBAQI%2CQ7C6zDA%3BIACI%2CiBAAA%3B%3BEmDn9DR%3BIACI%2C0BAAA%3BIlEwUJ%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2C4CAAA%3BIACA%2CiCAAA%3BIkE1UI%2CkBAAA%3B%3BEAHJ%2CcAKI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%3BIlE2ctC%2CYAAA%3BIACA%2CcAAA%3B%3BEkEjdA%2CcAKI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBlE8cpC%2CQAAQ%2CKAAK%3BIACX%2CaAAA%3B%3BEkEpdJ%2CcAKI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBlEkdpC%3BIACE%2CcAAA%3B%3BEkExdJ%2CcAKI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBlEkdpC%2CQAGI%3BIACE%2CcAAA%3B%3BEkE3dR%2CcAKI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBlEkdpC%2CQAGI%2CKAGE%3BEkE7dR%2CcAKI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBlEkdpC%2CQAGI%2CKAIE%3BIACI%2CmBAAA%3BIACA%2CcAAA%3BIHvOZ%2CaAAA%3B%3BEG0OY%2CckE9dR%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBlEkdpC%2CQAGI%2CKAGE%2CGAMK%2CSAAS%3BEAAV%2CckE9dR%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBlEkdpC%2CQAGI%2CKAIE%2CGAKK%2CSAAS%3BIH1OtB%2CiBAAA%3BIG4OgB%2CSAAS%2CcAAa%2CIAAtB%3BIACA%2CqBAAA%3BIH7OhB%2CcAAA%3BIAAA%2CgBAAA%3B%3BEqEzPA%2CcAKI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBlEuVpC%2CQAAQ%2CKAAK%3BIHnGf%2CyBAAA%3B%3BEqEzPA%2CcAKI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAG9B%2CMACM%2CKACI%2CKAAE%3BIACA%2CiBAAA%3B%3BEAXpB%2CcAKI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAG9B%2CMACM%2CKAKI%2CKAAE%3BIACA%2C6BAAA%3BIACA%2CoBAAA%3B%3BEAhBpB%2CcAKI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAG9B%2CMACM%2CKAUI%2CKAAE%2CIAAI%3BIACJ%2CgBAAA%3B%3BEAYA%2CcA3BhB%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAoB7B%2CsBACG%2CMAKI%2CGACK%3BIACG%2CYAAA%3BIACA%2CcAAA%3B%3BEAlCxB%2CcAyCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%3BIACI%2CcAAA%3B%3BEA3CZ%2CcAyCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAGI%3BIACI%2CcAAA%3B%3BEAGA%2CcARZ%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAGI%2CGAIK%2CYACG%3BEADJ%2CcARZ%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAGI%2CGAIK%2CYAEG%3BIACI%2CeAAA%3B%3BEApDxB%2CcAyCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAeI%3BIACI%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3B%3BEA7DhB%2CcAyCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAsBI%3BIACI%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CUAAA%3B%3BEApEhB%2CcAyCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMA6BI%2COAAM%3BIrEkLlB%2CiBAAA%3B%3BEqEzPA%2CcAyCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMA6BI%2COAAM%2COAEF%3BIACI%2CkBAAA%3B%3BEAOpB%2C2BACI%3BIACI%2CaAAA%3B%3BEAFR%2C2BAKI%2CMAAM%3BIACF%2CiBAAA%3B%3BEANR%2C2BASI%2CMACI%3BEAVR%2C2BASI%2CMAEI%3BIACI%2CcAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3B%3BEY3GR%2CMAAE%2COAAC%3BIACC%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CMAAC%3BIACG%2COAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CMAAC%3BIACG%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3BIACA%2CUAAA%3B%3BE7DkEA%2CoCADJ%2CKACK%3BIACG%2CgBAAA%3B%3BEAHZ%2CoCAOI%3BIACI%2CqBAAA%3B%3BEmHtGJ%2CaAAE%3BIACE%2CgBAAA%3B%3BElG8QI%2CcAFR%2CMAAK%2CMACD%2CSACK%3BIACG%2CgBAAA%3B%3BEAJhB%2CcASI%3BEATJ%2CcAUI%3BEAVJ%2CcAWI%3BIACI%2CqBAAA%3B%3BEAIA%2CcADJ%2CeAAe%2CKACV%2CIAAI%3BIACD%2CiBAAA%3B%3BEAGJ%2CcALJ%2CeAAe%2CKAKV%3BIACG%2CgBAAA%3B%3BEAIR%2CcAAC%2CaACG%2CWACI%2CMAAK%2CMACD%3BIACI%2CcAAA%3B%3BEAJhB%2CcAAC%2CaACG%2CWACI%2CMAAK%2CMACD%2CMAGI%3BIACI%2CcAAA%3B%3BEAPpB%2CcAAC%2CaACG%2CWACI%2CMAAK%2CMACD%2CMAOI%2CKAAI%3BIACA%2CcAAA%3BIACA%2CUAAA%3B%3BEArCxB%2CcAgDI%2CiBACI%3BIACI%2CiBAAA%3B%3BEAlDZ%2CcAgDI%2CiBAKM%3BIACE%2CiBAAA%3BIACA%2CeAAA%3B%3BEiH1TZ%2CmBACI%3BIACI%2CWAAA%3B%3BEjImEA%2C0BADJ%2CKACK%3BIACG%2CgBAAA%3B%3BEAHZ%2C0BAOI%3BIACI%2CqBAAA%3B%3BEwBaR%2COACI%2CgBACI%3BIACI%2CmBAAA%3BIACA%2CmBAAA%3B%3BEAIA%2COAPR%2CgBAMI%2CQACK%3BI7CuKb%2CqBAAA%3BIIzDA%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2C4BAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3BIJgDA%2CgBAAA%3B%3BE6CvKY%2COAPR%2CgBAMI%2CQACK%2COH2JX%3BI1ChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BE0CHA%2COG0FI%2CgBAMI%2CQACK%2COHjGZ%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BI1C9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CS2C5PS%2CO3C4PT%3BIAAA%2Ca4CvRe%2CY5CuRf%3BIAAA%2CgBAAA%3BIAAA%2CmBAAA%3BI0CqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2COG6EA%2CgBAMI%2CQACK%2COHrFZ%2CMACI%3BI1C2PL%2CcAAA%3B%3BE0CrPI%2COGuEA%2CgBAMI%2CQACK%2COH%5C%2FEZ%2COACI%3BI1CqPL%2CcAAA%3B%3BEI7CA%2COyCjII%2CgBAMI%2CQACK%2COzC0HZ%3BEACD%2COyClII%2CgBAMI%2CQACK%2COzC2HZ%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2COyCvII%2CgBAMI%2CQACK%2COzCgIZ%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2COyC5II%2CgBAMI%2CQACK%2COzCqIZ%3BEACD%2COyC7II%2CgBAMI%2CQACK%2COzCsIZ%3BEACD%2CQAAQ%2CUAAW%2CQyC9If%2CgBAMI%2CQACK%3BIzCwIT%2CoBAAA%3BIJ%2BBJ%2CYAAA%3B%3BEOhDI%2CcADW%2CSACV%3BIACG%2CmBAAA%3B%3BEAEA%2CcAJO%2CSACV%2CKAGI%3BIACG%2CkBAAA%3BIACA%2CUAAA%3B%3BEmDjHZ%3BIACI%2CgBAAA%3B%3BElDicJ%2CqBACI%2CQAAO%3BIACH%2CaAAA%3B%3BEAIR%3BIACI%2CeAAA%3BIACA%2CwBAAA%3B%3BEAFJ%2CmBAIM%2CIAAC%3BIACC%2CgBAAA%3B%3BEALR%2CmBAQM%2CIAAC%3BIACC%2CiBAAA%3B%3BEA0UR%2CcAAc%2CWACV%2CkBAAoB%2CQAAQ%2CKACtB%3BEAFV%2CcAAc%2CWACV%2CkBAAoB%2CQAAQ%2CKAEtB%3BIACE%2CmBAAA%3B%3BECnuBZ%3BIACI%2CcAAA%3B%3BECoMJ%2CKACI%2COAAM%2CMAMF%2CKAAI%3BIACA%2CkBAAA%3B%3BE4BEZ%3BIACI%2CcAAA%3B%3BE3BxUJ%2CYACI%3BIXuNJ%2CeAAA%3BIWrNQ%2CgBAAA%3BIACA%2CiBAAA%3B%3BEAJR%2CYAOI%3BIXiNJ%2CgBAAA%3B%3BEyBlFA%2CYACI%3BEADJ%2CYAEI%3BEAFJ%2CYAGI%3BIzB%2BEJ%2CmBAAA%3BIAAA%2CqBAAA%3BIAAA%2CgBAAA%3B%3BEyBlFA%2CYASI%2CYACM%3BIzBwEV%2CiBAAA%3B%3BEyBlFA%2CYAeI%3BIzBmEJ%2C6BAAA%3BIAAA%2CgBAAA%3BIAAA%2CiBAAA%3BIAAA%2CWAAA%3B%3BEyB7DQ%2CYANJ%2CuBAMK%3BIzB6DT%2C4BAAA%3BIyB3DY%2CwBAAA%3B%3BEAFJ%2CYANJ%2CuBAMK%2CcAIG%3BIzByDZ%2CWAAA%3B%3BEyBlFA%2CYA%2BBI%3BIACI%2CWAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3B%3BEAlCR%2CYAqCI%3BIACI%2CWAAA%3B%3BEAtCR%2CYAyCI%3BIzByCJ%2C6BAAA%3BIyBvCQ%2CeAAA%3B%3BEA3CR%2CYA8CI%3BIzBoCJ%2CqBAAA%3BI0C9QA%2CqBAAA%3BIjBoPQ%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CQAAA%3B%3BEA3DR%2CYA8CI%2CmBiBwBF%3BI1ChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BE0CHA%2CYjBoOI%2CmBiBpOH%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BI1C9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSChRQ%2CODgRR%3BIAAA%2Ca4CvRe%2CY5CuRf%3BIAAA%2CsBAAA%3BI0CqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2CYjBuNA%2CmBiBxNH%2CMACI%3BI1C2PL%2CWAAA%3B%3BE0CrPI%2CYjBiNA%2CmBiBlNH%2COACI%3BI1CqPL%2CcAAA%3B%3BEyDnPI%2CsBAAC%3BIACG%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3BEAJJ%2CsBAAC%2CcAMG%3BIzD6OR%2CYAAA%3BIyD3OY%2CWAAA%3B%3BEAEA%2CsBAVP%2CcAMG%2CuBAIK%3BEACD%2CsBAXP%2CcAMG%2CuBAKK%3BIACG%2CWAAA%3B%3BE%5C%2FBIhB%2C%2BBACI%3BIACI%2CiBAAA%3B%3BEqCqHR%2CkBACM%3BIACE%2CgBAAA%3BI%5C%2FD0GR%2CeAAA%3BI%2BDxGQ%2CiBAAA%3BIACA%2CiBAAA%3B%3BExB4TR%2CQACI%2CQAAO%3BEADX%2CQAEI%3BIACI%2CSAAA%3B%3BEchXR%2C0BAA2B%3BIACvB%2CiBAAA%3B%3BEAGJ%2C4BACI%3BIACI%2CcAAA%3BIrDkJR%2CgBAAA%3B%3BEqDvIA%2C0BAA2B%2CoBAAsB%2CIAAC%2CWAAW%3BIACzD%2CgCAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CSAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BElCiCJ%2CyBAQI%2COAAM%3BEARV%2CyBASI%2COAAM%3BIACF%2CqBAAA%3B%3BEAIR%2CyBACI%3BIACI%2CiBAAA%3B%3BEAIR%2C2BACI%3BIACI%2CgBAAA%3B%3BEAFR%2C2BAKI%3BIACI%2CgBAAA%3B%3BEAIR%2CgCACI%3BIACI%2CiBAAA%3B%3BEAFR%2CgCAKI%3BIACI%2CaAAA%3B%3BE2B%5C%2FJR%2CMAAM%2CQACA%2CQACI%2CKACI%3BI9CuNd%2C6BAAA%3BI8CrNgB%2CmBAAA%3B%3BEALhB%2CMAAM%2CQAUA%3BI9CgNN%2C6BAAA%3B%3BE8C1NA%2CMAAM%2CQAUA%2CQAGI%2CKACI%3BI9C4Md%2CgBAAA%3BI8CzMgB%2CSAAA%3BIACA%2CmBAAA%3B%3BEAUQ%2CcALL%2COAvBb%2CQAwBG%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBACvB%2CQACI%2CKACI%2CKACG%3BIACG%2CgBAAA%3B%3BEAS5B%2CqBACI%3BIACI%2CSAAA%3B%3BEAFR%2CqBAKI%3BIACI%2CSAAA%3BIACA%2CgBAAA%3B%3BEAPR%2CqBAKI%2CoBAII%3BIACI%2CiBAAA%3B%3BEd7EJ%2CqBADJ%2CQACK%3BIhCuPT%2CqBAAA%3BI0C9QA%2CqBAAA%3B%3BEVuBQ%2CqBADJ%2CQACK%2COU2OP%3BI1ChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BE0CHA%2CqBVgBI%2CQACK%2COUjBR%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BI1C9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CS2C5PS%2CO3C4PT%3BIAAA%2Ca4CvRe%2CY5CuRf%3BIAAA%2CSAAA%3BIAAA%2CmBAAA%3BI0CqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2CqBVGA%2CQACK%2COULR%2CMACI%3BI1C2PL%2CcAAA%3B%3BE0CrPI%2CqBVHA%2CQACK%2COUCR%2COACI%3BI1CqPL%2CcAAA%3B%3BEgD%2BKA%2CgBACI%3BIhDhLJ%2CgBAAA%3B%3BEgD%2BKA%2CgBAKI%2CyBACI%3BIACI%2CcAAA%3BIhDtLZ%2CgBAAA%3B%3BEiCpMA%2CmBACI%2CYACI%2COAAM%2CeAAe%3BIACjB%2CgBAAA%3B%3BEAHZ%2CmBACI%2CYAKI%2COAAM%3BIACF%2CcAAA%3B%3BEAUZ%2CQACI%2CQAAO%2CKACH%2CuBACI%2CwBACI%2CaACM%2CUAAO%3BIACL%2CcAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3B%3BEnB8QxB%2CoBACI%3BIACI%2CcAAA%3B%3BEAFR%2CoBACI%2CMAGI%3BIACI%2CcAAA%3B%3BEAKZ%3BIACI%2CcAAA%3B%3BEAGJ%2CQACI%2CmBACI%2CMAAM%3BIACF%2CcAAA%3B%3BEAHZ%2CQACI%2CmBAKI%3BIACI%2CqBAAA%3BIACA%2CSAAA%3B%3BEARZ%2CQACI%2CmBAUI%2CQAAO%3BIACH%2CaAAA%3B%3BEAkBZ%2CoBAKI%2CaACI%3BIACI%2CcAAA%3B%3BEAPZ%2CoBAWI%3BId1JJ%2CcAAA%3B%3BEc%2BIA%2CoBAeI%3BIACI%2CqBAAA%3BIACA%2CmBAAA%3B%3BEAIA%2CoBADJ%2CKACK%2CMAEG%3BEADJ%2CoBAFJ%2CKAEK%2CSACG%3BEAFJ%2CoBADJ%2CKACK%2CMAGG%3BEAFJ%2CoBAFJ%2CKAEK%2CSAEG%3BIACI%2CqBAAA%3B%3BEAzBhB%2CoBA8BI%2CMAAK%2CMAAO%2CKAAI%3BIACZ%2CoBAAA%3B%3BEACA%2CoBAFJ%2CMAAK%2CMAAO%2CKAAI%2CQAEX%3BIACG%2CaAAA%3B%3BEAUJ%2CoBAFJ%2CeAAiB%2C0BAEZ%3BEAAD%2CoBADJ%2CwBAA0B%2C0BACrB%3BIACG%2CSAAS%2CcAAc%2CGAAvB%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEA%5C%2FCZ%2CoBAyCI%2CeAAiB%2C0BASb%3BEAlDR%2CoBA0CI%2CwBAA0B%2C0BAQtB%3BIdjMR%2CiBAAA%3BIcmMY%2CeAAA%3B%3BEAEA%2CoBAbR%2CeAAiB%2C0BASb%2CKAIK%3BEAAD%2CoBAZR%2CwBAA0B%2C0BAQtB%2CKAIK%3BIACG%2CgBAAA%3B%3BEAGJ%2CoBAjBR%2CeAAiB%2C0BASb%2CKAQK%3BEAAD%2CoBAhBR%2CwBAA0B%2C0BAQtB%2CKAQK%3BIACG%2CoBAAA%3B%3BECjFhB%3BIACI%2CmBAAA%3BIACA%2CeAAA%3B%3BEmJ9XJ%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%3BE%5C%2FHqHZ%2CcAAc%2CSACV%3BIACI%2CgCAAA%3B%3BEAEA%2CcAJM%2CSACV%2CcAGK%3BIACG%2C6BAAA%3B%3B%3BAoIrIZ%2CwBAJsD%3BE9FkBtD%2CQAAQ%2CQACJ%2CSAAQ%3BIACJ%2CgBAAA%3B%3BEnCsVR%2CiBAAkB%3BIACd%2CYAAA%3B%3BEuH1QJ%2CYACI%2CeACI%3BI7J8JR%2CYAAA%3B%3B%3BAuKrPJ%2CgBAJ2C%3BErJgKvC%3BIA%5C%2FBA%2CUAAA%3B%3BEAEA%2CsBAAC%2CUAAU%3BIACP%2CWAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CsBAAC%2CUAAU%3BIACP%2CYAAA%3B%3BEAEA%2CsBAHH%2CUAAU%2CGAGH%3BIACA%2CWAAA%3B%3BEA8MR%3BEmBrCQ%2COAAO%2CIAAI%2CeAAgB%2CeAD%5C%2FB%3BEADJ%2CcA8BI%2CgBAOI%2CqBAKI%2CUACI%3BInB5BhB%2CcAAA%3B%3BEA8MA%3BEX%5C%2FNY%2CcAFR%2CmBACK%2CIAAI%2CQACA%2CIAAI%2CSACD%3BIPrUhB%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAiBA%2C2BAAC%3BEACD%2C2BAAC%3BEqC6SD%2CcAwDI%2CerCtWH%3BEqC8SD%2CcAwDI%2CerCrWH%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2C2BAAC%3BEqCwSD%2CcAwDI%2CerChWH%3BIACG%2CWAAA%3B%3BEkBgnBJ%3BEmBzUA%2CcA8BI%2CgBACI%3BEA%5C%2FBR%2CcAwDI%2CeAEI%3BEA1DR%2CcAwDI%2CeAQI%3BInBiPR%2CsBAAA%3B%3BEAuIA%2C0BAhCA%2CUACI%3BIlBndJ%2CmBAAA%3BIK%2BpBA%2CsBAAA%3BIACA%2CqBAAA%3BILhqBA%2CUAAA%3BIKmqBA%2CmBAAA%3B%3BEAEA%2C0BanNA%2CUACI%2CObkNA%3BIACA%2CWAAA%3B%3BEahNI%2C0BAJR%2CUACI%2COAGK%2CeAAe%3BEAChB%2C0BALR%2CUACI%2COAIK%2CeAAe%3BIACZ%2CgBAAA%3B%3BEA0BZ%2C0BAhCA%2CUACI%2COAQI%3BIACI%2CUAAA%3BIACA%2CWAAA%3B%3BEAiDZ%3BIlB9gBA%2CWAAA%3B%3BEkB88BA%3BIlB98BA%2CqBAAA%3BI0C9QA%2CqBAAA%3B%3BEAMA%2CmBAAC%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BI1C9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSC%5C%2FQS%2COD%2BQT%3BIAAA%2Ca4CvRe%2CY5CuRf%3BIAAA%2CiBAAA%3BIAAA%2CsBAAA%3BI0CqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BExBi3BA%2CmBAAC%3BIACG%2C0BAAA%3B%3BEmD1kCJ%2CMlEkDE%2CQACI%2CKACI%3BEkEpDV%2CMlEkDE%2CQACI%2CKAEI%3BIH0FV%2C0BAAA%3B%3BEqE%5C%2FIA%2CMlE2DE%2CQAAQ%3BIHoFV%2C0BAAA%3B%3BEsB%5C%2FLI%2CUAAC%3BIACG%2CYAAA%3B%3BE8G1CR%2CwBAAyB%3BIACrB%2CsBAAA%3B%3BE%5C%2FFiSJ%2CcACI%2CiBAKI%3BIACI%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3B%3BEATZ%2CcACI%2CiBAKI%2CWAKI%3BIACI%2CeAAA%3B%3BEAEA%2CcAbZ%2CiBAKI%2CWAKI%2CQAGK%3BIACG%2CcAAA%3BIACA%2CWAAA%3B%3BEAhBpB%2CcAsBI%3BIACI%2CcAAA%3B%3BEAvBR%2CcA0BI%2CeAAe%3BIACX%2CgBAAA%3B%3BEA3BR%2CcA8BI%2CgBACI%3BIAEI%2CWAAA%3BIACA%2CUAAA%3B%3BEAlCZ%2CcA8BI%2CgBAOI%3BIACI%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CUAAA%3B%3BEAQQ%2CcAlBhB%2CgBAOI%2CqBAKI%2CUAKI%2COACK%3BIACG%2CaAAA%3B%3BEAjDxB%2CcAwDI%2CeAEI%3BIAEI%2CWAAA%3BIACA%2CUAAA%3B%3BEA7DZ%2CcAwDI%2CeAQI%3BIAEI%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3B%3BEAIR%2CcAAC%2CKAAK%2CQACF%2CeACI%3BIACI%2CeAAA%3B%3BEAKZ%2CcAAC%2CaACG%3BIACI%2CWAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3B%3BEALR%2CcAAC%2CaAQG%2CKAAI%3BIACA%2CUAAA%3B%3BEAzFZ%2CcA8FI%2CiBACI%2CcAAgB%3BIACZ%2CWAAA%3B%3BEAGI%2CcALZ%2CiBACI%2CcAAgB%2CYAGZ%2COACK%3BIACG%2CqBAAA%3BIACA%2CWAAA%3B%3BEArGpB%2CcA8FI%2CiBAYI%2CUAAY%2CSAAM%2CIAAI%2CSAChB%3BIACE%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CcApBR%2CiBAYI%2CUAAY%2CSAAM%2CIAAI%2CSAQjB%2CIAAI%2CMACD%3BIACI%2CWAAA%3B%3BEQ1TR%2COAFR%2CgBACI%2CQACK%3BIzCmFb%2CsBAAA%3BIAEA%2C4BAAA%3BIAEA%2CgBAAA%3BIACA%2CoBAAA%3BIAIA%2CiBAAA%3BIJgDA%2CgBAAA%3BIAAA%2CuBAAA%3BIAAA%2CSAAA%3BIAAA%2CUAAA%3BIAAA%2CcAAA%3BIAAA%2CqBAAA%3BII5FA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CeAAA%3BIyC%5C%2FCgB%2CgBAAA%3B%3BEzC4FhB%2COyCjGI%2CgBACI%2CQACK%2COzC%2BFZ%3BEACD%2COyClGI%2CgBACI%2CQACK%2COzCgGZ%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2COyCvGI%2CgBACI%2CQACK%2COzCqGZ%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2COyC5GI%2CgBACI%2CQACK%2COzC0GZ%3BEACD%2COyC7GI%2CgBACI%2CQACK%2COzC2GZ%3BEACD%2CQAAQ%2CUAAW%2CQyC9Gf%2CgBACI%2CQACK%3BIzC6GT%2CoBAAA%3BIJ%2BBJ%2CYAAA%3B%3BEDjJA%2CO8CGI%2CgBACI%2CQACK%2CO9CLZ%3BICiJD%2CcAAA%3BIAAA%2CqBAAA%3B%3BED5IA%2CO8CFI%2CgBACI%2CQACK%2CO9CAZ%3BIC4ID%2CcAAA%3BIAAA%2C0BAAA%3B%3BEDvIA%2CO8CPI%2CgBACI%2CQACK%2CO9CKZ%3BICuID%2CcAAA%3BIAAA%2C0BAAA%3B%3BEIxFA%2COyCtDI%2CgBACI%2CQACK%2COzCoDZ%3BEACD%2COyCvDI%2CgBACI%2CQACK%2COzCqDZ%3BEACD%2COyCxDI%2CgBACI%2CQACK%2COzCsDZ%3BIACG%2CgBAAA%3BIACA%2CSAAA%3B%3BEAGJ%2COyC7DI%2CgBACI%2CQACK%2COzC2DZ%3BEACD%2COyC9DI%2CgBACI%2CQACK%2COzC4DZ%3BEACD%2CQAAQ%2CUAAW%2CQyC%5C%2FDf%2CgBACI%2CQACK%3BI7C4Ib%2CcAAA%3BIAAA%2CYAAA%3BII5EI%2CeAAA%3BIACA%2CoBAAA%3BIACA%2C0BAAA%3B%3BEwJ7LI%2C8BADJ%2CSACK%3BIACG%2CaAAA%3B%3BErJoOJ%2CcADW%2CmBACV%3BEACD%2CcAFW%2CmBAEV%3BIPiCT%2CgBAAA%3BIAAA%2C4CAAA%3BIO9BY%2CsBAAA%3BIACA%2CaAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEARJ%2CcADW%2CmBACV%2CMAUG%3BEATJ%2CcAFW%2CmBAEV%2COASG%3BIACI%2CcAAA%3B%3BEAEJ%2CQAAS%2CeAdF%2CmBACV%2CMAcO%3BEADJ%2CQAAS%2CeAdF%2CmBAEV%2COAaO%3BIACI%2CQAAA%3BIACA%2CSAAA%3B%3BEAQhB%2CcAAe%3BIPUnB%2CgBAAA%3BIAAA%2C4CAAA%3BIOPQ%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2COAAA%3BIACA%2CoBAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAIR%3BIACI%2CcAAA%3B%3BEAEA%2CcAAe%3BIACX%2CgBAAA%3B%3BEAJR%2CqBAOI%2CiBAAmB%3BIACf%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CsBAAA%3B%3BEAXR%2CqBAOI%2CiBAAmB%2CqBAMb%3BIACE%2CkBAAA%3B%3BEAEA%2CqBATR%2CiBAAmB%2CqBAMb%2CUAGG%3BIACG%2CeAAA%3B%3BEAjBhB%2CqBAsBI%3BIACI%2CmBAAA%3B%3BEAOI%2CcAFR%2CeACI%2CoBACK%3BIPlCb%2CgBAAA%3BIOoCgB%2CSAAS%2CEAAT%3BIACA%2CWAAA%3BIACA%2COAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAXhB%2CcAgBI%3BIACI%2CkBAAA%3BIACA%2CUAAA%3B%3BEAgBR%2CcACI%3BIACI%2CiBAAA%3BIACA%2CaAAA%3B%3BEAIR%2CcAKI%2CeACI%3BEALR%2CoBAII%2CeACI%3BEAJR%2CqBAGI%2CeACI%3BEAHR%2CcAAc%2CoBAEV%2CeACI%3BEAFR%2CcAAc%2CqBACV%2CeACI%3BIACI%2CaAAA%3B%3BEyC7JR%2COAAC%3BIACG%2CgBAAA%3B%3BEAGJ%2COAAC%3BIACG%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2COAAC%2CQAAW%2CUAAC%3BEACb%2COAAC%2CQAAW%2CUAAC%3BIACT%2CkBAAA%3B%3BEAOJ%2COAAC%3BIACG%2CgBAAA%3B%3BEADJ%2COAAC%2CQAGG%3BIACI%2CeAAA%3B%3BEAIR%2CSAAU%2CQAAC%2COAAO%3BIACd%2CmBAAA%3B%3BEAGJ%2COAAC%3BIACG%2CeAAA%3B%3BEAGJ%2COAAC%3BIACG%2CgBAAA%3B%3BElCoRR%2CoBACI%2CaACI%3BIACI%2CqBAAA%3B%3BEAEA%2CoBAJR%2CaACI%2CQAGK%3BIACG%2CYAAA%3B%3BEqB9PhB%2CqBACI%2CeACI%3BIACI%2CSAAA%3B%3BEgIjMZ%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 */@charset "UTF-8";
/*!
 * Bootstrap v4.1.2 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue:#007bff;
  --indigo:#6610f2;
  --purple:#6f42c1;
  --pink:#e83e8c;
  --red:#dc3545;
  --orange:#fd7e14;
  --yellow:#ffc107;
  --green:#28a745;
  --teal:#20c997;
  --cyan:#17a2b8;
  --white:#fff;
  --gray:#6c757d;
  --gray-dark:#343a40;
  --primary:#007bff;
  --secondary:#6c757d;
  --success:#28a745;
  --info:#17a2b8;
  --warning:#ffc107;
  --danger:#dc3545;
  --light:#f8f9fa;
  --dark:#343a40;
  --breakpoint-xs:0;
  --breakpoint-sm:576px;
  --breakpoint-md:768px;
  --breakpoint-lg:992px;
  --breakpoint-xl:1200px;
  --font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  --font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace; }

*, ::after, ::before {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

@-ms-viewport {
  width: device-width; }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, body.checkout-index-index .opc-wrapper .step-title, body.checkout-index-index .opc-block-shipping-information .shipping-information-title, body.checkout-index-index .opc-block-summary > .title, body.checkout-index-index .checkout-agreements-items .checkout-agreements-item-title, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[data-original-title], abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b, strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:hover {
  color: #0056b3;
  text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus {
  outline: 0; }

code, kbd, pre, samp {
  font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto; }

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, body.checkout-index-index .opc-wrapper .step-title, body.checkout-index-index .opc-block-shipping-information .shipping-information-title, body.checkout-index-index .opc-block-summary > .title, body.checkout-index-index .checkout-agreements-items .checkout-agreements-item-title, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

.h1, h1, body.checkout-index-index .opc-wrapper .step-title, body.checkout-index-index .opc-block-shipping-information .shipping-information-title, body.checkout-index-index .opc-block-summary > .title, body.checkout-index-index .checkout-agreements-items .checkout-agreements-item-title {
  font-size: 2.5rem; }

.h2, h2 {
  font-size: 2rem; }

.h3, h3 {
  font-size: 1.75rem; }

.h4, h4 {
  font-size: 1.5rem; }

.h5, h5 {
  font-size: 1.25rem; }

.h6, h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

.small, small {
  font-size: 80%;
  font-weight: 400; }

.mark, mark {
  padding: .2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }

.list-inline-item:not(:last-child) {
  margin-right: .5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }

.blockquote-footer::before {
  content: "\2014 \00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: .5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }

a > code {
  color: inherit; }

kbd {
  padding: .2rem .4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: .2rem; }

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0; }

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .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-lg-auto, .col-md, .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-md-auto, .col-sm, .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-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -ms-flex-order: 13;
  order: 13; }

.order-0 {
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -ms-flex-order: 12;
  order: 12; }

.offset-1 {
  margin-left: 8.333333%; }

.offset-2 {
  margin-left: 16.666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.333333%; }

.offset-5 {
  margin-left: 41.666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.333333%; }

.offset-8 {
  margin-left: 66.666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.333333%; }

.offset-11 {
  margin-left: 91.666667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13; }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0; }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.333333%; }
  .offset-sm-2 {
    margin-left: 16.666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.333333%; }
  .offset-sm-5 {
    margin-left: 41.666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.333333%; }
  .offset-sm-8 {
    margin-left: 66.666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.333333%; }
  .offset-sm-11 {
    margin-left: 91.666667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13; }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0; }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.333333%; }
  .offset-md-2 {
    margin-left: 16.666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.333333%; }
  .offset-md-5 {
    margin-left: 41.666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.333333%; }
  .offset-md-8 {
    margin-left: 66.666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.333333%; }
  .offset-md-11 {
    margin-left: 91.666667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13; }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0; }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.333333%; }
  .offset-lg-2 {
    margin-left: 16.666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.333333%; }
  .offset-lg-5 {
    margin-left: 41.666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.333333%; }
  .offset-lg-8 {
    margin-left: 66.666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.333333%; }
  .offset-lg-11 {
    margin-left: 91.666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13; }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0; }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.333333%; }
  .offset-xl-2 {
    margin-left: 16.666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.333333%; }
  .offset-xl-5 {
    margin-left: 41.666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.333333%; }
  .offset-xl-8 {
    margin-left: 66.666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.333333%; }
  .offset-xl-11 {
    margin-left: 91.666667%; } }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }

.table td, .table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6; }

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6; }

.table tbody + tbody {
  border-top: 2px solid #dee2e6; }

.table .table {
  background-color: #fff; }

.table-sm td, .table-sm th {
  padding: .3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }

.table-bordered td, .table-bordered th {
  border: 1px solid #dee2e6; }

.table-bordered thead td, .table-bordered thead th {
  border-bottom-width: 2px; }

.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary, .table-primary > td, .table-primary > th {
  background-color: #b8daff; }

.table-hover .table-primary:hover {
  background-color: #9fcdff; }

.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
  background-color: #9fcdff; }

.table-secondary, .table-secondary > td, .table-secondary > th {
  background-color: #d6d8db; }

.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }

.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
  background-color: #c8cbcf; }

.table-success, .table-success > td, .table-success > th {
  background-color: #c3e6cb; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }

.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
  background-color: #b1dfbb; }

.table-info, .table-info > td, .table-info > th {
  background-color: #bee5eb; }

.table-hover .table-info:hover {
  background-color: #abdde5; }

.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
  background-color: #abdde5; }

.table-warning, .table-warning > td, .table-warning > th {
  background-color: #ffeeba; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }

.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
  background-color: #ffe8a1; }

.table-danger, .table-danger > td, .table-danger > th {
  background-color: #f5c6cb; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }

.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
  background-color: #f1b0b7; }

.table-light, .table-light > td, .table-light > th {
  background-color: #fdfdfe; }

.table-hover .table-light:hover {
  background-color: #ececf6; }

.table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
  background-color: #ececf6; }

.table-dark, .table-dark > td, .table-dark > th {
  background-color: #c6c8ca; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }

.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
  background-color: #b9bbbe; }

.table-active, .table-active > td, .table-active > th {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #212529; }

.table-dark td, .table-dark th, .table-dark thead th {
  border-color: #32383e; }

.table-dark.table-bordered {
  border: 0; }

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05); }

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive-sm > .table-bordered {
    border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive-md > .table-bordered {
    border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive-lg > .table-bordered {
    border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive-xl > .table-bordered {
    border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

.table-responsive > .table-bordered {
  border: 0; }

.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none; } }

.form-control::-ms-expand {
  background-color: transparent;
  border: 0; }

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control::placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1; }

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px); }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file, .form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(.5rem + 1px);
  padding-bottom: calc(.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(.25rem + 1px);
  padding-bottom: calc(.25rem + 1px);
  font-size: .875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: .375rem;
  padding-bottom: .375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm, .input-group-lg > .form-control-plaintext.form-control, .input-group-lg > .input-group-append > .form-control-plaintext.btn, .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text, .input-group-lg > .input-group-prepend > .form-control-plaintext.btn, .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text, .input-group-sm > .form-control-plaintext.form-control, .input-group-sm > .input-group-append > .form-control-plaintext.btn, .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text, .input-group-sm > .input-group-prepend > .form-control-plaintext.btn, .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text {
  padding-right: 0;
  padding-left: 0; }

.form-control-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem; }

.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]), .input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), select.form-control-sm:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px); }

.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem; }

.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]), .input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), select.form-control-lg:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px); }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: .25rem; }

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }

.form-row > .col, .form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: .3rem;
  margin-left: -1.25rem; }

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: .75rem; }

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: .3125rem;
  margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem; }

.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
  border-color: #28a745; }

.custom-select.is-valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .was-validated .form-control:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip, .was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip {
  display: block; }

.form-control-file.is-valid ~ .valid-feedback, .form-control-file.is-valid ~ .valid-tooltip, .was-validated .form-control-file:valid ~ .valid-feedback, .was-validated .form-control-file:valid ~ .valid-tooltip {
  display: block; }

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
  color: #28a745; }

.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block; }

.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #28a745; }

.custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before {
  background-color: #71dd8a; }

.custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip, .was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip {
  display: block; }

.custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
  background-color: #34ce57; }

.custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #28a745; }

.custom-file-input.is-valid ~ .custom-file-label::before, .was-validated .custom-file-input:valid ~ .custom-file-label::before {
  border-color: inherit; }

.custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip, .was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip {
  display: block; }

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem; }

.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
  border-color: #dc3545; }

.custom-select.is-invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip {
  display: block; }

.form-control-file.is-invalid ~ .invalid-feedback, .form-control-file.is-invalid ~ .invalid-tooltip, .was-validated .form-control-file:invalid ~ .invalid-feedback, .was-validated .form-control-file:invalid ~ .invalid-tooltip {
  display: block; }

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545; }

.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block; }

.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #dc3545; }

.custom-control-input.is-invalid ~ .custom-control-label::before, .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
  background-color: #efa2a9; }

.custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip {
  display: block; }

.custom-control-input.is-invalid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d; }

.custom-control-input.is-invalid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #dc3545; }

.custom-file-input.is-invalid ~ .custom-file-label::before, .was-validated .custom-file-input:invalid ~ .custom-file-label::before {
  border-color: inherit; }

.custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip {
  display: block; }

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center; }

.form-inline .form-check {
  width: 100%; }

@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0; }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-plaintext {
    display: inline-block; }
  .form-inline .custom-select, .form-inline .input-group {
    width: auto; }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0; }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: 0; }
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .form-inline .custom-control-label {
    margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none; } }

.btn:focus, .btn:hover {
  text-decoration: none; }

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.btn.disabled, .btn:disabled {
  opacity: .65; }

.btn:not(:disabled):not(.disabled) {
  cursor: pointer; }

.btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active {
  background-image: none; }

a.btn.disabled, fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc; }

.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf; }

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62; }

.btn-secondary.focus, .btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b; }

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34; }

.btn-success.focus, .btn-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430; }

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b; }

.btn-info.focus, .btn-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f; }

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00; }

.btn-warning.focus, .btn-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500; }

.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130; }

.btn-danger.focus, .btn-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d; }

.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5; }

.btn-light.focus, .btn-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df; }

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124; }

.btn-dark.focus, .btn-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d; }

.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff; }

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.btn-outline-primary.focus, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent; }

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d; }

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent; }

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745; }

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

.btn-outline-success.focus, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent; }

.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8; }

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

.btn-outline-info.focus, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent; }

.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107; }

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

.btn-outline-warning.focus, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent; }

.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545; }

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

.btn-outline-danger.focus, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent; }

.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa; }

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

.btn-outline-light.focus, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent; }

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40; }

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

.btn-outline-dark.focus, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent; }

.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent; }

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent; }

.btn-link.focus, .btn-link:focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none; }

.btn-link.disabled, .btn-link:disabled {
  color: #6c757d;
  pointer-events: none; }

.btn-group-lg > .btn, .btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem; }

.btn-group-sm > .btn, .btn-sm {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: .5rem; }

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
  width: 100%; }

.fade {
  transition: opacity .15s linear; }

@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none; } }

.fade:not(.show) {
  opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height .35s ease; }

@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none; } }

.dropdown, .dropleft, .dropright, .dropup {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent; }

.dropdown-toggle:empty::after {
  margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: .25rem; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: .125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: .125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: .125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }

.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa; }

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff; }

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: .5rem 1.5rem;
  margin-bottom: 0;
  font-size: .875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: .25rem 1.5rem;
  color: #212529; }

.btn-group, .btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }

.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

.btn-group-vertical > .btn:hover, .btn-group > .btn:hover {
  z-index: 1; }

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus {
  z-index: 1; }

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group, .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-left: -1px; }

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.btn-toolbar .input-group {
  width: auto; }

.btn-group > .btn:first-child {
  margin-left: 0; }

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: .5625rem;
  padding-left: .5625rem; }

.dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
  margin-left: 0; }

.dropleft .dropdown-toggle-split::before {
  margin-right: 0; }

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
  padding-right: .375rem;
  padding-left: .375rem; }

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .75rem; }

.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center; }

.btn-group-vertical .btn, .btn-group-vertical .btn-group {
  width: 100%; }

.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-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }

.btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%; }

.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0; }

.input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control {
  margin-left: -1px; }

.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, .input-group > .custom-select:focus, .input-group > .form-control:focus {
  z-index: 3; }

.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group-append, .input-group-prepend {
  display: -ms-flexbox;
  display: flex; }

.input-group-append .btn, .input-group-prepend .btn {
  position: relative;
  z-index: 2; }

.input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .25rem; }

.input-group-text input[type=checkbox], .input-group-text input[type=radio] {
  margin-top: 0; }

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff; }

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff; }

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d; }

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0; }

.custom-control-label::before {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6; }

.custom-control-label::after {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: .25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5); }

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: .75rem;
  background-image: none; }

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef; }

.custom-select::-ms-expand {
  opacity: 0; }

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: .375rem;
  padding-bottom: .375rem;
  font-size: 75%; }

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: .375rem;
  padding-bottom: .375rem;
  font-size: 125%; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0; }

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #80bdff; }

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef; }

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse"; }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem; }

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 .25rem .25rem 0; }

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.custom-range:focus {
  outline: 0; }

.custom-range::-moz-focus-outer {
  border: 0; }

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  appearance: none; }

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none; } }

.custom-range::-webkit-slider-thumb:focus {
  outline: 0;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff; }

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem; }

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -moz-appearance: none;
  appearance: none; }

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none; } }

.custom-range::-moz-range-thumb:focus {
  outline: 0;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff; }

.custom-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem; }

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  appearance: none; }

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none; } }

.custom-range::-ms-thumb:focus {
  outline: 0;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff; }

.custom-range::-ms-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: .5rem; }

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem; }

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem; }

.custom-control-label::before, .custom-file-label, .custom-select {
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

@media screen and (prefers-reduced-motion: reduce) {
  .custom-control-label::before, .custom-file-label, .custom-select {
    transition: none; } }

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: .5rem 1rem; }

.nav-link:focus, .nav-link:hover {
  text-decoration: none; }

.nav-link.disabled {
  color: #6c757d; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }

.nav-tabs .nav-item {
  margin-bottom: -1px; }

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem; }

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6; }

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent; }

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: .25rem; }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff; }

.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .5rem 1rem; }

.navbar > .container, .navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }

.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none; }

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0; }

.navbar-nav .dropdown-menu {
  position: static;
  float: none; }

.navbar-text {
  display: inline-block;
  padding-top: .5rem;
  padding-bottom: .5rem; }

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center; }

.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem; }

.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none; }

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row; }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute; }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem; }
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .navbar-expand-sm .navbar-toggler {
    display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row; }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute; }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem; }
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .navbar-expand-md .navbar-toggler {
    display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row; }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute; }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem; }
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .navbar-expand-lg .navbar-toggler {
    display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row; }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute; }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem; }
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .navbar-expand-xl .navbar-toggler {
    display: none; } }

.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.navbar-expand > .container, .navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0; }

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row; }

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute; }

.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem; }

.navbar-expand > .container, .navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto; }

.navbar-expand .navbar-toggler {
  display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7); }

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }

.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75); }

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }

.navbar-dark .navbar-text a {
  color: #fff; }

.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
  color: #fff; }

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: .25rem; }

.card > hr {
  margin-right: 0;
  margin-left: 0; }

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem; }

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem; }

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: .75rem; }

.card-subtitle {
  margin-top: -.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }

.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0; }

.card-header + .list-group .list-group-item:first-child {
  border-top: 0; }

.card-footer {
  padding: .75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }

.card-footer:last-child {
  border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px); }

.card-header-tabs {
  margin-right: -.625rem;
  margin-bottom: -.75rem;
  margin-left: -.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -.625rem;
  margin-left: -.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(.25rem - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px); }

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }

.card-deck .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px; }
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px; } }

.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }

.card-group > .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0; }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0; }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .card-group > .card:first-child .card-header, .card-group > .card:first-child .card-img-top {
    border-top-right-radius: 0; }
  .card-group > .card:first-child .card-footer, .card-group > .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0; }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .card-group > .card:last-child .card-header, .card-group > .card:last-child .card-img-top {
    border-top-left-radius: 0; }
  .card-group > .card:last-child .card-footer, .card-group > .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0; }
  .card-group > .card:only-child {
    border-radius: .25rem; }
  .card-group > .card:only-child .card-header, .card-group > .card:only-child .card-img-top {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem; }
  .card-group > .card:only-child .card-footer, .card-group > .card:only-child .card-img-bottom {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem; }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0; }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
    border-radius: 0; } }

.card-columns .card {
  margin-bottom: .75rem; }

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
  .card-columns .card {
    display: inline-block;
    width: 100%; } }

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0; }

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0; }

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: .25rem; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: .5rem; }

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  color: #6c757d;
  content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #6c757d; }

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem; }

.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6; }

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer; }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem; }

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .3rem;
  border-bottom-left-radius: .3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: .3rem;
  border-bottom-right-radius: .3rem; }

.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: .2rem;
  border-bottom-right-radius: .2rem; }

.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem; }

.badge:empty {
  display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #007bff; }

.badge-primary[href]:focus, .badge-primary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc; }

.badge-secondary {
  color: #fff;
  background-color: #6c757d; }

.badge-secondary[href]:focus, .badge-secondary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #545b62; }

.badge-success {
  color: #fff;
  background-color: #28a745; }

.badge-success[href]:focus, .badge-success[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34; }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }

.badge-info[href]:focus, .badge-info[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b; }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }

.badge-warning[href]:focus, .badge-warning[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00; }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }

.badge-danger[href]:focus, .badge-danger[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130; }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }

.badge-light[href]:focus, .badge-light[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5; }

.badge-dark {
  color: #fff;
  background-color: #343a40; }

.badge-dark[href]:focus, .badge-dark[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: .3rem; }

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: .75rem 1.25rem;
  color: inherit; }

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }

.alert-primary hr {
  border-top-color: #9fcdff; }

.alert-primary .alert-link {
  color: #002752; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }

.alert-secondary hr {
  border-top-color: #c8cbcf; }

.alert-secondary .alert-link {
  color: #202326; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }

.alert-success hr {
  border-top-color: #b1dfbb; }

.alert-success .alert-link {
  color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }

.alert-info hr {
  border-top-color: #abdde5; }

.alert-info .alert-link {
  color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }

.alert-warning hr {
  border-top-color: #ffe8a1; }

.alert-warning .alert-link {
  color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }

.alert-danger hr {
  border-top-color: #f1b0b7; }

.alert-danger .alert-link {
  color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }

.alert-light hr {
  border-top-color: #ececf6; }

.alert-light .alert-link {
  color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }

.alert-dark hr {
  border-top-color: #b9bbbe; }

.alert-dark .alert-link {
  color: #040505; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: .25rem; }

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width .6s ease; }

@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite; }

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start; }

.media-body {
  -ms-flex: 1;
  flex: 1; }

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }

.list-group-item-action:focus, .list-group-item-action:hover {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa; }

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }

.list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem; }

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem; }

.list-group-item:focus, .list-group-item:hover {
  z-index: 1;
  text-decoration: none; }

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff; }

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0; }

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff; }

.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
  color: #004085;
  background-color: #9fcdff; }

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085; }

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }

.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
  color: #383d41;
  background-color: #c8cbcf; }

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }

.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
  color: #155724;
  background-color: #b1dfbb; }

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }

.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
  color: #0c5460;
  background-color: #abdde5; }

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }

.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
  color: #856404;
  background-color: #ffe8a1; }

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }

.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
  color: #721c24;
  background-color: #f1b0b7; }

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }

.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
  color: #818182;
  background-color: #ececf6; }

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }

.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
  color: #1b1e21;
  background-color: #b9bbbe; }

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }

.close:not(:disabled):not(.disabled) {
  cursor: pointer; }

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
  color: #000;
  text-decoration: none;
  opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none; }

.modal.fade .modal-dialog {
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out,-webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%); }

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none; } }

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2)); }

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: .3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }

.modal-backdrop.fade {
  opacity: 0; }

.modal-backdrop.show {
  opacity: .5; }

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem; }

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef; }

.modal-footer > :not(:first-child) {
  margin-left: .25rem; }

.modal-footer > :not(:last-child) {
  margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  opacity: 0; }

.tooltip.show {
  opacity: .9; }

.tooltip .arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem; }

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid; }

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
  padding: .4rem 0; }

.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
  bottom: 0; }

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
  top: 0;
  border-width: .4rem .4rem 0;
  border-top-color: #000; }

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
  padding: 0 .4rem; }

.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
  left: 0;
  width: .4rem;
  height: .8rem; }

.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
  right: 0;
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #000; }

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
  padding: .4rem 0; }

.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
  top: 0; }

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
  bottom: 0;
  border-width: 0 .4rem .4rem;
  border-bottom-color: #000; }

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
  padding: 0 .4rem; }

.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
  right: 0;
  width: .4rem;
  height: .8rem; }

.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
  left: 0;
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: .25rem .5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: .3rem; }

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: .5rem;
  margin: 0 .3rem; }

.popover .arrow::after, .popover .arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid; }

.bs-popover-auto[x-placement^=top], .bs-popover-top {
  margin-bottom: .5rem; }

.bs-popover-auto[x-placement^=top] .arrow, .bs-popover-top .arrow {
  bottom: calc((.5rem + 1px) * -1); }

.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::after, .bs-popover-top .arrow::before {
  border-width: .5rem .5rem 0; }

.bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25); }

.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-top .arrow::after {
  bottom: 1px;
  border-top-color: #fff; }

.bs-popover-auto[x-placement^=right], .bs-popover-right {
  margin-left: .5rem; }

.bs-popover-auto[x-placement^=right] .arrow, .bs-popover-right .arrow {
  left: calc((.5rem + 1px) * -1);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0; }

.bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::after, .bs-popover-right .arrow::before {
  border-width: .5rem .5rem .5rem 0; }

.bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25); }

.bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-right .arrow::after {
  left: 1px;
  border-right-color: #fff; }

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
  margin-top: .5rem; }

.bs-popover-auto[x-placement^=bottom] .arrow, .bs-popover-bottom .arrow {
  top: calc((.5rem + 1px) * -1); }

.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::after, .bs-popover-bottom .arrow::before {
  border-width: 0 .5rem .5rem .5rem; }

.bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25); }

.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-bottom .arrow::after {
  top: 1px;
  border-bottom-color: #fff; }

.bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7; }

.bs-popover-auto[x-placement^=left], .bs-popover-left {
  margin-right: .5rem; }

.bs-popover-auto[x-placement^=left] .arrow, .bs-popover-left .arrow {
  right: calc((.5rem + 1px) * -1);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0; }

.bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::after, .bs-popover-left .arrow::before {
  border-width: .5rem 0 .5rem .5rem; }

.bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25); }

.bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-left .arrow::after {
  right: 1px;
  border-left-color: #fff; }

.popover-header {
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px); }

.popover-header:empty {
  display: none; }

.popover-body {
  padding: .5rem .75rem;
  color: #212529; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-item {
  position: relative;
  display: none;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px; }

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: block;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease,-webkit-transform .6s ease; }

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item-next, .carousel-item-prev, .carousel-item.active {
    transition: none; } }

.carousel-item-next, .carousel-item-prev {
  position: absolute;
  top: 0; }

.carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0); }

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.active.carousel-item-right, .carousel-item-next {
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  .active.carousel-item-right, .carousel-item-next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.active.carousel-item-left, .carousel-item-prev {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  .active.carousel-item-left, .carousel-item-prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity; }

.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
  opacity: 1; }

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
  opacity: 0; }

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
  -webkit-transform: translateX(0);
  transform: translateX(0); }

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .5; }

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }

.carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5); }

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: ""; }

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: ""; }

.carousel-indicators .active {
  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; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #007bff !important; }

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
  background-color: #0062cc !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #fff !important; }

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

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #007bff !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #fff !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-0 {
  border-radius: 0 !important; }

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

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }

.embed-responsive::before {
  display: block;
  content: ""; }

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.857143%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important; }

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important; }

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important; }

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: -webkit-sticky) or (position: sticky) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

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

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

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

.mt-0, .my-0 {
  margin-top: 0 !important; }

.mr-0, .mx-0 {
  margin-right: 0 !important; }

.mb-0, .my-0 {
  margin-bottom: 0 !important; }

.ml-0, .mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1, .my-1 {
  margin-top: 0.25rem !important; }

.mr-1, .mx-1 {
  margin-right: 0.25rem !important; }

.mb-1, .my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1, .mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2, .my-2 {
  margin-top: 0.5rem !important; }

.mr-2, .mx-2 {
  margin-right: 0.5rem !important; }

.mb-2, .my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2, .mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3, .my-3 {
  margin-top: 1rem !important; }

.mr-3, .mx-3 {
  margin-right: 1rem !important; }

.mb-3, .my-3 {
  margin-bottom: 1rem !important; }

.ml-3, .mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4, .my-4 {
  margin-top: 1.5rem !important; }

.mr-4, .mx-4 {
  margin-right: 1.5rem !important; }

.mb-4, .my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4, .mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5, .my-5 {
  margin-top: 3rem !important; }

.mr-5, .mx-5 {
  margin-right: 3rem !important; }

.mb-5, .my-5 {
  margin-bottom: 3rem !important; }

.ml-5, .mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0, .py-0 {
  padding-top: 0 !important; }

.pr-0, .px-0 {
  padding-right: 0 !important; }

.pb-0, .py-0 {
  padding-bottom: 0 !important; }

.pl-0, .px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1, .py-1 {
  padding-top: 0.25rem !important; }

.pr-1, .px-1 {
  padding-right: 0.25rem !important; }

.pb-1, .py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1, .px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2, .py-2 {
  padding-top: 0.5rem !important; }

.pr-2, .px-2 {
  padding-right: 0.5rem !important; }

.pb-2, .py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2, .px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3, .py-3 {
  padding-top: 1rem !important; }

.pr-3, .px-3 {
  padding-right: 1rem !important; }

.pb-3, .py-3 {
  padding-bottom: 1rem !important; }

.pl-3, .px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4, .py-4 {
  padding-top: 1.5rem !important; }

.pr-4, .px-4 {
  padding-right: 1.5rem !important; }

.pb-4, .py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4, .px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5, .py-5 {
  padding-top: 3rem !important; }

.pr-5, .px-5 {
  padding-right: 3rem !important; }

.pb-5, .py-5 {
  padding-bottom: 3rem !important; }

.pl-5, .px-5 {
  padding-left: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto, .my-auto {
  margin-top: auto !important; }

.mr-auto, .mx-auto {
  margin-right: auto !important; }

.mb-auto, .my-auto {
  margin-bottom: auto !important; }

.ml-auto, .mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1, .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1, .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1, .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1, .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2, .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2, .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2, .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2, .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1, .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1, .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1, .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1, .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2, .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2, .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2, .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2, .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0, .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1, .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1, .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1, .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1, .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2, .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2, .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2, .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2, .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3, .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3, .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3, .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5, .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5, .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5, .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0, .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0, .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0, .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1, .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1, .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1, .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1, .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2, .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2, .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2, .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2, .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3, .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3, .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3, .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5, .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5, .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5, .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto, .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1, .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1, .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1, .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2, .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2, .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2, .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2, .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1, .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1, .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1, .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2, .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2, .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2, .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2, .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1, .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1, .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1, .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1, .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2, .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2, .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2, .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2, .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1, .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1, .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1, .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1, .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2, .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2, .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2, .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2, .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important; } }

.text-monospace {
  font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace; }

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

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

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

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

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

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

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

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

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #007bff !important; }

a.text-primary:focus, a.text-primary:hover {
  color: #0062cc !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:focus, a.text-secondary:hover {
  color: #545b62 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:focus, a.text-success:hover {
  color: #1e7e34 !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:focus, a.text-info:hover {
  color: #117a8b !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:focus, a.text-warning:hover {
  color: #d39e00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:focus, a.text-danger:hover {
  color: #bd2130 !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:focus, a.text-light:hover {
  color: #dae0e5 !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:focus, a.text-dark:hover {
  color: #1d2124 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *, ::after, ::before {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  blockquote, pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  img, tr {
    page-break-inside: avoid; }
  h2, h3, p {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
  .table td, .table th {
    background-color: #fff !important; }
  .table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
  .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
    border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

/*# sourceMappingURL=bootstrap.min.css.map */
body {
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem; }

p {
  margin-top: 0rem;
  margin-bottom: 1rem; }

abbr[title] {
  border-bottom: 1px dotted #d1d1d1;
  cursor: help; }

b, strong {
  font-weight: 700; }

em,
i {
  font-style: italic; }

mark {
  background: #f0f0f0;
  color: #000000; }

small,
.small {
  font-size: 12px; }

hr {
  border: 0;
  border-top: 1px solid #d1d1d1;
  margin-bottom: 20px;
  margin-top: 20px; }

sub, sup {
  font-size: 71.42857143000001%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

dfn {
  font-style: italic; }

h1, body.checkout-index-index .opc-wrapper .step-title, body.checkout-index-index .opc-block-shipping-information .shipping-information-title, body.checkout-index-index .opc-block-summary > .title, body.checkout-index-index .checkout-agreements-items .checkout-agreements-item-title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem; }

h2 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem; }

h3 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem; }

h4 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem; }

h5 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 2rem; }

h6 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem; }

h1 small, body.checkout-index-index .opc-wrapper .step-title small, body.checkout-index-index .opc-block-shipping-information .shipping-information-title small, body.checkout-index-index .opc-block-summary > .title small, body.checkout-index-index .checkout-agreements-items .checkout-agreements-item-title small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
body.checkout-index-index .opc-wrapper .step-title .small,
body.checkout-index-index .opc-block-shipping-information .shipping-information-title .small,
body.checkout-index-index .opc-block-summary > .title .small,
body.checkout-index-index .checkout-agreements-items .checkout-agreements-item-title .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1; }

a,
.alink {
  color: #1979c3;
  text-decoration: none; }

a:visited,
.alink:visited {
  color: #1979c3;
  text-decoration: none; }

a:hover,
.alink:hover {
  color: #006bb4;
  text-decoration: underline; }

a:active,
.alink:active {
  color: #ff5501;
  text-decoration: underline; }

ul,
ol {
  margin-top: 0rem;
  margin-bottom: 2.5rem; }

ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 1rem; }

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0; }

dl {
  margin-bottom: 20px;
  margin-top: 0; }

dt {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0; }

dd {
  margin-bottom: 10px;
  margin-top: 0;
  margin-left: 0; }

code, kbd, pre, samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace; }

code {
  background: #f0f0f0;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap; }

kbd {
  background: #f0f0f0;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem; }

pre {
  background: #f0f0f0;
  border: 1px solid #d1d1d1;
  color: #111111;
  line-height: 1.42857143;
  margin: 0 0 10px;
  padding: 10px;
  font-size: 1.2rem;
  display: block;
  word-wrap: break-word; }

pre code {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
  white-space: pre-wrap; }

blockquote {
  border-left: 0 solid #d1d1d1;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem; }

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0; }

blockquote footer,
blockquote small,
blockquote .small {
  color: #333333;
  line-height: 1.42857143;
  font-size: 1rem;
  display: block; }

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0'; }

blockquote cite {
  font-style: normal; }

blockquote:before,
blockquote:after {
  content: ''; }

q {
  quotes: none; }

q:before,
q:after {
  content: '';
  content: none; }

cite {
  font-style: normal; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%; }

table th {
  text-align: left; }

table > tbody > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: top; }

table > thead > tr > th,
table > thead > tr > td {
  vertical-align: bottom; }

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 8px 10px; }

button,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  background-image: none;

  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle; }

button:focus,
button:active,
.cart.table-wrapper .actions-toolbar > .action:focus,
.cart.table-wrapper .actions-toolbar > .action:active,
.action-gift:focus,
.action-gift:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333; }

button:hover,
.cart.table-wrapper .actions-toolbar > .action:hover,
.action-gift:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555; }

button.disabled,
button[disabled],
fieldset[disabled] button,
.cart.table-wrapper .actions-toolbar > .action.disabled,
.cart.table-wrapper .actions-toolbar > .action[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action,
.action-gift.disabled,
.action-gift[disabled],
fieldset[disabled] .action-gift {
  opacity: 0.5;
  cursor: default;
  pointer-events: none; }

button::-moz-focus-inner,
.cart.table-wrapper .actions-toolbar > .action::-moz-focus-inner,
.action-gift::-moz-focus-inner {
  border: 0;
  padding: 0; }

input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box; }

input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="url"]:disabled,
input[type="tel"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type="datetime"]: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="datetime"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #c2c2c2; }

input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: #c2c2c2; }

input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #c2c2c2; }

input[type="number"] {
  -moz-appearance: textfield; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type="search"] {
  -webkit-appearance: none; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none; }

select {
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 5px 25px 4px 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box; }

select:disabled {
  opacity: 0.5; }

select[multiple="multiple"] {
  height: auto;
  background-image: none; }

textarea {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: auto;
  line-height: 1.42857143;
  margin: 0;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical; }

textarea:disabled {
  opacity: 0.5; }

textarea::-moz-placeholder {
  color: #c2c2c2; }

textarea::-webkit-input-placeholder {
  color: #c2c2c2; }

textarea:-ms-input-placeholder {
  color: #c2c2c2; }

input[type="checkbox"] {
  margin: 2px 5px 0 0; }

input[type="checkbox"]:disabled {
  opacity: 0.5; }

input[type="radio"] {
  margin: 2px 5px 0 0; }

input[type="radio"]:disabled {
  opacity: 0.5; }

input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #ed8380; }

div.mage-error[generated] {
  color: #e02b27;
  font-size: 1.2rem; }

input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

input::-moz-focus-inner {
  border: 0;
  padding: 0; }

form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

address {
  font-style: normal; }

*:focus {
  box-shadow: none;
  outline: 0; }

._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0 0 3px 1px #68a8e0; }

/**
 * Copyright Â© Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.bundle-options-container .block-bundle-summary .bundle.items,
.product-items,
.prices-tier,
.cart-container .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.items,
.block-wishlist-management .wishlist-select-items,
.paypal-review .items-qty,
.order-details-items .items-qty,
.footer.content ul,
.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,
.cart-container .checkout-methods-items > li,
.opc-wrapper .opc > li,
.opc-progress-bar > li,
.checkout-agreements-items > li,
.items > li,
.block-wishlist-management .wishlist-select-items > li,
.paypal-review .items-qty > li,
.order-details-items .items-qty > li,
.footer.content ul > li,
.block-banners .banner-items > li,
.block-banners-inline .banner-items > li,
.block-event .slider-panel .slider > li {
  margin: 0; }

.abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event,
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare,
.product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist {
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px; }

.abs-action-link-button:focus,
.abs-action-link-button:active,
.abs-action-addto-product:focus,
.abs-action-addto-product:active,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:focus,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:active,
.product-info-main .action.tocompare:focus,
.product-info-main .action.tocompare:active,
.product-options-bottom .action.tocompare:focus,
.product-options-bottom .action.tocompare:active,
.product-info-main .action.towishlist:focus,
.product-info-main .action.towishlist:active,
.product-options-bottom .action.towishlist:focus,
.product-options-bottom .action.towishlist:active,
.block-bundle-summary .action.towishlist:focus,
.block-bundle-summary .action.towishlist:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333; }

.abs-action-link-button:hover,
.abs-action-addto-product:hover,
.block-event .slider-panel .slider .item .action.event:hover,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.product-info-main .action.tocompare:hover,
.product-options-bottom .action.tocompare:hover,
.product-info-main .action.towishlist:hover,
.product-options-bottom .action.towishlist:hover,
.block-bundle-summary .action.towishlist:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555; }

.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.abs-action-addto-product.disabled,
.abs-action-addto-product[disabled],
fieldset[disabled] .abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event,
.bundle-options-container .block-bundle-summary .product-addto-links > .action.disabled,
.bundle-options-container .block-bundle-summary .product-addto-links > .action[disabled],
fieldset[disabled] .bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.tocompare.disabled,
.product-info-main .action.tocompare[disabled],
fieldset[disabled] .product-info-main .action.tocompare,
.product-options-bottom .action.tocompare.disabled,
.product-options-bottom .action.tocompare[disabled],
fieldset[disabled] .product-options-bottom .action.tocompare,
.product-info-main .action.towishlist.disabled,
.product-info-main .action.towishlist[disabled],
fieldset[disabled] .product-info-main .action.towishlist,
.product-options-bottom .action.towishlist.disabled,
.product-options-bottom .action.towishlist[disabled],
fieldset[disabled] .product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist.disabled,
.block-bundle-summary .action.towishlist[disabled],
fieldset[disabled] .block-bundle-summary .action.towishlist {
  opacity: 0.5;
  cursor: default;
  pointer-events: none; }

.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus,
.abs-action-addto-product:hover,
.abs-action-addto-product:active,
.abs-action-addto-product:focus,
.block-event .slider-panel .slider .item .action.event:hover,
.block-event .slider-panel .slider .item .action.event:active,
.block-event .slider-panel .slider .item .action.event:focus,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:active,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:focus,
.product-info-main .action.tocompare:hover,
.product-info-main .action.tocompare:active,
.product-info-main .action.tocompare:focus,
.product-options-bottom .action.tocompare:hover,
.product-options-bottom .action.tocompare:active,
.product-options-bottom .action.tocompare:focus,
.product-info-main .action.towishlist:hover,
.product-info-main .action.towishlist:active,
.product-info-main .action.towishlist:focus,
.product-options-bottom .action.towishlist:hover,
.product-options-bottom .action.towishlist:active,
.product-options-bottom .action.towishlist:focus,
.block-bundle-summary .action.towishlist:hover,
.block-bundle-summary .action.towishlist:active,
.block-bundle-summary .action.towishlist:focus {
  text-decoration: none; }

.cart.table-wrapper .item-options dt,
.block-giftregistry-shared-items .product .item-options dt,
.multicheckout .item-options dt {
  clear: left;
  float: left;
  margin: 0 10px 5px 0; }

.cart.table-wrapper .item-options dt:after,
.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 {
  display: inline-block;
  float: left;
  margin: 0 0 5px; }

.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  width: 100%; }

.products-list .product-image-wrapper,
.cart.table-wrapper .product-image-wrapper,
.minicart-items .product-image-wrapper,
.block-giftregistry-shared-items .product-image-wrapper {
  height: auto;
  padding: 0 !important; }

.products-list .product-image-wrapper .product-image-photo,
.cart.table-wrapper .product-image-wrapper .product-image-photo,
.minicart-items .product-image-wrapper .product-image-photo,
.block-giftregistry-shared-items .product-image-wrapper .product-image-photo {
  position: static; }

.product.media .product.photo .photo.image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%; }

.login-container .block .block-title {
  font-size: 1.8rem;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 15px;
  padding-bottom: 12px; }

.login-container .block .block-title strong {
  font-weight: 500; }

.abs-account-blocks .block-title,
.block-compare .block-title,
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-results .block-title,
.block-reorder .block-title,
.widget .block-title,
.block-wishlist .block-title,
.account .column.main .block:not(.widget) .block-title,
.multicheckout .block-title,
.paypal-review .block .block-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title,
.sales-guest-view .column.main .block:not(.widget) .block-title {
  margin-bottom: 15px; }

.abs-account-blocks .block-title > strong,
.block-compare .block-title > strong,
.block-giftregistry-results .block-title > strong,
.block-giftregistry-shared-items .block-title > strong,
.block-wishlist-search-results .block-title > strong,
.block-reorder .block-title > strong,
.widget .block-title > strong,
.block-wishlist .block-title > strong,
.account .column.main .block:not(.widget) .block-title > strong,
.multicheckout .block-title > strong,
.paypal-review .block .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 700; }

.account .column.main .block:not(.widget) .block-title > .action,
.multicheckout .block-title > .action,
.paypal-review .block .block-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > .action,
.sales-guest-view .column.main .block:not(.widget) .block-title > .action {
  margin-left: 15px; }

.account .column.main .block:not(.widget) .box-title,
.multicheckout .box-title,
.paypal-review .block .box-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title,
.sales-guest-view .column.main .block:not(.widget) .box-title {
  display: inline-block;
  margin: 0 0 5px; }

.account .column.main .block:not(.widget) .box-title > span,
.multicheckout .box-title > span,
.paypal-review .block .box-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > span,
.sales-guest-view .column.main .block:not(.widget) .box-title > span {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem; }

.account .column.main .block:not(.widget) .box-title > .action,
.multicheckout .box-title > .action,
.paypal-review .block .box-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > .action,
.sales-guest-view .column.main .block:not(.widget) .box-title > .action {
  font-weight: 400;
  margin-left: 10px; }

.account .column.main .block:not(.widget) .block-content p:last-child,
.multicheckout .block-content p:last-child,
.paypal-review .block .block-content p:last-child,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-content p:last-child,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-content p:last-child,
.sales-guest-view .column.main .block:not(.widget) .block-content p:last-child {
  margin-bottom: 0; }

.account .column.main .block:not(.widget) .block-content .box,
.multicheckout .block-content .box,
.paypal-review .block .block-content .box,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
.sales-guest-view .column.main .block:not(.widget) .block-content .box {
  margin-bottom: 20px; }

.giftregisty-dropdown,
.wishlist-dropdown {
  display: inline-block;
  position: relative; }

.abs-dropdown-simple:before,
.abs-dropdown-simple:after,
.giftregisty-dropdown:before,
.giftregisty-dropdown:after,
.wishlist-dropdown:before,
.wishlist-dropdown:after {
  content: '';
  display: table; }

.abs-dropdown-simple:after,
.giftregisty-dropdown:after,
.wishlist-dropdown:after {
  clear: both; }

.abs-dropdown-simple .action.toggle,
.giftregisty-dropdown .action.toggle,
.wishlist-dropdown .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none; }

.abs-dropdown-simple .action.toggle:after,
.giftregisty-dropdown .action.toggle:after,
.wishlist-dropdown .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e607';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center; }

.abs-dropdown-simple .action.toggle:hover:after,
.giftregisty-dropdown .action.toggle:hover:after,
.wishlist-dropdown .action.toggle:hover:after {
  color: inherit; }

.abs-dropdown-simple .action.toggle:active:after,
.giftregisty-dropdown .action.toggle:active:after,
.wishlist-dropdown .action.toggle:active:after {
  color: inherit; }

.abs-dropdown-simple .action.toggle.active,
.giftregisty-dropdown .action.toggle.active,
.wishlist-dropdown .action.toggle.active {
  display: inline-block;
  text-decoration: none; }

.abs-dropdown-simple .action.toggle.active:after,
.giftregisty-dropdown .action.toggle.active:after,
.wishlist-dropdown .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center; }

.abs-dropdown-simple .action.toggle.active:hover:after,
.giftregisty-dropdown .action.toggle.active:hover:after,
.wishlist-dropdown .action.toggle.active:hover:after {
  color: inherit; }

.abs-dropdown-simple .action.toggle.active:active:after,
.giftregisty-dropdown .action.toggle.active:active:after,
.wishlist-dropdown .action.toggle.active:active:after {
  color: inherit; }

.abs-dropdown-simple ul.dropdown,
.giftregisty-dropdown ul.dropdown,
.wishlist-dropdown ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  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 #ffffff transparent;
  z-index: 99; }

.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98; }

.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  left: 10px;
  top: -12px; }

.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  left: 9px;
  top: -14px; }

.abs-dropdown-simple.active,
.giftregisty-dropdown.active,
.wishlist-dropdown.active {
  overflow: visible; }

.abs-dropdown-simple.active ul.dropdown,
.giftregisty-dropdown.active ul.dropdown,
.wishlist-dropdown.active ul.dropdown {
  display: block; }

.column .block-addbysku .qty .qty,
.bundle-options-container .input-text.qty,
.cart.table-wrapper .col.qty .input-text,
.account .table-return-items .qty .input-text,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.table.grouped .control .qty,
.block-wishlist-info-items .input-text.qty,
.multicheckout .table-wrapper .col .qty .input-text,
.account .table-wrapper .data.table.wishlist .box-tocart .qty,
.products-grid.wishlist .product-item .box-tocart input.qty,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  text-align: center;
  width: 47px; }

.block,
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child),
.block-banners,
.block-banners-inline {
  margin-bottom: 40px; }

.sidebar .action.delete,
.table-comparison .cell.remove .action.delete,
.block-compare .action.delete,
.filtered .item .action.remove {
  display: inline-block;
  text-decoration: none; }

.abs-remove-button-for-blocks > span,
.sidebar .action.delete > span,
.table-comparison .cell.remove .action.delete > span,
.block-compare .action.delete > span,
.filtered .item .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.abs-remove-button-for-blocks:before,
.sidebar .action.delete:before,
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete:before,
.filtered .item .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 15px;
  color: #303030;
  content: '\e616';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center; }

.abs-remove-button-for-blocks:hover:before,
.sidebar .action.delete:hover:before,
.table-comparison .cell.remove .action.delete:hover:before,
.block-compare .action.delete:hover:before,
.filtered .item .action.remove:hover:before {
  color: #303030; }

.abs-remove-button-for-blocks:active:before,
.sidebar .action.delete:active:before,
.table-comparison .cell.remove .action.delete:active:before,
.block-compare .action.delete:active:before,
.filtered .item .action.remove:active:before {
  color: #303030; }

.product-item-name,
.product.name a {
  font-weight: 400; }

.product-item-name > a,
.product.name a > a {
  color: #333333;
  text-decoration: none; }

.abs-product-link > a:visited,
.product-item-name > a:visited,
.product.name a > a:visited {
  color: #333333;
  text-decoration: underline; }

.abs-product-link > a:hover,
.product-item-name > a:hover,
.product.name a > a:hover {
  color: #333333;
  text-decoration: underline; }

.abs-product-link > a:active,
.product-item-name > a:active,
.product.name a > a:active {
  color: #333333;
  text-decoration: underline; }

.form.giftregistry.items .actions-toolbar,
.form-new-agreement .actions-toolbar,
.fieldset .review-legend.legend,
.form.wishlist.items .actions-toolbar {
  margin-left: 0; }

.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 {
  left: 10px;
  margin-left: 70%;
  position: absolute;
  top: 31px;
  width: auto; }

.form-giftregistry-share .fieldset,
.form-giftregistry-edit .fieldset,
.form-add-invitations .fieldset,
.form-create-return .fieldset,
.form.send.friend .fieldset {
  margin-bottom: 50px; }

.form-giftregistry-share .fieldset .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .field:not(.choice) .control,
.form-add-invitations .fieldset .field:not(.choice) .control,
.form-create-return .fieldset .field:not(.choice) .control,
.form.send.friend .fieldset .field:not(.choice) .control {
  width: 70%; }

.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary {
  float: left; }

.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add {
  margin-top: 30px; }

.form-giftregistry-share .fieldset .fields .actions-toolbar,
.form-giftregistry-edit .fieldset .fields .actions-toolbar,
.form-add-invitations .fieldset .fields .actions-toolbar,
.form-create-return .fieldset .fields .actions-toolbar,
.form.send.friend .fieldset .fields .actions-toolbar {
  margin: 0; }

.form-giftregistry-share .message.notice,
.form-giftregistry-edit .message.notice,
.form-add-invitations .message.notice,
.form-create-return .message.notice,
.form.send.friend .message.notice {
  margin: 30px 0 0; }

.form-giftregistry-share .additional,
.form-giftregistry-edit .additional,
.form-add-invitations .additional,
.form-create-return .additional,
.form.send.friend .additional {
  margin-top: 55px;
  position: relative; }

.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden; }

.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label,
.product-item-actions .actions-secondary > .action span,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.cart.table-wrapper .col.qty .label,
.minicart-wrapper .action.showcart .text,
.minicart-wrapper .action.showcart .counter-label,
.checkout-index-index .page-title-wrapper,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.fieldset .fullname.field > .label,
.account .column.main .limiter > .label,
.field.street .field.additional .label,
.account-nav .title,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.filter-options-content .filter-count-label,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.page-multiple-wishlist .page-title-wrapper .page-title,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.block.newsletter .label,
.block-reorder .product-item .label,
.opc-wrapper .form-discount .field .label,
.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:not(:first-child):before,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.payment-method-braintree .hosted-date-wrap:before,
.payment-method-braintree .hosted-date-wrap:after,
.toolbar:before,
.toolbar:after,
.toolbar-products:before,
.toolbar-products: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,
.checkout-onepage-success:before,
.checkout-onepage-success:after,
.opc-estimated-wrapper:before,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:before,
.opc-wrapper .field.addresses:after,
.fieldset .fullname .field:before,
.fieldset .fullname .field:after,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form:after,
.gift-options:before,
.gift-options:after,
.gift-item-block .content:before,
.gift-item-block .content:after,
.order-details-items .order-gift-message:before,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:before,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:before,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:before,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping:before,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:before,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:before,
.table-order-review .gift-wrapping:after,
.order-options .product:before,
.order-options .product:after,
.map-popup .map-info-price:before,
.map-popup .map-info-price:after,
.multicheckout .item-options:before,
.multicheckout .item-options:after,
.multicheckout .block:before,
.multicheckout .block:after,
.multicheckout .block-content:before,
.multicheckout .block-content:after,
.customer-review .product-details:before,
.customer-review .product-details:after,
.header.content:before,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):before,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):before,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):before,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,
.form-create-return .fieldset .actions-toolbar:not(:first-child):before,
.form-create-return .fieldset .actions-toolbar:not(:first-child):after,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):before,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):after {
  content: '';
  display: table; }

.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.payment-method-braintree .hosted-date-wrap:after,
.toolbar:after,
.toolbar-products: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,
.checkout-onepage-success:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.fieldset .fullname .field:after,
.page-product-downloadable .product-add-form:after,
.gift-options:after,
.gift-item-block .content:after,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:after,
.order-options .product:after,
.map-popup .map-info-price:after,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content:after,
.customer-review .product-details:after,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,
.form-create-return .fieldset .actions-toolbar:not(:first-child):after,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):after {
  clear: both; }

.abs-field-date .control,
.abs-field-tooltip,
.columns .column.main,
.columns .sidebar-main,
.columns .sidebar-additional,
.column .block-addbysku .sku,
.bundle-options-container .block-bundle-summary,
.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,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.block-event .slider-panel .slider .item .action.show,
.field.date .control,
.field .control._with-tooltip {
  box-sizing: border-box; }

.abs-split-button:before,
.abs-split-button:after {
  content: '';
  display: table; }

.abs-split-button:after {
  clear: both; }

.abs-split-button .action.split {
  float: left;
  margin: 0; }

.abs-split-button .action.toggle {
  float: right;
  margin: 0; }

.abs-split-button button.action.split,
.abs-split-button .cart.table-wrapper .actions-toolbar > .action.action.split,
.abs-split-button .action-gift.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.abs-split-button button + .action.toggle,
.abs-split-button .cart.table-wrapper .actions-toolbar > .action + .action.toggle,
.abs-split-button .action-gift + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0; }

.abs-split-button .action.toggle {
  padding: 4px 5px;
  display: inline-block;
  text-decoration: none; }

.abs-split-button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e607';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center; }

.abs-split-button .action.toggle:hover:after {
  color: inherit; }

.abs-split-button .action.toggle:active:after {
  color: inherit; }

.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none; }

.abs-split-button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center; }

.abs-split-button .action.toggle.active:hover:after {
  color: inherit; }

.abs-split-button .action.toggle.active:active:after {
  color: inherit; }

.abs-split-button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15); }

.abs-split-button .items li {
  margin: 0;
  padding: 3px 5px; }

.abs-split-button .items li:hover {
  background: #e8e8e8;
  cursor: pointer; }

.abs-split-button .items:before,
.abs-split-button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0; }

.abs-split-button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99; }

.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98; }

.abs-split-button .items:before {
  right: 10px;
  top: -12px; }

.abs-split-button .items:after {
  right: 9px;
  top: -14px; }

.abs-split-button.active {
  overflow: visible; }

.abs-split-button.active .items {
  display: block; }

.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare,
.product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem; }

.product-item-actions .actions-secondary > .action,
.table-comparison .wishlist.split.button > .action.split,
.product-items .wishlist.split.button > .action.split,
.product-items .action.towishlist,
.products.list.items .action.towishlist,
.table-comparison .action.towishlist {
  display: inline-block;
  text-decoration: none; }

.abs-actions-addto-gridlist > span,
.product-item-actions .actions-secondary > .action > span,
.table-comparison .wishlist.split.button > .action.split > span,
.product-items .wishlist.split.button > .action.split > span,
.product-items .action.towishlist > span,
.products.list.items .action.towishlist > span,
.table-comparison .action.towishlist > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.abs-actions-addto-gridlist:before,
.product-item-actions .actions-secondary > .action:before,
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before,
.product-items .action.towishlist:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 29px;
  line-height: 24px;
  color: #7d7d7d;
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center; }

.abs-actions-addto-gridlist:hover:before,
.product-item-actions .actions-secondary > .action:hover:before,
.table-comparison .wishlist.split.button > .action.split:hover:before,
.product-items .wishlist.split.button > .action.split:hover:before,
.product-items .action.towishlist:hover:before,
.products.list.items .action.towishlist:hover:before,
.table-comparison .action.towishlist:hover:before {
  color: #333333; }

.bundle-actions .action.primary,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.product-info-main .box-tocart .action.tocart,
.product-options-bottom .box-tocart .action.tocart,
.cart-container .checkout-methods-items .action.primary,
.block-minicart .block-content > .actions > .primary .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
.form-address-edit .actions-toolbar .action.primary,
.multicheckout .action.primary {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem; }

.abs-action-remove,
.cart.table-wrapper .action.help.map,
.opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show,
.cart-summary .block.giftcard .action.check,
.gift-options .actions-toolbar .action-cancel,
.table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action,
.paypal-button-widget .paypal-button,
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  line-height: 1.42857143;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-size: inherit;
  font-weight: 400; }

.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.cart.table-wrapper .action.help.map:visited,
.opc-wrapper .edit-address-link:visited,
.opc-block-shipping-information .shipping-information-title .action-edit:visited,
.action-auth-toggle:visited,
.checkout-payment-method .checkout-billing-address .action-cancel:visited,
.checkout-agreements-block .action-show:visited,
.cart-summary .block.giftcard .action.check:visited,
.gift-options .actions-toolbar .action-cancel:visited,
.table-comparison .wishlist.split.button > .action:visited,
.product-items .wishlist.split.button > .action:visited,
.paypal-button-widget .paypal-button:visited,
.abs-add-fields .action.remove:visited,
.form-giftregistry-share .action.remove:visited,
.form-giftregistry-edit .action.remove:visited,
.form-add-invitations .action.remove:visited,
.form-create-return .action.remove:visited,
.form.send.friend .action.remove:visited {
  color: #1979c3;
  text-decoration: none; }

.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.cart.table-wrapper .action.help.map:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.action-auth-toggle:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-agreements-block .action-show:hover,
.cart-summary .block.giftcard .action.check:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover,
.paypal-button-widget .paypal-button:hover,
.abs-add-fields .action.remove:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover {
  color: #006bb4;
  text-decoration: underline; }

.abs-action-button-as-link:active,
.abs-action-remove:active,
.cart.table-wrapper .action.help.map:active,
.opc-wrapper .edit-address-link:active,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.action-auth-toggle:active,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-agreements-block .action-show:active,
.cart-summary .block.giftcard .action.check:active,
.gift-options .actions-toolbar .action-cancel:active,
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.paypal-button-widget .paypal-button:active,
.abs-add-fields .action.remove:active,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-edit .action.remove:active,
.form-add-invitations .action.remove:active,
.form-create-return .action.remove:active,
.form.send.friend .action.remove:active {
  color: #ff5501;
  text-decoration: underline; }

.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.cart.table-wrapper .action.help.map:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.action-auth-toggle:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-agreements-block .action-show:hover,
.cart-summary .block.giftcard .action.check:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover,
.paypal-button-widget .paypal-button:hover,
.abs-add-fields .action.remove:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover {
  color: #006bb4; }

.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,
.cart.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:focus,
.opc-wrapper .edit-address-link:hover,
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:focus,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:focus,
.action-auth-toggle:hover,
.action-auth-toggle:active,
.action-auth-toggle:focus,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:focus,
.checkout-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:focus,
.cart-summary .block.giftcard .action.check:hover,
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:focus,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.table-comparison .wishlist.split.button > .action:hover,
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:focus,
.form-giftregistry-edit .action.remove:hover,
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:focus,
.form-add-invitations .action.remove:hover,
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:focus,
.form-create-return .action.remove:hover,
.form-create-return .action.remove:active,
.form-create-return .action.remove:focus,
.form.send.friend .action.remove:hover,
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:focus {
  background: none;
  border: 0; }

.abs-action-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,
.cart.table-wrapper .action.help.map.disabled,
.cart.table-wrapper .action.help.map[disabled],
fieldset[disabled] .cart.table-wrapper .action.help.map,
.opc-wrapper .edit-address-link.disabled,
.opc-wrapper .edit-address-link[disabled],
fieldset[disabled] .opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit.disabled,
.opc-block-shipping-information .shipping-information-title .action-edit[disabled],
fieldset[disabled] .opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle.disabled,
.action-auth-toggle[disabled],
fieldset[disabled] .action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel.disabled,
.checkout-payment-method .checkout-billing-address .action-cancel[disabled],
fieldset[disabled] .checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show.disabled,
.checkout-agreements-block .action-show[disabled],
fieldset[disabled] .checkout-agreements-block .action-show,
.cart-summary .block.giftcard .action.check.disabled,
.cart-summary .block.giftcard .action.check[disabled],
fieldset[disabled] .cart-summary .block.giftcard .action.check,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.table-comparison .wishlist.split.button > .action.disabled,
.table-comparison .wishlist.split.button > .action[disabled],
fieldset[disabled] .table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action.disabled,
.product-items .wishlist.split.button > .action[disabled],
fieldset[disabled] .product-items .wishlist.split.button > .action,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.form-giftregistry-share .action.remove.disabled,
.form-giftregistry-share .action.remove[disabled],
fieldset[disabled] .form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove.disabled,
.form-giftregistry-edit .action.remove[disabled],
fieldset[disabled] .form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove.disabled,
.form-add-invitations .action.remove[disabled],
fieldset[disabled] .form-add-invitations .action.remove,
.form-create-return .action.remove.disabled,
.form-create-return .action.remove[disabled],
fieldset[disabled] .form-create-return .action.remove,
.form.send.friend .action.remove.disabled,
.form.send.friend .action.remove[disabled],
fieldset[disabled] .form.send.friend .action.remove {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline; }

.abs-action-remove:active,
.abs-action-remove:not(:focus),
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:not(:focus),
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:not(:focus),
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:not(:focus),
.action-auth-toggle:active,
.action-auth-toggle:not(:focus),
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:not(:focus),
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:not(:focus),
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:not(:focus),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:not(:focus),
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:not(:focus),
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:not(:focus),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus),
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:not(:focus),
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:not(:focus),
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:not(:focus),
.form-create-return .action.remove:active,
.form-create-return .action.remove:not(:focus),
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:not(:focus) {
  box-shadow: none; }

.block-compare .action.compare,
.cart-summary .actions-toolbar > .primary button,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review .block .actions-toolbar .action.primary,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action,
.cart-summary .actions-toolbar > .primary .action-gift {
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333; }

.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.block-compare .action.compare:focus,
.block-compare .action.compare:active,
.cart-summary .actions-toolbar > .primary button:focus,
.cart-summary .actions-toolbar > .primary button:active,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.paypal-review .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:active,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:focus,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:active,
.cart-summary .actions-toolbar > .primary .action-gift:focus,
.cart-summary .actions-toolbar > .primary .action-gift:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333; }

.abs-revert-secondary-color:hover,
.block-compare .action.compare:hover,
.cart-summary .actions-toolbar > .primary button:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:hover,
.cart-summary .actions-toolbar > .primary .action-gift:hover {

  color: #555555; }

.cart-summary .form.giftregistry .fieldset .action.primary {
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 7px 15px; }

.bundle-actions {
  margin: 10px 0; }

.bundle-options-container .price-notice .price-including-tax,
.bundle-options-container .price-notice .price-excluding-tax,
.bundle-options-container .price-notice .weee,
.product-options-wrapper .field .price-notice .price-including-tax,
.product-options-wrapper .field .price-notice .price-excluding-tax,
.product-options-wrapper .field .price-notice .weee,
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax,
.cart-summary .weee,
.gift-summary .price-including-tax,
.gift-summary .price-excluding-tax,
.gift-summary .weee,
.gift-options .price-including-tax,
.gift-options .price-excluding-tax,
.gift-options .weee {
  font-size: 1.4rem;
  display: inline-block;
  white-space: nowrap; }

.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax,
.cart-summary .price-including-tax + .price-excluding-tax,
.gift-summary .price-including-tax + .price-excluding-tax,
.gift-options .price-including-tax + .price-excluding-tax {
  display: inline-block;
  font-size: 1.1rem; }

.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:before,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax:before,
.cart-summary .price-including-tax + .price-excluding-tax:before,
.gift-summary .price-including-tax + .price-excluding-tax:before,
.gift-options .price-including-tax + .price-excluding-tax:before {
  content: "(" attr(data-label) ": "; }

.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:after,
.product-options-wrapper .field .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 {
  cursor: pointer;
  padding-right: 12px;
  position: relative;
  display: inline-block;
  text-decoration: none; }

.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 10px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center; }

.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after {
  position: absolute;
  right: -10px;
  top: 3px; }

.abs-tax-total-expanded:after {
  content: '\e621'; }

.abs-tax-total-expanded:after,
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after {
  content: '\e621'; }

.block-minicart .subtotal .label:after,
.minicart-items .details-qty .label:after,
.minicart-items .price-minicart .label:after,
.order-details-items .order-gift-message .label:after,
.order-details-items .block-order-details-gift-message .label:after,
.block-wishlist-management .wishlist-select .wishlist-name-label:after {
  content: ': '; }

.abs-dropdown-items-new .action.new,
.wishlist.split.button .action.new,
.wishlist-dropdown .action.new {
  display: inline-block;
  text-decoration: none; }

.abs-icon-add:before,
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center; }

.wishlist.split.button .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover {
  background: #e8e8e8; }

.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 5px; }

.abs-sidebar-totals .table-caption,
.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,
.sidebar-main .block-reorder .subtitle,
.sidebar-additional .block-reorder .subtitle,
.no-display,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
  display: none; }

.return-status,
.order-status {
  display: inline-block;
  margin-bottom: 20px; }

.block-compare .counter,
.block-wishlist .counter {
  color: #7d7d7d;
  font-size: 1.2rem;
  white-space: nowrap; }

.block-cart-failed .action.continue,
.cart-container .form-cart .action.continue {
  border-radius: 3px;
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px 7px 0;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none; }

.abs-shopping-cart-items .action.continue:hover,
.abs-shopping-cart-items .action.continue:active,
.abs-shopping-cart-items .action.continue:focus,
.block-cart-failed .action.continue:hover,
.block-cart-failed .action.continue:active,
.block-cart-failed .action.continue:focus,
.cart-container .form-cart .action.continue:hover,
.cart-container .form-cart .action.continue:active,
.cart-container .form-cart .action.continue:focus {
  text-decoration: none; }

.abs-shopping-cart-items .action.continue:before,
.block-cart-failed .action.continue:before,
.cart-container .form-cart .action.continue:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e617';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center; }

.abs-shopping-cart-items .action.continue:hover:before,
.block-cart-failed .action.continue:hover:before,
.cart-container .form-cart .action.continue:hover:before {
  color: inherit; }

.abs-shopping-cart-items .action.continue:active:before,
.block-cart-failed .action.continue:active:before,
.cart-container .form-cart .action.continue:active:before {
  color: inherit; }

.abs-shopping-cart-items .action.continue:focus,
.abs-shopping-cart-items .action.continue:active,
.block-cart-failed .action.continue:focus,
.block-cart-failed .action.continue:active,
.cart-container .form-cart .action.continue:focus,
.cart-container .form-cart .action.continue:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333; }

.abs-shopping-cart-items .action.continue:hover,
.block-cart-failed .action.continue:hover,
.cart-container .form-cart .action.continue:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555; }

.abs-shopping-cart-items .action.continue.disabled,
.abs-shopping-cart-items .action.continue[disabled],
fieldset[disabled] .abs-shopping-cart-items .action.continue,
.block-cart-failed .action.continue.disabled,
.block-cart-failed .action.continue[disabled],
fieldset[disabled] .block-cart-failed .action.continue,
.cart-container .form-cart .action.continue.disabled,
.cart-container .form-cart .action.continue[disabled],
fieldset[disabled] .cart-container .form-cart .action.continue {
  opacity: 0.5;
  cursor: default;
  pointer-events: none; }

.block-cart-failed .action.continue:active,
.cart-container .form-cart .action.continue:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12); }

.block-cart-failed .action.update,
.cart-container .form-cart .action.update {
  display: inline-block;
  text-decoration: none;
  padding-left: 5px; }

.abs-shopping-cart-items .action.update:before,
.block-cart-failed .action.update:before,
.cart-container .form-cart .action.update:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e603';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center; }

.abs-shopping-cart-items .action.update:hover:before,
.block-cart-failed .action.update:hover:before,
.cart-container .form-cart .action.update:hover:before {
  color: inherit; }

.abs-shopping-cart-items .action.update:active:before,
.block-cart-failed .action.update:active:before,
.cart-container .form-cart .action.update:active:before {
  color: inherit; }

.field.date .control {
  position: relative; }

.abs-field-date input,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.field.date input {
  margin-right: 10px;
  width: calc(100% - 50px); }

.field .control._with-tooltip {
  position: relative; }

.field .control._with-tooltip input {
  margin-right: 10px;
  width: calc(100% - 39px); }

.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto; }

.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 10px;
  left: auto;
  top: 0; }

.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
  border-bottom-color: #999999; }

.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px; }

.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
  color: #333333;
  font-weight: 300;
  font-size: 2.6rem; }

.cart-totals .mark,
.opc-block-summary .table-totals .mark {
  font-weight: 400;
  padding-left: 4px; }

.cart-totals .mark strong,
.opc-block-summary .table-totals .mark strong {
  font-weight: 400; }

.cart-totals .amount,
.opc-block-summary .table-totals .amount {
  padding-right: 4px;
  text-align: right;
  white-space: nowrap; }

.cart-totals .amount strong,
.opc-block-summary .table-totals .amount strong {
  font-weight: 400; }

.cart-totals .grand .mark,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .mark,
.opc-block-summary .table-totals .grand .amount {
  padding-top: 20px; }

.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  padding-right: 4px;
  text-align: right; }

.cart-totals .grand .amount strong,
.opc-block-summary .table-totals .grand .amount strong {
  font-weight: 700; }

.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 10px; }

.cart-totals .totals-tax-summary .mark,
.cart-totals .totals-tax-summary .amount,
.opc-block-summary .table-totals .totals-tax-summary .mark,
.opc-block-summary .table-totals .totals-tax-summary .amount {
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  cursor: pointer; }

.cart-totals .totals-tax-summary .amount .price,
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  display: block;
  text-decoration: none;
  padding-right: 25px;
  position: relative; }

.abs-sidebar-totals .totals-tax-summary .amount .price > span,
.cart-totals .totals-tax-summary .amount .price > span,
.opc-block-summary .table-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center; }

.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  position: absolute;
  right: -5px;
  top: -12px; }

.cart-totals .totals-tax-summary.expanded .mark,
.cart-totals .totals-tax-summary.expanded .amount,
.opc-block-summary .table-totals .totals-tax-summary.expanded .mark,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0; }

.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after,
.cart-totals .totals-tax-summary.expanded .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after {
  content: '\e621'; }

.cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {
  display: none;
  border-bottom: 1px solid #d1d1d1; }

.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row; }

.cart-summary .block > .title,
.paypal-review-discount .block > .title {
  border-top: 1px solid #d1d1d1;
  cursor: pointer;
  font-weight: 600;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  overflow: hidden;
  padding: 7px 30px 7px 5px;
  position: relative; }

.abs-discount-block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center; }

.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after {
  position: absolute;
  right: -5px;
  top: -5px; }

.column.main .cart-summary .block > .title strong,
.column.main .paypal-review-discount .block > .title strong {
  font-size: 1.8rem;
  font-weight: 400; }

.cart-summary .block > .content,
.paypal-review-discount .block > .content {
  display: none; }

.abs-discount-block.active > .title:after,
.cart-summary .block.active > .title:after,
.paypal-review-discount .block.active > .title:after {
  content: '\e617'; }

.cart-summary .block.active > .content,
.paypal-review-discount .block.active > .content {
  display: block; }

@font-face {
  font-family: 'Open Sans';
  src: url("../../frontend/LPS/OrbSport/lv_LV/fonts/opensans/light/opensans-300.eot");
  src: url("../../frontend/LPS/OrbSport/lv_LV/fonts/opensans/light/opensans-300.eot?#iefix") format("embedded-opentype"), url("../../frontend/LPS/OrbSport/lv_LV/fonts/opensans/light/opensans-300.woff2") format("woff2"), url("../../frontend/LPS/OrbSport/lv_LV/fonts/opensans/light/opensans-300.woff") format("woff"), url("../../frontend/LPS/OrbSport/lv_LV/fonts/opensans/light/opensans-300.ttf") format("truetype"), url("../../frontend/LPS/OrbSport/lv_LV/fonts/opensans/light/opensans-300.svg#Open Sans") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Open Sans';
  src: url("../../frontend/LPS/OrbSport/lv_LV/fonts/opensans/regular/opensans-400.eot");
  src: url("../../frontend/LPS/OrbSport/lv_LV/fonts/opensans/regular/opensans-400.eot?#iefix") format("embedded-opentype"), url("../../frontend/LPS/OrbSport/lv_LV/fonts/opensans/regular/opensans-400.woff2") format("woff2"), url("../../frontend/LPS/OrbSport/lv_LV/fonts/opensans/regular/opensans-400.woff") format("woff"), url("../../frontend/LPS/OrbSport/lv_LV/fonts/opensans/regular/opensans-400.ttf") format("truetype"), url("../../frontend/LPS/OrbSport/lv_LV/fonts/opensans/regular/opensans-400.svg#Open Sans") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Open Sans';
  src: url("../../frontend/LPS/OrbSport/lv_LV/fonts/opensans/semibold/opensans-600.eot");
  src: url("../../frontend/LPS/OrbSport/lv_LV/fonts/opensans/semibold/opensans-600.eot?#iefix") format("embedded-opentype"), url("../../frontend/LPS/OrbSport/lv_LV/fonts/opensans/semibold/opensans-600.woff2") format("woff2"), url("../../frontend/LPS/OrbSport/lv_LV/fonts/opensans/semibold/opensans-600.woff") format("woff"), url("../../frontend/LPS/OrbSport/lv_LV/fonts/opensans/semibold/opensans-600.ttf") format("truetype"), url("../../frontend/LPS/OrbSport/lv_LV/fonts/opensans/semibold/opensans-600.svg#Open Sans") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Open Sans';
  src: url("../../frontend/LPS/OrbSport/lv_LV/fonts/opensans/bold/opensans-700.eot");
  src: url("../../frontend/LPS/OrbSport/lv_LV/fonts/opensans/bold/opensans-700.eot?#iefix") format("embedded-opentype"), url("../../frontend/LPS/OrbSport/lv_LV/fonts/opensans/bold/opensans-700.woff2") format("woff2"), url("../../frontend/LPS/OrbSport/lv_LV/fonts/opensans/bold/opensans-700.woff") format("woff"), url("../../frontend/LPS/OrbSport/lv_LV/fonts/opensans/bold/opensans-700.ttf") format("truetype"), url("../../frontend/LPS/OrbSport/lv_LV/fonts/opensans/bold/opensans-700.svg#Open Sans") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

.items {
  margin: 0;
  padding: 0;
  list-style: none none; }

.table-wrapper {
  margin-bottom: 20px; }

table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.table:not(.cart):not(.totals) {
  border: none; }

.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > tbody > tr > th,
.table:not(.cart):not(.totals) > tfoot > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td,
.table:not(.cart):not(.totals) > tbody > tr > td,
.table:not(.cart):not(.totals) > tfoot > tr > td {
  border: none; }

.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td {
  border-bottom: 1px solid #d1d1d1; }

.table:not(.cart):not(.totals) tfoot > tr:first-child th,
.table:not(.cart):not(.totals) tfoot > tr:first-child td {
  border-top: 1px solid #d1d1d1;
  padding-top: 20px; }

.table:not(.cart):not(.totals) tfoot .mark {
  font-weight: 400;
  text-align: right; }

.message.info {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative; }

.message.info a {
  color: #1979c3; }

.message.info a:hover {
  color: #006bb4; }

.message.info a:active {
  color: #006bb4; }

.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center; }

.message.error {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 40px;
  position: relative; }

.message.error a {
  color: #1979c3; }

.message.error a:hover {
  color: #006bb4; }

.message.error a:active {
  color: #006bb4; }

.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #b30000;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center; }

.message.warning {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative; }

.message.warning a {
  color: #1979c3; }

.message.warning a:hover {
  color: #006bb4; }

.message.warning a:active {
  color: #006bb4; }

.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center; }

.message.notice {
  margin: 10px 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative; }

.message.notice a {
  color: #1979c3; }

.message.notice a:hover {
  color: #006bb4; }

.message.notice a:active {
  color: #006bb4; }

.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center; }

.page.messages {
  margin: 0 auto; }
  @media (min-width: 576px) {
    .page.messages {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .page.messages {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .page.messages {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .page.messages {
      max-width: 1140px; } }

.page.messages .messages {
  margin-top: 10px; }

.message.success {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 40px;
  position: relative; }

.message.success a {
  color: #1979c3; }

.message.success a:hover {
  color: #006bb4; }

.message.success a:active {
  color: #006bb4; }

.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #006400;
  content: '\e610';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center; }

.panel.header .links,
.panel.header .switcher {
  display: none; }

.nav-sections {
  background: #f5f5f5; }

.nav-toggle {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  left: 15px;
  position: absolute;
  top: 15px;
  z-index: 14; }

.nav-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: inherit;
  color: #8f8f8f;
  content: '\e609';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center; }

.nav-toggle:hover:before {
  color: #333333; }

.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: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  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: #ffffff;
  left: 15px;
  margin-left: -5px; }

.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #bbbbbb;
  left: 15px;
  margin-left: -6px; }

.tooltip.wrapper tooltip.toggle {
  cursor: help; }

.tooltip.wrapper tooltip.toggle:hover + .tooltip.content,
.tooltip.wrapper tooltip.toggle:focus + .tooltip.content,
.tooltip.wrapper:hover .tooltip.content {
  display: block; }

.tooltip.wrapper .tooltip.content dl {
  margin-bottom: 0; }

.tooltip.wrapper .tooltip.content dd {
  white-space: normal; }

.tooltip.wrapper .tooltip.content .subtitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px; }

.tooltip.wrapper .tooltip.content .label {
  margin-top: 10px; }

.tooltip.wrapper .tooltip.content .label:first-child {
  margin-top: 0; }

.tooltip.wrapper .tooltip.content .values {
  margin: 0; }

.ui-tooltip {
  position: absolute;
  z-index: 9999; }

.load.indicator {
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute; }

.load.indicator:before {
  background: transparent url("../../frontend/LPS/OrbSport/lv_LV/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; }

.fieldset {
  border: 0;
  margin: 0 0 40px;
  padding: 0;
  letter-spacing: -.31em; }

.fieldset > * {
  letter-spacing: normal; }

.fieldset > .legend {
  margin: 0 0 25px;
  padding: 0;
  box-sizing: border-box;
  float: left;
  line-height: 1.2;
  font-size: 2rem; }

.fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden; }

.fieldset:last-child {
  margin-bottom: 0; }

.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 20px; }

.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin: 0 0 5px;
  display: inline-block; }

.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  margin-bottom: 0; }

.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 700; }

.fieldset > .field > .label + br,
.fieldset > .fields > .field > .label + br {
  display: none; }

.fieldset > .field .choice input,
.fieldset > .fields > .field .choice input {
  vertical-align: top; }

.fieldset > .field .fields.group:before,
.fieldset > .fields > .field .fields.group:before,
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  content: '';
  display: table; }

.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  clear: both; }

.fieldset > .field .fields.group .field,
.fieldset > .fields > .field .fields.group .field {
  box-sizing: border-box;
  float: left; }

.fieldset > .field .fields.group.group-2 .field,
.fieldset > .fields > .field .fields.group.group-2 .field {
  width: 50% !important; }

.fieldset > .field .fields.group.group-3 .field,
.fieldset > .fields > .field .fields.group.group-3 .field {
  width: 33.3% !important; }

.fieldset > .field .fields.group.group-4 .field,
.fieldset > .fields > .field .fields.group.group-4 .field {
  width: 25% !important; }

.fieldset > .field .fields.group.group-5 .field,
.fieldset > .fields > .field .fields.group.group-5 .field {
  width: 20% !important; }

.fieldset > .field .addon,
.fieldset > .fields > .field .addon {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  width: 100%; }

.fieldset > .field .addon textarea,
.fieldset > .fields > .field .addon textarea,
.fieldset > .field .addon select,
.fieldset > .fields > .field .addon select,
.fieldset > .field .addon input,
.fieldset > .fields > .field .addon input {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: inline-block;
  margin: 0;
  width: auto; }

.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore,
.fieldset > .field .addon .addafter,
.fieldset > .fields > .field .addon .addafter {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: auto; }

.fieldset > .field .addon .addbefore:disabled,
.fieldset > .fields > .field .addon .addbefore:disabled,
.fieldset > .field .addon .addafter:disabled,
.fieldset > .fields > .field .addon .addafter:disabled {
  opacity: 0.5; }

.fieldset > .field .addon .addbefore::-moz-placeholder,
.fieldset > .fields > .field .addon .addbefore::-moz-placeholder,
.fieldset > .field .addon .addafter::-moz-placeholder,
.fieldset > .fields > .field .addon .addafter::-moz-placeholder {
  color: #c2c2c2; }

.fieldset > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .field .addon .addafter::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addafter::-webkit-input-placeholder {
  color: #c2c2c2; }

.fieldset > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .field .addon .addafter:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addafter:-ms-input-placeholder {
  color: #c2c2c2; }

.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore {
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1; }

.fieldset > .field .additional,
.fieldset > .fields > .field .additional {
  margin-top: 10px; }

.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px; }

.fieldset > .field .note,
.fieldset > .fields > .field .note {
  font-size: 1.2rem;
  margin: 3px 0 0;
  padding: 0;
  display: inline-block;
  text-decoration: none; }

.fieldset > .field .note:before,
.fieldset > .fields > .field .note:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 12px;
  content: '\e618';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center; }

.fieldset > .field.choice .label,
.fieldset > .fields > .field.choice .label {
  display: inline;
  font-weight: normal; }

.column:not(.main) .fieldset > .field .label,
.column:not(.main) .fieldset > .fields > .field .label {
  font-weight: normal; }

.fieldset > .field .field.choice,
.fieldset > .fields > .field .field.choice {
  margin-bottom: 10px; }

.fieldset > .field .field.choice:last-child,
.fieldset > .fields > .field .field.choice:last-child {
  margin-bottom: 0; }

.fieldset > .field input[type=file],
.fieldset > .fields > .field input[type=file] {
  margin: 5px 0; }

.legend + .fieldset,
.legend + div {
  clear: both; }

.legend strong {
  margin-left: 5px; }

fieldset.field {
  border: 0;
  padding: 0; }

.field.date .time-picker {
  display: inline-block;
  margin-top: 10px;
  white-space: nowrap; }

.field .message.warning {
  margin-top: 10px; }

.field-error,
div.mage-error[generated] {
  margin-top: 7px; }

.field-error {
  color: #e02b27;
  font-size: 1.2rem; }

.field .tooltip {
  position: relative; }

.field .tooltip .tooltip-content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  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: #ffffff;
  margin-top: -5px;
  top: 15px; }

.field .tooltip .tooltip-content:before {
  border-right-color: #bbbbbb;
  margin-top: -6px;
  top: 15px; }

.field .tooltip .tooltip-toggle {
  cursor: help; }

.field .tooltip .tooltip-toggle:hover + .tooltip-content,
.field .tooltip .tooltip-toggle:focus + .tooltip-content,
.field .tooltip:hover .tooltip-content {
  display: block; }

.field .tooltip .tooltip-content {
  min-width: 200px;
  white-space: normal; }

input:focus ~ .tooltip .tooltip-content,
select:focus ~ .tooltip .tooltip-content {
  display: block; }

._has-datepicker ~ .ui-datepicker-trigger {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: block;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle; }

._has-datepicker ~ .ui-datepicker-trigger:focus,
._has-datepicker ~ .ui-datepicker-trigger:active {
  background: none;
  border: none; }

._has-datepicker ~ .ui-datepicker-trigger:hover {
  background: none;
  border: none; }

._has-datepicker ~ .ui-datepicker-trigger.disabled,
._has-datepicker ~ .ui-datepicker-trigger[disabled],
fieldset[disabled] ._has-datepicker ~ .ui-datepicker-trigger {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5; }

._has-datepicker ~ .ui-datepicker-trigger > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

._has-datepicker ~ .ui-datepicker-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  line-height: 40px;
  color: #7d7d7d;
  content: '\e612';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center; }

._has-datepicker ~ .ui-datepicker-trigger:focus {
  box-shadow: none;
  outline: 0; }

.sidebar .fieldset {
  margin: 0; }

.sidebar .fieldset > .field:not(.choice):not(:last-child),
.sidebar .fieldset .fields > .field:not(:last-child) {
  margin: 0 0 20px; }

.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 5px;
  text-align: left;
  width: 100%; }

.sidebar .fieldset > .field:not(.choice) .control,
.sidebar .fieldset .fields > .field .control {
  width: 100%; }

@font-face {
  font-family: 'icons-blank-theme';
  src: url("../../frontend/LPS/OrbSport/lv_LV/fonts/Blank-Theme-Icons/Blank-Theme-Icons.eot");
  src: url("../../frontend/LPS/OrbSport/lv_LV/fonts/Blank-Theme-Icons/Blank-Theme-Icons.eot?#iefix") format("embedded-opentype"), url("../../frontend/LPS/OrbSport/lv_LV/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff2") format("woff2"), url("../../frontend/LPS/OrbSport/lv_LV/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff") format("woff"), url("../../frontend/LPS/OrbSport/lv_LV/fonts/Blank-Theme-Icons/Blank-Theme-Icons.ttf") format("truetype"), url("../../frontend/LPS/OrbSport/lv_LV/fonts/Blank-Theme-Icons/Blank-Theme-Icons.svg#icons-blank-theme") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

button,
a.action.primary,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  border-radius: 5px; }
body.customer-account-login .main-container .block .actions-toolbar .primary {
    width: 100%;
    border-radius: 5px;
}
button:active,
.cart.table-wrapper .actions-toolbar > .action:active,
.action-gift:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12); }

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: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle; }

.action.primary:focus,
.action.primary:active {
  background: #191919;
  border: 1px solid #191919;
  color: #ffffff; }

.action.primary:hover {
  background: #191919;
  border: 1px solid #191919;
  color: #ffffff; }

.action.primary.disabled,
.action.primary[disabled],
fieldset[disabled] .action.primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none; }

.product.data.items {
  margin: 0;
  padding: 0;
  margin-bottom: 20px; }

.product.data.items > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%; }

.product.data.items > .item.title > .switch {
  display: block; }

.product.data.items > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0; }

.product.data.items > .item.content:before,
.product.data.items > .item.content:after {
  content: '';
  display: table; }

.product.data.items > .item.content:after {
  clear: both; }

.product.data.items > .item.content.active {
  display: block; }

.product.data.items > .item.title {
  margin: 0 0 5px; }

.product.data.items > .item.title > .switch {
  background: #f0f0f0;
  border-bottom: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  border-top: 1px solid #d1d1d1;
  height: 40px;
  padding: 5px 20px 5px 20px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.8rem;
  color: #7d7d7d;
  text-decoration: none; }

.product.data.items > .item.title > .switch:visited {
  color: #7d7d7d;
  text-decoration: none; }

.product.data.items > .item.title > .switch:hover {
  color: #7d7d7d;
  text-decoration: none; }

.product.data.items > .item.title > .switch:active {
  color: #333333;
  text-decoration: none; }

.product.data.items > .item.title:not(.disabled) > .switch:focus,
.product.data.items > .item.title:not(.disabled) > .switch:hover {
  background: #fcfcfc; }

.product.data.items > .item.title:not(.disabled) > .switch:active,
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover {
  background: #ffffff;
  padding-bottom: 5px; }

.product.data.items > .item.content {
  background: #ffffff;
  border: 1px solid #d1d1d1;
  margin: 0 0 5px;
  padding: 20px 20px 20px 20px; }

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

.pages .item {
  font-size: 1.2rem;
  font-size: 12px;
  letter-spacing: normal;
  line-height: 32px;
  margin: 0 2px 0 0;
  display: inline-block; }

.pages .item .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.pages a.page {
  color: #1979c3;
  display: inline-block;
  padding: 0 4px;
  text-decoration: none; }

.pages a.page:visited {
  color: #1979c3; }

.pages a.page:hover {
  color: #006bb4;
  text-decoration: none; }

.pages a.page:active {
  color: #ff5501; }

.pages strong.page {
  font-size: 1.2rem;
  font-size: 12px;
  letter-spacing: normal;
  line-height: 32px;
  color: #333333;
  display: inline-block;
  font-weight: 700;
  padding: 0 4px; }

.pages .action {
  border: 1px solid #d1d1d1;
  color: #7d7d7d;
  display: inline-block;
  padding: 0;
  text-decoration: none; }

.pages .action:visited {
  color: #7d7d7d; }

.pages .action:hover {
  color: #7d7d7d;
  text-decoration: none; }

.pages .action:active {
  color: #7d7d7d; }

.pages .action.next {
  display: inline-block;
  text-decoration: none; }

.pages .action.next:visited:before {
  color: #7d7d7d; }

.pages .action.next:active:before {
  color: #7d7d7d; }

.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: 46px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e608';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 -6px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center; }

.pages .action.next:hover:before {
  color: #7d7d7d; }

.pages .action.next:active:before {
  color: #7d7d7d; }

.pages .action.previous {
  display: inline-block;
  text-decoration: none; }

.pages .action.previous:visited:before {
  color: #7d7d7d; }

.pages .action.previous:active:before {
  color: #7d7d7d; }

.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: 46px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e617';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 -6px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center; }

.pages .action.previous:hover:before {
  color: #7d7d7d; }

.pages .action.previous:active:before {
  color: #7d7d7d; }

.pages .action {
  width: 34px; }

.pages .action.previous {
  margin-right: 12px; }

.pages .action.next {
  margin-left: 12px; }

.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  text-align: center;
  margin-bottom: 10px; }

.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 10px; }

.actions-toolbar > .primary .action:last-child,
.actions-toolbar > .secondary .action:last-child {
  margin-bottom: 0; }

.actions-toolbar > .primary:last-child,
.actions-toolbar > .secondary:last-child {
  margin-bottom: 0; }

.breadcrumbs {
  margin: 0 0 20px; }

.breadcrumbs .items {
  font-size: 1.2rem;
  color: #a3a3a3;
  margin: 0;
  padding: 0;
  list-style: none none; }

.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top; }

.breadcrumbs .item {
  margin: 0; }

.breadcrumbs a {
  color: #333333;
  text-decoration: none; }

.breadcrumbs a:visited {
  color: #333333;
  text-decoration: none; }

.breadcrumbs a:hover {
  color: #333333;
  text-decoration: underline; }

.breadcrumbs a:active {
  color: #333333;
  text-decoration: none; }

.breadcrumbs strong {
  font-weight: 400; }

.breadcrumbs .item:not(:last-child) {
  display: inline-block;
  text-decoration: none; }

.breadcrumbs .item:not(:last-child):after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 18px;
  content: '\e608';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center; }

.ui-dialog.popup .action.close {
  position: absolute;
  height: 40px;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1001;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400; }

.ui-dialog.popup .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-dialog.popup .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center; }

.ui-dialog.popup .action.close:hover:before {
  color: inherit; }

.ui-dialog.popup .action.close:active:before {
  color: inherit; }

.ui-dialog.popup .action.close:focus,
.ui-dialog.popup .action.close:active {
  background: none;
  border: none; }

.ui-dialog.popup .action.close:hover {
  background: none;
  border: none; }

.ui-dialog.popup .action.close.disabled,
.ui-dialog.popup .action.close[disabled],
fieldset[disabled] .ui-dialog.popup .action.close {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5; }

.popup-pointer {
  margin-left: -14px;
  position: absolute;
  top: -14px; }

.popup-pointer:before,
.popup-pointer:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-bottom-style: solid; }

.popup-pointer:before {
  left: 2px;
  top: 2px;
  border: solid 6px;
  border-color: transparent transparent #ffffff 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 .3s, opacity .3s ease;
  transition: visibility 0s .3s, opacity .3s ease; }

.modal-slide._show,
.modal-popup._show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .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: #ffffff;
  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._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 .2s ease; }

.modal-popup._inner-scroll {
  overflow-y: visible; }

.ie11 .modal-popup._inner-scroll,
.ie10 .modal-popup._inner-scroll,
.ie9 .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,
.ie10 .modal-popup._inner-scroll .modal-inner-wrap,
.ie9 .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 {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5; }

.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 32px;
  color: #8f8f8f;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center; }

.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: inherit; }

.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
  color: inherit; }

.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #1a1a1a; }

.modal-custom .action-close {
  margin: 25px; }

.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 10px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word; }

.modal-popup .action-close {
  padding: 10px; }

.modal-slide .action-close {
  padding: 1.1rem 2rem; }

.modal-slide .page-main-actions {
  margin-bottom: -12.9rem;
  margin-top: 2.1rem; }

.modals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0; }

body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 899; }

/**
 * 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) 2018 Mageplaza (http://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: 50%; } }

.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,
.mpblog-search .cart.table-wrapper .actions-toolbar > .action.action.search,
.mpblog-search .action-gift.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,
.mpblog-search .cart.table-wrapper .actions-toolbar > .action.action.search :before,
.mpblog-search .action-gift.action.search :before {
  -webkit-font-smoothing: antialiased;
  color: #8f8f8f; }

.mpblog-search button.action.search span,
.mpblog-search .cart.table-wrapper .actions-toolbar > .action.action.search span,
.mpblog-search .action-gift.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; }

.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 {
  margin-top: 50px; }

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;
  width: 50%; }

/*===================================================================
|                  	      Post View CSS                  	        |
====================================================================*/
/* 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; }

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

/* mageplaza end blog style */
.column .block-addbysku .fieldset {
  margin: 0; }

.column .block-addbysku .fieldset .fields {
  position: relative; }

.column .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top; }

.column .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 4px; }

.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%; }

.column .block-addbysku .skus > .label {
  margin-top: 10px; }

.column .block-addbysku .qty .qty + .mage-error {
  width: 80px; }

.column .block-addbysku .block-content .actions-toolbar {
  clear: both;
  margin: 0 0 20px;
  text-align: left; }

.column .block-addbysku .block-content .actions-toolbar:before,
.column .block-addbysku .block-content .actions-toolbar:after {
  content: '';
  display: table; }

.column .block-addbysku .block-content .actions-toolbar:after {
  clear: both; }

.column .block-addbysku .block-content .actions-toolbar .primary {
  float: left; }

.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: inline-block; }

.column .block-addbysku .block-content .actions-toolbar .primary a.action,
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  display: inline-block; }

.column .block-addbysku .block-content .actions-toolbar .primary .action {
  margin: 0 5px 0 0; }

.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  margin-top: 6px; }

.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: block;
  float: none; }

.column .block-addbysku .block-content .actions-toolbar > .secondary {
  text-align: left; }

.column .block-addbysku .reset {
  margin: 10px 0; }

.column .block-addbysku .note {
  display: block;
  margin: 0 0 20px; }

.block-cart-failed {
  margin-top: 40px; }

.block-cart-failed .block-title {
  font-size: 2.6rem; }

.block-cart-failed .block-title strong {
  font-weight: 300; }

.block-cart-failed .actions {
  text-align: center; }

.block-cart-failed .actions .action {
  margin-bottom: 10px; }

.payment-method-braintree .hosted-control {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  width: 225px; }

.payment-method-braintree .hosted-control:disabled {
  opacity: 0.5; }

.payment-method-braintree .hosted-control::-moz-placeholder {
  color: #c2c2c2; }

.payment-method-braintree .hosted-control::-webkit-input-placeholder {
  color: #c2c2c2; }

.payment-method-braintree .hosted-control:-ms-input-placeholder {
  color: #c2c2c2; }

.payment-method-braintree .hosted-control.braintree-hosted-fields-focused {
  border-color: #006bb4; }

.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) {
  border-color: #e02b27; }

.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1; }

.payment-method-braintree .hosted-control.braintree-hosted-fields-valid {
  border-color: #006400; }

.payment-method-braintree .hosted-control.hosted-cid {
  width: 5rem; }

.payment-method-braintree .hosted-control.hosted-date {
  float: left;
  margin-bottom: 7px;
  width: 6rem; }

.payment-method-braintree .hosted-control.hosted-date:first-of-type {
  margin-right: 50px; }

.payment-method-braintree .hosted-control.hosted-date:first-of-type:after {
  content: '/';
  display: inline;
  padding-bottom: inherit;
  padding-top: inherit;
  position: absolute;
  right: -25px;
  top: 5px; }

.payment-method-braintree .field-tooltip {
  right: 0; }

.payment-method-braintree .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0; }

.braintree-paypal-logo {
  margin-top: 10px;
  text-align: center; }

.braintree-paypal-account {
  padding: 15px 0 15px 50px;
  position: relative;
  display: inline-block; }

.braintree-paypal-account:before {
  background-image: url("../../frontend/LPS/OrbSport/lv_LV/Magento_Braintree/images/paypal-small.png");
  background-position-x: 0;
  background-position-y: 0;
  line-height: 16px;
  vertical-align: middle;
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
  content: '';
  display: inline-block; }

.braintree-paypal-account:before {
  left: 17px;
  margin-top: -8px;
  position: absolute;
  top: 50%; }

.braintree-paypal-account .payment-method-type {
  font-weight: 700; }

.braintree-paypal-account .payment-method-description {
  color: #575757; }

.braintree-paypal-fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

.action-braintree-paypal-logo {
  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; }

.action-braintree-paypal-logo:focus,
.action-braintree-paypal-logo:active {
  background: none;
  border: none; }

.action-braintree-paypal-logo:hover {
  background: none;
  border: none; }

.action-braintree-paypal-logo.disabled,
.action-braintree-paypal-logo[disabled],
fieldset[disabled] .action-braintree-paypal-logo {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5; }

.action-braintree-paypal-logo img {
  margin: 0;
  width: 114px; }

.payment-method .payment-method-content .actions-toolbar.braintree-paypal-actions {
  margin-left: 0; }

.account .table .col.paypal-account img {
  vertical-align: middle; }

.account .table .col.paypal-account + .actions {
  vertical-align: middle; }

.bundle-options-container {
  clear: both;
  margin-bottom: 40px; }

.bundle-options-container .legend.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem; }

.bundle-options-container .product-add-form {
  display: none; }

.bundle-options-container .product-options-wrapper {
  margin-bottom: 30px; }

.bundle-options-container .action.back {
  margin-bottom: 30px; }

.bundle-options-container .price-box .price {
  font-size: 18px;
  font-weight: 700; }

.bundle-options-container .block-bundle-summary {
  background: #e8e8e8;
  padding: 10px 20px; }

.bundle-options-container .block-bundle-summary > .title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem; }

.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 30px; }

.bundle-options-container .block-bundle-summary .bundle-summary.empty {
  display: none; }

.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: block; }

.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 10px; }

.bundle-options-container .block-bundle-summary .box-tocart .actions {
  display: inline-block;
  margin-bottom: 10px; }

.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  vertical-align: top; }

.bundle-options-container .nested .field.qty {
  margin-top: 20px; }

.bundle-options-container .nested .field.qty .label {
  font-weight: 700;
  margin: 0 0 5px;
  display: inline-block; }

.bundle-options-container p.required {
  color: #e02b27; }

.bundle-options-container .product-options-bottom {
  clear: left; }

.products {
  margin: 30px 0; }

.product-item {
  vertical-align: top; }

.products-grid .product-item {
  display: inline-block;
  width: 50%; }

.product-item-name {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  display: block;
  hyphens: auto;
  margin: 5px 0;
  word-wrap: break-word; }

.product-item-info {
  max-width: 100%;
  width: 152px; }

.page-products .product-item-info,
.base-sales-index .product-item-info {
  width: 240px; }

.product-item-actions {
  display: none; }

.product-item-actions .actions-secondary > button.action,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action,
.product-item-actions .actions-secondary > .action-gift.action {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400; }

.product-item-actions .actions-secondary > button.action:focus,
.product-item-actions .actions-secondary > button.action:active,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action:focus,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action:active,
.product-item-actions .actions-secondary > .action-gift.action:focus,
.product-item-actions .actions-secondary > .action-gift.action:active {
  background: none;
  border: none; }

.product-item-actions .actions-secondary > button.action:hover,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action:hover,
.product-item-actions .actions-secondary > .action-gift.action:hover {
  background: none;
  border: none; }

.product-item-actions .actions-secondary > button.action.disabled,
.product-item-actions .actions-secondary > button.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > button.action,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action.disabled,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action,
.product-item-actions .actions-secondary > .action-gift.action.disabled,
.product-item-actions .actions-secondary > .action-gift.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > .action-gift.action {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5; }

.product-item-actions .actions-secondary > .action:before {
  margin: 0; }

.product-item-description {
  margin: 25px 0; }

.product-item .product-reviews-summary .rating-summary {
  margin: 0 4px 0 0; }

.product-item .product-reviews-summary .reviews-actions {
  font-size: 12px;
  margin-top: 5px;
  text-transform: lowercase; }

.product-item .price-box {
  margin: 10px 0 25px; }

.product-item .price-box .price {
  font-size: 1.4rem;
  font-weight: 700;
  white-space: nowrap; }

.product-item .price-box .price-label {
  font-size: 12px; }

.product-item .price-box .price-label:after {
  content: ':'; }

.product-item .special-price .price,
.product-item .minimal-price .price {
  font-size: 1.4rem;
  font-weight: 700; }

.product-item .special-price .price-wrapper,
.product-item .minimal-price .price-wrapper {
  display: inline-block; }

.product-item .special-price .price-including-tax + .price-excluding-tax,
.product-item .minimal-price .price-including-tax + .price-excluding-tax {
  display: block; }

.product-item .special-price {
  display: block; }

.product-item .old-price .price {
  font-weight: 400; }

.product-item .regular-price .price-label {
  display: none; }

.product-item .minimal-price .price-container {
  display: block; }

.product-item .minimal-price-link {
  margin-top: 5px; }

.product-item .minimal-price-link .price-label {
  color: #1979c3;
  font-size: 1.4rem; }

.product-item .minimal-price-link .price {
  font-weight: 400; }

.product-item .minimal-price-link,
.product-item .price-excluding-tax,
.product-item .price-including-tax {
  display: block;
  white-space: nowrap; }

.product-item .price-from,
.product-item .price-to {
  margin: 0; }

.product-item .tocompare:before {
  content: '\e61f'; }

.product-item .tocart {
  white-space: nowrap; }

.column.main .product-items {
  margin-left: -20px; }

.column.main .product-item {
  padding-left: 20px; }

.price-container .price {
  font-size: 1.4rem; }

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

.products-list .product-item-info {
  display: table-row; }

.products-list .product-item-photo {
  display: table-cell;
  padding: 0 30px 30px 0;
  vertical-align: top;
  width: 1%; }

.products-list .product-item-details {
  display: table-cell;
  vertical-align: top; }

.toolbar-amount {
  display: block;
  line-height: 26px;
  margin: 0;
  padding: 8px 0 0;
  vertical-align: middle; }

.products.wrapper ~ .toolbar .toolbar-amount {
  margin-left: 10px;
  display: block; }

.toolbar-products {
  margin-bottom: 40px;
  padding: 0 10px;
  text-align: center; }

.toolbar-products .pages {
  display: none; }

.products.wrapper ~ .toolbar-products .pages {
  display: block; }

.toolbar-products .limiter .control {
  display: inline-block; }

.sorter {
  padding: 4px 0 0; }

.products.wrapper ~ .toolbar .sorter {
  display: block; }

.sorter-options {
  margin: 0 0 0 7px;
  width: auto; }

.sorter-action {
  vertical-align: top;
  display: inline-block;
  text-decoration: none; }

.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 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 32px;
  color: #8f8f8f;
  content: '\e613';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center; }

.sorter-action:hover:before {
  color: #333333; }

.sorter .sort-desc:before {
  content: '\e614'; }

.modes {
  display: none; }

.limiter-options {
  margin: 0 5px 0 7px;
  width: auto; }

.limiter-label {
  font-weight: 400; }

.page-products .toolbar .limiter {
  display: none; }

.old-price,
.old.price {
  text-decoration: line-through; }

.prices-tier .price-container .price-including-tax + .price-excluding-tax:before {
  content: "(" attr(data-label) ": "; }

.prices-tier .price-container .price-including-tax + .price-excluding-tax:last-child:after {
  content: ')'; }

.prices-tier .price-container .weee[data-label] {
  display: inline; }

.prices-tier .price-container .weee[data-label] .price {
  font-size: 1.1rem; }

.prices-tier .price-container .weee[data-label]:before {
  content: " +" attr(data-label) ": "; }

.actual-price {
  font-weight: 700; }

.category-image .image {
  display: block;
  height: auto;
  max-width: 100%; }

.category-image,
.category-description {
  margin-bottom: 20px; }

.product-image-container {
  display: inline-block;
  max-width: 100%; }

.product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1; }

.product-image-photo {
  bottom: 0;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0; }

.product.media .placeholder .photo.container {
  max-width: 100%; }

.product.media .notice {
  color: #7d7d7d;
  font-size: 1.2rem;
  margin: 10px 0; }

.product.media .product.thumbs {
  margin: 20px 0 30px; }

.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 .active {
  display: block;
  line-height: 1; }

.product.info.detailed {
  clear: both;
  margin-bottom: 30px; }

.product.info.detailed .additional-attributes {
  width: auto; }

.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: 4px 5px 10px 5px; }

.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th {
  padding: 4px 30px 10px 0; }

.product-info-main .page-title-wrapper .page-title {
  line-height: 1.42857143;
  margin-bottom: 10px; }

.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  display: inline-block;
  font-weight: 700;
  margin-right: 20px;
  text-transform: uppercase;
  vertical-align: top; }

.product-info-main .product.attribute.sku {
  display: inline-block;
  vertical-align: top;
  color: #7d7d7d; }

.product-info-main .product.attribute.sku > .value {
  display: inline-block;
  vertical-align: top;
  word-break: break-all; }

.product-info-main .product.attribute.sku .type {
  margin-right: 5px; }

.product-info-main .product.attribute.overview {
  margin: 20px 0; }

.product-info-main .product.alert {
  margin: 10px 0; }

.product-info-main .price-box {
  margin-top: 10px; }

.product-info-main .product-reviews-summary .reviews-actions {
  font-size: 1.4rem; }

.product-options-wrapper .fieldset-product-options-inner .legend {
  font-weight: 700;
  margin: 0 0 5px;
  font-size: 1.4rem;
  border: none;
  display: inline-block;
  float: none;
  padding: 0; }

.product-options-wrapper .fieldset-product-options-inner input.datetime-picker ~ select.datetime-picker {
  margin-top: 10px; }

.product-options-wrapper .fieldset-product-options-inner.required .legend:after,
.product-options-wrapper .fieldset-product-options-inner._required .legend:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px; }

.product-options-wrapper .field .note {
  display: block; }

.product-info-main .price-box .price-including-tax + .price-excluding-tax,
.product-options-bottom .price-box .price-including-tax + .price-excluding-tax,
.product-info-main .price-box .weee + .price-excluding-tax,
.product-options-bottom .price-box .weee + .price-excluding-tax,
.product-info-main .price-box .weee,
.product-options-bottom .price-box .weee {
  font-size: 1.2rem;
  line-height: 14px;
  margin-bottom: 5px; }

.product-info-main .price-box .price-including-tax + .price-excluding-tax .price,
.product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
.product-info-main .price-box .weee + .price-excluding-tax .price,
.product-options-bottom .price-box .weee + .price-excluding-tax .price,
.product-info-main .price-box .weee .price,
.product-options-bottom .price-box .weee .price {
  font-size: 1.2rem;
  font-weight: 700; }

.product-info-main .price-box .price-wrapper .price,
.product-options-bottom .price-box .price-wrapper .price {
  font-size: 1.8rem;
  font-weight: 700; }

.product-info-main .price-box .price,
.product-options-bottom .price-box .price {
  white-space: nowrap; }

.product-info-main .special-price,
.product-options-bottom .special-price {
  display: block;
  margin: 10px 0; }

.product-info-main .special-price .price-container,
.product-options-bottom .special-price .price-container {
  font-size: 1.4rem; }

.product-info-main .special-price .price-label + .price-wrapper,
.product-options-bottom .special-price .price-label + .price-wrapper {
  display: inline-block; }

.product-info-main .old-price .price-label:after,
.product-options-bottom .old-price .price-label:after,
.product-info-main .special-price .price-label:after,
.product-options-bottom .special-price .price-label:after {
  content: ': '; }

.product-info-main .box-tocart,
.product-options-bottom .box-tocart {
  margin: 20px 0; }

.product-info-main .box-tocart .field.qty,
.product-options-bottom .box-tocart .field.qty {
  padding-right: 15px; }

.product-info-main .box-tocart .input-text.qty,
.product-options-bottom .box-tocart .input-text.qty {
  height: 52px;
  text-align: center;
  width: 52px; }

.product-info-main .box-tocart .actions,
.product-options-bottom .box-tocart .actions {
  text-align: center; }

.product-info-main .product-addto-links,
.product-options-bottom .product-addto-links {
  margin: 20px 0; }

.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare {
  vertical-align: top; }

.prices-tier {
  background: #f5f5f5;
  margin: 10px 0;
  padding: 10px 15px; }

.prices-tier .price-container {
  display: inline-block; }

.prices-tier .price-including-tax,
.prices-tier .price-excluding-tax,
.prices-tier .weee {
  display: inline-block; }

.prices-tier .price-including-tax .price,
.prices-tier .price-excluding-tax .price,
.prices-tier .weee .price {
  font-size: 1.4rem;
  font-weight: 700; }

.ui-dialog-titlebar-close {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline; }

.ui-dialog-titlebar-close:visited {
  color: #1979c3;
  text-decoration: none; }

.ui-dialog-titlebar-close:hover {
  color: #006bb4;
  text-decoration: underline; }

.ui-dialog-titlebar-close:active {
  color: #ff5501;
  text-decoration: underline; }

.ui-dialog-titlebar-close:hover {
  color: #006bb4; }

.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: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline; }

.block.related .action.select {
  margin: 0 5px; }

.sidebar .product-items .product-item {
  margin-bottom: 20px;
  position: relative; }

.sidebar .product-items .product-item-info {
  position: relative;
  width: auto; }

.sidebar .product-items .product-item-info .product-item-photo {
  left: 0;
  position: absolute;
  top: 0; }

.sidebar .product-items .product-item-name {
  margin-top: 0; }

.sidebar .product-items .product-item-details {
  margin: 0 0 0 85px; }

.sidebar .product-items .product-item-actions {
  display: block;
  margin-top: 10px; }

.sidebar .product-items .price-box {
  display: block;
  margin: 7px 0; }

.sidebar .product-items .text {
  margin-right: 8px; }

.sidebar .product-items .counter {
  color: #7d7d7d;
  font-size: 1.2rem;
  white-space: nowrap; }

.sidebar .product-items .minilist .price {
  display: inline;
  padding: 0; }

.sidebar .product-items .minilist .weee:before {
  display: inline-block; }

.sidebar .action.delete {
  position: absolute;
  right: 0;
  top: 0; }

.sidebar .product-items-images {
  margin-left: -5px; }

.sidebar .product-items-images .product-item {
  float: left;
  padding-left: 5px; }

.sidebar .product-items-names .product-item {
  margin-bottom: 10px; }

.sidebar .product-items-names .product-item-name {
  margin: 0; }

body.catalog-product-compare-index .action.print {
  float: right;
  margin: 15px 0; }

.table-wrapper.comparison {
  clear: both;
  max-width: 100%;
  overflow-x: auto; }

.table-comparison {
  table-layout: fixed; }

.table-comparison .cell.label,
.table-comparison td:last-child {
  border-right: 1px solid #d1d1d1; }

.table-comparison .cell {
  padding: 15px;
  width: 140px; }

.table-comparison .cell .attribute.value {
  overflow: hidden;
  width: 100%; }

.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
  border-bottom: 1px solid #d1d1d1; }

.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 {
  height: auto;
  max-width: 100%; }

.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: 5px 8px;
  font-size: 1.1rem; }

.table-comparison .product-addto-links .action.toggle {
  padding: 0; }

.table-comparison .cell.remove {
  padding-bottom: 0;
  padding-top: 0;
  text-align: right; }

.table-comparison .product-item-actions > .actions-primary + .actions-secondary {
  margin-top: 10px; }

.table-comparison .action.tocart {
  white-space: nowrap; }

.comparison.headings {
  background: #ffffff;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 2; }

.block-compare .product-item .product-item-name {
  margin-left: 22px; }

.block-compare .action.delete {
  left: -6px;
  position: absolute;
  top: 0; }

.block-compare .actions-toolbar {
  margin: 17px 0 0; }

.block-category-event {
  background: #f0f0f0;
  color: #333333;
  padding: 10px 0 15px;
  text-align: center; }

.block-category-event.block:last-child {
  margin-bottom: 10px; }

.block-category-event .block-title {
  margin: 0 0 10px; }

.block-category-event .block-title strong {
  font-size: 1.5rem;
  font-weight: 300; }

.block-category-event .ticker {
  margin: 0;
  padding: 0;
  list-style: none none; }

.block-category-event .ticker li {
  display: none;
  margin: 0 15px; }

.block-category-event .ticker .value {
  font-size: 1.8rem;
  font-weight: 300; }

.block-category-event .ticker .label {
  font-size: 1rem;
  display: block;
  text-transform: lowercase; }

.block-category-event .dates {
  display: table;
  margin: 0 auto; }

.block-category-event .dates .start,
.block-category-event .dates .end {
  display: table-cell;
  vertical-align: top; }

.block-category-event .dates .date {
  font-size: 1.8rem; }

.block-category-event .dates .time {
  display: block; }

.block-category-event .dates .start {
  padding-right: 40px;
  position: relative; }

.block-category-event .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
  position: absolute;
  right: 15px;
  top: 0; }

.block-search .block-title {
  display: none; }

.block-search .block-content {
  margin-bottom: 0; }

.block-search .label {
  text-decoration: none;
  display: inline-block;
  float: right; }

.block-search .label > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.block-search .label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #8f8f8f;
  content: '\e615';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center; }

.block-search .label:hover:before {
  color: #333333; }

.block-search .label:active:before {
  color: #333333; }

.block-search .label.active + .control input {
  position: static; }

.block-search .action.search {
  display: none; }

.block-search .control {
  border-top: 1px solid #d1d1d1;
  clear: both;
  margin: 0 -15px -1px;
  padding: 0 15px; }

.block-search input {
  position: absolute; }

.block-search .nested {
  display: none; }

.search-autocomplete {
  display: none;
  margin-top: -15px;
  overflow: hidden;
  position: absolute;
  z-index: 3; }

.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none; }

.search-autocomplete ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 5px 40px 5px 10px;
  position: relative;
  text-align: left;
  white-space: normal; }

.search-autocomplete ul li:not(:empty) {
  border-top: 0;
  border: 1px solid #c2c2c2;
  background: #ffffff; }

.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: #999999;
  position: absolute;
  right: 7px;
  top: 5px; }

.form.search.advanced .fields.range .field:first-child {
  position: relative; }

.form.search.advanced .fields.range .field:first-child .control {
  padding-right: 25px; }

.form.search.advanced .fields.range .field:first-child .control:after {
  content: ' \2013 ';
  display: inline-block;
  position: absolute;
  right: 0;
  text-align: center;
  top: 6px;
  width: 25px; }

.form.search.advanced .fields.range .field:last-child {
  position: relative; }

.form.search.advanced .fields.range .field:last-child div.mage-error[generated] {
  left: 0;
  position: absolute;
  top: 32px; }

.form.search.advanced .fields.range .field.with-addon .control {
  padding-right: 45px; }

.form.search.advanced .group.price .addon .addafter {
  background: none;
  border: 0;
  padding-top: 6px;
  position: absolute;
  right: 0;
  top: 0; }

.search.summary {
  margin-bottom: 10px; }

.cart-summary {
  background: #f5f5f5;
  margin-bottom: 25px;
  padding: 1px 15px 25px; }

.cart-summary > .title {
  display: block;
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem; }

.cart-summary .block {
  margin-bottom: 0; }

.cart-summary .block .item-options {
  margin-left: 0; }

.cart-summary .block .fieldset {
  margin: 15px 0 25px 5px; }

.cart-summary .block .fieldset .field {
  margin: 0 0 10px; }

.cart-summary .block .fieldset .field.note {
  font-size: 12px; }

.cart-summary .block .fieldset .methods .field > .label {
  display: inline; }

.cart-totals {
  border-top: 1px solid #d1d1d1;
  padding-top: 10px; }

.cart-totals .table-wrapper {
  margin-bottom: 0;
  overflow: inherit; }

.cart.table-wrapper .items thead + .item {
  border-top: 1px solid #d1d1d1; }

.cart.table-wrapper .items > .item {
  border-bottom: 1px solid #d1d1d1;
  position: relative; }

.cart.table-wrapper .col {
  padding-top: 20px; }

.cart.table-wrapper .col.qty .input-text {
  margin-top: -5px; }

.cart.table-wrapper .item-actions td {
  padding-bottom: 10px;
  text-align: center;
  white-space: normal; }

.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 75px;
  padding: 25px 0 10px 75px;
  position: relative; }

.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 10px;
  margin-right: 10px; }

.cart.table-wrapper .actions-toolbar > .action:hover,
.cart.table-wrapper .actions-toolbar > .action:active,
.cart.table-wrapper .actions-toolbar > .action:focus,
.action-gift:hover,
.action-gift:active,
.action-gift:focus {
  text-decoration: none; }

.cart.table-wrapper .actions-toolbar > .action:last-child,
.action-gift:last-child {
  margin-right: 0; }

.cart.table-wrapper .action.help.map {
  font-weight: 400; }

.cart.table-wrapper .product-item-photo {
  display: block;
  left: 0;
  max-width: 60px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%; }

.cart.table-wrapper .product-item-details {
  white-space: normal; }

.cart.table-wrapper .product-item-name {
  display: inline-block;
  font-weight: 400;
  margin-top: -6px; }

.cart.table-wrapper .gift-registry-name-label:after {
  content: ':'; }

.cart.table-wrapper .item-options {
  font-size: 12px;
  margin-bottom: 10px; }

.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 10px; }

.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 0 0 20px; }

.cart-container .checkout-methods-items {
  margin-top: 20px;
  text-align: center; }

.cart-container .checkout-methods-items .item {
  margin-bottom: 0; }
  .cart-container .checkout-methods-items .item .action.primary {
    width: 100%;
    padding: 6px 17px; }
    .cart-container .checkout-methods-items .item .action.primary span {
      font-size: 15px; }

.cart-container .checkout-methods-items .item + .item {
  margin-top: 13px; }

.cart-products-toolbar .toolbar-amount {
  margin: 25px 0 15px;
  padding: 0;
  text-align: center; }

.cart-products-toolbar .pages {
  margin: 0 0 25px;
  text-align: center; }

.cart-products-toolbar .pages .items > .item {
  border-bottom: 0; }

.cart-products-toolbar-top {
  border-bottom: 1px solid #d1d1d1; }

.block.crosssell {
  margin-top: 70px; }

.cart-tax-info + .cart-tax-total,
.cart .cart-tax-info + .cart-tax-total {
  display: block; }

.cart.table-wrapper .col.price,
.order-items.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.order-items.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.msrp {
  text-align: right; }

.block-minicart .items-total {
  float: left;
  margin: 0 10px; }

.block-minicart .items-total .count {
  font-weight: 700; }

.block-minicart .subtotal {
  margin: 0 10px 10px;
  text-align: right; }

.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 18px;
  font-weight: 700; }

.block-minicart .subtitle {
  display: none; }

.block-minicart .subtitle.empty {
  display: block;
  font-size: 14px;
  padding: 30px 0 20px;
  text-align: center; }

.block-minicart .text.empty {
  text-align: center; }

.block-minicart .block-content > .actions {
  margin-top: 15px;
  text-align: center; }

.block-minicart .block-content > .actions > .primary {
  margin: 0 10px 15px; }

.block-minicart .block-content > .actions > .primary .action.primary {
  display: block;
  margin-bottom: 15px;
  width: 100%; }

.block-minicart .block-content > .actions > .primary .action.primary:last-child {
  margin-bottom: 0; }

.block-minicart .block-category-link,
.block-minicart .block-product-link,
.block-minicart .block-cms-link,
.block-minicart .block-banners {
  margin: 15px 0 0;
  text-align: center; }

.minicart-wrapper {
  display: inline-block;
  position: relative;
  float: right; }

.minicart-wrapper:before,
.minicart-wrapper:after {
  content: '';
  display: table; }

.minicart-wrapper:after {
  clear: both; }

.minicart-wrapper .action.showcart {
  cursor: pointer;
  display: inline-block;
  text-decoration: none; }

.minicart-wrapper .action.showcart:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #8f8f8f;
  content: '\e611';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center; }

.minicart-wrapper .action.showcart:hover:before {
  color: #333333; }

.minicart-wrapper .action.showcart:active:before {
  color: #8f8f8f; }

.minicart-wrapper .action.showcart.active {
  display: inline-block;
  text-decoration: none; }

.minicart-wrapper .action.showcart.active:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #8f8f8f;
  content: '\e611';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center; }

.minicart-wrapper .action.showcart.active:hover:before {
  color: #333333; }

.minicart-wrapper .action.showcart.active:active:before {
  color: #8f8f8f; }

.minicart-wrapper .block-minicart {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  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); }

.minicart-wrapper .block-minicart li {
  margin: 0; }

.minicart-wrapper .block-minicart li:hover {
  cursor: pointer; }

.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0; }

.minicart-wrapper .block-minicart:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99; }

.minicart-wrapper .block-minicart:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98; }

.minicart-wrapper .block-minicart:before {
  left: 10px;
  top: -12px; }

.minicart-wrapper .block-minicart:after {
  left: 9px;
  top: -14px; }

.minicart-wrapper.active {
  overflow: visible; }

.minicart-wrapper.active .block-minicart {
  display: block; }

.minicart-wrapper .block-minicart {
  padding: 25px 20px;
  right: 0;
  width: 320px;
  z-index: 101; }

.minicart-wrapper .block-minicart .block-title {
  display: none; }

.minicart-wrapper .block-minicart:after {
  left: auto;
  right: 25px; }

.minicart-wrapper .block-minicart:before {
  left: auto;
  right: 26px; }

.minicart-wrapper .product .actions {
  float: right;
  margin: -30px 0 0;
  text-align: right; }

.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline; }

.minicart-wrapper .action.close {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px; }

.minicart-wrapper .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.minicart-wrapper .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 32px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center; }

.minicart-wrapper .action.close:hover:before {
  color: inherit; }

.minicart-wrapper .action.close:active:before {
  color: inherit; }

.minicart-wrapper .action.close:focus,
.minicart-wrapper .action.close:active {
  background: none;
  border: none; }

.minicart-wrapper .action.close:hover {
  background: none;
  border: none; }

.minicart-wrapper .action.close.disabled,
.minicart-wrapper .action.close[disabled],
fieldset[disabled] .minicart-wrapper .action.close {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5; }

.minicart-wrapper .action.showcart {
  white-space: nowrap; }

.minicart-wrapper .action.showcart .counter.qty {
  background: #ff5501;
  color: #ffffff;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  display: inline-block;
  margin: 3px 0 0;
  min-width: 18px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal; }

.minicart-wrapper .action.showcart .counter.qty.empty {
  display: none; }

.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 24px; }

.minicart-wrapper .minicart-widgets {
  margin-top: 15px; }

.minicart-items-wrapper {
  border: 1px solid #cccccc;
  margin: 0 -20px;
  border-left: 0;
  border-right: 0;
  overflow-x: auto;
  padding: 15px; }

.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none; }

.minicart-items .product-item {
  padding: 20px 0; }

.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #cccccc; }

.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: 5px; }

.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left; }

.minicart-items .product .toggle {
  display: block;
  text-decoration: none;
  cursor: pointer;
  position: relative; }

.minicart-items .product .toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center; }

.minicart-items .product .toggle:after {
  position: static;
  right: 20px;
  top: 0; }

.minicart-items .product.active > .toggle:after {
  content: '\e621'; }

.minicart-items .product-item-name {
  font-weight: 400;
  margin: 0 0 10px; }

.minicart-items .product-item-name a {
  color: #1979c3; }

.minicart-items .product-item-details {
  padding-left: 88px; }

.minicart-items .product-item-details .price {
  font-weight: 700; }

.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 5px 0 0; }

.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem; }

.minicart-items .product-item-details .details-qty {
  margin-top: 10px; }

.minicart-items .product.options .tooltip.toggle {
  display: inline-block;
  text-decoration: none; }

.minicart-items .product.options .tooltip.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.minicart-items .product.options .tooltip.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: -3px 0 0 7px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center; }

.minicart-items .product.options .tooltip.toggle .details {
  display: none; }

.minicart-items .item-qty {
  margin-right: 10px;
  text-align: center;
  width: 40px; }

.minicart-items .update-cart-item {
  font-size: 1.1rem;
  vertical-align: top; }

.minicart-items .subtitle {
  display: none; }

.minicart-items .action.edit,
.minicart-items .action.delete {
  display: inline-block;
  text-decoration: none; }

.minicart-items .action.edit > span,
.minicart-items .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #303030;
  content: '\e606';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center; }

.minicart-items .action.edit:hover:before,
.minicart-items .action.delete:hover:before {
  color: #303030; }

.minicart-items .action.edit:active:before,
.minicart-items .action.delete:active:before {
  color: #303030; }

.minicart-items .action.delete:before {
  content: '\e604'; }

.checkout-container {
  margin: 0 0 20px; }

.opc-wrapper {
  margin: 0 0 20px; }

.opc-wrapper .step-content {
  margin: 0 0 40px; }

.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
  display: none; }

.checkout-index-index .logo {
  margin-left: 0; }

.checkout-onepage-success .print {
  display: none; }

.opc-estimated-wrapper {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 15px;
  padding: 18px 15px; }

.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  font-weight: 700;
  float: left; }

.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin: 0 0 5px; }

.opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
  color: #333333; }

.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -3px; }

.field.choice .field-tooltip-action {
  line-height: 24px; }

.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ed8380; }

.opc-wrapper .fieldset > .field > .label {
  font-weight: 400; }

.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px; }

.field-tooltip._active {
  z-index: 100; }

.field-tooltip._active .field-tooltip-content {
  display: block; }

.field-tooltip._active .field-tooltip-action:before {
  color: #333333; }

.field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none; }

.field-tooltip .field-tooltip-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.field-tooltip .field-tooltip-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: inherit;
  color: #bbbbbb;
  content: '\e623';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center; }

.field-tooltip .field-tooltip-action:hover:before {
  color: #333333; }

._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: #333333; }

.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #999999;
  border-radius: 1px;
  font-size: 14px;
  padding: 12px;
  width: 270px;
  display: none;
  left: 38px;
  position: absolute;
  text-transform: none;
  top: -9px;
  word-wrap: break-word;
  z-index: 2; }

.field-tooltip .field-tooltip-content:before,
.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  border-right-color: #f4f4f4;
  left: -21px;
  top: 12px;
  content: '';
  display: block;
  position: absolute;
  z-index: 3; }

.field-tooltip .field-tooltip-content:before {
  border-right-color: #666666; }

.field-tooltip .field-tooltip-content:after {
  border-right-color: #f4f4f4;
  width: 1px;
  z-index: 4; }

.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 28px;
  margin-bottom: 20px; }

.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 14px;
  margin-top: 10px; }

.opc-wrapper .shipping-address-items {
  font-size: 0; }

.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  line-height: 30px;
  margin: 0 0 20px;
  padding: 20px 35px 20px 20px;
  transition: 0.3s border-color;
  width: 50%;
  display: inline-block;
  font-size: 14px;
  position: relative;
  vertical-align: top;
  word-wrap: break-word; }

.opc-wrapper .shipping-address-item.selected-item {
  border-color: #ff5501; }

.opc-wrapper .shipping-address-item.selected-item:after {
  background: #ff5501;
  color: #ffffff;
  content: '\e610';
  font-family: 'icons-blank-theme';
  height: 27px;
  width: 29px;
  font-size: 27px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0; }

.opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
  visibility: hidden; }

.opc-wrapper .action-show-popup {
  margin: 0 0 20px; }

.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 5px; }

.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 20px 0 0; }

.opc-wrapper .edit-address-link {
  display: block;
  float: left;
  margin: 26px 5px 0 0; }

.checkout-shipping-method .step-title {
  margin-bottom: 0; }

.checkout-shipping-method .no-quotes-block {
  margin: 20px 0; }

.methods-shipping .actions-toolbar .action.primary {
  margin: 20px 0 0; }

.table-checkout-shipping-method tbody td {

  padding-bottom: 20px;
  padding-top: 20px; }

.table-checkout-shipping-method tbody td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 20px; }

.table-checkout-shipping-method tbody tr:first-child td {
  border-top: none; }

.table-checkout-shipping-method tbody .row-error td {
  border-top: none;
  padding-bottom: 10px;
  padding-top: 0; }

.checkout-shipping-method {
  position: relative; }

.shipping-policy-block.field-tooltip {
  top: 12px; }

.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #1979c3;
  cursor: pointer; }

.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none; }

.shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 420px;
  top: 30px; }

.opc-block-shipping-information {
  padding: 0 30px; }

.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 20px;
  position: relative; }

.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 2px;
  display: inline-block;
  text-decoration: none;
  margin: 0;
  position: absolute;
  right: 0; }

.opc-block-shipping-information .shipping-information-title .action-edit > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.opc-block-shipping-information .shipping-information-title .action-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #8f8f8f;
  content: '\e606';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center; }

.opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
  color: #333333; }

.opc-block-shipping-information .shipping-information-title .action-edit:active:before {
  color: #8f8f8f; }

.opc-block-shipping-information .shipping-information-content {
  line-height: 27px; }

.opc-block-shipping-information .shipping-information-content .actions-toolbar {
  margin-left: 0; }

.opc-block-shipping-information .ship-to,
.opc-block-shipping-information .ship-via {
  margin: 0 0 20px; }

.opc-block-summary {
  background: #f5f5f5;
  padding: 22px 30px;
  margin: 0 0 20px; }

.opc-block-summary > .title {
  display: block; }

.opc-block-summary .mark .value {
  color: #999999;
  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 #d1d1d1;
  padding: 10px 40px 10px 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  position: relative; }

.opc-block-summary .items-in-cart > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.opc-block-summary .items-in-cart > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center; }

.opc-block-summary .items-in-cart > .title:after {
  position: absolute;
  right: 0;
  top: 10px; }

.opc-block-summary .items-in-cart > .title strong {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0; }

.opc-block-summary .items-in-cart.active > .title:after {
  content: '\e621'; }

.opc-block-summary .items-in-cart .product {
  position: relative; }

.opc-block-summary .minicart-items-wrapper {
  margin: 0 -15px 0 0;
  max-height: 370px;
  padding: 15px 15px 0 0;
  border: 0; }

.column.main .opc-block-summary .product-item {
  margin: 0;
  padding-left: 0; }

.opc-block-summary .product-item .product-item-inner {
  display: table;
  margin: 0 0 10px;
  width: 100%; }

.opc-block-summary .product-item .product-item-name-block {
  display: table-cell;
  padding-right: 5px;
  text-align: left; }

.opc-block-summary .product-item .subtotal {
  display: table-cell;
  text-align: right; }

.opc-block-summary .product-item .price {
  font-size: 1.6rem;
  font-weight: 400; }

.opc-block-summary .product-item .price-including-tax + .price-excluding-tax {
  margin: 0; }

.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem; }

.opc-block-summary .actions-toolbar {
  position: relative;
  z-index: 1; }

.opc-block-summary .actions-toolbar .secondary {
  border-top: 1px solid #d1d1d1;
  display: block;
  float: none;
  margin: -1px 0 0;
  padding: 15px 0 0;
  text-align: left; }

.opc-block-summary .actions-toolbar .secondary .action {
  margin: 0; }

.authentication-dropdown {
  box-sizing: border-box; }

.authentication-dropdown .modal-inner-wrap {
  padding: 25px; }

.authentication-wrapper {
  float: right;
  margin-top: -60px;
  max-width: 50%;
  position: relative;
  z-index: 1; }

._has-auth-shown .authentication-wrapper {
  z-index: 900; }

.block-authentication .block-title {
  font-size: 1.8rem;
  border-bottom: 0;
  margin-bottom: 25px; }

.block-authentication .block-title strong {
  font-weight: 300; }

.block-authentication .field .label {
  font-weight: 400; }

.block-authentication .actions-toolbar {
  margin-bottom: 5px; }

.block-authentication .actions-toolbar > .secondary {
  padding-top: 25px;
  text-align: left; }

.block-authentication .block[class] {
  margin: 0; }

.block-authentication .block[class] ul {
  list-style: none;
  padding-left: 10px; }

.block-authentication .block[class] .field .control,
.block-authentication .block[class] .field .label {
  float: none;
  width: auto; }

.block-authentication .block[class] + .block {
  border-top: 1px solid #c1c1c1;
  margin-top: 40px;
  padding-top: 40px;
  position: relative; }

.block-authentication .block[class] + .block::before {
  height: 36px;
  line-height: 34px;
  margin: -19px 0 0 -18px;
  min-width: 36px;
  background: #ffffff;
  border: 1px solid #c1c1c1;
  border-radius: 50%;
  box-sizing: border-box;
  color: #c1c1c1;
  content: attr(data-label);
  display: inline-block;
  left: 50%;
  letter-spacing: normal;
  padding: 0 .2rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0; }

.checkout-payment-method .step-title {
  border-bottom: 0;
  margin-bottom: 0; }

.checkout-payment-method .payment-method:first-child .payment-method-title {
  border-top: 0; }

.checkout-payment-method .payment-method._active .payment-method-content {
  display: block; }

.checkout-payment-method .payment-method + .payment-method .payment-method-title {
  border-top: 1px solid #dedede; }

.checkout-payment-method .payment-method-title {
  padding: 20px 0;
  margin: 0; }

.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle; }

.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 5px; }

.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 20px 22px; }

.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 20px; }

.checkout-payment-method .payment-group + .payment-group .step-title {
  margin: 20px 0 0; }

.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 600px; }

.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 10px; }

.checkout-payment-method .checkout-billing-address {
  margin: 0 0 20px; }

.checkout-payment-method .checkout-billing-address .primary .action-update {
  margin-right: 0; }

.checkout-payment-method .checkout-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px; }

.checkout-payment-method .payment-method-note + .checkout-billing-address {
  margin-top: 20px; }

.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%; }

.checkout-payment-method .no-payments-block {
  margin: 20px 0; }

.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: '\e621'; }

.checkout-payment-method .payment-option._collapsible .payment-option-title {
  cursor: pointer; }

.checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: none; }

.checkout-payment-method .payment-option-title {
  border-top: 1px solid #cccccc;
  padding: 20px 0; }

.checkout-payment-method .payment-option-title .action-toggle {
  color: #1979c3;
  display: inline-block;
  text-decoration: none; }

.checkout-payment-method .payment-option-title .action-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: #8f8f8f;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center; }

.checkout-payment-method .payment-option-title .action-toggle:hover:after {
  color: #333333; }

.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #8f8f8f; }

.checkout-payment-method .payment-option-content {
  padding: 0 0 20px 22px; }

.checkout-payment-method .payment-option-inner {
  margin: 0 0 20px; }

.checkout-payment-method .credit-card-types {
  padding: 0; }

.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 5px 0 0;
  vertical-align: top; }

.checkout-payment-method .credit-card-types .item._active {
  font-weight: 700; }

.checkout-payment-method .credit-card-types .item._active img {
  -webkit-filter: grayscale(0%); }

.checkout-payment-method .credit-card-types .item._inactive {
  opacity: .4; }

.checkout-payment-method .credit-card-types .item span {
  display: inline-block;
  padding-top: 6px;
  vertical-align: top; }

.checkout-payment-method .credit-card-types img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all .6s ease; }

.checkout-payment-method .ccard .fields > .year {
  padding-left: 5px; }

.checkout-payment-method .ccard .fields .select {
  padding-left: 5px;
  padding-right: 5px; }

.checkout-payment-method .ccard .month .select {
  width: 140px; }

.checkout-payment-method .ccard .year .select {
  width: 80px; }

.checkout-payment-method .ccard .number .input-text {
  width: 225px; }

.checkout-payment-method .ccard > .field.cvv > .control {
  padding-right: 20px;
  width: auto; }

.checkout-payment-method .ccard .cvv .input-text {
  width: 55px; }

.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: auto !important; }

.checkout-agreements-block .checkout-agreements {
  margin-bottom: 20px; }

.checkout-agreements-block .action-show {
  vertical-align: baseline; }

.checkout-agreements-items {
  padding-bottom: 30px; }

.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 20px; }

.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0; }

.checkout-agreement-item-content {
  overflow: auto; }

.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px; }

.login-container .block .block-title {
  font-size: 1.8rem; }

.login-container .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem; }

.login-container .fieldset:after {
  margin-top: 35px; }

.block-addresses-list .items.addresses > .item {
  margin-bottom: 20px; }

.block-addresses-list .items.addresses > .item:last-child {
  margin-bottom: 0; }

.form-address-edit #region_id {
  display: none; }

.form-edit-account .fieldset.password {
  display: none; }

.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  line-height: 26px; }

.fieldset .fullname.field > .label + .control {
  width: 100%; }

.account .column.main h2 {
  margin-top: 0; }

.account .column.main .toolbar {
  text-align: center; }

.account .column.main .toolbar .limiter-options {
  width: auto; }

.account .sidebar-additional {
  margin-top: 40px; }

.account .table-wrapper:last-child {
  margin-bottom: 0; }

.account .table-wrapper .action {
  margin-right: 15px; }

.account .table-wrapper .action:last-child {
  margin-right: 0; }

.account-nav .content {
  background: #f5f5f5;
  padding: 15px 0; }

.account-nav .item {
  margin: 3px 0 0; }

.account-nav .item:first-child {
  margin-top: 0; }

.account-nav .item a,
.account-nav .item > strong {
  border-left: 3px solid transparent;
  display: block;
  padding: 5px 18px 5px 15px; }

.account-nav .item a {
  text-decoration: none; }

.account-nav .item a:hover {
  background: #e8e8e8; }

.account-nav .item.current a,
.account-nav .item.current strong {
  border-color: #ff5501;
  font-weight: 600; }

.account-nav .item.current a {
  border-color: #ff5501; }

.account-nav .item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 10px 1.8rem; }

.column.main .block:last-child {
  margin-bottom: 0; }

.block .title {
  margin-bottom: 10px; }

.block .title strong {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem; }

.column.main .block .title strong {
  font-size: 18px; }

.block p:last-child {
  margin: 0; }

.block .box-actions {
  margin-top: 5px; }

.field.password .control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.field.password .control .mage-error {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2; }

.field.password .control .input-text {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
  z-index: 2; }

.password-strength-meter {
  background-color: #f4f4f4;
  height: 32px;
  line-height: 32px;
  padding: 0 9px;
  position: relative;
  z-index: 1; }

.password-strength-meter:before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1; }

.password-none .password-strength-meter:before {
  background-color: #f4f4f4;
  width: 100%; }

.password-weak .password-strength-meter:before {
  background-color: #ffafae;
  width: 25%; }

.password-medium .password-strength-meter:before {
  background-color: #ffd6b3;
  width: 50%; }

.password-strong .password-strength-meter:before {
  background-color: #c5eeac;
  width: 75%; }

.password-very-strong .password-strength-meter:before {
  background-color: #81b562;
  width: 100%; }

.control.captcha-image {
  margin-top: 10px; }

.control.captcha-image .captcha-img {
  vertical-align: middle; }

.downloadable.samples {
  margin-bottom: 20px; }

.downloadable.samples dd {
  margin: 0 0 10px; }

.table-downloadable-products .product-name {
  margin-right: 15px; }

.field.downloads .price-container {
  display: inline;
  white-space: nowrap; }

.field.downloads .price-container:before {
  content: ' + ';
  display: inline; }

.field.downloads .price-excluding-tax {
  display: inline; }

.field.downloads .price-excluding-tax:before {
  content: " (" attr(data-label) ": "; }

.field.downloads .price-excluding-tax:after {
  content: ')'; }

.field.downloads .price-including-tax {
  font-size: 1.4rem;
  display: inline;
  font-weight: 600; }

.field.downloads .sample.link {
  float: right; }

.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 25px; }

.page-product-downloadable .product-options-bottom .field.qty {
  display: none !important; }

.cart-summary .block.giftcard .action.check {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
  margin-top: 20px; }

.page-product-giftcard .giftcard-amount {
  margin-bottom: 0;
  text-align: left; }

.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 20px; }

.page-product-giftcard .product-options-wrapper .field:first-of-type {
  margin-top: 20px; }

.giftcard-account .please-wait {
  display: none; }

.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 30px; }

.opc-wrapper .form-giftcard-account {
  max-width: 500px; }

.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 20px; }

.opc-wrapper .giftcard-account-info {
  margin: 0 0 20px; }

.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 10px; }

.gift-message .field {
  margin-bottom: 20px; }

.gift-message .field .label {
  color: #666666;
  font-weight: 400; }

.gift-options .actions-toolbar .action-cancel {
  display: none; }

.gift-options-title {
  margin: 0 0 20px; }

.gift-options-content .fieldset {
  margin: 0 0 20px; }

.gift-summary .actions-toolbar > .secondary {
  float: none; }

.gift-summary .actions-toolbar > .secondary .action {
  margin: 10px 20px 0 0; }

.action-gift {
  display: inline-block;
  text-decoration: none; }

.action-gift:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center; }

.action-gift:hover:after {
  color: inherit; }

.action-gift:active:after {
  color: inherit; }

.action-gift.active:after,
.action-gift._active:after {
  content: '\e621'; }

.cart.table-wrapper .gift-content {
  box-sizing: border-box;
  clear: left;
  display: none;
  float: left;
  margin: 10px 0 20px;
  text-align: left;
  width: 100%; }

.cart.table-wrapper .gift-content._active {
  display: block; }

.gift-item-block {
  margin: 0; }

.gift-item-block._active .title:after {
  content: '\e621'; }

.gift-item-block .title {
  border-radius: 3px;
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 20px 0 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none; }

.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center; }

.gift-item-block .title:hover:after {
  color: inherit; }

.gift-item-block .title:active:after {
  color: inherit; }

.gift-item-block .title:focus,
.gift-item-block .title:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333; }

.gift-item-block .title:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555; }

.gift-item-block .title.disabled,
.gift-item-block .title[disabled],
fieldset[disabled] .gift-item-block .title {
  opacity: 0.5;
  cursor: default;
  pointer-events: none; }

.gift-item-block .title:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12); }

.gift-item-block .content {
  border-bottom: 1px solid #c1c1c1;
  padding: 10px 10px 20px;
  position: relative; }

.order-details-items .order-gift-message .item-options dt,
.order-details-items .block-order-details-gift-message .item-options dt {
  font-weight: 400;
  margin: 10px 0; }

.order-details-items .order-gift-message dt:after,
.order-details-items .block-order-details-gift-message dt:after {
  content: ''; }

.order-details-items .order-gift-message .item-message,
.order-details-items .block-order-details-gift-message .item-message {
  clear: left; }

.order-details-items .order-items .action.show {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  position: relative; }

.order-details-items .order-items .action.show:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center; }

.order-details-items .order-items .action.show:after {
  position: absolute;
  right: 0;
  top: -4px; }

.order-details-items .order-items .action.show.expanded:after {
  content: '\e621'; }

.block-order-details-gift-message {
  border-top: 1px solid #d1d1d1;
  padding-top: 10px; }

.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 40px; }

.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
  width: 100%; }

.table-giftregistry-items .product-image {
  float: left;
  margin-right: 10px; }

.cart-summary .form.giftregistry .fieldset {
  margin: 25px 0 5px; }

.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 10px; }

.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto; }

.cart-summary .form.giftregistry .fieldset .action.primary {
  margin-bottom: 0; }

.form-giftregistry-search {
  margin-bottom: 60px; }

.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
  margin-bottom: 0; }

.block-giftregistry-results .toolbar-giftregistry-results {
  text-align: center; }

.block-giftregistry .actions-toolbar {
  margin: 17px 0 0; }

.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 25px; }

.block-giftregistry-shared-items .item {
  border-bottom: 1px solid #d1d1d1; }

.block-giftregistry-shared-items .col {
  padding: 20px 8px 10px; }

.block-giftregistry-shared-items .col .price-box {
  display: inline-block; }

.block-giftregistry-shared-items .col .price-wrapper {
  font-size: 1.8rem;
  display: block;
  font-weight: 700;
  white-space: nowrap; }

.block-giftregistry-shared-items .product .item-options {
  margin-bottom: 0; }

.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 10px 0; }

.block-giftregistry-shared-items .product-item-name {
  display: block;
  margin: 0 0 5px; }

.gift-wrapping .label {
  margin: 0 0 5px;
  display: inline-block; }

.gift-wrapping .field {
  margin-bottom: 10px; }

.gift-wrapping-info {
  font-weight: 300;
  font-size: 18px;
  margin: 20px 0; }

.gift-wrapping-list {
  list-style: none;
  margin: 20px 0 10px;
  padding: 0; }

.gift-wrapping-list .no-image {
  background: #f2f2f2;
  display: inline-block;
  text-decoration: none; }

.gift-wrapping-list .no-image > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.gift-wrapping-list .no-image:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 38px;
  line-height: 4rem;
  color: #494949;
  content: '\e629';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center; }

.gift-wrapping-list .no-image:after {
  display: block; }

.gift-wrapping-preview,
.gift-wrapping-item > span {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1; }

.gift-wrapping-item {
  float: left;
  margin: 0 10px 10px 0; }

.gift-wrapping-item:last-child {
  margin-right: 0; }

.gift-wrapping-item._active span:before {
  border: 3px solid #333333;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2; }

.gift-wrapping-item > span {
  height: 4rem;
  width: 4rem; }

.gift-wrapping-title {
  margin: 10px 0; }

.gift-wrapping-title .action-remove {
  margin-left: 5px; }

.gift-options-content .fieldset > .field {
  margin: 0 0 5px; }

.gift-options-content .fieldset > .field:before {
  display: none; }

.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0; }

.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping,
.table-order-review .gift-wrapping {
  margin: 20px 0; }

.opc-wrapper .data.table .gift-wrapping .title,
.table-order-items .gift-wrapping .title,
.table-order-review .gift-wrapping .title {
  float: none; }

.opc-wrapper .data.table .gift-wrapping .content,
.table-order-items .gift-wrapping .content,
.table-order-review .gift-wrapping .content {
  margin: 0; }

.opc-wrapper .data.table .gift-wrapping .content > img,
.table-order-items .gift-wrapping .content > img,
.table-order-review .gift-wrapping .content > img {
  float: left;
  margin: 0 10px 0 0;
  max-height: 50px;
  max-width: 50px; }

.gift-summary .price-box,
.gift-options .price-box {
  margin-left: 22px; }

.gift-summary .regular-price:before,
.gift-options .regular-price:before {
  content: attr(data-label) ": "; }

.gift-summary .regular-price .price,
.gift-options .regular-price .price {
  font-weight: 700; }

.order-options .item {
  padding-bottom: 20px; }

.order-options .product {
  margin-bottom: 10px; }

.order-options .product-image-container {
  float: left;
  padding-right: 10px; }

.order-options .gift-wrapping {
  margin-bottom: 10px; }

.table.grouped > thead > tr > th,
.table.grouped > tbody > tr > th,
.table.grouped > tfoot > tr > th,
.table.grouped > thead > tr > td,
.table.grouped > tbody > tr > td,
.table.grouped > tfoot > tr > td {
  border-top: 1px solid #d1d1d1; }

.table.grouped > caption + thead > tr:first-child > th,
.table.grouped > colgroup + thead > tr:first-child > th,
.table.grouped > thead:first-child > tr:first-child > th,
.table.grouped > caption + thead > tr:first-child > td,
.table.grouped > colgroup + thead > tr:first-child > td,
.table.grouped > thead:first-child > tr:first-child > td {
  border-top: 0; }

.table.grouped > tbody + tbody {
  border-top: 1px solid #d1d1d1; }

.table.grouped > thead > tr > th {
  border-bottom: 0; }

.table.grouped .product-item-name {
  font-weight: 400; }

.table.grouped .price-box .price {
  font-size: 14px; }

.table.grouped .stock.unavailable {
  font-weight: normal;
  margin: 0;
  text-transform: none;
  white-space: nowrap; }

.table.grouped .row-tier-price td {
  border-top: 0; }

.table.grouped .row-tier-price .prices-tier {
  margin: 0 -10px 10px; }

.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  width: auto; }

.form-add-invitations .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.form-add-invitations .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 31px;
  line-height: 22px;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center; }

.form-add-invitations .action.add:hover:before {
  color: inherit; }

.form-add-invitations .action.add:active:before {
  color: inherit; }

.block.filter {
  margin-bottom: 40px; }

.block.filter .filter-title {
  margin-bottom: 20px; }

.block.filter .filter-title strong {
  font-size: 18px; }

.block-subtitle {
  display: inline-block;
  margin-bottom: 10px; }

.filter-current .item {
  margin-bottom: 10px; }

.filter-current .filter-label {
  display: block;
  font-weight: 700; }

.filter-current .filter-label:after {
  content: ':'; }

.filter-current + .filter-actions {
  margin-bottom: 30px; }

.filter-options {
  margin: 0; }

.filter-options .filter-options-title {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin: 0 0 10px;
  word-break: break-all; }

.filter-options .filter-options-content {
  margin: 0 0 25px; }

.filter-options .filter-options-content .item {
  margin-bottom: 3px; }

.filter-options .count {
  color: #7d7d7d; }

.filter-options .count:before {
  content: '('; }

.filter-options .count:after {
  content: ')'; }

.filtered .items {
  margin: 15px 0; }

.filtered .item {
  margin-bottom: 6px;
  padding-left: 22px;
  position: relative; }

.filtered .item .label {
  font-weight: 700; }

.filtered .item .action.remove {
  left: -6px;
  position: absolute;
  top: 0; }

.filtered + .actions {
  margin-bottom: 35px; }

.map-popup-wrapper.popup .action.close {
  top: 10px; }

.map-popup {
  background: #ffffff;
  border: 1px solid #aeaeae;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 10px;
  position: absolute;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box; }

.map-popup .popup-header {
  margin: 0 0 25px;
  padding-right: 22px; }

.map-popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem; }

.map-popup .popup-content {
  margin: 10px 0 0; }

.map-popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px; }

.map-popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.map-popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center; }

.map-popup .popup-actions .action.close:hover:before {
  color: inherit; }

.map-popup .popup-actions .action.close:active:before {
  color: inherit; }

.map-popup .popup-actions .action.close:focus,
.map-popup .popup-actions .action.close:active {
  background: none;
  border: none; }

.map-popup .popup-actions .action.close:hover {
  background: none;
  border: none; }

.map-popup .popup-actions .action.close.disabled,
.map-popup .popup-actions .action.close[disabled],
fieldset[disabled] .map-popup .popup-actions .action.close {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5; }

.map-popup.active {
  opacity: 1; }

.map-popup .map-info-price {
  margin-bottom: 15px; }

.map-popup .map-info-price .price-box {
  margin: 0 0 20px; }

.map-popup .map-info-price .price-box .label:after {
  content: ': '; }

.map-popup .regular-price .price-label {
  display: none; }

.map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 10px; }

.map-old-price {
  text-decoration: none; }

.map-old-price .price-wrapper {
  text-decoration: line-through; }

.map-form-addtocart {
  display: inline-block;
  text-align: center; }

.map-form-addtocart img {
  display: block;
  margin: 0 auto; }

button.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info,
.action-gift.map-show-info {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline; }

button.map-show-info:focus,
button.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:focus,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.action-gift.map-show-info:focus,
.action-gift.map-show-info:active {
  background: none;
  border: none; }

button.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.action-gift.map-show-info:hover {
  background: none;
  border: none; }

button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info.disabled,
.cart.table-wrapper .actions-toolbar > .action.map-show-info[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.map-show-info,
.action-gift.map-show-info.disabled,
.action-gift.map-show-info[disabled],
fieldset[disabled] .action-gift.map-show-info {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5; }

button.map-show-info:visited,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:visited,
.action-gift.map-show-info:visited {
  color: #1979c3;
  text-decoration: none; }

button.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.action-gift.map-show-info:hover {
  color: #006bb4;
  text-decoration: underline; }

button.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.action-gift.map-show-info:active {
  color: #ff5501;
  text-decoration: underline; }

button.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.action-gift.map-show-info:hover {
  color: #006bb4; }

button.map-show-info:hover,
button.map-show-info:active,
button.map-show-info:focus,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:focus,
.action-gift.map-show-info:hover,
.action-gift.map-show-info:active,
.action-gift.map-show-info:focus {
  background: none;
  border: 0; }

button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info.disabled,
.cart.table-wrapper .actions-toolbar > .action.map-show-info[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.map-show-info,
.action-gift.map-show-info.disabled,
.action-gift.map-show-info[disabled],
fieldset[disabled] .action-gift.map-show-info {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline; }

.wishlist.split.button {
  display: inline-block;
  position: relative;
  vertical-align: middle; }

.wishlist.split.button:before,
.wishlist.split.button:after {
  content: '';
  display: table; }

.wishlist.split.button:after {
  clear: both; }

.wishlist.split.button .action.split {
  float: left;
  margin: 0; }

.wishlist.split.button .action.toggle {
  float: right;
  margin: 0; }

.wishlist.split.button button.action.split,
.wishlist.split.button .cart.table-wrapper .actions-toolbar > .action.action.split,
.wishlist.split.button .action-gift.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.wishlist.split.button button + .action.toggle,
.wishlist.split.button .cart.table-wrapper .actions-toolbar > .action + .action.toggle,
.wishlist.split.button .action-gift + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0; }

.wishlist.split.button .action.toggle {
  display: inline-block;
  text-decoration: none; }

.wishlist.split.button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.wishlist.split.button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: #7d7d7d;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center; }

.wishlist.split.button .action.toggle:hover:after {
  color: #333333; }

.wishlist.split.button .action.toggle:active:after {
  color: inherit; }

.wishlist.split.button .action.toggle.active {
  display: inline-block;
  text-decoration: none; }

.wishlist.split.button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.wishlist.split.button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: #7d7d7d;
  content: '\e621';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center; }

.wishlist.split.button .action.toggle.active:hover:after {
  color: #333333; }

.wishlist.split.button .action.toggle.active:active:after {
  color: inherit; }

.wishlist.split.button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  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 #ffffff transparent;
  z-index: 99; }

.wishlist.split.button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98; }

.wishlist.split.button .items:before {
  left: 10px;
  top: -12px; }

.wishlist.split.button .items:after {
  left: 9px;
  top: -14px; }

.wishlist.split.button.active {
  overflow: visible; }

.wishlist.split.button.active .items {
  display: block; }

.wishlist.split.button .items {
  text-align: left; }

.wishlist.split.button .items .item:last-child:hover {
  background: #e8e8e8; }

.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before {
  content: '\e601'; }

.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:focus,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover {
  color: #333333; }

.table-comparison .wishlist.split.button > .action.toggle:before,
.product-items .wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #c9c9c9;
  content: '';
  float: left;
  height: 15px;
  margin-top: 3px; }

.product-info-main .wishlist.split.button .action.split,
.block-bundle-summary .wishlist.split.button .action.split,
.product-add-form .wishlist.split.button .action.split,
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem; }

.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  padding: 0; }

.cart.table-wrapper .wishlist.split.button {
  margin-bottom: 10px; }

.cart.table-wrapper .wishlist.split.button > .action.toggle {
  padding: 4px 5px; }

.wishlist.window.popup {
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #aeaeae;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0; }

.wishlist.window.popup .popup-header {
  margin: 0 0 25px;
  padding-right: 22px; }

.wishlist.window.popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem; }

.wishlist.window.popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px; }

.wishlist.window.popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.wishlist.window.popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center; }

.wishlist.window.popup .popup-actions .action.close:hover:before {
  color: inherit; }

.wishlist.window.popup .popup-actions .action.close:active:before {
  color: inherit; }

.wishlist.window.popup .popup-actions .action.close:focus,
.wishlist.window.popup .popup-actions .action.close:active {
  background: none;
  border: none; }

.wishlist.window.popup .popup-actions .action.close:hover {
  background: none;
  border: none; }

.wishlist.window.popup .popup-actions .action.close.disabled,
.wishlist.window.popup .popup-actions .action.close[disabled],
fieldset[disabled] .wishlist.window.popup .popup-actions .action.close {
  cursor: not-allowed;
  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: #000000;
  z-index: 899;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0; }

.wishlist.overlay.active {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.wishlist.overlay.active {
  display: block; }

.block-wishlist-management {
  position: relative; }

.block-wishlist-management .wishlist-select .wishlist-name-label {
  font-weight: 600; }

.block-wishlist-management .wishlist-title {
  margin-bottom: 10px; }

.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-right: 10px; }

.block-wishlist-management .wishlist-notice {
  color: #7d7d7d;
  display: inline-block;
  margin-right: 20px; }

.block-wishlist-management .wishlist-toolbar-select,
.block-wishlist-management .wishlist-toolbar-actions {
  display: inline-block; }

.block-wishlist-management .wishlist-toolbar-select {
  margin-right: 20px; }

.block-wishlist-management .wishlist-dropdown.move {
  margin-right: 20px; }

.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 60px;
  max-width: 500px; }

.block-wishlist-search-results .toolbar-wishlist-results {
  text-align: center; }

.block-wishlist-info-items .block-title {
  margin-bottom: 20px;
  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: 20px; }

.block-wishlist-info-items .product-item-info {
  width: auto; }

.block-wishlist-info-items .product-item-info:hover .split {
  visibility: visible; }

.block-wishlist-info-items .price-wrapper {
  display: block;
  margin: 0 0 10px; }

.block-wishlist-info-items .split {
  clear: both;
  padding: 10px 0; }

.block-wishlist-info-items .action.towishlist {
  padding: 10px 0; }

.block-wishlist-info-items .input-text.qty {
  margin-right: 10px; }

.multicheckout .title {
  margin-bottom: 30px; }

.multicheckout .title strong {
  font-weight: 400; }

.multicheckout .table-wrapper {
  margin-bottom: 0; }

.multicheckout .table-wrapper .action.delete {
  display: inline-block; }

.multicheckout .table-wrapper .col .qty {
  display: inline-block; }

.multicheckout .table-wrapper .col.item .action.edit {
  font-weight: 400;
  margin-left: 10px; }

.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0; }

.multicheckout > .actions-toolbar {
  margin-top: 40px; }

.multicheckout .actions-toolbar > .secondary {
  display: block; }

.multicheckout .actions-toolbar > .secondary .action {
  margin-bottom: 25px; }

.multicheckout .actions-toolbar > .secondary .action.back {
  display: block;
  margin-left: 0; }

.multicheckout .actions-toolbar > .primary {
  margin-right: 10px; }

.multicheckout .item-options {
  margin: 10px 0 0; }

.multicheckout .block .methods-shipping .item-content .fieldset > .field:before {
  display: none; }

.multicheckout .block .methods-shipping .item-content .fieldset > .field .control {
  display: inline-block; }

.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 10px; }

.multicheckout .block-title strong,
.multicheckout .block-content .title strong {
  font-weight: 400; }

.multicheckout .block-title strong span,
.multicheckout .block-content .title strong span {
  color: #a6a6a6; }

.multicheckout .block-content .title {
  border-bottom: none;
  padding-bottom: 0; }

.multicheckout.order-review .block-title > strong {
  font-size: 2.4rem; }

.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
  margin-bottom: 40px; }

.multicheckout .box-title span {
  margin-right: 10px; }

.multicheckout .box-title > .action {
  margin: 0; }

.multicheckout .box-shipping-method .price {
  font-weight: 700; }

.multicheckout .box-billing-method .fieldset {
  margin: 0; }

.multicheckout .box-billing-method .fieldset .legend.box-title {
  margin: 0 0 5px; }

.multicheckout .checkout-review .grand.totals {
  font-size: 2.1rem;
  margin-bottom: 40px; }

.multicheckout .checkout-review .grand.totals .mark {
  font-weight: 400; }

[class^='multishipping-'] .logo {
  margin-left: 0; }

.multishipping-checkout-success .nav-sections {
  display: block; }

.block.newsletter {
  margin-bottom: 40px; }

.block.newsletter .form.subscribe {
  display: table;
  width: 100%; }

.block.newsletter .fieldset {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: top; }

.block.newsletter .field {
  margin: 0; }

.block.newsletter .field .control {
  display: inline-block;
  text-decoration: none;
  display: block; }

.block.newsletter .field .control:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 42px;
  color: #c2c2c2;
  content: '\e61d';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center; }

.block.newsletter .field .control:before {
  position: absolute; }

.block.newsletter input {
  padding-left: 35px; }

.block.newsletter .title {
  display: none; }

.block.newsletter .actions {
  display: table-cell;
  vertical-align: top;
  width: 1%; }

.block.newsletter .action.subscribe {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px; }

.paypal.after:before {
  content: "- " attr(data-label) " -";
  display: block;
  margin: 5px 5px 10px;
  text-transform: uppercase; }

.paypal.before:before {
  content: "- " attr(data-label) " -";
  display: block;
  margin: 10px 5px;
  text-align: center;
  text-transform: uppercase; }

.paypal.acceptance {
  display: block;
  margin: 0 0 20px; }

.paypal.acceptance img {
  max-width: 100%; }

.box-tocart .paypal img,
.block-minicart .paypal img {
  display: block;
  margin: 0 auto; }

.paypal-review .paypa-review-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block; }

.paypal-review .items-qty .item {
  white-space: nowrap; }

.paypal-review .items-qty .title:after {
  content: ': '; }

.paypal-review .paypal-review-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block; }

.paypal-review .actions-toolbar {
  margin-top: 10px; }

.paypal-review .item-options dt {
  display: inline-block; }

.paypal-review .item-options dt:after {
  content: ': '; }

.paypal-review .item-options dd {
  margin: 0; }

.paypal-review-discount {
  border-bottom: 1px solid #d1d1d1;
  margin: 20px 0; }

.paypal-review-discount .block {
  margin-bottom: 0; }

.paypal-review-discount .block .fieldset {
  padding: 10px 0 20px; }

.fotorama-video-container:after {
  background: url(../../frontend/LPS/OrbSport/lv_LV/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: .6; }

.fotorama-video-container.video-unplayed:hover:after {
  transform: scale(1.25); }

.video-thumb-icon:after {
  background: url(../../frontend/LPS/OrbSport/lv_LV/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%; } }

.rating-summary {
  overflow: hidden;
  white-space: nowrap; }

.rating-summary .rating-result {
  width: 100px;
  display: inline-block;
  position: relative;
  vertical-align: middle; }

.rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #c7c7c7;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none; }

.rating-summary .rating-result > span {
  display: block;
  overflow: hidden; }

.rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #ff5501;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none; }

.rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.rating-summary .rating-result {
  margin-left: -5px; }

.product-reviews-summary .rating-summary .label,
.table-reviews .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.review-control-vote {
  overflow: hidden; }

.review-control-vote:before {
  color: #c7c7c7;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  position: absolute;
  z-index: 1; }

.review-control-vote input[type="radio"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.review-control-vote input[type="radio"]:focus + label:before,
.review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1; }

.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute; }

.review-control-vote label span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.review-control-vote label:before {
  color: #ff5501;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0; }

.review-control-vote label:hover:before {
  opacity: 1; }

.review-control-vote label:hover ~ label:before {
  opacity: 0; }

.review-control-vote .rating-5 {
  z-index: 2; }

.review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605'; }

.review-control-vote .rating-4 {
  z-index: 3; }

.review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605'; }

.review-control-vote .rating-3 {
  z-index: 4; }

.review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605'; }

.review-control-vote .rating-2 {
  z-index: 5; }

.review-control-vote .rating-2:before {
  content: '\e605' '\e605'; }

.review-control-vote .rating-1 {
  z-index: 6; }

.review-control-vote .rating-1:before {
  content: '\e605'; }

.block.add.review {
  margin-bottom: 40px; }

.block.add.review > .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem; }

.block.add.review .legend {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  margin: 0 0 20px; }

.block.add.review .field.rating {
  display: table-row; }

.block.add.review .field.rating .label {
  display: table-cell;
  padding: 5px 0;
  vertical-align: middle; }

.block.add.review .field.rating .control {
  display: table-cell;
  vertical-align: top; }

.block.reviews.list > .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem; }

.block.reviews.list .review.item {
  margin-bottom: 40px; }

.block.reviews.list .review.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem; }

.data.table.reviews .rating-summary {
  margin-top: -4px; }

.customer-review.view {
  margin-bottom: 20px; }

.customer-review.view .review.title,
.customer-review.view .ratings-summary,
.customer-review.view .product-details {
  margin-bottom: 20px; }

.product-reviews-summary {
  display: none;
  margin: 10px 0 12px; }

.products.wrapper.list .product-reviews-summary {
  margin: 0 auto; }

.product-reviews-summary.empty {
  margin-left: 0; }

.product-reviews-summary .rating-summary {
  display: table-cell;
  left: -5px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.product-reviews-summary .reviews-actions {
  display: table-cell;
  line-height: 28px;
  vertical-align: middle; }

.product-reviews-summary .reviews-actions a {
  margin-right: 5px; }

.customer-review .product-details {
  margin-bottom: 40px; }

.customer-review .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%; }

.customer-review .review-details .customer-review-rating {
  margin-bottom: 20px; }

.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 10px; }

.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0; }

.customer-review .review-details .review-title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
  margin-bottom: 20px; }

.customer-review .review-details .review-content {
  margin-bottom: 20px; }

.customer-review .product-reviews-summary .rating-summary,
.customer-review .product-reviews-summary .reviews-actions {
  display: block; }

.review-field-ratings .nested {
  display: table;
  margin-bottom: 20px; }

.review-field-ratings .review-field-rating {
  display: table-row; }

.review-field-ratings .review-field-rating .label,
.review-field-ratings .review-field-rating .control {
  display: table-cell;
  padding-bottom: 10px;
  vertical-align: top; }

.review-field-ratings .review-field-rating .label {
  padding-right: 10px;
  padding-top: 6px; }

.review-field-ratings .review-field-rating .control {
  padding-top: 2px; }

.review-toolbar {
  border-top: 1px solid #c9c9c9;
  margin: 0 0 20px;
  text-align: center; }

.review-toolbar:first-child {
  display: none; }

.review-toolbar .pages {
  border-bottom: 1px solid #c9c9c9;
  display: block;
  padding: 20px 0;
  text-align: center; }

.review-toolbar .limiter {
  display: none; }

.review-add .block-title {
  display: none; }

.review-form .action.submit.primary {
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333; }

.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333; }

.review-form .action.submit.primary:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555; }

.fieldset .review-legend.legend {
  margin-bottom: 20px; }

.fieldset .review-legend.legend strong {
  display: block;
  margin-left: 0; }

.review-field-rating .control {
  margin-bottom: 48px;
  margin-top: 10px; }

.review-list {
  margin-bottom: 30px; }

.review-list .block-title strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem; }

.review-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
  padding: 20px 0; }

.review-item:after {
  clear: both;
  content: '';
  display: table; }

.review-item:last-child {
  border-width: 0; }

.review-ratings {
  display: table;
  margin-bottom: 10px;
  max-width: 100%; }

.review-author {
  display: inline; }

.review-title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  margin: 0 0 20px; }

.review-content {
  margin-bottom: 20px; }

.block-reward-info .reward-rates:not(:last-child),
.block-reward-info .reward-limit:not(:last-child),
.block-reward-info .reward-expiring:not(:last-child) {
  margin-bottom: 25px; }

.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 10px; }

.form-create-return .field .control > span,
.form-create-return .field address {
  display: inline-block;
  padding-top: 6px; }

.form-create-return .additional:first-child {
  margin-top: 0; }

.form-create-return .additional .field:nth-last-child(2) {
  margin-bottom: 0; }

.form-create-return .additional .field:last-child {
  margin-top: 20px; }

.form-create-return .field.comment {
  margin-top: 55px; }

.block-returns-comments .returns-comments dt,
.block-returns-comments .returns-comments dd {
  margin: 0; }

.block-returns-comments .returns-comments dt {
  font-weight: 400; }

.block-returns-comments .returns-comments dd {
  margin-bottom: 15px; }

.block-returns-comments .returns-comments dd:last-child {
  margin-bottom: 0; }

.block-returns-comments .fieldset {
  margin-bottom: 20px; }

.magento-rma-returns-returns .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-title-wrapper .page-title,
.magento-rma-returns-view .page-title-wrapper .page-title {
  margin-right: 25px; }

.order-links {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 10px; }

.order-links .item {
  display: inline-block;
  margin-right: 20px; }

.order-actions-toolbar .action {
  margin: 0 20px 0 0; }

.order-details-items {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 20px;
  padding-bottom: 10px; }

.order-details-items .order-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
  font-weight: 700; }

.order-details-items .items-qty .item {
  white-space: nowrap; }

.order-details-items .items-qty .title:after {
  content: ': '; }

.order-details-items .table-order-items .product-item-name {
  margin-top: 0; }

.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #d1d1d1; }

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

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

.order-details-items .item-options.links dt {
  display: inline-block; }

.order-details-items .item-options.links dt:after {
  content: ': '; }

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

.order-pager-wrapper .toolbar-amount {
  padding-top: 3px; }

.order-pager-wrapper .pages-items .item:first-child,
.order-pager-wrapper .pages-items .item:last-child {
  margin-right: 0; }

.order-actions-toolbar {
  margin-bottom: 25px; }

.order-actions-toolbar .action {
  margin-right: 30px; }

.order-actions-toolbar .action.print {
  margin: 0; }

.page-title-wrapper .order-date {
  margin: 0 0 20px; }

.account .page-title-wrapper .page-title,
[class^='sales-guest-'] .page-title-wrapper .page-title,
.sales-guest-view .page-title-wrapper .page-title {
  margin-right: 25px; }

.form-orders-search .field.email,
.form-orders-search .field.zip {
  margin-bottom: 0; }

.block-reorder .product-item .checkbox {
  position: relative;
  top: 2px;
  vertical-align: baseline; }

.block-reorder .product-item .field.item {
  display: inline-block; }

.block-reorder .product-item-name {
  display: inline-block; }

.block-reorder .actions-toolbar {
  margin: 17px 0;
  max-width: 178px; }

.block-order-details-comments {
  margin: 0 0 40px; }

.block-order-details-comments .comment-date {
  font-weight: 600; }

.block-order-details-comments .comment-content {
  line-height: 1.6;
  margin: 0 0 20px; }

.block-order-details-view .box-content .payment-method .title {
  font-weight: 400; }

.block-order-details-view .box-content .payment-method .content {
  margin: 0; }

.block-order-details-view .box-content .payment-method .content > strong {
  font-weight: 400; }

.block-order-details-view .box-content .payment-method .content > strong:after {
  content: ': '; }

.order-tracking {
  border-bottom: 1px solid #d1d1d1;
  margin: 0;
  padding: 20px 0; }

.order-tracking .tracking-title {
  display: inline-block; }

.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px; }

.opc-wrapper .form-discount {
  max-width: 500px; }

.action.mailto.friend {
  margin-left: -7px;
  display: inline-block;
  text-decoration: none; }

.action.mailto.friend:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: inherit;
  content: '\e61d';
  font-family: 'icons-blank-theme';
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center; }

.action.mailto.friend span {
  display: inline-block;
  line-height: 28px;
  vertical-align: top; }

body {
  background-color: #ffffff; }

.page-header {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 20px; }

.header.content {
  padding-top: 10px;
  position: relative; }

.logo {
  float: left;
  margin: 0 0 10px 40px;
  max-width: 50%;
  position: relative;
  z-index: 5; }

.logo img {
  display: block; }

.page-print .logo {
  float: none; }

.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 30px; }

.action.skip:focus {
  background: #f0f0f0;
  padding: 10px;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 15; }

.action-skip-wrapper {
  height: 0;
  position: relative; }

.message.global p {
  margin: 0; }

.message.global.noscript,
.message.global.cookie {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #333333;
  margin: 0; }

.message.global.noscript a,
.message.global.cookie a {
  color: #1979c3; }

.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #006bb4; }

.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #ff5501; }

.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3; }

.message.global.cookie .actions {
  margin-top: 10px; }

.message.global.demo {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center; }

.message.global.demo a {
  color: #1979c3; }

.message.global.demo a:hover {
  color: #006bb4; }

.message.global.demo a:active {
  color: #ff5501; }

.page-footer {
  margin-top: auto; }

.footer.content {
  border-top: 1px solid #d1d1d1;
  margin-top: 25px;
  padding-bottom: 25px;
  padding-top: 25px; }

.footer.content .links > li {
  margin: 0 0 8px; }

.footer.content .switcher-store {
  margin: 0 0 30px; }

.footer .copyright,
.footer .bugs {
  display: block;
  margin: 20px 0 0; }

.page-header .switcher,
.page-footer .switcher {
  margin-right: 10px; }

.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: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center; }

.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: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e621';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center; }

.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: #ffffff;
  border: 1px solid #bbbbbb;
  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 #ffffff 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 #bbbbbb 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 a,
.page-footer .switcher .options ul.dropdown a {
  display: block;
  padding: 8px; }

.page-header .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  text-decoration: none; }

.page-header .switcher li,
.page-footer .switcher li {
  font-size: 12px;
  margin: 0; }

.page-header .switcher strong,
.page-footer .switcher strong {
  font-weight: 400; }

.widget {
  clear: both; }

.page-header .widget.block,
.page-footer .widget.block {
  margin: 20px 0; }

.ui-datepicker td {
  padding: 0; }

.my-credit-cards .status {
  font-style: italic; }

.my-credit-cards .action.delete {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline; }

.my-credit-cards .action.delete:focus,
.my-credit-cards .action.delete:active {
  background: none;
  border: none; }

.my-credit-cards .action.delete:hover {
  background: none;
  border: none; }

.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5; }

.my-credit-cards .action.delete:visited {
  color: #1979c3;
  text-decoration: none; }

.my-credit-cards .action.delete:hover {
  color: #006bb4;
  text-decoration: underline; }

.my-credit-cards .action.delete:active {
  color: #ff5501;
  text-decoration: underline; }

.my-credit-cards .action.delete:hover {
  color: #006bb4; }

.my-credit-cards .action.delete:hover,
.my-credit-cards .action.delete:active,
.my-credit-cards .action.delete:focus {
  background: none;
  border: 0; }

.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline; }

.my-credit-cards-popup .modal-footer {
  text-align: right; }

.my-credit-cards-popup .action.secondary {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  margin-right: 20px; }

.my-credit-cards-popup .action.secondary:focus,
.my-credit-cards-popup .action.secondary:active {
  background: none;
  border: none; }

.my-credit-cards-popup .action.secondary:hover {
  background: none;
  border: none; }

.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5; }

.my-credit-cards-popup .action.secondary:visited {
  color: #1979c3;
  text-decoration: none; }

.my-credit-cards-popup .action.secondary:hover {
  color: #006bb4;
  text-decoration: underline; }

.my-credit-cards-popup .action.secondary:active {
  color: #ff5501;
  text-decoration: underline; }

.my-credit-cards-popup .action.secondary:hover {
  color: #006bb4; }

.my-credit-cards-popup .action.secondary:hover,
.my-credit-cards-popup .action.secondary:active,
.my-credit-cards-popup .action.secondary:focus {
  background: none;
  border: 0; }

.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline; }

.minilist .weee {
  display: table-row;
  font-size: 1.1rem; }

.minilist .weee:before {
  display: none; }

.price-container.weee:before {
  display: none; }

.product-items .action.towishlist:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: '\e601'; }

.account .table-wrapper .data.table.wishlist > thead > tr > th,
.account .table-wrapper .data.table.wishlist > tbody > tr > th,
.account .table-wrapper .data.table.wishlist > tfoot > tr > th,
.account .table-wrapper .data.table.wishlist > thead > tr > td,
.account .table-wrapper .data.table.wishlist > tbody > tr > td,
.account .table-wrapper .data.table.wishlist > tfoot > tr > td {
  border-top: 1px solid #d1d1d1; }

.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > td {
  border-top: 0; }

.account .table-wrapper .data.table.wishlist > tbody + tbody {
  border-top: 1px solid #d1d1d1; }

.account .table-wrapper .data.table.wishlist thead > tr > th {
  border-bottom: 0; }

.account .table-wrapper .data.table.wishlist tbody > tr:last-child > td {
  border-bottom: 1px solid #d1d1d1; }

.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 10px; }

.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 10px 0; }

.account .table-wrapper .data.table.wishlist .box-tocart .qty {
  vertical-align: middle; }

.account .table-wrapper .data.table.wishlist .col.item {
  width: 50%; }

.account .table-wrapper .data.table.wishlist .col.photo {
  max-width: 150px; }

.account .table-wrapper .data.table.wishlist .col.selector {
  max-width: 15px; }

.account .table-wrapper .data.table.wishlist textarea {
  margin: 10px 0; }

.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 10px; }

.account .table-wrapper .data.table.wishlist .action.primary {
  vertical-align: top; }

.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700; }

.block-wishlist .product-item-name {
  margin-right: 25px; }

.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 10px; }

.products-grid.wishlist .product-item-name {
  margin-top: 0; }

.products-grid.wishlist .product-item .price-box {
  margin: 0; }

.products-grid.wishlist .product-item-comment {
  display: block;
  height: 42px;
  margin: 10px 0; }

.products-grid.wishlist .product-item-actions > * {
  margin-right: 15px; }

.products-grid.wishlist .product-item-actions > *:last-child {
  margin-right: 0; }

.products-grid.wishlist .product-item .box-tocart input.qty {
  height: 32px; }

.sidebar .block-addbysku .fieldset {
  margin: 0; }

.sidebar .block-addbysku .fieldset .fields {
  position: relative; }

.sidebar .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top; }

.sidebar .block-addbysku .fieldset .fields .field.sku {
  margin-right: -85px;
  padding-right: 90px;
  width: 100%; }

.sidebar .block-addbysku .fieldset .fields .field.qty .qty + .mage-error {
  width: 80px; }

.sidebar .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 6px; }

.sidebar .block-addbysku .form-addbysku .actions-toolbar {
  margin-bottom: 20px; }

.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary {
  text-align: left; }

.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action {
  width: auto; }

.sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary {
  float: none;
  text-align: left; }

.sidebar .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  width: auto; }

.sidebar .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sidebar .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 31px;
  line-height: 22px;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center; }

.sidebar .block-addbysku .action.add:hover:before {
  color: inherit; }

.sidebar .block-addbysku .action.add:active:before {
  color: inherit; }

.sidebar .block-addbysku .action.links {
  display: inline-block;
  margin: 20px 0 0; }

.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 10px 0; }

.sidebar .block-addbysku .action.remove {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400; }

.sidebar .block-addbysku .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sidebar .block-addbysku .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center; }

.sidebar .block-addbysku .action.remove:hover:before {
  color: inherit; }

.sidebar .block-addbysku .action.remove:active:before {
  color: inherit; }

.sidebar .block-addbysku .action.remove:focus,
.sidebar .block-addbysku .action.remove:active {
  background: none;
  border: none; }

.sidebar .block-addbysku .action.remove:hover {
  background: none;
  border: none; }

.sidebar .block-addbysku .action.remove.disabled,
.sidebar .block-addbysku .action.remove[disabled],
fieldset[disabled] .sidebar .block-addbysku .action.remove {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5; }

.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block; }

.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 20px; }

.block-banners .banner-item-content img,
.block-banners-inline .banner-item-content img {
  display: block;
  margin: 0 auto; }

.block-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 20px; }

.block-product-link-inline.widget {
  margin: 0; }

.block.widget .product-item-info {
  width: auto; }

.block.widget .pager {
  padding: 0; }

.block.widget .pager .toolbar-amount {
  float: none;
  font-size: 1.2rem; }

.block.widget .pager .pages-item-previous {
  padding-left: 0; }

.block.widget .pager .pages-item-next {
  position: relative; }

.block.widget .pager .items {
  white-space: nowrap; }

.block-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: .5;
  overflow: hidden;
  width: 20px;
  display: inline-block;
  text-decoration: none; }

.block-event .block-content > .action.backward > span,
.block-event .block-content > .action.forward > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 55px;
  line-height: 30px;
  color: inherit;
  content: '\e617';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center; }

.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  margin-left: -15px; }

.block-event .block-content > .action.backward {
  left: 0; }

.block-event .block-content > .action.forward {
  right: 0; }

.block-event .block-content > .action.forward:before {
  content: '\e608'; }

.block-event .block-content > .action.forward:before {
  margin-left: -20px; }

.block-event .block-content > .action.inactive {
  cursor: default;
  display: none; }

.block-event .block-content > .action:hover {
  opacity: 1; }

.block-event .slider-panel {
  overflow: hidden;
  position: relative;
  z-index: 2; }

.block-event .slider-panel .slider {
  white-space: nowrap; }

.block-event .slider-panel .slider .item {
  background: #f0f0f0;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  white-space: normal;
  width: 16.35%; }

.sidebar-main .block-event .slider-panel .slider .item,
.sidebar-additional .block-event .slider-panel .slider .item {
  width: 100%; }

.block-event .slider-panel .slider .item img {
  max-width: 100%; }

.block-event .slider-panel .slider .item .category-name {
  display: inline-block;
  font-size: 1.8rem;
  padding: 15px 5px 0;
  word-break: break-all; }

.block-event .slider-panel .slider .item .ticker {
  margin: 0;
  padding: 0;
  list-style: none none; }

.block-event .slider-panel .slider .item .ticker li {
  display: none;
  margin: 0 5px; }

.block-event .slider-panel .slider .item .ticker .value {
  font-size: 2.6rem;
  font-weight: 300; }

.block-event .slider-panel .slider .item .ticker .label {
  display: block;
  font-size: 1.3rem; }

.block-event .slider-panel .slider .item .dates {
  font-weight: 300; }

.block-event .slider-panel .slider .item .dates .start,
.block-event .slider-panel .slider .item .dates .end,
.block-event .slider-panel .slider .item .dates .date {
  display: block; }

.block-event .slider-panel .slider .item .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block; }

.block-event .slider-panel .slider .item .dates .date {
  font-size: 1.8rem;
  font-weight: 300; }

.block-event .slider-panel .slider .item .dates .time {
  font-size: 1.3rem; }

.block-event .slider-panel .slider .item .box-event .box-content {
  padding: 5px 0 10px; }

.block-event .slider-panel .slider .item .box-event .box-title {
  display: block;
  font-weight: 300;
  margin: 10px 0 0; }

.block-event .slider-panel .slider .item .action.show {
  display: block;
  padding: 0; }

.block-event .slider-panel .slider .item .action.show .category.name {
  display: inline-block;
  padding: 30px 10px 0; }

.block-event .slider-panel .slider .item .action.show img {
  display: block; }

.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  margin-top: 15px; }

.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff; }

.block-event .slider-panel .slider .item .action.event:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff; }

.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none; }

.block-event .slider-panel .slider .item .action.event:hover {
  text-decoration: none; }

.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 20px; }

.links .block-static-block.widget,
.links .block-cms-link.widget {
  margin-bottom: 0; }

.block-cms-link-inline.widget {
  margin: 0; }

.block-wishlist-search .form-wishlist-search {
  margin: 20px 0 0; }

.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 20px; }

.block-cms-hierarchy-link-inline.widget {
  margin: 0; }

@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem; }
  .minicart-wrapper .block-minicart {
    width: 290px; }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px; } }

@media only screen and (max-width: 639px) {
  .abs-visually-hidden-mobile,
  .table-giftregistry-items .col.product:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .abs-add-clearfix-mobile:before,
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody tr:before,
  .abs-checkout-order-review tbody tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:before,
  .table-giftregistry-items .col.product:after,
  .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; }
  .multicheckout.order-review .data.table tbody tr:not(:last-child) {
    border-bottom: 1px solid #d1d1d1; }
  .multicheckout.order-review .data.table tbody tr .col.item:before {
    display: none; }
  .multicheckout.order-review .data.table tbody tr .col.qty,
  .multicheckout.order-review .data.table tbody tr .col.price,
  .multicheckout.order-review .data.table tbody tr .col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%; }
  .multicheckout.order-review .data.table tbody tr .col.qty:before,
  .multicheckout.order-review .data.table tbody tr .col.price:before,
  .multicheckout.order-review .data.table tbody tr .col.subtotal:before {
    content: attr(data-th) ":";
    display: block;
    font-weight: 700;
    padding-bottom: 10px; }
  .abs-checkout-order-review tbody tr .product-item-name,
  .multicheckout.order-review .data.table tbody tr .product-item-name {
    margin: 0; }
  .abs-no-display-s,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody th,
  .opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
    display: none; }
  .abs-pager-toolbar-mobile-s .toolbar-amount,
  .abs-pager-toolbar-mobile-s .limiter,
  .abs-pager-toolbar-mobile-s .pages,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-giftregistry-results .pages {
    margin-bottom: 25px; }
  .table-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative; }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) {
    border: none;
    display: block; }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > thead > tr > th {
    display: none; }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody {
    display: block; }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr {
    display: block; }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 5px 0; }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td:before,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th:before {
    padding-right: 10px;
    content: attr(data-th) ": ";
    display: inline-block;
    color: #111111;
    font-weight: 700; }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 20px; }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:last-child {
    padding-bottom: 20px; }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody td:last-child {
    border: none;
    padding: 0 0 5px; }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot {
    display: block; }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr {
    display: block; }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td {
    padding-top: 20px; }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot th {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    width: 70%; }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot td {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: right;
    width: 30%; }
  .data-table-definition-list thead {
    display: none; }
  .data-table-definition-list tbody th {
    padding-bottom: 0; }
  .data-table-definition-list tbody th,
  .data-table-definition-list tbody td {
    display: block;
    padding-left: 0;
    padding-right: 0; }
  .column .block-addbysku .sku {
    margin-right: -85px;
    padding-right: 90px; }
  .column .block-addbysku .action.remove {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400; }
  .column .block-addbysku .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .column .block-addbysku .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 22px;
    color: inherit;
    content: '\e616';
    font-family: 'icons-blank-theme';
    margin: 1px 0 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .column .block-addbysku .action.remove:hover:before {
    color: inherit; }
  .column .block-addbysku .action.remove:active:before {
    color: inherit; }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none; }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none; }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5; }
  .products-list .product-item {
    table-layout: fixed; }
  .products-list .product-item-photo {
    padding: 0 10px 10px 0;
    width: 30%; }
  .block-search {
    margin-top: 10px; }
  .minicart-wrapper {
    margin-top: 10px; }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0; }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px; }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%; }
  .opc-wrapper .shipping-address-item.selected-item {
    padding: 15px 35px 15px 18px;
    border-bottom-width: 2px; }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 39px; }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    margin-top: 28px; }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 10px;
    width: 100%; }
  .opc-wrapper .action-show-popup {
    width: 100%; }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 1px; }
  .opc-wrapper .edit-address-link > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .opc-wrapper .edit-address-link:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 28px;
    color: #303030;
    content: '\e606';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .opc-wrapper .edit-address-link:hover:before {
    color: #303030; }
  .opc-wrapper .edit-address-link:active:before {
    color: #303030; }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 20px;
    position: relative;
    right: auto;
    top: auto; }
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 300px;
    right: auto; }
  .shipping-policy-block.field-tooltip .field-tooltip-content:before,
  .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    right: auto; }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0; }
  .cart.table-wrapper .gift-content {
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 20px; }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block; }
  .form-giftregistry-search .fieldset {
    margin-bottom: 15px; }
  .multicheckout .data.table .address:before {
    margin-bottom: 5px; }
  .multicheckout .product-item-name,
  .multicheckout .price-including-tax,
  .multicheckout .price-excluding-tax {
    display: inline-block; }
  .multicheckout .block-content .box:not(:last-child) {
    margin-bottom: 40px; }
  .multicheckout .block-content .box:last-child {
    margin-bottom: 0; }
  .multicheckout.order-review .box-items .data.table thead {
    display: block; }
  .multicheckout.order-review .box-items .data.table thead tr {
    display: block; }
  .multicheckout.order-review .box-items .data.table thead .col.item {
    display: block;
    padding: 0; }
  .multicheckout .actions-toolbar .action {
    margin-bottom: 25px; }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 25px;
    margin-right: 0; }
  .account .order-details-items .table-order-items .product-item-name,
  .account .order-details-items .table-order-items .price-including-tax,
  .account .order-details-items .table-order-items .price-excluding-tax,
  .account .order-details-items .table-order-items .items-qty {
    display: inline-block;
    vertical-align: top; }
  .account .toolbar .pages {
    float: right; }
  .account .toolbar .limiter {
    clear: both; }
  .order-details-items thead {
    display: block; }
  .order-details-items thead tr,
  .order-details-items thead td {
    display: block; }
  .table-wrapper .table.table-order-items tfoot td.order-pager-wrapper {
    width: 100%; }
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #e8e8e8; }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #e8e8e8; } }

@media only screen and (max-width: 767px) {
  .abs-button-responsive-smaller,
  .product-info-main .box-tocart .actions .action.tocart {
    width: 100%; }
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:before,
  .form-create-return .fieldset > .actions-toolbar:after {
    content: '';
    display: table; }
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:after {
    clear: both; }
  .abs-icon-add-mobile,
  .block-wishlist-management .wishlist-add.item .add {
    display: block;
    text-decoration: none; }
  .abs-icon-add-mobile:before,
  .block-wishlist-management .wishlist-add.item .add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: '\e61c';
    font-family: 'icons-blank-theme';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name {
    border-bottom: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    cursor: pointer;
    margin-bottom: 0;
    padding: 10px 40px 10px 15px;
    position: relative;
    display: block;
    text-decoration: none; }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .block-wishlist-management .wishlist-select .wishlist-name:after {
    position: absolute;
    right: 10px;
    top: 0; }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after {
    content: '\e621'; }
  .abs-pager-toolbar-mobile .toolbar-amount,
  .abs-pager-toolbar-mobile .limiter,
  .abs-pager-toolbar-mobile .pages,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .account .toolbar .pages,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter,
  .toolbar-wishlist-results .pages {
    float: none;
    margin-bottom: 25px; }
  .abs-shopping-cart-items-mobile .actions,
  .cart-container .form-cart .actions {
    text-align: center; }
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.continue,
  .cart-container .form-cart .action.clear {
    margin: 0 auto 10px; }
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.clear {
    display: block; }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-main,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 15px;
    padding-right: 15px; }
  .account .page-main,
  .cms-privacy-policy .page-main {
    padding-top: 41px;
    position: relative; }
  .navigation {
    padding: 0; }
  .navigation .parent .level-top {
    position: relative;
    display: block;
    text-decoration: none; }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px; }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e621'; }
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: -80%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
    width: calc(100% - 54px); }
  .nav-sections .switcher {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: .8rem 3.5rem .8rem 2rem; }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 5px; }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1; }
  .nav-sections .switcher-trigger strong {
    position: relative;
    display: block;
    text-decoration: none; }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -16px; }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\e621'; }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    padding: 10px 0; }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    border-bottom: 1px solid #d1d1d1; }
  .nav-sections .header.links li {
    font-size: 1.6rem;
    margin: 0; }
  .nav-sections .header.links li.greet.welcome {
    border-top: 1px solid #d1d1d1;
    font-weight: 700;
    padding: 0.8rem 20px; }
  .nav-sections .header.links li > a {
    border-top: 1px solid #d1d1d1; }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #575757;
    text-decoration: none;
    display: block;
    font-weight: 700;
    padding: 0.8rem 20px; }
  .nav-sections .header.links .header.links {
    border: 0; }
  .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%; }
  .nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative; }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%; }
  .nav-open .page-wrapper {
    left: 80%;
    left: calc(100% - 54px); }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99; }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.5);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1; }
  .nav-sections-items {
    position: relative;
    z-index: 1; }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table; }
  .nav-sections-items:after {
    clear: both; }
  .nav-sections-item-title {
    background: #e8e8e8;
    border: solid #dbdbdb;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%; }
  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0; }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none; }
  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
    padding: 25px 0; }
  .nav-sections-item-content:before,
  .nav-sections-item-content:after {
    content: '';
    display: table; }
  .nav-sections-item-content:after {
    clear: both; }
  .nav-sections-item-content.active {
    display: block; }
  .navigation {
    background: #f5f5f5;
    box-sizing: border-box; }
  .navigation ul {
    margin: 0;
    padding: 0; }
  .navigation li {
    margin: 0; }
  .navigation a {
    display: block;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 15px; }
  .navigation a,
  .navigation a:hover {
    color: #575757;
    text-decoration: none; }
  .navigation .level0 {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem; }
  .navigation .level0 > .level-top {
    font-weight: 700;
    padding: 8px 40px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word; }
  .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 #d1d1d1; }
  .navigation .submenu > li {
    word-wrap: break-word; }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out; }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px; }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0; }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px; }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0; }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #575757;
    display: block;
    line-height: normal; }
  .navigation .submenu:not(:first-child).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; }
  .product.data.items {
    margin: 0;
    padding: 0; }
  .product.data.items > .item.title {
    box-sizing: border-box;
    float: none;
    width: 100%; }
  .product.data.items > .item.title > .switch {
    display: block; }
  .product.data.items > .item.content {
    box-sizing: border-box;
    display: block;
    float: none;
    margin: 0; }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table; }
  .product.data.items > .item.content:after {
    clear: both; }
  .product.data.items > .item.content.active {
    display: block; }
  .product.data.items > .item.title {
    margin: 0 0 5px; }
  .product.data.items > .item.title > .switch {
    background: #f0f0f0;
    border-bottom: 1px solid #d1d1d1;
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    height: 40px;
    padding: 5px 20px 5px 20px;
    font-weight: 600;
    line-height: 40px;
    font-size: 1.8rem;
    color: #7d7d7d;
    text-decoration: none; }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none; }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none; }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none; }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc; }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    padding-bottom: 5px; }
  .product.data.items > .item.content {
    background: #ffffff;
    border: 1px solid #d1d1d1;
    margin: 0 0 5px;
    padding: 20px 20px 20px 20px; }
  .product.data.items .data.item {
    display: block; }
  .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: none; }
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
    left: 44px;
    z-index: 900; }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease; }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  .custom-slide .modal-inner-wrap {
    background-color: #ffffff;
    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.modal-slide .modal-inner-wrap[class] {
    background-color: #f4f4f4; }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto; }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%; }
  .modal-popup .modal-title {
    font-size: 14px;
    font-weight: 700; }
  .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; }
  .block.related .action.select {
    display: block;
    margin: 5px 0; }
  .compare,
  .product-addto-links .action.tocompare,
  .product-item-actions .actions-secondary > .action.tocompare,
  [class*='block-compare'] {
    display: none; }
  .block-search .block-content {
    margin-bottom: 0; }
  .cart.table-wrapper {
    overflow: inherit; }
  .cart.table-wrapper thead .col:not(.item) {
    display: none; }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%; }
  .cart.table-wrapper .col.qty: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: 700;
    padding-bottom: 10px; }
  .cart.table-wrapper .col.msrp {
    white-space: normal; }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0; }
  .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 20px; }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 10px; }
  .checkout-payment-method .payment-option {
    margin: 0 -15px; }
  .checkout-payment-method .payment-option .payment-option-title {
    padding: 15px; }
  .checkout-payment-method .payment-option .payment-option-content {
    padding: 0 15px 20px; }
  .login-container .fieldset:after {
    text-align: center; }
  .account .page.messages {
    margin-bottom: 40px; }
  .control.captcha-image .captcha-img {
    margin-bottom: 10px;
    display: block; }
  .customer-account-index .page-title-wrapper {
    position: relative; }
  .gift-options .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%; }
  .gift-item-block {
    border-top: 1px solid #c1c1c1;
    border-bottom: 0; }
  .cart.table-wrapper .gift-content {
    margin-right: -10px; }
  .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
    padding-bottom: 10px; }
  .gift-wrapping-list {
    width: 100%; }
  .gift-wrapping-preview img {
    width: 100%; }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block; }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 20px; }
  .map-popup {
    max-width: 100%; }
  .map-old-price,
  .map-show-info {
    display: inline-block; }
  .map-old-price:not(:last-child),
  .map-show-info:not(:last-child) {
    margin-bottom: 10px; }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px; }
  .block-wishlist-management .wishlist-select {
    margin: 0 -15px 20px; }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #d1d1d1;
    background: #f5f5f5;
    display: none;
    padding: 15px 0; }
  .block-wishlist-management .wishlist-select-items.active {
    display: block; }
  .block-wishlist-management .wishlist-select-items .item {
    margin: 3px 0 0; }
  .block-wishlist-management .wishlist-select-items .item:first-child {
    margin-top: 0; }
  .block-wishlist-management .wishlist-select-items .item.current {
    display: none; }
  .block-wishlist-management .wishlist-select-items .item a {
    display: block;
    padding: 5px 18px;
    text-decoration: none; }
  .block-wishlist-management .wishlist-select-items .item a:hover {
    background: #e8e8e8; }
  .block-wishlist-management .wishlist-title strong {
    font-size: 2.6rem; }
  .block-wishlist-management .wishlist-info {
    margin-bottom: 15px; }
  .block-wishlist-management .wishlist-toolbar-select,
  .block-wishlist-management .wishlist-toolbar-actions {
    margin-bottom: 15px; }
  .products-grid.wishlist .product-item-checkbox {
    left: 20px;
    position: absolute;
    top: 20px; }
  .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
    margin-left: 25px; }
  .page-multiple-wishlist .products-grid.wishlist .product-item-name,
  .page-multiple-wishlist .products-grid.wishlist .product-item-description,
  .page-multiple-wishlist .products-grid.wishlist .product-item .price-box,
  .page-multiple-wishlist .products-grid.wishlist .product-item-tooltip {
    margin-left: 115px; }
  .products-grid.wishlist .wishlist-dropdown {
    display: none; }
  .multishipping-checkout-success .nav-toggle {
    display: block; }
  .multishipping-checkout-success .logo {
    margin-left: 40px; }
  .reward-settings + .actions-toolbar {
    margin-top: 10px; }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 10px 0 0; }
  .order-pager-wrapper .toolbar-amount {
    left: inherit;
    position: relative;
    text-align: center;
    top: inherit; }
  .order-pager-wrapper .pages {
    text-align: center; }
  .order-pager-wrapper .action.previous,
  .order-pager-wrapper .action.next {
    margin: 0; }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {
    display: none; }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
    display: none; }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
    display: block; }
  .my-credit-cards .card-type img {
    vertical-align: middle; }
  .products-grid.wishlist {
    margin-bottom: 30px;
    margin-right: -10px; }
  .products-grid.wishlist .product-item {
    padding: 20px 10px 20px 20px;
    position: relative; }
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 20px; }
  .products-grid.wishlist .product-item-name {
    font-size: 1.6rem; }
  .products-grid.wishlist .product-item-actions {
    display: block; }
  .products-grid.wishlist .product-item-actions .action {
    margin-right: 15px; }
  .products-grid.wishlist .product-item-actions .action:last-child {
    margin-right: 0; }
  .products-grid.wishlist .product-item-actions .action.edit {
    float: left; }
  .products-grid.wishlist .product-item-actions .action.delete {
    float: right; }
  .products-grid.wishlist .product-item-actions .action.edit,
  .products-grid.wishlist .product-item-actions .action.delete {
    margin-top: 7px; }
  .products-grid.wishlist .product-item-name,
  .products-grid.wishlist .product-item-description,
  .products-grid.wishlist .product-item .price-box,
  .products-grid.wishlist .product-item-tooltip {
    margin-left: 95px; }
  .products-grid.wishlist .product-item .box-tocart {
    float: left;
    margin-right: 20px; }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin-top: 7px; }
  .products-grid.wishlist .product-item .giftregisty-dropdown,
  .products-grid.wishlist .product-item .field.qty {
    display: none; }
  .products-grid.wishlist .product-image-container {
    max-width: 80px; }
  .wishlist-index-index .product-item {
    width: 100%; }
  .wishlist-index-index .product-item-info {
    width: auto; } }

@media only screen and (max-width: 768px) {
  .abs-checkout-tooltip-content-position-top-mobile {
    right: -10px;
    top: 40px;
    left: auto; } }

@media all and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48.8%; }
  .abs-reset-left-margin-desktop-s,
  .column:not(.sidebar-main) .multicheckout .actions-toolbar,
  .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
    margin-left: 0; }
  .abs-margin-for-forms-desktop-s {
    margin-left: 25.8%; }
  .abs-visually-hidden-desktop-s {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .abs-add-clearfix-desktop-s:before,
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:before,
  .multicheckout .block-billing:after {
    content: '';
    display: table; }
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:after {
    clear: both; }
  .abs-add-box-sizing-desktop-s,
  .multicheckout .block-shipping .box,
  .multicheckout .block-billing .box-billing-address,
  .multicheckout .block-billing .box-billing-method {
    box-sizing: border-box; }
  .ui-dialog.popup {
    width: 420px; }
  .column .block-addbysku .action.remove {
    background-image: none;
    -moz-box-sizing: content-box;
    box-shadow: none;
    line-height: inherit;
    text-shadow: none;
    font-weight: 400;
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    color: #1979c3;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-top: 2px; }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none; }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none; }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5; }
  .column .block-addbysku .action.remove:visited {
    color: #1979c3;
    text-decoration: none; }
  .column .block-addbysku .action.remove:hover {
    color: #006bb4;
    text-decoration: underline; }
  .column .block-addbysku .action.remove:active {
    color: #ff5501;
    text-decoration: underline; }
  .column .block-addbysku .action.remove:hover {
    color: #006bb4; }
  .column .block-addbysku .action.remove:hover,
  .column .block-addbysku .action.remove:active,
  .column .block-addbysku .action.remove:focus {
    background: none;
    border: 0; }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    color: #1979c3;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline; }
  .products-grid .product-item {
    margin-bottom: 30px; }
  .product-item-actions {
    display: block; }
  .products-grid .product-item-actions {
    margin: 10px 0; }
  .product-item-actions .actions-primary + .actions-secondary {
    display: table-cell;
    padding-left: 5px;
    white-space: nowrap;
    width: 50%; }
  .product-item-actions .actions-primary + .actions-secondary > * {
    white-space: normal; }
  .product-item-actions .actions-primary {
    display: table-cell; }
  .products-grid .product-item {
    width: 33.33333333%; }
  .page-products .products-grid .product-item,
  .page-layout-1column .products-grid .product-item,
  .page-layout-3columns .products-grid .product-item,
  .page-products.page-layout-1column .products-grid .product-item,
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 33.33333333%; }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right; }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 10px; }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left; }
  .multicheckout .item-options {
    margin: 20px 0 0; }
  .multicheckout .block-content .box {
    margin-bottom: 0; }
  .multicheckout .block-shipping .box {
    float: left;
    width: 25%; }
  .multicheckout .block-shipping .box-shipping-method {
    padding-left: 25px;
    padding-right: 25px;
    width: 50%; }
  .multicheckout .block-shipping .box-shipping-method .fieldset .field:before {
    display: none; }
  .multicheckout .block-billing .box-billing-address {
    float: left;
    width: 25%; }
  .multicheckout .block-billing .box-billing-method {
    float: left;
    padding-left: 25px;
    width: 50%; }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0; }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 40px;
    width: auto; }
  .multicheckout.order-review .col.item {
    width: 75%; }
  .multicheckout .methods-payment .item-content > .fieldset {
    width: auto; }
  .multicheckout .methods-payment .item-content > .fieldset .field.cvv {
    display: inline-block;
    width: auto; }
  .multicheckout .methods-payment .fieldset > .field:not(.choice) > .label {
    float: none;
    margin-bottom: 8px;
    text-align: left;
    width: auto; }
  .multicheckout .methods-payment .fieldset > .field:not(.choice):not(.cvv) .control {
    width: 100%; }
  .review-form {
    max-width: 500px; }
  .review-ratings {
    float: left;
    margin-bottom: 0;
    max-width: 240px; }
  .review-ratings ~ .review-content,
  .review-ratings ~ .review-details {
    margin-left: 280px; }
  .review-toolbar {
    margin: 0 0 30px; }
  .review-toolbar .pages {
    padding: 30px 0; }
  .fieldset .review-legend.legend {
    margin-bottom: 30px; }
  .review-item {
    padding: 30px 0; }
  .review-title {
    margin: 0 0 30px; }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px; }
  .wishlist-index-index .products-grid .product-item-actions {
    margin: 0; }
  .block.widget .products-grid .product-item,
  .page-layout-1column .block.widget .products-grid .product-item,
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 33.33333333%; } }

/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * 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) 2018 Mageplaza (http://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: 50%; } }

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

.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 {
  margin-top: 50px; }

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;
  width: 50%; }

/*===================================================================
|                  	      Post View CSS                  	        |
====================================================================*/
/* 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; }

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

/* mageplaza end blog style */
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%; } }

@media all and (min-width: 768px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0; }
  .block-giftregistry-shared .item-options dt:after {
    content: ': '; }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px; }
  .abs-button-desktop {
    width: auto; }
  .abs-blocks-2columns,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    width: 48.8%; }
  .login-container .block:nth-child(odd),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd) {
    clear: left;
    float: left; }
  .login-container .block:nth-child(even),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even) {
    float: right; }
  .abs-reset-left-margin-desktop,
  .bundle-options-container .legend.title,
  .column.main .cart-summary .actions-toolbar,
  .cart.table-wrapper .item-actions .actions-toolbar,
  .gift-summary .actions-toolbar,
  .cart.table-wrapper .gift-summary .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar,
  .form-new-agreement .fieldset .legend,
  .form-new-agreement .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .wishlist-index-index .main .form-wishlist-items .actions-toolbar {
    margin-left: 0; }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-add-invitations .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 75.8%;
    top: 6px; }
  .form-giftregistry-share .fieldset .field:not(.choice) .control,
  .form-giftregistry-edit .fieldset .field:not(.choice) .control,
  .form-add-invitations .fieldset .field:not(.choice) .control,
  .form-create-return .fieldset .field:not(.choice) .control,
  .form.send.friend .fieldset .field:not(.choice) .control {
    width: 50%; }
  .abs-margin-for-forms-desktop,
  .fieldset .legend,
  .column:not(.sidebar-main) form .actions-toolbar,
  .column:not(.sidebar-additional) form .actions-toolbar,
  .login-container .fieldset:after {
    margin-left: 25.8%; }
  .abs-visually-hidden-desktop,
  .modes-label,
  .block-search .label,
  .dashboard-welcome-toggler {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:before,
  .abs-pager-toolbar:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:before,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:before,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:before,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:before,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:before,
  .header.content:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .account .toolbar:before,
  .account .toolbar:after,
  .toolbar-giftregistry-results:before,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:before,
  .toolbar-wishlist-results:after {
    content: '';
    display: table; }
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:after,
  .block-cart-failed .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:after,
  .page-header .header.panel:after,
  .account .toolbar:after,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:after {
    clear: both; }
  .abs-add-box-sizing-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional {
    box-sizing: border-box; }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box; }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field,
  .product-add-form .fieldset > .field,
  .product-add-form .fieldset .fields > .field {
    margin: 0 0 20px; }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label,
  .product-add-form .fieldset > .field:not(.choice) > .label,
  .product-add-form .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0; }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control,
  .product-add-form .fieldset > .field:not(.choice) > .control,
  .product-add-form .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto; }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label,
  .product-add-form .fieldset > .field > .label,
  .product-add-form .fieldset .fields > .field > .label {
    margin: 0 0 5px;
    display: inline-block; }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before,
  .product-add-form .fieldset > .field.choice:before,
  .product-add-form .fieldset .fields > .field.choice:before,
  .product-add-form .fieldset > .field.no-label:before,
  .product-add-form .fieldset .fields > .field.no-label:before {
    display: none; }
  .product-add-form .fieldset > .field:not(:first-child):last-of-type,
  .product-add-form .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0; }
  .abs-no-display-desktop,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none; }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    margin-bottom: 20px;
    position: relative; }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    float: right;
    position: relative;
    z-index: 1; }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    float: left;
    line-height: normal;
    padding: 7px 0 0;
    position: relative;
    z-index: 1; }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0; }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    float: left;
    position: relative;
    width: 73%; }
  .abs-shopping-cart-items-desktop .actions,
  .block-cart-failed .actions,
  .cart-container .form-cart .actions,
  .cart-container .cart-gift-item .actions {
    text-align: right; }
  .block-cart-failed .action.clear,
  .block-cart-failed .action.update,
  .cart-container .form-cart .action.clear,
  .cart-container .form-cart .action.update,
  .cart-container .cart-gift-item .action.clear,
  .cart-container .cart-gift-item .action.update {
    margin-left: 10px; }
  .block-cart-failed .action.continue,
  .cart-container .form-cart .action.continue,
  .cart-container .cart-gift-item .action.continue {
    float: left; }
  h1, body.checkout-index-index .opc-wrapper .step-title, body.checkout-index-index .opc-block-shipping-information .shipping-information-title, body.checkout-index-index .opc-block-summary > .title, body.checkout-index-index .checkout-agreements-items .checkout-agreements-item-title {
    font-size: 40px;
    margin-bottom: 40px; }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto; }
  .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; }
  .column.main {
    min-height: 300px; }
  .page-layout-3columns .column.main {
    width: 66.66666667%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }
  .page-layout-2columns-left .column.main {
    width: 83.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }
  .page-layout-2columns-right .column.main {
    width: 83.33333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }
  .sidebar-main {
    padding-right: 2%; }
  .page-layout-3columns .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }
  .page-layout-2columns-left .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }
  .page-layout-2columns-right .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0; }
  .sidebar-additional {
    clear: right;
    padding-left: 2%; }
  .page-layout-3columns .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3; }
  .page-layout-2columns-left .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }
  .page-layout-2columns-right .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
    padding-right: 2%; }
  .panel.header {
    padding: 10px 20px; }
  .nav-toggle {
    display: none; }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto; }
  .nav-sections-item-title {
    display: none; }
  .nav-sections-item-content {
    display: block !important; }
  .nav-sections-item-content > * {
    display: none; }
  .nav-sections-item-content > .navigation {
    display: block; }
  .navigation {
    background: #f5f5f5;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3; }
  .navigation:empty {
    display: none; }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative; }
  .navigation li.level0 {
    border-top: none; }
  .navigation .level0 {
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative; }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0; }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 53px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative; }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #333333;
    text-decoration: none; }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 3px;
    color: #333333;
    text-decoration: none;
    display: inline-block; }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important; }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 1px solid #d1d1d1;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 700;
    min-width: 230px;
    padding: 15px 0;
    display: none;
    left: 0;
    margin: 0 !important;
    padding: 0;
    position: absolute;
    z-index: 1;
    margin-top: 11px; }
  .navigation .level0 .submenu > ul {
    margin-top: 11px; }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute; }
  .navigation .level0 .submenu > ul:before {
    color: #ffffff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ffffff;
    z-index: 4; }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #d1d1d1;
    color: #d1d1d1;
    left: 19px;
    top: -22px;
    z-index: 3; }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 8px 20px; }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #333333;
    text-decoration: none; }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px; }
  .navigation .level0 .submenu .submenu {
    top: 0 !important;
    left: 100% !important; }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%; }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none; }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .navigation .level0.more:before {
    display: none; }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1; }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important; }
  .navigation .level0.more li {
    display: block; }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block; }
  .fieldset > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
    margin: 0 0 29px; }
  .fieldset > .field > .label {
    margin: 0; }
  .fieldset > .field:before,
  .fieldset > .field:after {
    content: '';
    display: table; }
  .fieldset > .field:after {
    clear: both; }
  .fieldset > .field.choice:before,
  .fieldset > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px; }
  .fieldset > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left; }
  .fieldset > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left; }
  .fieldset > .field:not(.choice) > .control {
    width: 74.2%;
    float: left; }
  .product.data.items {
    position: relative;
    z-index: 1; }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table; }
  .product.data.items:after {
    clear: both; }
  .product.data.items > .item.title {
    float: left;
    width: auto; }
  .product.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2; }
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%; }
  .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 5px 0 0; }
  .product.data.items > .item.title > .switch {
    font-weight: 600;
    line-height: 20px;
    font-size: 1.4rem;
    color: #7d7d7d;
    text-decoration: none;
    background: #f0f0f0;
    border: 1px solid #d1d1d1;
    border-bottom: none;
    height: 20px;
    padding: 5px 20px 5px 20px; }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none; }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none; }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none; }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc; }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333; }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 6px; }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 31px;
    padding: 20px 20px 20px 20px;
    border: 0;
    border-top: 1px solid #d1d1d1; }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table; }
  .actions-toolbar:after {
    clear: both; }
  .actions-toolbar .primary {
    float: left; }
  .actions-toolbar .secondary {
    float: right; }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block; }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block; }
  .actions-toolbar .primary .action {
    margin: 0 5px 0 0; }
  .actions-toolbar .secondary a.action {
    margin-top: 6px; }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0; }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto; }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right; }
  .mp-sidebar .data.item.title {
    width: 50% !important;
    margin: 0 !important; }
  .mp-sidebar .data.item.title .data.switch {
    padding-left: 10px !important;
    padding-right: 10px !important; }
  .mp-sidebar .data.item.title .data.switch div {
    width: fit-content;
    margin: auto; }
  .mp-sidebar #tab-label-popular .data.switch {
    border-right: 0 !important; }
  .block-cart-failed .actions {
    text-align: left; }
  .block-cart-failed .actions.primary {
    float: right; }
  .payment-method-braintree .cvv .field-tooltip {
    left: 6rem; }
  .braintree-paypal-account {
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px 0;
    display: inline-block;
    width: 50%; }
  .account .table-credit-cards .col.actions {
    width: 100px; }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%; }
  .bundle-options-container .block-bundle-summary {
    float: right;
    position: relative;
    width: 40%; }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%; }
  .page-products .products-grid .product-item {
    width: 33.33333333%; }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%; }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%; }
  .products.wrapper ~ .toolbar .pages {
    float: left; }
  .toolbar-amount {
    float: left; }
  .sorter {
    float: right; }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px; }
  .products.wrapper ~ .toolbar .modes {
    display: none; }
  .modes-mode {
    color: #7d7d7d;
    border: 1px solid #d1d1d1;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none; }
  .modes-mode:not(.active):hover {
    color: #7d7d7d;
    background: #dedede; }
  .modes-mode:last-child {
    border-right: 1px solid #d1d1d1; }
  .modes-mode.active {
    color: #a6a6a6; }
  .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: 24px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .modes-mode:hover:before {
    color: #7d7d7d; }
  .mode-list:before {
    content: '\e60b'; }
  .limiter {
    float: right; }
  .products.wrapper ~ .toolbar .limiter {
    display: block; }
  .product-info-main .box-tocart .field.qty,
  .product-options-bottom .box-tocart .field.qty {
    display: table-cell; }
  .product-info-main .box-tocart .actions,
  .product-options-bottom .box-tocart .actions {
    padding-top: 25px;
    text-align: center;
    vertical-align: bottom; }
  .product-info-main .page-title-wrapper .page-title {
    margin-top: -13px; }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto; }
  .sidebar .product-items .product-item-details {
    margin: 0; }
  .sidebar .product-items .product-item-actions {
    clear: left; }
  .product.media {
    float: left;
    margin-bottom: 25px; }
  .page-layout-1column .product.media {
    width: 57%; }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%; }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px; }
  .block-category-event .block-title {
    margin: 0; }
  .block-category-event .block-title strong {
    font-size: 2.4rem; }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px; }
  .block-category-event .ticker .value {
    font-size: 6rem; }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none; }
  .block-category-event .dates .date {
    font-size: 5rem; }
  .block-category-event .dates .start {
    padding-right: 50px; }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px; }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px; }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0; }
  .block-search .nested {
    display: block;
    padding-top: 5px;
    position: absolute; }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static; }
  .block-search input::-webkit-input-placeholder {
    color: #c2c2c2; }
  .block-search input:-moz-placeholder {
    color: #c2c2c2; }
  .block-search input::-moz-placeholder {
    color: #c2c2c2; }
  .block-search input:-ms-input-placeholder {
    color: #c2c2c2; }
  .block-search .action.search {
    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;
    padding: 5px 0;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1; }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 22px;
    color: #8f8f8f;
    content: '\e615';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .block-search .action.search:hover:before {
    color: inherit; }
  .block-search .action.search:active:before {
    color: inherit; }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none; }
  .block-search .action.search:hover {
    background: none;
    border: none; }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5; }
  .block-search .action.search:focus:before {
    color: #333333; }
  .search-autocomplete {
    margin-top: 0; }
  .cart-container .widget {
    float: left; }
  .cart-summary {
    float: right;
    position: relative;
    width: 23%; }
  .column.main .cart-summary .actions-toolbar > .secondary {
    float: none; }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px; }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0; }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto; }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 5px;
    display: inline-block; }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none; }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto; }
  .cart.table-wrapper .item .col.item {
    padding: 27px 8px 10px; }
  .cart.table-wrapper .item-actions td {
    text-align: right; }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%; }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    width: 99%; }
  .cart.table-wrapper .item-actions .actions-toolbar {
    text-align: left; }
  .cart .action {
    margin-bottom: 10px; }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0; }
  .cart-products-toolbar .pages {
    float: right;
    margin: 0 0 1px; }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0; }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 7px;
    padding-top: 8px; }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px; }
  .minicart-wrapper {
    margin-left: 13px; }
  .minicart-wrapper .block-minicart {
    right: -15px;
    width: 390px; }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px; }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 22px 0 0; }
  .opc-estimated-wrapper {
    display: none; }
  .opc-progress-bar-item {
    width: 185px; }
  .opc-wrapper .fieldset > .field.required,
  .opc-wrapper .fieldset > .field._required {
    position: relative; }
  .opc-wrapper .fieldset > .field.required > label,
  .opc-wrapper .fieldset > .field._required > label {
    padding-right: 25px; }
  .opc-wrapper .fieldset > .field.required > label:after,
  .opc-wrapper .fieldset > .field._required > label:after {
    margin-left: 10px;
    position: absolute;
    top: 9px; }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 600px; }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 10px; }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right; }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0; }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 600px; }
  .table-checkout-shipping-method {
    width: auto; }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }
  .opc-summary-wrapper .modal-header .action-close {
    display: none; }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%; }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible; }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right; }
  .block-authentication .block-title {
    font-size: 2.6rem;
    border-bottom: 0;
    margin-bottom: 25px; }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0; }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0; }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem; }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%; }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1; }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1; }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%; }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px; }
  .popup-authentication .block[class] + .block::before {
    left: 0;
    top: 50%; }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto; }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0; }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%; }
  .checkout-payment-method .payment-method-content .fieldset > .field {
    margin: 0 0 20px; }
  .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
    margin-left: 25.8%; }
  .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
    margin-left: 0; }
  .checkout-billing-address .action-update {
    float: right; }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0; }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px; }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0; }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px; }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left; }
  .login-container .fieldset > .field > .control {
    width: 55%; }
  .fieldset .fullname .field .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left; }
  .fieldset .fullname .field .control {
    width: 74.2%;
    float: left; }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account {
    min-width: 600px;
    width: 50%; }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%; }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%; }
  .block-addresses-list .items.addresses {
    font-size: 0; }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48.8%; }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0; }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 2.4%; }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0; }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%; }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%; }
  .page-product-downloadable .product-options-bottom .field.qty + .actions {
    padding-top: 0; }
  .gift-message .field {
    margin-bottom: 20px; }
  .gift-options {
    position: relative;
    z-index: 1; }
  .gift-options .actions-toolbar {
    clear: both;
    float: right;
    position: static; }
  .gift-options .actions-toolbar .secondary {
    float: right; }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px; }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px; }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0; }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem; }
  .cart.table-wrapper .action-gift {
    float: left; }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%; }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px; }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field {
    margin: 0 0 20px;
    box-sizing: border-box; }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field > .label {
    margin: 0; }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    content: '';
    display: table; }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    clear: both; }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.choice:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px; }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left; }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left; }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .control {
    width: 74.2%;
    float: left; }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%; }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal; }
  .block-giftregistry-shared-items .col.product {
    width: 48%; }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center; }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px; }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px; }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%; }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%; }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 29px; }
  .table-invitations .col {
    width: 50%; }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto; }
  .wishlist.window.popup .field {
    margin: 0 0 20px; }
  .wishlist.window.popup .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0; }
  .wishlist.window.popup .field:not(.choice) > .control {
    float: none;
    width: auto; }
  .wishlist.window.popup .field > .label {
    margin: 0 0 5px;
    display: inline-block; }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none; }
  .block-wishlist-management {
    margin-bottom: 20px; }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%; }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%; }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top; }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px; }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0; }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600; }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none; }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0; }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem; }
  .block-wishlist-management .wishlist-info {
    float: left; }
  .block-wishlist-management .wishlist-toolbar {
    float: right; }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0; }
  .products-grid.wishlist .product-item-checkbox {
    float: left; }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px; }
  .block.newsletter {
    width: 32%; }
  .block.newsletter .field {
    margin-right: 5px; }
  .block.newsletter .field .control {
    width: 100%; }
  .block.newsletter .action.subscribe {
    border-radius: 3px; }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #d1d1d1; }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%; }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%; }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right; }
  .products.wrapper.list .product-reviews-summary {
    margin: 0; }
  .reward-settings + .actions-toolbar {
    margin-top: -32px; }
  .form-create-return .additional .field:last-child {
    margin-top: 29px; }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px; }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px; }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px; }
  .table-order-items .subtotal,
  .table-order-items .amount {
    text-align: right; }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center; }
  .table-order-items.creditmemo .col.total {
    text-align: right; }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0; }
  .order-pager-wrapper .pages {
    float: right; }
  .order-actions-toolbar .action.print {
    display: block;
    float: right; }
  .page-title-wrapper .order-date {
    margin-top: -20px; }
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px; }
  html,
  body {
    height: 100%; }
  .page-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%; }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%; }
  .navigation ul {
    padding: 0 8px; }
  .header.panel > .header.links {
    float: right;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none none;
    margin-left: auto; }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top; }
  .header.panel > .header.links > li {
    font-size: 14px;
    margin: 0 0 0 15px; }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li a {
    line-height: 1.4; }
  .header.panel > .header.links > li.welcome a {
    padding-left: 5px; }
  .header.content {
    padding: 30px 20px 0; }
  .page-header {
    border: 0;
    margin-bottom: 0; }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8; }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px; }
  .page-header .switcher {
    display: inline-block; }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block; }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px; }
  .logo {
    margin: -8px auto 25px 0; }
  .logo img {
    max-height: inherit; }
  .footer.content .block {
    float: right; }
  .footer.content .links {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 50px 0 0;
    vertical-align: top; }
  .footer.content .switcher.store {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top; }
  .my-credit-cards .card-type img {
    display: block; }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block; }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0; }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    margin-bottom: 10px;
    padding-right: 10px; }
  .products-grid.wishlist .product-item .fieldset .field.qty .label {
    width: auto; }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0; }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0; }
  .wishlist-index-index .product-item-info {
    width: 240px; }
  .block.widget .products-grid .product-item {
    width: 33.33333333%; }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%; }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0; }
  .page-layout-1column .block.widget .products-grid .product-item {
    width: 25%; }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%; }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0; }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0; } }

@media all and (min-width: 1024px), print {
  .products-grid .product-item {
    width: 20%; }
  .page-layout-1column .products-grid .product-item {
    width: 16.66666667%; }
  .page-layout-3columns .products-grid .product-item {
    width: 25%; }
  .page-products .products-grid .product-items {
    margin: 0; }
  .base-sales-index .products-grid .product-item,
  .page-products .products-grid .product-item {
    margin-left: calc((100% - 4 * 23.233%) / 3);
    padding: 0;
    width: 22.22%; }
  .recentorder .notify-slider-wrapper .notify-slider .slider .item {
    margin-left: 0 !important; }
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0; }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 20%; }
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%; }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
    margin-left: 1%; }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0; }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%; }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%; }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px; }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none; }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none; }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none; }
  .table-checkout-shipping-method {
    min-width: 500px; }
  .wishlist-index-index .products-grid .product-items {
    margin: 0; }
  .wishlist-index-index .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%; }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0; }
  .block.widget .products-grid .product-item {
    width: 20%; }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: calc((100% - 5 * (100%/6)) / 4);
    width: 16.66666667%; }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: calc((100% - 5 * (100%/6)) / 4); }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0; }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%; }
  .block.widget .products-grid .product-items {
    margin: 0; }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%; }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0; } }

@media all and (min-width: 1440px), print {
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0; }
  .sidebar .product-items .product-item-details {
    margin-left: 85px; } }

.abs-account-blocks .block-title > strong, .abs-account-blocks .block-title > span, .multicheckout .block-title > strong, .multicheckout .block-title > span, .multicheckout .block-content .title > strong, .multicheckout .block-content .title > span, .account .legend > strong, .account .legend > span, .form-giftregistry-search .legend > strong, .form-giftregistry-search .legend > span, .block-giftregistry-results .block-title > strong, .block-giftregistry-results .block-title > span, .block-giftregistry-shared-items .block-title > strong, .block-giftregistry-shared-items .block-title > span, .block-wishlist-search-form .block-title > strong, .block-wishlist-search-form .block-title > span, .block-wishlist-search-results .block-title > strong, .block-wishlist-search-results .block-title > span, .customer-review .review-details .title > strong, .customer-review .review-details .title > span, .multicheckout .block-title > strong, .multicheckout .block-title > span, .paypal-review .block .block-title > strong, .paypal-review .block .block-title > span, .account .column.main .block:not(.widget) .block-title > strong, .account .column.main .block:not(.widget) .block-title > span, .magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong, .magento-rma-guest-returns .column.main .block:not(.widget) .block-title > span, [class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong, [class^='sales-guest-'] .column.main .block:not(.widget) .block-title > span, .sales-guest-view .column.main .block:not(.widget) .block-title > strong, .sales-guest-view .column.main .block:not(.widget) .block-title > span {
  font-weight: 400; }

@media only screen and (max-width: 767px) {
  .filter .filter-subtitle {
    font-weight: 400; } }

header.sticky {
  border-bottom: 3px solid #ff8500; }

header.sticky .header-links {
  display: none; }

.page-wrapper > header {
  position: fixed !important;
  z-index: 99;
  background: white;
  top: 0;
  width: 100%; }

.page.messages.sticky-messages {
  left: 0;
  max-width: 1140px;
  position: fixed !important;
  right: 0;
  top: 38px;
  width: 100%;
  z-index: 98;
  margin-top: 10px; }
  @media (min-width: 992px) {
    .page.messages.sticky-messages {
      margin-top: 5px; } }
  @media (min-width: 992px) {
    .page.messages.sticky-messages {
      top: 133px; } }

body {
  padding-top: 50px; }
  @media (min-width: 992px) {
    body {
      padding-top: 191px; } }

h1, body.checkout-index-index .opc-wrapper .step-title, body.checkout-index-index .opc-block-shipping-information .shipping-information-title, body.checkout-index-index .opc-block-summary > .title, body.checkout-index-index .checkout-agreements-items .checkout-agreements-item-title, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-style: normal;
  font-stretch: normal; }

h1, body.checkout-index-index .opc-wrapper .step-title, body.checkout-index-index .opc-block-shipping-information .shipping-information-title, body.checkout-index-index .opc-block-summary > .title, body.checkout-index-index .checkout-agreements-items .checkout-agreements-item-title {
  font-family: "Oswald";
  font-weight: 500;
  font-size: 36px;
  line-height: 1.1;
  letter-spacing: 1.5px;
  text-align: center;
  text-transform: uppercase; }

/* Slider */
.slick-slider {
  position: relative;
  padding: 0;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.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;
  width: 100%; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block;  line-height: 0px; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../../frontend/LPS/OrbSport/lv_LV/images/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("../../frontend/LPS/OrbSport/lv_LV/fonts/slick.eot");
  src: url("../../frontend/LPS/OrbSport/lv_LV/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../../frontend/LPS/OrbSport/lv_LV/fonts/slick.woff") format("woff"), url("../../frontend/LPS/OrbSport/lv_LV/fonts/slick.ttf") format("truetype"), url("../../frontend/LPS/OrbSport/lv_LV/fonts/slick.svg#slick") format("svg"); }

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '←'; }

[dir='rtl'] .slick-prev:before {
  content: '→'; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: '→'; }

[dir='rtl'] .slick-next:before {
  content: '←'; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

header.header {
  position: relative; }
  header.header .block-search.block {
    display: none;
    height: 50px;
    left: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 50px;
    width: 100%; }
    @media (min-width: 992px) {
      header.header .block-search.block {
        display: block !important;
        height: auto;
        left: 50%;
        max-width: 540px;
        position: absolute;
        top: 101px;
        transform: translateX(-50%);
        width: 40%; } }
    header.header .block-search.block .label {
      display: none; }
    header.header .block-search.block .actions {
      display: none; }
    header.header .block-search.block input.input-text {
      border: 1px solid #dedede;
      color: #191919;
      font-size: 16px;
      height: 50px;
      margin: 0;
      padding-right: 65px; }
      @media (min-width: 992px) {
        header.header .block-search.block input.input-text {
          height: 40px;
          padding-right: 9px; } }
    header.header .block-search.block .search-autocomplete {
      z-index: 99999; }
      header.header .block-search.block .search-autocomplete ul {
        width: 100%; }
        header.header .block-search.block .search-autocomplete ul li {
          width: 100%;
          border: none; }
    header.header .block-search.block .action.search:before {
      color: #8b8b8b;
      padding: 3px 0; }
  @media (min-width: 992px) {
    header.header .header-top .container,
    header.header .container.header-links,
    header.header .container.header-middle,
    header.header .header-navigation,
    header.header .header-navigation .container {
      padding-left: 0;
      padding-right: 0; } }
  header.header a:hover {
    text-decoration: none; }
  header.header ul {
    margin: 0;
    padding: 0;
    float: right; }
    header.header ul li {
      list-style: none;
      float: left;
      margin-right: 5px;
      color: #000000; }
      @media (min-width: 992px) {
        header.header ul li {
          margin-right: 20px; } }
      @media (min-width: 1200px) {
        header.header ul li {
          margin-right: 30px; } }
      header.header ul li a {
        color: #000000;
        font-size: 14px; }
  header.header .customer-welcome {
    display: none; }
  header.header .header-top {
    border-bottom: 1px solid #dedede;
    line-height: 40px;
    height: 40px; }
    @media (min-width: 992px) {
      header.header .header-top .header-top-left .top_header_info {
        font-size: 16px; }
        header.header .header-top .header-top-left .top_header_info span {
          margin-right: 10px; }
        header.header .header-top .header-top-left .top_header_info a.phone {
          font-weight: 700;
          color: #474a50;
          letter-spacing: 0.75px; } }
    @media (min-width: 767px) {
      header.header .header-top .header-top-right ul.header.links {
        float: right; } }
    header.header .header-top .header-top-right ul.header.links li {
      float: right;
      margin-left: 30px;
      margin-right: 0;
      margin-bottom: 0; }
      header.header .header-top .header-top-right ul.header.links li:before {
        content: " ";
        background-image: url("../../frontend/LPS/OrbSport/lv_LV/images/file-plus.svg");
        background-size: contain;
        background-repeat: no-repeat;
        width: 24px;
        height: 24px;
        display: inline-block;
        margin-right: 10px;
        top: 8px;
        position: relative; }
    header.header .header-top .header-top-right ul.header.links li.authorization-link:before {
      background-image: url("../../frontend/LPS/OrbSport/lv_LV/images/user.svg"); }
    header.header .header-top .header-top-right ul.header.links li.language-switch:before {
      background-image: url("../../frontend/LPS/OrbSport/lv_LV/images/globe.svg"); }
    header.header .header-top .header-top-right ul.header.links li.language-switch .switcher-trigger::after {
      vertical-align: middle; }
    header.header .header-top .header-top-right ul.header.links li.language-switch .switcher-dropdown {
      z-index: 1000;
      min-width: auto; }
      header.header .header-top .header-top-right ul.header.links li.language-switch .switcher-dropdown li {
        text-align: center; }
        header.header .header-top .header-top-right ul.header.links li.language-switch .switcher-dropdown li a {
          padding: 0; }
        header.header .header-top .header-top-right ul.header.links li.language-switch .switcher-dropdown li:before {
          content: unset; }
        header.header .header-top .header-top-right ul.header.links li.language-switch .switcher-dropdown li.switcher-option {
          width: 100%; }
    header.header .header-top .header-top-right ul.header.links li.profile-link {
      float: left; }
    header.header .header-top .header-top-right ul.header.links li.wishlist:before {
      background-image: url("../../frontend/LPS/OrbSport/lv_LV/images/wishlist.svg"); }
  header.header .header-links {
    padding-top: 10px;
    padding-bottom: 0px; }
    header.header .header-links .header-links-container-wrapper {
      justify-content: center;
      display: flex;
      line-height: 40px; }
      header.header .header-links .header-links-container-wrapper ul li {
        margin-bottom: 0; }
  header.header .header-middle {
    height: 60px;
    margin-bottom: 0px; }
    header.header .header-middle .row {
      justify-content: space-between; }
    header.header .header-middle .logo {
      position: absolute;
      width: 100%;
      top: 10px;
      margin: 0;
      max-width: 100%; }
      header.header .header-middle .logo img {
        width: auto;
        height: 40px;
        max-height: 60px;
        margin: 0 auto; }
    header.header .header-middle .header-minicart-container {
      margin-top: 10px; }
      @media (min-width: 992px) {
        header.header .header-middle .header-minicart-container .minicart-items-wrapper {
          max-height: calc(70vh - 240px); } }
      header.header .header-middle .header-minicart-container .minicart-wrapper {
        position: relative;
        width: 100%;
        height: 40px;
        background-color: #EA5455;
        padding: 3px;
        z-index: 800;
        display: inline-flex; }
        header.header .header-middle .header-minicart-container .minicart-wrapper .showcart {
          display: block;
          width: 100%; }
          header.header .header-middle .header-minicart-container .minicart-wrapper .showcart::before {
            color: #ffffff;
            content: " ";
            background-image: url(../../frontend/LPS/OrbSport/lv_LV/images/shopping-cart.svg);
            width: 24px;
            height: 24px;
            background-repeat: no-repeat;
            background-size: contain;
            margin-top: 5px;
            margin-left: 5px; }
          header.header .header-middle .header-minicart-container .minicart-wrapper .showcart span.text {
            top: 8px;
            font-size: 12px;
            color: #ffffff;
            position: relative;
            font-weight: 700;
            margin-left: 6px;
            text-transform: uppercase;
            letter-spacing: 0.7px; }
            @media (min-width: 1200px) {
              header.header .header-middle .header-minicart-container .minicart-wrapper .showcart span.text {
                top: 7px;
                font-size: 16px; } }
          header.header .header-middle .header-minicart-container .minicart-wrapper .showcart span.minicart-sub-totals {
            font-size: 14px;
            letter-spacing: 0.6px;
            text-align: center;
            color: #ffffff;
            display: block;
            float: right;
            width: auto;
            margin-top: 8px; }
        header.header .header-middle .header-minicart-container .minicart-wrapper .block-minicart {
          right: 0;
          padding: 0; }
          header.header .header-middle .header-minicart-container .minicart-wrapper .block-minicart .block-content {
            text-transform: uppercase; }
            header.header .header-middle .header-minicart-container .minicart-wrapper .block-minicart .block-content #btn-minicart-close {
              display: none; }
              header.header .header-middle .header-minicart-container .minicart-wrapper .block-minicart .block-content #btn-minicart-close :before {
                content: ""; }
            header.header .header-middle .header-minicart-container .minicart-wrapper .block-minicart .block-content .items-total {
              display: none; }
              header.header .header-middle .header-minicart-container .minicart-wrapper .block-minicart .block-content .items-total div.amount.price-container {
                display: inline-block; }
            header.header .header-middle .header-minicart-container .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper {
              margin: 0; }
              header.header .header-middle .header-minicart-container .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper li.item.product.product-item span.product-image-container {
                width: 100px !important;
                margin-right: 15px; }
                header.header .header-middle .header-minicart-container .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper li.item.product.product-item span.product-image-container img.product-image-photo {
                  width: 100px !important;
                  height: 100px !important; }
              header.header .header-middle .header-minicart-container .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper li.item.product.product-item a.action.edit {
                display: none; }
            header.header .header-middle .header-minicart-container .minicart-wrapper .block-minicart .block-content .subtitle.empty {
              padding: 10px 0 0px 0; }
        header.header .header-middle .header-minicart-container .minicart-wrapper .primary {
          width: 80%;
          margin: 0 auto; }
          header.header .header-middle .header-minicart-container .minicart-wrapper .primary .minicart-go-to-cart {
            background: #4aa6b6;
            border: 1px solid #4aa6b6;
            color: #ffffff;
            font-weight: bold;
            padding: 13px 0;
            display: inline-block;
            width: 100%;
            border-radius: 3px; }
        header.header .header-middle .header-minicart-container .minicart-wrapper .paypal-animation-container-expanded {
          margin-top: 10px; }
  header.header .header-navigation {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 101;
    display: block;
    height: 40px; }
    @media (min-width: 767px) {
      header.header .header-navigation {
        background-color: #474a50; }
        header.header .header-navigation nav.navigation div.menu .menu-dropdown-icon > .level-top {
          padding-right: 30px;
          position: relative; }
          header.header .header-navigation nav.navigation div.menu .menu-dropdown-icon > .level-top::before {
            background: transparent;
            border: solid #ffffff;
            border-width: 0 3px 3px 0;
            content: '';
            display: block;
            padding: 3px;
            position: absolute;
            right: 10px;
            top: 14px;
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg); }
          header.header .header-navigation nav.navigation div.menu .menu-dropdown-icon > .level-top:hover::before {
            border-color: #191919;
            top: 18px;
            transform: rotate(-135deg);
            -webkit-transform: rotate(-135deg); }
        header.header .header-navigation nav.navigation div.menu li.view-more {
          display: none; }
        header.header .header-navigation nav.navigation div.menu li.child-id-category-node-9 {
          background-color: #EA5455; }
          header.header .header-navigation nav.navigation div.menu li.child-id-category-node-9 a.level-top.first-lvl-cat2 span {
            font-weight: 700; }
        header.header .header-navigation nav.navigation div.menu li.child-id-category-node-4 a.level-top.first-lvl-cat1 span {
          font-weight: 700; }
        header.header .header-navigation nav.navigation div.menu li.child-id-category-node-11 {
          background-color: #ea3323; }
          header.header .header-navigation nav.navigation div.menu li.child-id-category-node-11 a span {
            font-weight: 700; }
        header.header .header-navigation nav.navigation div.menu ul.category-node-9 li.column {
          display: none; }
        header.header .header-navigation nav.navigation div.menu ul.category-node-9 li.view-more {
          display: block; }
          header.header .header-navigation nav.navigation div.menu ul.category-node-9 li.view-more:hover a {
            color: #57d3e8; }
          header.header .header-navigation nav.navigation div.menu ul.category-node-9 li.view-more a {
            text-align: right;
            color: #57d3e8; }
        header.header .header-navigation nav.navigation div.menu ul.category-node-4 .leftstatic {
          max-width: 544px;
          overflow: hidden; }
          header.header .header-navigation nav.navigation div.menu ul.category-node-4 .leftstatic p {
            display: table; }
            header.header .header-navigation nav.navigation div.menu ul.category-node-4 .leftstatic p a {
              float: left;
              width: 120px;
              height: 40px;
              margin-right: 5px;
              margin-bottom: 20px; } }
        @media (min-width: 767px) and (min-width: 1200px) {
          header.header .header-navigation nav.navigation div.menu ul.category-node-4 .leftstatic p a {
            width: 150px;
            height: 60px;
            margin-right: 20px; } }
    @media (min-width: 767px) {
        header.header .header-navigation nav.navigation div.menu ul.category-node-4 li.level1.nav-1-1 {
          width: 45%; }
          header.header .header-navigation nav.navigation div.menu ul.category-node-4 li.level1.nav-1-1 ul.level1.submenu.brand-list li.level2 {
            width: 33%; }
        header.header .header-navigation nav.navigation div.menu ul.category-node-32 li.first,
        header.header .header-navigation nav.navigation div.menu ul.category-node-33 li.first,
        header.header .header-navigation nav.navigation div.menu ul.category-node-34 li.first {
          margin-right: 0; }
        header.header .header-navigation nav.navigation div.menu ul.category-node-32 li.level1,
        header.header .header-navigation nav.navigation div.menu ul.category-node-33 li.level1,
        header.header .header-navigation nav.navigation div.menu ul.category-node-34 li.level1 {
          width: 45%; }
          header.header .header-navigation nav.navigation div.menu ul.category-node-32 li.level1 ul.level1.submenu li.level2,
          header.header .header-navigation nav.navigation div.menu ul.category-node-33 li.level1 ul.level1.submenu li.level2,
          header.header .header-navigation nav.navigation div.menu ul.category-node-34 li.level1 ul.level1.submenu li.level2 {
            width: 33%; }
        header.header .header-navigation nav.navigation div.menu ul li.column {
          width: 0;
          max-width: 100%;
          display: inline-table; }
          header.header .header-navigation nav.navigation div.menu ul li.column ul {
            width: 182px;
            margin-top: 30px; }
        header.header .header-navigation nav.navigation div.menu ul li {
          background-color: #474a50;
          padding: 0 10px; } }
    @media (min-width: 767px) and (min-width: 1200px) {
      header.header .header-navigation nav.navigation div.menu ul li {
        padding: 0 15px; } }
    @media (min-width: 767px) {
          header.header .header-navigation nav.navigation div.menu ul li.first {
            margin-right: 5px; } }
      @media (min-width: 767px) and (min-width: 1200px) {
        header.header .header-navigation nav.navigation div.menu ul li.first {
          margin-right: 10px; } }
    @media (min-width: 767px) {
          header.header .header-navigation nav.navigation div.menu ul li:hover {
            background-color: #ffffff; }
            header.header .header-navigation nav.navigation div.menu ul li:hover a {
              color: #474a50; }
          header.header .header-navigation nav.navigation div.menu ul li a {
            padding: 0;
            line-height: 40px;
            color: #ffffff;
            font-weight: 400;
            letter-spacing: 0.7px;
            text-transform: uppercase; }
          header.header .header-navigation nav.navigation div.menu ul li ul {
            z-index: 999;
            background-color: #ffffff; }
            header.header .header-navigation nav.navigation div.menu ul li ul li {
              margin-right: 0;
              background-color: #ffffff;
              padding: 0; }
              header.header .header-navigation nav.navigation div.menu ul li ul li a {
                width: 100%;
                color: #000000;
                font-weight: 400;
                font-size: 12px;
                text-transform: inherit; }
            header.header .header-navigation nav.navigation div.menu ul li ul li.level1, header.header .header-navigation nav.navigation div.menu ul li ul li.column {
              width: 20%;
              margin: 0 12px; }
              header.header .header-navigation nav.navigation div.menu ul li ul li.level1 a, header.header .header-navigation nav.navigation div.menu ul li ul li.column a {
                font-weight: 700;
                line-height: inherit; }
              header.header .header-navigation nav.navigation div.menu ul li ul li.level1 li.level2 a, header.header .header-navigation nav.navigation div.menu ul li ul li.level1 li.level3 a, header.header .header-navigation nav.navigation div.menu ul li ul li.column li.level2 a, header.header .header-navigation nav.navigation div.menu ul li ul li.column li.level3 a {
                line-height: inherit;
                font-weight: 400;
                padding: 5px 0; }
              header.header .header-navigation nav.navigation div.menu ul li ul li.level1 li.level3, header.header .header-navigation nav.navigation div.menu ul li ul li.column li.level3 {
                display: none; } }

header.sticky .block-search.block {
  top: 50px; }

div.breadcrumbs {
  margin-top: 20px; }

header.header .mobile_header {
  border-bottom: 1px solid #dedede;
  position: relative;
  display: flex;
  align-items: center;
  height: 50px; }
  header.header .mobile_header span.action.nav-toggle:before {
    display: none; }
  header.header .mobile_header .hamburger {
    margin-left: 20px;
    display: inline-block;
    float: left;
    z-index: 1; }
    header.header .mobile_header .hamburger:hover {
      cursor: pointer; }
    header.header .mobile_header .hamburger:before {
      webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 28px;
      line-height: inherit;
      color: #57d3e8;
      content: '\e609';
      font-family: 'icons-blank-theme';
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
  header.header .mobile_header .logo {
    float: left;
    margin: 0 0 0 10px;
    width: 120px;
    height: auto; }
  header.header .mobile_header .mobile-header-links {
    float: right;
    text-align: right;
    display: block;
    flex: auto;
    margin-right: 40px; }
    header.header .mobile_header .mobile-header-links ul.header-mobile-links {
      float: right; }
      header.header .mobile_header .mobile-header-links ul.header-mobile-links li {
        margin: 0 20px 0 0; }
      header.header .mobile_header .mobile-header-links ul.header-mobile-links li.authorization-link a.js-authorization-link-customer-anchor,
      header.header .mobile_header .mobile-header-links ul.header-mobile-links li.authorization-link a.open_login_popup,
      header.header .mobile_header .mobile-header-links ul.header-mobile-links li.authorization-link-customer a.js-authorization-link-customer-anchor,
      header.header .mobile_header .mobile-header-links ul.header-mobile-links li.authorization-link-customer a.open_login_popup {
        display: block; }
        header.header .mobile_header .mobile-header-links ul.header-mobile-links li.authorization-link a.js-authorization-link-customer-anchor:before,
        header.header .mobile_header .mobile-header-links ul.header-mobile-links li.authorization-link a.open_login_popup:before,
        header.header .mobile_header .mobile-header-links ul.header-mobile-links li.authorization-link-customer a.js-authorization-link-customer-anchor:before,
        header.header .mobile_header .mobile-header-links ul.header-mobile-links li.authorization-link-customer a.open_login_popup:before {
          content: "";
          background-image: url(../../frontend/LPS/OrbSport/lv_LV/images/user.svg);
          height: 24px;
          width: 24px;
          display: block;
          background-repeat: no-repeat;
          background-size: contain; }
      header.header .mobile_header .mobile-header-links ul.header-mobile-links li.authorization-link ul.small-mobile-customer-actions,
      header.header .mobile_header .mobile-header-links ul.header-mobile-links li.authorization-link-customer ul.small-mobile-customer-actions {
        position: absolute;
        width: 50%;
        top: 50px;
        right: 0;
        height: 0;
        z-index: 999;
        background: #ffffff;
        opacity: 0;
        transition: all 0.25s ease-in; }
        header.header .mobile_header .mobile-header-links ul.header-mobile-links li.authorization-link ul.small-mobile-customer-actions.open,
        header.header .mobile_header .mobile-header-links ul.header-mobile-links li.authorization-link-customer ul.small-mobile-customer-actions.open {
          height: 66px;
          opacity: 1;
          transition: all 0.1s ease-out; }
        header.header .mobile_header .mobile-header-links ul.header-mobile-links li.authorization-link ul.small-mobile-customer-actions li,
        header.header .mobile_header .mobile-header-links ul.header-mobile-links li.authorization-link-customer ul.small-mobile-customer-actions li {
          width: 100%;
          margin: 6px 0;
          text-align: center; }
          header.header .mobile_header .mobile-header-links ul.header-mobile-links li.authorization-link ul.small-mobile-customer-actions li a,
          header.header .mobile_header .mobile-header-links ul.header-mobile-links li.authorization-link-customer ul.small-mobile-customer-actions li a {
            color: #57d3e8; }
      header.header .mobile_header .mobile-header-links ul.header-mobile-links li.mobile-search {
        display: block; }
        header.header .mobile_header .mobile-header-links ul.header-mobile-links li.mobile-search:hover {
          cursor: pointer; }
        header.header .mobile_header .mobile-header-links ul.header-mobile-links li.mobile-search:before {
          content: "";
          background-image: url(../../frontend/LPS/OrbSport/lv_LV/images/search.svg);
          height: 24px;
          width: 24px;
          display: block;
          background-repeat: no-repeat;
          background-size: contain; }
      header.header .mobile_header .mobile-header-links ul.header-mobile-links li.mobile-wishlist a.open_wishlist {
        display: block; }
        header.header .mobile_header .mobile-header-links ul.header-mobile-links li.mobile-wishlist a.open_wishlist:hover {
          cursor: pointer; }
        header.header .mobile_header .mobile-header-links ul.header-mobile-links li.mobile-wishlist a.open_wishlist:before {
          background-image: url(../../frontend/LPS/OrbSport/lv_LV/images/wishlist.svg);
          background-repeat: no-repeat;
          background-size: contain;
          content: "";
          display: block;
          height: 24px;
          width: 24px; }
  header.header .mobile_header .mobile-menu-cart {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 50px;
    height: 50px;
    right: 0;
    background-color: #EA5455; }
    header.header .mobile_header .mobile-menu-cart:hover {
      cursor: pointer; }
    header.header .mobile_header .mobile-menu-cart::before {
      font-size: 38px;
      display: block;
      color: #ffffff;
      content: " ";
      background-image: url(../../frontend/LPS/OrbSport/lv_LV/images/shopping-cart.svg);
      width: 30px;
      height: 30px;
      background-repeat: no-repeat;
      background-size: contain; }
    header.header .mobile_header .mobile-menu-cart span.mobile-cart-count {
      color: #ffffff;
      text-decoration: none;
      font-weight: 700;
      position: absolute;
      top: 3px;
      font-size: 12px;
      right: 5px;
      width: 100%;
      text-align: right; }
    header.header .mobile_header .mobile-menu-cart .has-items {
      background-color: #57d3e8;
      color: white;
      border-radius: 50%;
      width: 10px;
      height: 10px;
      text-align: center;
      line-height: 10px;
      position: absolute;
      top: 3px;
      max-width: 10px;
      right: 2px; }
  header.header .mobile_header .search-close-btn {
    display: none;
    position: fixed;
    right: 0;
    top: 50px;
    z-index: 10; }
    header.header .mobile_header .search-close-btn:hover {
      cursor: pointer; }
    header.header .mobile_header .search-close-btn:after {
      content: " ";
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      background-image: url(../../frontend/LPS/OrbSport/lv_LV/images/close.svg);
      width: 30px;
      height: 30px;
      background-repeat: no-repeat;
      background-size: contain;
      margin-right: 20px;
      margin-top: 10px; }
  header.header .mobile_header .mobile-search-wrapper {
    border: 1px solid #dedede;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 50px;
    display: none; }
    header.header .mobile_header .mobile-search-wrapper .block-search {
      margin: 0;
      padding: 0;
      width: 100%; }
      header.header .mobile_header .mobile-search-wrapper .block-search .label {
        display: none; }
      header.header .mobile_header .mobile-search-wrapper .block-search input {
        left: 0;
        margin: 0; }
    header.header .mobile_header .mobile-search-wrapper form.mobile-search-form {
      position: relative; }
      header.header .mobile_header .mobile-search-wrapper form.mobile-search-form .actions {
        display: none; }
      header.header .mobile_header .mobile-search-wrapper form.mobile-search-form input.mobile-search-input {
        height: 50px; }
  header.header .mobile_header .mobile-menu.show {
    width: 100%;
    opacity: 1;
    z-index: 9999; }
  header.header .mobile_header .mobile-menu {
    transition: all 0.3s ease-out;
    width: 0%;
    opacity: 0;
    background-color: #ffffff;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 2; }
    header.header .mobile_header .mobile-menu .language-switch {
      border: 0;
      margin: 0 0 0 45px; }
      header.header .mobile_header .mobile-menu .language-switch .switcher-trigger {
        color: #ffffff; }
      header.header .mobile_header .mobile-menu .language-switch .switcher-dropdown {
        min-width: unset; }
      header.header .mobile_header .mobile-menu .language-switch .switcher-option {
        padding: 0 10px; }
    header.header .mobile_header .mobile-menu .menu-head-block {
      height: 50px;
      background-color: #474a50;
      padding-left: 20px;
      display: flex;
      align-items: center; }
      header.header .mobile_header .mobile-menu .menu-head-block .menu-title-wrap {
        width: calc(100% - 160px); }
        header.header .mobile_header .mobile-menu .menu-head-block .menu-title-wrap p {
          color: #ffffff;
          text-transform: uppercase;
          font-size: 18px;
          font-weight: 700;
          margin: 0; }
        header.header .mobile_header .mobile-menu .menu-head-block .menu-title-wrap.back {
          margin-left: 40px; }
          header.header .mobile_header .mobile-menu .menu-head-block .menu-title-wrap.back:hover {
            cursor: pointer; }
          header.header .mobile_header .mobile-menu .menu-head-block .menu-title-wrap.back:before {
            content: " ";
            display: block;
            background-image: url(../../frontend/LPS/OrbSport/lv_LV/images/left-arrow.svg);
            width: 20px;
            height: 20px;
            background-repeat: no-repeat;
            background-size: contain;
            margin-top: 15px;
            position: absolute;
            top: 0;
            left: 20px; }
      header.header .mobile_header .mobile-menu .menu-head-block .menu-lang-swicher {
        width: 100px; }
        header.header .mobile_header .mobile-menu .menu-head-block .menu-lang-swicher .mobile-menu-link {
          color: #ffffff;
          text-transform: uppercase;
          float: right;
          font-weight: 700;
          margin: 0 5px; }
        header.header .mobile_header .mobile-menu .menu-head-block .menu-lang-swicher a.mobile-menu-link {
          color: #EA5455; }
      header.header .mobile_header .mobile-menu .menu-head-block .menu-close-action {
        background-color: #57d3e8;
        width: 50px;
        height: 50px;
        position: absolute;
        right: 0;
        top: 0;
        display: flex;
        align-items: center;
        justify-content: center; }
        header.header .mobile_header .mobile-menu .menu-head-block .menu-close-action:hover {
          cursor: pointer; }
        header.header .mobile_header .mobile-menu .menu-head-block .menu-close-action:after {
          content: " ";
          display: block;
          background-image: url(../../frontend/LPS/OrbSport/lv_LV/images/close-white.svg);
          width: 15px;
          height: 15px;
          background-repeat: no-repeat;
          background-size: contain; }
    header.header .mobile_header .mobile-menu div.menu-categories {
      width: calc(100% - 50px); }
      header.header .mobile_header .mobile-menu div.menu-categories ul.mobile-menu-category-sub {
        width: 100%;
        display: none;
        background-color: #ffffff; }
        header.header .mobile_header .mobile-menu div.menu-categories ul.mobile-menu-category-sub.root, header.header .mobile_header .mobile-menu div.menu-categories ul.mobile-menu-category-sub.show {
          display: block; }
        header.header .mobile_header .mobile-menu div.menu-categories ul.mobile-menu-category-sub li.mobile-menu-category {
          width: 100%;
          height: 90px;
          margin: 0 0 10px 0;
          background-color: #f3f3f3; }
          header.header .mobile_header .mobile-menu div.menu-categories ul.mobile-menu-category-sub li.mobile-menu-category a {
            display: flex;
            align-items: center; }
            header.header .mobile_header .mobile-menu div.menu-categories ul.mobile-menu-category-sub li.mobile-menu-category a p {
              width: calc(100% - 90px);
              margin: 0 0 0 20px;
              line-height: 90px; }
            header.header .mobile_header .mobile-menu div.menu-categories ul.mobile-menu-category-sub li.mobile-menu-category a img {
              width: 90px;
              height: 90px;
              float: right; }
          header.header .mobile_header .mobile-menu div.menu-categories ul.mobile-menu-category-sub li.mobile-menu-category.level2, header.header .mobile_header .mobile-menu div.menu-categories ul.mobile-menu-category-sub li.mobile-menu-category.level3, header.header .mobile_header .mobile-menu div.menu-categories ul.mobile-menu-category-sub li.mobile-menu-category.level4, header.header .mobile_header .mobile-menu div.menu-categories ul.mobile-menu-category-sub li.mobile-menu-category.level5, header.header .mobile_header .mobile-menu div.menu-categories ul.mobile-menu-category-sub li.mobile-menu-category.level6, header.header .mobile_header .mobile-menu div.menu-categories ul.mobile-menu-category-sub li.mobile-menu-category.level7, header.header .mobile_header .mobile-menu div.menu-categories ul.mobile-menu-category-sub li.mobile-menu-category.level8, header.header .mobile_header .mobile-menu div.menu-categories ul.mobile-menu-category-sub li.mobile-menu-category.level9, header.header .mobile_header .mobile-menu div.menu-categories ul.mobile-menu-category-sub li.mobile-menu-category.level10 {
            height: auto;
            padding: 10px 0; }
            header.header .mobile_header .mobile-menu div.menu-categories ul.mobile-menu-category-sub li.mobile-menu-category.level2 p, header.header .mobile_header .mobile-menu div.menu-categories ul.mobile-menu-category-sub li.mobile-menu-category.level3 p, header.header .mobile_header .mobile-menu div.menu-categories ul.mobile-menu-category-sub li.mobile-menu-category.level4 p, header.header .mobile_header .mobile-menu div.menu-categories ul.mobile-menu-category-sub li.mobile-menu-category.level5 p, header.header .mobile_header .mobile-menu div.menu-categories ul.mobile-menu-category-sub li.mobile-menu-category.level6 p, header.header .mobile_header .mobile-menu div.menu-categories ul.mobile-menu-category-sub li.mobile-menu-category.level7 p, header.header .mobile_header .mobile-menu div.menu-categories ul.mobile-menu-category-sub li.mobile-menu-category.level8 p, header.header .mobile_header .mobile-menu div.menu-categories ul.mobile-menu-category-sub li.mobile-menu-category.level9 p, header.header .mobile_header .mobile-menu div.menu-categories ul.mobile-menu-category-sub li.mobile-menu-category.level10 p {
              line-height: 20px; }

footer.page-footer {
  text-align: center;
  margin-top: -16px; }
  @media (min-width: 992px) {
    footer.page-footer {
      text-align: left; } }
  footer.page-footer .footer-top {
    height: 100%;
    background-color: #f3f3f3; }
    footer.page-footer .footer-top h3 {
      font-family: "Open Sans";
      font-weight: 700;
      font-size: 18px;
      letter-spacing: 0.6px;
      line-height: 24px;
      margin: 40px 0 20px 0; }
    footer.page-footer .footer-top ul.links {
      padding: 0; }
      footer.page-footer .footer-top ul.links li {
        width: 100%;
        list-style: none;
        color: #8b8b8b;
        letter-spacing: 0.6px; }
        footer.page-footer .footer-top ul.links li a {
          color: #8b8b8b;
          font-size: 14px; }
          footer.page-footer .footer-top ul.links li a:hover {
            text-decoration: none; }
      footer.page-footer .footer-top ul.links li.phone:before {
        content: " ";
        background-image: url("../../frontend/LPS/OrbSport/lv_LV/images/phone.svg");
        background-repeat: no-repeat;
        width: 20px;
        height: 20px;
        display: inline-block;
        margin-right: 5px;
        top: 5px;
        position: relative;
        background-size: contain; }
      footer.page-footer .footer-top ul.links li.phone a {
        font-weight: 700;
        font-size: 18px;
        color: #191919; }
      footer.page-footer .footer-top ul.links li.email:before {
        content: " ";
        background-image: url("../../frontend/LPS/OrbSport/lv_LV/images/mail2.svg");
        background-repeat: no-repeat;
        width: 20px;
        height: 20px;
        display: inline-block;
        margin-right: 5px;
        top: 5px;
        position: relative;
        background-size: contain; }
      footer.page-footer .footer-top ul.links li.email a {
        color: #191919; }
      footer.page-footer .footer-top ul.links li.social {
        margin-bottom: 0; }
        footer.page-footer .footer-top ul.links li.social ul.social-icons {
          padding-left: 0;
          display: inline-block;
          text-align: center; }
          @media (min-width: 992px) {
            footer.page-footer .footer-top ul.links li.social ul.social-icons {
              display: block; } }
          footer.page-footer .footer-top ul.links li.social ul.social-icons a {
            float: left; }
            footer.page-footer .footer-top ul.links li.social ul.social-icons a li.social-icon {
              margin-top: 12px;
              float: left; }
              footer.page-footer .footer-top ul.links li.social ul.social-icons a li.social-icon:before {
                content: " ";
                background-repeat: no-repeat;
                width: 40px;
                height: 40px;
                display: inline-block;
                margin: 0 20px 0 0;
                background-size: contain; }
              footer.page-footer .footer-top ul.links li.social ul.social-icons a li.social-icon.social-icon-twitter:before {
                background-image: url("../../frontend/LPS/OrbSport/lv_LV/images/twitter.svg"); }
              footer.page-footer .footer-top ul.links li.social ul.social-icons a li.social-icon.social-icon-facebook:before {
                background-image: url("../../frontend/LPS/OrbSport/lv_LV/images/facebook.svg"); }
              footer.page-footer .footer-top ul.links li.social ul.social-icons a li.social-icon.social-icon-instagram:before {
                background-image: url("../../frontend/LPS/OrbSport/lv_LV/images/instagram.svg"); }
            footer.page-footer .footer-top ul.links li.social ul.social-icons a li.social-icon-facebook:hover:before {
              background-image: url("../../frontend/LPS/OrbSport/lv_LV/images/facebook-ho.svg"); }
            footer.page-footer .footer-top ul.links li.social ul.social-icons a li.social-icon-twitter:hover:before {
              background-image: url("../../frontend/LPS/OrbSport/lv_LV/images/twitter-ho.svg"); }
            footer.page-footer .footer-top ul.links li.social ul.social-icons a li.social-icon-instagram:hover:before {
              background-image: url("../../frontend/LPS/OrbSport/lv_LV/images/instagram-ho.svg"); }
    footer.page-footer .footer-top .newsletter-subscribe-block .block.newsletter {
      width: 100%; }
      footer.page-footer .footer-top .newsletter-subscribe-block .block.newsletter .field {
        width: 100%; }
        footer.page-footer .footer-top .newsletter-subscribe-block .block.newsletter .field input {
          background-color: #f3f3f3;
          height: 40px; }
      footer.page-footer .footer-top .newsletter-subscribe-block .block.newsletter .actions {
        display: block;
        float: right;
        margin-top: 25px;
        width: auto; }
        @media (max-width: 991px) {
          footer.page-footer .footer-top .newsletter-subscribe-block .block.newsletter .actions {
            width: 100%; } }
        footer.page-footer .footer-top .newsletter-subscribe-block .block.newsletter .actions button {
          width: 100%;
          background-color: #4aa6b6;
          padding: 10px 25px; }
  footer.page-footer .footer-bottom {
    background-color: #dedede; }
    footer.page-footer .footer-bottom .copyright {
      padding: 0;
      text-align: center;
      width: 100%;
      display: inline-block;
      line-height: 40px;
      letter-spacing: 0.6px;
      background-color: inherit;
      font-size: 12px;
      text-transform: uppercase; }
      @media (min-width: 767px) {
        footer.page-footer .footer-bottom .copyright {
          width: auto;
          float: left;
          display: block; } }
      footer.page-footer .footer-bottom .copyright span {
        color: #191919; }
    footer.page-footer .footer-bottom .payment-logos-wrapper {
      height: 40px;
      text-align: center; }
      footer.page-footer .footer-bottom .payment-logos-wrapper .payment-logos {
        text-align: center;
        display: inline-block; }
        footer.page-footer .footer-bottom .payment-logos-wrapper .payment-logos img {
          float: left; }
    footer.page-footer .footer-bottom img {
      height: 40px; }
    footer.page-footer .footer-bottom .salidzini {
      text-align: center;
      display: inline-block; }
      @media (min-width: 767px) {
        footer.page-footer .footer-bottom .salidzini {
          float: right; } }
    footer.page-footer .footer-bottom .kaina24 {
      background-color: #65a422;
      height: 40px;
      margin: 5px auto 0;
      width: 150px; }
      footer.page-footer .footer-bottom .kaina24::after {
        clear: both;
        content: '';
        display: block; }
      @media (min-width: 767px) {
        footer.page-footer .footer-bottom .kaina24 {
          float: right;
          margin: 0; } }
      footer.page-footer .footer-bottom .kaina24 a {
        display: block;
        padding: 8px 10px; }
      footer.page-footer .footer-bottom .kaina24 img {
        height: 100%;
        width: auto; }

.clearfix {
  *zoom: 1; }

.clearfix:before, .clearfix:after {
  display: table;
  content: ""; }

.clearfix:after {
  clear: both; }

.hide {
  display: none !important; }

a:visited,
.alink:visited {
  color: #4aa6b6; }

.page-wrapper .block-promo .button.more {
  background: #57d3e8;
  border: 1px solid #57d3e8; }

body {
  overflow-x: hidden; }
  body .filter-options {
    display: block; }

.action.primary {
  background: #4aa6b6;
  border: 1px solid #4aa6b6;
  color: #ffffff; }
  .action.primary span {
    text-transform: uppercase; }
  .action.primary:hover {
    background: #57d3e8;
    border: 1px solid #57d3e8;
    color: #ffffff; }

.columns {
  display: block; }

.breadcrumbs-container .breadcrumbs {
  padding-left: 0;
  margin: 15px 0px;
  overflow: auto; }
  .breadcrumbs-container .breadcrumbs:after {
    content: "";
    clear: both;
    display: table;
    margin-top: 2px; }
  .breadcrumbs-container .breadcrumbs strong {
    font-size: 14px; }

.img-wrapper-overlay {
  background-color: #8b8b8b;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.025;
  z-index: 1; }

.messages.sticky {
  position: fixed;
  z-index: 999;
  width: 100%;
  margin-top: 5px; }
  @media (min-width: 576px) {
    .messages.sticky {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .messages.sticky {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .messages.sticky {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .messages.sticky {
      max-width: 1140px; } }

.catalog-category-view .button-actions,
.catalog-product-view .button-actions,
.cms-index-index .button-actions,
.catalogsearch-result-index .button-actions,
.additional-products-slider .button-actions,
.checkout-cart-index .button-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0;
  padding-bottom: 10px; }

.catalog-category-view .product-top .tocart.primary,
.catalog-product-view .product-top .tocart.primary,
.cms-index-index .product-top .tocart.primary,
.catalogsearch-result-index .product-top .tocart.primary,
.additional-products-slider .product-top .tocart.primary,
.checkout-cart-index .product-top .tocart.primary {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  padding: 0;
  margin: 0;
  background: none;
  border: none; }
  .catalog-category-view .product-top .tocart.primary:before,
  .catalog-product-view .product-top .tocart.primary:before,
  .cms-index-index .product-top .tocart.primary:before,
  .catalogsearch-result-index .product-top .tocart.primary:before,
  .additional-products-slider .product-top .tocart.primary:before,
  .checkout-cart-index .product-top .tocart.primary:before {
    content: '';
    display: block;
    background-image: url(../../frontend/LPS/OrbSport/lv_LV/images/cart-icon.svg);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: .5; }
  .catalog-category-view .product-top .tocart.primary:hover,
  .catalog-product-view .product-top .tocart.primary:hover,
  .cms-index-index .product-top .tocart.primary:hover,
  .catalogsearch-result-index .product-top .tocart.primary:hover,
  .additional-products-slider .product-top .tocart.primary:hover,
  .checkout-cart-index .product-top .tocart.primary:hover {
    background: none;
    border: none; }
    .catalog-category-view .product-top .tocart.primary:hover:before,
    .catalog-product-view .product-top .tocart.primary:hover:before,
    .cms-index-index .product-top .tocart.primary:hover:before,
    .catalogsearch-result-index .product-top .tocart.primary:hover:before,
    .additional-products-slider .product-top .tocart.primary:hover:before,
    .checkout-cart-index .product-top .tocart.primary:hover:before {
      opacity: .8; }
  .catalog-category-view .product-top .tocart.primary:focus,
  .catalog-product-view .product-top .tocart.primary:focus,
  .cms-index-index .product-top .tocart.primary:focus,
  .catalogsearch-result-index .product-top .tocart.primary:focus,
  .additional-products-slider .product-top .tocart.primary:focus,
  .checkout-cart-index .product-top .tocart.primary:focus {
    outline: none; }
  .catalog-category-view .product-top .tocart.primary span,
  .catalog-product-view .product-top .tocart.primary span,
  .cms-index-index .product-top .tocart.primary span,
  .catalogsearch-result-index .product-top .tocart.primary span,
  .additional-products-slider .product-top .tocart.primary span,
  .checkout-cart-index .product-top .tocart.primary span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }

.catalog-category-view .towishlist,
.catalog-product-view .towishlist,
.cms-index-index .towishlist,
.catalogsearch-result-index .towishlist,
.additional-products-slider .towishlist,
.checkout-cart-index .towishlist {
  width: 45px;
  height: 45px;
  color: #222;
  white-space: nowrap;
  text-align: center;
  border: none; }
  .catalog-category-view .towishlist:before,
  .catalog-product-view .towishlist:before,
  .cms-index-index .towishlist:before,
  .catalogsearch-result-index .towishlist:before,
  .additional-products-slider .towishlist:before,
  .checkout-cart-index .towishlist:before {
    margin: 0 !important;
    padding: 0;
    line-height: initial !important;
    font-size: 45px !important;
    width: 45px !important; }

@media (max-width: 992px) {
  .catalog-category-view .product-item.discount-item .button-actions, .catalog-category-view .product-items.products-widget .button-actions,
  .catalog-product-view .product-item.discount-item .button-actions,
  .catalog-product-view .product-items.products-widget .button-actions,
  .cms-index-index .product-item.discount-item .button-actions,
  .cms-index-index .product-items.products-widget .button-actions,
  .catalogsearch-result-index .product-item.discount-item .button-actions,
  .catalogsearch-result-index .product-items.products-widget .button-actions,
  .additional-products-slider .product-item.discount-item .button-actions,
  .additional-products-slider .product-items.products-widget .button-actions,
  .checkout-cart-index .product-item.discount-item .button-actions,
  .checkout-cart-index .product-items.products-widget .button-actions {
    padding-top: 30px; }
  .cms-index-index .product-items.products-widget .button-actions {
    padding-bottom: 10px; } }

@media (min-width: 992px) {
  .catalog-category-view .img-wrapper,
  .catalog-product-view .img-wrapper,
  .cms-index-index .img-wrapper,
  .catalogsearch-result-index .img-wrapper,
  .additional-products-slider .img-wrapper,
  .checkout-cart-index .img-wrapper {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden; }
  .catalog-category-view .product-top:hover .product-item-photo,
  .catalog-product-view .product-top:hover .product-item-photo,
  .cms-index-index .product-top:hover .product-item-photo,
  .catalogsearch-result-index .product-top:hover .product-item-photo,
  .additional-products-slider .product-top:hover .product-item-photo,
  .checkout-cart-index .product-top:hover .product-item-photo {
    opacity: .3; }
  .catalog-category-view .product-top .tocart.primary,
  .catalog-category-view .product-top .towishlist,
  .catalog-product-view .product-top .tocart.primary,
  .catalog-product-view .product-top .towishlist,
  .cms-index-index .product-top .tocart.primary,
  .cms-index-index .product-top .towishlist,
  .catalogsearch-result-index .product-top .tocart.primary,
  .catalogsearch-result-index .product-top .towishlist,
  .additional-products-slider .product-top .tocart.primary,
  .additional-products-slider .product-top .towishlist,
  .checkout-cart-index .product-top .tocart.primary,
  .checkout-cart-index .product-top .towishlist {
    z-index: 3; }
  .catalog-category-view .product-top .img-wrapper,
  .catalog-product-view .product-top .img-wrapper,
  .cms-index-index .product-top .img-wrapper,
  .catalogsearch-result-index .product-top .img-wrapper,
  .additional-products-slider .product-top .img-wrapper,
  .checkout-cart-index .product-top .img-wrapper {
    padding-bottom: 20px; }
  .catalog-category-view .product-top:hover .button-actions,
  .catalog-product-view .product-top:hover .button-actions,
  .cms-index-index .product-top:hover .button-actions,
  .catalogsearch-result-index .product-top:hover .button-actions,
  .additional-products-slider .product-top:hover .button-actions,
  .checkout-cart-index .product-top:hover .button-actions {
    opacity: 1;
    visibility: visible; }
  .catalog-category-view .button-actions,
  .catalog-product-view .button-actions,
  .cms-index-index .button-actions,
  .catalogsearch-result-index .button-actions,
  .additional-products-slider .button-actions,
  .checkout-cart-index .button-actions {
    position: absolute;
    top: 85%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    padding: 0; }
  .catalog-category-view .products-widget .button-actions,
  .catalog-product-view .products-widget .button-actions,
  .cms-index-index .products-widget .button-actions,
  .catalogsearch-result-index .products-widget .button-actions,
  .additional-products-slider .products-widget .button-actions,
  .checkout-cart-index .products-widget .button-actions {
    position: unset; } }

.img-wrapper {
  position: relative; }
  .img-wrapper.sales_image:before {
    background-repeat: no-repeat;
    position: absolute;
    content: " ";
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }

ul.top_header_link li,
ul.product_after_cart_link li {
  font-size: 12px; }
  @media (max-width: 1199px) {
    ul.top_header_link li,
    ul.product_after_cart_link li {
      margin-right: 10px !important; } }
  ul.top_header_link li:before,
  ul.product_after_cart_link li:before {
    content: " ";
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
    top: 5px;
    position: relative;
    background-size: contain; }

ul.top_header_link li.delivery:before,
ul.product_after_cart_link li.delivery:before {
  background-image: url("../../frontend/LPS/OrbSport/lv_LV/images/package.svg"); }

ul.top_header_link li.return:before,
ul.product_after_cart_link li.return:before {
  background-image: url("../../frontend/LPS/OrbSport/lv_LV/images/calendar.svg"); }

ul.top_header_link li.secure:before,
ul.product_after_cart_link li.secure:before {
  background-image: url("../../frontend/LPS/OrbSport/lv_LV/images/lock.svg"); }

ul.top_header_link li.email:before,
ul.product_after_cart_link li.email:before {
  background-image: url("../../frontend/LPS/OrbSport/lv_LV/images/mail.svg");
  top: 7px; }

ul.product_after_cart_link li {
  width: 100%; }

ul.slick-dots {
  bottom: 0; }
  ul.slick-dots li button {
    font-size: 0;
    line-height: 0;
    border-radius: 50px;
    width: 0;
    height: 0;
    padding: 0; }
    ul.slick-dots li button:before {
      font-size: 14px;
      color: #8b8b8b; }

.container-fluid-bannerslider {
  padding: 0; }
  .container-fluid-bannerslider .main-banner-container-desktop {
    display: none; }
  @media (min-width: 767px) {
    .container-fluid-bannerslider .main-banner-container-mobile {
      display: none; }
    .container-fluid-bannerslider .main-banner-container-desktop {
      display: block; } }
  .container-fluid-bannerslider .bannerslider .slick-slide a.block-promo.home-main {
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 100%;
    width: 100%;
    margin-bottom: 0; }
  .container-fluid-bannerslider .bannerslider ul.slick-dots {
    bottom: 40px; }
    .container-fluid-bannerslider .bannerslider ul.slick-dots li button:before {
      content: " ";
      border: 1px white solid !important;
      background-color: black;
      border-radius: 50px; }

.featured_cats_wrapper {
  padding: 0; }
  @media (max-width: 991px) {
    .featured_cats_wrapper {
      max-width: 100%; } }
  .featured_cats_wrapper .index_featured_categories .featured_cat {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 275px;
    position: relative;
    float: left; }
  .featured_cats_wrapper .index_featured_categories #featured_cat_1 {
    width: 50%;
    margin-right: 1%;
    margin-bottom: 1%; }
    @media (min-width: 1200px) {
      .featured_cats_wrapper .index_featured_categories #featured_cat_1 {
        margin-right: 1%;
        margin-bottom: 1%; } }
  .featured_cats_wrapper .index_featured_categories #featured_cat_2 {
    width: 25%;
    margin-right: 1%;
    margin-bottom: 1%; }
    @media (min-width: 1200px) {
      .featured_cats_wrapper .index_featured_categories #featured_cat_2 {
        margin-right: 1%;
        margin-bottom: 1%; } }
  .featured_cats_wrapper .index_featured_categories #featured_cat_3 {
    width: 23%;
    margin-bottom: 1%;
    height: 550px; }
    @media (min-width: 1200px) {
      .featured_cats_wrapper .index_featured_categories #featured_cat_3 {
        margin-bottom: 1%; } }
    .featured_cats_wrapper .index_featured_categories #featured_cat_3 img {
      width: 230.39px;
      height: 481px; }
      @media (min-width: 1200px) {
        .featured_cats_wrapper .index_featured_categories #featured_cat_3 img {
          width: 267.89px;
          max-height: 581px;
          height: 581px; } }
  .featured_cats_wrapper .index_featured_categories #featured_cat_4 {
    width: 25%;
    margin-top: -311px;
    margin-right: 1%;
    height: 720px; }
    @media (min-width: 1200px) {
      .featured_cats_wrapper .index_featured_categories #featured_cat_4 {
        margin-top: -265px;
        margin-right: 1%; } }
    .featured_cats_wrapper .index_featured_categories #featured_cat_4 img {
      max-height: inherit !important; }
  .featured_cats_wrapper .index_featured_categories #featured_cat_5 {
    width: 25%;
    margin-right: 1%;
    margin-top: -311px;
    height: 220.8px; }
    @media (min-width: 1200px) {
      .featured_cats_wrapper .index_featured_categories #featured_cat_5 {
        width: 24%;
        margin-right: 1%;
        margin-top: -265px; } }
    .featured_cats_wrapper .index_featured_categories #featured_cat_5 img {
      width: 232px;
      height: 232px; }
      @media (min-width: 1200px) {
        .featured_cats_wrapper .index_featured_categories #featured_cat_5 img {
          width: 275.5px;
          height: 284.5px; } }
  .featured_cats_wrapper .index_featured_categories #featured_cat_6 {
    margin-left: 240px;
    margin-top: -311px; }
    @media (min-width: 1200px) {
      .featured_cats_wrapper .index_featured_categories #featured_cat_6 {
        width: 25%;
        margin-left: 0;
        margin-top: -265px; } }
    .featured_cats_wrapper .index_featured_categories #featured_cat_6 img {
      width: 240px;
      height: 232px; }
      @media (min-width: 1200px) {
        .featured_cats_wrapper .index_featured_categories #featured_cat_6 img {
          width: 284.5px;
          height: 284.5px; } }
  .featured_cats_wrapper .index_featured_categories #featured_cat_7 {
    width: 25%;
    margin-top: -71px; }
    @media (min-width: 1200px) {
      .featured_cats_wrapper .index_featured_categories #featured_cat_7 {
        margin-top: 12px; } }
    .featured_cats_wrapper .index_featured_categories #featured_cat_7 img {
      width: 232px;
      height: 232px; }
      @media (min-width: 1200px) {
        .featured_cats_wrapper .index_featured_categories #featured_cat_7 img {
          width: 275.5px;
          height: 284.5px; } }
  .featured_cats_wrapper .index_featured_categories #featured_cat_8 {
    width: calc(50% - (1%));
    margin-bottom: 1%;
    margin-top: -71px; }
    @media (min-width: 1200px) {
      .featured_cats_wrapper .index_featured_categories #featured_cat_8 {
        width: calc(50% - (1%));
        margin-bottom: 1%;
        margin-top: 12px; } }
    .featured_cats_wrapper .index_featured_categories #featured_cat_8 img {
      width: 100%;
      max-height: 232px;
      height: 232px; }
      @media (min-width: 1200px) {
        .featured_cats_wrapper .index_featured_categories #featured_cat_8 img {
          max-height: 284.5px;
          height: 284.5px; } }
  .featured_cats_wrapper .index_featured_categories #featured_cat_9 {
    width: calc(50% - (1% * 2));
    margin-right: 1%;
    margin-top: -43px; }
    @media (min-width: 1200px) {
      .featured_cats_wrapper .index_featured_categories #featured_cat_9 {
        width: calc(50% - (1%));
        margin-bottom: 1%;
        margin-top: 3px; } }
    .featured_cats_wrapper .index_featured_categories #featured_cat_9 img {
      width: 100%;
      max-height: 238.8px; }
      @media (min-width: 1200px) {
        .featured_cats_wrapper .index_featured_categories #featured_cat_9 img {
          max-height: 258.88px;
          height: 258.88px; } }
  .featured_cats_wrapper .index_featured_categories #featured_cat_10 {
    width: 25%;
    margin-top: -43px;
    height: 228px; }
    @media (min-width: 1200px) {
      .featured_cats_wrapper .index_featured_categories #featured_cat_10 {
        width: calc(25% - (1%));
        margin-top: 3px;
        height: 220.8px; } }
    .featured_cats_wrapper .index_featured_categories #featured_cat_10 img {
      width: 239px;
      height: 239px; }
      @media (min-width: 1200px) {
        .featured_cats_wrapper .index_featured_categories #featured_cat_10 img {
          width: 272.89px;
          height: 258.88px; } }
  .featured_cats_wrapper .index_featured_categories_mobile a.featured_cat {
    background-color: #EA5455;
    color: #ffffff;
    margin-bottom: 1px;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center; }
    .featured_cats_wrapper .index_featured_categories_mobile a.featured_cat:hover {
      background-color: #ff8500;
      text-decoration: none;
      color: #ffffff; }
      .featured_cats_wrapper .index_featured_categories_mobile a.featured_cat:hover span {
        text-decoration: none;
        color: #ffffff; }
    .featured_cats_wrapper .index_featured_categories_mobile a.featured_cat span {
      display: block;
      font-weight: 700; }
      .featured_cats_wrapper .index_featured_categories_mobile a.featured_cat span.featured_name {
        font-size: 28px;
        text-transform: uppercase; }
      .featured_cats_wrapper .index_featured_categories_mobile a.featured_cat span.cat_name {
        font-size: 14px;
        text-transform: lowercase; }

.product-sliders-container {
  margin: 80px auto;
  padding: 0;
  position: relative; }
  .product-sliders-container h1, .product-sliders-container body.checkout-index-index .opc-wrapper .step-title, body.checkout-index-index .opc-wrapper .product-sliders-container .step-title, .product-sliders-container body.checkout-index-index .opc-block-shipping-information .shipping-information-title, body.checkout-index-index .opc-block-shipping-information .product-sliders-container .shipping-information-title, .product-sliders-container body.checkout-index-index .opc-block-summary > .title, body.checkout-index-index .product-sliders-container .opc-block-summary > .title, .product-sliders-container body.checkout-index-index .checkout-agreements-items .checkout-agreements-item-title, body.checkout-index-index .checkout-agreements-items .product-sliders-container .checkout-agreements-item-title {
    text-transform: uppercase; }
  .product-sliders-container .slick-track {
    /* the slides */
    /* the parent */
    margin-bottom: 30px; }
    .product-sliders-container .slick-track .slick-slide {
      margin: 0 10px; }
    .product-sliders-container .slick-track .slick-list {
      margin: 0 -10px; }
  .product-sliders-container ul {
    padding-left: 0; }
  .product-sliders-container .product_slider_item {
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #dedede; }
    .product-sliders-container .product_slider_item a h2 {
      font-weight: 400;
      font-size: 16px;
      text-decoration: none;
      color: #191919;
      text-transform: uppercase;
      margin: 10px 0;
      letter-spacing: 0.6px;
      line-height: 22px;
      overflow-wrap: break-word; }
    .product-sliders-container .product_slider_item a:hover {
      text-decoration: none; }
    .product-sliders-container .product_slider_item .product_price {
      display: flex;
      flex-direction: column;
      justify-content: flex-end; }
      .product-sliders-container .product_slider_item .product_price span.price {
        display: block;
        color: #191919;
        font-size: 28px;
        font-weight: 700; }
        .product-sliders-container .product_slider_item .product_price span.price::first-letter {
          color: #8b8b8b;
          font-weight: 400;
          margin-right: 5px; }
      .product-sliders-container .product_slider_item .product_price.old_price span {
        color: #8b8b8b;
        font-size: 16px;
        text-decoration: line-through;
        font-weight: 100; }
      .product-sliders-container .product_slider_item .product_price.sales_price span.price {
        color: #8b8b8b;
        font-size: 16px;
        font-weight: 100; }
      .product-sliders-container .product_slider_item .product_price.sales_price span.special-price span.price-wrapper span.price {
        color: #EA5455;
        font-size: 28px;
        font-weight: 700; }
        .product-sliders-container .product_slider_item .product_price.sales_price span.special-price span.price-wrapper span.price::first-letter {
          color: #EA5455;
          font-weight: 700; }
      .product-sliders-container .product_slider_item .product_price.sales_price span.normal-price span.price {
        font-size: 28px;
        font-weight: 700; }
      .product-sliders-container .product_slider_item .product_price.sales_price span.old-price span.price-wrapper span.price {
        color: #8b8b8b;
        font-size: 16px;
        font-weight: 100; }
    .product-sliders-container .product_slider_item .product.actions.product-item-actions .actions-primary {
      display: block; }
      .product-sliders-container .product_slider_item .product.actions.product-item-actions .actions-primary button.action.tocart.primary {
        width: 60%; }

@media (min-width: 992px) {
  .index_featured_posts {
    padding: 0; } }

.index_featured_posts .index_featured_post-wrapper {
  float: left; }
  .index_featured_posts .index_featured_post-wrapper .index_featured_post {
    margin-bottom: 30px;
    position: relative;
    display: inline-table;
    width: 100%; }
    .index_featured_posts .index_featured_post-wrapper .index_featured_post a:hover {
      text-decoration: none; }
    @media (min-width: 992px) {
      .index_featured_posts .index_featured_post-wrapper .index_featured_post a img {
        max-height: 233px;
        width: 100%; } }
    @media (min-width: 1200px) {
      .index_featured_posts .index_featured_post-wrapper .index_featured_post a img {
        max-height: 277px; } }
    .index_featured_posts .index_featured_post-wrapper .index_featured_post a .title-wrapper {
      width: 100%;
      height: 45px;
      position: absolute;
      bottom: 0; }
      .index_featured_posts .index_featured_post-wrapper .index_featured_post a .title-wrapper .title-wrapper-overlay {
        background-color: #191919;
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0.66; }
      .index_featured_posts .index_featured_post-wrapper .index_featured_post a .title-wrapper h4 {
        font-family: "Open Sans";
        color: #ffffff;
        margin: 0;
        font-size: 16px;
        font-weight: 700;
        padding: 10px;
        position: relative;
        letter-spacing: 0.6px; }

.index_featured_posts .row .index_featured_post {
  display: flex;
  flex-wrap: wrap; }

.index_featured_posts .show-all-link {
  display: block;
  margin-bottom: 20px; }

.partners_slider_container {
  margin-top: 60px;
  padding: 20px 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3); }
  .partners_slider_container h2 {
    text-align: center;
    font-size: 16px;
    margin: 14px 0 30px 0;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "Open Sans";
    letter-spacing: 0.6px; }
  .partners_slider_container .slick-track {
    /* the slides */
    /* the parent */ }
    .partners_slider_container .slick-track .slick-slide {
      margin: 0 15px; }
    .partners_slider_container .slick-track .slick-list {
      margin: 0 -15px; }
  .partners_slider_container ul.slick-dots {
    top: 30px; }

.products-grid .product-item-info:hover, .products-grid .product-item-info.active {
  background: #ffffff;
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0; }
  .products-grid .product-item-info:hover .product-item-inner, .products-grid .product-item-info.active .product-item-inner {
    display: block; }

body.cms-index-index .page-title-wrapper {
  display: none; }

body.cms-index-index .bannerslider .slick-dotted.slick-slider {
  margin-bottom: 0; }

body.cms-index-index .bannerslider .block-promo.home-main {
  height: auto; }

@media (max-width: 991px) {
  body.cms-index-index .container-fluid-bannerslider {
    order: 1; }
  body.cms-index-index .after-main-banner-container {
    order: 4; }
  body.cms-index-index .category-tree-container {
    order: 2; }
  body.cms-index-index .featured_cats_wrapper {
    order: 3; }
  body.cms-index-index .product-sliders-container {
    order: 5; }
  body.cms-index-index .index_featured_posts {
    order: 6; }
  body.cms-index-index .partners_slider_container {
    order: 7; } }

body.cms-index-index .after-main-banner-container {
  display: flex;
  flex-direction: row;
  padding: 0 0;
  margin-top: 1%;
  flex-wrap: wrap; }
  @media (min-width: 992px) {
    body.cms-index-index .after-main-banner-container {
      flex-wrap: nowrap; } }
  body.cms-index-index .after-main-banner-container .left-banner-container, body.cms-index-index .after-main-banner-container .right-banner-container {
    width: 100%;
    padding: 0 0;
    margin: 0 0; }
    @media (min-width: 992px) {
      body.cms-index-index .after-main-banner-container .left-banner-container, body.cms-index-index .after-main-banner-container .right-banner-container {
        width: 50%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body.cms-index-index .after-main-banner-container .left-banner-container, body.cms-index-index .after-main-banner-container .right-banner-container {
        margin: 0 10%; } }
  @media (min-width: 992px) {
    body.cms-index-index .after-main-banner-container .left-banner-container {
      margin-right: 2%; } }

body.cms-index-index .category-tree-container {
  padding: 0 0; }
  body.cms-index-index .category-tree-container ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0; }
  body.cms-index-index .category-tree-container .category-tree-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 1140px;
    width: 100%; }
    body.cms-index-index .category-tree-container .category-tree-list li:nth-child(odd) {
      margin-right: 2%; }
      @media (min-width: 992px) {
        body.cms-index-index .category-tree-container .category-tree-list li:nth-child(odd) {
          margin-right: 11px; } }
    @media (min-width: 992px) {
      body.cms-index-index .category-tree-container .category-tree-list li:nth-child(3n+3) {
        margin-right: 0; } }
    body.cms-index-index .category-tree-container .category-tree-list li {
      list-style: none;
      width: 49%;
      display: flex;
      align-items: center;
      height: 70px;
      background-color: #474a50;
      border-radius: 8px;
      margin-bottom: 5px; }
      body.cms-index-index .category-tree-container .category-tree-list li .category-icon {
        padding-top: 457px;
        margin-left: 15px;
        position: absolute;
        width: unset; }
      body.cms-index-index .category-tree-container .category-tree-list li a {
        color: #ffffff;
        width: 100%;
        height: 100%;
        border-radius: 8px; }
      body.cms-index-index .category-tree-container .category-tree-list li a.btn {
        background-color: #474a50;
        border: none;
        display: flex;
        align-items: center; }
        body.cms-index-index .category-tree-container .category-tree-list li a.btn span {
          display: block;
          width: 100%;
          text-align: left;
          margin-left: 15px;
          font-weight: bold;
          font-size: 15px;
          word-wrap: break-word;
          white-space: break-spaces; }
      body.cms-index-index .category-tree-container .category-tree-list li a.btn-primary:focus {
        box-shadow: 0 0 0 0.2rem #474a50; }
      body.cms-index-index .category-tree-container .category-tree-list li a.btn:hover {
        background-color: #8b8b8b; }
      body.cms-index-index .category-tree-container .category-tree-list li .iconas {
        background: url("../../frontend/LPS/OrbSport/lv_LV/images/tennis.svg");
        width: 50px;
        height: 50px;
        margin-left: 10px; }
      @media (min-width: 992px) {
        body.cms-index-index .category-tree-container .category-tree-list li {
          width: 32.5%;
          margin-right: 11px; } }
      @media (min-width: 1200px) {
        body.cms-index-index .category-tree-container .category-tree-list li {
          width: 32.6%;
          margin-right: 11px; } }

#page-mask {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50;
  transition: all 500ms; }
  #page-mask.shadow {
    display: block; }

.show-all-link {
  font-size: 18px;
  color: #ea5455 !important;
  text-decoration: underline;
  letter-spacing: 0.6px; }

body.mpblog-post-index .post-list-item {
  border: 1px solid #eee; }
  body.mpblog-post-index .post-list-item a.mp-read-more {
    color: #EA5455 !important; }

body.mpblog-post-view .mp-blog-view iframe {
  max-width: 100%; }

body.mpblog-post-view .mp-blog-view .post-view-image img {
  width: 100%; }

body.mpblog-post-view .mp-blog-view p {
  line-height: 1.8; }

#social-form-create .field.taxvat,
#social-form-create .field.choice.newsletter {
  display: none; }

form.form.create.account.form-create-account div.field.taxvat {
  display: none; }

.container.cms-custom-page {
  margin-bottom: 80px; }
  .container.cms-custom-page h4 {
    line-height: 1.5; }

.block-blog-related.products-same-post {
  display: none; }

@media (max-width: 767px) {
  .field-tooltip._active {
    position: relative;
    margin-top: 12px; }
  .field-tooltip-content {
    padding: 5px;
    font-size: 11px;
    left: 40px;
    max-width: 225px;
    width: 225px; }
  body.checkout-index-index .fieldset > .field:not(.choice) > .label {
    width: inherit !important;
    margin: 20px 0 5px 20px !important; }
  #customer-email-fieldset .control {
    margin: 0 15px; } }

.authentication-wrapper {
  display: none; }

#sharing {
  width: 100%;
  margin-bottom: 40px; }

.video-block {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%; }
  .video-block iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

footer form.subscribe {
  display: flex;
  flex-direction: column; }
  footer form.subscribe .control > label {
    width: 100%; }
  footer form.subscribe .actions {
    margin-top: unset !important;
    width: 100% !important; }

body.page-layout-sub-cat-layout div.toolbar.toolbar-products,
body.page-layout-sub-cat-layout div.niks-ajax-wrapper,
body.page-layout-sub-cat-layout div.products.wrapper.grid.products-grid,
body.page-layout-sub-cat-layout div.block.filter,
body.page-layout-sub-cat-layout div.page-title-wrapper {
  display: none; }

body.page-layout-sub-cat-layout .columns {
  padding-top: 0; }

body.page-layout-sub-cat-layout .container-fluid-bannerslider{display:none !important;}
  @media (min-width: 768px) {
    body.page-layout-sub-cat-layout .category_sub_slider_block {
      display: block; }

	  }

body.page-layout-sub-cat-layout .main-banner-container-mobile {
  display: block; }
  @media (min-width: 768px) {
    body.page-layout-sub-cat-layout .main-banner-container-mobile {
      display: none; } }

body.page-layout-sub-cat-layout .bannerslider {
  position: relative; }
  body.page-layout-sub-cat-layout .bannerslider .sub_cat_menu_block_wrapp_container {
    position: relative;
    z-index: 1; }
    body.page-layout-sub-cat-layout .bannerslider .sub_cat_menu_block_wrapp_container .sub_cat_menu_block_wrapp {
      position: absolute;
      top: 0;
      top: 30px; }
      body.page-layout-sub-cat-layout .bannerslider .sub_cat_menu_block_wrapp_container .sub_cat_menu_block_wrapp .sub_cat_menu_block {
        z-index: 101; display:none;
        background-color: #8b8b8b;
        position: relative;
        width: 260px; }
        body.page-layout-sub-cat-layout .bannerslider .sub_cat_menu_block_wrapp_container .sub_cat_menu_block_wrapp .sub_cat_menu_block .sub_cat_title {
          background-color: #474a50;
          color: #ffffff;
          text-transform: uppercase;
          padding: 8px 12px;
          font-weight: 700;
          font-size: 12px; }
        body.page-layout-sub-cat-layout .bannerslider .sub_cat_menu_block_wrapp_container .sub_cat_menu_block_wrapp .sub_cat_menu_block .sub_cat_menu_cats {
          background-color: #f7f7f7; }
          body.page-layout-sub-cat-layout .bannerslider .sub_cat_menu_block_wrapp_container .sub_cat_menu_block_wrapp .sub_cat_menu_block .sub_cat_menu_cats a {
            color: #000000; }
            body.page-layout-sub-cat-layout .bannerslider .sub_cat_menu_block_wrapp_container .sub_cat_menu_block_wrapp .sub_cat_menu_block .sub_cat_menu_cats a:hover {
              color: #57d3e8;
              text-decoration: none;
              cursor: pointer; }
          body.page-layout-sub-cat-layout .bannerslider .sub_cat_menu_block_wrapp_container .sub_cat_menu_block_wrapp .sub_cat_menu_block .sub_cat_menu_cats .level3 {
            line-height: 36px;
            padding-left: 12px; }
            body.page-layout-sub-cat-layout .bannerslider .sub_cat_menu_block_wrapp_container .sub_cat_menu_block_wrapp .sub_cat_menu_block .sub_cat_menu_cats .level3 .sub-level4 {
              background-color: #ffffff;
              position: relative;
              left: -12px;
              width: 260px; }
              body.page-layout-sub-cat-layout .bannerslider .sub_cat_menu_block_wrapp_container .sub_cat_menu_block_wrapp .sub_cat_menu_block .sub_cat_menu_cats .level3 .sub-level4 .level4 {
                line-height: 32px;
                padding-left: 24px; }
                body.page-layout-sub-cat-layout .bannerslider .sub_cat_menu_block_wrapp_container .sub_cat_menu_block_wrapp .sub_cat_menu_block .sub_cat_menu_cats .level3 .sub-level4 .level4 a {
                  font-size: 14px; }
  body.page-layout-sub-cat-layout .bannerslider .sub_cat_slide {
    min-height:480px;
    background-repeat: no-repeat;
    background-size: cover; background-position: center center;
    position: relative; border-radius: 5px;
    z-index: 1; }
    body.page-layout-sub-cat-layout .bannerslider .sub_cat_slide img {
      max-height: 536px; }
    body.page-layout-sub-cat-layout .bannerslider .sub_cat_slide .title-wrap {
      position: absolute;
      left: 60%;
      top: 20%; }
    body.page-layout-sub-cat-layout .bannerslider .sub_cat_slide .title {
      position: relative;
      display: none;
      font-weight: 700;
      font-size: 40px;
      color: #ffffff;
      text-transform: uppercase; }
      @media (min-width: 768px) {
        body.page-layout-sub-cat-layout .bannerslider .sub_cat_slide .title {
          display: block;
          left: -50%; } }
    body.page-layout-sub-cat-layout .bannerslider .sub_cat_slide .more-button-wrap {
      position: absolute;
      left: 50%;
      top: 80%; }
      body.page-layout-sub-cat-layout .bannerslider .sub_cat_slide .more-button-wrap .more-button {
        position: relative;
        left: -50%;
        color: #ffffff;
        background-color: #EA5455;
        padding: 5px 45px;
        font-weight: 700;
        font-size: 16px; }
        body.page-layout-sub-cat-layout .bannerslider .sub_cat_slide .more-button-wrap .more-button:hover {
          text-decoration: none; }
        body.page-layout-sub-cat-layout .bannerslider .sub_cat_slide .more-button-wrap .more-button span {
          text-transform: uppercase; }

body.page-layout-sub-cat-layout ul.slick-dots {
  bottom: 20px !important; }
  body.page-layout-sub-cat-layout ul.slick-dots li button {
    background-color: #f3f3f3; }
    body.page-layout-sub-cat-layout ul.slick-dots li button:before {
      color: #f3f3f3; }

body.page-layout-sub-cat-layout .categories-grid .category-block {
  margin-bottom: 20px; }
  body.page-layout-sub-cat-layout .categories-grid .category-block .img-wrap {
    width: 100%;
    display: inline-block; border-radius:5px;
    float: left; }
    body.page-layout-sub-cat-layout .categories-grid .category-block .img-wrap img {
      width: 100%;
      height: auto; }
      @media (min-width: 767px) {
        body.page-layout-sub-cat-layout .categories-grid .category-block .img-wrap img {
        } }
      @media (min-width: 1200px) {
        body.page-layout-sub-cat-layout .categories-grid .category-block .img-wrap img {
          height: auto; } }
body.page-layout-sub-cat-layout .categories-grid .category-block .img-wrap a.title-wrap {
  position: absolute;
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 80% !important;
	bottom: 60px;
	left: 10%;
}
      @media (min-width: 1200px) {
        body.page-layout-sub-cat-layout .categories-grid .category-block .img-wrap a.title-wrap {
          width: 70%; } }
      body.page-layout-sub-cat-layout .categories-grid .category-block .img-wrap a.title-wrap:hover {
        text-decoration: none; }
body.page-layout-sub-cat-layout .categories-grid .category-block .img-wrap a.title-wrap span.title {
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
}
  body.page-layout-sub-cat-layout .categories-grid .category-block .description {
    padding: 0 10px;
    margin: 10px 0;
    float: left;display: none;
    font-size: 13px; }

body.page-layout-sub-cat-layout .page-footer {
  margin-top: 3px; }

body.catalog-category-view .product-top,
body.catalogsearch-result-index .product-top,
body.catalogsearch-advanced-result .product-top,
body.base-sales-index .product-top {
  position: relative; }

body.catalog-category-view .products.wrapper.grid.products-grid,
body.catalogsearch-result-index .products.wrapper.grid.products-grid,
body.catalogsearch-advanced-result .products.wrapper.grid.products-grid,
body.base-sales-index .products.wrapper.grid.products-grid {
  margin: 30px 0 0 0; }

body.catalog-category-view .page-title-wrapper h1.page-title, body.catalog-category-view .page-title-wrapper body.checkout-index-index .opc-wrapper .page-title.step-title, body.checkout-index-index .opc-wrapper body.catalog-category-view .page-title-wrapper .page-title.step-title, body.catalog-category-view .page-title-wrapper body.checkout-index-index .opc-block-shipping-information .page-title.shipping-information-title, body.checkout-index-index .opc-block-shipping-information body.catalog-category-view .page-title-wrapper .page-title.shipping-information-title, body.catalog-category-view .page-title-wrapper body.checkout-index-index .opc-block-summary > .page-title.title, body.checkout-index-index body.catalog-category-view .page-title-wrapper .opc-block-summary > .page-title.title, body.catalog-category-view .page-title-wrapper body.checkout-index-index .checkout-agreements-items .page-title.checkout-agreements-item-title, body.checkout-index-index .checkout-agreements-items body.catalog-category-view .page-title-wrapper .page-title.checkout-agreements-item-title,
body.catalogsearch-result-index .page-title-wrapper h1.page-title,
body.catalogsearch-result-index .page-title-wrapper body.checkout-index-index .opc-wrapper .page-title.step-title,
body.checkout-index-index .opc-wrapper body.catalogsearch-result-index .page-title-wrapper .page-title.step-title,
body.catalogsearch-result-index .page-title-wrapper body.checkout-index-index .opc-block-shipping-information .page-title.shipping-information-title,
body.checkout-index-index .opc-block-shipping-information body.catalogsearch-result-index .page-title-wrapper .page-title.shipping-information-title,
body.catalogsearch-result-index .page-title-wrapper body.checkout-index-index .opc-block-summary > .page-title.title,
body.checkout-index-index body.catalogsearch-result-index .page-title-wrapper .opc-block-summary > .page-title.title,
body.catalogsearch-result-index .page-title-wrapper body.checkout-index-index .checkout-agreements-items .page-title.checkout-agreements-item-title,
body.checkout-index-index .checkout-agreements-items body.catalogsearch-result-index .page-title-wrapper .page-title.checkout-agreements-item-title,
body.catalogsearch-advanced-result .page-title-wrapper h1.page-title,
body.catalogsearch-advanced-result .page-title-wrapper body.checkout-index-index .opc-wrapper .page-title.step-title,
body.checkout-index-index .opc-wrapper body.catalogsearch-advanced-result .page-title-wrapper .page-title.step-title,
body.catalogsearch-advanced-result .page-title-wrapper body.checkout-index-index .opc-block-shipping-information .page-title.shipping-information-title,
body.checkout-index-index .opc-block-shipping-information body.catalogsearch-advanced-result .page-title-wrapper .page-title.shipping-information-title,
body.catalogsearch-advanced-result .page-title-wrapper body.checkout-index-index .opc-block-summary > .page-title.title,
body.checkout-index-index body.catalogsearch-advanced-result .page-title-wrapper .opc-block-summary > .page-title.title,
body.catalogsearch-advanced-result .page-title-wrapper body.checkout-index-index .checkout-agreements-items .page-title.checkout-agreements-item-title,
body.checkout-index-index .checkout-agreements-items body.catalogsearch-advanced-result .page-title-wrapper .page-title.checkout-agreements-item-title,
body.base-sales-index .page-title-wrapper h1.page-title,
body.base-sales-index .page-title-wrapper body.checkout-index-index .opc-wrapper .page-title.step-title,
body.checkout-index-index .opc-wrapper body.base-sales-index .page-title-wrapper .page-title.step-title,
body.base-sales-index .page-title-wrapper body.checkout-index-index .opc-block-shipping-information .page-title.shipping-information-title,
body.checkout-index-index .opc-block-shipping-information body.base-sales-index .page-title-wrapper .page-title.shipping-information-title,
body.base-sales-index .page-title-wrapper body.checkout-index-index .opc-block-summary > .page-title.title,
body.checkout-index-index body.base-sales-index .page-title-wrapper .opc-block-summary > .page-title.title,
body.base-sales-index .page-title-wrapper body.checkout-index-index .checkout-agreements-items .page-title.checkout-agreements-item-title,
body.checkout-index-index .checkout-agreements-items body.base-sales-index .page-title-wrapper .page-title.checkout-agreements-item-title {
  margin: 20px 0; }
  body.catalog-category-view .page-title-wrapper h1.page-title a, body.catalog-category-view .page-title-wrapper body.checkout-index-index .opc-wrapper .page-title.step-title a, body.checkout-index-index .opc-wrapper body.catalog-category-view .page-title-wrapper .page-title.step-title a, body.catalog-category-view .page-title-wrapper body.checkout-index-index .opc-block-shipping-information .page-title.shipping-information-title a, body.checkout-index-index .opc-block-shipping-information body.catalog-category-view .page-title-wrapper .page-title.shipping-information-title a, body.catalog-category-view .page-title-wrapper body.checkout-index-index .opc-block-summary > .page-title.title a, body.checkout-index-index body.catalog-category-view .page-title-wrapper .opc-block-summary > .page-title.title a, body.catalog-category-view .page-title-wrapper body.checkout-index-index .checkout-agreements-items .page-title.checkout-agreements-item-title a, body.checkout-index-index .checkout-agreements-items body.catalog-category-view .page-title-wrapper .page-title.checkout-agreements-item-title a,
  body.catalogsearch-result-index .page-title-wrapper h1.page-title a,
  body.catalogsearch-result-index .page-title-wrapper body.checkout-index-index .opc-wrapper .page-title.step-title a,
  body.checkout-index-index .opc-wrapper body.catalogsearch-result-index .page-title-wrapper .page-title.step-title a,
  body.catalogsearch-result-index .page-title-wrapper body.checkout-index-index .opc-block-shipping-information .page-title.shipping-information-title a,
  body.checkout-index-index .opc-block-shipping-information body.catalogsearch-result-index .page-title-wrapper .page-title.shipping-information-title a,
  body.catalogsearch-result-index .page-title-wrapper body.checkout-index-index .opc-block-summary > .page-title.title a,
  body.checkout-index-index body.catalogsearch-result-index .page-title-wrapper .opc-block-summary > .page-title.title a,
  body.catalogsearch-result-index .page-title-wrapper body.checkout-index-index .checkout-agreements-items .page-title.checkout-agreements-item-title a,
  body.checkout-index-index .checkout-agreements-items body.catalogsearch-result-index .page-title-wrapper .page-title.checkout-agreements-item-title a,
  body.catalogsearch-advanced-result .page-title-wrapper h1.page-title a,
  body.catalogsearch-advanced-result .page-title-wrapper body.checkout-index-index .opc-wrapper .page-title.step-title a,
  body.checkout-index-index .opc-wrapper body.catalogsearch-advanced-result .page-title-wrapper .page-title.step-title a,
  body.catalogsearch-advanced-result .page-title-wrapper body.checkout-index-index .opc-block-shipping-information .page-title.shipping-information-title a,
  body.checkout-index-index .opc-block-shipping-information body.catalogsearch-advanced-result .page-title-wrapper .page-title.shipping-information-title a,
  body.catalogsearch-advanced-result .page-title-wrapper body.checkout-index-index .opc-block-summary > .page-title.title a,
  body.checkout-index-index body.catalogsearch-advanced-result .page-title-wrapper .opc-block-summary > .page-title.title a,
  body.catalogsearch-advanced-result .page-title-wrapper body.checkout-index-index .checkout-agreements-items .page-title.checkout-agreements-item-title a,
  body.checkout-index-index .checkout-agreements-items body.catalogsearch-advanced-result .page-title-wrapper .page-title.checkout-agreements-item-title a,
  body.base-sales-index .page-title-wrapper h1.page-title a,
  body.base-sales-index .page-title-wrapper body.checkout-index-index .opc-wrapper .page-title.step-title a,
  body.checkout-index-index .opc-wrapper body.base-sales-index .page-title-wrapper .page-title.step-title a,
  body.base-sales-index .page-title-wrapper body.checkout-index-index .opc-block-shipping-information .page-title.shipping-information-title a,
  body.checkout-index-index .opc-block-shipping-information body.base-sales-index .page-title-wrapper .page-title.shipping-information-title a,
  body.base-sales-index .page-title-wrapper body.checkout-index-index .opc-block-summary > .page-title.title a,
  body.checkout-index-index body.base-sales-index .page-title-wrapper .opc-block-summary > .page-title.title a,
  body.base-sales-index .page-title-wrapper body.checkout-index-index .checkout-agreements-items .page-title.checkout-agreements-item-title a,
  body.checkout-index-index .checkout-agreements-items body.base-sales-index .page-title-wrapper .page-title.checkout-agreements-item-title a {
    text-decoration: none; }

body.catalog-category-view .sub-cats-4lvl-wrapper,
body.catalogsearch-result-index .sub-cats-4lvl-wrapper,
body.catalogsearch-advanced-result .sub-cats-4lvl-wrapper,
body.base-sales-index .sub-cats-4lvl-wrapper {
  text-align: center; }
  body.catalog-category-view .sub-cats-4lvl-wrapper ul.sub-cats-4lvl,
  body.catalogsearch-result-index .sub-cats-4lvl-wrapper ul.sub-cats-4lvl,
  body.catalogsearch-advanced-result .sub-cats-4lvl-wrapper ul.sub-cats-4lvl,
  body.base-sales-index .sub-cats-4lvl-wrapper ul.sub-cats-4lvl {
    padding-left: 0; }
    body.catalog-category-view .sub-cats-4lvl-wrapper ul.sub-cats-4lvl li.sub-cat,
    body.catalogsearch-result-index .sub-cats-4lvl-wrapper ul.sub-cats-4lvl li.sub-cat,
    body.catalogsearch-advanced-result .sub-cats-4lvl-wrapper ul.sub-cats-4lvl li.sub-cat,
    body.base-sales-index .sub-cats-4lvl-wrapper ul.sub-cats-4lvl li.sub-cat {
      margin: 0 15px;
      list-style: none;
      display: inline-block; }
      body.catalog-category-view .sub-cats-4lvl-wrapper ul.sub-cats-4lvl li.sub-cat a,
      body.catalogsearch-result-index .sub-cats-4lvl-wrapper ul.sub-cats-4lvl li.sub-cat a,
      body.catalogsearch-advanced-result .sub-cats-4lvl-wrapper ul.sub-cats-4lvl li.sub-cat a,
      body.base-sales-index .sub-cats-4lvl-wrapper ul.sub-cats-4lvl li.sub-cat a {
        font-size: 12px;
        color: #191919; }
        body.catalog-category-view .sub-cats-4lvl-wrapper ul.sub-cats-4lvl li.sub-cat a:hover,
        body.catalogsearch-result-index .sub-cats-4lvl-wrapper ul.sub-cats-4lvl li.sub-cat a:hover,
        body.catalogsearch-advanced-result .sub-cats-4lvl-wrapper ul.sub-cats-4lvl li.sub-cat a:hover,
        body.base-sales-index .sub-cats-4lvl-wrapper ul.sub-cats-4lvl li.sub-cat a:hover {
          color: #57d3e8; }
      body.catalog-category-view .sub-cats-4lvl-wrapper ul.sub-cats-4lvl li.sub-cat.active a,
      body.catalogsearch-result-index .sub-cats-4lvl-wrapper ul.sub-cats-4lvl li.sub-cat.active a,
      body.catalogsearch-advanced-result .sub-cats-4lvl-wrapper ul.sub-cats-4lvl li.sub-cat.active a,
      body.base-sales-index .sub-cats-4lvl-wrapper ul.sub-cats-4lvl li.sub-cat.active a {
        color: #57d3e8;
        text-decoration: underline; }

body.catalog-category-view .sidebar.sidebar-main,
body.catalogsearch-result-index .sidebar.sidebar-main,
body.catalogsearch-advanced-result .sidebar.sidebar-main,
body.base-sales-index .sidebar.sidebar-main {
  width: 100%; }

body.catalog-category-view .sidebar-content .block-title.filter-title,
body.catalog-category-view .search-sidebar .block-title.filter-title,
body.catalog-category-view .block-content.filter-content .block-title.filter-title,
body.catalogsearch-result-index .sidebar-content .block-title.filter-title,
body.catalogsearch-result-index .search-sidebar .block-title.filter-title,
body.catalogsearch-result-index .block-content.filter-content .block-title.filter-title,
body.catalogsearch-advanced-result .sidebar-content .block-title.filter-title,
body.catalogsearch-advanced-result .search-sidebar .block-title.filter-title,
body.catalogsearch-advanced-result .block-content.filter-content .block-title.filter-title,
body.base-sales-index .sidebar-content .block-title.filter-title,
body.base-sales-index .search-sidebar .block-title.filter-title,
body.base-sales-index .block-content.filter-content .block-title.filter-title {
  display: none; }

body.catalog-category-view .sidebar-content strong,
body.catalog-category-view .search-sidebar strong,
body.catalog-category-view .block-content.filter-content strong,
body.catalogsearch-result-index .sidebar-content strong,
body.catalogsearch-result-index .search-sidebar strong,
body.catalogsearch-result-index .block-content.filter-content strong,
body.catalogsearch-advanced-result .sidebar-content strong,
body.catalogsearch-advanced-result .search-sidebar strong,
body.catalogsearch-advanced-result .block-content.filter-content strong,
body.base-sales-index .sidebar-content strong,
body.base-sales-index .search-sidebar strong,
body.base-sales-index .block-content.filter-content strong {
  background-color: #474a50;
  color: #ffffff;
  width: 100%;
  margin-bottom: 0;
  line-height: 35px;
  padding: 0 10px;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer; }

body.catalog-category-view .sidebar-content strong.filter-current-subtitle::before,
body.catalog-category-view .search-sidebar strong.filter-current-subtitle::before,
body.catalog-category-view .block-content.filter-content strong.filter-current-subtitle::before,
body.catalogsearch-result-index .sidebar-content strong.filter-current-subtitle::before,
body.catalogsearch-result-index .search-sidebar strong.filter-current-subtitle::before,
body.catalogsearch-result-index .block-content.filter-content strong.filter-current-subtitle::before,
body.catalogsearch-advanced-result .sidebar-content strong.filter-current-subtitle::before,
body.catalogsearch-advanced-result .search-sidebar strong.filter-current-subtitle::before,
body.catalogsearch-advanced-result .block-content.filter-content strong.filter-current-subtitle::before,
body.base-sales-index .sidebar-content strong.filter-current-subtitle::before,
body.base-sales-index .search-sidebar strong.filter-current-subtitle::before,
body.base-sales-index .block-content.filter-content strong.filter-current-subtitle::before {
  content: unset; }

body.catalog-category-view .sidebar-content strong.filter-current-subtitle::after,
body.catalog-category-view .search-sidebar strong.filter-current-subtitle::after,
body.catalog-category-view .block-content.filter-content strong.filter-current-subtitle::after,
body.catalogsearch-result-index .sidebar-content strong.filter-current-subtitle::after,
body.catalogsearch-result-index .search-sidebar strong.filter-current-subtitle::after,
body.catalogsearch-result-index .block-content.filter-content strong.filter-current-subtitle::after,
body.catalogsearch-advanced-result .sidebar-content strong.filter-current-subtitle::after,
body.catalogsearch-advanced-result .search-sidebar strong.filter-current-subtitle::after,
body.catalogsearch-advanced-result .block-content.filter-content strong.filter-current-subtitle::after,
body.base-sales-index .sidebar-content strong.filter-current-subtitle::after,
body.base-sales-index .search-sidebar strong.filter-current-subtitle::after,
body.base-sales-index .block-content.filter-content strong.filter-current-subtitle::after {
  color: #fff;
  right: 14px; }

body.catalog-category-view .sidebar-content strong:after,
body.catalog-category-view .search-sidebar strong:after,
body.catalog-category-view .block-content.filter-content strong:after,
body.catalogsearch-result-index .sidebar-content strong:after,
body.catalogsearch-result-index .search-sidebar strong:after,
body.catalogsearch-result-index .block-content.filter-content strong:after,
body.catalogsearch-advanced-result .sidebar-content strong:after,
body.catalogsearch-advanced-result .search-sidebar strong:after,
body.catalogsearch-advanced-result .block-content.filter-content strong:after,
body.base-sales-index .sidebar-content strong:after,
body.base-sales-index .search-sidebar strong:after,
body.base-sales-index .block-content.filter-content strong:after {
  content: '\e622';
  position: absolute;
  right: 28px;
  font-family: 'luma-icons';
  font-size: 13px;
  font-weight: normal;
  overflow: hidden; }

body.catalog-category-view .sidebar-content strong.active:after,
body.catalog-category-view .search-sidebar strong.active:after,
body.catalog-category-view .block-content.filter-content strong.active:after,
body.catalogsearch-result-index .sidebar-content strong.active:after,
body.catalogsearch-result-index .search-sidebar strong.active:after,
body.catalogsearch-result-index .block-content.filter-content strong.active:after,
body.catalogsearch-advanced-result .sidebar-content strong.active:after,
body.catalogsearch-advanced-result .search-sidebar strong.active:after,
body.catalogsearch-advanced-result .block-content.filter-content strong.active:after,
body.base-sales-index .sidebar-content strong.active:after,
body.base-sales-index .search-sidebar strong.active:after,
body.base-sales-index .block-content.filter-content strong.active:after {
  content: '\e621'; }

body.catalog-category-view .sidebar-content .filter-options .filter-options-item,
body.catalog-category-view .search-sidebar .filter-options .filter-options-item,
body.catalog-category-view .block-content.filter-content .filter-options .filter-options-item,
body.catalogsearch-result-index .sidebar-content .filter-options .filter-options-item,
body.catalogsearch-result-index .search-sidebar .filter-options .filter-options-item,
body.catalogsearch-result-index .block-content.filter-content .filter-options .filter-options-item,
body.catalogsearch-advanced-result .sidebar-content .filter-options .filter-options-item,
body.catalogsearch-advanced-result .search-sidebar .filter-options .filter-options-item,
body.catalogsearch-advanced-result .block-content.filter-content .filter-options .filter-options-item,
body.base-sales-index .sidebar-content .filter-options .filter-options-item,
body.base-sales-index .search-sidebar .filter-options .filter-options-item,
body.base-sales-index .block-content.filter-content .filter-options .filter-options-item {
  padding-bottom: 0;
  border-bottom: none; }

body.catalog-category-view .sidebar-content .filter-options .filter-options-title,
body.catalog-category-view .search-sidebar .filter-options .filter-options-title,
body.catalog-category-view .block-content.filter-content .filter-options .filter-options-title,
body.catalogsearch-result-index .sidebar-content .filter-options .filter-options-title,
body.catalogsearch-result-index .search-sidebar .filter-options .filter-options-title,
body.catalogsearch-result-index .block-content.filter-content .filter-options .filter-options-title,
body.catalogsearch-advanced-result .sidebar-content .filter-options .filter-options-title,
body.catalogsearch-advanced-result .search-sidebar .filter-options .filter-options-title,
body.catalogsearch-advanced-result .block-content.filter-content .filter-options .filter-options-title,
body.base-sales-index .sidebar-content .filter-options .filter-options-title,
body.base-sales-index .search-sidebar .filter-options .filter-options-title,
body.base-sales-index .block-content.filter-content .filter-options .filter-options-title {
  font-weight: 400;
  background-color: #f3f3f3;
  line-height: 1;
  font-size: 1.4rem;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 25px 10px 10px;
  color: #191919; }

body.catalog-category-view .sidebar-content .filter-options .filter-options-content,
body.catalog-category-view .search-sidebar .filter-options .filter-options-content,
body.catalog-category-view .block-content.filter-content .filter-options .filter-options-content,
body.catalogsearch-result-index .sidebar-content .filter-options .filter-options-content,
body.catalogsearch-result-index .search-sidebar .filter-options .filter-options-content,
body.catalogsearch-result-index .block-content.filter-content .filter-options .filter-options-content,
body.catalogsearch-advanced-result .sidebar-content .filter-options .filter-options-content,
body.catalogsearch-advanced-result .search-sidebar .filter-options .filter-options-content,
body.catalogsearch-advanced-result .block-content.filter-content .filter-options .filter-options-content,
body.base-sales-index .sidebar-content .filter-options .filter-options-content,
body.base-sales-index .search-sidebar .filter-options .filter-options-content,
body.base-sales-index .block-content.filter-content .filter-options .filter-options-content {
  background-color: #ffffff;
  margin: 0; }
  body.catalog-category-view .sidebar-content .filter-options .filter-options-content .item,
  body.catalog-category-view .search-sidebar .filter-options .filter-options-content .item,
  body.catalog-category-view .block-content.filter-content .filter-options .filter-options-content .item,
  body.catalogsearch-result-index .sidebar-content .filter-options .filter-options-content .item,
  body.catalogsearch-result-index .search-sidebar .filter-options .filter-options-content .item,
  body.catalogsearch-result-index .block-content.filter-content .filter-options .filter-options-content .item,
  body.catalogsearch-advanced-result .sidebar-content .filter-options .filter-options-content .item,
  body.catalogsearch-advanced-result .search-sidebar .filter-options .filter-options-content .item,
  body.catalogsearch-advanced-result .block-content.filter-content .filter-options .filter-options-content .item,
  body.base-sales-index .sidebar-content .filter-options .filter-options-content .item,
  body.base-sales-index .search-sidebar .filter-options .filter-options-content .item,
  body.base-sales-index .block-content.filter-content .filter-options .filter-options-content .item {
    line-height: 1;
    margin: 10px 0; }
    body.catalog-category-view .sidebar-content .filter-options .filter-options-content .item a,
    body.catalog-category-view .search-sidebar .filter-options .filter-options-content .item a,
    body.catalog-category-view .block-content.filter-content .filter-options .filter-options-content .item a,
    body.catalogsearch-result-index .sidebar-content .filter-options .filter-options-content .item a,
    body.catalogsearch-result-index .search-sidebar .filter-options .filter-options-content .item a,
    body.catalogsearch-result-index .block-content.filter-content .filter-options .filter-options-content .item a,
    body.catalogsearch-advanced-result .sidebar-content .filter-options .filter-options-content .item a,
    body.catalogsearch-advanced-result .search-sidebar .filter-options .filter-options-content .item a,
    body.catalogsearch-advanced-result .block-content.filter-content .filter-options .filter-options-content .item a,
    body.base-sales-index .sidebar-content .filter-options .filter-options-content .item a,
    body.base-sales-index .search-sidebar .filter-options .filter-options-content .item a,
    body.base-sales-index .block-content.filter-content .filter-options .filter-options-content .item a {
      color: #191919;
      font-size: 12px; }
      body.catalog-category-view .sidebar-content .filter-options .filter-options-content .item a:hover,
      body.catalog-category-view .search-sidebar .filter-options .filter-options-content .item a:hover,
      body.catalog-category-view .block-content.filter-content .filter-options .filter-options-content .item a:hover,
      body.catalogsearch-result-index .sidebar-content .filter-options .filter-options-content .item a:hover,
      body.catalogsearch-result-index .search-sidebar .filter-options .filter-options-content .item a:hover,
      body.catalogsearch-result-index .block-content.filter-content .filter-options .filter-options-content .item a:hover,
      body.catalogsearch-advanced-result .sidebar-content .filter-options .filter-options-content .item a:hover,
      body.catalogsearch-advanced-result .search-sidebar .filter-options .filter-options-content .item a:hover,
      body.catalogsearch-advanced-result .block-content.filter-content .filter-options .filter-options-content .item a:hover,
      body.base-sales-index .sidebar-content .filter-options .filter-options-content .item a:hover,
      body.base-sales-index .search-sidebar .filter-options .filter-options-content .item a:hover,
      body.base-sales-index .block-content.filter-content .filter-options .filter-options-content .item a:hover {
        background-color: inherit; }

body.catalog-category-view .sidebar-content .filter-options span.count,
body.catalog-category-view .search-sidebar .filter-options span.count,
body.catalog-category-view .block-content.filter-content .filter-options span.count,
body.catalogsearch-result-index .sidebar-content .filter-options span.count,
body.catalogsearch-result-index .search-sidebar .filter-options span.count,
body.catalogsearch-result-index .block-content.filter-content .filter-options span.count,
body.catalogsearch-advanced-result .sidebar-content .filter-options span.count,
body.catalogsearch-advanced-result .search-sidebar .filter-options span.count,
body.catalogsearch-advanced-result .block-content.filter-content .filter-options span.count,
body.base-sales-index .sidebar-content .filter-options span.count,
body.base-sales-index .search-sidebar .filter-options span.count,
body.base-sales-index .block-content.filter-content .filter-options span.count {
  float: right; }

body.catalog-category-view .sidebar-content .filter-options .swatch-option.text,
body.catalog-category-view .search-sidebar .filter-options .swatch-option.text,
body.catalog-category-view .block-content.filter-content .filter-options .swatch-option.text,
body.catalogsearch-result-index .sidebar-content .filter-options .swatch-option.text,
body.catalogsearch-result-index .search-sidebar .filter-options .swatch-option.text,
body.catalogsearch-result-index .block-content.filter-content .filter-options .swatch-option.text,
body.catalogsearch-advanced-result .sidebar-content .filter-options .swatch-option.text,
body.catalogsearch-advanced-result .search-sidebar .filter-options .swatch-option.text,
body.catalogsearch-advanced-result .block-content.filter-content .filter-options .swatch-option.text,
body.base-sales-index .sidebar-content .filter-options .swatch-option.text,
body.base-sales-index .search-sidebar .filter-options .swatch-option.text,
body.base-sales-index .block-content.filter-content .filter-options .swatch-option.text {
  background: #F0F0F0;
  color: #686868;
  font-size: 12px;
  font-weight: 700;
  padding: 10px;
  height: auto; }

body.catalog-category-view .block-content.filter-content strong.filter-current-subtitle::before,
body.catalogsearch-result-index .block-content.filter-content strong.filter-current-subtitle::before,
body.catalogsearch-advanced-result .block-content.filter-content strong.filter-current-subtitle::before,
body.base-sales-index .block-content.filter-content strong.filter-current-subtitle::before {
  content: unset; }

body.catalog-category-view .block-content.filter-content strong.filter-current-subtitle::after,
body.catalogsearch-result-index .block-content.filter-content strong.filter-current-subtitle::after,
body.catalogsearch-advanced-result .block-content.filter-content strong.filter-current-subtitle::after,
body.base-sales-index .block-content.filter-content strong.filter-current-subtitle::after {
  color: #fff;
  right: 14px; }

body.catalog-category-view .block-content.filter-content .filter-current.active strong.filter-current-subtitle::after,
body.catalogsearch-result-index .block-content.filter-content .filter-current.active strong.filter-current-subtitle::after,
body.catalogsearch-advanced-result .block-content.filter-content .filter-current.active strong.filter-current-subtitle::after,
body.base-sales-index .block-content.filter-content .filter-current.active strong.filter-current-subtitle::after {
  content: '\e621'; }

@media screen and (min-width: 770px) {
  body.catalog-category-view .block-content.filter-content .filter-current.active strong.filter-current-subtitle::after,
  body.catalogsearch-result-index .block-content.filter-content .filter-current.active strong.filter-current-subtitle::after,
  body.catalogsearch-advanced-result .block-content.filter-content .filter-current.active strong.filter-current-subtitle::after,
  body.base-sales-index .block-content.filter-content .filter-current.active strong.filter-current-subtitle::after {
    content: '\e621';
    right: 28px; } }

body.catalog-category-view .sidebar.sidebar-main .block-title.filter-title,
body.catalogsearch-result-index .sidebar.sidebar-main .block-title.filter-title,
body.catalogsearch-advanced-result .sidebar.sidebar-main .block-title.filter-title,
body.base-sales-index .sidebar.sidebar-main .block-title.filter-title {
  display: none; }

body.catalog-category-view .sidebar.sidebar-additionals,
body.catalog-category-view .sidebar.sidebar-additional,
body.catalogsearch-result-index .sidebar.sidebar-additionals,
body.catalogsearch-result-index .sidebar.sidebar-additional,
body.catalogsearch-advanced-result .sidebar.sidebar-additionals,
body.catalogsearch-advanced-result .sidebar.sidebar-additional,
body.base-sales-index .sidebar.sidebar-additionals,
body.base-sales-index .sidebar.sidebar-additional {
  display: none; }

body.catalog-category-view .toolbar.toolbar-products,
body.catalogsearch-result-index .toolbar.toolbar-products,
body.catalogsearch-advanced-result .toolbar.toolbar-products,
body.base-sales-index .toolbar.toolbar-products {
  height: 37px;
  padding: 2px 10px;
  font-size: 13px;
  background-color: #f3f3f3;
  text-align: left; }
  @media (min-width: 480px) {
    body.catalog-category-view .toolbar.toolbar-products,
    body.catalogsearch-result-index .toolbar.toolbar-products,
    body.catalogsearch-advanced-result .toolbar.toolbar-products,
    body.base-sales-index .toolbar.toolbar-products {
      font-size: 14px; } }
  body.catalog-category-view .toolbar.toolbar-products select,
  body.catalogsearch-result-index .toolbar.toolbar-products select,
  body.catalogsearch-advanced-result .toolbar.toolbar-products select,
  body.base-sales-index .toolbar.toolbar-products select {
    padding: 5px 25px 4px 10px; }
  body.catalog-category-view .toolbar.toolbar-products .toolbar-amount,
  body.catalogsearch-result-index .toolbar.toolbar-products .toolbar-amount,
  body.catalogsearch-advanced-result .toolbar.toolbar-products .toolbar-amount,
  body.base-sales-index .toolbar.toolbar-products .toolbar-amount {
    display: none;
    position: relative;
    width: auto;
    float: left;
    line-height: inherit;
    padding: 7px 0 0;
    margin-right: 0;
    margin-left: 5px; }
    @media (min-width: 1200px) {
      body.catalog-category-view .toolbar.toolbar-products .toolbar-amount,
      body.catalogsearch-result-index .toolbar.toolbar-products .toolbar-amount,
      body.catalogsearch-advanced-result .toolbar.toolbar-products .toolbar-amount,
      body.base-sales-index .toolbar.toolbar-products .toolbar-amount {
        display: block; } }
    @media (min-width: 480px) {
      body.catalog-category-view .toolbar.toolbar-products .toolbar-amount,
      body.catalogsearch-result-index .toolbar.toolbar-products .toolbar-amount,
      body.catalogsearch-advanced-result .toolbar.toolbar-products .toolbar-amount,
      body.base-sales-index .toolbar.toolbar-products .toolbar-amount {
        margin-right: 20px;
        margin-left: 20px; } }
    @media (min-width: 1200px) {
      body.catalog-category-view .toolbar.toolbar-products .toolbar-amount,
      body.catalogsearch-result-index .toolbar.toolbar-products .toolbar-amount,
      body.catalogsearch-advanced-result .toolbar.toolbar-products .toolbar-amount,
      body.base-sales-index .toolbar.toolbar-products .toolbar-amount {
        margin-right: 10px;
        margin-left: 0; } }
  body.catalog-category-view .toolbar.toolbar-products .toolbar-sorter.sorter,
  body.catalogsearch-result-index .toolbar.toolbar-products .toolbar-sorter.sorter,
  body.catalogsearch-advanced-result .toolbar.toolbar-products .toolbar-sorter.sorter,
  body.base-sales-index .toolbar.toolbar-products .toolbar-sorter.sorter {
    position: relative;
    right: 0;
    padding: 0;
    width: auto; }
    @media (min-width: 1200px) {
      body.catalog-category-view .toolbar.toolbar-products .toolbar-sorter.sorter,
      body.catalogsearch-result-index .toolbar.toolbar-products .toolbar-sorter.sorter,
      body.catalogsearch-advanced-result .toolbar.toolbar-products .toolbar-sorter.sorter,
      body.base-sales-index .toolbar.toolbar-products .toolbar-sorter.sorter {
        float: left;
        margin-left: 20px; } }
    body.catalog-category-view .toolbar.toolbar-products .toolbar-sorter.sorter .sorter-label,
    body.catalogsearch-result-index .toolbar.toolbar-products .toolbar-sorter.sorter .sorter-label,
    body.catalogsearch-advanced-result .toolbar.toolbar-products .toolbar-sorter.sorter .sorter-label,
    body.base-sales-index .toolbar.toolbar-products .toolbar-sorter.sorter .sorter-label {
      display: none; }
      @media (min-width: 480px) {
        body.catalog-category-view .toolbar.toolbar-products .toolbar-sorter.sorter .sorter-label,
        body.catalogsearch-result-index .toolbar.toolbar-products .toolbar-sorter.sorter .sorter-label,
        body.catalogsearch-advanced-result .toolbar.toolbar-products .toolbar-sorter.sorter .sorter-label,
        body.base-sales-index .toolbar.toolbar-products .toolbar-sorter.sorter .sorter-label {
          display: inline-block; } }
    body.catalog-category-view .toolbar.toolbar-products .toolbar-sorter.sorter .sorter-options,
    body.catalogsearch-result-index .toolbar.toolbar-products .toolbar-sorter.sorter .sorter-options,
    body.catalogsearch-advanced-result .toolbar.toolbar-products .toolbar-sorter.sorter .sorter-options,
    body.base-sales-index .toolbar.toolbar-products .toolbar-sorter.sorter .sorter-options {
      margin: 0 0 0 7px;
      max-width: 150px;
      width: auto; }
      @media (min-width: 1200px) {
        body.catalog-category-view .toolbar.toolbar-products .toolbar-sorter.sorter .sorter-options,
        body.catalogsearch-result-index .toolbar.toolbar-products .toolbar-sorter.sorter .sorter-options,
        body.catalogsearch-advanced-result .toolbar.toolbar-products .toolbar-sorter.sorter .sorter-options,
        body.base-sales-index .toolbar.toolbar-products .toolbar-sorter.sorter .sorter-options {
          max-width: 100%; } }
  body.catalog-category-view .toolbar.toolbar-products .pages,
  body.catalogsearch-result-index .toolbar.toolbar-products .pages,
  body.catalogsearch-advanced-result .toolbar.toolbar-products .pages,
  body.base-sales-index .toolbar.toolbar-products .pages {
    display: none;
    position: relative;
    bottom: 2px;
    float: right;
    margin: 0;
    width: auto; }
    @media (min-width: 1200px) {
      body.catalog-category-view .toolbar.toolbar-products .pages,
      body.catalogsearch-result-index .toolbar.toolbar-products .pages,
      body.catalogsearch-advanced-result .toolbar.toolbar-products .pages,
      body.base-sales-index .toolbar.toolbar-products .pages {
        display: block;
        bottom: 0; } }
    body.catalog-category-view .toolbar.toolbar-products .pages ul.pages-items li.item,
    body.catalogsearch-result-index .toolbar.toolbar-products .pages ul.pages-items li.item,
    body.catalogsearch-advanced-result .toolbar.toolbar-products .pages ul.pages-items li.item,
    body.base-sales-index .toolbar.toolbar-products .pages ul.pages-items li.item {
      font-size: 15px;
      font-weight: 400;
      margin: 0;
      position: relative;
      top: 2px; }
      @media (min-width: 992px) {
        body.catalog-category-view .toolbar.toolbar-products .pages ul.pages-items li.item,
        body.catalogsearch-result-index .toolbar.toolbar-products .pages ul.pages-items li.item,
        body.catalogsearch-advanced-result .toolbar.toolbar-products .pages ul.pages-items li.item,
        body.base-sales-index .toolbar.toolbar-products .pages ul.pages-items li.item {
          top: 0; } }
      body.catalog-category-view .toolbar.toolbar-products .pages ul.pages-items li.item.pages-item-separator,
      body.catalogsearch-result-index .toolbar.toolbar-products .pages ul.pages-items li.item.pages-item-separator,
      body.catalogsearch-advanced-result .toolbar.toolbar-products .pages ul.pages-items li.item.pages-item-separator,
      body.base-sales-index .toolbar.toolbar-products .pages ul.pages-items li.item.pages-item-separator {
        color: #8b8b8b; }
      body.catalog-category-view .toolbar.toolbar-products .pages ul.pages-items li.item.current strong.page,
      body.catalogsearch-result-index .toolbar.toolbar-products .pages ul.pages-items li.item.current strong.page,
      body.catalogsearch-advanced-result .toolbar.toolbar-products .pages ul.pages-items li.item.current strong.page,
      body.base-sales-index .toolbar.toolbar-products .pages ul.pages-items li.item.current strong.page {
        color: #EA5455;
        background-color: transparent;
        font-size: 15px; }
      body.catalog-category-view .toolbar.toolbar-products .pages ul.pages-items li.item a.page,
      body.catalogsearch-result-index .toolbar.toolbar-products .pages ul.pages-items li.item a.page,
      body.catalogsearch-advanced-result .toolbar.toolbar-products .pages ul.pages-items li.item a.page,
      body.base-sales-index .toolbar.toolbar-products .pages ul.pages-items li.item a.page {
        color: #8b8b8b; }
        body.catalog-category-view .toolbar.toolbar-products .pages ul.pages-items li.item a.page:hover, body.catalog-category-view .toolbar.toolbar-products .pages ul.pages-items li.item a.page:visited,
        body.catalogsearch-result-index .toolbar.toolbar-products .pages ul.pages-items li.item a.page:hover,
        body.catalogsearch-result-index .toolbar.toolbar-products .pages ul.pages-items li.item a.page:visited,
        body.catalogsearch-advanced-result .toolbar.toolbar-products .pages ul.pages-items li.item a.page:hover,
        body.catalogsearch-advanced-result .toolbar.toolbar-products .pages ul.pages-items li.item a.page:visited,
        body.base-sales-index .toolbar.toolbar-products .pages ul.pages-items li.item a.page:hover,
        body.base-sales-index .toolbar.toolbar-products .pages ul.pages-items li.item a.page:visited {
          color: #8b8b8b; }
    body.catalog-category-view .toolbar.toolbar-products .pages ul.pages-items li.item.pages-item-previous,
    body.catalog-category-view .toolbar.toolbar-products .pages ul.pages-items li.item.pages-item-next,
    body.catalogsearch-result-index .toolbar.toolbar-products .pages ul.pages-items li.item.pages-item-previous,
    body.catalogsearch-result-index .toolbar.toolbar-products .pages ul.pages-items li.item.pages-item-next,
    body.catalogsearch-advanced-result .toolbar.toolbar-products .pages ul.pages-items li.item.pages-item-previous,
    body.catalogsearch-advanced-result .toolbar.toolbar-products .pages ul.pages-items li.item.pages-item-next,
    body.base-sales-index .toolbar.toolbar-products .pages ul.pages-items li.item.pages-item-previous,
    body.base-sales-index .toolbar.toolbar-products .pages ul.pages-items li.item.pages-item-next {
      line-height: 20px; }
      body.catalog-category-view .toolbar.toolbar-products .pages ul.pages-items li.item.pages-item-previous a.action.previous,
      body.catalog-category-view .toolbar.toolbar-products .pages ul.pages-items li.item.pages-item-previous a.action.next,
      body.catalog-category-view .toolbar.toolbar-products .pages ul.pages-items li.item.pages-item-next a.action.previous,
      body.catalog-category-view .toolbar.toolbar-products .pages ul.pages-items li.item.pages-item-next a.action.next,
      body.catalogsearch-result-index .toolbar.toolbar-products .pages ul.pages-items li.item.pages-item-previous a.action.previous,
      body.catalogsearch-result-index .toolbar.toolbar-products .pages ul.pages-items li.item.pages-item-previous a.action.next,
      body.catalogsearch-result-index .toolbar.toolbar-products .pages ul.pages-items li.item.pages-item-next a.action.previous,
      body.catalogsearch-result-index .toolbar.toolbar-products .pages ul.pages-items li.item.pages-item-next a.action.next,
      body.catalogsearch-advanced-result .toolbar.toolbar-products .pages ul.pages-items li.item.pages-item-previous a.action.previous,
      body.catalogsearch-advanced-result .toolbar.toolbar-products .pages ul.pages-items li.item.pages-item-previous a.action.next,
      body.catalogsearch-advanced-result .toolbar.toolbar-products .pages ul.pages-items li.item.pages-item-next a.action.previous,
      body.catalogsearch-advanced-result .toolbar.toolbar-products .pages ul.pages-items li.item.pages-item-next a.action.next,
      body.base-sales-index .toolbar.toolbar-products .pages ul.pages-items li.item.pages-item-previous a.action.previous,
      body.base-sales-index .toolbar.toolbar-products .pages ul.pages-items li.item.pages-item-previous a.action.next,
      body.base-sales-index .toolbar.toolbar-products .pages ul.pages-items li.item.pages-item-next a.action.previous,
      body.base-sales-index .toolbar.toolbar-products .pages ul.pages-items li.item.pages-item-next a.action.next {
        box-shadow: none;
        border: none;
        margin: 0;
        background-color: #dedede;
        width: auto; }
        body.catalog-category-view .toolbar.toolbar-products .pages ul.pages-items li.item.pages-item-previous a.action.previous:before,
        body.catalog-category-view .toolbar.toolbar-products .pages ul.pages-items li.item.pages-item-previous a.action.next:before,
        body.catalog-category-view .toolbar.toolbar-products .pages ul.pages-items li.item.pages-item-next a.action.previous:before,
        body.catalog-category-view .toolbar.toolbar-products .pages ul.pages-items li.item.pages-item-next a.action.next:before,
        body.catalogsearch-result-index .toolbar.toolbar-products .pages ul.pages-items li.item.pages-item-previous a.action.previous:before,
        body.catalogsearch-result-index .toolbar.toolbar-products .pages ul.pages-items li.item.pages-item-previous a.action.next:before,
        body.catalogsearch-result-index .toolbar.toolbar-products .pages ul.pages-items li.item.pages-item-next a.action.previous:before,
        body.catalogsearch-result-index .toolbar.toolbar-products .pages ul.pages-items li.item.pages-item-next a.action.next:before,
        body.catalogsearch-advanced-result .toolbar.toolbar-products .pages ul.pages-items li.item.pages-item-previous a.action.previous:before,
        body.catalogsearch-advanced-result .toolbar.toolbar-products .pages ul.pages-items li.item.pages-item-previous a.action.next:before,
        body.catalogsearch-advanced-result .toolbar.toolbar-products .pages ul.pages-items li.item.pages-item-next a.action.previous:before,
        body.catalogsearch-advanced-result .toolbar.toolbar-products .pages ul.pages-items li.item.pages-item-next a.action.next:before,
        body.base-sales-index .toolbar.toolbar-products .pages ul.pages-items li.item.pages-item-previous a.action.previous:before,
        body.base-sales-index .toolbar.toolbar-products .pages ul.pages-items li.item.pages-item-previous a.action.next:before,
        body.base-sales-index .toolbar.toolbar-products .pages ul.pages-items li.item.pages-item-next a.action.previous:before,
        body.base-sales-index .toolbar.toolbar-products .pages ul.pages-items li.item.pages-item-next a.action.next:before {
          color: #474a50;
          font-size: 28px;
          width: 22px;
          vertical-align: middle;
          margin: 0;
          position: relative;
          right: 3px; }
  body.catalog-category-view .toolbar.toolbar-products ul.page-items li.item.curent span,
  body.catalogsearch-result-index .toolbar.toolbar-products ul.page-items li.item.curent span,
  body.catalogsearch-advanced-result .toolbar.toolbar-products ul.page-items li.item.curent span,
  body.base-sales-index .toolbar.toolbar-products ul.page-items li.item.curent span {
    color: #ff8500; }
  body.catalog-category-view .toolbar.toolbar-products .field.limiter,
  body.catalogsearch-result-index .toolbar.toolbar-products .field.limiter,
  body.catalogsearch-advanced-result .toolbar.toolbar-products .field.limiter,
  body.base-sales-index .toolbar.toolbar-products .field.limiter {
    float: left;
    display: block;
    width: auto; }
    body.catalog-category-view .toolbar.toolbar-products .field.limiter label.label span,
    body.catalogsearch-result-index .toolbar.toolbar-products .field.limiter label.label span,
    body.catalogsearch-advanced-result .toolbar.toolbar-products .field.limiter label.label span,
    body.base-sales-index .toolbar.toolbar-products .field.limiter label.label span {
      display: none; }
      @media (min-width: 480px) {
        body.catalog-category-view .toolbar.toolbar-products .field.limiter label.label span,
        body.catalogsearch-result-index .toolbar.toolbar-products .field.limiter label.label span,
        body.catalogsearch-advanced-result .toolbar.toolbar-products .field.limiter label.label span,
        body.base-sales-index .toolbar.toolbar-products .field.limiter label.label span {
          display: block; } }
  body.catalog-category-view .toolbar.toolbar-products:last-of-type .toolbar-amount,
  body.catalogsearch-result-index .toolbar.toolbar-products:last-of-type .toolbar-amount,
  body.catalogsearch-advanced-result .toolbar.toolbar-products:last-of-type .toolbar-amount,
  body.base-sales-index .toolbar.toolbar-products:last-of-type .toolbar-amount {
    display: block; }
  body.catalog-category-view .toolbar.toolbar-products:last-of-type .field.limiter,
  body.catalogsearch-result-index .toolbar.toolbar-products:last-of-type .field.limiter,
  body.catalogsearch-advanced-result .toolbar.toolbar-products:last-of-type .field.limiter,
  body.base-sales-index .toolbar.toolbar-products:last-of-type .field.limiter {
    display: none;
    float: left; }
    @media (min-width: 1200px) {
      body.catalog-category-view .toolbar.toolbar-products:last-of-type .field.limiter,
      body.catalogsearch-result-index .toolbar.toolbar-products:last-of-type .field.limiter,
      body.catalogsearch-advanced-result .toolbar.toolbar-products:last-of-type .field.limiter,
      body.base-sales-index .toolbar.toolbar-products:last-of-type .field.limiter {
        display: block; } }
  body.catalog-category-view .toolbar.toolbar-products:last-of-type .toolbar-sorter.sorter,
  body.catalogsearch-result-index .toolbar.toolbar-products:last-of-type .toolbar-sorter.sorter,
  body.catalogsearch-advanced-result .toolbar.toolbar-products:last-of-type .toolbar-sorter.sorter,
  body.base-sales-index .toolbar.toolbar-products:last-of-type .toolbar-sorter.sorter {
    display: none; }
    @media (min-width: 1200px) {
      body.catalog-category-view .toolbar.toolbar-products:last-of-type .toolbar-sorter.sorter,
      body.catalogsearch-result-index .toolbar.toolbar-products:last-of-type .toolbar-sorter.sorter,
      body.catalogsearch-advanced-result .toolbar.toolbar-products:last-of-type .toolbar-sorter.sorter,
      body.base-sales-index .toolbar.toolbar-products:last-of-type .toolbar-sorter.sorter {
        display: block; } }
  body.catalog-category-view .toolbar.toolbar-products:last-of-type .pages,
  body.catalogsearch-result-index .toolbar.toolbar-products:last-of-type .pages,
  body.catalogsearch-advanced-result .toolbar.toolbar-products:last-of-type .pages,
  body.base-sales-index .toolbar.toolbar-products:last-of-type .pages {
    display: block; }

body.catalog-category-view ol.products.list.items.product-items li.item.product.product-item,
body.catalogsearch-result-index ol.products.list.items.product-items li.item.product.product-item,
body.catalogsearch-advanced-result ol.products.list.items.product-items li.item.product.product-item,
body.base-sales-index ol.products.list.items.product-items li.item.product.product-item {
  text-align: center;
  padding-bottom: 0;
  border-bottom: 1px solid #dedede; }
  body.catalog-category-view ol.products.list.items.product-items li.item.product.product-item .product-item-info .product.details.product-item-details strong.product.name.product-item-name,
  body.catalogsearch-result-index ol.products.list.items.product-items li.item.product.product-item .product-item-info .product.details.product-item-details strong.product.name.product-item-name,
  body.catalogsearch-advanced-result ol.products.list.items.product-items li.item.product.product-item .product-item-info .product.details.product-item-details strong.product.name.product-item-name,
  body.base-sales-index ol.products.list.items.product-items li.item.product.product-item .product-item-info .product.details.product-item-details strong.product.name.product-item-name {
    font-weight: 100;
    font-size: 16px;
    text-decoration: none;
    color: #474a50;
    text-transform: uppercase;
    margin: 10px 0;
    line-height: 22px; }
  body.catalog-category-view ol.products.list.items.product-items li.item.product.product-item .product-item-info .product.details.product-item-details .normal-price .price-label,
  body.catalogsearch-result-index ol.products.list.items.product-items li.item.product.product-item .product-item-info .product.details.product-item-details .normal-price .price-label,
  body.catalogsearch-advanced-result ol.products.list.items.product-items li.item.product.product-item .product-item-info .product.details.product-item-details .normal-price .price-label,
  body.base-sales-index ol.products.list.items.product-items li.item.product.product-item .product-item-info .product.details.product-item-details .normal-price .price-label {
    display: none; }
  body.catalog-category-view ol.products.list.items.product-items li.item.product.product-item .product-item-info .product.details.product-item-details .price-wrapper .price,
  body.catalogsearch-result-index ol.products.list.items.product-items li.item.product.product-item .product-item-info .product.details.product-item-details .price-wrapper .price,
  body.catalogsearch-advanced-result ol.products.list.items.product-items li.item.product.product-item .product-item-info .product.details.product-item-details .price-wrapper .price,
  body.base-sales-index ol.products.list.items.product-items li.item.product.product-item .product-item-info .product.details.product-item-details .price-wrapper .price {
    font-size: 28px;
    font-weight: 700;
    color: #474a50; }
  body.catalog-category-view ol.products.list.items.product-items li.item.product.product-item .product-item-info .product.details.product-item-details .old-price .price-label,
  body.catalogsearch-result-index ol.products.list.items.product-items li.item.product.product-item .product-item-info .product.details.product-item-details .old-price .price-label,
  body.catalogsearch-advanced-result ol.products.list.items.product-items li.item.product.product-item .product-item-info .product.details.product-item-details .old-price .price-label,
  body.base-sales-index ol.products.list.items.product-items li.item.product.product-item .product-item-info .product.details.product-item-details .old-price .price-label {
    display: none; }
  body.catalog-category-view ol.products.list.items.product-items li.item.product.product-item .product-item-info .product.details.product-item-details .old-price .price,
  body.catalogsearch-result-index ol.products.list.items.product-items li.item.product.product-item .product-item-info .product.details.product-item-details .old-price .price,
  body.catalogsearch-advanced-result ol.products.list.items.product-items li.item.product.product-item .product-item-info .product.details.product-item-details .old-price .price,
  body.base-sales-index ol.products.list.items.product-items li.item.product.product-item .product-item-info .product.details.product-item-details .old-price .price {
    color: #8b8b8b;
    font-size: 14px;
    text-decoration: line-through;
    font-weight: 100; }
  body.catalog-category-view ol.products.list.items.product-items li.item.product.product-item .product-item-info .product.details.product-item-details .special-price .price,
  body.catalogsearch-result-index ol.products.list.items.product-items li.item.product.product-item .product-item-info .product.details.product-item-details .special-price .price,
  body.catalogsearch-advanced-result ol.products.list.items.product-items li.item.product.product-item .product-item-info .product.details.product-item-details .special-price .price,
  body.base-sales-index ol.products.list.items.product-items li.item.product.product-item .product-item-info .product.details.product-item-details .special-price .price {
    color: #EA5455;
    font-size: 28px;
    font-weight: 700; }

body.catalog-category-view .footer.page-footer,
body.catalogsearch-result-index .footer.page-footer,
body.catalogsearch-advanced-result .footer.page-footer,
body.base-sales-index .footer.page-footer {
  margin-top: auto; }

.mgs-filter .filter-content .item .mgs-filter-item-checkbox {
  display: inline-block; }

.filter-options-title.inactive::after {
  content: '\e621'; }

.mgs-filter-active {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f3f3f3; }

.mgs-filter-active .state-item {
  padding: 3px 5px;
  border: 1px solid #ccc;
  background: #f0f0f0;
  border-radius: 2px;
  margin-bottom: 2px;
  font-size: 12px;
  position: relative; }

.mgs-filter-active .state-item .state-item-icon-cancel {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: pointer; }

.mgs-filter-active .state-item:hover {
  border-color: #EA5455; }

.mgs-filter-active .state-item:hover .state-item-icon-cancel:after {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #EA5455;
  top: 50%;
  left: 0;
  content: ""; }

.mgs-filter-active .state-item-name span {
  font-weight: 600; }

.mgs-filter-active .filter-current-subtitle {
  display: block;
  margin-bottom: 15px;
  font-weight: 600; }

.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important; }

.irs-line-left, .irs-line-mid, .irs-line-right {
  position: absolute;
  display: block;
  top: 0; }

.irs-line-left {
  left: 0;
  width: 11%; }

.irs-line-mid {
  left: 9%;
  width: 82%; }

.irs-line-right {
  right: 0;
  width: 11%; }

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0; }

.irs-bar-edge {
  position: absolute;
  display: block;
  top: 0;
  left: 0; }

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0; }

.irs-slider {
  position: absolute;
  display: block;
  cursor: default;
  z-index: 1; }

.irs-slider.type_last {
  z-index: 2; }

.irs-min {
  position: absolute;
  display: block;
  left: 0;
  cursor: default; }

.irs-max {
  position: absolute;
  display: block;
  right: 0;
  cursor: default; }

.irs-from, .irs-to, .irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap; }

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px; }

.irs-with-grid .irs-grid {
  display: block; }

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000; }

.irs-grid-pol.small {
  height: 4px; }

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000; }

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2; }

.irs-disabled {
  opacity: 0.4; }

.lt-ie9 .irs-disabled {
  filter: alpha(opacity=40); }

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important; }

.irs {
  height: 55px; }

.irs-with-grid {
  height: 75px; }

.irs-line {
  height: 10px;
  top: 33px;
  background: #EEE;
  background: linear-gradient(to bottom, #DDD -50%, #FFF 150%);
  /* W3C */
  border: 1px solid #CCC;
  border-radius: 16px;
  -moz-border-radius: 16px; }

.irs-line-left {
  height: 8px; }

.irs-line-mid {
  height: 8px; }

.irs-line-right {
  height: 8px; }

.irs-bar {
  height: 10px;
  top: 33px;
  border-top: 1px solid #428bca;
  border-bottom: 1px solid #428bca;
  background: #428bca;
  background: linear-gradient(to top, #428bca 0%, #7fc3e8 100%);
  /* W3C */ }

.irs-bar-edge {
  height: 10px;
  top: 33px;
  width: 14px;
  border: 1px solid #428bca;
  border-right: 0;
  background: #428bca;
  background: linear-gradient(to top, #428bca 0%, #7fc3e8 100%);
  /* W3C */
  border-radius: 16px 0 0 16px;
  -moz-border-radius: 16px 0 0 16px; }

.irs-shadow {
  height: 2px;
  top: 38px;
  background: #000;
  opacity: 0.3;
  border-radius: 5px;
  -moz-border-radius: 5px; }

.lt-ie9 .irs-shadow {
  filter: alpha(opacity=30); }

.irs-slider {
  top: 25px;
  width: 27px;
  height: 27px;
  border: 1px solid #AAA;
  background: #DDD;
  background: linear-gradient(to bottom, white 0%, gainsboro 20%, white 100%);
  /* W3C */
  border-radius: 27px;
  -moz-border-radius: 27px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  cursor: pointer; }

.irs-slider.state_hover, .irs-slider:hover {
  background: #FFF; }

.irs-min, .irs-max {
  color: #333;
  font-size: 12px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 5px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  -moz-border-radius: 3px; }

.lt-ie9 .irs-min, .lt-ie9 .irs-max {
  background: #ccc; }

.irs-from, .irs-to, .irs-single {
  color: #fff;
  font-size: 14px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: #428bca;
  border-radius: 3px;
  -moz-border-radius: 3px; }

.lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single {
  background: #999; }

.irs-grid {
  height: 27px; }

.irs-grid-pol {
  opacity: 0.5;
  background: #428bca; }

.irs-grid-pol.small {
  background: #999; }

.irs-grid-text {
  bottom: 5px;
  color: #99a4ac; }

body.base-sales-index .filter-name-Kategorija,
body.base-sales-index .filter-name-Akcija {
  display: none; }

body.catalog-product-view .product_back_btn {
  margin: 15px 0;
  display: block;
  float: right; }

body.catalog-product-view .gallery-placeholder.has-gallery .fotorama__stage {
  margin-top: 0; }
  @media (min-width: 768px) {
    body.catalog-product-view .gallery-placeholder.has-gallery .fotorama__stage {
      margin-top: 114px; } }

body.catalog-product-view .columns-content .col-md-12 {
  padding-left: 45px; }

body.catalog-product-view .gallery-placeholder .fotorama__wrap {
  display: flex;
  flex-direction: row-reverse; }

body.catalog-product-view .gallery-placeholder .fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
  position: absolute; }
  body.catalog-product-view .gallery-placeholder .fotorama__nav-wrap.fotorama__nav-wrap--horizontal .img-wrapper-overlay {
    opacity: 0.005; }

body.catalog-product-view .gallery-placeholder .fotorama__stage {
  overflow: initial; }
  body.catalog-product-view .gallery-placeholder .fotorama__stage .fotorama__img {
    top: 60%; }

body.catalog-product-view .gallery-placeholder .fotorama__arr.fotorama__arr--next {
  z-index: 20; }

body.catalog-product-view .gallery-placeholder .fotorama__arr--next .fotorama__arr__arr {
  z-index: 10; }

body.catalog-product-view .gallery-placeholder .fotorama__thumb__arr.fotorama__thumb__arr--right.fotorama__arr--disabled,
body.catalog-product-view .gallery-placeholder .fotorama__thumb__arr.fotorama__thumb__arr--left.fotorama__arr--disabled,
body.catalog-product-view .gallery-placeholder .fotorama__caption {
  display: none !important; }

body.catalog-product-view .page-title-wrapper.product h1.page-title, body.catalog-product-view .page-title-wrapper.product body.checkout-index-index .opc-wrapper .page-title.step-title, body.checkout-index-index .opc-wrapper body.catalog-product-view .page-title-wrapper.product .page-title.step-title, body.catalog-product-view .page-title-wrapper.product body.checkout-index-index .opc-block-shipping-information .page-title.shipping-information-title, body.checkout-index-index .opc-block-shipping-information body.catalog-product-view .page-title-wrapper.product .page-title.shipping-information-title, body.catalog-product-view .page-title-wrapper.product body.checkout-index-index .opc-block-summary > .page-title.title, body.checkout-index-index body.catalog-product-view .page-title-wrapper.product .opc-block-summary > .page-title.title, body.catalog-product-view .page-title-wrapper.product body.checkout-index-index .checkout-agreements-items .page-title.checkout-agreements-item-title, body.checkout-index-index .checkout-agreements-items body.catalog-product-view .page-title-wrapper.product .page-title.checkout-agreements-item-title {
  text-align: left;
  margin-bottom: 10px;
  margin-top: 20px;
  font-size: 16px;
  font-family: Oswald;
  font-weight: 500; }
  @media (min-width: 767px) {
    body.catalog-product-view .page-title-wrapper.product h1.page-title, body.catalog-product-view .page-title-wrapper.product body.checkout-index-index .opc-wrapper .page-title.step-title, body.checkout-index-index .opc-wrapper body.catalog-product-view .page-title-wrapper.product .page-title.step-title, body.catalog-product-view .page-title-wrapper.product body.checkout-index-index .opc-block-shipping-information .page-title.shipping-information-title, body.checkout-index-index .opc-block-shipping-information body.catalog-product-view .page-title-wrapper.product .page-title.shipping-information-title, body.catalog-product-view .page-title-wrapper.product body.checkout-index-index .opc-block-summary > .page-title.title, body.checkout-index-index body.catalog-product-view .page-title-wrapper.product .opc-block-summary > .page-title.title, body.catalog-product-view .page-title-wrapper.product body.checkout-index-index .checkout-agreements-items .page-title.checkout-agreements-item-title, body.checkout-index-index .checkout-agreements-items body.catalog-product-view .page-title-wrapper.product .page-title.checkout-agreements-item-title {
      font-size: 24px;
      margin-top: 0; } }

body.catalog-product-view .product-info-stock-sku {
  display: inline-grid;
  text-align: left;
  padding-bottom: 0;
  padding-left: 0;
  width: 100%;
  margin-bottom: 20px;
  font-size: 12px; }

body.catalog-product-view .product-info-main .product-info-price {
  border-bottom: none; }

body.catalog-product-view .product.attribute.sku {
  color: #8b8b8b;
  border-bottom: 1px solid #8b8b8b;
  padding-bottom: 10px; }
  body.catalog-product-view .product.attribute.sku strong {
    font-weight: 400; }
  body.catalog-product-view .product.attribute.sku .value {
    display: inline-block; }

body.catalog-product-view .price-box.price-final_price {
  float: left; }
  body.catalog-product-view .price-box.price-final_price span.price {
    font-size: 32px; }
  body.catalog-product-view .price-box.price-final_price .normal-price {
    float: left; }
    body.catalog-product-view .price-box.price-final_price .normal-price .price {
      color: #474a50;
      font-size: 32px;
      font-weight: 700; }
  body.catalog-product-view .price-box.price-final_price .special-price {
    margin: 0;
    float: left; }
    body.catalog-product-view .price-box.price-final_price .special-price .price {
      color: #EA5455;
      font-size: 32px;
      font-weight: 700; }
  body.catalog-product-view .price-box.price-final_price .old-price span.price-label {
    display: none; }
  body.catalog-product-view .price-box.price-final_price .old-price .price-wrapper span.price {
    font-size: 16px;
    margin-left: 20px;
    text-decoration: line-through; }
  body.catalog-product-view .price-box.price-final_price .price-wrapper {
    display: inline-block; }

body.catalog-product-view .product-stock-status {
  display: flex;
  float: right; }
  body.catalog-product-view .product-stock-status .product-quantity {
    margin-right: 15px; }
  body.catalog-product-view .product-stock-status .product-stock-status-icon {
    width: 10px;
    height: 10px;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    background-color: #EA5455; }
    body.catalog-product-view .product-stock-status .product-stock-status-icon.product-stock-status-instock {
      background-color: #87d532; }

body.catalog-product-view .swatch-opt {
  margin: 0; }
  body.catalog-product-view .swatch-opt span.swatch-attribute-label {
    color: #474a50;
    font-size: 16px; }
  body.catalog-product-view .swatch-opt .swatch-attribute .swatch-option {
    background: #ffffff;
    outline: none;
    color: #191919;
    border: 1px solid #8b8b8b;
    height: auto; }
  body.catalog-product-view .swatch-opt .swatch-attribute .swatch-option.color {
    padding: 15px 45px; }
    body.catalog-product-view .swatch-opt .swatch-attribute .swatch-option.color.selected {
      padding: 15px 45px 45px 45px; }
  body.catalog-product-view .swatch-opt .swatch-attribute .swatch-option.text {
    width: auto;
    height: auto;
    padding: 15px; }
    body.catalog-product-view .swatch-opt .swatch-attribute .swatch-option.text.selected {
      background-color: #dedede !important;
      color: #8b8b8b; }

body.catalog-product-view .input-text.qty {
  height: 52px;
  width: 52px;
  text-align: center; }

body.catalog-product-view .product-add-form {
  float: left;
  width: 100%; }
  body.catalog-product-view .product-add-form button.action.primary.tocart {
    background: #EA5455;
    border: 1px solid #EA5455;
    font-size: 18px;
    line-height: 1; }
    body.catalog-product-view .product-add-form button.action.primary.tocart:hover {
      background: #ff8500;
      border: 1px solid #ff8500; }
  body.catalog-product-view .product-add-form .towishlist {
    border-radius: 3px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 15px;
    padding: 14px 17px;
    text-transform: uppercase;
    width: 100%; }

body.catalog-product-view .product-options-bottom .box-tocart {
  display: block; }
  body.catalog-product-view .product-options-bottom .box-tocart .actions {
    display: block; }

body.catalog-product-view ul.product_after_cart_link {
  padding-left: 0;
  display: flex;
  justify-content: center; }
  body.catalog-product-view ul.product_after_cart_link li {
    float: left;
    margin-right: 30px;
    list-style: none; }

body.catalog-product-view a.test-product {
  width: 100%;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem; }

body.catalog-product-view .product_after_add_to_cart {
  margin-top: 10px; }
  body.catalog-product-view .product_after_add_to_cart a {
    text-decoration: none;
    color: #191919; }

body.catalog-product-view .product-share {
  display: none; }

body.catalog-product-view .product-info-blocks {
  margin-top: 40px; }
  body.catalog-product-view .product-info-blocks .product-info-block {
    margin-bottom: 20px; }
    body.catalog-product-view .product-info-blocks .product-info-block .tab-content {
      border: none; }

body.catalog-product-view .product.attribute.description {
  margin-top: 8px;
  padding-bottom: 10px;
  font-size: 14px; }
  body.catalog-product-view .product.attribute.description .value {
    padding: 0 10px; }

body.catalog-product-view .product.info.detailed {
  margin-bottom: 0;
  padding-bottom: 40px; }
  body.catalog-product-view .product.info.detailed .data.item.title {
    margin: 0 2px 0 0; }
    body.catalog-product-view .product.info.detailed .data.item.title.active a.data.switch {
      background-color: #EA5455;
      color: #ffffff; }
    body.catalog-product-view .product.info.detailed .data.item.title a.data.switch {
      border: none;
      background-color: #dedede;
      color: #191919;
      font-weight: bold;
      min-height: 31px;
      padding: 5px 26px 5px 7px;
      line-height: 31px; }
      @media (min-width: 768px) {
        body.catalog-product-view .product.info.detailed .data.item.title a.data.switch {
          line-height: inherit; } }
      body.catalog-product-view .product.info.detailed .data.item.title a.data.switch:after {
        top: 6px;
        right: 8px; }
  body.catalog-product-view .product.info.detailed .data.switch .counter {
    color: #ffffff; }
  body.catalog-product-view .product.info.detailed .data.item.content {
    padding: 10px 0 0 0;
    margin-bottom: 0px; }
    @media (min-width: 768px) {
      body.catalog-product-view .product.info.detailed .data.item.content {
        margin-bottom: 5px; } }
    body.catalog-product-view .product.info.detailed .data.item.content .review-form-orb .fieldset {
      margin-bottom: 25px; }
    body.catalog-product-view .product.info.detailed .data.item.content .review-form-orb .review-form-actions {
      margin-bottom: 20px; }
      body.catalog-product-view .product.info.detailed .data.item.content .review-form-orb .review-form-actions .action.primary {
        border-radius: 3px; }

body.catalog-product-view table.data.table.additional-attributes {
  width: 100%; }
  body.catalog-product-view table.data.table.additional-attributes tr {
    border-bottom: 1px solid #dedede; }
    body.catalog-product-view table.data.table.additional-attributes tr:last-child {
      border-bottom: none; }
    body.catalog-product-view table.data.table.additional-attributes tr .col.label, body.catalog-product-view table.data.table.additional-attributes tr .col.data {
      width: 50%;
      padding: 8px 0; }
    body.catalog-product-view table.data.table.additional-attributes tr .col.label {
      font-weight: normal; }
    body.catalog-product-view table.data.table.additional-attributes tr .col.data {
      font-weight: 700; }
      @media (min-width: 767px) {
        body.catalog-product-view table.data.table.additional-attributes tr .col.data {
          text-align: right; } }
    body.catalog-product-view table.data.table.additional-attributes tr td {
      padding: 3px 5px !important; }

body.catalog-product-view .product-info-block-delivery h3 {
  padding-left: 5px; }

body.catalog-product-view .product-info-block-delivery table.delivery_info tr {
  border-bottom: 1px solid #dedede; }
  body.catalog-product-view .product-info-block-delivery table.delivery_info tr td {
    padding: 10px 5px; }
  body.catalog-product-view .product-info-block-delivery table.delivery_info tr p.time {
    color: #f46354;
    font-size: 12px; }
  body.catalog-product-view .product-info-block-delivery table.delivery_info tr p.price {
    font-weight: 700; }
  body.catalog-product-view .product-info-block-delivery table.delivery_info tr p.notice {
    float: right; }

body.catalog-product-view .product-info-block-delivery table.delivery_info tfoot tr {
  border-bottom: none; }

body.catalog-product-view .test-product-modal #test-product-popup-modal {
  margin-top: 55px; }

@media (min-width: 992px) {
  body.catalog-product-view .test-product-modal .modal-inner-wrap {
    width: 45%; } }

body.catalog-product-view .test-product-modal header.modal-header {
  background-color: #EA5455;
  padding-top: 1rem;
  border-right: none; }
  body.catalog-product-view .test-product-modal header.modal-header .modal-title {
    font-family: Oswald;
    border: none;
    color: #ffffff;
    padding: 0;
    text-align: left;
    width: 100%;
    font-weight: 500; }
  body.catalog-product-view .test-product-modal header.modal-header button.action-close {
    padding: 6px; }
    @media (min-width: 767px) {
      body.catalog-product-view .test-product-modal header.modal-header button.action-close {
        padding: 15px; } }
    body.catalog-product-view .test-product-modal header.modal-header button.action-close:before {
      font-size: 40px;
      color: #ffffff; }

body.catalog-product-view .test-product-modal .modal-content {
  border: none;
  overflow-x: hidden;
  padding: 2rem 2rem 0 2rem; }
  body.catalog-product-view .test-product-modal .modal-content .fieldset .field .control {
    width: 100%; }
    body.catalog-product-view .test-product-modal .modal-content .fieldset .field .control input {
      height: 40px; }
  body.catalog-product-view .test-product-modal .modal-content .fieldset .field.required label.label:after {
    content: "*";
    margin-left: 3px;
    color: #EA5455; }
  body.catalog-product-view .test-product-modal .modal-content .fieldset div.field.required.error label.error {
    display: block; }
  body.catalog-product-view .test-product-modal .modal-content .fieldset label.error {
    display: none;
    float: right;
    font-size: 12px;
    color: #EA5455; }

body.catalog-product-view .test-product-modal .modal-footer {
  border: none;
  padding: 5px 15px 40px; }
  body.catalog-product-view .test-product-modal .modal-footer button {
    text-transform: uppercase;
    box-shadow: none;
    color: #ffffff;
    padding: 10px 25px; }
    body.catalog-product-view .test-product-modal .modal-footer button span {
      font-size: 18px; }
  body.catalog-product-view .test-product-modal .modal-footer button.close-modal {
    background-color: #8b8b8b; }
  body.catalog-product-view .test-product-modal .modal-footer button.submit-test {
    background-color: #EA5455; }

body.catalog-product-view .products-widget-container .slick-list {
  padding-bottom: 20px; }

body.catalog-product-view footer.page-footer {
  margin-top: 0px; }

body.catalog-product-view .product-sliders-container .product_slider_item {
  width: 100%;
  display: flex;
  flex-wrap: wrap; }
  body.catalog-product-view .product-sliders-container .product_slider_item .product_price {
    width: 100%;
    margin-top: 5px; }
    body.catalog-product-view .product-sliders-container .product_slider_item .product_price .price-box, body.catalog-product-view .product-sliders-container .product_slider_item .product_price .normal-price {
      float: none; }
  body.catalog-product-view .product-sliders-container .product_slider_item .product-item-actions {
    width: 100%;
    display: flex;
    flex-direction: row; }

body.catalog-product-view .product-sliders-container .price-box.price-final_price {
  margin-bottom: 0; }
  body.catalog-product-view .product-sliders-container .price-box.price-final_price .price-label {
    display: block;
    margin: -10px 0 -10px 0; }

body.catalog-product-view .product-sliders-container .product_price {
  display: inline-block;
  min-height: 46px; }
  body.catalog-product-view .product-sliders-container .product_price span.price-container {
    display: block; }
  body.catalog-product-view .product-sliders-container .product_price span.price-wrapper {
    display: block; }
  body.catalog-product-view .product-sliders-container .product_price span.price {
    display: initial;
    line-height: 46px; }

body.catalog-product-view .product-sliders-container .slick-slide .img-wrapper img {
  display: unset;
  width: auto;
  height: 250px; }

body.catalog-product-view span.normal-price span.price-container.configurable_sale_product span.price {
  color: #EA5455 !important; }

body.catalog-product-view .product-sliders-container .towishlist {
  background-color: #4aa6b6;
  height: 100%;
  margin-left: -70px;
  border-radius: 3px; }
  @media (min-width: 375px) {
    body.catalog-product-view .product-sliders-container .towishlist {
      margin-left: -85px; } }
  @media (min-width: 437px) {
    body.catalog-product-view .product-sliders-container .towishlist {
      margin-left: -120px; } }
  @media (min-width: 480px) {
    body.catalog-product-view .product-sliders-container .towishlist {
      margin-left: -47px; } }
  @media (min-width: 1199px) {
    body.catalog-product-view .product-sliders-container .towishlist {
      margin-left: -60px; } }
  body.catalog-product-view .product-sliders-container .towishlist:before {
    content: '\e601';
    line-height: 24px;
    color: #ffffff;
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    text-align: center;
    font-size: 45px !important;
    width: 50px !important;
    margin-top: 12px; }
  body.catalog-product-view .product-sliders-container .towishlist:hover {
    background-color: #57d3e8; }
    body.catalog-product-view .product-sliders-container .towishlist:hover:before {
      color: #ffffff; }

body.catalog-product-view .product-sliders-container .actions-primary {
  width: 100%; }
  body.catalog-product-view .product-sliders-container .actions-primary .action.tocart.primary {
    width: 60% !important;
    margin-right: 45px; }
    @media (min-width: 375px) {
      body.catalog-product-view .product-sliders-container .actions-primary .action.tocart.primary {
        width: 50% !important; } }
    @media (min-width: 437px) {
      body.catalog-product-view .product-sliders-container .actions-primary .action.tocart.primary {
        width: 40% !important; } }
    @media (min-width: 480px) {
      body.catalog-product-view .product-sliders-container .actions-primary .action.tocart.primary {
        width: 70% !important; } }
    @media (min-width: 767px) {
      body.catalog-product-view .product-sliders-container .actions-primary .action.tocart.primary {
        width: 75% !important; } }
    @media (min-width: 1199px) {
      body.catalog-product-view .product-sliders-container .actions-primary .action.tocart.primary {
        width: 70% !important; } }

body.catalog-product-view .product-sliders-container .actions-secondary {
  display: flex;
  align-content: center;
  align-items: center;
  width: 5%; }

body.catalog-product-view #bundle-product-buttin-grid-container #bundle-group-product-items {
  display: flex;
  margin: 0 auto; }

body.catalog-product-view #bundle-product-buttin-grid-container #bundle-product-items {
  margin: 0 auto; }

body.catalog-product-view #bundle-product-buttin-grid-container .product-image-photo {
  width: auto;
  height: 250px; }

body.catalog-product-view #bundle-product-buttin-grid-container .product-item-info {
  width: 250px; }

body.catalog-product-view #bundle-product-buttin-grid-container .product-item-link {
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
  color: #191919;
  text-transform: uppercase;
  margin: 10px 0;
  letter-spacing: 0.6px;
  line-height: 22px;
  overflow-wrap: break-word; }

body.catalog-product-view #bundle-product-buttin-grid-container .product-item-details {
  text-align: center; }
  body.catalog-product-view #bundle-product-buttin-grid-container .product-item-details .price-box {
    width: 100%; }
    body.catalog-product-view #bundle-product-buttin-grid-container .product-item-details .price-box .price-label {
      display: none; }
    body.catalog-product-view #bundle-product-buttin-grid-container .product-item-details .price-box span {
      float: unset;
      display: block; }

body.catalog-product-view #bundle-product-buttin-grid-container #bundle-button-container {
  text-align: center; }
  body.catalog-product-view #bundle-product-buttin-grid-container #bundle-button-container button.action.primary.tocart {
    background: #EA5455;
    border: 1px solid #EA5455;
    font-size: 18px;
    line-height: 1;
    padding: 14px 17px;
    width: 50%; }
    body.catalog-product-view #bundle-product-buttin-grid-container #bundle-button-container button.action.primary.tocart:hover {
      background: #ff8500;
      border: 1px solid #ff8500; }

body.catalog-product-view #bundle-product-buttin-grid-container .bundle_new_price {
  display: block;
  font-size: 42px;
  font-weight: 700; }

body.catalog-product-view #bundle-product-buttin-grid-container #bundle-product-container {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px; }
  body.catalog-product-view #bundle-product-buttin-grid-container #bundle-product-container .slick-list {
    margin: 0 auto; }

body.catalog-product-view .modal-popup {
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px; }
  body.catalog-product-view .modal-popup .modal-inner-wrap {
    width: 45%; }
    body.catalog-product-view .modal-popup .modal-inner-wrap .base-product, body.catalog-product-view .modal-popup .modal-inner-wrap .child-product {
      display: flex; }
      body.catalog-product-view .modal-popup .modal-inner-wrap .base-product .product-image, body.catalog-product-view .modal-popup .modal-inner-wrap .child-product .product-image {
        display: inline-block;
        width: 30%; }
      body.catalog-product-view .modal-popup .modal-inner-wrap .base-product .extra-information, body.catalog-product-view .modal-popup .modal-inner-wrap .child-product .extra-information {
        width: 60%;
        padding-top: 40px;
        display: inline-block;
        padding-left: 20px; }
        body.catalog-product-view .modal-popup .modal-inner-wrap .base-product .extra-information strong, body.catalog-product-view .modal-popup .modal-inner-wrap .child-product .extra-information strong {
          display: flex; }
        body.catalog-product-view .modal-popup .modal-inner-wrap .base-product .extra-information .product-item-name-display, body.catalog-product-view .modal-popup .modal-inner-wrap .child-product .extra-information .product-item-name-display {
          font-family: Oswald;
          font-weight: 500;
          font-size: 24px;
          margin-bottom: 20px;
          text-transform: uppercase; }
          body.catalog-product-view .modal-popup .modal-inner-wrap .base-product .extra-information .product-item-name-display a, body.catalog-product-view .modal-popup .modal-inner-wrap .child-product .extra-information .product-item-name-display a {
            color: #4aa6b6; }
        body.catalog-product-view .modal-popup .modal-inner-wrap .base-product .extra-information .price-box, body.catalog-product-view .modal-popup .modal-inner-wrap .child-product .extra-information .price-box {
          margin-bottom: 15px; }
    body.catalog-product-view .modal-popup .modal-inner-wrap .configure-button {
      margin-bottom: 20px; }
      body.catalog-product-view .modal-popup .modal-inner-wrap .configure-button button.action-primary {
        background: #EA5455;
        border: 1px solid #EA5455;
        font-size: 18px;
        line-height: 1;
        padding: 14px 17px;
        width: 50%;
        box-shadow: none;
        color: #fff; }
        body.catalog-product-view .modal-popup .modal-inner-wrap .configure-button button.action-primary:hover {
          background: #ff8500;
          border: 1px solid #ff8500; }

body.catalog-product-view.product-davanu-karte div.product.info.detailed, body.catalog-product-view.product-dovanu-kortele div.product.info.detailed {
  display: none; }

.additional-products-slider .slick-list {
  width: 100%; }

.additional-products-slider .product-item {
  display: flex !important; }

.additional-products-slider .slick-arrow {
  box-shadow: none;
  z-index: 1; }
  .additional-products-slider .slick-arrow:focus, .additional-products-slider .slick-arrow:active, .additional-products-slider .slick-arrow:hover {
    border: 0;
    box-shadow: none; }
  .additional-products-slider .slick-arrow::before {
    background-image: url("../../frontend/LPS/OrbSport/lv_LV/images/down-arrow.svg");
    content: '';
    display: block;
    height: 33px;
    width: 33px; }

.additional-products-slider .slick-next::before {
  transform: rotate(-90deg); }

.additional-products-slider .slick-prev::before {
  transform: rotate(90deg); }

body.checkout-cart-index .payment-request-button.StripeElement, body.paypal-express-review .payment-request-button.StripeElement {
  margin-bottom: 10px; }

body.checkout-cart-index .mark, body.paypal-express-review .mark {
  background-color: transparent; }

body.checkout-cart-index .page-title-wrapper, body.paypal-express-review .page-title-wrapper {
  margin-top: 40px; }

body.checkout-cart-index .cart-container .checkout-product-list-container form.form.form-cart, body.paypal-express-review .cart-container .checkout-product-list-container form.form.form-cart {
  width: 100%; }
  body.checkout-cart-index .cart-container .checkout-product-list-container form.form.form-cart .cart.item .item-info .product-item-name, body.paypal-express-review .cart-container .checkout-product-list-container form.form.form-cart .cart.item .item-info .product-item-name {
    font-size: 12px; }
    @media (min-width: 992px) {
      body.checkout-cart-index .cart-container .checkout-product-list-container form.form.form-cart .cart.item .item-info .product-item-name, body.paypal-express-review .cart-container .checkout-product-list-container form.form.form-cart .cart.item .item-info .product-item-name {
        font-size: 18px; } }
  body.checkout-cart-index .cart-container .checkout-product-list-container form.form.form-cart .cart.item .item-actions .actions-toolbar, body.paypal-express-review .cart-container .checkout-product-list-container form.form.form-cart .cart.item .item-actions .actions-toolbar {
    display: inline-block;
    margin-bottom: 10px; }
    body.checkout-cart-index .cart-container .checkout-product-list-container form.form.form-cart .cart.item .item-actions .actions-toolbar a.action.action-edit, body.paypal-express-review .cart-container .checkout-product-list-container form.form.form-cart .cart.item .item-actions .actions-toolbar a.action.action-edit {
      display: none; }
  @media (max-width: 767px) {
    body.checkout-cart-index .cart-container .checkout-product-list-container form.form.form-cart .cart.item .actions-toolbar, body.paypal-express-review .cart-container .checkout-product-list-container form.form.form-cart .cart.item .actions-toolbar {
      display: block !important; } }

body.checkout-cart-index .cart-container .cart-summary, body.paypal-express-review .cart-container .cart-summary {
  width: 100%; }
  body.checkout-cart-index .cart-container .cart-summary .block .title strong, body.paypal-express-review .cart-container .cart-summary .block .title strong {
    font-weight: 700; }

body.checkout-cart-index .checkout-cart-container-after, body.paypal-express-review .checkout-cart-container-after {
  margin: 10px 0 60px 0; }

body.checkout-cart-index .cart-discount, body.paypal-express-review .cart-discount {
  border-bottom: none; }

body.checkout-cart-index .use-ajax.action.action-towishlist, body.paypal-express-review .use-ajax.action.action-towishlist {
  display: none; }

body.checkout-cart-index span.old-price-span, body.paypal-express-review span.old-price-span {
  color: #8b8b8b !important;
  font-size: 16px !important;
  font-weight: 100 !important; }

body.checkout-cart-index span.special-price-span, body.paypal-express-review span.special-price-span {
  color: #EA5455 !important;
  font-size: 28px !important;
  font-weight: 700 !important; }
  body.checkout-cart-index span.special-price-span::first-letter, body.paypal-express-review span.special-price-span::first-letter {
    color: #EA5455 !important;
    font-weight: 700 !important; }

body.checkout-cart-index .method-or, body.paypal-express-review .method-or {
  margin: 10px 0 10px;
  text-transform: none;
  font-weight: bold; }

body.checkout-cart-index .method-or:last-child, body.paypal-express-review .method-or:last-child {
  display: none; }

body.checkout-cart-index .paypal-button .zoid-outlet, body.paypal-express-review .paypal-button .zoid-outlet {
  z-index: 1; }

.before-paypal {
  margin: 10px 0 10px;
  text-transform: none;
  font-weight: bold; }

.checkout-onepage-success {
  padding: 0; }

body.checkout-index-index a.button.action.continue.primary.checkout-go-back {
  margin-right: 20px;
  border-radius: 0; }
  body.checkout-index-index a.button.action.continue.primary.checkout-go-back span {
    text-transform: uppercase; }

body.checkout-index-index div.primary.facebook {
  margin-left: 0 !important; }
  body.checkout-index-index div.primary.facebook a {
    height: 32px; }
    body.checkout-index-index div.primary.facebook a span.fa.fa-facebook:before {
      color: #fff; }
    body.checkout-index-index div.primary.facebook a span.text {
      color: #ffffff;
      text-decoration: none;
      font-size: 14px; }

body.checkout-index-index form.form.form-login input#customer-password {
  margin-right: 10px;
  width: calc(100% - 39px); }

body.checkout-index-index form.form.form-login div.actions-toolbar div.primary {
  float: right;
  margin-left: 15px; }
  body.checkout-index-index form.form.form-login div.actions-toolbar div.primary.facebook {
    float: unset;
    width: fit-content; }

body.checkout-index-index div.distance-agreement {
  margin-top: 10px; }
  body.checkout-index-index div.distance-agreement .checkout-agree-gdor {
    padding-left: 23px; }
  body.checkout-index-index div.distance-agreement .to-continue {
    display: block;
    padding-top: 10px; }

body.checkout-index-index .mark {
  background-color: transparent; }

body.checkout-index-index .nav-sections {
  display: block; }

body.checkout-index-index .checkout-container {
  margin: 0 auto; }

body.checkout-index-index ul.opc-progress-bar {
  display: block;
  margin: 20px 0;
  counter-reset: progress-bar-i; }
  body.checkout-index-index ul.opc-progress-bar li.opc-progress-bar-item {
    float: left;
    display: inline-block;
    text-align: center;
    background-color: #dedede;
    font-weight: 700;
    padding: 10px; }
    body.checkout-index-index ul.opc-progress-bar li.opc-progress-bar-item._active {
      background-color: #EA5455;
      color: #ffffff; }
      body.checkout-index-index ul.opc-progress-bar li.opc-progress-bar-item._active span:before {
        color: #ffffff;
        border: 1px solid #ffffff; }
    body.checkout-index-index ul.opc-progress-bar li.opc-progress-bar-item._complete {
      background-color: #87d532;
      color: #ffffff; }
      body.checkout-index-index ul.opc-progress-bar li.opc-progress-bar-item._complete span:before {
        color: #ffffff;
        border: 1px solid #ffffff;
        font-family: 'luma-icons';
        content: '\e610'; }
    body.checkout-index-index ul.opc-progress-bar li.opc-progress-bar-item span {
      font-size: 18px;
      position: relative; }
      body.checkout-index-index ul.opc-progress-bar li.opc-progress-bar-item span:before {
        counter-increment: progress-bar-i;
        content: counter(progress-bar-i);
        position: absolute;
        left: -35px;
        font-size: 14px;
        border: 1px solid #191919;
        border-radius: 50%;
        width: 22px;
        top: 2px; }

body.checkout-index-index ul.opc-progress-bar.childrens1 li.opc-progress-bar-item {
  width: 64% !important; }

body.checkout-index-index ul.opc-progress-bar.childrens2 li.opc-progress-bar-item {
  width: 100% !important; }
  @media (min-width: 767px) {
    body.checkout-index-index ul.opc-progress-bar.childrens2 li.opc-progress-bar-item {
      width: 50% !important; } }
  @media (min-width: 1200px) {
    body.checkout-index-index ul.opc-progress-bar.childrens2 li.opc-progress-bar-item {
      width: 32% !important; } }

body.checkout-index-index .opc-wrapper {
  margin-top: 20px; }

body.checkout-index-index .opc-wrapper .form-login, body.checkout-index-index .opc-wrapper .form-shipping-address {
  max-width: 100%; }

@media (max-width: 639px) {
  body.checkout-index-index .opc-wrapper .form-shipping-address {
    padding-bottom: 35px; }
  body.checkout-index-index .opc-wrapper .form-login #register_guest_customer_container {
    margin-left: 15px; } }

body.checkout-index-index .opc-wrapper .step-title, body.checkout-index-index .opc-block-shipping-information .shipping-information-title, body.checkout-index-index .opc-block-summary > .title, body.checkout-index-index .checkout-agreements-items .checkout-agreements-item-title {
  font-size: 26px;
  text-align: left; }

body.checkout-index-index .opc-block-shipping-information {
  padding: 0; }
  body.checkout-index-index .opc-block-shipping-information .shipping-information-content, body.checkout-index-index .opc-block-shipping-information .shipping-information-title {
    opacity: 0;
    height: 0; }

body.checkout-index-index .fieldset > .field {
  margin: 0 0 20px 0; }

body.checkout-index-index .fieldset > .field:not(.choice) > .label {
  width: 100%;
  text-align: left;
  margin: 0 0 10px 20px; }

body.checkout-index-index input[type="text"], body.checkout-index-index input[type="password"], body.checkout-index-index input[type="url"], body.checkout-index-index input[type="tel"], body.checkout-index-index input[type="search"], body.checkout-index-index input[type="number"], body.checkout-index-index input[type="datetime"], body.checkout-index-index input[type="email"], body.checkout-index-index input[type="SELECT"], body.checkout-index-index select {
  height: 40px; }

body.checkout-index-index .opc-wrapper .form-login, body.checkout-index-index .opc-wrapper .form-shipping-address {
  margin: 0; }

body.checkout-index-index .opc-sidebar {
  margin: 0; }
  body.checkout-index-index .opc-sidebar .modal-header {
    border-bottom: none; }
  body.checkout-index-index .opc-sidebar .modal-content {
    border: none; }
    body.checkout-index-index .opc-sidebar .modal-content .opc-block-summary {
      display: flex;
      flex-direction: column;
      background-color: #ffffff;
      margin: 0;
      padding: 0; }
      body.checkout-index-index .opc-sidebar .modal-content .opc-block-summary .title {
        border: none;
        margin-bottom: 0; }
        body.checkout-index-index .opc-sidebar .modal-content .opc-block-summary .title strong {
          background: #f3f3f3;
          width: 100%;
          display: block;
          padding: 10px;
          text-transform: uppercase;
          font-weight: 700;
          font-size: 13px; }
        body.checkout-index-index .opc-sidebar .modal-content .opc-block-summary .title:after {
          background: #f3f3f3;
          line-height: 34px;
          margin: 0;
          width: 40px; }
      body.checkout-index-index .opc-sidebar .modal-content .opc-block-summary .minicart-items-wrapper {
        margin: 0;
        padding: 0; }
      body.checkout-index-index .opc-sidebar .modal-content .opc-block-summary .table-totals {
        order: 2; }

body.checkout-index-index .table-checkout-shipping-method thead tr {

  padding: 10px 0; }
  body.checkout-index-index .table-checkout-shipping-method thead tr th {
    display: block; }
  body.checkout-index-index .table-checkout-shipping-method thead tr th.col-method, body.checkout-index-index .table-checkout-shipping-method thead tr th.col-price, body.checkout-index-index .table-checkout-shipping-method thead tr th.col-carrier {
    display: block; }

body.checkout-index-index .checkout-shipping-method {
  margin-top: 80px; }
  body.checkout-index-index .checkout-shipping-method input[type="radio"] {
    margin: 2px 5px 0 15px; }

body.checkout-index-index .payment-methods .step-title {
  margin-bottom: 10px;
  padding: 0 15px; }
  @media (min-width: 768px) {
    body.checkout-index-index .payment-methods .step-title {
      padding: 0; } }

body.checkout-index-index .payment-methods .payment-method .payment-method-title:first-child {
  border-top: 1px solid #dedede; }

body.checkout-index-index .payment-methods .payment-method .payment-method-title input {
  margin: 0 10px 0 0; }

body.checkout-index-index .payment-methods .payment-method .payment-method-title input#banktransfer:after {
  background-image: url(../../frontend/LPS/OrbSport/lv_LV/images/payments/ico_m_1.svg); }

body.checkout-index-index .payment-methods .payment-method .payment-method-title input#banklinks:after {
  background-image: url(../../frontend/LPS/OrbSport/lv_LV/images/payments/ico_m_3.svg); }

body.checkout-index-index .payment-methods .payment-method .payment-method-title input#paypal_express::after {
  background-image: url(../../frontend/LPS/OrbSport/lv_LV/images/payments/ico_m_5.svg); }

body.checkout-index-index .payment-methods .payment-method .payment-method-title input#paysera::after {
  display: none; }

body.checkout-index-index .payment-methods .payment-method .payment-method-title label {
  margin: 0; }
  body.checkout-index-index .payment-methods .payment-method .payment-method-title label span {
    position: relative; }

body.checkout-index-index .business_notice {
  color: #EA5455; }

body.checkout-index-index div.field[name="billingAddressbanktransfer.vat_id"],
body.checkout-index-index div.field[name="billingAddressbanktransfer.company"],
body.checkout-index-index div.field[name="billingAddressbanklinks.vat_id"],
body.checkout-index-index div.field[name="billingAddressbanklinks.company"] {
  display: none; }

body.checkout-index-index .sparsh-order-comments label {
  font-weight: bold; }

body.checkout-index-index.customer-logged-out .business_notice {
  display: block; }

body.checkout-index-index.customer-logged-out div.field[name="shippingAddress.country_id"],
body.checkout-index-index.customer-logged-out div.field[name="shippingAddress.city"],
body.checkout-index-index.customer-logged-out div.field[name="shippingAddress.postcode"] {
  display: none; }

body.checkout-index-index.customer-logged-out .checkout-shipping-address {
  margin-top: 20px; }

body.checkout-index-index.customer-logged-out .gpdr-field-checkout {
  margin-top: 70px; }

body.checkout-index-index.customer-logged-out #shipping-new-address-form div.field[name="shippingAddress.country_id"],
body.checkout-index-index.customer-logged-out #shipping-new-address-form div.field[name="shippingAddress.city"],
body.checkout-index-index.customer-logged-out #shipping-new-address-form fieldset.field.street,
body.checkout-index-index.customer-logged-out #shipping-new-address-form div.field[name="shippingAddress.postcode"] {
  display: block; }

body.checkout-index-index.customer-logged-out .billing-address-form div.field[name="billingAddressshared.company"],
body.checkout-index-index.customer-logged-out .billing-address-form div.field[name="billingAddresscheckmo.vat_id"],
body.checkout-index-index.customer-logged-out .billing-address-form div.field[name="billingAddressbanktransfer.company"],
body.checkout-index-index.customer-logged-out .billing-address-form input[name="company"],
body.checkout-index-index.customer-logged-out .billing-address-form div.field[name="billingAddressshared.vat_id"],
body.checkout-index-index.customer-logged-out .billing-address-form div.field[name="billingAddressbanklinks.vat_id"],
body.checkout-index-index.customer-logged-out .billing-address-form div.field[name="billingAddresscheckmo.company"],
body.checkout-index-index.customer-logged-out .billing-address-form div.field[name="billingAddressbanklinks.company"],
body.checkout-index-index.customer-logged-out .billing-address-form div.field[name="billingAddressbanktransfer.vat_id"],
body.checkout-index-index.customer-logged-out .billing-address-form input[name="vat_id"] {
  display: none; }


body.checkout-index-index.customer-logged-in #fake-checkout-continue-button {
  display: none; }

body.checkout-index-index.customer-logged-in .checkout-shipping-address {
  margin-top: 20px; }

fieldset.street div.control div.field label.label {
  display: none; }
  fieldset.street div.control div.field label.label span {
    display: none; }

.table-checkout-shipping-method thead tr th {
  display: block; }

.gpdr-field-checkout {
  margin-top: 40px;
  margin-bottom: 15px; }

.paypal-express-review .sparsh-order-comments label {
  font-weight: bold; }

body.page-layout-success div.left {
  float: left;
  background-image: url(../../frontend/LPS/OrbSport/lv_LV/images/success.png);
  display: block;
  width: 25%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (min-width: 992px) {
    body.page-layout-success div.left {
      width: 35%; } }

body.page-layout-success div.middle {
  background-color: #4aa6b6;
  float: left;
  width: 100%;
  flex-direction: column;
  height: 100%; }
  @media (min-width: 768px) {
    body.page-layout-success div.middle {
      width: 20%; } }
  body.page-layout-success div.middle div.logo-img {
    margin-top: 60px;
    background-image: url(../../frontend/LPS/OrbSport/lv_LV/images/orbs-logo-white.svg);
    width: 100%;
    height: 80px;
    background-repeat: no-repeat;
    background-position-x: center; }
  body.page-layout-success div.middle div.logo-img2 {
    margin-top: 60px;
    background-image: url(../../frontend/LPS/OrbSport/lv_LV/images/check-circle-01.svg);
    width: 100%;
    height: 165px;
    background-repeat: no-repeat;
    background-position-x: center; }

body.page-layout-success div.info {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding: 15px; }
  @media (min-width: 768px) {
    body.page-layout-success div.info {
      width: 45%;
      padding: 20px; } }
  @media (min-width: 992px) {
    body.page-layout-success div.info {
      padding: 30px; } }
  @media (min-width: 1200px) {
    body.page-layout-success div.info {
      padding: 40px; } }
  body.page-layout-success div.info h1, body.page-layout-success div.info body.checkout-index-index .opc-wrapper .step-title, body.checkout-index-index .opc-wrapper body.page-layout-success div.info .step-title, body.page-layout-success div.info body.checkout-index-index .opc-block-shipping-information .shipping-information-title, body.checkout-index-index .opc-block-shipping-information body.page-layout-success div.info .shipping-information-title, body.page-layout-success div.info body.checkout-index-index .opc-block-summary > .title, body.checkout-index-index body.page-layout-success div.info .opc-block-summary > .title, body.page-layout-success div.info body.checkout-index-index .checkout-agreements-items .checkout-agreements-item-title, body.checkout-index-index .checkout-agreements-items body.page-layout-success div.info .checkout-agreements-item-title {
    text-align: left;
    color: #4aa6b6;
    font-size: 48px;
    text-transform: none;
    margin-bottom: 10px; }
  body.page-layout-success div.info div.order-info {
    margin-bottom: 20px; }
    body.page-layout-success div.info div.order-info p {
      font-size: 24px; }
  body.page-layout-success div.info table {
    font-size: 16px; }
    body.page-layout-success div.info table .bold {
      font-weight: 700; }
    body.page-layout-success div.info table.order-items {
      margin-bottom: 20px; }
    body.page-layout-success div.info table tr.order-item {
      border-bottom: 1px solid #8b8b8b; }
      body.page-layout-success div.info table tr.order-item .product-name {
        font-size: 10px;
        width: 40%; }
        @media (min-width: 480px) {
          body.page-layout-success div.info table tr.order-item .product-name {
            font-size: 14px; } }
        @media (min-width: 1200px) {
          body.page-layout-success div.info table tr.order-item .product-name {
            font-size: 16px; } }
      body.page-layout-success div.info table tr.order-item .qtw {
        width: 27%;
        text-align: right;
        font-size: 13px; }
        @media (min-width: 480px) {
          body.page-layout-success div.info table tr.order-item .qtw {
            font-size: 14px; } }
      body.page-layout-success div.info table tr.order-item .sub-total {
        width: 33%;
        text-align: right; }
    body.page-layout-success div.info table tr.grand-total {
      border-top: 1px solid #8b8b8b; }
    body.page-layout-success div.info table .sub-total {
      font-weight: 700; }
  body.page-layout-success div.info .footer table.summary {
    width: 100%; }
    @media (min-width: 1200px) {
      body.page-layout-success div.info .footer table.summary {
        float: right;
        width: 50%; } }
    body.page-layout-success div.info .footer table.summary td.value {
      float: right; }
  body.page-layout-success div.info .footer .actions-toolbar {
    margin-top: 40px;
    float: right;
    display: block;
    width: 100%; }
    body.page-layout-success div.info .footer .actions-toolbar div.primary {
      float: right; }
      @media (max-width: 480px) {
        body.page-layout-success div.info .footer .actions-toolbar div.primary {
          width: 100%; } }
      body.page-layout-success div.info .footer .actions-toolbar div.primary a.primary {
        border: none;
        background-color: #EA5455;
        padding: 15px 30px; }
        body.page-layout-success div.info .footer .actions-toolbar div.primary a.primary span {
          font-size: 18px; }

body.cms-noroute-index {
  padding: 0; }
  body.cms-noroute-index div.left {
    float: left;
    background-image: url(../../frontend/LPS/OrbSport/lv_LV/images/success.png);
    display: block;
    width: 35%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%); }
  body.cms-noroute-index div.middle {
    background-color: #EA5455;
    float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%; }
    @media (min-width: 768px) {
      body.cms-noroute-index div.middle {
        width: 20%; } }
    body.cms-noroute-index div.middle div.logo-img {
      margin-top: 60px;
      background-image: url(../../frontend/LPS/OrbSport/lv_LV/images/orbs-logo-white.svg);
      width: 100%;
      height: 80px;
      background-repeat: no-repeat;
      background-position-x: center; }
    body.cms-noroute-index div.middle div.logo-img2 {
      margin-top: 60px;
      background-image: url(../../frontend/LPS/OrbSport/lv_LV/images/alert-circle_01.svg);
      width: 100%;
      height: 165px;
      background-repeat: no-repeat;
      background-position-x: center; }
  body.cms-noroute-index div.info {
    width: 100%;
    text-align: center;
    padding: 40px 0 0 0;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    @media (min-width: 768px) {
      body.cms-noroute-index div.info {
        text-align: left;
        width: 45%;
        padding: 40px; } }
    body.cms-noroute-index div.info h1, body.cms-noroute-index div.info body.checkout-index-index .opc-wrapper .step-title, body.checkout-index-index .opc-wrapper body.cms-noroute-index div.info .step-title, body.cms-noroute-index div.info body.checkout-index-index .opc-block-shipping-information .shipping-information-title, body.checkout-index-index .opc-block-shipping-information body.cms-noroute-index div.info .shipping-information-title, body.cms-noroute-index div.info body.checkout-index-index .opc-block-summary > .title, body.checkout-index-index body.cms-noroute-index div.info .opc-block-summary > .title, body.cms-noroute-index div.info body.checkout-index-index .checkout-agreements-items .checkout-agreements-item-title, body.checkout-index-index .checkout-agreements-items body.cms-noroute-index div.info .checkout-agreements-item-title {
      text-align: center;
      color: #EA5455;
      font-size: 48px;
      margin-bottom: 40px;
      text-transform: uppercase; }
      @media (min-width: 768px) {
        body.cms-noroute-index div.info h1, body.cms-noroute-index div.info body.checkout-index-index .opc-wrapper .step-title, body.checkout-index-index .opc-wrapper body.cms-noroute-index div.info .step-title, body.cms-noroute-index div.info body.checkout-index-index .opc-block-shipping-information .shipping-information-title, body.checkout-index-index .opc-block-shipping-information body.cms-noroute-index div.info .shipping-information-title, body.cms-noroute-index div.info body.checkout-index-index .opc-block-summary > .title, body.checkout-index-index body.cms-noroute-index div.info .opc-block-summary > .title, body.cms-noroute-index div.info body.checkout-index-index .checkout-agreements-items .checkout-agreements-item-title, body.checkout-index-index .checkout-agreements-items body.cms-noroute-index div.info .checkout-agreements-item-title {
          text-align: left; } }
    body.cms-noroute-index div.info p.text {
      margin-bottom: 40px; }
    body.cms-noroute-index div.info .contacts span {
      font-weight: 700; }
      body.cms-noroute-index div.info .contacts span.title {
        margin-bottom: 10px;
        display: block; }
    body.cms-noroute-index div.info .actions-toolbar .primary {
      padding: 10px 60px; }
      @media (min-width: 768px) {
        body.cms-noroute-index div.info .actions-toolbar .primary {
          float: right;
          margin-top: 40px; } }

/**
 * 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_SocialLogin
 * @copyright   Copyright (c) Mageplaza (http://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.white-popup {
  position: relative;
  background: #FFF;
  padding: 0;
  width: auto;
  max-width: 600px;
  margin: 0 auto; }

#social-login-popup {
  overflow: hidden; }

#social-login-popup .block-container {
  width: 100%;
  display: inline-block; }

#social-login-popup .social-login-title {
  padding: 10px 10px;
  background-color: #EA5455; }

#social-login-popup .block-container .block {
  padding: 20px 25px;
  margin: 0; }

.social-login-ajax-loading {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.6;
  background: #fbfaf6 url("../../frontend/LPS/OrbSport/lv_LV/css/images/ajax-loader.gif") no-repeat center center; }

#social-login-popup .block-container .block .block-title {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc; }

#social-login-popup .fieldset {
  margin: 0 0 20px; }
  #social-login-popup .fieldset .control {
    width: 71%;
    float: right; }

.actions-toolbar {
  margin-top: 7px; }

.account-social-login .actions-toolbar.social-btn {
  width: 215px; }

#social-login-popup .actions-toolbar > .secondary .action.back {
  display: block; }

.social-login-title h2 {
  margin: 0;
  padding-left: 40px;
  background: no-repeat 12px center;
  color: #ffffff; }

.social-login-title .login-title {
  background-image: url(../../frontend/LPS/OrbSport/lv_LV/css/images/login-title.png); }

.social-login-title .create-account-title {
  background-image: url(../../frontend/LPS/OrbSport/lv_LV/css/images/create-account-title.png); }

.social-login-title .forgot-pass-title {
  background-image: url(../../frontend/LPS/OrbSport/lv_LV/css/images/forgot-pass-title.png); }

#social-login-popup .mfp-close {
  color: #ffffff; }

#social-login-popup .message.error > *:first-child:before {
  top: 50%; }

#social-login-popup .message.success > *:first-child:before {
  top: 50%; }

/* Authentication Popup */
.social-login-authentication-popup {
  width: 100%; }

.social-login-authentication-popup .block-content {
  display: block !important; }

.social-login-authentication-popup .block-content .actions-toolbar {
  display: inline-block; }

.social-login-authentication-popup .block-content .actions-toolbar .btn-social {
  height: 20px;
  padding-left: 19px; }

/*Button Style*/
.actions-toolbar button {
  border-radius: 0; }

.social-btn button {
  height: 33px;
  border: none; }

.social-btn button span span {
  margin-left: 25px;
  color: #ffffff; }

.social-login-authentication-channel .actions-toolbar.social-btn > .primary .action {
  width: 100%;
  margin: 0;
  min-width: 170px;
  text-align: left;
  border-radius: 5px; }

.social-login-authentication-channel .actions-toolbar.social-btn > .primary .action:hover {
  opacity: 0.9; }

.social-btn-actions-toolbar {
  display: inline-block; }

.register-sociallogin {
  float: left; }

#fb-customer, #gg-customer, #tw-customer, #li-customer, #ins-customer, #ya-customer, #git-customer, #vk-customer, #fo-customer, #live-customer, #am-customer {
  float: left; }

#group-button {
  width: 48.8%;
  /*margin-left: 37px;*/
  /*margin-top: 0px;*/
  float: right;
  clear: none; }

#group-button .block.social-login-authentication-channel.col-mp.mp-5 {
  margin-bottom: 2px; }

.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */ }

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8); }

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out; }

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1); }

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0; }

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0; }

.mfp-newspaper {
  /* start state */
  /* animate in */
  /* animate out */ }

.mfp-newspaper .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.5s;
  transform: scale(0) rotate(500deg); }

.mfp-newspaper.mfp-bg {
  opacity: 0;
  transition: all 0.5s; }

.mfp-newspaper.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1) rotate(0deg); }

.mfp-newspaper.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-newspaper.mfp-removing .mfp-with-anim {
  transform: scale(0) rotate(500deg);
  opacity: 0; }

.mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0; }

.mfp-move-horizontal {
  /* start state */
  /* animate in */
  /* animate out */ }

.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(-50px); }

.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  transition: all 0.3s; }

.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateX(0); }

.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  transform: translateX(50px);
  opacity: 0; }

.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0; }

.mfp-move-from-top {
  /* start state */
  /* animate in */
  /* animate out */ }

.mfp-move-from-top .mfp-content {
  vertical-align: top;
  margin-top: 50px; }

.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s;
  transform: translateY(-100px); }

.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all 0.2s; }

.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateY(0); }

.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-move-from-top.mfp-removing .mfp-with-anim {
  transform: translateY(-50px);
  opacity: 0; }

.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0; }

.mfp-3d-unfold {
  /* start state */
  /* animate in */
  /* animate out */ }

.mfp-3d-unfold .mfp-content {
  perspective: 2000px; }

.mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform-style: preserve-3d;
  transform: rotateY(-60deg); }

.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  transition: all 0.5s; }

.mfp-3d-unfold.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: rotateY(0deg); }

.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-3d-unfold.mfp-removing .mfp-with-anim {
  transform: rotateY(60deg);
  opacity: 0; }

.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0; }

.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3); }

.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out; }

.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1); }

.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-zoom-out.mfp-removing .mfp-with-anim {
  transform: scale(1.3);
  opacity: 0; }

.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0; }

.social-btn .btn-social {
  color: #ffffff !important;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 6px 12px 6px 44px;
  font-family: 'Roboto', sans-serif; }

.btn-social {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.btn-social > :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2); }

.btn-social.btn-lg {
  padding-left: 61px; }

.btn-social.btn-lg > :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em; }

.btn-social.btn-sm {
  padding-left: 38px; }

.btn-social.btn-sm > :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em; }

.btn-social.btn-xs {
  padding-left: 30px; }

.btn-social.btn-xs > :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em; }

.btn-social-icon {
  position: relative;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 34px;
  width: 34px;
  padding: 0; }

.btn-social-icon > :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2); }

.btn-social-icon.btn-lg {
  padding-left: 61px; }

.btn-social-icon.btn-lg > :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em; }

.btn-social-icon.btn-sm {
  padding-left: 38px; }

.btn-social-icon.btn-sm > :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em; }

.btn-social-icon.btn-xs {
  padding-left: 30px; }

.btn-social-icon.btn-xs > :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em; }

.btn-social-icon > :first-child {
  border: none;
  text-align: center;
  width: 100%; }

.btn-social-icon.btn-lg {
  height: 45px;
  width: 45px;
  padding-left: 0;
  padding-right: 0; }

.btn-social-icon.btn-sm {
  height: 30px;
  width: 30px;
  padding-left: 0;
  padding-right: 0; }

.btn-social-icon.btn-xs {
  height: 22px;
  width: 22px;
  padding-left: 0;
  padding-right: 0; }

.btn-adn {
  color: #fff;
  background-color: #d87a68;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-adn:focus, .btn-adn.focus {
  color: #fff;
  background-color: #ce563f;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-adn:hover {
  color: #fff;
  background-color: #ce563f;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-adn:active, .btn-adn.active, .open > .dropdown-toggle.btn-adn {
  color: #fff;
  background-color: #ce563f;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-adn:active:hover, .btn-adn.active:hover, .open > .dropdown-toggle.btn-adn:hover, .btn-adn:active:focus, .btn-adn.active:focus, .open > .dropdown-toggle.btn-adn:focus, .btn-adn:active.focus, .btn-adn.active.focus, .open > .dropdown-toggle.btn-adn.focus {
  color: #fff;
  background-color: #b94630;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-adn:active, .btn-adn.active, .open > .dropdown-toggle.btn-adn {
  background-image: none; }

.btn-adn.disabled:hover, .btn-adn[disabled]:hover, fieldset[disabled] .btn-adn:hover, .btn-adn.disabled:focus, .btn-adn[disabled]:focus, fieldset[disabled] .btn-adn:focus, .btn-adn.disabled.focus, .btn-adn[disabled].focus, fieldset[disabled] .btn-adn.focus {
  background-color: #d87a68;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-adn .badge {
  color: #d87a68;
  background-color: #fff; }

.btn-bitbucket {
  color: #fff;
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-bitbucket:focus, .btn-bitbucket.focus {
  color: #fff;
  background-color: #163758;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-bitbucket:hover {
  color: #fff;
  background-color: #163758;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-bitbucket:active, .btn-bitbucket.active, .open > .dropdown-toggle.btn-bitbucket {
  color: #fff;
  background-color: #163758;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-bitbucket:active:hover, .btn-bitbucket.active:hover, .open > .dropdown-toggle.btn-bitbucket:hover, .btn-bitbucket:active:focus, .btn-bitbucket.active:focus, .open > .dropdown-toggle.btn-bitbucket:focus, .btn-bitbucket:active.focus, .btn-bitbucket.active.focus, .open > .dropdown-toggle.btn-bitbucket.focus {
  color: #fff;
  background-color: #0f253c;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-bitbucket:active, .btn-bitbucket.active, .open > .dropdown-toggle.btn-bitbucket {
  background-image: none; }

.btn-bitbucket.disabled:hover, .btn-bitbucket[disabled]:hover, fieldset[disabled] .btn-bitbucket:hover, .btn-bitbucket.disabled:focus, .btn-bitbucket[disabled]:focus, fieldset[disabled] .btn-bitbucket:focus, .btn-bitbucket.disabled.focus, .btn-bitbucket[disabled].focus, fieldset[disabled] .btn-bitbucket.focus {
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-bitbucket .badge {
  color: #205081;
  background-color: #fff; }

.btn-dropbox {
  color: #fff;
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-dropbox:focus, .btn-dropbox.focus {
  color: #fff;
  background-color: #0d6aad;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-dropbox:hover {
  color: #fff;
  background-color: #0d6aad;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-dropbox:active, .btn-dropbox.active, .open > .dropdown-toggle.btn-dropbox {
  color: #fff;
  background-color: #0d6aad;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-dropbox:active:hover, .btn-dropbox.active:hover, .open > .dropdown-toggle.btn-dropbox:hover, .btn-dropbox:active:focus, .btn-dropbox.active:focus, .open > .dropdown-toggle.btn-dropbox:focus, .btn-dropbox:active.focus, .btn-dropbox.active.focus, .open > .dropdown-toggle.btn-dropbox.focus {
  color: #fff;
  background-color: #0a568c;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-dropbox:active, .btn-dropbox.active, .open > .dropdown-toggle.btn-dropbox {
  background-image: none; }

.btn-dropbox.disabled:hover, .btn-dropbox[disabled]:hover, fieldset[disabled] .btn-dropbox:hover, .btn-dropbox.disabled:focus, .btn-dropbox[disabled]:focus, fieldset[disabled] .btn-dropbox:focus, .btn-dropbox.disabled.focus, .btn-dropbox[disabled].focus, fieldset[disabled] .btn-dropbox.focus {
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-dropbox .badge {
  color: #1087dd;
  background-color: #fff; }

.btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-facebook:focus, .btn-facebook.focus {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-facebook:hover {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-facebook:active, .btn-facebook.active, .open > .dropdown-toggle.btn-facebook {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-facebook:active:hover, .btn-facebook.active:hover, .open > .dropdown-toggle.btn-facebook:hover, .btn-facebook:active:focus, .btn-facebook.active:focus, .open > .dropdown-toggle.btn-facebook:focus, .btn-facebook:active.focus, .btn-facebook.active.focus, .open > .dropdown-toggle.btn-facebook.focus {
  color: #fff;
  background-color: #23345a;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-facebook:active, .btn-facebook.active, .open > .dropdown-toggle.btn-facebook {
  background-image: none; }

.btn-facebook.disabled:hover, .btn-facebook[disabled]:hover, fieldset[disabled] .btn-facebook:hover, .btn-facebook.disabled:focus, .btn-facebook[disabled]:focus, fieldset[disabled] .btn-facebook:focus, .btn-facebook.disabled.focus, .btn-facebook[disabled].focus, fieldset[disabled] .btn-facebook.focus {
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-facebook .badge {
  color: #3b5998;
  background-color: #fff; }

.btn-flickr {
  color: #fff;
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-flickr:focus, .btn-flickr.focus {
  color: #fff;
  background-color: #cc006a;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-flickr:hover {
  color: #fff;
  background-color: #cc006a;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-flickr:active, .btn-flickr.active, .open > .dropdown-toggle.btn-flickr {
  color: #fff;
  background-color: #cc006a;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-flickr:active:hover, .btn-flickr.active:hover, .open > .dropdown-toggle.btn-flickr:hover, .btn-flickr:active:focus, .btn-flickr.active:focus, .open > .dropdown-toggle.btn-flickr:focus, .btn-flickr:active.focus, .btn-flickr.active.focus, .open > .dropdown-toggle.btn-flickr.focus {
  color: #fff;
  background-color: #a80057;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-flickr:active, .btn-flickr.active, .open > .dropdown-toggle.btn-flickr {
  background-image: none; }

.btn-flickr.disabled:hover, .btn-flickr[disabled]:hover, fieldset[disabled] .btn-flickr:hover, .btn-flickr.disabled:focus, .btn-flickr[disabled]:focus, fieldset[disabled] .btn-flickr:focus, .btn-flickr.disabled.focus, .btn-flickr[disabled].focus, fieldset[disabled] .btn-flickr.focus {
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-flickr .badge {
  color: #ff0084;
  background-color: #fff; }

.btn-foursquare {
  color: #fff;
  background-color: #f94877;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-foursquare:focus, .btn-foursquare.focus {
  color: #fff;
  background-color: #f71752;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-foursquare:hover {
  color: #fff;
  background-color: #f71752;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-foursquare:active, .btn-foursquare.active, .open > .dropdown-toggle.btn-foursquare {
  color: #fff;
  background-color: #f71752;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-foursquare:active:hover, .btn-foursquare.active:hover, .open > .dropdown-toggle.btn-foursquare:hover, .btn-foursquare:active:focus, .btn-foursquare.active:focus, .open > .dropdown-toggle.btn-foursquare:focus, .btn-foursquare:active.focus, .btn-foursquare.active.focus, .open > .dropdown-toggle.btn-foursquare.focus {
  color: #fff;
  background-color: #e30742;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-foursquare:active, .btn-foursquare.active, .open > .dropdown-toggle.btn-foursquare {
  background-image: none; }

.btn-foursquare.disabled:hover, .btn-foursquare[disabled]:hover, fieldset[disabled] .btn-foursquare:hover, .btn-foursquare.disabled:focus, .btn-foursquare[disabled]:focus, fieldset[disabled] .btn-foursquare:focus, .btn-foursquare.disabled.focus, .btn-foursquare[disabled].focus, fieldset[disabled] .btn-foursquare.focus {
  background-color: #f94877;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-foursquare .badge {
  color: #f94877;
  background-color: #fff; }

.btn-github {
  color: #fff;
  background-color: #444;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-github:focus, .btn-github.focus {
  color: #fff;
  background-color: #2b2b2b;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-github:hover {
  color: #fff;
  background-color: #2b2b2b;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-github:active, .btn-github.active, .open > .dropdown-toggle.btn-github {
  color: #fff;
  background-color: #2b2b2b;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-github:active:hover, .btn-github.active:hover, .open > .dropdown-toggle.btn-github:hover, .btn-github:active:focus, .btn-github.active:focus, .open > .dropdown-toggle.btn-github:focus, .btn-github:active.focus, .btn-github.active.focus, .open > .dropdown-toggle.btn-github.focus {
  color: #fff;
  background-color: #191919;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-github:active, .btn-github.active, .open > .dropdown-toggle.btn-github {
  background-image: none; }

.btn-github.disabled:hover, .btn-github[disabled]:hover, fieldset[disabled] .btn-github:hover, .btn-github.disabled:focus, .btn-github[disabled]:focus, fieldset[disabled] .btn-github:focus, .btn-github.disabled.focus, .btn-github[disabled].focus, fieldset[disabled] .btn-github.focus {
  background-color: #444;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-github .badge {
  color: #444;
  background-color: #fff; }

.btn-google {
  color: #fff;
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-google:focus, .btn-google.focus {
  color: #fff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-google:hover {
  color: #fff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-google:active, .btn-google.active, .open > .dropdown-toggle.btn-google {
  color: #fff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-google:active:hover, .btn-google.active:hover, .open > .dropdown-toggle.btn-google:hover, .btn-google:active:focus, .btn-google.active:focus, .open > .dropdown-toggle.btn-google:focus, .btn-google:active.focus, .btn-google.active.focus, .open > .dropdown-toggle.btn-google.focus {
  color: #fff;
  background-color: #a32b1c;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-google:active, .btn-google.active, .open > .dropdown-toggle.btn-google {
  background-image: none; }

.btn-google.disabled:hover, .btn-google[disabled]:hover, fieldset[disabled] .btn-google:hover, .btn-google.disabled:focus, .btn-google[disabled]:focus, fieldset[disabled] .btn-google:focus, .btn-google.disabled.focus, .btn-google[disabled].focus, fieldset[disabled] .btn-google.focus {
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-google .badge {
  color: #dd4b39;
  background-color: #fff; }

.btn-google .fa-google {
  background: url("../../frontend/LPS/OrbSport/lv_LV/css/images/g-logo.png") no-repeat; }

.btn-google .fa-google:before {
  content: ""; }

.btn-instagram {
  color: #fff;
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-instagram:focus, .btn-instagram.focus {
  color: #fff;
  background-color: #305777;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-instagram:hover {
  color: #fff;
  background-color: #305777;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-instagram:active, .btn-instagram.active, .open > .dropdown-toggle.btn-instagram {
  color: #fff;
  background-color: #305777;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-instagram:active:hover, .btn-instagram.active:hover, .open > .dropdown-toggle.btn-instagram:hover, .btn-instagram:active:focus, .btn-instagram.active:focus, .open > .dropdown-toggle.btn-instagram:focus, .btn-instagram:active.focus, .btn-instagram.active.focus, .open > .dropdown-toggle.btn-instagram.focus {
  color: #fff;
  background-color: #26455d;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-instagram:active, .btn-instagram.active, .open > .dropdown-toggle.btn-instagram {
  background-image: none; }

.btn-instagram.disabled:hover, .btn-instagram[disabled]:hover, fieldset[disabled] .btn-instagram:hover, .btn-instagram.disabled:focus, .btn-instagram[disabled]:focus, fieldset[disabled] .btn-instagram:focus, .btn-instagram.disabled.focus, .btn-instagram[disabled].focus, fieldset[disabled] .btn-instagram.focus {
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-instagram .badge {
  color: #3f729b;
  background-color: #fff; }

.btn-linkedin {
  color: #fff;
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-linkedin:focus, .btn-linkedin.focus {
  color: #fff;
  background-color: #005983;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-linkedin:hover {
  color: #fff;
  background-color: #005983;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-linkedin:active, .btn-linkedin.active, .open > .dropdown-toggle.btn-linkedin {
  color: #fff;
  background-color: #005983;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-linkedin:active:hover, .btn-linkedin.active:hover, .open > .dropdown-toggle.btn-linkedin:hover, .btn-linkedin:active:focus, .btn-linkedin.active:focus, .open > .dropdown-toggle.btn-linkedin:focus, .btn-linkedin:active.focus, .btn-linkedin.active.focus, .open > .dropdown-toggle.btn-linkedin.focus {
  color: #fff;
  background-color: #00405f;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-linkedin:active, .btn-linkedin.active, .open > .dropdown-toggle.btn-linkedin {
  background-image: none; }

.btn-linkedin.disabled:hover, .btn-linkedin[disabled]:hover, fieldset[disabled] .btn-linkedin:hover, .btn-linkedin.disabled:focus, .btn-linkedin[disabled]:focus, fieldset[disabled] .btn-linkedin:focus, .btn-linkedin.disabled.focus, .btn-linkedin[disabled].focus, fieldset[disabled] .btn-linkedin.focus {
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-linkedin .badge {
  color: #007bb6;
  background-color: #fff; }

.btn-microsoft {
  color: #fff;
  background-color: #2672ec;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-microsoft:focus, .btn-microsoft.focus {
  color: #fff;
  background-color: #125acd;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-microsoft:hover {
  color: #fff;
  background-color: #125acd;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-microsoft:active, .btn-microsoft.active, .open > .dropdown-toggle.btn-microsoft {
  color: #fff;
  background-color: #125acd;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-microsoft:active:hover, .btn-microsoft.active:hover, .open > .dropdown-toggle.btn-microsoft:hover, .btn-microsoft:active:focus, .btn-microsoft.active:focus, .open > .dropdown-toggle.btn-microsoft:focus, .btn-microsoft:active.focus, .btn-microsoft.active.focus, .open > .dropdown-toggle.btn-microsoft.focus {
  color: #fff;
  background-color: #0f4bac;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-microsoft:active, .btn-microsoft.active, .open > .dropdown-toggle.btn-microsoft {
  background-image: none; }

.btn-microsoft.disabled:hover, .btn-microsoft[disabled]:hover, fieldset[disabled] .btn-microsoft:hover, .btn-microsoft.disabled:focus, .btn-microsoft[disabled]:focus, fieldset[disabled] .btn-microsoft:focus, .btn-microsoft.disabled.focus, .btn-microsoft[disabled].focus, fieldset[disabled] .btn-microsoft.focus {
  background-color: #2672ec;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-microsoft .badge {
  color: #2672ec;
  background-color: #fff; }

.btn-odnoklassniki {
  color: #fff;
  background-color: #f4731c;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-odnoklassniki:focus, .btn-odnoklassniki.focus {
  color: #fff;
  background-color: #d35b0a;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-odnoklassniki:hover {
  color: #fff;
  background-color: #d35b0a;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-odnoklassniki:active, .btn-odnoklassniki.active, .open > .dropdown-toggle.btn-odnoklassniki {
  color: #fff;
  background-color: #d35b0a;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-odnoklassniki:active:hover, .btn-odnoklassniki.active:hover, .open > .dropdown-toggle.btn-odnoklassniki:hover, .btn-odnoklassniki:active:focus, .btn-odnoklassniki.active:focus, .open > .dropdown-toggle.btn-odnoklassniki:focus, .btn-odnoklassniki:active.focus, .btn-odnoklassniki.active.focus, .open > .dropdown-toggle.btn-odnoklassniki.focus {
  color: #fff;
  background-color: #b14c09;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-odnoklassniki:active, .btn-odnoklassniki.active, .open > .dropdown-toggle.btn-odnoklassniki {
  background-image: none; }

.btn-odnoklassniki.disabled:hover, .btn-odnoklassniki[disabled]:hover, fieldset[disabled] .btn-odnoklassniki:hover, .btn-odnoklassniki.disabled:focus, .btn-odnoklassniki[disabled]:focus, fieldset[disabled] .btn-odnoklassniki:focus, .btn-odnoklassniki.disabled.focus, .btn-odnoklassniki[disabled].focus, fieldset[disabled] .btn-odnoklassniki.focus {
  background-color: #f4731c;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-odnoklassniki .badge {
  color: #f4731c;
  background-color: #fff; }

.btn-openid {
  color: #fff;
  background-color: #f7931e;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-openid:focus, .btn-openid.focus {
  color: #fff;
  background-color: #da7908;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-openid:hover {
  color: #fff;
  background-color: #da7908;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-openid:active, .btn-openid.active, .open > .dropdown-toggle.btn-openid {
  color: #fff;
  background-color: #da7908;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-openid:active:hover, .btn-openid.active:hover, .open > .dropdown-toggle.btn-openid:hover, .btn-openid:active:focus, .btn-openid.active:focus, .open > .dropdown-toggle.btn-openid:focus, .btn-openid:active.focus, .btn-openid.active.focus, .open > .dropdown-toggle.btn-openid.focus {
  color: #fff;
  background-color: #b86607;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-openid:active, .btn-openid.active, .open > .dropdown-toggle.btn-openid {
  background-image: none; }

.btn-openid.disabled:hover, .btn-openid[disabled]:hover, fieldset[disabled] .btn-openid:hover, .btn-openid.disabled:focus, .btn-openid[disabled]:focus, fieldset[disabled] .btn-openid:focus, .btn-openid.disabled.focus, .btn-openid[disabled].focus, fieldset[disabled] .btn-openid.focus {
  background-color: #f7931e;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-openid .badge {
  color: #f7931e;
  background-color: #fff; }

.btn-pinterest {
  color: #fff;
  background-color: #cb2027;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-pinterest:focus, .btn-pinterest.focus {
  color: #fff;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-pinterest:hover {
  color: #fff;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-pinterest:active, .btn-pinterest.active, .open > .dropdown-toggle.btn-pinterest {
  color: #fff;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-pinterest:active:hover, .btn-pinterest.active:hover, .open > .dropdown-toggle.btn-pinterest:hover, .btn-pinterest:active:focus, .btn-pinterest.active:focus, .open > .dropdown-toggle.btn-pinterest:focus, .btn-pinterest:active.focus, .btn-pinterest.active.focus, .open > .dropdown-toggle.btn-pinterest.focus {
  color: #fff;
  background-color: #801419;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-pinterest:active, .btn-pinterest.active, .open > .dropdown-toggle.btn-pinterest {
  background-image: none; }

.btn-pinterest.disabled:hover, .btn-pinterest[disabled]:hover, fieldset[disabled] .btn-pinterest:hover, .btn-pinterest.disabled:focus, .btn-pinterest[disabled]:focus, fieldset[disabled] .btn-pinterest:focus, .btn-pinterest.disabled.focus, .btn-pinterest[disabled].focus, fieldset[disabled] .btn-pinterest.focus {
  background-color: #cb2027;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-pinterest .badge {
  color: #cb2027;
  background-color: #fff; }

.btn-reddit {
  color: #000;
  background-color: #eff7ff;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-reddit:focus, .btn-reddit.focus {
  color: #000;
  background-color: #bcddff;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-reddit:hover {
  color: #000;
  background-color: #bcddff;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-reddit:active, .btn-reddit.active, .open > .dropdown-toggle.btn-reddit {
  color: #000;
  background-color: #bcddff;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-reddit:active:hover, .btn-reddit.active:hover, .open > .dropdown-toggle.btn-reddit:hover, .btn-reddit:active:focus, .btn-reddit.active:focus, .open > .dropdown-toggle.btn-reddit:focus, .btn-reddit:active.focus, .btn-reddit.active.focus, .open > .dropdown-toggle.btn-reddit.focus {
  color: #000;
  background-color: #98ccff;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-reddit:active, .btn-reddit.active, .open > .dropdown-toggle.btn-reddit {
  background-image: none; }

.btn-reddit.disabled:hover, .btn-reddit[disabled]:hover, fieldset[disabled] .btn-reddit:hover, .btn-reddit.disabled:focus, .btn-reddit[disabled]:focus, fieldset[disabled] .btn-reddit:focus, .btn-reddit.disabled.focus, .btn-reddit[disabled].focus, fieldset[disabled] .btn-reddit.focus {
  background-color: #eff7ff;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-reddit .badge {
  color: #eff7ff;
  background-color: #000; }

.btn-soundcloud {
  color: #fff;
  background-color: #f50;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-soundcloud:focus, .btn-soundcloud.focus {
  color: #fff;
  background-color: #c40;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-soundcloud:hover {
  color: #fff;
  background-color: #c40;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-soundcloud:active, .btn-soundcloud.active, .open > .dropdown-toggle.btn-soundcloud {
  color: #fff;
  background-color: #c40;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-soundcloud:active:hover, .btn-soundcloud.active:hover, .open > .dropdown-toggle.btn-soundcloud:hover, .btn-soundcloud:active:focus, .btn-soundcloud.active:focus, .open > .dropdown-toggle.btn-soundcloud:focus, .btn-soundcloud:active.focus, .btn-soundcloud.active.focus, .open > .dropdown-toggle.btn-soundcloud.focus {
  color: #fff;
  background-color: #a83800;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-soundcloud:active, .btn-soundcloud.active, .open > .dropdown-toggle.btn-soundcloud {
  background-image: none; }

.btn-soundcloud.disabled:hover, .btn-soundcloud[disabled]:hover, fieldset[disabled] .btn-soundcloud:hover, .btn-soundcloud.disabled:focus, .btn-soundcloud[disabled]:focus, fieldset[disabled] .btn-soundcloud:focus, .btn-soundcloud.disabled.focus, .btn-soundcloud[disabled].focus, fieldset[disabled] .btn-soundcloud.focus {
  background-color: #f50;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-soundcloud .badge {
  color: #f50;
  background-color: #fff; }

.btn-tumblr {
  color: #fff;
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-tumblr:focus, .btn-tumblr.focus {
  color: #fff;
  background-color: #1c2d3f;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-tumblr:hover {
  color: #fff;
  background-color: #1c2d3f;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-tumblr:active, .btn-tumblr.active, .open > .dropdown-toggle.btn-tumblr {
  color: #fff;
  background-color: #1c2d3f;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-tumblr:active:hover, .btn-tumblr.active:hover, .open > .dropdown-toggle.btn-tumblr:hover, .btn-tumblr:active:focus, .btn-tumblr.active:focus, .open > .dropdown-toggle.btn-tumblr:focus, .btn-tumblr:active.focus, .btn-tumblr.active.focus, .open > .dropdown-toggle.btn-tumblr.focus {
  color: #fff;
  background-color: #111c26;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-tumblr:active, .btn-tumblr.active, .open > .dropdown-toggle.btn-tumblr {
  background-image: none; }

.btn-tumblr.disabled:hover, .btn-tumblr[disabled]:hover, fieldset[disabled] .btn-tumblr:hover, .btn-tumblr.disabled:focus, .btn-tumblr[disabled]:focus, fieldset[disabled] .btn-tumblr:focus, .btn-tumblr.disabled.focus, .btn-tumblr[disabled].focus, fieldset[disabled] .btn-tumblr.focus {
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-tumblr .badge {
  color: #2c4762;
  background-color: #fff; }

.btn-twitter {
  color: #fff;
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-twitter:focus, .btn-twitter.focus {
  color: #fff;
  background-color: #2795e9;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-twitter:hover {
  color: #fff;
  background-color: #2795e9;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-twitter:active, .btn-twitter.active, .open > .dropdown-toggle.btn-twitter {
  color: #fff;
  background-color: #2795e9;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-twitter:active:hover, .btn-twitter.active:hover, .open > .dropdown-toggle.btn-twitter:hover, .btn-twitter:active:focus, .btn-twitter.active:focus, .open > .dropdown-toggle.btn-twitter:focus, .btn-twitter:active.focus, .btn-twitter.active.focus, .open > .dropdown-toggle.btn-twitter.focus {
  color: #fff;
  background-color: #1583d7;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-twitter:active, .btn-twitter.active, .open > .dropdown-toggle.btn-twitter {
  background-image: none; }

.btn-twitter.disabled:hover, .btn-twitter[disabled]:hover, fieldset[disabled] .btn-twitter:hover, .btn-twitter.disabled:focus, .btn-twitter[disabled]:focus, fieldset[disabled] .btn-twitter:focus, .btn-twitter.disabled.focus, .btn-twitter[disabled].focus, fieldset[disabled] .btn-twitter.focus {
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-twitter .badge {
  color: #55acee;
  background-color: #fff; }

.btn-vimeo {
  color: #fff;
  background-color: #1ab7ea;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-vimeo:focus, .btn-vimeo.focus {
  color: #fff;
  background-color: #1295bf;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-vimeo:hover {
  color: #fff;
  background-color: #1295bf;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-vimeo:active, .btn-vimeo.active, .open > .dropdown-toggle.btn-vimeo {
  color: #fff;
  background-color: #1295bf;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-vimeo:active:hover, .btn-vimeo.active:hover, .open > .dropdown-toggle.btn-vimeo:hover, .btn-vimeo:active:focus, .btn-vimeo.active:focus, .open > .dropdown-toggle.btn-vimeo:focus, .btn-vimeo:active.focus, .btn-vimeo.active.focus, .open > .dropdown-toggle.btn-vimeo.focus {
  color: #fff;
  background-color: #0f7b9f;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-vimeo:active, .btn-vimeo.active, .open > .dropdown-toggle.btn-vimeo {
  background-image: none; }

.btn-vimeo.disabled:hover, .btn-vimeo[disabled]:hover, fieldset[disabled] .btn-vimeo:hover, .btn-vimeo.disabled:focus, .btn-vimeo[disabled]:focus, fieldset[disabled] .btn-vimeo:focus, .btn-vimeo.disabled.focus, .btn-vimeo[disabled].focus, fieldset[disabled] .btn-vimeo.focus {
  background-color: #1ab7ea;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-vimeo .badge {
  color: #1ab7ea;
  background-color: #fff; }

.btn-vk {
  color: #fff;
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-vk:focus, .btn-vk.focus {
  color: #fff;
  background-color: #466482;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-vk:hover {
  color: #fff;
  background-color: #466482;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-vk:active, .btn-vk.active, .open > .dropdown-toggle.btn-vk {
  color: #fff;
  background-color: #466482;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-vk:active:hover, .btn-vk.active:hover, .open > .dropdown-toggle.btn-vk:hover, .btn-vk:active:focus, .btn-vk.active:focus, .open > .dropdown-toggle.btn-vk:focus, .btn-vk:active.focus, .btn-vk.active.focus, .open > .dropdown-toggle.btn-vk.focus {
  color: #fff;
  background-color: #3a526b;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-vk:active, .btn-vk.active, .open > .dropdown-toggle.btn-vk {
  background-image: none; }

.btn-vk.disabled:hover, .btn-vk[disabled]:hover, fieldset[disabled] .btn-vk:hover, .btn-vk.disabled:focus, .btn-vk[disabled]:focus, fieldset[disabled] .btn-vk:focus, .btn-vk.disabled.focus, .btn-vk[disabled].focus, fieldset[disabled] .btn-vk.focus {
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-vk .badge {
  color: #587ea3;
  background-color: #fff; }

.btn-yahoo {
  color: #fff;
  background-color: #720e9e;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-yahoo:focus, .btn-yahoo.focus {
  color: #fff;
  background-color: #500a6f;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-yahoo:hover {
  color: #fff;
  background-color: #500a6f;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-yahoo:active, .btn-yahoo.active, .open > .dropdown-toggle.btn-yahoo {
  color: #fff;
  background-color: #500a6f;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-yahoo:active:hover, .btn-yahoo.active:hover, .open > .dropdown-toggle.btn-yahoo:hover, .btn-yahoo:active:focus, .btn-yahoo.active:focus, .open > .dropdown-toggle.btn-yahoo:focus, .btn-yahoo:active.focus, .btn-yahoo.active.focus, .open > .dropdown-toggle.btn-yahoo.focus {
  color: #fff;
  background-color: #39074e;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-yahoo:active, .btn-yahoo.active, .open > .dropdown-toggle.btn-yahoo {
  background-image: none; }

.btn-yahoo.disabled:hover, .btn-yahoo[disabled]:hover, fieldset[disabled] .btn-yahoo:hover, .btn-yahoo.disabled:focus, .btn-yahoo[disabled]:focus, fieldset[disabled] .btn-yahoo:focus, .btn-yahoo.disabled.focus, .btn-yahoo[disabled].focus, fieldset[disabled] .btn-yahoo.focus {
  background-color: #720e9e;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-yahoo .badge {
  color: #720e9e;
  background-color: #fff; }

.btn-amazon {
  color: #fff;
  background-color: #ff9900;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-amazon:focus, .btn-amazon.focus {
  color: #fff;
  background-color: #ffb425;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-amazon:hover {
  color: #fff;
  background-color: #ffb425;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-amazon:active, .btn-amazon.active, .open > .dropdown-toggle.btn-amazon {
  color: #fff;
  background-color: #ffb425;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-amazon:active:hover, .btn-amazon.active:hover, .open > .dropdown-toggle.btn-amazon:hover, .btn-amazon:active:focus, .btn-amazon.active:focus, .open > .dropdown-toggle.btn-amazon:focus, .btn-amazon:active.focus, .btn-amazon.active.focus, .open > .dropdown-toggle.btn-amazon.focus {
  color: #fff;
  background-color: #ffb425;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-amazon:active, .btn-amazon.active, .open > .dropdown-toggle.btn-amazon {
  background-image: none; }

.btn-amazon.disabled:hover, .btn-amazon[disabled]:hover, fieldset[disabled] .btn-amazon:hover, .btn-amazon.disabled:focus, .btn-amazon[disabled]:focus, fieldset[disabled] .btn-amazon:focus, .btn-amazon.disabled.focus, .btn-amazon[disabled].focus, fieldset[disabled] .btn-amazon.focus {
  background-color: #ff9900;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-amazon .badge {
  color: #ff9900;
  background-color: #fff; }

.mfp-wrap {
  overflow: scroll; }

body.customer-account-login .page-title-wrapper,
body.customer-account-create .page-title-wrapper,
body.customer-account-forgotpassword .page-title-wrapper,
body.customer-account-createpassword .page-title-wrapper,
body.customer-account-logoutsuccess .page-title-wrapper,
body.contact-index-index .page-title-wrapper {
  margin-top: 25px; }

body.customer-account-login footer.page-footer,
body.customer-account-create footer.page-footer,
body.customer-account-forgotpassword footer.page-footer,
body.customer-account-createpassword footer.page-footer,
body.customer-account-logoutsuccess footer.page-footer,
body.contact-index-index footer.page-footer {
  margin-top: 40px; }

body.customer-account-login .main-container {
  padding-top: 40px; }
  body.customer-account-login .main-container h1.page-title, body.customer-account-login .main-container body.checkout-index-index .opc-wrapper .page-title.step-title, body.checkout-index-index .opc-wrapper body.customer-account-login .main-container .page-title.step-title, body.customer-account-login .main-container body.checkout-index-index .opc-block-shipping-information .page-title.shipping-information-title, body.checkout-index-index .opc-block-shipping-information body.customer-account-login .main-container .page-title.shipping-information-title, body.customer-account-login .main-container body.checkout-index-index .opc-block-summary > .page-title.title, body.checkout-index-index body.customer-account-login .main-container .opc-block-summary > .page-title.title, body.customer-account-login .main-container body.checkout-index-index .checkout-agreements-items .page-title.checkout-agreements-item-title, body.checkout-index-index .checkout-agreements-items body.customer-account-login .main-container .page-title.checkout-agreements-item-title {
    display: none; }
  @media (min-width: 992px) {
    body.customer-account-login .main-container .col-lg-4 {
      border-right: 1px solid #dedede; }
    body.customer-account-login .main-container .col-lg-4.customer-quest-back-block {
      border-right: none; } }
  body.customer-account-login .main-container .block {
    width: 75%;
    margin: 0 auto 40px auto; }
    body.customer-account-login .main-container .block .block-title {
      margin-bottom: 20px;
      border-bottom: 1px solid #dedede; }
      body.customer-account-login .main-container .block .block-title strong {
        font-family: "Oswald";
        font-weight: 500;
        text-transform: uppercase;
        margin-bottom: 10px;
        font-size: 24px;
        display: inline-block; }
      body.customer-account-login .main-container .block .block-title strong#block-customer-qo-back-heading {
        color: #8b8b8b; }
    body.customer-account-login .main-container .block fieldset .field {
      margin: 0 0 20px 0; }
      body.customer-account-login .main-container .block fieldset .field .control {
        width: 100%; }
        body.customer-account-login .main-container .block fieldset .field .control input {
          height: 40px;
          color: #191919;
          border: 1px solid #dedede;
          font-size: 16px; }
    body.customer-account-login .main-container .block .actions-toolbar {
      margin-bottom: 20px; }
      body.customer-account-login .main-container .block .actions-toolbar .primary {
        width: 100%; }
        body.customer-account-login .main-container .block .actions-toolbar .primary a, body.customer-account-login .main-container .block .actions-toolbar .primary button {
          width: 100%;
          height: 38px;
          font-size: 16px; }

body.account .nav {
  flex-wrap: unset;
  flex-direction: column; }

@media (max-width: 767px) {
  body.account div.block.block-collapsible-nav {
    position: relative;
    top: 0; } }

body.account .block.account-nav,
body.account .sidebar.sidebar-additional {
  display: none; }

body.account table.table-order-items .col.id {
  width: 16%; }

body.account table.table-order-items .col.date {
  width: 2%; }

body.account table.table-order-items .col.shipping {
  width: 25%; }

body.account table.table-order-items .col.total {
  width: 23%; }

body.account table.table-order-items .col.status {
  width: 0%; }

body.account table.table-order-items .col.actions {
  text-align: right; }
  body.account table.table-order-items .col.actions a.action:after {
    display: none !important; }

body.account #my-orders-table .product.name.product-item-name,
body.account #my-orders-table .col.sku {
  font-size: 12px;
  margin: 0; }

body.account.customer-address-form div.field.company,
body.account.customer-address-form div.field.region,
body.account.customer-address-form div.field.taxvat {
  display: none; }

.cms-index-index .columns-content .container {
  margin: 10px auto 0; }
  @media (max-width: 991px) {
    .cms-index-index .columns-content .container {
      padding: 0 15px; } }

.cms-index-index .columns-content .container-fluid-bannerslider {
  margin: 0 auto;
  padding: 0;
  width: 100%; }
  @media (max-width: 991px) {
    .cms-index-index .columns-content .container-fluid-bannerslider {
      max-width: 100%; } }

@media (max-width: 991px) {
  .cms-index-index .columns-content .featured_cats_wrapper {
    margin-bottom: 20px; } }

.cms-index-index .columns-content .products {
  margin: 0; }

body.page-layout-delivery-page-layout h4 {
  line-height: 1.5; }

body.page-layout-delivery-page-layout .index_featured_categories,
body.page-layout-delivery-page-layout .page-title-wrapper,
body.page-layout-delivery-page-layout .columns {
  display: none; }

@media (min-width: 992px) {
  body.page-layout-delivery-page-layout .container-fluid-bannerslider {
    display: none; } }

body.page-layout-delivery-page-layout .container-fluid-bannerslider .bannerslider .slick-slide a.block-promo.home-main {
  height: auto; }

body.page-layout-delivery-page-layout .delivery-content-container-wrapper {
  margin-top: 40px;
  margin-bottom: 40px; }
  body.page-layout-delivery-page-layout .delivery-content-container-wrapper .container h1.title, body.page-layout-delivery-page-layout .delivery-content-container-wrapper .container body.checkout-index-index .opc-wrapper .title.step-title, body.checkout-index-index .opc-wrapper body.page-layout-delivery-page-layout .delivery-content-container-wrapper .container .title.step-title, body.page-layout-delivery-page-layout .delivery-content-container-wrapper .container body.checkout-index-index .opc-block-shipping-information .title.shipping-information-title, body.checkout-index-index .opc-block-shipping-information body.page-layout-delivery-page-layout .delivery-content-container-wrapper .container .title.shipping-information-title, body.page-layout-delivery-page-layout .delivery-content-container-wrapper .container body.checkout-index-index .opc-block-summary > .title, body.checkout-index-index body.page-layout-delivery-page-layout .delivery-content-container-wrapper .container .opc-block-summary > .title, body.page-layout-delivery-page-layout .delivery-content-container-wrapper .container body.checkout-index-index .checkout-agreements-items .title.checkout-agreements-item-title, body.checkout-index-index .checkout-agreements-items body.page-layout-delivery-page-layout .delivery-content-container-wrapper .container .title.checkout-agreements-item-title {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    font-size: 26px; }
    @media (min-width: 992px) {
      body.page-layout-delivery-page-layout .delivery-content-container-wrapper .container h1.title, body.page-layout-delivery-page-layout .delivery-content-container-wrapper .container body.checkout-index-index .opc-wrapper .title.step-title, body.checkout-index-index .opc-wrapper body.page-layout-delivery-page-layout .delivery-content-container-wrapper .container .title.step-title, body.page-layout-delivery-page-layout .delivery-content-container-wrapper .container body.checkout-index-index .opc-block-shipping-information .title.shipping-information-title, body.checkout-index-index .opc-block-shipping-information body.page-layout-delivery-page-layout .delivery-content-container-wrapper .container .title.shipping-information-title, body.page-layout-delivery-page-layout .delivery-content-container-wrapper .container body.checkout-index-index .opc-block-summary > .title, body.checkout-index-index body.page-layout-delivery-page-layout .delivery-content-container-wrapper .container .opc-block-summary > .title, body.page-layout-delivery-page-layout .delivery-content-container-wrapper .container body.checkout-index-index .checkout-agreements-items .title.checkout-agreements-item-title, body.checkout-index-index .checkout-agreements-items body.page-layout-delivery-page-layout .delivery-content-container-wrapper .container .title.checkout-agreements-item-title {
        font-size: 36px; } }
  body.page-layout-delivery-page-layout .delivery-content-container-wrapper .container .content ul {
    padding: 0; }
    body.page-layout-delivery-page-layout .delivery-content-container-wrapper .container .content ul li {
      list-style: none;
      float: left;
      width: 100%;
      margin-bottom: 30px; }
      body.page-layout-delivery-page-layout .delivery-content-container-wrapper .container .content ul li:before {
        display: block;
        float: left;
        content: " ";
        width: 40px;
        background-repeat: no-repeat;
        background-position: center;
        margin-right: 15px; }
        @media (min-width: 992px) {
          body.page-layout-delivery-page-layout .delivery-content-container-wrapper .container .content ul li:before {
            width: 70px; } }
        @media (min-width: 992px) {
          body.page-layout-delivery-page-layout .delivery-content-container-wrapper .container .content ul li:before {
            margin-right: 30px; } }
      body.page-layout-delivery-page-layout .delivery-content-container-wrapper .container .content ul li div.head {
        margin-bottom: 16px; }
        body.page-layout-delivery-page-layout .delivery-content-container-wrapper .container .content ul li div.head div.title {
          display: inline-block;
          width: 70%;
          font-size: 18px;
          font-family: "Oswald";
          text-transform: uppercase;
          font-weight: 500;
          letter-spacing: 1px;
          line-height: 40px;
          margin-right: 10px; }
          @media (min-width: 400px) {
            body.page-layout-delivery-page-layout .delivery-content-container-wrapper .container .content ul li div.head div.title {
              width: auto; } }
          @media (min-width: 1200px) {
            body.page-layout-delivery-page-layout .delivery-content-container-wrapper .container .content ul li div.head div.title {
              font-size: 24px; } }
      body.page-layout-delivery-page-layout .delivery-content-container-wrapper .container .content ul li span {
        font-size: 40px;
        font-family: "Open Sans";
        color: #8b8b8b;
        letter-spacing: 0.86px;
        font-weight: bold;
        line-height: 1; }
        body.page-layout-delivery-page-layout .delivery-content-container-wrapper .container .content ul li span.curency {
          padding-left: 10px;
          font-weight: 400; }
      body.page-layout-delivery-page-layout .delivery-content-container-wrapper .container .content ul li p {
        font-size: 14px;
        letter-spacing: 0.6px;
        line-height: 22px; }
        @media (min-width: 1200px) {
          body.page-layout-delivery-page-layout .delivery-content-container-wrapper .container .content ul li p {
            font-size: 16px; } }
    body.page-layout-delivery-page-layout .delivery-content-container-wrapper .container .content ul li.europe:before {
      background-image: url(../../frontend/LPS/OrbSport/lv_LV/images/O_ico.svg);
      background-color: #EA5455;
      height: 156px; }
    body.page-layout-delivery-page-layout .delivery-content-container-wrapper .container .content ul li.europe span.price {
      color: #EA5455; }
      body.page-layout-delivery-page-layout .delivery-content-container-wrapper .container .content ul li.europe span.price:before {
        background-color: #4aa6b6; }
    body.page-layout-delivery-page-layout .delivery-content-container-wrapper .container .content ul li.baltic:before {
      background-image: url(../../frontend/LPS/OrbSport/lv_LV/images/B_ico.svg);
      background-color: #4aa6b6;
      height: 132px; }
    body.page-layout-delivery-page-layout .delivery-content-container-wrapper .container .content ul li.baltic span.price {
      color: #4aa6b6; }

body.page-layout-delivery-page-layout .footer.page-footer {
  margin-top: 0; }

body.contact-index-index .container .column.main form.form.contact {
  width: 100%;
  float: left; }
  body.contact-index-index .container .column.main form.form.contact .fieldset > .field.choice:before, body.contact-index-index .container .column.main form.form.contact .fieldset > .field.no-label:before {
    display: none; }
  body.contact-index-index .container .column.main form.form.contact .fieldset .legend {
    margin-left: 0; }
  body.contact-index-index .container .column.main form.form.contact .fieldset > .field.required > .label:after, body.contact-index-index .container .column.main form.form.contact .fieldset > .fields > .field.required > .label:after, body.contact-index-index .container .column.main form.form.contact .fieldset > .field._required > .label:after, body.contact-index-index .container .column.main form.form.contact .fieldset > .fields > .field._required > .label:after {
    position: absolute; }
  body.contact-index-index .container .column.main form.form.contact .gpdr-field {
    float: left; }
  body.contact-index-index .container .column.main form.form.contact .actions-toolbar {
    margin-left: 0;
    float: right; }

body.contact-index-index .container .column.main .info-col .fieldset .legend {
  margin-left: 0; }

body.contact-index-index .container .column.main .info-col label {
  width: auto;
  padding: 0 15px 0 0; }

body.contact-index-index .container .column.main .info-col .field {
  margin: 0 0 10px 0; }

body.contact-index-index .container .column.main .info-col .field.properties .control {
  width: 100%; }

body.catalogsearch-advanced-index .page-title-wrapper,
body.catalogsearch-advanced-result .page-title-wrapper,
body.catalogsearch-result-index .page-title-wrapper {
  margin-top: 40px; }

body.catalogsearch-advanced-index .message.notice,
body.catalogsearch-advanced-result .message.notice,
body.catalogsearch-result-index .message.notice {
  margin-bottom: 40px; }

body.catalogsearch-advanced-index .message.error,
body.catalogsearch-advanced-result .message.error,
body.catalogsearch-result-index .message.error {
  margin-top: 0; }

body.catalogsearch-advanced-index .catalogsearch-advanced-result,
body.catalogsearch-advanced-index .search.summary,
body.catalogsearch-advanced-result .catalogsearch-advanced-result,
body.catalogsearch-advanced-result .search.summary,
body.catalogsearch-result-index .catalogsearch-advanced-result,
body.catalogsearch-result-index .search.summary {
  margin-bottom: 40px; }

body.catalogsearch-advanced-index form.form.search.advanced,
body.catalogsearch-advanced-result form.form.search.advanced,
body.catalogsearch-result-index form.form.search.advanced {
  margin-bottom: 40px; }
  body.catalogsearch-advanced-index form.form.search.advanced fieldset.fieldset legend.legend span,
  body.catalogsearch-advanced-result form.form.search.advanced fieldset.fieldset legend.legend span,
  body.catalogsearch-result-index form.form.search.advanced fieldset.fieldset legend.legend span {
    font-weight: 500; }

@media (max-width: 991px) {
  .header-panel-wrapper {
    display: none; }
  .index_featured_categories {
    display: none; } }

@media (min-width: 992px) {
  header.header .mobile_header {
    display: none; }
  .index_featured_categories_mobile {
    display: none; } }

@media only screen and (max-width: 399px) {
  .bannerslider .home-main img {
    margin-left: 0; } }

@media (min-width: 992px) {
  .block-search {
    z-index: 900 !important; } }

.block-search .top-arrow-primary::before {
  left: 50%;
  margin: 0;
  top: 0;
  transform: translateX(-50%); }

.block-search .ea-search-autocomplete {
  left: 0;
  max-width: 1200px;
  width: 100%; }
  @media (max-width: 992px) {
    .block-search .ea-search-autocomplete {
      z-index: 10;
      position: fixed;
      height: calc(100% + -50px) !important;
      overflow: scroll !important; } }
  @media (min-width: 992px) {
    .block-search .ea-search-autocomplete {
      left: 50%;
      position: fixed;
      transform: translateX(-50%);
      width: 100vw; } }
  .block-search .ea-search-autocomplete .content {
    top: 8px; }
    .block-search .ea-search-autocomplete .content a {
      color: #57d3e8; }
  .block-search .ea-search-autocomplete .ea-product a {
    align-items: center;
    display: flex;
    flex-direction: row; }
  .block-search .ea-search-autocomplete .ea-product .info {
    margin-left: 10px; }
  .block-search .ea-search-autocomplete .ea-product .price {
    color: #ff8500;
    font-weight: 600; }
  .block-search .ea-search-autocomplete .ea-category .name,
  .block-search .ea-search-autocomplete .ea-cms .name {
    color: #191919; }

.products-widget-container {
  padding: 0 10px; }
  .products-widget-container .no-display {
    display: none !important; }
  .products-widget-container .products-widget-title {
    font-family: "Oswald";
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 1.5px;
    line-height: 1.1;
    margin: 0 0 40px;
    text-align: center;
    text-transform: uppercase; }
  .products-widget-container .products-widget,
  .products-widget-container .additional-products-slider {
    align-items: stretch;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between; }
    .products-widget-container .products-widget .product-item,
    .products-widget-container .additional-products-slider .product-item {
      align-items: center;
      border-bottom: 1px solid #dedede;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      margin-bottom: 20px;
      padding: 0 10px;
      width: calc((100%/2) - 20px); }
      @media (min-width: 767px) {
        .products-widget-container .products-widget .product-item,
        .products-widget-container .additional-products-slider .product-item {
          width: calc((100%/3) - 20px); } }
      @media (min-width: 992px) {
        .products-widget-container .products-widget .product-item,
        .products-widget-container .additional-products-slider .product-item {
          width: calc((100%/6) - 20px); } }
    .products-widget-container .products-widget .img-wrapper,
    .products-widget-container .additional-products-slider .img-wrapper {
      position: relative; }
      .products-widget-container .products-widget .img-wrapper.discount-image:before,
      .products-widget-container .additional-products-slider .img-wrapper.discount-image:before {
        background-image: url("../../frontend/LPS/OrbSport/lv_LV/images/sales.svg");
        background-repeat: no-repeat;
        content: " ";
        height: 100%;
        left: 0;
        position: absolute;
        width: 100%;
        z-index: 2; }
    .products-widget-container .products-widget .product-item-link,
    .products-widget-container .additional-products-slider .product-item-link {
      display: block;
      font-size: 16px;
      letter-spacing: .6px;
      text-align: center;
      text-transform: uppercase; }

    .products-widget-container .additional-products-slider .product-item-link {
        float: left;
    width: 100%;
    line-height: 20px;
    margin-bottom: 15px; }
    .products-widget-container .products-widget .price-box,
    .products-widget-container .additional-products-slider .price-box {
      height: 40px;
      margin: 10px 0 30px; }
      .products-widget-container .products-widget .price-box .price-box,
      .products-widget-container .additional-products-slider .price-box .price-box {
        margin: 0; }
      .products-widget-container .products-widget .price-box .normal-price .price-container,
      .products-widget-container .additional-products-slider .price-box .normal-price .price-container {
        position: relative; }
      .products-widget-container .products-widget .price-box .normal-price .price-label,
      .products-widget-container .additional-products-slider .price-box .normal-price .price-label {
        bottom: 30px;
        left: 50%;
        position: absolute;
        transform: translateX(-50%);
        width: 100%; }
      .products-widget-container .products-widget .price-box .price-label,
      .products-widget-container .additional-products-slider .price-box .price-label {
        display: block;
        margin: 0 auto;
        text-align: center; }
      .products-widget-container .products-widget .price-box .price,
      .products-widget-container .additional-products-slider .price-box .price {
        font-size: 28px; }
      .products-widget-container .products-widget .price-box .old-price,
      .products-widget-container .additional-products-slider .price-box .old-price {
        display: block;
        margin: 0 auto;
        text-align: center; }
        .products-widget-container .products-widget .price-box .old-price .price-label,
        .products-widget-container .additional-products-slider .price-box .old-price .price-label {
          display: none; }
        .products-widget-container .products-widget .price-box .old-price .price,
        .products-widget-container .additional-products-slider .price-box .old-price .price {
          color: #8b8b8b;
          font-size: 16px;
          font-weight: 100; }
    .products-widget-container .products-widget .discount-item .price,
    .products-widget-container .additional-products-slider .discount-item .price {
      color: #EA5455; }
  .products-widget-container .all-discount-items {
    color: #ea5455;
    display: block;
    font-size: 18px;
    margin: 0 auto 30px;
    text-align: center;
    text-decoration: underline; }

body.cms-index-index #bio_ep {
  background-color: transparent;
  border-radius: 20px; }
  body.cms-index-index #bio_ep .mageplaza-betterpopup-content .better-popup-content {
    height: 100%; }
    body.cms-index-index #bio_ep .mageplaza-betterpopup-content .better-popup-content .popup-content {
      align-items: center;
      background-image: url(../../frontend/LPS/OrbSport/lv_LV/images/omniva.jpg);
      border-radius: 15px;
      display: flex;
      font-size: 20px;
      font-weight: bold;
      height: 100%; }
  body.cms-index-index #bio_ep .mageplaza-betterpopup-content #bio_ep_close {
    right: 10px;
    top: 10px; }
    @media (min-width: 767px) {
      body.cms-index-index #bio_ep .mageplaza-betterpopup-content #bio_ep_close {
        right: 8px;
        top: 0; } }
    body.cms-index-index #bio_ep .mageplaza-betterpopup-content #bio_ep_close img {
      width: 25px;
      height: 25px;
      max-width: unset;
      max-height: unset; }
      @media (min-width: 767px) {
        body.cms-index-index #bio_ep .mageplaza-betterpopup-content #bio_ep_close img {
          max-width: 100%;
          max-height: 100%;
          width: unset;
          height: unset; } }

body.cms-index-index #bio_ep_bg {
  opacity: 0.8; }

.mpblog-post-index .pager .pages-item-next {
  top: unset;
  position: unset; }

.mpblog-post-index .pager .limiter {
  margin: 10px 0; }

.mpblog-post-index .page-footer {
  margin-top: unset; }

.mpblog-post-index .page-title-wrapper {
  padding-top: 35px; }

.mpblog-post-view .page-title-wrapper {
  padding-top: 35px; }

.mpblog-post-view .at-share-btn-elements .at-svc-draugiem {
  display: none; }

body.wishlist-index-index .wishlist-toolbar .limiter {
  text-align: right; }

body.wishlist-index-index .form-wishlist-items .products-grid .product-items .product-item {
  border-bottom: 1px solid #e8e8e8; }

body.wishlist-index-index .form-wishlist-items .products-grid .product-items .product-item:first-child {
  border-top: 1px solid #e8e8e8; }

body.wishlist-index-index .form-wishlist-items .products-grid .product-items .product-item-info:hover .product-item-inner {
  display: block; }

body.wishlist-index-index .form-wishlist-items .products-grid .product-items .product-item-inner {
  border: none;
  box-shadow: unset;
  clip: unset;
  height: auto;
  margin: 0;
  overflow: unset;
  padding: 0;
  position: unset;
  width: auto; }
  body.wishlist-index-index .form-wishlist-items .products-grid .product-items .product-item-inner .comment-box {
    display: none; }
  body.wishlist-index-index .form-wishlist-items .products-grid .product-items .product-item-inner .box-tocart {
    margin: 0; }
    body.wishlist-index-index .form-wishlist-items .products-grid .product-items .product-item-inner .box-tocart .qty {
      display: none; }
    body.wishlist-index-index .form-wishlist-items .products-grid .product-items .product-item-inner .box-tocart .fieldset .product-item-actions {
      display: block; }
      body.wishlist-index-index .form-wishlist-items .products-grid .product-items .product-item-inner .box-tocart .fieldset .product-item-actions .actions-primary {
        display: block; }
  body.wishlist-index-index .form-wishlist-items .products-grid .product-items .product-item-inner .product-item-actions .edit {
    display: none; }

@media only screen and (min-width: 640px) {
  body.wishlist-index-index .form-wishlist-items .products-grid .product-items {
    display: flex;
    flex-wrap: wrap; }
    body.wishlist-index-index .form-wishlist-items .products-grid .product-items .product-item {
      width: 100%; } }

@media (min-width: 767px) {
  body.wishlist-index-index .form-wishlist-items .products-grid .product-items {
    display: flex;
    flex-wrap: wrap; }
    body.wishlist-index-index .form-wishlist-items .products-grid .product-items .product-item {
      border-bottom: none;
      margin-left: calc((100% - 4 * 24.439%) / 3);
      text-align: center;
      width: 32%;
      display: flex; }
      body.wishlist-index-index .form-wishlist-items .products-grid .product-items .product-item .product-item-info {
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
        body.wishlist-index-index .form-wishlist-items .products-grid .product-items .product-item .product-item-info .price-box {
          margin-top: auto; }
      body.wishlist-index-index .form-wishlist-items .products-grid .product-items .product-item .product-item-name {
        min-height: 70px; }
      body.wishlist-index-index .form-wishlist-items .products-grid .product-items .product-item .product-item-actions {
        margin: 10px -7px 0; }
    body.wishlist-index-index .form-wishlist-items .products-grid .product-items .product-item:first-child {
      border-top: none; } }

@media (min-width: 992px) {
  body.wishlist-index-index .form-wishlist-items .products-grid .product-items .product-item {
    width: 23.1%; } }

@media only screen and (min-width: 1023px) {
  body.wishlist-index-index .form-wishlist-items .products-grid .product-items .product-item .product-item-actions {
    margin: 10px 0 0; } }

@media (min-width: 1200px) {
  body.wishlist-index-index .form-wishlist-items .products-grid .product-items .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    width: 23.9%; } }

body.wishlist-index-index .form-wishlist-items .actions-toolbar .primary .action {
  margin-bottom: 10px; }

body.wishlist-index-share .main-container .columns {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 992px) {
    body.wishlist-index-share .main-container .columns {
      max-width: 980px; } }
  @media (min-width: 1200px) {
    body.wishlist-index-share .main-container .columns {
      max-width: 1140px; } }

body.wishlist-index-share .fieldset .legend {
  border-bottom: unset; }

body.wishlist-shared-index .page-title-wrapper {
  margin-top: 20px; }

body.wishlist-shared-index .column.main {
  max-width: 1140px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

body.wishlist-shared-index .form-wishlist-items .products-grid {
  margin-bottom: 0; }

body.wishlist-shared-index .form-wishlist-items .shared-wishlist ol {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap; }
  @media (min-width: 767px) {
    body.wishlist-shared-index .form-wishlist-items .shared-wishlist ol {
      flex-direction: row; } }

body.wishlist-shared-index .form-wishlist-items .shared-wishlist li {
  margin-left: calc((100% - 4 * 24.439%) / 3);
  width: 100%;
  border-top: 1px solid #e8e8e8;
  display: flex; }
  @media (min-width: 767px) {
    body.wishlist-shared-index .form-wishlist-items .shared-wishlist li {
      width: 23.9%;
      border-top: none; } }

body.wishlist-shared-index .form-wishlist-items .shared-wishlist .item-info {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: space-between;
  width: 100%;
  margin: 20px; }
  @media (min-width: 767px) {
    body.wishlist-shared-index .form-wishlist-items .shared-wishlist .item-info {
      width: unset;
      margin: 5px; } }
  body.wishlist-shared-index .form-wishlist-items .shared-wishlist .item-info .product.name {
    margin-bottom: 10px; }
  body.wishlist-shared-index .form-wishlist-items .shared-wishlist .item-info .col {
    flex-grow: unset;
    min-height: unset; }

body.wishlist-shared-index .form-wishlist-items .shared-wishlist .price-box {
  margin-top: auto; }
  body.wishlist-shared-index .form-wishlist-items .shared-wishlist .price-box .price-as-configured {
    display: flex;
    flex-direction: column; }

body.wishlist-shared-index .form-wishlist-items .actions-toolbar {
  padding-top: 50px;
  margin-left: 0; }

html.no-scroll,
body.no-scroll {
  height: 100%;
  overflow: hidden !important; }

.nav-sections {
  background: none; }
  .nav-sections .navigation {
    background: none; }

.main-menu {
  display: flex;
  flex-direction: row;
  height: 40px;
  position: relative; }
  .main-menu .menu-item.level-0 {
    display: block;
    flex-grow: 1;
    height: 100%;
    padding: 0 10px;
    width: auto; }
    .main-menu .menu-item.level-0 a.level-0 {
      color: #ffffff;
      display: block;
      font-weight: 400;
      letter-spacing: .5px;
      line-height: 40px;
      text-align: center;
      text-transform: uppercase;
      width: 100%; }
    .main-menu .menu-item.level-0 .sub-level-1 {
      display: none;
      opacity: 0;
      overflow: hidden;
      transition: opacity .2s ease-in-out; }
    .main-menu .menu-item.level-0:hover {
      background: rgba(0, 0, 0, 0.3); }
      .main-menu .menu-item.level-0:hover .sub-level-1 {
        height: 700px;
        opacity: 1;
        display: flex;
        padding: 20px;
        overflow: auto;
        max-height: calc(100vh - 270px); }
    .main-menu .menu-item.level-0.parent a.level-0 {
      font-weight: 700;
      padding: 0 15px 0 10px;
      position: relative; }
      .main-menu .menu-item.level-0.parent a.level-0::before {
        background: transparent;
        border: solid #ffffff;
        border-width: 0 3px 3px 0;
        content: '';
        display: block;
        padding: 3px;
        position: absolute;
        right: 10px;
        top: 13px;
        transform: rotate(45deg);
        transition: transform .2s, top .2s ease-in-out;
        -webkit-transform: rotate(45deg); }
    .main-menu .menu-item.level-0.parent:hover a.level-0::before {
      border-color: #ffffff;
      top: 17px;
      transform: rotate(-135deg);
      -webkit-transform: rotate(-135deg); }
  .main-menu .menu-item.level-1 {
    flex: 1;
    height: auto;
    margin: 0 0 20px;
    min-width: 33%;
    padding: 0 10px; }
    .main-menu .menu-item.level-1 a.level-1,
    .main-menu .menu-item.level-1 a.level-2 {
      color: #474a50;
      font-size: 16px;
      transition: color .1s ease-in-out; }
      .main-menu .menu-item.level-1 a.level-1:hover,
      .main-menu .menu-item.level-1 a.level-2:hover {
        color: #EA5455; }
    .main-menu .menu-item.level-1 a.level-2.view-all {
      color: #ff8500;
      font-weight: 600; }
      .main-menu .menu-item.level-1 a.level-2.view-all:hover {
        color: #EA5455; }
  .main-menu .menu-item.orange {
    background: #EA5455; }
    .main-menu .menu-item.orange:hover {
      background: #cc3f00; }
    .main-menu .menu-item.orange img {
      height: auto; }
  .main-menu .menu-item.red {
    background: #ea3323; }
    .main-menu .menu-item.red:hover {
      background: #c72113; }
    .main-menu .menu-item.red a.level-0 {
      font-weight: 700; }
  .main-menu .sub-menu.sub-level-1 {
    background: #ffffff;
    box-shadow: 0 1px 3px 1px #c8cace;
    display: flex;
    flex-direction: row;
    height: 0;
    justify-content: space-around;
    left: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 40px;
    transition: opacity .2s ease-in-out; }
    .main-menu .sub-menu.sub-level-1:hover {
      display: flex;
      height: auto;
      opacity: 1;
      padding: 20px; }
    .main-menu .sub-menu.sub-level-1 .cms-block {
      flex-basis: content; }
      .main-menu .sub-menu.sub-level-1 .cms-block.left {
        order: -1; }
      .main-menu .sub-menu.sub-level-1 .cms-block.right {
        order: 1; }
    .main-menu .sub-menu.sub-level-1 .menu-items {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: flex-start;
      width: 100%; }
  .main-menu .sub-menu.sub-level-2 {
    margin-top: 5px; }
    .main-menu .sub-menu.sub-level-2 ul {
      width: 100%; }
    .main-menu .sub-menu.sub-level-2 .menu-item {
      margin: 0 0 5px;
      width: 100%; }
    .main-menu .sub-menu.sub-level-2 a.level-2 {
      color: #474a50;
      font-size: 12px;
      font-weight: 400; }
  .main-menu .brands .cms-block {
    min-width: 40%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    .main-menu .brands .cms-block p {
      display: flex;
      flex-direction: row;
      justify-content: space-between; }
    .main-menu .brands .cms-block a {
      display: block;
      width: 50%; }
    .main-menu .brands .cms-block img {
      max-width: 90%; }
  .main-menu .brands .menu-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    min-width: 60%; }
    .main-menu .brands .menu-items .menu-item.level-1 {
      margin-bottom: 5px;
      min-width: 25%;
      width: 25%; }
    .main-menu .brands .menu-items a.level-1 {
      font-size: 12px;
      font-weight: 400; }

.mobile-navigation {
  background: #ffffff;
  box-shadow: 0 1px 3px 1px #c8cace;
  display: none;
  height: calc(100% - 50px);
  left: 0;
  max-width: 320px;
  overflow: scroll;
  position: fixed;
  scroll-behavior: smooth;
  top: 50px;
  width: 100%;
  z-index: 100; }
  @media (min-width: 767px) {
    .mobile-navigation {
      width: 50%; } }
  @media (min-width: 992px) {
    .mobile-navigation {
      display: none !important; } }
  .mobile-navigation .mobile-navigation-content {
    display: flex;
    flex-direction: column; }
    .mobile-navigation .mobile-navigation-content .language-switch {
      list-style: none; }
    .mobile-navigation .mobile-navigation-content .switcher-trigger {
      display: flex;
      padding: 10px 0;
      text-align: center;
      text-transform: uppercase; }
      .mobile-navigation .mobile-navigation-content .switcher-trigger .active {
        color: #EA5455;
        font-weight: bold; }
      .mobile-navigation .mobile-navigation-content .switcher-trigger div {
        width: 100%; }
      .mobile-navigation .mobile-navigation-content .switcher-trigger .switcher-option a {
        color: #ea3323; }
    .mobile-navigation .mobile-navigation-content .mobile-menu-item {
      width: 100%; }
      .mobile-navigation .mobile-navigation-content .mobile-menu-item.level-0 {
        background: #474a50;
        border-bottom: 1px solid #8b8b8b; }
        .mobile-navigation .mobile-navigation-content .mobile-menu-item.level-0.orange {
          background: #EA5455;
          border-color: #EA5455; }
        .mobile-navigation .mobile-navigation-content .mobile-menu-item.level-0.red {
          background: #ea3323;
          border-color: #ea3323; }
          .mobile-navigation .mobile-navigation-content .mobile-menu-item.level-0.red a.level-0 {
            font-weight: 700; }
      .mobile-navigation .mobile-navigation-content .mobile-menu-item.level-0, .mobile-navigation .mobile-navigation-content .mobile-menu-item.level-1 {
        display: flex;
        flex-direction: row;
        height: 40px;
        padding: 10px 15px; }
      .mobile-navigation .mobile-navigation-content .mobile-menu-item.level-0 {
        height: 80px;
        padding: 0 15px; }
    .mobile-navigation .mobile-navigation-content .has-bg {
      background-repeat: repeat-x;
      background-size: auto 80px;
      overflow: hidden; }
      .mobile-navigation .mobile-navigation-content .has-bg .mobile-menu-item.level-0 {
        background: rgba(0, 0, 0, 0.75);
        border-color: rgba(255, 255, 255, 0.25); }
      .mobile-navigation .mobile-navigation-content .has-bg a.level-0 {
        font-weight: 700; }
    .mobile-navigation .mobile-navigation-content a.level-0 {
      color: #ffffff;
      display: block;
      height: 100%;
      line-height: 40px;
      padding: 20px 0;
      text-transform: uppercase;
      width: 100%; }
    .mobile-navigation .mobile-navigation-content a.level-1 {
      color: #474a50;
      display: block;
      height: 100%;
      line-height: 20px;
      transition: color .2s ease-in-out; }
    .mobile-navigation .mobile-navigation-content a.level-2 {
      color: #474a50;
      display: block;
      height: 40px;
      line-height: 20px;
      padding: 10px 15px; }
      .mobile-navigation .mobile-navigation-content a.level-2.view-all {
        color: #ff8500;
        font-weight: 600; }
    .mobile-navigation .mobile-navigation-content .parent a.level-0 {
      font-weight: 700;
      width: auto; }
    .mobile-navigation .mobile-navigation-content .parent a.level-1 {
      font-weight: 700; }
      @media (min-width: 992px) {
        .mobile-navigation .mobile-navigation-content .parent a.level-1 {
          font-weight: 600; } }
    .mobile-navigation .mobile-navigation-content .sub-level-1 {
      display: flex;
      flex-direction: column; }
      .mobile-navigation .mobile-navigation-content .sub-level-1 > .parent {
        position: relative; }
        .mobile-navigation .mobile-navigation-content .sub-level-1 > .parent [data-role="trigger"] {
          align-self: center;
          flex: 1;
          margin-right: -15px;
          padding: 20px; }
          .mobile-navigation .mobile-navigation-content .sub-level-1 > .parent [data-role="trigger"] .arrow {
            background: transparent;
            border: solid #474a50;
            border-width: 0 2px 2px 0;
            content: '';
            display: block;
            padding: 2px;
            position: absolute;
            right: 17px;
            top: 16px;
            transform: rotate(45deg);
            transition: transform .2s, top .2s, color .2s ease-in-out;
            -webkit-transform: rotate(45deg); }
        .mobile-navigation .mobile-navigation-content .sub-level-1 > .parent.expanded a.level-1 {
          color: #EA5455; }
        .mobile-navigation .mobile-navigation-content .sub-level-1 > .parent.expanded [data-role="trigger"] .arrow {
          border-color: #EA5455;
          top: 20px;
          transform: rotate(-135deg);
          -webkit-transform: rotate(-135deg); }
    .mobile-navigation .mobile-navigation-content .sub-level-2 {
      display: flex;
      flex-direction: column;
      padding: 0 15px 0 25px; }
    .mobile-navigation .mobile-navigation-content > .parent {
      position: relative; }
      .mobile-navigation .mobile-navigation-content > .parent [data-role="trigger"] {
        align-self: center;
        flex: 1;
        margin-right: -15px;
        padding: 40px; }
        .mobile-navigation .mobile-navigation-content > .parent [data-role="trigger"] .arrow {
          background: transparent;
          border: solid #ffffff;
          border-width: 0 3px 3px 0;
          content: '';
          display: block;
          padding: 3px;
          position: absolute;
          right: 15px;
          top: 33px;
          transform: rotate(45deg);
          transition: transform .2s, top .2s ease-in-out;
          -webkit-transform: rotate(45deg); }
      .mobile-navigation .mobile-navigation-content > .parent.expanded [data-role="trigger"] .arrow {
        top: 37px;
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg); }

.sticky-banner-container {
  bottom: 0;
  height: 40px;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 50; }
  .sticky-banner-container .content {
    height: 40px;
    margin-right: 30px;
    overflow: hidden;
    position: relative; }
    .sticky-banner-container .content span {
      font-size: 18px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      white-space: nowrap; }
  .sticky-banner-container .close {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%); }

.bundle-banners {
  display: grid;
  grid-template-columns: auto; }
  


  .columns-content.theen_new .category-tree-container ul li .category-tree-list li a {
    border: 0px; display:block; width:100%; border-radius:8px;border: none;
    display: flex;    align-items: center;    height: 100%;
}
  .columns-content.theen_new .category-tree-container ul li .category-tree-list li a.btn span {
    display: block;
    width: 100%;
    text-align: left;
    margin-left: 15px;
    font-weight: 700;
    font-size: 15px;
    word-wrap: break-word;
    white-space: break-spaces;
}
  
  .img-wrap{overflow: hidden;}
  .img-wrap img{transition: transform 3.5s ease; transition: transform 3.1s ease;}
  .img-wrap:hover img{transform: scale(1.2);} 
  
  .hero-banner-3-col .pagebuilder-column {overflow: hidden;}
  .hero-banner-3-col .pagebuilder-banner-wrapper{}
  .hero-banner-3-col .pagebuilder-banner-wrapper{transition: transform 3.5s ease !important; transition: transform 3.1s ease !important;}
  .hero-banner-3-col .pagebuilder-banner-wrapper:hover{transform: scale(1.2) !important;}
  
  .hero-banner-3-col .pagebuilder-column [data-content-type="banner"] {
    overflow: hidden;
    border-radius: 5px;
}
.banner-block .pagebuilder-column figure, .index_featured_post, .category_sub_slider_block .slick-initialized .slick-slide{    overflow: hidden;
    border-radius: 5px;}
  .banner-block .pagebuilder-column figure img, .index_featured_post img, .category_sub_slider_block .slick-initialized .slick-slide .sub_cat_slide{transition: transform 3.5s ease !important; transition: transform 3.1s ease !important; }
 .banner-block .pagebuilder-column figure img:hover, .index_featured_post img:hover, .category_sub_slider_block .slick-initialized .slick-slide .sub_cat_slide:hover{transform: scale(1.2) !important;}
.category_sub_slider_block {
    max-width: 1330px;
    padding-left: 15px;
    padding-right: 15px;
margin: auto;
}
.page-layout-sub-cat-layout .categories-grid h1{margin-top:25px}
  
  @media (min-width: 1200px) {
    .bundle-banners {
      grid-template-columns: auto auto; } }
  .bundle-banners div {
    margin: 0 auto;
    padding: 0 15px 0 15px; }
    .bundle-banners div a {
      margin-bottom: 15px;
      display: block; }

.spell-payment .country-select {
  display: inline-block;
  margin-left: 20px;
  width: 195px;
  margin-top: 10px; }
  .spell-payment .country-select #spell-country {
    padding-right: 20px; }

.spell-payment .payment-method-select {
  background: none !important; }
  .spell-payment .payment-method-select .payment-method-list label {
    width: 200px !important;
    background: none;
    border: 1px solid #dedede;
    border-radius: 0;
    margin: 5px !important; }

.notify-slider .images-container {
  align-items: center;
  display: flex;
  margin-left: 10px; }
  @media (max-width: 639px) {
    .notify-slider .images-container {
      height: auto; } }

.notify-slider .customer-name {
  display: block; }

.notify-slider-wrapper {
  opacity: .95;
  transition: opacity .3s; }
  .notify-slider-wrapper:hover {
    opacity: 1; }
  .notify-slider-wrapper .products.wrapper.grid.products-grid {
    margin: 10px 0 0 0 !important; }
    .notify-slider-wrapper .products.wrapper.grid.products-grid .product-item .product-item-info {
      width: 100%; }
      .notify-slider-wrapper .products.wrapper.grid.products-grid .product-item .product-item-info .product-item-details {
        padding-right: 15px; }
        @media (max-width: 639px) {
          .notify-slider-wrapper .products.wrapper.grid.products-grid .product-item .product-item-info .product-item-details {
            padding: 0 10px; } }
  @media (max-width: 639px) {
    .notify-slider-wrapper {
      height: 90px; }
      .notify-slider-wrapper .address-purchased {
        display: none !important; }
      .notify-slider-wrapper .slider > .item {
        height: auto; } }

@media (min-width: 992px) {
  .catalog-category-view .main-container,
  .catalog-product-view .main-container,
  .cms-page-view .main-container {
    padding-top: 0; } }

.invoice-invoice-index .page-title {
  display: block;
  margin-top: 40px; }

.invoice-invoice-index .invoice-heading {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
  gap: 15px; }
  .invoice-invoice-index .invoice-heading .actions .action.print {
    text-align: center; }

.invoice-invoice-index .order-date,
.invoice-invoice-index .order-status {
  margin: 0; }

.invoice-invoice-index .order-info {
  display: flex;
  align-items: center;
  gap: 8px; }

.invoice-invoice-index .block-order-details-view .block-title {
  font-size: 1.8rem;
  margin-bottom: 15px; }

.invoice-invoice-index .block-order-details-view .block-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px; }

.invoice-invoice-index .block-order-details-view .box {
  margin-bottom: 0;
  width: 100%; }
  @media (min-width: 481px) {
    .invoice-invoice-index .block-order-details-view .box {
      width: calc(50% - 15px); } }
  @media (min-width: 767px) {
    .invoice-invoice-index .block-order-details-view .box {
      width: calc(25% - 15px); } }

.invoice-invoice-index .mark, .invoice-invoice-index mark {
  padding: 0.2em;
  background-color: #fff; }

.invoice-invoice-printinvoice .mark, .invoice-invoice-printinvoice mark {
  padding: 0.2em;
  background-color: #fff; }

@media (min-width: 992px) {
  body.invoice-invoice-printinvoice {
    padding-top: 50px; } }


html .columns-content .container-fluid-bannerslider, .container {
    max-width: 1330px !important; padding-left:15px !important; padding-right:15px !important;
}
.minicart-wrapper .block-minicart {
    border-radius: 5px;
}
.search-autocomplete dl dd:last-child{
    border-radius: 0px 0px 5px 5px !important;
}
header.header .header-middle .header-minicart-container .minicart-wrapper .block-minicart {
    border-radius: 5px;
}
.notify-slider-wrapper.content-products {
    border-radius: 5px;
}
span.disccc {
    background: #ea5455;
    color: #fff;
    padding: 5px;    left: 0;    z-index: 2;
    font-size: 15px;    position: absolute;
    font-weight: bold;
}
.products-widget-container .products-widget .img-wrapper.discount-image:before, .products-widget-container .additional-products-slider .img-wrapper.discount-image:before {
   display:none; 
}
ul.lvl2menu {
    display: flex;
    flex-direction: column;
}
ul.lvl2menu li{display: flex;flex: 1;}
.action.primary {
    background: #ea5455;
    border: 1px solid #ea5455;
    color: #ffffff;
}
.customer-account-login .main-container .action.primary{    background: #777A78;
    border: 1px solid #777A78;
    color: #ffffff;}
.block.newsletter .action.subscribe {
    border-radius: 5px !important;
}
footer.page-footer .footer-top .newsletter-subscribe-block .block.newsletter .field input {
    border-radius: 5px;
}
footer.page-footer .footer-top .newsletter-subscribe-block .block.newsletter select {
    border-radius: 5px;
}
.customer-account-login .main-container .action.primary:hover{    background: #ea5455;
    border: 1px solid #ea5455;}	
footer.page-footer .footer-top .newsletter-subscribe-block .block.newsletter .actions button {
    width: 100%;
   background-color: #ea5455;
}
footer.page-footer .footer-top .newsletter-subscribe-block .block.newsletter .actions button:hover {
    background: #191919;
    border-color: #191919;
}
.action.primary:hover{    background: #191919;
    border: 1px solid #191919;}
	
	footer.page-footer .footer-top ul.links li.social ul.social-icons a li.social-icon.social-icon-instagram::before {
	background-image: url("../../frontend/LPS/OrbSport/lv_LV/images/icon_instagram.png") !important;
}
footer.page-footer .footer-top ul.links li.social ul.social-icons a li.social-icon-instagram:hover::before {
	background-image: url("../../frontend/LPS/OrbSport/lv_LV/images/icon_instagram-ho.png") !important;
}

footer.page-footer .footer-top ul.links li.social ul.social-icons a li.social-icon.social-icon-facebook::before {
	background-image: url("../../frontend/LPS/OrbSport/lv_LV/images/icon_facebook.png") !important;
}
footer.page-footer .footer-top ul.links li.social ul.social-icons a li.social-icon-facebook:hover::before {
	background-image: url("../../frontend/LPS/OrbSport/lv_LV/images/icon_facebook-ho.png") !important;
}

.brands .menu-items .menu-item 
{
	display: inline !important;
}
body.cms-home ul.category-tree-list li:last-child
{
	display: none !important;
}

ol.additional-products-slider li.item .price-label
{
	display:none !important;
}
ol.additional-products-slider .price-box .old-price
{
	float:left;
}
ol.additional-products-slider .price-box .special-price
{
	float:right;
	margin-left: 15px;
}
html .header-top
{
	display:block !important;
}
html .header-top ul.header.page-header li
{
	display:none ;
}
html .header-top ul.header.page-header li.language-switch
{
	display:block !important;
}
html .header-top ul.header.page-header li.language-switch ul.switcher-dropdown li
{
	display:block !important;
}
.page-header .switcher {
	display:contents !important;
}

body.page-layout-sub-cat-layout ul.category-tree-list li:last-child {
    display: none !important;
}
.page-wrapper
{
	padding-top:20px;
}


header.header .header-top {
	border-bottom: 0px !important;
	line-height: inherit !important;
	height: inherit !important;
}
.header-top-right .header.links.page-header{position: absolute;
  right: 146px;
  top: 21px;
  z-index: 10;}
  
@media screen and (max-width:1190px) {
html header.header .header-middle .header-search-container {
	margin: inherit;
	width: 100%;
	max-width: 450px;
	margin-right: 100px;
}
}
 
 .page-header
 {
border-bottom: 0px !important;	 
 }
@media screen and (max-width:991px) {
.header-top-right .header.links.page-header{top:8px} 
}
@media screen and (max-width:479px) { 
.header-top-right .header.links.page-header{right:115px}
.header-top-right .header.links.page-header strong {
	display: none;
}
}

.itemdisc .product-item-link {
 
    min-height: 90px;
}

#shopping-cart-table a.action.action-edit {
    display: none !important;
}
#shopping-cart-table .actions-toolbar {

    width: 65px;
}
ol.js_upsell_additionas_products_slider li .img-wrapper , ol.js_related_additionas_products_slider li .img-wrapper
{
	min-height: 340px;
}

.checkout-cart-container-after.row {
    float: left;
    width: 100%;
}
.checkout-product-list-container.col-xl-9.col-lg-12 {
    float: left;
    width: 100%;
}
.cart-summary
{
	float:left;
}
.opc-wrapper ol li#opc-shipping_method::marker {
	display: none !important;
    color: white;
}
.omniva-terminals-list .dropdown {

    width: 100% !important;
   padding: 0px 20px 0px 10px !important;
}

.omniva-terminals-list .search-input:focus, .omniva-terminals-list .search-input {

    background-color: #ea5455 !important;

}

.minicart-items-wrapper ol li::marker {
    display: none !important;
    font-size: 0px !important;
}

.checkout-index-index.ajax-loading .loading-mask
{
	display:none !important;
}


/* Chat icon - float right center on mobile (only the main trigger button) */
@media (max-width: 767px) {
    div[color="#FF6550"][size="50"].sc-q8c6tt-1.deQKmp {
        position: fixed !important;
        right: 0 !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        bottom: auto !important;
        left: auto !important;
        z-index: 9999 !important;
    }
}
/** 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
}
.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/LPS/OrbSport/lv_LV/mage/gallery/gallery.png');
  background-repeat: no-repeat;
}
@media print {
  .fotorama-print-background,
  .fotorama-sprite,
  .fotorama__thumb-border,
  .fotorama__fullscreen .fotorama__zoom-out,
  .fotorama__fullscreen .fotorama__zoom-in,
  .fotorama__arr .fotorama__arr__arr,
  .fotorama__fullscreen-icon,
  .fotorama__video-play,
  .fotorama__thumb--icon,
  .fotorama__video-close {
    background: none !important;
  }
}
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus,
.fotorama__arr:focus,
.fotorama__stage__shaft:focus,
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__dot {
  box-shadow: none;
}
.fotorama__fullscreen-icon:focus:after,
.fotorama__zoom-out:focus:after,
.fotorama__zoom-in:focus:after,
.fotorama__arr:focus:after,
.fotorama__stage__shaft:focus:after,
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  border-radius: inherit;
  bottom: 3px;
  box-shadow: 0 0 3px 1px #00699D;
  content: '';
  left: 3px;
  position: absolute;
  right: 3px;
  top: 3px;
  z-index: 1000;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb:after,
.fotorama__nav__frame--thumb:focus .fotorama__dot:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb.fotorama_vertical_ratio:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  left: 2px;
  right: 2px;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__thumb {
  overflow: inherit;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb:after {
  left: 1px;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb.fotorama_vertical_ratio:after {
  top: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb:after {
  right: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  bottom: 1px;
}
.fotorama__thumb__arr {
  box-shadow: none;
}
.fotorama--fullscreen {
  background: #fff;
  bottom: 0 !important;
  float: none !important;
  left: 0 !important;
  margin: 0 !important;
  position: fixed !important;
  right: 0 !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.fotorama--fullscreen .fotorama__wrap {
  max-width: 100% !important;
}
.fotorama__fullscreen {
  overflow: hidden;
  position: relative;
}
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__fullscreen .fotorama__zoom-out {
  cursor: pointer;
  display: block;
  height: 80px;
  overflow: hidden;
  position: absolute;
  width: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out {
  background-position: 0 -80px !important;
  top: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out.fotorama__zoom-out--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__zoom-in {
  background-position: 0 0 !important;
  top: 0;
}
.fotorama__fullscreen .fotorama__zoom-in.fotorama__zoom-in--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__video-close {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block;
}
.fotorama__zoom-in,
.fotorama__zoom-out {
  display: none;
}
.fotorama {
  min-width: 1px;
  overflow: hidden;
}
.fotorama__wrap {
  -webkit-text-size-adjust: 100%;
  direction: ltr;
  position: relative;
  z-index: 0;
}
.fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl;
}
.fotorama__stage,
.fotorama__nav {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.fotorama__wrap--pan-y {
  -ms-touch-action: pan-y;
}
.fotorama__stage__shaft {
  position: relative;
}
.fotorama__wrap .fotorama__pointer {
  cursor: pointer;
}
.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important;
}
.fotorama__stage__frame {
  overflow: hidden;
}
.fotorama__stage__frame.fotorama__active {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__stage__frame {
  display: none;
}
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active,
.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear {
  display: block;
  left: 0;
  top: 0;
}
.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7;
}
.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9;
}
.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none;
}
.fotorama__img {
  border: none !important;
  max-width: inherit;
  opacity: 0;
}
.fotorama__loaded .fotorama__img,
.fotorama__error .fotorama__img {
  opacity: 1;
}
.fotorama__img--full {
  display: none;
}
.fotorama__nav {
  display: none;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  z-index: 5;
}
.fotorama__nav__shaft {
  left: 0;
  position: relative;
  text-align: left;
  top: 0;
}
.fotorama__nav__frame {
  position: relative;
}
.fotorama__nav--dots {
  display: block;
  text-align: center;
}
.fotorama__nav--dots .fotorama__nav__frame {
  height: 30px;
  width: 18px;
}
.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border {
  display: none;
}
.fotorama__nav--thumbs {
  display: block;
}
.fotorama__nav--thumbs .fotorama__nav__frame {
  padding-left: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame--dot {
  display: none;
}
.fotorama__active .fotorama__dot {
  background-color: #ff5501;
  border-color: #ff5501;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame {
  border-width: 3px;
  height: 0;
  width: 0;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame:after {
  left: -3px;
  padding: 3px;
  top: -3px;
}
.fotorama__nav__frame:focus  {
  box-shadow: none;
}
.fotorama__nav__frame:focus :after {
  left: -1px;
  padding: 1px;
  top: -1px;
}
.fotorama__dot {
  border-radius: 6px;
  border: 1px solid #858585;
  display: block;
  height: 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;
}
.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;
}
.ie9 .fotorama__arr .fotorama__arr__arr {
  margin: -40px 0 0 -40px;
}
.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 {
  *display: none;
  cursor: default;
  opacity: 0.1;
  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: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
  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;
}
.magnifier-loader-text {
  margin-top: 10px;
}
.magnifier-large {
  position: absolute;
  width: 32%;
  z-index: 100;
}
.magnifier-preview {
  bottom: 0;
  left: 58%;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 215px;
}
.magnifier-preview:not(.hidden) {
  background-color: #fff;
}
.magnifier-preview img {
  left: 0;
  max-width: inherit;
  position: absolute;
  top: 0;
}
.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;
}
.magnify-opaque {
  opacity: 0.5;
}
.magnify-hidden {
  display: none;
}
.fotorama__nav-wrap--vertical.fotorama__nav-wrap {
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft {
  background-color: white;
  width: 100%;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb {
  display: block;
  padding-bottom: inherit !important;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: inherit;
  max-width: inherit;
  position: absolute;
  right: 0;
  top: 0;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  cursor: default;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  top: 0;
  transition: 0.3s linear;
  vertical-align: middle;
  width: auto;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--zoommable {
  cursor: pointer;
  max-height: none;
  max-width: none;
  transition-property: width, height, bottom, right, top, left;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--draggable {
  cursor: move;
  transition-property: none;
}
.fotorama--fullscreen .fotorama__stage__frame iframe {
  left: 80px;
  width: calc(100% - 80px * 2);
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  bottom: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 1000;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
}
.ie9 .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon,
.ie9 .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
  margin: -15px 0 0 -15px;
}
.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 .loading-mask {
  padding: 0 0 50%;
  position: static;
}
.gallery-placeholder .loader img {
  position: absolute;
}
.fotorama__spinner {
  background-image: url('../../frontend/LPS/OrbSport/lv_LV/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;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2Fmage%5C%2Fgallery%5C%2Fmodule%5C%2F_extends.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2Fmage%5C%2Fgallery%5C%2Fgallery.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2Fmage%5C%2Fgallery%5C%2Fmodule%5C%2F_fullscreen.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2Fmage%5C%2Fgallery%5C%2Fmodule%5C%2F_mixins.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FLPS%5C%2FOrbSport%5C%2Flv_LV%5C%2Fmage%5C%2Fgallery%5C%2Fmodule%5C%2F_focus.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAKA%3BAAqCI%2CuBAAC%3BACQL%3BAA0BA%3BAAgDA%3BAAsOA%2CgBAOI%3BEDnWA%2CSAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BACyCA%2CeAKI%3BED7CA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%3BACgDA%2CmBAAoB%3BED%5C%2FChB%2CYAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BAE5BA%3BADkPA%3BAAwDA%2CqBAMI%3BAANJ%2CqBAUI%3BAAVJ%2CqBAWI%3BAAXJ%2CqBAYI%3BAAZJ%2CqBAeI%3BAAySA%2CgBAAC%3BAAAD%2CcAAC%3BAACD%2CgBAAC%3BAAAD%2CcAAC%3BAAmML%2CqBACI%2CwBAeI%3BEDzxBJ%2CWAAW%2CaAAX%3B%3BAAGJ%3BAC8GA%3BAAgTI%2C0BAAC%3BAAAD%2CmBAAC%3BAAAD%2CkBAAC%3BED7ZD%2CUAAA%3B%3BAAIA%2CuBAAC%3BEAEG%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CSAAS%2CEAAT%3B%3BAAIR%3BACoRA%2CsBACI%3BAADJ%2CsBAEI%3BAAFJ%2CsBAGI%3BAAHJ%2CsBAMI%2C%2BBACI%3BAAPR%2CsBAMI%2C%2BBAEI%3BED3RJ%2C0BAAA%3B%3BAAGJ%3BACyPA%2CqBACI%3BAADJ%2CqBAEI%3BAAFJ%2CqBAGI%3BED3PA%2CwBAAA%3BEACA%2CqCAAA%3BEACA%2C4BAA4B%2C6BAA5B%3B%3BAAGJ%3BACnCA%3BAAiUA%3BAA0BA%3BAACA%3BAACA%3BEDzTI%2CiBAAA%3B%3BAAGJ%3BACqRA%3BEDpRI%2CiBAAA%3B%3BAAGJ%3BEACI%2C2EAAA%3B%3BAAGJ%3BACwDA%3BAAmBA%3BED1EI%2CYAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BAC6DA%3BAASA%3BAAoIA%3BEElPI%2CgBAAA%3BEACA%2CQAAA%3BEACA%2CyBAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3B%3BAHuCJ%3BACkEA%3BEDjEI%2CuBAAA%3B%3BAAGJ%3BACsJA%3BAA4CA%3BAAiHA%3BEDlTI%2CsBAAA%3B%3BAAGJ%3BACqMA%3BAAgEA%3BEDpQI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEACI%2CUAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BACtDA%3BAA0BA%3BAAoDA%3BAAUA%3BAASA%3BAAiOA%3BAACA%3BAACA%3BED7QI%2C6CAAA%3B%3BAAGJ%3BEACI%2C0BAAA%3B%3BAAGJ%3BEACI%2CwBAAA%3B%3BAAGJ%3BAE9FA%2CqBAaI%3BAAbJ%2CqBAqBI%3BAD6VJ%2CcAMI%3BAAiCJ%3BAAgCA%3BAA2cA%3BAAmCA%3BEDv0BI%2CsBAAsB%2CcAAtB%3BEACA%2C4BAAA%3B%3BAAOJ%3BEAAA%3BEAVA%3BECuHA%3BECrNA%2CqBAaI%3BEAbJ%2CqBAqBI%3BED6VJ%2CcAMI%3BEAiCJ%3BEAgCA%3BEA2cA%3BEAmCA%3BIDj0BQ%2C2BAAA%3B%3B%3BAIvHR%2C0BAA0B%3BAAC1B%2CmBAAmB%3BAACnB%2CkBAAkB%3BAAClB%2CcAAc%3BAACd%2CuBAAuB%3BAACvB%2C4BAA4B%2CMAAO%3BAACnC%2C0BAA0B%2CMAAO%3BEAC7B%2CgBAAA%3B%3BAACA%2C0BARsB%2CMAQrB%3BAAAD%2CmBAPe%2CMAOd%3BAAAD%2CkBANc%2CMAMb%3BAAAD%2CcALU%2CMAKT%3BAAAD%2CuBAJmB%2CMAIlB%3BAAAD%2C4BAHwB%2CMAAO%2CiBAG9B%3BAAAD%2C0BAFsB%2CMAAO%2CeAE5B%3BEACG%2CsBAAA%3BEACA%2CWAAA%3BEACA%2C%2BBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACA%2CaAAA%3B%3BAAIR%2C4BAA4B%2CMAExB%2CiBAAgB%3BAADpB%2C0BAA0B%2CMACtB%2CiBAAgB%3BAAFpB%2C4BAA4B%2CMAGxB%2CeAAc%3BAAFlB%2C0BAA0B%2CMAEtB%2CeAAc%3BEACV%2CSAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAPR%2C4BAA4B%2CMASxB%2CiBAAgB%2CwBAAwB%3BAAR5C%2C0BAA0B%2CMAQtB%2CiBAAgB%2CwBAAwB%3BEACpC%2CSAAA%3BEACA%2CUAAA%3B%3BAAXR%2C4BAA4B%2CMAaxB%3BAAZJ%2C0BAA0B%2CMAYtB%3BEACI%2CiBAAA%3B%3BAAIR%2CqBAAqB%2CUAAU%2CGAAG%2CMAC9B%2CiBAAgB%3BEACZ%2CSAAA%3B%3BAAFR%2CqBAAqB%2CUAAU%2CGAAG%2CMAI9B%2CiBAAgB%2CwBAAwB%3BEACpC%2CQAAA%3B%3BAAIR%2CqBAAqB%2CWAAW%2CMAC5B%2CiBAAgB%3BEACZ%2CUAAA%3B%3BAAFR%2CqBAAqB%2CWAAW%2CMAI5B%2CiBAAgB%2CwBAAwB%3BEACpC%2CWAAA%3B%3BAAIR%3BEACI%2CgBAAA%3B%3BAF1DJ%3BEACI%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3B%3BAAVJ%2CqBAYI%3BEACI%2C0BAAA%3B%3BAAIR%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CqBAGI%3BAAHJ%2CqBAII%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAVR%2CqBAaI%3BEAEI%2C4BAAA%3BEACA%2CSAAA%3B%3BAACA%2CqBAJJ%2CoBAIK%3BEACG%2CaAAA%3B%3BAAlBZ%2CqBAqBI%3BEAEI%2CmCAAA%3BEACA%2CMAAA%3B%3BAACA%2CqBAJJ%2CmBAIK%3BEACG%2CaAAA%3B%3BAA1BZ%2CqBA6BI%3BEACI%2CaAAA%3B%3BAAIR%2CqBAAsB%2CwBAClB%3BEACI%2CaAAA%3B%3BAAFR%2CqBAAsB%2CwBAIlB%3BEACI%2CcAAA%3B%3BAD9CR%3BAACA%3BEACI%2CaAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEAEI%2C8BAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CoBACI%3BEACI%2CcAAA%3B%3BAAIR%3BAACA%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CuBAAA%3B%3BAAGJ%3BEAGI%2CkBAAA%3B%3BAAGJ%2CeACI%3BEACI%2CeAAA%3B%3BAAQR%2CsBACI%3BEACI%2CqBAAA%3B%3BAAQR%3BEAGI%2CgBAAA%3B%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%3BEErSI%2CmBAAmB%2C0BAAnB%3BEACA%2CeAAe%2C0BAAf%3BEACA%2CcAAc%2C0BAAd%3BEACA%2CWAAW%2C0BAAX%3BEFsqBA%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%3BAALJ%2CcAMI%3BEExYA%2CmBAAmB%2C0BAAnB%3BEACA%2CeAAe%2C0BAAf%3BEACA%2CcAAc%2C0BAAd%3BEACA%2CWAAW%2C0BAAX%3BEFsqBA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEAhSI%2CYAAA%3BEACA%2CWAAA%3B%3BAAEA%2CIAAK%2CeANT%3BEAOQ%2CuBAAA%3B%3BAAKZ%3BEACI%2COAAA%3B%3BAADJ%2CoBAEI%3BEACI%2CgCAAA%3B%3BAAIR%3BEACI%2CQAAA%3B%3BAADJ%2CoBAEI%3BEACI%2CiCAAA%3B%3BAAIR%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%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%3BEEzcI%2CmBAAmB%2C0BAAnB%3BEACA%2CeAAe%2C0BAAf%3BEACA%2CcAAc%2C0BAAd%3BEACA%2CWAAW%2C0BAAX%3BEFsqBA%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%3BEE9jBlC%2CmBAAmB%2C2BAAnB%3BEACA%2CeAAe%2C2BAAf%3BEACA%2CcAAc%2C2BAAd%3BEACA%2CWAAW%2C2BAAX%3B%3BAF0jBA%2CqBAAC%2C4BAA4B%2CsBAAsB%2C8BAI%5C%2FC%2CqBAAoB%2CIAAI%3BEEjkB5B%2CmBAAmB%2CyBAAnB%3BEACA%2CeAAe%2CyBAAf%3BEACA%2CcAAc%2CyBAAd%3BEACA%2CWAAW%2CyBAAX%3B%3BAF0jBA%2CqBAAC%2C4BAA4B%2CsBAAsB%2C8BAO%5C%2FC%2CqBAAoB%2CIAAI%3BEEpkB5B%2CmBAAmB%2CwBAAnB%3BEACA%2CeAAe%2CwBAAf%3BEACA%2CcAAc%2CwBAAd%3BEACA%2CWAAW%2CwBAAX%3B%3BAFqkBA%2CqBAAC%2CsBACG%3BEEzkBJ%2CmBAAmB%2C2BAAnB%3BEACA%2CeAAe%2C2BAAf%3BEACA%2CcAAc%2C2BAAd%3BEACA%2CWAAW%2C2BAAX%3B%3BAFqkBA%2CqBAAC%2CsBAIG%3BEE5kBJ%2CmBAAmB%2CyBAAnB%3BEACA%2CeAAe%2CyBAAf%3BEACA%2CcAAc%2CyBAAd%3BEACA%2CWAAW%2CyBAAX%3B%3BAFqkBA%2CqBAAC%2CsBAOG%3BEE%5C%2FkBJ%2CmBAAmB%2CwBAAnB%3BEACA%2CeAAe%2CwBAAf%3BEACA%2CcAAc%2CwBAAd%3BEACA%2CWAAW%2CwBAAX%3B%3BAFklBJ%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%3BEEzmBzB%2CkBAAkB%2C2FAA2F%2CwEAA7G%3BEF2mBI%2C6BAAA%3BEACA%2COAAA%3B%3BAAGJ%2CgBAAC%2CyBAAyB%3BAAA1B%2CcAAC%2CyBAAyB%3BEE%5C%2FmB1B%2CkBAAkB%2C2FAA2F%2C2EAA7G%3BEFinBI%2CmCAAA%3BEACA%2CQAAA%3B%3BAAEJ%2CgBAAC%2CuBAAuB%3BAAAxB%2CcAAC%2CuBAAuB%3BEEpnBxB%2CkBAAkB%2C2FAA2F%2CwEAA7G%3BEFsnBI%2C6BAAA%3BEACA%2CMAAA%3B%3BAAGJ%2CgBAAC%2C0BAA0B%3BAAA3B%2CcAAC%2C0BAA0B%3BEE1nB3B%2CkBAAkB%2C2FAA2F%2C2EAA7G%3BEF4nBI%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%3BEE5pBJ%2CmBAAmB%2CgBAAnB%3BEACA%2CeAAe%2CgBAAf%3BEACA%2CcAAc%2CgBAAd%3BEACA%2CWAAW%2CgBAAX%3BEF2pBQ%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAPZ%2CmBAUI%2C2BACI%3BEE5qBJ%2CmBAAmB%2CgBAAnB%3BEACA%2CeAAe%2CgBAAf%3BEACA%2CcAAc%2CgBAAd%3BEACA%2CWAAW%2CgBAAX%3BEF2qBQ%2CYAAA%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%3B%3BAAGJ%3BEACI%2CgBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3B%3BAAGJ%3BEACI%2CSAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAACA%2CkBAAC%2CIAAI%3BEACD%2CsBAAA%3B%3BAARR%2CkBAUI%3BEACI%2COAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAIR%3BEACI%2CkBAAA%3B%3BAADJ%2CuBAEI%3BEACI%2CYAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEElwBJ%2CmBAAmB%2C0BAAnB%3BEACA%2CeAAe%2C0BAAf%3BEACA%2CcAAc%2C0BAAd%3BEACA%2CWAAW%2C0BAAX%3BEFiwBI%2CyBAAA%3BEACA%2C6CAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAIR%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%3BAAKZ%2C%2BBACI%3BAADJ%2C%2BBAEI%3BEACI%2CSAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAARR%2C%2BBACI%2C4BAQI%3BAATR%2C%2BBAEI%2C6BAOI%3BEE71BJ%2CmBAAmB%2C0BAAnB%3BEACA%2CeAAe%2C0BAAf%3BEACA%2CcAAc%2C0BAAd%3BEACA%2CWAAW%2C0BAAX%3BEFsqBA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEAoLQ%2CWAAA%3B%3BAAEA%2CIAAK%2CgCAZb%2C4BAQI%3BAAII%2CIAAK%2CgCAXb%2C6BAOI%3BEAKQ%2CuBAAA%3B%3BAAdhB%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%3BEEl3BJ%2CmBAAmB%2CaAAnB%3BEACA%2CeAAe%2CaAAf%3BEACA%2CWAAW%2CaAAX%3BEFk3BQ%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%3BEEn4BI%2C0CAAA%3BEACA%2C6CAAA%3B%3BAACA%2CcAAC%3BAAAD%2CqBAAC%3BEACG%2C0CAAA%3B%3BAAEJ%2CcAAC%3BAAAD%2CqBAAC%3BEACG%2C0CAAA%3B%3BAFi4BR%2CeAAe%2CIAAI%2CgCACf%3BAADJ%2CeAAe%2CIAAI%2CgCAEf%3BAAFJ%2CeAAe%2CIAAI%2CgCAGf%3BEE14BA%2C0CAAA%3BEACA%2C6CAAA%3B%3BAACA%2CeFq4BW%2CIAAI%2CgCACf%2C2BEt4BC%3BAAAD%2CeFq4BW%2CIAAI%2CgCAEf%2CoBEv4BC%3BAAAD%2CeFq4BW%2CIAAI%2CgCAGf%2CmBEx4BC%3BEACG%2C0CAAA%3B%3BAAEJ%2CeFk4BW%2CIAAI%2CgCACf%2C2BEn4BC%3BAAAD%2CeFk4BW%2CIAAI%2CgCAEf%2CoBEp4BC%3BAAAD%2CeFk4BW%2CIAAI%2CgCAGf%2CmBEr4BC%3BEACG%2C0CAAA%3B%3BAFy4BR%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%3BAAKR%2CoBACI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAHR%2CoBAKI%2CQAAQ%3BEACJ%2CkBAAA%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%3BAAGR%2CgCACI%3BAADJ%2CgCACoB%3BEACZ%2CwBAAA%3B%3BAAIR%2CgBACI%3BEACI%2CyBAAA%3B%3BAAFR%2CgBAKI%3BEACI%2CwBAAA%22%7D *//* Stripe Express */
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

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

.box-tocart .action.tocart.payment-request-button
{
    padding: 0;
}

:root {
    --stripe-payment-button-min-width: 248px;
}

.payment-request-button {
    min-width: var(--stripe-payment-button-min-width);
    height: auto;
}

.payment-request-button.disabled,
.payment-request-button.disabled * {
    pointer-events: none !important;
}

.payment-request-button.disabled {
    opacity: 0.5;
    filter: grayscale(50%);
}

.catalog-product-view .payment-request-button {
    margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
    .catalog-product-view .payment-request-button {
        margin-right: 1%;
        width: 49%;
    }
}

.stripe-payments-express-minicart {
    margin-top: 15px;
}

.stripe-payments-express-minicart .payment-request-button, .payment-request-button.cart {
    width: 100% !important;
}

.cart-summary .stripe-payments-express-minicart {
    margin-top: 0;
    margin-bottom: 25px;
}

.block-bundle-summary .box-tocart .actions .payment-request-button {
    min-width: var(--stripe-payment-button-min-width);
}/*
 */

ul#bundle-group-product-items {
  list-style-type: none;
  margin: 0;
  padding: 5px;
}

li#bundle-product-items {
  float: left;
}

/* It is for another block in magento */

.block.upsell {
  clear: left;
}




#sum-sign {
  padding-top: 90px;
  padding-left: 1.5px;
  padding-right: 1.5px;
}

#bundle-block-heading {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}

.bundle_old_price {
  color: #a0a0a0;
  text-decoration: line-through;
}

div#bundle-button-container .action.tocart.primary {
  background-color: black;
}

#bundle-start-headin-main {
  text-align: center;
}

div#bundle-start-headin-main {
  font-size: large;
}
/* For content width in bundle page  */
@media (min-width: 768px) {
  .page-layout-3columns .column.main {
    width: 75% !important;
  }
}

.configure-button{
  text-align : center;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

    html, body {
        height: auto;
    }

}
/**
 * MB "Vienas bitas" (Magetrend.com)
 *
 * PHP version 5.3 or later
 *
 * @category MageTrend
 * @package  Magetend/GiftCard
 * @author   Edvinas Stulpinas <edwin@magetrend.com>
 * @license  http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 * @link     https://www.magetrend.com/magento-2-gift-card
 */

.gift-card-code,
.gift-card-action {
    width: auto;
    display: inline-block;
    float: left;
}

.gift-card-code {
    padding-right: 10px;
}

.gift-card-list {
    padding-top: 15px;
}

.gift-card-list-title {
    padding-bottom: 0px;
}

.gift-card-item {
    clear: both;
    padding-top:3px;
}.select2-container {
    text-indent: 0px!important;
    max-width: 100%;
}
.terminal-container {
    min-width: 210px;
    width: 100%;
}

/**Map */

.modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    -webkit-animation-name: fadeIn;
    -webkit-animation-duration: 0.4s;
    animation-name: fadeIn;
    animation-duration: 0.4s;
    z-index:9999;
}
.omniva-modal-content {
    z-index:20;
    position:fixed;
    top: 10%;
    left: 5%;
    background-color: #fefefe;
    border-radius: 5px;
    width: 90%;
    height:80%;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.4s;
    animation-name: slideIn;
    animation-duration: 0.4s;
}

.close {
    color: black;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 0px;
    right: 20px;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.omniva-modal-header {
    padding-top: 4px;
    padding-left: 10px;
    padding-right: 4px;
    color: black;
    height: 7%;
}
.omniva-modal-header h5{
  padding:0px;
  margin:0px;
  font-weight: normal;
}
.omniva-modal-body {
    padding: 10px;
    height:calc(92% - 20px);
}

.omniva-modal-footer {
    height: 6%;
    align-items: center;
}
@-webkit-keyframes slideIn {
    from {bottom: -300px; opacity: 0} 
    to {bottom: 0; opacity: 1}
}

@keyframes slideIn {
    from {bottom: -300px; opacity: 0}
    to {bottom: 0; opacity: 1}
}

@-webkit-keyframes fadeIn {
    from {opacity: 0} 
    to {opacity: 1}
}

@keyframes fadeIn {
    from {opacity: 0} 
    to {opacity: 1}
}

.btn-address {
    background-color: #E47A2E;
    color: white;
    font-size: 15px;
    font-weight:500;
    border: 1px solid black;
    border-radius: 3px;
    padding: 3px 7px;
    margin: 2px;
}
.btn-address:hover {
    background-color: #555555;
    color: white;
}
.btn-address-gps {
    background-color: #E94B3C;
    color: white;
    text-align: center;
    padding: 3px 7px;
    margin: 2px;
    border: 1px solid black;
    border-radius: 3px;
    color: white;
    font-size: 15px;
    font-weight:500;
}
.btn-address-gps:hover {
    background-color: #555555;
    color: white;
}
#map-search-button {
  background-image:url("../../frontend/LPS/OrbSport/lv_LV/Omnivalt_Shipping/css/search-w.png");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center center;  
  border-radius: 0 3px 3px 0;
  height: 36px;
  width: 36px;
  display: block;
  float: left;  
  background-color: #ff6319;
  border: none;
  box-shadow: none;
}
.pac-container {
    z-index: 10511 !important;
}

.omniva-li, .omniva-li a {
    font-size: 15px;
    color:black !important;
}

.omniva-li:hover{
 cursor: pointer;
 color: #555 !important;
}

.omniva-modal-content .omniva-terminals-listing {margin: 0px; padding: 0px; color: black; overflow-x: hidden;}
.omniva-modal-content .omniva-terminals-listing li {padding: 5px; border-radius: 4px; list-style-type: none;width: 100% !important;}
.omniva-modal-content .omniva-terminals-listing li:nth-child(even) {background: #f2f2f2;}

.omniva-search {
    width: 98%;
    padding: 2px 10px;
    border: 1px solid #555;
    border-radius: 3px;
    line-height: 28px;

}

.btn-marker {
    background-color: white;
    color: black;
    padding: 4px;
    border: 1px solid black;
    border-radius: 2px;
}
.btn-marker:hover {
    background-color: #555555;
    color: white;
}

.omniva-btn {
  max-height: 30px;
  line-height: 100%;
  position: relative;
  padding: 5px;
  padding-right: 30px;
  margin-top: 5px;
  width: 100%;
  max-width: 500px;
}
.omniva-btn img{
  max-height: 20px;
  display: inline-block;
  right: 10px;
  position: absolute;
  top: 3px;
}




#omnivaMapContainer {
 width: 59%; height: 100%; border: 1px solid black; background-color: lightgray !important; float:left;
}
#omnivaMap {
  width: 100%;
  height: 100%;
}

.esri-feature__main-container {
    /*padding:20px;*/
}

.omniva-search-bar {
    width: 36%;
    min-height: 400px;
    padding: 0px 10px; 
    float:left;
    overflow:hidden;
    /*padding-top: 4px;
    padding-right: 4px;*/
    padding-left: 26px;
    
}
.omniva-search-bar h4 {
  font-weight: normal;
  margin-bottom: 10px;
}
.esri-popup__header-title {
    font: 15px arial, sans-serif !important;
    margin: 0px !important;
    padding: 0px !important;

}
.esri-popup__main-container {
    padding: 30px !important;
}

/** Tooltips*/
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: black;
    opacity: 0.9;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 110%;
    left: 50%;
    margin-left: -100px;
}

.tooltip .tooltiptext::afterr {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

/*
 * Custom scrollbar 
 **/
.scrollbar{
    overflow: auto;
    display: inline-block;
    vertical-align: top;
    height: inherit;
    width: 100%;
    max-height:50vh;
    position:relative;
    margin-top:5px;
}

#style-8::-webkit-scrollbar-track
{
    border: 1px solid rgba(0,0,0,0.4);
    background-color: rgba(0,0,0,0.4);
    border-radius: 5px;
}

#style-8::-webkit-scrollbar
{
    width: 5px;
    background-color: rgba(0,0,0,0,0.4);
    border: 1px solid rgba(0,0,0,0.4);
    border-radius: 5px;
}

#style-8::-webkit-scrollbar-thumb
{
    border: 1px solid #000000;
    border-radius: 5px;
    background-color: #000000;  
}

/**
 * Media queries
 **/

@media only screen and (max-width: 808px) {
    #omnivaMapContainer {
    width: 99%; height: 30%; border: 1px solid black; background-color: lightgray !important;
    }

    .omniva-search-bar {
        width: 99%; margin-top: 5px;padding: 0px 10px;overflow:hidden;
    }

    select[name="omnivalt_parcel_terminal"] {
        width: 70%;
    }

    .scrollbar{
        overflow: auto;
        display: inline-block;
        vertical-align: top;
        height: inherit;
        max-height:30vh;
        position:relative;
        width: 100%;
        margin-top:5px;
    }
    
   .esri-search__suggestions-menu {
        height: 150px;
    }
}

 ol li { 
    list-style-type: decimal;
    list-style-type: upper-roman;
}
.omniva-modal-content form {
      margin-bottom: 10px;
  }
@media only screen and (max-width: 768px) {
  .omniva-modal-content {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
  }
  #omnivaMapContainer {
    width: 100%;
    height: 50%;
  }
  .omniva-modal-body {
    padding: 0;
  }
  .found_terminals.scrollbar {
    max-height: 30vh;
  }
  .terminal-container {
    
    min-width: 170px;
  }
  #omniva-search input {
    width: calc(100% - 50px);
  }
}



@media screen and (min-width: 1500px) {

    .omniva-modal-content {
        z-index:20;
        position:fixed;
        top: 10%;
        left: 15%;
        background-color: #fefefe;
        border-radius: 5px;
        width: 65%;
        height:60%;
        -webkit-animation-name: slideIn;
        -webkit-animation-duration: 0.4s;
        animation-name: slideIn;
        animation-duration: 0.4s;
    }

    .scrollbar{
        max-height:40vh;
    }
}
#omniva-search {
  position: relative;
}
#omniva-search:after {
  content: "";
  clear: both;
  display: block;
}
#omniva-search input {
    padding: 2px 10px;
    border: 1px solid #555;
    border-radius: 3px 0 0 3px;
    line-height: 30px;
    height: 36px;
    display: block;
    float: left; 
    background-color: #ffffff;
    width: 300px;
}

.esri-icon-zoom-in-magnifying-glass { display:none; }

.omniva-autocomplete {
    position: absolute;
    background: #fff;
    z-index: 9;
    width: 300px;
    border: 1px solid #ccc;
    top: 30px;
    max-width: 100%;
    left: 0;
}
.omniva-autocomplete ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.omniva-autocomplete ul li {
    cursor: pointer;
    padding: 5px;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
}
.omniva-autocomplete ul li:nth-child(even) {
  background-color: #f5f5f5;
}
.omniva-autocomplete ul li:hover {
  background-color: #efefef;;
}


/* omniva terminal selection */
.omniva-terminals-list {
  background-color: #fff;
  position: relative;
  max-width: 500px;
}
.omniva-terminals-list .inner-container {
  position: absolute;
    background: #fff;
    z-index: 100;
    border: 1px solid #aaa;
    border-top: none;
    border-radius: 0 0 4px 4px;
    width: 100%;
}
.omniva-terminals-list .dropdown { 
  border: 1px solid #aaa;
  border-radius: 4px;
  word-wrap: normal;
  overflow: hidden;
  height: 24px;
  line-height: 24px;
  width: calc(100% - 25px);
  position: relative;
  cursor: pointer;  
  padding: 2px 20px 2px 5px;
}
.omniva-terminals-list.open .dropdown {
  border-bottom: none;
  border-radius: 4px 4px 0 0;
}
.omniva-terminals-list .dropdown:before {
  position: absolute;
  content: "";
  right: 0px;
  width: 20px;
  height: 100%;
  top: 0;
  background-color: #fff;
}
.omniva-terminals-list .dropdown:after {
  position: absolute;
  content: "";
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  right: 7px;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.omniva-terminals-list.open .dropdown:after {
  border-color:transparent transparent #888  transparent;
  border-width: 0px 4px 5px 4px;

}
.omniva-terminals-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 200px;
  overflow-y: auto;
}
.omniva-terminals-list ul li {
  background: none;
  border-radius: 0;
  border: none;
  padding: 3px 5px;
  margin: 0;
  cursor: pointer;
  line-height: 17px;
  font-size: 15px;
  padding-left: 10px;
}
.omniva-terminals-list ul li.city {
  font-weight: 600;
  padding-left: 5px;
}
.omniva-terminals-list ul li.selected {
  background-color: #ddd;
}
.omniva-terminals-list ul li a {
  text-decoration: underline;
}
.omniva-terminals-list ul li:hover a,
.omniva-terminals-list ul li:hover {
  background-color: #0073aa;
  color: #ffffff;
}
.omniva-terminals-list .search-input:focus,
.omniva-terminals-list .search-input {
  display: inline-block;
  padding: 2px 5px;
  width: 100%;
  border-bottom: 1px solid #ccc;
  margin-bottom: 4px;
  background-color: #ff6319!important;
  color: #ffffff;
}
.omniva-terminals-list .search-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: inherit;
  opacity: 1; /* Firefox */
}

.omniva-terminals-list .search-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: inherit;
}

.omniva-terminals-list .search-input::-ms-input-placeholder { /* Microsoft Edge */
  color: inherit;
}
.omniva-terminals-list .show-more {
  padding: 5px;
  text-align: center;
}
@keyframes bounce {
  from {
    top: 0px;
  }
  to {
    top: -8px;
  }
}

@-webkit-keyframes bounce {
  from {
    top: 0px;
  }
  to {
    top: -8px;
  }
}

#omnivaMap img.active {
  animation: bounce 0.7s infinite alternate;
  -webkit-animation: bounce 0.7s infinite alternate;
}
.omniva-back-to-list {
      cursor: pointer;
    padding: 2px 10px;
    width: auto;
    display: inline-block;
    font-size: 14px;
    position: relative;
    padding-left: 18px;
}
.omniva-back-to-list:before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    top: 6px;
    left: 0px;
    background-image:url("../../frontend/LPS/OrbSport/lv_LV/Omnivalt_Shipping/css/back.png");
    background-size: contain;
    position: absolute;
}/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	}

.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none;
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(../../frontend/LPS/OrbSport/lv_LV/Omnivalt_Shipping/css/#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile {
	will-change: opacity;
	}
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	will-change: transform;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	   -moz-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline: 0;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a,
.leaflet-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(../../frontend/LPS/OrbSport/lv_LV/Omnivalt_Shipping/css/images/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(../../frontend/LPS/OrbSport/lv_LV/Omnivalt_Shipping/css/images/layers-2x.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path {
	background-image: url(../../frontend/LPS/OrbSport/lv_LV/Omnivalt_Shipping/css/images/marker-icon.png);
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover {
	text-decoration: underline;
	}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 19px;
	line-height: 1.4;
	}
.leaflet-popup-content p {
	margin: 18px 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	border: none;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}
.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-clickable {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}
/**
 * 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_SocialLogin
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.white-popup {
    position: relative;
    background: #FFF;
    padding: 0;
    width: auto;
    max-width: 600px;
    margin: 0 auto;
}

#social-login-popup,
#request-popup {
    overflow: hidden
}

#social-login-popup .block-container,
#request-popup .block-container {
    width: 100%;
    display: inline-block;
}

#social-login-popup .social-login-title,
#request-popup .social-login-title {
    padding: 10px 10px;
    background-color: #3399cc;
}

#social-login-popup .block-container .block,
#request-popup .block-container .block {
    padding: 20px 25px!important;
    margin: 0;
}

.social-login-ajax-loading {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.6;
    background: #fbfaf6 url('../../frontend/LPS/OrbSport/lv_LV/Mageplaza_SocialLogin/css/images/ajax-loader.gif') no-repeat center center;
}

#social-login-popup .block-container .block .block-title,
#request-popup .block-container .block .block-title {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

#social-login-popup .fieldset,
#request-popup .fieldset {
    margin: 0px;
}

.actions-toolbar {
    margin-top: 7px;
}

.account-social-login .actions-toolbar.social-btn {
    width: 215px;
}

#social-login-popup .actions-toolbar > .secondary .action.back,
#request-popup .actions-toolbar > .secondary .action.back {
    display: block;
}

#social-login-popup .social-login .fieldset .field {
    display: block;
}
#social-login-popup .social-login .fieldset .field label{
    padding: 0 !important;
}

.social-login-title h2 {
    margin: 0;
    padding-left: 40px;
    background: no-repeat 12px center;
    color: #ffffff;
}

.social-login-title .login-title {
    background-image: url(../../frontend/LPS/OrbSport/lv_LV/Mageplaza_SocialLogin/css/images/login-title.png);
}

.social-login-title .create-account-title {
    background-image: url(../../frontend/LPS/OrbSport/lv_LV/Mageplaza_SocialLogin/css/images/create-account-title.png);
}

.social-login-title .forgot-pass-title {
    background-image: url(../../frontend/LPS/OrbSport/lv_LV/Mageplaza_SocialLogin/css/images/forgot-pass-title.png);
}

#social-login-popup .mfp-close {
    color: #ffffff;
}

#social-login-popup .message.error > *:first-child:before {
    top: 50%;
}

#social-login-popup .message.success > *:first-child:before {
    top: 50%;
}

/* Authentication Popup */
.social-login-authentication-popup {
    width: 100%;
}

.social-login-authentication-popup .block-content {
    display: block !important;
}

.social-login-authentication-popup .block-content .actions-toolbar {
    display: inline-block;
}

.social-login-authentication-popup .block-content .actions-toolbar .btn-social {
    /*height: 20px;*/
    padding-left: 19px;
}

/*Button Style*/
.actions-toolbar button {
    border-radius: 0;
}

.social-btn button {
    height: 33px;
    border: none;
}

.social-btn button span span {
    margin-left: 25px;
    color: #ffffff;
}

.block-authentication .actions-toolbar {
    margin-bottom: unset !important;
}

.btn-authentication-pop {
    width: 175px;
}


.social-login-authentication-channel .actions-toolbar.social-btn > .primary .action {
    width: 100%;
    margin: 0;
    min-width: 170px;
    text-align: left;
    border-radius: 5px;
}

.social-login-authentication-channel .actions-toolbar.social-btn > .primary .action:hover {
    opacity: 0.9;
}

.social-btn-actions-toolbar {
    display: inline-block;
}

.register-sociallogin {
    float: left;
}

#fb-customer, #gg-customer, #tw-customer, #li-customer, #ins-customer, #ya-customer, #git-customer, #vk-customer, #fo-customer, #live-customer, #am-customer {
    float: left;
}

#group-button {
    width: 48.8%; /*margin-left: 37px;*/ /*margin-top: 0px;*/
    float: right;
    clear: none;
}

#group-button .block.social-login-authentication-channel.col-mp.mp-5 {
    margin-bottom: 2px;
}

.mfp-zoom-in { /* start state */ /* animate in */ /* animate out */
}

.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-newspaper { /* start state */ /* animate in */ /* animate out */
}

.mfp-newspaper .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.5s;
    transform: scale(0) rotate(500deg);
}

.mfp-newspaper.mfp-bg {
    opacity: 0;
    transition: all 0.5s;
}

.mfp-newspaper.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1) rotate(0deg);
}

.mfp-newspaper.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-newspaper.mfp-removing .mfp-with-anim {
    transform: scale(0) rotate(500deg);
    opacity: 0;
}

.mfp-newspaper.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-move-horizontal { /* start state */ /* animate in */ /* animate out */
}

.mfp-move-horizontal .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s;
    transform: translateX(-50px);
}

.mfp-move-horizontal.mfp-bg {
    opacity: 0;
    transition: all 0.3s;
}

.mfp-move-horizontal.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateX(0);
}

.mfp-move-horizontal.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-move-horizontal.mfp-removing .mfp-with-anim {
    transform: translateX(50px);
    opacity: 0;
}

.mfp-move-horizontal.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-move-from-top { /* start state */ /* animate in */ /* animate out */
}

.mfp-move-from-top .mfp-content {
    vertical-align: top;
    margin-top: 50px;
}

.mfp-move-from-top .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s;
    transform: translateY(-100px);
}

.mfp-move-from-top.mfp-bg {
    opacity: 0;
    transition: all 0.2s;
}

.mfp-move-from-top.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateY(0);
}

.mfp-move-from-top.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-move-from-top.mfp-removing .mfp-with-anim {
    transform: translateY(-50px);
    opacity: 0;
}

.mfp-move-from-top.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-3d-unfold { /* start state */ /* animate in */ /* animate out */
}

.mfp-3d-unfold .mfp-content {
    perspective: 2000px;
}

.mfp-3d-unfold .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform-style: preserve-3d;
    transform: rotateY(-60deg);
}

.mfp-3d-unfold.mfp-bg {
    opacity: 0;
    transition: all 0.5s;
}

.mfp-3d-unfold.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: rotateY(0deg);
}

.mfp-3d-unfold.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-3d-unfold.mfp-removing .mfp-with-anim {
    transform: rotateY(60deg);
    opacity: 0;
}

.mfp-3d-unfold.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-zoom-out .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: scale(1.3);
}

.mfp-zoom-out.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}

.mfp-zoom-out.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-zoom-out.mfp-removing .mfp-with-anim {
    transform: scale(1.3);
    opacity: 0;
}

.mfp-zoom-out.mfp-removing.mfp-bg {
    opacity: 0;
}

.social-btn .btn-social {
    display: block;
    text-decoration: none;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 6px 12px 6px 44px;
    font-family: 'Roboto', sans-serif;
}

.btn-social {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.btn-social > :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2)
}

.btn-social.btn-lg {
    padding-left: 61px
}

.btn-social.btn-lg > :first-child {
    line-height: 45px;
    width: 45px;
    font-size: 1.8em
}

.btn-social.btn-sm {
    padding-left: 38px
}

.btn-social.btn-sm > :first-child {
    line-height: 28px;
    width: 28px;
    font-size: 1.4em
}

.btn-social.btn-xs {
    padding-left: 30px
}

.btn-social.btn-xs > :first-child {
    line-height: 20px;
    width: 20px;
    font-size: 1.2em
}

.btn-social-icon {
    position: relative;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 34px;
    width: 34px;
    padding: 0;
}

.btn-social-icon > :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2)
}

.btn-social-icon.btn-lg {
    padding-left: 61px
}

.btn-social-icon.btn-lg > :first-child {
    line-height: 45px;
    width: 45px;
    font-size: 1.8em
}

.btn-social-icon.btn-sm {
    padding-left: 38px
}

.btn-social-icon.btn-sm > :first-child {
    line-height: 28px;
    width: 28px;
    font-size: 1.4em
}

.btn-social-icon.btn-xs {
    padding-left: 30px
}

.btn-social-icon.btn-xs > :first-child {
    line-height: 20px;
    width: 20px;
    font-size: 1.2em
}

.btn-social-icon > :first-child {
    border: none;
    text-align: center;
    width: 100%
}

.btn-social-icon.btn-lg {
    height: 45px;
    width: 45px;
    padding-left: 0;
    padding-right: 0
}

.btn-social-icon.btn-sm {
    height: 30px;
    width: 30px;
    padding-left: 0;
    padding-right: 0
}

.btn-social-icon.btn-xs {
    height: 22px;
    width: 22px;
    padding-left: 0;
    padding-right: 0
}

.btn-adn {
    color: #fff;
    background-color: #d87a68;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-adn:focus, .btn-adn.focus {
    color: #fff;
    background-color: #ce563f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-adn:hover {
    color: #fff;
    background-color: #ce563f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-adn:active, .btn-adn.active, .open > .dropdown-toggle.btn-adn {
    color: #fff;
    background-color: #ce563f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-adn:active:hover, .btn-adn.active:hover, .open > .dropdown-toggle.btn-adn:hover, .btn-adn:active:focus, .btn-adn.active:focus, .open > .dropdown-toggle.btn-adn:focus, .btn-adn:active.focus, .btn-adn.active.focus, .open > .dropdown-toggle.btn-adn.focus {
    color: #fff;
    background-color: #b94630;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-adn:active, .btn-adn.active, .open > .dropdown-toggle.btn-adn {
    background-image: none
}

.btn-adn.disabled:hover, .btn-adn[disabled]:hover, fieldset[disabled] .btn-adn:hover, .btn-adn.disabled:focus, .btn-adn[disabled]:focus, fieldset[disabled] .btn-adn:focus, .btn-adn.disabled.focus, .btn-adn[disabled].focus, fieldset[disabled] .btn-adn.focus {
    background-color: #d87a68;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-adn .badge {
    color: #d87a68;
    background-color: #fff
}

.btn-bitbucket {
    color: #fff;
    background-color: #205081;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-bitbucket:focus, .btn-bitbucket.focus {
    color: #fff;
    background-color: #163758;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-bitbucket:hover {
    color: #fff;
    background-color: #163758;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-bitbucket:active, .btn-bitbucket.active, .open > .dropdown-toggle.btn-bitbucket {
    color: #fff;
    background-color: #163758;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-bitbucket:active:hover, .btn-bitbucket.active:hover, .open > .dropdown-toggle.btn-bitbucket:hover, .btn-bitbucket:active:focus, .btn-bitbucket.active:focus, .open > .dropdown-toggle.btn-bitbucket:focus, .btn-bitbucket:active.focus, .btn-bitbucket.active.focus, .open > .dropdown-toggle.btn-bitbucket.focus {
    color: #fff;
    background-color: #0f253c;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-bitbucket:active, .btn-bitbucket.active, .open > .dropdown-toggle.btn-bitbucket {
    background-image: none
}

.btn-bitbucket.disabled:hover, .btn-bitbucket[disabled]:hover, fieldset[disabled] .btn-bitbucket:hover, .btn-bitbucket.disabled:focus, .btn-bitbucket[disabled]:focus, fieldset[disabled] .btn-bitbucket:focus, .btn-bitbucket.disabled.focus, .btn-bitbucket[disabled].focus, fieldset[disabled] .btn-bitbucket.focus {
    background-color: #205081;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-bitbucket .badge {
    color: #205081;
    background-color: #fff
}

.btn-dropbox {
    color: #fff;
    background-color: #1087dd;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-dropbox:focus, .btn-dropbox.focus {
    color: #fff;
    background-color: #0d6aad;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-dropbox:hover {
    color: #fff;
    background-color: #0d6aad;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-dropbox:active, .btn-dropbox.active, .open > .dropdown-toggle.btn-dropbox {
    color: #fff;
    background-color: #0d6aad;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-dropbox:active:hover, .btn-dropbox.active:hover, .open > .dropdown-toggle.btn-dropbox:hover, .btn-dropbox:active:focus, .btn-dropbox.active:focus, .open > .dropdown-toggle.btn-dropbox:focus, .btn-dropbox:active.focus, .btn-dropbox.active.focus, .open > .dropdown-toggle.btn-dropbox.focus {
    color: #fff;
    background-color: #0a568c;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-dropbox:active, .btn-dropbox.active, .open > .dropdown-toggle.btn-dropbox {
    background-image: none
}

.btn-dropbox.disabled:hover, .btn-dropbox[disabled]:hover, fieldset[disabled] .btn-dropbox:hover, .btn-dropbox.disabled:focus, .btn-dropbox[disabled]:focus, fieldset[disabled] .btn-dropbox:focus, .btn-dropbox.disabled.focus, .btn-dropbox[disabled].focus, fieldset[disabled] .btn-dropbox.focus {
    background-color: #1087dd;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-dropbox .badge {
    color: #1087dd;
    background-color: #fff
}

.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:focus, .btn-facebook.focus {
    color: #fff;
    background-color: #2d4373;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:hover {
    color: #fff;
    background-color: #2d4373;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:active, .btn-facebook.active, .open > .dropdown-toggle.btn-facebook {
    color: #fff;
    background-color: #2d4373;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:active:hover, .btn-facebook.active:hover, .open > .dropdown-toggle.btn-facebook:hover, .btn-facebook:active:focus, .btn-facebook.active:focus, .open > .dropdown-toggle.btn-facebook:focus, .btn-facebook:active.focus, .btn-facebook.active.focus, .open > .dropdown-toggle.btn-facebook.focus {
    color: #fff;
    background-color: #23345a;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:active, .btn-facebook.active, .open > .dropdown-toggle.btn-facebook {
    background-image: none
}

.btn-facebook.disabled:hover, .btn-facebook[disabled]:hover, fieldset[disabled] .btn-facebook:hover, .btn-facebook.disabled:focus, .btn-facebook[disabled]:focus, fieldset[disabled] .btn-facebook:focus, .btn-facebook.disabled.focus, .btn-facebook[disabled].focus, fieldset[disabled] .btn-facebook.focus {
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook .badge {
    color: #3b5998;
    background-color: #fff
}

.btn-flickr {
    color: #fff;
    background-color: #ff0084;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-flickr:focus, .btn-flickr.focus {
    color: #fff;
    background-color: #cc006a;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-flickr:hover {
    color: #fff;
    background-color: #cc006a;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-flickr:active, .btn-flickr.active, .open > .dropdown-toggle.btn-flickr {
    color: #fff;
    background-color: #cc006a;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-flickr:active:hover, .btn-flickr.active:hover, .open > .dropdown-toggle.btn-flickr:hover, .btn-flickr:active:focus, .btn-flickr.active:focus, .open > .dropdown-toggle.btn-flickr:focus, .btn-flickr:active.focus, .btn-flickr.active.focus, .open > .dropdown-toggle.btn-flickr.focus {
    color: #fff;
    background-color: #a80057;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-flickr:active, .btn-flickr.active, .open > .dropdown-toggle.btn-flickr {
    background-image: none
}

.btn-flickr.disabled:hover, .btn-flickr[disabled]:hover, fieldset[disabled] .btn-flickr:hover, .btn-flickr.disabled:focus, .btn-flickr[disabled]:focus, fieldset[disabled] .btn-flickr:focus, .btn-flickr.disabled.focus, .btn-flickr[disabled].focus, fieldset[disabled] .btn-flickr.focus {
    background-color: #ff0084;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-flickr .badge {
    color: #ff0084;
    background-color: #fff
}

.btn-foursquare {
    color: #fff;
    background-color: #f94877;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-foursquare:focus, .btn-foursquare.focus {
    color: #fff;
    background-color: #f71752;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-foursquare:hover {
    color: #fff;
    background-color: #f71752;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-foursquare:active, .btn-foursquare.active, .open > .dropdown-toggle.btn-foursquare {
    color: #fff;
    background-color: #f71752;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-foursquare:active:hover, .btn-foursquare.active:hover, .open > .dropdown-toggle.btn-foursquare:hover, .btn-foursquare:active:focus, .btn-foursquare.active:focus, .open > .dropdown-toggle.btn-foursquare:focus, .btn-foursquare:active.focus, .btn-foursquare.active.focus, .open > .dropdown-toggle.btn-foursquare.focus {
    color: #fff;
    background-color: #e30742;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-foursquare:active, .btn-foursquare.active, .open > .dropdown-toggle.btn-foursquare {
    background-image: none
}

.btn-foursquare.disabled:hover, .btn-foursquare[disabled]:hover, fieldset[disabled] .btn-foursquare:hover, .btn-foursquare.disabled:focus, .btn-foursquare[disabled]:focus, fieldset[disabled] .btn-foursquare:focus, .btn-foursquare.disabled.focus, .btn-foursquare[disabled].focus, fieldset[disabled] .btn-foursquare.focus {
    background-color: #f94877;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-foursquare .badge {
    color: #f94877;
    background-color: #fff
}

.btn-disqus {
    color: #fff;
    background-color: #2E9FFF;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-disqus .fa-disqus {
    background: url("../../frontend/LPS/OrbSport/lv_LV/Mageplaza_SocialLogin/css/images/disqus-logo.png") no-repeat;
}

.btn-disqus .fa-disqus {
    content: ""
}

.btn-mailru {
    color: #fff;
    background-color: #005FF9;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-mailru:focus, .btn-mailru.focus {
    color: #fff;
    background-color: #0370c4;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-mailru:hover {
    color: #fff;
    background-color: #004ecc;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-mailru:active, .btn-mailru.active, .open > .dropdown-toggle.btn-live {
    color: #fff;
    background-color: #0370c4;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-mailru:active:hover, .btn-mailru.active:hover, .open > .dropdown-toggle.btn-mailru:hover, .btn-mailru:active:focus, .btn-mailru.active:focus, .open > .dropdown-toggle.btn-mailru:focus, .btn-mailru:active.focus, .btn-mailru.active.focus, .open > .dropdown-toggle.btn-mailru.focus {
    color: #fff;
    background-color: #0370c4;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-mailru:active, .btn-mailru.active, .open > .dropdown-toggle.btn-mailru {
    background-image: none
}

.btn-mailru.disabled:hover, .btn-mailru[disabled]:hover, fieldset[disabled] .btn-mailru:hover, .btn-mailru.disabled:focus, .btn-mailru[disabled]:focus, fieldset[disabled] .btn-mailru:focus, .btn-mailru.disabled.focus, .btn-mailru[disabled].focus, fieldset[disabled] .btn-mailru.focus {
    background-color: #0370c4;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-mailru .badge {
    color: #0370c4;
    background-color: #fff
}

.btn-mailru .fa-mailru {
    background: url("../../frontend/LPS/OrbSport/lv_LV/Mageplaza_SocialLogin/css/images/mailru-logo.png") no-repeat;
}

.btn-mailru .fa-mailru {
    content: ""
}

.btn-steam {
    color: #fff;
    background-color: #444;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-steam:focus, .btn-steam.focus {
    color: #fff;
    background-color: #2b2b2b;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-steam:hover {
    color: #fff;
    background-color: #2b2b2b;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-steam:active, .btn-steam.active, .open > .dropdown-toggle.btn-steam {
    color: #fff;
    background-color: #2b2b2b;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-steam:active:hover, .btn-steam.active:hover, .open > .dropdown-toggle.btn-steam:hover, .btn-steam:active:focus, .btn-steam.active:focus, .open > .dropdown-toggle.btn-steam:focus, .btn-steam:active.focus, .btn-steam.active.focus, .open > .dropdown-toggle.btn-steam.focus {
    color: #fff;
    background-color: #191919;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-steam:active, .btn-steam.active, .open > .dropdown-toggle.btn-steam {
    background-image: none
}

.btn-steam.disabled:hover, .btn-steam[disabled]:hover, fieldset[disabled] .btn-steam:hover, .btn-steam.disabled:focus, .btn-steam[disabled]:focus, fieldset[disabled] .btn-steam:focus, .btn-steam.disabled.focus, .btn-steam[disabled].focus, fieldset[disabled] .btn-steam.focus {
    background-color: #444;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-steam .badge {
    color: #444;
    background-color: #fff
}

.btn-github {
    color: #fff;
    background-color: #444;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-github:focus, .btn-github.focus {
    color: #fff;
    background-color: #2b2b2b;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-github:hover {
    color: #fff;
    background-color: #2b2b2b;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-github:active, .btn-github.active, .open > .dropdown-toggle.btn-github {
    color: #fff;
    background-color: #2b2b2b;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-github:active:hover, .btn-github.active:hover, .open > .dropdown-toggle.btn-github:hover, .btn-github:active:focus, .btn-github.active:focus, .open > .dropdown-toggle.btn-github:focus, .btn-github:active.focus, .btn-github.active.focus, .open > .dropdown-toggle.btn-github.focus {
    color: #fff;
    background-color: #191919;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-github:active, .btn-github.active, .open > .dropdown-toggle.btn-github {
    background-image: none
}

.btn-github.disabled:hover, .btn-github[disabled]:hover, fieldset[disabled] .btn-github:hover, .btn-github.disabled:focus, .btn-github[disabled]:focus, fieldset[disabled] .btn-github:focus, .btn-github.disabled.focus, .btn-github[disabled].focus, fieldset[disabled] .btn-github.focus {
    background-color: #444;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-github .badge {
    color: #444;
    background-color: #fff
}

.btn-google {
    color: #fff;
    background-color: #dd4b39;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-google:focus, .btn-google.focus {
    color: #fff;
    background-color: #c23321;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-google:hover {
    color: #fff;
    background-color: #c23321;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-google:active, .btn-google.active, .open > .dropdown-toggle.btn-google {
    color: #fff;
    background-color: #c23321;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-google:active:hover, .btn-google.active:hover, .open > .dropdown-toggle.btn-google:hover, .btn-google:active:focus, .btn-google.active:focus, .open > .dropdown-toggle.btn-google:focus, .btn-google:active.focus, .btn-google.active.focus, .open > .dropdown-toggle.btn-google.focus {
    color: #fff;
    background-color: #a32b1c;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-google:active, .btn-google.active, .open > .dropdown-toggle.btn-google {
    background-image: none
}

.btn-google.disabled:hover, .btn-google[disabled]:hover, fieldset[disabled] .btn-google:hover, .btn-google.disabled:focus, .btn-google[disabled]:focus, fieldset[disabled] .btn-google:focus, .btn-google.disabled.focus, .btn-google[disabled].focus, fieldset[disabled] .btn-google.focus {
    background-color: #dd4b39;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-google .badge {
    color: #dd4b39;
    background-color: #fff
}

.btn-google .fa-google {
    background: url("../../frontend/LPS/OrbSport/lv_LV/Mageplaza_SocialLogin/css/images/g-logo.png") no-repeat;
}

.btn-google .fa-google:before {
    content: ""
}

.btn-instagram {
    color: #fff;
    background-color: #3f729b;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-instagram:focus, .btn-instagram.focus {
    color: #fff;
    background-color: #305777;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-instagram:hover {
    color: #fff;
    background-color: #305777;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-instagram:active, .btn-instagram.active, .open > .dropdown-toggle.btn-instagram {
    color: #fff;
    background-color: #305777;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-instagram:active:hover, .btn-instagram.active:hover, .open > .dropdown-toggle.btn-instagram:hover, .btn-instagram:active:focus, .btn-instagram.active:focus, .open > .dropdown-toggle.btn-instagram:focus, .btn-instagram:active.focus, .btn-instagram.active.focus, .open > .dropdown-toggle.btn-instagram.focus {
    color: #fff;
    background-color: #26455d;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-instagram:active, .btn-instagram.active, .open > .dropdown-toggle.btn-instagram {
    background-image: none
}

.btn-instagram.disabled:hover, .btn-instagram[disabled]:hover, fieldset[disabled] .btn-instagram:hover, .btn-instagram.disabled:focus, .btn-instagram[disabled]:focus, fieldset[disabled] .btn-instagram:focus, .btn-instagram.disabled.focus, .btn-instagram[disabled].focus, fieldset[disabled] .btn-instagram.focus {
    background-color: #3f729b;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-instagram .badge {
    color: #3f729b;
    background-color: #fff
}

.btn-linkedin {
    color: #fff;
    background-color: #007bb6;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-linkedin:focus, .btn-linkedin.focus {
    color: #fff;
    background-color: #005983;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-linkedin:hover {
    color: #fff;
    background-color: #005983;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-linkedin:active, .btn-linkedin.active, .open > .dropdown-toggle.btn-linkedin {
    color: #fff;
    background-color: #005983;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-linkedin:active:hover, .btn-linkedin.active:hover, .open > .dropdown-toggle.btn-linkedin:hover, .btn-linkedin:active:focus, .btn-linkedin.active:focus, .open > .dropdown-toggle.btn-linkedin:focus, .btn-linkedin:active.focus, .btn-linkedin.active.focus, .open > .dropdown-toggle.btn-linkedin.focus {
    color: #fff;
    background-color: #00405f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-linkedin:active, .btn-linkedin.active, .open > .dropdown-toggle.btn-linkedin {
    background-image: none
}

.btn-linkedin.disabled:hover, .btn-linkedin[disabled]:hover, fieldset[disabled] .btn-linkedin:hover, .btn-linkedin.disabled:focus, .btn-linkedin[disabled]:focus, fieldset[disabled] .btn-linkedin:focus, .btn-linkedin.disabled.focus, .btn-linkedin[disabled].focus, fieldset[disabled] .btn-linkedin.focus {
    background-color: #007bb6;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-linkedin .badge {
    color: #007bb6;
    background-color: #fff
}

.btn-microsoft {
    color: #fff;
    background-color: #2672ec;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-microsoft:focus, .btn-microsoft.focus {
    color: #fff;
    background-color: #125acd;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-microsoft:hover {
    color: #fff;
    background-color: #125acd;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-microsoft:active, .btn-microsoft.active, .open > .dropdown-toggle.btn-microsoft {
    color: #fff;
    background-color: #125acd;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-microsoft:active:hover, .btn-microsoft.active:hover, .open > .dropdown-toggle.btn-microsoft:hover, .btn-microsoft:active:focus, .btn-microsoft.active:focus, .open > .dropdown-toggle.btn-microsoft:focus, .btn-microsoft:active.focus, .btn-microsoft.active.focus, .open > .dropdown-toggle.btn-microsoft.focus {
    color: #fff;
    background-color: #0f4bac;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-microsoft:active, .btn-microsoft.active, .open > .dropdown-toggle.btn-microsoft {
    background-image: none
}

.btn-microsoft.disabled:hover, .btn-microsoft[disabled]:hover, fieldset[disabled] .btn-microsoft:hover, .btn-microsoft.disabled:focus, .btn-microsoft[disabled]:focus, fieldset[disabled] .btn-microsoft:focus, .btn-microsoft.disabled.focus, .btn-microsoft[disabled].focus, fieldset[disabled] .btn-microsoft.focus {
    background-color: #2672ec;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-microsoft .badge {
    color: #2672ec;
    background-color: #fff
}

.btn-odnoklassniki {
    color: #fff;
    background-color: #f4731c;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-odnoklassniki:focus, .btn-odnoklassniki.focus {
    color: #fff;
    background-color: #d35b0a;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-odnoklassniki:hover {
    color: #fff;
    background-color: #d35b0a;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-odnoklassniki:active, .btn-odnoklassniki.active, .open > .dropdown-toggle.btn-odnoklassniki {
    color: #fff;
    background-color: #d35b0a;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-odnoklassniki:active:hover, .btn-odnoklassniki.active:hover, .open > .dropdown-toggle.btn-odnoklassniki:hover, .btn-odnoklassniki:active:focus, .btn-odnoklassniki.active:focus, .open > .dropdown-toggle.btn-odnoklassniki:focus, .btn-odnoklassniki:active.focus, .btn-odnoklassniki.active.focus, .open > .dropdown-toggle.btn-odnoklassniki.focus {
    color: #fff;
    background-color: #b14c09;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-odnoklassniki:active, .btn-odnoklassniki.active, .open > .dropdown-toggle.btn-odnoklassniki {
    background-image: none
}

.btn-odnoklassniki.disabled:hover, .btn-odnoklassniki[disabled]:hover, fieldset[disabled] .btn-odnoklassniki:hover, .btn-odnoklassniki.disabled:focus, .btn-odnoklassniki[disabled]:focus, fieldset[disabled] .btn-odnoklassniki:focus, .btn-odnoklassniki.disabled.focus, .btn-odnoklassniki[disabled].focus, fieldset[disabled] .btn-odnoklassniki.focus {
    background-color: #f4731c;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-odnoklassniki .badge {
    color: #f4731c;
    background-color: #fff
}

.btn-openid {
    color: #fff;
    background-color: #f7931e;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-openid:focus, .btn-openid.focus {
    color: #fff;
    background-color: #da7908;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-openid:hover {
    color: #fff;
    background-color: #da7908;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-openid:active, .btn-openid.active, .open > .dropdown-toggle.btn-openid {
    color: #fff;
    background-color: #da7908;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-openid:active:hover, .btn-openid.active:hover, .open > .dropdown-toggle.btn-openid:hover, .btn-openid:active:focus, .btn-openid.active:focus, .open > .dropdown-toggle.btn-openid:focus, .btn-openid:active.focus, .btn-openid.active.focus, .open > .dropdown-toggle.btn-openid.focus {
    color: #fff;
    background-color: #b86607;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-openid:active, .btn-openid.active, .open > .dropdown-toggle.btn-openid {
    background-image: none
}

.btn-openid.disabled:hover, .btn-openid[disabled]:hover, fieldset[disabled] .btn-openid:hover, .btn-openid.disabled:focus, .btn-openid[disabled]:focus, fieldset[disabled] .btn-openid:focus, .btn-openid.disabled.focus, .btn-openid[disabled].focus, fieldset[disabled] .btn-openid.focus {
    background-color: #f7931e;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-openid .badge {
    color: #f7931e;
    background-color: #fff
}

.btn-pinterest {
    color: #fff;
    background-color: #cb2027;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-pinterest:focus, .btn-pinterest.focus {
    color: #fff;
    background-color: #9f191f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-pinterest:hover {
    color: #fff;
    background-color: #9f191f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-pinterest:active, .btn-pinterest.active, .open > .dropdown-toggle.btn-pinterest {
    color: #fff;
    background-color: #9f191f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-pinterest:active:hover, .btn-pinterest.active:hover, .open > .dropdown-toggle.btn-pinterest:hover, .btn-pinterest:active:focus, .btn-pinterest.active:focus, .open > .dropdown-toggle.btn-pinterest:focus, .btn-pinterest:active.focus, .btn-pinterest.active.focus, .open > .dropdown-toggle.btn-pinterest.focus {
    color: #fff;
    background-color: #801419;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-pinterest:active, .btn-pinterest.active, .open > .dropdown-toggle.btn-pinterest {
    background-image: none
}

.btn-pinterest.disabled:hover, .btn-pinterest[disabled]:hover, fieldset[disabled] .btn-pinterest:hover, .btn-pinterest.disabled:focus, .btn-pinterest[disabled]:focus, fieldset[disabled] .btn-pinterest:focus, .btn-pinterest.disabled.focus, .btn-pinterest[disabled].focus, fieldset[disabled] .btn-pinterest.focus {
    background-color: #cb2027;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-pinterest .badge {
    color: #cb2027;
    background-color: #fff
}

.btn-reddit {
    color: #000;
    background-color: #eff7ff;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-reddit:focus, .btn-reddit.focus {
    color: #000;
    background-color: #bcddff;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-reddit:hover {
    color: #000;
    background-color: #bcddff;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-reddit:active, .btn-reddit.active, .open > .dropdown-toggle.btn-reddit {
    color: #000;
    background-color: #bcddff;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-reddit:active:hover, .btn-reddit.active:hover, .open > .dropdown-toggle.btn-reddit:hover, .btn-reddit:active:focus, .btn-reddit.active:focus, .open > .dropdown-toggle.btn-reddit:focus, .btn-reddit:active.focus, .btn-reddit.active.focus, .open > .dropdown-toggle.btn-reddit.focus {
    color: #000;
    background-color: #98ccff;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-reddit:active, .btn-reddit.active, .open > .dropdown-toggle.btn-reddit {
    background-image: none
}

.btn-reddit.disabled:hover, .btn-reddit[disabled]:hover, fieldset[disabled] .btn-reddit:hover, .btn-reddit.disabled:focus, .btn-reddit[disabled]:focus, fieldset[disabled] .btn-reddit:focus, .btn-reddit.disabled.focus, .btn-reddit[disabled].focus, fieldset[disabled] .btn-reddit.focus {
    background-color: #eff7ff;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-reddit .badge {
    color: #eff7ff;
    background-color: #000
}

.btn-soundcloud {
    color: #fff;
    background-color: #f50;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-soundcloud:focus, .btn-soundcloud.focus {
    color: #fff;
    background-color: #c40;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-soundcloud:hover {
    color: #fff;
    background-color: #c40;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-soundcloud:active, .btn-soundcloud.active, .open > .dropdown-toggle.btn-soundcloud {
    color: #fff;
    background-color: #c40;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-soundcloud:active:hover, .btn-soundcloud.active:hover, .open > .dropdown-toggle.btn-soundcloud:hover, .btn-soundcloud:active:focus, .btn-soundcloud.active:focus, .open > .dropdown-toggle.btn-soundcloud:focus, .btn-soundcloud:active.focus, .btn-soundcloud.active.focus, .open > .dropdown-toggle.btn-soundcloud.focus {
    color: #fff;
    background-color: #a83800;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-soundcloud:active, .btn-soundcloud.active, .open > .dropdown-toggle.btn-soundcloud {
    background-image: none
}

.btn-soundcloud.disabled:hover, .btn-soundcloud[disabled]:hover, fieldset[disabled] .btn-soundcloud:hover, .btn-soundcloud.disabled:focus, .btn-soundcloud[disabled]:focus, fieldset[disabled] .btn-soundcloud:focus, .btn-soundcloud.disabled.focus, .btn-soundcloud[disabled].focus, fieldset[disabled] .btn-soundcloud.focus {
    background-color: #f50;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-soundcloud .badge {
    color: #f50;
    background-color: #fff
}

.btn-tumblr {
    color: #fff;
    background-color: #2c4762;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-tumblr:focus, .btn-tumblr.focus {
    color: #fff;
    background-color: #1c2d3f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-tumblr:hover {
    color: #fff;
    background-color: #1c2d3f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-tumblr:active, .btn-tumblr.active, .open > .dropdown-toggle.btn-tumblr {
    color: #fff;
    background-color: #1c2d3f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-tumblr:active:hover, .btn-tumblr.active:hover, .open > .dropdown-toggle.btn-tumblr:hover, .btn-tumblr:active:focus, .btn-tumblr.active:focus, .open > .dropdown-toggle.btn-tumblr:focus, .btn-tumblr:active.focus, .btn-tumblr.active.focus, .open > .dropdown-toggle.btn-tumblr.focus {
    color: #fff;
    background-color: #111c26;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-tumblr:active, .btn-tumblr.active, .open > .dropdown-toggle.btn-tumblr {
    background-image: none
}

.btn-tumblr.disabled:hover, .btn-tumblr[disabled]:hover, fieldset[disabled] .btn-tumblr:hover, .btn-tumblr.disabled:focus, .btn-tumblr[disabled]:focus, fieldset[disabled] .btn-tumblr:focus, .btn-tumblr.disabled.focus, .btn-tumblr[disabled].focus, fieldset[disabled] .btn-tumblr.focus {
    background-color: #2c4762;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-tumblr .badge {
    color: #2c4762;
    background-color: #fff
}

.btn-twitter {
    color: #fff;
    background-color: #55acee;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter:focus, .btn-twitter.focus {
    color: #fff;
    background-color: #2795e9;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter:hover {
    color: #fff;
    background-color: #2795e9;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter:active, .btn-twitter.active, .open > .dropdown-toggle.btn-twitter {
    color: #fff;
    background-color: #2795e9;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter:active:hover, .btn-twitter.active:hover, .open > .dropdown-toggle.btn-twitter:hover, .btn-twitter:active:focus, .btn-twitter.active:focus, .open > .dropdown-toggle.btn-twitter:focus, .btn-twitter:active.focus, .btn-twitter.active.focus, .open > .dropdown-toggle.btn-twitter.focus {
    color: #fff;
    background-color: #1583d7;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter:active, .btn-twitter.active, .open > .dropdown-toggle.btn-twitter {
    background-image: none
}

.btn-twitter.disabled:hover, .btn-twitter[disabled]:hover, fieldset[disabled] .btn-twitter:hover, .btn-twitter.disabled:focus, .btn-twitter[disabled]:focus, fieldset[disabled] .btn-twitter:focus, .btn-twitter.disabled.focus, .btn-twitter[disabled].focus, fieldset[disabled] .btn-twitter.focus {
    background-color: #55acee;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter .badge {
    color: #55acee;
    background-color: #fff
}

.btn-vimeo {
    color: #fff;
    background-color: #1ab7ea;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vimeo:focus, .btn-vimeo.focus {
    color: #fff;
    background-color: #1295bf;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vimeo:hover {
    color: #fff;
    background-color: #1295bf;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vimeo:active, .btn-vimeo.active, .open > .dropdown-toggle.btn-vimeo {
    color: #fff;
    background-color: #1295bf;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vimeo:active:hover, .btn-vimeo.active:hover, .open > .dropdown-toggle.btn-vimeo:hover, .btn-vimeo:active:focus, .btn-vimeo.active:focus, .open > .dropdown-toggle.btn-vimeo:focus, .btn-vimeo:active.focus, .btn-vimeo.active.focus, .open > .dropdown-toggle.btn-vimeo.focus {
    color: #fff;
    background-color: #0f7b9f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vimeo:active, .btn-vimeo.active, .open > .dropdown-toggle.btn-vimeo {
    background-image: none
}

.btn-vimeo.disabled:hover, .btn-vimeo[disabled]:hover, fieldset[disabled] .btn-vimeo:hover, .btn-vimeo.disabled:focus, .btn-vimeo[disabled]:focus, fieldset[disabled] .btn-vimeo:focus, .btn-vimeo.disabled.focus, .btn-vimeo[disabled].focus, fieldset[disabled] .btn-vimeo.focus {
    background-color: #1ab7ea;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vimeo .badge {
    color: #1ab7ea;
    background-color: #fff
}

.btn-vk {
    color: #fff;
    background-color: #587ea3;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vk:focus, .btn-vk.focus {
    color: #fff;
    background-color: #466482;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vk:hover {
    color: #fff;
    background-color: #466482;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vk:active, .btn-vk.active, .open > .dropdown-toggle.btn-vk {
    color: #fff;
    background-color: #466482;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vk:active:hover, .btn-vk.active:hover, .open > .dropdown-toggle.btn-vk:hover, .btn-vk:active:focus, .btn-vk.active:focus, .open > .dropdown-toggle.btn-vk:focus, .btn-vk:active.focus, .btn-vk.active.focus, .open > .dropdown-toggle.btn-vk.focus {
    color: #fff;
    background-color: #3a526b;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vk:active, .btn-vk.active, .open > .dropdown-toggle.btn-vk {
    background-image: none
}

.btn-vk.disabled:hover, .btn-vk[disabled]:hover, fieldset[disabled] .btn-vk:hover, .btn-vk.disabled:focus, .btn-vk[disabled]:focus, fieldset[disabled] .btn-vk:focus, .btn-vk.disabled.focus, .btn-vk[disabled].focus, fieldset[disabled] .btn-vk.focus {
    background-color: #587ea3;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vk .badge {
    color: #587ea3;
    background-color: #fff
}

.btn-yahoo {
    color: #fff;
    background-color: #720e9e;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-yahoo:focus, .btn-yahoo.focus {
    color: #fff;
    background-color: #500a6f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-yahoo:hover {
    color: #fff;
    background-color: #500a6f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-yahoo:active, .btn-yahoo.active, .open > .dropdown-toggle.btn-yahoo {
    color: #fff;
    background-color: #500a6f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-yahoo:active:hover, .btn-yahoo.active:hover, .open > .dropdown-toggle.btn-yahoo:hover, .btn-yahoo:active:focus, .btn-yahoo.active:focus, .open > .dropdown-toggle.btn-yahoo:focus, .btn-yahoo:active.focus, .btn-yahoo.active.focus, .open > .dropdown-toggle.btn-yahoo.focus {
    color: #fff;
    background-color: #39074e;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-yahoo:active, .btn-yahoo.active, .open > .dropdown-toggle.btn-yahoo {
    background-image: none
}

.btn-yahoo.disabled:hover, .btn-yahoo[disabled]:hover, fieldset[disabled] .btn-yahoo:hover, .btn-yahoo.disabled:focus, .btn-yahoo[disabled]:focus, fieldset[disabled] .btn-yahoo:focus, .btn-yahoo.disabled.focus, .btn-yahoo[disabled].focus, fieldset[disabled] .btn-yahoo.focus {
    background-color: #720e9e;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-yahoo .badge {
    color: #720e9e;
    background-color: #fff
}

.btn-amazon {
    color: #fff;
    background-color: #ff9900;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-amazon:focus, .btn-amazon.focus {
    color: #fff;
    background-color: #ffb425;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-amazon:hover {
    color: #fff;
    background-color: #ffb425;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-amazon:active, .btn-amazon.active, .open > .dropdown-toggle.btn-amazon {
    color: #fff;
    background-color: #ffb425;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-amazon:active:hover, .btn-amazon.active:hover, .open > .dropdown-toggle.btn-amazon:hover, .btn-amazon:active:focus, .btn-amazon.active:focus, .open > .dropdown-toggle.btn-amazon:focus, .btn-amazon:active.focus, .btn-amazon.active.focus, .open > .dropdown-toggle.btn-amazon.focus {
    color: #fff;
    background-color: #ffb425;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-amazon:active, .btn-amazon.active, .open > .dropdown-toggle.btn-amazon {
    background-image: none
}

.btn-amazon.disabled:hover, .btn-amazon[disabled]:hover, fieldset[disabled] .btn-amazon:hover, .btn-amazon.disabled:focus, .btn-amazon[disabled]:focus, fieldset[disabled] .btn-amazon:focus, .btn-amazon.disabled.focus, .btn-amazon[disabled].focus, fieldset[disabled] .btn-amazon.focus {
    background-color: #ff9900;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-amazon .badge {
    color: #ff9900;
    background-color: #fff
}

.mfp-wrap {
    overflow: scroll;
}

.btn-live {
    color: #fff;
    background-color: #0370c4;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-live:focus, .btn-live.focus {
    color: #fff;
    background-color: #0370c4;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-live:hover {
    color: #fff;
    background-color: #30548e;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-live:active, .btn-live.active, .open > .dropdown-toggle.btn-live {
    color: #fff;
    background-color: #0370c4;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-live:active:hover, .btn-live.active:hover, .open > .dropdown-toggle.btn-live:hover, .btn-live:active:focus, .btn-live.active:focus, .open > .dropdown-toggle.btn-live:focus, .btn-live:active.focus, .btn-live.active.focus, .open > .dropdown-toggle.btn-live.focus {
    color: #fff;
    background-color: #0370c4;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-live:active, .btn-live.active, .open > .dropdown-toggle.btn-live {
    background-image: none
}

.btn-live.disabled:hover, .btn-live[disabled]:hover, fieldset[disabled] .btn-live:hover, .btn-live.disabled:focus, .btn-live[disabled]:focus, fieldset[disabled] .btn-live:focus, .btn-live.disabled.focus, .btn-live[disabled].focus, fieldset[disabled] .btn-live.focus {
    background-color: #0370c4;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-live .badge {
    color: #0370c4;
    background-color: #fff
}

.btn-live .fa-live {
    background: url("../../frontend/LPS/OrbSport/lv_LV/Mageplaza_SocialLogin/css/images/live-logo.png") no-repeat center;
}

.btn-live .fa-live:before {
    content: ""
}

#bnt-social-login-authentication {
    margin: 12px 0px;
}

.actions-toolbar > .secondary:last-child {
    float: left;
    margin-top: 10px;
    margin-left: 10px;
}

.form-customer-login .g-recaptcha {
    margin: unset !important;
}

@media only screen and (min-width: 768px) {
    .popup-authentication .actions-toolbar {
        margin-bottom: 0;
        margin-top: unset !important;
    }
}

@media only screen and (max-width: 767px) {
    .modal-popup.request-popup.modal-slide {
        left: 0;
        z-index: 900;
    }
}

@media only screen and (max-width: 766px) {
    .secondary {
        width: 93%;
        padding-top: 0;
        margin-top: 0;
    }
    #bnt-social-login-authentication {
        margin-bottom: 0;
    }
    .forgot-pass-title {
        width: 80%;
        font-size: 1.45em;
    }
}

.customer-account-create .account-social-login, .customer-account-login .account-social-login {
    display: block !important
}

.btn-zalo .fa-zalo {
    background: url(../../frontend/LPS/OrbSport/lv_LV/Mageplaza_SocialLogin/css/images/zalo-logo.png) no-repeat center;
}

.btn-zalo {
    color: #fff;
    background-color: #1468ff;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-zalo:focus, .btn-zalo.focus {
    color: #fff;
    background-color: #0358f0;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-zalo:hover {
    color: #fff;
    background-color: #0358f0;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-zalo:active, .btn-zalo.active, .open > .dropdown-toggle.btn-zalo {
    color: #fff;
    background-color: #0358f0;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-zalo:active:hover, .btn-zalo.active:hover, .open > .dropdown-toggle.btn-flickr:hover, .btn-zalo:active:focus, .btn-zalo.active:focus, .open > .dropdown-toggle.btn-zalo:focus, .btn-zalo:active.focus, .btn-zalo.active.focus, .open > .dropdown-toggle.btn-zalo.focus {
    color: #fff;
    background-color: #0358f0;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-zalo:active, .btn-zalo.active, .open > .dropdown-toggle.btn-zalo {
    background-image: none
}

.btn-zalo.disabled:hover, .btn-zalo[disabled]:hover, fieldset[disabled] .btn-zalo:hover, .btn-zalo.disabled:focus, .btn-zalo[disabled]:focus, fieldset[disabled] .btn-zalo:focus, .btn-zalo.disabled.focus, .btn-zalo[disabled].focus, fieldset[disabled] .btn-zalo.focus {
    background-color: #ff0084;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-zalo .badge {
    color: #ff0084;
    background-color: #fff
}

.modal-popup.popup-authentication {
    z-index: 1000;
}

#social-login-popup .mfp-close {
    right: 15px;
    padding-top: 15px;
}

#mp-popup-social-content {
    padding-top: 75px;
}
#social-login-popup > div.mp-social-popup.col-mp.mp-7 div.social-login-title {
    width: 200%;
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .mfp-content {
        bottom: 20%;
    }
}
/*!
 *  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'; font-display: swap;src:url('../../frontend/LPS/OrbSport/lv_LV/Mageplaza_Core/css/fonts/fontawesome-webfont.eot?v=4.6.3');src:url('../../frontend/LPS/OrbSport/lv_LV/Mageplaza_Core/css/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'),url('../../frontend/LPS/OrbSport/lv_LV/Mageplaza_Core/css/fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'),url('../../frontend/LPS/OrbSport/lv_LV/Mageplaza_Core/css/fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'),url('../../frontend/LPS/OrbSport/lv_LV/Mageplaza_Core/css/fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'),url('../../frontend/LPS/OrbSport/lv_LV/Mageplaza_Core/css/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}
