/**
 * 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;
}
/**
 * Verilife Production LESS
 * Optimized for minimal file size.
 * Replaces styles-m.css and styles-l.css.
 */
@media only screen and (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
  .pagebuilder-mobile-hidden {
    display: none !important;
  }
  .pagebuilder-column {
    background-attachment: scroll !important;
    flex-basis: 100%;
    max-width: 100%;
  }
  [data-content-type=row][data-appearance=full-bleed],
  [data-content-type=row][data-appearance=full-width] {
    background-attachment: scroll !important;
  }
  [data-content-type=row][data-appearance=full-bleed] {
    box-sizing: border-box;
  }
  .pagebuilder-column-group {
    flex-wrap: wrap;
  }
  .pagebuilder-column-line {
    flex-wrap: wrap;
  }
  body .page-footer .footer.content {
    padding: 46px 24px 36px 30px;
  }
  .customer-logged-out .footer-join-vvp {
    display: inline-block !important;
  }
  .customer-logged-out .footer-myaccount {
    display: none !important;
  }
  .customer-logged-in .footer-join-vvp {
    display: none !important;
  }
  .customer-logged-in .footer-myaccount {
    display: inline-block !important;
  }
  .header.content .header-locator-dropdown {
    margin-right: 0 !important;
    flex: 0 0 68%;
  }
  .header.content .header-locator-dropdown-button {
    padding-left: 40px;
    position: relative;
  }
  .header.content .header-locator-dropdown-wrap .mage-dropdown-dialog {
    position: absolute;
    background: #fff;
    width: 100%;
    left: 0;
    top: 100%;
  }
  .header.content .header-locator-container .header-locator-toggle-container {
    text-align: right;
    flex: 0 0 28%;
  }
  .header.content .header-locator-toggle-text {
    color: #000;
    margin-bottom: 0px;
  }
  .header.content .header-locator-toggle-action .mobile-only {
    display: inline-block;
  }
  .header.content .switch {
    top: 1px !important;
    box-sizing: border-box;
    border-radius: 15px;
  }
  /*    .nav-open {
        .page-header {
            .menu-locator-inner {
                position: relative;
                width: auto;
            }
        }
    }
*/
  .page-header .menu-locator-inner {
    position: relative;
    width: auto;
  }
  .page-header .menu-shopping-label {
    position: relative;
  }
  .page-header .menu-locator-text > div:first-child {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 225px;
  }
  .page-header .header-locator-container {
    position: absolute;
    top: 63px;
    width: 100%;
    background: #fff;
    flex: 0 0 100%;
    left: 0;
    justify-content: space-between;
    padding: 8px 16px;
    flex-wrap: wrap;
    margin-right: 25px;
    border-bottom: 1px solid #d9d9d9;
  }
  .page-header .header-locator-dropdown-name {
    max-width: 185px !important;
    position: relative;
    top: -2px;
  }
  .page-header .header-locator-toggle-container.active-toggle .mage-dropdown-dialog {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 99999;
    opacity: 1;
    height: 116px;
    padding: 25px 0 0 16px;
    text-align: left;
  }
  .page-header .header-locator-toggle-action a {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline;
  }
  .page-header .header-locator-toggle-container .ui-button-text-only {
    top: auto;
    bottom: 0;
  }
  .page-header .header-locator-toggle-container .ui-button-text-only:before {
    height: 30px;
    width: 100px;
    display: block;
    content: "Close";
    font-size: 12px;
    font-weight: 700;
    border: 1px solid #000;
    border-radius: 15px;
    text-align: center;
    line-height: 30px;
    text-indent: 10px;
    background: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11' r='11' fill='%23D9D9D9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.8514 5.95153L14.8516 5.95132C15.1553 5.64758 15.6478 5.64758 15.9515 5.95132C16.2552 6.25506 16.2552 6.74751 15.9515 7.05125C15.9453 7.05744 15.939 7.06351 15.9327 7.06946L12.0992 10.903L15.9471 14.7509L15.9468 14.7511L15.9471 14.7514C16.2509 15.0552 16.2509 15.5476 15.9471 15.8514C15.6434 16.1551 15.1509 16.1551 14.8472 15.8514C14.8417 15.8458 14.8362 15.8402 14.8309 15.8346L10.9992 12.0029L7.16683 15.8353C7.16386 15.8384 7.16085 15.8416 7.15781 15.8447C7.15573 15.8468 7.15363 15.8489 7.15151 15.851C6.84778 16.1548 6.35532 16.1548 6.05159 15.851C5.74785 15.5473 5.74785 15.0549 6.05159 14.7511L6.05187 14.7508L6.05165 14.7506L9.8993 10.903L6.04772 7.0514L6.04805 7.05107C5.74481 6.74729 5.74498 6.25521 6.04855 5.95164C6.35228 5.6479 6.84474 5.6479 7.14847 5.95164C7.15497 5.95813 7.16132 5.96471 7.16754 5.97137L10.9992 9.80306L14.8511 5.95122L14.8514 5.95153Z' fill='%23343A40'/%3E%3C/svg%3E%0A") no-repeat 5px;
  }
  .locator-active .overlay-container {
    position: fixed;
    background: #fff;
    width: 100%;
    height: 100%;
    top: 116px;
    left: 0;
    z-index: 999;
    opacity: 0.9;
  }
  /* Hide custom-nav-sections by default on mobile, show when nav-open class is present */
  .header-wrapper {
    position: relative;
  }
  /* header .header.content{
        .header-navigation{
            display: none!important;
        }
    }*/
  .sections.nav-sections .navigationmenu {
    padding: 0 24px;
  }
  .sections.nav-sections .navigationmenu ul {
    display: block !important;
    margin: 0 0 0px 0;
  }
  .sections.nav-sections .navigationmenu ul li {
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .sections.nav-sections .navigationmenu ul li a {
    padding: 0;
    font-size: 2.4rem;
    line-height: 64px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    display: block;
  }
  .sections.nav-sections .navigationmenu ul li a {
    padding: 0px 0px 1px 0px;
    font-size: 2.4rem;
    line-height: 64px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    display: block;
    font-family: 'neue-haas-grotesk-display', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    letter-spacing: 0.01em;
  }
  .sections.nav-sections .navigationmenu ul li a[href="/locations"]:after {
    content: "";
    height: 30px;
    width: 30px;
    display: inline-block;
    background: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='29' height='29' rx='5.5' fill='%23BABABA' stroke='%23BABABA'/%3E%3Cpath d='M8.11017 12.9449C8.11017 12.0329 8.28981 11.1298 8.63882 10.2872C8.98783 9.44462 9.49939 8.67901 10.1443 8.03412C11.4467 6.73169 13.2132 6 15.0551 6C16.8969 6.00024 18.6632 6.73201 19.9656 8.03438C21.268 9.33675 21.9998 11.1031 22 12.9449C22.0003 13.2411 21.9814 13.537 21.9436 13.8307C21.8587 14.4944 21.6776 15.1422 21.4062 15.7537C20.129 18.9261 17.1796 21.4062 15.0533 24C12.927 21.4026 9.97761 18.9261 8.70041 15.7537C8.42936 15.142 8.24835 14.4943 8.16301 13.8307C8.12682 13.5369 8.10917 13.241 8.11017 12.9449ZM15.0551 15.9678C15.8913 15.9678 16.6933 15.6356 17.2847 15.0444C17.8761 14.4532 18.2085 13.6513 18.2087 12.815C18.2089 12.4008 18.1275 11.9905 17.9691 11.6077C17.8108 11.2248 17.5785 10.877 17.2857 10.584C16.9928 10.2909 16.6451 10.0585 16.2623 9.89988C15.8796 9.74128 15.4694 9.65965 15.0551 9.65965C14.6408 9.65965 14.2306 9.74128 13.8478 9.89988C13.4651 10.0585 13.1174 10.2909 12.8245 10.584C12.5317 10.877 12.2994 11.2248 12.141 11.6077C11.9826 11.9905 11.9012 12.4008 11.9015 12.815C11.9017 13.6513 12.2341 14.4532 12.8255 15.0444C13.4169 15.6356 14.2189 15.9678 15.0551 15.9678Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat center;
    float: right;
    position: relative;
    top: 14px;
    right: 3px;
  }
}
@media all and (min-width: 768px), print {
  html,
  body {
    height: 100%;
  }
  .page-main {
    padding-left: 24px;
    padding-right: 24px;
  }
  .column.main {
    min-height: 300px;
  }
  .page-wrapper {
    margin: 0;
    position: relative;
    transition: margin 0.3s ease-out 0s;
  }
  .custom-title h1,
  .h1heading {
    font-size: 4rem;
    line-height: 48px;
    color: #000;
  }
  .hide-desktop {
    display: none !important;
  }
  .email-hint-error-message,
  .password-hint-error-message,
  .password-confirmation-hint-error-message,
  .dob-hint-error-message {
    line-height: 21px;
    font-size: 1.4rem;
    color: #f44e3b;
    margin-bottom: 10px;
    bottom: 17px;
    position: relative;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .customer-logged-out .footer-join-vvp {
    display: inline-block !important;
  }
  .customer-logged-out .footer-myaccount {
    display: none !important;
  }
  .customer-logged-in .footer-join-vvp {
    display: none !important;
  }
  .customer-logged-in .footer-myaccount {
    display: inline-block !important;
  }
  .header-locator-container {
    position: relative;
  }
  .medical .page-header .header-locator-toggle-container .mage-dropdown-dialog {
    background: #36a76a;
  }
  .page-header {
    /* .header-locator-toggle-text {
            font-size: @font-size__base;
            color: @color-white;
            float: left;
            width: 40%;
            padding-top: 8px;
        }

        .header-locator-toggle-action {
            width: 55%;
        }*/
  }
  .page-header .customer-menu-text {
    font-size: 1.6rem;
    font-weight: 700;
  }
  .page-header .customer-menu-email {
    font-size: 1.6rem;
    word-break: break-word;
  }
  .page-header .customer-welcome {
    position: relative;
    display: block !important;
  }
  .page-header .customer-welcome .customer-name {
    cursor: pointer;
  }
  .page-header .customer-welcome ul li {
    margin: 0;
    padding: 0;
  }
  .page-header .customer-welcome .header.links {
    min-width: 175px;
    z-index: 1000;
    position: static;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0px;
  }
  .page-header .customer-welcome .header.links li.link.authorization-link a {
    border: 1px solid #bababa;
    border-radius: 18px;
    text-align: center;
    height: 36px;
    line-height: 34px;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.01em;
    display: block;
    color: #333;
  }
  .page-header .customer-welcome a.customer-welcome-toggle {
    display: none !important;
  }
  .page-header .customer-welcome .action.switch > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .page-header .customer-welcome .action.switch {
    background-image: none;
    background: 0 0;
    -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;
    color: #fff;
  }
  .page-header .customer-welcome .action.switch:after {
    content: '';
    background: url(../../frontend/Pharmacann/verilife-new/en_US/images/user-icon.svg) no-repeat;
    display: inline-block;
    width: 25px;
    height: 25px;
    position: relative;
    top: 12px;
    margin-right: 5px;
  }
  .page-header .customer-welcome .customer-menu {
    display: none;
  }
  .page-header .customer-welcome.active .customer-menu {
    display: block;
    position: absolute;
    width: 300px;
    right: -25px;
    outline: 1px solid #d9d9d9;
    background: #fff;
    border-radius: 0 0 12px 12px;
    padding: 20px;
    top: 56px;
  }
  .page-header .customer-welcome.active .customer-menu .view-account {
    display: block !important;
  }
  .page-header .customer-welcome.active .customer-menu:before {
    content: "";
    position: absolute;
    width: 69px;
    height: 6px;
    background: #000;
    top: -7px;
    right: 0;
  }
  .page-header .customer-welcome.active .customer-menu li:first-child a {
    background: #343a40;
    border: 1px solid #bababa;
    border-radius: 18px;
    color: #fff;
    text-align: center;
    height: 36px;
    line-height: 34px;
    letter-spacing: 0.01em;
    margin: 25px 0 20px;
    font-size: 1.2rem;
    font-weight: 500;
    display: block;
  }
  .page-header .panel.header .header.links li:first-child {
    display: none;
  }
  .page-header .panel.header .header.links #header-signin-toggle-dialog {
    display: none;
  }
  .page-header .header-locator-toggle-container .mage-dropdown-dialog {
    position: absolute;
    background: #343A40;
    padding: 22px;
    left: auto;
    top: 54px;
    width: 500px;
    right: -100px;
    border-radius: 0 0 12px 12px;
  }
  .page-header .header-locator-toggle-action {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .page-header .header-locator-toggle-action a {
    flex: 0 0 48%;
    text-align: center;
    border-radius: 18px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #fff;
    font-size: 1.2rem;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
  }
  .page-header .find-another-location-action {
    cursor: pointer;
  }
  .page-header .header-locator-toggle-action span {
    display: none;
  }
  .page-header .header-locator-toggle-action a:last-child {
    background: #fff;
    color: #000;
  }
  .page-header .header-locator-dropdown-col {
    padding: 25px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page-header .header-locator-dropdown-wrap .mage-dropdown-dialog {
    position: absolute;
    background: #fff;
    width: 500px;
    right: -215px;
    border-radius: 0 0 12px 12px;
    top: 52px;
    border: 1px solid #d9d9d9;
  }
  .page-header .header-signin-link {
    position: relative;
  }
  .page-header .header-signin-link .mage-dropdown-dialog {
    position: absolute;
    width: 268px;
    height: 146px;
    right: -25px;
    top: 56px;
    border: 1px solid #d9d9d9;
    background: #dee61b;
    border-radius: 0 0 12px 12px;
    padding: 20px;
  }
  .page-header .header-signin-link .mage-dropdown-dialog:before {
    content: "";
    height: 6px;
    position: absolute;
    width: 69px;
    background: #000;
    top: -7px;
    right: 0;
  }
  .page-header .header-signin-link .mage-dropdown-dialog button {
    font-size: 1.2rem;
    padding: 0;
    width: 224px;
    background: #fff;
    color: #000;
    height: 36px;
    border-radius: 18px;
    border: 1px solid #bababa;
    position: absolute;
    bottom: 20px;
    font-weight: 500;
  }
  .page-header .header-signin-link .header-signin-toggle-content {
    display: none;
  }
  .page-header .header-signin-link .header-signin-toggle-text {
    font-size: 1.6rem;
    font-weight: 700;
  }
  .page-header .header-signin-link a {
    color: #000;
    font-size: 1.6rem;
  }
  .page-header .header-locator-map {
    width: 500px;
  }
  .custom-nav-sections {
    margin-right: auto;
    margin-left: 15px;
  }
  .header-navigation {
    margin: 7px 0 14px 0;
  }
  .header-navigation .navigationmenu ul {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  .header-navigation .navigationmenu ul li {
    margin: 0 2px 0 0;
    padding: 0;
  }
  .header-navigation .navigationmenu ul li a {
    padding: 4px 10px;
    white-space: nowrap;
    line-height: 28px;
    letter-spacing: 0.01em;
  }
  .header-navigation .navigationmenu ul li:hover a {
    background: #f0f0f0;
    border-radius: 18px;
    text-decoration: none;
  }
  /*.nav-sections{
        display: none;
    }*/
  body .page-footer .copyright .copyright-container {
    justify-content: flex-end;
    text-align: right;
  }
}
@media all and (min-width: 768px) and (max-width: 1080px), print and (max-width: 1080px) {
  .page-header .customer-welcome.active .customer-menu {
    display: none;
  }
}
@media all and (min-width: 768px) and (max-width: 1260px), print and (max-width: 1260px) {
  .page-header .header-locator-dropdown-wrap .mage-dropdown-dialog {
    right: 0;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px), print and (max-width: 1023px) {
  .header-locator-dropdown-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .header-locator-dropdown-inner .header-locator-dropdown-col {
    padding: 25px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex: 0 0 60%;
    border-bottom: 1px solid #d9d9d9;
  }
  .header-locator-dropdown-inner .header-locator-map {
    flex: 0 0 40%;
    border-bottom: 1px solid #d9d9d9;
  }
  .header-locator-dropdown-inner .header-locator-map img {
    height: 100%;
  }
  .header-locator-dropdown-inner .header-locator-dropdown-action {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex: 0 0 100%;
  }
  .header-locator-dropdown-inner .header-locator-dropdown-action a {
    flex: 0 0 47%;
    margin: 18px 0 !important;
  }
}
@media all and (min-width: 768px) and (max-width: 1080px), print and (max-width: 1080px) {
  .page-header .header.content .nav-sections {
    margin-left: 0px !important;
  }
}
@media all and (min-width: 768px) and (max-width: 1441px), print and (max-width: 1441px) {
  .page-header .header.content .nav-sections {
    margin-left: 15px;
    margin-right: auto;
  }
}
@media all and (min-width: 768px) and (max-width: 1080px), print and (max-width: 1080px) {
  .custom-nav-sections {
    display: none;
  }
}
@media all and (min-width: 768px) and (max-width: 1240px), print and (max-width: 1240px) {
  .header-navigation {
    margin-bottom: 15px;
  }
}
@media all and (min-width: 768px) and (max-width: 1080px), print and (max-width: 1080px) {
  .nav-open .nav-sections {
    display: block;
  }
  .nav-open .nav-sections .navigationmenu {
    padding: 0 24px;
  }
  .nav-open .nav-sections .navigationmenu ul {
    display: block !important;
    margin: 0 0 20px 0;
  }
  .nav-open .nav-sections .navigationmenu ul li {
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .nav-open .nav-sections .navigationmenu ul li a {
    padding: 0;
    font-size: 2.4rem;
    line-height: 64px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    display: block;
  }
  .nav-open .nav-sections .navigationmenu ul li a[href="/locations"]:after {
    content: "";
    height: 30px;
    width: 30px;
    display: inline-block;
    background: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='29' height='29' rx='5.5' fill='%23BABABA' stroke='%23BABABA'/%3E%3Cpath d='M8.11017 12.9449C8.11017 12.0329 8.28981 11.1298 8.63882 10.2872C8.98783 9.44462 9.49939 8.67901 10.1443 8.03412C11.4467 6.73169 13.2132 6 15.0551 6C16.8969 6.00024 18.6632 6.73201 19.9656 8.03438C21.268 9.33675 21.9998 11.1031 22 12.9449C22.0003 13.2411 21.9814 13.537 21.9436 13.8307C21.8587 14.4944 21.6776 15.1422 21.4062 15.7537C20.129 18.9261 17.1796 21.4062 15.0533 24C12.927 21.4026 9.97761 18.9261 8.70041 15.7537C8.42936 15.142 8.24835 14.4943 8.16301 13.8307C8.12682 13.5369 8.10917 13.241 8.11017 12.9449ZM15.0551 15.9678C15.8913 15.9678 16.6933 15.6356 17.2847 15.0444C17.8761 14.4532 18.2085 13.6513 18.2087 12.815C18.2089 12.4008 18.1275 11.9905 17.9691 11.6077C17.8108 11.2248 17.5785 10.877 17.2857 10.584C16.9928 10.2909 16.6451 10.0585 16.2623 9.89988C15.8796 9.74128 15.4694 9.65965 15.0551 9.65965C14.6408 9.65965 14.2306 9.74128 13.8478 9.89988C13.4651 10.0585 13.1174 10.2909 12.8245 10.584C12.5317 10.877 12.2994 11.2248 12.141 11.6077C11.9826 11.9905 11.9012 12.4008 11.9015 12.815C11.9017 13.6513 12.2341 14.4532 12.8255 15.0444C13.4169 15.6356 14.2189 15.9678 15.0551 15.9678Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat center;
    float: right;
    position: relative;
    top: 14px;
    right: 3px;
  }
  .nav-open .nav-sections .navigationmenu ul li:hover a {
    background: transparent;
  }
}
@media all and (max-width: 1079px), print {
  .dailog-active .overlay-container {
    background: #636363;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    z-index: 1;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  body .nav-sections-item-content#store\.menu {
    margin-top: 70px;
    height: calc(100% - 70px);
  }
  body .section-items.nav-sections-items + div {
    display: none !important;
  }
  .page-header {
    margin: 0;
    /*  .header-locator-dropdown-wrap .mage-dropdown-dialog {
            position: absolute;
            background: #fff;
            width: 100%;
            left: 0;
            top: 100%;
        }
        */
    /*  .nav-sections .header.links li:last-child a {
            font-size: 1.5rem;
            padding: 8px 40px;
            background: #dee61b;
            border: 1px solid #636363;
            box-sizing: border-box;
            border-radius: 6px;
            margin: 12px 24px 0 0;
        }*/
  }
  .page-header .header.links .link.wishlist,
  .page-header .header.links .header-signout-link {
    display: none;
  }
  .page-header .header.links .customer-welcome .customer-name {
    display: none;
  }
  .page-header .panel.header {
    display: none;
  }
  .page-header .header.content {
    margin-bottom: 0;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 18px;
    display: flex;
    border-bottom: 1px solid #d9d9d9;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-header .header.content .logo {
    order: 1;
    max-width: 80px;
    min-width: auto;
    margin: 0 auto 0 17px;
    float: none;
    display: inline-block;
  }
  .page-header .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%;
    overflow: auto;
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    background: #fff;
    display: none;
  }
  .page-header .nav-sections a.header-signin-link-action {
    padding: 6px 15px !important;
    border: 1px solid #000 !important;
    box-sizing: border-box;
    border-radius: 6px;
    display: flex !important;
    font-size: 1.5rem;
    font-weight: 400 !important;
    align-items: center;
    margin: 12px 15px 0 0;
    text-decoration: none;
    color: #000;
  }
  .page-header .sections.nav-sections .navigationmenu {
    padding: 0 24px;
  }
  .page-header .nav-sections-items {
    position: relative !important;
    display: flex;
    flex-direction: column;
    height: 100%;
    z-index: 1;
  }
  .page-header .nav-sections-items:before,
  .page-header .nav-sections-items:after {
    content: '';
    display: table;
  }
  .page-header .mega-menu-close,
  .page-header .menu-locator-inner,
  .page-header #store\.links {
    display: block;
  }
  .page-header .nav-toggle {
    margin-top: 10px;
    display: block;
  }
  .page-header .nav-toggle > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .page-header .nav-toggle:before {
    content: "";
    width: 24px;
    height: 17px;
    background: url(../../frontend/Pharmacann/verilife-new/en_US/images/menu_icon.svg) no-repeat;
    background-size: 100%;
    background-position: center;
    position: relative;
    left: 1px;
    display: inline-block;
  }
  .page-header .nav-toggle:focus,
  .page-header .nav-toggle:focus-visible {
    outline-offset: 0px;
    outline: 0;
  }
  .mega-menu-close {
    position: fixed;
    z-index: 999;
    top: 13px;
    margin: 0;
    font-size: 0;
    left: -100%;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
  }
  .mega-menu-close:before {
    font-size: 0;
    content: "";
    height: 45px;
    width: 45px;
    background: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.99961 12.4309L2.85105 19.5794L2.85072 19.5791L2.85051 19.5793C2.28639 20.1434 1.37178 20.1434 0.807658 19.5793C0.243539 19.0152 0.243539 18.1006 0.807659 17.5365C0.81644 17.5277 0.825306 17.519 0.834254 17.5105L7.95676 10.388L0.805083 3.23635L0.805597 3.23584C0.242187 2.67166 0.242423 1.75758 0.806305 1.19369C1.37042 0.629577 2.28504 0.629577 2.84916 1.19369C2.86009 1.20463 2.87082 1.2157 2.88133 1.22689L9.99961 8.34518L17.1504 1.19441L17.151 1.19382L17.151 1.19377C17.7151 0.629703 18.6297 0.629722 19.1938 1.19382C19.7579 1.75792 19.7579 2.6725 19.1939 3.23662L19.1938 3.23667L12.0425 10.388L19.1908 17.5363L19.1905 17.5366C19.7543 18.1007 19.7542 19.0151 19.1902 19.5791C18.6261 20.1432 17.7115 20.1432 17.1473 19.5791C17.1397 19.5715 17.1322 19.5638 17.1248 19.5561L9.99961 12.4309Z' fill='black'/%3E%3C/svg%3E%0A") no-repeat center;
    display: block;
  }
  .nav-open {
    /*        .nav-sections .header.links li:last-child a {
            font-size: 1.5rem;
            padding: 8px 40px;
            background: #dee61b;
            border: 1px solid #636363;
            box-sizing: border-box;
            border-radius: 6px;
            margin: 12px 24px 0 0;
        }*/
  }
  .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;
    display: flex;
  }
  .nav-open .mega-menu-close {
    left: 2px;
  }
  .nav-open .overlay-container {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    z-index: 98;
    opacity: 0.9;
  }
  .nav-open .page-wrapper {
    left: 0%;
    margin-top: 0 !important;
    -webkit-transition: left 0.3s !important;
    -moz-transition: left 0.3s !important;
    -ms-transition: left 0.3s !important;
    transition: left 0.3s !important;
  }
  .nav-open .nav-toggle:after {
    display: none;
  }
  .nav-open span.action.nav-toggle {
    position: fixed;
    z-index: 100;
    top: 15px;
    margin: 0;
    left: 5px;
    display: none;
  }
  .nav-open .sticky span.action.nav-toggle {
    display: none;
  }
  .nav-open .nav-toggle:before {
    font-size: 0;
    content: "";
    height: 45px;
    width: 45px;
    background: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.99961 12.4309L2.85105 19.5794L2.85072 19.5791L2.85051 19.5793C2.28639 20.1434 1.37178 20.1434 0.807658 19.5793C0.243539 19.0152 0.243539 18.1006 0.807659 17.5365C0.81644 17.5277 0.825306 17.519 0.834254 17.5105L7.95676 10.388L0.805083 3.23635L0.805597 3.23584C0.242187 2.67166 0.242423 1.75758 0.806305 1.19369C1.37042 0.629577 2.28504 0.629577 2.84916 1.19369C2.86009 1.20463 2.87082 1.2157 2.88133 1.22689L9.99961 8.34518L17.1504 1.19441L17.151 1.19382L17.151 1.19377C17.7151 0.629703 18.6297 0.629722 19.1938 1.19382C19.7579 1.75792 19.7579 2.6725 19.1939 3.23662L19.1938 3.23667L12.0425 10.388L19.1908 17.5363L19.1905 17.5366C19.7543 18.1007 19.7542 19.0151 19.1902 19.5791C18.6261 20.1432 17.7115 20.1432 17.1473 19.5791C17.1397 19.5715 17.1322 19.5638 17.1248 19.5561L9.99961 12.4309Z' fill='black'/%3E%3C/svg%3E%0A") no-repeat center;
  }
  .nav-open .menu-locator-inner {
    order: 2;
    margin: 0;
    border-top: 1px solid #d9d9d9;
    padding: 24px 24px 46px;
    bottom: 0;
  }
  .nav-open .menu-shopping-label {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 0;
  }
  .nav-open .menu-locator-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    top: 3px;
  }
  .nav-open .menu-locator-text > div:first-child {
    font-size: 1.8rem;
    font-weight: 500;
  }
  .nav-open .menu-locator-text > div:last-child {
    background: #343a40;
    border: 1px solid #bababa;
    border-radius: 15px;
    font-size: 1.2rem;
    color: #fff;
    font-weight: 500;
    padding: 6px 20px;
    position: relative;
    top: -8px;
    right: 5px;
  }
  .nav-open .medical .menu-locator-text > div:last-child {
    background: #36a76a;
  }
  .nav-open .menu-locator-action {
    display: none;
  }
  .nav-open .mobmenu-locator-hrs.mobile-only {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
  }
  .nav-open .mobmenu-locator-hrs > div {
    font-size: 1.5rem;
  }
  .nav-open .mobmenu-locator-hrs > div strong {
    font-weight: 500;
  }
  .nav-open .mobmenu-locator-hrs > div a {
    padding: 0;
    color: #000;
    font-size: 1.5rem;
    font-weight: 500;
    text-decoration: underline;
  }
  .nav-open .nav-sections-item-content#store\.links {
    order: 0;
    position: fixed;
    background: #fff;
    padding-bottom: 11px;
    width: 100%;
  }
  .nav-open .nav-sections-item-content {
    display: block !important;
    float: none;
    padding: 0;
    margin: 0;
  }
  .nav-open .nav-sections .header.links {
    border-bottom: none;
    display: flex;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .nav-open .nav-sections .header.links li.greet.welcome {
    display: none;
  }
  .nav-open .nav-sections .header.links li {
    font-size: 1.6rem;
    margin: 0;
  }
  .nav-open .nav-sections .header.links li:first-child {
    display: none;
  }
  .nav-open .nav-sections *:not(script, style):is(.nav-sections-items),
  .nav-open .nav-sections *:not(script, style):is(.menu-locator-text) {
    display: flex;
  }
  .nav-open .nav-sections *:not(script, style):is(.menu-locator-action),
  .nav-open .nav-sections *:not(script, style):is(.customer-menu),
  .nav-open .nav-sections *:not(script, style):is(.customer-menu-container),
  .nav-open .nav-sections *:not(script, style):is(.customer-name),
  .nav-open .nav-sections *:not(script, style):is(.customer-welcome + .authorization-link) {
    display: none;
  }
  .nav-open .nav-sections *:not(script, style) .mobmenu-locator-hrs.mobile-only :is(a) {
    display: inline-flex;
  }
  .nav-open .nav-sections *:not(script, style):is(.menu-locator-text>div:first-child),
  .nav-open .nav-sections *:not(script, style):is(.menu-locator-text>div:first-child span[data-bind="text: storename"]) {
    display: inline;
  }
  .nav-open .nav-sections .header.links a,
  .nav-open .nav-sections .header.links a:hover {
    color: #575757;
    text-decoration: none;
    display: block;
    font-weight: 700;
    padding: 0.8rem 15px;
  }
  .nav-open .nav-sections a.header-signin-link-action {
    padding: 6px 15px !important;
    border: 1px solid #000 !important;
    box-sizing: border-box;
    border-radius: 6px;
    display: flex !important;
    font-size: 1.5rem;
    font-weight: 400 !important;
    align-items: center;
    margin: 12px 15px 0 0;
  }
  .nav-open .nav-sections .header.links li > a {
    color: #000;
  }
  .nav-open .nav-sections a.header-signin-link-action:after {
    content: "";
    height: 26px;
    width: 26px;
    background: url(../../frontend/Pharmacann/verilife-new/en_US/images/Sign-In.svg) no-repeat center;
    display: block;
    margin-left: 10px;
  }
  .nav-open #header-signin-toggle-dialog {
    display: none;
  }
  .nav-open .customer-welcome-toggle {
    padding: 6px 15px !important;
    border: 1px solid #000 !important;
    box-sizing: border-box;
    border-radius: 6px;
    display: flex !important;
    font-size: 1.5rem;
    font-weight: 400 !important;
    align-items: center;
    margin: 12px 24px 0 0;
  }
  .nav-open .customer-welcome-toggle:after {
    content: "";
    height: 26px;
    width: 26px;
    background: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='13' cy='13' r='12.5' fill='white' stroke='black'/%3E%3Ccircle cx='13' cy='9.75033' r='3.83333' fill='black' stroke='black'/%3E%3Cmask id='path-3-inside-1_6964_17207' fill='white'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.02881 22.4088C4.18326 21.9666 4.35896 21.5381 4.55434 21.1253C6.24016 17.5634 9.39108 15.167 13 15.167C17.0271 15.167 20.484 18.1511 21.9711 22.4088C19.6381 24.634 16.4786 26.0003 13 26.0003C9.52133 26.0003 6.36183 24.634 4.02881 22.4088Z'/%3E%3C/mask%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.02881 22.4088C4.18326 21.9666 4.35896 21.5381 4.55434 21.1253C6.24016 17.5634 9.39108 15.167 13 15.167C17.0271 15.167 20.484 18.1511 21.9711 22.4088C19.6381 24.634 16.4786 26.0003 13 26.0003C9.52133 26.0003 6.36183 24.634 4.02881 22.4088Z' fill='black'/%3E%3Cpath d='M4.02881 22.4088L3.08474 22.079L2.8722 22.6875L3.33861 23.1324L4.02881 22.4088ZM4.55434 21.1253L5.45821 21.5531H5.45821L4.55434 21.1253ZM21.9711 22.4088L22.6613 23.1324L23.1277 22.6875L22.9152 22.079L21.9711 22.4088ZM4.97288 22.7385C5.1158 22.3294 5.27811 21.9336 5.45821 21.5531L3.65046 20.6975C3.4398 21.1426 3.25072 21.6038 3.08474 22.079L4.97288 22.7385ZM5.45821 21.5531C7.02102 18.2511 9.86772 16.167 13 16.167V14.167C8.91445 14.167 5.45929 16.8757 3.65046 20.6975L5.45821 21.5531ZM13 16.167C16.4915 16.167 19.6399 18.767 21.027 22.7385L22.9152 22.079C21.3281 17.5351 17.5626 14.167 13 14.167V16.167ZM21.2809 21.6852C19.1264 23.7401 16.2114 25.0003 13 25.0003V27.0003C16.7457 27.0003 20.1497 25.5279 22.6613 23.1324L21.2809 21.6852ZM13 25.0003C9.78849 25.0003 6.87348 23.7401 4.719 21.6852L3.33861 23.1324C5.85018 25.5279 9.25418 27.0003 13 27.0003V25.0003Z' fill='black' mask='url(../../frontend/Pharmacann/verilife-new/en_US/css/%23path-3-inside-1_6964_17207)'/%3E%3C/svg%3E%0A") no-repeat center;
    display: block;
    margin-left: 10px;
  }
  .customer-menu {
    display: none;
  }
  .myaccount-active .overlay-container {
    background: #636363;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    z-index: 1;
  }
  .myaccount-active .panel.header {
    display: block;
    position: absolute;
  }
  .myaccount-active .panel.header ul.header.links {
    display: block;
  }
  .myaccount-active .panel.header ul.header.links li:first-child {
    display: none;
  }
  .myaccount-active .panel.header ul.header.links > li.customer-welcome {
    display: block;
  }
  .myaccount-active .panel.header ul.header.links > li.customer-welcome .customer-welcome-toggle {
    display: none;
  }
  .myaccount-active .panel.header ul.header.links .customer-menu {
    position: fixed;
    left: 0;
    background: #fff;
    width: 100%;
    top: 167px;
    border-top: 1px solid #d9d9d9;
    padding: 24px 16px;
    display: block;
  }
  .myaccount-active .panel.header ul.header.links .customer-menu ul.header.links {
    display: flex !important;
    padding: 0;
    list-style: none;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .myaccount-active .panel.header ul.header.links .customer-menu ul.header.links li:first-child {
    flex: 0 0 49%;
    margin: 0;
  }
  .myaccount-active .panel.header ul.header.links .customer-menu ul.header.links li:first-child a {
    display: block;
    text-align: center;
    background: #343a40;
    border: 1px solid #bababa;
    border-radius: 18px;
    font-size: 12px;
    line-height: 1.4;
    color: #fff;
    padding: 8px 0;
  }
  .myaccount-active .panel.header ul.header.links .customer-menu .view-account {
    display: block;
  }
  .myaccount-active .panel.header ul.header.links .customer-menu li.link.authorization-link.header-signout-link {
    display: block;
    flex: 0 0 49%;
    margin: 0;
  }
  .myaccount-active .panel.header ul.header.links .customer-menu li.link.authorization-link.header-signout-link a {
    background: #fff;
    border: 1px solid #bababa;
    border-radius: 18px;
    display: block;
    text-align: center;
    padding: 7px 0;
    font-size: 12px;
    color: #000;
    line-height: 17px;
  }
  .myaccount-active .panel.header ul.header.links .customer-menu-container {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
  }
  .myaccount-active .panel.header ul.header.links .customer-menu-container .customer-menu-text {
    font-size: 15px;
    font-weight: 700;
    margin-right: 6px;
  }
  .myaccount-active .panel.header ul.header.links .customer-menu-container .customer-menu-email {
    font-size: 15px;
  }
  body .page-footer .cmslinks-footer-container .footer-Main-Block .footer-SubBlock {
    width: calc((100% / 4) - 0px) !important;
    max-width: calc((100% / 4) - 0px) !important;
  }
}
body {
  margin: 0;
  padding: 0;
  font-family: 'neue-haas-grotesk-text', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #000;
  background-color: #ffffff;
}
html {
  font-size: 62.5%;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
}
.btn_default,
.btn_lightgreen,
.btn_medical,
.btn_yellow,
.btn_adult,
.btn_block,
.btn_white {
  text-align: center;
}
.btn_default:hover,
.btn_lightgreen:hover,
.btn_medical:hover,
.btn_yellow:hover,
.btn_adult:hover,
.btn_block:hover,
.btn_white:hover {
  text-decoration: none!important;
}
.btn_default {
  font-weight: 600;
  border-radius: 25px!important;
  background: #00685E !important;
  color: #ffffff !important;
  font-size: 16px;
  border-color: #00685E !important;
  padding: 17px 32px 15px!important;
  height: 48px;
}
.btn_default span {
  font-size: 16px;
  color: #ffffff !important;
}
.btn_white {
  font-weight: 600;
  border-radius: 25px!important;
  background: #ffffff !important;
  color: #000 !important;
  font-size: 16px;
  border-color: #ffffff !important;
  padding: 17px 32px 15px!important;
  height: 51px;
}
.btn_white span {
  font-size: 16px;
  color: #000 !important;
}
.btn_block {
  font-weight: 600;
  border-radius: 25px!important;
  background: #000 !important;
  color: #ffffff !important;
  font-size: 16px;
  border-color: #000 !important;
  padding: 17px 32px 15px!important;
  height: 51px;
}
.btn_block span {
  font-size: 16px;
  color: #ffffff !important;
}
.btn_yellow {
  font-weight: 600;
  border-radius: 25px!important;
  background: #DEE61B !important;
  color: #000 !important;
  font-size: 16px;
  border-color: #DEE61B !important;
  padding: 17px 32px 15px!important;
  height: 51px;
}
.btn_yellow span {
  font-size: 16px;
  color: #000 !important;
}
.btn_lightgreen {
  font-weight: 600;
  border-radius: 25px!important;
  background: #6CE38D !important;
  color: #000 !important;
  font-size: 16px;
  border-color: #6CE38D !important;
  padding: 17px 32px 15px!important;
  height: 51px;
}
.btn_lightgreen span {
  font-size: 16px;
  color: #000 !important;
}
.btn_adult {
  font-weight: 600;
  border-radius: 25px!important;
  background: #343A40 !important;
  color: #ffffff !important;
  font-size: 16px;
  border-color: #343A40 !important;
  padding: 17px 32px 15px!important;
  height: 51px;
}
.btn_adult span {
  font-size: 16px;
  color: #ffffff !important;
}
.btn_medical {
  font-weight: 600;
  border-radius: 25px!important;
  background: #36a76a !important;
  color: #ffffff !important;
  font-size: 16px;
  border-color: #36a76a !important;
  padding: 17px 32px 15px!important;
  height: 51px;
}
.btn_medical span {
  font-size: 16px;
  color: #ffffff !important;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus,
*:focus-visible {
  outline-offset: 0px;
  outline: 0;
}
.fieldset > * {
  letter-spacing: 0.5px;
}
a,
.alink {
  color: #526841;
  text-decoration: none;
}
a:focus,
.alink:focus,
a:focus-visible,
.alink:focus-visible {
  outline-offset: 0px;
  outline: 0;
}
.hidden {
  display: none;
}
hr {
  border: 0;
  border-top: 1px solid #c4c4c4;
  margin-bottom: 20px;
  margin-top: 20px;
}
.custom-error-msg {
  color: #f44e3b;
  margin-top: 7px;
  font-size: 1.4rem;
  line-height: 21px;
}
.action.skip:not(:focus) {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  -webkit-transition: left 0.3s;
  -ms-transition: left 0.3s;
  transition: left 0.3s;
}
html,
body {
  height: 100%;
}
.page-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
h1 {
  color: #343A40;
  font-weight: 600;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: 'neue-haas-grotesk-display', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
h2 {
  color: #343A40;
  font-weight: 600;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
  font-family: inherit;
}
h3 {
  color: #343A40;
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-family: inherit;
}
h4 {
  color: #343A40;
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-family: inherit;
}
h5 {
  color: #343A40;
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-family: inherit;
}
h6 {
  color: #343A40;
  font-weight: 700;
  line-height: 1.1;
  font-size: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-family: inherit;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  font-family: 'neue-haas-grotesk-text', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0 10px 10px 0;
  box-sizing: border-box;
  vertical-align: middle;
  box-shadow: none;
  border-width: 1px;
  border-style: solid;
  background: #00685E;
  border-color: #00685E;
  color: #ffffff;
  line-height: 1.5;
  font-size: 16px;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover {
  background: #ffffff;
  border: 1px solid #00685e;
  color: #00685e;
}
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  font-family: 'neue-haas-grotesk-text', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0 10px 10px 0;
  box-sizing: border-box;
  vertical-align: middle;
  box-shadow: none;
  border-width: 1px;
  border-style: solid;
  background: #fff;
  border-color: #343A40;
  color: #343A40;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover {
  background: #ffffff;
  border: 1px solid #343A40;
  color: #343A40;
}
.customer-account-forgotpassword .page-title-wrapper,
.customer-account-createpassword .page-title-wrapper,
.customer-account-create .page-title-wrapper,
.customer-account-login .page-title-wrapper {
  display: none;
}
.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;
  margin-left: 4px;
  font-size: 1.2rem;
}
.fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
.fieldset .legend {
  border: 0;
  font-weight: 600;
  margin-bottom: 16px;
}
.fieldset .legend span {
  font-weight: 600;
}
.fieldset .field {
  margin-bottom: 16px;
}
.fieldset .field .label {
  font-size: 14px;
  line-height: 22px;
  color: #000;
  font-weight: 500;
  margin-bottom: 4px;
  display: block;
}
.fieldset .field .control input.mage-error,
.fieldset .field .control select.mage-error,
.fieldset .field .control textarea.mage-error {
  border-color: #e02b27 !important;
}
.fieldset .field .control div.mage-error,
.fieldset .field div.mage-error[generated] {
  color: #e02b27;
  font-size: 14px;
  line-height: 20px;
  margin-top: 4px;
  display: block;
}
.fieldset .field.disabled .label {
  color: #666666;
}
.fieldset .field .control.customer-dob {
  position: relative;
}
.fieldset .field .control.customer-dob ._has-datepicker {
  width: calc(100% - 23px - 10px) !important;
}
.fieldset .field .control.customer-dob button.ui-datepicker-trigger {
  background: url('../../frontend/Pharmacann/verilife-new/en_US/images/calendar.svg') no-repeat center;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 17px;
  right: 0;
  cursor: pointer;
  background-size: 16px;
}
.fieldset .field .control.customer-dob button.ui-datepicker-trigger::before {
  display: none;
}
input[type="checkbox"]:focus-visible {
  outline-offset: 0;
}
.field-recaptcha {
  padding-top: 16px;
}
@media (max-width: 768px) {
  .field-recaptcha {
    padding-bottom: 8px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.custom-required .sign-required:before {
  content: '*';
  color: #f44e3b;
  font-size: 1.1rem;
  margin: 0;
  position: absolute;
  top: 0;
  left: 6px;
  display: inline-block;
}
.btn-scrolltop {
  display: none;
  position: fixed;
  z-index: 99;
  width: 56px;
  height: 56px;
  right: 10px;
  bottom: 20px;
  background: rgba(0, 0, 0, 0.85);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  color: #fff;
  border: 1px solid #d9d9d9;
}
.btn-scrolltop:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  background: url(../../frontend/Pharmacann/verilife-new/en_US/images/scrolltop_icon.svg) no-repeat;
  background-size: 100%;
  width: 16px;
  height: 13px;
  display: inline-block;
  color: #fff;
}
.field.date ._has-datepicker,
.field-dob ._has-datepicker {
  margin-right: 10px;
  width: calc(100% - 23px - 10px);
}
._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 {
  background-image: none;
  background: 0 0;
  -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:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.3rem;
  line-height: 23px;
  color: #7d7d7d;
  content: '\e612';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkbox-design label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #bababa;
  padding: 11px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 15px;
  margin-top: -2px;
}
/*
    .field.email-otp .checkbox-design input.checkbox_otp+label:after {
        content: '';
        display: block;
        position: absolute;
        top: 2px;
        left: 8px;
        width: 5px;
        height: 10px;
        border: solid #00685e;
        border-width: 0 3px 3px 0;
        transform: rotate(45deg);
    }*/
.telephone-botcont .control a {
  color: #000;
  text-decoration: underline;
}
.telephone-botcont .control a:hover {
  text-decoration: none;
}
.password-strength-meter {
  background-color: #f4f4f4;
  height: 40px;
  line-height: 40px;
  padding: 0 9px;
  position: relative;
  z-index: 1;
}
.password-very-strong .password-strength-meter:before {
  background-color: #81b562;
  width: 100%;
}
.password-strength-meter:before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.preferred_store_redio input[type=radio] {
  position: absolute;
  left: -999em;
}
.preferred_store_redio input[type=radio] {
  line-height: 2.1ex;
}
.preferred_store_redio {
  position: relative;
  height: 30px;
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 20px;
}
.preferred_store_redio input[type=radio] {
  position: absolute;
  left: -999em;
}
.preferred_store_redio input[type=radio] {
  line-height: 2.1ex;
}
.preferred_store_redio input[type=radio] + label {
  position: relative;
  overflow: hidden;
  padding-left: 35px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.4rem;
  width: 52%;
}
.preferred_store_redio input[type=radio] + label:before {
  border: 2px solid #bababa;
  content: "";
  height: 24px;
  width: 24px;
  left: 0;
  position: absolute;
  top: 2px;
  border-radius: 100%;
  box-sizing: border-box;
}
.preferred_store_redio input[type=radio] + label:last-child {
  width: 42%;
}
.preferred_store_redio input[type=radio]:checked + label:after {
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  margin: 0;
  position: absolute;
  top: 6px;
  background-color: #00685e;
  border-radius: 19px;
  transition: opacity 0.2s ease-in-out;
}
.page-main .custom-page-section .fieldset .field.medicalcard_no span {
  color: #000;
}
.medicalcard_no span {
  color: #000;
}
.page-main .custom-page-section .fieldset .field.medicalcard_no .right-text {
  position: absolute;
  right: 0;
  font-size: 1.1rem;
  line-height: 17px;
  top: 5px;
}
.account a,
.account .alink-color,
.alink-color {
  color: #00685e;
  text-decoration: none;
}
.page-main .custom-page-section .fieldset .field {
  margin: 0 0 20px;
  position: relative;
}
.page-main .custom-page-section .fieldset .field .label {
  font-size: 15px;
  line-height: 23px;
  color: #000;
  font-weight: 500;
}
.page-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
figure {
  margin: 0px;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  font-family: 'neue-haas-grotesk-text', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0 10px 10px 0;
  box-sizing: border-box;
  vertical-align: middle;
  box-shadow: none;
  border-width: 1px;
  border-style: solid;
  background: #00685E;
  border-color: #00685E;
  color: #ffffff;
  line-height: 1.5;
  font-size: 16px;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover {
  background: #ffffff;
  border: 1px solid #00685e;
  color: #00685e;
}
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  font-family: 'neue-haas-grotesk-text', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0 10px 10px 0;
  box-sizing: border-box;
  vertical-align: middle;
  box-shadow: none;
  border-width: 1px;
  border-style: solid;
  background: #fff;
  border-color: #343A40;
  color: #343A40;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover {
  background: #ffffff;
  border: 1px solid #343A40;
  color: #343A40;
}
[data-content-type=row][data-appearance=full-width] > .row-full-width-inner,
[data-content-type=row][data-appearance=contained] {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 100%;
}
[data-content-type=row][data-appearance=full-width] {
  box-sizing: border-box;
}
.pagebuilder-column {
  box-sizing: border-box;
}
figure[data-content-type=image] {
  box-sizing: border-box;
}
[data-content-type=row][data-appearance=full-width] {
  width: 100%;
}
* {
  box-sizing: border-box;
}
.find-another-location-action {
  cursor: pointer;
}
.logo img {
  display: block;
  height: auto;
}
.nav-toggle {
  font-size: 0;
  z-index: 14;
  text-decoration: none;
}
.action.skip:focus {
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  padding: 10px 15px;
  background: #ffffff;
  color: #000000;
  z-index: 99999;
}
.page-header {
  position: fixed;
  background: #ffffff;
  z-index: 998;
  width: 100%;
  left: 0;
  max-width: 100%;
  top: 0;
  border-bottom: 1px solid #d9d9d9;
  transition: transform 0.3s ease-in-out 0s;
}
.page-header .header.panel > .header.links {
  margin: 0px;
  padding: 0px;
}
.page-header .header.panel > .header.links > .header-signout-link {
  display: none;
}
.page-header .header.panel > .header.links .link.wishlist {
  display: none;
}
.page-header .header.panel > .header.links li {
  list-style: none;
}
body .page-wrapper:before {
  display: none;
}
.sticky .page-header {
  position: fixed;
  background: #ffffff;
  z-index: 998;
  width: 100%;
  left: 0;
  max-width: 100%;
  top: 0;
  transition: transform 0.3s ease-in-out 0s;
}
.page-header .panel.wrapper {
  border-bottom: none !important;
  color: #000000;
}
.page-header .header.panel {
  padding: 8px 0;
}
.header-promo-container {
  background: #343A40;
  text-align: center;
  color: #ffffff;
  width: 100%;
  z-index: 11;
}
.header-promo-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-promo-container ul li {
  text-align: center;
  margin-bottom: 0;
  padding: 14px 0;
}
.header-promo-container ul li span {
  display: block;
}
.header-promo-container a {
  color: #ffffff;
  margin-left: 5px;
  text-decoration: underline;
}
.sticky .header-promo-container {
  margin-top: 0;
}
header .header.content {
  padding: 20px 24px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: static;
}
.header.content:before {
  display: none;
}
header .logo {
  margin: 0;
  order: 0;
}
.logo img {
  width: auto;
}
.ammenu-header-container .header.content .ammenu-logo {
  margin: 0;
}
.header-locator-container {
  display: flex;
  order: 3;
  align-items: center;
}
.header-locator-toggle-content {
  display: none;
}
.header-locator-dropdown {
  margin-right: 40px;
}
.header-locator-dropdown-button {
  padding-left: 35px;
  position: relative;
  cursor: pointer;
}
.header-locator-dropdown-button:focus {
  outline: 2px solid #005fcc;
  outline-offset: 2px;
}
.header-locator-dropdown-button:focus:not(:focus-visible) {
  outline: none;
}
.header-locator-dropdown-button:focus-visible {
  outline: 2px solid #005fcc;
  outline-offset: 2px;
}
.header-locator-dropdown-button:before {
  content: "";
  height: 30px;
  width: 30px;
  background: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='28' height='28' rx='5' stroke='%23636363' stroke-width='2'/%3E%3Cpath d='M21 12L15 19L9 12' stroke='%23636363' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat center;
  display: block;
  position: absolute;
  left: 0;
  top: 1px;
}
.header-locator-dropdown-button.active:before {
  background: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='30' height='30' rx='6' fill='%236CE38D'/%3E%3Cpath d='M21 18L15 11L9 18' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat center;
}
.header-locator-dropdown-hrs {
  font-size: 10px;
}
.header-locator-dropdown-name {
  font-size: 14px;
  font-weight: 500;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 195px;
  white-space: nowrap;
}
.header-locator-dropdown-wrap .header-locator-dropdown-content {
  display: none;
}
.header-locator-dropdown-wrap .mage-dropdown-dialog .header-locator-dropdown-content {
  display: block;
}
.header-locator-content-add,
.header-locator-content-hrs,
.header-locator-content-phone {
  font-size: 12px;
  line-height: 150%;
  margin-bottom: 20px;
}
.header-locator-dropdown-left {
  flex: 0 0 45%;
}
@media (max-width: 767px) {
  .header-locator-dropdown-left {
    flex: 0 0 64% !important;
  }
}
.header-locator-dropdown-right {
  flex: 0 0 55%;
}
@media (max-width: 767px) {
  .header-locator-dropdown-right {
    flex: 0 0 36% !important;
  }
}
.header-locator-dropdown-right ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.header-locator-dropdown-right ul li {
  margin: 0 0 12px 0;
}
.header-locator-dropdown-right ul li a {
  font-size: 12px;
  color: #000000;
  display: flex;
  align-items: center;
}
.header-locator-dropdown-right ul li a:before {
  content: "";
  height: 20px;
  width: 20px;
  margin-right: 8px;
}
.header-locator-dropdown-right ul li .store_info_icon {
  font-size: 12px;
  color: #000000;
  display: flex;
  line-height: 20px;
}
.header-locator-dropdown-right ul li .store_info_icon:before {
  content: "";
  height: 20px;
  width: 20px;
  margin-right: 8px;
}
.header-locator-dropdown-action {
  padding: 0 25px 25px;
}
.header-locator-dropdown-action a {
  width: 100%;
  display: block;
}
.header-locator-dropdown-action a:first-child {
  text-align: center;
  border: 2px solid #343A40;
  border-radius: 19px;
  height: 38px;
  line-height: 34px;
  color: #343A40;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 10px;
  text-decoration: none;
}
.header-locator-dropdown-action a:last-child {
  text-align: center;
  border: 2px solid #6CE38D;
  border-radius: 19px;
  height: 38px;
  line-height: 34px;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  background: #6CE38D;
}
.switch {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 30px;
  top: 3px;
}
.switch input {
  position: absolute;
  opacity: 0;
}
.switch input:focus + span.slider.round {
  outline: none;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #343A40;
  transition: 0.4s;
  /*outline: 1px solid #bababa;*/
  outline: none;
}
.slider:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 3px;
  top: 3px;
  background-color: #ffffff;
  transition: 0.4s;
}
.adult_only .slider:before,
.medical_only .slider:before {
  background-color: rgba(255, 255, 255, 0.15);
}
input:checked + .slider {
  background-color: #36A76A;
}
input:checked + .slider:before {
  transform: translateX(70px);
}
.on,
.off {
  color: #ffffff;
  position: absolute;
  font-size: 12px;
  font-weight: 700;
  left: 30px;
  height: 30px;
  line-height: 30px;
  letter-spacing: 0.01em;
}
.on {
  display: none;
}
input:checked + .slider .on {
  display: block;
  left: 8px;
}
input:checked + .slider .off {
  display: none;
}
.slider.round {
  border-radius: 15px;
}
.slider.round:before {
  border-radius: 50%;
}
.header.panel > .header.links > li.welcome {
  display: none !important;
}
.header.panel > .header.links > li:last-child {
  display: none;
}
.header.panel > .header.links > .authorization-link:after {
  display: none !important;
}
.header.panel > .header.links > li > a {
  color: #000000;
}
header.page-header .header.panel {
  padding: 0;
  margin: 0 20px;
  order: 3;
}
@media (max-width: 1200px) {
  header.page-header .header.panel {
    margin: 0 12px;
  }
}
.customer-welcome .action.switch {
  display: block;
  width: 26px;
  height: 26px;
  cursor: pointer;
}
.customer-welcome:before {
  display: block;
  width: 26px;
  height: 26px;
  background: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='13' cy='13' r='12.5' fill='white' stroke='black'/%3E%3Ccircle cx='13' cy='9.75033' r='3.83333' fill='black' stroke='black'/%3E%3Cmask id='path-3-inside-1_6964_17207' fill='white'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.02881 22.4088C4.18326 21.9666 4.35896 21.5381 4.55434 21.1253C6.24016 17.5634 9.39108 15.167 13 15.167C17.0271 15.167 20.484 18.1511 21.9711 22.4088C19.6381 24.634 16.4786 26.0003 13 26.0003C9.52133 26.0003 6.36183 24.634 4.02881 22.4088Z'/%3E%3C/mask%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.02881 22.4088C4.18326 21.9666 4.35896 21.5381 4.55434 21.1253C6.24016 17.5634 9.39108 15.167 13 15.167C17.0271 15.167 20.484 18.1511 21.9711 22.4088C19.6381 24.634 16.4786 26.0003 13 26.0003C9.52133 26.0003 6.36183 24.634 4.02881 22.4088Z' fill='black'/%3E%3Cpath d='M4.02881 22.4088L3.08474 22.079L2.8722 22.6875L3.33861 23.1324L4.02881 22.4088ZM4.55434 21.1253L5.45821 21.5531H5.45821L4.55434 21.1253ZM21.9711 22.4088L22.6613 23.1324L23.1277 22.6875L22.9152 22.079L21.9711 22.4088ZM4.97288 22.7385C5.1158 22.3294 5.27811 21.9336 5.45821 21.5531L3.65046 20.6975C3.4398 21.1426 3.25072 21.6038 3.08474 22.079L4.97288 22.7385ZM5.45821 21.5531C7.02102 18.2511 9.86772 16.167 13 16.167V14.167C8.91445 14.167 5.45929 16.8757 3.65046 20.6975L5.45821 21.5531ZM13 16.167C16.4915 16.167 19.6399 18.767 21.027 22.7385L22.9152 22.079C21.3281 17.5351 17.5626 14.167 13 14.167V16.167ZM21.2809 21.6852C19.1264 23.7401 16.2114 25.0003 13 25.0003V27.0003C16.7457 27.0003 20.1497 25.5279 22.6613 23.1324L21.2809 21.6852ZM13 25.0003C9.78849 25.0003 6.87348 23.7401 4.719 21.6852L3.33861 23.1324C5.85018 25.5279 9.25418 27.0003 13 27.0003V25.0003Z' fill='black' mask='url(../../frontend/Pharmacann/verilife-new/en_US/css/%23path-3-inside-1_6964_17207)'/%3E%3C/svg%3E%0A") no-repeat center;
  position: absolute;
  top: 0;
}
.customer-welcome ul li strong {
  padding: 8px;
  line-height: 1.4;
  display: block;
  font-weight: 400;
  color: #333333;
}
.customer-logged-out .header.panel > .header.links > li.link.authorization-link > a {
  display: block;
  width: 26px;
  height: 26px;
  background: url('../../frontend/Pharmacann/verilife-new/en_US/images/Sign-In.svg') no-repeat center;
  font-size: 0;
  position: relative;
  top: -6px;
  color: #333;
}
.customer-logged-out .header.panel > .header.links > li.link.authorization-link > a:after {
  content: "Sign In";
  font-size: 12px;
  color: #000000;
  position: absolute;
  width: 40px;
  top: 30px;
  left: -5px;
}
.nav-toggle,
.mega-menu-close,
.menu-locator-inner,
#store\.links {
  display: none;
}
header.page-header .header.content button.action.nav-toggle {
  background: unset;
  border: unset;
  box-shadow: unset;
}
.header-locator-toggle-container .ui-button-text-only {
  position: absolute;
  top: 20px;
  right: 22px;
  background: no-repeat;
  border: none;
  font-size: 0;
  padding: 0;
}
.header-locator-toggle-container .ui-button-text-only:before {
  content: "";
  height: 22px;
  width: 22px;
  display: block;
  background: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11' r='11' fill='%23D9D9D9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.8514 5.95153L14.8516 5.95132C15.1553 5.64758 15.6478 5.64758 15.9515 5.95132C16.2552 6.25506 16.2552 6.74751 15.9515 7.05125C15.9453 7.05744 15.939 7.06351 15.9327 7.06946L12.0992 10.903L15.9471 14.7509L15.9468 14.7511L15.9471 14.7514C16.2509 15.0552 16.2509 15.5476 15.9471 15.8514C15.6434 16.1551 15.1509 16.1551 14.8472 15.8514C14.8417 15.8458 14.8362 15.8402 14.8309 15.8346L10.9992 12.0029L7.16683 15.8353C7.16386 15.8384 7.16085 15.8416 7.15781 15.8447C7.15573 15.8468 7.15363 15.8489 7.15151 15.851C6.84778 16.1548 6.35532 16.1548 6.05159 15.851C5.74785 15.5473 5.74785 15.0549 6.05159 14.7511L6.05187 14.7508L6.05165 14.7506L9.8993 10.903L6.04772 7.0514L6.04805 7.05107C5.74481 6.74729 5.74498 6.25521 6.04855 5.95164C6.35228 5.6479 6.84474 5.6479 7.14847 5.95164C7.15497 5.95813 7.16132 5.96471 7.16754 5.97137L10.9992 9.80306L14.8511 5.95122L14.8514 5.95153Z' fill='%23343A40'/%3E%3C/svg%3E%0A") no-repeat center;
}
.header-locator-toggle-container.cart-warning .ui-button-text-only {
  position: absolute;
  bottom: 20px;
  right: 22px;
  background: no-repeat;
  font-size: 12px;
  padding: 0;
  color: #000000;
  width: 44%;
  border: 1px solid #000000;
  box-sizing: border-box;
  border-radius: 18px;
  height: 36px;
  top: auto;
  transition: none !important;
}
.header-locator-toggle-container.cart-warning .ui-button-text-only:before {
  display: none;
}
.header-locator-toggle-text {
  font-size: 1.6rem;
  color: #ffffff;
  margin-bottom: 25px;
}
.header-locator-dropdown-col {
  padding: 25px 25px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.header-locator-dropdown-right ul li.icon-atm a:before,
.header-locator-dropdown-right ul li.icon-atm .store_info_icon:before {
  background: url("data:image/svg+xml,%3Csvg width='20' height='16' viewBox='0 0 20 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-inside-1_6964_19287' fill='white'%3E%3Crect width='20' height='10' rx='1'/%3E%3C/mask%3E%3Crect width='20' height='10' rx='1' fill='white' stroke='%23343A40' stroke-width='4' stroke-linejoin='round' mask='url(../../frontend/Pharmacann/verilife-new/en_US/css/%23path-1-inside-1_6964_19287)'/%3E%3Ccircle cx='18.5' cy='1.5' r='1.5' fill='%23343A40'/%3E%3Ccircle cx='14' cy='5' r='2' fill='%23343A40'/%3E%3Ccircle cx='18.5' cy='8.5' r='1.5' fill='%23343A40'/%3E%3Ccircle cx='7' cy='4' r='2' fill='%23343A40'/%3E%3Cpath d='M10 8.5C10 9.60457 8.65685 10 7 10C5.34315 10 4 9.60457 4 8.5C4 7.39543 5.34315 6 7 6C8.65685 6 10 7.39543 10 8.5Z' fill='%23343A40'/%3E%3Cline x1='1' y1='12' x2='19' y2='12' stroke='%23343A40' stroke-width='2' stroke-linecap='round'/%3E%3Cline x1='1' y1='15' x2='19' y2='15' stroke='%23343A40' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A") no-repeat center;
}
.header-locator-dropdown-right ul li.icon-cashless a:before,
.header-locator-dropdown-right ul li.icon-cashless .store_info_icon:before {
  background: url("data:image/svg+xml,%3Csvg width='20' height='14' viewBox='0 0 20 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='20' height='14' rx='2' fill='%23343A40'/%3E%3Crect y='4' width='20' height='2' fill='white'/%3E%3C/svg%3E%0A") no-repeat center;
}
.header-locator-dropdown-right ul li.icon-parking a:before,
.header-locator-dropdown-right ul li.icon-parking .store_info_icon:before {
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='10' fill='%23343A40'/%3E%3Cpath d='M14.756 8.416V8.388C14.756 6.386 13.342 5 11.004 5H7V14.8H9.156V11.86H10.794C12.992 11.86 14.756 10.684 14.756 8.416ZM12.572 8.458C12.572 9.298 11.942 9.942 10.864 9.942H9.156V6.946H10.822C11.9 6.946 12.572 7.464 12.572 8.43V8.458Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat center;
}
.header-locator-dropdown-right ul li.icon-curbside-delivery a:before,
.header-locator-dropdown-right ul li.icon-curbside-delivery .store_info_icon:before {
  background: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='16' cy='16' r='16' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.96582 27.14C10.2431 27.256 10.5367 27.3467 10.8422 27.409C10.9053 27.441 10.971 27.4701 11.0394 27.4963L14.7131 28.9051C15.0873 29.0486 15.4698 29.0722 15.8252 28.9997C15.9794 29.1085 16.1661 29.1739 16.368 29.1787C17.4125 29.2034 19.0964 29.2252 19.9275 29.1379C20.7605 29.0503 22.1043 28.5097 22.9153 28.1554C23.0881 28.0798 23.2281 27.9583 23.3264 27.81C23.3302 27.8082 23.334 27.8064 23.3378 27.8046C23.7405 27.6156 24.0408 27.3196 24.1856 27.0082L26.3824 24.1515L26.3861 24.1467C26.5079 24.0615 26.6218 23.9562 26.7224 23.8319C27.2038 23.2376 27.1973 22.4345 26.708 22.0383C26.2187 21.642 25.4318 21.8027 24.9505 22.397C24.9027 22.4561 24.8597 22.5172 24.8215 22.5798C24.7663 22.6237 24.7169 22.6757 24.6754 22.7346C24.4281 23.0854 23.992 23.6586 23.3626 24.322C23.1941 24.4997 23.0233 24.6455 22.8555 24.7651C22.6838 24.8874 22.5311 25.1006 22.4258 25.342C22.3661 25.3362 22.3051 25.3357 22.2433 25.341L18.6706 25.6444C18.4276 25.665 18.1855 25.5962 17.9898 25.4508L16.8158 24.579C16.6501 24.456 16.4679 24.3936 16.2878 24.3817C16.3043 24.3159 16.319 24.2496 16.3316 24.1828C16.4151 24.0511 16.4996 23.9342 16.5837 23.8304C17.2407 23.7625 18.7378 23.6967 19.8853 23.6463L19.8853 23.6463L19.8854 23.6463L19.8855 23.6463L19.8856 23.6463L19.8857 23.6463L19.8857 23.6463C20.6017 23.6148 21.1815 23.5893 21.3363 23.573C22.209 23.4813 22.86 22.8707 22.7905 22.2092C22.721 21.5476 22.3419 21.1396 20.8794 20.9525C20.2897 20.8771 19.5279 20.8575 18.7138 20.8366C17.4585 20.8043 16.079 20.7689 15.0147 20.5205C14.1865 20.1132 13.2915 19.8774 12.4084 19.8357C12.1352 19.8195 11.8555 19.8254 11.572 19.8552L11.5409 19.8586L11.5263 19.8601C10.3213 19.9868 9.57142 20.3839 8.8531 20.7643C8.19281 21.1139 7.55918 21.4495 6.62323 21.5479L6.62465 21.561L6.17011 21.6088C5.62085 21.6665 5.22239 22.1586 5.28012 22.7078L5.68754 26.5842C5.74527 27.1334 6.23733 27.5319 6.78659 27.4742L9.96582 27.14Z' fill='%23343A40'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.0537 1.60526C12.8781 1.60526 12.7153 1.6974 12.625 1.84801L11.3618 3.95327C11.3152 4.03098 11.2905 4.1199 11.2905 4.21052V5.05262H11.3818C11.3736 5.10405 11.3694 5.15677 11.3694 5.21049V6.73665H10.2638C9.71151 6.73665 9.26379 7.18436 9.26379 7.73665V16.684C9.26379 17.2363 9.71151 17.684 10.2638 17.684H22.5796C23.1319 17.684 23.5796 17.2363 23.5796 16.684V7.73665C23.5796 7.18436 23.1319 6.73665 22.5796 6.73665H21.4738V5.21049C21.4738 5.15677 21.4696 5.10405 21.4614 5.05262H21.5537V4.21052C21.5537 4.1199 21.5291 4.03098 21.4825 3.95327L20.2193 1.84801C20.1289 1.6974 19.9662 1.60526 19.7905 1.60526H13.0537ZM18.9475 4.21052H13.8957V6.73665H14.1613H16.4217H18.6821H18.9475V4.21052Z' fill='%23343A40'/%3e%3c/svg%3e ") no-repeat center;
  background-size: 100%;
}
.header-locator-dropdown-right ul li.icon-medical a:before,
.header-locator-dropdown-right ul li.icon-medical .store_info_icon:before {
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='10' fill='%23343A40'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.5004 5.5H8.50037V8.49984L5.5 8.49984V11.4998H8.50037V14.5H11.5004V11.4998H14.5V8.49984L11.5004 8.49984V5.5Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat center;
}
.header-locator-dropdown-right ul li.icon-adult a:before,
.header-locator-dropdown-right ul li.icon-adult .store_info_icon:before {
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' fill='white'/%3E%3Ccircle cx='12' cy='12' r='10' fill='%23343A40'/%3E%3Ccircle cx='8.5' cy='9.5' r='1.5' fill='white'/%3E%3Ccircle cx='15.5' cy='9.5' r='1.5' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.0004 14C15.0882 15.2145 13.6358 16.0001 12 16.0001C10.3641 16.0001 8.91177 15.2145 7.99957 14H5.67358C6.79312 16.3567 9.19077 17.9886 11.9708 18H12.0292C14.8092 17.9886 17.2068 16.3567 18.3264 14H16.0004Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat center;
}
.header-locator-dropdown-right ul li.icon-card a:before,
.header-locator-dropdown-right ul li.icon-card .store_info_icon:before {
  background: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='1.5' width='11' height='11' stroke='black'/%3E%3Crect x='3.81836' y='1' width='8.18182' height='8.18182' fill='white'/%3E%3Cpath d='M6.27368 1.49609H11.5057V6.74236' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cline x1='11.071' y1='1.91609' x2='4.70708' y2='8.28005' stroke='black' stroke-linecap='round'/%3E%3C/svg%3E%0A") no-repeat center;
}
.customer-logged-in .join-loyalty-navmenu {
  display: none !important;
}
.customer-logged-out .myaccount-navmenu {
  display: none !important;
}
.medical-card-limit-expiry-warning {
  font-size: 12px;
  color: #ffffff;
  background: rgba(255, 0, 0, 0.5);
  padding: 6px 10px;
  border-radius: 2px;
}
.medical-card-warnings.mobile-only,
span.medical-warning-expiry-message.mobile-only {
  display: none;
}
.header-signin-link .mage-dropdown-dialog {
  position: absolute;
  width: 268px;
  height: 146px;
  right: -25px;
  top: 56px;
  border: 1px solid #d1d1d1;
  background: #DEE61B;
  border-radius: 0 0 12px 12px;
}
.floating_icon {
  display: none;
}
.header-locator-map {
  position: relative;
}
.header-locator-map #desktop_header_map {
  height: 100%;
}
.header-locator-map #desktop_header_map img {
  object-fit: cover;
}
.header-locator-map .directions {
  position: absolute;
  bottom: 16px;
  right: 20px;
  height: 34px;
}
.header-locator-map .directions .direction-btn {
  display: inline-block;
  border-radius: 13px;
  padding: 8px 12px 8px 35px;
  color: #000;
  font-weight: 700;
  font-size: 1.2rem;
  background: url(../../frontend/Pharmacann/verilife-new/en_US/images/checkbox_icon.svg) left center no-repeat;
  background-position: 16px center;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  background-color: #fff;
  text-decoration: none;
}
@media (max-width: 1080px) {
  .nav-sections .header.links li:last-child a {
    font-size: 15px;
    padding: 8px 40px !important;
    background: #dee61b;
    border: 1px solid #636363;
    box-sizing: border-box;
    border-radius: 6px;
    margin: 12px 24px 0 0;
  }
  .nav-sections .header.links li.customer-welcome:last-child a {
    font-size: 15px;
    padding: 6px 15px !important;
    background: #fff;
    display: flex !important;
    margin: 12px 24px 0 0;
  }
}
.header-locator-dropdown-inner .header-store-option-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.header-locator-dropdown-inner .header-store-option-section .header-store-option {
  width: 50%;
}
@media (max-width: 767px) {
  .header-locator-dropdown-inner .header-store-option-section .header-store-option {
    width: 100%;
  }
}
.header-locator-dropdown-inner .header-locator-content-hrs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
}
.header-locator-dropdown-inner .header-locator-content-hrs .store-hrs {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
.header-locator-dropdown-inner .header-locator-content-hrs .store-hrs strong {
  width: 110px;
}
@media only screen and (min-width: 1441px) {
  .page-header .header.content {
    max-width: 100%;
  }
  .page-header .header.content .nav-sections {
    margin-right: auto;
    margin-left: 15px;
  }
  .page-header .header.content .panel.header {
    margin: 0 26px;
  }
}
@media only screen and (min-width: 1261px) {
  .page-header .header-locator-dropdown {
    position: relative;
    left: 21px;
    top: 6px;
  }
  .page-header .header-locator-toggle-container {
    position: relative;
    top: 4px;
    left: 0;
  }
  .page-header .customer-logged-out .header.panel > .header.links > li.link.authorization-link > a {
    position: relative;
    top: -6px;
    right: 0;
  }
  .page-header .minicart-wrapper {
    position: relative;
    right: 0;
    top: 8px;
  }
  .page-header .block-search .label:before {
    position: relative;
    top: 2px;
    left: 1px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  body .page-header .header-locator-toggle-container .mage-dropdown-dialog {
    right: 0;
  }
  body .page-header .menu-locator-inner {
    position: fixed;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body .page-wrapper .page-header .header-locator-container {
    position: static;
  }
  body .page-wrapper .page-header .header-locator-dropdown-wrap .mage-dropdown-dialog {
    width: 100%;
    height: inherit !important;
    overflow-y: auto !important;
    top: 100%;
  }
}
@media (orientation: landscape) and (min-width: 768px) and (max-width: 1080px) {
  body .page-header .header-locator-dropdown-wrap .mage-dropdown-dialog {
    height: 60vh !important;
    overflow-y: scroll;
    top: 54px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .page-header .header-locator-toggle-container .mage-dropdown-dialog {
    position: absolute;
    width: 100%;
    background: #343a40;
    padding: 14px 20px;
    left: 0;
    top: 100%;
  }
  .page-header .header-locator-toggle-text {
    font-size: 14px;
    color: #fff;
    float: left;
    width: 40%;
    padding-top: 8px;
  }
  .page-header .header-locator-toggle-action {
    width: 55%;
  }
}
@media screen and (orientation: landscape) and (max-width: 1023px) {
  body .page-header .menu-locator-inner {
    position: relative;
    background-color: #fff;
  }
}
@media only screen and (min-width: 1081px) and (max-width: 1260px) {
  .page-header .header-locator-toggle-container .mage-dropdown-dialog,
  .page-header .header-locator-dropdown-wrap .mage-dropdown-dialog {
    right: -60px !important;
    top: 59px !important;
  }
}
@media only screen and (min-width: 1261px) {
  .header-locator-toggle-container {
    position: relative;
    top: 4px;
    left: 0;
  }
}
.header-navigation .navigationmenu {
  width: 100%;
  margin: 0;
  padding: 0;
}
.header-navigation .navigationmenu ul {
  list-style: none none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-navigation .navigationmenu div[class*="menu-item"],
.header-navigation .navigationmenu .block-content > div {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.header-navigation .navigationmenu li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-navigation .navigationmenu li a {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  padding: 4px 10px;
  box-sizing: border-box;
  transition: text-decoration 0.3s ease;
}
.header-navigation .navigationmenu li a:hover,
.header-navigation .navigationmenu li a:focus {
  text-decoration: underline;
}
.header-navigation .navigationmenu li a:focus {
  outline: 0;
  outline-offset: 0;
}
body .page-footer {
  background: #16181b;
  padding-bottom: 0;
  color: #ffffff;
}
body .page-footer .footer.content {
  display: flex;
  flex-direction: column;
  padding: 36px 24px;
  border: none;
  margin: 0 auto;
}
body .page-footer .footer.content .logo-footer-container {
  width: 100%;
  margin-bottom: 30px;
}
body .page-footer .footer.content .logo-footer-container .logo {
  display: block;
  max-width: 80px;
  margin: 0;
}
body .page-footer .cmslinks-footer-container {
  flex: 1 0 0;
  padding-top: 8px;
}
body .page-footer .cmslinks-footer-container .footer-Main-Block {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}
body .page-footer .cmslinks-footer-container .footer-Main-Block .logo-footer-container {
  width: 225px;
}
body .page-footer .cmslinks-footer-container .footer-Main-Block .pagebuilder-column-line {
  flex-wrap: wrap;
  justify-content: flex-start;
}
body .page-footer .cmslinks-footer-container .footer-Main-Block .footer-SubBlock {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 232px;
  max-width: 232px;
}
body .page-footer .cmslinks-footer-container .footer-Main-Block .footer-SubBlock:last-child {
  margin-bottom: 0;
}
body .page-footer .cmslinks-footer-container .footer-Main-Block .footer-SubBlock .footer-title {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #ffffff;
  margin: 0;
  padding: 4px 0;
  margin-bottom: 4px;
}
body .page-footer .cmslinks-footer-container .footer-Main-Block .footer-SubBlock .footer-title a {
  color: #ffffff;
  text-decoration: none;
}
body .page-footer .cmslinks-footer-container .footer-Main-Block .footer-SubBlock .footer-title a:hover {
  text-decoration: underline;
}
body .page-footer .cmslinks-footer-container .footer-Main-Block .footer-SubBlock ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
body .page-footer .cmslinks-footer-container .footer-Main-Block .footer-SubBlock ul li {
  margin-bottom: 8px;
}
body .page-footer .cmslinks-footer-container .footer-Main-Block .footer-SubBlock ul li a {
  font-size: 1.2rem;
  color: #A2A4A7;
  text-decoration: none;
  font-weight: 400;
}
body .page-footer .cmslinks-footer-container .footer-Main-Block .footer-SubBlock ul li a:hover {
  text-decoration: underline;
}
body .page-footer .cmslinks-footer-container .footer-Main-Block .footer-SubBlock .social-links {
  margin-top: 0px;
}
@media (max-width: 1080px) {
  body .page-footer .cmslinks-footer-container .footer-Main-Block .footer-SubBlock .social-links {
    margin-top: 5px;
  }
}
@media (max-width: 640px) {
  body .page-footer .cmslinks-footer-container .footer-Main-Block .footer-SubBlock .social-links {
    margin-top: 15px;
  }
}
body .page-footer .cmslinks-footer-container .footer-Main-Block .footer-SubBlock .social-links ul {
  display: flex;
  gap: 24px;
}
body .page-footer .cmslinks-footer-container .footer-Main-Block .footer-SubBlock .social-links ul li {
  margin-bottom: 0;
}
body .page-footer .cmslinks-footer-container .footer-Main-Block .footer-SubBlock .social-links ul a {
  display: block;
  height: 16px;
  width: 16px;
  font-size: 0;
  background-size: contain !important;
  background-repeat: no-repeat;
  background-position: center;
}
body .page-footer .cmslinks-footer-container .footer-Main-Block .footer-SubBlock .social-links ul a.facebook-icon {
  background-image: url('../../frontend/Pharmacann/verilife-new/en_US/images/footer-facebook.svg');
  width: 8px;
}
body .page-footer .cmslinks-footer-container .footer-Main-Block .footer-SubBlock .social-links ul a.instagram-icon {
  background-image: url('../../frontend/Pharmacann/verilife-new/en_US/images/footer-instagram.svg');
}
body .page-footer .cmslinks-footer-container .footer-Main-Block .footer-SubBlock .social-links ul a.twitter-icon {
  background-image: url('../../frontend/Pharmacann/verilife-new/en_US/images/footer-twitter.svg');
  width: 17px;
}
body .page-footer .copyright {
  padding: 12px 24px;
  background: #16181b;
  border-top: 1px solid #2f353a;
  color: #A2A4A7;
  text-align: right;
}
body .page-footer .copyright .copyright-container .copyright-text {
  font-size: 1rem;
  color: #A2A4A7;
}
.mobile-only {
  display: block;
}
@media (max-width: 1280px) {
  body .page-footer .cmslinks-footer-container .footer-Main-Block .footer-SubBlock {
    width: calc((100% / 4) - 0px) !important;
    gap: 2px;
  }
}
@media (max-width: 1162px) {
  body .page-footer .cmslinks-footer-container .footer-Main-Block .footer-SubBlock {
    max-width: 200px;
  }
}
@media (max-width: 1080px) {
  body .page-footer .footer.content .logo-footer-container {
    width: 100% !important;
    margin-bottom: 24px;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  body .page-footer .cmslinks-footer-container .footer-Main-Block .footer-SubBlock {
    width: calc((100% / 3) - 0px) !important;
    max-width: calc((100% / 3) - 0px) !important;
    margin-bottom: 24px;
    gap: 2px;
  }
}
@media (max-width: 639px) {
  body .page-footer .cmslinks-footer-container .footer-Main-Block .footer-SubBlock {
    width: calc((100% / 2) - 0px) !important;
    max-width: calc((100% / 2) - 0px) !important;
    margin-bottom: 24px;
    gap: 2px;
  }
}
@media (max-width: 440px) {
  body .page-footer .cmslinks-footer-container .footer-Main-Block .footer-SubBlock {
    width: calc(100% - 0px) !important;
    max-width: 100% !important;
  }
}
/* iOS Safari – prevent input auto-zoom on focus */
/* iOS Safari – prevent input auto-zoom on focus */
@supports (-webkit-touch-callout: none) {
  input[type="text"],
  input[type="password"],
  input[type="url"],
  input[type="tel"],
  input[type="search"],
  input[type="number"],
  input[type*="date"],
  input[type="email"],
  textarea,
  select {
    font-size: 16px !important;
    line-height: 16px !important;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPharmacann%5C%2Fverilife-new%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_responsive.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPharmacann%5C%2Fverilife-new%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_global.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPharmacann%5C%2Fverilife-new%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_pagebuilder.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPharmacann%5C%2Fverilife-new%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_header.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPharmacann%5C%2Fverilife-new%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_mega_menu.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPharmacann%5C%2Fverilife-new%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_variables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPharmacann%5C%2Fverilife-new%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPharmacann%5C%2Fverilife-new%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_footer.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPharmacann%5C%2Fverilife-new%5C%2Fen_US%5C%2Fcss%5C%2Fproduction.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPharmacann%5C%2Fverilife-new%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_btn-buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPharmacann%5C%2Fverilife-new%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_mixins.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPharmacann%5C%2Fverilife-new%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPharmacann%5C%2Fverilife-new%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_ios-input-fix.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3B%3B%3B%3B%3BAAqCI%2CwBAJqD%3BECsiBrD%3BIACI%2CwBAAA%3B%3BEAGJ%3BIACI%2CwBAAA%3B%3BEC1hBJ%3BIACI%2CwCAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3BEAGJ%2CuBAAuB%3BEACvB%2CuBAAuB%3BIACnB%2CwCAAA%3B%3BEAGJ%2CuBAAuB%3BIACnB%2CsBAAA%3B%3BEAIJ%3BIACI%2CeAAA%3B%3BEAGJ%3BIACI%2CeAAA%3B%3BEAGJ%2CIAAK%2CaAAa%2CQAAO%3BIACrB%2C4BAAA%3B%3BECwrDJ%2CoBAAqB%3BIACjB%2CqBAAA%3B%3BEAGJ%2CoBAAqB%3BIACjB%2CwBAAA%3B%3BEAGJ%2CmBAAoB%3BIAChB%2CwBAAA%3B%3BEAGJ%2CmBAAoB%3BIAChB%2CqBAAA%3B%3BEAGJ%2COAAO%2CQACH%3BIACI%2C0BAAA%3BIACA%2CaAAA%3B%3BEAHR%2COAAO%2CQAMH%3BIACI%2CkBAAA%3BIACA%2CkBAAA%3B%3BEARR%2COAAO%2CQAWH%2C8BACI%3BIACI%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2COAAA%3BIACA%2CSAAA%3B%3BEAjBZ%2COAAO%2CQAqBH%2C0BACI%3BIACI%2CiBAAA%3BIACA%2CaAAA%3B%3BEAxBZ%2COAAO%2CQA4BH%3BIACI%2CWAAA%3BIACA%2CkBAAA%3B%3BEA9BR%2COAAO%2CQAiCH%2C8BAA8B%3BIAC1B%2CqBAAA%3B%3BEAlCR%2COAAO%2CQAqCH%3BIACI%2CmBAAA%3BIACA%2CsBAAA%3BIACA%2CmBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BEAcR%2CYAEI%3BIACI%2CkBAAA%3BIACA%2CWAAA%3B%3BEAJR%2CYAOI%3BIACI%2CkBAAA%3B%3BEARR%2CYAWI%2CmBAAmB%2CMAAG%3BIAClB%2CuBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CYAAA%3B%3BEAfR%2CYAkBI%3BIACI%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3BIACA%2COAAA%3BIACA%2C8BAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CgCAAA%3B%3BEA7BR%2CYAgCI%3BIACI%2C2BAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3B%3BEAnCR%2CYAsCI%2CiCAAgC%2CcAC5B%3BIACI%2CeAAA%3BIACA%2CWAAA%3BIACA%2COAAA%3BIACA%2CMAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CUAAA%3BIACA%2CaAAA%3BIACA%2CsBAAA%3BIACA%2CgBAAA%3B%3BEAjDZ%2CYAsDI%2C8BACI%3BIACI%2CWAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2C0BAAA%3B%3BEA3DZ%2CYA%2BDI%2CiCACI%3BIACI%2CSAAA%3BIACA%2CSAAA%3B%3BEAEA%2CYALR%2CiCACI%2CqBAIK%3BIACG%2CYAAA%3BIACA%2CYAAA%3BIACA%2CcAAA%3BIACA%2CSAAS%2COAAT%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CsBAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAgB%2C0nCAAhB%3B%3BEAUhB%2CeAAgB%3BIACZ%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3BIACA%2COAAA%3BIACA%2CYAAA%3BIACA%2CYAAA%3B%3B%3BEC%5C%2FuDJ%3BIACI%2CkBAAA%3B%3B%3B%3B%3B%3B%3BEAUA%2CSAAC%2CaACG%3BIACI%2CeAAA%3B%3BEAFR%2CSAAC%2CaACG%2CgBAGI%3BIACI%2CyBAAA%3BIACA%2CiBAAA%3B%3BEANZ%2CSAAC%2CaACG%2CgBAGI%2CGAII%3BIACI%2CWAAA%3BIACA%2CcAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3B%3BEAbhB%2CSAAC%2CaACG%2CgBAGI%2CGAII%2CGAOI%3BIACI%2CUAAA%3BIACA%2CiBAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CqBAAA%3BIACA%2CcAAA%3B%3BEAtBpB%2CSAAC%2CaACG%2CgBAGI%2CGAII%2CGAiBI%3BIACI%2CwBAAA%3BIACA%2CiBAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CqBAAA%3BIACA%2CcAAA%3BIACA%2CaCzNE%2C6BCKJ%2C8CFoNE%3BIACA%2CsBAAA%3B%3BEAIA%2CSAtCnB%2CaACG%2CgBAGI%2CGAII%2CGA6BI%2CEAAC%2CmBACI%3BIACG%2CSAAS%2CEAAT%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CqBAAA%3BIACA%2CgBAAgB%2Ck2CAAhB%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3B%3B%3BAJpL5B%2CgBALsC%3BECoctC%3BEACA%3BIACI%2CYAAA%3B%3BEAGJ%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2COAAO%3BIACH%2CiBAAA%3B%3BEAGJ%3BIACI%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CmCAAA%3B%3BEAGJ%2CaAAc%3BEACd%3BIACI%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3B%3BEAGJ%3BIACI%2CwBAAA%3B%3BEAGJ%3BEACA%3BEACA%3BEACA%3BIACI%2CiBAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3B%3BEAGJ%3BIACI%2CwBAAA%3B%3BEEoKJ%2CoBAAqB%3BIACjB%2CqBAAA%3B%3BEAGJ%2CoBAAqB%3BIACjB%2CwBAAA%3B%3BEAGJ%2CmBAAoB%3BIAChB%2CwBAAA%3B%3BEAGJ%2CmBAAoB%3BIAChB%2CqBAAA%3B%3BEAGJ%3BIACI%2CkBAAA%3B%3BEAGJ%2CQAEI%2CaACI%2CiCAAiC%3BIAC7B%2CmBAAA%3B%3BEAMZ%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BEAAA%2CYAEI%3BIACI%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAJR%2CYAOI%3BIACI%2CiBAAA%3BIACA%2CsBAAA%3B%3BEATR%2CYAYI%3BIACI%2CkBAAA%3BIACA%2CyBAAA%3B%3BEAdR%2CYAYI%2CkBAII%3BIACI%2CeAAA%3B%3BEAjBZ%2CYAYI%2CkBAQI%2CGAAG%3BIACC%2CSAAA%3BIACA%2CUAAA%3B%3BEAtBZ%2CYAYI%2CkBAaI%2CQAAO%3BIACH%2CgBAAA%3BIACA%2CaAAA%3BIACA%2CgBAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CYAAA%3B%3BEAhCZ%2CYAYI%2CkBAaI%2CQAAO%2CMASH%2CGAAE%2CKAAK%2CmBAAoB%3BIACvB%2CyBAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CsBAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3B%3BEA5ChB%2CYAYI%2CkBAsCI%2CEAAC%3BIACG%2CwBAAA%3B%3BEAnDZ%2CYAYI%2CkBA0CI%2CQAAO%2COAAQ%3BIACX%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEA9DZ%2CYAYI%2CkBAqDI%2CQAAO%3BIACH%2CsBAAA%3BIACA%2CeAAA%3BIACA%2C4BAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEAEA%2CYAnER%2CkBAqDI%2CQAAO%2COAcF%3BIACG%2CSAAS%2CEAAT%3BIACA%2CkDAAA%3BIACA%2CqBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CiBAAA%3B%3BEAvFhB%2CYAYI%2CkBA%2BEI%3BIACI%2CaAAA%3B%3BEAGJ%2CYAnFJ%2CkBAmFK%2COACG%3BIACI%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CYAAA%3BIACA%2C0BAAA%3BIACA%2CgBAAA%3BIACA%2C4BAAA%3BIACA%2CaAAA%3BIACA%2CSAAA%3B%3BEAVR%2CYAnFJ%2CkBAmFK%2COACG%2CeAWI%3BIACI%2CyBAAA%3B%3BEAGJ%2CYAnGZ%2CkBAmFK%2COACG%2CeAeK%3BIACG%2CSAAS%2CEAAT%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3B%3BEAvBZ%2CYAnFJ%2CkBAmFK%2COACG%2CeAyBI%2CGAAE%2CYACE%3BIACI%2CmBAAA%3BIACA%2CyBAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CsBAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3B%3BEAeR%2CYAHZ%2COAAM%2COACF%2CQAAO%2CMACH%2CGACK%3BIACG%2CaAAA%3B%3BEAtJpB%2CYAkJI%2COAAM%2COACF%2CQAAO%2CMAOH%3BIACI%2CaAAA%3B%3BEA3JhB%2CYAiKI%2CiCAAiC%3BIAC7B%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CaAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3BIACA%2CYAAA%3BIACA%2CaAAA%3BIACA%2C4BAAA%3B%3BEAzKR%2CYAuLI%3BIACI%2CaAAA%3BIACA%2C8BAAA%3BIACA%2CeAAA%3B%3BEA1LR%2CYA8LI%2C8BAA8B%3BIAC1B%2CaAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CsBAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CqBAAA%3B%3BEAxMR%2CYA2MI%3BIACI%2CeAAA%3B%3BEA5MR%2CYA%2BMI%2C8BAA8B%3BIAC1B%2CaAAA%3B%3BEAhNR%2CYAmNI%2C8BAA8B%2CEAAC%3BIAC3B%2CgBAAA%3BIACA%2CWAAA%3B%3BEArNR%2CYAwNI%3BIACI%2CkBAAA%3BIACA%2CaAAA%3BIACA%2CeAAA%3BIACA%2C8BAAA%3B%3BEA5NR%2CYA%2BNI%2C8BACI%3BIACI%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CYAAA%3BIACA%2CaAAA%3BIACA%2C4BAAA%3BIACA%2CSAAA%3BIAMA%2CyBAAA%3B%3BEA5OZ%2CYAgPI%3BIACI%2CkBAAA%3B%3BEAjPR%2CYAgPI%2CoBAGI%3BIACI%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CaAAA%3BIACA%2CYAAA%3BIACA%2CSAAA%3BIACA%2CyBAAA%3BIACA%2CmBAAA%3BIACA%2C4BAAA%3BIACA%2CaAAA%3B%3BEAEA%2CYAdR%2CoBAGI%2CsBAWK%3BIACG%2CSAAS%2CEAAT%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3B%3BEArQhB%2CYAgPI%2CoBAGI%2CsBAqBI%3BIACI%2CiBAAA%3BIACA%2CUAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CmBAAA%3BIACA%2CyBAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3B%3BEAnRhB%2CYAgPI%2CoBAuCI%3BIACI%2CaAAA%3B%3BEAxRZ%2CYAgPI%2CoBA2CI%3BIACI%2CiBAAA%3BIACA%2CgBAAA%3B%3BEA7RZ%2CYAgPI%2CoBAgDI%3BIACI%2CWAAA%3BIACA%2CiBAAA%3B%3BEAlSZ%2CYAuSI%3BIACI%2CYAAA%3B%3BECn9BR%3BIACI%2CkBAAA%3BIACA%2CiBAAA%3B%3BEAOJ%3BIACI%2CoBAAA%3B%3BEADJ%2CkBAOI%2CgBAEI%3BIACI%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CuBAAA%3BIACA%2CmBAAA%3B%3BEAbZ%2CkBAOI%2CgBAEI%2CGAMI%3BIACI%2CiBAAA%3BIACA%2CUAAA%3B%3BEAjBhB%2CkBAOI%2CgBAEI%2CGAMI%2CGAII%3BIACI%2CiBAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CsBAAA%3B%3BEAGJ%2CkBAnBZ%2CgBAEI%2CGAMI%2CGAWK%2CMACG%3BIACI%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CqBAAA%3B%3B%3B%3B%3BEGsLxB%2CIAAK%2CaACD%2CWAAW%3BIACP%2CyBAAA%3BIACA%2CiBAAA%3B%3B%3BAJulBI%2CgBH9zB0B%2CuBG2zBE%2C%2BBAAA%3BEAG5B%2CYAhIR%2CkBAmFK%2COACG%3BIA0CQ%2CaAAA%3B%3B%3BAAkGR%2CgBH95B0B%2CuBG05BA%2C%2BBAAA%3BEAI1B%2CYAbR%2C8BACI%3BIASQ%2CQAAA%3B%3B%3BAAyGhB%2CgBHpgCsC%2CuBG89Bb%2C%2BBAAA%3BEACrB%3BIACI%2CaAAA%3BIACA%2CeAAA%3BIACA%2C8BAAA%3B%3BEAHJ%2C8BAKI%3BIACI%2CkBAAA%3BIACA%2CaAAA%3BIACA%2CeAAA%3BIACA%2C8BAAA%3BIACA%2CaAAA%3BIACA%2CgCAAA%3B%3BEAXR%2C8BAcI%3BIACI%2CaAAA%3BIACA%2CgCAAA%3B%3BEAhBR%2C8BAcI%2CoBAII%3BIACI%2CYAAA%3B%3BEAnBZ%2C8BAuBI%3BIACI%2CaAAA%3BIACA%2CmBAAA%3BIACA%2C6BAAA%3BIACA%2CcAAA%3B%3BEA3BR%2C8BAuBI%2CgCAMI%3BIACI%2CaAAA%3BIACA%2CyBAAA%3B%3B%3BAAYhB%2CgBH1gCsC%2CuBGogCb%2C%2BBAAA%3BEACrB%2CYAAa%2CQAAO%2CQAAS%3BIACzB%2C2BAAA%3B%3B%3BAAWZ%2CgBHjhC0C%2CuBG0gCb%2C%2BBAAA%3BEACrB%2CYAAa%2CQAAO%2CQAAS%3BIACzB%2CiBAAA%3BIACA%2CkBAAA%3B%3B%3BAC%5C%2F%5C%2FBR%2CgBJdsC%2CuBIWR%2C%2BBAAA%3BEAG9B%3BIAFQ%2CaAAA%3B%3B%3BAAWJ%2CgBJvBkC%2CuBImBR%2C%2BBAAA%3BEAI1B%3BIAHI%2CmBAAA%3B%3B%3BAA8FJ%2CgBJlHkC%2CuBI6DJ%2C%2BBAAA%3BEAqD9B%2CSAvDA%3BIAIQ%2CcAAA%3B%3BEAmDR%2CSAvDA%2CcAMQ%3BIACI%2CeAAA%3B%3BEAgDZ%2CSAvDA%2CcAMQ%2CgBAGI%3BIACI%2CyBAAA%3BIACA%2CkBAAA%3B%3BEA4ChB%2CSAvDA%2CcAMQ%2CgBAGI%2CGAII%3BIACI%2CWAAA%3BIACA%2CcAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3B%3BEAqCpB%2CSAvDA%2CcAMQ%2CgBAGI%2CGAII%2CGAOI%3BIACI%2CUAAA%3BIACA%2CiBAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CqBAAA%3BIACA%2CcAAA%3B%3BEAIA%2CSA%5C%2FBxB%2CcAMQ%2CgBAGI%2CGAII%2CGAiBI%2CEAAC%2CmBACI%3BIACG%2CSAAS%2CEAAT%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CqBAAA%3BIACA%2CgBAAgB%2Ck2CAAhB%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3B%3BEAIR%2CSA5CpB%2CcAMQ%2CgBAGI%2CGAII%2CGA%2BBK%2CMACG%3BIACI%2CuBAAA%3B%3B%3BAJ1FhC%2CgBAL4C%3BEC2e5C%2CcAAe%3BIACX%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CMAAA%3BIACA%2COAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3B%3BEAEA%2CgBACK%3BIACG%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEEmoBZ%2CIACI%2C2BAA0B%3BIACtB%2CgBAAA%3BIACA%2CyBAAA%3B%3BEAHR%2CIAMI%2CeAAc%2CmBAAoB%3BIAC9B%2CwBAAA%3B%3BEAKR%3BIACI%2CSAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BEADJ%2CYAGI%2CQAAO%2CMAEH%2CMAAK%3BEALb%2CYAGI%2CQAAO%2CMAGH%3BIACI%2CaAAA%3B%3BEAPZ%2CYAGI%2CQAAO%2CMAOH%2CkBACI%3BIACI%2CaAAA%3B%3BEAZhB%2CYAiBI%2COAAM%3BIACF%2CaAAA%3B%3BEAlBR%2CYAqBI%2CQAAO%3BIACH%2CgBAAA%3BIACA%2C8BAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIACA%2CgCAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3BEA%5C%2FBR%2CYAqBI%2CQAAO%2CQAYH%3BIACI%2CQAAA%3BIACA%2CeAAA%3BIACA%2CeAAA%3BIACA%2CqBAAA%3BIACA%2CWAAA%3BIACA%2CqBAAA%3B%3BEAvCZ%2CYAqDI%3BIACI%2CiCAAA%3BIACA%2C6BAAA%3BIACA%2C0BAAA%3BIACA%2CyBAAA%3BIACA%2CqBAAA%3BIACA%2CYAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2CMAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CaAAA%3B%3BEAlER%2CYAqEI%2CcAAc%2CEAAC%3BIACX%2C4BAAA%3BIACA%2CsBAAA%3BIACA%2CsBAAA%3BIACA%2CkBAAA%3BIACA%2CwBAAA%3BIACA%2CiBAAA%3BIACA%2C2BAAA%3BIACA%2CmBAAA%3BIACA%2CqBAAA%3BIACA%2CqBAAA%3BIACA%2CWAAA%3B%3BEAhFR%2CYA6FI%2CUAAS%2CaACL%3BIACI%2CeAAA%3B%3BEA%5C%2FFZ%2CYAoGI%3BIACI%2C6BAAA%3BIACA%2CaAAA%3BIACA%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3B%3BEAzGR%2CYA4GI%2CoBAAmB%3BEA5GvB%2CYA6GI%2CoBAAmB%3BIACf%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEA%5C%2FGR%2CYAkHI%3BEAlHJ%2CYAmHI%3BEAnHJ%2CYAoHI%3BIACI%2CcAAA%3B%3BEArHR%2CYAwHI%3BIACI%2CgBAAA%3BIACA%2CcAAA%3B%3BEA1HR%2CYAwHI%2CYAIK%3BIACG%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CYAfJ%2CYAeK%3BIACG%2CSAAS%2CEAAT%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CkDAAA%3BIACA%2CqBAAA%3BIACA%2C2BAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CqBAAA%3B%3BEAGJ%2CYA3BJ%2CYA2BK%3BEACD%2CYA5BJ%2CYA4BK%3BIACG%2CmBAAA%3BIACA%2CUAAA%3B%3BEAKZ%3BIACI%2CeAAA%3BIACA%2CYAAA%3BIACA%2CSAAA%3BIACA%2CSAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2C6BAAA%3BIACA%2C0BAAA%3BIACA%2CyBAAA%3BIACA%2CqBAAA%3B%3BEAEA%2CgBAAC%3BIACG%2CYAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CgBAAgB%2Cq%5C%2FBAAhB%3BIACA%2CcAAA%3B%3BEAKR%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BEAAA%2CSAEI%3BIACI%2CoDAAA%3BIACA%2CiDAAA%3BIACA%2CgDAAA%3BIACA%2C4CAAA%3BIACA%2COAAA%3BIACA%2CWAAA%3BIACA%2CaAAA%3B%3BEATR%2CSAYI%3BIACI%2CSAAA%3B%3BEAbR%2CSAgBI%3BIACI%2C8BAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3B%3BEAxBR%2CSA2BI%3BIACI%2CQAAA%3BIACA%2CwBAAA%3BIACA%2C6BAAA%3BIACA%2C0BAAA%3BIACA%2CyBAAA%3BIACA%2CqBAAA%3B%3BEAjCR%2CSAoCI%2CYAAW%3BIACP%2CaAAA%3B%3BEArCR%2CSAwCI%2CKAAI%2COAAO%3BIACP%2CeAAA%3BIACA%2CYAAA%3BIACA%2CSAAA%3BIACA%2CSAAA%3BIACA%2CSAAA%3BIACA%2CaAAA%3B%3BEA9CR%2CSAiDI%2CQAAQ%2CKAAI%2COAAO%3BIACf%2CaAAA%3B%3BEAlDR%2CSAqDI%2CYAAW%3BIACP%2CYAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CgBAAgB%2Cq%5C%2FBAAhB%3B%3BEA1DR%2CSA6DI%3BIACI%2CQAAA%3BIACA%2CSAAA%3BIACA%2C6BAAA%3BIACA%2CuBAAA%3BIACA%2CSAAA%3B%3BEAlER%2CSAqEI%3BIACI%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAxER%2CSA2EI%3BIACI%2CaAAA%3BIACA%2C8BAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3B%3BEAhFR%2CSAmFI%2CmBAAmB%2CMAAG%3BIAClB%2CiBAAA%3BIACA%2CgBAAA%3B%3BEArFR%2CSAwFI%2CmBAAmB%2CMAAG%3BIAClB%2CmBAAA%3BIACA%2CyBAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3B%3BEAlGR%2CSAqGI%2CSAAS%2CmBAAmB%2CMAAG%3BIAC3B%2CmBAAA%3B%3BEAtGR%2CSAyGI%3BIACI%2CaAAA%3B%3BEA1GR%2CSA6GI%2CqBAAoB%3BIAChB%2CwBAAA%3BIACA%2CmBAAA%3BIACA%2C8BAAA%3BIACA%2CgBAAA%3B%3BEAjHR%2CSAoHI%2CqBAAqB%3BIACjB%2CiBAAA%3B%3BEArHR%2CSAwHI%2CqBAAqB%2CMAAI%3BIACrB%2CgBAAA%3B%3BEAzHR%2CSA4HI%2CqBAAqB%2CMAAI%3BIACrB%2CUAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2C0BAAA%3B%3BEAjIR%2CSAoII%2C2BAA0B%3BIACtB%2CQAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2CWAAA%3B%3BEAzIR%2CSA4II%3BIACI%2CyBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3B%3BEAhJR%2CSAmJI%2CcAAc%2CQAAO%3BIACjB%2CmBAAA%3BIACA%2CaAAA%3BIACA%2CyBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3B%3BEAzJR%2CSA4JI%2CcAAc%2CQAAO%2CMAAO%2CGAAE%2CMAAM%3BIAChC%2CaAAA%3B%3BEA7JR%2CSAgKI%2CcAAc%2CQAAO%2CMAAO%3BIACxB%2CiBAAA%3BIACA%2CSAAA%3B%3BEAEA%2CSAJJ%2CcAAc%2CQAAO%2CMAAO%2CGAIvB%3BIACG%2CaAAA%3B%3BEArKZ%2CSAyKI%2CcAAc%2CEAAC%2CIAAI%2CeAAe%2CGAAG%3BEAzKzC%2CSA0KI%2CcAAc%2CEAAC%2CIAAI%2CeAAe%2CGAAG%3BIACjC%2CaAAA%3B%3BEA3KR%2CSA8KI%2CcAAc%2CEAAC%2CIAAI%2CeAAe%2CGAAG%3BEA9KzC%2CSA%2BKI%2CcAAc%2CEAAC%2CIAAI%2CeAAe%2CGAAG%3BEA%5C%2FKzC%2CSAgLI%2CcAAc%2CEAAC%2CIAAI%2CeAAe%2CGAAG%3BEAhLzC%2CSAiLI%2CcAAc%2CEAAC%2CIAAI%2CeAAe%2CGAAG%3BEAjLzC%2CSAkLI%2CcAAc%2CEAAC%2CIAAI%2CeAAe%2CGAAG%3BIACjC%2CaAAA%3B%3BEAnLR%2CSAsLI%2CcAAc%2CEAAC%2CIAAI%2CeAAgB%2CqBAAoB%2CYAAa%2CIAAG%3BIACnE%2CoBAAA%3B%3BEAvLR%2CSA0LI%2CcAAc%2CEAAC%2CIAAI%2CeAAe%2CGAAG%3BEA1LzC%2CSA2LI%2CcAAc%2CEAAC%2CIAAI%2CeAAe%2CGAAG%3BIACjC%2CeAAA%3B%3BEA5LR%2CSA%2BLI%2CcAAc%2CQAAO%2CMAAO%3BEA%5C%2FLhC%2CSAgMI%2CcAAc%2CQAAO%2CMAAO%2CEAAC%3BIACzB%2CcAAA%3BIACA%2CqBAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3B%3BEArMR%2CSAwMI%2CcAAc%2CEAAC%3BIACX%2C4BAAA%3BIACA%2CsBAAA%3BIACA%2CsBAAA%3BIACA%2CkBAAA%3BIACA%2CwBAAA%3BIACA%2CiBAAA%3BIACA%2C2BAAA%3BIACA%2CmBAAA%3BIACA%2CqBAAA%3B%3BEAjNR%2CSAoNI%2CcAAc%2CQAAO%2CMAAO%2CGAAG%3BIAC3B%2CWAAA%3B%3BEArNR%2CSAwNI%2CcAAc%2CEAAC%2C0BAA0B%3BIACrC%2CSAAS%2CEAAT%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CuDAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3B%3BEA9NR%2CSAiOI%3BIACI%2CaAAA%3B%3BEAlOR%2CSAiPI%3BIACI%2C4BAAA%3BIACA%2CsBAAA%3BIACA%2CsBAAA%3BIACA%2CkBAAA%3BIACA%2CwBAAA%3BIACA%2CiBAAA%3BIACA%2C2BAAA%3BIACA%2CmBAAA%3BIACA%2CqBAAA%3B%3BEAEA%2CSAXJ%2CyBAWK%3BIACG%2CSAAS%2CEAAT%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CgBAAgB%2Cy2DAAhB%3BIACA%2CcAAA%3BIACA%2CiBAAA%3B%3BEAOZ%3BIACI%2CaAAA%3B%3BEAGJ%2CiBAEI%3BIACI%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CMAAA%3BIACA%2COAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3B%3BEAVR%2CiBAaI%2COAAM%3BIACF%2CcAAA%3BIACA%2CkBAAA%3B%3BEAfR%2CiBAaI%2COAAM%2COAIF%2CGAAE%2COAAO%3BIACL%2CcAAA%3B%3BEAlBZ%2CiBAaI%2COAAM%2COAIF%2CGAAE%2COAAO%2CMAGL%2CGAAE%3BIACE%2CaAAA%3B%3BEArBhB%2CiBAaI%2COAAM%2COAIF%2CGAAE%2COAAO%2CMAOJ%2CKAAE%3BIACC%2CcAAA%3B%3BEAzBhB%2CiBAaI%2COAAM%2COAIF%2CGAAE%2COAAO%2CMAOJ%2CKAAE%2CiBAGC%3BIACI%2CaAAA%3B%3BEA5BpB%2CiBAaI%2COAAM%2COAIF%2CGAAE%2COAAO%2CMAeL%3BIACI%2CeAAA%3BIACA%2COAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3BIACA%2C6BAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3B%3BEAxChB%2CiBAaI%2COAAM%2COAIF%2CGAAE%2COAAO%2CMAeL%2CeAUI%2CGAAE%2COAAO%3BIACL%2CwBAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2C8BAAA%3B%3BEAhDpB%2CiBAaI%2COAAM%2COAIF%2CGAAE%2COAAO%2CMAeL%2CeAUI%2CGAAE%2COAAO%2CMAQL%2CGAAE%3BIACE%2CaAAA%3BIACA%2CSAAA%3B%3BEApDxB%2CiBAaI%2COAAM%2COAIF%2CGAAE%2COAAO%2CMAeL%2CeAUI%2CGAAE%2COAAO%2CMAQL%2CGAAE%2CYAIE%3BIACI%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CyBAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3B%3BEA%5C%2FD5B%2CiBAaI%2COAAM%2COAIF%2CGAAE%2COAAO%2CMAeL%2CeAoCI%3BIACI%2CcAAA%3B%3BEArEpB%2CiBAaI%2COAAM%2COAIF%2CGAAE%2COAAO%2CMAeL%2CeAwCI%2CGAAE%2CKAAK%2CmBAAmB%3BIACtB%2CcAAA%3BIACA%2CaAAA%3BIACA%2CSAAA%3B%3BEA3EpB%2CiBAaI%2COAAM%2COAIF%2CGAAE%2COAAO%2CMAeL%2CeAwCI%2CGAAE%2CKAAK%2CmBAAmB%2CoBAKtB%3BIACI%2CgBAAA%3BIACA%2CyBAAA%3BIACA%2CmBAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3B%3BEAtFxB%2CiBAaI%2COAAM%2COAIF%2CGAAE%2COAAO%2CMA0EL%3BIACI%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3B%3BEA9FhB%2CiBAaI%2COAAM%2COAIF%2CGAAE%2COAAO%2CMA0EL%2CyBAKI%3BIACI%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3B%3BEAnGpB%2CiBAaI%2COAAM%2COAIF%2CGAAE%2COAAO%2CMA0EL%2CyBAWI%3BIACI%2CeAAA%3B%3BEIx%2BCnB%2CIACG%2CaACI%2C2BACI%2CmBACI%3BIACI%2COAAO%2CsBAAP%3BIACA%2CWAAW%2CsBAAX%3B%3B%3BACxPxB%3BEACI%2CSAAA%3BEACA%2CUAAA%3BEACA%2CaHjBqB%2C0BCMC%2C8CEWtB%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3B%3BAAGJ%3BAAAG%2CCAAC%3BAAAS%2CCAAC%3BEACV%2CsBAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CYAAA%3B%3BAC%5C%2FCA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BEACI%2CkBAAA%3B%3BAACA%2CYAAC%3BAAAD%2CeAAC%3BAAAD%2CYAAC%3BAAAD%2CWAAC%3BAAAD%2CUAAC%3BAAAD%2CUAAC%3BAAAD%2CUAAC%3BEACG%2C%2BBAAA%3B%3BAAGR%3BEACI%2CgBAAA%3BEACA%2C6BAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CiCAAA%3BEACA%2CYAAA%3B%3BAARJ%2CYASI%3BEACI%2CeAAA%3BEACA%2CcAAA%3B%3BAAGR%3BEACI%2CgBAAA%3BEACA%2C6BAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CiCAAA%3BEACA%2CYAAA%3B%3BAARJ%2CUASI%3BEACI%2CeAAA%3BEACA%2CWAAA%3B%3BAAGR%3BEACI%2CgBAAA%3BEACA%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CiCAAA%3BEACA%2CYAAA%3B%3BAARJ%2CUASI%3BEACI%2CeAAA%3BEACA%2CcAAA%3B%3BAAGR%3BEACI%2CgBAAA%3BEACA%2C6BAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CiCAAA%3BEACA%2CYAAA%3B%3BAARJ%2CWASI%3BEACI%2CeAAA%3BEACA%2CWAAA%3B%3BAAGR%3BEACI%2CgBAAA%3BEACA%2C6BAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CiCAAA%3BEACA%2CYAAA%3B%3BAARJ%2CeASI%3BEACI%2CeAAA%3BEACA%2CWAAA%3B%3BAAGR%3BEACI%2CgBAAA%3BEACA%2C6BAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEAEA%2CqBAAA%3BEACA%2CiCAAA%3BEACA%2CYAAA%3B%3BAATJ%2CUAUI%3BEACI%2CeAAA%3BEACA%2CcAAA%3B%3BAAGR%3BEACI%2CgBAAA%3BEACA%2C6BAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CiCAAA%3BEACA%2CYAAA%3B%3BAARJ%2CYASI%3BEACI%2CeAAA%3BEACA%2CcAAA%3B%3BARtGR%3BEACI%2C8BAAA%3BEACA%2C2BAAA%3BEACA%2CsBAAA%3B%3BAAEA%2CCAAC%3BAACD%2CCAAC%3BEACG%2CmBAAA%3BEACA%2CUAAA%3B%3BAAIR%2CSAAU%3BEACN%2CqBAAA%3B%3BAAGJ%3BAACA%3BEACI%2CcAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CCAAC%3BAAAD%2CMAAC%3BAACD%2CCAAC%3BAAAD%2CMAAC%3BEACG%2CmBAAA%3BEACA%2CUAAA%3B%3BAAIR%3BEACI%2CaAAA%3B%3BAAGJ%3BEACI%2CSAAA%3BEACA%2C6BAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2COAAO%2CKAAK%2CIAAI%3BEACZ%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2C6BAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%3BAACA%3BEACI%2CYAAA%3B%3BAAGJ%3BEACI%2CoBAAA%3BEACA%2CYAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2CmBAAA%3B%3BAAIJ%3BESmBA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CaLvG0B%2C6BCKJ%2C8CIkGtB%3B%3BATrBA%3BESeA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3B%3BATjBA%3BESWA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3B%3BATbA%3BESOA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3B%3BATTA%3BESGA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3B%3BATLA%3BESDA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3B%3BATAA%2CCAAC%3BAACD%2CMAAM%3BAACN%2CGAAG%3BES3GH%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CaLFqB%2C0BCMC%2C8CIJtB%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEAQA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAEA%2CCTiFC%2C2BSjFA%3BAAAD%2CMTkFM%2C2BSlFL%3BAAAD%2CGTmFG%2C2BSnFF%3BEACG%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAToFJ%2CCAAC%3BAACD%2CMAAM%3BAACN%2CGAAG%3BESjHH%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CaLFqB%2C0BCMC%2C8CIJtB%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEA0BA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAAEA%2CCTuEC%2C6BSvEA%3BAAAD%2CMTwEM%2C6BSxEL%3BAAAD%2CGTyEG%2C6BSzEF%3BEACG%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAT%2BEJ%2CgCAAiC%3BAACjC%2CgCAAiC%3BAACjC%2CwBAAyB%3BAACzB%2CuBAAwB%3BEACpB%2CaAAA%3B%3BAAIJ%2CSAAU%2CSAAM%2CSAAU%2CSAAM%3BAAChC%2CSAAU%2CUAAQ%2CSAAM%2CSAAU%2CSAAM%3BAACxC%2CSAAU%2CSAAM%2CUAAW%2CSAAM%3BAACjC%2CSAAU%2CUAAQ%2CSAAM%2CUAAW%2CSAAM%3BEACrC%2CSAAS%2CGAAT%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAIJ%3BEACI%2CSAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAHJ%2CSAKI%3BEACI%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAARR%2CSAKI%2CQAKI%3BEACI%2CgBAAA%3B%3BAAXZ%2CSAeI%3BEACI%2CmBAAA%3B%3BAAhBR%2CSAeI%2COAGI%3BES%5C%2FCR%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BATwBA%2CSAeI%2COAQI%2CSAAS%2CMAAK%3BAAvBtB%2CSAeI%2COASI%2CSAAS%2COAAM%3BAAxBvB%2CSAeI%2COAUI%2CSAAS%2CSAAQ%3BEACb%2CqBAAA%3B%3BAA1BZ%2CSAeI%2COAeI%2CSAAS%2CIAAG%3BAA9BpB%2CSAeI%2COAgBI%2CIAAG%2CWAAW%3BEShDtB%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BATgDQ%2CSApBJ%2COAoBK%2CSAAU%3BEACP%2CcAAA%3B%3BAAIA%2CSAzBR%2COAwBI%2CSACK%3BEACG%2CkBAAA%3B%3BAADJ%2CSAzBR%2COAwBI%2CSACK%2CaAGG%3BEACI%2C%2BBAAA%3B%3BAAJR%2CSAzBR%2COAwBI%2CSACK%2CaAOG%2COAAM%3BEACF%2CgBAAgB%2C0CAAhB%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CSA1ChB%2COAwBI%2CSACK%2CaAOG%2COAAM%2CsBAUD%3BEACG%2CaAAA%3B%3BAAQpB%2CKADE%2CiBACD%3BEACG%2CiBAAA%3B%3BAAKR%3BEACI%2CiBAAA%3B%3BAAKJ%2CQAHmC%3BEAGnC%3BIAFQ%2CmBAAA%3B%3B%3BAAIR%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CgBAAiB%2CeAAc%3BEAC3B%2CSAAS%2CGAAT%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2CqBAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2C%2BBAAA%3BEACA%2C0BAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CcAAC%3BEACG%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CSAAS%2CEAAT%3BEACA%2CuDAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAAIR%2CMAAM%2CKAAM%3BAACZ%2CUAAW%3BEACP%2CkBAAA%3BEACA%2COAAO%2CwBAAP%3B%3BAAGJ%2CgBAAiB%2CyBAAuB%3BEACpC%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CgBAAiB%3BEACb%2CsBAAA%3BEACA%2CeAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BAAEA%2CgBAjBa%2CyBAiBZ%3BEACG%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CiBAAA%3BEAEA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CaAAa%2CmBAAb%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAKR%2CgBAAiB%2CMAAK%3BEAClB%2CSAAS%2CEAAT%3BEACA%2CwBAAA%3BEACA%2C6BAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAiBJ%2CkBAAmB%2CSAAS%3BEACxB%2CWAAA%3BEACA%2C0BAAA%3B%3BAAGJ%2CkBAAmB%2CSAAS%2CEAAC%3BEACzB%2CqBAAA%3B%3BAAGJ%3BEACI%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CqBAAsB%2CyBAAwB%3BEAC1C%2CyBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CwBAAwB%3BEACpB%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CsBAAuB%2CMAAK%3BEACxB%2CkBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CsBAAuB%2CMAAK%3BEACxB%2CkBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CsBAAuB%2CMAAK%3BEACxB%2CkBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CsBAAuB%2CMAAK%3BEACxB%2CkBAAA%3B%3BAAGJ%2CsBAAuB%2CMAAK%2CYAAa%3BEACrC%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CsBAAuB%2CMAAK%2CYAAa%2CQAAK%3BEAC1C%2CyBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CsBAAuB%2CMAAK%2CYAAa%2CQAAK%3BEAC1C%2CUAAA%3B%3BAAGJ%2CsBAAuB%2CMAAK%2CYAAY%2CQAAS%2CQAAK%3BEAClD%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CoCAAA%3B%3BAAGJ%2CUAAW%2CqBAAqB%2CUAAU%2COAAM%2CeAAgB%3BEAC5D%2CWAAA%3B%3BAAGJ%2CeAAgB%3BEACZ%2CWAAA%3B%3BAAGJ%2CUAAW%2CqBAAqB%2CUAAU%2COAAM%2CeAAgB%3BEAC5D%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CQAAS%3BAACT%2CQAAS%3BAACT%3BEACI%2CcAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CUACI%2CqBACI%2CUAAU%3BEACN%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAJZ%2CUACI%2CqBACI%2CUAAU%2COAIN%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAMhB%3BEACI%2CoBAAA%3BEACA%2CYAAA%3B%3BACpfJ%3BEACI%2CWAAA%3B%3BAAGJ%2CCAAC%3BAACD%2CMAAM%3BAACN%2CGAAG%3BEQAH%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CaLFqB%2C0BCMC%2C8CIJtB%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEAQA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAEA%2CCR1BC%2C2BQ0BA%3BAAAD%2CMRzBM%2C2BQyBL%3BAAAD%2CGRxBG%2C2BQwBF%3BEACG%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BARvBJ%2CCAAC%3BAACD%2CMAAM%3BAACN%2CGAAG%3BEQNH%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CaLFqB%2C0BCMC%2C8CIJtB%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEA0BA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAAEA%2CCRpCC%2C6BQoCA%3BAAAD%2CMRnCM%2C6BQmCL%3BAAAD%2CGRlCG%2C6BQkCF%3BEACG%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BARjCJ%2CuBAAuB%2C4BAA6B%3BAACpD%2CuBAAuB%3BEACnB%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CuBAAuB%3BEACnB%2CsBAAA%3B%3BAAGJ%3BEACI%2CsBAAA%3B%3BAAGJ%2CMAAM%3BEACF%2CsBAAA%3B%3BAAGJ%2CuBAAuB%3BEACnB%2CWAAA%3B%3BAC3CJ%3BEACI%2CsBAAA%3B%3BAAGJ%3BEACI%2CeAAA%3B%3BAAGJ%2CKACI%3BEACI%2CcAAA%3BEACA%2CYAAA%3B%3BAAIR%3BEACI%2CYAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2COAAO%2CKAAK%3BEACR%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2CgCAAA%3BEACA%2CyCAAA%3B%3BAATJ%2CYAWI%2CQAAO%2CMACF%2CUAAO%3BEACJ%2CWAAA%3BEACA%2CYAAA%3B%3BAAdZ%2CYAWI%2CQAAO%2CMACF%2CUAAO%2CMAIH%3BEACG%2CaAAA%3B%3BAAjBhB%2CYAWI%2CQAAO%2CMACF%2CUAAO%2CMAQJ%2CMAAK%3BEACD%2CaAAA%3B%3BAArBhB%2CYAWI%2CQAAO%2CMACF%2CUAAO%2CMAYJ%3BEACI%2CgBAAA%3B%3BAAQR%2CIADJ%2CcACK%3BEACG%2CaAAA%3B%3BAAKZ%2COAAQ%3BEACJ%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2CyCAAA%3B%3BAAGJ%2CYAAa%2COAAM%3BEACf%2C8BAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CYAAa%2CQAAO%3BEAChB%2CcAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAALJ%2CuBAOI%3BEACI%2CSAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAVR%2CuBAOI%2CGAKI%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAfZ%2CuBAOI%2CGAKI%2CGAKI%3BEACI%2CcAAA%3B%3BAAlBhB%2CuBAuBI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3B%3BAAIR%2COAAQ%3BEACJ%2CaAAA%3B%3BAAIJ%2CMAAO%2CQAAO%3BEACV%2CoBAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2COAAO%2CQAAQ%3BEACX%2CaAAA%3B%3BAAIJ%2CMAAO%3BEACH%2CSAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CKAAM%3BEACF%2CWAAA%3B%3BAAGJ%2CwBAAyB%2CQAAO%2CQAAS%3BEACrC%2CSAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2CQAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEACI%2CaAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAAEA%2C%2BBAAC%3BEACG%2C0BAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2C%2BBAAC%2CMAAM%2CIAAI%3BEACP%2CaAAA%3B%3BAAGJ%2C%2BBAAC%3BEACG%2C0BAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2C%2BBAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CgBAAgB%2CoWAAhB%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3B%3BAAGJ%2C%2BBAAC%2COAAO%3BEACJ%2CgBAAgB%2CiUAAhB%3B%3BAAIR%3BEACI%2CeAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2C6BAA8B%3BEAC1B%2CaAAA%3B%3BAAGJ%2C6BAA8B%2CsBAAsB%3BEAChD%2CcAAA%3B%3BAAGJ%3BAACA%3BAACA%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEACI%2CaAAA%3B%3BAAKJ%2CQAH6B%3BEAG7B%3BIAFQ%2CwBAAA%3B%3B%3BAAIR%3BEACI%2CaAAA%3B%3BAAMA%2CQAJyB%3BEAIzB%3BIAHI%2CwBAAA%3B%3B%3BAAJR%2C8BAOI%3BEACI%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3B%3BAAVR%2C8BAOI%2CGAKI%3BEACI%2CkBAAA%3B%3BAAbZ%2C8BAOI%2CGAKI%2CGAGI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAAEA%2C8BAdZ%2CGAKI%2CGAGI%2CEAMK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAAzBpB%2C8BAOI%2CGAKI%2CGAiBI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3B%3BAAEA%2C8BA5BZ%2CGAKI%2CGAiBI%2CiBAMK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAAOpB%3BEACI%2CoBAAA%3B%3BAADJ%2C%2BBAGI%3BEACI%2CWAAA%3BEACA%2CcAAA%3B%3BAAEA%2C%2BBAJJ%2CEAIK%3BEACG%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2C%2BBAlBJ%2CEAkBK%3BEACG%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAKZ%3BEACI%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3B%3BAALJ%2COAOI%3BEACI%2CkBAAA%3BEACA%2CUAAA%3B%3BAAEA%2COAJJ%2CMAIK%2CMAAO%2COAAI%2COAAO%3BEACf%2CaAAA%3B%3BAAKZ%3BEACI%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3B%3BEAEA%2CaAAA%3B%3BAAEA%2COAAC%3BEACG%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3B%3BAAIR%2CWAAY%2CQAAO%3BAACnB%2CaAAc%2CQAAO%3BEACjB%2C2CAAA%3B%3BAAGJ%2CKAAK%2CQAAS%3BEACV%2CyBAAA%3B%3BAAGJ%2CKAAK%2CQAAS%2CUAAO%3BEACjB%2CWAAW%2CgBAAX%3B%3BAAGJ%3BAACA%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%3BEACI%2CaAAA%3B%3BAAGJ%2CKAAK%2CQAAS%2CUAAQ%3BEAClB%2CcAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CKAAK%2CQAAS%2CUAAQ%3BEAClB%2CaAAA%3B%3BAAGJ%2COAAO%3BEACH%2CmBAAA%3B%3BAAEA%2COAHG%2CMAGF%3BEACG%2CkBAAA%3B%3BAAIR%2COAAO%2CMAAO%2CUAAO%2CMAAO%2CKAAE%3BEAC1B%2CwBAAA%3B%3BAAGJ%2COAAO%2CMAAO%2CUAAO%2CMAAO%2CKAAE%3BEAC1B%2CaAAA%3B%3BAAGJ%2COAAO%2CMAAO%2CUAAO%2CMAAO%2CsBAAmB%3BEAC3C%2CwBAAA%3B%3BAAGJ%2COAAO%2CMAAO%2CUAAO%2CMAAO%2CKAAG%3BEAC3B%2CcAAA%3B%3BAAGJ%2CMAAM%2CYAAa%2CQAAO%3BEACtB%2CUAAA%3BEACA%2CcAAA%3BEACA%2CQAAA%3B%3BAAIJ%2CQAH4B%3BEAG5B%2CMAPM%2CYAAa%2CQAAO%3BIAKlB%2CcAAA%3B%3B%3BAAIR%2CiBACI%2CQAAO%3BEACH%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CiBAAC%3BEACG%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAgB%2Cy2DAAhB%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAdR%2CiBAiBI%2CGAAG%2CGAAG%3BEACF%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAIR%2CoBAAqB%2CQAAO%2CMAAO%2CUAAO%2CMAAO%2CKAAE%2CKAAK%2CmBAAoB%3BEACxE%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAgB%2CyCAAhB%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CoBAAqB%2CQAAO%2CMAAO%2CUAAO%2CMAAO%2CKAAE%2CKAAK%2CmBAAoB%2CIAAC%3BEACzE%2CSAAS%2CSAAT%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAIJ%3BAACA%3BAACA%3BAACA%3BEACI%2CaAAA%3B%3BAAGJ%2CMAAM%2CYAAa%2CQAAO%2CQAAS%2COAAM%2COAAO%3BEAC5C%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CgCACI%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAAEA%2CgCATJ%2CqBASK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CgBAAgB%2C6nCAAhB%3B%3BAAIR%2CgCAAC%2CaAAc%3BEACX%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2C2BAAA%3B%3BAAEA%2CgCAhBH%2CaAAc%2CqBAgBV%3BEACG%2CaAAA%3B%3BAAKZ%3BEACI%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAIJ%3BEACI%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2C8BAAA%3B%3BAAGJ%2C8BAA%2BB%2CGAAG%2CGAAE%2CSAAU%2CEAAC%3BAAC%5C%2FC%2C8BAA%2BB%2CGAAG%2CGAAE%2CSAAU%2CiBAAgB%3BEAC1D%2CgBAAgB%2Ck9BAAhB%3B%3BAAGJ%2C8BAA%2BB%2CGAAG%2CGAAE%2CcAAe%2CEAAC%3BAACpD%2C8BAA%2BB%2CGAAG%2CGAAE%2CcAAe%2CiBAAgB%3BEAC%5C%2FD%2CgBAAgB%2CqQAAhB%3B%3BAAGJ%2C8BAA%2BB%2CGAAG%2CGAAE%2CaAAc%2CEAAC%3BAACnD%2C8BAA%2BB%2CGAAG%2CGAAE%2CaAAc%2CiBAAgB%3BEAC9D%2CgBAAgB%2CgdAAhB%3B%3BAAGJ%2C8BAA%2BB%2CGAAG%2CGAAE%2CuBAAwB%2CEAAC%3BAAC7D%2C8BAA%2BB%2CGAAG%2CGAAE%2CuBAAwB%2CiBAAgB%3BEACxE%2CgBAAgB%2Cu3FAAhB%3BEACA%2CqBAAA%3B%3BAAGJ%2C8BAA%2BB%2CGAAG%2CGAAE%2CaAAc%2CEAAC%3BAACnD%2C8BAA%2BB%2CGAAG%2CGAAE%2CaAAc%2CiBAAgB%3BEAC9D%2CgBAAgB%2CgYAAhB%3B%3BAAGJ%2C8BAA%2BB%2CGAAG%2CGAAE%2CWAAY%2CEAAC%3BAACjD%2C8BAA%2BB%2CGAAG%2CGAAE%2CWAAY%2CiBAAgB%3BEAC5D%2CgBAAgB%2CynBAAhB%3B%3BAAGJ%2C8BAA%2BB%2CGAAG%2CGAAE%2CUAAW%2CEAAC%3BAAChD%2C8BAA%2BB%2CGAAG%2CGAAE%2CUAAW%2CiBAAgB%3BEAC3D%2CgBAAgB%2CqfAAhB%3B%3BAAGJ%2CmBACI%3BEACI%2CwBAAA%3B%3BAAIR%2CoBACI%3BEACI%2CwBAAA%3B%3BAAIR%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgCAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CsBAAsB%3BAACtB%2CIAAI%2C%2BBAA%2BB%3BEAC%5C%2FB%2CaAAA%3B%3BAAIJ%2CmBAAoB%3BEAChB%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2C4BAAA%3B%3BAAGJ%3BEACI%2CaAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3B%3BAADJ%2CmBAGI%3BEACI%2CYAAA%3B%3BAAJR%2CmBAGI%2CoBAGI%3BEACI%2CiBAAA%3B%3BAAPZ%2CmBAWI%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAfR%2CmBAWI%2CYAMI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2C0BAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkEAAA%3BEACA%2CgCAAA%3BEACA%2C2CAAA%3BEACA%2CgCAAA%3BEACA%2CmCAAA%3BEACA%2C2BAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3B%3BAA2BZ%2CQApByB%3BEACrB%2CaAAc%2CQAAO%2CMAAO%2CGAAE%2CWAAY%3BIACtC%2CeAAA%3BIACA%2C4BAAA%3BIACA%2CmBAAA%3BIACA%2CyBAAA%3BIACA%2CsBAAA%3BIACA%2CkBAAA%3BIACA%2CqBAAA%3B%3BEAGJ%2CaAAc%2CQAAO%2CMAAO%2CGAAE%2CiBAAiB%2CWAAY%3BIACvD%2CeAAA%3BIACA%2C4BAAA%3BIACA%2CgBAAA%3BIACA%2CwBAAA%3BIACA%2CqBAAA%3B%3B%3BAAIR%2C8BACI%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2C8BAAA%3B%3BAAJR%2C8BACI%2C6BAKI%3BEACI%2CUAAA%3B%3BAAKJ%2CQAH6B%3BEAG7B%2C8BAXJ%2C6BAKI%3BIAIQ%2CWAAA%3B%3B%3BAAVhB%2C8BAeI%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2C8BAAA%3BEACA%2CSAAA%3B%3BAAnBR%2C8BAeI%2C4BAMI%3BEACI%2CaAAA%3BEACA%2C2BAAA%3BEACA%2CWAAA%3B%3BAAxBZ%2C8BAeI%2C4BAMI%2CWAKI%3BEACI%2CYAAA%3B%3BAA0dpB%2CwBAlB2C%3BEACvC%2CYACI%2CQAAO%3BIACH%2CeAAA%3B%3BEAFR%2CYACI%2CQAAO%2CQAGH%3BIACI%2CkBAAA%3BIACA%2CiBAAA%3B%3BEANZ%2CYACI%2CQAAO%2CQAQH%2COAAM%3BIACF%2CcAAA%3B%3B%3BAAyChB%2CwBAlC2C%3BEACvC%2CYACI%3BIACI%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CQAAA%3B%3BEAJR%2CYAOI%3BIACI%2CkBAAA%3BIACA%2CQAAA%3BIACA%2COAAA%3B%3BEAVR%2CYAaI%2CqBAAqB%2CQAAO%2CMAAO%2CUAAO%2CMAAO%2CKAAE%2CKAAK%2CmBAAoB%3BIACxE%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3B%3BEAhBR%2CYAmBI%3BIACI%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CQAAA%3B%3BEAtBR%2CYAyBI%2CcAAc%2COAAM%3BIAChB%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3B%3B%3BAAqwBZ%2CwBAlB0C%2CuBAAwB%3BEAC9D%2CIACI%2CaACI%2CiCACI%3BIACI%2CQAAA%3B%3BEAJhB%2CIACI%2CaAOI%3BIACI%2CeAAA%3BIACA%2CWAAA%3B%3B%3BAA2BhB%2CwBApB0C%2CuBAAwB%3BEAC9D%2CIACI%2CcACI%2CaACI%3BIACI%2CgBAAA%3B%3BEAJhB%2CIACI%2CcACI%2CaAIA%2C8BACQ%3BIACI%2CWAAA%3BIACA%2C0BAAA%3BIACA%2C2BAAA%3BIACA%2CSAAA%3B%3B%3BAAwBxB%2CQAhBgC%2C6BAAuB%2CuBAAwB%3BEAC3E%2CIAEI%2CaACI%2C8BACI%3BIACI%2CuBAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3B%3B%3BAAmCpB%2CwBA3B0C%2CuBAAwB%3BEAE9D%2CYAEI%2CiCAAiC%3BIAC7B%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2COAAA%3BIACA%2CSAAA%3B%3BEARR%2CYAWI%3BIACI%2CeAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3B%3BEAhBR%2CYAmBI%3BIACI%2CUAAA%3B%3B%3BAAkBZ%2CmBAb2C%2C6BAAwB%3BEAE%5C%2FD%2CIACI%2CaACI%3BIACI%2CkBAAA%3BIACA%2CsBAAA%3B%3B%3BAAoBhB%2CwBAb2C%2CwBAAwB%3BEAC%5C%2FD%2CYAEI%2CiCAAiC%3BEAFrC%2CYAGI%2C8BAA8B%3BIAC1B%2CYAAA%3BIACA%2CoBAAA%3B%3B%3BAAaX%2CwBAN0C%3BEACvC%3BIACI%2CkBAAA%3BIACA%2CQAAA%3BIACA%2COAAA%3B%3B%3BAC3hEJ%2CkBACI%3BEACI%2CWAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAJR%2CkBACI%2CgBAMI%3BEOoHR%2CqBAAA%3BEPlHY%2CaAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAfZ%2CkBACI%2CgBAkBI%2CIAAG%3BAAnBX%2CkBACI%2CgBAmBI%2CeAAe%3BEACX%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAvBZ%2CkBACI%2CgBAyBI%3BEACI%2CSAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAA7BZ%2CkBACI%2CgBAyBI%2CGAMI%3BEACI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CqCAAA%3B%3BAAEA%2CkBAzCZ%2CgBAyBI%2CGAMI%2CEAUK%3BAACD%2CkBA1CZ%2CgBAyBI%2CGAMI%2CEAWK%3BEACG%2C0BAAA%3B%3BAAGJ%2CkBA9CZ%2CgBAyBI%2CGAMI%2CEAeK%3BEACG%2CUAAA%3BEACA%2CiBAAA%3B%3BAG3CpB%2CIAAK%3BEACD%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAHJ%2CIAAK%2CaAKD%2CQAAO%3BEACH%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3BAAVR%2CIAAK%2CaAKD%2CQAAO%2CQAOH%3BEACI%2CWAAA%3BEACA%2CmBAAA%3B%3BAAdZ%2CIAAK%2CaAKD%2CQAAO%2CQAOH%2CuBAII%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3B%3BAAnBhB%2CIAAK%2CaAwBD%3BEACG%2CWAAA%3BEACE%2CgBAAA%3B%3BAA1BT%2CIAAK%2CaAwBD%2C2BAII%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2C2BAAA%3BEACA%2CWAAA%3B%3BAAhCZ%2CIAAK%2CaAwBD%2C2BAII%2CmBAMI%3BEACI%2CYAAA%3B%3BAAnChB%2CIAAK%2CaAwBD%2C2BAII%2CmBAUI%3BEACI%2CeAAA%3BEACA%2C2BAAA%3B%3BAAxChB%2CIAAK%2CaAwBD%2C2BAII%2CmBAeI%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CIAlDX%2CaAwBD%2C2BAII%2CmBAeI%2CiBAOK%3BEACG%2CgBAAA%3B%3BAAnDpB%2CIAAK%2CaAwBD%2C2BAII%2CmBAeI%2CiBAWI%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAA7DpB%2CIAAK%2CaAwBD%2C2BAII%2CmBAeI%2CiBAWI%2CcASI%3BEACI%2CcAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CIAnEnB%2CaAwBD%2C2BAII%2CmBAeI%2CiBAWI%2CcASI%2CEAIK%3BEACG%2C0BAAA%3B%3BAApE5B%2CIAAK%2CaAwBD%2C2BAII%2CmBAeI%2CiBA8BI%3BEACI%2CUAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAA5EpB%2CIAAK%2CaAwBD%2C2BAII%2CmBAeI%2CiBA8BI%2CGAKI%3BEACI%2CkBAAA%3B%3BAA%5C%2FExB%2CIAAK%2CaAwBD%2C2BAII%2CmBAeI%2CiBA8BI%2CGAKI%2CGAGI%3BEACI%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CIAvFvB%2CaAwBD%2C2BAII%2CmBAeI%2CiBA8BI%2CGAKI%2CGAGI%2CEAMK%3BEACG%2C0BAAA%3B%3BAAxFhC%2CIAAK%2CaAwBD%2C2BAII%2CmBAeI%2CiBAmDI%3BEACI%2CeAAA%3B%3BAAIA%2CQAHwB%3BEAGxB%2CIAnGf%2CaAwBD%2C2BAII%2CmBAeI%2CiBAmDI%3BIAGQ%2CeAAA%3B%3B%3BAAMJ%2CQAJuB%3BEAIvB%2CIAvGf%2CaAwBD%2C2BAII%2CmBAeI%2CiBAmDI%3BIAMQ%2CgBAAA%3B%3B%3BAApGxB%2CIAAK%2CaAwBD%2C2BAII%2CmBAeI%2CiBAmDI%2CcASI%3BEACI%2CaAAA%3BEACA%2CSAAA%3B%3BAAzGxB%2CIAAK%2CaAwBD%2C2BAII%2CmBAeI%2CiBAmDI%2CcASI%2CGAII%3BEACI%2CgBAAA%3B%3BAA5G5B%2CIAAK%2CaAwBD%2C2BAII%2CmBAeI%2CiBAmDI%2CcASI%2CGAQI%3BEACI%2CcAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmCAAA%3BEACA%2C4BAAA%3BEACA%2C2BAAA%3B%3BAAtH5B%2CIAAK%2CaAwBD%2C2BAII%2CmBAeI%2CiBAmDI%2CcASI%2CGAkBI%2CEAAC%3BEACG%2CsBAAsB%2CgCAAtB%3BEACA%2CUAAA%3B%3BAA3H5B%2CIAAK%2CaAwBD%2C2BAII%2CmBAeI%2CiBAmDI%2CcASI%2CGAuBI%2CEAAC%3BEACG%2CsBAAsB%2CiCAAtB%3B%3BAA%5C%2FH5B%2CIAAK%2CaAwBD%2C2BAII%2CmBAeI%2CiBAmDI%2CcASI%2CGA2BI%2CEAAC%3BEACG%2CsBAAsB%2C%2BBAAtB%3BEACA%2CWAAA%3B%3BAApI5B%2CIAAK%2CaA4ID%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAjJR%2CIAAK%2CaA4ID%2CWAOI%2CqBACI%3BEACI%2CeAAA%3BEACA%2CcAAA%3B%3BAAOhB%3BEACI%2CcAAA%3B%3BAAiBJ%2CQAd2B%3BEACvB%2CIACI%2CaACI%2C2BACI%2CmBACI%3BIACI%2COAAO%2CsBAAP%3BIACA%2CQAAA%3B%3B%3BAAoBxB%2CQAb2B%3BEACvB%2CIACI%2CaACI%2C2BACI%2CmBACI%3BIACI%2CgBAAA%3B%3B%3BAAqBxB%2CQAd2B%3BEACvB%2CIACI%2CaACI%2CQAAO%2CQACH%3BIACI%2CsBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3B%3BAAwBpB%2CQAlByB%3BEAErB%2CIACI%2CaACI%2C2BACI%2CmBACI%3BIACI%2COAAO%2CsBAAP%3BIACA%2CWAAW%2CsBAAX%3BIACA%2CmBAAA%3BIACA%2CQAAA%3B%3B%3BAAyBtB%2CQAjBuB%3BEACrB%2CIACI%2CaACI%2C2BACI%2CmBACI%3BIACI%2COAAO%2CsBAAP%3BIACA%2CWAAW%2CsBAAX%3BIACA%2CmBAAA%3BIACA%2CQAAA%3B%3B%3BAAwB5B%2CQAhB%2BB%3BEACvB%2CIACI%2CaACI%2C2BACI%2CmBACI%3BIACI%2COAAO%2CgBAAP%3BIACA%2C0BAAA%3B%3B%3B%3B%3BAK9P5B%3BEACI%2CKAAK%3BEACL%2CKAAK%3BEACL%2CKAAK%3BEACL%2CKAAK%3BEACL%2CKAAK%3BEACL%2CKAAK%3BEACL%2CKAAK%3BEACL%2CKAAK%3BEACL%3BEACA%3BIACI%2C0BAAA%3BIACA%2C4BAAA%22%7D *//** 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
}
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.7
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/.chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.chosen-container *{-webkit-box-sizing:border-box;box-sizing:border-box}.chosen-container .chosen-drop{position:absolute;top:100%;z-index:1010;width:100%;border:1px solid #aaa;border-top:0;background:#fff;-webkit-box-shadow:0 4px 5px rgba(0,0,0,.15);box-shadow:0 4px 5px rgba(0,0,0,.15);clip:rect(0,0,0,0);-webkit-clip-path:inset(100% 100%);clip-path:inset(100% 100%)}.chosen-container.chosen-with-drop .chosen-drop{clip:auto;-webkit-clip-path:none;clip-path:none}.chosen-container a{cursor:pointer}.chosen-container .chosen-single .group-name,.chosen-container .search-choice .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;color:#999}.chosen-container .chosen-single .group-name:after,.chosen-container .search-choice .group-name:after{content:":";padding-left:2px;vertical-align:top}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:25px;border:1px solid #aaa;border-radius:5px;background-color:#fff;background:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),to(#f4f4f4));background:linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background-clip:padding-box;-webkit-box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);color:#444;text-decoration:none;white-space:nowrap;line-height:24px}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;background:url(../../frontend/Pharmacann/verilife-new/en_US/Amasty_Storelocator/vendor/chosen/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%;background:url(../../frontend/Pharmacann/verilife-new/en_US/Amasty_Storelocator/vendor/chosen/chosen-sprite.png) no-repeat 0 2px}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type=text]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;background:url(../../frontend/Pharmacann/verilife-new/en_US/Amasty_Storelocator/vendor/chosen/chosen-sprite.png) no-repeat 100% -20px;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;clip:rect(0,0,0,0);-webkit-clip-path:inset(100% 100%);clip-path:inset(100% 100%)}.chosen-container .chosen-results{color:#444;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;word-wrap:break-word;-webkit-touch-callout:none}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#fff}.chosen-container .chosen-results li.no-results{color:#777;display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;width:100%;height:auto;border:1px solid #aaa;background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(1%,#eee),color-stop(15%,#fff));background-image:linear-gradient(#eee 1%,#fff 15%);cursor:text}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:1px 0;padding:0;height:25px;outline:0;border:0!important;background:0 0!important;-webkit-box-shadow:none;box-shadow:none;color:#999;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0;width:25px}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:3px 20px 3px 5px;border:1px solid #aaa;max-width:100%;border-radius:3px;background-color:#eee;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;-webkit-box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;background:url(../../frontend/Pharmacann/verilife-new/en_US/Amasty_Storelocator/vendor/chosen/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #5897fb;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;border-bottom-right-radius:0;border-bottom-left-radius:0;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#eee),color-stop(80%,#fff));background-image:linear-gradient(#eee 20%,#fff 80%);-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:none;background:0 0}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #5897fb;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active .chosen-choices li.search-field input[type=text]{color:#222!important}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-single{cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type=text]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:none}.chosen-rtl .chosen-search input[type=text]{padding:4px 5px 4px 20px;background:url(../../frontend/Pharmacann/verilife-new/en_US/Amasty_Storelocator/vendor/chosen/chosen-sprite.png) no-repeat -30px -20px;direction:rtl}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx){.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span,.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container-single .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-rtl .chosen-search input[type=text]{background-image:url(../../frontend/Pharmacann/verilife-new/en_US/Amasty_Storelocator/vendor/chosen/chosen-sprite@2x.png)!important;background-size:52px 37px!important;background-repeat:no-repeat!important}}.toast-title {
    font-weight: 500;
}
.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}
.toast-message a,
.toast-message label {
    color: #000000;

}
.toast-message a{
    color: #000000;
    text-decoration: underline;
    
}
.toast-message a:hover {
    color: #000000;
    text-decoration: none;
}
.toast-close-button {
   /* position: relative;
    right: -0.3em;
    top: -0.3em;
    float: right;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    -webkit-text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
    line-height: 1;*/
    padding: 0 0 0 8px;
    background: url('../../frontend/Pharmacann/verilife-new/en_US/Codilar_Messages/images/close.svg') no-repeat center;
    width:8px;
    height: 8px;
    font-size: 0;
    position: absolute;
    top:12px;
    right:8px;
}
.toast-close-button:focus,
.toast-close-button:hover {
    /*color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40);*/
    background: url('../../frontend/Pharmacann/verilife-new/en_US/Codilar_Messages/images/close.svg') no-repeat center;
}
.rtl .toast-close-button {
    left: -0.3em;
    float: left;
    right: 0.3em;
}
button.toast-close-button {
    padding: 0;
    cursor: pointer;
    /*background: 0 0;*/
    border: 0;
    -webkit-appearance: none;
    border-radius: 0;
}
.toast-close{
    padding: 0 0 0 8px;
    background: url('../../frontend/Pharmacann/verilife-new/en_US/Codilar_Messages/images/close.svg') no-repeat center;
    width:8px;
    height: 8px;
    font-size: 0;
    position: absolute;
    top:18px;
    right:16px;
}

#toast-container > .toast-info .toast-close-button , 
#toast-container > .toast-error .toast-close-button ,
#toast-container > .toast-error .toast-close{
    background: url('../../frontend/Pharmacann/verilife-new/en_US/Codilar_Messages/images/close_white.svg') no-repeat center;
}
#toast-container > .toast-error .toast-close-button:hover,
#toast-container > .toast-info .toast-close-button:hover , 
#toast-container > .toast-error .toast-close:hover{
    background: url('../../frontend/Pharmacann/verilife-new/en_US/Codilar_Messages/images/close_white.svg') no-repeat center;
}
.toast-top-center {
    top: 0;
    right: 0;
    width: 100%;
}
.toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%;
}
.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%;
}
.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%;
}
.toast-top-left {
    top: 12px;
    left: 12px;
}
.toast-top-right {
    top: 126px;
    right: 16px;
}
.toast-bottom-right {
    right: 16px;
    bottom: 36px;
}
.toast-bottom-left {
    bottom: 12px;
    left: 12px;
}
#toast-container {
    position: fixed;
    z-index: 999;
    pointer-events: none;
}
#toast-container * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#toast-container > div {
    position: relative;
    pointer-events: auto;
    overflow: hidden;
    margin:8px 0 16px;
    padding: 16px 32px 16px 16px;
    width: 430px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    background-position: 15px center;
    background-repeat: no-repeat;
   /* -moz-box-shadow: 0 0 12px #999;
    -webkit-box-shadow: 0 0 12px #999;
    box-shadow: 0 0 12px #999;*/
    color: #000000;
   /* opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);*/
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    border:1px solid #EBEBEC;
}
#toast-container > div.rtl {
    direction: rtl;
    padding: 16px 10px;
    background-position: right 15px center;
}/*
#toast-container > div:hover {
    -moz-box-shadow: 0 0 12px #000;
    -webkit-box-shadow: 0 0 12px #000;
    box-shadow: 0 0 12px #000;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    cursor: pointer;
}*/
#toast-container > .toast-info {
    /*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important;*/
    color:#ffffff;
}
#toast-container > .toast-error {
    color:#ffffff;
    /*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important;*/
}
#toast-container > .toast-success {
    color:#000000;
    /*background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)!important*/
}
#toast-container > .toast-warning {
    /*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important;*/
}
#toast-container.toast-bottom-center > div,
#toast-container.toast-top-center > div {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}
#toast-container.toast-bottom-full-width > div,
#toast-container.toast-top-full-width > div {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}
.toast {
    background-color: #030303;
}
.toast-success {
    background-color: #6CE38D;
    color:#000;
}
.toast-error {
    background-color: #DB3624;
}
.toast-info {
    background-color: #16181B;
    color:#ffffff;
}
.toast-warning {
    background-color: #DB3624;
}
.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000;
    opacity: 0.4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40);
}
body.scroll-to-top .btn-scrolltop{
    display:none!important
}
.aria-toaster-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    border: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
}

@media all and (max-width: 240px) {
    #toast-container > div {
        /*padding: 8px 8px 8px 50px;*/
        width: 100%;
        margin: 8px auto 16px;
    }
    /*#toast-container > div.rtl {
        padding: 8px 50px 8px 8px;
    }
    #toast-container .toast-close-button {
        right: -0.2em;
        top: -0.2em;
    }*/
    #toast-container .rtl .toast-close-button {
        left: -0.2em;
        right: 0.2em;
    }
    .toast-top-right{
        left:12px;
        top:175px;
    }
}
@media all and (min-width: 241px) and (max-width: 480px) {
    #toast-container > div {
        width: 100%;
        margin: 0 auto 16px;
    }
   /* #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 18em;
    }
    #toast-container > div.rtl {
        padding: 8px 50px 8px 8px;
    }*/
   /* #toast-container .toast-close-button {
        right: -0.2em;
        top: -0.2em;
    }
    #toast-container .rtl .toast-close-button {
        left: -0.2em;
        right: 0.2em;
    }*/
    .toast-top-right{
        top:175px;
        left:12px;
    }

    .toast-bottom-right {
        left:16px;
    }
}
@media all and (min-width: 481px) and (max-width: 768px) {
    #toast-container > div {
        width: 430px;
        margin: 8px auto 16px;
    }
    /*#toast-container > div {
        padding: 15px 15px 15px 50px;
        width: 25em;
    }
    #toast-container > div.rtl {
        padding: 15px 50px 15px 15px;
    }*/
    .toast-top-right{
        top:175px;
    }
}


@media all and (min-width: 241px) and (max-width: 1023px) {
    .toast-bottom-right {
        bottom:36px;
        right:16px;  
    }
}.page-wrapper {
    display:none;
}
.page-wrapper.rmzindex {
    display:flex;
    -webkit-transition: left .3s;
    -moz-transition: left .3s;
    -ms-transition: left .3s;
    transition: left .3s;
}
aside.modal-popup.homepagepopup-modal._inner-scroll._show {
    position: unset;
}
body .modals-overlay {
    position: unset;
}
.homepagepopup-skeleton {
    position: fixed;
    inset: 0;
    background: #fafafa;
    z-index: 1;
}
.header-locator-toggle input[type=checkbox]:disabled {
	opacity: 0;
}
@media(min-width:768px){
	.customer-welcome .action.switch:after {
	    content: "" !important;
	}
}
body.checkout-index-index.customer-logged-in .opc-wrapper.am-opc-wrapper.layout-2columns .checkout-column.opc .checkout-block.checkout-block-payment,
.checkout-index-index.customer-logged-in .checkout-payment-method .opc-payment,
.checkout-index-index.customer-logged-in .checkout-payment-method .opc-payment .payment-methods{display:block;}
.checkout-index-index.customer-logged-in .checkout-payment-method .opc-payment .payment-group .amcheckout-title{    display: none;}
.checkout-index-index.customer-logged-in .payment-method-content{padding-top:0!important;}
.customer-account-login .login-container .message-error+.message-error{display:none;}
.checkout-index-index .opc-block-summary .block.items-in-cart .minicart-items-wrapper img{height:95px;}
.save-for-later-wrapper .minicart-saved-list li .product-item-photo .promo-price.off{    line-height: inherit;height:auto;    font-weight: 400;}


.checkout-register-index .page-main>.page-title-wrapper .page-title{display:none;}
.page-main .fieldset .field.disabled .label {
        color: #636363;
    }
.product-info-main .product-details{display:none;}
.filter-options .am-labels-folding .item{padding:0;}
.customer-account-login .page-wrapper{    transition: inherit!important;}
.page-wrapper .columns .sidebar .filter .filter-options-content .am-filter-items-attr_category_ids .items-children{display:none;}
 .page-main .custom-page-section.new-login-page.reset-password-message{max-width:600px;}
 .page-main .custom-page-section.new-login-page.reset-password-message h4{
                font-size: 16px;
                line-height: 20px;
    }
   .customer-account-edit .field .control #email_address{
        color:#666666;
        background:#f4f4f4;
    }
#header-locator-toggle-dialog.header-locator-toggle-content{
display:none!important;}
.locator-active #header-locator-toggle-dialog.header-locator-toggle-content{
display:block!important;}
@media(min-width:768px){
.cms-brands .category-menusection ul{    justify-content: center;}
.column.main .catalog-topnav{display:none!important;}
.customer-logged-in .page-header .ves-megamenu .navigation .level0.join-loyalty-menu{    display: none!important;}
.customer-logged-in .page-header .ves-megamenu .navigation .level0.myaccount-navmenu{    display: inline-block!important;}

.category-menusection.mobile-only {
    display: none !important;
}
}
.gm-style-iw-d h3{margin:0 0 10px;}
@media(max-width:767px){
.search-autocomplete .amsearch-wrapper-inner .discount_off_pdp{display:none;}
#search_autocomplete .amsearch-results .amsearch-products .discount_off_pdp{display:none;}
body.ambrand-index-index p#toolbar-amount{display:none!important;}
.amlocator-map-container .amlocator-block.-storelist.amlocator-store-list.store_list_empty .amlocator-store-desc-emty{padding-left:20px;padding-right:20px;}
.hero_feature_slider_block .hero_feature_block{margin-left:0!important;padding-left:0!important; margin-right:0!important;padding-right:0!important;}
.page-header .header-promo-container .slick-track{min-height:52px;height:auto;}
}

.control.preferred_store_name ul ul{border:0!important;}
.category-top-banner-section a.pagebuilder-button-primary,
.category-top-banner-section button.pagebuilder-button-primary,
.category-top-banner-section  div.pagebuilder-button-primary{
    margin:0px;
}
@media (max-width: 991px) {
    #simple-popup-modal {
        max-height: 100%;
    }
}
/* Apply black background to body when age gate modal is visible */
/* Uses JavaScript class 'age-gate-visible' added when modal is shown */
body.age-gate-visible:not(.age-only-popup-closed) {
    background-color: #16181b;
}

figure[data-content-type=image]>[data-element=link] {
    display: block !important;
}
.categorypath-il #columns, .categorypath-imd #columns {
    display: none;
}
@media only screen and (max-width: 767px) {
  /* .state-select-block .pagebuilder-mobile-hidden {
        display: inline-block !important;
        content-visibility: visible;
    }*/
  .age-gate-state-group-section .pagebuilder-column-line .pagebuilder-mobile-hidden {
    display: none !important;
  }
  .state-select-block .age-gate-state-group-section .pagebuilder-column-group .pagebuilder-column.store-state input.ada_tabbing {
    display: none;
  }
  .state-select-block .age-gate-state-group-section .pagebuilder-column-group .pagebuilder-column .hide-desktop {
    display: block !important;
  }
  .state-select-block .age-gate-state-group-section .pagebuilder-column-group .pagebuilder-column.store-state [data-content-type=image] img {
    width: 36px;
    height: 36px !important;
  }
  .state-select-block .age-gate-state-group-section .pagebuilder-column-group {
    padding: 24px 36px 8px;
  }
}
@media only screen and (max-width: 639px) {
  /*[data-content-type='banner'][data-mobile-image='normal'] .pagebuilder-banner-wrapper{
        max-height: 300px!important;
    }*/
  .popup-content {
    align-items: center;
    justify-content: center;
  }
  .full-viewport-height {
    display: flex;
    height: 50vh;
    align-items: flex-start;
    width: 100%;
    align-items: center;
    justify-content: center !important;
  }
  .pagebuilder-column.top-section [data-appearance='full-height'] {
    align-items: flex-start;
  }
  .modal-popup.homepagepopup-modal .modal-inner-wrap,
  .modal-popup.homepagepopup-modal .modal-inner-wrap {
    box-shadow: none !important;
  }
  .homepopup-label-input h1,
  .homepopup-label-input h2 {
    font-size: 24px;
    margin-bottom: 0;
  }
  #simple-popup-modal {
    min-height: auto;
    width: 100%;
    padding: 0px;
    position: relative;
    flex-direction: column;
    height: 100vh;
    background: transparent!important;
  }
  #simple-popup-modal .content-left {
    /*  display: none !important;*/
    display: block !important;
    width: 100%;
  }
  #simple-popup-modal .content-left .popup-img-title.hide-desktop {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 160px;
    z-index: 0;
  }
  #simple-popup-modal .content-left [data-content-type=banner][data-mobile-image=normal] .pagebuilder-banner-wrapper,
  #simple-popup-modal .content-left [data-content-type='banner'][data-mobile-image='flat'] .pagebuilder-banner-wrapper {
    min-height: inherit!important;
  }
  #simple-popup-modal .content-left .pagebuilder-overlay.pagebuilder-poster-overlay {
    min-height: 50vh;
    padding: 0;
  }
  #simple-popup-modal .content-left .pagebuilder-poster-content [data-element='content'] {
    overflow: hidden;
    min-height: inherit;
    margin-bottom: inherit;
  }
  #simple-popup-modal .content-left h2.h2-color-red {
    color: #FE001E;
    font-family: 'neue-haas-grotesk-display';
    font-weight: 400;
    margin: 0;
    font-size: 64px;
  }
  #simple-popup-modal .content-right {
    display: flex;
    flex-direction: column;
    width: 100% !important;
    padding: 30px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
  }
  #simple-popup-modal .content-right .pop-content-block .popup-content {
    position: relative;
    top: inherit;
    left: inherit;
    transform: inherit;
  }
  #simple-popup-modal .content-right .pop-content-block .popup-content .top-section {
    text-align: center;
  }
  #simple-popup-modal .content-right .pop-content-block .popup-content .top-section .popup-img-title {
    max-width: 122px;
    margin-bottom: 20px;
  }
  #simple-popup-modal .content-right .pop-content-block .popup-content .top-section .popup-img-title.desktop-logo {
    display: inline-block;
  }
  #simple-popup-modal .content-right .pop-content-block .popup-content .top-section .popup-img-title.mobile-logo {
    display: none;
  }
  #simple-popup-modal .content-right .pop-content-block .popup-content .top-section p {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
  }
  #simple-popup-modal .content-right .pop-content-block .popup-content .middle-section p {
    font-size: 20px;
    line-height: 24px;
    margin: 0 auto;
  }
  #simple-popup-modal .content-right .pop-content-block .popup-content .middle-section .homepopup-label-input h2 {
    margin: 0 ;
  }
  #simple-popup-modal .content-right .pop-content-block .popup-content .middle-section .spanclass.storelist {
    width: 146px !important;
    font-size: 16px;
    line-height: 20px;
    border: 1px solid #3C3C3C;
    color: #3C3C3C;
    border-radius: 4px;
    padding: 14px 5px;
  }
  #simple-popup-modal .content-right .pop-content-block .popup-content .middle-section .spanclass.storelist.good {
    border: 1px solid #526841 !important;
    background: #eaefe6;
  }
  #simple-popup-modal .content-right .pop-content-block .popup-content .middle-section .form-control {
    font-size: 16px;
    line-height: 20px;
    width: 100% !important;
    border: 1px solid #3C3C3C;
    border-radius: 4px;
    color: #3C3C3C;
    text-align: center;
    text-indent: 130px hanging;
  }
  #simple-popup-modal .content-right .pop-content-block .popup-content .middle-section .form-control.selected {
    border: 1px solid #526841 !important;
    background: #eaefe6;
  }
  #simple-popup-modal .content-right .pop-content-block .popup-content .middle-section label {
    font-size: 15px;
    line-height: 23px;
    color: #fff;
    margin: 15px auto 5px auto;
    max-width: 245px;
    height: 56px;
  }
  #simple-popup-modal .content-right .pop-content-block .popup-content .middle-section .checkmark {
    top: -5px !important;
    border: 1px solid #3C3C3C;
    border-radius: 4px;
  }
  #simple-popup-modal .content-right .pop-content-block .popup-content .middle-section .checkmark:after {
    width: 24px;
    height: 16px;
    background-size: 100% 100%;
    top: 18px !important;
    background: url('../../frontend/Pharmacann/verilife-new/en_US/images/checkbox-tick-block.svg');
  }
  #simple-popup-modal .content-right .pop-content-block .popup-content .middle-section input[type="button"] {
    border-radius: 30px;
    height: 60px;
    font-size: 18px;
    line-height: 22px;
    width: 240px;
    font-weight: 700;
  }
  #simple-popup-modal .content-right .pop-content-block .popup-content .middle-section input[type="button"]:hover {
    opacity: 1;
  }
  #simple-popup-modal .content-right .pop-content-block .popup-content .middle-section .bottom-section p {
    font-size: 12px;
    line-height: 18px;
    margin: 0px;
    color: #a9a9a9;
  }
  #simple-popup-modal .content-right .pop-content-block .popup-content .middle-section .bottom-section p a {
    color: #a9a9a9;
  }
  #simple-popup-modal .content-right .pop-content-block .popup-content .bottom-section {
    width: 100% !important;
    color: #D9D9D9;
    width: 380px;
  }
  #simple-popup-modal .content-right .pop-content-block .popup-content .bottom-section p {
    font-size: 14px;
    line-height: 18px;
    margin: 0px;
  }
  #simple-popup-modal .content-right .pop-content-block .popup-content .right-section h1 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 600;
    height: 48px;
    margin-bottom: 50px;
  }
  #simple-popup-modal .content-right #simple-popup-modal .content-right .popup-content {
    margin-bottom: 5px;
  }
  #simple-popup-modal .content-right .bottom-content-section {
    margin: 5px 0 0;
    position: relative;
    top: 8px;
  }
  #simple-popup-modal .content-right .bottom-section {
    max-width: 315px;
    color: #D9D9D9;
    margin: 0px auto;
    text-align: center;
  }
  #simple-popup-modal .content-right .bottom-section p {
    font-size: 12px;
    line-height: 18px;
    margin: 0px;
    margin-top: 35px;
    color: #D9D9D9;
  }
  #simple-popup-modal .content-right .bottom-section p a {
    color: #D9D9D9;
  }
  .modal-popup._inner-scroll .modal-inner-wrap {
    max-height: 100% !important;
  }
}
@media only screen and (max-width: 639px) and (max-width: 359px) {
  #simple-popup-modal .content-right .pop-content-block .popup-content .middle-section label {
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 639px) and (max-width: 1366px) {
  #simple-popup-modal .content-right .pop-content-block .popup-content .right-section h1 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 639px) and (max-width: 1023px) {
  #simple-popup-modal .content-right .pop-content-block .popup-content .right-section h1 {
    font-size: 24px;
    line-height: 24px;
    height: 24px;
  }
}
@media only screen and (max-width: 639px) and (max-width: 359px) {
  #simple-popup-modal .content-right .bottom-section {
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 479px) {
  #simple-popup-modal {
    min-height: auto !important;
  }
}
@media all and (min-width: 768px), print {
  .state-select-block .pagebuilder-mobile-only {
    display: none !important;
  }
  .state-select-block .age-gate-state-group-section .pagebuilder-column-group {
    align-content: center;
  }
  .state-select-block .age-gate-state-group-section .pagebuilder-column-group {
    max-width: 768px;
    padding: 75px 36px 60px;
  }
  .state-select-block .age-gate-state-group-section .pagebuilder-column-group:last-child .agegate_State_ContentBottom {
    justify-content: center !important;
  }
  .state-select-block .age-gate-state-group-section .pagebuilder-column-group .pagebuilder-column .hide-desktop {
    display: none !important;
  }
}
@media all and (max-width: 1079px), print {
  .state-select-block .age-gate-state-group-section .pagebuilder-column-group .pagebuilder-column.store-state [data-content-type=heading] {
    margin: 0 0 0 10px;
    font-size: 32px;
    line-height: 48px;
    font-weight: 600;
    color: #343a40;
  }
}
/**
 * @copyright   Copyright (c) 2021 Kensium Solutions LLC
 * Optimized: Using variables and mixins for better maintainability
 */
body.age-gate-visible:not(.age-only-popup-closed) {
  background-color: #16181b;
}
body.age-gate-checking #simple-popup-modal {
  display: block !important;
  position: relative;
  z-index: 9999;
}
body.age-gate-checking .page-wrapper {
  display: none !important;
  visibility: hidden !important;
}
.state-select-block {
  display: flex;
  width: 100%;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  background: #16181b;
}
.state-select-block a {
  color: #777b7f;
  font-size: 14px;
  line-height: 28px;
  text-decoration: underline;
  font-weight: 500;
}
.state-select-block .agegate-logo img {
  width: 116px;
}
.state-select-block .age-gate-state-group-section {
  display: flex;
  position: relative;
}
.state-select-block .color-yellow {
  position: relative;
}
div[data-content-type=text] {
  word-wrap: break-word;
}
.state-select-block .color-yellow p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.state-select-block .age-gate-state-group-section .pagebuilder-column-group .pagebuilder-column-line {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.state-select-block .age-gate-state-group-section .pagebuilder-column-group .pagebuilder-column.store-state {
  background-color: #ffffff;
  margin-bottom: 24px;
  padding: 16px;
  position: relative;
  cursor: pointer;
  width: calc(100% / 3 - 16px) !important;
}
.state-select-block .age-gate-state-group-section .pagebuilder-column-group .pagebuilder-column.store-state.active {
  background-color: #dee61b !important;
  z-index: 10;
}
.state-select-block .agegate_State_ContentBottom {
  color: #ebebec;
}
.state-select-block .agegate_State_ContentBottom.active .age-confirm p {
  color: #dee61b;
}
.state-select-block .agegate_State_ContentBottom .age-confirm p {
  color: #ebebec;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
}
.state-select-block .agegate_State_ContentBottom p {
  margin-bottom: 0;
}
.customerDobSection {
  text-align: left;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  flex-wrap: wrap;
  gap: 8px;
  position: relative;
  padding-right: 56px;
  align-items: center;
  max-width: 340px;
  margin: 0 auto 56px;
}
.dob-selection .label {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
  display: inline-flex;
}
.dob-selection #default_customer_dob {
  background-color: #ffffff;
  border: 1px solid #bababa;
  border-radius: 0;
  padding: 4px 9px;
  font-family: 'neue-haas-grotesk-text', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #000;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  font-size: 14px;
  border-radius: 4px;
}
.dob-selection #default_customer_dob::placeholder {
  color: #a9a9a9;
  opacity: 1;
}
.dob-selection #default_customer_dob:focus {
  border-color: #bababa;
  outline: none;
  box-shadow: 0;
}
.dob-selection #default_customer_dob.mage-error {
  border-color: #e02b27;
}
.dob-selection #mdAgeBtn.disabled {
  background: #fff !important;
}
.dob-selection .ui-datepicker-trigger,
.dob-selection .icon {
  position: absolute;
  bottom: 10px;
  right: 0;
  font-size: 0;
  display: inline-flex;
  cursor: pointer;
}
.dob-selection .ui-datepicker-trigger:before,
.dob-selection .icon:before {
  content: '';
  background: url('../../frontend/Pharmacann/verilife-new/en_US/images/dob_icon.svg') no-repeat;
  width: 21px;
  height: 23px;
  display: flex;
}
.AgeGateInputDob {
  display: none;
  flex-wrap: wrap;
  gap: 60px;
  grid-gap: 60px;
  justify-content: space-between;
  max-width: 750px;
  align-items: flex-end;
  justify-content: center;
  margin: 32px auto;
}
.AgeGateInputDob .field-InputDob {
  text-align: left;
  display: grid;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  flex-wrap: wrap;
  gap: 8px;
  grid-gap: 8px;
  position: relative;
  padding-right: 56px;
}
.AgeGateInputDob .field-InputDob .ui-datepicker-trigger,
.AgeGateInputDob .field-InputDob .icon {
  position: absolute;
  bottom: 12px;
  right: 0;
  font-size: 0;
  display: inline-flex;
  cursor: pointer;
}
@media (max-width: 480px) {
  .AgeGateInputDob .field-InputDob .ui-datepicker-trigger,
  .AgeGateInputDob .field-InputDob .icon {
    bottom: 15px;
  }
}
.AgeGateInputDob .field-InputDob .ui-datepicker-trigger:before,
.AgeGateInputDob .field-InputDob .icon:before {
  content: '';
  background: url('../../frontend/Pharmacann/verilife-new/en_US/images/dob_icon.svg') no-repeat;
  width: 21px;
  height: 23px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
}
.AgeGateInputDob .btn {
  padding: 16px 64px;
  min-width: 240px;
  border-radius: 32px;
  height: 64px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  background: #5d6166;
  border: 2px solid #5d6166;
  margin: 0;
  color: #343A40;
}
.AgeGateInputDob .btn.active {
  background: #fff;
  border-color: #fff;
}
.AgeGateInputDob input#customer_dob {
  max-width: 300px;
  border-radius: 8px;
  background: #F9F9F9;
  height: 48px;
  padding: 10px 12px;
  width: 100%;
}
.state-select-block .agegate_State_ContentBottom [data-content-type=buttons] {
  margin: 28px 0;
}
[data-content-type=buttons] {
  max-width: 100%;
}
[data-content-type=button-item] {
  max-width: 100%;
}
.state-select-block .agegate_State_ContentBottom [data-content-type=buttons] .pagebuilder-button-primary {
  padding: 16px 64px;
  min-width: 240px;
  border-radius: 32px;
  height: 64px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  background: #5d6166;
  border: 2px solid #5d6166;
  margin: 0;
  color: #343A40;
}
.state-select-block .agegate_State_ContentBottom.active [data-content-type=buttons] .pagebuilder-button-primary {
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  cursor: pointer;
}
.state-select-block .agegate_State_ContentBottom p {
  margin-bottom: 0;
}
.state-select-block .agegate_State_ContentBottom .state-bottom-content {
  max-width: 320px;
  margin: 0 auto;
  font-size: 11px;
  line-height: 17px;
  font-weight: 500;
  color: #777b7f;
  margin-top: 20px;
}
.state-select-block .agegate_State_ContentBottom p {
  margin-bottom: 0;
}
#simple-popup-modal .agegate-Custom-Popup {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 75%;
  height: 75vh;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  display: none;
  z-index: 102;
  padding: 25px;
  padding-right: 0;
  overflow: hidden;
}
.customeoverlay {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.65);
  z-index: 100;
}
.state-select-block .age-gate-state-group-section .pagebuilder-column-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}
.state-select-block .age-gate-state-group-section .pagebuilder-column-group .pagebuilder-column.store-state input.ada_tabbing {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  height: 40px;
  border: 0;
  background: 0 0;
  color: #16181b;
}
.state-select-block .agegate_State_ContentBottom .popup-logo {
  display: none;
}
span#pcPrivacypolicy,
span#pcTermsofService {
  text-decoration: underline;
  cursor: pointer;
}
.state-select-block .age-gate-state-group-section .pagebuilder-column-group:last-child {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
.state-select-block .age-gate-state-group-section.active .color-yellow:after {
  content: '';
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.65);
  position: absolute;
}
.state-select-block .age-gate-state-group-section.active .pagebuilder-column.store-state {
  background-color: rgba(255, 255, 255, 0.35) !important;
}
body.age-gate-checking .page-wrapper {
  display: none !important;
  visibility: hidden !important;
}
@media (min-width: 1025px) {
  .state-select-block .age-gate-state-group-section .pagebuilder-column-group .pagebuilder-column.store-state {
    width: calc(100% / 6 - 16px) !important;
    border-radius: 28px;
  }
  .state-select-block .age-gate-state-group-section .pagebuilder-column-group {
    max-width: 100%;
    padding: 60px 36px 36px;
    width: 100%;
  }
}
@media (min-width: 1440px) {
  .state-select-block .age-gate-state-group-section .pagebuilder-column-group .pagebuilder-column.store-state {
    width: calc(100% / 3 - 16px) !important;
    margin-bottom: 24px;
    border-radius: 32px;
  }
  .state-select-block .age-gate-state-group-section .pagebuilder-column-group {
    max-width: 768px;
    padding: 75px 36px 60px;
  }
}
@media (max-width: 1024px) {
  .state-select-block .age-gate-state-group-section .pagebuilder-column-group .pagebuilder-column.store-state {
    border-radius: 34px;
    width: calc(100% / 2 - 14px) !important;
    max-width: calc(100% / 2 - 14px);
    flex-basis: calc(100% / 2 - 14px);
    margin-bottom: 24px;
    align-items: center;
    justify-content: center !important;
    padding: 8px;
  }
}
@media (max-width: 567px) {
  .state-select-block .age-gate-state-group-section .pagebuilder-column-group .pagebuilder-column.store-state {
    flex-direction: row !important;
    width: calc(100% / 2 - 8px) !important;
    max-width: calc(100% / 2 - 8px);
    flex-basis: calc(100% / 2 - 8px);
    margin-bottom: 16px;
    padding: 8px;
  }
}
/**
 * @copyright   Copyright (c) 2021 Kensium Solutions LLC
 */
[data-content-type=row][data-appearance=full-width] {
  width: 100%;
}
.age-gate-main-popup {
  height: 100%;
  justify-content: center !important;
}
.age-gate-main-popup .popup-content {
  padding: 5%;
  justify-content: space-evenly !important;
  height: 100%;
}
@media (min-width: 641px) {
  .age-gate-main-popup .full-viewport-height {
    height: 100vh;
  }
  .age-gate-main-popup .half-height-mobile {
    flex-basis: initial;
  }
  .age-gate-main-popup .age-gate-popup-logo {
    /*width: 50%;*/
    width: auto;
    display: flex;
    margin: 30% auto;
  }
}
@media (max-width: 640px) {
  .age-gate-main-popup .half-height-mobile {
    height: 50vh !important;
    flex-basis: 100% !important;
  }
  .age-gate-main-popup .full-viewport-height {
    flex-basis: 100% !important;
    height: 100vh;
  }
  .age-gate-main-popup .age-gate-popup-logo {
    width: auto;
    display: flex;
    margin: 5% auto;
  }
}
@media (max-width: 480px) {
  .age-gate-main-popup.mdAgeGateMainPopup .pagebuilder-column-popup .pagebuilder-column-line .full-viewport-height:first-of-type {
    display: none!important;
  }
}
@media (max-width: 640px) {
  .MdStoreMainPopup .half-height-mobile:first-of-type {
    height: 35vh !important;
    background-position: top center!important;
  }
  .MdStoreMainPopup .half-height-mobile:nth-child(2) {
    min-height: 600px;
  }
}
body .page-wrapper:before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 2900;
  display: block;
}
body .page-wrapper.rmzindex:before {
  z-index: inherit!important;
  display: none;
}
.header-locator-dropdown-right ul li.icon-cashless .store_info_icon {
  text-decoration: none;
}
.header-locator-dropdown-right ul li.icon-card a {
  text-decoration: underline;
}
.bottom-content-section {
  margin: 30px  0 0;
}
.bottom-content-section a {
  color: #fff;
  text-decoration: underline;
  font-size: 15px;
  line-height: 23px;
}
.bottom-content-section a:hover {
  text-decoration: none;
}
.middle-section .mage-error {
  margin-bottom: 7px;
  background: #fae5e5;
  padding: 5px 10px;
  text-align: left;
}
.middle-section .homepopup-label-input {
  min-width: 245px;
  margin: 0px auto;
}
.middle-section .homepopup-label-input h2 {
  line-height: 24px;
}
.middle-section #enterSwitchNonMD {
  max-width: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 36px auto 0;
  height: 64px;
  border-radius: 32px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #343A40;
  cursor: pointer;
  font-weight: 700;
}
.middle-section #enterSwitchNonMD.disabled {
  background: #5d6166;
  border-color: #5d6166;
  color: #343A40;
  pointer-events: none;
  opacity: 0.5;
}
.middle-section #enterSwitchNonMD.MdStore {
  background: #5d6166;
  border-color: #5d6166;
}
.middle-section #enterSwitch {
  max-width: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 36px auto 0;
  height: 64px;
  border-radius: 32px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #343A40;
  cursor: pointer;
  font-weight: 700;
}
.middle-section #enterSwitch.disabled {
  background: #5d6166;
  border-color: #5d6166;
  color: #343A40;
  pointer-events: none;
  opacity: 0.5;
}
.middle-section #enterSwitch.MdStore {
  background: #5d6166;
  border-color: #5d6166;
}
.middle-section #mdAgeBtn {
  max-width: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 36px auto 0;
  height: 64px;
  border-radius: 32px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #343A40;
  cursor: pointer;
  font-weight: 700;
}
.middle-section #mdAgeBtn.disabled {
  background: #5d6166;
  border-color: #5d6166;
  color: #343A40;
  pointer-events: none;
  opacity: 0.5;
}
.modal-popup .modal-header {
  position: relative;
}
.modal-popup.homepagepopup-modal {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.modal-popup.homepagepopup-modal .modal-inner-wrap {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  width: 100%;
}
.modal-popup.homepagepopup-modal .modal-header {
  padding: 0px;
}
.modal-popup.homepagepopup-modal .modal-header .action-close {
  display: none;
}
.modal-popup.homepagepopup-modal .modal-header .action-close:before {
  content: '';
  background: url('../../frontend/Pharmacann/verilife-new/en_US/images/close-btn-white.svg') no-repeat;
}
.modal-popup .modal-header .action-close {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 0;
}
.modal-popup .modal-header .action-close:before {
  content: '';
  background: url('../../frontend/Pharmacann/verilife-new/en_US/images/close-btn.svg') no-repeat;
  width: 30px;
  height: 30px;
}
.modal-popup._inner-scroll .modal-content {
  padding: 0px;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  /*margin: 5vh auto;
                max-height: 90vh;*/
  margin: 0vh auto;
  max-height: 100vh;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
#simple-popup-modal {
  display: flex;
  align-items: center;
}
#simple-popup-modal .content-left {
  display: table-cell;
  vertical-align: top;
}
#simple-popup-modal .content-left .homepage-popup-img img {
  display: block;
}
#simple-popup-modal .content-right h1 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
  height: 48px;
  margin-bottom: 50px;
}
@media (max-width: 1366px) {
  #simple-popup-modal .content-right h1 {
    margin-bottom: 30px;
  }
}
@media (max-width: 1023px) {
  #simple-popup-modal .content-right h1 {
    font-size: 24px;
    line-height: 24px;
    height: 24px;
  }
}
#simple-popup-modal .content-right p {
  color: #fff;
  font-weight: 400;
}
#simple-popup-modal .content-right .middle-section p {
  margin-bottom: 25px;
}
#simple-popup-modal .content-right .middle-section .storenamepopup {
  display: flex;
}
#simple-popup-modal .content-right .middle-section .storenamepopup .medicalstorepopup {
  order: 2;
}
#simple-popup-modal .content-right .middle-section .storenamepopup .adultstorepopup {
  order: 1;
}
#simple-popup-modal .content-right .middle-section .spanclass.storelist {
  float: none;
  display: inline-block !important;
  width: 188px;
  padding: 12px 0px;
  background: transparent;
  border: 1px solid #FFFFFF;
  color: #fff;
  font-weight: 400;
  cursor: pointer;
  border-radius: 0;
}
#simple-popup-modal .content-right .middle-section .spanclass.storelist.medicalstorepopup {
  margin-left: 24px;
}
#simple-popup-modal .content-right .middle-section .spanclass.storelist.good {
  border-color: rgba(255, 255, 255, 0.3) !important;
  background: rgba(255, 255, 255, 0.3);
}
#simple-popup-modal .content-right .middle-section .form-control {
  background: transparent;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  height: 50px;
  border-radius: 0px;
  margin-bottom: 24px;
  text-align: center;
  text-align: -webkit-center;
  text-align: -moz-center;
  justify-content: center;
  text-align-last: center;
  width: 404px;
  font-weight: 400;
}
#simple-popup-modal .content-right .middle-section .form-control.selected,
#simple-popup-modal .content-right .middle-section .form-control:focus {
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: none;
  background: rgba(255, 255, 255, 0.3);
}
#simple-popup-modal .content-right .middle-section .form-control option {
  color: #000;
}
#simple-popup-modal .content-right .middle-section label {
  display: block;
  margin: 20px 0px;
  position: relative;
  /*padding-left: 84px;*/
  text-align: center;
  font-size: 15px;
  line-height: 23px;
}
#simple-popup-modal .content-right .middle-section input#terms {
  margin: 0px;
  margin-right: 34px;
  top: 0;
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  display: none;
}
#simple-popup-modal .content-right .middle-section input#terms:checked ~ .checkmark:after {
  display: block;
}
#simple-popup-modal .content-right .middle-section .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  border: 1px solid #fff;
  height: 50px;
  width: 50px;
}
#simple-popup-modal .content-right .middle-section .checkmark:after {
  left: 12px;
  top: 17px;
  content: "";
  position: absolute;
  display: none;
  background: url('../../frontend/Pharmacann/verilife-new/en_US/images/checkbox-tick-white.svg');
}
#simple-popup-modal .content-right .middle-section input[type="button"] {
  /*color: @button-small__background;*/
  height: 64px;
  background: #fff;
  width: 100%;
  border: 0px;
  font-weight: 600;
  border-radius: 32px;
  color: #000;
  width: 340px;
}
#simple-popup-modal .content-right .middle-section input[type="button"]:hover {
  opacity: 0.85;
}
#simple-popup-modal .content-right .bottom-section {
  /*width: 320px;*/
}
#simple-popup-modal .content-right .bottom-section a {
  color: #fff;
  text-decoration: underline;
}
#simple-popup-modal .content-right .bottom-section a:hover {
  text-decoration: none;
}
.customeoverlay {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.65);
  z-index: 100;
}
#simple-popup-modal .agegate-Custom-Popup {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 75%;
  height: 75vh;
  transform: translate(-50%, -50%);
  background-color: #fff;
  display: none;
  z-index: 102;
  padding: 25px;
  padding-right: 0px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  #simple-popup-modal .agegate-Custom-Popup {
    padding: 16px;
    padding-right: 0px;
  }
}
@media (max-width: 1024px) {
  #simple-popup-modal .agegate-Custom-Popup {
    height: 65vh;
  }
}
@media (max-width: 480px) {
  #simple-popup-modal .agegate-Custom-Popup {
    width: 72%;
  }
}
#simple-popup-modal .agegate-Custom-Popup .agegate-customePopupcontent {
  overflow-y: scroll;
  height: 100%;
  color: #000;
  padding-right: 25px;
}
@media (max-width: 1023px) {
  #simple-popup-modal .agegate-Custom-Popup .agegate-customePopupcontent {
    padding-right: 16px;
  }
}
#simple-popup-modal .agegate-Custom-Popup .agegate-customePopupcontent .close {
  position: absolute;
  top: 31px;
  right: 30px;
  font-size: 0;
  background: url('../../frontend/Pharmacann/verilife-new/en_US/images/close.svg') no-repeat;
  background-color: #fff;
  background-size: 100%;
  width: 26px;
  height: 26px;
  cursor: pointer;
}
@media (max-width: 1023px) {
  #simple-popup-modal .agegate-Custom-Popup .agegate-customePopupcontent .close {
    top: 24px;
    right: 16px;
    width: 16px;
    height: 16px;
  }
}
#simple-popup-modal .agegate-Custom-Popup .agegate-customePopupcontent .custompopup-content h1 {
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 35px;
}
@media (max-width: 1023px) {
  #simple-popup-modal .agegate-Custom-Popup .agegate-customePopupcontent .custompopup-content h1 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 20px;
  }
}
@media (max-width: 520px) {
  #simple-popup-modal .agegate-Custom-Popup .agegate-customePopupcontent .custompopup-content h1 {
    padding-right: 20px;
  }
}
#simple-popup-modal .agegate-Custom-Popup .agegate-customePopupcontent .custompopup-content h3 {
  font-size: 24px;
  line-height: 28px;
}
@media (max-width: 1023px) {
  #simple-popup-modal .agegate-Custom-Popup .agegate-customePopupcontent .custompopup-content h3 {
    font-size: 18px;
    line-height: 22px;
  }
}
#simple-popup-modal .agegate-Custom-Popup .agegate-customePopupcontent .custompopup-content h4 {
  font-size: 20px;
  line-height: 24px;
}
@media (max-width: 1023px) {
  #simple-popup-modal .agegate-Custom-Popup .agegate-customePopupcontent .custompopup-content h4 {
    font-size: 16px;
    line-height: 20px;
  }
}
#simple-popup-modal .agegate-Custom-Popup .agegate-customePopupcontent .custompopup-content ul {
  padding-left: 20px;
  margin-bottom: 20px;
}
#simple-popup-modal .agegate-Custom-Popup .agegate-customePopupcontent .custompopup-content ul li {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  margin-bottom: 5px;
}
@media (max-width: 1023px) {
  #simple-popup-modal .agegate-Custom-Popup .agegate-customePopupcontent .custompopup-content ul li {
    font-size: 15px;
    line-height: 19px;
  }
}
#simple-popup-modal .agegate-Custom-Popup .agegate-customePopupcontent .custompopup-content p {
  color: #000 !important;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 1023px) {
  #simple-popup-modal .agegate-Custom-Popup .agegate-customePopupcontent .custompopup-content p {
    font-size: 15px;
    line-height: 19px;
  }
}
@media only screen and (min-width: 1080px) and (max-width: 1279px) {
  .modal-popup .modal-inner-wrap {
    width: 100%;
    margin: 0 auto;
  }
  .full-page-height {
    height: 100vh;
  }
  #simple-popup-modal {
    min-height: auto !important;
  }
  #simple-popup-modal .content-right {
    vertical-align: middle !important;
    /* .bottom-section {
                    bottom:25px;
                 }*/
  }
}
@media only screen and (min-width: 640px) and (max-width: 1079px) {
  .full-viewport-height {
    justify-content: center !important;
    height: 100vh;
  }
  .modal-popup.homepagepopup-modal .pagebuilder-overlay.pagebuilder-poster-overlay {
    min-height: 45vh !important;
    max-height: 45vh !important;
  }
  .modal-popup.homepagepopup-modal .modal-inner-wrap,
  .modal-popup.homepagepopup-modal .modal-inner-wrap {
    box-shadow: none !important;
  }
  #simple-popup-modal {
    /*min-height:700px;*/
    padding: 0px;
    /*background-color: #fff;*/
    position: relative;
    flex-direction: column;
  }
  #simple-popup-modal .content-left {
    /* display: none;*/
    display: block;
    width: 100%;
  }
  #simple-popup-modal .content-left h2.h2-color-red {
    color: #FE001E;
    font-family: 'neue-haas-grotesk-display';
    font-weight: 400;
    margin: 0;
    font-size: 64px;
    left: 0!important;
    top: inherit!important;
    right: 0;
    text-align: center;
  }
  #simple-popup-modal .content-right {
    padding: 30px;
    display: block;
    width: 100%;
    position: relative;
  }
  #simple-popup-modal .content-right .pop-content-block {
    position: fixed;
    bottom: 30px;
    left: 0;
    right: 0;
  }
  #simple-popup-modal .content-right .popup-content .middle-section p {
    line-height: 24px;
  }
  #simple-popup-modal .content-right .popup-content .middle-section .spanclass.storelist {
    font-size: 16px;
    line-height: 20px;
    border: 1px solid #3C3C3C;
    color: #3C3C3C;
    border-radius: 4px;
    padding: 14px 5px;
  }
  #simple-popup-modal .content-right .popup-content .middle-section .form-control {
    font-size: 16px;
    line-height: 20px;
    width: 100% !important;
    border: 1px solid #3C3C3C;
    border-radius: 4px;
    color: #3C3C3C;
    text-align: center;
    text-indent: 130px hanging;
  }
  #simple-popup-modal .content-right .popup-content .middle-section label {
    font-size: 15px;
    line-height: 23px;
  }
  #simple-popup-modal .content-right .popup-content .middle-section .checkmark {
    top: -5px !important;
    border: 1px solid #3C3C3C;
    border-radius: 4px;
  }
  #simple-popup-modal .content-right .popup-content .middle-section .checkmark:after {
    width: 24px;
    height: 14px;
    background-size: 100% 100%;
    top: 18px !important;
  }
  #simple-popup-modal .content-right .popup-content .middle-section input[type="button"] {
    border-radius: 30px;
    height: 60px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
  }
  #simple-popup-modal .content-right .popup-content .middle-section .bottom-section p {
    font-size: 12px;
    line-height: 18px;
    margin: 0px;
    color: #a9a9a9;
  }
  #simple-popup-modal .content-right .popup-content .middle-section .bottom-section p a {
    color: #a9a9a9;
  }
  #simple-popup-modal .content-right .bottom-section {
    color: #a9a9a9;
    text-align: center;
    width: 380px;
  }
  #simple-popup-modal .content-right .bottom-section p {
    font-size: 12px;
    line-height: 18px;
    margin: 0px;
    color: #a9a9a9;
  }
  #simple-popup-modal .content-right .bottom-section p a {
    color: #a9a9a9;
  }
  #simple-popup-modal .content-right .right-section h1 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 600;
    height: 48px;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1079px) and (max-width: 1366px) {
  #simple-popup-modal .content-right .right-section h1 {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1079px) and (max-width: 1023px) {
  #simple-popup-modal .content-right .right-section h1 {
    font-size: 24px;
    line-height: 24px;
    height: 24px;
  }
}
@media screen and (orientation: landscape) and (max-width: 640px) {
  .pagebuilder-mobile-hidden {
    display: none;
  }
}
@media screen and (orientation: landscape) and (max-width: 991px) {
  #simple-popup-modal .content-right {
    position: relative;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (orientation: landscape) and (max-width: 1023px) {
  body._has-modal {
    overflow-y: hidden!important;
  }
  body._has-modal #simple-popup-modal .content-right {
    align-items: center;
    justify-content: center;
    position: relative;
  }
  body._has-modal #simple-popup-modal .content-right .pop-content-block {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
@media (max-device-width: 850px) and (orientation: landscape) {
  .age-gate-main-popup .full-viewport-height,
  .age-gate-main-popup .MdStoreMainPopup .full-viewport-height {
    height: inherit;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPharmacann%5C%2Fverilife-new%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_responsive.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPharmacann%5C%2Fverilife-new%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_age-gate-popup.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPharmacann%5C%2Fverilife-new%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_cms-home-popup.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPharmacann%5C%2Fverilife-new%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_mixins.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPharmacann%5C%2Fverilife-new%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_variables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPharmacann%5C%2Fverilife-new%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_typography.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAqCI%2CwBAJqD%3B%3B%3B%3B%3BECwXrD%2C6BAA8B%2CyBAAyB%3BIACnD%2CwBAAA%3B%3BEAGJ%2CmBAAoB%2C8BAA8B%2C0BAA0B%2CoBAAmB%2CYAAa%2CMAAK%3BIAC7G%2CaAAA%3B%3BEAGJ%2CmBAAoB%2C8BAA8B%2C0BAA0B%2CoBAAoB%3BIAC5F%2CyBAAA%3B%3BEAGJ%2CmBAAoB%2C8BAA8B%2C0BAA0B%2CoBAAmB%2CYAAa%2C0BAA0B%3BIAClI%2CWAAA%3BIACA%2CuBAAA%3B%3BEAGJ%2CmBAAoB%2C8BAA8B%3BIAC9C%2CsBAAA%3B%3B%3BADlYJ%2CwBAJqD%3B%3B%3B%3BEEm4BrD%3BIAEI%2CmBAAA%3BIACA%2CuBAAA%3B%3BEAEJ%3BIACI%2CaAAA%3BIACA%2CYAAA%3BIACA%2CuBAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CkCAAA%3B%3BEAEJ%2CmBAAmB%2CYAAa%3BIAC5B%2CuBAAA%3B%3BEAEJ%2CYAAY%2CoBACT%3BEADH%2CYAAY%2CoBACU%3BIACf%2C2BAAA%3B%3BEAIP%2CsBACI%3BEADJ%2CsBAEI%3BIACI%2CeAAA%3BIACA%2CgBAAA%3B%3BEAGR%3BIACI%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CsBAAA%3BIACA%2CaAAA%3BIACA%2CiCAAA%3B%3BEAPJ%2CmBAUI%3B%3BIAEI%2CyBAAA%3BIACA%2CWAAA%3B%3BEAEI%2CmBALR%2CcAII%2CiBACK%3BIACG%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CSAAA%3BIACA%2CWAAW%2CgBAAX%3BIACA%2CgBAAA%3BIACA%2CUAAA%3B%3BEArBhB%2CmBAUI%2CcAcI%2C2BAA0B%2C0BAA2B%3BEAxB7D%2CmBAUI%2CcAeI%2C6BAA4B%2C0BAA2B%3BIACnD%2C6BAAA%3B%3BEA1BZ%2CmBAUI%2CcAkBI%2CqBAAoB%3BIAChB%2CgBAAA%3BIACA%2CUAAA%3B%3BEA9BZ%2CmBAUI%2CcAsBI%2C4BACI%3BIACI%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CsBAAA%3B%3BEApChB%2CmBAUI%2CcA6BI%2CGAAE%3BIACE%2CcAAA%3BIACA%2CaAAa%2C2BAAb%3BIACA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CeAAA%3B%3BEA5CZ%2CmBAgDI%3BIACI%2CaAAA%3BIACA%2CsBAAA%3BIACA%2CsBAAA%3BIACA%2CaAAA%3BIACA%2CeAAA%3BIACA%2CSAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3B%3BEAxDR%2CmBAgDI%2CeASI%2CmBACI%3BIACI%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CaAAA%3BIACA%2CkBAAA%3B%3BEA9DhB%2CmBAgDI%2CeASI%2CmBACI%2CeAOA%3BIACI%2CkBAAA%3B%3BEAlEhB%2CmBAgDI%2CeASI%2CmBACI%2CeAOA%2CaAEI%3BIACI%2CgBAAA%3BIACA%2CmBAAA%3B%3BEAEA%2CmBAvBhB%2CeASI%2CmBACI%2CeAOA%2CaAEI%2CiBAIK%3BIACG%2CqBAAA%3B%3BEAGJ%2CmBA3BhB%2CeASI%2CmBACI%2CeAOA%2CaAEI%2CiBAQK%3BIACG%2CaAAA%3B%3BEA5ExB%2CmBAgDI%2CeASI%2CmBACI%2CeAOA%2CaAeI%3BIACI%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3B%3BEAnFpB%2CmBAgDI%2CeASI%2CmBACI%2CeA6BA%2CgBACI%3BIACI%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3B%3BEA3FpB%2CmBAgDI%2CeASI%2CmBACI%2CeA6BA%2CgBAMI%2CuBACI%3BIACI%2CUAAA%3B%3BEA%5C%2FFxB%2CmBAgDI%2CeASI%2CmBACI%2CeA6BA%2CgBAYI%2CWAAU%3BIACN%2CuBAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CyBAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3B%3BEACA%2CmBA3DhB%2CeASI%2CmBACI%2CeA6BA%2CgBAYI%2CWAAU%2CUAQL%3BIACG%2CyBAAA%3BIACA%2CmBAAA%3B%3BEA7GxB%2CmBAgDI%2CeASI%2CmBACI%2CeA6BA%2CgBA0BI%3BIACI%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CsBAAA%3BIACA%2CyBAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2C0BAAA%3B%3BEACA%2CmBA1EhB%2CeASI%2CmBACI%2CeA6BA%2CgBA0BI%2CcASK%3BIACG%2CyBAAA%3BIACA%2CmBAAA%3B%3BEA5HxB%2CmBAgDI%2CeASI%2CmBACI%2CeA6BA%2CgBAyCI%3BIACI%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3BIACA%2C0BAAA%3BIACA%2CgBAAA%3BIACA%2CYAAA%3B%3BEAtIpB%2CmBAgDI%2CeASI%2CmBACI%2CeA6BA%2CgBAqDI%3BIACI%2CSAAA%3BIACA%2CyBAAA%3BIACA%2CkBAAA%3B%3BEAEA%2CmBAjGhB%2CeASI%2CmBACI%2CeA6BA%2CgBAqDI%2CWAKK%3BIACG%2CWAAA%3BIACA%2CYAAA%3BIACA%2C0BAAA%3BIACA%2CoBAAA%3BIACA%2CgBAAgB%2CoCAAhB%3B%3BEAtJxB%2CmBAgDI%2CeASI%2CmBACI%2CeA6BA%2CgBAmEI%2CMAAK%3BIACD%2CmBAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3B%3BEACA%2CmBAjHhB%2CeASI%2CmBACI%2CeA6BA%2CgBAmEI%2CMAAK%2CeAOA%3BIACG%2CUAAA%3B%3BEAlKxB%2CmBAgDI%2CeASI%2CmBACI%2CeA6BA%2CgBA%2BEI%2CgBACI%3BIACI%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3B%3BEA3KxB%2CmBAgDI%2CeASI%2CmBACI%2CeA6BA%2CgBA%2BEI%2CgBACI%2CEAMI%3BIACI%2CcAAA%3B%3BEA9K5B%2CmBAgDI%2CeASI%2CmBACI%2CeA2HA%3BIACI%2CsBAAA%3BIACA%2CcAAA%3BIACA%2CYAAA%3B%3BEAxLhB%2CmBAgDI%2CeASI%2CmBACI%2CeA2HA%2CgBAKI%3BIACI%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3B%3BEA7LpB%2CmBAgDI%2CeASI%2CmBACI%2CeAsII%2CeACI%3BIACI%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CYAAA%3BIACA%2CmBAAA%3B%3BEAtMxB%2CmBAgDI%2CeAmKI%2CoBAAoB%2CeAAe%3BIAC%5C%2FB%2CkBAAA%3B%3BEApNZ%2CmBAgDI%2CeAsKI%3BIACI%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3B%3BEAzNZ%2CmBAgDI%2CeA2KI%3BIACQ%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEA%5C%2FNhB%2CmBAgDI%2CeA2KI%2CgBASQ%3BIACI%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3B%3BEAzOpB%2CmBAgDI%2CeA2KI%2CgBASQ%2CEAOI%3BIACI%2CcAAA%3B%3BEAOxB%2CYAAY%2CcAAe%3BIACvB%2C2BAAA%3B%3B%3BAA1GY%2CwBF1iCqC%2CuBEuiCT%3BEAG5B%2CmBA1FZ%2CeASI%2CmBACI%2CeA6BA%2CgBAyCI%3BIAQQ%2C0BAAA%3B%3B%3BAAkEA%2CwBF1mC6B%2CuBEumCH%3BEAG1B%2CmBA1JpB%2CeASI%2CmBACI%2CeAsII%2CeACI%3BIAOQ%2CmBAAA%3B%3B%3BAAOR%2CwBF%5C%2FmCiC%2CuBE0mCL%3BEAK5B%2CmBA%5C%2FJhB%2CeASI%2CmBACI%2CeAsII%2CeACI%3BIAUQ%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CYAAA%3B%3B%3BAAuBZ%2CwBFpoCqC%2CuBEgoCb%3BEAIxB%2CmBApLZ%2CeA2KI%3BIAMY%2C0BAAA%3B%3B%3BAFznCpB%2CwBAJsD%3BEEwpCtD%3BIACI%2C2BAAA%3B%3B%3BAFhoCJ%2CgBALsC%3BECyStC%2CmBAAoB%3BIAChB%2CwBAAA%3B%3BEAIJ%2CmBAAoB%2C8BAA8B%3BIAC9C%2CqBAAA%3B%3BEAGJ%2CmBAAoB%2C8BAA8B%3BIAC9C%2CgBAAA%3BIACA%2CuBAAA%3B%3BEAGJ%2CmBAAoB%2C8BAA8B%2C0BAAyB%2CWAAY%3BIACnF%2CkCAAA%3B%3BEAGJ%2CmBAAoB%2C8BAA8B%2C0BAA0B%2CoBAAoB%3BIAC5F%2CwBAAA%3B%3B%3BAD7SJ%2CgBAL4C%3BECmU5C%2CmBAAoB%2C8BAA8B%2C0BAA0B%2CoBAAmB%2CYAAa%3BIACxG%2CkBAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3B%3B%3B%3B%3B%3B%3BAAzYJ%2CIAAI%2CiBAAiB%2CIAAI%3BEACrB%2CyBAAA%3B%3BAAGJ%2CIAAI%2CkBAAmB%3BEACnB%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CIAAI%2CkBAAmB%3BEACnB%2CwBAAA%3BEACA%2C6BAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CmBAAoB%3BEAChB%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2C0BAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CmBAAoB%2CcAAc%3BEAC9B%2CYAAA%3B%3BAAGJ%2CmBAAoB%3BEAChB%2CaAAA%3BEACA%2CkBAAA%3B%3BAAIJ%2CmBAAoB%3BEAChB%2CkBAAA%3B%3BAAGJ%2CGAAG%3BEACC%2CqBAAA%3B%3BAAGJ%2CmBAAoB%2CcAAc%3BEAC9B%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CmBAAoB%2C8BAA8B%2C0BAA0B%3BEACxE%2CaAAA%3BEACA%2CeAAA%3BEACA%2C8BAAA%3B%3BAAGJ%2CmBAAoB%2C8BAA8B%2C0BAA0B%2CoBAAmB%3BEE4K%5C%2FF%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEF9KI%2COAAO%2CqBAAP%3B%3BAEgLJ%2CmBFlLoB%2C8BAA8B%2C0BAA0B%2CoBAAmB%2CYEkL9F%3BEACG%2CyBAAA%3BEACA%2CWAAA%3B%3BAF%5C%2FKJ%2CmBAAoB%3BEAChB%2CcAAA%3B%3BAAGJ%2CmBAAoB%2C6BAA4B%2COAAQ%2CaAAa%3BEACjE%2CcAAA%3B%3BAAGJ%2CmBAAoB%2C6BAA6B%2CaAAa%3BEAC1D%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CmBAAoB%2C6BAA6B%3BEAC7C%2CgBAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CcACI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3B%3BAAPR%2CcAUI%3BEEvDJ%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEAEA%2CaCvDqB%2C0BCMC%2C8CFiDtB%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEFiDQ%2CYAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAEjDR%2CcF6CI%2CsBE7CH%3BEACG%2CcAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CcFwCI%2CsBExCH%3BEACG%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CcFkCI%2CsBElCH%3BEACG%2CqBAAA%3B%3BAFuBJ%2CcAiBI%2CUAAS%3BEACL%2CgBAAA%3B%3BAAlBR%2CcAsBI%3BAAtBJ%2CcAuBI%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3B%3BAAEA%2CcATJ%2CuBASK%3BAAAD%2CcARJ%2CMAQK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CgBAAgB%2CmCAAhB%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAAMZ%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3BEACA%2C8BAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CuBAAA%3BEACA%2CiBAAA%3B%3BAATJ%2CgBAYI%3BEACI%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CaAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAxBR%2CgBAYI%2CgBAcI%3BAA1BR%2CgBAYI%2CgBAeI%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3B%3BAAMA%2CQAJyB%3BEAIzB%2CgBA3BR%2CgBAcI%3BEAaI%2CgBA3BR%2CgBAeI%3BIASQ%2CYAAA%3B%3B%3BAAGJ%2CgBA3BR%2CgBAcI%2CuBAaK%3BAAAD%2CgBA3BR%2CgBAeI%2CMAYK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CgBAAgB%2CmCAAhB%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3B%3BAAhDhB%2CgBAqDI%3BEEqDJ%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3B%3BAF5DQ%2CgBAHJ%2CKAGK%3BEACG%2CgBAAA%3BEACA%2CkBAAA%3B%3BAA1DZ%2CgBA8DI%2CMAAK%3BEACD%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAKR%2CmBAAoB%2C6BAA6B%3BEAC7C%2CcAAA%3B%3BAAGJ%3BEACI%2CeAAA%3B%3BAAGJ%3BEACI%2CeAAA%3B%3BAAGJ%2CmBAAoB%2C6BAA6B%2C4BAA4B%3BEEqB7E%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3B%3BAF3BA%2CmBAAoB%2C6BAA4B%2COAAQ%2C4BAA4B%3BEETpF%2CuBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAFUA%2CmBAAoB%2C6BAA6B%3BEAC7C%2CgBAAA%3B%3BAAGJ%2CmBAAoB%2C6BAA6B%3BEAC7C%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CmBAAoB%2C6BAA6B%3BEAC7C%2CgBAAA%3B%3BAAGJ%2CmBAAoB%3BEAChB%2CeAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2C%2BBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CmBAAoB%2C8BAA8B%3BEAC9C%2CaAAA%3BEACA%2CeAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CmBAAoB%2C8BAA8B%2C0BAA0B%2CoBAAmB%2CYAAa%2CMAAK%3BEAC7G%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAIJ%2CmBAAoB%2C6BAA6B%3BEAC7C%2CaAAA%3B%3BAAGJ%2CIAAI%3BAACJ%2CIAAI%3BEACA%2C0BAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CmBAAoB%2C8BAA8B%2C0BAAyB%3BEACvE%2CeAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAQY%2CmBAHZ%2C8BACK%2COACG%2CcACK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2C%2BBAAA%3BEACA%2CkBAAA%3B%3BAAVZ%2CmBADJ%2C8BACK%2COAcG%2CoBAAmB%3BEACf%2C2CAAA%3B%3BAAMhB%2CIAAI%2CkBAAmB%3BEACnB%2CwBAAA%3BEACA%2C6BAAA%3B%3BAAmGR%2CQAb2B%3BEACvB%2CmBAAoB%2C8BAA8B%2C0BAA0B%2CoBAAmB%3BIAC3F%2COAAO%2CqBAAP%3BIACA%2CmBAAA%3B%3BEAGJ%2CmBAAoB%2C8BAA8B%3BIAC9C%2CeAAA%3BIACA%2CuBAAA%3BIACA%2CWAAA%3B%3B%3BAAiBR%2CQAb2B%3BEACvB%2CmBAAoB%2C8BAA8B%2C0BAA0B%2CoBAAmB%3BIAC3F%2COAAO%2CqBAAP%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2CmBAAoB%2C8BAA8B%3BIAC9C%2CgBAAA%3BIACA%2CuBAAA%3B%3B%3BAAiBR%2CQAb2B%3BEACvB%2CmBAAoB%2C8BAA8B%2C0BAA0B%2CoBAAmB%3BIAC3F%2CmBAAA%3BIACA%2COAAO%2CqBAAP%3BIACA%2CWAAW%2CqBAAX%3BIACA%2CYAAY%2CqBAAZ%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CkCAAA%3BIACA%2CYAAA%3B%3B%3BAAcR%2CQAV0B%3BEACtB%2CmBAAoB%2C8BAA8B%2C0BAA0B%2CoBAAmB%3BIAC3F%2C8BAAA%3BIACA%2COAAO%2CoBAAP%3BIACA%2CWAAW%2CoBAAX%3BIACA%2CYAAY%2CoBAAZ%3BIACA%2CmBAAA%3BIACA%2CYAAA%3B%3B%3B%3B%3B%3BACheR%2CuBAAuB%3BEACnB%2CWAAA%3B%3BAAEJ%3BEACI%2CYAAA%3BEACA%2CkCAAA%3B%3BAAFJ%2CoBAGI%3BEACI%2CWAAA%3BEACA%2C6BAAA%3BEACA%2CYAAA%3B%3BAAgBJ%2CQAdwB%3BEAcxB%2CoBAbI%3BIACI%2CaAAA%3B%3BEAYR%2CoBAVI%3BIACI%2CmBAAA%3B%3BEASR%2CoBAPI%3B%3BIAEI%2CWAAA%3BIACA%2CaAAA%3BIACA%2CgBAAA%3B%3B%3BAAqBZ%2CQAlB4B%3BEAkB5B%2CoBAjBQ%3BIACI%2CuBAAA%3BIACA%2C2BAAA%3B%3BEAeZ%2CoBAbQ%3BIACI%2C2BAAA%3BIACA%2CaAAA%3B%3BEAWZ%2CoBATQ%3BIACI%2CWAAA%3BIACA%2CaAAA%3BIACA%2CeAAA%3B%3B%3BAAgBQ%2CQAH4B%3BEAG5B%2CoBAPX%2CmBACG%2C0BACI%2CyBACI%2CsBAAqB%3BIAET%2CuBAAA%3B%3B%3BAAmB5B%2CQAXwB%3BEACxB%2CiBACI%2CoBAAmB%3BIACf%2CuBAAA%3BIACA%2CyCAAA%3B%3BEAHR%2CiBAKI%2CoBAAmB%2CUAAU%3BIACzB%2CiBAAA%3B%3B%3BAAKJ%2CIADC%2CcACA%3BEACG%2CSAAQ%2CEAAR%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CIAdC%2CcAcA%2CSAAS%3BEACN%2C0BAAA%3BEACA%2CaAAA%3B%3BAAIJ%2C8BAD2B%2CGAAG%2CGAC7B%2CcACG%3BEACI%2CqBAAA%3B%3BAAGR%2C8BAN2B%2CGAAG%2CGAM7B%2CUACG%3BEACI%2C0BAAA%3B%3BAAKZ%3BEACI%2CiBAAA%3B%3BAADJ%2CuBAEI%3BEACI%2CWAAA%3BEACA%2C0BAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAACA%2CuBALJ%2CEAKK%3BEACG%2CqBAAA%3B%3BAAKZ%2CeACI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAALR%2CeAOI%3BEACQ%2CgBAAA%3BEACA%2CgBAAA%3B%3BAATZ%2CeAOI%2CuBAGQ%3BEACI%2CiBAAA%3B%3BAAXhB%2CeAcI%3BECuEJ%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEDlFQ%2CgBAAA%3B%3BACoFR%2CeDtFI%2CkBCsFH%3BEACG%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CYAAA%3B%3BADxFI%2CeAHJ%2CkBAGK%3BEACG%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAnBZ%2CeAsBI%3BEC%2BDJ%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BED1EQ%2CgBAAA%3B%3BAC4ER%2CeD9EI%2CaC8EH%3BEACG%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CYAAA%3B%3BADhFI%2CeAHJ%2CaAGK%3BEACG%2CmBAAA%3BEACA%2CqBAAA%3B%3BAA3BZ%2CeA8BI%3BECuDJ%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEDlEQ%2CgBAAA%3B%3BACoER%2CeDtEI%2CUCsEH%3BEACG%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CYAAA%3B%3BADrEJ%2CYACI%3BEACI%2CkBAAA%3B%3BAAKJ%2CYAAC%3BEACM%2CwBAAA%3BEACX%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAALI%2CYAAC%2CoBAML%3BEACO%2CwBAAA%3BEACP%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACI%2CWAAA%3B%3BAAZA%2CYAAC%2CoBAcG%3BEACI%2CYAAA%3B%3BAAfR%2CYAAC%2CoBAcG%2CcAGI%3BEACI%2CaAAA%3B%3BAAEA%2CYApBX%2CoBAcG%2CcAGI%2CcAGK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CgBAAgB%2C0CAAhB%3B%3BAAvBpB%2CYA6BI%2CcACI%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAEA%2CYAPR%2CcACI%2CcAMK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CgBAAgB%2CoCAAhB%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAKZ%2CYAAC%2CcACG%3BEACI%2CYAAA%3B%3BAAFR%2CYAAC%2CcAKG%3B%3B%3BEAGI%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAMZ%3BEACI%2CaAAA%3BEACA%2CmBAAA%3B%3BAAFJ%2CmBAII%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3B%3BAANR%2CmBAII%2CcAII%2CoBACI%3BEACI%2CcAAA%3B%3BAAVhB%2CmBAgBI%2CeAEI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAAIA%2CQAH0B%3BEAG1B%2CmBAXR%2CeAEI%3BIAOQ%2CmBAAA%3B%3B%3BAAOR%2CQAL4B%3BEAK5B%2CmBAhBJ%2CeAEI%3BIAUQ%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CYAAA%3B%3B%3BAA9BhB%2CmBAgBI%2CeAmBI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3B%3BAArCZ%2CmBAgBI%2CeAwBI%2CgBACI%3BEACI%2CmBAAA%3B%3BAA1ChB%2CmBAgBI%2CeAwBI%2CgBAKI%3BEACI%2CaAAA%3B%3BAA9ChB%2CmBAgBI%2CeAwBI%2CgBAKI%2CgBAGI%3BEACI%2CQAAA%3B%3BAAjDpB%2CmBAgBI%2CeAwBI%2CgBAKI%2CgBAOI%3BEACI%2CQAAA%3B%3BAArDpB%2CmBAgBI%2CeAwBI%2CgBAiBI%2CWAAU%3BEACN%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAACA%2CmBApDZ%2CeAwBI%2CgBAiBI%2CWAAU%2CUAWL%3BEACG%2CiBAAA%3B%3BAAGJ%2CmBAxDZ%2CeAwBI%2CgBAiBI%2CWAAU%2CUAeL%3BEACG%2CsCAAA%3BEACA%2CoCAAA%3B%3BAA1EpB%2CmBAgBI%2CeAwBI%2CgBAuCI%3BEACI%2CuBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2C0BAAA%3BEACA%2CuBAAA%3BEACA%2CuBAAA%3BEACA%2CuBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAACA%2CmBA7EZ%2CeAwBI%2CgBAuCI%2CcAcK%3BAACD%2CmBA9EZ%2CeAwBI%2CgBAuCI%2CcAeK%3BEACG%2C0CAAA%3BEACA%2CgBAAA%3BEACA%2CoCAAA%3B%3BAAjGpB%2CmBAgBI%2CeAwBI%2CgBAuCI%2CcAoBI%3BEACI%2CWAAA%3B%3BAApGpB%2CmBAgBI%2CeAwBI%2CgBAiEI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BEAEA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAhHhB%2CmBAgBI%2CeAwBI%2CgBA2EI%2CMAAK%3BEACD%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CaAAA%3B%3BAAEA%2CmBA7GZ%2CeAwBI%2CgBA2EI%2CMAAK%2CMAUA%2CQAAS%2CaAAU%3BEAChB%2CcAAA%3B%3BAA9HpB%2CmBAgBI%2CeAwBI%2CgBA0FI%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2C6BAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAEA%2CmBA3HZ%2CeAwBI%2CgBA0FI%2CWASK%3BEACG%2CUAAA%3BEACA%2CSAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CgBAAgB%2CoCAAhB%3B%3BAAjJpB%2CmBAgBI%2CeAwBI%2CgBA8GI%2CMAAK%3B%3BEAED%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAACA%2CmBAhJZ%2CeAwBI%2CgBA8GI%2CMAAK%2CeAUA%3BEACG%2CaAAA%3B%3BAAjKpB%2CmBAgBI%2CeAsJI%3B%3B%3BAAtKR%2CmBAgBI%2CeAsJI%2CgBAGI%3BEACI%2CWAAA%3BEACA%2C0BAAA%3B%3BAAEA%2CmBA7JZ%2CeAsJI%2CgBAGI%2CEAIK%3BEACG%2CqBAAA%3B%3BAAQpB%3BEACI%2CeAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2C%2BBAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CmBACI%3BEACI%2CeAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAKA%2CQAJwB%3BEAIxB%2CmBAjBJ%3BIAcQ%2CaAAA%3BIACA%2CkBAAA%3B%3B%3BAAKJ%2CQAHwB%3BEAGxB%2CmBApBJ%3BIAkBQ%2CYAAA%3B%3B%3BAAKR%2CQAH2B%3BEAG3B%2CmBAvBA%3BIAqBQ%2CUAAA%3B%3B%3BAAtBZ%2CmBACI%2CsBAuBA%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAKA%2CQAJwB%3BEAIxB%2CmBAhCJ%2CsBAuBA%3BIAMQ%2CmBAAA%3B%3B%3BAA9BZ%2CmBACI%2CsBAuBA%2C6BASI%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAgB%2CgCAAhB%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAAOJ%2CQAN4B%3BEAM5B%2CmBAjDJ%2CsBAuBA%2C6BASI%3BIAYQ%2CSAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3B%3B%3BAAhDhB%2CmBACI%2CsBAuBA%2C6BA2BQ%2CqBACI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAMA%2CQALwB%3BEAKxB%2CmBA5DhB%2CsBAuBA%2C6BA2BQ%2CqBACI%3BIAKQ%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3B%3B%3BAAKR%2CQAH2B%3BEAG3B%2CmBA%5C%2FDZ%2CsBAuBA%2C6BA2BQ%2CqBACI%3BIAUQ%2CmBAAA%3B%3B%3BAA9DxB%2CmBACI%2CsBAuBA%2C6BA2BQ%2CqBAcI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3B%3BAAKJ%2CQAJ4B%3BEAI5B%2CmBAvEZ%2CsBAuBA%2C6BA2BQ%2CqBAcI%3BIAIQ%2CeAAA%3BIACA%2CiBAAA%3B%3B%3BAAtExB%2CmBACI%2CsBAuBA%2C6BA2BQ%2CqBAsBI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3B%3BAAKJ%2CQAJ4B%3BEAI5B%2CmBA%5C%2FEZ%2CsBAuBA%2C6BA2BQ%2CqBAsBI%3BIAIQ%2CeAAA%3BIACA%2CiBAAA%3B%3B%3BAA9ExB%2CmBACI%2CsBAuBA%2C6BA2BQ%2CqBA8BI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAnFpB%2CmBACI%2CsBAuBA%2C6BA2BQ%2CqBA8BI%2CGAGI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAKJ%2CQAJ4B%3BEAI5B%2CmBA5FhB%2CsBAuBA%2C6BA2BQ%2CqBA8BI%2CGAGI%3BIAMQ%2CeAAA%3BIACA%2CiBAAA%3B%3B%3BAA3F5B%2CmBACI%2CsBAuBA%2C6BA2BQ%2CqBA4CI%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAKJ%2CQAJ4B%3BEAI5B%2CmBAtGZ%2CsBAuBA%2C6BA2BQ%2CqBA4CI%3BIAKQ%2CeAAA%3BIACA%2CiBAAA%3B%3B%3BAAiC5B%2CwBAtBmD%2CwBAAmC%3BEAC9E%2CYAAa%3BIACT%2CWAAA%3BIACA%2CcAAA%3B%3BEAEJ%3BIACI%2CaAAA%3B%3BEAEJ%3BIACI%2C2BAAA%3B%3BEADJ%2CmBAGI%3BIACI%2CiCAAA%3B%3B%3B%3B%3B%3BAAoYhB%2CwBA%5C%2FJmD%2CuBAAkC%3BEAC7E%3BIACI%2CkCAAA%3BIACA%2CaAAA%3B%3BEAII%2CYAFI%2CoBACR%2CqBACK%3BIACG%2C2BAAA%3BIACA%2C2BAAA%3B%3BEAJZ%2CYAAY%2CoBAOR%3BEAPJ%2CYAAY%2CoBAOW%3BIACf%2C2BAAA%3B%3BEAGR%3B%3BIAEK%2CYAAA%3B%3BIAED%2CkBAAA%3BIACA%2CsBAAA%3B%3BEALJ%2CmBAOI%3B%3BIAEI%2CcAAA%3BIACA%2CWAAA%3B%3BEAVR%2CmBAOI%2CcAII%2CGAAE%3BIACE%2CcAAA%3BIACA%2CaAAa%2C2BAAb%3BIACA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CsBAAA%3BIACA%2CQAAA%3BIACA%2CkBAAA%3B%3BEApBZ%2CmBAwBI%3BIACI%2CaAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEA5BR%2CmBAwBI%2CeAMI%3BIACI%2CeAAA%3BIACA%2CYAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3B%3BEAlCZ%2CmBAwBI%2CeAaA%2CeAEI%2CgBACI%3BIACI%2CiBAAA%3B%3BEAzChB%2CmBAwBI%2CeAaA%2CeAEI%2CgBAKI%2CWAAU%3BIACN%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CyBAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3B%3BEAlDhB%2CmBAwBI%2CeAaA%2CeAEI%2CgBAcI%3BIACI%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CsBAAA%3BIACA%2CyBAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2C0BAAA%3B%3BEA7DhB%2CmBAwBI%2CeAaA%2CeAEI%2CgBAyBI%3BIACI%2CeAAA%3BIACA%2CiBAAA%3B%3BEAlEhB%2CmBAwBI%2CeAaA%2CeAEI%2CgBA8BI%3BIACI%2CSAAA%3BIACA%2CyBAAA%3BIACA%2CkBAAA%3B%3BEAEA%2CmBAlDZ%2CeAaA%2CeAEI%2CgBA8BI%2CWAKK%3BIACG%2CWAAA%3BIACA%2CYAAA%3BIACA%2C0BAAA%3BIACA%2CoBAAA%3B%3BEA9EpB%2CmBAwBI%2CeAaA%2CeAEI%2CgBA2CI%2CMAAK%3BIACD%2CmBAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAvFhB%2CmBAwBI%2CeAaA%2CeAEI%2CgBAmDI%2CgBACI%3BIACI%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3B%3BEA%5C%2FFpB%2CmBAwBI%2CeAaA%2CeAEI%2CgBAmDI%2CgBACI%2CEAMI%3BIACI%2CcAAA%3B%3BEAlGxB%2CmBAwBI%2CeAiFI%3BIACI%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3B%3BEA5GZ%2CmBAwBI%2CeAiFI%2CgBAII%3BIACI%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3B%3BEAjHhB%2CmBAwBI%2CeAiFI%2CgBAII%2CEAMI%3BIACI%2CcAAA%3B%3BEApHpB%2CmBAwBI%2CeAgGI%2CeACI%3BIACI%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CYAAA%3BIACA%2CmBAAA%3B%3B%3BAAIA%2CwBAlJ2B%2CuBAAkC%2CwBA%2BInC%3BEAG1B%2CmBA1GZ%2CeAgGI%2CeACI%3BIAOQ%2CmBAAA%3B%3B%3BAAOR%2CwBAvJ%2BB%2CuBAAkC%2CwBAkJrC%3BEAK5B%2CmBA%5C%2FGR%2CeAgGI%2CeACI%3BIAUQ%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CYAAA%3B%3B%3BAAmTxB%2CmBANuC%2C6BACT%3BEAC1B%3BIACI%2CaAAA%3B%3B%3BAAUR%2CmBAbuC%2C6BAMd%3BEACrB%2CmBAAoB%3BIAChB%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3B%3B%3BAAwBZ%2CmBAlC2C%2C6BAab%3BEACtB%2CIAAI%3BIACA%2C4BAAA%3B%3BEADJ%2CIAAI%2CWAGA%2CoBACI%3BIACI%2CmBAAA%3BIACA%2CuBAAA%3BIACA%2CkBAAA%3B%3BEAPZ%2CIAAI%2CWAGA%2CoBACI%2CeAKI%3BIACI%2CkBAAA%3BIACA%2CSAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3B%3B%3BAAcxB%2CQANgC%2C8BAA6B%3BEACzD%2CoBAAqB%3BEACrB%2CoBAAqB%2CkBAAkB%3BIACnC%2CeAAA%22%7D */@media only screen and (max-width: 767px) {
  .page-wrapper {
    max-width: 100%;
  }
  .amlocator-location-main .amlocator-location-container .amlocator-column {
    width: 100%!important;
  }
  .amlocator-location-main .amlocator-location-container .amlocator-column.-right,
  .amlocator-location-main .amlocator-location-container .amlocator-column.-left {
    width: 100%!important;
  }
  .amlocator-location-view #maincontent .mobile-map {
    display: block;
    padding: 0 24px;
  }
  .amlocator-location-view #maincontent .amlocator-location-main .amlocator-static-section .amlo-dicsount-buttons {
    padding-left: 16px;
    padding-right: 16px;
  }
  .amlocator-location-view #maincontent .amlocator-location-main .amlocator-static-section .amloc-static-cont-section.amloc-store-details-section,
  .amlocator-location-view #maincontent .amlocator-location-main .amlocator-static-section .amloc-static-cont-section.amloc-menu-section,
  .amlocator-location-view #maincontent .amlocator-location-main .amlocator-static-section .amloc-static-cont-section.discounts-section,
  .amlocator-location-view #maincontent .amlocator-location-main .amlocator-static-section .amloc-static-cont-section.dispensary-there-section,
  .amlocator-location-view #maincontent .amlocator-location-main .amlocator-static-section .amloc-static-cont-section.getting-there-section {
    margin-left: 16px;
    margin-right: 16px;
  }
  .amlocator-location-view #maincontent .amlocator-location-main .amlocator-static-section .amloc-static-cont-section.amloc-nearby-stores-section .amloc-static-cont.-left .h3-heading {
    padding-left: 16px;
    padding-right: 16px;
  }
  .amlocator-location-view #maincontent .amlocator-location-main .amlocator-static-section .amloc-static-cont-section.amloc-menu-section .amloc-static-cont.-left .h3-heading {
    display: none!important;
  }
  .amlocator-location-view #maincontent .amlocator-location-main .amlocator-static-section .amloc-static-cont-section .amloc-static-cont .store-address-section {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .amlocator-location-view #maincontent .amlocator-location-main .amlocator-static-section .amloc-static-cont-section.amloc-fqas-section [data-content-type='row'][data-appearance='contained'] {
    margin-left: inherit!important;
    margin-right: inherit!important;
  }
  .amlocator-location-view #maincontent .amlocator-location-main .amlocator-static-section .amloc-static-cont-section.amloc-fqas-section [data-content-type='row'][data-appearance='contained'] .faq-section .faq-right-section .faq-question {
    padding-right: 45px;
  }
  .amlocator-location-view #maincontent .amlocator-location-main .amlocator-static-section .amloc-static-cont-section.amloc-fqas-section [data-content-type='row'][data-appearance='contained'] .faq-section .faq-right-section .faq-question:after {
    right: 20px;
  }
  .amlocator-index-index #maincontent {
    margin-top: 20px;
  }
  .amlocator-index-index .page-wrapper .page-main {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .amlocator-index-index .page-wrapper .page-main .find-a-store-section .amlocator-city-location-section .custom-select-city:after {
    top: 17px;
  }
  .amlocator-index-index .page-wrapper .page-main .find-a-store-section .amlocator-city-location-section .custom-select-city.active:after {
    top: 19px;
  }
  .amlocator-index-index .page-wrapper .page-main .find-a-store-section .amlocator-city-location-section .amlocator-currect-location-container {
    padding: 0 16px;
  }
  .amlocator-store-list .amlocator-wrapper {
    max-height: inherit !important;
  }
  .amlocator-location-view .page-title-wrapper .page-title,
  .amlocator-index-index .page-title-wrapper .page-title {
    text-align: center;
    font-weight: 700;
  }
  .amlocator-index-index .amlocator-block.-storelist.amlocator-store-list {
    margin-top: 20px;
  }
  .amlocator-index-index .amlocator-block.-storelist.amlocator-store-list .amlocator-store-desc {
    padding-right: 16px;
    padding-left: 16px;
  }
  .amlocator-wrapper .amlocator-stores-wrapper .amlocator-store-desc .amlocator-block .amlocator-store-information .store-information-section .store-info-deatils.store-info-hours {
    font-size: 1.5rem;
    line-height: 22px;
  }
  .amlocator-index-index .store-info-hours .time {
    font-size: 1.5rem;
    line-height: 22px;
  }
  .amlocator-index-index .page-title-wrapper .page-title {
    font-size: 2.8rem;
    line-height: 34px;
    text-align: center;
  }
  body .store-switcher-toggle .menu_stores_only .attributes {
    height: 24px;
  }
  body .store-switcher-toggle .menu_stores_only label {
    font-size: 1.6rem;
    line-height: 24px;
  }
  body .store-switcher-toggle .menu_stores_only label:after {
    top: 12px;
  }
  body .store-switcher-toggle .menu_stores_only label:before {
    top: 11px;
  }
  body .store-switcher-toggle .medical_menu_stores_only_section label {
    width: 64px;
    height: 32px;
    position: relative;
    top: -4px;
    border-radius: 16px;
  }
  body .store-switcher-toggle .medical_menu_stores_only_section label:after {
    width: 32px;
    height: 32px;
  }
  body .store-switcher-toggle .medical_menu_stores_only_section label:active:after {
    width: 32px;
  }
  .amlocator-wrapper .amlocator-stores-wrapper .amlocator-store-desc .amlocator-block .amlocator-store-information .pin_icon {
    right: 10px!important;
    top: 0!important;
  }
  .amlocator-index-index .page-title-wrapper .page-title {
    text-align: center;
  }
  .find-a-store-section .amlocator-city-location-section {
    margin-bottom: 20px;
  }
  .find-a-store-section .amlocator-city-location-section .amlocator-city-container {
    margin-bottom: 16px;
    padding: 10px 0 0;
  }
  .find-a-store-section .amlocator-city-location-section .amlocator-city-container .amlocator-city-select {
    height: 40px;
  }
  .find-a-store-section .amlocator-city-location-section .amlocator-city-container .amlocator-city-select .custom-select-city {
    border-radius: 12px;
    font-size: 1.6rem;
    line-height: 26px;
    margin: 0 16px;
    position: relative;
  }
  .find-a-store-section .amlocator-city-location-section .amlocator-city-container .amlocator-city-select .custom-select-city.active:before {
    content: '';
    position: absolute;
    background-color: #f9f9f9;
    width: auto;
    left: -17px;
    right: -17px;
    height: 64px;
    top: -14px;
    display: inline-block;
    z-index: -1;
  }
  .find-a-store-section .amlocator-city-location-section .amlocator-city-container .amlocator-city-select .select-options {
    padding: 12px 16px;
    background-color: #f9f9f9;
  }
  .find-a-store-section .amlocator-city-location-section .amlocator-city-container .amlocator-city-select .select-options li {
    font-size: 1.6rem;
    line-height: 26px;
    border-radius: 12px;
    background-color: #ffffff;
  }
  .find-a-store-section .amlocator-city-location-section .amlocator-city-container .amlocator-city-select .select-options li:last-child {
    margin-bottom: 12px;
  }
  .find-a-store-section .store-switcher-toggle {
    padding: 34px 16px;
    position: relative;
  }
  .find-a-store-section .store-switcher-toggle:before {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    height: 25px;
    display: block;
    bottom: -15px;
    box-shadow: 0 4px 5px #bababa;
    background-color: #ffffff;
  }
  .amlocator-map-container .amlocator-map {
    height: 240px !important;
  }
  .amlocator-wrapper .amlocator-stores-wrapper .amlocator-store-desc .amlocator-store-links {
    padding: 0 0 25px;
  }
  .amlocator-wrapper .amlocator-stores-wrapper .amlocator-store-desc .amlocator-block {
    padding: 25px 0;
  }
  .amlocator-wrapper .amlocator-stores-wrapper .amlocator-store-desc .amlocator-block .amlocator-store-information .store-information-section {
    flex-direction: column;
  }
  .amlocator-wrapper .amlocator-stores-wrapper .amlocator-store-desc .amlocator-block .amlocator-store-information .store-information-section .store-info-deatils {
    width: 100%;
  }
  .StoreHours_info {
    padding: 0;
  }
  .amlocator-pager-container .pages {
    display: flex;
    justify-content: flex-end;
  }
  .amlocator-pager-container .pages > .label {
    align-self: center;
    height: auto;
    overflow: visible;
    width: auto;
  }
  .amlocator-pager-container .pages > .items {
    padding: 0.32px 32px 0;
  }
  .amlocator-location-view .default-selected-store-address .select-store-info {
    margin-top: 20px;
  }
  .amlocator-location-main .amlocator-static-section .amloc-static-cont-section.discounts-section .amloc-static-cont.-right ul {
    padding-left: 18px;
  }
  .amlocator-static-section .amloc-static-cont-section .amloc-static-cont.-right .amlocator-store-links .amlocator-store-links {
    padding: 0;
  }
  body .amlocator-location-main .amlocator-static-section .amloc-static-cont-section {
    padding-right: 0;
  }
  .amlo-dicsount-buttons {
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 20px;
  }
  .amlo-dicsount-buttons .amlo-dicsount-right {
    width: 100%;
  }
  .amlo-dicsount-buttons .amlo-dicsount-right .amlocator-store-links.all-store-offers {
    margin-top: 0;
  }
  .account.page-layout-2columns-left .column.main {
    position: relative;
  }
  .account.page-layout-2columns-left .column.main .desktop-logout {
    display: none;
  }
  .amlocator-location-view .amlocator-city-location-section {
    display: none;
  }
  .store-address-section .store-info-hours .time {
    font-size: 15px;
    line-height: 22px;
  }
  .amlocator-location-view .faq-section .faq-left-section .section-title {
    margin: 25px 0;
  }
  .amlocator-location-view .store-info-hours .time h3 {
    color: #000000;
    font-size: 15px;
  }
  .amlocator-location-view .default-selected-store-address .store-title {
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 29px;
  }
  .amlocator-location-main .amlocator-city-location-section .amlocator-top-column {
    margin-bottom: 25px;
  }
  .amlocator-store-links.all-store-offers a {
    width: 100%;
  }
  .mobile-map {
    width: 100%;
    position: relative;
    /* left:-5%;*/
    margin-bottom: 10px;
  }
  .mobile-map .amlocator-block.-map {
    height: 240px;
  }
  .mobile-map .amlocator-attributes-wrapper {
    display: none;
  }
  .store-address-main .store-address-section {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .store-address-main .store-address-section .store-address-deatils {
    width: 100%;
    margin-top: 8px;
  }
  .default-selected-store-address .store-address-section {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .default-selected-store-address .store-address-section .store-address-deatils {
    width: 100%;
    margin-top: 15px;
  }
  .amlocator-static-section .-separator {
    display: none;
  }
  .amlocator-static-section .amloc-static-cont-section {
    margin-bottom: 20px;
  }
  .amlocator-static-section .amloc-static-cont-section.dispensary-there-section,
  .amlocator-static-section .amloc-static-cont-section.amloc-store-details-section,
  .amlocator-static-section .amloc-static-cont-section.getting-there-section {
    /*
                 border:1px solid @border-color;*/
    border-radius: 8px;
    padding: 15px 0;
  }
  .amlocator-static-section .amloc-static-cont-section.dispensary-there-section .h3-heading,
  .amlocator-static-section .amloc-static-cont-section.amloc-store-details-section .h3-heading,
  .amlocator-static-section .amloc-static-cont-section.getting-there-section .h3-heading {
    padding: 0 15px;
  }
  .amlocator-static-section .amloc-static-cont-section.dispensary-there-section .store-height,
  .amlocator-static-section .amloc-static-cont-section.amloc-store-details-section .store-height,
  .amlocator-static-section .amloc-static-cont-section.getting-there-section .store-height,
  .amlocator-static-section .amloc-static-cont-section.dispensary-there-section .getting-height,
  .amlocator-static-section .amloc-static-cont-section.amloc-store-details-section .getting-height,
  .amlocator-static-section .amloc-static-cont-section.getting-there-section .getting-height {
    padding: 0px 15px ;
  }
  .amlocator-static-section .amloc-static-cont-section .amloc-static-cont.-right {
    margin-top: 20px;
  }
  .amlocator-static-section .amloc-static-cont-section .amloc-static-cont.-right .amlocator-store-links {
    padding: 30px 0;
  }
  .amlocator-static-section .amloc-static-cont-section .amloc-static-cont.-right ul {
    margin-bottom: 0;
  }
  .amloc-static-cont-section {
    position: relative;
  }
  .amloc-static-cont .store-height {
    position: relative;
    -moz-transition: all 2s ease;
    -webkit-transition: all 2s ease;
    transition: all 2s ease;
    max-height: 100vh;
    overflow: hidden;
  }
  .amloc-static-cont .store-height.hideContent {
    max-height: 100px;
  }
  .amloc-static-cont .store-height.hideContent:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0), #ffffff);
    background: -moz-linear-gradient(rgba(255, 255, 255, 0), #ffffff);
    background: -ms-linear-gradient(rgba(255, 255, 255, 0), #ffffff);
    background: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
  }
  .amloc-static-cont .dispensary-read-button,
  .amloc-static-cont .read-button1,
  .amloc-static-cont .read-button {
    height: 32px;
    text-align: right;
    padding: 15px 60px 0 0px;
    margin-top: 15px;
    font-size: 13px;
    line-height: 18px;
    text-transform: capitalize;
    position: relative;
  }
  .amloc-static-cont .dispensary-read-button::before,
  .amloc-static-cont .read-button1::before,
  .amloc-static-cont .read-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0px;
    right: 0;
    display: block;
    border-top: 1px solid #bababa;
    width: 100%;
    /* transform: translateX(-15px);*/
  }
  .amloc-static-cont .dispensary-read-button::after,
  .amloc-static-cont .read-button1::after,
  .amloc-static-cont .read-button::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0px;
    display: block;
    width: 48px;
    height: 48px;
    background-color: #000000;
    background-image: url('../../frontend/Pharmacann/verilife-new/en_US/images/down_icon.svg');
    background-position: center;
    border-radius: 0 0 10px 0;
    background-repeat: no-repeat;
  }
  .amloc-static-cont .dispensary-read-button span,
  .amloc-static-cont .read-button1 span,
  .amloc-static-cont .read-button span {
    text-transform: capitalize;
    position: relative;
  }
  .amloc-static-cont .dispensary-read-button.active::after,
  .amloc-static-cont .read-button1.active::after,
  .amloc-static-cont .read-button.active::after {
    background-image: url('../../frontend/Pharmacann/verilife-new/en_US/images/up_icon.svg');
  }
  .amlocator-static-section .amloc-static-cont-section {
    position: relative;
  }
  .amlocator-static-section .amloc-static-cont-section .amloc-static-cont.-left .icon {
    position: absolute!important;
    left: 10px;
    bottom: 10px;
  }
  .amlocator-static-section .amloc-static-cont-section.amloc-store-details-section .amloc-static-cont.-left .h3-heading {
    padding: 0 15px;
  }
  .pagebuilder-column.global-signin-col.global-signin-col-right {
    border-radius: 0px 0px 10px 10px;
  }
  .amlocator-location-view .amlocator-location-main .page-title-wrapper .page-title {
    display: none;
  }
  .page-title-breadcrumb {
    margin-top: 15px;
    padding: 0 16px;
    letter-spacing: 0.01em;
    color: #636363;
    font-size: 12px;
  }
  .page-title-breadcrumb a {
    letter-spacing: 0.01em;
    color: #636363;
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 540px) {
  .amlocator-index-index .store-info-hours .time {
    display: block;
  }
}
@media only screen and (max-width: 479px) {
  body.amlocator-location-view .amlocator-location-main .amlocator-static-section .amloc-static-cont-section .amloc-static-cont .store-address-section {
    -webkit-flex-direction: column!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
  }
  .store-address-main .store-address-section {
    -webkit-flex-direction: column!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
  }
  .default-selected-store-address .store-address-section {
    -webkit-flex-direction: column!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
  }
}
@media only screen and (max-width: 479px) and (max-width: 400px) {
  body .page-main .custom-page-section .fieldset .field .control div.mage-error {
    font-size: 12px;
  }
  .customer-account-passwordreset .page-main .custom-page-section .fieldset .field .control div.mage-error {
    font-size: 12px;
  }
}
@media all and (min-width: 768px), print {
  .amlocator-main-container .amlocator-search-container {
    width: 33%;
  }
  .amlocator-main-container .amlocator-search-container .amlocator-block {
    margin-bottom: 5px;
    text-align: center;
  }
  .amlocator-main-container .amlocator-search-container .amlocator-button.-nearby {
    background: #ffffff;
    color: #1979c3;
    margin-left: auto;
    margin-top: 10px;
    width: 100%;
  }
  .amlocator-main-container .amlocator-search-container .amlocator-button.-nearby:hover,
  .amlocator-main-container .amlocator-search-container .amlocator-button.-nearby:focus {
    background: #1979c3;
    color: #ffffff;
  }
  .amlocator-main-container .amlocator-search-container .amlocator-block.-separator {
    display: none;
  }
  .amlocator-main-container .amlocator-map-container {
    height: 50vh;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-block.-filter {
    width: 33%;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-block.-map {
    height: 80vh;
    padding-left: 15px;
    width: 67%;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-block.-storelist {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    order: inherit;
    width: 33%;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-map {
    height: 100%;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-map button {
    right: 0 !important;
    top: 0 !important;
  }
  .amlocator-main-container .amlocator-store-list .amlocator-wrapper {
    max-height: inherit;
  }
  .amlocator-main-container .amlocator-filters-container .amlocator-content {
    display: block;
  }
  .amlocator-main-container .amlocator-filters-container .amlocator-hidden-filter {
    display: none;
  }
  .amlocator-location-view .default-selected-store-address .adult-store-info {
    margin-top: 27px;
  }
  .amlocator-main-container .amlocator-map-container:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    display: block;
    background: #d9d9d9;
    height: 1px;
  }
  .amlocator-location-view .page-title-wrapper .page-title,
  .amlocator-index-index .page-title-wrapper .page-title {
    font-size: 40px;
    line-height: 40px;
    margin-top: 30px;
    margin-bottom: 40px;
    font-weight: 700;
  }
  .amlocator-city-location-section {
    padding: 24px 0;
    margin-bottom: 6px;
  }
  .amlocator-city-location-section .amlocator-city-container {
    width: 215px;
    margin-right: 20px;
    float: left;
    top: 2px;
  }
  .amlocator-city-location-section .amlocator-currect-location-container {
    width: 333px;
    float: left;
    position: relative;
  }
  .amlocator-city-location-section .amlocator-currect-location-container input {
    border-radius: 0!important;
    padding: 6px 35px 6px 11px;
    border-color: #d9d9d9;
    font-size: 1.6rem;
  }
  .amlocator-main-container.find-a-store-section .amlocator-map-container .amlocator-search-container {
    width: 44%;
  }
  .amlocator-main-container.find-a-store-section .amlocator-map-container .amlocator-block.-filter,
  .amlocator-main-container.find-a-store-section .amlocator-map-container .amlocator-block.-storelist {
    width: 44%;
  }
  .amlocator-main-container.find-a-store-section .amlocator-map-container .amlocator-block.-storelist.amlocator-store-list {
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    order: 1;
  }
  .amlocator-main-container.find-a-store-section .amlocator-map-container .amlocator-block.map-store-sction {
    width: 56%;
    order: 2;
    padding-left: 0;
    position: relative;
  }
  .amlocator-main-container.find-a-store-section .amlocator-map-container .amlocator-block.map-store-sction .store-switcher-toggle {
    position: absolute;
    right: 25px;
    top: -65px;
  }
  .amlocator-wrapper .amlocator-stores-wrapper .amlocator-store-desc .amlocator-store-links {
    padding: 15px 25px 25px 0;
  }
  .amlocator-wrapper .amlocator-stores-wrapper .amlocator-store-desc .amlocator-block {
    padding: 25px 25px 25px 0;
  }
  .amlocator-wrapper .amlocator-stores-wrapper .amlocator-store-desc .amlocator-block .amlocator-store-information .store-information-section {
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-flex;
    display: -ms-flexbox;
  }
  .amlocator-wrapper .amlocator-stores-wrapper .amlocator-store-desc .amlocator-block .amlocator-store-information .store-information-section .store-information-deatils {
    width: 50%;
  }
  .amlocator-wrapper .amlocator-stores-wrapper .amlocator-store-desc .amlocator-block .amlocator-store-information .store-information-section .store-info-deatils.store-info-hours {
    margin-top: 35px;
    width: 50%;
  }
  .amlocator-location-view #maincontent .amlocator-location-main .amlocator-location-container {
    margin-bottom: 0px;
    /*.amlocator-column.-left{
         .amlocator-column-left-section{
             overflow-y: scroll;
             height: 100vh;

         }
     }*/
  }
  .amlocator-main-container .amlocator-map-container .amlocator-block.-map {
    height: 100vh;
    max-height: 100%;
  }
  .amlocator-index-index.page-layout-1column .column.main {
    padding-bottom: 0;
  }
  .sta-cont.hide-dektop {
    display: none;
  }
  .amlocator-location-view #maincontent .amlocator-location-main .amlocator-static-section .amloc-static-cont-section.amloc-nearby-stores-section {
    padding-right: 0;
  }
  .amlocator-index-index .page-wrapper .page-main,
  .amlocator-location-view .page-wrapper .page-main {
    max-width: 100%;
    padding-right: 0;
    padding-left: 24px;
  }
  .amlocator-index-index .page-wrapper .page-main .amlocator-city-location-section,
  .amlocator-location-view .page-wrapper .page-main .amlocator-city-location-section {
    padding-right: 24px;
  }
  .amlocator-index-index .global-signin-section,
  .amlocator-location-view .global-signin-section {
    padding-left: 0px;
    padding-right: 0px;
  }
  .amlocator-index-index .default-selected-store-address .store-address-section .store-info-hours,
  .amlocator-location-view .default-selected-store-address .store-address-section .store-info-hours {
    padding-left: 20px;
  }
  .store-map-location .directions {
    left: 20px!important;
    top: 30px!important;
  }
  .store-map-location a.button {
    padding: 0;
  }
  .amlocator-location-main .amlocator-location-container .amlocator-block.-map {
    height: 100vh;
  }
  .amlocator-city-select {
    top: 2px;
  }
  .amlocator-location-container .amlocator-static-section .amloc-static-cont-section.discounts-section {
    padding-bottom: 20px;
  }
  .amlocator-location-container .amlocator-static-section .amlo-dicsount-buttons {
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flexjustify-content: space-between;
    justify-content: space-between;
    padding-bottom: 40px;
    padding-right: 20px;
    align-items: center;
  }
  .amlocator-location-container .amlocator-static-section .amlo-dicsount-buttons .amlo-dicsount-left .sta-cont {
    width: 120px;
    font-size: 12px;
  }
  .amlocator-location-container .amlocator-static-section .amlo-dicsount-buttons .amlo-dicsount-right {
    width: 70%;
  }
  .amlocator-location-container .amlocator-static-section .amlo-dicsount-buttons .amlo-dicsount-right .amlocator-store-links.all-store-offers {
    margin-top: 0;
  }
  .cms-page-view.amlocator-location-view #maincontent .amlocator-location-main .amlocator-static-section .amloc-static-cont-section .amloc-static-cont.-right {
    /*div[data-content-type=text]{
             &:last-child{
                 p{
                 margin-bottom: 0;
                 }
             }
         }*/
  }
  .cms-page-view.amlocator-location-view #maincontent .amlocator-location-main .amlocator-static-section .amloc-static-cont-section .amloc-static-cont.-right p {
    font-size: 14px;
    line-height: 21px;
  }
  .cms-page-view.amlocator-location-view #maincontent .amlocator-location-main .amlocator-static-section .amloc-static-cont-section .amloc-static-cont.-right p:last-child {
    margin-bottom: 0;
  }
  .cms-page-view.amlocator-location-view #maincontent .amlocator-location-main .amlocator-static-section .amloc-static-cont-section .amloc-static-cont.-right ul li {
    font-size: 14px;
    line-height: 23px;
  }
  .cms-page-view.amlocator-location-view #maincontent .amlocator-location-main .amlocator-static-section .amloc-static-cont-section .amloc-static-cont.-right ul li a {
    color: #000000;
    text-decoration: underline;
  }
  .cms-page-view.amlocator-location-view #maincontent .amlocator-location-main .amlocator-static-section .amloc-static-cont-section .amloc-static-cont.-right ul li a:hover {
    text-decoration: none;
  }
  .cms-page-view.amlocator-location-view #maincontent .amlocator-location-main .amlocator-static-section .amloc-static-cont-section.amloc-menu-section .amloc-static-cont.-right p {
    margin-bottom: 20px;
  }
  .cms-page-view.amlocator-location-view .column.main {
    margin-bottom: 30px;
  }
  .cms-page-view.amlocator-location-view .global-signin-left-container .global-signin-right-content .global-signin-text-content {
    font-size: 14px!important;
  }
  .cms-page-view.amlocator-location-view #maincontent .amlocator-location-main .page-title-wrapper h1 {
    font-weight: 700;
  }
  .cms-page-view.amlocator-location-view #maincontent .amlocator-location-container .amlocator-column .amlocator-static-section .amlocator-block.-separator {
    margin: 0;
  }
  .amlocator-location-view .page-title-wrapper .page-title {
    margin-bottom: 30px;
  }
  .pagebuilder-column.global-signin-col.global-signin-col-right {
    border-radius: 0 10px 10px 0;
  }
  .mobile-map {
    display: none;
  }
  .dispensary-read-button,
  .read-button1,
  .read-button {
    display: none!important;
  }
  .amlocator-location-main .default-selected-store-address {
    padding-top: 10px;
  }
  .amlocator-location-main .default-selected-store-address .store-address-section .store-info-hours h3 {
    margin: 0 0 10px;
    color: #000000;
    font-size: 14px;
  }
  .store-address-main .store-address-section {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .store-address-main .store-address-section .store-address-deatils {
    width: 50%;
  }
  .store-address-main .store-address-section .store-info-hours {
    width: 50%;
  }
  .store-address-main .store-address-section .store-info-hours h3 {
    font-size: 14px;
    margin: 0 0 10px;
  }
  .default-selected-store-address .amlocator-store-links {
    padding: 44px 0 0!important;
  }
  .default-selected-store-address .store-address-section {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .default-selected-store-address .store-address-section .store-address-deatils {
    width: 50%;
  }
  .default-selected-store-address .store-address-section .store-info-hours {
    width: 50%;
  }
  .amlocator-location-view #maincontent .amlocator-location-main {
    /* faq section */
  }
  .amlocator-location-view #maincontent .amlocator-location-main .amlocator-city-location-section {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flexjustify-content: space-between;
    justify-content: space-between;
  }
  .amlocator-location-view #maincontent .amlocator-location-main .amlocator-city-location-section .amlocator-top-column.-right .store-switcher-toggle {
    position: relative;
    top: 11px;
  }
  .amlocator-location-view #maincontent .amlocator-location-main .default-selected-store-address {
    padding-bottom: 30px;
    padding-right: 22px;
  }
  .amlocator-location-view #maincontent .amlocator-location-main .amlocator-location-container:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    display: block;
    background: #d9d9d9;
    height: 1px;
  }
  .amlocator-location-view #maincontent .amlocator-location-main .amlocator-location-container .amlocator-column.-left {
    width: 57%;
  }
  .amlocator-location-view #maincontent .amlocator-location-main .amlocator-location-container .amlocator-column.-right {
    width: 43%;
    padding-left: 0;
    display: block;
  }
  .amlocator-location-view #maincontent .amlocator-location-main .amlocator-static-section .amloc-static-cont-section {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flexjustify-content: space-between;
    justify-content: space-between;
    padding: 0px 20px 40px 0;
  }
  .amlocator-location-view #maincontent .amlocator-location-main .amlocator-static-section .amloc-static-cont-section.amloc-fqas-section {
    padding-right: 0;
  }
  .amlocator-location-view #maincontent .amlocator-location-main .amlocator-static-section .amloc-static-cont-section .amloc-static-cont.-left {
    width: 30%;
    padding-right: 20px;
  }
  .amlocator-location-view #maincontent .amlocator-location-main .amlocator-static-section .amloc-static-cont-section .amloc-static-cont.-right {
    width: 70%;
  }
  .amlocator-location-view #maincontent .amlocator-location-main .amlocator-static-section .amloc-static-cont-section .amloc-static-cont.-right p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 21px;
  }
  .amlocator-location-view #maincontent .amlocator-location-main .amlocator-static-section .amloc-static-cont-section .amloc-static-cont.-right ul {
    padding-left: 22px;
    margin-bottom: 0;
  }
  .amlocator-location-view #maincontent .amlocator-location-main .amlocator-static-section .amloc-static-cont-section .amloc-static-cont.-right ul li {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 21px;
  }
  .amlocator-location-view #maincontent .amlocator-location-main .amlocator-static-section .amloc-static-cont-section.dispensary-there-section .amloc-static-cont.-right ul li,
  .amlocator-location-view #maincontent .amlocator-location-main .amlocator-static-section .amloc-static-cont-section.getting-there-section .amloc-static-cont.-right ul li,
  .amlocator-location-view #maincontent .amlocator-location-main .amlocator-static-section .amloc-static-cont-section.dispensary-there-section .amloc-static-cont.-right p,
  .amlocator-location-view #maincontent .amlocator-location-main .amlocator-static-section .amloc-static-cont-section.getting-there-section .amloc-static-cont.-right p {
    font-size: 13px;
    line-height: 20px;
  }
  .amlocator-location-view #maincontent .amlocator-location-main .amloc-fqas-section {
    padding-top: 10px !important;
    padding-bottom: 20px!important;
  }
  .amlocator-location-view #maincontent .amlocator-location-main .amloc-fqas-section .faq-section {
    width: 100%;
    border: 0;
  }
  .amlocator-location-view #maincontent .amlocator-location-main .amloc-fqas-section .faq-section .faq-left-section {
    width: 29%!important;
  }
  .amlocator-location-view #maincontent .amlocator-location-main .amloc-fqas-section .faq-section .faq-left-section .section-title,
  .amlocator-location-view #maincontent .amlocator-location-main .amloc-fqas-section .faq-section .faq-left-section .faq-heading {
    max-width: 215px;
    font-weight: 700;
    padding-right: 20px;
  }
  .amlocator-location-view #maincontent .amlocator-location-main .amloc-fqas-section .faq-section .faq-right-section {
    margin-left: 0px!important;
    /* width: calc(100% - 29%) !important;*/
    width: 100%!important;
  }
  .amlocator-location-view #maincontent .amlocator-location-main .amloc-fqas-section .faq-section .faq-right-section .faq-question {
    padding-right: 40px;
  }
  .amlocator-location-view #maincontent .amlocator-location-main .amloc-fqas-section .faq-section .faq-right-section .faq-question:after {
    right: 10px;
  }
  .amlocator-location-view #maincontent .amlocator-location-main .amloc-fqas-section .faq-section .faq-right-section .faq-question.first-question {
    padding-top: 0!important;
  }
  .store-address-main .store-address-section .store-info-hours {
    width: 48%;
  }
  /* */
  .amlocator-location-view #maincontent .amlocator-location-main .amlocator-static-section .amloc-static-cont-section.amloc-nearby-stores-section {
    padding-right: 0;
  }
  .amlocator-location-view #maincontent .amlocator-location-main .amlocator-static-section .amloc-static-cont-section.amloc-nearby-stores-section .amloc-store-content {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-left: -5px;
  }
  .amlocator-location-view #maincontent .amlocator-location-main .amlocator-static-section .amloc-static-cont-section.amloc-nearby-stores-section .amloc-store-content .store-address-main {
    padding-right: 20px;
  }
  .page-title-breadcrumb {
    display: none;
  }
  #maincontent .pagebuilder-mobile-only {
    display: none !important;
  }
  .amlocator-location-main .amlocator-location-container {
    flex-direction: row;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px), print and (max-width: 1023px) {
  .amlocator-location-view .default-selected-store-address .store-address-section {
    flex-direction: row !important;
  }
  .amlocator-location-view .amlocator-location-main .amlocator-location-container {
    -webkit-flex-direction: column!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
  }
  .amlocator-location-view .default-selected-store-address .store-address-section {
    flex-direction: row!important;
  }
  .amlocator-location-view .default-selected-store-address .store-address-section .store-address-deatils {
    width: 50%;
  }
  .amlocator-location-view .default-selected-store-address .store-address-section .store-address-deatils.store-info-hours {
    width: 50%!important;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px), print and (max-width: 1024px) {
  .amlocator-location-view .amlocator-location-main {
    padding-top: 0;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px), print and (max-width: 1024px) {
  .amloc-fqas-section .faq-section .pagebuilder-column-group {
    display: flex;
    flex-direction: column!important;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px), print and (max-width: 1023px) {
  .amlocator-city-location-section .amlocator-city-container {
    width: 200px;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px), print and (max-width: 1023px) {
  .amlocator-city-location-section .amlocator-currect-location-container {
    width: 200px;
  }
  .amlocator-city-location-section .amlocator-currect-location-container input {
    font-size: 14px!important;
    line-height: 16px!important;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px), print and (max-width: 1024px) {
  .amlocator-main-container.find-a-store-section .amlocator-map-container .amlocator-block.-filter,
  .amlocator-main-container.find-a-store-section .amlocator-map-container .amlocator-block.-storelist {
    width: 48%;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px), print and (max-width: 1024px) {
  .amlocator-main-container.find-a-store-section .amlocator-map-container .amlocator-block.map-store-sction {
    width: 52%;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px), print and (max-width: 1023px) {
  .amlocator-main-container.find-a-store-section .amlocator-map-container .amlocator-block.map-store-sction .store-switcher-toggle {
    right: 0;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px), print and (max-width: 1023px) {
  .amlocator-wrapper .amlocator-stores-wrapper .amlocator-store-desc .amlocator-block {
    padding-bottom: 0;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px), print and (max-width: 1023px) {
  .amlocator-wrapper .amlocator-stores-wrapper .amlocator-store-desc .amlocator-block .amlocator-store-information .store-information-section {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px), print and (max-width: 1023px) {
  .amlocator-wrapper .amlocator-stores-wrapper .amlocator-store-desc .amlocator-block .amlocator-store-information .store-information-section .store-information-deatils {
    width: 100%;
  }
}
@media all and (min-width: 768px) and (min-width: 1024px), print and (min-width: 1024px) {
  .amlocator-wrapper .amlocator-stores-wrapper .amlocator-store-desc .amlocator-block .amlocator-store-information .store-information-section .store-info-deatils.store-info-hours {
    padding-left: 15px;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px), print and (max-width: 1023px) {
  .amlocator-wrapper .amlocator-stores-wrapper .amlocator-store-desc .amlocator-block .amlocator-store-information .store-information-section .store-info-deatils.store-info-hours {
    width: 100%;
    padding-left: 5px;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px), print and (max-width: 1023px) {
  body .page-wrapper .amlocator-store-links a {
    font-size: 14px;
    padding: 6px 9px;
  }
}
@media all and (min-width: 768px) and (max-width: 1280px), print and (max-width: 1280px) {
  .amlocator-index-index .global-signin-section,
  .amlocator-location-view .global-signin-section {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px), print and (max-width: 1023px) {
  .amlocator-index-index .global-signin-section,
  .amlocator-location-view .global-signin-section {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px), print and (max-width: 1023px) {
  .amlocator-index-index .default-selected-store-address .store-address-section .store-info-hours,
  .amlocator-location-view .default-selected-store-address .store-address-section .store-info-hours {
    padding-left: 0;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px), print and (max-width: 1023px) {
  .store-address-main .store-address-section {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px), print and (max-width: 1023px) {
  .store-address-main .store-address-section .store-address-deatils {
    width: 100%;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px), print and (max-width: 1023px) {
  .store-address-main .store-address-section .store-info-hours {
    width: 100%;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px), print and (max-width: 1023px) {
  .default-selected-store-address .store-address-section {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px), print and (max-width: 1023px) {
  .default-selected-store-address .store-address-section .store-address-deatils {
    width: 100%;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px), print and (max-width: 1023px) {
  .default-selected-store-address .store-address-section .store-info-hours {
    width: 100%;
  }
}
@media all and (min-width: 768px) and (max-width: 1080px), print and (max-width: 1080px) {
  .amlocator-location-view #maincontent .amlocator-location-main .amlocator-location-container .amlocator-column.-right {
    display: flex;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px), print and (max-width: 1023px) {
  .amlocator-location-view #maincontent .amlocator-location-main .amlocator-location-container .amlocator-column.-right {
    padding-left: 0px;
    display: flex;
  }
}
@media all and (min-width: 768px) and (max-width: 1100px), print and (max-width: 1100px) {
  .amlocator-location-view #maincontent .amlocator-location-main .amlocator-static-section .amloc-static-cont-section {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media all and (min-width: 768px) and (max-width: 1100px), print and (max-width: 1100px) {
  .amlocator-location-view #maincontent .amlocator-location-main .amlocator-static-section .amloc-static-cont-section .amloc-static-cont.-left {
    width: 100%;
    padding-bottom: 20px;
  }
}
@media all and (min-width: 768px) and (max-width: 1100px), print and (max-width: 1100px) {
  .amlocator-location-view #maincontent .amlocator-location-main .amlocator-static-section .amloc-static-cont-section .amloc-static-cont.-right {
    width: 100%;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px), print and (max-width: 1024px) {
  .amlocator-location-view #maincontent .amlocator-location-main .amloc-fqas-section .faq-section .faq-left-section {
    width: 100%!important;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px), print and (max-width: 1024px) {
  .amlocator-location-view #maincontent .amlocator-location-main .amloc-fqas-section .faq-section .faq-left-section .section-title,
  .amlocator-location-view #maincontent .amlocator-location-main .amloc-fqas-section .faq-section .faq-left-section .faq-heading {
    max-width: 100%;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px), print and (max-width: 1024px) {
  .amlocator-location-view #maincontent .amlocator-location-main .amloc-fqas-section .faq-section .faq-right-section {
    width: 100%!important;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px), print and (max-width: 1023px) {
  .amlocator-location-view #maincontent .amlocator-location-main .store-address-main .store-address-section .store-address-deatils,
  .amlocator-location-view #maincontent .amlocator-location-main .default-selected-store-address .store-address-section .store-address-deatils {
    width: 48%;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px), print and (max-width: 1023px) {
  .amlocator-location-view #maincontent .amlocator-location-main .store-address-main .store-address-section .store-info-deatils.store-info-hours,
  .amlocator-location-view #maincontent .amlocator-location-main .default-selected-store-address .store-address-section .store-info-deatils.store-info-hours {
    width: 48%;
  }
  .amlocator-location-view #maincontent .amlocator-location-main .store-address-main .store-address-section .store-info-deatils.store-info-hours .store-address-deatils,
  .amlocator-location-view #maincontent .amlocator-location-main .default-selected-store-address .store-address-section .store-info-deatils.store-info-hours .store-address-deatils {
    width: 100%;
  }
}
@media all and (min-width: 768px) and (max-width: 1100px), print and (max-width: 1100px) {
  .amlocator-location-view #maincontent .amlocator-location-main .amlocator-static-section .amloc-static-cont-section.amloc-nearby-stores-section .amloc-store-content {
    margin-left: 0px;
  }
}
@media all and (min-width: 1280px), print {
  .amlocator-schedule-table .amlocator-cell.-time {
    padding-right: 7%;
    text-align: right;
  }
}
.loading-mask {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10001;
  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;
}
.amlocator-index-index .amlocator-wrapper .amlocator-stores-wrapper .amlocator-store-desc .amlocator-block .amlocator-store-information .store-information-deatils .amlocator-title {
  display: none;
}
.amlocator-index-index .amlocator-wrapper .amlocator-stores-wrapper .amlocator-store-desc .amlocator-block .amlocator-store-information .view-full-store-info .view-full-store {
  margin-top: 0;
}
@media (max-width: 1023px) {
  .amlocator-index-index .amlocator-wrapper .amlocator-stores-wrapper .amlocator-store-desc .amlocator-block .amlocator-store-information .view-full-store-info .view-full-store {
    margin-top: 15px;
  }
}
.amlocator-index-index .amlocator-city-select .custom-select-city.disable {
  pointer-events: none;
}
@media (max-width: 767px) {
  .checkout-onepage-success .homepage-stor-location .homepage-location-info-deatils .store-info-hours {
    padding-top: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .amlocator-index-index .amlocator-store-links {
    flex-direction: column;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .amlocator-index-index .StoreTimeBtn-Section {
    width: 100%!important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .amlocator-index-index .StoreTimeBtn-Section:nth-child(2) {
    margin-top: 35px;
  }
}
@media (max-width: 520px) {
  .amlocator-index-index .amlocator-store-links {
    flex-direction: column;
  }
  .amlocator-index-index .amlocator-store-links .StoreTimeBtn-Section {
    width: 100%;
  }
}
.amlocator-location-view .amloc-menu-section .amlocator-store-links {
  flex-direction: row!important;
}
.amlocator-location-view .amloc-nearby-stores-section .amlocator-store-links {
  flex-direction: row!important;
}
.amlocator-store-links .StoreTimeBtn-Section {
  width: 48%;
  display: flex;
  flex-direction: column;
}
.amlocator-store-links .StoreTimeBtn-Section .storeTimings {
  margin-bottom: 35px;
}
.amlocator-store-links .StoreTimeBtn-Section .storeTimings strong {
  width: 100%;
  display: block;
  margin-bottom: 14px;
  font-size: 1.5rem;
  line-height: 23px;
  font-weight: 700;
  position: relative;
}
.amlocator-store-links .StoreTimeBtn-Section .storeTimings strong.med-hours:before {
  content: '';
  background: url('../../frontend/Pharmacann/verilife-new/en_US/images/medical_plus-time.svg') no-repeat;
  width: 13px;
  height: 13px;
  margin-right: 10px;
  display: inline-block;
}
.amlocator-store-links .StoreTimeBtn-Section .storeTimings .time .timingHours {
  min-width: 230px;
  padding-left: 0;
}
.amlocator-store-links .StoreTimeBtn-Section .storeTimings .time .timingHours li {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flexjustify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 2px;
}
.amlocator-store-links .StoreTimeBtn-Section .storeTimings .time .timingHours li span {
  font-size: 1.5rem;
  line-height: 23px;
}
.amlocator-store-links .StoreTimeBtn-Section .storeTimings .time .timingHours li span.day {
  width: 100px;
}
.amlocator-store-links .StoreTimeBtn-Section .StoreBtn a {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 520px) {
  .amlocator-store-links .StoreTimeBtn-Section:nth-child(2) {
    margin-top: 35px;
  }
}
.page-main .custom-page-section .fieldset .field.field-dob .customer-dob .mage-error {
  position: relative;
  margin-top: 7px;
}
body.cms-page-view #maincontent {
  /* .faq-section .faq-right-section .faq-question{
                font-family: 'neue-haas-grotesk-text'!important;

            }*/
}
body.cms-page-view #maincontent .amlocator-location-main .page-title-wrapper h1 {
  font-weight: 700;
}
body.cms-page-view #maincontent .amlocator-location-container .amlocator-column .amlocator-static-section .amlocator-block.-separator {
  margin: 0;
}
body.cms-page-view #maincontent .faq-section .faq-right-section .faq-answer ul {
  margin-bottom: 10px;
}
body.cms-page-view #maincontent .amloc-static-cont-section .faq-section p {
  font-size: 1.4rem;
}
body.cms-page-view #maincontent .amloc-static-cont-section .faq-section p a {
  color: #000;
  text-decoration: underline;
}
body.cms-page-view #maincontent .amloc-static-cont-section .faq-section p a:hover {
  text-decoration: none;
}
body .modals-overlay {
  z-index: 3000!important;
}
body .modal-popup {
  z-index: 999999!important;
}
body .amloc-static-cont ul li a {
  color: #000000;
  text-decoration: underline;
}
body .amloc-static-cont ul li a:hover {
  text-decoration: none;
}
.amlocator-location-view .amlocator-block.-separator {
  margin: 0!important;
}
.amlocator-location-view .amlocator-current-location {
  position: relative;
}
.amlocator-location-view .amlocator-current-location .amlocator-reset.-hidden,
.amlocator-location-view .amlocator-current-location .amlocator-search {
  display: none;
}
.amlocator-location-view .default-selected-store-address .store-address-section .store-info-deatils .email {
  font-weight: 400!important;
}
.amlocator-index-index .page-title-wrapper .page-title {
  color: #000000;
  font-weight: 700;
}
.amlocator-map-container .amlocator-block.-storelist.amlocator-store-list .amlocator-store-desc-emty {
  display: none;
}
.amlocator-map-container .amlocator-block.-storelist.amlocator-store-list.store_list_empty .amlocator-store-desc-emty {
  display: block;
  font-size: 1.6rem;
  padding: 30px 0;
}
@media (max-width: 767px) {
  .amlocator-map-container .amlocator-block.-storelist.amlocator-store-list.store_list_empty .amlocator-store-desc-emty {
    padding: 30px 24px;
  }
}
.find-a-store-section .amlocator-city-location-section:before,
.find-a-store-section .amlocator-city-location-section:after {
  content: '';
  clear: both;
  width: 100%;
  display: block;
}
.find-a-store-section .amlocator-city-location-section .amlocator-currect-location-container {
  position: relative;
}
.find-a-store-section .amlocator-city-location-section .amlocator-currect-location-container input {
  border-color: #d9d9d9;
  border-radius: 0;
  font-size: 1.6rem;
  line-height: 19px;
  font-weight: 400;
}
.find-a-store-section .amlocator-city-location-section .amlocator-currect-location-container .amlocator-reset.-hidden,
.find-a-store-section .amlocator-city-location-section .amlocator-currect-location-container .amlocator-search {
  display: none;
}
.amlocator-city-select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 1.6rem;
  color: #ffffff;
  width: 100%;
  height: 36px;
}
.amlocator-city-select select {
  display: none;
  font-weight: 500;
}
.amlocator-city-select .custom-select-city {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  color: #000000;
  padding: 6px 15px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border-radius: 18px;
  border: 1px solid #c4c4c4;
  font-size: 1.4rem;
  font-weight: 500;
}
.amlocator-city-select .custom-select-city:after {
  content: "";
  background: url('../../frontend/Pharmacann/verilife-new/en_US/images/select-down.svg') no-repeat;
  width: 16px;
  height: 10px;
  position: absolute;
  top: 15px;
  right: 15px;
  transform: rotateZ(0deg);
  transition: all 0.5s;
  transform-origin: 50% 25%;
}
.amlocator-city-select .custom-select-city:active {
  background-color: #E9E9E9;
  color: #000000;
  border: 1px solid #bababa;
}
.amlocator-city-select .custom-select-city:active:after {
  transform: rotateZ(180deg);
  transition: all 0.5s;
  transform-origin: 50% 25%;
  background: url('../../frontend/Pharmacann/verilife-new/en_US/images/select-up.svg') no-repeat;
}
.amlocator-city-select .custom-select-city:focus {
  outline: 2px;
}
.amlocator-city-select .custom-select:hover {
  background-color: #b83729;
}
.amlocator-city-select .custom-select-city.active {
  background-color: #f0f0f0;
  color: #000000;
  border: 1px solid #bababa;
}
.amlocator-city-select .custom-select-city.active:after {
  transform: rotateZ(180deg);
  transition: all 0.5s;
  transform-origin: 50% 25%;
}
.amlocator-city-select .select-options {
  overflow-y: auto;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 12px 0;
  list-style: none;
  background-color: #ffffff;
  color: #333333;
}
.amlocator-city-select .select-options li {
  color: #000000;
  margin: 0 0 12px  0;
  padding: 6px 15px;
  border-radius: 18px;
  border: 1px solid #c4c4c4;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  text-transform: capitalize;
  font-size: 1.4rem;
  font-family: 'neue-haas-grotesk-text';
  font-weight: 500;
}
.amlocator-city-select .select-options li:hover {
  color: #ffffff;
  background: #00685E;
  border-color: #00685E;
}
.amlocator-city-select .select-options li:last-child {
  margin-bottom: 0;
}
.amlocator-city-select .select-options li[rel="hide"] {
  display: none;
}
.store-switcher-toggle {
  display: flex;
  height: 20px;
  line-height: 20px;
  -webkit-justify-content: space-between;
  -ms-flexjustify-content: space-between;
  justify-content: space-between;
}
.store-switcher-toggle .attributes {
  line-height: 18px;
  vertical-align: middle;
  -webkit-justify-content: space-between;
  -ms-flexjustify-content: space-between;
  justify-content: space-between;
  display: flex;
  width: 100%;
}
.store-switcher-toggle .menu_stores_only {
  display: inline-flex;
  padding-right: 20px;
}
.store-switcher-toggle .menu_stores_only label {
  position: relative;
  display: block;
  padding-left: 30px;
  font-size: 1.4rem;
  line-height: 21px;
  text-transform: capitalize;
}
.store-switcher-toggle .menu_stores_only label:before,
.store-switcher-toggle .menu_stores_only label:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  display: block;
}
.store-switcher-toggle .menu_stores_only label:after {
  width: 14px;
  height: 14px;
  background: url('../../frontend/Pharmacann/verilife-new/en_US/images/medical_plus.svg') no-repeat;
  background-repeat: no-repeat;
  left: 13px;
  top: 11px;
}
.store-switcher-toggle .menu_stores_only label:before {
  background: #36A76A;
  width: 24px;
  height: 24px;
  top: 10px;
  border-radius: 100%;
  transform: translateY(-50%);
}
.store-switcher-toggle .medical_menu_stores_only_section {
  display: inline-flex;
}
.store-switcher-toggle .medical_menu_stores_only_section input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
  display: none;
}
.store-switcher-toggle .medical_menu_stores_only_section label {
  cursor: pointer;
  text-indent: -9999px;
  width: 40px;
  height: 18px;
  background: #d9d9d9;
  display: block;
  border-radius: 13px;
  position: relative;
}
.store-switcher-toggle .medical_menu_stores_only_section label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  background: #ffffff;
  border-radius: 100%;
  transition: 0.3s;
  border: 1px solid #bababa;
}
.store-switcher-toggle .medical_menu_stores_only_section input:checked + label {
  background: #36a76a;
}
.store-switcher-toggle .medical_menu_stores_only_section input:checked + label:after {
  left: calc(100%);
  transform: translateX(-100%);
}
.store-switcher-toggle .medical_menu_stores_only_section label:active:after {
  width: 20px;
}
.amlocator-store-links {
  width: 100%;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flexjustify-content: space-between;
  justify-content: space-between;
}
.amlocator-store-links a {
  width: 48%;
  padding: 6px 10px;
  border-radius: 24px;
  text-transform: capitalize;
  font-size: 1.6rem;
  font-weight: 600;
  text-decoration: none;
  height: 48px;
  line-height: 32px;
  text-align: center;
}
.amlocator-store-links a.shop-medical span {
  position: relative;
}
.amlocator-store-links a.shop-medical span:before {
  content: "";
  position: absolute;
  top: 4px;
  display: block;
  width: 14px;
  height: 14px;
  left: 1px;
}
.amlocator-store-links.amlocator-store-singlelink .StoreTimeBtn-Section,
.amlocator-store-links.amlocator-store-singlelink a {
  width: 100%;
}
.amlocator-wrapper .amlocator-stores-wrapper .amlocator-store-desc {
  cursor: default;
  color: #000000;
  background: #ffffff;
  border-bottom: 1px solid #bababa;
}
.amlocator-wrapper .amlocator-stores-wrapper .amlocator-store-desc.-active {
  color: #333333;
  background: #ffffff;
}
.amlocator-wrapper .amlocator-stores-wrapper .amlocator-store-desc.-activestore .pin_icon {
  background: url('../../frontend/Pharmacann/verilife-new/en_US/images/pin_icon_hover.svg') no-repeat !important;
}
.amlocator-wrapper .amlocator-stores-wrapper .amlocator-store-desc.-activestore .amlocator-store-information .select-store-info {
  display: block!important;
}
.amlocator-wrapper .amlocator-stores-wrapper .amlocator-store-desc .amlocator-block {
  margin: 0;
  position: relative;
}
.amlocator-wrapper .amlocator-stores-wrapper .amlocator-store-desc .amlocator-block .store-information-section {
  position: relative;
}
.amlocator-wrapper .amlocator-stores-wrapper .amlocator-store-desc .amlocator-block .amlocator-store-information {
  width: 100%;
}
.amlocator-wrapper .amlocator-stores-wrapper .amlocator-store-desc .amlocator-block .amlocator-store-information .select-store-info {
  position: absolute;
  padding-left: 22px;
  font-size: 1.2rem;
  color: #00685E;
  top: 0;
  left: 0;
  display: none;
}
.amlocator-wrapper .amlocator-stores-wrapper .amlocator-store-desc .amlocator-block .amlocator-store-information .select-store-info:before {
  content: "";
  position: absolute;
  top: 4px;
  display: block;
  width: 12px;
  height: 11px;
  background: url('../../frontend/Pharmacann/verilife-new/en_US/images/select-store-info.svg') no-repeat;
  left: 1px;
}
.amlocator-wrapper .amlocator-stores-wrapper .amlocator-store-desc .amlocator-block .amlocator-store-information .amlocator-title {
  font-size: 2rem!important;
  clear: both;
  color: #333333;
  text-transform: capitalize;
  position: relative;
  width: 100%;
  display: block;
  line-height: 19px;
}
.amlocator-wrapper .amlocator-stores-wrapper .amlocator-store-desc .amlocator-block .amlocator-store-information .pin_icon {
  width: 36px;
  height: 36px;
  position: absolute;
  right: 0;
  top: -15px;
  background: url('../../frontend/Pharmacann/verilife-new/en_US/images/pin_icon.svg') no-repeat;
  display: inline-block;
  z-index: 100;
}
.amlocator-wrapper .amlocator-stores-wrapper .amlocator-store-desc .amlocator-block .amlocator-store-information .pin_icon:hover {
  background: url('../../frontend/Pharmacann/verilife-new/en_US/images/pin_icon_hover.svg') no-repeat;
}
@media (max-width: 1023px) {
  .amlocator-wrapper .amlocator-stores-wrapper .amlocator-store-desc .amlocator-block .amlocator-store-information .pin_icon:hover {
    background: url('../../frontend/Pharmacann/verilife-new/en_US/images/pin_icon.svg') no-repeat;
  }
}
.amlocator-wrapper .amlocator-stores-wrapper .amlocator-store-desc .amlocator-block .amlocator-store-information .view-full-store {
  color: #00685E;
  font-size: 1.4rem;
  text-decoration: underline;
  line-height: 21px;
  display: inline-block;
  margin-top: 30px;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .amlocator-wrapper .amlocator-stores-wrapper .amlocator-store-desc .amlocator-block .amlocator-store-information .view-full-store {
    margin-top: 15px;
  }
}
.amlocator-wrapper .amlocator-stores-wrapper .amlocator-store-desc .amlocator-block .amlocator-store-information .view-full-store:hover {
  text-decoration: none;
}
.amlocator-wrapper .amlocator-stores-wrapper .amlocator-store-desc .amlocator-block .amlocator-store-information .store-information-section {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 10px;
}
@media (max-width: 520px) {
  .amlocator-wrapper .amlocator-stores-wrapper .amlocator-store-desc .amlocator-block .amlocator-store-information .store-information-section {
    margin-bottom: 0;
  }
}
.amlocator-wrapper .amlocator-stores-wrapper .amlocator-store-desc .amlocator-block .amlocator-store-information .store-information-section .store-information-deatils {
  padding-right: 20px;
}
.amlocator-wrapper .amlocator-stores-wrapper .amlocator-store-desc .amlocator-block .amlocator-store-information .store-information-section .store-information-deatils div {
  clear: both;
  width: 100%;
  display: block;
  font-size: 1.4rem;
  line-height: 21px;
}
.amlocator-wrapper .amlocator-stores-wrapper .amlocator-store-desc .amlocator-block .amlocator-store-information .store-information-section .store-info-deatils {
  display: flex;
  flex: 1 0 0;
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  .amlocator-wrapper .amlocator-stores-wrapper .amlocator-store-desc .amlocator-block .amlocator-store-information .store-information-section .store-info-deatils {
    flex: 1;
  }
}
.amlocator-wrapper .amlocator-stores-wrapper .amlocator-store-desc .amlocator-block .amlocator-store-information .store-information-section .store-info-deatils.store-info-hours {
  font-size: 1.4rem;
  margin-top: 20px;
}
.amlocator-wrapper .amlocator-stores-wrapper .amlocator-store-desc .amlocator-block .amlocator-store-information .store-information-section .store-info-deatils h3 {
  margin: 0 0 5px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #333333;
}
.amlocator-wrapper .amlocator-stores-wrapper .amlocator-store-desc .amlocator-block .store_id:after {
  content: '';
  clear: both;
  display: block;
  width: 100%;
}
.amlocator-wrapper .amlocator-stores-wrapper.-activelocation .amlocator-store-desc.-active .pin_icon {
  background: url('../../frontend/Pharmacann/verilife-new/en_US/images/pin_icon_hover.svg') no-repeat !important;
}
.amlocator-wrapper .amlocator-stores-wrapper.-activelocation .amlocator-store-desc.-active .pin_icon:hover {
  background: url('../../frontend/Pharmacann/verilife-new/en_US/images/pin_icon_hover.svg') no-repeat;
}
.amlocator-wrapper .amlocator-stores-wrapper.-activelocation .amlocator-store-desc.-activestore .pin_icon {
  background: url('../../frontend/Pharmacann/verilife-new/en_US/images/pin_icon.svg') no-repeat !important;
}
.amlocator-wrapper .amlocator-stores-wrapper.-activelocation .amlocator-store-desc.-activestore .pin_icon:hover {
  background: url('../../frontend/Pharmacann/verilife-new/en_US/images/pin_icon_hover.svg') no-repeat !important;
}
.amlocator-wrapper .amlocator-stores-wrapper.-activelocation .amlocator-store-desc.-activestore.-active .pin_icon {
  background: url('../../frontend/Pharmacann/verilife-new/en_US/images/pin_icon_hover.svg') no-repeat !important;
}
.amlocator-wrapper .amlocator-stores-wrapper.-activelocation .amlocator-store-desc.-activestore.-active .pin_icon:hover {
  background: url('../../frontend/Pharmacann/verilife-new/en_US/images/pin_icon_hover.svg') no-repeat;
}
.amlocator-block.-storelist.amlocator-store-list.store_list_empty + .amlocator-block.-map.map-store-sction .amlocator-map {
  display: none;
}
.header-store-option-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.header-store-option-section .header-store-option {
  width: 50%;
}
.header-locator-content-hrs {
  padding: 0 25px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
}
.header-locator-content-hrs .store-hrs {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
.header-locator-content-hrs .store-hrs strong {
  width: 110px;
}
.homepage-storeHours {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 25px;
}
@media (max-width: 1023px) {
  .homepage-storeHours {
    gap: 12px;
  }
}
.homepage-storeHours .store-hrs {
  display: flex;
  justify-content: flex-start;
  width: 50%;
}
@media (max-width: 1024px) {
  .homepage-storeHours .store-hrs {
    width: 100% !important;
  }
}
.homepage-storeHours .store-hrs strong {
  min-width: 120px;
}
@media (max-width: 1023px) {
  .homepage-storeHours .store-hrs strong {
    min-width: 120px;
  }
}
.StoreHours_info {
  padding: 5px 25px 5px 0;
}
@media (max-width: 540px) {
  .StoreHours_info {
    padding: 0;
  }
}
.default-selected-store-address .StoreHours_info {
  padding: 20px 0 15px 0;
}
@media (max-width: 540px) {
  .default-selected-store-address .amlocator-store-links .amlocator-store-links {
    padding: 0 16px;
  }
}
.StoreHours_info div.store-info-hours {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flexjustify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 540px) {
  .StoreHours_info div.store-info-hours {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.StoreHours_info div.store-info-hours .storeTimings {
  width: 48%;
}
@media (max-width: 540px) {
  .StoreHours_info div.store-info-hours .storeTimings {
    width: 100%;
  }
}
@media (max-width: 540px) {
  .StoreHours_info div.store-info-hours .storeTimings:first-child {
    margin-bottom: 25px;
  }
}
@media (max-width: 540px) {
  .StoreHours_info div.store-info-hours .storeTimings:last-child {
    margin-bottom: 20px!important;
  }
}
.StoreHours_info div.store-info-hours .storeTimings strong {
  width: 100%;
  display: block;
  margin-bottom: 14px;
  font-size: 1.5rem;
  line-height: 23px;
  font-weight: 700;
  position: relative;
}
.StoreHours_info div.store-info-hours .storeTimings strong.med-hours:before {
  content: '';
  background: url('../../frontend/Pharmacann/verilife-new/en_US/images/medical_plus-time.svg') no-repeat;
  width: 13px;
  height: 13px;
  margin-right: 10px;
  display: inline-block;
}
.StoreHours_info div.store-info-hours .storeTimings .time .timingHours {
  min-width: 230px;
  padding-left: 0;
}
.StoreHours_info div.store-info-hours .storeTimings .time .timingHours li {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flexjustify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 2px;
}
.StoreHours_info div.store-info-hours .storeTimings .time .timingHours li span {
  font-size: 1.5rem;
  line-height: 23px;
}
.StoreHours_info div.store-info-hours .storeTimings .time .timingHours li span.day {
  width: 120px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .amlocator-index-index .StoreHours_info div.store-info-hours {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .amlocator-index-index .StoreHours_info div.store-info-hours .storeTimings strong.med-hours {
    margin-top: 20px;
  }
}
.amlocator-main-container {
  color: #000000;
  font-size: 22.4px;
  font-weight: 400;
  line-height: 1.42857143;
  min-width: 50vw;
  text-align: left;
}
.amlocator-main-container .amlocator-button {
  background: #1979c3;
  border: 1px solid #1979c3;
  border-radius: 2px;
  box-sizing: border-box;
  color: #ffffff;
  font-weight: inherit;
  min-height: 40px;
}
.amlocator-main-container .amlocator-select {
  cursor: pointer;
}
.amlocator-main-container .amlocator-block.-separator {
  box-sizing: border-box;
  margin: 20px 0;
}
.amlocator-main-container .amlocator-block.-separator > .hr {
  border-top: 1px solid #e3e3e3;
  margin: 0;
}
.amlocator-main-container .amlocator-wrapper .amlocator-schedule-container strong {
  line-height: 1.42857143;
  margin-bottom: 0;
  margin-top: 0;
}
.amlocator-search-container {
  background: #f8f8f8;
  box-sizing: border-box;
  margin-bottom: 10px;
  padding: 5px 15px;
  width: 100%;
}
.amlocator-search-container .amlocator-title {
  display: inline-block;
  margin-bottom: 5px;
}
.amlocator-search-container .amlocator-block {
  margin-bottom: 15px;
  width: 100%;
}
.amlocator-search-container .amlocator-block.-search {
  margin-bottom: 0;
}
.amlocator-search-container .amlocator-text,
.amlocator-search-container .amlocator-select {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  width: initial;
}
.amlocator-search-container .amlocator-select {
  height: 40px;
}
.amlocator-search-container .amlocator-select.-measurement {
  background-color: #f8f8f8;
  border: none;
  height: inherit;
  line-height: 1;
  min-width: inherit;
}
.amlocator-search-container .amlocator-button.-nearby {
  margin-left: auto;
  width: 100%;
}
.amlocator-current-location .amlocator-search {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI3LjUiIHN0cm9rZT0iI0Q3RDdENyIgc3Ryb2tlLXdpZHRoPSIyIi8+PHBhdGggZmlsbD0iI0Q3RDdENyIgZD0iTTEzIDE1LjEyMUwxNS4xMiAxM2w4LjY3NSA4LjY3NS0yLjEyMSAyLjEyeiIvPjwvc3ZnPg==) no-repeat center;
  background-size: contain;
  border: none;
  cursor: pointer;
  height: 23px;
  position: absolute;
  right: 8px;
  top: 8px;
  width: 23px;
}
.amlocator-current-location .amlocator-wrapper {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  margin-top: 5px;
  position: relative;
}
.amlocator-current-location .amlocator-text {
  border: 1px solid #d0d0d0;
  border-radius: 2px;
  box-sizing: border-box;
  height: 40px;
  padding-right: 40px;
  width: 100%;
}
.amlocator-current-location .amlocator-text:focus {
  border: 1px solid #1979c3;
  box-shadow: none;
}
.amlocator-current-location .amlocator-text:focus + .amlocator-search,
.amlocator-current-location .amlocator-search:hover {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI3LjUiIHN0cm9rZT0iIzE5NzlDMyIgc3Ryb2tlLXdpZHRoPSIyIi8+PHBhdGggZmlsbD0iIzE5NzlDMyIgZD0iTTEzIDE1LjEyMUwxNS4xMiAxM2w4LjY3NSA4LjY3NS0yLjEyMSAyLjEyeiIvPjwvc3ZnPg==) no-repeat center;
  background-size: contain;
}
.amlocator-current-location .amlocator-reset {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDIwLjU0N0wyMC41NDcgMCAyMiAxLjQ1MyAxLjQ1MyAyMiAwIDIwLjU0N3oiIGZpbGw9IiNFQjU3NTciLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTIyIDIwLjU0N0wxLjQ1MyAwIDAgMS40NTMgMjAuNTQ3IDIyIDIyIDIwLjU0N3oiIGZpbGw9IiNFQjU3NTciLz48L3N2Zz4=') no-repeat center;
  border: none;
  cursor: pointer;
  height: 22px;
  position: absolute;
  right: 8px;
  top: 8px;
  width: 22px;
}
.amlocator-current-location .amlocator-search.-hidden,
.amlocator-current-location .amlocator-reset.-hidden {
  display: none;
}
.amlocator-search-radius .amlocator-radio {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  height: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  width: 0;
}
.amlocator-search-radius .amlocator-radio:checked + .amlocator-label {
  background: #1979c3;
  box-shadow: 0 2px 4px rgba(45, 147, 226, 0.1);
  color: #ffffff;
}
.amlocator-search-radius .amlocator-radio:focus + .amlocator-label {
  box-shadow: 0 0 3px 1px #00699D;
}
.amlocator-search-radius .amlocator-wrapper {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  justify-content: flex-end;
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  position: relative;
}
.amlocator-search-radius .amlocator-select {
  min-width: 215px;
}
.amlocator-range-slider {
  background: #deedf8;
  border-radius: 10px;
  cursor: pointer;
  height: 10px;
  width: 100%;
}
.amlocator-range-slider .ui-slider-range {
  background: #1979c3;
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px;
  height: 100%;
}
.amlocator-range-slider .amlocator-handle {
  background: #1979c3;
  border-radius: 12px;
  box-shadow: 0 2px 3px rgba(20, 72, 112, 0.5);
  cursor: pointer;
  height: 14px;
  margin: 0 0 0 -7px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
}
.amlocator-range-slider .amlocator-handle:hover,
.amlocator-range-slider .amlocator-handle:focus,
.amlocator-range-slider .amlocator-handle:active {
  background: #4da1e2;
}
.amlocator-range-slider .amlocator-handle:focus {
  box-shadow: 0 0 3px 1px #1979c3;
}
.amlocator-range-slider .amlocator-tooltip {
  background: #1979c3;
  border-radius: 2px;
  color: #ffffff;
  font-size: 12px;
  left: 50%;
  padding: 2px 5px;
  position: absolute;
  top: -7px;
  transform: translate(-50%, -100%);
  white-space: nowrap;
}
.amlocator-range-slider .amlocator-tooltip:after {
  background: #1979c3;
  bottom: 0;
  content: '';
  height: 6px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 50%) rotate(45deg);
  width: 6px;
}
.amlocator-filters-container {
  background: #f8f8f8;
  margin-bottom: 10px;
}
.amlocator-filters-container .amlocator-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #000000;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 5px 15px;
}
.amlocator-filters-container .amlocator-content {
  transition: all 0.3s ease;
}
.amlocator-filters-container .amlocator-hidden-filter {
  display: none;
}
.amlocator-filters-container .amlocator-actions {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 12px;
  justify-content: flex-end;
  padding: 5px 15px;
}
.amlocator-filters-container .amlocator-clear {
  background: none;
  border: none;
  color: #006bb4;
  cursor: pointer;
}
.amlocator-filters-container .amlocator-button {
  border: none;
  line-height: unset;
  margin-left: 25px;
  min-height: 25px;
  padding: 0 20px;
}
.amlocator-filters-container .amlocator-button:hover {
  background: #1979c3;
  border: none;
  color: #ffffff;
}
.amlocator-attribute-wrapper {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 8px 15px;
}
.amlocator-attribute-wrapper:nth-of-type(even) {
  background: #e3e3e3;
}
.amlocator-attribute-wrapper .amlocator-label {
  box-sizing: border-box;
  padding-right: 5px;
  width: 40%;
  word-wrap: break-word;
}
.amlocator-attribute-wrapper .amlocator-input {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  width: 60%;
}
.amlocator-attribute-wrapper .amlocator-input .chosen-container {
  width: 100% !important;
}
.amlocator-attribute-wrapper .amlocator-input .chosen-container .amlocator-chosen-search-label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amlocator-attribute-wrapper .amlocator-select,
.amlocator-attribute-wrapper .chosen-choices {
  border-color: #c4c4c4;
  height: inherit;
  line-height: 1;
  max-height: 80px;
  padding: 9px 25px 9px 10px;
}
.amlocator-attribute-wrapper .chosen-container {
  font-size: inherit;
  height: inherit;
}
.amlocator-attribute-wrapper .chosen-container .chosen-choices {
  height: inherit;
  min-height: 35px;
  overflow: auto;
  padding: 5px;
}
.amlocator-attribute-wrapper .chosen-container .chosen-results li.highlighted {
  background: #1979c3;
}
.amlocator-attribute-wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNSIgaGVpZ2h0PSI1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNC41OTYuMzU0YS41LjUgMCAwIDAtLjcwNyAwTDIuNTk2IDEuNjQ3IDEuMzAzLjM1NGEuNS41IDAgMSAwLS43MDcuNzA3bDEuMjkzIDEuMjkzTC4zNTMgMy44ODlhLjUuNSAwIDEgMCAuNzA4LjcwN2wxLjUzNS0xLjUzNSAxLjUzNiAxLjUzNWEuNS41IDAgMCAwIC43MDctLjcwN0wzLjMwMyAyLjM1NCA0LjU5NiAxLjA2YS41LjUgMCAwIDAgMC0uNzA3eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) no-repeat center !important;
  background-size: contain !important;
  height: 8px;
  margin: 0 5px 0 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.amlocator-attribute-wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: initial;
}
.amlocator-attribute-wrapper .chosen-container-multi .chosen-choices li.search-field input[type=text] {
  height: inherit;
  margin: 3px 0;
}
.amlocator-attribute-wrapper .chosen-container-multi .chosen-choices li.search-choice {
  background: #1979c3;
  border: none;
  box-shadow: none;
  color: #ffffff;
  margin: 0 5px 0 0;
  padding: 5px 18px 5px 5px;
}
.amlocator-map-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.amlocator-map-container > .amlocator-block {
  width: 100%;
}
.amlocator-map-container .amlocator-map {
  height: 300px;
  width: 100%;
}
.amlocator-map-pin {
  display: none;
}
.amlocator-arrow {
  display: inline-block;
  height: 8px;
  margin-left: auto;
  min-width: 14px;
  position: relative;
  width: 14px;
}
.amlocator-arrow:before,
.amlocator-arrow:after {
  background-color: #444444;
  content: '';
  display: inline-block;
  height: 2px;
  position: absolute;
  top: 3px;
  transition: all 0.2s ease;
  width: 9px;
}
.amlocator-arrow:before {
  left: 0;
}
.amlocator-arrow:after {
  right: 0;
}
.amlocator-arrow:after,
.amlocator-arrow.-down:before {
  transform: rotate(45deg);
}
.amlocator-arrow:before,
.amlocator-arrow.-down:after {
  transform: rotate(-45deg);
}
.amlocator-store-list {
  order: 1;
  overflow: auto;
}
.amlocator-store-list .amlocator-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  max-height: 500px;
}
.amlocator-stores-wrapper {
  margin-bottom: 10px;
}
.amlocator-store-desc {
  background: #f6f6f6;
  cursor: pointer;
  display: block;
  font-size: 1.4rem;
}
.amlocator-store-desc:not(:first-of-type) {
  margin-top: 15px;
}
.amlocator-store-desc .amlocator-title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.amlocator-store-desc .amlocator-title .amlocator-link {
  color: #000000;
  word-break: break-all;
  word-wrap: break-word;
}
.amlocator-store-desc .amlocator-title .amlocator-map-pin {
  display: inline-block;
  margin-left: 16px;
  vertical-align: middle;
}
.amlocator-store-desc .amlocator-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
}
.amlocator-store-desc .amlocator-image {
  background-position: center;
  background-size: cover;
  height: 150px;
  margin-right: 15px;
  min-width: 150px;
  width: 150px;
}
.amlocator-store-container {
  margin-bottom: 24px;
}
.amlocator-store-container.-active .amlocator-store-desc,
.amlocator-store-container.-active .amlocator-week-container {
  background: #1979c3;
  color: #ffffff;
}
.amlocator-store-container.-active .amlocator-store-desc .amlocator-title .amlocator-link,
.amlocator-store-container.-active .amlocator-week-container .amlocator-title .amlocator-link {
  color: #ffffff;
}
.amlocator-store-container.-active .amlocator-today {
  background: #9dd4ff;
  color: #000000;
}
.amlocator-store-container .amlocator-week-container {
  background: #f6f6f6;
  display: none;
}
.amlocator-store-container .amlocator-schedule-container:hover {
  cursor: pointer;
}
.amlocator-store-container .amlocator-schedule-container .amlocator-week {
  display: block;
}
.amlocator-description {
  word-break: break-word;
}
.amlocator-schedule-container .amlocator-today {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #d0d0d0;
  justify-content: space-between;
  padding: 5px 15px 5px 35px;
  position: relative;
}
.amlocator-schedule-container .amlocator-today:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgOTcuMTYgOTcuMTYiPjxwYXRoIGQ9Ik00OC41OCAwQzIxLjc5MyAwIDAgMjEuNzkzIDAgNDguNThzMjEuNzkzIDQ4LjU4IDQ4LjU4IDQ4LjU4IDQ4LjU4LTIxLjc5MyA0OC41OC00OC41OFM3NS4zNjcgMCA0OC41OCAwem0wIDg2LjgyM2MtMjEuMDg3IDAtMzguMjQ0LTE3LjE1NS0zOC4yNDQtMzguMjQzUzI3LjQ5MyAxMC4zMzcgNDguNTggMTAuMzM3IDg2LjgyNCAyNy40OTIgODYuODI0IDQ4LjU4IDY5LjY2NyA4Ni44MjMgNDguNTggODYuODIzeiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkYXRhLW9sZF9jb2xvcj0iIzAwN0FGRiIgZmlsbD0iIzE5NzlDMyIvPjxwYXRoIGQ9Ik03My44OTggNDcuMDhINTIuMDY2VjIwLjgzYTQgNCAwIDAgMC04IDB2MzAuMjVhNCA0IDAgMCAwIDQgNGgyNS44MzJhNCA0IDAgMCAwIDAtOHoiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgZGF0YS1vbGRfY29sb3I9IiMwMDdBRkYiIGZpbGw9IiMxOTc5QzMiLz48L3N2Zz4=) no-repeat center;
  background-size: contain;
  content: '';
  height: 14px;
  left: 15px;
  position: absolute;
  top: 8px;
  width: 14px;
}
.amlocator-schedule-container .amlocator-today .amlocator-time {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
.amlocator-schedule-container .amlocator-arrow {
  margin: 6px 0 0 15px;
}
.amlocator-schedule-container .amlocator-week {
  display: none;
  margin: 0 20px;
}
.amlocator-schedule-container.active .amlocator-week-container {
  min-height: 160px;
  position: relative;
}
.amlocator-schedule-container.active .amlocator-arrow:after {
  transform: rotate(45deg);
}
.amlocator-schedule-container.active .amlocator-arrow:before {
  transform: rotate(-45deg);
}
.amlocator-schedule-table {
  display: flex;
  flex-direction: column;
}
.amlocator-schedule-table .amlocator-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.amlocator-schedule-table .amlocator-cell {
  box-sizing: border-box;
  width: 50%;
}
.amlocator-schedule-table .amlocator-cell.-day {
  padding-left: 15px;
}
.amlocator-schedule-table .amlocator-cell.-time {
  padding-right: 8%;
  text-align: right;
  white-space: nowrap;
}
.amlocator-pager-container {
  margin-top: auto;
}
.amlocator-pager-container .pages {
  text-align: right;
}
.amlocator-pager-container .items {
  padding: 0 24px 0.32px;
}
.amlocator-pager-container .items .action:focus {
  box-shadow: 0 0 3px 1px #1979c3;
}
.amlocator-pager-container .pages .page {
  background: #f8f8f8;
  color: #000000;
  font-weight: normal;
  line-height: 1;
  padding: 8px 10px;
}
.amlocator-pager-container .pages a.page {
  color: #000000;
}
.amlocator-pager-container .pages .item {
  margin: 0;
  position: relative;
}
.amlocator-pager-container .pages .item:not(:last-of-type) {
  margin-right: 10px;
}
.amlocator-pager-container .pages .current .page,
.amlocator-pager-container .pages .page:hover {
  background: #1979c3;
  color: #ffffff;
}
.amlocator-pager-container .pages a.action {
  background: #f8f8f8;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
}
.amlocator-pager-container .pages a.action:hover {
  background: #1979c3;
}
.amlocator-pager-container .pages .items a.action:before {
  color: #000000;
  font-size: 1.4rem;
}
.amlocator-pager-container .pages .items a.action:hover:before {
  color: #ffffff;
}
.amlocator-pager-container .pages > .label {
  position: relative;
}
.amlocator-map .amlocator-image img {
  max-width: 150px;
}
.amlocator-info-popup {
  width: 250px;
}
.amlocator-info-popup .amlocator-name {
  margin-top: 5px;
}
.amlocator-info-popup .amlocator-image {
  clear: both;
  display: block;
  margin-bottom: 10px;
  width: 100px;
}
.amlocator-index-index {
  overflow-x: hidden;
}
@media (max-width: 1100px) {
  .amlocator-main-container.find-a-store-section .amlocator-map-container .amlocator-block.map-store-sction .store-switcher-toggle {
    right: 0;
    padding-right: 13px;
  }
}
body.recreational .amlocator-store-links a {
  background: #00685E;
  border: 2px solid #00685E;
  color: #ffffff;
}
body.recreational .amlocator-store-links a:hover {
  /*color: @title-color;
                        background: @color__white;
                        border-color: @title-color;*/
  background: #00685E;
  border: 2px solid #00685E;
  color: #ffffff;
}
body.recreational .amlocator-store-links a.shop-adult-use {
  background: #00685E;
  border: 2px solid #00685E;
  color: #ffffff;
  order: 1;
}
body.recreational .amlocator-store-links a.shop-adult-use span {
  /* &:before{
                              background: url('../../frontend/Pharmacann/verilife-new/en_US/images/medical_plus_hover.svg') no-repeat;
                          }*/
}
body.recreational .amlocator-store-links a.shop-adult-use:hover {
  background: #00685E;
  border: 2px solid #00685E;
  color: #ffffff;
}
body.recreational .amlocator-store-links a.shop-adult-use:hover span {
  /*&:before{
                              background: url('../../frontend/Pharmacann/verilife-new/en_US/images/medical_plus.svg') no-repeat;
                          }*/
}
body.recreational .amlocator-store-links a.shop-medical {
  background: #ffffff;
  border: 2px solid #343A40;
  color: #343A40;
}
body.recreational .amlocator-store-links a.shop-medical:hover {
  background: #ffffff;
  border: 2px solid #343A40;
  color: #343A40;
}
body.medical .amlocator-store-links a {
  color: #343A40;
  background: #ffffff;
  border: 2px solid #343A40;
}
body.medical .amlocator-store-links a:hover {
  background: #ffffff;
  border-color: #343A40;
  color: #343A40;
}
body.medical .amlocator-store-links a.shop-medical {
  background: #00685E;
  border: 2px solid #00685E;
  color: #ffffff;
  order: 1;
}
body.medical .amlocator-store-links a.shop-medical span {
  /* &:before{
                          background: url('../../frontend/Pharmacann/verilife-new/en_US/images/medical_plus.svg') no-repeat;
                        }*/
}
body.medical .amlocator-store-links a.shop-medical:hover {
  background: #00685E;
  border-color: #00685E;
  color: #ffffff;
}
body.medical .amlocator-store-links a.shop-medical:hover span {
  /*&:before{
                          background: url('../../frontend/Pharmacann/verilife-new/en_US/images/medical_plus_hover.svg') no-repeat;
                        }*/
}
body.medical .amlocator-store-links a.shop-adult-use {
  background: #ffffff;
  border: 2px solid #343A40;
  color: #343A40;
  order: 0;
}
body.medical .amlocator-store-links a.shop-adult-use:hover {
  background: #ffffff;
  color: #343A40;
  border-color: #343A40;
}
body .amlocator-store-links.all-store-offers a {
  color: #343A40;
  background: #ffffff;
  border-color: #343A40;
}
body .amlocator-store-links.all-store-offers a:hover {
  color: #ffffff;
  background: #343A40;
  border-color: #343A40;
}
/**
 * @copyright   Copyright (c) 2021 Kensium Solutions LLC
 */
.header-locator-dropdown-inner .header-locator-content-hrs {
  padding: 0;
}
.amlocator-location-container {
  display: flex;
  flex-direction: column;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary {
  text-decoration: none;
  background-image: none;
  background: #00685E;
  border: 1px solid #00685E;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 4px;
  box-shadow: none;
}
.cms-page-view .breadcrumbs {
  display: none;
}
.amlocator-location-view #maincontent .faq-section .faq-right-section .faq-question {
  border-color: #000000;
  border: 0;
  padding: 14px 0;
}
.amlocator-location-view #maincontent .faq-section .faq-right-section .faq-question p {
  margin-bottom: 0;
}
.amlocator-location-view #maincontent .faq-section {
  border: 0;
}
.amlocator-location-view #maincontent .faq-section .faq-right-section {
  margin-top: 0;
  margin: 0;
  width: 100%!important;
}
.store-house-location {
  border: 2px solid #000000;
  padding: 6px;
  border-radius: 8px;
}
.store-house-location img {
  border-radius: 8px;
  border: 2px solid #000000;
  display: block;
  width: 100%;
}
.amlocator-location-container .amlocator-column.store-house {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1025px) {
  .amlocator-location-container .amlocator-column.store-house {
    margin-top: 100px;
  }
}
.amlocator-location-view #maincontent .amlocator-location-main .amlocator-static-section .amloc-static-cont-section .amloc-static-cont.-right p a {
  color: #000000;
  text-decoration: underline;
}
.store-map-location {
  position: relative;
  width: 100%;
  height: 100%;
}
.store-map-location .directions {
  position: absolute;
  height: 34px;
}
.store-map-location .directions .direction-btn {
  max-width: 150px;
  display: inline-block;
  border-radius: 18px;
  padding: 8px 12px 8px 35px;
  color: #000000;
  font-weight: 700;
  font-size: 12px;
  background: url(../../frontend/Pharmacann/verilife-new/en_US/images/checkbox_icon.svg) no-repeat;
  background-position: 16px center;
  background-color: #ffffff;
  -webkit-apperance: none;
  appearance: none;
  width: 100%;
}
.store-map-location a.button {
  padding: 0;
  width: 100%;
  height: 100%;
}
.store-map-location a.button img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.faq-section .faq-right-section .faq-answer a {
  color: #000000;
  text-decoration: underline;
  font-weight: 500;
}
.faq-section .faq-right-section .faq-answer a:hover {
  text-decoration: none;
}
.amlocator-current-location .amlocator-reset {
  background: url(../../frontend/Pharmacann/verilife-new/en_US/images/close-btn.svg) no-repeat center;
  background-size: 100%;
}
@media (max-width: 767px) {
  .amlocator-current-location .amlocator-reset {
    right: 30px;
    top: 10px;
  }
}
.amlocator-location-container .amlocator-static-section .amloc-static-cont-section.discounts-section .amlocator-store-links.all-store-offers {
  display: none;
}
.amlocator-location-main .amlocator-static-section .amloc-static-cont-section .amloc-static-cont.-right .store-address-main .store-title {
  margin-bottom: 10px;
}
.store-info-deatils.store-info-hours h3 {
  color: #000000 !important;
  font-weight: 700;
}
.amlocator-link {
  color: #000000;
}
.amlocator-link:hover {
  text-decoration: none;
}
.amlocator-location-view .page-main > .page-title-wrapper .page-title span {
  font-weight: 600;
}
.amlocator-location-view #maincontent .faq-section .faq-right-section .faq-answer ul,
body.cms-page-view.amlocator-location-view #maincontent .faq-section .faq-right-section .faq-answer ul {
  margin-bottom: 1em;
  padding-left: 22px;
}
.amlocator-location-view #maincontent .faq-section .faq-right-section .faq-answer p:last-child,
body.cms-page-view.amlocator-location-view #maincontent .faq-section .faq-right-section .faq-answer p:last-child {
  margin-bottom: 0;
}
.amlocator-location-view .select-store-info,
body.cms-page-view.amlocator-location-view .select-store-info {
  margin-top: 25px;
}
.adult-store-info {
  font-size: 12px;
  line-height: 18px;
  color: #636363;
  font-weight: 500;
}
.select-store-info {
  position: relative;
  padding-left: 22px;
  font-size: 12px;
  line-height: 15px;
  color: #00685E;
}
.select-store-info:before {
  content: "";
  position: absolute;
  top: 2px;
  display: block;
  width: 12px;
  height: 11px;
  background: url('../../frontend/Pharmacann/verilife-new/en_US/images/select-store-info.svg') no-repeat;
  left: 1px;
}
.default-selected-store-address .adult-store-info {
  margin: 20px 0;
}
.default-selected-store-address h2.store-title {
  font-weight: 600;
}
.payment_icon {
  position: relative;
  padding-left: 30px;
  text-transform: capitalize;
  font-size: 14px;
  margin-top: 15px;
}
.payment_icon span {
  line-height: 10px;
  font-size: 14px;
}
.payment_icon:before {
  content: '';
  width: 20px;
  height: 17px;
  display: inline-block;
  position: absolute;
  top: 0%;
  left: 0%;
  background: url('../../frontend/Pharmacann/verilife-new/en_US/images/getting-icon.svg') no-repeat;
}
.payment_icon.atm-icon:before {
  background: url('../../frontend/Pharmacann/verilife-new/en_US/images/atm_icon.svg') no-repeat;
}
.payment_icon.cashless-icon {
  text-decoration: none;
}
.payment_icon.cashless-icon:before {
  background: url('../../frontend/Pharmacann/verilife-new/en_US/images/cashless_icon.svg') no-repeat;
}
.payment_icon.parking-icon:before {
  background: url('../../frontend/Pharmacann/verilife-new/en_US/images/parking_icon.svg') no-repeat;
  height: 20px;
}
.payment_icon.icon-curbside-delivery:before {
  background: url('../../frontend/Pharmacann/verilife-new/en_US/images/curbside-delivery-icon.svg') no-repeat;
  height: 20px;
}
.payment_icon.adultuse-icon:before {
  background: url('../../frontend/Pharmacann/verilife-new/en_US/images/adult_use_icon.svg') no-repeat;
  height: 24px;
  width: 24px;
}
.payment_icon.medical-icon:before {
  background: url('../../frontend/Pharmacann/verilife-new/en_US/images/medical_icon.svg') no-repeat;
  height: 24px;
  width: 24px;
}
.payment_icon.getacard-icon {
  text-transform: inherit;
}
.payment_icon.getacard-icon:before {
  background: url('../../frontend/Pharmacann/verilife-new/en_US/images/get_a_card.svg') no-repeat;
  height: 14px;
  width: 14px;
  top: 5px;
  left: 5px;
}
.payment_icon.getacard-icon a {
  color: #000000;
  text-decoration: underline;
  font-size: 12px;
  line-height: 10px;
}
.amlocator-store-links.all-store-offers {
  margin-top: 20px ;
}
.amlocator-store-links.all-store-offers a {
  width: 100%;
}
.amlocator-store-links.all-store-offers::after,
.amlocator-store-links.all-store-offers::before {
  margin: 0;
}
.amlocator-location-main .amlocator-city-location-section {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.amlocator-location-main .amlocator-city-location-section .amlocator-top-column.-left .amlocator-city-container {
  margin-bottom: 15px;
}
.amlocator-location-main .amlocator-location-container .amlocator-column.-left {
  background: #ffffff !important;
}
.amlocator-block.-separator {
  padding: 0;
  margin: 0;
}
.amlocator-block.-separator hr {
  border-color: #636363 !important;
}
.amlocator-static-section .amloc-static-cont-section {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.amlocator-static-section .amloc-static-cont-section .amloc-static-cont.-left .icon {
  display: inline-flex;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  position: relative;
}
.amlocator-static-section .amloc-static-cont-section .amloc-static-cont.-left .icon.getting-icon:before {
  content: '';
  width: 20px;
  height: 24px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url('../../frontend/Pharmacann/verilife-new/en_US/images/getting-icon.svg') no-repeat;
}
.amlocator-static-section .amloc-static-cont-section .amloc-static-cont.-left .icon.store-icon:before {
  content: '';
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url('../../frontend/Pharmacann/verilife-new/en_US/images/store-icon.svg') no-repeat;
}
.amlocator-static-section .amloc-static-cont-section .amloc-static-cont.-left .h3-heading {
  margin: 0;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  text-transform: capitalize;
  display: inline-flex;
  vertical-align: top;
  color: #000;
}
.amlocator-static-section .amloc-static-cont-section .amloc-static-cont.-right {
  font-size: 13px;
  line-height: 20px;
  color: #000;
}
/*Default selected store address start */
.default-selected-store-address .store-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 15px !important;
}
.default-selected-store-address .amlocator-store-links {
  padding: 30px 0;
}
.default-selected-store-address .amlocator-store-links .amlocator-store-links {
  padding: 0 !important;
}
.default-selected-store-address .store-address-section {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flexjustify-content: space-between;
  justify-content: space-between;
}
.default-selected-store-address .store-address-section .store-address-deatils {
  justify-content: space-between;
  padding-right: 20px;
}
.default-selected-store-address .store-address-section .store-address-deatils .store-info-deatils {
  font-size: 14px;
  line-height: 21px;
}
.default-selected-store-address .store-address-section .store-address-deatils .store-info-deatils.store-info-hours .time {
  font-size: 14px;
  width: 100%;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.default-selected-store-address .store-address-section .store-address-deatils .store-info-deatils.store-info-hours .time span {
  justify-content: space-between;
  /*width:50%;
                                padding-right: 20px;
                                width:160px;
                                &:last-child{
                                    padding-right: 0;
                                  }*/
}
.default-selected-store-address .store-address-section .store-address-deatils .store-info-deatils .phone {
  padding: 10px 0 5px 30px;
  position: relative;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
}
.default-selected-store-address .store-address-section .store-address-deatils .store-info-deatils .phone:before {
  content: "";
  position: absolute;
  width: 19px;
  height: 19px;
  left: 0px;
  top: 12px;
  background: url('../../frontend/Pharmacann/verilife-new/en_US/images/phone_icon.svg') no-repeat;
  display: inline-block;
}
.default-selected-store-address .store-address-section .store-address-deatils .store-info-deatils .directions {
  margin-top: 16px;
}
@media (max-width: 640px) {
  .default-selected-store-address .store-address-section .store-address-deatils .store-info-deatils .directions {
    margin-bottom: 16px;
  }
}
.default-selected-store-address .store-address-section .store-address-deatils .store-info-deatils .directions .button.direction-btn {
  background: #00685E;
  border: 2px solid #00685E;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 24px;
  text-transform: capitalize;
  font-size: 1.6rem;
  font-weight: 600;
  text-decoration: none;
  height: 48px;
  width: 100%;
}
.default-selected-store-address .store-address-section .store-address-deatils .store-info-deatils .directions .button.direction-btn:hover {
  background: #00685E;
  border: 2px solid #00685E;
  color: #ffffff;
}
.default-selected-store-address .store-address-section .store-address-deatils .store-info-deatils .email {
  padding: 10px 0 5px 30px;
  position: relative;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
}
.default-selected-store-address .store-address-section .store-address-deatils .store-info-deatils .email:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 16px;
  left: 2px;
  top: 12px;
  background: url('../../frontend/Pharmacann/verilife-new/en_US/images/email_icon.svg') no-repeat;
  display: inline-block;
}
.default-selected-store-address .store-address-section .store-address-deatils h3 {
  margin: 0;
}
.default-selected-store-address .store-address-section .store-address-deatils .view-full-store {
  color: #000000;
  font-size: 14px;
  text-decoration: underline;
  line-height: 21px;
  font-weight: 500;
  padding-top: 8px;
  display: inline-block;
}
.default-selected-store-address .store-address-section .store-address-deatils .view-full-store:hover {
  text-decoration: none;
}
/*Default selected store address end */
.store-address-main {
  margin-bottom: 25px;
  border-bottom: 1px solid #d9d9d9;
}
.store-address-main:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.store-address-main .store-title {
  font-size: 18px;
  font-weight: 600;
}
.store-address-main .amlocator-store-links {
  padding: 20px 0;
}
.store-address-main .store-address-section {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flexjustify-content: flex-start;
  justify-content: flex-start;
}
@media (max-width: 520px) {
  .store-address-main .store-address-section .view-full-store-info {
    margin: 20px 0;
  }
}
.store-address-main .store-address-section .store-address-deatils {
  justify-content: space-between;
  padding-right: 20px;
}
.store-address-main .store-address-section .store-address-deatils .store-info-deatils div {
  font-size: 14px;
  line-height: 21px;
}
.store-address-main .store-address-section .store-address-deatils .store-info-deatils.store-info-hours h3 {
  margin: 0 0 10px;
  color: #000000;
  font-weight: 600;
}
.store-address-main .store-address-section .store-address-deatils .store-info-deatils.store-info-hours .time {
  font-size: 14px;
  width: 100%;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.store-address-main .store-address-section .store-address-deatils .store-info-deatils.store-info-hours .time span {
  justify-content: space-between;
  /* width:50%;
                            padding-right: 18px;
                            &:last-child{
                                padding-right: 0;
                            }*/
}
.store-address-main .store-address-section .store-address-deatils h3 {
  margin: 0;
}
.store-address-main .store-address-section .store-address-deatils .view-full-store {
  color: #000000;
  font-size: 14px;
  text-decoration: underline;
  line-height: 21px;
  font-weight: 500;
  padding-top: 8px;
  display: inline-block;
}
.store-address-main .store-address-section .store-address-deatils .view-full-store:hover {
  text-decoration: none;
}
.amlocator-location-main .amlocator-static-section .amloc-static-cont-section .amloc-static-cont.-right ul {
  padding-left: 22px;
}
.amlocator-location-main .amlocator-static-section .amloc-static-cont-section.discounts-section .amloc-static-cont.-right ul {
  padding-left: 18px;
}
.amlocator-static-section .amloc-static-cont-section.amloc-fqas-section [data-content-type='row'][data-appearance='contained'] {
  max-width: 100%;
  width: 100%;
}
/* min width 768px */
@media only screen and (max-width: 1023px) {
  .global-signin-section {
    padding-left: inherit;
    padding-right: inherit;
  }
  .amlocator-location-view {
    /* .page-wrapper{
          margin-top:205px;
      }*/
  }
  .amlocator-location-view .amlocator-location-main .page-title-wrapper .page-title {
    margin-top: 30px;
    text-align: center;
  }
  .amlocator-location-view .amlocator-location-main .amlocator-city-location-section {
    display: none;
  }
  .amlocator-location-view .amlocator-location-main .amlocator-static-section .amloc-static-cont-section.amloc-nearby-stores-section {
    margin-top: 30px;
  }
  .store-map-location .directions {
    right: 20px!important;
    bottom: 30px!important;
  }
  .store-map-location a.button {
    padding: 0;
  }
  .amlocator-location-view .page-wrapper .page-main {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .amlocator-location-view .page-wrapper .page-main .amc-global-signin,
  .amlocator-location-view .page-wrapper .page-main .default-selected-store-address {
    padding-right: 16px;
    padding-left: 16px;
  }
  .amlocator-location-view .page-wrapper .page-main .amlocator-city-location-section {
    padding-right: 16px;
  }
  .amlocator-location-view .page-wrapper .page-main .amlocator-static-section .store-address-main {
    padding-right: 16px;
    padding-left: 16px;
  }
  .amlocator-location-view .page-wrapper .page-main .amlocator-static-section .amloc-fqas-section {
    padding-right: 16px!important;
    padding-left: 16px!important;
  }
}
/* max width 767px */
/* max width 480px */
@media screen and (orientation: landscape) and (max-width: 991px) {
  .customer-register-index #maincontent,
  .amlocator-location-view #maincontent {
    /* margin-top: inherit;*/
  }
  .customer-register-index #maincontent .store-address-main .store-address-section .store-address-deatils,
  .amlocator-location-view #maincontent .store-address-main .store-address-section .store-address-deatils,
  .customer-register-index #maincontent .default-selected-store-address .store-address-section .store-address-deatils,
  .amlocator-location-view #maincontent .default-selected-store-address .store-address-section .store-address-deatils {
    width: 48%;
  }
  .customer-register-index #maincontent .store-address-main .store-address-section .store-info-deatils.store-info-hours,
  .amlocator-location-view #maincontent .store-address-main .store-address-section .store-info-deatils.store-info-hours,
  .customer-register-index #maincontent .default-selected-store-address .store-address-section .store-info-deatils.store-info-hours,
  .amlocator-location-view #maincontent .default-selected-store-address .store-address-section .store-info-deatils.store-info-hours {
    width: 48%;
  }
  .customer-register-index #maincontent .store-address-main .store-address-section .store-info-deatils.store-info-hours .store-address-deatils,
  .amlocator-location-view #maincontent .store-address-main .store-address-section .store-info-deatils.store-info-hours .store-address-deatils,
  .customer-register-index #maincontent .default-selected-store-address .store-address-section .store-info-deatils.store-info-hours .store-address-deatils,
  .amlocator-location-view #maincontent .default-selected-store-address .store-address-section .store-info-deatils.store-info-hours .store-address-deatils {
    width: 100%;
  }
}
@media screen and (orientation: landscape) and (max-width: 767px) {
  .customer-register-index #maincontent,
  .amlocator-location-view #maincontent {
    margin-top: 50px;
  }
}
@media (max-width: 540px) {
  .amlocator-location-view .default-selected-store-address .store-address-section > .store-address-deatils {
    width: 100%;
    padding: 0;
  }
  .amlocator-location-view .store-info-deatils.store-info-hours > .store-address-deatils.hide-desktop,
  .checkout-onepage-success .store-info-deatils.store-info-hours > .store-address-deatils {
    order: 0;
    margin-bottom: 20px;
  }
  .amlocator-location-view .store-info-deatils.store-info-hours .header-store-option-section,
  .checkout-onepage-success .store-info-deatils.store-info-hours .header-locator-dropdown-right {
    order: 1;
    margin-bottom: 20px;
  }
  /* .amlocator-location-view .store-info-hours .time, .checkout-onepage-success .store-info-hours .time {
         display: block;
     }
     .amlocator-index-index .StoreHours_info div.store-info-hours .storeTimings .closed-hrs-title strong,
     .amlocator-location-view .StoreHours_info div.store-info-hours .storeTimings .closed-hrs-title strong {
         margin-bottom: 0;
     }
     body.amlocator-location-view .default-selected-store-address .amlocator-store-links a.shop-adult-use {
         position: absolute;
         top: 240px;
         width: 100%;
     }
     .amlocator-location-view .default-selected-store-address .storeInfo-hrs-shoplink {
         position: relative;
     }
     .amlocator-location-view .StoreHours_info div.store-info-hours .storeTimings:last-child {
         margin-top: 50px;
     }*/
  body.amlocator-location-view .default-selected-store-address .amlocator-store-links a.shop-medical {
    width: 100%;
  }
  .amlocator-location-view .StoreHours_info div.store-info-hours .storeTimings:first-child {
    margin-top: 0;
  }
  .amlocator-location-view .store-info-deatils.store-info-hours,
  .checkout-onepage-success .store-info-deatils.store-info-hours {
    display: flex;
    flex-direction: column;
  }
  .amlocator-location-view .default-selected-store-address .amlocator-store-links .amlocator-store-links,
  .amlocator-location-view .amlocator-static-section .amloc-static-cont-section .amloc-static-cont.-right .amlocator-store-links {
    flex-direction: column;
  }
  /*.amlocator-location-view  .amlocator-static-section .amloc-static-cont-section .amloc-static-cont.-right  .store-address-main  .amlocator-store-links{
        padding-top: 5px;
     }*/
  .amlocator-location-view .amlocator-store-links .StoreTimeBtn-Section {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .header-locator-dropdown-inner .header-locator-dropdown-left {
    flex: 0 0 64% !important;
  }
  .header-locator-dropdown-inner .header-locator-dropdown-right {
    flex: 0 0 36% !important;
  }
  .header-locator-dropdown-inner .header-store-option-section {
    display: block;
  }
  .header-locator-dropdown-inner .header-store-option-section .header-store-option {
    width: 100%;
  }
  .homepage-stor-location .default-selected-store-address .amlocator-store-links {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .homepage-left-location .amlocator-store-links a.shop-medical,
  .homepage-left-location .amlocator-store-links a.shop-adult-use {
    flex: 0 0 100%;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPharmacann%5C%2Fverilife-new%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_responsive.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPharmacann%5C%2Fverilife-new%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_store_locator.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPharmacann%5C%2Fverilife-new%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_store_detail.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPharmacann%5C%2Fverilife-new%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_store_base_links.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAqCI%2CwBAJqD%3BEC45DrD%3BIACI%2CeAAA%3B%3BEAEJ%2CwBAAyB%2C8BAA8B%3BIACnD%2CqBAAA%3B%3BEACA%2CwBAFqB%2C8BAA8B%2CkBAElD%3BEACD%2CwBAHqB%2C8BAA8B%2CkBAGlD%3BIACG%2CqBAAA%3B%3BEAGR%2CwBAAyB%2CaACrB%3BIACI%2CcAAA%3BIACA%2CeAAA%3B%3BEAHR%2CwBAAyB%2CaAMrB%2CyBACI%2C0BACI%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAGA%2CwBAbS%2CaAMrB%2CyBACI%2C0BAKI%2C2BACK%3BEACD%2CwBAdS%2CaAMrB%2CyBACI%2C0BAKI%2C2BAEK%3BEACD%2CwBAfS%2CaAMrB%2CyBACI%2C0BAKI%2C2BAGK%3BEACD%2CwBAhBS%2CaAMrB%2CyBACI%2C0BAKI%2C2BAIK%3BEACD%2CwBAjBS%2CaAMrB%2CyBACI%2C0BAKI%2C2BAKK%3BIACG%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CwBAtBS%2CaAMrB%2CyBACI%2C0BAKI%2C2BAUK%2C4BACG%2CmBAAkB%2CMACd%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAIZ%2CwBA9BS%2CaAMrB%2CyBACI%2C0BAKI%2C2BAkBK%2CmBACG%2CmBAAkB%2CMACd%3BIACI%2CuBAAA%3B%3BEAjC5B%2CwBAAyB%2CaAMrB%2CyBACI%2C0BAKI%2C2BAyBI%2CmBACI%3BIACI%2C2BAAA%3BIACA%2CuBAAA%3BIACA%2CmBAAA%3B%3BEAGR%2CwBA5CS%2CaAMrB%2CyBACI%2C0BAKI%2C2BAgCK%2CmBACG%2C0BAAyB%3BIACrB%2C8BAAA%3BIACA%2C%2BBAAA%3B%3BEAHR%2CwBA5CS%2CaAMrB%2CyBACI%2C0BAKI%2C2BAgCK%2CmBACG%2C0BAAyB%2C6BAGrB%2CaACI%2CmBACI%3BIACI%2CmBAAA%3B%3BEACA%2CwBApDX%2CaAMrB%2CyBACI%2C0BAKI%2C2BAgCK%2CmBACG%2C0BAAyB%2C6BAGrB%2CaACI%2CmBACI%2CcAEK%3BIACG%2CWAAA%3B%3BEAaxC%2CsBACI%3BIACI%2CgBAAA%3B%3BEAFR%2CsBAII%2CcACI%3BIACI%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3BEAIY%2CsBARpB%2CcACI%2CWAII%2CsBACI%2CiCACI%2CoBACK%3BIACG%2CSAAA%3B%3BEAGA%2CsBAZxB%2CcACI%2CWAII%2CsBACI%2CiCACI%2CoBAIK%2COACI%3BIACG%2CSAAA%3B%3BEAjBhC%2CsBAII%2CcACI%2CWAII%2CsBACI%2CiCAWI%3BIACI%2CeAAA%3B%3BEASxB%2CqBAAsB%3BIAClB%2C8BAAA%3B%3BEAEJ%2CwBAEI%2CoBAAoB%3BEADxB%2CsBACI%2CoBAAoB%3BIAChB%2CkBAAA%3BIACA%2CgBAAA%3B%3BEAGR%2CsBAAuB%2CiBAAgB%2CWAAW%3BIAC9C%2CgBAAA%3B%3BEADJ%2CsBAAuB%2CiBAAgB%2CWAAW%2CqBAE9C%3BIACI%2CmBAAA%3BIACA%2CkBAAA%3B%3BEAGR%2CkBAAmB%2C0BAA0B%2CsBAAsB%2CiBAAiB%2C6BAA6B%2C2BAA2B%2CoBAAmB%3BIAC3J%2CiBAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CsBACI%2CkBAAkB%3BIACd%2CiBAAA%3BIACA%2CiBAAA%3B%3BEAHR%2CsBAQI%2CoBAAoB%3BIAChB%2CiBAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAGR%2CIACI%2CuBACI%2CkBACI%3BIACI%2CYAAA%3B%3BEAJhB%2CIACI%2CuBACI%2CkBAII%3BIACI%2CiBAAA%3BIACA%2CiBAAA%3B%3BEACA%2CIARZ%2CuBACI%2CkBAII%2CMAGK%3BIACG%2CSAAA%3B%3BEAEJ%2CIAXZ%2CuBACI%2CkBAII%2CMAMK%3BIACG%2CSAAA%3B%3BEAbpB%2CIACI%2CuBAgBI%2CkCACI%3BIACI%2CWAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CmBAAA%3B%3BEACA%2CIAvBZ%2CuBAgBI%2CkCACI%2CMAMK%3BIACG%2CWAAA%3BIACA%2CYAAA%3B%3BEAEJ%2CIA3BZ%2CuBAgBI%2CkCACI%2CMAUK%2COAAO%3BIACJ%2CWAAA%3B%3BEAMpB%2CkBAAmB%2C0BAA0B%2CsBAAsB%2CiBAAiB%2C6BAA6B%3BIAC7G%2CqBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CsBACI%2CoBAAoB%3BIAChB%2CkBAAA%3B%3BEAGR%2CqBACI%3BIACI%2CmBAAA%3B%3BEAFR%2CqBACI%2CiCAEI%3BIACI%2CmBAAA%3BIACA%2CiBAAA%3B%3BEALZ%2CqBACI%2CiCAEI%2C0BAII%3BIACI%2CYAAA%3B%3BEARhB%2CqBACI%2CiCAEI%2C0BAII%2CuBAGI%3BIACI%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3B%3BEAEI%2CqBAhBpB%2CiCAEI%2C0BAII%2CuBAGI%2CoBAMK%2COACI%3BIACG%2CSAAS%2CEAAT%3BIACA%2CkBAAA%3BIACA%2CyBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3BIACA%2CWAAA%3B%3BEA3B5B%2CqBACI%2CiCAEI%2C0BAII%2CuBAwBI%3BIACI%2CkBAAA%3BIACA%2CyBAAA%3B%3BEAjCpB%2CqBACI%2CiCAEI%2C0BAII%2CuBAwBI%2CgBAGI%3BIACI%2CiBAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3BIACA%2CyBAAA%3B%3BEACA%2CqBAtCpB%2CiCAEI%2C0BAII%2CuBAwBI%2CgBAGI%2CGAKK%3BIACG%2CmBAAA%3B%3BEAxC5B%2CqBAgDI%3BIACI%2CkBAAA%3BIACA%2CkBAAA%3B%3BEACA%2CqBAHJ%2CuBAGK%3BIACG%2CSAAS%2CEAAT%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3BIACA%2CYAAA%3BIACA%2CcAAA%3BIACA%2CaAAA%3BIACA%2C6BAAA%3BIACA%2CyBAAA%3B%3BEAKZ%2CwBAAyB%3BIACrB%2CwBAAA%3B%3BEAEJ%2CkBACI%2C0BACI%2CsBACI%3BIACI%2CiBAAA%3B%3BEAJhB%2CkBACI%2C0BACI%2CsBAII%3BIASI%2CeAAA%3B%3BEAfhB%2CkBACI%2C0BACI%2CsBAII%2CiBACI%2C6BACI%3BIACI%2CsBAAA%3B%3BEATxB%2CkBACI%2C0BACI%2CsBAII%2CiBACI%2C6BACI%2C2BAEI%3BIACI%2CWAAA%3B%3BEAS5B%3BIACI%2CUAAA%3B%3BEAoBJ%2C0BAA2B%3BIACvB%2CaAAA%3BIACA%2CyBAAA%3B%3BEAGJ%2C0BAA2B%2COAAS%3BIAChC%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3B%3BEAGJ%2C0BAA2B%2COAAS%3BIAChC%2CsBAAA%3B%3BECnnCL%2CwBACE%2CgCACE%3BIACE%2CgBAAA%3B%3BEAIN%2CwBAAyB%2C0BAA0B%2C2BAA0B%2CkBAAmB%2CmBAAkB%2COAAQ%3BIAAG%2CkBAAA%3B%3BEAC7H%2CyBAA0B%2C2BAA2B%2CmBAAkB%2COAAQ%2CuBAC7E%3BIACE%2CUAAA%3B%3BEAGJ%2CIACE%2CyBAAyB%2C0BAA0B%3BIACjD%2CgBAAA%3B%3BEAGJ%3BIACE%2CaAAA%3BIACA%2C8BAAA%3BIACA%2C0BAAA%3BIACA%2CsBAAA%3BIACA%2CoBAAA%3B%3BEALF%2CsBAOE%3BIACE%2CWAAA%3B%3BEARJ%2CsBAOE%2CqBAEE%2CuBAAsB%3BIACpB%2CaAAA%3B%3BEAIN%2CQAAQ%2C0BAA2B%2CQAAO%3BIACxC%2CkBAAA%3B%3BEADF%2CQAAQ%2C0BAA2B%2CQAAO%2CKAExC%3BIACE%2CaAAA%3B%3BEAGJ%2CwBAEE%3BIACE%2CaAAA%3B%3BEAGJ%2CsBAAuB%2CkBAAkB%3BIACvC%2CeAAA%3BIACA%2CiBAAA%3B%3BEAEF%2CwBACE%2CaAAa%2CkBAAkB%3BIAC7B%2CcAAA%3B%3BEAFJ%2CwBAIE%2CkBAAkB%2CMAEhB%3BIACE%2CcAAA%3BIACA%2CeAAA%3B%3BEARN%2CwBAWE%2CgCAAgC%3BIAC9B%2CkBAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3B%3BEAGJ%2CwBAAyB%2CiCAAiC%3BIACxD%2CmBAAA%3B%3BEAEF%2CsBAAsB%2CiBAAkB%3BIACtC%2CWAAA%3B%3BEAEF%3BIAEE%2CWAAA%3BIACA%2CkBAAA%3B%3BIAEA%2CmBAAA%3B%3BEALF%2CWAME%2CiBAAgB%3BIACd%2CaAAA%3B%3BEAPJ%2CWASE%3BIACE%2CaAAA%3B%3BEAGJ%2CmBACE%3BIACE%2C2BAAA%3BIACA%2CuBAAA%3BIACA%2CmBAAA%3B%3BEAJJ%2CmBACE%2CuBAIE%3BIACE%2CWAAA%3BIACA%2CeAAA%3B%3BEAIN%2C%2BBAEE%3BIACE%2C2BAAA%3BIACA%2CuBAAA%3BIACA%2CmBAAA%3B%3BEALJ%2C%2BBAEE%2CuBAIE%3BIACE%2CWAAA%3BIACA%2CgBAAA%3B%3BEAIN%2CyBACE%3BIACE%2CaAAA%3B%3BEAFJ%2CyBAIE%3BIAiBE%2CmBAAA%3B%3BEAhBA%2CyBADF%2C2BACG%3BEACD%2CyBAFF%2C2BAEG%3BEACD%2CyBAHF%2C2BAGG%3B%3B%3BIAGC%2CkBAAA%3BIACA%2CeAAA%3B%3BEANF%2CyBADF%2C2BACG%2CyBAOC%3BEANF%2CyBAFF%2C2BAEG%2C4BAMC%3BEALF%2CyBAHF%2C2BAGG%2CsBAKC%3BIACE%2CeAAA%3B%3BEARJ%2CyBADF%2C2BACG%2CyBAUC%3BEATF%2CyBAFF%2C2BAEG%2C4BASC%3BEARF%2CyBAHF%2C2BAGG%2CsBAQC%3BEAVF%2CyBADF%2C2BACG%2CyBAWC%3BEAVF%2CyBAFF%2C2BAEG%2C4BAUC%3BEATF%2CyBAHF%2C2BAGG%2CsBASC%3BIACE%2CkBAAA%3B%3BEAMF%2CyBAnBJ%2C2BAkBE%2CmBACG%3BIACC%2CgBAAA%3B%3BEADF%2CyBAnBJ%2C2BAkBE%2CmBACG%2COAGC%3BIACE%2CeAAA%3B%3BEAJJ%2CyBAnBJ%2C2BAkBE%2CmBACG%2COAMC%3BIACE%2CgBAAA%3B%3BEAMV%3BIACE%2CkBAAA%3B%3BEAEF%2CkBACE%3BIACE%2CkBAAA%3BIACA%2C4BAAA%3BIACA%2C%2BBAAA%3BIACA%2CuBAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEACA%2CkBAPF%2CcAOG%3BIACC%2CiBAAA%3B%3BEAEA%2CkBAVJ%2CcAOG%2CYAGE%3BIACC%2CSAAS%2CEAAT%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CSAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3BIACA%2CYAAY%2CwDAAZ%3BIACA%2CYAAY%2CqDAAZ%3BIACA%2CYAAY%2CoDAAZ%3BIACA%2CYAAY%2CgDAAZ%3B%3BEArBR%2CkBA0BE%3BEA1BF%2CkBA2BE%3BEA3BF%2CkBA4BE%3BIACE%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CwBAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2C0BAAA%3BIACA%2CkBAAA%3B%3BEACA%2CkBAXF%2CwBAWG%3BEAAD%2CkBAVF%2CcAUG%3BEAAD%2CkBATF%2CaASG%3BIACC%2CSAAS%2CEAAT%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIACA%2CcAAA%3BIACA%2C6BAAA%3BIACA%2CWAAA%3B%3B%3BEAGF%2CkBAtBF%2CwBAsBG%3BEAAD%2CkBArBF%2CcAqBG%3BEAAD%2CkBApBF%2CaAoBG%3BIACC%2CSAAS%2CEAAT%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CUAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CyBAAA%3BIACA%2CsBAAsB%2C0BAAtB%3BIACA%2C2BAAA%3BIACA%2CyBAAA%3BIACA%2C4BAAA%3B%3BEA5DN%2CkBA0BE%2CwBAoCE%3BEA9DJ%2CkBA2BE%2CcAmCE%3BEA9DJ%2CkBA4BE%2CaAkCE%3BIACE%2C0BAAA%3BIACA%2CkBAAA%3B%3BEAGA%2CkBAzCJ%2CwBAwCG%2COACE%3BEAAD%2CkBAxCJ%2CcAuCG%2COACE%3BEAAD%2CkBAvCJ%2CaAsCG%2COACE%3BIACC%2CsBAAsB%2CwBAAtB%3B%3BEAMR%2CyBAA0B%3BIACxB%2CkBAAA%3B%3BEADF%2CyBAA0B%2C2BAExB%2CmBAAkB%2CMAEhB%3BIACE%2C4BAAA%3BIACA%2CUAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CyBAVwB%2C2BAUvB%2C4BACC%2CmBAAkB%2CMAChB%3BIACE%2CeAAA%3B%3BEAKR%2CmBAAmB%2CkBAAkB%3BIACnC%2CgCAAA%3B%3BEAEF%2CwBAAyB%2CyBAAyB%2CoBAAoB%3BIACpE%2CaAAA%3B%3BEAEF%3BIACE%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CsBAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3B%3BEALF%2CsBAME%3BIACE%2CsBAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3B%3B%3BADusBC%2CwBDniEiD%2CuBCgiEtB%3BEAG3B%2CsBANA%2CkBAAkB%3BIAIV%2CcAAA%3B%3B%3BADrhEZ%2CwBAJsD%3BEE01CtD%2CIAAI%2CwBACA%2CyBACI%2C0BACI%2C2BACI%2CmBACI%3BIACI%2CwCAAA%3BIACA%2CoCAAA%3BIACA%2CgCAAA%3B%3BEAOpB%2CmBACI%3BIACI%2CwCAAA%3BIACY%2CoCAAA%3BIACA%2CgCAAA%3B%3BEAGxB%2C%2BBAEI%3BIACI%2CwCAAA%3BIACA%2CoCAAA%3BIACA%2CgCAAA%3B%3B%3BAAUZ%2CwBF%5C%2F3C0D%2CuBEw3C%5C%2FB%3BEACnB%2CIACA%2CWAAW%2CqBAAqB%2CUAAU%2COAAO%2CSAAS%2CIAAG%3BIAAY%2CeAAA%3B%3BEAGzE%2C%2BBAAgC%2CWAAW%2CqBAAqB%2CUAAU%2COAAO%2CSAAS%2CIAAG%3BIAAY%2CeAAA%3B%3B%3BAFp2C7G%2CgBALsC%3BEC0nDtC%2CyBAA0B%3BIAElB%2CUAAA%3B%3BEAFR%2CyBAA0B%2C4BAKtB%3BIACI%2CkBAAA%3BIACA%2CkBAAA%3B%3BEAPR%2CyBAA0B%2C4BAUtB%2CkBAAiB%3BIACb%2CmBAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEAfR%2CyBAA0B%2C4BAkBtB%2CkBAAiB%2CQAAQ%3BEAlB7B%2CyBAA0B%2C4BAmBtB%2CkBAAiB%2CQAAQ%3BIACrB%2CmBAAA%3BIACA%2CcAAA%3B%3BEArBR%2CyBAA0B%2C4BAwBtB%2CiBAAgB%3BIACZ%2CaAAA%3B%3BEAIR%2CyBAA0B%3BIAElB%2CYAAA%3B%3BEAFR%2CyBAA0B%2CyBAKtB%2CiBAAgB%3BIACZ%2CUAAA%3B%3BEANR%2CyBAA0B%2CyBAStB%2CiBAAgB%3BIACZ%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAZR%2CyBAA0B%2CyBAetB%2CiBAAgB%3BIACZ%2CWAAA%3BIACA%2CmBAAA%3BIACA%2COAAA%3BIACA%2CcAAA%3BIACA%2CUAAA%3B%3BEApBR%2CyBAA0B%2CyBAuBtB%3BIACI%2CYAAA%3B%3BEAxBR%2CyBAA0B%2CyBA2BtB%2CeAAe%3BIACX%2CmBAAA%3BIACA%2CiBAAA%3B%3BEAIR%2CyBAA0B%2CsBAAsB%3BIAC5C%2CmBAAA%3B%3BEAGJ%2CyBAA0B%2C6BAA6B%3BIACnD%2CcAAA%3B%3BEAGJ%2CyBAA0B%2C6BAA6B%3BIACnD%2CaAAA%3B%3BEAIJ%2CwBAsBI%2CgCAAgC%3BIAC5B%2CgBAAA%3B%3BEAiBJ%2CyBADsB%2CyBACrB%3BIACG%2CSAAS%2CEAAT%3BIACA%2CkBAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3B%3BEAIR%2CwBAEI%2CoBAAoB%3BEADxB%2CsBACI%2CoBAAoB%3BIAChB%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3B%3BEAIR%3BIACI%2CeAAA%3BIACA%2CkBAAA%3B%3BEAFJ%2CgCAGI%3BIACI%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CQAAA%3B%3BEAPR%2CgCAYI%3BIACI%2CYAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAfR%2CgCAYI%2CsCAII%3BIACI%2C0BAAA%3BIACA%2C0BAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3B%3BEAYR%2CyBAAC%2CqBACG%2CyBACI%3BIACI%2CUAAA%3B%3BEAGA%2CyBANX%2CqBACG%2CyBAII%2CiBACK%3BEACD%2CyBAPX%2CqBACG%2CyBAII%2CiBAEK%3BIACG%2CUAAA%3B%3BEAMA%2CyBAdf%2CqBACG%2CyBAII%2CiBAQK%2CWACI%3BIACG%2CyBAAA%3BIACA%2CiBAAA%3BIACA%2CaAAA%3BIACA%2CQAAA%3B%3BEAGR%2CyBArBX%2CqBACG%2CyBAII%2CiBAgBK%3BIACG%2CUAAA%3BIAIA%2CQAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3B%3BEAPJ%2CyBArBX%2CqBACG%2CyBAII%2CiBAgBK%2CiBAQG%3BIACI%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAUxB%2CkBACI%2C0BACI%2CsBACI%3BIACI%2CyBAAA%3B%3BEAJhB%2CkBACI%2C0BACI%2CsBAII%3BIACI%2CyBAAA%3B%3BEAPhB%2CkBACI%2C0BACI%2CsBAII%2CiBAKI%2C6BACI%3BIACI%2CaAAA%3BIACA%2C2BAAA%3BIACA%2CuBAAA%3BIACA%2CmBAAA%3BIACA%2CqBAAA%3BIACA%2CoBAAA%3B%3BEAlBxB%2CkBACI%2C0BACI%2CsBAII%2CiBAKI%2C6BACI%2C2BAYI%3BIACI%2CUAAA%3B%3BEAzB5B%2CkBACI%2C0BACI%2CsBAII%2CiBAKI%2C6BACI%2C2BAkBI%2CoBAAmB%3BIACf%2CgBAAA%3BIACA%2CUAAA%3B%3BECp0C7B%2CwBAAyB%2CaAAa%2CyBAAyB%3BIAC7D%2CkBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BEASF%2CyBAA0B%2CyBAAyB%2CiBAAgB%3BIACjE%2CaAAA%3BIACA%2CgBAAA%3B%3BEAEF%2CsBAAsB%2CoBAAqB%2CQAAO%3BIAChD%2CiBAAA%3B%3BEAEF%2CSAAS%3BIAAiB%2CaAAA%3B%3BEAC1B%2CwBAAyB%2CaAAa%2CyBAAyB%2C0BAA0B%2C2BAA0B%3BIACjH%2CgBAAA%3B%3BEAEF%2CsBAEE%2CcACE%3BEAFJ%2CwBACE%2CcACE%3BIACE%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEANN%2CsBAEE%2CcACE%2CWAIE%3BEANN%2CwBACE%2CcACE%2CWAIE%3BIACE%2CmBAAA%3B%3BEARR%2CsBAYE%3BEAXF%2CwBAWE%3BIACE%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAdJ%2CsBA0BE%2CgCAAgC%2CuBAAuB%3BEAzBzD%2CwBAyBE%2CgCAAgC%2CuBAAuB%3BIACrD%2CkBAAA%3B%3BEAOJ%2CmBACE%3BIACE%2CoBAAA%3BIACA%2CmBAAA%3B%3BEAHJ%2CmBAKE%2CEAAC%3BIACC%2CUAAA%3B%3BEAGJ%2CwBAAyB%2C8BAA8B%2CiBAAgB%3BIACrE%2CaAAA%3B%3BEAEF%3BIACE%2CQAAA%3B%3BEAKI%2C6BAFJ%2C0BACE%2C2BACG%3BIACC%2CoBAAA%3B%3BEAJR%2C6BACE%2C0BAME%3BIACE%2CaAAA%3BIACA%2C2BAAA%3BIACA%2CuBAAA%3BIACA%2CmBAAA%3BIACA%2CsCAAA%3BIACA%2CsCAAA%3BIACA%2C8BAAA%3BIACA%2CoBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3B%3BEAjBN%2C6BACE%2C0BAME%2CuBAWE%2CoBACE%3BIACE%2CYAAA%3BIACA%2CeAAA%3B%3BEArBV%2C6BACE%2C0BAME%2CuBAiBE%3BIACE%2CUAAA%3B%3BEAzBR%2C6BACE%2C0BAME%2CuBAiBE%2CqBAEE%2CuBAAsB%3BIACpB%2CaAAA%3B%3BEAOV%2CcAAc%2CwBACZ%2CaACE%2CyBAAyB%2C0BAA0B%2C2BAA2B%2CmBAAkB%3B%3B%3B%3B%3B%3B%3B%3B%3BEAFpG%2CcAAc%2CwBACZ%2CaACE%2CyBAAyB%2C0BAA0B%2C2BAA2B%2CmBAAkB%2COAC9F%3BIACE%2CeAAA%3BIACA%2CiBAAA%3B%3BEACA%2CcANM%2CwBACZ%2CaACE%2CyBAAyB%2C0BAA0B%2C2BAA2B%2CmBAAkB%2COAC9F%2CEAGG%3BIACC%2CgBAAA%3B%3BEAPV%2CcAAc%2CwBACZ%2CaACE%2CyBAAyB%2C0BAA0B%2C2BAA2B%2CmBAAkB%2COAgB9F%2CGACE%3BIACE%2CeAAA%3BIACA%2CiBAAA%3B%3BEArBV%2CcAAc%2CwBACZ%2CaACE%2CyBAAyB%2C0BAA0B%2C2BAA2B%2CmBAAkB%2COAgB9F%2CGACE%2CGAGE%3BIACE%2CcAAA%3BIACA%2C0BAAA%3B%3BEACA%2CcAzBE%2CwBACZ%2CaACE%2CyBAAyB%2C0BAA0B%2C2BAA2B%2CmBAAkB%2COAgB9F%2CGACE%2CGAGE%2CEAGG%3BIACC%2CqBAAA%3B%3BEA1Bd%2CcAAc%2CwBACZ%2CaAgCE%2CyBAAyB%2C0BAA0B%2C2BAA0B%2CmBAAoB%2CmBAAkB%2COAAQ%3BIACzH%2CmBAAA%3B%3BEAlCN%2CcAAc%2CwBAuCZ%2CQAAO%3BIACL%2CmBAAA%3B%3BEAxCJ%2CcAAc%2CwBA0CZ%2C8BAA8B%2C6BAA6B%3BIACzD%2CyBAAA%3B%3BEA3CJ%2CcAAc%2CwBA8CZ%2CaAEE%2CyBAAyB%2CoBAAoB%3BIAC3C%2CgBAAA%3B%3BEAOM%2CcAxDE%2CwBA8CZ%2CaAME%2C8BACE%2CkBACE%2C0BACE%2CiBACG%3BIACC%2CSAAA%3B%3BEAYd%2CwBACE%2CoBAAoB%3BIAClB%2CmBAAA%3B%3BEAGJ%2CmBAAmB%2CkBAAkB%3BIACnC%2C4BAAA%3B%3BEAEF%3BIACE%2CaAAA%3B%3BEAEF%3BEACA%3BEACA%3BIACE%2CuBAAA%3B%3BEAGF%2CwBACE%3BIACE%2CiBAAA%3B%3BEAFJ%2CwBACE%2CgCAEE%2CuBAAuB%2CkBACrB%3BIACE%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3B%3BEAKR%2CmBACE%3BIACE%2C2BAAA%3BIACA%2CuBAAA%3BIACA%2CmBAAA%3B%3BEAJJ%2CmBACE%2CuBASE%3BIACE%2CUAAA%3B%3BEAXN%2CmBACE%2CuBAeE%3BIACE%2CUAAA%3B%3BEAjBN%2CmBACE%2CuBAeE%2CkBAEE%3BIACE%2CeAAA%3BIACA%2CgBAAA%3B%3BEASR%2C%2BBAEE%3BIACE%2C2BAAA%3B%3BEAHJ%2C%2BBAKE%3BIACE%2C2BAAA%3BIACA%2CuBAAA%3BIACA%2CmBAAA%3B%3BEARJ%2C%2BBAKE%2CuBASE%3BIACE%2CUAAA%3B%3BEAfN%2C%2BBAKE%2CuBAeE%3BIACE%2CUAAA%3B%3BEAQN%2CwBAAyB%2CaACvB%3B%3B%3BEADF%2CwBAAyB%2CaACvB%2CyBACE%3BIACE%2C2BAAA%3BIACA%2CuBAAA%3BIACA%2CmBAAA%3BIACA%2CsCAAA%3BIACA%2CsCAAA%3BIACA%2C8BAAA%3B%3BEAEE%2CwBAViB%2CaACvB%2CyBACE%2CiCAOE%2CsBACG%2COACC%3BIACE%2CkBAAA%3BIACA%2CSAAA%3B%3BEAbZ%2CwBAAyB%2CaACvB%2CyBAiBE%3BIACE%2CoBAAA%3BIACA%2CmBAAA%3B%3BEAGA%2CwBAvBmB%2CaACvB%2CyBAqBE%2C8BACG%3BIACC%2CSAAS%2CEAAT%3BIACA%2CkBAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3B%3BEAIA%2CwBAnCiB%2CaACvB%2CyBAqBE%2C8BAYE%2CkBACG%3BIACC%2CUAAA%3B%3BEAEF%2CwBAtCiB%2CaACvB%2CyBAqBE%2C8BAYE%2CkBAIG%3BIACC%2CUAAA%3BIACA%2CeAAA%3BIACA%2CcAAA%3B%3BEAzCV%2CwBAAyB%2CaACvB%2CyBAmDE%2C0BACE%3BIACE%2C2BAAA%3BIACA%2CuBAAA%3BIACA%2CmBAAA%3BIACA%2CsCAAA%3BIACA%2CsCAAA%3BIACA%2C8BAAA%3BIACA%2CwBAAA%3B%3BEACA%2CwBA7DiB%2CaACvB%2CyBAmDE%2C0BACE%2C2BAQG%3BIACC%2CgBAAA%3B%3BEASA%2CwBAvEe%2CaACvB%2CyBAmDE%2C0BACE%2C2BAiBE%2CmBACG%3BIACC%2CUAAA%3BIACA%2CmBAAA%3B%3BEAMF%2CwBA%5C%2FEe%2CaACvB%2CyBAmDE%2C0BACE%2C2BAiBE%2CmBASG%3BIACC%2CUAAA%3B%3BEADF%2CwBA%5C%2FEe%2CaACvB%2CyBAmDE%2C0BACE%2C2BAiBE%2CmBASG%2COAKC%3BIACE%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3B%3BEARJ%2CwBA%5C%2FEe%2CaACvB%2CyBAmDE%2C0BACE%2C2BAiBE%2CmBASG%2COAWC%3BIACE%2CkBAAA%3BIACA%2CgBAAA%3B%3BEAbJ%2CwBA%5C%2FEe%2CaACvB%2CyBAmDE%2C0BACE%2C2BAiBE%2CmBASG%2COAWC%2CGAGE%3BIACE%2CkBAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3B%3BEAQJ%2CwBAxGa%2CaACvB%2CyBAmDE%2C0BACE%2C2BAgDG%2CyBAEC%2CmBACG%2COACC%2CGAAI%3BEADN%2CwBAxGa%2CaACvB%2CyBAmDE%2C0BACE%2C2BAiDG%2CsBACC%2CmBACG%2COACC%2CGAAI%3BEADN%2CwBAxGa%2CaACvB%2CyBAmDE%2C0BACE%2C2BAgDG%2CyBAEC%2CmBACG%2COAEC%3BEAFF%2CwBAxGa%2CaACvB%2CyBAmDE%2C0BACE%2C2BAiDG%2CsBACC%2CmBACG%2COAEC%3BIACE%2CeAAA%3BIACA%2CiBAAA%3B%3BEA5GhB%2CwBAAyB%2CaACvB%2CyBAqHE%3BIACE%2C4BAAA%3BIACA%2C8BAAA%3B%3BEAxHN%2CwBAAyB%2CaACvB%2CyBAqHE%2CoBAIE%3BIACE%2CWAAA%3BIACA%2CSAAA%3B%3BEA5HR%2CwBAAyB%2CaACvB%2CyBAqHE%2CoBAIE%2CaAGE%3BIACE%2CoBAAA%3B%3BEA9HV%2CwBAAyB%2CaACvB%2CyBAqHE%2CoBAIE%2CaAGE%2CkBAKE%3BEAlIV%2CwBAAyB%2CaACvB%2CyBAqHE%2CoBAIE%2CaAGE%2CkBAME%3BIACE%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3B%3BEAtIZ%2CwBAAyB%2CaACvB%2CyBAqHE%2CoBAIE%2CaAkBE%3BIAEE%2C0BAAA%3B%3BIAEA%2CqBAAA%3B%3BEAhJV%2CwBAAyB%2CaACvB%2CyBAqHE%2CoBAIE%2CaAkBE%2CmBASE%3BIACE%2CmBAAA%3B%3BEACA%2CwBAvJa%2CaACvB%2CyBAqHE%2CoBAIE%2CaAkBE%2CmBASE%2CcAEG%3BIACC%2CWAAA%3B%3BEAEF%2CwBA1Ja%2CaACvB%2CyBAqHE%2CoBAIE%2CaAkBE%2CmBASE%2CcAKG%3BIACC%2CwBAAA%3B%3BEA0Bd%2CmBAAoB%2CuBAAuB%3BIACzC%2CUAAA%3B%3B%3BEAGF%2CwBAAyB%2CaAAa%2CyBAAyB%2C0BAA0B%2C2BAA0B%3BIACjH%2CgBAAA%3B%3BEADF%2CwBAAyB%2CaAAa%2CyBAAyB%2C0BAA0B%2C2BAA0B%2C4BAEjH%3BIACE%2CaAAA%3BIACA%2C8BAAA%3BIACA%2CsBAAA%3BIACA%2CiBAAA%3B%3BEANJ%2CwBAAyB%2CaAAa%2CyBAAyB%2C0BAA0B%2C2BAA0B%2C4BAEjH%2CqBAQE%3BIACE%2CmBAAA%3B%3BEAIN%3BIACE%2CaAAA%3B%3BEAGF%2CYAAa%3BIACX%2CwBAAA%3B%3BEAGF%2CwBAAyB%3BIACvB%2CmBAAA%3B%3B%3BAD4tBG%2CgBD3tDkC%2CuBCssDV%2C%2BBAAA%3BEAqBxB%2CwBApBI%2CgCAAgC%3BIAC5B%2C8BAAA%3B%3BEAmBR%2CwBAjBI%2CyBAAyB%3BIACrB%2CwCAAA%3BIACA%2CoCAAA%3BIACA%2CgCAAA%3B%3BEAcR%2CwBAZI%2CgCACI%3BIACI%2C6BAAA%3B%3BEAUZ%2CwBAZI%2CgCACI%2CuBAEI%3BIACI%2CUAAA%3B%3BEACA%2CwBALZ%2CgCACI%2CuBAEI%2CuBAEK%3BIACG%2CoBAAA%3B%3B%3BAAapB%2CgBDluDkC%2CuBC%2BtDN%2C%2BBAAA%3BEAG5B%2CwBAJA%3BIAEQ%2CcAAA%3B%3B%3BAAUR%2CgBD1uDkC%2CuBCsuDN%2C%2BBAAA%3BEAI5B%2CmBANgB%2CaAChB%3BIAEQ%2CaAAA%3BIACA%2CgCAAA%3B%3B%3BAAuCR%2CgBD%5C%2FwDkC%2CuBC4wDN%2C%2BBAAA%3BEAG5B%2CgCARA%3BIAMQ%2CYAAA%3B%3B%3BAAoBR%2CgBDjyDkC%2CuBC0xDN%2C%2BBAAA%3BEAO5B%2CgCAjBA%3BIAWQ%2CYAAA%3B%3BEAMR%2CgCAjBA%2CsCAYQ%3BIACI%2CyBAAA%3BIACA%2C2BAAA%3B%3B%3BAAkBA%2CgBDhzDsB%2CuBC6yDM%2C%2BBAAA%3BEAG5B%2CyBAZX%2CqBACG%2CyBAII%2CiBACK%3BEAMD%2CyBAZX%2CqBACG%2CyBAII%2CiBAEK%3BIAGO%2CUAAA%3B%3B%3BAAgBJ%2CgBD9zDkB%2CuBC2zDM%2C%2BBAAA%3BEAGxB%2CyBA1Bf%2CqBACG%2CyBAII%2CiBAgBK%3BIAGO%2CUAAA%3B%3B%3BAAYJ%2CgBDx0DkB%2CuBCq0DU%2C%2BBAAA%3BEAG5B%2CyBApCf%2CqBACG%2CyBAII%2CiBAgBK%2CiBAQG%3BIAKQ%2CQAAA%3B%3B%3BAAmBZ%2CgBDz1DsB%2CuBCs1DE%2C%2BBAAA%3BEAGxB%2CkBAVZ%2C0BACI%2CsBAII%3BIAGQ%2CiBAAA%3B%3B%3BAAeI%2CgBDt2Dc%2CuBCi2DU%2C%2BBAAA%3BEAKxB%2CkBAvBpB%2C0BACI%2CsBAII%2CiBAKI%2C6BACI%3BIAQQ%2C8BAAA%3BIACA%2C0BAAA%3BIACA%2CsBAAA%3B%3B%3BAAOJ%2CgBD32Dc%2CuBCw2Dc%2C%2BBAAA%3BEAG5B%2CkBA5BpB%2C0BACI%2CsBAII%2CiBAKI%2C6BACI%2C2BAYI%3BIAGQ%2CWAAA%3B%3B%3BAASJ%2CgBDl3DU%2CuBC%2B2De%2C%2BBAAA%3BEAGzB%2CkBAnCxB%2C0BACI%2CsBAII%2CiBAKI%2C6BACI%2C2BAkBI%2CoBAAmB%3BIAIX%2CkBAAA%3B%3B%3BAAMR%2CgBDt3Dc%2CuBCk3Dc%2C%2BBAAA%3BEAI5B%2CkBAvCpB%2C0BACI%2CsBAII%2CiBAKI%2C6BACI%2C2BAkBI%2CoBAAmB%3BIAOX%2CWAAA%3BIACA%2CiBAAA%3B%3B%3BAEjzD5B%2CgBHnEkC%2CuBG%2BDR%2C%2BBAAA%3BEAI1B%2CIAPF%2CcACE%2CuBACE%3BIAEE%2CeAAA%3BIACA%2CgBAAA%3B%3B%3BADkhBL%2CgBFnlBmC%2CuBE8kBX%2C%2BBAAA%3BEAKxB%2CsBARF%3BEAQE%2CwBARF%3BIAII%2CkBAAA%3BIACA%2CmBAAA%3B%3B%3BAAQJ%2CgBFxlBqC%2CuBEmlBX%2C%2BBAAA%3BEAK1B%2CsBAbA%3BEAaA%2CwBAbA%3BIASI%2CiBAAA%3BIACA%2CkBAAA%3B%3B%3BAASJ%2CgBF9lBqC%2CuBE2lBX%2C%2BBAAA%3BEAG1B%2CsBALA%2CgCAAgC%2CuBAAuB%3BEAKvD%2CwBALA%2CgCAAgC%2CuBAAuB%3BIAGnD%2CeAAA%3B%3B%3BAAkKF%2CgBF9vBmC%2CuBEyvBX%2C%2BBAAA%3BEAKxB%2CmBATF%3BIAKI%2C8BAAA%3BIACA%2C0BAAA%3BIACA%2CsBAAA%3B%3B%3BAAOF%2CgBFnwBmC%2CuBEgwBT%2C%2BBAAA%3BEAG1B%2CmBAdF%2CuBASE%3BIAGI%2CWAAA%3B%3B%3BAAYJ%2CgBF7wBmC%2CuBE0wBT%2C%2BBAAA%3BEAG1B%2CmBAxBF%2CuBAeE%3BIAOI%2CWAAA%3B%3B%3BAAoBJ%2CgBF%5C%2FxBmC%2CuBE0xBX%2C%2BBAAA%3BEAKxB%2C%2BBATF%3BIAKI%2C8BAAA%3BIACA%2C0BAAA%3BIACA%2CsBAAA%3B%3B%3BAAOF%2CgBFpyBmC%2CuBEiyBT%2C%2BBAAA%3BEAG1B%2C%2BBAdF%2CuBASE%3BIAGI%2CWAAA%3B%3B%3BAAQJ%2CgBF1yBmC%2CuBEuyBT%2C%2BBAAA%3BEAG1B%2C%2BBApBF%2CuBAeE%3BIAGI%2CWAAA%3B%3B%3BAAmDE%2CgBF31B6B%2CuBEw1BL%2C%2BBAAA%3BEAGxB%2CwBA7Ce%2CaACvB%2CyBAqBE%2C8BAYE%2CkBAIG%3BIAKG%2CaAAA%3B%3B%3BAAMJ%2CgBF%5C%2F1B%2BB%2CuBE21BL%2C%2BBAAA%3BEAI1B%2CwBAjDiB%2CaACvB%2CyBAqBE%2C8BAYE%2CkBAIG%3BIAQG%2CiBAAA%3BIACA%2CaAAA%3B%3B%3BAAuBJ%2CgBFp3B%2BB%2CuBE82BP%2C%2BBAAA%3BEAMxB%2CwBAtEiB%2CaACvB%2CyBAmDE%2C0BACE%3BIAYI%2C8BAAA%3BIACA%2C0BAAA%3BIACA%2CsBAAA%3B%3B%3BAAWA%2CgBF53B6B%2CuBEw3BH%2C%2BBAAA%3BEAI1B%2CwBA9Ee%2CaACvB%2CyBAmDE%2C0BACE%2C2BAiBE%2CmBACG%3BIAIG%2CWAAA%3BIACA%2CoBAAA%3B%3B%3BAAQF%2CgBFl4B2B%2CuBE%2B3BH%2C%2BBAAA%3BEAGxB%2CwBApFa%2CaACvB%2CyBAmDE%2C0BACE%2C2BAiBE%2CmBASG%3BIAGG%2CWAAA%3B%3B%3BAAgDJ%2CgBFh7B6B%2CuBE66BL%2C%2BBAAA%3BEAGxB%2CwBAlIe%2CaACvB%2CyBAqHE%2CoBAIE%2CaAGE%3BIAGI%2CqBAAA%3B%3B%3BAAUF%2CgBFx7B6B%2CuBEq7BH%2C%2BBAAA%3BEAG1B%2CwBA1Ie%2CaACvB%2CyBAqHE%2CoBAIE%2CaAGE%2CkBAKE%3BEAQA%2CwBA1Ie%2CaACvB%2CyBAqHE%2CoBAIE%2CaAGE%2CkBAME%3BIAKI%2CeAAA%3B%3B%3BAAaJ%2CgBFn8B6B%2CuBE%2B7BL%2C%2BBAAA%3BEAIxB%2CwBArJe%2CaACvB%2CyBAqHE%2CoBAIE%2CaAkBE%3BIAMI%2CqBAAA%3B%3B%3BAAuBN%2CgBFv9BiC%2CuBEo9BP%2C%2BBAAA%3BEAG1B%2CwBAzKmB%2CaACvB%2CyBAkKE%2CoBAAoB%2CuBAElB%3BEAIA%2CwBAzKmB%2CaACvB%2CyBAmKE%2CgCAAgC%2CuBAC9B%3BIAEI%2CUAAA%3B%3B%3BAAUJ%2CgBF%5C%2F9BiC%2CuBEy9BP%2C%2BBAAA%3BEAM1B%2CwBAjLmB%2CaACvB%2CyBAkKE%2CoBAAoB%2CuBAOlB%2CoBAAmB%3BEAOnB%2CwBAjLmB%2CaACvB%2CyBAmKE%2CgCAAgC%2CuBAM9B%2CoBAAmB%3BIAEf%2CUAAA%3B%3BEAKJ%2CwBAjLmB%2CaACvB%2CyBAkKE%2CoBAAoB%2CuBAOlB%2CoBAAmB%2CiBAGf%3BEAIJ%2CwBAjLmB%2CaACvB%2CyBAmKE%2CgCAAgC%2CuBAM9B%2CoBAAmB%2CiBAGf%3BIACE%2CWAAA%3B%3B%3BAAqBR%2CgBFj%5C%2FBmC%2CuBE8%2BBT%2C%2BBAAA%3BEAG1B%2CwBAVqB%2CaAAa%2CyBAAyB%2C0BAA0B%2C2BAA0B%2C4BAEjH%3BIAMI%2CgBAAA%3B%3B%3BAF59BT%2CgBAJ2C%3BECqmDvC%2CyBAA0B%2CgBAAe%3BIACrC%2CiBAAA%3BIACA%2CiBAAA%3B%3B%3BAAlrDJ%3BEACI%2CSAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CcAAA%3BEACA%2CoCAAA%3B%3BAARJ%2CaASI%2CQAAQ%3BEACJ%2CSAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3B%3BAAhBR%2CaAkBK%2CQAAQ%3BEACL%2CaAAA%3B%3BAAGR%2CsBACI%2CmBACI%2C0BACI%2CsBACI%2CiBACI%2C6BACI%2C2BACI%3BEACI%2CaAAA%3B%3BAARhC%2CsBACI%2CmBACI%2C0BACI%2CsBACI%2CiBACI%2C6BAMI%2CsBACI%3BEACI%2CaAAA%3B%3BAAIJ%2CQAH4B%3BEAG5B%2CsBAhBxB%2CmBACI%2C0BACI%2CsBACI%2CiBACI%2C6BAMI%2CsBACI%3BIAGQ%2CgBAAA%3B%3B%3BAAWxB%2CsBAFR%2CuBACI%2CoBACK%3BEACG%2CoBAAA%3B%3BAAYhB%2CQALuB%3BEACnB%2CyBAA0B%2CwBAAwB%2CgCAAgC%3BIAC9E%2CyBAAA%3B%3B%3BAAUA%2CQANmB%2CuBAES%3BEAI5B%2CsBALA%3BIAEQ%2CsBAAA%3BIACA%2CWAAA%3B%3B%3BAAOJ%2CQAXe%2CuBAQS%3BEAGxB%2CsBAJJ%3BIAEQ%2CqBAAA%3B%3B%3BAAMJ%2CQAfe%2CuBAYa%3BEAG5B%2CsBARJ%2CsBAIK%2CUAAU%3BIAEH%2CgBAAA%3B%3B%3BAAYhB%2CQAN2B%3BEAM3B%2CsBAPA%3BIAEQ%2CsBAAA%3B%3BEAKR%2CsBAPA%2CuBAGQ%3BIACI%2CWAAA%3B%3B%3BAAKhB%2CwBACI%2CoBACI%3BEACI%2C6BAAA%3B%3BAAKZ%2CwBACI%2C6BACI%3BEACI%2C6BAAA%3B%3BAAKZ%2CsBACI%3BEACI%2CUAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3B%3BAAJR%2CsBACI%2CsBAII%3BEACI%2CmBAAA%3B%3BAANZ%2CsBACI%2CsBAII%2CcAEI%3BEACI%2CWAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAEI%2CsBAfhB%2CsBAII%2CcAEI%2COAQK%2CUACI%3BEACG%2CSAAS%2CEAAT%3BEACA%2CgBAAgB%2C4CAAhB%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3B%3BAAtBxB%2CsBACI%2CsBAII%2CcAqBI%2CMACI%3BEACI%2CgBAAA%3BEACA%2CeAAA%3B%3BAA7BpB%2CsBACI%2CsBAII%2CcAqBI%2CMACI%2CaAGI%3BEACI%2C2BAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CmCAAA%3BEACA%2CmCAAA%3BEACA%2C2BAAA%3BEACA%2CkBAAA%3B%3BAAxCxB%2CsBACI%2CsBAII%2CcAqBI%2CMACI%2CaAGI%2CGAYI%3BEACI%2CiBAAA%3BEACA%2CiBAAA%3B%3BAACA%2CsBA5CxB%2CsBAII%2CcAqBI%2CMACI%2CaAGI%2CGAYI%2CKAGK%3BEACG%2CYAAA%3B%3BAA9ChC%2CsBACI%2CsBAoDI%2CUACI%3BEACI%2CWAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3B%3BAAQR%2CQAH2B%3BEAG3B%2CsBAhEJ%2CsBA4DK%2CUAAU%3BIAEH%2CgBAAA%3B%3B%3BAAMZ%2CUADO%2CqBAAqB%2CUAAU%2COACrC%2CUACG%2CcACI%3BEACI%2CkBAAA%3BEACA%2CeAAA%3B%3BAAMZ%2CIAAC%2CcAAe%3B%3B%3B%3B%3B%3BAAAhB%2CIAAC%2CcAAe%2CaACZ%2CyBAAyB%2CoBAAoB%3BEACzC%2CgBAAA%3B%3BAAMY%2CIARnB%2CcAAe%2CaAIZ%2C8BACI%2CkBACI%2C0BACI%2CiBACK%3BEACG%2CSAAA%3B%3BAATxB%2CIAAC%2CcAAe%2CaAgBZ%2CaAAa%2CmBAAmB%2CYAAY%3BEACxC%2CmBAAA%3B%3BAAjBR%2CIAAC%2CcAAe%2CaAmBZ%2C2BACI%2CaACI%3BEACI%2CiBAAA%3B%3BAAtBhB%2CIAAC%2CcAAe%2CaAmBZ%2C2BACI%2CaACI%2CEAEI%3BEACI%2CWAAA%3BEACA%2C0BAAA%3B%3BAACA%2CIA1BnB%2CcAAe%2CaAmBZ%2C2BACI%2CaACI%2CEAEI%2CEAGK%3BEACG%2CqBAAA%3B%3BAA5B5B%2CIAwCI%3BEAEI%2CuBAAA%3B%3BAA1CR%2CIA6CI%3BEACI%2CyBAAA%3B%3BAA9CR%2CIAgDI%2CmBAEI%2CGACI%2CGACI%3BEACI%2CcAAA%3BEACA%2C0BAAA%3B%3BAACA%2CIAPhB%2CmBAEI%2CGACI%2CGACI%2CEAGK%3BEACG%2CqBAAA%3B%3BAAShB%2CwBADJ%2CiBACK%3BEACG%2CmBAAA%3B%3BAAHZ%2CwBAMI%3BEACI%2CkBAAA%3B%3BAAPR%2CwBAMI%2C4BAEI%2CiBAAgB%3BAARxB%2CwBAMI%2C4BAGI%3BEACI%2CaAAA%3B%3BAAVZ%2CwBAaI%2CgCACI%2CuBACI%2CoBACI%3BEACI%2C0BAAA%3B%3BAAMpB%2CsBACI%2CoBAAoB%3BEAChB%2CcAAA%3BEACA%2CgBAAA%3B%3BAAGR%2CwBACI%2CiBAAgB%2CWAAW%2CqBACvB%3BEACI%2CaAAA%3B%3BAAEJ%2CwBAJJ%2CiBAAgB%2CWAAW%2CqBAItB%2CiBACG%3BEACI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAIJ%2CQAH2B%3BEAG3B%2CwBAZR%2CiBAAgB%2CWAAW%2CqBAItB%2CiBACG%3BIAKQ%2CkBAAA%3B%3B%3BAASZ%2CqBADJ%2CiCACK%3BAACD%2CqBAFJ%2CiCAEK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAARZ%2CqBAEI%2CiCAQI%3BEACI%2CkBAAA%3B%3BAAXZ%2CqBAEI%2CiCAQI%2CsCAEI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAjBhB%2CqBAEI%2CiCAQI%2CsCAUI%2CiBAAgB%3BAApB5B%2CqBAEI%2CiCAQI%2CsCAWI%3BEACI%2CaAAA%3B%3BAAKhB%3BEACI%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAPJ%2CsBAQI%3BEACI%2CaAAA%3BEACA%2CgBAAA%3B%3BAAVR%2CsBAYI%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CiCAAA%3BEACA%2C%2BBAAA%3BEACA%2CoCAAA%3BEACA%2C4BAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAACA%2CsBAjBJ%2CoBAiBK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CgBAAgB%2CsCAAhB%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CWAAW%2CaAAX%3BEACA%2CoBAAA%3BEACA%2CyBAAA%3B%3BAAEJ%2CsBA7BJ%2CoBA6BK%3BEACG%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CsBAlCR%2CoBA6BK%2COAKI%3BEACG%2CWAAW%2CeAAX%3BEACA%2CoBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAgB%2CoCAAhB%3B%3BAAGR%2CsBAzCJ%2CoBAyCK%3BEACG%2CYAAA%3B%3BAAIJ%2CsBADJ%2CeACK%3BEACG%2CyBAAA%3B%3BAA3DZ%2CsBA8DI%2CoBAAmB%3BEACf%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BAACA%2CsBAJJ%2CoBAAmB%2COAId%3BEACG%2CWAAW%2CeAAX%3BEACA%2CoBAAA%3BEACA%2CyBAAA%3B%3BAArEZ%2CsBAwEI%3BEAEI%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAArFR%2CsBAwEI%2CgBAcI%3BEACI%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CkCAAA%3BEACA%2CgCAAA%3BEACA%2CqCAAA%3BEACA%2C6BAAA%3BEACA%2C0BAAA%3BEACA%2CiBAAA%3BEACA%2CaAAa%2CwBAAb%3BEACA%2CgBAAA%3B%3BAACA%2CsBA5BR%2CgBAcI%2CGAcK%3BEACG%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CsBAjCR%2CgBAcI%2CGAmBK%3BEACG%2CgBAAA%3B%3BAA1GhB%2CsBAwEI%2CgBAqCI%2CGAAE%3BEACE%2CaAAA%3B%3BAAMZ%3BEACI%2CaAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CsCAAA%3BEACA%2CsCAAA%3BEACA%2C8BAAA%3B%3BAANJ%2CsBAOI%3BEACI%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CsCAAA%3BEACA%2CsCAAA%3BEACA%2C8BAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3B%3BAAdR%2CsBAgBI%3BEACI%2CoBAAA%3BEACA%2CmBAAA%3B%3BAAlBR%2CsBAgBI%2CkBAGI%3BEACI%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2C0BAAA%3B%3BAACA%2CsBAVR%2CkBAGI%2CMAOK%3BAACD%2CsBAXR%2CkBAGI%2CMAQK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2COAAA%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CcAAA%3B%3BAAGJ%2CsBApBR%2CkBAGI%2CMAiBK%3BEACG%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAgB%2CuCAAhB%3BEACA%2C4BAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CsBA7BR%2CkBAGI%2CMA0BK%3BEAEG%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CWAAW%2CgBAAX%3B%3BAApDhB%2CsBAwDI%3BEACI%2CoBAAA%3B%3BAAzDR%2CsBAwDI%2CkCAEI%2CMAAK%3BEACD%2CSAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3BAA9DZ%2CsBAwDI%2CkCASI%3BEACI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAzEZ%2CsBAwDI%2CkCAoBI%2CMAAK%3BEACD%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAAtFZ%2CsBAwDI%2CkCAiCI%2CMAAK%2CQAAW%3BEACZ%2CmBAAA%3B%3BAA1FZ%2CsBAwDI%2CkCAqCI%2CMAAK%2CQAAW%2CQAAK%3BEACjB%2CMAAM%2CUAAN%3BEACA%2CWAAW%2CiBAAX%3B%3BAA%5C%2FFZ%2CsBAwDI%2CkCA0CI%2CMAAK%2COAAO%3BEACR%2CWAAA%3B%3BAAKZ%3BEACI%2CWAAA%3BEACA%2C2BAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CsCAAA%3BEACA%2CsCAAA%3BEACA%2C8BAAA%3B%3BAAVJ%2CsBAaI%3BEACI%2CUAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2C0BAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAACA%2CsBAXJ%2CEAWK%2CaAEG%3BEACI%2CkBAAA%3B%3BAACA%2CsBAfZ%2CEAWK%2CaAEG%2CKAEK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAOhB%2CsBAAC%2C2BACG%3BAADJ%2CsBAAC%2C2BAEG%3BEACI%2CWAAA%3B%3BAAKZ%2CkBACI%2C0BACI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CgCAAA%3B%3BAACA%2CkBANR%2C0BACI%2CsBAKK%3BEACG%2CcAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CkBAXR%2C0BACI%2CsBAUK%2CaACG%3BEACI%2CgBAAgB%2CyCAAhB%3B%3BAAFR%2CkBAXR%2C0BACI%2CsBAUK%2CaAIG%2C6BACI%3BEACI%2CwBAAA%3B%3BAAlBxB%2CkBACI%2C0BACI%2CsBAoBI%3BEACI%2CSAAA%3BEACA%2CkBAAA%3B%3BAAxBhB%2CkBACI%2C0BACI%2CsBAoBI%2CiBAII%3BEACI%2CkBAAA%3B%3BAA3BpB%2CkBACI%2C0BACI%2CsBAoBI%2CiBAOI%3BEACI%2CWAAA%3B%3BAA9BpB%2CkBACI%2C0BACI%2CsBAoBI%2CiBAOI%2C6BAEI%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CaAAA%3B%3BAACA%2CkBAtCpB%2C0BACI%2CsBAoBI%2CiBAOI%2C6BAEI%2CmBAQK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAgB%2C4CAAhB%3BEACA%2CSAAA%3B%3BAA%5C%2FC5B%2CkBACI%2C0BACI%2CsBAoBI%2CiBAOI%2C6BAqBI%3BEACI%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAA1DxB%2CkBACI%2C0BACI%2CsBAoBI%2CiBAOI%2C6BA%2BBI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CgBAAgB%2CmCAAhB%3BEACA%2CqBAAA%3BEACA%2CYAAA%3B%3BAACA%2CkBApEpB%2C0BACI%2CsBAoBI%2CiBAOI%2C6BA%2BBI%2CUASK%3BEACG%2CgBAAgB%2CyCAAhB%3B%3BAAIJ%2CQAH4B%3BEAG5B%2CkBAzEpB%2C0BACI%2CsBAoBI%2CiBAOI%2C6BA%2BBI%2CUASK%3BIAGO%2CgBAAgB%2CmCAAhB%3B%3B%3BAAxEhC%2CkBACI%2C0BACI%2CsBAoBI%2CiBAOI%2C6BAiDI%3BEACI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2C0BAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAIA%2CQAHwB%3BEAGxB%2CkBAxFpB%2C0BACI%2CsBAoBI%2CiBAOI%2C6BAiDI%3BIASQ%2CgBAAA%3B%3B%3BAAEJ%2CkBAxFpB%2C0BACI%2CsBAoBI%2CiBAOI%2C6BAiDI%2CiBAWK%3BEACG%2CqBAAA%3B%3BAA1F5B%2CkBACI%2C0BACI%2CsBAoBI%2CiBAOI%2C6BAgEI%3BEACI%2CWAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2C2BAAA%3BEACA%2CmBAAA%3B%3BAAIA%2CQAHuB%3BEAGvB%2CkBArGpB%2C0BACI%2CsBAoBI%2CiBAOI%2C6BAgEI%3BIAOQ%2CgBAAA%3B%3B%3BAApG5B%2CkBACI%2C0BACI%2CsBAoBI%2CiBAOI%2C6BAgEI%2C2BASI%3BEACI%2CmBAAA%3B%3BAAvG5B%2CkBACI%2C0BACI%2CsBAoBI%2CiBAOI%2C6BAgEI%2C2BASI%2C2BAEI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAA7GhC%2CkBACI%2C0BACI%2CsBAoBI%2CiBAOI%2C6BAgEI%2C2BAoBI%3BEACI%2CaAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAIA%2CQAHuB%3BEAGvB%2CkBAvHxB%2C0BACI%2CsBAoBI%2CiBAOI%2C6BAgEI%2C2BAoBI%3BIAKQ%2COAAA%3B%3B%3BAAEJ%2CkBAvHxB%2C0BACI%2CsBAoBI%2CiBAOI%2C6BAgEI%2C2BAoBI%2CoBAOK%3BEACG%2CiBAAA%3BEACA%2CgBAAA%3B%3BAA1HhC%2CkBACI%2C0BACI%2CsBAoBI%2CiBAOI%2C6BAgEI%2C2BAoBI%2CoBAYI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAMZ%2CkBAtIhB%2C0BACI%2CsBAoBI%2CiBAgHI%2CUACK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAOR%2CkBAjJZ%2C0BA%2BIK%2CgBACG%2CsBACK%2CQACG%3BEACI%2CgBAAgB%2CyCAAhB%3B%3BAACA%2CkBApJpB%2C0BA%2BIK%2CgBACG%2CsBACK%2CQACG%2CUAEK%3BEACG%2CgBAAgB%2CyCAAhB%3B%3BAAIZ%2CkBAzJZ%2C0BA%2BIK%2CgBACG%2CsBASK%2CaACG%3BEACI%2CgBAAgB%2CmCAAhB%3B%3BAACA%2CkBA5JpB%2C0BA%2BIK%2CgBACG%2CsBASK%2CaACG%2CUAEK%3BEACG%2CgBAAgB%2CyCAAhB%3B%3BAAGR%2CkBAhKhB%2C0BA%2BIK%2CgBACG%2CsBASK%2CaAOI%2CQACG%3BEACI%2CgBAAgB%2CyCAAhB%3B%3BAACA%2CkBAnKxB%2C0BA%2BIK%2CgBACG%2CsBASK%2CaAOI%2CQACG%2CUAEK%3BEACG%2CgBAAgB%2CyCAAhB%3B%3BAAUhC%2CgBAAgB%2CWAAW%2CqBAAqB%2CiBAAoB%2CmBAAgB%2CKAAK%2CiBAAkB%3BEACvG%2CaAAA%3B%3BAAEJ%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3B%3BAAHJ%2C4BAII%3BEACI%2CUAAA%3B%3BAAGR%3BEACI%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2C8BAAA%3BEACA%2CSAAA%3B%3BAALJ%2C2BAMI%3BEACI%2CaAAA%3BEACA%2C2BAAA%3BEACA%2CWAAA%3B%3BAATR%2C2BAMI%2CWAII%3BEACI%2CYAAA%3B%3BAAKZ%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2C8BAAA%3BEACA%2CgBAAA%3B%3BAAIA%2CQAHwB%3BEAGxB%3BIAFI%2CSAAA%3B%3B%3BAANR%2CoBAQI%3BEACI%2CaAAA%3BEACA%2C2BAAA%3BEACA%2CUAAA%3B%3BAAIA%2CQAHwB%3BEAGxB%2CoBAPJ%3BIAKQ%2CsBAAA%3B%3B%3BAAbZ%2CoBAQI%2CWAOI%3BEACI%2CgBAAA%3B%3BAAIJ%2CQAH4B%3BEAG5B%2CoBAZJ%2CWAOI%3BIAGQ%2CgBAAA%3B%3B%3BAAOhB%3BEACI%2CuBAAA%3B%3BAAIJ%2CQAH2B%3BEAG3B%3BIAFQ%2CUAAA%3B%3B%3BAAGR%2C%2BBACI%3BEACI%2CsBAAA%3B%3BAAMJ%2CQAH2B%3BEAG3B%2C%2BBAJA%2CuBAAuB%3BIAEf%2CeAAA%3B%3B%3BAAKZ%2CgBACI%2CIAAG%3BEACC%2C2BAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CsCAAA%3BEACA%2CsCAAA%3BEACA%2C8BAAA%3B%3BAAMA%2CQALuB%3BEAKvB%2CgBAfJ%2CIAAG%3BIAWK%2C8BAAA%3BIACA%2C0BAAA%3BIACA%2CsBAAA%3B%3B%3BAAdZ%2CgBACI%2CIAAG%2CiBAeC%3BEACI%2CUAAA%3B%3BAAKA%2CQAJuB%3BEAIvB%2CgBArBR%2CIAAG%2CiBAeC%3BIAGQ%2CWAAA%3B%3B%3BAAOJ%2CQAH2B%3BEAG3B%2CgBAzBR%2CIAAG%2CiBAeC%2CcAMK%3BIAEO%2CmBAAA%3B%3B%3BAAOR%2CQAH2B%3BEAG3B%2CgBA9BR%2CIAAG%2CiBAeC%2CcAWK%3BIAEO%2C6BAAA%3B%3B%3BAA7BpB%2CgBACI%2CIAAG%2CiBAeC%2CcAgBI%3BEACI%2CWAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAEI%2CgBAxChB%2CIAAG%2CiBAeC%2CcAgBI%2COAQK%2CUACI%3BEACG%2CSAAS%2CEAAT%3BEACA%2CgBAAgB%2C4CAAhB%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3B%3BAA%5C%2FCxB%2CgBACI%2CIAAG%2CiBAeC%2CcAoCI%2CMACI%3BEACI%2CgBAAA%3BEACA%2CeAAA%3B%3BAAvDpB%2CgBACI%2CIAAG%2CiBAeC%2CcAoCI%2CMACI%2CaAGI%3BEACI%2C2BAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CmCAAA%3BEACA%2CmCAAA%3BEACA%2C2BAAA%3BEACA%2CkBAAA%3B%3BAAlExB%2CgBACI%2CIAAG%2CiBAeC%2CcAoCI%2CMACI%2CaAGI%2CGAYI%3BEACI%2CiBAAA%3BEACA%2CiBAAA%3B%3BAACA%2CgBAtExB%2CIAAG%2CiBAeC%2CcAoCI%2CMACI%2CaAGI%2CGAYI%2CKAGK%3BEAEG%2CYAAA%3B%3BAAmBhB%2CQATW%2CuBAGa%3BEAMxB%2CsBARR%2CiBACI%2CIAAG%3BIAEK%2C8BAAA%3BIACA%2C0BAAA%3BIACA%2CsBAAA%3B%3B%3BAASI%2CQAfG%2CuBAYyB%3BEAG5B%2CsBAdhB%2CiBACI%2CIAAG%2CiBAOC%2CcACI%2COACK%3BIAEO%2CgBAAA%3B%3B%3BAAWhC%3BEAEQ%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAPR%2CyBAUI%3BEACI%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3B%3BAAjBR%2CyBAoBI%3BEACI%2CeAAA%3B%3BAArBR%2CyBAwBI%2CiBAAgB%3BEACZ%2CsBAAA%3BEACA%2CcAAA%3B%3BAA1BR%2CyBA6BI%2CiBAAgB%2CWAAc%3BEAC1B%2C6BAAA%3BEACA%2CSAAA%3B%3BAA%5C%2FBR%2CyBAkCI%2CmBACI%2C8BACI%3BEACI%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3B%3BAAMhB%3BEAEQ%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BAANR%2C2BASI%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAXR%2C2BAcI%3BEACI%2CmBAAA%3BEACA%2CWAAA%3B%3BAAhBR%2C2BAmBI%2CiBAAgB%3BEACZ%2CgBAAA%3B%3BAApBR%2C2BAuBI%3BAAvBJ%2C2BAwBI%3BEACI%2CWAAA%3BEACA%2CmBAAA%3BEACA%2COAAA%3BEACA%2CcAAA%3B%3BAA5BR%2C2BA%2BBI%3BEACI%2CYAAA%3B%3BAAhCR%2C2BAmCI%2CkBAAiB%3BEACb%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAxCR%2C2BA2CI%2CkBAAiB%3BEACb%2CiBAAA%3BEACA%2CWAAA%3B%3BAAIR%2C2BACI%3BEACI%2CoWAAA%3BEACA%2CwBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAVR%2C2BAaI%3BEACI%2CWAAA%3BEACA%2CmBAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAlBR%2C2BAqBI%3BEACI%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAA3BR%2C2BA8BI%2CgBAAe%3BEACX%2CyBAAA%3BEACA%2CgBAAA%3B%3BAAhCR%2C2BAmCI%2CgBAAe%2CMAAS%3BAAnC5B%2C2BAoCI%2CkBAAiB%3BEACb%2CoWAAA%3BEACA%2CwBAAA%3B%3BAAtCR%2C2BAyCI%3BEACI%2CgBAAgB%2C0cAAhB%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAjDR%2C2BAoDI%2CkBAAiB%3BAApDrB%2C2BAqDI%2CiBAAgB%3BEACZ%2CaAAA%3B%3BAAIR%2CwBACI%3BEACI%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAATR%2CwBAYI%2CiBAAgB%2CQAAW%3BEACvB%2CmBAAA%3BEACA%2C6CAAA%3BEACA%2CcAAA%3B%3BAAfR%2CwBAkBI%2CiBAAgB%2CMAAS%3BEACrB%2C%2BBAAA%3B%3BAAnBR%2CwBAsBI%3BEACI%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3B%3BAA7BR%2CwBAgCI%3BEACI%2CgBAAA%3B%3BAAIR%3BEAEQ%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAANR%2CuBASI%3BEACI%2CmBAAA%3BEACA%2C%2BBAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3B%3BAAbR%2CuBAgBI%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2C4CAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CWAAA%3B%3BAA1BR%2CuBA6BI%2CkBAAiB%3BAA7BrB%2CuBA8BI%2CkBAAiB%3BAA9BrB%2CuBA%2BBI%2CkBAAiB%3BEACb%2CmBAAA%3B%3BAAhCR%2CuBAmCI%2CkBAAiB%3BEACb%2C%2BBAAA%3B%3BAApCR%2CuBAuCI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CsBAAX%3BEACA%2CmBAAA%3B%3BAAjDR%2CuBAoDI%2CmBAAkB%3BEACd%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CWAAW%2CqBAAqB%2CaAAhC%3BEACA%2CUAAA%3B%3BAAIR%3BEAEQ%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAHR%2C4BAMI%3BEACI%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2C2BAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAjBR%2C4BAoBI%3BEACI%2CyBAAA%3B%3BAArBR%2C4BAwBI%3BEACI%2CaAAA%3B%3BAAzBR%2C4BA4BI%3BEACI%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2C2BAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3B%3BAAzCR%2C4BA4CI%3BEACI%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAhDR%2C4BAmDI%3BEACI%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAxDR%2C4BA2DI%2CkBAAiB%3BEACb%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3BAAIR%3BEAEQ%2C2BAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2C4BAAC%2CYAAY%3BEACT%2CmBAAA%3B%3BAAdR%2C4BAiBI%3BEACI%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3B%3BAArBR%2C4BAwBI%3BEACI%2CoBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAA3BR%2C4BA8BI%2CiBAAiB%3BEACb%2CsBAAA%3B%3BAA%5C%2FBR%2C4BA8BI%2CiBAAiB%2CkBAGb%3BEACI%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAzCZ%2C4BA6CI%3BAA7CJ%2C4BA8CI%3BEACI%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3B%3BAAnDR%2C4BAsDI%3BEACI%2CkBAAA%3BEACA%2CeAAA%3B%3BAAxDR%2C4BA2DI%2CkBAAkB%3BEACd%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAA%5C%2FDR%2C4BAkEI%2CkBAAkB%2CgBAAgB%2CGAAE%3BEAChC%2CmBAAA%3B%3BAAnER%2C4BAsEI%2CwBAAwB%2CgBAAgB%2CGAAE%2CcAAe%3BEACrD%2CwgBAAA%3BEACA%2CmCAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CUAAA%3B%3BAA9ER%2C4BAiFI%2CwBAAwB%2CgBAAgB%2CGAAE%2CcAAe%2CqBAAoB%3BEACzE%2C4BAAA%3B%3BAAlFR%2C4BAqFI%2CwBAAwB%2CgBAAgB%2CGAAE%2CaAAc%2CMAAK%3BEACzD%2CeAAA%3BEACA%2CaAAA%3B%3BAAvFR%2C4BA0FI%2CwBAAwB%2CgBAAgB%2CGAAE%3BEACtC%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3B%3BAAIR%3BEAEQ%2CaAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3B%3BAAJR%2CwBAOM%3BEACE%2CWAAA%3B%3BAARR%2CwBAWI%3BEACI%2CaAAA%3BEACA%2CWAAA%3B%3BAAIR%3BEACI%2CaAAA%3B%3BAAGJ%3BEAEQ%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CgBAAC%3BAACD%2CgBAAC%3BEACG%2CyBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CyBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CgBAAC%3BEACG%2COAAA%3B%3BAAGJ%2CgBAAC%3BEACG%2CQAAA%3B%3BAAGJ%2CgBAAC%3BAACD%2CgBAAC%2CMAAM%3BEACH%2CWAAW%2CaAAX%3B%3BAAGJ%2CgBAAC%3BAACD%2CgBAAC%2CMAAM%3BEACH%2CWAAW%2CcAAX%3B%3BAAKR%3BEAEQ%2CQAAA%3BEACA%2CcAAA%3B%3BAAHR%2CqBAMI%3BEACI%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAAIR%3BEACI%2CmBAAA%3B%3BAAGJ%3BEAEQ%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CqBAAC%2CIAAI%3BEACD%2CgBAAA%3B%3BAATR%2CqBAYI%3BEACI%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAfR%2CqBAYI%2CiBAKI%3BEACI%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CqBAAA%3B%3BAApBZ%2CqBAYI%2CiBAWI%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3B%3BAA1BZ%2CqBA8BI%3BEACI%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CaAAA%3B%3BAAlCR%2CqBAqCI%3BEACI%2C2BAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAAIR%3BEACI%2CmBAAA%3B%3BAAEA%2C0BAAC%2CQACG%3BAADJ%2C0BAAC%2CQAEG%3BEACI%2CmBAAA%3BEACA%2CcAAA%3B%3BAAJR%2C0BAAC%2CQACG%2CsBAKI%2CiBAAiB%3BAANzB%2C0BAAC%2CQAEG%2C0BAII%2CiBAAiB%3BEACb%2CcAAA%3B%3BAAPZ%2C0BAAC%2CQAWG%3BEACI%2CmBAAA%3BEACA%2CcAAA%3B%3BAAhBZ%2C0BAoBI%3BEACI%2CmBAAA%3BEACA%2CaAAA%3B%3BAAIA%2C0BADJ%2C8BACK%3BEACG%2CeAAA%3B%3BAA3BZ%2C0BAyBI%2C8BAKI%3BEACI%2CcAAA%3B%3BAAKZ%3BEACI%2CsBAAA%3B%3BAAGJ%2C6BACI%3BEACI%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3B%3BAAVR%2C6BAaI%2CiBAAgB%3BEACZ%2Cg2BAAA%3BEACA%2CwBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAArBR%2C6BAwBI%2CiBAAiB%3BEACb%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAA5BR%2C6BA%2BBI%3BEACI%2CoBAAA%3B%3BAAhCR%2C6BAmCI%3BEACI%2CaAAA%3BEACA%2CcAAA%3B%3BAAGJ%2C6BAAC%2COACG%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAIA%2C6BAPP%2COAMG%2CiBACK%3BEACG%2CWAAW%2CaAAX%3B%3BAAGJ%2C6BAXP%2COAMG%2CiBAKK%3BEACG%2CWAAW%2CcAAX%3B%3BAAMhB%3BEACI%2CaAAA%3BEACA%2CsBAAA%3B%3BAAFJ%2CyBAII%3BEACI%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAVR%2CyBAaI%3BEACI%2CsBAAA%3BEACA%2CUAAA%3B%3BAAfR%2CyBAkBI%2CgBAAe%3BEACX%2CkBAAA%3B%3BAAnBR%2CyBAsBI%2CgBAAe%3BEACX%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAIR%3BEAEQ%2CgBAAA%3B%3BAAFR%2C0BAKI%3BEACI%2CiBAAA%3B%3BAANR%2C0BASI%3BEACI%2CsBAAA%3B%3BAAGI%2C0BAJR%2COAGI%2CQACK%3BEACG%2C%2BBAAA%3B%3BAAdhB%2C0BAmBI%2COAAO%3BEACH%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAxBR%2C0BA2BI%2COAAO%2CEAAC%3BEACJ%2CcAAA%3B%3BAA5BR%2C0BA%2BBI%2COAAO%3BEACH%2CSAAA%3BEACA%2CkBAAA%3B%3BAAjCR%2C0BAoCI%2COAAO%2CMAAK%2CIAAI%3BEACZ%2CkBAAA%3B%3BAArCR%2C0BAwCI%2COAAO%2CSAAS%3BAAxCpB%2C0BAyCI%2COAAO%2CMAAK%3BEACR%2CmBAAA%3BEACA%2CcAAA%3B%3BAA3CR%2C0BA8CI%2COAAO%2CEAAC%3BEACJ%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3B%3BAAnDR%2C0BAsDI%2COAAO%2CEAAC%2COAAO%3BEACX%2CmBAAA%3B%3BAAvDR%2C0BA0DI%2COAAO%2COAAO%2CEAAC%2COAAO%3BEAClB%2CcAAA%3BEACA%2CiBAAA%3B%3BAA5DR%2C0BA%2BDI%2COAAO%2COAAO%2CEAAC%2COAAO%2CMAAM%3BEACxB%2CcAAA%3B%3BAAhER%2C0BAmEI%2COAAS%3BEACL%2CkBAAA%3B%3BAAIR%2CcAAe%2CiBAAiB%3BEAC5B%2CgBAAA%3B%3BAAGJ%3BEAEQ%2CYAAA%3B%3BAAFR%2CqBAKI%3BEACI%2CeAAA%3B%3BAANR%2CqBASI%3BEACI%2CWAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3B%3BAAIR%3BEACI%2CkBAAA%3B%3BAAwjBR%2CQAXwB%3BEACpB%2CyBAAyB%2CqBAAsB%2CyBAAyB%2CiBAAgB%2CiBAAkB%3BIACtG%2CQAAA%3BIACA%2CmBAAA%3B%3B%3BAE3tEA%2CIAAC%2CaACG%2CuBACQ%3BEACE%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAACA%2CIANb%2CaACG%2CuBACQ%2CEAIG%3B%3B%3B%3BEAIC%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CIAdX%2CaACG%2CuBACQ%2CEAYC%3BEAEG%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACF%2CQAAA%3B%3BAALF%2CIAdX%2CaACG%2CuBACQ%2CEAYC%2CeAMG%3B%3B%3B%3B%3BAAKJ%2CIAzBX%2CaACG%2CuBACQ%2CEAYC%2CeAWA%3BEACC%2CmBAAA%3BEACA%2CyBAAA%3BEACE%2CcAAA%3B%3BAAHJ%2CIAzBX%2CaACG%2CuBACQ%2CEAYC%2CeAWA%2CMAIG%3B%3B%3B%3B%3BAAQJ%2CIArCX%2CaACG%2CuBACQ%2CEAmCC%3BEACE%2CmBAAA%3BEACA%2CyBAAA%3BEACD%2CcAAA%3B%3BAACE%2CIAzCf%2CaACG%2CuBACQ%2CEAmCC%2CaAII%3BEACF%2CmBAAA%3BEACA%2CyBAAA%3BEACD%2CcAAA%3B%3BAAMd%2CIAAC%2CQACO%2CuBACI%3BEACE%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3B%3BAAGF%2CIARX%2CQACO%2CuBACI%2CEAMC%3BEACC%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CIAbT%2CQACO%2CuBACI%2CEAWD%3BEACC%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CQAAA%3B%3BAAJF%2CIAbT%2CQACO%2CuBACI%2CEAWD%2CaAKG%3B%3B%3B%3B%3BAAKF%2CIAvBX%2CQACO%2CuBACI%2CEAWD%2CaAUE%3BEAEC%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAAJF%2CIAvBX%2CQACO%2CuBACI%2CEAWD%2CaAUE%2CMAKC%3B%3B%3B%3B%3BAAOJ%2CIAnCT%2CQACO%2CuBACI%2CEAiCD%3BEAES%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CQAAA%3B%3BAACJ%2CIAzCf%2CQACO%2CuBACI%2CEAiCD%2CeAMM%3BEACG%2CmBAAA%3BEACA%2CcAAA%3BEACF%2CqBAAA%3B%3BAAOhB%2CIADF%2CuBACG%2CiBACC%3BEACE%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3B%3BAACA%2CIANN%2CuBACG%2CiBACC%2CEAIG%3BEACC%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3B%3B%3B%3B%3BAD1Gb%2C8BAA%2BB%3BEAC7B%2CUAAA%3B%3BAAEF%3BEACE%2CaAAA%3BEACA%2CsBAAA%3B%3BAAEF%2CCAAC%3BAAA6B%2CMAAM%3BAAA6B%2CGAAG%3BEAClE%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAEF%2CcAAe%3BEACb%2CaAAA%3B%3BAAED%2CwBAAyB%2CaACzB%2CaAAa%2CmBAAmB%3BEAC5B%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BAAJJ%2CwBAAyB%2CaACzB%2CaAAa%2CmBAAmB%2CcAI5B%3BEACI%2CgBAAA%3B%3BAANR%2CwBAAyB%2CaASzB%3BEAAa%2CSAAA%3B%3BAATb%2CwBAAyB%2CaAUrB%2CaAAa%3BEACT%2CaAAA%3BEACA%2CSAAA%3BEACA%2CqBAAA%3B%3BAAGR%3BEACI%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAHJ%2CqBAII%3BEACI%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAKA%2C6BADJ%2CkBACK%3BEACG%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3B%3BAAIJ%2CQAH4B%3BEAG5B%2C6BARJ%2CkBACK%3BIAKO%2CiBAAA%3B%3B%3BAAMhB%2CwBAAyB%2CaAAa%2CyBAAyB%2C0BAA0B%2C2BAA2B%2CmBAAkB%2COAAQ%2CEAAE%3BEAAE%2CcAAA%3BEAAwB%2C0BAAA%3B%3BAACzK%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAHJ%2CmBAII%3BEACG%2CkBAAA%3BEACA%2CYAAA%3B%3BAANP%2CmBAII%2CYAGG%3BEACI%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2C0BAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CsDAAA%3BEACA%2CgCAAA%3BEACA%2CyBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAApBX%2CmBAuBG%2CEAAC%3BEACG%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAA1BP%2CmBAuBG%2CEAAC%2COAIG%3BEACI%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAIZ%2CYAAa%2CmBAAmB%2CYAAY%3BEACxC%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CgBAAA%3B%3BAACA%2CYAJS%2CmBAAmB%2CYAAY%2CEAIvC%3BEACG%2CqBAAA%3B%3BAAGT%2C2BAA4B%3BEAC3B%2CyDAAA%3BEACA%2CqBAAA%3B%3BAAKA%2CQAJ2B%3BEAI3B%2C2BAP2B%3BIAInB%2CWAAA%3BIACA%2CSAAA%3B%3B%3BAAGR%2C6BAA8B%2C0BAA0B%2C2BAA0B%2CkBAAmB%2CuBAAsB%3BEACvH%2CaAAA%3B%3BAAEJ%2CwBAAyB%2C0BAA0B%2C2BAA2B%2CmBAAkB%2COAAQ%2CoBAAoB%3BEACxH%2CmBAAA%3B%3BAAEJ%2CmBAAmB%2CiBACf%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAGR%3BEACI%2CcAAA%3B%3BAACA%2CeAAC%3BEACG%2CqBAAA%3B%3BAAGP%2CwBACG%2CWAAa%2CsBAAoB%2CYAC7B%3BEACI%2CgBAAA%3B%3BAAKX%2CwBAEC%2CaAAa%2CaAAa%2CmBAAmB%2CYACxC%3BAAFN%2CIAAI%2CcAAc%2CwBACjB%2CaAAa%2CaAAa%2CmBAAmB%2CYACxC%3BEACH%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAGE%2CwBANJ%2CaAAa%2CaAAa%2CmBAAmB%2CYAK7C%2CEACK%3BAAAD%2CIAPD%2CcAAc%2CwBACjB%2CaAAa%2CaAAa%2CmBAAmB%2CYAK7C%2CEACK%3BEACG%2CgBAAA%3B%3BAATT%2CwBAaD%3BAAZC%2CIAAI%2CcAAc%2CwBAYnB%3BEACI%2CgBAAA%3B%3BAAGH%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAEJ%3BEACG%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAACA%2CkBAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAgB%2C4CAAhB%3BEACA%2CSAAA%3B%3BAAGP%2C%2BBACG%3BEACG%2CcAAA%3B%3BAAFN%2C%2BBAIG%2CGAAE%3BEACE%2CgBAAA%3B%3BAAGP%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2C0BAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAALJ%2CaAMI%3BEACI%2CiBAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CaAAC%3BEACE%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CgBAAgB%2CuCAAhB%3B%3BAAGA%2CaADH%2CSACI%3BEACG%2CgBAAgB%2CmCAAhB%3B%3BAAGR%2CaAAC%3BEACG%2CqBAAA%3B%3BAACA%2CaAFH%2CcAEI%3BEACG%2CgBAAgB%2CwCAAhB%3B%3BAAIJ%2CaADH%2CaACI%3BEACG%2CgBAAgB%2CuCAAhB%3BEACA%2CYAAA%3B%3BAAIJ%2CaADH%2CuBACI%3BEACG%2CgBAAgB%2CiDAAhB%3BEACA%2CYAAA%3B%3BAAIJ%2CaADH%2CcACI%3BEACG%2CgBAAgB%2CyCAAhB%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAIJ%2CaADH%2CaACI%3BEACG%2CgBAAgB%2CuCAAhB%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CaAAC%3BEAQD%2CuBAAA%3B%3BAAPA%2CaADC%2CcACA%3BEACG%2CgBAAgB%2CqCAAhB%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3B%3BAANJ%2CaAAC%2CcASD%3BEACI%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAKR%2CsBAAC%3BEACG%2CiBAAA%3B%3BAADJ%2CsBAAC%2CiBAEG%3BEACI%2CWAAA%3B%3BAAEJ%2CsBALH%2CiBAKI%3BAACD%2CsBANH%2CiBAMI%3BEACG%2CSAAA%3B%3BAAIZ%2CwBACI%3BEACI%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3B%3BAAEI%2CwBARR%2CiCAOI%2CsBACK%2CMACG%3BEACI%2CmBAAA%3B%3BAAOR%2CwBAFR%2C8BACI%2CkBACK%3BEACG%2CmBAAA%3B%3BAAOZ%2CgBAAC%3BEACG%2CUAAA%3BEACA%2CSAAA%3B%3BAAFJ%2CgBAAC%2CWAGG%3BEACI%2CqBAAA%3B%3BAAIZ%2CyBACI%3BEACI%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3B%3BAAGI%2CyBATR%2C2BAOI%2CmBAEK%2CMACG%3BEACI%2CoBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAEI%2CyBAjBpB%2C2BAOI%2CmBAEK%2CMACG%2CMAMK%2CaACI%3BEACG%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CgBAAgB%2CuCAAhB%3B%3BAAIJ%2CyBA9BpB%2C2BAOI%2CmBAEK%2CMACG%2CMAmBK%2CWACI%3BEACG%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CgBAAgB%2CqCAAhB%3B%3BAA9BhB%2CyBATR%2C2BAOI%2CmBAEK%2CMAkCE%3BEACI%2CSAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAGP%2CyBAtDR%2C2BAOI%2CmBA%2BCK%3BEACG%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3B%3BAAMhB%2C%2BBACI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2C8BAAA%3B%3BAAJR%2C%2BBAMI%3BEACK%2CeAAA%3B%3BAAPT%2C%2BBAMI%2CuBAEK%3BEACI%2CqBAAA%3B%3BAATb%2C%2BBAYI%3BEACI%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CsCAAA%3BEACA%2CsCAAA%3BEACA%2C8BAAA%3B%3BAAlBR%2C%2BBAYI%2CuBAOI%3BEACI%2C8BAAA%3BEACA%2CmBAAA%3B%3BAArBZ%2C%2BBAYI%2CuBAOI%2CuBAII%3BEACI%2CeAAA%3BEACA%2CiBAAA%3B%3BAACA%2C%2BBAdZ%2CuBAOI%2CuBAII%2CoBAGK%2CiBAEI%3BEACG%2CeAAA%3BEACA%2CWAAA%3BEAEA%2C2BAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3B%3BAAXR%2C%2BBAdZ%2CuBAOI%2CuBAII%2CoBAGK%2CiBAEI%2CMAUG%3BEACI%2C8BAAA%3B%3B%3B%3B%3B%3B%3B%3BAAvC5B%2C%2BBAYI%2CuBAOI%2CuBAII%2CoBA0BI%3BEACI%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAACA%2C%2BBA3ChB%2CuBAOI%2CuBAII%2CoBA0BI%2COAMK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CgBAAgB%2CqCAAhB%3BEACA%2CqBAAA%3B%3BAA%5C%2FDxB%2C%2BBAYI%2CuBAOI%2CuBAII%2CoBA2CI%3BEACI%2CgBAAA%3B%3BAAIA%2CQAHuB%3BEAGvB%2C%2BBA3DhB%2CuBAOI%2CuBAII%2CoBA2CI%3BIAGQ%2CmBAAA%3B%3B%3BAAGA%2C%2BBA5DpB%2CuBAOI%2CuBAII%2CoBA2CI%2CYAKI%2CQACK%3BEACG%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2C0BAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAACA%2C%2BBA3ExB%2CuBAOI%2CuBAII%2CoBA2CI%2CYAKI%2CQACK%2CcAeI%3BEACG%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAA1FhC%2C%2BBAYI%2CuBAOI%2CuBAII%2CoBAwEI%3BEACI%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAACA%2C%2BBAzFhB%2CuBAOI%2CuBAII%2CoBAwEI%2COAMK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CgBAAgB%2CqCAAhB%3BEACA%2CqBAAA%3B%3BAA7GxB%2C%2BBAYI%2CuBAOI%2CuBA8FI%3BEACI%2CSAAA%3B%3BAAlHhB%2C%2BBAYI%2CuBAOI%2CuBAiGI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2C0BAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAACA%2C%2BBAhHZ%2CuBAOI%2CuBAiGI%2CiBAQK%3BEACG%2CqBAAA%3B%3B%3BAAOpB%3BEACI%2CmBAAA%3BEACA%2CgCAAA%3B%3BAAEA%2CmBAAC%3BEACG%2CgBAAA%3BEACA%2CgBAAA%3B%3BAANR%2CmBAQI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAVR%2CmBAYI%3BEACA%2CeAAA%3B%3BAAbJ%2CmBAeA%3BEACI%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CmCAAA%3BEACA%2CmCAAA%3BEACA%2C2BAAA%3B%3BAAKA%2CQAH2B%3BEAG3B%2CmBAXJ%2CuBAOI%3BIAEQ%2CcAAA%3B%3B%3BAAxBZ%2CmBAeA%2CuBAYI%3BEACI%2C8BAAA%3BEACA%2CmBAAA%3B%3BAA7BR%2CmBAeA%2CuBAYI%2CuBAII%2CoBAEI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CmBAtBZ%2CuBAYI%2CuBAII%2CoBAMK%2CiBACG%3BEACI%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAJR%2CmBAtBZ%2CuBAYI%2CuBAII%2CoBAMK%2CiBAMI%3BEACG%2CeAAA%3BEACA%2CWAAA%3BEACA%2C2BAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3B%3BAAdR%2CmBAtBZ%2CuBAYI%2CuBAII%2CoBAMK%2CiBAMI%2CMASG%3BEACI%2C8BAAA%3B%3B%3B%3B%3B%3B%3BAArDxB%2CmBAeA%2CuBAYI%2CuBAoCI%3BEACI%2CSAAA%3B%3BAAhEZ%2CmBAeA%2CuBAYI%2CuBAuCI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2C0BAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAACA%2CmBA3DZ%2CuBAYI%2CuBAuCI%2CiBAQK%3BEACG%2CqBAAA%3B%3BAAMhB%2CwBAAyB%2C0BAA0B%2C2BAA2B%2CmBAAkB%2COAAQ%3BEACpG%2CkBAAA%3B%3BAAGA%2CwBAAyB%2C0BAA0B%2C2BAA0B%2CkBAAmB%2CmBAAkB%2COAAQ%3BEACtH%2CkBAAA%3B%3BAAGJ%2CyBADsB%2C2BACrB%2CmBACG%2C0BAAyB%3BEACrB%2CeAAA%3BEACA%2CWAAA%3B%3B%3BAA%2BhBf%2CwBA%5C%2FD2C%3BEACzC%3BIACE%2CqBAAA%3BIACA%2CsBAAA%3B%3BEAEF%3B%3B%3B%3B%3BEAAA%2CwBAIE%2CyBACE%2CoBACE%3BIACE%2CgBAAA%3BIACA%2CkBAAA%3B%3BEARR%2CwBAIE%2CyBAOE%3BIACE%2CaAAA%3B%3BEAIN%2CwBAAyB%2CyBAAyB%2C0BAA0B%2C2BAA0B%3BIACpG%2CgBAAA%3B%3BEAEF%2CmBACE%3BIACE%2CqBAAA%3BIACA%2CsBAAA%3B%3BEAHJ%2CmBAKE%2CEAAC%3BIACC%2CUAAA%3B%3BEAGJ%2CwBACE%2CcACE%3BIACE%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3BEALN%2CwBACE%2CcACE%2CWAKE%3BEAPN%2CwBACE%2CcACE%2CWAME%3BIACE%2CmBAAA%3BIACA%2CkBAAA%3B%3BEAVR%2CwBACE%2CcACE%2CWAUE%3BIACE%2CmBAAA%3B%3BEAbR%2CwBACE%2CcACE%2CWAaE%2C0BACE%3BIACE%2CmBAAA%3BIACA%2CkBAAA%3B%3BEAlBV%2CwBACE%2CcACE%2CWAaE%2C0BAKE%3BIACE%2C6BAAA%3BIACA%2C4BAAA%3B%3B%3B%3B%3BAA0UT%2CmBArBuC%2C6BACd%3BEACrB%2CwBAEQ%3BEADJ%2CwBACI%3B%3B%3BEAFR%2CwBAEQ%2CaAEI%2CoBAAoB%2CuBAEpB%3BEALR%2CwBACI%2CaAEI%2CoBAAoB%2CuBAEpB%3BEANZ%2CwBAEQ%2CaAGI%2CgCAAgC%2CuBAChC%3BEALR%2CwBACI%2CaAGI%2CgCAAgC%2CuBAChC%3BIACI%2CUAAA%3B%3BEAPhB%2CwBAEQ%2CaAEI%2CoBAAoB%2CuBAKpB%2CoBAAmB%3BEAR3B%2CwBACI%2CaAEI%2CoBAAoB%2CuBAKpB%2CoBAAmB%3BEAT%5C%2FB%2CwBAEQ%2CaAGI%2CgCAAgC%2CuBAIhC%2CoBAAmB%3BEAR3B%2CwBACI%2CaAGI%2CgCAAgC%2CuBAIhC%2CoBAAmB%3BIACf%2CUAAA%3B%3BEAVhB%2CwBAEQ%2CaAEI%2CoBAAoB%2CuBAKpB%2CoBAAmB%2CiBAEf%3BEAVZ%2CwBACI%2CaAEI%2CoBAAoB%2CuBAKpB%2CoBAAmB%2CiBAEf%3BEAXhB%2CwBAEQ%2CaAGI%2CgCAAgC%2CuBAIhC%2CoBAAmB%2CiBAEf%3BEAVZ%2CwBACI%2CaAGI%2CgCAAgC%2CuBAIhC%2CoBAAmB%2CiBAEf%3BIACI%2CWAAA%3B%3B%3BAAe5B%2CmBA7B2C%2C6BAqBd%3BEACrB%2CwBAEI%3BEADJ%2CwBACI%3BIACI%2CgBAAA%3B%3B%3BAA2Df%2CQArDuB%3BEACnB%2CwBAAyB%2CgCAAgC%2CuBAAyB%3BIAC9E%2CWAAA%3BIACA%2CUAAA%3B%3BEAEJ%2CwBAAyB%2CoBAAmB%2CiBAAoB%2CyBAAsB%3BEAAe%2CyBAA0B%2CoBAAmB%2CiBAAoB%3BIAClK%2CQAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CwBAAyB%2CoBAAmB%2CiBAAkB%3BEAA8B%2CyBAA0B%2CoBAAmB%2CiBAAkB%3BIACvJ%2CQAAA%3BIACA%2CmBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BEAoBJ%2CIAAI%2CwBAAyB%2CgCAAgC%2CuBAAuB%2CEAAC%3BIACjF%2CWAAA%3B%3BEAEJ%2CwBAAyB%2CiBAAiB%2CIAAG%2CiBAAkB%2CcAAa%3BIACxE%2CaAAA%3B%3BEAEJ%2CwBAAyB%2CoBAAmB%3BEAAmB%2CyBAA0B%2CoBAAmB%3BIACxG%2CaAAA%3BIACD%2CsBAAA%3B%3BEAEH%2CwBAAyB%2CgCAAgC%2CuBAAuB%3BEAChF%2CwBAA0B%2C0BAA0B%2C2BAA2B%2CmBAAkB%2COAAQ%3BIACtG%2CsBAAA%3B%3B%3B%3B%3BEAMH%2CwBAA0B%2CuBAAuB%3BIAC9C%2CWAAA%3B%3B%3BAA0BR%2CQAvBwB%3BEACnB%2C8BAA%2BB%3BIAC3B%2CwBAAA%3B%3BEAEJ%2C8BAA%2BB%3BIAC3B%2CwBAAA%3B%3BEAEJ%2C8BAA%2BB%3BIAC3B%2CcAAA%3B%3BEAEJ%2C8BAA%2BB%2C6BAA6B%3BIACxD%2CWAAA%3B%3BEAEJ%2CuBAAwB%2CgCAAgC%3BIACpD%2CeAAA%3BIACA%2CaAAA%3B%3BEAEJ%2CuBAAwB%2CuBAAuB%2CEAAC%3BEAChD%2CuBAAwB%2CuBAAuB%2CEAAC%3BIAC5C%2CcAAA%22%7D *//**
 * Copyright © Magefan (support@magefan.com). All rights reserved.
 * Please visit Magefan.com for license details (https://magefan.com/end-user-license-agreement).
 *
 * Glory to Ukraine! Glory to the heroes!
 */

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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


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

/*.post-list .post-sharing-top {}*/
/*.post-view .post-sharing-top .icon-wrapper .icon svg {width: 16px;height: 16px;line-height: 16px;}*/
/*.post-list.modern {}*/
/* END Post Sharing Top */
/* All Widget Templates ************************************************************************************************
***********************************************************************************************************************/
.fav-color-green {color: #4caf50;color: #28a745;}
.fav-color-yellow {color: #f9c100;color: #ffc107;}
.fav-color-blue {color: #4db2ec;}
.fav-color-black {color: #222222;}
.fav-color-gray {color: #607d8b;color: #6c757d;}
.fav-color-red {color: #f44336;color: #dc3545;}


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


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


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

.post-holder {margin-bottom: 40px;border-radius: 0;}
/*
.fa, .fas {font-family:'FontAwesome';font-weight: 900;font-size: 48px;}
button {box-shadow: none !important;}
 */
/** {zoom: 1;}*/


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

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

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


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

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


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

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


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

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

/* Post Sharing Bottom */
.post-sharing-bottom {padding: 30px 0;margin-bottom: 20px;border-top: 1px solid #d5d6da;border-bottom: 1px solid #d5d6da;}
.post-sharing-bottom .addthis_inline_share_toolbox {text-align: center;}

/* Post Navigation */
.blog-post-view .post-nextprev  {margin-bottom: 30px;display: flex;padding: 20px 0;}
.blog-post-view .post-nextprev .nextprev-link {display: block;font-size: 20px;color: #222222;font-weight: 600;}
.blog-post-view .post-nextprev .nextprev-link:hover {text-decoration: none;}
.blog-post-view .post-nextprev .nextprev-link span {display: block;color: #bbbbbb;font-size: 14px;font-weight: normal;}

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

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

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

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

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

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

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

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

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

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

/* RSS Feed */
.widget.block-rss .rss-icon {width: 23px;filter: grayscale(100%);vertical-align: middle;}
/* End Sidebar ********************************************************************************************************/



/**
 * Copyright © Magefan (support@magefan.com). All rights reserved.
 * Please visit Magefan.com for license details (https://magefan.com/end-user-license-agreement).
 *
 * Glory to Ukraine! Glory to the heroes!
 */