@charset "UTF-8";
/*!
Theme Name: jwd
Theme URI: http://underscores.me/
Author: Jordan Carter
Author URI: http://www.jordanwebdev.com/
Description: A Custom WordPress theme, based on underscores
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jwd
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

jwd is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

*/
/*--------------------------------------------------------------
# Mixins
--------------------------------------------------------------*/
/* ======= CLEAR =========*/
/* Clearfix*/
/* Clear after (not all clearfix need this also)*/
/* ======== FONTS =============*/
/*PX to EM conversion*/
/* Em output with px fallback (enter pixels)*/
/* Rem output with px fallback*/
/*PX to REM conversion*/
/* Rem output with px fallback (enter pixels)*/
/* =========== LAYOUT ===========*/
/*Centering*/
/*Full screen modal*/
/* Object fit cover*/
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
/*Colors*/
/*Structure*/
/*Font Families*/
/*--------------------------------------------------------------
# Functions
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Assets
--------------------------------------------------------------*/
/*Uncomment any of these to include as an asset*/
/*@import "animate";*/
/*@import "magic";*/
/*@import "animations-selected";*/
/*@import "footable";*/
/*@import "foundation";*/
/*@import "swiper";*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* Set defaults for elements*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  line-height: 1;
  /*Correct the line height in all browsers.*/
  box-sizing: border-box;
}
*, *:before, *:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
/* Remove outline for non-keyboard :focus */
*:focus:not(.focus-visible) {
  outline: none;
}
/* Optional: Customize .focus-visible */
.focus-visible {
  outline: 1px dotted #eee;
}
body {
  margin: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
main {
  display: block;
  /*Add the correct display in IE.*/
}
h1, h2, h3, h4, p, blockquote, figure, ol, ul {
  margin: 0;
  padding: 0;
}
main, li {
  display: block;
}
h1, h2, h3, h4 {
  font-size: inherit;
}
strong {
  font-weight: bold;
}
iframe {
  border: none;
}
a, button {
  color: inherit;
  /*transition: color .3s, background-color .3s;*/
}
a {
  text-decoration: none;
}
button {
  overflow: visible;
  border: 0;
  padding: 0;
  margin: 0;
  font: inherit;
  -webkit-font-smoothing: inherit;
  letter-spacing: inherit;
  background: none;
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border: 0;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
dl {
  margin: 0;
}
dd {
  margin: 0;
}
/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/
/*@import "/sass/grid";*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/*Typography*/
@font-face {
  font-family: KronaOne;
  src: local(KronaOne-Regular), url(other/fonts/KronaOne-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-display: block;
}
@font-face {
  font-family: Montserrat;
  src: local(Montserrat-Light), url(other/fonts/montserrat/Montserrat-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-display: block;
}
@font-face {
  font-family: TuesdayNight;
  src: local(TuesdayNight-Regular), url(other/fonts/TuesdayNight-Regular.otf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-display: block;
}
/*--------------------------------------------------------------
# OOCSS
--------------------------------------------------------------*/
/*Reusable CSS objects*/
.scroll-fade {
  transition: opacity 1.5s linear, transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
}
.scroll-fade.scroll-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.container-site {
  max-width: 71.875rem;
  margin-left: auto;
  margin-right: auto;
}
.none {
  display: none;
}
.padding-site {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 37.5rem) {
  .padding-site {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.hidden {
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/* Generic rules for elements*/
html, body {
  width: 100%;
}
@media screen and (min-width: 1164px) {
  html, body {
    /*overflow-x: hidden;*/
  }
}
body {
  /*letter-spacing: 0.02em;*/
  background: white;
  /* Fallback for when there is no custom background color defined. */
}
.block-quote {
  position: relative;
  display: block;
  letter-spacing: 0.0625rem;
  line-height: 1;
  padding-top: 0.3125rem;
  padding-bottom: 1.5625rem;
  text-align: center;
}
@media screen and (min-width: 62.5rem) {
  .block-quote {
    padding-top: 2.1875rem;
    padding-bottom: 2.1875rem;
  }
}
.block-quote__quote {
  margin-bottom: 0.625rem;
  font-size: 2rem;
  font-family: "Cormorant", serif;
  font-weight: 400;
}
@media screen and (min-width: 1164px) {
  .block-quote__quote {
    font-size: 3rem;
    max-width: 50.125rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.block-quote__author {
  font-size: 0.875rem;
  line-height: 1.2;
}
.block-quote__author::before {
  content: "- ";
}
@media screen and (min-width: 62.5rem) {
  .block-quote__author {
    font-size: 1rem;
  }
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
label {
  cursor: pointer;
}
/*img {*/
/*image-rendering: -webkit-optimize-contrast;*/
/* Webkit (non-standard naming) */
/*image-rendering: crisp-edges;*/
/*-ms-interpolation-mode: nearest-neighbor;  */
/* IE (non-standard property) */
/**/
/*}*/
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input[type="submit"] {
  border: 0;
  cursor: pointer;
}
.common-btn {
  padding-left: 45px;
  padding-right: 45px;
  height: 38px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  border-radius: 20px;
  background-color: #b2954b;
  color: white;
  font-size: 14px;
  text-transform: none;
  white-space: nowrap;
}
.common-btn:visited {
  color: white;
}
.common-btn.common-btn--b {
  background-color: white;
  color: #b2954b;
}
.common-btn.common-btn--b:visited {
  color: #b2954b;
}
.contact-form.type-a {
  background-color: white;
  padding: 15px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.09);
}
@media screen and (min-width: 1164px) {
  .contact-form.type-a {
    padding: 30px;
  }
}
.contact-form .row {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.contact-form .col {
  width: 48.5%;
}
.contact-form .col.full {
  width: 100%;
}
.contact-form .wpcf7-form-control-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.contact-form label {
  display: block;
  white-space: nowrap;
  margin-bottom: 3px;
}
.contact-form .submit-wrap {
  margin-top: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 171px 1fr;
  grid-template-columns: 1fr 171px 1fr;
  row-gap: 15px;
}
.contact-form .submit-wrap .submit, .contact-form .submit-wrap .ajax-loader {
  -ms-grid-column: 2;
  grid-column-start: 2;
}
.contact-form .submit {
  width: 100%;
}
.contact-form .wpcf7-list-item.none {
  display: none;
}
.contact-form .wpcf7-not-valid-tip {
  display: none !important;
}
.wpcf7 .wpcf7-form {
  /* Validation */
}
.wpcf7 .wpcf7-form.sent div.wpcf7-response-output {
  color: green;
}
.wpcf7 .wpcf7-form.invalid div.wpcf7-response-output {
  color: red;
}
.wpcf7 .wpcf7-form div.wpcf7-response-output {
  margin: 0;
  position: relative;
  z-index: 1;
  text-align: center;
  border: none;
}
div.wpcf7 .ajax-loader {
  /* Loader */
  opacity: 1;
  /* background-image: url('/wp-content/themes/jwd-master/images/ajax-loader.gif');*/
  display: inline-block;
  background-color: transparent;
  width: 25px;
  height: 25px;
}
div.wpcf7 .ajax-loader::before {
  /* Existing CF7 loader */
  display: none;
}
div.wpcf7 .ajax-loader::after {
  content: " ";
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 3px solid black;
  border-color: black transparent black transparent;
  animation: contact-form-loading-animation 1.2s linear infinite;
}
@keyframes contact-form-loading-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select, .input-style, .date-picker {
  color: #000;
  height: 55px;
  padding: 10px 21px 0;
  width: 100%;
  border: 1px solid #d1d1d1;
}
input[type="text"].wpcf7-not-valid, input[type="email"].wpcf7-not-valid, input[type="url"].wpcf7-not-valid, input[type="password"].wpcf7-not-valid, input[type="search"].wpcf7-not-valid, input[type="number"].wpcf7-not-valid, input[type="tel"].wpcf7-not-valid, input[type="range"].wpcf7-not-valid, input[type="date"].wpcf7-not-valid, input[type="month"].wpcf7-not-valid, input[type="week"].wpcf7-not-valid, input[type="time"].wpcf7-not-valid, input[type="datetime"].wpcf7-not-valid, input[type="datetime-local"].wpcf7-not-valid, input[type="color"].wpcf7-not-valid, textarea.wpcf7-not-valid, select.wpcf7-not-valid, .input-style.wpcf7-not-valid, .date-picker.wpcf7-not-valid {
  border: 1px solid red;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus, select:focus, .input-style:focus, .date-picker:focus {
  /*border: 1px dotted $color__focus;*/
}
input[type="text"]:hover, input[type="email"]:hover, input[type="url"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="number"]:hover, input[type="tel"]:hover, input[type="range"]:hover, input[type="date"]:hover, input[type="month"]:hover, input[type="week"]:hover, input[type="time"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="color"]:hover, textarea:hover, select:hover, .input-style:hover, .date-picker:hover {
  /*background-color: white;*/
  /*color: $color__text-input;*/
}
.float-label {
  padding-left: 21px;
}
.common-select {
  position: relative;
}
.common-select::after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  right: 12px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 9px solid #656976;
}
select {
  /*padding-right: 56px;*/
  padding-right: 35px;
  -webkit-appearance: none;
  appearance: none;
}
textarea {
  padding-top: 15px;
  min-height: 177px;
}
input[type="submit"] {
  -webkit-appearance: button;
}
select {
  cursor: pointer;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.colour-link:hover, .colour-link:focus, .menu-item a:hover, .menu-item a:focus {
  color: #b2954b;
}
.current-menu-item a {
  color: #b2954b;
}
.current-menu-item a:visited {
  color: #b2954b;
}
.is-current {
  color: #b2954b;
}
.is-current:visited, .is-current:hover, .is-current:focus, .is-current:active {
  color: #b2954b;
}
.is-current-parent, .current-menu-parent {
  color: #b2954b;
}
.is-current-parent:visited, .is-current-parent:hover, .is-current-parent:focus, .is-current-parent:active, .current-menu-parent:visited, .current-menu-parent:hover, .current-menu-parent:focus, .current-menu-parent:active {
  color: #b2954b;
}
a {
  color: inherit;
  text-decoration: none;
}
a:visited {
  /*color: $color__link-visited;*/
  color: inherit;
}
a:hover, a:focus, a:active {
  /*color: $color__link-hover;*/
}
a:focus {
  /*outline: thin dotted;*/
}
a:hover, a:active {
  /*outline: 0;*/
}
/*--------------------------------------------------------------
# Modules
--------------------------------------------------------------*/
.site-footer .contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  color: #0c2f18;
  margin-bottom: 6px;
}
.site-footer .contact > .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-right: 16px;
}
.site-footer .contact > .item:last-child {
  margin-right: 0;
}
.site-footer .contact .item-text {
  margin-right: 9px;
}
.site-footer .contact .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.site-footer .contact .list > .item {
  margin-right: 9px;
}
.site-footer .contact .list > .item:last-child {
  margin-right: 0;
}
.site-footer .contact .list .icon {
  display: block;
}
.site-footer .copyright {
  font-family: Montserrat;
  font-size: 9px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.22;
  letter-spacing: normal;
  text-align: left;
  color: #a7afaa;
  margin-bottom: 9px;
}
.site-footer .copyright .copyright-text {
  text-align: center;
}
.site-footer .copyright span {
  display: block;
}
@media screen and (min-width: 1164px) {
  .site-footer .copyright span {
    display: inline;
  }
}
.site-footer .copyright .line-text {
  display: block;
}
@media screen and (min-width: 1164px) {
  .site-footer .copyright .line-text {
    display: inline;
  }
}
.site-header {
  position: relative;
  z-index: 2;
}
.site-header .logo {
  position: absolute;
  top: 35px;
  left: 35px;
}
.site-header .banner {
  position: absolute;
  top: 0;
  right: 0;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
.alignleft {
  display: block;
  margin-right: 0;
  margin-bottom: 0.9375rem;
}
@media screen and (min-width: 62.5rem) {
  .alignleft {
    margin-right: 2.5rem;
    margin-bottom: 0.3125rem;
    display: inline;
    float: left;
  }
}
.alignright {
  display: block;
  margin-left: 0;
  margin-bottom: 0.9375rem;
}
@media screen and (min-width: 62.5rem) {
  .alignright {
    margin-left: 2.5rem;
    margin-bottom: 0.3125rem;
    display: inline;
    float: right;
  }
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.clear:before, .clear:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after {
  clear: both;
}
.careers__title {
  color: white;
  background-color: #0e3b38;
  font-family: "Cormorant", serif;
  padding-left: 0.9375rem;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  font-size: 1.125rem;
}
.careers__list {
  background-color: #eee;
}
.careers__list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  border-bottom: 0.0625rem solid #e2e2e2;
}
.careers__list-item:last-child {
  border-bottom: 0;
}
.careers__pdf-wrapper {
  border-radius: 0.3125rem;
  padding-left: 0.4375rem;
  padding-right: 0.4375rem;
  margin-right: 0.625rem;
  background-color: #0e3b38;
}
.careers__pdf-text {
  color: white;
}
.google-map {
  height: 18.75rem;
}
.half-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.half-items__item {
  width: 100%;
}
@media screen and (min-width: 53.125rem) {
  .half-items__item {
    width: 48%;
  }
}
.side-items__item:first-child {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.875rem;
}
.side-items__item h2, .side-items__item h3 {
  line-height: 1;
  margin-bottom: 0.3125rem;
}
.footable {
  border-collapse: collapse;
}
.footable.phone .footable-toggle {
  display: block;
}
.footable th, .footable td {
  padding-left: 15px;
  padding-right: 15px;
}
.footable th {
  padding-top: 10px;
  padding-bottom: 10px;
}
.footable td {
  padding-top: 15px;
  padding-bottom: 15px;
  white-space: nowrap;
}
.footable .footable-visible {
  position: relative;
}
.footable .footable-toggle {
  display: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  right: 20px;
  width: 10px;
  height: 10px;
}
.footable .footable-toggle::before, .footable .footable-toggle::after {
  content: "";
  position: absolute;
  border: 1px solid black;
  width: 1px;
  height: 100%;
}
.footable .footable-toggle::before {
  /* Horizontal*/
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0;
  left: 4px;
}
.footable .footable-toggle::after {
  /* Vertical*/
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  left: 50%;
}
.footable .footable-detail-show .footable-toggle::after {
  display: none;
}
.footable .footable-row-detail-inner {
  padding: 0;
}
/* Non-directory items */
.add-to-cart-wrap {
  position: relative;
  max-width: 100%;
  margin-bottom: 15px;
  width: 253px;
  height: 49px;
}
.add-to-cart-wrap.type-b {
  width: 85px;
}
@media screen and (min-width: 1164px) {
  .add-to-cart-wrap.type-b {
    width: 253px;
  }
}
.add-to-cart-wrap .add_to_cart_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  transition: opacity 0.5s;
}
.add-to-cart-wrap .add_to_cart_button.added {
  opacity: 0;
  font-size: 0;
}
.add-to-cart-wrap .add_to_cart_button.added .cart-icon {
  display: none;
}
.add-to-cart-wrap .add_to_cart_button.loading {
  font-size: 0;
}
.add-to-cart-wrap .add_to_cart_button.loading .cart-icon {
  display: none;
}
.add-to-cart-wrap .add_to_cart_button.loading ~ .lds-default {
  display: inline-block;
}
.add-to-cart-wrap .add_to_cart_button.invalid-post-code {
  opacity: 0.3;
  cursor: not-allowed;
}
.add-to-cart-wrap .add-text.type-b {
  display: none;
}
@media screen and (min-width: 1164px) {
  .add-to-cart-wrap .add-text.type-b {
    display: block;
  }
}
.add-to-cart-wrap .cart-icon {
  display: none;
}
.add-to-cart-wrap .cart-icon.type-b {
  display: block;
  margin-right: 0;
}
@media screen and (min-width: 1164px) {
  .add-to-cart-wrap .cart-icon.type-b {
    display: none;
  }
}
.add-to-cart-wrap .added_to_cart {
  position: absolute;
  top: 0;
  left: 0;
}
.add-to-cart-wrap .lds-default {
  display: none;
  position: absolute;
  z-index: 1;
  width: 80px;
  height: 80px;
  left: 50%;
  top: -16px;
  -webkit-transform: scale(0.5) translateX(-50%);
  -ms-transform: scale(0.5) translateX(-50%);
  transform: scale(0.5) translateX(-50%);
  transition: transform 0.3s;
  transform-origin: left;
}
@media screen and (min-width: 1164px) {
  .add-to-cart-wrap .lds-default {
    top: -15px;
  }
}
.add-to-cart-wrap .lds-default.type-b {
  -webkit-transform: scale(0.3) translateX(-50%);
  -ms-transform: scale(0.3) translateX(-50%);
  transform: scale(0.3) translateX(-50%);
}
.add-to-cart-wrap .lds-default div {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  animation: lds-default 1.2s linear infinite;
}
.add-to-cart-wrap .lds-default div:nth-child(1) {
  animation-delay: 0s;
  top: 37px;
  left: 66px;
}
.add-to-cart-wrap .lds-default div:nth-child(2) {
  animation-delay: -0.1s;
  top: 22px;
  left: 62px;
}
.add-to-cart-wrap .lds-default div:nth-child(3) {
  animation-delay: -0.2s;
  top: 11px;
  left: 52px;
}
.add-to-cart-wrap .lds-default div:nth-child(4) {
  animation-delay: -0.3s;
  top: 7px;
  left: 37px;
}
.add-to-cart-wrap .lds-default div:nth-child(5) {
  animation-delay: -0.4s;
  top: 11px;
  left: 22px;
}
.add-to-cart-wrap .lds-default div:nth-child(6) {
  animation-delay: -0.5s;
  top: 22px;
  left: 11px;
}
.add-to-cart-wrap .lds-default div:nth-child(7) {
  animation-delay: -0.6s;
  top: 37px;
  left: 7px;
}
.add-to-cart-wrap .lds-default div:nth-child(8) {
  animation-delay: -0.7s;
  top: 52px;
  left: 11px;
}
.add-to-cart-wrap .lds-default div:nth-child(9) {
  animation-delay: -0.8s;
  top: 62px;
  left: 22px;
}
.add-to-cart-wrap .lds-default div:nth-child(10) {
  animation-delay: -0.9s;
  top: 66px;
  left: 37px;
}
.add-to-cart-wrap .lds-default div:nth-child(11) {
  animation-delay: -1s;
  top: 62px;
  left: 52px;
}
.add-to-cart-wrap .lds-default div:nth-child(12) {
  animation-delay: -1.1s;
  top: 52px;
  left: 62px;
}
@keyframes lds-default {
  0%, 20%, 80%, 100% {
    -webkit-transform: scale(1) translateX(-50%);
    -ms-transform: scale(1) translateX(-50%);
    transform: scale(1) translateX(-50%);
  }
  50% {
    -webkit-transform: scale(1.5) translateX(-50%);
    -ms-transform: scale(1.5) translateX(-50%);
    transform: scale(1.5) translateX(-50%);
  }
}
/*@import "ajax-index";*/
.go-to-top {
  position: fixed;
  z-index: 3;
  right: 0.9375rem;
  bottom: 25%;
  opacity: 0;
  transition: opacity 0.3s;
}
.go-to-top.active {
  opacity: 1;
}
/*@import "drop-down";*/
.accordion-btn {
  width: 100%;
  text-align: left;
}
.accordion-btn .accordion-title {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 13px 25px;
  background-color: #fafbfd;
  font-weight: 600;
  font-size: 17px;
}
@media screen and (min-width: 1164px) {
  .accordion-btn .accordion-title {
    padding: 18px 45px;
  }
}
.accordion-btn .toggle {
  position: relative;
  width: 14px;
  display: block;
  margin-left: 25px;
}
.accordion-btn .toggle-icon {
  display: none;
}
.accordion-btn .toggle-icon.active {
  display: block;
}
.accordion-btn .toggle-icon::before, .accordion-btn .toggle-icon::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 12px;
  height: 2px;
  background-color: #b2954b;
}
.accordion-btn .toggle-icon.expand::after {
  transform-origin: center;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.accordion-btn .toggle-icon.close::after {
  display: none;
}
.accordion-btn + .accordion-pullout {
  padding: 13px 25px;
}
@media screen and (min-width: 1164px) {
  .accordion-btn + .accordion-pullout {
    padding: 18px 45px;
  }
}
.accordion-btn + .accordion-pullout:not(.active) {
  display: none;
}
.accordions__accordion {
  margin-bottom: 0.625rem;
}
.accordions__accordion + .pagination {
  margin-top: 1.5625rem;
}
@media screen and (min-width: 1164px) {
  .accordions__accordion + .pagination {
    margin-top: 2.1875rem;
  }
}
.accordions__accordion.active .accordions__arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordions__accordion.active .accordions__toggler {
  background-position: 0% 0%;
  color: white;
}
.accordions__toggler {
  /*@include linear-gradient(90deg, $color__primary, $color__secondary 12.5%, $color__tertiary 25%, $color__quaternary 37.5%, $color__quaternary 50%, $color__grey 50%);*/
  background: #dc2928;
  background: -webkit-linear-gradient(0deg, #dc2928, #952491);
  background: linear-gradient(90deg, #dc2928, #952491);
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  /*border-radius: rem(7);*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  cursor: pointer;
  background-position: 100% 0%;
  background-size: 200% 100%;
  transition: background-position 0.3s, color 0.3s;
}
@media screen and (min-width: 1164px) {
  .accordions__toggler {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.accordions__title {
  font-family: "Cormorant", serif;
  color: white;
  font-size: 1.125rem;
  font-style: italic;
  font-weight: 600;
}
@media screen and (min-width: 1164px) {
  .accordions__title {
    font-size: 1.5rem;
  }
}
.accordions__arrow {
  margin-left: 0.9375rem;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.accordions__pullout {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  /*border-radius: rem(7);*/
}
@media screen and (min-width: 1164px) {
  .accordions__pullout {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.accordions__pullout h3 {
  font-weight: 600;
  margin-top: 0.625rem;
  margin-bottom: 0.3125rem;
  font-size: 1.0625rem;
}
.accordions__pullout p {
  margin-bottom: 0.3125rem;
  line-height: 1.5625rem;
  font-weight: 300;
}
@media screen and (min-width: 1164px) {
  .accordions__pullout p {
    margin-bottom: 0.9375rem;
  }
}
/*@import "find-distributor";*/
.float-label-wrap {
  position: relative;
}
.float-label-wrap .float-label {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding-top: 12px;
}
.float-label-wrap .float-label.active {
  padding-top: 0;
  height: 13px;
  width: auto;
  font-size: 11px;
  transition: font-size 0.3s, height 0.3s, padding-top 0.3s;
}
.blue-gradient {
  background: white;
  background: -webkit-linear-gradient(-90deg, white 5%, #f2fdfd 100%);
  background: linear-gradient(180deg, white 5%, #f2fdfd 100%);
}
.blue-shadow {
  box-shadow: 0px 10px 0px -6px #3fbfae;
}
.block {
  display: block;
}
@supports (-webkit-text-stroke: 0.5px white) {
  .knockout-text {
    -webkit-text-stroke: 0.5px white;
    color: transparent;
  }
  .knockout-text--tertiary {
    -webkit-text-stroke: 0.4px #004d42;
    opacity: 0.8;
  }
}
.none {
  display: none;
}
.js-none {
  display: none;
}
.nowrap {
  white-space: nowrap;
}
.scroll-blocker {
  height: 100%;
  overflow-y: hidden;
}
.fa {
  transition: transform 0.15s;
  transform: scale(1);
}
.fa:hover {
  transform: scale(1.1);
}
.post-edit-link {
  margin-top: 0.9375rem;
  margin-left: 0.9375rem;
  display: block;
}
/*img[data-lazy-type="image"] {
  opacity: 0.3;
  transition: opacity 0.3s;

  &.lazy-loaded {
    opacity: 1;
  }
}

.lazy-hidden, .entry img.lazy-hidden, img.thumbnail.lazy-hidden {
  background-color: transparent !important;
}*/
.jwd-dropdown {
  display: none;
}
.jwd-dde {
  position: relative;
}
.jwd-dde__selected {
  width: 100%;
  padding: 0.5rem 0.75rem;
  border: 0.0625rem solid #e2e2e2;
}
.jwd-dde__selected-inner {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.jwd-dde__icon {
  margin-left: 0.9375rem;
}
.jwd-dde__list {
  position: absolute;
  z-index: 2;
  left: -9999px;
  top: 100%;
  background-color: #f8f8f8;
  border: 0.0625rem solid #dedede;
  min-width: 100%;
}
.jwd-dde__list.active {
  left: 0rem;
}
.jwd-dde__item {
  border-bottom: 0.0625rem solid #eee;
}
.jwd-dde__item:hover {
  background-color: white;
}
.jwd-dde__item:last-child {
  border-bottom: none;
}
.jwd-dde__item-btn {
  text-align: left;
  padding: 0.5rem 0.75rem;
  width: 100%;
}
.grecaptcha-badge {
  visibility: hidden;
  opacity: 0;
  transition: linear opacity 1s;
}
.grecaptcha-badge.active {
  z-index: 2;
  visibility: visible;
  opacity: 1;
  transition: linear opacity 1s;
}
.common-slider {
  position: relative;
}
.common-slider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.common-slider .slide {
  height: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.common-slider .nav-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.common-slider .nav-btn.prev {
  left: 16px;
}
.common-slider .nav-btn.next {
  right: 16px;
}
.common-slider .nav-icon {
  display: block;
}
.common-slider .media {
  width: 100%;
}
.common-slider .slick-dots {
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.common-slider .slick-dots li {
  margin-right: 13px;
}
.common-slider .slick-dots li:last-child {
  margin-right: 0;
}
.common-slider .slick-dots li.slick-active button {
  background-color: #fbfbfb;
}
.common-slider .slick-dots button {
  font-size: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #fbfbfb;
  background-color: transparent;
  border-radius: 50%;
  box-shadow: 0 0 18px #828282;
}
/*@import "css-toggler";*/
.hero-banner {
  background-color: black;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr auto 1fr;
  grid-template-rows: 1fr auto 1fr;
  -ms-grid-columns: minmax(20px, 1fr) auto minmax(20px, 1fr);
  grid-template-columns: minmax(20px, 1fr) auto minmax(20px, 1fr);
}
@media screen and (min-width: 1164px) {
  .hero-banner {
    -ms-grid-rows: 1fr auto 1fr;
    grid-template-rows: 1fr auto 1fr;
  }
}
.hero-banner .content {
  position: relative;
  z-index: 1;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-column: 2;
  grid-column-start: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.hero-banner .title {
  text-transform: uppercase;
  text-align: center;
}
.hero-banner .link {
  margin-top: 20px;
}
@media screen and (min-width: 1164px) {
  .hero-banner .link {
    margin-top: 37px;
  }
}
.hero-banner .media {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
/*@import "sidebar";*/
.main-slider {
  margin-top: -103px;
  position: relative;
  height: 80vh;
}
.main-slider .img, .main-slider .vid {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.main-slider .nav-btn::before, .main-slider .nav-btn::after {
  content: "";
}
.main-slider .nav-btn .icon {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.main-popup {
  display: none;
}
.main-popup .layout {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.main-popup.active {
  display: block;
}
@keyframes loader-out {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    left: -999rem;
  }
}
.video-slider {
  text-align: center;
  color: white;
  position: relative;
  overflow: hidden;
  height: 100vh;
}
.video-slider .slide {
  opacity: 0;
  transition: opacity 0.6s, left 0s 0.6s;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: -99999px;
  width: 100%;
  height: 100%;
  padding-left: 4%;
  padding-right: 4%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
@media screen and (min-width: 1164px) {
  .video-slider .slide {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
.video-slider .slide.active {
  opacity: 1;
  left: 0;
  transition: opacity 0.6s, left 0s;
}
.video-slider .slide .video {
  object-fit: cover;
  font-family: "object-fit: cover;";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  transition: transform 0.6s ease-out;
}
.video-slider .slide .video.active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.video-slider .slide .slide-content {
  position: relative;
  z-index: 2;
  margin-bottom: 8rem;
}
@media screen and (min-width: 1164px) {
  .video-slider .slide .slide-content {
    margin-bottom: 0rem;
  }
}
.video-slider .slide .title {
  font-family: Cormorant;
  font-weight: 300;
  font-size: 37px;
  line-height: 39px;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
  transition: filter 0.3s ease-out 0.75s, transform 0.3s ease-out 0.75s, opacity 0s 0.75s;
  /*border-bottom: 1px solid darken(white, 5%);*/
  /*$map: (320px: 15px, 700px: 20px, 1050px: 22px, 1200px: 25px);*/
  /*@include poly-fluid-sizing("padding-bottom", $map);*/
  /*Ensure border only covers the text*/
  /**/
  text-align: center;
  position: relative;
  z-index: 2;
  /*Overlap the dropdown items*/
}
@media (min-width: 320px) {
  .video-slider .slide .title {
    font-size: calc(3.6842105263vw + 25.2105263158px);
  }
}
@media (min-width: 700px) {
  .video-slider .slide .title {
    font-size: calc(3.1428571429vw + 29px);
  }
}
@media (min-width: 1050px) {
  .video-slider .slide .title {
    font-size: calc(8.6666666667vw - 29px);
  }
}
@media (min-width: 1200px) {
  .video-slider .slide .title {
    font-size: 75px;
  }
}
@media (min-width: 320px) {
  .video-slider .slide .title {
    line-height: calc(3.6842105263vw + 27.2105263158px);
  }
}
@media (min-width: 700px) {
  .video-slider .slide .title {
    line-height: calc(3.1428571429vw + 31px);
  }
}
@media (min-width: 1050px) {
  .video-slider .slide .title {
    line-height: calc(8.6666666667vw - 27px);
  }
}
@media (min-width: 1200px) {
  .video-slider .slide .title {
    line-height: 77px;
  }
}
.video-slider .slide .title.active {
  opacity: 1;
  filter: blur(0);
  transform: scale(1);
}
.video-slider .slide .text {
  position: relative;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s 1.25s;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 24px;
  /*Overlap the dropdown items*/
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 320px) {
  .video-slider .slide .text {
    padding-top: calc(1.3157894737vw + 10.7894736842px);
  }
}
@media (min-width: 700px) {
  .video-slider .slide .text {
    padding-top: calc(0.5714285714vw + 16px);
  }
}
@media (min-width: 1050px) {
  .video-slider .slide .text {
    padding-top: calc(2vw + 1px);
  }
}
@media (min-width: 1200px) {
  .video-slider .slide .text {
    padding-top: 25px;
  }
}
@media (min-width: 320px) {
  .video-slider .slide .text {
    padding-bottom: calc(1.3157894737vw + 10.7894736842px);
  }
}
@media (min-width: 700px) {
  .video-slider .slide .text {
    padding-bottom: calc(0.5714285714vw + 16px);
  }
}
@media (min-width: 1050px) {
  .video-slider .slide .text {
    padding-bottom: calc(2vw + 1px);
  }
}
@media (min-width: 1200px) {
  .video-slider .slide .text {
    padding-bottom: 25px;
  }
}
.video-slider .slide .text.active {
  opacity: 1;
}
.video-slider .nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 1;
  bottom: 2.125rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
@media screen and (min-width: 1164px) {
  .video-slider .nav {
    bottom: 4.6875rem;
  }
}
.video-slider .nav-item {
  position: relative;
  width: 3.375rem;
  height: 3.375rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  margin-right: 1.9375rem;
}
.video-slider .nav-item:last-child {
  margin-right: 0rem;
}
.video-slider .nav-item.active, .video-slider .nav-item:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
.video-slider .nav-btn {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.video-slider .nav-btn .layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.video-slider .nav-progress-bar {
  position: absolute;
  top: -0.1875rem;
  bottom: -0.1875rem;
  left: -0.1875rem;
  right: -0.1875rem;
}
/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/
/*@import "/blocks/media-explainer-list/style/index";*/
/*@import "/blocks/panels/style/index";*/
/*@import "/blocks/tour/style/index";*/
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.archive .search {
  padding-top: 30px;
  margin-bottom: 13px;
}
@media screen and (min-width: 1164px) {
  .archive .search {
    padding-top: 65px;
    margin-bottom: 22px;
  }
}
.archive .search .site-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.archive .search .form {
  height: 33px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.archive .search label {
  margin-right: 12px;
}
.archive .search input[type="text"] {
  height: 100%;
  width: 176px;
  border: 1px solid #e1e1e1;
  color: inherit;
  background-color: transparent;
}
.archive .search .submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  height: 100%;
  width: 89px;
  color: white;
  background-color: #b2954b;
  padding: 0;
}
@media screen and (min-width: 1164px) {
  .archive .archive-content-wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -ms-grid-columns: auto 1fr 809px;
    grid-template-columns: auto 1fr 809px;
  }
}
.archive .archive-content-wrap.faq-content-wrap {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 1164px) {
  .archive .archive-content-wrap.faq-content-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
    -ms-grid-columns: 198px minmax(20px, 42px) 1fr;
    grid-template-columns: 198px minmax(20px, 42px) 1fr;
  }
}
@media screen and (min-width: 1164px) {
  .archive .filters {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column: 1;
    grid-column-start: 1;
  }
}
.archive .filters .small-filters {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1164px) {
  .archive .filters .small-filters {
    display: none;
  }
}
.archive .filters .small-filters .js-modal {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #f2f1ef;
}
.archive .filters .small-filters .js-modal.open {
  display: block;
}
.archive .filters .large-filters {
  display: none;
}
@media screen and (min-width: 1164px) {
  .archive .filters .large-filters {
    display: block;
  }
}
.archive .filters .title {
  display: block;
  color: #b2954b;
  padding-bottom: 3px;
}
.archive .filters .title.has-triangle {
  position: relative;
}
.archive .filters .title.has-triangle::after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  right: -16px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top-width: 7px;
  border-top-style: solid;
}
.archive .filters .item {
  border-top: 1px solid #e1e7f3;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1164px) {
  .archive .filters .item {
    padding-left: 0;
    padding-right: 0;
  }
}
.archive .filters .item:first-child {
  border-top: none;
}
@media screen and (min-width: 1164px) {
  .archive .filters .item:first-child {
    border-top: 1px solid #e1e7f3;
  }
}
.archive .filters .item:last-child {
  border-bottom: 1px solid #e1e7f3;
}
.archive .filters .link {
  position: relative;
  display: block;
}
.archive .filters .link::before {
  /* Chevron */
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 7px;
  height: 7px;
  border-right: 2px solid #b2954b;
  border-bottom: 2px solid #b2954b;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: none;
}
.archive .filters .link:hover, .archive .filters .link.match {
  color: #b2954b;
}
.archive .filters .link.match {
  padding-left: 16px;
}
.archive .filters .link.match::before {
  display: block;
}
@media screen and (min-width: 1164px) {
  .archive .results {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column: 3;
    grid-column-start: 3;
  }
}
.archive .results .list {
  margin-bottom: 11px;
}
.archive .results .item {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
  opacity: 1;
  transition: opacity 0.3s;
}
@media screen and (min-width: 1164px) {
  .archive .results .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
.archive .results .item:last-child {
  border-bottom: none;
}
.archive .results .item.none {
  display: none;
}
.archive .results .item.active {
  opacity: 1;
}
.archive .results .img-wrap {
  position: relative;
  width: 320px;
  height: 207px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1164px) {
  .archive .results .img-wrap {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 49px;
    margin-bottom: 0;
  }
}
.archive .results .img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.archive .results .title {
  text-align: left;
  font-size: 28px;
  margin-bottom: 6px;
}
@media screen and (min-width: 1164px) {
  .archive .results .title {
    margin-bottom: 16px;
  }
}
.archive .results .excerpt {
  margin-bottom: 7px;
}
@media screen and (min-width: 1164px) {
  .archive .results .excerpt {
    margin-bottom: 15px;
  }
}
.archive .results .link {
  font-weight: 400;
}
.archive .results .no-results-msg {
  text-align: center;
}
@media screen and (min-width: 1164px) {
  .archive .accordions {
    -ms-grid-column: 3;
    grid-column-start: 3;
  }
}
.archive .accordions .item {
  margin-bottom: 8px;
}
.archive .accordions .item:last-child {
  margin-bottom: 0;
}
.archive .accordions h3 {
  margin-bottom: 1em;
}
.archive .accordions p {
  margin-bottom: 1em;
}
.archive .accordions p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1164px) {
  .archive .pagination {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 4;
  }
}
.single-post .post-wrap {
  max-width: 808px;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 1164px) {
  .single-post .post-wrap {
    padding-top: 75px;
    padding-bottom: 155px;
  }
}
.single-post .thumb {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
@media screen and (min-width: 1164px) {
  .single-post .thumb {
    margin-bottom: 66px;
  }
}
.page-template-front-page .main-grid {
  display: grid;
  grid-template-rows: auto auto auto;
}
@media screen and (min-width: 1164px) {
  .page-template-front-page .main-grid {
    min-height: 100vh;
    grid-template-rows: auto;
    grid-template-columns: 40% 60%;
  }
}
.page-template-front-page .grid-2 {
  grid-row-start: 3;
  grid-column-start: 1;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: 1fr auto;
}
@media screen and (min-width: 1164px) {
  .page-template-front-page .grid-2 {
    grid-row-start: 1;
    grid-column-start: 2;
  }
}
.page-template-front-page .bg-wrap {
  grid-row-start: 2;
  grid-column-start: 1;
  position: relative;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 1164px) {
  .page-template-front-page .bg-wrap {
    grid-row-start: 1;
  }
}
.page-template-front-page .bg-wrap .bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.page-template-front-page .bg-wrap .embed-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  container-type: size;
}
.page-template-front-page .bg-wrap .embed-wrap iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 1.7777777778;
}
@media screen and (min-width: 1164px) {
  .page-template-front-page .bg-wrap .embed-wrap iframe {
    aspect-ratio: initial;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* 120% cover — crops ~10% off each edge, hiding YT chrome */
    width: 120cqw;
    height: 67.5cqw;
    /* 120 * 9/16 */
    min-width: 213.33cqh;
    /* 120 * 16/9 */
    min-height: 120cqh;
  }
}
.page-template-front-page .bg-wrap .embed-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  container-type: size;
}
.page-template-front-page .bg-wrap .embed-wrap iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 1.7777777778;
}
@media screen and (min-width: 1164px) {
  .page-template-front-page .bg-wrap .embed-wrap iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100cqw;
    height: 56.25cqw;
    min-width: 177.78cqh;
    min-height: 100cqh;
  }
}
.page-template-front-page .bg-wrap-2 {
  grid-row-start: 3;
  grid-column-start: 1;
  position: relative;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 1164px) {
  .page-template-front-page .bg-wrap-2 {
    grid-row-start: 1;
    grid-column-start: 2;
  }
}
.page-template-front-page .bg-wrap-2 .bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.page-template-front-page .fg-wrap {
  position: relative;
  z-index: 1;
  grid-row-start: 1;
  grid-column-start: 1;
  pointer-events: none;
}
@media screen and (min-width: 1164px) {
  .page-template-front-page .fg-wrap {
    grid-column-start: 1;
    grid-column-end: 3;
    display: grid;
    grid-template-columns: 40% 60%;
    align-items: center;
  }
}
.page-template-front-page .fg-wrap .fg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 73px;
  margin-bottom: -69px;
}
@media screen and (min-width: 1164px) {
  .page-template-front-page .fg-wrap .fg {
    grid-column-start: 2;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    transform: translateX(-50%);
  }
}
.page-template-front-page .content {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  padding-top: 55px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1164px) {
  .page-template-front-page .content {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
  }
}
.page-template-front-page .content .title {
  margin-bottom: 17px;
}
.page-template-front-page .content .title .text {
  display: block;
}
.page-template-front-page .content .title .text:first-child {
  font-family: KronaOne;
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.15;
  letter-spacing: 0.26px;
  color: #0c2f18;
  margin-bottom: 5px;
}
@media screen and (min-width: 1164px) {
  .page-template-front-page .content .title .text:first-child {
    margin-bottom: 0;
  }
}
.page-template-front-page .content .title .text:last-child {
  font-family: TuesdayNight;
  font-size: 49px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.73;
  letter-spacing: normal;
  color: #0c2f18;
}
@media screen and (min-width: 1366px) {
  .page-template-front-page .content .title .text:last-child {
    padding-left: 30px;
  }
}
.page-template-front-page .content .wysiwyg {
  font-family: Montserrat;
  /*font-size: 13px;*/
  /*font-weight: 300;*/
  /*font-stretch: normal;*/
  /*font-style: normal;*/
  /*line-height: 1.46;*/
  /*letter-spacing: normal;*/
  /*color: #0c2f18;*/
}
@media screen and (min-width: 1366px) {
  .page-template-front-page .content .wysiwyg {
    padding-left: 30px;
  }
}
.page-template-front-page .content .wysiwyg > * {
  max-width: 335px;
}
.page-template-front-page .content .wysiwyg > *:last-child {
  margin-bottom: 0;
}
.error-404 {
  text-align: center;
}
.error-404 .entry-title {
  margin-top: 20px;
}
.error-404 .visit-home-page {
  display: block;
  margin-top: 1.5em;
  margin-bottom: 35px;
}
@media screen and (min-width: 1164px) {
  .error-404 .visit-home-page {
    margin-bottom: 100px;
  }
}
/* Separate styling for dynamic post content */
.entry-content {
  font-size: 0.9375rem;
  line-height: 1.7;
  /*& > p {
    max-width: rem(930);
  }*/
}
.entry-content ul:not([class]), .entry-content ol:not([class]) {
  padding-left: 2.5em;
  margin: 1em 0;
}
.entry-content li:not([class]) {
  display: list-item;
}
.entry-content a:not([class]) {
  text-decoration: underline;
}
.entry-content h2:not([class]) {
  color: #002656;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: -0.25px;
  line-height: 34px;
  margin-bottom: 20px;
}
.entry-content p:not([class]) {
  margin-bottom: 1em;
}
.entry-content address:not([class]) {
  margin: 0 0 1.5em;
  font-style: italic;
}
.wp-block-columns {
  margin-bottom: -30px;
}
.wp-block-column {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 30px;
}
.entry-footer {
  border-top: 1px solid #e2e2e2;
  padding-top: 0.9375rem;
  margin-top: 0.9375rem;
}
.site-container {
  max-width: 1129px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.sidebar-layout:last-child {
  flex-grow: 1;
}
/* Sticky footer*/
@media screen and (max-width: 41.8125rem) {
  body {
    /*@include grid;*/
    /*@include grid-template-rows(auto 1fr auto);*/
    /*min-height: 100vh;*/
  }
}
.page-wrapper {
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
}
@media screen and (min-width: 73rem) {
  .page-wrapper {
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem;
  }
}
@media screen and (min-width: 73rem) {
  .site-content {
    position: relative;
  }
}
/* Pages with a background image*/
.site-main.has-bg {
  background-repeat: no-repeat;
  background-size: 100% 20.3125rem;
  background-position: top center;
}
:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
:disabled + label {
  opacity: 0.3;
  cursor: not-allowed;
}
.variation {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
}
.variation dd {
  margin-left: 10px;
}
.variation dd p {
  margin-bottom: 0;
}
body.woocommerce-cart {
  /*@import "message";*/
}
body.woocommerce-cart table.cart {
  position: relative;
  border: none;
  border-top: 0.1875rem solid #0e3b38;
  border-radius: 0;
  max-width: 100%;
  background-color: white;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1164px) {
  body.woocommerce-cart table.cart {
    width: 1000px;
  }
}
body.woocommerce-cart table.cart thead th {
  text-align: left;
  padding: 13px 5px;
  font-size: 12px;
}
@media screen and (min-width: 1164px) {
  body.woocommerce-cart table.cart thead th {
    padding: 20px 5px;
    font-size: 14px;
  }
}
body.woocommerce-cart table.cart td {
  padding: 13px 10px;
  vertical-align: top;
}
@media screen and (min-width: 1164px) {
  body.woocommerce-cart table.cart td {
    padding: 20px 5px;
  }
}
body.woocommerce-cart table.cart td.product-thumbnail img {
  width: 150px;
}
body.woocommerce-cart table.cart td.product-name {
  font-size: 11px;
}
@media screen and (min-width: 1164px) {
  body.woocommerce-cart table.cart td.product-name {
    font-size: 13px;
  }
}
body.woocommerce-cart table.cart td.product-name::before {
  font-size: 14px;
}
body.woocommerce-cart table.cart td.product-name .variation {
  padding-left: 21px;
}
body.woocommerce-cart table.cart td.product-quantity {
  padding-top: 4px;
}
@media screen and (min-width: 1164px) {
  body.woocommerce-cart table.cart td.product-quantity {
    padding-top: 12px;
  }
}
body.woocommerce-cart table.cart .product-remove {
  /* TH and TD*/
  /*display: none;*/
}
@media screen and (min-width: 1164px) {
  body.woocommerce-cart table.cart .product-remove {
    /*display: table-cell;*/
  }
}
body.woocommerce-cart table.cart .product-thumbnail {
  /* TH and TD*/
  display: none;
}
@media screen and (min-width: 1164px) {
  body.woocommerce-cart table.cart .product-thumbnail {
    display: table-cell;
  }
}
body.woocommerce-cart table.cart .qty {
  padding: 0 15px;
  width: 67px;
}
body.woocommerce-cart table.cart .subtotal {
  position: relative;
}
body.woocommerce-cart table.cart td.actions {
  /* Coupon + update */
}
body.woocommerce-cart table.cart td.actions .coupon {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
body.woocommerce-cart table.cart td.actions .coupon label {
  display: block;
  margin-right: 15px;
}
body.woocommerce-cart table.cart td.actions .coupon .input-text {
  height: 35px;
  margin-right: 10px;
  width: 160px;
}
body.woocommerce-cart table.cart td.actions .coupon .button {
  width: auto !important;
  margin-right: 0rem;
}
body.woocommerce-cart table.cart td.actions .button {
  /* Update Button*/
  background-color: transparent;
  border: 0.0625rem solid #0e3b38;
}
@media screen and (min-width: 1164px) {
  body.woocommerce-cart .cart-collaterals {
    padding-left: 0.9375rem;
  }
}
body.woocommerce-cart .cart-collaterals .cart_totals {
  background-color: #eee;
  padding: 0.9375rem;
  width: auto;
  float: none;
}
@media screen and (min-width: 40rem) {
  body.woocommerce-cart .cart-collaterals .cart_totals {
    max-width: 20.0625rem;
  }
}
@media screen and (min-width: 1164px) {
  body.woocommerce-cart .cart-collaterals .cart_totals {
    padding: 1.875rem;
    width: 95%;
  }
}
body.woocommerce-cart .cart-collaterals h2 {
  text-transform: uppercase;
  font-family: "Cormorant", serif;
  margin-bottom: 8px;
  font-size: 19px;
  color: #353535;
}
@media screen and (min-width: 1164px) {
  body.woocommerce-cart .cart-collaterals h2 {
    margin-bottom: 16px;
  }
}
body.woocommerce-cart .cart-collaterals .shop_table {
  border: none;
}
body.woocommerce-cart .cart-collaterals .shop_table th {
  padding-left: 0rem;
  font-family: "Cormorant", serif;
}
body.woocommerce-cart .cart-collaterals .shop_table.shop_table_responsive tr:nth-child(2n) td {
  /* Prevent Zebra stripe pattern in cart totals */
  background-color: transparent;
}
body.woocommerce-cart .cart-collaterals button.button {
  color: white;
  background-color: #b2954b;
}
body.woocommerce-cart .cart-collaterals .order-total {
  text-transform: uppercase;
}
body.woocommerce-cart .cart-collaterals .order-total > * {
  border-top: 1px solid black;
  padding-top: 15px;
}
body.woocommerce-cart .cart-collaterals .order-total .amount {
  font-weight: 400;
}
body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout {
  margin-bottom: 0;
}
body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a.checkout-button {
  background-color: #b2954b;
  margin-bottom: 0;
}
body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a.checkout-button.disabled {
  opacity: 0.3;
  cursor: disabled;
}
body.woocommerce-cart .return-to-shop .wc-backward {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
body.woocommerce-checkout.page-template-default #page h3 {
  text-transform: uppercase;
}
body.woocommerce-checkout.page-template-default #page #customer_details {
  position: relative;
  margin-bottom: 10px;
}
@media screen and (min-width: 1164px) {
  body.woocommerce-checkout.page-template-default #page #customer_details {
    margin-bottom: 30px;
  }
}
body.woocommerce-checkout.page-template-default #page #order_review_heading {
  text-transform: uppercase;
  margin-bottom: 7px;
}
/*@import "forms";*/
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Fdev-emp.dolcedev.com%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Fjwd-master%2Fstyle.scss%22%2C%22wp-content%2Fthemes%2Fjwd-master%2Fsass%2Fassets%2Fslick.scss%22%2C%22wp-content%2Fthemes%2Fjwd-master%2Fsass%2F_normalize.scss%22%2C%22wp-content%2Fthemes%2Fjwd-master%2Fsass%2F_typography.scss%22%2C%22wp-content%2Fthemes%2Fjwd-master%2Fsass%2F_oocss.scss%22%2C%22wp-content%2Fthemes%2Fjwd-master%2Fsass%2Felements%2F_index.scss%22%2C%22wp-content%2Fthemes%2Fjwd-master%2Fsass%2Fforms%2F_buttons.scss%22%2C%22wp-content%2Fthemes%2Fjwd-master%2Fsass%2Fforms%2F_contact-form.scss%22%2C%22wp-content%2Fthemes%2Fjwd-master%2Fsass%2Fforms%2F_fields.scss%22%2C%22wp-content%2Fthemes%2Fjwd-master%2Fsass%2Fnavigation%2F_links.scss%22%2C%22wp-content%2Fthemes%2Fjwd-master%2Fsass%2Fmodules%2Ffooter%2F_contact.scss%22%2C%22wp-content%2Fthemes%2Fjwd-master%2Fsass%2Fmodules%2Ffooter%2F_copyright.scss%22%2C%22wp-content%2Fthemes%2Fjwd-master%2Fsass%2Fmodules%2Fheader%2F_index.scss%22%2C%22wp-content%2Fthemes%2Fjwd-master%2Fsass%2Fmodules%2Fheader%2F_header-bar.scss%22%2C%22wp-content%2Fthemes%2Fjwd-master%2Fsass%2Fmodules%2Fmisc%2F_accessibility.scss%22%2C%22wp-content%2Fthemes%2Fjwd-master%2Fsass%2Fmodules%2Fmisc%2F_alignments.scss%22%2C%22wp-content%2Fthemes%2Fjwd-master%2Fsass%2Fmodules%2Fmisc%2F_clearings.scss%22%2C%22wp-content%2Fthemes%2Fjwd-master%2Fsass%2Fmodules%2Fshortcodes%2F_careers.scss%22%2C%22wp-content%2Fthemes%2Fjwd-master%2Fsass%2Fmodules%2Fshortcodes%2F_google-map.scss%22%2C%22wp-content%2Fthemes%2Fjwd-master%2Fsass%2Fmodules%2Fshortcodes%2F_half-items.scss%22%2C%22wp-content%2Fthemes%2Fjwd-master%2Fsass%2Fmodules%2Fshortcodes%2F_side-items.scss%22%2C%22wp-content%2Fthemes%2Fjwd-master%2Fsass%2Fmodules%2Ftables%2F_footable.scss%22%2C%22wp-content%2Fthemes%2Fjwd-master%2Fsass%2Fmodules%2F_add-to-cart-btn.scss%22%2C%22wp-content%2Fthemes%2Fjwd-master%2Fsass%2Fmodules%2F_go-to-top.scss%22%2C%22wp-content%2Fthemes%2Fjwd-master%2Fsass%2Fmodules%2F_accordion-btn.scss%22%2C%22wp-content%2Fthemes%2Fjwd-master%2Fsass%2Fmodules%2F_accordion.scss%22%2C%22wp-content%2Fthemes%2Fjwd-master%2Fsass%2Fmodules%2F_float-label.scss%22%2C%22wp-content%2Fthemes%2Fjwd-master%2Fsass%2Fmodules%2F_generic.scss%22%2C%22wp-content%2Fthemes%2Fjwd-master%2Fsass%2Fmodules%2F_jwd-dropdown.scss%22%2C%22wp-content%2Fthemes%2Fjwd-master%2Fsass%2Fmodules%2F_recaptcha.scss%22%2C%22wp-content%2Fthemes%2Fjwd-master%2Fsass%2Fmodules%2F_common-slider.scss%22%2C%22wp-content%2Fthemes%2Fjwd-master%2Fsass%2Fmodules%2F_hero-banner.scss%22%2C%22wp-content%2Fthemes%2Fjwd-master%2Fsass%2Fmodules%2F_main-slider.scss%22%2C%22wp-content%2Fthemes%2Fjwd-master%2Fsass%2Fmodules%2F_main-popup.scss%22%2C%22wp-content%2Fthemes%2Fjwd-master%2Fsass%2Fmodules%2F_video-slider.scss%22%2C%22wp-content%2Fthemes%2Fjwd-master%2Fsass%2Fmixins%2F_poly-fluid-sizing.scss%22%2C%22wp-content%2Fthemes%2Fjwd-master%2Fsass%2Fsite%2Farchive%2F_search.scss%22%2C%22wp-content%2Fthemes%2Fjwd-master%2Fsass%2Fsite%2Farchive%2F_index.scss%22%2C%22wp-content%2Fthemes%2Fjwd-master%2Fsass%2Fsite%2Farchive%2F_filters.scss%22%2C%22wp-content%2Fthemes%2Fjwd-master%2Fsass%2Fsite%2Farchive%2F_results.scss%22%2C%22wp-content%2Fthemes%2Fjwd-master%2Fsass%2Fsite%2Farchive%2F_accordions.scss%22%2C%22wp-content%2Fthemes%2Fjwd-master%2Fsass%2Fsite%2Farchive%2F_pagination.scss%22%2C%22wp-content%2Fthemes%2Fjwd-master%2Fsass%2Fsite%2Fpost%2F_index.scss%22%2C%22wp-content%2Fthemes%2Fjwd-master%2Fsass%2Fsite%2Fhome%2F_grid.scss%22%2C%22wp-content%2Fthemes%2Fjwd-master%2Fsass%2Fsite%2Fhome%2F_grid-2.scss%22%2C%22wp-content%2Fthemes%2Fjwd-master%2Fsass%2Fsite%2Fhome%2F_bg.scss%22%2C%22wp-content%2Fthemes%2Fjwd-master%2Fsass%2Fsite%2Fhome%2F_bg-2.scss%22%2C%22wp-content%2Fthemes%2Fjwd-master%2Fsass%2Fsite%2Fhome%2F_fg.scss%22%2C%22wp-content%2Fthemes%2Fjwd-master%2Fsass%2Fsite%2Fhome%2F_content.scss%22%2C%22wp-content%2Fthemes%2Fjwd-master%2Fsass%2Fsite%2F_404.scss%22%2C%22wp-content%2Fthemes%2Fjwd-master%2Fsass%2Fsite%2F_entry-content.scss%22%2C%22wp-content%2Fthemes%2Fjwd-master%2Fsass%2Fsite%2F_structure.scss%22%2C%22wp-content%2Fthemes%2Fjwd-master%2Fsass%2Fsite%2Fwoocommerce%2F_woocommerce-common.scss%22%2C%22wp-content%2Fthemes%2Fjwd-master%2Fsass%2Fsite%2Fwoocommerce%2Fcart%2F_index.scss%22%2C%22wp-content%2Fthemes%2Fjwd-master%2Fsass%2Fsite%2Fwoocommerce%2Fcart%2F_table.scss%22%2C%22wp-content%2Fthemes%2Fjwd-master%2Fsass%2Fsite%2Fwoocommerce%2Fcart%2F_totals.scss%22%2C%22wp-content%2Fthemes%2Fjwd-master%2Fsass%2Fsite%2Fwoocommerce%2Fcart%2F_return-to-shop.scss%22%2C%22wp-content%2Fthemes%2Fjwd-master%2Fsass%2Fsite%2Fwoocommerce%2Fcheckout%2F_headings.scss%22%2C%22wp-content%2Fthemes%2Fjwd-master%2Fsass%2Fsite%2Fwoocommerce%2Fcheckout%2F_customer-details.scss%22%2C%22wp-content%2Fthemes%2Fjwd-master%2Fsass%2Fsite%2Fwoocommerce%2Fcheckout%2F_order-review.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BADrGA%3BAAAA%3BAAAA%3BAAAA%3BAEEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAFVA%3BAEiBA%3BAAAA%3BAAAA%3BAFjBA%3BAEuBA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAF%2FFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHtBA%3BAAAA%3BAAAA%3BAAAA%3BAIEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJjCA%3BAAAA%3BAAAA%3BAAAA%3BAKEA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BALjEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BACzBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAACE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAClHF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAR5DA%3BAAAA%3BAAAA%3BASCE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAT%2FCF%3BAAAA%3BAAAA%3BAUAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BACxCJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACxBJ%3BAAAA%3BAAAA%3BAAAA%3BACHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAbNA%3BAcEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAdTF%3BAc%2BBA%3BAAAA%3BAAAA%3BAC%2FBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC1BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BACJE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BACrCF%3BAAAA%3BAAAA%3BACAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACNA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BACRJ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BArBrEF%3BAsBAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtB1LJ%3BAuBAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAvBRF%3BAwBGA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BACrDF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA9BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA2CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA5DA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA%2BDE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAzBlFN%3BA0BAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACZJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA3BpDA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BA4BAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAClDF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACLF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA9BvDJ%3BA%2BBAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2FBjCF%3BAgCAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACdJ%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BACZF%3BAACE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAClDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD6DI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC1EA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADiFI%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlCnKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoCAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC5BE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACbJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAC1GJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAC1EA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BACnBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAClBJ%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACJF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACRF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACtDN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACZF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACnBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BACxEN%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjDZJ%3BAkDEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACjDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAnDTF%3BAmDgBA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAnDjCF%3BAmDwCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACxCA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BACjBJ%3BAAAA%3BAAAA%3BACAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACpHF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BACxEN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACAA%3BAAAA%3BAAAA%3BACAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACJF%3BAAAA%3BAAAA%3BAAAA%3BA3DAA%22%7D */