.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2;
}
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
  display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: #dc3232;
}
.wpcf7 form.spam .wpcf7-response-output {
  border-color: #f56e28;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ffb900;
}
.wpcf7-form-control-wrap {
  position: relative;
}
.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 1em;
  font-weight: 400;
  display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
  position: relative;
  top: -2ex;
  left: 1em;
  z-index: 100;
  border: 1px solid #dc3232;
  background: #fff;
  padding: 0.2em 0.8em;
  width: 24em;
}
.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
  content: " ";
}
.wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: relative;
}
form.submitting .wpcf7-spinner {
  visibility: visible;
}
.wpcf7-spinner::before {
  content: "";
  position: absolute;
  background-color: #fbfbfc;
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  transform-origin: 8px 8px;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
  .wpcf7-spinner::before {
    animation-name: blink;
    animation-duration: 2000ms;
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes blink {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.wpcf7 [inert] {
  opacity: 0.5;
}
.wpcf7 input[type="file"] {
  cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
  cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
  direction: ltr;
}
.wpcf7-reflection > output {
  display: list-item;
  list-style: none;
}
.wpcf7-reflection > output[hidden] {
  display: none;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.devvn-popup-quickbuy,
.devvn-popup-quickbuy * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.devvn-popup-content:after,
.devvn-popup-prod:after {
  content: "";
  display: table;
  clear: both;
}
a.devvn_buy_now_style {
  display: inline-block;
  overflow: hidden;
  clear: both;
  padding: 9px 0;
  border-radius: 4px;
  font-size: 18px;
  line-height: normal;
  text-transform: uppercase;
  color: #fff !important;
  text-align: center;
  background: #fd6e1d;
  background: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    from(#fd6e1d),
    to(#f59000)
  );
  background: -webkit-linear-gradient(top, #f59000, #fd6e1d);
  background: -moz-linear-gradient(top, #f59000, #fd6e1d);
  background: -ms-linear-gradient(top, #f59000, #fd6e1d);
  background: -o-linear-gradient(top, #f59000, #fd6e1d);
  margin: 0 0 20px;
  text-decoration: none;
  border-bottom: 0 !important;
  max-width: 350px;
  width: 100%;
}
a.devvn_buy_now_style:hover,
a.devvn_buy_now_style:focus {
  text-decoration: none !important;
  background: #f59000;
  background: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    from(#f59000),
    to(#fd6e1d)
  );
  background: -webkit-linear-gradient(top, #fd6e1d, #f59000);
  background: -moz-linear-gradient(top, #fd6e1d, #f59000);
  background: -ms-linear-gradient(top, #fd6e1d, #f59000);
  background: -o-linear-gradient(top, #fd6e1d, #f59000);
  color: #fff;
}
a.devvn_buy_now_style span {
  display: block;
  font-size: 14px;
  color: #fff;
  text-transform: none;
  margin: 2px 0 0;
}
.devvn-popup {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 9999999999;
}
.devvn-popup-inner {
  width: 100%;
  max-width: 750px;
  margin: 0 auto 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 1);
  border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  background: #fff;
  overflow: hidden;
}
.devvn-popup-title {
  background: #c69a39;
  background: -moz-linear-gradient(top, #c69a39 0%, #c19a4b 100%);
  background: -webkit-linear-gradient(top, #c69a39 0%, #c19a4b 100%);
  background: linear-gradient(to bottom, #c69a39 0%, #c19a4b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c69a39',endColorstr='#c19a4b',GradientType=0);
  color: #fff;
  height: 42px;
  line-height: 42px;
  padding-left: 20px;
  padding-right: 40px;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
}
.devvn-popup-title span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.devvn-popup-content {
  padding: 10px;
}
.devvn-popup-close:focus {
  text-decoration: none;
  background-color: transparent;
}
.devvn-popup-close {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 10px;
  transition: ease 0.25s all;
  -moz-transition: ease 0.25s all;
  -webkit-transition: ease 0.25s all;
  text-align: center;
  line-height: 100%;
  color: #fff;
  background: url(../../../plugins/devvn-quick-buy/images/close.png) no-repeat
    center center;
  background-size: 100% auto;
  -moz-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  overflow: hidden;
  text-indent: -9999px;
  border: 0 solid transparent;
  outline: none;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  margin: auto;
  padding: 0;
  min-height: inherit;
}
.devvn-popup-close:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: transparent;
}
.devvn-popup-img {
  width: 100px;
  height: auto;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.devvn-popup-info {
  overflow: hidden;
  margin-bottom: 10px;
}
.devvn-popup-quickbuy {
  line-height: 20px;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3125;
}
span.devvn_title {
  font-size: 18px;
  color: #333;
  font-weight: 700;
  padding-bottom: 10px;
}
span.devvn_price {
  font-size: 16px;
  color: red;
  font-weight: 700;
  padding-bottom: 5px;
  display: block;
}
span.devvn_price del {
  font-size: 12px;
  color: #ccc;
  font-weight: 400;
}
span.devvn_price ins {
  text-decoration: none;
}
.devvn-popup-content-left {
  width: 50%;
  float: left;
  padding-right: 10px;
}
.devvn-popup-content-right {
  width: 50%;
  float: right;
  padding-left: 10px;
}
.popup-customer-info-title {
  font-size: 16px;
  color: #333;
  margin-bottom: 15px;
  font-weight: 700;
}
.popup-customer-info-group {
  width: 100%;
  margin-bottom: 6px;
}
.popup-customer-info-item-13 {
  width: 30%;
  float: left;
}
.popup-customer-info-item-23 {
  width: 70%;
  float: left;
}
.popup-customer-info-group:after {
  display: block;
  content: " ";
  clear: both;
}
.popup-customer-info-item-2 {
  width: 50%;
  float: left;
}
.popup-customer-info-group .popup-customer-info-item-2:first-child,
.popup-customer-info-item-13 {
  padding-right: 3px;
}
.popup-customer-info-group .popup-customer-info-item-2:last-child,
.popup-customer-info-item-23 {
  padding-left: 3px;
}
body .popup-customer-info-group input,
body .popup-customer-info-group select,
body .popup-customer-info-group textarea {
  font-size: 12px;
  padding: 2px 5px;
  border: 1px solid #ccc;
  width: 100%;
  height: 26px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0;
  font-family: Tahoma, Arial, sans-serif;
  background: #fff;
}
body .popup-customer-info-group input:focus,
body .popup-customer-info-group select,
body .popup-customer-info-group textarea:focus {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
form#devvn_cusstom_info {
  margin-bottom: 0;
}
body .popup-customer-info-group textarea {
  height: 45px;
  min-height: inherit;
}
.popup-customer-info-group .devvn-order-btn {
  width: 100%;
  height: 36px;
  background: #c69a39;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  outline: none;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.popup-customer-info-group .error {
  border-color: red;
}
.popup-customer-info-group label.error {
  display: none !important;
}
.popup_loading {
  position: relative;
  opacity: 0.5;
  pointer-events: none;
}
.popup-customer-info-group .devvn-order-btn.loading:after,
.popup_loading:after {
  -webkit-animation: devvn_spin 500ms infinite linear;
  animation: devvn_spin 500ms infinite linear;
  border: 2px solid #fff;
  border-radius: 32px;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  content: "";
  display: block;
  height: 16px;
  top: 50%;
  margin-top: -8px;
  left: 50%;
  margin-left: -8px;
  position: absolute;
  width: 16px;
}
.popup_loading:after {
  border: 2px solid #c29a44;
}
@-webkit-keyframes devvn_spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes devvn_spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.popup-customer-info-group .devvn-order-btn.loading {
  opacity: 1 !important;
  position: relative;
  color: rgba(255, 255, 255, 0.05);
  pointer-events: none !important;
}
.devvn_prod_variable a.contact_to_buy_ajax,
.devvn_prod_variable .single_add_to_cart_button {
  display: none !important;
}
.devvn_prod_variable .quantity .screen-reader-text {
  clip: inherit;
  height: inherit;
  position: absolute !important;
  width: inherit;
  white-space: nowrap;
  top: 6px;
  left: 0;
  font-size: 14px;
}
.devvn_prod_variable .quantity {
  padding-left: 84px;
  position: relative;
}
.devvn_prod_variable {
  margin: 0 0 20px;
}
.devvn_prod_variable .label {
  color: #333;
  font-size: 14px;
  padding-right: 10px !important;
}
.devvn_prod_variable .variations td {
  padding: 0 0 10px;
  vertical-align: text-bottom;
  border: 0;
}
.devvn-popup-quickbuy table.variations {
  margin: 0;
  border: 0;
}
.devvn_prod_variable a.reset_variations {
  margin: 0 0 0 10px;
}
.devvn_prod_variable span.price {
  color: #e03232;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
}
.devvn_prod_variable span.price ins {
  text-decoration: none;
}
.devvn_prod_variable span.price del {
  color: #ccc;
  font-weight: 400;
  font-size: 12px;
}
.popup-customer-info-radio label {
  display: inline-block;
  font-weight: 400;
  position: relative;
  cursor: pointer;
  margin: 0;
}
.popup-customer-info-radio label input {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.popup-customer-info-radio label span:before,
.popup-customer-info-radio label span:after {
  width: 16px;
  height: 16px;
  content: "";
  position: absolute;
  border: 1px solid #a6a6a6;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  top: 1px;
  left: 0;
}
.popup-customer-info-radio label span {
  padding-left: 23px;
  display: block;
}
.popup-customer-info-radio label input:checked ~ span:before {
  border: 1px solid #fd7518;
}
.popup-customer-info-radio label input:checked ~ span:after {
  background: #fd7518;
  border: 1px solid #fd7518;
  width: 8px;
  height: 8px;
  top: 5px;
  left: 4px;
}
.popup-customer-info-radio label ~ label {
  margin-left: 20px;
}
.popup-message.success {
  background-color: #fff;
}
[class*="popup-customer-info-item-3-"] {
  width: 33.333%;
  float: left;
}
.popup-customer-info-item-3-13 {
  padding-right: 2px;
}
.popup-customer-info-item-3-23 {
  padding-right: 2px;
}
.woocommerce .popup_quickbuy_shipping_calc ul#shipping_method li,
.popup_quickbuy_shipping_calc ul#shipping_method li {
  padding: 0;
  margin: 0 0 5px;
  position: relative;
  text-indent: inherit;
  list-style: none;
}
.woocommerce .popup_quickbuy_shipping_calc ul#shipping_method li input,
.popup_quickbuy_shipping_calc ul#shipping_method li input {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.woocommerce .popup_quickbuy_shipping_calc ul#shipping_method li label,
.popup_quickbuy_shipping_calc ul#shipping_method li label {
  font-weight: 400;
  display: block;
  cursor: pointer;
  position: relative;
  padding: 0 0 0 23px;
  margin: 0;
}
.woocommerce .popup_quickbuy_shipping_calc ul#shipping_method li label:after,
.woocommerce .popup_quickbuy_shipping_calc ul#shipping_method li label:before,
.popup_quickbuy_shipping_calc ul#shipping_method li label:after,
.popup_quickbuy_shipping_calc ul#shipping_method li label:before {
  width: 16px;
  height: 16px;
  content: "";
  position: absolute;
  border: 1px solid #a6a6a6;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  top: 1px;
  left: 0;
}
.woocommerce
  .popup_quickbuy_shipping_calc
  ul#shipping_method
  li
  input:checked
  ~ label:before,
.popup_quickbuy_shipping_calc
  ul#shipping_method
  li
  input:checked
  ~ label:before {
  border: 1px solid #fd7518;
}
.woocommerce
  .popup_quickbuy_shipping_calc
  ul#shipping_method
  li
  input:checked
  ~ label:after,
.popup_quickbuy_shipping_calc
  ul#shipping_method
  li
  input:checked
  ~ label:after {
  background: #fd7518;
  border: 1px solid #fd7518;
  width: 8px;
  height: 8px;
  top: 5px;
  left: 4px;
}
.popup-customer-info-item-1 {
  overflow: hidden;
}
.popup_quickbuy_shipping {
  display: flex;
}
.popup_quickbuy_shipping_title {
  padding-right: 10px;
}
.popup-customer-info-group .devvn_quickbuy_mess label.error {
  display: block !important;
  font-weight: 400;
  color: red;
}
.popup_quickbuy_total_calc {
  font-weight: 700;
}
.devvn-popup-prod {
  display: table;
  width: 100%;
  margin-bottom: 15px;
}
.devvn-popup-img {
  display: table-cell;
  float: none;
  vertical-align: middle;
  margin: 0;
}
.devvn-popup-info {
  display: table-cell;
  float: none;
  overflow: inherit;
  vertical-align: middle;
  padding-left: 10px;
}
.popup-customer-info-title.customer_coupon_title {
  font-size: 13px;
  margin-bottom: 5px;
}
.popup-customer-info-item-2-3 {
  -ms-flex: 1;
  flex: 1;
  -ms-flex-negative: 1;
  -ms-flex-preferred-size: auto !important;
}
.popup-customer-info-item-2-1 {
  margin-left: 10px;
}
.customer_coupon_field {
  -js-display: flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.customer_coupon_field button.apply_coupon {
  font-size: 12px;
  padding: 0 10px;
  border: 1px solid #c69a39;
  width: 100%;
  height: 26px;
  line-height: 24px;
  min-height: inherit;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0;
  font-family: Tahoma, Arial, sans-serif;
  background: #c69a39;
  color: #fff;
  font-weight: 400;
}
.popup-customer-info-radio.paymentmethob-wrap label {
  display: block;
  margin: 0 0 10px;
}
.popup-customer-info-radio.paymentmethob-wrap label ~ label {
  margin-left: 0;
}
@media (max-width: 750px) {
  .devvn-popup-content-left,
  .devvn-popup-content-right {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .devvn-popup-content-left.popup_quickbuy_hidden_mobile {
    display: none !important;
  }
  .devvn-popup-content-left {
    margin-bottom: 20px;
  }
}
.popup-customer-info-group.paymentmethob-wrap {
  font-size: 14px;
}
.devvn-popup-quickbuy.devvn-form-quickbuy-inline {
  display: block;
}
.le-van-toan .mfp-container {
  padding: 10px;
}
.devvn-popup-quickbuy.devvn-form-quickbuy-inline .devvn-popup-inner {
  width: 100%;
  box-shadow: none !important;
  border: 1px solid #ddd;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.customer_coupon_field_mess,
.quickbuy_coupon_mess_amout {
  display: none;
}
body .quickbuy_coupon_mess ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body .quickbuy_coupon_mess ul li {
  margin: 0;
  padding: 0;
  font-size: 12px;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(../../../plugins/devvn-woocommerce-reviews/library/owl/assets/owl.video.play.png)
    no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.devvn_shortcode_list_reviews,
.devvn_shortcode_list_reviews * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.devvn_list_item {
  width: 20%;
  padding: 10px;
}
.devvn_list_item_box {
  box-shadow: 3px 4px 8px rgb(0 0 0 / 20%);
  transition: box-shadow 0.2s ease;
  overflow: hidden;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #333;
  cursor: zoom-in;
  position: relative;
}
.devvn_list_item_box:hover {
  box-shadow: 3px 4px 15px rgb(0 0 0 / 40%);
}
.devvn_review_image_slider > .img_item:not(:first-child) {
  display: none;
}
.devvn_review_item_infor .meta {
  margin: 0;
}
.devvn_review_item_infor {
  padding: 10px;
  font-size: 14px;
  background: #fff;
  text-align: left;
}
.devvn_review_item_infor strong.woocommerce-review__author {
  background: transparent
    url(../../../plugins/devvn-woocommerce-reviews/images/speech-bubbles-comment-option.png)
    no-repeat left top;
  display: block;
  padding: 0 0 0 20px;
  background-size: 16px 16px;
  line-height: 1.2;
  margin: 0 0 5px 0;
}
.devvn_review_item_infor em.woocommerce-review__verified {
  display: block;
  background: transparent
    url(../../../plugins/devvn-woocommerce-reviews/images/icon-confirm.png)
    no-repeat left top;
  padding: 0 0 0 15px;
  background-size: 12px;
  line-height: 1.2;
  color: #52b858;
  font-size: 12px;
  margin: 0 0 5px 0;
}
.devvn_review_item_fullcontent p {
  margin: 0 0 5px 0;
}
.devvn_review_item_fullcontent p:last-child {
  margin: 0;
}
.devvn_list_item_popup {
  width: 100%;
  max-width: 950px;
  margin: 0 auto 20px;
  background: #fff;
  position: relative;
  width: 100%;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.devvn_list_item_popup:after {
  content: "";
  display: table;
  clear: both;
}
.devvn_list_item_popup_left,
.devvn_list_item_popup_right {
  width: 50%;
  float: left;
  max-width: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.devvn_list_item_popup_right {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.devvn_review_item_product a {
  display: block;
  color: #333;
  overflow: hidden;
}
.devvn_review_item_product img {
  width: 80px;
  float: left;
  margin: 0 10px 0 0;
}
.devvn_review_item_product_info {
  overflow: hidden;
}
.devvn_review_item_product_info > strong {
  display: block;
}
.devvn_review_item_product_info span.price > .amount,
.devvn_review_item_product_info span.price > ins .amount {
  color: #f82525;
}
.devvn_review_item_product_info span.price > del .amount {
  color: #111;
  font-size: 13px;
}
.devvn_review_item_product {
  overflow: hidden;
  border-top: 1px solid #ccc;
  padding-top: 20px;
  margin-top: 20px;
}
.devvn-shortcode-reviews-popup.mfp-wrap button {
  margin: 0 !important;
  position: absolute !important;
  width: 50px;
  height: 50px;
  background: transparent !important;
}
.devvn_shortcode_review_rating {
  overflow: hidden;
}
.devvn_shortcode_review_rating .star-rating {
  margin: 0 0 5px 0;
}
.devvn_shortcode_review_rating .star-rating:before,
.devvn_shortcode_review_rating .star-rating span:before {
  color: #ffb600;
}
.devvn_list_item_popup_right .devvn_review_item_fullcontent {
  margin-top: 30px;
}
.devvn_review_item_product_info .price {
  display: block;
  margin: 0 0 10px 0;
}
.devvn_review_item_product_info span.devvn-button {
  background: var(--primary-color, #03a0e2);
  color: #fff;
  display: inline-block;
  padding: 7px 15px;
  border-radius: 3px;
  line-height: 1;
}
.devvn_list_item_popup_right .meta,
.devvn_list_item_popup_right .devvn_shortcode_review_rating {
  margin-bottom: 10px;
}
.devvn_list_item_popup_right em.woocommerce-review__verified.verified {
  font-size: 14px;
  padding: 0 0 0 20px;
  background-size: 15px;
}
.devvn_list_item_no_hasimg {
  max-width: 500px;
}
.devvn_list_item_no_hasimg .devvn_list_item_popup_right {
  width: 100%;
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.devvn_list_box {
  margin-bottom: 20px;
}
.devvn_shortcode_reviews_paging {
  text-align: center;
}
.devvn_shortcode_reviews_paging button.devvn_shortcode_review_loadmore {
  margin: 0;
  background-color: var(--primary-color, #03a0e2);
  color: #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  outline: none !important;
  padding: 0 1.2em;
}
.devvn_loading:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 10;
}
.devvn_loading:after {
  -webkit-animation: devvn_spin 500ms infinite linear;
  animation: devvn_spin 500ms infinite linear;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  content: "";
  display: block;
  height: 40px;
  top: 50%;
  margin-top: -8px;
  left: 50%;
  margin-left: -8px;
  position: absolute;
  width: 40px;
  border: 2px solid var(--primary-color, #03a0e2);
  z-index: 12;
}
@-webkit-keyframes devvn_spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes devvn_spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.devvn_shortcode_list_reviews.devvn_loading:after {
  bottom: 10%;
  top: auto;
}
.devvn_shortcode_list_reviews {
  margin-bottom: 20px;
}
.devvn_list_item_popup_left {
  display: flex;
  align-items: center;
}
.img_item {
  position: relative;
}
.img_item span {
  position: absolute;
  z-index: 2;
  bottom: 5px;
  left: 5px;
  font-size: 12px;
  background: #00000052;
  color: #fff;
  line-height: 1;
  display: inline-block;
  padding: 3px 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.devvn_review_item_image {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.devvn_list_item_popup_left .owl-nav > button {
  position: absolute;
  top: 50%;
  height: 40px;
  width: 30px;
  left: 10px;
  color: #fff !important;
  text-align: center;
  line-height: 1 !important;
  margin: -20px 0 0 0 !important;
}
.devvn_list_item_popup_left .owl-nav > button.owl-next {
  right: 10px;
  left: auto;
}
.devvn_list_item_popup_left .owl-nav > button span {
  display: none;
}
.devvn_list_item_popup_left .owl-nav > button.owl-next span {
  display: block;
  text-indent: -9999px;
  width: 23px;
  height: 23px;
  border: 3px solid #fff;
  transform: rotate(45deg);
  border-left: 0;
  border-bottom: 0;
  border-radius: 2px;
}
.devvn_list_item_popup_left .owl-nav > button.owl-prev span {
  display: block;
  text-indent: -9999px;
  width: 23px;
  height: 23px;
  border: 3px solid #fff;
  transform: rotate(45deg);
  border-right: 0;
  border-top: 0;
  border-radius: 2px;
}
.devvn-shortcode-reviews-popup.mfp-wrap button.disabled {
  opacity: 0.3;
}
.devvn_list_item_popup_left .owl-dots {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 0;
  left: 0;
}
.devvn_list_item_popup_left .owl-dots button {
  margin: 0 2px !important;
  padding: 0 !important;
  min-height: auto !important;
}
.devvn_list_item_popup_left .owl-dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: rgb(255 255 255 / 81%);
  display: inline-block;
}
.devvn_list_item_popup_left .owl-dots button.active span {
  background: var(--primary-color, #03a0e2);
}
.devvn_review_popup_img {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  z-index: 99999999;
  background: #000000eb;
}
.devvn_review_popup_wrap {
  width: 100%;
  max-width: 1000px;
  margin: 20px auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: nowrap;
  min-height: calc(100vh - 40px);
}
.devvn_review_popup_box img {
  display: inline-block;
  max-width: 100%;
  margin: 0 0 20px 0;
}
button.devvn_review_popup_close {
  background: red;
  color: #fff;
  position: fixed;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  min-height: auto;
  line-height: 30px;
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 23px;
}
.pc_column_10 .devvn_list_item {
  width: 10% !important;
}
.pc_column_9 .devvn_list_item {
  width: 11.111% !important;
}
.pc_column_8 .devvn_list_item {
  width: 12.5% !important;
}
.pc_column_7 .devvn_list_item {
  width: 14.286% !important;
}
.pc_column_6 .devvn_list_item {
  width: 16.667% !important;
}
.pc_column_5 .devvn_list_item {
  width: 20% !important;
}
.pc_column_4 .devvn_list_item {
  width: 25% !important;
}
.pc_column_3 .devvn_list_item {
  width: 33.333% !important;
}
.pc_column_2 .devvn_list_item {
  width: 50% !important;
}
.pc_column_1 .devvn_list_item {
  width: 100% !important;
}
.img_item img {
  width: 100%;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.devvn_review_item_fullcontent {
  word-break: break-word;
}
.devvn_rating_loop {
  margin-bottom: 5px;
}
.devvn_rating_loop .star-rating {
  display: inline-block;
  margin: 0 5px 0 0;
  vertical-align: text-top;
}
.devvn_rating_loop.loop_sold {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.devvn-reviews-img-popup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.devvn-reviews-popup .mfp-arrow-left:before {
  margin-left: 0;
  margin-top: 0;
}
.devvn-reviews-popup .mfp-arrow-left:after {
  margin-left: 6px;
  margin-top: 0;
}
.devvn-reviews-popup .mfp-arrow-right:before {
  margin-left: 0;
  margin-top: 0;
}
.devvn-reviews-popup .mfp-arrow-right:after {
  margin-left: 4px;
  margin-top: 0;
}
.devvn-reviews-popup .mfp-arrow:active {
  margin-top: 0;
}
.theme-flatsome .mfp-wrap:not(.devvn-reviews-popup) .mfp-arrow:after,
.theme-flatsome .mfp-wrap:not(.devvn-reviews-popup) .mfp-arrow:before {
  display: none;
}
.theme-flatsome .mfp-wrap:not(.devvn-reviews-popup) .mfp-arrow:active {
  margin-top: inherit;
}
.theme-flatsome .mfp-wrap:not(.devvn-reviews-popup) .mfp-arrow-right {
  right: 20px;
}
.devvn-reviews-popup .mfp-container {
  padding: 10px;
}
.devvn_list_item_box_content {
  position: relative;
}
.devvn_list_item_box .devvn_review_item_product {
  margin-top: 10px;
  padding: 10px;
}
@media (max-width: 991px) {
  .devvn_list_item {
    width: 33.333%;
  }
  .tablet_column_10 .devvn_list_item {
    width: 10% !important;
  }
  .tablet_column_9 .devvn_list_item {
    width: 11.111% !important;
  }
  .tablet_column_8 .devvn_list_item {
    width: 12.5% !important;
  }
  .tablet_column_7 .devvn_list_item {
    width: 14.286% !important;
  }
  .tablet_column_6 .devvn_list_item {
    width: 16.667% !important;
  }
  .tablet_column_5 .devvn_list_item {
    width: 20% !important;
  }
  .tablet_column_4 .devvn_list_item {
    width: 25% !important;
  }
  .tablet_column_3 .devvn_list_item {
    width: 33.333% !important;
  }
  .tablet_column_2 .devvn_list_item {
    width: 50% !important;
  }
  .tablet_column_1 .devvn_list_item {
    width: 100% !important;
  }
}
@media (max-width: 650px) {
  .devvn_list_item_popup_left,
  .devvn_list_item_popup_right {
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 100%;
  }
}
@media (max-width: 560px) {
  .devvn_list_item {
    width: 50%;
  }
  .mobile_column_10 .devvn_list_item {
    width: 10% !important;
  }
  .mobile_column_9 .devvn_list_item {
    width: 11.111% !important;
  }
  .mobile_column_8 .devvn_list_item {
    width: 12.5% !important;
  }
  .mobile_column_7 .devvn_list_item {
    width: 14.286% !important;
  }
  .mobile_column_6 .devvn_list_item {
    width: 16.667% !important;
  }
  .mobile_column_5 .devvn_list_item {
    width: 20% !important;
  }
  .mobile_column_4 .devvn_list_item {
    width: 25% !important;
  }
  .mobile_column_3 .devvn_list_item {
    width: 33.333% !important;
  }
  .mobile_column_2 .devvn_list_item {
    width: 50% !important;
  }
  .mobile_column_1 .devvn_list_item {
    width: 100% !important;
  }
}
.antiscroll-wrap {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.antiscroll-scrollbar {
  background: gray;
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 0 0 1px #fff;
  -moz-box-shadow: 0 0 1px #fff;
  box-shadow: 0 0 1px #fff;
  position: absolute;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transition: linear 300ms opacity;
  -moz-transition: linear 300ms opacity;
  -o-transition: linear 300ms opacity;
}
.antiscroll-scrollbar-shown {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.antiscroll-scrollbar-horizontal {
  height: 7px;
  margin-left: 2px;
  bottom: 2px;
  left: 0;
}
.antiscroll-scrollbar-vertical {
  width: 7px;
  margin-top: 2px;
  right: 2px;
  top: 0;
}
.antiscroll-inner {
  overflow: scroll;
}
.antiscroll-inner::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.antiscroll-inner::scrollbar {
  width: 0;
  height: 0;
}
.frzTbl {
  width: 100%;
  height: 1245px;
  position: relative;
  max-width: 100%;
  overflow: visible;
}
.frzTbl-scroll-overlay {
  overflow: scroll;
  scrollbar-width: none;
  position: relative;
  z-index: 4;
  pointer-events: none;
  height: 100% !important;
  width: 100% !important;
}
.frzTbl:hover .frzTbl-scroll-overlay {
  opacity: 1;
}
.frzTbl--scrolling .frzTbl-scroll-overlay {
  pointer-events: auto;
}
.frzTbl-content-wrapper,
.frzTbl-frozen-columns-wrapper,
.frzTbl-table-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.frzTbl-content-wrapper {
  overflow: visible;
}
.frzTbl-fixed-heading-wrapper-outer {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 3;
  display: block;
  width: 100%;
  transition: 0.2s opacity;
}
.frzTbl-fixed-heading-wrapper-outer:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 6px;
  pointer-events: none;
  background: linear-gradient(180deg, rgb(0 0 0 / 25%), transparent);
}
.frzTbl--scrolled-to-top .frzTbl-fixed-heading-wrapper-outer {
  pointer-events: none;
  opacity: 0;
}
.frzTbl-force-parent-overlow-visible {
  overflow: visible !important;
}
.frzTbl-fixed-heading-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  overflow-x: hidden;
}
.frzTbl-fixed-heading-wrapper__columns {
  position: absolute;
  left: 0;
  z-index: 1;
  height: 100%;
}
.frzTbl-fixed-heading-wrapper__columns--right {
  left: auto;
  right: 0;
}
.frzTbl-frozen-columns-wrapper {
  z-index: 3;
  pointer-events: none;
}
.frzTbl-frozen-columns-wrapper .frzTbl-frozen-columns-wrapper__columns {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  height: 100%;
}
.frzTbl-fixed-heading-wrapper__columns.frzTbl-fixed-heading-wrapper__columns--right,
.frzTbl-frozen-columns-wrapper__columns.frzTbl-frozen-columns-wrapper__columns--right {
  right: 0;
  left: auto;
  border-width: 0 0 0 1px;
}
.frzTbl-fixed-heading-wrapper__columns:before,
.frzTbl-frozen-columns-wrapper__columns:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  background: rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}
.frzTbl-fixed-heading-wrapper__columns.frzTbl-fixed-heading-wrapper__columns--right:before,
.frzTbl-frozen-columns-wrapper__columns.frzTbl-frozen-columns-wrapper__columns--right:before {
  right: auto;
  left: -2px;
}
.frzTbl-fixed-heading-wrapper__columns:after,
.frzTbl-frozen-columns-wrapper__columns:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 6px;
  background: linear-gradient(270deg, rgb(0 0 0 / 25%), transparent);
  transform: translateX(100%);
  transition: 0.1s width;
}
.frzTbl-fixed-heading-wrapper__columns:after,
.frzTbl-frozen-columns-wrapper__columns--left:after {
  background: linear-gradient(90deg, rgb(0 0 0 / 25%), transparent);
}
.frzTbl-fixed-heading-wrapper__columns.frzTbl-fixed-heading-wrapper__columns--right:after,
.frzTbl-frozen-columns-wrapper__columns.frzTbl-frozen-columns-wrapper__columns--right:after {
  right: auto;
  left: 0;
  transform: translateX(-100%);
}
.frzTbl.frzTbl--scrolled-to-left-edge
  .frzTbl-fixed-heading-wrapper__columns.frzTbl-fixed-heading-wrapper__columns--left:after,
.frzTbl.frzTbl--scrolled-to-left-edge
  .frzTbl-frozen-columns-wrapper__columns.frzTbl-frozen-columns-wrapper__columns--left:after,
.frzTbl.frzTbl--scrolled-to-right-edge
  .frzTbl-fixed-heading-wrapper__columns.frzTbl-fixed-heading-wrapper__columns--right:after,
.frzTbl.frzTbl--scrolled-to-right-edge
  .frzTbl-frozen-columns-wrapper__columns.frzTbl-frozen-columns-wrapper__columns--right:after {
  width: 0;
}
.frzTbl.frzTbl--scrolled-to-left-edge
  .frzTbl-fixed-heading-wrapper__columns--empty.frzTbl-fixed-heading-wrapper__columns--left:before,
.frzTbl.frzTbl--scrolled-to-left-edge
  .frzTbl-frozen-columns-wrapper__columns--empty.frzTbl-frozen-columns-wrapper__columns--left:before,
.frzTbl.frzTbl--scrolled-to-right-edge
  .frzTbl-fixed-heading-wrapper__columns--empty.frzTbl-fixed-heading-wrapper__columns--right:before,
.frzTbl.frzTbl--scrolled-to-right-edge
  .frzTbl-frozen-columns-wrapper__columns--empty.frzTbl-frozen-columns-wrapper__columns--right:before {
  display: none !important;
}
.frzTbl-frozen-columns-wrapper__columns > table {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-top-width: 0 !important;
}
.frzTbl-frozen-columns-wrapper__columns > .frzTbl-top-sticky--empty + table {
  position: relative;
}
.frzTbl-frozen-columns-wrapper__columns--right > table {
  left: auto;
  right: 0;
}
.frzTbl-table-wrapper {
  z-index: 1;
}
.frzTbl-scroll-overlay__inner,
.frzTbl-table-wrapper__inner {
  width: 20000px;
  height: 20000px;
  min-width: 100%;
  position: relative;
}
.frzTbl-table-wrapper__inner--overflow-check {
  width: 100% !important;
}
.frzTbl-table-wrapper__inner--deflate {
  width: auto;
  height: auto;
}
.frzTbl-table-wrapper__inner--deflate > table {
  min-width: 0 !important;
  width: 100% !important;
}
.frzTbl-table-wrapper__inner--overflow-check > .frzTbl-table {
  width: auto !important;
  min-width: 0 !important;
}
.frzTbl-top-sticky {
  width: 100%;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 1;
}
.frzTbl-table-wrapper__inner > table {
  min-width: 0;
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
}
html[dir="rtl"] .frzTbl-table-wrapper__inner > table {
  left: auto;
  right: 0;
}
.frzTbl .antiscroll-scrollbar {
  z-index: 4;
  bottom: 0;
  height: 12px;
}
.frzTbl .antiscroll-scrollbar:after {
  content: "";
  background: 0 0;
  position: absolute;
  left: 0;
  top: -50%;
  width: 100%;
  height: 200%;
}
.frzTbl .antiscroll-scrollbar-vertical {
  display: none !important;
}
.frzTbl-antiscroll-control-wrap {
  position: sticky;
  position: -webkit-sticky;
  bottom: 12px;
  margin: 0 0 10px 0;
  z-index: 2;
}
.frzTbl--hide-antiscroll .antiscroll-scrollbar-horizontal {
  display: none !important;
}
.frzTbl-clone-table {
  width: auto !important;
  min-width: 0 !important;
}
.frzTbl--temp-wrapper {
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.frzTbl--temp-wrapper > div,
.frzTbl-table-wrapper__inner--unrestrict-table-wrapper {
  position: relative;
  width: 100000px !important;
}
.frzTbl--temp-wrapper > div > table,
.frzTbl-table-wrapper__inner--unrestrict-table-wrapper > table {
  min-width: 0;
  width: auto !important;
  max-width: none !important;
}
.frzTbl--grab-and-scroll {
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.frzTbl--grab-and-scroll a,
.frzTbl--grab-and-scroll img {
  -webkit-user-drag: none;
}
.frzTbl--grab-and-scroll--grabbing {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
.frzTbl:not(.frzTbl--init) .frzTbl-fixed-heading-wrapper-outer,
.frzTbl:not(.frzTbl--init) .frzTbl-frozen-columns-wrapper {
  opacity: 0;
  pointer-events: none;
}
.frzTbl-table-wrapper__shadow-left,
.frzTbl-table-wrapper__shadow-right {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
}
.frzTbl-table-wrapper__shadow-right {
  left: auto;
  right: 0;
}
.woocommerce img.pswp__img,
.woocommerce-page img.pswp__img {
  max-width: none;
}
button.pswp__button {
  box-shadow: none !important;
  background-image: url(../../../plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png) !important;
}
button.pswp__button,
button.pswp__button--arrow--left::before,
button.pswp__button--arrow--right::before,
button.pswp__button:hover {
  background-color: transparent !important;
}
button.pswp__button--arrow--left,
button.pswp__button--arrow--left:hover,
button.pswp__button--arrow--right,
button.pswp__button--arrow--right:hover {
  background-image: none !important;
}
button.pswp__button--close:hover {
  background-position: 0 -44px;
}
button.pswp__button--zoom:hover {
  background-position: -88px 0;
} /*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  outline: 0;
}
.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pswp img {
  max-width: none;
}
.admin-bar .pswp {
  height: calc(100% - 32px);
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .pswp {
    height: calc(100% - 46px);
    top: 46px;
  }
}
.pswp--animate_opacity {
  opacity: 0.001;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--open {
  display: block;
}
.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.pswp--zoomed-in .pswp__img {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.pswp--dragging .pswp__img {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp__bg {
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}
.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}
.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}
.pswp__img--placeholder--blank {
  background: #222;
}
.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #ccc;
}
.pswp__error-msg a {
  color: #ccc;
  text-decoration: underline;
} /*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: 0 0;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pswp__button:focus,
.pswp__button:hover {
  opacity: 1;
}
.pswp__button:active {
  outline: 0;
  opacity: 0.9;
}
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(../../../plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png)
    0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}
@media (-webkit-min-device-pixel-ratio: 1.1),
  (-webkit-min-device-pixel-ratio: 1.09375),
  (min-resolution: 105dpi),
  (min-resolution: 1.1dppx) {
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(../../../plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.svg);
  }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: 0 0;
  }
}
.pswp__button--close {
  background-position: 0 -44px;
}
.pswp__button--share {
  background-position: -44px -44px;
}
.pswp__button--fs {
  display: none;
}
.pswp--supports-fs .pswp__button--fs {
  display: block;
}
.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}
.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}
.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}
.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: 0 0;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}
.pswp__button--arrow--left {
  left: 0;
}
.pswp__button--arrow--right {
  right: 0;
}
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: "";
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}
.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}
.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__share-modal--hidden {
  display: none;
}
.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #fff;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}
.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}
.pswp__share-tooltip a:first-child {
  border-radius: 2px 2px 0 0;
}
.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}
.pswp__share-modal--fade-in {
  opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}
a.pswp__share--facebook:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #fff;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}
a.pswp__share--facebook:hover {
  background: #3e5c9a;
  color: #fff;
}
a.pswp__share--facebook:hover:before {
  border-bottom-color: #3e5c9a;
}
a.pswp__share--twitter:hover {
  background: #55acee;
  color: #fff;
}
a.pswp__share--pinterest:hover {
  background: #ccc;
  color: #ce272d;
}
a.pswp__share--download:hover {
  background: #ddd;
}
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #fff;
  opacity: 0.75;
  padding: 0 10px;
}
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}
.pswp__caption small {
  font-size: 11px;
  color: #bbb;
}
.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #ccc;
}
.pswp__caption--empty {
  display: none;
}
.pswp__caption--fake {
  visibility: hidden;
}
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}
.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}
.pswp__preloader--active {
  opacity: 1;
}
.pswp__preloader--active .pswp__preloader__icn {
  background: url(../../../plugins/woocommerce/assets/css/photoswipe/default-skin/preloader.gif)
    0 0 no-repeat;
}
.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 0.5s linear infinite;
  animation: clockwise 0.5s linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1s cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1s cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
.pswp--css_animation .pswp__preloader__icn {
  background: 0 0;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}
.pswp--css_animation .pswp__preloader__cut {
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}
.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: 0 0;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right,
.pswp__caption,
.pswp__top-bar {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}
.pswp__caption,
.pswp__top-bar {
  background-color: rgba(0, 0, 0, 0.5);
}
.pswp__ui--fit .pswp__caption,
.pswp__ui--fit .pswp__top-bar {
  background-color: rgba(0, 0, 0, 0.3);
}
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__top-bar {
  opacity: 0.001;
}
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}
.pswp__element--disabled {
  display: none !important;
}
.pswp--minimal--dark .pswp__top-bar {
  background: 0 0;
}
@supports (--css: variables) {
  input[type="range"].wcpt__multirange {
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    -webkit-appearance: none;
    height: auto !important;
    border: none !important;
  }
  input[type="range"].wcpt__multirange:focus {
    outline: none !important;
  }
  input[type="range"].wcpt__multirange.original {
    position: absolute;
  }
  input[type="range"].wcpt__multirange.original::-webkit-slider-thumb {
    position: relative;
    z-index: 2;
  }
  input[type="range"].wcpt__multirange.original::-moz-range-thumb {
    transform: scale(1);
    z-index: 1;
  }
  input[type="range"].wcpt__multirange::-moz-range-track {
    border-color: transparent;
  }
  input[type="range"].wcpt__multirange.ghost {
    position: relative;
    background: var(--track-background);
    --track-background: linear-gradient(
        to right,
        var(--default-color) var(--low),
        var(--range-color) 0,
        var(--range-color) var(--high),
        var(--default-color) 0
      )
      no-repeat 0 45% / 100% 40%;
    --range-color: #2196f3;
    --default-color: #c5c5c5;
  }
  input[type="range"].wcpt__multirange.ghost::-webkit-slider-runnable-track {
    background: var(--track-background);
  }
  input[type="range"].wcpt__multirange.ghost::-moz-range-track {
    background: var(--track-background);
  }
}
.wcpt {
  position: relative;
  clear: both;
  margin: 0 auto;
  font-size: 16px;
  max-width: 100%;
}
.wcpt,
.wcpt * {
  box-sizing: border-box;
}
@media (max-width: 749px) {
  .wcpt * {
    word-break: break-word;
  }
  .wcpt .frzTbl * {
    word-break: initial;
  }
}
.wcpt:after {
  content: "";
  display: block;
  clear: both;
}
.wcpt-loading {
  animation: wcptGhost 1.2s infinite;
}
@keyframes wcptGhost {
  0% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.25;
  }
  100% {
    opacity: 0.75;
  }
}
.wcpt style {
  display: none !important;
}
.wcpt-loading-screen {
  display: none;
}
.wcpt-loading > .wcpt-loading-screen {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: progress;
}
.wcpt-result-count > :not(.wcpt-result-message) {
  display: none;
}
.wcpt-result-count.wcpt-no-results > :not(.wcpt-no-results-message),
.wcpt-result-count.wcpt-single-page > :not(.wcpt-single-page-message),
.wcpt-result-count.wcpt-single-result > :not(.wcpt-single-result-message) {
  display: none;
}
.wcpt-result-count.wcpt-no-results > .wcpt-no-results-message,
.wcpt-result-count.wcpt-single-page > .wcpt-single-page-message,
.wcpt-result-count.wcpt-single-result > .wcpt-single-result-message {
  display: inline-block;
}
.wcpt-no-results {
  font-size: 20px;
}
.wcpt-required-but-missing-nav-filter-message {
  background: rgba(0, 0, 0, 0.02);
  margin: 10px 0;
  display: block;
}
.wcpt-required-but-missing-nav-filter-message > div {
  padding: 10px 20px 10px 55px;
  position: relative;
}
.wcpt-required-but-missing-nav-filter-message > div > .wcpt-icon {
  position: absolute;
  left: 20px;
  stroke-width: 2.5px;
}
.wcpt-required-but-missing-nav-filter-message
  > div
  > .wcpt-icon.wcpt-icon-check {
  stroke-width: 4px;
}
.wcpt-required-but-missing-nav-filter-message
  > div.wcpt-missing
  > .wcpt-icon.wcpt-icon-check,
.wcpt-required-but-missing-nav-filter-message
  > div
  > .wcpt-icon.wcpt-icon-alert-circle {
  display: none;
}
.wcpt-required-but-missing-nav-filter-message
  > div.wcpt-missing
  > .wcpt-icon.wcpt-icon-alert-circle {
  display: inline-block;
  animation: wcptPulse2 0.8s infinite;
}
.wcpt-required-but-missing-nav-filter-message
  > div:not(.wcpt-missing)
  > span:not(.wcpt-icon) {
  text-decoration: line-through;
  opacity: 0.75;
}
@keyframes wcptPulse2 {
  0% {
    transform: translateY(-2px) scale(1);
  }
  50% {
    transform: translateY(-2px) scale(1.2);
  }
  100% {
    transform: translateY(-2px) scale(1);
  }
}
.wcpt-table {
  table-layout: auto;
  margin: 0;
  border-width: 0;
  border-collapse: collapse;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: rgba(0, 0, 0, 0.05);
  border-left-color: transparent;
  min-width: 100%;
}
.wcpt-table-scroll-wrapper-outer {
  overflow-x: hidden;
}
.wcpt-heading-row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  background: rgba(0, 0, 0, 0);
}
.wcpt-cell,
.wcpt-heading {
  border-width: 0 1px 0 0;
  border-style: none solid none none !important;
  padding: 15px 10px;
  color: inherit;
  border-right-color: transparent;
}
@supports (-moz-appearance: none) {
  .wcpt-cell {
    background-clip: padding-box;
  }
}
.wcpt-sortable.wcpt-heading {
  position: relative;
  cursor: pointer;
}
.wcpt-row {
  position: relative;
}
.wcpt-row:not(:last-child) {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0.06);
}
.wcpt-row.wcpt-has-child-row:not(.wcpt-has-child-row--visible):nth-last-child(
    2
  ),
.wcpt-row:last-child {
  border-bottom: none !important;
}
.wcpt-cell {
  padding: 15px 10px;
  color: #000;
  text-align: left;
}
.wcpt-cell-val > :not(first-child):not(script) {
  border-style: solid;
  border-width: 0;
  display: inline-block;
  margin: 0;
}
.wcpt-cell-val > .wcpt-clear + *,
.wcpt-cell-val > :first-child {
  margin: 0;
}
.wcpt-notice-cell {
  padding: 0;
  margin: 0;
  border: none;
}
.wcpt-responsive-layout .wcpt-notice-cell {
  display: block !important;
  border: none;
}
.wcpt-responsive-layout .wcpt-notice-cell:before {
  display: none !important;
}
.wcpt-notice {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-left: 10px solid #ffeb3b;
  padding: 40px;
  margin: 10px 0;
  display: inline-block;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.07);
  font-size: 20px;
  line-height: 1.6em;
}
.wcpt-notice span.wcpt-notice-heading {
  font-size: 1.5em;
  font-weight: 700;
  display: block;
  margin: 0 0 0.75em;
  padding: 0 0 0.5em;
  border-bottom: 4px solid rgba(0, 0, 0, 0.04);
}
.wcpt-notice ol {
  padding-left: 2em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.wcpt-notice ol li {
  margin-bottom: 0.5em;
}
.wcpt-row:last-child .wcpt-cell,
.wcpt-row:last-child .wcpt-heading {
  border-bottom-width: 0;
}
.wcpt-cell:last-child,
.wcpt-heading:last-child {
  border-right-width: 0 !important;
}
.wcpt-table,
.wcpt-table .wcpt-cell,
.wcpt-table .wcpt-heading {
  border-style: solid;
  line-height: 1.25em;
  border-right-width: 0;
}
.wcpt input[type="radio"],
.wcpt-modal input[type="radio"] {
  -webkit-appearance: radio;
}
.wcpt input[type="checkbox"],
.wcpt-modal input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
.wcpt input[type="checkbox"],
.wcpt input[type="radio"],
.wcpt-modal input[type="checkbox"],
.wcpt-modal input[type="radio"] {
  margin-right: 0.25em;
  transition: none;
}
.wcpt-cell-val > .wcpt-item-row {
  display: block;
  margin-bottom: 4px;
  clear: both;
}
.wcpt-device-phone .wcpt-cell-val > .wcpt-item-row {
  margin-bottom: 12px;
}
.wcpt-cell-val > .wcpt-item-row .wcpt-item-row {
  display: inline-block;
}
.wcpt .wcpt-item-row:last-child {
  margin-bottom: 0;
}
.wcpt .wcpt-item-row > * {
  margin-right: 0.3em;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: baseline;
}
.wcpt .wcpt-table .wcpt-item-row > :first-child:last-child {
  vertical-align: middle;
}
.wcpt .wcpt-item-row > div:first-child,
.wcpt .wcpt-item-row > span:first-child {
  margin-left: 0;
}
.wcpt .wcpt-item-row > div:last-child,
.wcpt .wcpt-item-row > span:last-child {
  margin-right: 0;
}
.wcpt-attribute,
.wcpt-attribute-term,
.wcpt-categories,
.wcpt-category,
.wcpt-tag,
.wcpt-tags,
.wcpt-taxonomy,
.wcpt-taxonomy-term {
  display: inline-block;
}
.wcpt-attribute-term-separator,
.wcpt-category-separator,
.wcpt-tag-separator,
.wcpt-taxonomy-term-separator,
.wcpt-term-separator {
  display: inline-block;
  margin: 0 2px;
}
.wcpt-attribute-term-separator:last-child,
.wcpt-category-separator:last-child,
.wcpt-tag-separator:last-child,
.wcpt-taxonomy-term-separator:last-child {
  display: none;
}
.wcpt-terms-in-separate-lines > .wcpt-attribute-term-separator {
  display: none;
}
.wcpt-terms-in-separate-lines > .wcpt-attribute-term {
  display: inline-block;
  clear: both;
  float: left;
}
body table.wcpt-table .wcpt-title {
  display: inline;
  line-height: 1.25em;
  vertical-align: middle;
  text-decoration: none;
  font-weight: 400;
  margin-right: 5px;
}
.wcpt-cell ul {
  margin: 0;
  padding: 0 10px 5px 20px;
  display: inline-block;
  list-style-type: circle;
}
.wcpt-cell li {
  margin-bottom: 0.33em;
  line-height: 1.4em;
  text-align: left;
}
.wcpt-cell p {
  margin: 0 0 0.5em;
}
.wcpt-cell li:last-child,
.wcpt-cell p:last-child {
  margin: 0;
}
.wcpt-product-link {
  display: inline-block;
  vertical-align: middle;
}
.wcpt-table .wcpt-link-icon {
  height: 1em;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1.5px;
  margin: 0 3px;
}
.wcpt-price {
  display: inline-block;
  vertical-align: middle;
  word-break: normal;
}
.wcpt-product-on-sale .wcpt-regular-price {
  text-decoration: line-through;
  color: #999;
}
.wcpt-regular-price,
.wcpt-sale-price {
  display: inline-block;
}
.rtl .wcpt .wcpt-product-on-sale .wcpt-sale-price {
  margin-left: 6px;
}
.wcpt-clear-filter .wcpt-currency {
  font-size: 1em;
  position: static;
}
.wcpt-product-type-variable .woocommerce-Price-amount {
  margin-right: 0 !important;
  vertical-align: baseline !important;
}
.wcpt-on-sale {
  background-color: #fff176;
  color: rgba(0, 0, 0, 0.6);
  padding-top: 2px;
  padding-right: 4px;
  padding-bottom: 2px;
  padding-left: 4px;
  text-align: center;
}
.wcpt-external-image {
  max-width: 100%;
  max-height: 100%;
}
.wcpt-product-image-wrapper {
  margin: 0;
  display: inline-block;
  max-width: 45px;
  min-width: 45px;
  box-sizing: content-box !important;
  box-shadow: none !important;
  position: relative;
}
.wcpt-product-image-wrapper--default-width-60px {
  max-width: 60px;
  min-width: 60px;
}
.wcpt-product-image-wrapper--default-width-80px {
  max-width: 80px;
  min-width: 80px;
}
.wcpt-table .wcpt-product-image-wrapper img.wp-post-image {
  vertical-align: middle;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  height: auto;
  font-size: 0 !important;
}
.wcpt-product-image-on-hover {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.2s opacity;
  width: 100%;
}
.wcpt-product-image-wrapper:hover .wcpt-product-image-on-hover {
  opacity: 1;
}
.wcpt-cell img.attachment-thumbnail {
  margin: 0;
  max-width: 100%;
  height: auto;
  width: auto;
  vertical-align: middle;
  display: inline-block;
  font-size: 0 !important;
}
.wcpt-media-image-wrapper:not(.wcpt-excuse-max-width) {
  max-width: 30px;
}
.wcpt-media-image-wrapper > img {
  max-width: 100%;
  height: auto;
  font-size: 0 !important;
}
.wcpt-product-image-wrapper .wcpt-image-count {
  position: absolute;
  left: 4px;
  bottom: 4px;
  color: #000;
  background: rgb(255 255 255 / 48%);
  padding: 2px 6px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 4px;
}
.wcpt-product-image-wrapper .wcpt-image-count .wcpt-icon {
  position: relative;
  top: -0.05em;
  margin: 0 3px 0 6px;
}
.wcpt-product-image-wrapper.wcpt-lightbox-enabled {
  cursor: pointer;
  position: relative;
}
.wcpt-lightbox-screen {
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000000;
}
.wcpt-lightbox-screen .wcpt-lightbox-image {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
  z-index: 1;
}
.wcpt-lightbox-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wcpt-lightbox-loader:after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 100%;
  border-width: 2px 2px 2px 0;
  animation: wcptRotate 1s infinite linear;
}
.wcpt-lightbox-close {
  position: fixed;
  right: 10px;
  top: 10px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  transform: rotate(45deg);
}
.wcpt-lightbox-close:after,
.wcpt-lightbox-close:before {
  content: " ";
  background-color: rgba(255, 255, 255, 0.75);
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 100%;
  transform: translate(-50%, -50%);
}
.wcpt-lightbox-close:before {
  height: 2px;
  width: 100%;
}
.wcpt-lightbox-icon {
  position: absolute;
  right: 4px;
  bottom: 4px;
  font-size: 14px;
  line-height: 1em;
  color: rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.6);
  padding: 0.3em;
  box-sizing: content-box;
  transition: 0.2s opacity;
  opacity: 1;
  stroke-width: 3px;
  border-radius: 4px;
}
.wcpt-lightbox-icon.wcpt-icon > svg {
  stroke-width: 3px;
}
.wcpt-lightbox-icon-position-outside_right {
  box-sizing: content-box;
  padding-right: 26px;
}
.wcpt-lightbox-icon-position-outside_right .wcpt-lightbox-icon {
  position: absolute;
  right: 0;
  bottom: 50%;
  transform: translateY(50%);
}
.wcpt-product-image-wrapper:hover > .wcpt-when-image_hover_hide,
.wcpt-when-image_hover,
.wcpt-when-row_hover {
  opacity: 0;
}
.wcpt-product-image-wrapper:hover > .wcpt-when-image_hover,
.wcpt-row:hover .wcpt-when-row_hover {
  opacity: 1;
}
.wcpt-zoom-enabled {
  transition: 0.2s;
  z-index: 1;
}
.wcpt-offset-zoom-container {
  position: fixed;
  top: 0;
  left: -10000px;
  z-index: 1000000;
  transform: translateY(-25%);
  display: table;
  max-width: 400px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  padding: 2px;
  background: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: 0.1s opacity;
}
.wcpt-offset-zoom-container--fade-in {
  opacity: 1;
}
img.wcpt-offset-zoom-container__image {
  display: block !important;
  max-width: 100% !important;
  width: auto !important;
  min-width: 0 !important;
  box-shadow: none !important;
  border-radius: inherit !important;
}
.frzTbl--grab-and-scroll--grabbing .wcpt-offset-zoom-container {
  display: none !important;
}
.wcpt-feather-icon {
  display: inline-block;
  vertical-align: baseline;
  position: relative;
  margin: 0 2px;
  font-size: 1em;
  height: 1em;
  width: 1em;
}
.wcpt-bubble {
  background: #9ccc65;
  color: #fff;
  display: inline-block;
  border-radius: 4px;
  padding: 0 0.4em;
  margin: 3px;
  font-size: 12px;
  line-height: 1.9em;
}
body .wcpt-table a.wcpt-button,
body .wcpt-table a.wcpt-link_button {
  display: inline-block;
  padding: 6px 12px;
  text-decoration: none;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #f57c00;
  color: #fff;
  white-space: nowrap;
  line-height: normal;
  font-size: inherit;
  transition: 0.2s;
  margin: 2px 4px 2px 0;
  box-shadow: none;
}
.wcpt-table a.wcpt-button:last-child,
.wcpt-table a.wcpt-link_button:last-child {
  margin-right: 0;
}
table.wcpt-table a.wcpt-button {
  position: relative;
  text-decoration: none;
  text-align: center;
}
table.wcpt-table a.wcpt-button + .added_to_cart {
  display: none;
}
.wcpt-icon-position-right > svg {
  margin-left: 0.1em;
  margin-right: -0.1em;
}
.wcpt-icon-position-left > svg {
  margin-right: 0.1em;
  margin-left: -0.1em;
}
.wcpt-table .wcpt-button i.wcpt-cart-badge-number,
.wcpt-table .wcpt-button i.wcpt-cart-badge-refresh {
  position: absolute;
  font-style: normal;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  background: #fff;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  min-width: 1em;
  height: 1em;
  line-height: 1.1em;
  font-size: 14px;
  border-radius: 33px 33px/33px;
  box-sizing: content-box !important;
  padding: 0.4em;
  text-align: center;
  margin: 0;
  z-index: 1;
}
.wcpt-table .wcpt-button i.wcpt-cart-badge-number:empty {
  display: none;
}
.wcpt-table .wcpt-button i.wcpt-cart-badge-refresh svg {
  color: #000;
  width: 14px;
  height: 14px;
  stroke-width: 2px;
  opacity: 0.75;
  position: relative;
  -webkit-animation: wcptRotate 2s infinite linear;
  -moz-animation: wcptRotate 2s infinite linear;
  -o-animation: wcptRotate 2s infinite linear;
}
.wcpt-button > svg {
  height: 1em;
  vertical-align: middle;
  position: relative;
}
@-webkit-keyframes wcptRotate {
  from {
    -webkit-transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes wcptRotate {
  from {
    -moz-transform: rotate(0);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes wcptRotate {
  from {
    -o-transform: rotate(0);
  }
  to {
    -o-transform: rotate(360deg);
  }
}
body .wcpt-table a.wcpt-button:not(.wcpt-disabled):hover,
body .wcpt-table a.wcpt-link_button:hover {
  border-color: rgba(0, 0, 0, 0.5);
}
.wcpt-disabled.wcpt-button {
  opacity: 0.5;
  cursor: not-allowed;
}
.wcpt-table span.wcpt-button-label {
  display: inline;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.wcpt-table span.wcpt-button-label .wcpt-icon:first-child {
  margin: 0 0.4em 0 -0.2em;
}
.wcpt-table span.wcpt-button-label .wcpt-icon:last-child {
  margin: 0;
}
.wcpt-table span.wcpt-button-label .wcpt-icon:first-child:last-child {
  vertical-align: middle;
}
.wcpt-shortcode {
  vertical-align: middle;
}
.wcpt .wp-audio-shortcode,
.wcpt iframe {
  margin: 0 auto;
  display: block;
}
.wcpt .mejs-container {
  width: 250px;
}
.wcpt .mejs-horizontal-volume-slider {
  width: 25px;
}
.wcpt .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  width: 20px;
}
.wcpt .mejs-horizontal-volume-slider,
.wcpt .mejs-volume-button {
  display: none !important;
}
select.wcpt-select {
  border-radius: 3px;
  font-size: inherit;
  line-height: normal;
  border: 1px solid rgba(0, 0, 0, 0.08);
  height: 36px;
  margin: 0 4px;
}
.wcpt-radio-container {
  display: inline-block;
}
[data-wcpt-selection-style="radio"] .wcpt-select {
  display: none;
}
[data-wcpt-selection-style="radio"] .wcpt-cell {
  vertical-align: top;
}
input.wcpt-radio-button[type="radio"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.wcpt-radio-label {
  display: inline;
  vertical-align: middle;
  cursor: pointer;
  padding-left: 10px;
}
input.wcpt-radio-button[type="radio"][disabled] + .wcpt-radio-label {
  text-decoration: line-through;
  opacity: 0.4;
}
.wcpt-radio-set {
  padding: 0 10px;
  text-align: left;
  margin-bottom: 8px;
}
.wcpt-radio-set:nth-last-child(2) {
  margin-bottom: 0;
}
.wcpt-percentage-bar {
  display: inline-block;
  position: relative;
  height: 10px;
  width: 100%;
  max-width: 150px;
  background: #ddd;
  border-radius: 4px;
  overflow: hidden;
}
.wcpt-percentage-bar-fill {
  display: inline-block;
  height: 100%;
  width: 0;
  background: #2196f3;
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.wcpt-audio-embed {
  width: 200px;
  margin: 0 auto;
}
.wcpt-audio-embed audio {
  max-width: 200px;
}
.wcpt-star {
  display: inline-block;
  line-height: 0;
  margin-right: -0.075em;
  margin-top: -0.2em;
  position: relative;
  vertical-align: middle;
}
.wcpt-star svg {
  margin: 0 !important;
  width: 1em !important;
  height: 1em !important;
  color: #ffc107;
  stroke: currentColor;
  fill: currentColor;
}
.wcpt-star.wcpt-star-half svg:last-child {
  color: #999;
  position: absolute;
  right: 0;
  top: 0;
}
.wcpt-star.wcpt-star-empty svg {
  color: #999;
}
.wcpt-rating-stars {
  vertical-align: text-top;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
}
.wcpt .wcpt-item-row > div .wcpt-average-rating {
  margin-right: 0;
}
.wcpt-add-to-cart-wrapper .quantity:not(.hidden) {
  display: inline-block;
  border-radius: 4px;
}
.wcpt-add-to-cart-wrapper .quantity .qty {
  height: 38px;
  vertical-align: middle;
}
.wcpt-add-to-cart-wrapper.woocommerce button.single_add_to_cart_button {
  text-transform: none;
}
.wcpt-add-to-cart-wrapper.woocommerce .price:not(:last-child),
.wcpt-add-to-cart-wrapper.woocommerce .stock:not(:last-child),
.wcpt-add-to-cart-wrapper.woocommerce
  .woocommerce-variation-description:not(:last-child) {
  margin: 0 0 10px 0;
  display: block;
}
.wcpt-table .quantity.wcpt-display-type-input {
  display: inline-block;
  white-space: nowrap;
  position: relative;
  width: 36px;
  height: 32px;
  font-size: 16px;
}
.wcpt-table .quantity:not(:last-child) {
  margin-right: 5px;
}
.wcpt-table .wcpt-quantity input[type="number"].qty {
  font-size: inherit;
  color: inherit;
  text-align: center;
  width: 100% !important;
  min-width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  padding: 2px;
  margin: 0 !important;
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  background: inherit;
  border: none;
  border-radius: 0;
  opacity: 1;
}
.wcpt-table .quantity.wcpt-quantity {
  min-width: 0 !important;
}
.wcpt-table .wcpt-quantity:not(.wcpt-display-type-select) {
  border: 2px solid #eaeaea;
  border-radius: 6px;
  box-sizing: content-box !important;
}
.wcpt-table .wcpt-quantity.wcpt-controls-on-edges {
  overflow: visible;
}
.wcpt-table .wcpt-hide-controls.wcpt-display-type-input {
  border-radius: 4px;
}
.wcpt-quantity.wcpt-hide-browser-controls
  > input[type="number"].qty::-webkit-inner-spin-button,
.wcpt-quantity.wcpt-hide-browser-controls
  > input[type="number"].qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.wcpt-quantity.wcpt-hide-browser-controls > input[type="number"].qty {
  -moz-appearance: textfield;
}
.wcpt-quantity > :not(.wcpt-qty-controller):not(.qty):not(.wcpt-qty-select) {
  display: none !important;
}
.wcpt-table .quantity.wcpt-hide-controls .wcpt-qty-controller {
  display: none;
}
.wcpt-qty-controller {
  cursor: pointer;
  font-size: 20px;
  background: rgba(0, 0, 0, 0.07);
  margin: 0 !important;
  padding: 0 !important;
}
.wcpt-disabled.wcpt-qty-controller,
.wcpt-disabled.wcpt-qty-controller:after {
  opacity: 0.45;
  cursor: not-allowed;
}
.wcpt-qty-controller:after {
  font-size: 18px;
  font-family: verdana;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 0;
}
.wcpt-qty-controller.wcpt-plus:after {
  content: "+";
}
.wcpt-qty-controller.wcpt-minus:after {
  content: "-";
}
.wcpt-controls-on-edges {
  padding: 0 25px !important;
}
.wcpt-controls-on-edges .wcpt-minus {
  left: 0;
}
.wcpt-controls-on-edges .wcpt-plus {
  right: 0;
}
.wcpt-controls-on-edges .wcpt-qty-controller {
  position: absolute;
  top: 0;
  left: 0;
  height: 100% !important;
  width: 25px !important;
  background: rgba(0, 0, 0, 0.05);
}
.wcpt-controls-on-edges .wcpt-plus {
  left: auto;
  right: 0;
}
.wcpt-controls-on-edges .wcpt-qty-controller:before {
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  bottom: -8px;
  right: -8px;
}
.wcpt-controls-on-left_edge {
  padding: 0 0 0 20px !important;
}
.wcpt-controls-on-right_edge {
  padding: 0 20px 0 0 !important;
}
.wcpt-controls-on-left_edge .wcpt-qty-controller,
.wcpt-controls-on-right_edge .wcpt-qty-controller {
  position: absolute;
  top: 0;
  left: 0;
  height: 50%;
  width: 20px;
}
.wcpt-controls-on-right_edge .wcpt-qty-controller {
  left: auto;
  right: 0;
}
.wcpt-controls-on-left_edge .wcpt-qty-controller.wcpt-minus,
.wcpt-controls-on-right_edge .wcpt-qty-controller.wcpt-minus {
  top: 50%;
}
.wcpt-controls-on-left_edge .wcpt-qty-controller:after,
.wcpt-controls-on-right_edge .wcpt-qty-controller:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px;
  border-color: transparent transparent currentColor transparent;
  top: 35%;
}
.wcpt-controls-on-left_edge .wcpt-qty-controller.wcpt-minus:after,
.wcpt-controls-on-right_edge .wcpt-qty-controller.wcpt-minus:after {
  top: 65%;
}
.wcpt-controls-on-left_edge .wcpt-qty-controller:after {
  left: 50%;
}
.wcpt-controls-on-left_edge .wcpt-qty-controller.wcpt-minus:after,
.wcpt-controls-on-right_edge .wcpt-qty-controller.wcpt-minus:after {
  border-color: currentColor transparent transparent transparent;
}
select.wcpt-qty-select {
  width: auto;
  max-width: none;
}
@media (max-width: 749px) {
  .wcpt-controls-on-edges .wcpt-qty-controller {
    width: 30px;
  }
  .wcpt-controls-on-edges {
    padding: 0 30px;
  }
}
.wcpt-controls-on-edges .qty,
.wcpt-controls-on-left_edge .qty,
.wcpt-controls-on-right_edge .qty {
  border-radius: 0 !important;
  box-shadow: none !important;
}
.wcpt-quantity-error-message {
  position: absolute;
  top: calc(-100% + -2px);
  left: 50%;
  transform: translateX(-50%);
  background: #ff5447;
  color: #fff;
  padding: 4px 8px;
  border-radius: 3px;
  animation: wcptPulse 0.5s infinite;
}
.wcpt
  .wcpt-quantity-error--max.wcpt-quantity
  > .wcpt-quantity-error-message--max,
.wcpt
  .wcpt-quantity-error--min.wcpt-quantity
  > .wcpt-quantity-error-message--min,
.wcpt
  .wcpt-quantity-error--step.wcpt-quantity
  > .wcpt-quantity-error-message--step {
  display: inline-block !important;
}
.wcpt-quantity-error.wcpt-quantity {
  outline: 1px solid red;
}
.wcpt-table .stock {
  padding: 0;
  margin: 0;
  display: inline-block;
}
.wcpt-stock {
  white-space: nowrap;
}
.wcpt-stock:empty {
  display: none;
}
.wcpt-excerpt {
  display: inline-block;
}
.wcpt-excerpt > a,
.wcpt-excerpt > p {
  display: inline !important;
}
.wcpt .wcpt-item-row div.wcpt-content {
  display: inline-block;
  line-height: 1.4em;
  margin-right: 0;
}
.wcpt .wcpt-item-row div.wcpt-content p {
  margin-bottom: 0.7em;
}
.wcpt .wcpt-item-row div.wcpt-content p:last-child {
  margin-bottom: 0;
}
.frzTbl .wcpt-content--max-width {
  max-width: 800px;
}
@media (max-width: 500px) {
  .frzTbl .wcpt-content--max-width {
    max-width: 400px;
  }
}
.wcpt-table .wcpt-read-more .wcpt-icon,
.wcpt-table .wcpt-read-more .wcpt-text {
  vertical-align: baseline;
}
.wcpt-toggle-trigger {
  cursor: pointer;
  vertical-align: text-bottom;
  font-weight: 700;
}
.wcpt-toggle-trigger,
.wcpt-toggle-trigger > * {
  vertical-align: baseline !important;
}
.wcpt .wcpt-item-row div.wcpt-variation-content {
  display: none;
  line-height: 1.4em;
  margin-right: 0;
}
.frzTbl .wcpt-variation-content--max-width {
  max-width: 800px;
}
.wcpt-category-list {
  display: inline-block;
}
.wcpt-custom-field {
  display: inline-block;
  vertical-align: baseline;
}
.wcpt-cf-image {
  display: inline-block;
  vertical-align: middle;
}
.wcpt-availability,
.wcpt-availability > div {
  display: inline-block;
}
.wcpt-clear {
  clear: both !important;
  display: block !important;
  line-height: 0 !important;
  height: 4px;
}
.wcpt-space {
  width: 6px;
  display: inline-block;
  margin-right: 0 !important;
}
.wcpt-dot {
  position: relative;
  color: transparent !important;
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: baseline;
  width: 8px;
  text-align: center;
}
.wcpt-dot:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1em;
  height: 1em;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 100%;
  font-size: 3px;
}
.wcpt-table th i {
  font-size: 1.3em;
  margin-right: 3px;
  width: 1.2em;
  text-align: center;
}
.wcpt-sorting-icons {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  vertical-align: middle;
  margin: -0.5em -0.3em 0 0.1em;
  font-size: 6px;
  color: rgba(0, 0, 0, 0.2);
}
.wcpt-heading .wcpt-sorting-icon {
  position: absolute;
  top: 50%;
  margin: 0;
  margin: 0.25em;
  border-left: 0.75em solid transparent;
  border-right: 0.75em solid transparent;
  border-bottom: 1em solid transparent;
  border-top: 1em solid transparent;
  cursor: pointer;
}
.wcpt-sorting-icon.wcpt-active {
  color: #000;
}
.wcpt-heading .wcpt-sorting-icons .wcpt-sorting-asc-icon {
  border-bottom-color: currentColor;
  bottom: 50%;
  top: auto;
}
.wcpt-heading .wcpt-sorting-icons .wcpt-sorting-desc-icon {
  border-top-color: currentColor;
  bottom: auto;
  top: 50%;
}
.wcpt-heading .wcpt-sorting-icons .wcpt-hide + .wcpt-sorting-desc-icon {
  top: -0.75em;
  font-size: 1.1em;
}
[data-wcpt-limited-order="DESC"] .wcpt-sorting-asc-icon {
  display: none !important;
}
[data-wcpt-limited-order="DESC"].wcpt-heading
  .wcpt-sorting-icons
  .wcpt-sorting-desc-icon {
  transform: translateY(-50%);
  font-size: 0.45em;
}
[data-wcpt-limited-order="ASC"] .wcpt-sorting-desc-icon {
  display: none !important;
}
[data-wcpt-limited-order="ASC"].wcpt-heading
  .wcpt-sorting-icons
  .wcpt-sorting-asc-icon {
  bottom: 40%;
}
.wcpt-heading[data-wcpt-limited-order] .wcpt-sorting-icon {
  transform: translateY(-50%);
  top: 50%;
  bottom: auto;
}
.wcpt-table i.fa-check {
  color: #66bb6a;
}
.wcpt-table i.fa-times {
  color: #ef5350;
}
.wcpt-table .wcpt-button i {
  margin: 0 2px;
  font-size: 1.1em;
  vertical-align: middle;
}
.wcpt-heading i {
  position: relative;
  top: 0.025em;
  margin-right: 0.35em;
}
.wcpt-table th.wcpt-heading {
  font-weight: 700;
  padding: 15px 10px;
  position: relative;
  background: #fff;
  display: table-cell;
}
.wcpt-heading--upper {
  text-align: center;
}
a.wcpt-link-course-name {
  text-decoration: none;
  border-bottom: 1px dotted;
}
.wcpt-hide {
  display: none !important;
}
.wcpt-pagination {
  font-size: 0;
  line-height: 0;
  text-align: center;
  margin: 10px 0;
}
.wcpt-pagination .page-numbers.current,
body .wcpt-pagination a.page-numbers {
  padding: 6px;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 2em;
  color: #666;
  border: 1px solid rgba(0, 0, 0, 1);
  border-radius: 4px;
  min-width: 2em;
  box-sizing: content-box;
  text-align: center;
  margin: 0.5em 0.4em;
  text-decoration: none !important;
  box-shadow: none;
  vertical-align: middle;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  width: auto;
}
.wcpt-pagination .page-numbers:not(.dots):not(.current):hover {
  border-color: rgba(0, 0, 0, 0.6);
  box-shadow: none;
}
.wcpt-pagination .page-numbers.current,
.wcpt-pagination .page-numbers.current:hover {
  color: #000;
  box-shadow: none;
  cursor: default;
  font-weight: 700;
}
.wcpt-pagination .page-numbers.dots {
  color: rgba(0, 0, 0, 0.5);
  box-shadow: none;
  border-color: transparent;
  background: 0 0;
  padding: 0;
  width: 1em;
  font-size: 30px !important;
  vertical-align: middle;
  display: inline-block;
  line-height: 0.5em;
  font-size: 2em;
  position: relative;
  top: -0.3em;
  font-family: system-ui;
}
.wcpt .next.page-numbers,
.wcpt .prev.page-numbers {
  border: transparent;
  box-shadow: none;
  min-width: 1.5em;
  height: 2em;
  position: relative;
  display: inline-block;
}
.wcpt .next.page-numbers > .wcpt-icon,
.wcpt .prev.page-numbers > .wcpt-icon {
  font-size: 24px;
  stroke-width: 2px;
  border: none !important;
}
.wcpt .next.page-numbers > .wcpt-icon > svg,
.wcpt .prev.page-numbers > .wcpt-icon > svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.page-numbers.dots,
.page-numbers.next,
.page-numbers.prev {
  background: 0 0 !important;
  margin: 0 !important;
}
.wcpt-forms.wcpt-location-left {
  width: 280px;
  float: left;
  margin-right: 25px;
  padding: 10px 15px;
  background: rgba(0, 0, 0, 0.025);
}
.wcpt-forms > form {
  display: inline-block;
  position: relative;
  width: 100%;
}
.wcpt-forms fieldset {
  border: none;
  margin: 0 0 20px;
  padding: 5px;
  font-size: 14px;
}
.wcpt-forms fieldset:last-child {
  margin-bottom: 5px;
}
.wcpt-search-wrapper {
  max-width: 100%;
  vertical-align: middle;
  white-space: nowrap;
}
.wcpt-search-heading {
  font-weight: 700;
  display: inline-block;
}
.wcpt-search-heading:empty {
  display: none !important;
}
.wcpt-left-sidebar .wcpt-search-heading,
.wcpt-nav-modal .wcpt-search-heading {
  display: block;
  margin-bottom: 5px;
}
.wcpt-nav-modal .wcpt-search:first-child {
  margin-top: 5px;
}
.wcpt-search {
  position: relative;
  max-width: 100%;
  display: inline-block;
}
.wcpt-nav-modal .wcpt-search,
.wcpt-nav-modal .wcpt-search-heading-separate-line .wcpt-search {
  width: 100% !important;
  margin: 8px 0;
}
.wcpt-search-heading-separate-line .wcpt-search,
.wcpt-search-heading-separate-line .wcpt-search-heading {
  display: block;
  margin: 0;
}
.wcpt-search-heading-separate-line .wcpt-search-heading {
  margin-bottom: 0.25em;
}
.wcpt .wcpt-search {
  position: relative;
  margin: 4px 0;
  vertical-align: middle;
  border-radius: 4px;
  width: 400px;
  max-width: 100%;
}
input.wcpt-search-input[type="search"] {
  display: inline-block;
  padding: 10px 20px 10px 10px;
  height: 42px;
  width: 100%;
  font-size: inherit;
  line-height: 42px;
  font-family: inherit;
  outline: 0;
  box-shadow: none;
  border-radius: 4px;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: 0;
  box-sizing: border-box;
  color: inherit;
  -webkit-appearance: none !important;
  margin: 0 !important;
}
.wcpt-active input.wcpt-search-input[type="search"] {
  padding-left: 30px !important;
}
.wcpt-search-submit {
  padding: 0;
  font-size: 8px;
  text-align: center;
  background: #ddd;
  border-radius: 4px;
  width: 33px;
  height: calc(100% - 10px);
  transition: 0.2s;
  position: absolute;
  top: 5px;
  right: 5px;
  color: #000;
  cursor: pointer;
}
.wcpt-search-submit-icon.wcpt-icon {
  font-size: 15px;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  stroke-width: 3px;
}
.wcpt-search-submit-icon.wcpt-icon > svg {
  vertical-align: top;
}
.wcpt-search-clear-enabled input.wcpt-search-input[type="search"] {
  padding: 10px 35px 10px 35px;
}
.wcpt-search-clear {
  position: absolute;
  left: 0;
  top: 0;
  background: 0 0 !important;
  border: none !important;
  height: 100% !important;
  width: 30px !important;
  cursor: pointer;
}
.wcpt-search-clear-icon.wcpt-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  line-height: 1em;
  color: rgba(0, 0, 0, 0.4);
  vertical-align: middle;
}
.wcpt-no-search-results-message {
  font-size: 20px;
  text-align: center;
  padding: 60px 20px;
  margin-bottom: 50px;
  background: rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
.wcpt-sorting-label {
  font-size: 16px;
  margin-right: 5px;
  font-weight: 700;
}
.wcpt-location-top.wcpt-forms {
  float: right;
  clear: both;
}
.wcpt-location-top.wcpt-forms fieldset {
  border: none;
  margin: 0 15px 15px 0;
  padding: 10px 20px;
  display: inline;
  background: rgba(0, 0, 0, 0.02);
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.04);
}
.wcpt-location-top.wcpt-forms fieldset:last-child {
  margin-right: 0;
}
.wcpt-location-top.wcpt-forms fieldset .wcpt-filter-heading {
  margin-right: 10px;
}
.wcpt-location-top.wcpt-forms fieldset > div {
  display: inline-block;
}
.wcpt-location-top.wcpt-forms fieldset .wcpt-filter-sub-heading {
  display: none;
}
.wcpt-location-top.wcpt-forms select {
  width: auto;
  background: #fff;
}
.wcpt-location-top.wcpt-forms input[type="checkbox"],
.wcpt-location-top.wcpt-forms input[type="radio"] {
  margin-right: 0;
}
.wcpt-forms fieldset label {
  cursor: pointer;
  padding: 0 5px;
}
.wcpt-filter-option-row {
  margin-right: 10px;
}
.wcpt-hidden {
  display: none;
}
.wcpt a.wcpt-cart-widget {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  padding: 9px 12px 9px 12px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.33);
  border-radius: 4px;
  color: inherit;
  margin: 4px 12px 4px 0;
  cursor: pointer;
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  vertical-align: top;
}
.wcpt a.wcpt-cart-widget:hover {
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.6);
}
.wcpt-cart-widget .wcpt-cart-icon {
  width: 16px;
  height: 16px;
  position: relative;
  top: -0.1em;
  color: #000;
  margin-right: 0.1em;
}
.wcpt-cart-quantity {
  display: inline-block;
}
.wcpt-cart-quantity:before {
  content: "(";
  margin-right: 0.1em;
}
.wcpt-cart-quantity:after {
  content: ")";
  margin-left: 0.1em;
}
.wcpt-cart-quantity:empty {
  display: none;
}
.wcpt-cart-widget .woocommerce-Price-amount {
  color: inherit;
}
.wcpt-product-names-holder {
  position: absolute;
  top: 100%;
  background: #fff;
  border: 1px solid #ccc;
  border-top: none;
  width: 100%;
  z-index: 1;
}
.wcpt-product-names-holder:empty {
  display: none;
}
.wcpt-matched-name {
  padding: 5px 15px;
  cursor: pointer;
}
.wcpt-matched-name-hover {
  background: #f2f2f2;
}
.wcpt-matched-name:first-child {
  padding-top: 10px;
}
.wcpt-matched-name:last-child {
  padding-bottom: 10px;
}
.wcpt-match-highlight {
  background: #ff0;
}
.wcpt-navigation {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.wcpt-navigation--hidden {
  display: none !important;
}
.wcpt-template-price-min_max input[type="text"] {
  max-width: 75px;
  padding-left: 25px;
  font-size: inherit;
}
.wcpt-template-price-min_max .wcpt-currency-symbol {
  width: 0;
  position: relative;
  left: 15px;
  display: inline-block;
}
.wcpt-template-custom_field-min_max input[type="text"] {
  max-width: 75px;
  margin-right: 5px;
  padding: 10px;
}
.wcpt .wcpt-device-phone,
.wcpt .wcpt-device-tablet {
  display: none;
}
@media (max-width: 1199px) {
  .wcpt-table {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  frzTbl .wcpt-forms {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
  .wcpt-location-left.wcpt-filter-form {
    width: 100%;
  }
  .wcpt-location-left.wcpt-forms fieldset,
  .wcpt-location-top.wcpt-forms fieldset {
    margin-bottom: 10px;
    text-align: left;
    display: block;
    background: 0 0;
    border: none;
  }
  .wcpt-location-left.wcpt-forms fieldset .wcpt-filter-heading,
  .wcpt-location-top.wcpt-forms fieldset .wcpt-filter-heading {
    text-transform: capitalize;
    margin-bottom: 10px;
    font-size: 16px;
    display: block;
  }
}
.wcpt-edit-wrapper {
  clear: both;
  margin: 1em 0;
}
.wcpt-edit {
  display: inline-block;
}
.wcpt .wcpt-filter {
  display: inline-block;
  margin: 4px 8px 4px 0;
  vertical-align: middle;
  cursor: pointer;
}
.wcpt-right .wcpt-filter.wcpt-dropdown:last-child {
  margin-right: 0;
}
.wcpt-filter.wcpt-options-row {
  display: inline;
  cursor: auto;
  border: 1px solid transparent;
  padding: 0;
  background: 0 0;
}
.wcpt-filter.wcpt-options-column {
  padding: 10px 15px;
}
.wcpt-filter.wcpt-options-column .wcpt-options {
  cursor: auto;
  width: 230px;
  height: 200px;
  overflow-y: scroll;
  display: block;
}
.wcpt-filter.wcpt-options-column > .wcpt-filter-heading > .wcpt-icon,
.wcpt-filter.wcpt-options-row > .wcpt-filter-heading > .wcpt-icon {
  display: none;
}
.wcpt-left-sidebar
  .wcpt-filter.wcpt-options-row
  > .wcpt-filter-heading
  .wcpt-options-heading:after {
  content: "";
}
.wcpt-filter .wcpt-filter-heading {
  display: inline-block;
  white-space: nowrap;
  padding: 6px 10px 6px 16px;
}
.wcpt-dropdown-label {
  display: inline-block;
}
.wcpt-header .wcpt-filter.wcpt-dropdown .wcpt-filter-heading {
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 -2px 14px rgba(0, 0, 0, 0.025);
  transition: 50ms background-color, 0.2s border-color, 0.2s box-shadow;
}
.wcpt-header .wcpt-filter.wcpt-dropdown.wcpt-open .wcpt-filter-heading {
  border-color: rgba(0, 0, 0, 1);
  box-shadow: none;
}
.wcpt-no-heading.wcpt-filter.wcpt-options-column .wcpt-filter-heading,
.wcpt-no-heading.wcpt-filter.wcpt-options-row .wcpt-filter-heading {
  display: none;
}
.wcpt-filter.wcpt-options-row .wcpt-filter-heading {
  padding-left: 0;
}
.wcpt-filter.wcpt-options-column .wcpt-filter-heading {
  margin-bottom: 0.25em;
  display: block;
  font-weight: 700;
}
.wcpt-header .wcpt-filter.wcpt-dropdown .wcpt-filter-heading .wcpt-icon svg {
  vertical-align: top;
}
.wcpt-filter.wcpt-options-column .wcpt-option {
  display: block;
  padding: 5px;
  margin: 0;
}
.wcpt-filter label.wcpt-label {
  cursor: pointer;
}
.wcpt-active-count {
  min-width: 1em;
  font-size: 1em;
  line-height: 1em;
  text-align: center;
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  padding: 2px;
  box-sizing: content-box !important;
  margin-left: 0.1em;
  font-weight: 400;
  display: inline-block;
}
.wcpt-left-sidebar .wcpt-active-count,
.wcpt-options-row .wcpt-active-count,
.wcpt-redirect-enabled .wcpt-active-count,
[data-wcpt-filter="availability"].wcpt-filter .wcpt-active-count,
[data-wcpt-filter="on_sale"].wcpt-filter .wcpt-active-count {
  display: none;
}
.wcpt .wcpt-dropdown-label .wcpt-icon {
  margin-right: 0.3em;
}
.wcpt-filter > svg {
  height: 1em;
  width: 1em;
  vertical-align: middle;
  stroke-width: 3px;
  margin-left: 2px;
}
.wcpt-filter .wcpt-options {
  display: inline;
}
.wcpt-filter .wcpt-option {
  display: inline-block;
  cursor: pointer;
  margin: 0 6px 0 0;
}
.wcpt-navigation.wcpt-header .wcpt-options-row .wcpt-option {
  padding: 7px 14px 7px 14px;
  background: rgba(0, 0, 0, 0.01);
  border-radius: 4px;
  margin: 2px 6px 2px 0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: 0.2s background-color, 0.2s border-color, 0.2s box-shadown;
}
.wcpt-navigation.wcpt-header .wcpt-options-row .wcpt-option .wcpt-count,
.wcpt-navigation.wcpt-header .wcpt-options-row .wcpt-option > * {
  vertical-align: baseline;
}
.wcpt-navigation.wcpt-header .wcpt-options-row .wcpt-option:hover {
  background: rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.05);
}
.wcpt-navigation.wcpt-header .wcpt-options-row .wcpt-option.wcpt-active {
  background: rgba(0, 0, 0, 0.07);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}
.wcpt-filter .wcpt-option input[type="checkbox"],
.wcpt-filter .wcpt-option input[type="radio"] {
  margin-right: 8px;
  vertical-align: baseline;
}
.wcpt-filter .wcpt-options-heading {
  margin-right: 10px;
  font-weight: 700;
}
.wcpt-filter.wcpt-options-column .wcpt-options-heading,
.wcpt-filter.wcpt-options-row .wcpt-options-heading {
  margin-right: 0;
}
.wcpt-filter.wcpt-options-row.wcpt-heading-separate-line .wcpt-filter-heading {
  margin-bottom: 0.25em;
  display: block;
}
.wcpt-filter .wcpt-options-heading:empty {
  display: none;
}
.wcpt-filter .wcpt-options-heading + .wcpt-icon {
  display: inline-block;
}
.wcpt-color {
  width: 15px;
  display: inline-block;
  height: 15px;
}
.wcpt-color.wcpt-shape-circle {
  border-radius: 100%;
  margin: 0 3px;
  vertical-align: middle;
  position: relative;
  top: -0.15em;
}
.wcpt-tooltip {
  position: relative;
  font-weight: 400;
  line-height: 1.25em;
  display: inline-block;
}
.wcpt-line-separator {
  display: block !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  background-color: rgb(0 0 0 / 3%);
  width: 100%;
  height: 1px;
  border: 0 solid rgb(0 0 0 / 3%);
  border-radius: 10px;
  margin: 10px 0;
}
.wcpt-tooltip.wcpt-tooltip--open-on-click > .wcpt-tooltip-label {
  cursor: pointer;
}
.wcpt-tooltip-label {
  display: inline-block;
  padding: 3px 6px;
  border-radius: 3px;
  color: #000;
  white-space: nowrap;
}
.wcpt-heading .wcpt-item-row .wcpt-tooltip {
  vertical-align: baseline;
}
.wcpt-heading .wcpt-tooltip-label {
  padding: 5px;
  background: 0 0;
}
.wcpt-click-events .wcpt-tooltip-label {
  cursor: pointer;
}
.wcpt-navigation .wcpt-tooltip-label {
  padding: 5px;
  background: 0 0;
}
.wcpt-navigation .wcpt-tooltip-label .wcpt-icon {
  font-size: 18px;
  position: relative;
  top: 0.12em;
}
.wcpt-tooltip-label .wcpt-icon {
  top: 0.03em;
}
.wcpt-navigation .wcpt-tooltip-label .wcpt-icon svg {
  vertical-align: baseline;
}
.wcpt-tooltip > .wcpt-tooltip-content-wrapper {
  position: absolute;
  top: calc(100% + 14px);
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  text-align: center;
  pointer-events: none;
}
.wcpt-tooltip:not(.wcpt-open) > .wcpt-tooltip-content-wrapper,
.wcpt-tooltip:not(.wcpt-open)
  > .wcpt-tooltip-content-wrapper
  > .wcpt-tooltip-content {
  height: 0 !important;
  padding: 0 !important;
  border-width: 0 !important;
  overflow: hidden !important;
}
.wcpt-tooltip > .wcpt-tooltip-content-wrapper > .wcpt-tooltip-content {
  display: inline-block;
  position: relative;
  width: auto !important;
  background: #eee;
  color: #000;
  padding: 0.75em 1.25em;
  line-height: 1.4em;
  font-size: 14px;
  border-radius: 3px;
  pointer-events: initial;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  text-align: left;
  white-space: normal;
  opacity: 0;
  transition: 0.2s opacity, 0.2s transform;
  transform: translateY(4px);
}
.wcpt-tooltip.wcpt-open
  > .wcpt-tooltip-content-wrapper
  > .wcpt-tooltip-content {
  opacity: 1;
  transform: translateY(0);
}
.wcpt-tooltip > .wcpt-tooltip-content-wrapper[data-wcpt-position="above"] {
  top: auto;
  bottom: calc(100% + 14px);
}
.wcpt .wcpt-tooltip-content > .wcpt-item-row {
  display: block;
  margin-bottom: 2px;
}
.wcpt-tooltip.wcpt-open > .wcpt-tooltip-content-wrapper {
  display: block;
  z-index: 5;
}
.wcpt-tooltip.wcpt-open.wcpt-tooltip--popup-enabled
  > .wcpt-tooltip-content-wrapper {
  position: fixed;
  top: calc(50% + 14px);
  bottom: auto;
  transform: translate(-50%, -50%);
}
.wcpt-tooltip.wcpt-tooltip--popup-enabled.wcpt-open {
  cursor: default;
}
.wcpt-tooltip.wcpt-open.wcpt-tooltip--popup-enabled.wcpt-open
  .wcpt-tooltip-content:after {
  content: "\00D7";
  position: absolute;
  font-family: Helvetica, Arial, sans-serif;
  right: -35px;
  top: 0;
  font-size: 30px;
  font-weight: 100;
  pointer-events: none;
  color: #555;
}
.wcpt-tooltip.wcpt-open.wcpt-tooltip--popup-enabled.wcpt-open
  .wcpt-tooltip-content {
  right: auto !important;
  left: auto !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
}
@media (max-width: 800px) {
  .wcpt-tooltip.wcpt-open.wcpt-tooltip--popup-enabled.wcpt-open
    .wcpt-tooltip-content:after {
    right: -30px;
    font-size: 25px;
  }
}
.wcpt-tooltip.wcpt-tooltip--popup-enabled.wcpt-open:before {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  content: "";
  z-index: 5;
}
.wcpt-tooltip-popup-displayed .frzTbl-table-wrapper__inner {
  transform: none !important;
}
.wcpt-tooltip-popup-displayed .frzTbl-antiscroll-wrap,
.wcpt-tooltip-popup-displayed .frzTbl-fixed-heading-wrapper-outer,
.wcpt-tooltip-popup-displayed .frzTbl-frozen-columns-wrapper,
.wcpt-tooltip-popup-displayed .wcpt-cart-badge-number,
.wcpt-tooltip-popup-displayed .wcpt-cart-widget,
.wcpt-tooltip-popup-displayed .wcpt-range-slider-wrapper,
.wcpt-tooltip-popup-displayed .wcpt-tooltip-arrow {
  display: none !important;
}
.wcpt-tooltip-content:before {
  content: " ";
  display: block;
  position: absolute;
  top: -16px;
  left: 0;
  width: 100%;
  height: 16px;
}
.wcpt-tooltip--hover-disabled:not(.wcpt-tooltip--open-on-click)
  > .wcpt-tooltip-content-wrapper
  > .wcpt-tooltip-content:before,
.wcpt-tooltip--open-on-click
  > .wcpt-tooltip-content-wrapper
  > .wcpt-tooltip-content:before {
  display: none;
}
.wcpt-tooltip-content-wrapper[data-wcpt-position="above"]
  > .wcpt-tooltip-content:before {
  top: auto;
  bottom: -16px;
}
.wcpt-tooltip-arrow {
  width: 16px;
  height: 8px;
  position: absolute;
  top: 0.25px;
  left: 50%;
  transform: translate(-50%, -100%);
}
@-moz-document url-prefix() {
  .wcpt-tooltip-arrow {
    top: 0;
  }
}
.wcpt-tooltip-content-wrapper[data-wcpt-position="above"]
  > .wcpt-tooltip-content
  > .wcpt-tooltip-arrow {
  top: auto;
  bottom: 0;
  transform: translate(-50%, 100%) rotate(180deg);
}
.wcpt-tooltip-close {
  position: absolute;
  top: -8px;
  right: -8px;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.3);
  line-height: 1;
  text-align: center;
  border-radius: 100%;
  cursor: pointer;
  opacity: 0.75;
  color: #000;
  stroke: #000;
  stroke-width: 2px;
  padding: 2px;
}
.wcpt-dropdown {
  position: relative;
}
.wcpt-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 4;
  width: 250px;
  max-height: 600px;
  overflow-y: auto;
  margin: 5px 0 0;
  padding: 5px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  cursor: default;
  opacity: 0;
  transform: translateY(4px);
  transition: 0.1s opacity, 0.2s transform;
}
.wcpt-dropdown:not(.wcpt-open) .wcpt-dropdown-menu {
  padding: 0 !important;
  height: 0 !important;
  border-width: 0 !important;
}
@media (min-width: 750px) {
  .wcpt-right .wcpt-dropdown-menu {
    left: auto;
    right: 0;
  }
}
.wcpt-dropdown:after {
  content: "";
  display: none;
  position: absolute;
  width: 100%;
  height: 7px;
  bottom: -7px;
  left: 0;
  z-index: 1;
}
.wcpt-header .wcpt-dropdown.wcpt-open:after {
  display: block;
}
.wcpt-dropdown-sub-menu {
  padding-left: 0.75em;
  margin-top: 2px;
}
.wcpt-options-row .wcpt-dropdown-sub-menu {
  display: inline;
  padding: 0;
}
.wcpt-dropdown.wcpt-open .wcpt-dropdown-menu {
  opacity: 1;
  transform: translateY(0);
}
.wcpt-dropdown-option {
  display: block;
  padding: 6px 8px;
  cursor: pointer;
  position: relative;
  font-weight: 400;
  margin: 0 !important;
}
.wcpt-dropdown-option:hover {
  background: rgb(0 0 0 / 2%);
}
.wcpt-dropdown-option > label {
  display: block;
  padding: 0 !important;
  cursor: pointer;
  margin: 0;
  font-weight: 400;
}
.wcpt-dropdown-option > input[type="checkbox"],
.wcpt-dropdown-option > input[type="radio"] {
  margin: 0 0.6em 0 0;
}
.wcpt-dropdown-option > label > input + span {
  vertical-align: middle;
}
.wcpt .wcpt-current-term > label {
  font-weight: 700;
}
@media (max-width: 749px) {
  body:not(.wcpt-nav-modal-on)
    .wcpt-left-sidebar
    .wcpt-open
    .wcpt-dropdown-menu {
    display: none !important;
  }
  .wcpt-header .wcpt-dropdown {
    margin: 6px 0;
  }
  .wcpt-header .wcpt-csv-download,
  .wcpt-header .wcpt-dropdown,
  .wcpt-header .wcpt-filter .wcpt-filter-heading {
    width: 100%;
    margin: 2px 0 !important;
  }
  .wcpt-header .wcpt-dropdown-menu {
    position: relative !important;
    margin: 0;
    width: 100% !important;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  }
  .wcpt-header .wcpt-dropdown.wcpt-open .wcpt-dropdown-menu {
    margin-top: 5px;
  }
  .wcpt-header .wcpt-dropdown > .wcpt-filter-heading > .wcpt-icon:last-child {
    position: absolute;
    right: 15px;
    top: calc(50% - 8px);
  }
  .wcpt-header
    .wcpt-dropdown.wcpt-open
    > .wcpt-filter-heading
    > .wcpt-icon:last-child {
    transform: rotate(180deg) !important;
    stroke-width: 3px;
    font-size: 1.1em;
  }
}
.wcpt-range-options-main:not(:nth-child(1)) {
  padding-left: 15px;
  margin-top: 5px !important;
}
.wcpt .wcpt-options-row .wcpt-range-options-main:not(:nth-child(1)) {
  vertical-align: top !important;
  margin-top: 0 !important;
  padding-top: 2px;
}
.wcpt .wcpt-options-row .wcpt-range-options-main {
  border-color: transparent !important;
  box-shadow: none !important;
  background: 0 0 !important;
  vertical-align: middle;
}
.wcpt .wcpt-options-row .wcpt-range-options-main:nth-child(1) {
  padding: 0;
}
.wcpt-range-options-main input[type="number"] {
  width: 50px;
  height: 36px;
  margin-right: 5px;
  margin-bottom: 0;
  display: inline-block;
  padding: 0 0 0 5px;
  background-color: #fff;
}
.wcpt-nav-modal .wcpt-range-options-main input[type="number"] {
  width: 75px;
}
.wcpt-range-options-main input[type="number"]::-webkit-inner-spin-button,
.wcpt-range-options-main input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.wcpt-range-options-main input[type="number"] {
  -moz-appearance: textfield;
}
.wcpt-range-input-separator {
  margin-right: 5px;
}
.wcpt-filter span.wcpt-date-picker-submit-button,
.wcpt-filter span.wcpt-range-submit-button {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  background: #f9f9f9;
  border-radius: 3px;
  cursor: pointer;
}
.wcpt-filter span.wcpt-date-picker-submit-button:hover,
.wcpt-filter span.wcpt-range-submit-button:hover {
  border-color: rgba(0, 0, 0, 0.4);
  box-shadow: none;
}
.wcpt-nav-modal span.wcpt-range-submit-button {
  display: none;
}
[data-wcpt-filter="sort_by"] .wcpt-dropdown-menu {
  width: 290px;
}
.wcpt-navigation-modal-toggle {
  border: 1px solid #333;
}
.wcpt-result-count {
  display: inline-block;
  vertical-align: middle;
}
.wcpt-clear-filters-wrapper {
  display: inline-block;
}
.wcpt-clear-filter > * {
  vertical-align: middle;
}
.wcpt-clear-filter > svg {
  height: 1em;
  width: 1em;
}
.wcpt-clear-filter {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  border-radius: 3px;
  margin: 5px 8px 5px 0;
  padding: 5px 10px 5px 8px;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.06);
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.wcpt-clear-filter:hover {
  background: rgba(0, 0, 0, 0.04);
  border-color: rgba(0, 0, 0, 0.2);
}
.wcpt-clear-filter > .wcpt-separator.wcpt-dot {
  font-size: 1.25em;
  line-height: 0.5em;
  font-weight: 900;
  margin: 0.1em;
}
.wcpt-clear-filter > .wcpt-dropdown-menu {
  padding: 2px;
  width: 200px;
}
.wcpt-clear-filter > .wcpt-dropdown-menu .wcpt-dropdown-option {
  padding: 5px;
  margin-bottom: 0;
}
.wcpt-clear-filter > .wcpt-dropdown-menu .wcpt-dropdown-option span,
.wcpt-clear-filter > .wcpt-dropdown-menu .wcpt-dropdown-option svg {
  height: 1em;
  width: 1em;
  vertical-align: middle;
}
.wcpt-clear-filter > .wcpt-dropdown-menu .wcpt-dropdown-option svg {
  margin-right: 0.25em;
}
.wcpt-clear-all-filters {
  margin: 5px;
  display: inline-block;
  text-decoration: underline;
  vertical-align: middle;
}
.wcpt-clear-all-filters.wcpt-small-device-only,
.wcpt-responsive-navigation .wcpt-clear-all-filters.wcpt-big-device-only {
  display: none;
}
.wcpt-responsive-navigation .wcpt-clear-all-filters.wcpt-small-device-only {
  display: inline-block;
  margin-right: 12px;
  text-decoration: underline;
}
.wcpt-filter-row {
  clear: both;
  width: 100%;
  margin: 5px 0;
}
.wcpt-filter-row:first-child {
  margin-top: 0 !important;
}
.wcpt-filter-row:last-child {
  margin-bottom: 0 !important;
}
.wcpt-filter-row:after {
  display: block;
  clear: both;
}
.wcpt-filter-row.wcpt-hide {
  display: none !important;
  height: 0 !important;
  overflow: hidden !important;
}
.wcpt-filter-column {
  text-align: left;
  display: inline-block;
  vertical-align: middle;
}
.wcpt-filter-column.wcpt-right {
  text-align: right;
}
.wcpt-filter-row.wcpt-ratio-100-0 .wcpt-left {
  width: 100%;
}
.wcpt-filter-row.wcpt-ratio-100-0 .wcpt-right {
  display: none;
}
.wcpt-filter-row.wcpt-ratio-70-30 .wcpt-left {
  width: 70%;
}
.wcpt-filter-row.wcpt-ratio-70-30 .wcpt-right {
  width: 30%;
}
.wcpt-filter-row.wcpt-ratio-50-50 .wcpt-left {
  width: 50%;
}
.wcpt-filter-row.wcpt-ratio-50-50 .wcpt-right {
  width: 50%;
}
.wcpt-filter-row.wcpt-ratio-30-70 .wcpt-left {
  width: 30%;
}
.wcpt-filter-row.wcpt-ratio-30-70 .wcpt-right {
  width: 70%;
}
.wcpt-filter-row.wcpt-ratio-0-100 .wcpt-left {
  display: none;
}
.wcpt-filter-row.wcpt-ratio-0-100 .wcpt-right {
  width: 100%;
}
.wcpt-icon {
  vertical-align: middle;
  stroke-width: 2px;
  fill: transparent;
  width: 1em;
  height: 1em;
  display: inline-block;
}
.wcpt-icon > svg {
  vertical-align: text-top;
  height: 1em;
  width: 1em;
  stroke-width: inherit;
  fill: inherit;
  position: relative;
  display: inline-block !important;
}
.wcpt-button-label > .wcpt-icon {
  font-size: 1.1em;
  margin: 0;
}
.wcpt-filter .wcpt-item-row {
  display: inline;
}
.wcpt-filter .wcpt-item-row > span:not(.wcpt-tooltip) {
  display: inline;
}
body.wcpt-modal-on {
  overflow: hidden !important;
}
.wcpt-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  overflow-y: auto;
  z-index: 100000000;
}
.wcpt-modal-content {
  position: relative;
  width: 460px;
  max-width: 90%;
  margin: 7.5% auto 50px;
  border: 1px solid #ddd;
  padding: 0;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  color: #000;
}
.wcpt-product-form .label,
.wcpt-product-form .value {
  border: none;
}
.wcpt-product-form-loading-modal .wcpt-modal-content {
  width: 350px;
}
.wcpt-product-form-loading-modal .woocommerce-variation-price,
.wcpt-product-form-loading-modal .woocommerce-variation-stock {
  display: inline-block;
}
.wcpt-product-form .wcpt-close-modal {
  text-align: right;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 20px;
  color: #000;
}
.wcpt-product-form-loading-modal .wcpt-close-modal {
  display: none;
}
.wcpt-product-form .wcpt-close-modal-icon {
  height: 1em;
  width: 1em;
  font-size: 20px;
  display: inline-block;
}
.wcpt-product-form .wcpt-close-modal-icon > svg {
  vertical-align: top;
  width: 1em;
}
.wcpt-product-form-loading-text,
.wcpt-product-form-title {
  font-size: 20px;
  line-height: 1.2em;
  padding: 20px;
  display: block;
  background: #f7f7f7;
  color: #000;
}
.wcpt-product-form-price {
  font-size: 18px;
  line-height: 1em;
  padding: 5px 0 0;
  display: block;
  color: rgba(0, 0, 0, 0.5);
}
span.wcpt-product-form-loading-text .wcpt-ajax-badge {
  vertical-align: text-top;
  margin-right: 10px;
}
span.wcpt-product-form-loading-text .wcpt-ajax-badge > svg {
  vertical-align: top;
  height: 1em;
  width: 1em;
  position: relative;
  top: 3px;
  animation: wcptRotate 2s infinite linear;
  -webkit-animation: wcptRotate 2s infinite linear;
  -moz-animation: wcptRotate 2s infinite linear;
  -o-animation: wcptRotate 2s infinite linear;
}
.wcpt-product-form form.cart {
  padding: 10px 25px 25px;
  margin: 0 !important;
}
.wcpt-product-form table.variations {
  margin: 0 0 20px !important;
  border: none !important;
  font-size: 18px;
  border-collapse: collapse;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
}
.wcpt-product-form table.variations tr {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.075) !important;
}
.wcpt-product-form table.variations tr td {
  border: none !important;
  padding: 1em 5px 1em 10px !important;
  vertical-align: middle;
  text-align: left;
  background: 0 0;
  display: table-cell;
}
.wcpt-product-form table.variations tr td.label label {
  font-size: 16px;
  line-height: 1.2em;
  text-transform: none;
  background: 0 0;
  color: #000;
  margin: 0;
}
.wcpt-product-form table.variations tr td:first-child {
  width: 150px;
}
.wcpt-product-form select {
  height: 30px;
  line-height: 20px;
  margin-right: 10px;
  width: 190px;
  display: inline-block !important;
}
.wcpt-product-form input.qty[type="number"] {
  width: 70px;
  padding: 6px 10px;
  height: 38px;
}
.wcpt-product-form .reset_variations {
  margin: 0;
  font-size: 14px;
  text-decoration: underline;
}
.wcpt-product-form .quantity {
  display: inline-block;
  vertical-align: middle;
  width: auto !important;
  margin: 0 10px 0 0 !important;
}
.wcpt-product-form .quantity input[type="number"] {
  margin: 0 !important;
  height: 40px;
  box-sizing: border-box;
}
.wcpt-product-form .button.button.single_add_to_cart_button,
.wcpt-product-form .woocommerce-variation-add-to-cart .button {
  width: auto;
  margin: 0;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 1em;
  padding: 12px 18px;
  border-radius: 4px;
  cursor: pointer;
  vertical-align: middle;
}
.wcpt-product-form .woocommerce-variation-availability,
.wcpt-product-form .woocommerce-variation-price {
  display: inline-block;
  vertical-align: middle;
}
.wcpt-product-form .woocommerce-variation-availability p {
  margin: 0;
  font-size: 16px;
  color: #999;
}
.wcpt-product-form .woocommerce-variation-price {
  font-size: 20px;
  margin: 0 20px 0 0;
  line-height: 1em;
  border: none;
}
.wcpt-product-form .price .woocommerce-Price-amount:empty,
.wcpt-product-form .woocommerce-variation-price:empty,
.woocommerce-variation-availability:empty,
.woocommerce-variation-description:empty {
  display: none;
}
.woocommerce-variation-add-to-cart {
  margin-top: 20px;
}
.wcpt-product-form .tinvwl_add_to_wishlist_button,
.woocommerce-variation-add-to-cart .screen-reader-text {
  display: none;
}
@media (max-width: 749px) {
  .wcpt-filter-row {
    display: block;
    margin: 0;
  }
  .wcpt-filter-row .wcpt-filter-column {
    display: inline;
    text-align: left;
  }
  .wcpt-product-form table.variations tr,
  .wcpt-product-form table.variations tr td {
    display: block;
  }
  .wcpt-product-form table.variations tr {
    padding: 5px 0 !important;
  }
  .wcpt-product-form table.variations tr td {
    border: none !important;
    padding: 5px 0 !important;
  }
  .wcpt-product-form select {
    height: 40px;
    margin-right: 10px;
    width: 100%;
  }
  .wcpt-product-form .reset_variations {
    display: inline-block;
    margin: 15px 0 10px;
    font-size: 16px;
  }
  .wcpt-pagination .page-numbers,
  .wcpt-pagination .page-numbers.current {
    margin: 0.4em 0.4em 0.4em;
  }
}
.wcpt-left-sidebar + .wcpt-header,
.wcpt-left-sidebar
  + .wcpt-header
  + .wcpt-responsive-navigation
  + .wcpt-nav-modal-tpl
  + .wcpt-no-results.wcpt-device-laptop,
.wcpt-left-sidebar
  + .wcpt-header
  + .wcpt-responsive-navigation
  + .wcpt-nav-modal-tpl
  + .wcpt-required-but-missing-nav-filter-message,
.wcpt-left-sidebar
  + .wcpt-header
  + .wcpt-responsive-navigation
  + .wcpt-nav-modal-tpl
  + .wcpt-table-scroll-wrapper-outer,
.wcpt-left-sidebar
  + .wcpt-header
  + .wcpt-responsive-navigation
  + .wcpt-nav-modal-tpl
  + .wcpt-table-scroll-wrapper-outer
  + .wcpt-in-footer,
.wcpt-left-sidebar
  + .wcpt-header
  + .wcpt-responsive-navigation
  + .wcpt-nav-modal-tpl
  + .wcpt-table-scroll-wrapper-outer
  + .wcpt-in-footer
  + .wcpt-infinite-scroll-dots,
.wcpt-left-sidebar
  + .wcpt-header
  + .wcpt-responsive-navigation
  + .wcpt-nav-modal-tpl
  + .wcpt-table-scroll-wrapper-outer
  + .wcpt-in-footer
  + .wcpt-pagination,
.wcpt-left-sidebar
  + .wcpt-header
  + .wcpt-responsive-navigation
  + .wcpt-nav-modal-tpl
  + .wcpt-table-scroll-wrapper-outer
  + .wcpt-infinite-scroll-dots,
.wcpt-left-sidebar
  + .wcpt-header
  + .wcpt-responsive-navigation
  + .wcpt-nav-modal-tpl
  + .wcpt-table-scroll-wrapper-outer
  + .wcpt-pagination {
  float: right;
  width: calc(100% - 280px);
}
.wcpt-header {
  margin-bottom: 5px;
  border: 0 solid transparent;
}
.wcpt-header + .wcpt-table-scroll-wrapper-outer {
  margin-top: 0;
}
.wcpt-filter input[type="checkbox"],
.wcpt-filter input[type="radio"] {
  vertical-align: baseline;
  margin: 0 0.3em 0 0;
  display: inline !important;
  width: auto;
}
.wcpt-filter input[type="radio"] {
  margin: 0 0.5em 0 0;
}
.wcpt-filter input[type="checkbox"] + span .wcpt-text,
.wcpt-filter input[type="radio"] + span .wcpt-text {
  vertical-align: baseline;
}
@-moz-document url-prefix() {
  .wcpt-left-sidebar .wcpt-filter input[type="checkbox"],
  .wcpt-left-sidebar .wcpt-filter input[type="radio"] {
    position: relative;
    top: 0.05em;
  }
}
.wcpt-filter input[type="checkbox"] + span,
.wcpt-filter input[type="radio"] + span {
  vertical-align: baseline;
}
.wcpt-responsive-navigation {
  display: none;
  padding: 10px 0;
}
.wcpt-responsive-navigation:empty {
  padding: 0;
}
.wcpt-responsive-navigation > .wcpt-item-row {
  margin-bottom: 0.5em;
}
body a.wcpt-rn-button {
  padding: 8px 20px 8px 20px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.33);
  border-radius: 4px;
  margin: 4px 10px 4px 0;
  cursor: pointer;
  vertical-align: middle;
  text-decoration: none !important;
  box-shadow: none !important;
  color: #000;
  display: inline-block;
}
body a.wcpt-rn-button * {
  display: inline-block;
}
.wcpt-nm-filters,
.wcpt-nm-sort {
  display: none;
}
.wcpt-nm-sort .wcpt-dropdown-menu {
  max-height: none !important;
}
.wcpt-show-filters .wcpt-nm-filters {
  display: block;
}
.wcpt-show-sort .wcpt-nm-sort {
  display: block;
}
@media (max-width: 1199px) {
  .wcpt-navigation:not(.wcpt-always-show) {
    display: none;
  }
  .wcpt-nav-modal .wcpt-navigation,
  .wcpt-responsive-navigation {
    display: block;
  }
  .wcpt-nav-modal .wcpt-dropdown-menu,
  .wcpt-nav-modal .wcpt-options {
    position: relative;
    margin: 0;
    width: 100%;
    box-shadow: none;
    z-index: 0;
    max-width: 100%;
    border: none !important;
  }
  .wcpt-nav-modal .wcpt-dropdown-menu .wcpt-dropdown-option,
  .wcpt-nav-modal .wcpt-dropdown-menu .wcpt-range-options-main,
  .wcpt-nav-modal .wcpt-dropdown-menu label,
  .wcpt-nav-modal .wcpt-options label {
    padding: 5px 0;
  }
  .wcpt-clear-filters-wrapper {
    white-space: nowrap;
    overflow-x: scroll;
    display: block;
    max-width: 100%;
    margin: 10px 0;
    border-width: 1px 0;
    padding: 5px;
    background: rgba(0, 0, 0, 0.025);
  }
  .wcpt-left-sidebar + .wcpt-header,
  .wcpt-left-sidebar
    + .wcpt-header
    + .wcpt-responsive-navigation
    + .wcpt-nav-modal-tpl
    + .wcpt-no-results.wcpt-device-laptop,
  .wcpt-left-sidebar
    + .wcpt-header
    + .wcpt-responsive-navigation
    + .wcpt-nav-modal-tpl
    + .wcpt-table-scroll-wrapper-outer,
  .wcpt-left-sidebar
    + .wcpt-header
    + .wcpt-responsive-navigation
    + .wcpt-nav-modal-tpl
    + .wcpt-table-scroll-wrapper-outer
    + .wcpt-in-footer,
  .wcpt-left-sidebar
    + .wcpt-header
    + .wcpt-responsive-navigation
    + .wcpt-nav-modal-tpl
    + .wcpt-table-scroll-wrapper-outer
    + .wcpt-in-footer
    + .wcpt-infinite-scroll-dots,
  .wcpt-left-sidebar
    + .wcpt-header
    + .wcpt-responsive-navigation
    + .wcpt-nav-modal-tpl
    + .wcpt-table-scroll-wrapper-outer
    + .wcpt-in-footer
    + .wcpt-pagination,
  .wcpt-left-sidebar
    + .wcpt-header
    + .wcpt-responsive-navigation
    + .wcpt-nav-modal-tpl
    + .wcpt-table-scroll-wrapper-outer
    + .wcpt-infinite-scroll-dots,
  .wcpt-left-sidebar
    + .wcpt-header
    + .wcpt-responsive-navigation
    + .wcpt-nav-modal-tpl
    + .wcpt-table-scroll-wrapper-outer
    + .wcpt-pagination {
    float: none;
    width: 100%;
  }
}
body.wcpt-nav-modal-on {
  left: 0;
  top: 0;
  width: 100%;
  position: relative !important;
  overflow: visible !important;
  padding: 0 !important;
  margin: 0 !important;
  overscroll-behavior-y: none;
}
body.wcpt-nav-modal-on > :not(.wcpt-nav-modal) {
  display: none !important;
}
.wcpt-nav-modal-tpl {
  display: none !important;
}
.wcpt-nav-modal {
  display: none;
  background: #fff;
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 100000;
  overflow-y: scroll;
  overflow-x: hidden;
  overscroll-behavior-y: none;
}
body.wcpt-nav-modal-on .wcpt-nav-modal {
  display: block;
}
.wcpt-nm-content {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  background: #f3f3f3;
  padding: 0 0 20px;
  -webkit-overflow-scrolling: touch;
  min-height: 100%;
  padding-top: 80px;
}
.wcpt-nm-heading {
  position: relative;
  width: 100%;
  font-size: 25px;
  z-index: 1;
  padding-left: 44px !important;
}
.wcpt-nm-heading--sticky {
  position: fixed;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.22);
  top: 0;
}
.wcpt-nm-heading + .wcpt-nm-accordion {
  margin-top: 100px;
}
.wcpt-nm-accordion-heading,
.wcpt-nm-heading {
  font-size: 26px;
  background-color: #fff;
  padding: 20px 25px;
  line-height: 1.2em;
  z-index: 1001;
  box-sizing: border-box;
}
.wcpt-nm-apply,
.wcpt-nm-reset {
  display: inline-block;
  background: #2196f3;
  padding: 8px 25px;
  font-size: 16px;
  color: #fff;
  letter-spacing: 1px;
  text-shadow: none;
  text-decoration: none;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.wcpt-nm-reset {
  background: #fff;
  color: #000;
  margin-right: 5px;
}
.wcpt-nm-action {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.wcpt-nav-modal .wcpt-nm-close {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  height: 100%;
  width: 40px;
  background: 0 0;
  color: #2395f3;
}
.wcpt-nav-modal .wcpt-nm-close:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 200%;
}
.wcpt-nav-modal .wcpt-nm-close svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  stroke-width: 3px;
}
.wcpt-on-sort-show {
  display: none;
}
.wcpt-show-sort .wcpt-nm-apply,
.wcpt-show-sort .wcpt-on-filters-show {
  display: none !important;
}
.wcpt-show-sort .wcpt-on-sort-show {
  display: inline-block;
}
.wcpt-nav-modal .wcpt-left-sidebar {
  width: 100%;
  border: none;
}
.wcpt-left-sidebar .wcpt-filter .wcpt-option {
  width: 100%;
}
.wcpt-nav-modal .wcpt-left-sidebar .wcpt-filter,
.wcpt-nav-modal .wcpt-left-sidebar .wcpt-filter + .wcpt-html,
.wcpt-nav-modal .wcpt-left-sidebar .wcpt-filter + .wcpt-text,
.wcpt-nav-modal .wcpt-left-sidebar .wcpt-search-wrapper {
  padding: 10px 20px;
  width: 90%;
  margin: 20px auto;
  display: block;
  float: none;
  background: #fff;
  clear: both;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  border-radius: 4px;
  border: none;
}
.wcpt-nav-modal [data-wcpt-filter="sort_by"] .wcpt-dropdown-menu {
  display: inline-block !important;
  height: auto !important;
  opacity: 1 !important;
}
.wcpt-nav-modal [data-wcpt-filter="sort_by"] .wcpt-filter-heading {
  display: none !important;
}
.wcpt-nav-modal [data-wcpt-filter="sort_by"] .wcpt-active {
  font-weight: 700;
}
.wcpt-nav-modal .wcpt-left-sidebar > .wcpt-item-row > div {
  width: 100% !important;
  margin: 0 !important;
  box-shadow: none !important;
  border-width: 0 0 1px 0;
  border-color: rgba(0, 0, 0, 0.05);
  border-style: solid;
  border-radius: 0;
  padding: 8px 10px 8px 16px;
}
.wcpt-nav-modal .wcpt-left-sidebar > .wcpt-item-row > div:last-child {
  border-bottom-width: 0;
}
.wcpt-nav-modal .wcpt-left-sidebar .wcpt-dropdown:after {
  display: none !important;
}
.wcpt-nav-modal .wcpt-left-sidebar .wcpt-dropdown-label,
.wcpt-nav-modal .wcpt-left-sidebar .wcpt-options-heading {
  font-weight: 700;
  display: inline-block;
  width: calc(100% - 25px);
  color: #000;
}
.wcpt-nav-modal .wcpt-filter .wcpt-filter-heading {
  display: block;
  margin: -10px -20px;
  padding: 15px 25px;
}
.wcpt-nav-modal
  .wcpt-left-sidebar
  .wcpt-filter
  > .wcpt-filter-heading
  > .wcpt-icon {
  display: inline-block;
  transition: 0.2s transform;
}
.wcpt-nav-modal
  .wcpt-left-sidebar
  .wcpt-filter
  > .wcpt-filter-heading
  > .wcpt-icon
  > svg {
  vertical-align: top;
}
.wcpt-nav-modal
  .wcpt-left-sidebar
  .wcpt-filter.wcpt-open
  > .wcpt-filter-heading
  > .wcpt-icon {
  transform: rotate(180deg) !important;
}
.wcpt-nm-accordion {
  background: #fff;
  margin: 20px 25px;
}
.wcpt-nm-accordion-heading {
  font-size: 18px;
  font-weight: 400;
  padding: 15px 20px 15px 25px;
  cursor: pointer;
  position: relative;
}
.wcpt-nm-close-trigger-icon,
.wcpt-nm-open-trigger-icon {
  position: absolute;
  top: 15px;
  right: 10px;
  color: #e0e0e0;
}
.wcpt-nm-accordion .wcpt-nm-close-trigger-icon,
.wcpt-nm-accordion.wcpt-nm-open .wcpt-nm-open-trigger-icon {
  display: none;
}
.wcpt-nm-accordion.wcpt-nm-open .wcpt-nm-close-trigger-icon {
  display: inline-block;
}
.wcpt-nm-selected-options {
  color: #777;
  font-size: 14px;
  margin-top: 5px;
}
.wcpt-nm-selected-options .wcpt-nm-separator {
  margin-right: 2px;
}
.wcpt-nm-truncate {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wcpt-nm-accordion-content {
  padding: 10px;
  border-top: 1px solid #f3f3f3;
  display: none;
}
.wcpt-nm-accordion.wcpt-nm-open .wcpt-nm-accordion-content {
  display: block;
}
.wcpt-nm-accordion-content > label {
  display: block;
  padding: 10px 10px 10px 40px;
  cursor: pointer;
  transition: 0.2s;
  position: relative;
}
input.wcpt-nm-input {
  position: absolute;
  top: 9px;
  left: 14px;
}
.wcpt-noselect,
.wcpt-noselect--qty-increment {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.wcpt-cart-widget {
  position: fixed;
  bottom: 50px;
  left: 50%;
  width: 400px;
  background: #4caf50;
  border: 2px solid rgba(0, 0, 0, 0.1);
  color: #fff;
  box-sizing: border-box;
  transform: translateX(-50%);
  padding: 0.5em 1.25em 0.6em;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  font-weight: 700;
  font-size: 16px;
  z-index: 10000;
  cursor: pointer;
}
.wcpt-modal-on .wcpt-cart-widget {
  display: none;
}
.wcpt-cart-widget .wcpt-cw-half,
.wcpt-cart-widget a.wcpt-cw-half {
  width: 49%;
  display: inline-block;
  color: inherit !important;
  text-decoration: none !important;
  box-shadow: none !important;
  border: none !important;
  background: 0 0 !important;
  background-image: none !important;
  font-size: inherit !important;
  vertical-align: middle;
  position: relative;
}
.wcpt-cart-widget .wcpt-cw__totals,
.wcpt-cart-widget a.wcpt-cw-half:last-child {
  white-space: nowrap;
}
.wcpt-cart-widget a.wcpt-cw-half:last-child {
  text-align: right;
}
.wcpt-cw-footer {
  font-size: 0.75em;
  font-weight: 400;
  opacity: 0.75;
}
.wcpt-cw-separator {
  display: inline-block;
  position: relative;
  width: 0.75em;
}
.wcpt-cw-separator:after {
  content: "";
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 20%;
  color: inherit;
  background-color: currentcolor;
  width: 2px;
  height: 60%;
  opacity: 0.5;
}
.wcpt-cw-cart-icon,
.wcpt-cw-loading-icon {
  position: relative;
}
.wcpt-cw-cart-icon {
  margin-left: 0.2em;
  top: -0.1em;
}
.wcpt-cw-cart-icon svg,
.wcpt-cw-loading-icon svg {
  stroke-width: 2.5;
  vertical-align: top;
}
.wcpt-cw-loading-icon svg {
  animation: wcptRotate 2s infinite linear;
  -webkit-animation: wcptRotate 2s infinite linear;
  -moz-animation: wcptRotate 2s infinite linear;
  -o-animation: wcptRotate 2s infinite linear;
}
.wcpt-cw-loading-icon {
  opacity: 0;
  margin-right: 0.15em;
  font-size: 1.25em;
  stroke-width: 1px;
}
.wcpt-cart-widget--loading .wcpt-cw-loading-icon {
  opacity: 1;
}
@media (min-width: 1200px) {
  .wcpt-cart-widget.wcpt-cart-widget--loading:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    opacity: 0;
    border-radius: 2px;
    animation: WCPT_Cart_Widget_Loading 0.7s infinite linear;
  }
  @keyframes WCPT_Cart_Widget_Loading {
    0% {
      transform: scale(1, 1);
      opacity: 0.6;
    }
    50% {
      transform: scale(1.1, 1.6);
      opacity: 0;
    }
  }
}
@media (max-width: 1199px) {
  .wcpt-cart-widget {
    border: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    width: 100%;
    bottom: 0;
    left: 0;
    transform: none;
    font-size: 16px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    padding: 1em;
  }
  .wcpt-cw-footer {
    font-size: 12px;
    bottom: 10px;
  }
}
.wcpt-property-list {
  display: block !important;
  border-radius: 10px;
  max-width: 100%;
}
.frzTbl .wcpt-property-list--1-column {
  max-width: 600px;
}
.frzTbl .wcpt-property-list--2-column,
.frzTbl .wcpt-property-list--3-column {
  max-width: 800px;
}
.frzTbl .wcpt-property-list--4-column,
.frzTbl .wcpt-property-list--5-column {
  max-width: 1000px;
}
.wcpt-property-list:not(
    .wcpt-property-list--1-column,
    .wcpt-property-list--table-layout
  )
  .wcpt-pl-row {
  float: left;
}
.wcpt-property-list--2-column .wcpt-pl-row {
  width: 50%;
}
.wcpt-property-list--3-column .wcpt-pl-row {
  width: 33.3%;
}
.wcpt-property-list--4-column .wcpt-pl-row {
  width: 25%;
}
.wcpt-property-list--5-column .wcpt-pl-row {
  width: 20%;
}
.wcpt-property-list--2-column .wcpt-pl-row:nth-child(2n + 1),
.wcpt-property-list--3-column .wcpt-pl-row:nth-child(3n + 1),
.wcpt-property-list--4-column .wcpt-pl-row:nth-child(4n + 1),
.wcpt-property-list--5-column .wcpt-pl-row:nth-child(5n + 1) {
  clear: left;
}
.wcpt-tg-on .wcpt-pl-inner {
  margin-bottom: 0.5em;
}
.wcpt-tg-trigger {
  display: inline-block;
  cursor: pointer;
  padding: 0;
  font-weight: 700;
  margin-top: 0.5em;
}
.wcpt-tg-trigger > .wcpt-toggle-rotate {
  margin-right: 0.25em;
  transform: rotate(0);
  transition: 0.3s;
  stroke-width: 4px;
}
.wcpt-tg-trigger > * {
  vertical-align: middle;
  display: inline-block;
}
.wcpt-tg-off .wcpt-tg-off-label,
.wcpt-tg-on .wcpt-tg-on-label {
  display: none;
}
.wcpt-tg-on > .wcpt-tg-trigger > .wcpt-toggle-rotate {
  transform: rotate(180deg);
}
.wcpt-tg-off .wcpt-tg-hide {
  display: none !important;
}
.wcpt-pl-row {
  padding: 0.25em 0;
  border-right-width: 0 !important;
  border-left-width: 0 !important;
  border-bottom-width: 0 !important;
}
.wcpt-pl-row:first-child {
  border-top-width: 0 !important;
}
.wcpt-property-name,
.wcpt-property-value {
  display: inline-block;
  vertical-align: middle;
}
.wcpt-property-name {
  margin-right: 0.5em;
}
.wcpt-property-name:empty {
  display: none;
}
.wcpt-property-list--label-above-value .wcpt-property-name,
.wcpt-property-list--label-above-value .wcpt-property-value {
  display: block;
  margin-bottom: 0.5em;
}
.wcpt-property-list--label-above-value .wcpt-property-value {
  margin-bottom: 0.2em;
}
@media (max-width: 800px) {
  .wcpt-property-list--label-above-value .wcpt-property-name,
  .wcpt-property-list--label-above-value .wcpt-property-value {
    margin-bottom: 0.2em;
  }
  .wcpt-property-list--label-above-value .wcpt-property-value {
    margin-bottom: 0.2em;
  }
  .wcpt-pl-row {
    padding: 0.4em 0;
  }
}
.wcpt-pl-inner:after {
  content: "";
  display: block;
  clear: both;
}
.wcpt-property-list--table-layout {
  display: inline-block !important;
  text-align: left;
}
.wcpt-property-list--table-layout .wcpt-pl-inner {
  display: table;
}
.wcpt-property-list--table-layout .wcpt-pl-inner .wcpt-pl-row {
  display: table-row;
}
.wcpt-property-list--table-layout .wcpt-pl-inner .wcpt-pl-row:nth-child(odd) {
  background: rgb(0 0 0 / 4%);
}
.wcpt-property-list--table-layout
  .wcpt-pl-inner
  .wcpt-pl-row
  .wcpt-property-name,
.wcpt-property-list--table-layout
  .wcpt-pl-inner
  .wcpt-pl-row
  .wcpt-property-value {
  display: table-cell;
  padding: 6px 8px;
}
.wcpt-device-view-loading-icon {
  width: 100px;
  height: 100px;
  font-size: 50px;
  margin: 0 auto;
  text-align: center;
  display: block;
  color: rgba(0, 0, 0, 1);
  background: rgba(255, 255, 255);
}
.wcpt-device-view-loading-icon > svg {
  animation: wcptRotate 2s infinite linear;
  -webkit-animation: wcptRotate 2s infinite linear;
  -moz-animation: wcptRotate 2s infinite linear;
  -o-animation: wcptRotate 2s infinite linear;
}
.wcpt-tb-ov {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.wcpt-lazy-load {
  margin: 10px 0;
  background: rgba(0, 0, 0, 0.01);
  padding: 20px;
}
.wcpt-lazy-load-animation {
  display: block;
  width: 64px;
  height: 64px;
  margin: 50px auto;
}
.wcpt-lazy-load-animation:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 5px solid #655d5d;
  border-color: rgba(0, 0, 0, 0.25) transparent rgba(0, 0, 0, 0.25) transparent;
  animation: wcpt-lds-dual-ring 1.5s linear infinite;
}
.wcpt-loading .wcpt-lazy-load-animation {
  opacity: 1;
}
.wcpt-loading .wcpt-lazy-load-animation:after {
  animation-duration: 0.7s;
}
@keyframes wcpt-lds-dual-ring {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.wcpt-filter-hierarchy-accordion:not(.wcpt-filter-hierarchy-accordion--open)
  + .wcpt-filter-hierarchy-accordion__content {
  display: none;
}
.wcpt-filter-hierarchy-accordion.wcpt-filter-hierarchy-accordion--open
  + .wcpt-filter-hierarchy-accordion__content {
  display: block;
}
.wcpt-filter-hierarchy-accordion__trigger {
  transition: 0.2s transform;
  transform: rotate(0);
  display: inline-block;
  opacity: 0.7;
  vertical-align: middle;
}
.wcpt-filter-hierarchy-accordion__trigger:hover {
  opacity: 1;
}
.wcpt-filter-hierarchy-accordion:not(.wcpt-filter-hierarchy-accordion--open)
  .wcpt-filter-hierarchy-accordion__trigger {
  transform: rotate(0);
}
.wcpt-filter-hierarchy-accordion.wcpt-filter-hierarchy-accordion--open
  .wcpt-filter-hierarchy-accordion__trigger {
  transform: rotate(180deg);
}
.wcpt-filter-hierarchy-accordion__trigger > svg {
  vertical-align: top;
}
.frzTbl-frozen-columns-wrapper .wcpt-row:nth-child(even) {
  background: #f7f7f7;
}
.frzTbl-frozen-columns-wrapper .wcpt-row:nth-child(odd),
.frzTbl-top-sticky .wcpt-heading-row {
  background: #fff;
}
.frzTbl-fixed-heading-wrapper-outer .wcpt-tooltip {
  opacity: 0 !important;
}
.wcpt-select-variation {
  cursor: pointer;
  margin: 2px 15px 2px 0;
  display: inline-block;
}
.wcpt-select-variation:last-child {
  margin-right: 0 !important;
}
.wcpt-select-variation.wcpt-variation-out-of-stock {
  cursor: default;
}
input[type="radio"].wcpt-variation-radio {
  margin-right: 2px;
  position: relative;
}
@media (max-width: 1199px) {
  input[type="radio"].wcpt-variation-radio {
    top: 1px;
  }
}
.wcpt-variation-attribute-dropdown-wrapper {
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
}
.wcpt-variation-attribute-dropdown-wrapper > span {
  display: none;
  margin-bottom: 4px;
}
.wcpt-add-to-cart-wrapper select,
.wcpt-product-form select,
select.wcpt-select-variation-dropdown {
  height: 2em;
  padding: 0 0.5em !important;
}
.wcpt-add-to-cart-wrapper select,
.wcpt-product-form select {
  margin: 0.25em 0.5em 0.25em 0 !important;
}
@media (max-width: 500px) {
  select.wcpt-select-variation-dropdown {
    max-width: 250px;
  }
}
.wcpt-add-to-cart-wrapper select {
  margin: 0 0.5em 0.5em 0;
  max-width: none !important;
  min-width: 0 !important;
}
.wcpt-add-to-cart-wrapper .woocommerce-variation-add-to-cart {
  margin-top: 0.5em;
}
.wcpt-add-to-cart-wrapper .woocommerce-variation-description {
  max-width: 300px;
}
.wcpt label.wcpt-variation-out-of-stock {
  text-decoration: line-through;
  opacity: 0.5;
}
.wcpt label.wcpt-variation-out-of-stock input {
  opacity: 1;
}
.wcpt-add-to-cart-wrapper .woocommerce-variation-availability:visible {
  margin-top: 10px;
}
.wcpt-add-to-cart-wrapper .compare-button,
.wcpt-add-to-cart-wrapper .yith-wcwl-add-to-wishlist,
.wcpt-product-form .compare-button,
.wcpt-product-form .yith-wcwl-add-to-wishlist {
  display: none !important;
}
@media (min-width: 1200px) {
  .wcpt-left-sidebar {
    float: left;
    width: 250px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background-color: #fff;
  }
  .wcpt-left-sidebar > .wcpt-item-row > div {
    width: 100% !important;
    margin: 0 !important;
    box-shadow: none !important;
    border-width: 0 0 1px 0;
    border-color: rgba(0, 0, 0, 0.05);
    border-style: solid;
    border-radius: 0;
    padding: 8px 10px 8px 16px;
  }
  .wcpt-left-sidebar > .wcpt-item-row > div {
    border-top-width: 0 !important;
    border-right-width: 0 !important;
    border-left-width: 0 !important;
  }
  .wcpt-left-sidebar > .wcpt-item-row > div:last-child {
    border-bottom-width: 0 !important;
  }
  .wcpt-left-sidebar .wcpt-dropdown:after {
    display: none !important;
  }
  .wcpt-left-sidebar .wcpt-dropdown-label,
  .wcpt-left-sidebar .wcpt-options-heading {
    font-weight: 700;
    display: inline-block;
    width: calc(100% - 25px);
    color: #000;
  }
  .wcpt-left-sidebar .wcpt-dropdown-menu,
  .wcpt-left-sidebar .wcpt-options {
    position: static;
    box-shadow: none;
    width: 100% !important;
    border: none !important;
    padding: 0 !important;
    margin: 0;
  }
  .wcpt-left-sidebar .wcpt-filter > .wcpt-filter-heading > .wcpt-icon {
    display: inline-block;
    transition: 0.2s transform;
  }
  .wcpt-left-sidebar .wcpt-filter > .wcpt-filter-heading > .wcpt-icon > svg {
    vertical-align: top;
  }
  .wcpt-left-sidebar .wcpt-dropdown-option,
  .wcpt-left-sidebar .wcpt-option {
    display: block;
    padding: 5px 5px 5px 2px;
    cursor: pointer;
    position: relative;
    margin: 0;
    line-height: 1.75em;
  }
  .wcpt-left-sidebar .wcpt-dropdown-option:hover {
    background: 0 0;
  }
  .wcpt-left-sidebar .wcpt-dropdown-sub-menu {
    padding-left: 0.75em;
  }
  .wcpt-left-sidebar .wcpt-dropdown-menu .wcpt-range-options-main {
    padding: 10px 5px;
  }
  .wcpt-left-sidebar .wcpt-dropdown-menu .wcpt-range-options-main > * {
    vertical-align: middle !important;
  }
  .wcpt-left-sidebar .wcpt-filter-heading {
    cursor: pointer;
    padding: 10px 10px;
    margin: -5px -10px !important;
    display: block;
  }
  .wcpt-left-sidebar .wcpt-no-heading > .wcpt-filter-heading {
    display: none !important;
  }
  .wcpt-left-sidebar .wcpt-search {
    margin: 10px 0;
    position: relative;
    max-width: 100%;
  }
  .wcpt-left-sidebar .wcpt-dropdown-menu,
  .wcpt-left-sidebar .wcpt-filter {
    background: 0 0;
  }
}
.wcpt-product-form-title + .stock {
  padding: 1em 25px 0;
  margin: 0;
}
.wcpt-product-form .wc-pao-addon {
  margin: 1em 0;
}
.wcpt-product-form .wc-pao-addon > p {
  margin-bottom: 0.5em;
}
.wcpt-product-form .product-addon-totals ul {
  margin: 1em 0;
  padding: 1em 0;
  list-style: none;
  border: 1px dashed #efefef;
  border-width: 1px 0;
  display: table;
  width: 100%;
}
.wcpt-product-form .product-addon-totals p {
  margin: 0;
  padding: 0;
}
.wcpt-product-form .product-addon-totals li {
  display: table-row;
  padding: 5px 0;
}
.wcpt-product-form .product-addon-totals li .price {
  display: block !important;
}
.wcpt-product-form .wc-pao-col1,
.wcpt-product-form .wc-pao-col2 {
  display: table-cell;
}
.wcpt-product-form .wc-pao-subtotal-line p {
  font-weight: 700;
  padding-top: 0.5em;
  font-size: 1.25em;
}
.wcpt-product-form .wc-pao-subtotal-line .amount {
  vertical-align: baseline;
  margin-left: 0.25em;
}
.wcpt .wc-pao-addon-radio,
.wcpt-product-form .wc-pao-addon-radio,
.wcpt-product-form label {
  display: inline;
}
.wcpt .wc-pao-addon-container,
.wcpt-product-form .wc-pao-addon-container {
  margin-bottom: 0.8em;
}
.wcpt .wc-pao-addons-container .validation_message,
.wcpt-product-form .wc-pao-addons-container .validation_message {
  padding: 0;
}
.wcpt-product-form div.product-addon-totals {
  padding-top: 0;
  border: none;
  margin: 0.8em 0;
}
.wcpt-product-form .cart > .wc-pao-addons-container {
  margin-bottom: 1.6em;
}
.wcpt-product-form .wc-pao-addon-image-swatch-select {
  display: none !important;
}
.wcpt-player {
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  transition: 0.1s;
}
.wcpt-player__button {
  background: rgba(0, 0, 0, 0.05);
  position: relative;
  height: 35px;
  width: 35px;
  cursor: pointer;
  display: block;
  border-radius: inherit;
  border: 1px solid rgba(0, 0, 0, 0.025);
}
.wcpt-player__button:hover {
  opacity: 0.75;
}
.wcpt-player__button svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 50%;
  width: 50%;
  fill: #444;
}
.wcpt-player__play-button svg {
  left: 54%;
}
.wcpt-player__pause-button {
  background: rgba(0, 0, 0, 0.025);
  border-color: transparent;
  display: none;
}
.wcpt-player--playing {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0.1) inset;
  animation: wcptMediaPlaying 1.2s ease-out infinite;
}
.wcpt-player.wcpt-player--playing .wcpt-player__play-button {
  display: none;
}
.wcpt-player.wcpt-player--playing .wcpt-player__pause-button {
  display: block;
}
.wcpt-player.wcpt-player--playing:not(.wcpt-media-loaded) {
  animation: wcptMediaLoading 1s ease-in-out infinite;
}
@keyframes wcptMediaLoading {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
  100% {
    opacity: 1;
  }
}
@keyframes wcptMediaPlaying {
  0% {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.1) inset;
  }
  100% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.02),
      0 0 1px rgba(0, 0, 0, 0.01) inset;
  }
}
.wcpt-archive_redirect [data-wcpt-slug],
.wcpt-archive_redirect [data-wcpt-slug] span,
.wcpt-trigger_filter [data-wcpt-slug],
.wcpt-trigger_filter [data-wcpt-slug] span {
  text-decoration: underline;
  cursor: pointer;
}
.wcpt-archive_redirect [data-wcpt-slug][data-wcpt-filtering="true"],
.wcpt-trigger_filter [data-wcpt-slug][data-wcpt-filtering="true"] {
  font-weight: 700 !important;
}
.wcpt-trigger_filter [data-wcpt-slug][data-wcpt-filtering="true"]:hover {
  opacity: 0.7;
}
.wcpt-force-hide-dropdown-menus .wcpt-dropdown-menu {
  display: none !important;
}
.wcpt-remove {
  padding: 4px 8px;
  color: #d32f2f;
  stroke-width: 3px;
  cursor: pointer;
  vertical-align: middle;
}
.wcpt-remove.wcpt-disabled {
  opacity: 0;
  cursor: default;
}
.wcpt-removing-product .wcpt-remove {
  animation: wcptMediaLoading 0.6s ease-in-out infinite;
}
.wcpt-apply,
.wcpt-reset {
  font-size: 1.1em;
  color: #fff;
  background: #039be5;
  padding: 0.2em 1em;
  border-radius: 4px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: 0.2s;
  vertical-align: middle;
  display: inline-block;
}
.wcpt-apply:not(.wcpt-disabled):hover {
  background: #10abf3;
}
.wcpt-reset {
  background: #fff;
  color: #000;
  border-color: rgba(0, 0, 0, 0.1);
}
.wcpt-reset:not(.wcpt-disabled):hover {
  background: #f5f5f5;
}
.wcpt-apply.wcpt-disabled,
.wcpt-reset.wcpt-disabled {
  opacity: 0.5;
  cursor: default;
}
.wcpt-left-sidebar .wcpt-apply {
  width: 90%;
  display: block !important;
  margin: 10px auto !important;
  text-align: center;
}
.wcpt-left-sidebar .wcpt-reset {
  width: 90%;
  display: block !important;
  margin: 10px auto !important;
  text-align: center;
}
@media (max-width: 1199px) {
  .wcpt-left-sidebar .wcpt-apply-reset-wrapper {
    display: block !important;
    width: 100% !important;
  }
  .wcpt-left-sidebar .wcpt-apply-reset-wrapper > span {
    width: 130px;
    display: inline-block !important;
    margin-right: 10px !important;
  }
}
.wcpt-notice-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100000;
}
.wcpt-notice-wrapper > ul.woocommerce-error {
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 20px 40px;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  max-width: 90%;
  width: 550px;
  padding: 20px 30px 20px 50px;
}
.wcpt-notice-wrapper .wc-forward {
  display: none;
}
.wcpt-notice-wrapper > ul > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 10px;
  font-size: 18px;
  line-height: 1.6em;
  color: #000;
}
.wcpt-notice-wrapper > ul > li:first-child {
  padding-top: 0;
}
.wcpt-notice-wrapper > ul > li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.wcpt-notice-wrapper .woocommerce-message {
  display: none;
}
.wcpt-notice-wrapper .woocommerce-error::before {
  top: 1.25em;
  left: 1.25em;
}
.wcpt-error-product-name {
  display: block;
  color: #777;
}
.wcpt-error-product-name:after {
  content: ":";
}
.wcpt-toggle-enabled .wcpt-post-toggle,
.wcpt-toggle-enabled.wcpt-toggle .wcpt-pre-toggle {
  display: none;
}
.wcpt-toggle-enabled.wcpt-toggle .wcpt-post-toggle {
  display: inline-block;
}
.wcpt-cart-checkbox-wrapper {
  position: relative;
  vertical-align: middle;
}
.wcpt-cart-checkbox-wrapper .wcpt-cart-checkbox {
  opacity: 1;
  position: relative;
  margin: 0 !important;
  vertical-align: baseline;
}
.wcpt-cart-checkbox-wrapper .wcpt-icon-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  color: rgba(0, 0, 0, 0.75);
}
.wcpt-cart-checkbox-wrapper .wcpt-icon-loader > svg {
  animation: wcptRotate 2s infinite linear;
  -webkit-animation: wcptRotate 2s infinite linear;
  -moz-animation: wcptRotate 2s infinite linear;
  -o-animation: wcptRotate 2s infinite linear;
}
.wcpt-adding-product .wcpt-cart-checkbox-wrapper .wcpt-icon-loader,
.wcpt-removing-product .wcpt-cart-checkbox-wrapper .wcpt-icon-loader {
  opacity: 1;
}
.wcpt-adding-product .wcpt-cart-checkbox-wrapper .wcpt-cart-checkbox,
.wcpt-removing-product .wcpt-cart-checkbox-wrapper .wcpt-cart-checkbox {
  opacity: 0;
}
.wcpt-add-selected__add,
.wcpt-add-selected__clear-all,
.wcpt-add-selected__select-all {
  display: inline-block;
  background: rgba(0, 0, 0, 0.05);
  padding: 8px 16px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 5px;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.wcpt-add-selected__add {
  margin-right: 5px;
}
.wcpt-add-selected__add > .wcpt-icon,
.wcpt-add-selected__clear-all > .wcpt-icon,
.wcpt-add-selected__select-all > .wcpt-icon {
  margin-right: 0.2em;
  position: relative;
  vertical-align: baseline;
}
.wcpt-add-selected__clear-all > .wcpt-icon {
  margin-right: 0.05em;
}
.wcpt-add-selected--unselected .wcpt-add-selected__add {
  cursor: not-allowed;
  opacity: 0.5;
}
.wcpt-add-selected__add:last-child,
.wcpt-add-selected__clear-all:last-child,
.wcpt-add-selected__select-all:last-child {
  margin-right: 0;
}
.wcpt-add-selected--unselected .wcpt-add-selected__select-all,
.wcpt-add-selected__clear-all {
  display: inline-block;
}
.wcpt-add-selected--unselected .wcpt-add-selected__clear-all,
.wcpt-add-selected__add .wcpt-add-selected__add__unselected,
.wcpt-add-selected__select-all {
  display: none;
}
.wcpt-add-selected--unselected
  .wcpt-add-selected__add
  .wcpt-add-selected__add__unselected,
.wcpt-add-selected__add .wcpt-add-selected__add__selected {
  display: inline-block;
  vertical-align: baseline;
}
.wcpt-add-selected--single-item-selected
  .wcpt-add-selected__add
  .wcpt-add-selected__add__selected,
.wcpt-add-selected--unselected
  .wcpt-add-selected__add
  .wcpt-add-selected__add__selected {
  display: none;
}
.wcpt-add-selected__add .wcpt-add-selected__add__selected--single-item {
  display: none;
}
.wcpt-add-selected--single-item-selected
  .wcpt-add-selected__add__selected.wcpt-add-selected__add__selected--single-item {
  display: inline-block;
}
.wcpt-add-selected--footer {
  margin: 15px 0 0 0;
}
.wcpt-add-selected--footer + .wcpt-pagination {
  margin-top: 5px;
}
@media (min-width: 1200px) {
  .wcpt-laptop__text-align--right {
    text-align: right;
  }
}
@media (max-width: 749px) {
  .wcpt-add-selected > div {
    width: 100%;
    text-align: center;
  }
  .wcpt-add-selected.wcpt-add-selected--responsive-hide {
    display: none !important;
  }
}
.wcpt-cart-checkbox-trigger {
  position: fixed;
  text-align: center;
  width: auto;
  left: 50%;
  bottom: 50px !important;
  font-size: 20px;
  background: #4caf50;
  color: #fff;
  animation: wcptPulse 1.2s ease-out infinite;
  padding: 14px 60px 14px 25px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  transform: translateX(-50%);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  font-weight: 700;
  font-size: 16px;
  z-index: 10000;
  cursor: pointer;
}
.wcpt-cart-widget-visible .wcpt-cart-checkbox-trigger {
  bottom: 140px !important;
}
.wcpt-cart-widget-visible .wcpt-cart-checkbox-trigger a {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0 !important;
}
.wcpt-cart-checkbox-trigger__shopping-icon {
  vertical-align: baseline;
  stroke-width: 2.5px;
  margin-right: 6px;
  position: relative;
}
.wcpt-cart-checkbox-trigger__close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 15px;
  text-shadow: 0 0 1px currentColor;
}
.wcpt-cart-checkbox-trigger__close:before {
  content: "";
  position: absolute;
  left: 0;
  top: 20%;
  background-color: currentColor;
  width: 2px;
  height: 60%;
  opacity: 0.5;
}
@media (max-width: 1199px) {
  .wcpt-cart-checkbox-trigger {
    bottom: 20px !important;
    left: 50% !important;
    width: 90% !important;
  }
  .wcpt-cart-widget-visible .wcpt-cart-checkbox-trigger {
    bottom: 100px !important;
  }
}
@media (max-width: 1199px) and (min-width: 749px) {
  .wcpt-cart-checkbox-trigger {
    width: auto !important;
  }
}
@keyframes wcptPulse {
  0% {
    transform: translateX(-50%) scale(1);
  }
  50% {
    transform: translateX(-50%) scale(0.975);
  }
  100% {
    transform: translateX(-50%) scale(1);
  }
}
.wcpt-in-cart.wcpt-disabled {
  opacity: 0;
}
.wcpt-sticky {
  position: -webkit-sticky;
  position: sticky;
  background: #fff;
  z-index: 2;
}
.wcpt-sticky.wcpt-header {
  padding: 10px 15px;
  background: #fff;
  z-index: 4;
}
@media (min-width: 1199px) {
  .wcpt-sticky.wcpt-left-sidebar {
    margin-bottom: 50px;
  }
}
@media (max-width: 1199px) {
  .wcpt-sticky.wcpt-left-sidebar {
    background: #fff;
    padding: 10px 15px;
  }
}
.frzTbl .wcpt-text {
  max-width: 800px;
}
.wcpt .wcpt-read-more .wcpt-text {
  margin-right: 0;
}
.wcpt-read-more .wcpt-icon {
  vertical-align: bottom;
}
.wcpt-global-search {
  margin: 10px 0;
}
.wcpt-global-search__form {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  height: 48px;
  box-sizing: content-box;
}
.wcpt-global-search__form * {
  box-sizing: border-box;
  font-size: inherit;
}
.wcpt-global-search__form > * {
  height: 100% !important;
}
.wcpt-global-search__category-selector-wrapper {
  display: block;
  background: #eee;
}
.wcpt-global-search__category-selector-wrapper:hover {
  background: #ddd;
}
.wcpt-global-search__category-selector-facade {
  line-height: 48px !important;
  padding: 0 10px 0 15px;
  font-size: 15px;
  color: #000;
}
.wcpt-global-search__category-selector-facade > .wcpt-icon {
  stroke-width: 3px;
  margin-left: 0.1em;
}
.wcpt-global-search__category-selector-facade > .wcpt-icon svg {
  vertical-align: top;
}
select.wcpt-global-search__category-selector {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  width: auto !important;
  -webkit-appearance: none;
}
.wcpt-global-search__submit-wrapper {
  position: relative;
  min-width: 40px;
  text-align: center;
  padding: 0 14px 0 12px;
  line-height: 48px !important;
}
.wcpt-global-search__submit {
  position: absolute !important;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  padding: 0 !important;
  background: #eee !important;
  border-radius: 0 !important;
  cursor: pointer !important;
}
.wcpt-global-search__submit:hover {
  background: #ddd !important;
}
.wcpt-global-search__submit-icon,
.wcpt-global-search__submit-text {
  color: #000;
  font-size: 20px;
  pointer-events: none;
}
.wcpt-global-search__submit-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 100%;
}
.wcpt-global-search__submit-icon svg {
  top: -0.05em;
}
.wcpt-global-search__submit-icon + .wcpt-global-search__submit-text {
  margin-left: 0.2em;
}
.wcpt-global-search__submit-text {
  position: relative;
  font-size: 15px;
}
.wcpt-global-search__keyword-input-wrapper {
  z-index: 1;
  flex: 1 1 auto;
  height: 100% !important;
  position: relative;
}
.wcpt-global-search__keyword-input {
  color: #000;
  width: 100% !important;
  height: 100% !important;
  border-radius: 0 !important;
  padding: 5px 10px !important;
  position: absolute;
  top: 0;
  left: 0;
}
.wcpt-global-search__keyword-input::-webkit-search-cancel-button {
  -webkit-appearance: none !important;
}
.wcpt-global-search__clear {
  position: absolute;
  top: 50%;
  right: 0;
  width: 40px;
  height: 100%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.25);
  stroke-width: 2.5px;
}
.wcpt-global-search__clear:hover,
.wcpt-global-search__keyword-input-wrapper--focus .wcpt-global-search__clear {
  color: rgba(0, 0, 0, 0.5);
}
.wcpt-global-search--empty .wcpt-global-search__clear {
  display: none;
}
.wcpt-global-search__clear > svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.wcpt-cell .product-addon-totals > ul:first-child > li:first-child {
  display: none !important;
}
.wcpt-term-ancestor + .wcpt-current-option-wrapper {
  padding-left: 15px;
}
.wcpt-redirect-options-wrapper {
  padding-left: 15px;
}
.wcpt-term-ancestor
  + .wcpt-current-option-wrapper
  + .wcpt-redirect-options-wrapper {
  padding-left: 30px;
}
.wcpt-redirect-options-wrapper:first-child {
  padding-left: 0;
}
.wcpt-term-ancestor-all .wcpt-icon {
  vertical-align: top;
}
.frzTbl-fixed-heading-wrapper th {
  background: #fff;
}
.wcpt-filter .wcpt-count {
  color: rgba(0, 0, 0, 0.4);
  margin-left: 1px;
}
.wcpt-filter .wcpt-count + .wcpt-icon {
  margin-left: 5px;
}
.wcpt--dynamic-filters--loading-filter label,
.wcpt--dynamic-filters--loading-filter.wcpt-filter.wcpt-open
  .wcpt-dropdown-menu,
.wcpt--dynamic-filters--loading-filter.wcpt-filter.wcpt-open
  > .wcpt-filter-heading
  > .wcpt-icon.wcpt-icon-chevron-down,
.wcpt--dynamic-filters--loading-filter.wcpt-filter
  > .wcpt-filter-heading
  > .wcpt-icon.wcpt-icon-chevron-down,
.wcpt--dynamic-filters--loading-filter__loading-icon,
.wcpt-nav-modal
  .wcpt--dynamic-filters--loading-filter.wcpt-filter.wcpt-open
  .wcpt-dropdown-menu {
  display: none !important;
}
.wcpt--dynamic-filters--loading-filter
  .wcpt--dynamic-filters--loading-filter__loading-icon {
  display: inline-block !important;
  width: 1em;
  height: 1em;
  line-height: 0;
  animation: wcptRotate;
  display: inline-block;
  -webkit-animation: wcptRotate 2s infinite linear;
  -moz-animation: wcptRotate 2s infinite linear;
  -o-animation: wcptRotate 2s infinite linear;
  position: relative;
  top: -2px;
  color: rgba(0, 0, 0, 0.65);
}
.wcpt--dynamic-filters--loading-filter,
.wcpt--dynamic-filters--loading-filter * {
  cursor: progress !important;
}
.wcpt-total {
  min-width: 30px;
  white-space: nowrap;
}
.wcpt-button .wcpt-total {
  min-width: 0;
}
.wcpt-total.wcpt-total--empty .wcpt-total__output,
.wcpt-total:not(.wcpt-total--empty) .wcpt-total__no-output {
  display: none;
}
.wcpt-range-slider-wrapper {
  margin-top: 16px;
  position: relative;
  max-width: 250px;
  height: 20px;
}
.wcpt-range-slider {
  width: 100%;
}
@media (max-width: 1199px) {
  body:not(.wcpt-nav-modal-on) .wcpt-navigation .wcpt-add-selected,
  body:not(.wcpt-nav-modal-on)
    .wcpt-navigation
    .wcpt-options-row
    > .wcpt-filter-heading,
  body:not(.wcpt-nav-modal-on) .wcpt-navigation .wcpt-result-count,
  body:not(.wcpt-nav-modal-on) .wcpt-navigation .wcpt-search-wrapper {
    display: block;
    padding: 0;
    margin-top: 5px;
  }
  body:not(.wcpt-nav-modal-on) .wcpt-navigation .wcpt-add-selected {
    margin-bottom: 10px;
  }
  body:not(.wcpt-nav-modal-on)
    .wcpt-navigation
    .wcpt-search-wrapper
    .wcpt-search-heading {
    display: block;
  }
  body:not(.wcpt-nav-modal-on)
    .wcpt-navigation
    .wcpt-search-wrapper
    .wcpt-search {
    width: 100% !important;
  }
  body:not(.wcpt-nav-modal-on)
    .wcpt-navigation
    .wcpt-filter
    input[type="checkbox"],
  body:not(.wcpt-nav-modal-on)
    .wcpt-navigation
    .wcpt-filter
    input[type="radio"] {
    vertical-align: middle;
    top: 1px;
  }
  body:not(.wcpt-nav-modal-on) .wcpt-navigation .wcpt-options-row {
    display: block;
  }
  body:not(.wcpt-nav-modal-on) .wcpt-navigation .wcpt-options-row .wcpt-option {
    margin-bottom: 8px;
  }
  body:not(.wcpt-nav-modal-on) .wcpt-navigation .wcpt-clear-filters-wrapper {
    margin: 0;
  }
  body:not(.wcpt-nav-modal-on) .wcpt-navigation {
    margin-bottom: 10px;
  }
}
.wcpt-radio-op-selected__heading-append {
  display: inline;
  vertical-align: baseline;
}
.wcpt-radio-op-selected__heading-append span {
  vertical-align: middle !important;
  display: inline-block;
}
.wcpt-radio-op-selected[data-wcpt-heading_format__op_selected="only_heading"]
  .wcpt-filter-heading
  .wcpt-dropdown-label
  > .wcpt-radio-op-selected__heading-append {
  display: none;
}
.wcpt-radio-op-selected[data-wcpt-heading_format__op_selected="heading_and_selected"]
  .wcpt-filter-heading
  .wcpt-dropdown-label
  > :first-child:after {
  content: ": ";
  vertical-align: middle;
}
.wcpt-radio-op-selected[data-wcpt-heading_format__op_selected="only_selected"]
  .wcpt-filter-heading
  .wcpt-dropdown-label
  > :first-child {
  display: none;
}
.wcpt-left-sidebar
  .wcpt-radio-op-selected[data-wcpt-heading_format__op_selected="heading_and_selected"]
  .wcpt-filter-heading
  .wcpt-dropdown-label
  > :first-child:after,
.wcpt-left-sidebar .wcpt-radio-op-selected__heading-append {
  display: none !important;
}
.wcpt-left-sidebar
  .wcpt-radio-op-selected[data-wcpt-heading_format__op_selected="only_selected"]
  .wcpt-filter-heading
  .wcpt-dropdown-label
  > :first-child {
  display: inline-block;
}
.wcpt-form-mode .wcpt-no-results,
.wcpt-form-mode .wcpt-result-count {
  display: none !important;
}
.wcpt-gallery {
  cursor: pointer;
}
.wcpt-gallery__item-wrapper {
  display: inline-block;
  margin-right: 4px;
  width: 40px;
  overflow: hidden;
  transition: 0.1s border-color, 0.1s opacity;
  vertical-align: middle;
}
img.wcpt-gallery__item {
  display: inline-block;
  width: 100%;
  height: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  padding: 0 !important;
  border: none !important;
}
.wcpt-gallery__item-wrapper:hover {
  opacity: 0.8;
}
.wcpt-gallery .wcpt-gallery__item-wrapper:last-child {
  margin-right: 0 !important;
}
.wcpt-gallery a.wcpt-gallery__see-more-label {
  vertical-align: middle;
  margin-left: 2px;
}
.wcpt-waveplayer-container--has-width .waveplayer {
  width: 100% !important;
}
.frzTbl .wcpt-shortcode .waveplayer.wvpl-skin-play_n_wave,
.frzTbl .wcpt-shortcode .waveplayer.wvpl-skin-thumb_n_wave,
.frzTbl .wcpt-shortcode .waveplayer.wvpl-skin-w2-evolution,
.frzTbl .wcpt-shortcode .waveplayer.wvpl-skin-w2-legacy {
  width: 400px;
  max-width: 100%;
}
.has-sticky-player-bottom .wcpt-cart-widget {
  bottom: 100px;
}
.has-sticky-player-bottom .wcpt-cart-widget {
  bottom: 100px;
}
.has-sticky-player-bottom .wcpt-cart-checkbox-trigger {
  bottom: 100px !important;
}
.has-sticky-player-bottom
  .wcpt-cart-widget-visible
  .wcpt-cart-checkbox-trigger {
  bottom: 200px !important;
}
.waveplayer.wvpl-skin-play_n_wave div.wvpl-duration,
.wcpt .waveplayer.wvpl-skin-play_n_wave div.wvpl-position {
  word-break: normal !important;
}
.wcpt .woo-variation-items-wrapper {
  display: block;
  margin: 5px;
}
.wcpt .group_table {
  width: auto;
  border: none;
}
.wcpt form.cart .group_table td.woocommerce-grouped-product-list-item__label {
  padding-right: 1em;
  padding-left: 1em;
}
.wcpt form.cart .group_table td {
  vertical-align: middle;
  padding-bottom: 0.5em;
  border: 0;
}
.wcpt form.cart .group_table td:first-child {
  width: 4em;
  text-align: center;
}
.wcpt form.cart .group_table .wc-grouped-product-add-to-cart-checkbox {
  display: inline-block;
  width: auto;
  margin: 0 auto;
  transform: scale(1.5, 1.5);
}
.wcpt-fullscreen-element-on .wcpt-device-phone,
.wcpt-fullscreen-element-on .wcpt-device-tablet {
  display: block !important;
}
.wcpt .sfsi_wDiv > div {
  z-index: 0 !important;
}
.wcpt-photoswipe-visible .pswp__caption__center,
.wcpt-photoswipe-visible .wcpt-cart-widget {
  display: none !important;
}
.wcpt-photoswipe .pswp__button--arrow--left:before {
  content: "←";
}
.wcpt-photoswipe .pswp__button--arrow--right:before {
  content: "→";
}
.wcpt-photoswipe .pswp__button--arrow--left:before,
.wcpt-photoswipe .pswp__button--arrow--right:before {
  background-image: none;
  top: 30%;
  font-size: 22px;
  padding: 10px;
  box-sizing: content-box;
}
.wcpt-photoswipe--theme-white .pswp__bg,
.wcpt-photoswipe--theme-white .pswp__caption,
.wcpt-photoswipe--theme-white .pswp__top-bar {
  background: #fff;
}
.wcpt-photoswipe--theme-white .pswp__button,
.wcpt-photoswipe--theme-white .pswp__counter {
  color: #000 !important;
}
.wcpt-photoswipe--theme-white .pswp__button--close,
.wcpt-photoswipe--theme-white .pswp__button--fs {
  filter: invert(100%);
}
@media (max-width: 800px) {
  .wcpt-photoswipe-visible .pswp__button--arrow--left:before,
  .wcpt-photoswipe-visible .pswp__button--arrow--right:before {
    top: 35px;
    background: rgba(0, 0, 0, 0.075) !important;
    height: auto;
    width: auto;
    font-size: 20px;
    font-weight: 100 !important;
    position: absolute;
    color: #fff !important;
    border-radius: 100%;
    padding: 8px;
  }
  .wcpt-photoswipe--theme-white .pswp__button--arrow--left:before,
  .wcpt-photoswipe--theme-white .pswp__button--arrow--right:before {
    color: #000 !important;
  }
  .pswp__button:active:before {
    background: rgba(0, 0, 0, 0.2) !important;
  }
}
.wcpt input[type="number"].wcpt-name-your-price {
  width: 80px;
  padding: 5px 7px;
  height: 36px;
  transition: 0.2s background, 0.2s border-color;
}
.wcpt
  input[type="number"].wcpt-name-your-price--input.wcpt-name-your-price--warning {
  background: #fff1f1;
  border-color: rgb(255 93 93);
  transition: 0.2s background, 0.2s border-color;
}
.wcpt-product-form .nyp {
  padding: 20px 0;
}
.wcpt-product-form .nyp label {
  margin-right: 10px;
}
.wcpt-product-form .nyp input {
  height: 2em;
  padding: 0 10px;
  width: 100px;
}
.wcpt-product-form .woocommerce-nyp-message .woocommerce-error {
  margin: 20px 0 0;
}
.wcpt-hide--name-your-price {
  display: none !important;
}
.wcpt-product-has-name-your-price .wcpt-price.wcpt-variable-switch {
  display: none !important;
}
.wcpt-name-your-price-wrapper--input-error input.wcpt-name-your-price--input {
  outline: 1px solid red !important;
}
.wcpt-name-your-price-input-error-message {
  position: absolute;
  top: calc(-100% + -2px);
  left: 50%;
  transform: translateX(-50%);
  background: #ff5447;
  color: #fff;
  padding: 4px 8px;
  border-radius: 3px;
  animation: wcptPulse 0.5s infinite;
  display: none;
  white-space: nowrap;
}
.wcpt-name-your-price-input-wrapper {
  position: relative;
  display: inline-block;
}
.wcpt-name-your-price-wrapper--input-error--max-price
  .wcpt-name-your-price-input-error-message--max-price,
.wcpt-name-your-price-wrapper--input-error--min-price
  .wcpt-name-your-price-input-error-message--min-price {
  display: inline-block !important;
}
.wcpt-search-filter-options {
  margin: 5px 0;
  width: 90%;
  font-size: 16px;
}
.wcpt-header .wcpt-search-filter-options {
  width: calc(100% - 8px);
  display: block;
  margin: 4px auto;
}
.wcpt-search-filter-option-set {
  overflow-y: auto;
  padding: 0 2px;
}
.wcpt-image-map-label {
  line-height: 1em;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  padding: 5px;
  box-sizing: content-box !important;
  border-radius: 4px;
}
.wcpt-csv-download {
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  display: inline-block;
  white-space: nowrap;
  padding: 7px 16px;
  background: #fff;
  box-shadow: 0 -2px 14px rgb(0 0 0 / 3%);
  transition: 50ms background-color, 0.2s border-color, 0.2s box-shadow;
  cursor: pointer;
  vertical-align: middle;
}
.wcpt-csv-download:hover {
  border-color: #000;
}
.wcpt-child-row {
  background: 0 0 !important;
  display: none;
}
.wcpt-child-row > td {
  border: none !important;
  padding: 20px;
}
.wcpt-child-row > td > div {
  display: inline-block;
  width: 100%;
}
.wcpt-child-row__element__heading {
  font-weight: 700;
  margin-bottom: 6px;
}
.wcpt-child-row__element {
  margin-bottom: 22px;
  display: block;
  float: left;
}
.wcpt-child-row__element__heading .wcpt-sorting-icons {
  display: none !important;
}
.wcpt-child-row-toggle {
  border: none;
  cursor: pointer;
  text-align: center !important;
  vertical-align: middle !important;
  width: 0;
}
.wcpt-child-row-toggle__control {
  width: 16px;
  height: 16px;
  font-size: 16px;
  stroke-width: 3px;
  border-radius: 100%;
  padding: 2px;
  display: inline-block;
  box-sizing: content-box !important;
  line-height: 1em !important;
  color: #000;
  border: 1px solid currentColor;
}
.wcpt-child-row-toggle:hover .wcpt-child-row-toggle__control {
  opacity: 0.85;
}
.wcpt-child-row-toggle__control--close svg {
  top: -1px;
}
.wcpt-child-row-toggle--closed .wcpt-child-row-toggle__control--open {
  display: inline-block;
}
.wcpt-child-row-toggle--closed .wcpt-child-row-toggle__control--close,
.wcpt-child-row-toggle:not(.wcpt-child-row-toggle--closed)
  .wcpt-child-row-toggle__control--open {
  display: none;
}
.wcpt-child-row p:last-child {
  padding-bottom: 0.25em;
  margin-bottom: 0;
}
.frzTbl-frozen-columns-wrapper__columns .wcpt-child-row {
  display: none !important;
}
.wcpt-instant-search .wcpt-search-submit {
  pointer-events: none !important;
}
.wcpt-instant-search .wcpt-search-clear {
  display: none !important;
}
.wcpt .wcpt-instant-search .wcpt-active input.wcpt-search-input[type="search"] {
  padding-left: 15px !important;
}
.wcpt-row--instant-search-hidden.wcpt-row {
  display: none !important;
}
.wcpt-instant-sort {
  cursor: pointer;
}
.wcpt-variation-attribute-list {
  line-height: 1.5em;
}
.wcpt-variation-attribute-list__row__column--key {
  float: left;
  margin-right: 5px;
}
.wcpt-variation-attribute-list__row__column--val {
  display: inline-block;
}
.wcpt-infinite-scroll-dots {
  display: block;
  text-align: center;
  position: relative;
  margin-top: 20px;
}
.wcpt-infinite-scroll-dots > span {
  position: relative;
  display: inline-block;
  font-size: 18px;
  width: 1em;
  height: 1em;
  margin: 0.3em;
}
.wcpt-infinite-scroll-dots > span:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 1em;
  height: 1em;
  border: 2px solid #000;
  background: #fff;
  border-radius: 100%;
  animation: wcpt_infinite_scroll_dot 1.2s infinite;
  animation-timing-function: ease-in-out;
}
.wcpt-infinite-scroll-dots > span:nth-child(2):after {
  animation-delay: 0.2s;
}
.wcpt-infinite-scroll-dots > span:nth-child(3):after {
  animation-delay: 0.3s;
}
@keyframes wcpt_infinite_scroll_dot {
  0% {
    width: 0.5em;
    height: 0.5em;
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 0.75;
  }
  20% {
    width: 1em;
    height: 1em;
    background-color: rgba(0, 0, 0, 0);
    opacity: 1;
  }
  60% {
    width: 1em;
    height: 1em;
    opacity: 1;
  }
  100% {
    width: 0.5em;
    height: 0.5em;
    opacity: 0.75;
  }
}
.wcpt-infinite-scroll-init
  .wcpt-result-count:not(.wcpt-no-results)
  > .wcpt-single-page-message {
  display: inline-block !important;
}
.wcpt-infinite-scroll-init
  .wcpt-result-count:not(.wcpt-no-results)
  > span:not(.wcpt-single-page-message) {
  display: none !important;
}
.wcpt-row--category-heading
  th.wcpt-heading
  .wcpt-row--category-heading__category-name {
  display: inline-block;
  margin: 0.5em 0.3em 0.5em 0.5em;
}
.wcpt-row--category-heading__category-count {
  font-weight: 400;
}
.mejs-offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
.mejs-container {
  background: #000;
  font-family: Helvetica, Arial, serif;
  position: relative;
  text-align: left;
  text-indent: 0;
  vertical-align: top;
}
.mejs-container,
.mejs-container * {
  box-sizing: border-box;
}
.mejs-container video::-webkit-media-controls,
.mejs-container video::-webkit-media-controls-panel,
.mejs-container video::-webkit-media-controls-panel-container,
.mejs-container video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important;
}
.mejs-fill-container,
.mejs-fill-container .mejs-container {
  height: 100%;
  width: 100%;
}
.mejs-fill-container {
  background: transparent;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.mejs-container:focus {
  outline: none;
}
.mejs-iframe-overlay {
  height: 100%;
  position: absolute;
  width: 100%;
}
.mejs-embed,
.mejs-embed body {
  background: #000;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.mejs-fullscreen {
  overflow: hidden !important;
}
.mejs-container-fullscreen {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}
.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
  height: 100% !important;
  width: 100% !important;
}
.mejs-background,
.mejs-mediaelement {
  left: 0;
  position: absolute;
  top: 0;
}
.mejs-mediaelement {
  height: 100%;
  width: 100%;
  z-index: 0;
}
.mejs-poster {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}
:root .mejs-poster-img {
  display: none;
}
.mejs-poster-img {
  border: 0;
  padding: 0;
}
.mejs-overlay {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
}
.mejs-layer {
  z-index: 1;
}
.mejs-overlay-play {
  cursor: pointer;
}
.mejs-overlay-button {
  background: url(../../../../wp-includes/js/mediaelement/mejs-controls.svg)
    no-repeat;
  background-position: 0 -39px;
  height: 80px;
  width: 80px;
}
.mejs-overlay:hover > .mejs-overlay-button {
  background-position: -80px -39px;
}
.mejs-overlay-loading {
  height: 80px;
  width: 80px;
}
.mejs-overlay-loading-bg-img {
  -webkit-animation: a 1s linear infinite;
  animation: a 1s linear infinite;
  background: transparent
    url(../../../../wp-includes/js/mediaelement/mejs-controls.svg) -160px -40px
    no-repeat;
  display: block;
  height: 80px;
  width: 80px;
  z-index: 1;
}
@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.mejs-controls {
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  left: 0;
  list-style-type: none;
  margin: 0;
  padding: 0 10px;
  position: absolute;
  width: 100%;
  z-index: 3;
}
.mejs-controls:not([style*="display: none"]) {
  background: rgba(255, 0, 0, 0.7);
  background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.35));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.35));
}
.mejs-button,
.mejs-time,
.mejs-time-rail {
  font-size: 10px;
  height: 40px;
  line-height: 10px;
  margin: 0;
  width: 32px;
}
.mejs-button > button {
  background: transparent
    url(../../../../wp-includes/js/mediaelement/mejs-controls.svg);
  border: 0;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  margin: 10px 6px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-decoration: none;
  width: 20px;
}
.mejs-button > button:focus {
  outline: 1px dotted #999;
}
.mejs-container-keyboard-inactive [role="slider"],
.mejs-container-keyboard-inactive [role="slider"]:focus,
.mejs-container-keyboard-inactive a,
.mejs-container-keyboard-inactive a:focus,
.mejs-container-keyboard-inactive button,
.mejs-container-keyboard-inactive button:focus {
  outline: 0;
}
.mejs-time {
  box-sizing: content-box;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  height: 24px;
  overflow: hidden;
  padding: 16px 6px 0;
  text-align: center;
  width: auto;
}
.mejs-play > button {
  background-position: 0 0;
}
.mejs-pause > button {
  background-position: -20px 0;
}
.mejs-replay > button {
  background-position: -160px 0;
}
.mejs-time-rail {
  direction: ltr;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 40px;
  margin: 0 10px;
  padding-top: 10px;
  position: relative;
}
.mejs-time-buffering,
.mejs-time-current,
.mejs-time-float,
.mejs-time-float-corner,
.mejs-time-float-current,
.mejs-time-hovered,
.mejs-time-loaded,
.mejs-time-marker,
.mejs-time-total {
  border-radius: 2px;
  cursor: pointer;
  display: block;
  height: 10px;
  position: absolute;
}
.mejs-time-total {
  background: hsla(0, 0%, 100%, 0.3);
  margin: 5px 0 0;
  width: 100%;
}
.mejs-time-buffering {
  -webkit-animation: b 2s linear infinite;
  animation: b 2s linear infinite;
  background: -webkit-linear-gradient(
    135deg,
    hsla(0, 0%, 100%, 0.4) 25%,
    transparent 0,
    transparent 50%,
    hsla(0, 0%, 100%, 0.4) 0,
    hsla(0, 0%, 100%, 0.4) 75%,
    transparent 0,
    transparent
  );
  background: linear-gradient(
    -45deg,
    hsla(0, 0%, 100%, 0.4) 25%,
    transparent 0,
    transparent 50%,
    hsla(0, 0%, 100%, 0.4) 0,
    hsla(0, 0%, 100%, 0.4) 75%,
    transparent 0,
    transparent
  );
  background-size: 15px 15px;
  width: 100%;
}
@-webkit-keyframes b {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
@keyframes b {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
.mejs-time-loaded {
  background: hsla(0, 0%, 100%, 0.3);
}
.mejs-time-current,
.mejs-time-handle-content {
  background: hsla(0, 0%, 100%, 0.9);
}
.mejs-time-hovered {
  background: hsla(0, 0%, 100%, 0.5);
  z-index: 10;
}
.mejs-time-hovered.negative {
  background: rgba(0, 0, 0, 0.2);
}
.mejs-time-buffering,
.mejs-time-current,
.mejs-time-hovered,
.mejs-time-loaded {
  left: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  width: 100%;
}
.mejs-time-buffering {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.mejs-time-hovered {
  -webkit-transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
  transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
}
.mejs-time-hovered.no-hover {
  -webkit-transform: scaleX(0) !important;
  -ms-transform: scaleX(0) !important;
  transform: scaleX(0) !important;
}
.mejs-time-handle,
.mejs-time-handle-content {
  border: 4px solid transparent;
  cursor: pointer;
  left: 0;
  position: absolute;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  z-index: 11;
}
.mejs-time-handle-content {
  border: 4px solid hsla(0, 0%, 100%, 0.9);
  border-radius: 50%;
  height: 10px;
  left: -7px;
  top: -4px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  width: 10px;
}
.mejs-time-rail .mejs-time-handle-content:active,
.mejs-time-rail .mejs-time-handle-content:focus,
.mejs-time-rail:hover .mejs-time-handle-content {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.mejs-time-float {
  background: #eee;
  border: 1px solid #333;
  bottom: 100%;
  color: #111;
  display: none;
  height: 17px;
  margin-bottom: 9px;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 36px;
}
.mejs-time-float-current {
  display: block;
  left: 0;
  margin: 2px;
  text-align: center;
  width: 30px;
}
.mejs-time-float-corner {
  border: 5px solid #eee;
  border-color: #eee transparent transparent;
  border-radius: 0;
  display: block;
  height: 0;
  left: 50%;
  line-height: 0;
  position: absolute;
  top: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
}
.mejs-long-video .mejs-time-float {
  margin-left: -23px;
  width: 64px;
}
.mejs-long-video .mejs-time-float-current {
  width: 60px;
}
.mejs-broadcast {
  color: #fff;
  height: 10px;
  position: absolute;
  top: 15px;
  width: 100%;
}
.mejs-fullscreen-button > button {
  background-position: -80px 0;
}
.mejs-unfullscreen > button {
  background-position: -100px 0;
}
.mejs-mute > button {
  background-position: -60px 0;
}
.mejs-unmute > button {
  background-position: -40px 0;
}
.mejs-volume-button {
  position: relative;
}
.mejs-volume-button > .mejs-volume-slider {
  -webkit-backface-visibility: hidden;
  background: rgba(50, 50, 50, 0.7);
  border-radius: 0;
  bottom: 100%;
  display: none;
  height: 115px;
  left: 50%;
  margin: 0;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 25px;
  z-index: 1;
}
.mejs-volume-button:hover {
  border-radius: 0 0 4px 4px;
}
.mejs-volume-total {
  background: hsla(0, 0%, 100%, 0.5);
  height: 100px;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 8px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2px;
}
.mejs-volume-current {
  left: 0;
  margin: 0;
  width: 100%;
}
.mejs-volume-current,
.mejs-volume-handle {
  background: hsla(0, 0%, 100%, 0.9);
  position: absolute;
}
.mejs-volume-handle {
  border-radius: 1px;
  cursor: ns-resize;
  height: 6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 16px;
}
.mejs-horizontal-volume-slider {
  display: block;
  height: 36px;
  position: relative;
  vertical-align: middle;
  width: 56px;
}
.mejs-horizontal-volume-total {
  background: rgba(50, 50, 50, 0.8);
  height: 8px;
  top: 16px;
  width: 50px;
}
.mejs-horizontal-volume-current,
.mejs-horizontal-volume-total {
  border-radius: 2px;
  font-size: 1px;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
}
.mejs-horizontal-volume-current {
  background: hsla(0, 0%, 100%, 0.8);
  height: 100%;
  top: 0;
  width: 100%;
}
.mejs-horizontal-volume-handle {
  display: none;
}
.mejs-captions-button,
.mejs-chapters-button {
  position: relative;
}
.mejs-captions-button > button {
  background-position: -140px 0;
}
.mejs-chapters-button > button {
  background-position: -180px 0;
}
.mejs-captions-button > .mejs-captions-selector,
.mejs-chapters-button > .mejs-chapters-selector {
  background: rgba(50, 50, 50, 0.7);
  border: 1px solid transparent;
  border-radius: 0;
  bottom: 100%;
  margin-right: -43px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 50%;
  visibility: visible;
  width: 86px;
}
.mejs-chapters-button > .mejs-chapters-selector {
  margin-right: -55px;
  width: 110px;
}
.mejs-captions-selector-list,
.mejs-chapters-selector-list {
  list-style-type: none !important;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.mejs-captions-selector-list-item,
.mejs-chapters-selector-list-item {
  color: #fff;
  cursor: pointer;
  display: block;
  list-style-type: none !important;
  margin: 0 0 6px;
  overflow: hidden;
  padding: 0;
}
.mejs-captions-selector-list-item:hover,
.mejs-chapters-selector-list-item:hover {
  background-color: #c8c8c8 !important;
  background-color: hsla(0, 0%, 100%, 0.4) !important;
}
.mejs-captions-selector-input,
.mejs-chapters-selector-input {
  clear: both;
  float: left;
  left: -1000px;
  margin: 3px 3px 0 5px;
  position: absolute;
}
.mejs-captions-selector-label,
.mejs-chapters-selector-label {
  cursor: pointer;
  float: left;
  font-size: 10px;
  line-height: 15px;
  padding: 4px 10px 0;
  width: 100%;
}
.mejs-captions-selected,
.mejs-chapters-selected {
  color: #21f8f8;
}
.mejs-captions-translations {
  font-size: 10px;
  margin: 0 0 5px;
}
.mejs-captions-layer {
  bottom: 0;
  color: #fff;
  font-size: 16px;
  left: 0;
  line-height: 20px;
  position: absolute;
  text-align: center;
}
.mejs-captions-layer a {
  color: #fff;
  text-decoration: underline;
}
.mejs-captions-layer[lang="ar"] {
  font-size: 20px;
  font-weight: 400;
}
.mejs-captions-position {
  bottom: 15px;
  left: 0;
  position: absolute;
  width: 100%;
}
.mejs-captions-position-hover {
  bottom: 35px;
}
.mejs-captions-text,
.mejs-captions-text * {
  background: hsla(0, 0%, 8%, 0.5);
  box-shadow: 5px 0 0 hsla(0, 0%, 8%, 0.5), -5px 0 0 hsla(0, 0%, 8%, 0.5);
  padding: 0;
  white-space: pre-wrap;
}
.mejs-container.mejs-hide-cues video::-webkit-media-text-track-container {
  display: none;
}
.mejs-overlay-error {
  position: relative;
}
.mejs-overlay-error > img {
  left: 0;
  max-width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
.mejs-cannotplay,
.mejs-cannotplay a {
  color: #fff;
  font-size: 0.8em;
}
.mejs-cannotplay {
  position: relative;
}
.mejs-cannotplay a,
.mejs-cannotplay p {
  display: inline-block;
  padding: 0 15px;
  width: 100%;
}
.mejs-container {
  clear: both;
  max-width: 100%;
}
.mejs-container * {
  font-family: Helvetica, Arial;
}
.mejs-container,
.mejs-container .mejs-controls,
.mejs-embed,
.mejs-embed body {
  background: #222;
}
.mejs-time {
  font-weight: 400;
  word-wrap: normal;
}
.mejs-controls a.mejs-horizontal-volume-slider {
  display: table;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #fff;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #0073aa;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.mejs-controls .mejs-time-rail .mejs-time-total {
  background: rgba(255, 255, 255, 0.33);
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.mejs-controls .mejs-time-rail span {
  border-radius: 0;
}
.mejs-overlay-loading {
  background: 0 0;
}
.mejs-controls button:hover {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.me-cannotplay {
  width: auto !important;
}
.media-embed-details .wp-audio-shortcode {
  display: inline-block;
  max-width: 400px;
}
.audio-details .embed-media-settings {
  overflow: visible;
}
.media-embed-details .embed-media-settings .setting span:not(.button-group) {
  max-width: 400px;
  width: auto;
}
.media-embed-details .embed-media-settings .checkbox-setting span {
  display: inline-block;
}
.media-embed-details .embed-media-settings {
  padding-top: 0;
  top: 28px;
}
.media-embed-details .instructions {
  padding: 16px 0;
  max-width: 600px;
}
.media-embed-details .setting .remove-setting,
.media-embed-details .setting p {
  color: #a00;
  font-size: 10px;
  text-transform: uppercase;
}
.media-embed-details .setting .remove-setting {
  padding: 5px 0;
}
.media-embed-details .setting a:hover {
  color: #dc3232;
}
.media-embed-details .embed-media-settings .checkbox-setting {
  float: none;
  margin: 0 0 10px;
}
.wp-video {
  max-width: 100%;
  height: auto;
}
.wp_attachment_holder .wp-audio-shortcode,
.wp_attachment_holder .wp-video {
  margin-top: 18px;
}
.wp-video-shortcode video,
video.wp-video-shortcode {
  max-width: 100%;
  display: inline-block;
}
.video-details .wp-video-holder {
  width: 100%;
  max-width: 640px;
}
.wp-playlist {
  border: 1px solid #ccc;
  padding: 10px;
  margin: 12px 0 18px;
  font-size: 14px;
  line-height: 1.5;
}
.wp-admin .wp-playlist {
  margin: 0 0 18px;
}
.wp-playlist video {
  display: inline-block;
  max-width: 100%;
}
.wp-playlist audio {
  display: none;
  max-width: 100%;
  width: 400px;
}
.wp-playlist .mejs-container {
  margin: 0;
  max-width: 100%;
}
.wp-playlist .mejs-controls .mejs-button button {
  outline: 0;
}
.wp-playlist-light {
  background: #fff;
  color: #000;
}
.wp-playlist-dark {
  color: #fff;
  background: #000;
}
.wp-playlist-caption {
  display: block;
  max-width: 88%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1.5;
}
.wp-playlist-item .wp-playlist-caption {
  text-decoration: none;
  color: #000;
  max-width: -webkit-calc(100% - 40px);
  max-width: calc(100% - 40px);
}
.wp-playlist-item-meta {
  display: block;
  font-size: 14px;
  line-height: 1.5;
}
.wp-playlist-item-title {
  font-size: 14px;
  line-height: 1.5;
}
.wp-playlist-item-album {
  font-style: italic;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wp-playlist-item-artist {
  font-size: 12px;
  text-transform: uppercase;
}
.wp-playlist-item-length {
  position: absolute;
  right: 3px;
  top: 0;
  font-size: 14px;
  line-height: 1.5;
}
.rtl .wp-playlist-item-length {
  left: 3px;
  right: auto;
}
.wp-playlist-tracks {
  margin-top: 10px;
}
.wp-playlist-item {
  position: relative;
  cursor: pointer;
  padding: 0 3px;
  border-bottom: 1px solid #ccc;
}
.wp-playlist-item:last-child {
  border-bottom: 0;
}
.wp-playlist-light .wp-playlist-caption {
  color: #333;
}
.wp-playlist-dark .wp-playlist-caption {
  color: #ddd;
}
.wp-playlist-playing {
  font-weight: 700;
  background: #f7f7f7;
}
.wp-playlist-light .wp-playlist-playing {
  background: #fff;
  color: #000;
}
.wp-playlist-dark .wp-playlist-playing {
  background: #000;
  color: #fff;
}
.wp-playlist-current-item {
  overflow: hidden;
  margin-bottom: 10px;
  height: 60px;
}
.wp-playlist .wp-playlist-current-item img {
  float: left;
  max-width: 60px;
  height: auto;
  margin-right: 10px;
  padding: 0;
  border: 0;
}
.rtl .wp-playlist .wp-playlist-current-item img {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}
.wp-playlist-current-item .wp-playlist-item-artist,
.wp-playlist-current-item .wp-playlist-item-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wp-audio-playlist .me-cannotplay span {
  padding: 5px 15px;
} /*! This file is auto-generated */
@font-face {
  font-display: swap;
  font-family: dashicons;
  src: url(../../../../wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800);
  src: url("../../../../wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800#iefix")
      format("embedded-opentype"),
    url(data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAHvwAAsAAAAA3EgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADMAAABCsP6z7U9TLzIAAAE8AAAAQAAAAFZAuk8lY21hcAAAAXwAAAk/AAAU9l+BPsxnbHlmAAAKvAAAYwIAAKlAcWTMRWhlYWQAAG3AAAAALwAAADYXkmaRaGhlYQAAbfAAAAAfAAAAJAQ3A0hobXR4AABuEAAAACUAAAVQpgT/9mxvY2EAAG44AAACqgAAAqps5EEYbWF4cAAAcOQAAAAfAAAAIAJvAKBuYW1lAABxBAAAATAAAAIiwytf8nBvc3QAAHI0AAAJvAAAEhojMlz2eJxjYGRgYOBikGPQYWB0cfMJYeBgYGGAAJAMY05meiJQDMoDyrGAaQ4gZoOIAgCKIwNPAHicY2Bk/Mc4gYGVgYOBhzGNgYHBHUp/ZZBkaGFgYGJgZWbACgLSXFMYHD4yfHVnAnH1mBgZGIE0CDMAAI/zCGl4nN3Y93/eVRnG8c/9JE2bstLdQIF0N8x0t8w0pSMt0BZKS5ml7F32lrL3hlKmCxEQtzjAhQMRRcEJijhQQWV4vgNBGV4nl3+B/mbTd8+reeVJvuc859znvgL0A5pkO2nW3xcJ8qee02ej7/NNDOz7fHPTw/r/LnTo60ale4ooWov2orOYXXQXPWVr2V52lrPL3qq3WlmtqlZXx1bnVFdVd9TNdWvdXnfWk+tZ9dx6wfvvQ6KgaCraio6iq+/VUbaVHWVX2V0trJb2vXpNtbZaV91YU7fUbXVH3VVPrbvrefnV//WfYJc4M86OS2N9PBCP9n08FS/E6w0agxtDG2P6ProaPY3ljaMaJzVOb1ze2NC4s3Ff46G+VzfRQn8GsBEbM4RN2YQtGMVlMY2v8COGai0Hxm6MjEWxOBZGb+zJArbidjajjUGxJHbgUzwYG/EJPsNDfJLFsYzpXM6Pmcd8Ps1BvB8LGEE7W7KSzdmGA9ifgzmau7ibcUxkB7bnHhZxb+xDgw/yYb7GU/yQp2NgDI9xMZ61sWVsFZtHkxb5+ZgQE2NSdMYmDOM5HmZrfs6H+Cbf4bt8m28xhb2YyjQWciDHxk7RGg2W8DFWxbyYE20cx/GcwImcxKmxWYyIGXr3l7MPp/MAn+PzfIFH+Co/4296Q2v+wdvRHP1iQIyKMTE2ZsZesW8QSzmHi7mFK7iWsziTs7mIG/gAl3Irl3Az13A117GeC7iSdVzIjdzGMXycP/ITfskv+B5PRk/MjT1iCPuyLAbF4Jgds2Jj7uOj7MmX+DI78hfejBa6+Kxmekp0s5TBXM/kiNg29uaNmM5p0c6fmMmMGMbLMZS/8w2+zh78lPFMYFvt9Ul0Moax/IA/s5P2+hy6mcXO7EoPu7F7bM1feSR25wzuZAN3xBasiJGxDSfH9pzLeVzF7NgxtmM0+/FK7MLrvBNTeZSXYlP+wO/5J//SV/2O3/Iiv+EFfs2veDf68xHOj53p5Yt8n72ZG6MZzhoO5wgO4VCO5CgOY3VM4S1epYxdYzKP8QSPx3xu4v7o4Fmdydbo4j1eo+IZbdaW/+Gc/L/82Tj/0zbS/4kVue5YrmzpP3L1Sw3T+SY1mU46qdl05kn9TKef1GL5J6T+popAGmCqDaRWU5UgDTTVC9JGpspB2ti4TOMmpmpC2tRUV0ibmSoMqc1Ua0iDLFfwNNhypU5DTJWINNTQGqRhFos0DrdYrHGExUKNIy16Nbabqhhpc1M9I21hqmykUaYaR9rSyM+7lZGfd2sjP2+HxRKNo01VkTTGVB9JY40HNY6zyGs23lQ9SRNMdZQ00VRRSZNMtZXUaeQ5bmOqt6RtTZWXtJ2pBpO2N1Vj0g6mukza0VShSV2mWk2abKrapClGvtumWuS1mmbkNZ5u5HWdYeQ1m2mq+KRZRl7v2UZ+9p1M9wFpZ9PNQNrFdEeQdjXdFqTdTPcGaXfTDULqNvK6zjHy+vUYed5zjbwee5juHNI8I++f+ca9GheYbiTSQiOfp17TLUVaZLqvSItNNxdpT9MdRtrLdJuR9jae1rjEIu/tpRZ5/y6zyHPZxyLvkX2NtRqXW+R13s8i780VFnmdV1rkc7+/5SKRVhnPazzAIu+7Ay3yuh1kkffdwRZ53x1ikc/0oUY+f6tNNxTpMNOtTFpj5LNyuOmmJh1hurNJR5pub9JRpnucdLTpRicdY7rbSceabnnScUbep8cbeb1PMPKePdHIe/YkI7+fJxt53muN/L1Psch781SLXPNOs8h74HQjv4dnmLoL0plGXuOzLPL+Otsi781zLHINOdfI8zjPyPM438jzuMDI8/iAkedxoZGfcZ1FrlEXWeSzebFFPpeXGLlWXWrkfXSZkffa5Uae3xWmjoh0pak3Il1l6pJIV5v6JdI1ps6JdK2phyJdZ+qmSNeb+irSDaYOi3Sjqdci3WTqukg3G29rvMUi3123WuQ74jaLfEett8j1+3aLXIM3WOQafIdFrk93WuQ9c5dFPmd3W75G0z2mbi8/ah/1fRRh6gDV85t6QYpmU1dI0c/UH1K0mDpFiv6mnpFigKl7pGg19ZEUbaaOkmKQqbekGGzqMimGmPpNiqGmzpNimKkHpRhu6kYpRpj6UoqRpg6Vot3Uq1J0mLpWitGm/pVijKmTpRhr6mkpxpm6W4rxpj6XYoKp46WYaOp9KSaZumCKTlM/TNFl6owpJpt6ZIoppm6ZYqrxpMZpFqrvxXQL1fdihoXqezHTIq/TLFOnTTHbUJ0tui3yGvdYaH3LsNDXlQ0Lvb5sMnXplM2mfp2yn6lzp2wx9fCU/U3dPOUAU19P2Wrq8CnbTL0+5SDjTY2DLXe95RBTEqAcasoElMMs195yuKH6VY4wJQbKkabsQNlu5O/dYcoTlKMNrXs5xiKvwVgL9RblOFPuoBxvvKFxgimLUE40VCvLSRb5Z3aakgpllymzUE429J6VUyzynKYaL2ucZpHnPd2UcihnmPIO5UxT8qGcZcpAlLNNaYiy28jPPsfIz95j5DnOtfybg3IPI89jnpHnMd/I67TAyOu00JSzKHtNiYtqoSl7UfWaUhjVUlMeo1pmSmZU+5gyGtW+prRGtdyU26j2MyU4qhWmLEe10lBvVK0y5Tuq1aakR7XGcq2uDrfIX3+EKQdSHWlKhFRHmbIh1dGGamh1jCkvUh1r5GdZa6E9V51iSpNUpxq6d6vTTAmT6nRT1qQ6w5Qnqc405U+qswy9l9XZFjo71TmmdEq1zpRTqS4y8jpdbLyi8RKLvP6XmvIs1WXGOxovN2VcqitMaZfqSuMljVeZEjDVjaYsTHWTKRVT3WzKx1S3mJIy1a3WN8fbTOmZar0pR1PdbkrUVBtM2ZrqDlPKztdlH+Vt6jAlb+qG8a7GJlMap2425XLqFkN9Rt3flNWpB5hSO3WrKb9Tt5mSPPUgU6anHmzozNRDTDmfeqgp8VMPM2V/6uGG9lw9wtCeq0ca6i/rdkP9Zd1haC/Wow3txXqMoV6zHmtof9fjLFRH6vHGWxonGK9qnGiUGidZ6EzVnRaqR3WX8ZjGycYTGqcaj2ucZqFaUE839N7XM4z7Nc60yPOYZTyrsdvybyfrOUZe7x6L/PPnGu9pnGe8pnG+UWlcYDzzb8iLsxoAeJysvQmcJMdZJ5qRlZmR91F5VWXdZ/bd0511zEzP9PSMPKOrS5JHEpJGI0uyRbUk27KMMMuitVU25lgW+cAyuGt3f17A2Muaw6bHwMIzC5g15jFlMNcaA7vAmp41ZtnfW1h48PbVvC8is46eGZnj97qrIiMjj7i/+H9HfMWwDPyh/wddZTRmnWEaYbfj+cl/F4dYcErIc7BgIAHDv9ftdDtnEASbkL7ZRS98qimf8DXL84pOsbr/qTWMc6Io59OWVFC0WiVfkDTFUbEr5kQX/8mnmgpniLqtmTzGQ7gb0rGH4Q5NKuTLdU0pSJZZUDHOY0yKFpfvV9CvMCpjQGyziBwdVddQaxvZbYyY7uVO5/Jzlzvdy898EP0KjXYuv/mxzvi3Pvt68ih9fohGTJph7GjTKyBHWEa4Xas2T6NWZ3DoFYteNIjcYhGNiu4VtzgY0MMk7y+iX2fKTASxTrsTNsMmruIN2hg4aZJtRFql20GdbvLv+cW4vdBvI4RYLKqYU+or9XVPVZRUyg/8SMnUcjl//ICnYlHgJT29YkoCVvOrC+iHUqwoSIKEkODnc7WMlgm8IMOynpI51lipj39AdxQ/LemylrKkak3J8VxS1hHUM2SOQT/WBOzjUMBurd0McdhthrV21OmGXb/TbUeu53d97PkR3uy0mlXB8dDoONYXOgte0At8OOq42xWMhU7o5XuBB0ddOP6l8urqzurqKOeH8Q30CT/YTZ44flzQQ5LwArltZ5UUKUXL9Qvo5xmJ0UkfICgWlMdvR9h3K22/XXPRMMx99KO5X+i3hsPx1VEfNZPzaGF/f/+lwWD6nq+i/8x4TJU5DnFoYQPpCAYs1MBATRiW28hLkVMyWh2vg7sevWWNpdd8GMzeJvqsaxhu6J7IP2uW18xnsU5OTvz2PxctX/xO0fTVZ0VI8o6fWIb7FtzjhWetyir693AP3KjjZ821svlsnpwYxvhL/1z0TYRpGNFUT9eXZ7dWSLE5WvZr6BpjM3lmielA/7RbzWUU1nCtKsCI9KLKZifc9Byh2mx1/MiKI9EmNA+G7pqcop6hLFf71WXZMGTEKMYw12i0m83RgISBgHv9KI4dXpGNKDJkOBifbLbJXeH4L+nd7LvelXuExqBYUjzJ0G8yPKPADHOZHIz2BrPIQPch2lMGCtswWqCjfHJeilMbPgwtGpArFdKNb37zm+3BINj7+n5/t4XpyX+n4XjQv4r6/auDFmq10H1PPGE///zWQw/bly61lpf3Hn88/fzzaRpGj1y69Ah8dyL4S8b076P/RtuN9jiGDjfYGoznDkw7bzZ8fyJrWdnCPfVjvWYv+6tprZA5dy7UHSfvOOjnsufOZgua+aD4ePQfG68twK3fQi7knckcJ/QhRdqia1UsPnIrVjREzPhwdJ2JBqg3Pggi1EvG4GfRLzMYWqkGcWiITpHF0Dow14GqkG46g9qtbscnFwyE7rv/2P1CxuF+079W0kqFzFNlpewpZSx9FpJtHt+P3gd3YN7xW4VrriaJZcWDW96QLVQvQbKdEe5PaNgfoD9mYDghyKxJhzWZSJTINGOiHHY9Os6Rsv6D6+6G5Vi8trZ9B3ayaU/W5LSB79hedzbSdppHB2s/sK5xEN1wyS1GWtYkP51x8e3bSfp0zo3QFRgXy8ztMGqtVrNWqQquFY/YRkSG7DKi4/M0qpFBugXV72x6rj9/VkDzd7bRyFDGB3QM9xTjOpNVDEPJirI4jQwCcjXACg5IEon0UYukja9C+F2GazQFDFWHyMsk8shNKZN5N2IRrB0R8wBzGVaAqo6cItrcRq015OsIr6Gw021WsQALXgER6t6EZux2Qph7ReRvdrpeClK7HZg/zRDuhgMl8ckS6cGITAG9F3Cne7j97Pb2s28nwTt535RWSrwh2YLEsaInNyqcqAeSXpDa60GR5QwO/x92iuU5JImKUMAqdLaPc4WgYpXltMln3DvfbZQk00McyyRvheCjVh6XI81SBFGxJA1xWgbZnosUxcgG9omKKWrjrzielrUlQ8EplktxUr6TFnguldILS0iqr4Tn0JsESTM4RWFg1s/aaAFWjlPMG29oJRtinS40BtS0RhpICGmjkVUvJO2jo2YXmsrzyaXmOnLXYCKQxvPIdCUDFK7FLUf+BZc0IcS2WeiAuTZTeUlkeV3lUq7Ga6JTNNQ0JxliKFsPWTlWQk7uQmpTcQRsBxBWNZ9nWVZjOY7n0rwoaBiX/BrmIDGFrbKSYhGbUrx7X3/M9eebcPxLWEKiyIoFQ0urCPE4lTJVhDmfFwsZS87ZXAlaS4BLLMe77xQMSYYsDF7UeFbiBMnzcx5b9FRXF6DAdU8xpAa09tqWZTptaE5rrk3TTIYpAK1YYNZgDJ5gdpjzzC5zkXmYeYx5A/PMDW3NR55fa3bbMLIAXvm1dujWyFgjIYZvJPiRW2v6pAlDWELJ9D+N4ABXyHUYpPCGELoJQpKSglO4kzyJ55p6/Ndnkdg1vti0RV6V2Mdqtwui3XyMlZpnOaMrBo9dlB4l1565wEP6ZQTpKfO4yCLpuJFqrqn+sfL/8tXVcnlV9TdKf+lrq+Vj8038f9eqlR+7z2hoeq1aO/8N9xla4w3na9Xz9Ur1wvnqbffqDc249x5I1b8hSa7Wq9VKfa9e8JbPFurL4/9aK3or54q1JW9Kh2h7nmTuuGl84s5kbIUwKEndaSQeeHS0wsgssnS+kqGKJ3fPtUjwNGAuXUqrvMilMvbpNdYo2Xb/LCBRjktrupgXZFHXontdG/NVuRMoJtAkTeXE1JGx9fndlapnq1jGHAFfkrxoq2pu+96Uk81nChYrcDbisF7K6apsqvfV1pqXli1d0hVBlmd49zfQFxgHxg1DAE6yqjRhvmAfIA3vJase+nj2Qvm77E7T/pimbZ4t3XXHXbI+/jD2DMMDBJTV9Y/Zzbb9L8rnN3XlrjvvKu18GhsE/Uzz+RlY9xxY6xlUJQ2yDjO5s+l7CdjHXUDbBTqDq+RiGzB3hBjH0CSBSwmW07MtPgUTQjWcC4VOOVerHrv/WLWaK7ZLyNYVW7e0Zr5czjc1S7cV/dx6tZPfwRIviryEdwrtygSffwHquwXHJmE0CKILm8YU2QHJIFgWlxCBr9toHU0uzI4Avj+j+2njkW2T41Kav6Zxosw5mllWXjl5SbtvLS3sfFAVRN5NYSWluT6HZdYIntR5AX1GEwT99QHQwxQGTKqlZIFzBcxrr2wL6bX7tEsnX1GrmuZwsshpGz45GKcfUhyfFF2gnYbRb1F0WwT0vcXcyzDtShv4AjZcY3G74ls1i9cJAWwDCoXx522jNehZD+gfjM5tBHO9SwhqkRDOW6QhZvtU67zjpHffsHmdObyKHta6gSqaq25g38/JmIUVBF30o4zAszLPLVRsJSVLbErncmdLgsBKAt9ZDdI0zY6w6dkPvKm1cVtGw8F4iPq/EdiaID1hibLW5VNIkgUkKk8akoBkmUdQXM3iWUHm/K6t80iCvJBQtHI8yytceYoTrgBOSAEygkXFrrQrqF1xMRx7qA95RACkaGQAseGwH83G+uQ5QBcVyydPHoyHMMyuMwckgFv5G95vAB6kediAOhsRBPDlJ3kdHqJsD/7G1+Yy3IuG0X70NcpaQNOyQqZHizp5Zjh5pgsd2k3yPdwfAZOyD+hkfPUK5DKXx/T+Btwfwt0ufNHBfmv6wLWoFTGvXj9aL8imFlGIHZevB+HhoNdLyrgfDYd/R91c0qoDWq8oadoj/RDjpF9DP8eYwFvdxzwKJRZqMOXJKh7BEg/TrNuMuX/AcQnPGwJMAoq6eQYR8ttuwVivEaLhRICaYKDDNexWAQH4ruN1XU9nARG2W+jDd97/lsspjl16+vjqgw0eL6dDI4VYw0hjWQC8YhhfcRd0Q4ZJVeU4nWP5XC3dyJR4vAJPuYEmppaW/Ry7cInlJEvWjG8tdRCXaoRBFgkpX+RUJMC6X5M5xGqNFrLSrsyyJU7Scj3ADRmF1dM1zPOsZrCaZfKmGGaUbO2fyWo2rVjmMsOIU16atKMJPFEWaHEFuCI6RslIwW6U8GptwLpd4K3dyZe0+WjcR3vjq6h1rUdY4ZNucbhH/0hahIZwuRf0epSfjqKimw32WnvBXjDpw2uzsYMIk1yxKg3CYR2OW1n6dDBEw1arB3MkCBIaegXKKxIZhwUcAhDKw1Y/OjiI+lCYUT84OAj6zFQecgXtkVFnEylAOBgM4EbUHwyyBwezewaoRWYo8DhosNdH0f7+7BrhCURaNpoVnuWBgiTb6b17cC9P3kNuTXJBcZ7Te3pQHpZKn1APhvPe1x/Np9uuhLRSEYribCaVO5oH4YF8PKRZJDlMrtP3A8CGyYr60/cnbdaoWbQa4bT004xuarMG5X6TCgxvarMeyecM8g/2+gfD4Q3pCEco2BtBHae079MwroDTtr2YlfO9WIBEVgmSoBOWhEJt36OAu0kQ9e9hFokqm0qrvl4IZN8vFng+W1jffMtl11akU43mDm4sSorI1xcUBf1ECnNKWjYV0ZSCjKDywtnOyehksZRqbyxF6/c73idMFKQ9RxcKlj2hR59Evw6UKAPlC2kJfbIA+6SJ12FMYJ+MfsLUhZMItJ/fjRp+F4e1b9D1Vmlrq9TS9ai8tVV+dOnUqQdObS3HEqRzlfbZ+s74z8qdnfoO+mfxfeT+cgT3/+KpB7fg5mwsRMqfUL/3xHee0D54ImmzX4dylZglIg9gdZagO8p9bLNrrE4Hmb/N4ma7u0EkFd0memzzJI4uv3mjvqktSQvFxgMXQn717gcu2Mdekteyl9+8LaJstvcC4tBPwtkbTuIgfbKeK22aNr0Nbm5m7v1gZvOk8EdY4V988WIHsTOaPQLqKQIuNQFHQf/CZOVxFEbJl5AKBOtYfzzid8SI38HwFccjSrtHe9ksjCHyd53IF2MsgT6PPg84YoFpM+cASbyRoKIEruKQoB0ikY3FskB6IblBZbFwreUTmEi6gkoHZidCtZtgSALunG6z1gFcAo8ChiQUXgBSHTkEVaInK2mP01Sd812loe1oWtrQ9ee0hvIRT+fG/zMSTE67y+QcQXiO1yX+OUFbmkQ5/RMQkYXnBD3FvVkWRbG44KQkvZ7VBEtkFcWtB/UsSnNekE2pluundX0HOADHAG7gLZr2MU7XT7R4XrvPFPQXBI17q6Bq3HMCWhLIgcYvvJVX9NRbgHgbb5btpbyIFUkLmpqAjaLipoNcY4Yr/jX0jUAkJg1YjmqwBLVblC1YQ1XBdQBmFaCVSIetIcS4xX7xxaUqAt4x7Zt8dZnNuyjyC0Cb3eJvbNW6MiuximXBlBK7jeN+KO/siM052jAkXB8iazX5EqFeBfKroUGvD6uOjvq6gvot+NOV0UjRp/Laa/Ac4Pxuxa3A6mi1OhHQeiLR6loE4xNJy2aHiqBg6pTJUTGMbWA94NOLVkuoVVodDwHVP4ICgqvHhzwVnKPp+2FCo8hK3r6FrBp5e1RBwyh+5+EhkbCgAGDX3tz7pu1I3nECxiJjAxyB8rnwOSr3EWoTAVByrIaThDYVAfkTMd0oWi/6+cAtFt0A8tA0CKJJJFgtR0PZIBwKOjyIiuue1ysuFUmSfJyjwp9WHHLHyWEvW149OKAMjZHMHbJmS4zP1OnseRuUmXR1t9PuNP1OE2oOk8GLNrudIxxkqhpLdoC9idUL3dm923AVGKFOd9PBG0QgC8QYLpK51N10McFDRC5C2CcBw6vpC18omTkO4ccE3TVyHBYs3TO01e7j3e7jz5Ggu3B7lrO4Uuvhpx9utR5eFXTHDDiZswyn+GjzfMbyMR8UzaKt8Szp6nwG81kvqBRE4XgtYxpcfmV1c/2e9fV70JNL3Ubt7Z4gCx/JlV1rJe2kTbSc5APB+IVCjnf5Ns0IgrfTu2yPrSOpnGM5JH9T2t/2bKyzqRTiX0wvV8sriqyXuML6Pa+7Z500a6KIgeGgAhJqAq06xewyj9+gjfHnmxQfvYKLMFbwNnCQTUzGARkPRP9A5RxRi1A3gw3pCghgdcLOI+bC286ff9t3k+DCuefPnn3+3SQ4t/XU1tZT30SCZ1y7FOpBZeVyaWVle2XlHs0xVMyzbNk1sqrU6XQaviXyLMpxItZVU9FYJnkhBFryQgiyyQshWFHxRjnwhIVcaSUgL91eGRiCqaU1Q+3kHXiZ224j18w5vl0PfJrfhHZfgbki0hm9GNNuuxVCq0B9u5MIbpOpUIgT5+I+UKcbphE8MFHFbVJYsA3tOtE2uXHznkZTdd1hVjZNx9gL6BzaiydGcuhvLPhlL/DK/sKG7S6JtqfaVaJFEpcWDkxHXZIqtmYcu/j6i8d0wy5Ljqc66CCTkwuuacjJ8b2PKIYpHw3M/Lp+xvR9c3eXhGf09eOer6WwxAkCJ+GUtvoWIWWxAD78Xn49l1vP93zFklhRSgkz3oOsoz5TY9aJlHkiR25S4gHw2sGU3vAVEtYqFHbPxxNqBDdCSHiMLn0DunTF9DxzkfXMwPTYRTgZ/+85IXKdKFAM5ToJtymVySe35uEE9aCxME8qxWPSdnFD9uLDruEZk4sQnfAMA6iHDr2/ypxmzjLnmTuZHh0DzXUK59xkJMyfpqgmKB4FUFs6JubPw66LzyDXQPER/6Eqaqqii6q/6g1VUVdUTVS9Vf8VQ45IdSLZGNKQnh9GwBomH/QmM5t2LctNZ82sbWePnI3/dkQeGZFXTGMfCSL6DzglaMF3uq78FNRznWpkiEIG10IhFov7BE/4AvbbaywlpmSF7dJlF2gw+u6qFBiR95rcbV7HCKSaZbP8Yg4bUbCqOCvbq7a8FrRNKb/IszZ6In1XzQvYwSCV82p3WxIyjcoZ05OffJ+49ZqtWg0C8QOvF7PmTsUwETO3Xo0YjeqLAOz4wK/FiNoOuyGGDyBXDGwPYo7dv1Qe991cUC81R48/rpwU/lCNxMcfln/gY2i0Uy6PD1HgZJy86Yy/4+7b5cpz2jdmxNvvVJ5+dkoT0RfRLzH3MA8xTzDPMS8y38F8ANAGUeKtI4d0sJEIvdsT+NUlgxNaCNqDDtFooh1JjvFAjm8g497zw8nS2Z3QTaLFJAMDhhGMEz8eLXESzJPO5Nyfi6Nf8FbP+KIqpSVbIpyApIr+mVXPdNI1lq8EelPiyJoMa00LviTKSaEWVDm2mguuSSYZ9A/FS/N5HtYm+Ka4gHuNxO3CJBd2BfzILtG5kKBEcQgJ/sbfWfW1Zt41RYUXVNF0cw3NX93xZU1eP6nq1ZMuLDuwxGvkWS0O4ZQ1BPdkVVdPrpvWU/F8i+LDBzgVgA+f2hGwCAhzCyuiqOAohkMJLTlEf0TXKTIHATtTxEygMqxDs5NOi5g1kI6aImPPwfz81IQGRYpSVt5PFHLvV9BptaS+T/VJ3HwjSXvjGlHlvZ8E4y8roqpIiiA5hlhFv6Mo71dLPrl2WonvgOD736iUfRWeou/wS+p70jnbteyMHeh+fiq/eRl9gXHpCsKQqUREr2GXcDmeTway3zQQgTCwWgKxCCn2wB7KfmN6uflAczn9gn6ieSbKamo6WN/4pgyAtoWglmnuOIG90/R8M0QXf6Pu2bZX/0Imh+6ub7iKId6lvmOFy6653x14q17AF1zgZyhdZpk5mZTP5IDzqgE/uAyzP2K6zBZzhmEIYvVr7Wjyxf+AOJGYUElWP4r2WsB8R6NXj/SJwAr+WKZHDtGA4OnWII7T8HCfxOZli7/KNJg1qm+Pp2IN+y4O292wGuumCBtAFk8CCrsA9SiAaaIDzcooQdpeNIMgveza2YyMJZF385X1zQvbJfOgHqqNVkMN790pe0Vd5FIrlV4+36uspDhDlUwtY+1g4BV0jNGLJ+85duy+4zP53K8yAZUUE9kKnqAeKMMWonpcWlLCS4fT4lw8HgTH12F9S/mF4nJYDJeLBT8lOO47F+FvUhbE9Or1nuo7DX+bZI7gK2z7DccX0ouL/+ekGNNyjKActzN3Q+uQpqkRAUsVC3F7dD1SlHYLmKcuEUEkIIOQNShTZ9KcIVGdxv8wZXwoNBqaWb2EspcvZ08WskG5ura4uFYtB+O/MhqczYsqLyqGnQHWTeMaJUfLcBxiBfNZU2ARx2U0Z29ra+tQF1KpzusuHw+8E3eIooAR9JUo3tE5rwoZK6jwgoB5nLJM1RRULKT0QFP8ghmGZsFXtEBPCXgleOWV6Ti4hgYwgksQq8zsLU4jAKExiCCWQJDkuUT2TMgf6kPI6+p4qOq6ivqqjgZFl16C4IAkDhRdVxiqtKH2A7GsZImi4/PMa5lLzOvi/CbacuC/mqmbpCYz8cnXuBTjQapXnyZ2iWxhcJ2hBSThoWbZvp3Wjhx6WhoIDJxNDukgnX7O9h04rUCib1vZ67Cqo9F8ZcffBhfgcxluBJj7UHw4uCExk7Gz/vdoaUe5RILjSfpDpEm0ZC3+EtCN0hF6cRsdc/cy98d8qXV0DXRrFBWRvqkK/lzcJis5kIstRMThkYtviE8oC3Dc437PL/l9+B7GK8NBfKBkBpjwPSApyWFICQsajgdokCVwLkvDHbKE7ZD1aBobfwuRm1+jJCdLiU1Aw2iCBW6u6z+sfu2K241VCvQb1wMwaB/A5y3qMWwNSbn30d7fUe5XDg+zV+gfMzcfRolNDWBnGJ90EsTygW6UmhrVDO5WDVMZP6uYhnp3rx9RId4pmOHq+DeUdFpBa6oZjQ9OPXgKPvP2IsSWhtjbkXpYNVxzuxPbpmEPDa5Fg2ul1dUzq6sIyDaMvqB1OEpMxhKbDfRtgKhX6FxiGk6i8OzW1lhCtWsTdEwbNIrDuB0rVMHmT5lMtAMtCA14eRGv7VTD4zhtFx1NbGzWL9Y3G6LmFMb/QzpXcyv4E9B+Jd//KHAJ8MRT1cgTcadZtCu6k200suTr6EW3VKvLQtknAww+Ezz8x+h/EK1fN5HeAl1M7EO2UaxXpclNCgmbVIabcHaYGlRgYi9IFYRHokKUvufC3T1b05S8bsmOKWmeKuCMVlJ9N49QvaaJMse5Ws4GUq+noctLxYqb9pfrHOIlrr6SNhdKHMvLXDFsWOkFs1qK2mWvUijIImfpHAZ4Y2IuhQQ97aTLnKcVlBNphfV0gDKqKRlmRpJUtbyaSUkim8qs5ooLHitjlnXDO7bOMsxMXzECxFWFsc90owln1rYSRo6M/gqu4ckYiKaD4XDCgFF+pacYaLd/qMVd8Fcm6TiPCngUxNBDdLDnQdrkMyfnGhLrLbtC5psPE4hIzPoHrSsB6sH46rUOZ7wmKWuBacIsPU70OVQoUaWrF4YjDjuzczQpKD81zZtE0EglUNXUntXKgdBJERSr7qJ9hYLk8X9SiA7e+P4YM0doS8joZPEwssIPy2k9lCRidqr5+DvRIIa2B0f4y+lcGs3rEOk/mVOjvagf7cWKpGB8OBrN8T5lZgNijoCtCmE3OpSB9qnoipySo1tEKQt7iZghJLo+jEaaMn7Hm3hoVtSAZRVfNjwT0IuibTwoQEcsKjD0LqKPKg43/sSPSjIhNxxvquxH1LTpp1Ip3h7/S1T4PrgCTDebxuy75nEY0c9QCSkwhW7oRlPhEGI2Lh4bXdm4+OT9x47dj5iDYxc3hleOkZMnL27EfDXLoDFgz1Wmw5xktplzzAXmLoKOPaoogVkkEDRPBN3rKBFzA49HzeLaa6gGM6wm+EnHbRoIkBU++kUbNaOUV50sQimOrWP8VdEVfxnjP8Oup7/DAGjCskjVJE9Vc/eLtIt+KP2D6V+efn/A/lz6B230V3WWwJmMq+bKel104QX4l+FVXxXP6S8Zdk5VPUnTUIpNWSLtZwueege84aW571zfEz6mfoOczY4lbLG0DZgC7APLsoEdxBx/Xbf7uudJcHzpwtLShQdIkEml0Au9LNRslFyEYLyfXIXgO1MIdS6++CKvzPPQQ8CGZYbYPLeILBSTgErN3RjMAB8adgkf/SJ/aqmwoRpK0EzVVtp1BFh7/Zcu1teerKPAkJdOl7N8Iyezwma13ulcaH3gtfW119fn5m3lVXLZQu1al8xlSsdvzOZS74UXdh+BrG7OBK70IKN52pCDY+vVq4Lenjq1VNzQZW2uEqsoSFn80mngZ2flvz2a0pFfR78FfXMnc5H5ZrLSUeUCwWik3JR+ABV0CblI6lJt8gQwd6iomTAePiH1XWroFQe+12k3G1N8Rwu8jNzYaN2jGgtPoAnkCpEeVJv/SpRVCTCwkTZYRVUV1kjDoiAi2VnLK36KXauH95cKWSwWyk+t5DVdFRSFNWXTcPzU+K+XycJ9SknBQ1gWJUmRiLxZSxsp8i6k5SWJZWWlgHlN0bEti4Yo29iQDf4Zt1jAjeWF16TTWi57d2OhWDf8vJk2RU1CuiCzrO8ET8bI4EXexrqi8bgAr+NkKS/y8Ir4dbM1hPQTBh4TRl03AcyNmA2HlZ2qRKKQtK4LLdkvekRnMx4V3QM4/H7YbofLGVtR7MyAkNknHRKOogc2Lzu5x4LpuP499HuA0pcSucBUnRZLBKhdEZ/YLPqxgeMZFKLPOW17HeYrdjEeiI6YFkVjzR5/ryMJMi9aaddVV1Tbeddl9DnbXktjnIZ7B6KYxq5ordvta44NN7hu2hJ5WZDgxjm6OIhtX7qRVbPh29sn5iSxrQbDHFnfBBhlDbdrAfFEzHAI38ceG1997LEb7kF8G1t+G42uT25CLbiJTeSTwyQ/K7JIfkQ91aOmKOQ7zY/cR/TlGoqLMiSq7CltuEJl3Izt4nal7eO23+66FTfsuoMIZff2gmh8bW8P9XrNj0a93WiYHGfl3Kd2DaQmoVuzIrdLjAuAyx+h05fHo8uXX3wRRS++OF8vYnNDauW3ocxtPBoOye2foVV78cXxVXL35P4gtgWwI8igFu0NBlAUgpjn8SkP6//5yT0NOvWcmIslmpxONyIrB2FxiRiTMr01eiWWvU8vRERwQHM4L+sZ03XNjC6zKSnFcjyyrbKlOarKcXII8A1WEJIuiaqoKBBIHCfxyNLzcel+l5PTQe11tSAtcwDmZFZK1zohAAaJk2XuPQs5XUQSL6UEUbWWLFUUUpLMs6KeY+b3FxApzXGCme3KBNcLFNcjAEaNVoxOyXaCmOndjBUwcTI98XHFrRxHL2tOWh0/r9g2+nZiEQUcuqSnc7pK2M20qSmiwPNQFNWsmyoU5o/pCDq0lfHvahabVtGiYo9HZOjsyTKVoV4h3PKeqXmmY8LH00wRK6L024SeitN+0RgPOChih0w0jncTvSjBZ3S1A1pgT9DXzVASd+NNEtNNFJXplZiZ2ew8gXbcDF3+Mp+K4dmjMTz7TzFoe+nrAMTtxXG0HV96m0GNKfu5czW6uh6vnUPZOK0VI7X48563EdnAcnc+rRe/ipnTTYqMA/U7BjzwvWRVn4h2gYUltmEA7dq41enW4tr6sN633VildpqqJWEMzieRIRmtEXNBmob6MTm3KFvaymcCQFYPXYaA6nWOXfTXgslJZUW+HDhZ7uyjxy4iJibTsQgtCoptR89oduFPdV/vaRkdTnoQfZOgZ/QenEBSFATaos8WbXJhrn4yrLRrgNFuI/jM/sdXJZo2jU+b5fDvXZnvi9tgiUgIUf8fWpW4IQ56u7ukSvP1Kty6XjdXA99Y1VvXi3Q5Dif1+sjRysxquXFDvaBve7uzer3jSEX6R2s5uLFeQOppxebHoworLtmRdPv8eHSPjsOv3Vc39e1kHP6T/datqzep08asnnNjMLh15eZ6aXC0nrfspzv//+mnkFrI/YO7yVy+K3359D+2n966Ak9vz+tGVVqvM6SP5sD/TS0f/p0JlNuaFPrviqK+nsmRYkJweLTM/Vl94KDvkavwTQ5zmG5ELSfrsxVpAmgr7QQq0/WJJ9KvCPdQn0gEBhHZFQTs/gDO0MPjq8HhIdkzdJ2RgezKQUAPRH177cqVYX+ebyFtlbmRYwrn9X4zLumne71o8jnCHR3OXWDm94hhRidWjxE1zfXJDI7aaC8aX23t9waDHuCk0WjY2h8O52wlfx19nuzIRMTGhAzGyVZaujuhGAvbO/EOrm0YeGRnG6zFnSb6abVQvuvsome7fNrAAPEVwRZ5XledQOSB3xZct1sweMPJp5csQUYve7aTquzUC13XJdt9eDlnqzrPi46gmIIi6K7g2h5b2jElKTOzF/499AcUE9qw2vrddRb7tu8JBkv3sX6k8smqUflk/csPKEj+fz9Z/3NTrXxf5ROQ9ok6Wn5AKcrj+if/pyKlZjj+t9FvA75KA11h7JpVadfIrDIQAL12t9M00Bnk9wHBjtBTFTEjQc/uYXa44791EQ3GBxG6rSKyOBiPhn0p8z3+zlsXJ+/9CXQA8zvZQ0oKCJjdI8w80eqip85LCI/eWxzh3On35t+z9978e9EPn5ey4ucL7/m8iO57X/59PwVp0zk1s7WmVltk/PHJEfWvoiygnmx8AJJElFM0ZL7W8/7k+egwsUPv3/T4qz3vJ/mTIzo4PCRm+TS84fGkLd4JmNiAFi5BG1sxO0j2FhAGF7djARyONqk9xPAb26eDohds3Vaq5YNMEC4eD/KQDG29WmlilgsLK4vvvssK08eXfG8OcxP73ijG9RExFjscDK6h4bXeXr/HzMsJeGppTq17bbJBAx/2+9nhsEdD1O+TXb3XGXqY42euUJ4c4He35nb9ShcazweEj6M2DiuY8DgfOHmy3C8/Me4/AYc4joYQR/c/MYbjXvnECQieQP1JfGqL99FYZkLkXgImwnSK5qlQD2YbEa/HWnmAxcxGlNaX9l/XsOwHP/CAbTYe23dVU7Qi9E3d9kYtl4P1qBquv+be+25bDytwpiuGWdlod0lW/LQuRN4d750FnsKtQaZhF/OkLn7Kx1C5CqlleDAcDvZKx59Ezl7pyeOl6taTpfEIolvE2rhfevLE7f3SiSfR7ZXHT5T6EH183qZfjTWZM/IPND0kBnbAqBLBBg4JGoY+BwbWxYkQoYoOEmIOwfcvqJahGJpXMCuNUsNwdbGJ9ayuZ+eXBUXRXeD2bdmo2MWs5RuKIt0rBCqQ+ilWv5aMXzIbParNrBIZCLByRBsTEaaw1iDR5Bslx95h0O9H8LnOHB7AMA/6ox4Z4kE224suPULgZ6/V2o0ich7N2viGvREomW0TXUk8a8jWiMM+0G6YNjD69qiqprXfn7Ph/hcxL4lgduBaN+rCF31L546O8aMmDWHSRdFhazpPR/Pz1AbWaP4/Fr/Ofw8I7qYqoUR/fm0qv/0a+nNi4U/XP3d+G0H89V/lGtF4VZI42RUAte/3okE0aME36s8njAbZEcpCFAHbPOj3e63p3+DatdHBwX6U/O3GqXM6Irpyo1o83rYQVVeR5Zou5TROkZIPLHzv58vtYrFd1kzbjD+BZJrmAI1K7TPt0r5smjKKSDge0XgPbtm72mdmtnNXoG3uZy4zTzBPMU8TqSCwpDCHHYOsuLVuwpOvI+KBoSoQDwcdv0kn9wakwwwgUu4OoXs4hhk+NTskeLUauqS4rdRml7wL+3w0Gz9okDJYIcUv3rFSYgWWZ/mUgkUeiYhs+dwQZRXWUlW3dZno1JEp8KoIHDyHeJlXeMzLoRdxnJOuyOO/uEb/UImFl/Apll9Mp4speI6XOY4kpFhR5j8mcgKv6ByWDZ7VeJ5Np1iOg7U9xad53VRQTby3n9XCYAj/8+0j0l26K8xF5uuodg37Z4iBFSE5wDtSC8GYPGB/mxJAWCbjy5RC+ARguBMMBotEtQntMls/yObSIVRDFdGdh4flFc1ICRw2LFnFqqCoQiplZGFZqtimo8tY5g1Fw1hXFQXrWEs7nqbJWgXWvV4/0CQsn4+CD6WRCvVUDRWzgqDzgiBAPY3A2AzuVjXF4FOqKFiCiVOcLViGrCHE6lYwoTNXbk1nanStxDAN/HbUoAQg/taS40EfZnJACA2aIzTDbJbqbG9FaGZ+Qip/nxGPBv+h3C6V2mUFWHzTIQZSAYxqMth32qUPUYvqiNhIjqlFHSJqnSlNGQFV02FmrRAkAxO8O7WP7t6kjiUG6sTBAqGh6PRt15nXnIplF98XkhePhyQMddRqXd1toVEvCHqJCimAq6NJQaxTp34Q5vvgpjJs3FQG2yJSZ5pWmxkvECM/+ER+Fz5HCvJFkv/4qk7LQ/A7NGgQtDeAqLeywZEijUdxWU6bSdm+eGUwgA+UK6Y5vwj02SaWMd3YCAawMNGDJtvQbpH2F6bipA1htVbbqi2K/Gajsvz5I0nCRrO8/GN5R4fpV7qQ3sy3tm5b74aVm1LmcP5PMQ6lez6RuydapdMo1isR/yLraCY4Rs/lTfPfGavGCcMgh3d9RBS72MM/hHFXdNF35Q0fUOq/M83jptfx4RZj/NUfwi7cgz8ieriLGeYfTm9LqP2Po7ejPpHxTuwVfo0iyHVYh04z54m0jQoEu82YZwZWpK3Htrg4CmHFhPXSfRWsSYhzaeLjgerUQvS9kiTIkrNateoVPy06kp/Jfil3Incyp291ukHBsDSjUHY8y9DN51Z0PiU+lbUsy8gBzgxGffTv2RTnynY901zEXorLHy9++3C4/Jah75oWh9i05tg7y7KnBAuWEtTVjPbBwSgY9qaY4RfQPcxZ5nbmXqCWl+gukK5LhbhhLbYUBsRZIx5YyO49GNWAUagI1IUujwgl3fTxGtQfMCSQRbjQwNE6EqANKN7CG7Uo1sW00AdlS0n7lbSRyvCFbLeeyRknjVwmU83k/LXVtCJhA7MVVpDKa46EbcnVJPbuu1lJHf8FnxMF7vmirJvWG1euoI3AND/LpVzsWAVRdTI7O8vLO8HOzk4KnnbgMVNN27KbEgzFChzZeFB3PNNcQqIvv2ZZzc5kO1eO4I7ZvsUb7O9mOxXjmRh/kn2wxDqmNYzxTDxG3011NDK8L0rVUtBqYa2L7j/2TKt/LP9G5WJzQLTRvfDtszVrSNcsl1oHNMnO/Yl2iyxKr3rycqz7P3Z4uHOLGDXNhngU7N8UmckC9tCArhpMbE8fxob11JS+7RIlej+qd9JOlCn+01LmEA2+pxHabu0D37taDsPS6k9CreM16Kvoq0wGkFsRZmebOQ6YbZtJvA8JOCSKI6AGbBi7H+J9IJEh9qncKPE85MdGp10+hPEGc8NPXBApVmc5JD6InNOWqBInRON3jYatfjQcjT5t2rXEBVH9lBValVUT8ZOL8DzxMKSK1lJIvBHZZ7qmQtwRnYWLo71+9H7rVB1Ol08c92q2uWCuViw3uUSqZE3Xuq+FS2M7LdJ6sKpaBMFHKEGdeA6B3ur4atfQsAcYfdi7zgSICbLDLDlcnQY3JaBREIwH2SzqZ8nfYBCQv2gaBJBCLkQ0IAlTe5QW1VHBcLATtb/XmNgE1SaRQXGpCB9EfH9B7HPxgSgWybEYX40/UxpN+O7V2H9Tbc6WMCSepoghQpVujiTD7QyRe3Q7RL2CDj1zvE/sItCe6VWEFPf0U5hPSannO93nUxLLC089zbGACP/Nv9FfPiSWFST4G0HhnngaCyn28Y2Nx9mUgJ9+glMEWX3nO9Up//1nUJ4i0foR7TAAiAZVQhPvCWTbaIklXpIcYE6uUqvGFoTC8ONEc8Rx3/+ulKygL78orvn/xXPFbyFH3737z19QMM8idPLjHIul2Xy6RnmnLJXkQVZQe8iIbIci0h1i0+T5bwBacGz8o8e+9CM8p1ji+78Hp+UUj4ZrX1yDzx+8hzMNln/DG3jWMDlmprcibUp8pBCL5xvsM3HNnbnCinzsu8R1WDds+0csNT9HNooVXV3t95vN3d2g2QS0V/SuEiMbCHp7RDlTFJ97GQAEDEDC/vfm91onvPuNuUOX3jq/198ql4/Nv1yYe7cNrVaClX31VvU7WquwDaOnOzXAO1LHg4Np5a6tFVumQsSt+nwJRvsvzJUhu9N01rZjqeyRtl6lnmhuUdupT6nmvD+pkHqcetW2/zNZTAluvoJNB+sKruRd2RexxApuz1X8b71VSw1EMSO5haqgati2hGreEVhJlDKKc5fLp47Nt+N8uX06Sm5uw5Aywt1XHx3RAHjiW3ZZfWOwVt07Miom+CHWp2aYPPWGdpPvq6ltWIUg9PkTdGjI4z71bjWUjfEg0Sg+NL7WmkUjRHcc0fvQd8XweH9/NInM2U0RDwRE5mwBE2ABKxAbLSFA2f3+Z56rf/zj9efQQexfY9R6rv4jP1J/jpm3uxJjz4cuGVrdmk109Ras/+7hKHpv/V8+HUXja6NWHx2MgnvfW/9X15ledICy0Wxv/ltgnXCJhQKgpBpxbbaF2k1qggkF+t27t+U7BMltZspL0Zkz0c/euZYW5bOpaLVz51TWNzoq/4/fc+Q1bqIGuAu9SQYm8um2eFpLl61iY7nd/iUJBvlIk8evyNqHt0PDOM4uh6vbH9ZkcjMzlR9cozbYs9VsTgcevxxROQpdyNp8cjzaDeNhtheMxlchoC7KhhOWZrx/7doIWEVgbAOqEpjKGr9EfXW0EwV6CbnYBbK/jtq9bKWy9sBapZId2F7FVNHLEcY8/URXDlK8qesvMUd9oLiJZ5H2xLmYK8Q29oOol615axvBci1YzrY3/GaEBuPBcCQiRGzjpZHKIowRO6Fpv0/bnOiZAXGRJk42GtamGw4npsfxcuFDF8T8RVXwYYwLc9fDVvOAF7NYga+KfUPP6IaPVwOgKuXVK7kG6zgQdRzURC9L3M6OgCfhA1aWpabyB2zWeoCTtOE+NTAfrODNmr+gf5ycfVxf8Gubc3Nusp+e+kCxcMUmIrCEC/a7tQBd3R+PdmOTleFwNBigw/FoHwE22AOIEAT9wax/rqFDsjrajQ4dCZOFBLsJY0NOWp0DRBRKd7XbDds+5KNqo9Vq2I6OPhmxpjL+xUa7fVdL+v7oT8orcJP0W3TQsdPy2gTXIjqSp15FY5vXqbdRN0zSUeC6tR7BG+6+V9wnR+haIEaoX7fXe72iS82X+nD0iru7RW9A/JDO2iZLLVepZcS85TZ1vRdvHid7GMh+nInRg9+ZGH3U2nPmHhEdrFYtFgah4SYVJnxKMWkE3a2YY6AC42sDArnLfgToQ1Q0M30trco8x6KUIGt2ThfZg6yp/AkamuRheHLTJA+Td30eZRPE/obEBGQ0VGVL1VXNkLWspsH7/0Qxs8yN9it5gq9vmrvAv9jTOk0MWax5Q5aNJJHET6Lv1tNpffyNEKLvGA8PYhTXS+xYYpvjcqAJsRFLuhyoGB0mD+jk4fEe5YFI3ywXi29U1UKmamfoXlHlIAqyUA9LVgNtNhYIP019aR2VU2DhFsKLJPH3bC3j2EJ7cWm51ky72tZyuPl/pbWMm8btxcWVatN2tJOQ9jOVjMnzfOOie9KpNlc333R2Nbw5aUoHr1GOq0g9wZ6IuXqHQlLil3KCLaKbIvgm6xrEvP3EsWMn/pYEcmyV/a0mtb3+1rhrfyVOPD3ZtX9scbh4jAZX5+2048/LyViKzWemcghSXonRAK3HfnbKk96HFbfjE7EDkT0kX7oLBBLpytoy3toKoh7wAoP4m+2Nh4P9/XgBRmhfNqgnKOIM6pDu3tijugB9ui6lKDerQ97OdN1oQh+ukN2tRJND1gu+WwPs6TZCtwuMHZSBOGMCxMHDlIJruBuWUNtAUXRwcO1g/PPN3mgA4SAMd0Kylg6Je48BAmwRhOGl5g4gkBHx+bHTHAwGcEsvbGrhdQZSgMEJw72wCbfuNBlmTlYnQPs4VLtE9EhUywYMZjuFY4UZ0ZeF3YPB2vnwjs+t3RGeX3shPL88WPub82uDtTvQaEDT4CokXmdCmkqun791HvFbqRTHjXiaU60SZ/xQ/Q54+PAOchh/jh5QH95Wh1zopTpNe4WGNH1ajy8AhiO7Y1p0X+YaIltTqf/kif57M1n1yJ4JHFtD0UXan3Bw3UkEfZ+y4A/9BSVv6IJjFKywqGfyvl5sWkXTEXTjMMgG8PkuzdHgs6Hbmmbr6AXbcezl4+2HdMWUSxnJMKRMSbIU/aH28TVyf9CUyY36kkwe02bryK9Su3rCC0fUPRu1BNz0u2sTWR1x/NAOm+gzP/88PruweZ5FpRPVldpWcEez+7rjx1/XPXlpg2VRc3dhg0XnN6tbdVQ8HuSpi4bo0ZO6fSPunOCYmyihn3jbnXjdnUcwPzdE/f2IBEcx6FXicIy6KUtoxK+gnwZezqO+h7aoTRPphk3Cy1UpcUqi/iya6naASpQQ2f0XwhG6Yh016XaCTY+wDtUw3vjyeU5R9WqgiIVq4bmU5BU8GWcL2T/kZIhKOFPIpsv6xrObRpkvheUP5ay8Vs1xOXVpVZY/v7qkQryqF6x8ipPRe6wl3Swu1TKZRb2ezdYLjmNMIuOrz60fP77+nJZOf6HZeVLU1ccW1hFaX3hM1cUnuk2OQ9P++1P0acK5Evam2wwnGwW6jWSfTgmh/1h/pO7p2W/6DuyKJYBS2a2ve+ZMLjACAb2u/lDdrQQ//M0Yl7CHxw1UzihZo4pn42OQ6BVnohIL7Qx24IOG3/7t44Nv+zbUm9z7m+iniFSqETt0IO7EBRxvUiDGIIg5vbESZHmvcTK7Ydsb2ZMNj49WNu4Klhc31h/Mr7GuabrsWv7rHl9cno6ZrwB+JLLcJnOK2WFi6+ZmTUcYcJxHBFFF1EWdFo+hwl0dxTYmJaBJmJiVLyPcKRHXA9Q7jgEx9LOiL28vLd35YpU3iivLIrIyEjovjr9S3Siu35nl3iyzsKrLP+hlsmWv8swpJ1A948xb65zGcdo39JdOoR/BeNtAd52RHbRQWBYzFpLQHVLmv1Tya+cyubuPSzkZ462ymc2UoxMBi9BWJDg8l5b6p2bt+jGYd4T3qlHLeWgwuljVKvGGd0IuCAlJPNpQvczLGmvYx9Yck9WIxen4kIRH01AAYb9TDguFsNKO+eOjZ3M8xRXoV5vKJtaZNvFEVqPMZsw9UP0rifsRkVq2a7hG3PzRG1LUIiKm1f2IiKei+uOVKKilmkHA5s08e3U3G/2vrS3zkUfWaNine5kHgGL3Bg89NLhvZ+e+QR85J7dKlx55Zetk6ZFLTOKvO1m74vWK9PhrmDuYXWgnQH54G51JdShhYl0yX1Ob3UQrhsNqst2ZjLRN4PFZYltb86catEpswEKEwsPrPE5xKUBMlibqIo8QD7yGrH4BVq2HambOEARRti090DXNteH8Cl1nqR050KT3pDAvi5LiG4KsYl6y4Iy7LYA1OrvumTm9TFwtAZCEA8eX9ZyVy2ZbQbBLQ2amoxgm9Tye1JPWkZ+rI3ZcH+rI/z3rF9dtfI0XWS7FskJaEzWoHM8Cw6IibvBdNSOvAypU0lA1Q42rdo2oqMbDPmp9IytysiTCYCfV4mSoFlSu3/d8K9DLQOFT8FIWsTypk9mmcsoomPn1A6iYBpyTgXokBr/JIgejBLgE14/a6LDfG/X7vYNe0OvvEcVln353s70DGBxTO/b/hr4wkXGiCTLmyUwn9NqfuBhFfbJl84FT4//e8JZfe5e3dPHXGq9d9u66uOShZ5eoseJ97sW73KWLd3qfdV2SfufFGSaH8hIZMSkzQ9iFCX1LAZ8KIxwwETq82rp6taUFO/0+YvqxGQbqUysMgqC1S/B3JX4fC2+E9+nJ+1y6grWJNV0jCv2KW8E1n2V68RvGf3Hl0gF5ySNXLqGA5HH1atT/KOTDTMpHfRIpVL5WINgI8G3UBva15jegrGTrrU81pyG8+mAzbYenzq/dhj4MXXk4gjwGdOPzoGY7ndtPPPRpwI6IOYyg3Ye3fD8MpG4NqI8LQKVRARIPhbdJa7SJkhZ9aPPibasXtkLbGr8L3gNvi3q7WZLBQw+duL3j2LcdEhwYXWd6B4dztlCERy1TlF4ku/aoUr4bIwoyeKvE+W3b3wZOf6e9eeLEZnvn1NPlc97ZxuLtS0u3LzbOumv7xypvQIfl4jMvPVMsd9fDQm3p9tfevlQtNltXFpeJK/fpfCIyf6IVyUOei8TrHBAHq0IaCapjQ9tFrSaBFt2IjCkSa0z4A79dpdCn5hL3iK1oPAImda/4K9lRH3irQTARnN+xVHV2nMryoIeYXg+qi6gXNeDUe3DDjw0GWcJSLRf7kQrQVR0cobVE4lakPgcJ919z426MqA3MdDt8mwCfLl+JI4BAI+LXNEK98egwLgM/Pgx61Ifs+BrxbHatFaEgGl27thdzgsPg6uHh/iA7OpzDXfP6EIZwGpXEFw/5lQMojEX3mcM3QFfHwAn/E806JH4ziRM/9OPjd6M9V01bX0e3NDPEX0WrNcfbphLvWUSSVpt6cwmPOiKj9qqx7ephq0VMChzTlM88e/r0s+8gwZmZndZg2I/1vv3kGgTjvZm117wNbqyBu8Ff14RoUGXYnFnsxWR/w7xJbLIt4vfpuJ3ZJSvQW1Q6SqSDber6DvD6vI2yPZ9lqtKuHLaojVQwZ3Fc26pWty6Q4H2EZIyoMdLw2MU3kKsQoFZ16/aT1erJ27eq40E0zf/aLH9Ec3ZpKV69SVNkngZfqwC/g/ooujH/8dVZ/sRajWSfmvYr6dUGxF8917myIeaWfem3dnfhgw5v3ZUoS662ZjxCbLtvUf8dj8/R/+5NrFJYrVVrsEoKxLGHAyslcTOyOfmdmtOIuO2lflH82GqKTHEiqSJiXmo/hc4vnFyAT/30w6fhk48R0rfxSsOu5l2OaIpYyc3X7EaxYdf0nJqk6HrNafyHSrXzb6OGkU4bS2s0gpgCedtCYYW87fQ5GFe+bm6wqqfpVbtRpm+VyCt4NWfU7Dp5K+SDWfTDD0SNSiW9mv232dU0jczJjq7QmevNpAczjokH6h/GprkxTOwRFxeJuwv0CIEsPeKRs2Wq6BXVRAe6MvGqoejR6KB/kCW/SzHf9vN+munOPbdGdvCliB6bWAYOBsPBYH9vbx8iRCUOqOMQBYAhYIkcZPeYmdyX+KWlnmuJ/qJHXENf37t6de/rmek974cxVmY249nr0p9ioro+6uuMCG/XETVmhelFfylmOblEZJGICc+FmgxcsmQofcWQgDeW9PBccygqWFcjVcOKiA6b50K35GUcMafEv8Ch5EQn45VcuHP8rOdppqppqjkb95+lbaASayxS7yk18yk8aAEj4cceL+gPPuz0ek07lwuD4IO7u5axZJg9362UTkUo/45cMwefH14ef/l7CmkTmVbpe35soxAIQmaCdY/qYTaZDtVNM93Eo8pEJ2O/qj7m1U/meefTt1TT3DoaxGx1/CTaT1xURf1JZO+mlCkt/gVKi4Gvb3TnPA9M3WP4XUCxuN0FjrRXNOxmu5E2i7GQ7dQDb//Xg8FzK5/4kFhMB81mkC6Kr4sla99SvdZqRYetxs/M7VUgFhdMvHFusr948ttdbeqhcSrkW7qw5JgFPg8sLa4aeb5gOpBUb7XuaMEiQKLVYpbznZVsdsXxuWyxWofEc9Gdrdads30EQ+rDr0G1nFN9w43aTuAvE5cEAqZaICKvHgQAUANqpMRA+HxLkTW/6CtqnQALFOwunzq1vGvKB+QWCK6c4GzZ8H1DTade3CWqvKP7P25c6Y7smD+yTX5G+I/s/zhIEiEgr535+OGovFCj2gmP0n1ikU2czPlRiKkKMpwL8WZn4lDMm3YxivbGV0e9Xn+ttLbWmwahlWFZJRIExGZMIpRWFDTaGwMHtNfTokALslor0LKBFmUh7GctqZzPFVUjd1qxFPgc6QdSznBWMpsaa0FXJP7gNgnl77rEHwmV/06KFAjcmyVeTOmOUxLNnmoLsmsZzrQc4799Nyc4rPIQ6xQcrOsPmlspXpALjnskb5lqLEnedOcNMMdk8w3NBFZPokXr9bIA1+LXjg+jVra3u9vLEl/47JE6TGswKeG0KDf2i3iTLUvyLNmoQ/oGDu1KgY3oL46F8SnlCumrgyEU62DYv870gXL3h0Qem+RFbNN7wMP1qIQQeNxsNjtlUxPsOilveqJ7nLU8LP0YuLtoHU0NnBIUOalTdBVeF5BsYgrzTb3ecNbk1/b3iVH2bgLKWq0ezdg8UvfY/3SGovo6tRA+xrQSnjkpS8IDT8ye8T8gTgt6hVjutIbQd7cKp+XtxYY5weRADXeyyaFFTXQSu6pb9dut+izZm3PLzor3ydOd7jd1VkRzh0+CESZ9RNH9pH9u9L5JdIOTfsmaco+6pZHN3WiuQ3bJEkkCYxDbm8Vj/0voT6Hl6a9/IM8lkAuo3zLy49W4G1InmWvUp8A2S382rDbdZY4SQXgsjqT7VgSq+YVFAn1BRGbJ4QSW437sBBZ6AkZBCUmu5Boidr6S4kTRWWmWTiJD9bBWMSpGSVMLpXIFi5Ysp0RdMLHBC5hV0dPFUn6zIrDoZXiIexkhUbJP5DPSd7MpjhX0WvRTnB60/FxUNlROWlp4rlD8NJvCtptRZAfuwHrG9SWNme1Lmf0mBvm9CvhaEMT2g/R72LrSQkyrNWunQeLzIHmmTdS709+nSL4D4vRv2Jo8wzIzPzhobkSwzJiZfNGAWJb19nu9adlumc9c2QiLPslnQncIT0E8m8576XXILqLYtjX5TbPpKkY3FRCNRBTzlXt3diMiY6ToIOrcBVMW1jbyczzBfqL1LbknHpTbMTBoyw+eIHeSBU425n1uD+O9hnZEERWgS7qnpj/dX4j6rcmuw6ntOrV+I7tUYocOwbT96Lp4grlAfa6R4daKf2SAuAQC6A/zihhUT2BCvGOCyoY9wrbEG4zCr8GqIsNSeJ7jMId5T/dFQ7WKjmmnTCWPNVUUZcOVVTFQjGw671mSIknp5pw37GOvPXbstU+QAAWcwkqSxPIoxaZLoizW65zlO4Gh6CleFDOqLEtq3lCMapiy5HyQwemfnXN2/a7kPRBMeCUYO4Q3aMLMJL5aGJj3tZkfGFzp6ogKSbdTAI1ifY5PpYaJNDHWeJxh6fJNnUOF2wgnu6uaLGNvVLMLiizbBWH8v38HGBcO8RiqiPkUYWJMDav4eSOjlyt6RlczYtEtitbXFxYXTzgStE3tm4NGAB90MB5VN3Ie51pfxqpgpiSR5wVJ4kSZ/MzY9xe0rEH8S2iFlIBSKcSxiycXbcPSA2z7j6RzuUa8Hk1kSteI1S+iFJxsUq3RbXyJQx0iYuzv0k9yRMzcCTlO5UUx9o5R9x3MffHMOOKfeIJr7NhbzYQvmf9hS/ITJlMWdRLBAEMAoTVRZMixW3fZiJItBUW3l02/Jp3tTawWg/FwP3F6Hx8+1HxHkzt5z0mY9onrMOPhZJPBwQiaOJ3NpqGtIVr88eEwwe5yfHAdxyatha5fT2jLg8SieWKtMTHhIG3390qbbGSeWX5Mtti4aEQZKrqrORjM4tlBMIsX3SNX3OJBvL6QIIpeJe4V58+KM19oL6GXKJ3E8Q+tEh0EeunRR+uPXmo8+mjj0qPoUXICMXKePPN+9H76zOwRH3Ue7V56tPMo/SDmUvfR5KQ7R6M4uks0rMH9qYqNtOhj6dCJUC8C8vSXP59NnNjE938efYZ6xmTs2Mx+YqvRrBIv+kVWmFjbC24tNvAgW5boXeQH3cjJnNDq91XRV2Tdz3sFP68s7VUMO7+ZZg0j1a6kzSXPGZTy6yvrGf/ia/RaaSGzoivloFbIWLvvi80Q0Gc4uRDU7bSbzmxkPC5dWm7Ki2fl7IWdS7ed7iw2TG6znc+kjdA2pEztKzETlrTXf0Z/NLMC1xFg/DUU/8YsoZ9Ev0jdkNFfJ9OpR0JiSknEfcLcD0iiK+RHS69kzuxkORJ7h3XM00TPe4cIK/s7sO7hd5DfRLI075h1xV8pplKSIAJUkDhhA/1s9ty5zKcyluFxmXPnsi9ZoiKI/hn/JWy4+CX6hvQxT00Lsmh9yttZQYjYinnEGT7LTuTB8Z52smO+CphxkzkJa2XicYvs3bYwHcg1ss3D9WPbPfpzR4m7kgiWVeLHInnkFQdWSjwYod4fO6YTrJnOM3mnXrcLj0fArvbGh1f671UURTeGARBFFBHndZ8x3GzfMdN2oZ93fEDB/eCwf9DSfWNeB6TQX8Ob+FaF9bwzdQrTnZDiKU2mJk8b9Ffrmq1pavemyBNoZ5Xyewcxth7Eh2/U72k2GqFurpbfnphjxheGiVuX43fEKv07/igmJ4uEaOn6rrbgWLv3aGZ5NRunKEcOE/nRj9P1qAR88gnqxW4zBoFk6BNOvTZ/LhRRl6ZT/8Tk1xNasfcywrV1af0hsglnpD3Qhm/qkpL2TaB096UV2TD9tCKxWvbXMpaZNn0I/rzqmemaZ1oXsyeaTbMVbBrLzRNoMZ8NPNMuZHKuadummw/yacu1wiDIZ/J2LpfN2fn7cu28HbRzmdWz+YrjVPJnV2e6qK8CN7ZKf5c5bMZChhLC5PfBsDBxtEx6hPiy9r1EDNHthHzYjB0flBBqCxKSexoPy9/eWz3V1mEJ9PDJJ+RA1OzierH0fEkgysazpiYI4vjTvMKyWk9RZR71BVmT79EQq/IvvbVYXCs5mhjI5x4RfQANSlp137oIC7LmnU1rqiF8mVdEXu3JrMTP6ZmJVQpxCk3kMV7shjkhUXQPqQDknSxe1NOxD3BJ2IjlKVNVDeI7C82wkBFSKS7lS8VK1C1kvUzN8K1UpqyoYglLiCtqLMZSOR1uV5fvRCPPOb9QaJssp6T5VP6+fLFSXFkuVVnHlI9V7TTWraxjvhhusmilLgYZzVi6cP9tzdk+n2sJxiW/17wxQ8eEV2pQ59aT7Q7dNjD8SZzKYhKGEIDHgBiTjkbou4e8IJpuobCQZweKnCkUlgrSXw/39sjG5thBd1RAgvC2VGGxkEm/lH+Eh0jB/QQW9ycOCvAN5crRPZvNoyXr3rCGElOjG4qztxc7ByXBww8+COdzpWjNfqPgSivqTX0rXP9bsqij65AzkX516CrY7ayxbeJklRrgEacblPoSQweINRtUMo5jt/BklhGXb5fvXbtX4GxX+aenT2Zydo4XO7nC+XvWz36b7Av02vhXVQmXFL+olp7M5opa8b+it5MLvs29DT9xbFM3RJUXtkvwVHThqzIn3Lt+kfNrWjmfeT0846slLGrOl5O18XfR7yZ+S4pIZ9fYbdZLzRQqLnplMZ9/7Zve9FoaXtjb24XWeGVhkgDh+CdJ2u7MB8KVxB5lakYV/+5gC7iCfRKZYcVYj3PDvQPqzqRHQvrz60k5D9BvQo9ukV9Bi61nyc+UEY0zZZfohshOy16DOnhxnCyMUJnkPuIDF118RobZyeoax4qOya2dW/OfwWmzVn3k4ddkMlUSF5/JWNaxc2czJZwVBMMRKsqHn5EDJ5XK6LLJif9fZVce3MZ13vft9fbGsVgssABxElyKBEGRi0MSKZKSTOowoYOU4viWFQW04qN2bcty3ThIrXQSJemRNrXJmcTNjNI2mTRNQ9e5HWfGaTIxWTfH1E3SNskfISepp+00bqedNlDf9xYAQcpuEhDcA8Du2337ju/4fb8vFMyMlg6Rw/QI4rK2feiWm7MXpGCIHHfwwO5QKJa5rYAjmiCV3w6X7ev/LVInJrn6GkVF5wHLRBE4E4gmUhCxnfedHpyYJ0IrGaHIx76wCzZ3PyFQgYahT1DAaWNBUtFg3BFZQ74cEQKnJZV9uIElXMPKU1oE/YFisMNIwQsKvoto22z4QVFhizza/wBPtHG8T8M8i5qacu38haQiTYZknNd1vfVtU1X+XlYKvIJ5vh+LX7R/KEoC0JxvPYcl8sx8zz/opmAuGOvopLjDlowaw1lH17PDRAFtm6hRI1+TPhw0ZfxNqZYnSmfIl7d79M5NonWCN8sPD3cxEOpOoTZqlA58oCn6/SSKfiM3NpaT5URr4zWulItls7uz4oIcMAVWilt4UUMbu2fH2ETrZ6hZcN+XG83liA60KNsJHoUMaVHs9Uv740UnCo0pgCeR/AOgpkbDxzo6Bxju/TGMy9NO4kcyes2ms7JSr9dpMAT4bzxE1zevkVfZcTbidaceX1taMtSmZjSblMK9tbnaqC/He3yaOvUiwUzWZgH2XMgf5ULxHqllF1t+go4K3qYFQMC97Qv9jGYoopTFAVaXjegsGw6usudOnDjH1g11BcwDEjtYHWQl1UAK2VFZ0HJV4/6Q7rp66Ey9fvpKOn3ldH2dkuaphgvmftdQmS285ia1NfYD43KHZRyC+4EBIUVqCFJ11cZyogCW3zEy2Lr06sto1Wk1nNxEPhGLJfITuda652RGEDOScepOmYhkmyjukc8VhfzG84byI4teZiQ/5N1r5zwv18uhCFbeuK9jYhpBWxE8oj/kBfIBmeSJlrm+1GjWyWNprdf7kgkPrSw1+/qcBmrMe+tgeNlT8p6dh6W3dV/PUZbfObCiFWiyKKKm1+xu4B45f87COUxT10W9LrXVFBK64p/o5lw/jzHwcUd9wnwiqaP1hCmFxMnJyCEzEY4YcoA/LLLOwao+4OiSQD2tmtFaD8fDZjy0OlgYyvM8i1E6m0sJAU0PR2Jh1vx5xGGJHHNXUA+RsyhSWLjfNRIFQ9Jy4CLOaWI0Arz6kfDhBG/zEstaPG8JUtGMmWY83KujQ+5lsPCAZcdHtFl536yy3lxebg7t3z/UbFImX6LlLjXqk2cmvV2HFw/vYnb6n/v+P/8zGLvfwO/81NobuZzXy+UeW0KFPA1S+fmyWxvvAMZhMBjIV3q8WFY7brxa8yi8nfQatBJ3pXu1v+KDXKJQqAyIz1p5O1k8UEzadnJyqK+kXZIGY+kSO7KatOPWF7iBSqGQUAKfC98rufFMsZghx18yRp3hyaRtpUYyqeJWG/wa6asxmuHPTyFGkTlE4vTAfGMRlRJ3A+meOLGndtvZX7ulfmNx5L0njr79qDtb63tPNJMZyWS8++64rVKrF4tH528+8vjherI6W0gXM5liuvusPoEe83OYUrLod3/ySP+930KXyOqebzLXj2FbGBLgiWmz4gCEXKDpYdvoQWCMoTTe15jGNWZpjYzpS8sNSHBCptzmChG7INLodfiizB0I4I1l1CBTOqB+nS2gb3dM/wJ6kWJ9aLYm38QHiTMByQOeY2qUJlM0blfVOKrllYQsa6GgpIdVFIo7CU1WHVEcvDWbMM3qkaOyUzlWLh9DH+x/yy4JS5om6URNCLKqqcmBgiRYejZx9EjVNJ93biyXb+yx/W6ir9I4yAWwkUNu0xJHZDKDx5ZIx5ApDhi9uS5lJx6APMIAWqhN8bVKlQaKGxzpfyUOPSOLTloWiZ6i2rZqhUMa6a4Xb+AUJ5MLu244l3HODJQHyPsHnV+aejSmm+Gg3v1l1nRdM5tx0L1GOiwaOKzJrCCw5PbDCpKUeTHgWAFOkriA5TzuwMkGFjq/lDhB4CQtGJE7vzTArG5YTi9XrkKxbrgCSFWYNbisH4JH7pj08339uwvCrYubyPFazX+fGz6OvMY80sPF2ePC8damt+v3kKO5nXb4FdLGcsBlQEc6MsS7PszDbjO9g4kSR4HuHT1EU61yD9gHR0YOxB7gIL/CAftBjnswSnMtZGR5wiEbzoQs05+SjTD5aJtcCFwo7exynk+Q20n70k5sBUgSxGAciiT7+vOlbNWJSIoSMIimaYQ0Q5RmZjImWud5BcwTT9x2aDgq84KkaEEzGk9lC7tKXrwnhsYvc88vUyqRCqgKWaGfUYIGCuT+RRfT5AXyx+fdvkG1KUdDTjgS/IUXuC6Sx2wn85Ks6Opqvr8vGQnrPXMhpihBpkblkZBne2be9tN9h1bK5aWlZPWO6gLZWFkrt9YgnL28Vka0X3T0uKXtfA01wETCyEHGCpgW3LZ61ERMa9UjR5NRYoW81tbiK/S11Cay6fhY1tt4GDK/dOIufTSMSXOX45U10K5g8fyK02jsCHek1L0bzW6//TZ6nNosimC9A32Y2ifG/HwC2/c5PytVbsDFKbRqpbAWDMZNnPoLsqkHgk4Y99UOP2LnzHOXzpk5+xH0OMRtc6yg0QQJ3c3WRxZvUPfMze1Rb1hktuLt6j5eBmVtL+si5xrTnEdME9UhC/MWD6hG7t0hsuQQ1Yl7GdMKNmlNRFrAFGTZJZ0AUwUuIdut1mxjO1X+qwNx9awxhtSzanwgPfaUDzD8vL/3T+0ve0AF/+h/c9L/Ztn3C0X8vWn/O6Y37kZjksxuyK+6bQY3aZwJzrngqoGomFzeDz2hjkH4KIV8hbaEqDGRqliI2XKrDLIav+uOosYLwvjSqBhFiOV1sfS2iqCznL7vsbLAs7uPHPIkncfSxNHFKlE3VHLnW96U73I8a6u6IsgooDnqqMjxCS3IYsGQw4E0r1eSokB2gwYXEsUsFxSDvXGRMmVqI0o2rtmQMzqNIHqq5pLxor58oW9lpe/Ccn3y0VPRS5eipx5FG8vmox+bn//Yo+bZS4FbL09OXr41sM2fIZP1652j50hme/mB68u/ruzryu2WuYQ2YPyDgGmfW8Emcw8djsA5RpPb+sGzzY1YOh27CZHZABuYTAlvJvvo6gF0UHDjenxAOHhQTqSseNxKJeSDB4UB8qHbnZ8pxjgDyHaTUpO0GUq2rfYjN0vUPNuPOvDHwAimnWzHBnYCpYCzY1FvER2n2WjqWoDHmO8bTfWsEjpiVNXMZMydS8h/nvnvZnOVlRVRDhCVxrK6a8Uga5PtznPALAXcqFkM+b/JI5qGCof8VPX19Y8Ui1L/mG2P9RNBdn39PGxJwyUp2+ufBD4q0GhrgocLOD8NilbErnkBMhdMsW7FRcm/bG14q8h55tjMC+dXB35wZOq5wfHKYhEJiFknL6f0/mK9fvzAxdJv9wfM+tLeOuePCazexrF3cQaFHuuKANw4vkmb/kP8LLr7jjuKd97ZepHVWk8/SV/oSOu7yP3M7aXbyfu30EutCvr4uSz5Q3e3nn6jcswt6GeFI+Vw5NxmT1lXaTF/y2ovwsmvXqYv9IxfSOuP/FJaT6O7aUlMx6epd/Py5WmkYq3i2jXLBVBDIV+hhAi4za1vV/wF1/XsYPtqNns1k3nx56+hVy+LzpMJ8cknw4EnY9LlPzx52l08OXhywV04iVAGZ7OZuey/wFUcdHCiVEpgB909GQ5MTMSk4dbayUV38ZR7cmFw4WR3Lnuduu5UNOC423Vda/8DjyI6d6z/GHm3PuxX9lXyvnyZ3PhL/3PsWO7YsavtuoZXevONyzE7FU1Kg7ouANEfYG5BCidlfdwv5uOklM/RUuh5XyL1fSstp/VZeqOkFCRups91sAedcvJg9doiEoY7cfOu75vP+rYKTARy9NcnT5HacxdOu6dPts6yWkbLjpQyRqvyTObLz2c/hF76PlTvqQH4waknoMir8GzbD3grN19n/n69SGgPN3oS2aL+awyR/HdSFvgggGYvNo6HvGzIs5DbRfUjZ/Uas4rm/UBntA57DR+gD4cp7fH0Web1eCwpd+UWw0+W4pp6GX86fJUwU6O11eYyIOfja2hto0FEmaVVb7WBVsHj3IToIZrdse60Xz0cnB32P1obvuW4G2sP8F4/dsTyGpThxnKaQP6BRgF061B87+YmWqW5QppNuvIcL16OM1v8optML6YXemqe8lRQ+1LFz1JJlHJvjb4o5eZa69m4nx+XeUPeLdQmL+itE6DWo2FINLPG0vIKWllvEJHLN29Tsl/for2lQ1Dew1rOHSsh6kZspzkeo7ZICwL9DES6mfd5Dqsyx9m2VlcNjxcl/NOqdFzkDaRC3kw+oipzVtBQg1dlLG9ID6uSsrzRLueb6G8oVzdEooylECWtAm92hPJVg+uPaC9EciKPE831lhN3egpq/QcA+7olWW863VvSFiZjkwmSeyozpyh+HVcofxAu1KJTRCusQQZ2opzSFOxpSHdadW24JAOBQdknyjajnp2tULtQxcO2P0f72WLsqECd8nYbjcAyTmQgELac1hOO6RrhiIO4vKBpX9FiQp5Xta+IghL69AsS5vJcAL8giWyeVURuVQ+hFhDIWAl8VNFNfV03LaG1oeHoN1RpHWvo9qMIEwUSH3nPESk86OKjrR+fJeecI+c+q8f4OVZdn+MMfBfGHFlLZwXc+rpSnycC4fFIgguqDd009REpFGlI6pExSVUZzccksAy1rk0SufAYqaMLzGPMO5h3Me+HDMOICNrbasuuQqhXClXdqJ0nX9ljUbBY1+xodZQdENMsBnbHUVJrmIi3JXB7TIP67Vo2iDKAcNlWlX5iajKliBGPTOJubXwggPJVXIaDa9TBDZioaSC8qgG1/vX1+5+Bwol6H/n3ckEkqkTU5Fk9wiocy8WiPMdLyKU7feHSWayjsPZgVRM4PlQYQsGArpypCImtur8vMXlm8k8LLKcYkZzKIz4mChGpGEveU+REpRS3kryOLib6AgENXTyCw4MD+OiVw7CWjv5wsJ7sP0n+P6KlWVEPBlUcSl7gkISwjESWHxq/wGEkG3g6bDRN7+whIyDbpczxBVbkpZvNkDV/IxkJj1tunwsgrRkdiWhw8jw5Hkn7zPAldWQ6KAUi2T3OkHZKE/jbT53osdP7/D1EDiUaf0XEFbGQtYjqWq2R0eSOM7ehQGsF8u989p7n7Oqx6k+ei9fqnsUI0AbomGuTUW+IuZHaS3zrJ6aRpltYEwvna/ZOd1pHtEkh0i3y5CkRnYw844FpEBRJLybKj0caCHJcLYrto/uHzSOUd2Q1mnqo7Dy0SrfJ4uWFvlMZLqQH8xKRsYKjlrU7RDbkfEgPsdMRsYpNhOqKNLvqNfwjrMaN4+0tGGyTtVoylA9gmY/JIU0LKXHSrwL9wbFwOh1GW3YhP38qxcWjnuwAYFLHHo1Jz3L+/bnIq2tGazWg1PlCqXCuztux6D3IsYPKZ+UAi1YMzXHUAFyAahhvbv1cNnSlq289T8qR20wTjIlDEHjp1SqkdQN/Lp1CwN8wG14olW78/fzM0p4TqDTT37/U34/WD7W+tWvXu1793oTnvXbo/PnzbT3hQ+ScSZBycvtRO+d2Bzxo0yzclRJC569IH7CyWesD2ZFUKrXvSjTDZp9R6umRdNVOp+1/rmaybNay0+1z/hh9nuYMaDt3wBMDCIASaq/2k+5fQjSVeFsHt6s1EVfRj81kOrNvZuH4QV054KV2y7Kk6dmhSNS09fxb93E1N9KvZxJqKoF+py+izUzOFIaG0CDqTyJOLOeQivRd49FimVUVtxY0cDAX5np4nCLQDinrrg+HtDqub+8XGax77dUWZCjazmO+lawHxqZ2PqYA3aCggTEfPADADtB+0MbUhScuTNHFhs9IslxMjxeL4+liysr1KZqAsVIwg+FIwMJKSFZTOSuFmOn2MVMX/tcnjHwMCzQImRcCMsZCbcrdw/E35PL9g/E8x7+tUibn6eHA+xh6npEoPvRXvWDml7/KL/0ql7aFl++jviDfGJ9vp5z1x4VuhmPb7c12STGrHoRedLJwBtQVRdHIdWqKghwaWUFDLwLqKuW9UQPP1gRTBSJD1RRqW/UCY1WIcm7BzBztEGPgPPBTe5RsCcxB0Fpq3gekqcFkKThszw0W58dx5eZbXrhlQpnc9hlyBrxY1EumB+eGl5a8JXc8Fh3ry5C9bpmvoj/3ywQ3hw0oRz9altyjmSM9BbCOPvUOWHSEkflxsXrLLZPy1GBid3A4PtdXrO/4BH1i8PBwo+GOx63xvkzrz3r3tu51hXKlGDRyFuCUHTP8OjjLl8uoXF4BgG4ZoLq9MWMgEQL7yYHrueRciGmnkm1HNezh++jYwl3KZk7NvtXadlnfoWjmryFN0kBw1qTWa5Kmfd/PJrMUMcJkCgsb7eQqncPimpSZL89nwH4PR6742X0fTYnxIAyfwbjIbOnnKzTGIANZddpBJBQuXwu5eAcglFxZE1STphpYXlqKb0E1UNP3Nj8C7g4PMqWqyzSurjdHt+lza/aesGaHoK12ZxWi6qx2MnGnzjyEmIe2tUOIVr+uhgsVG22krBY9B6pbqdYmZNmDvWuwHF3rxtX/hFwHsCdVGGCpoeZnPzcjRQvUgIii3fntHJBSiF0nZHnABToN9J1d75w9vG84JwR3zUxd2bcrwuu8JP2dnDDNhIknLmRHj8ad0b27+wL60dHsBaTv24vxULaqRvb1JbTBTEqwBFWbkU044At7xw/GUm5yLOmM9nFmvxE7OL53e2xv8PrY3lo+jboOnR7j5Bl5Xt4jh/tNM99r5Py3j370TXI6HE6He2UXwIWADuOLE6EsUYRq21AiXn0DxR0H8mHHEcRdtJqbNC+208MZDOcJv4HuZvco1O3H4dEo8X+dAdZj/43WKY4XNDey+l7n4/jMDNMbH4D99olcM2+6BaFL9wqmXeo6pvBScFd8WfM0MiKD/uW3SPV3k6KujJ2KxU6NKbqYRMx8axP1B5aWHKxKkopX9g6U2N2uu5stDfTmhghQK/Pw6/TocWgJVNraomKjzj/gXO7tu+vDJzKZE2+CxR2+rdgDAoS1FcRAv6GX+Mpgf2FwsNA/OE95TFOfcRzQXfV2m+/lPfRjf/Yy+8k4c4w5/jq8lURV7rAgUibEzkwGiiTIlu62D3b+ghILNenFN4HcEtVbq04dkBWt74oYaqvYaCw3my90d1Z7v2mgOh2DVsFsMbVU92Otm34tO06zLikSeTvA0y8B0Fvq+tL+Af2EtHXIIUw1EIuMmbXqOK65RJD9VL8k3U8eWagkWVeu9F8Jox/1Y0u6/79QsyT96D2FK9Wtdv0yepm0xxnauylOiegwIFURVYrmeWx7mSjR5XgUlKMIpgRHbXoqGAVonAT6ZOqu++4c51JCZF4qVybHR8e4xWCc19Rw3/SQxUckrAtExTBY4O7lOTYQicdkng3zAr8LeHHvJwfsu+u+UVyPCMk0OdkH4xxiOTU1FXfTFiY6dpYXWSwqLOaJKqsIWAjziLUENgA6wrVrRE9EpE4OMHVmkbl5h0wluHBLeSI8uv6kPOADTMm1+4ghdxwUaaLagXg5NiBGvTS7uwKoTJo4AgGgqJam37LM7MUrF2dnH3nvxdnW125KibwoWnEjkH7rRPFkOqAbAi8LRliWj8tYEHlBjMYC0QFR4EU7+3Vwkyb2l1/ZN2d+52Aunybda5ac6+J7HyGLG37KIkNHLBrdk0myimapmhTEMdeuJexXWJZog0QE4lAwyN6kISuUdscnpt+WkpIPHBofeueqJm/ZHeHxAhaiztzE3M68ZUdt7EwINl6FqhlGb1w1/i9yo2QmgpqhiFWX9ISCCRXTrZdH3kduAxbXeqRL7XhCILVgRnWj75aKeyShq7rIyZwWlKRZDD4CnnzpRE2R54Ro3wOHeIE0klit9am7vOmXJ1IZJ4GYufaJZx9BxS1xt/XMt1hdQ2hoPBlHsmIqmhTgonlrLBZ5gWUNA0RGsjz+pU/roXA8Xrz/zp+2fuacnyyd+GNV6vSBT1P8WIGMyRTeFvEA0AqT7TRbpWg4sPnYkIIA7AZf4owJ0n53zXCcwO1ThZlvcBwrwsYBdJqV+QkB8wvoQUUSZu/nRUF5YIXDnPLrD/ErAmkMT22LzTV3IlXyfrRBzxx1JLeYO3g5t80J98WHM1NPx5iOb+bD6Ema69bGcDj6zdwH4Rj0ZOyVhzP7u+X9CUWfQsQTOMpyFIIcafficT+djEDkgq9KyUpipP/USS1CpunOTlKSrjHvQpeSkgBJW/iItv/i/vaOlNw7PfFuyDXwfwVB8YUAAHicY2BkYGAA4lWM4ubx/DZfGbiZGEDgtpnQKRj9/9f//0y8TCCVHAxgaQAQawqVAHicY2BkYGBiAAI9Job/v/5/ZuJlYGRAAYwhAF9SBIQAeJxjYGBgYBrFo3gUD0H8/z8Zen4NvLtpHR7khAt1wh4A/0IMmAAAAAAAAAAAUABwAI4A5AEwAVQBsgIAAk4CgAKWAtIDDgNuBAAEqgVSBcgF/AZABqAHIgc+B1IHeAeSB6oHwgfmCAIIigjICOII+AkKCRgJLglACUwJYAlwCXwJkgmkCbAJvAoKClYKnArGC2oLoAu8C+wMDgxkDRINpA5ADqQPGA9mD5wQZhDGEQwRbBG2EfoScBKgEywTohP4FCYUSBSgFSAVYBV2FcwV5BYwFlAWyhcIFzwXbheaGEIYdBi8GNAY4hj0GQgZFhk2GU4ZZhl2GeIaQhqyGyIbjhv6HGIczh0sHWQdkh2uHf4eJh5SHngemB64HtgfCB8cHzgfZh+eH9AgGCBQIHQgjCCsIQohQiHSIkwihCK2IvgjRCOGI8Ij+iRqJOglFCUsJWoljiX6JmgmlCbcJxInPid+J6wn9ChQKIoozCjsKQ4pLiliKZwpwCnoKkQqbCqcKtIrQiuiK+YsPix6LM4tAC0yLZAtxi34LnAuoC62LuAvTC+ML9gwTDC0MNoxDDE0MVwxjDG+MfQyQjKCMrAy7jMaM1oznDPYNGA0ljS8NM41GDVONbQ16DYiNmQ2kjbmNyQ3SDdeN6A33Dg6OHI4ojkcOTY5UDlqOYQ5yDniOfA6bjroOww7fjvmPAA8GjwyPJg8/D1OPbY+ID6APtw/KD9mP8A/6D/+QBRAckDYQQRBQEGEQdhCGEJEQrpC3EMOQ1pDkEOiQ9BD7kQ0RKxE1EUKRURFnkXARehGEEZURmZGvEcoR1BHaEeKR75IIEhASHBIpEjYSSZJWkmOSchJ8koQSk5KgEqkSs5LAks4S8hMrEzKTUBNdE2eTchOEk40TpRO4E8gT1pPlk+wUBBQQlBkUIZQ3FEKUS5RYFGaUd5SUlJ2UtxTYlP4VDJUWFRqVKAAAHicY2BkYGAMYZjCIMgAAkxAzAWEDAz/wXwGACE9AhEAeJxtkE1OwzAQhV/6h2glVIGExM5iwQaR/iy66AHafRfZp6nTpEriyHEr9QKcgDNwBk7AkjNwFF7CKAuoR7K/efPGIxvAGJ/wUC8P181erw6umP1ylzQW7pEfhPsY4VF4QP1FeIhnLIRHuEPIG7xefdstnHAHN3gV7lJ/E+6R34X7uMeH8ID6l/AQAb6FR3jyFruwStLIFNVG749ZaNu8hUDbKjWFmvnTVlvrQtvQ6Z3anlV12s+di1VsTa5WpnA6y4wqrTnoyPmJc+VyMolF9yOTY8d3VUiQIoJBQd5AY48jMlbshfp/JWCH5Zk2ucIMPqYXfGv6isYb8gc1HQpbnLlXOHHmnKpDzDymxyAnrZre2p0xDJWyqR2oRNR9Tqi7SiwxYcR//H4zPf8B3ldh6nicbVcFdOO4Fu1Vw1Camd2dZeYsdJaZmeEzKbaSaCtbXktum/3MzMzMzMzMzMzMzP9JtpN0zu85je99kp+fpEeaY3P5X3Xu//7hJjDMo4IqaqijgSZaaKODLhawiCUsYwXbsB07sAf2xF7Yib2xD/bFftgfB+BAHISDcQgOxWE4HEfgSByFo3EMjkUPx+F4nIATsYpdOAkn4xScitNwOs7AmTgLZ+McnIvzcD4uwIW4CBfjElyKy3A5rsCVuApX4xpci+twPW7AjWTlzbgdbo874I64E+6Mu+CuuBvujnuAo48AIQQGGGIEiVuwBoUIMTQS3IoUBhYZ1rGBTYxxG+6Je+HeuA/ui/vh/ngAHogH4cF4CB6Kh+HheAQeiUfh0XgMHovH4fF4Ap6IJ+HJeAqeiqfh6XgGnoln4dl4Dp6L5+H5eAFeiBfhxXgJXoqX4eV4BV6JV+HVeA1ei9fh9XgD3og34c14C96Kt+HteAfeiXfh3XgP3ov34f34AD6ID+HD+Ag+io/h4/gEPolP4dP4DD6Lz+Hz+AK+iC/hy/gKvoqv4ev4Br6Jb+Hb+A6+i+/h+/gBfogf4cf4CX6Kn+Hn+AV+iV/h1/gNfovf4ff4A/6IP+HP+Av+ir/h7/gH/ol/4d/4D/7L5hgYY/OswqqsxuqswZqsxdqsw7psgS2yJbbMVtg2tp3tYHuwPdlebCfbm+3D9mX7sf3ZAexAdhA7mB3CDmWHscPZEexIdhQ7mh3DjmU9dhw7np3ATmSrbBc7iZ3MTmGnstPY6ewMdiY7i53NzmHnsvPY+ewCdiG7iF3MLmGXssvY5ewKdiW7il3NrmHXsuvY9ewGdiO7id08t8TDSMY9niSCpzwOxEIuCLRSPDFTGkUitqaYHmTG6kjeJtJuLhiKWKQyaOVspCPRzqGS8ZopcCRCyRcLnCkrjbSiUBALu6HTtUJBwoflQKKyoYxNOaCNLUwywloZD01JSVePK7u4la7uxne1prwwy2qtShMzI1LT4DJNFI9Flat+FnW4kkNaM61fpEs5GWRK9TZkaEetXKDEwBYw1rFYzGHiprmhpRmeyuHItnOBx8V7pE7UeMRv03GTx1yNrQxMnafBSK7TOaSp3uiFeiPOV7mFrramvJjpvjozs6TlTMeLIW+DG1vaja+2ZwSdHGeJG+nOktWVCQuzRMmAW9EoRfM8tTW+wdPQ1Po8WMuSSp/Ha5W+ECn9KNXtKx2s9UIx4OQSjb7Wa05pxYGVfhaGMtCx6fHAynVpx3tMRf1+kgpjekoP9c4ZMaHxdGTbdMQ5cRaTkqWpbKDTLDLLM4JUijg0M1OGqc4S05kKkmhmfipoyWJ2vtUJHdyM7TalhZOrNvqZVCGBdj8zMiYLIx4vlDghz9Nxt6QbmgZr/cxaHbcCroJMcavTDkGyj6dukxoloQmRSLmT1XI4H/CUIJ2CrdDDTbViqNNxKxgR7fFU8GYO++59jyhYRSFMJCElk76mo6sG7oza9JuFPcPXRdjJMR235n44CxcCHYqesdwZRKcd6MFAiA4lEp2SumBNpHUiWRSbLm2LTSnqes4lliaMDsN5ysJEkHAKyOlsCsrx4oTRzgtulyfcrJG5pG/7Fkmhc2UiXHc2CDJueXdR3A70ukh7MqL00wy5GfnVd0JueZ8byh9huDghYjPRqZ1yGW3lqYhIW3fC16XYaJSsHgqzRo5SD6WJpDENF7luL5uh80eK/LUWZUs6Ep6SLR66pFhxaMX9aOcBlDaKtDQrcrG9PCvIM04h6WsVdkpMXrC2oyD+/CYRvDiRxs5/Jwrz1O+cpFtIaCPozEv1I6GSckTGIVm3PGGUXG2kUzEZt2ResFCwW0izHIzL1a1JG4xETNGQbwWJlJ18VFMetao5YaUSnVn3zXI/Eipqw5Qno+WJwFAhsGLTbpVQ8Znsyq2ZtmLPguTHSF4UcV9vSlvo66UGCl2lyFZyvVJiU7km7Igyx3BUqqWTV6I0zFngQ6NcQqbKoYx2LXWh2J0IXBUt1axTmdAN+qJMjDRNEXGpXOC3Jmi16mFbRH0R9ngWSt3NcVGmi5FkpK1uFZgKayH2H+iIzUCkifVuWxGb0jbIYpFSXeoMeCDKPN0oSYOCPXThVxtIRRMrA8WHlYHWYSffvB43pHhCnFXtgpA32YUCD7lSIh2X83wslsQfTLcglGlsZsohb3TVEbPgirMJUiF8bdw2Q906nKw6pCRpakOth0o0h6kM/TpreaqvjTh1O2l9JLjL1lV6UhEbyZA8qznSWTpU3JjKyEaqRm+SPibDlre0F6Q66eQw34cdBaHjor4olVTdyeu3zUgp5VC8c7WcyyhjU/j5Ar2yRZKX4VlR/k3jLGhP4WrLxd1mL3C5S8YD7YLC+VPFkU4ehj0+IOO6Bek7Bxe1nDXpYV3URDVqASlJ0WNMKprOJG9EU7nffqb6DeeZ5JgxiUzuLB2qFdxK7Te/UZKFvMqX2aUW8ZQKQte3hL2ix2kXzLlGK8cuJxWTig5hoWA6yFxHupxT6ZKg7xFEITHUAvDQjISwhS4XcsUnvLc0IzGkzEDdWoM0Zc7cZglWJ2hXxaFWJN3Jusn1SNLeWFGlfjEzzYhEY+9THlVctqjH5F60ha2iqyUnqsXaO0qs2zohTxxQFhZpI+EqsuSazYRT/XcFdz4JB23C3q8pu1cSYU3Vf7mZ+GUKaoFdJfQ77jdrSv3CFoueuedzkggbxL1nNEuwWnGommh6uenKFplD4eiSQBFXTd9B2ZE09ST1n3XPdR6MG0mqwyywpkn3hdDfAmqpoF7HVuiha3nCbDgz6Voh51Njqr5naBiyJ8yU6ObRqBPnGKZmhDv/pqGS4lv01gStVj0kgRTKB1othzSZjHbOUTOKlmxa1Eql1u9SjQqqooMwNGPeaFM3iXZ1pUULo2IVJXbc9pDiUwlS5fCIq0HNl91xleoblSiT0SGMROqPrTlhiz6Lu+tRHkFLU54H0YwgFEpQIc0Frh2efcPxLW/4/t2/UfMCO08e1KB/3121Le2nJBeTXDWdJ+ftgPdpO8qivvHNf7PAWdJ2iyHXcebXC1yxtFdtKuexUT4qq4TNqGY3XK1tuwcZmL+R4woVI72dmmZKUobTmoPANdbusrC7sEZlimK8lSUhz+9atRzWii5x3YVv03uoP+YJWp3CXQSN7EtFXXqd+raYQmdpQyhq3X375Vc9EZS30pVSoMiV6G5Jm7pcilxK8re9HaWE7llDtzEurqevbqTuhkiXkWFjg8qRoRtx1zUF+U3C+cCEVTbJqvo4z7bz9Ky79Jj1xdzc/wARDj0u)
      format("woff"),
    url(../../../../wp-includes/fonts/dashicons.ttf?99ac726223c749443b642ce33df8b800)
      format("truetype");
  font-weight: 400;
  font-style: normal;
}
.dashicons,
.dashicons-before:before {
  font-family: dashicons;
  display: inline-block;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  speak: never;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 20px;
  height: 20px;
  font-size: 20px;
  vertical-align: top;
  text-align: center;
  transition: color 0.1s ease-in;
}
.dashicons-admin-appearance:before {
  content: "\f100";
}
.dashicons-admin-collapse:before {
  content: "\f148";
}
.dashicons-admin-comments:before {
  content: "\f101";
}
.dashicons-admin-customizer:before {
  content: "\f540";
}
.dashicons-admin-generic:before {
  content: "\f111";
}
.dashicons-admin-home:before {
  content: "\f102";
}
.dashicons-admin-links:before {
  content: "\f103";
}
.dashicons-admin-media:before {
  content: "\f104";
}
.dashicons-admin-multisite:before {
  content: "\f541";
}
.dashicons-admin-network:before {
  content: "\f112";
}
.dashicons-admin-page:before {
  content: "\f105";
}
.dashicons-admin-plugins:before {
  content: "\f106";
}
.dashicons-admin-post:before {
  content: "\f109";
}
.dashicons-admin-settings:before {
  content: "\f108";
}
.dashicons-admin-site-alt:before {
  content: "\f11d";
}
.dashicons-admin-site-alt2:before {
  content: "\f11e";
}
.dashicons-admin-site-alt3:before {
  content: "\f11f";
}
.dashicons-admin-site:before {
  content: "\f319";
}
.dashicons-admin-tools:before {
  content: "\f107";
}
.dashicons-admin-users:before {
  content: "\f110";
}
.dashicons-airplane:before {
  content: "\f15f";
}
.dashicons-album:before {
  content: "\f514";
}
.dashicons-align-center:before {
  content: "\f134";
}
.dashicons-align-full-width:before {
  content: "\f114";
}
.dashicons-align-left:before {
  content: "\f135";
}
.dashicons-align-none:before {
  content: "\f138";
}
.dashicons-align-pull-left:before {
  content: "\f10a";
}
.dashicons-align-pull-right:before {
  content: "\f10b";
}
.dashicons-align-right:before {
  content: "\f136";
}
.dashicons-align-wide:before {
  content: "\f11b";
}
.dashicons-amazon:before {
  content: "\f162";
}
.dashicons-analytics:before {
  content: "\f183";
}
.dashicons-archive:before {
  content: "\f480";
}
.dashicons-arrow-down-alt:before {
  content: "\f346";
}
.dashicons-arrow-down-alt2:before {
  content: "\f347";
}
.dashicons-arrow-down:before {
  content: "\f140";
}
.dashicons-arrow-left-alt:before {
  content: "\f340";
}
.dashicons-arrow-left-alt2:before {
  content: "\f341";
}
.dashicons-arrow-left:before {
  content: "\f141";
}
.dashicons-arrow-right-alt:before {
  content: "\f344";
}
.dashicons-arrow-right-alt2:before {
  content: "\f345";
}
.dashicons-arrow-right:before {
  content: "\f139";
}
.dashicons-arrow-up-alt:before {
  content: "\f342";
}
.dashicons-arrow-up-alt2:before {
  content: "\f343";
}
.dashicons-arrow-up-duplicate:before {
  content: "\f143";
}
.dashicons-arrow-up:before {
  content: "\f142";
}
.dashicons-art:before {
  content: "\f309";
}
.dashicons-awards:before {
  content: "\f313";
}
.dashicons-backup:before {
  content: "\f321";
}
.dashicons-bank:before {
  content: "\f16a";
}
.dashicons-beer:before {
  content: "\f16c";
}
.dashicons-bell:before {
  content: "\f16d";
}
.dashicons-block-default:before {
  content: "\f12b";
}
.dashicons-book-alt:before {
  content: "\f331";
}
.dashicons-book:before {
  content: "\f330";
}
.dashicons-buddicons-activity:before {
  content: "\f452";
}
.dashicons-buddicons-bbpress-logo:before {
  content: "\f477";
}
.dashicons-buddicons-buddypress-logo:before {
  content: "\f448";
}
.dashicons-buddicons-community:before {
  content: "\f453";
}
.dashicons-buddicons-forums:before {
  content: "\f449";
}
.dashicons-buddicons-friends:before {
  content: "\f454";
}
.dashicons-buddicons-groups:before {
  content: "\f456";
}
.dashicons-buddicons-pm:before {
  content: "\f457";
}
.dashicons-buddicons-replies:before {
  content: "\f451";
}
.dashicons-buddicons-topics:before {
  content: "\f450";
}
.dashicons-buddicons-tracking:before {
  content: "\f455";
}
.dashicons-building:before {
  content: "\f512";
}
.dashicons-businessman:before {
  content: "\f338";
}
.dashicons-businessperson:before {
  content: "\f12e";
}
.dashicons-businesswoman:before {
  content: "\f12f";
}
.dashicons-button:before {
  content: "\f11a";
}
.dashicons-calculator:before {
  content: "\f16e";
}
.dashicons-calendar-alt:before {
  content: "\f508";
}
.dashicons-calendar:before {
  content: "\f145";
}
.dashicons-camera-alt:before {
  content: "\f129";
}
.dashicons-camera:before {
  content: "\f306";
}
.dashicons-car:before {
  content: "\f16b";
}
.dashicons-carrot:before {
  content: "\f511";
}
.dashicons-cart:before {
  content: "\f174";
}
.dashicons-category:before {
  content: "\f318";
}
.dashicons-chart-area:before {
  content: "\f239";
}
.dashicons-chart-bar:before {
  content: "\f185";
}
.dashicons-chart-line:before {
  content: "\f238";
}
.dashicons-chart-pie:before {
  content: "\f184";
}
.dashicons-clipboard:before {
  content: "\f481";
}
.dashicons-clock:before {
  content: "\f469";
}
.dashicons-cloud-saved:before {
  content: "\f137";
}
.dashicons-cloud-upload:before {
  content: "\f13b";
}
.dashicons-cloud:before {
  content: "\f176";
}
.dashicons-code-standards:before {
  content: "\f13a";
}
.dashicons-coffee:before {
  content: "\f16f";
}
.dashicons-color-picker:before {
  content: "\f131";
}
.dashicons-columns:before {
  content: "\f13c";
}
.dashicons-controls-back:before {
  content: "\f518";
}
.dashicons-controls-forward:before {
  content: "\f519";
}
.dashicons-controls-pause:before {
  content: "\f523";
}
.dashicons-controls-play:before {
  content: "\f522";
}
.dashicons-controls-repeat:before {
  content: "\f515";
}
.dashicons-controls-skipback:before {
  content: "\f516";
}
.dashicons-controls-skipforward:before {
  content: "\f517";
}
.dashicons-controls-volumeoff:before {
  content: "\f520";
}
.dashicons-controls-volumeon:before {
  content: "\f521";
}
.dashicons-cover-image:before {
  content: "\f13d";
}
.dashicons-dashboard:before {
  content: "\f226";
}
.dashicons-database-add:before {
  content: "\f170";
}
.dashicons-database-export:before {
  content: "\f17a";
}
.dashicons-database-import:before {
  content: "\f17b";
}
.dashicons-database-remove:before {
  content: "\f17c";
}
.dashicons-database-view:before {
  content: "\f17d";
}
.dashicons-database:before {
  content: "\f17e";
}
.dashicons-desktop:before {
  content: "\f472";
}
.dashicons-dismiss:before {
  content: "\f153";
}
.dashicons-download:before {
  content: "\f316";
}
.dashicons-drumstick:before {
  content: "\f17f";
}
.dashicons-edit-large:before {
  content: "\f327";
}
.dashicons-edit-page:before {
  content: "\f186";
}
.dashicons-edit:before {
  content: "\f464";
}
.dashicons-editor-aligncenter:before {
  content: "\f207";
}
.dashicons-editor-alignleft:before {
  content: "\f206";
}
.dashicons-editor-alignright:before {
  content: "\f208";
}
.dashicons-editor-bold:before {
  content: "\f200";
}
.dashicons-editor-break:before {
  content: "\f474";
}
.dashicons-editor-code-duplicate:before {
  content: "\f494";
}
.dashicons-editor-code:before {
  content: "\f475";
}
.dashicons-editor-contract:before {
  content: "\f506";
}
.dashicons-editor-customchar:before {
  content: "\f220";
}
.dashicons-editor-expand:before {
  content: "\f211";
}
.dashicons-editor-help:before {
  content: "\f223";
}
.dashicons-editor-indent:before {
  content: "\f222";
}
.dashicons-editor-insertmore:before {
  content: "\f209";
}
.dashicons-editor-italic:before {
  content: "\f201";
}
.dashicons-editor-justify:before {
  content: "\f214";
}
.dashicons-editor-kitchensink:before {
  content: "\f212";
}
.dashicons-editor-ltr:before {
  content: "\f10c";
}
.dashicons-editor-ol-rtl:before {
  content: "\f12c";
}
.dashicons-editor-ol:before {
  content: "\f204";
}
.dashicons-editor-outdent:before {
  content: "\f221";
}
.dashicons-editor-paragraph:before {
  content: "\f476";
}
.dashicons-editor-paste-text:before {
  content: "\f217";
}
.dashicons-editor-paste-word:before {
  content: "\f216";
}
.dashicons-editor-quote:before {
  content: "\f205";
}
.dashicons-editor-removeformatting:before {
  content: "\f218";
}
.dashicons-editor-rtl:before {
  content: "\f320";
}
.dashicons-editor-spellcheck:before {
  content: "\f210";
}
.dashicons-editor-strikethrough:before {
  content: "\f224";
}
.dashicons-editor-table:before {
  content: "\f535";
}
.dashicons-editor-textcolor:before {
  content: "\f215";
}
.dashicons-editor-ul:before {
  content: "\f203";
}
.dashicons-editor-underline:before {
  content: "\f213";
}
.dashicons-editor-unlink:before {
  content: "\f225";
}
.dashicons-editor-video:before {
  content: "\f219";
}
.dashicons-ellipsis:before {
  content: "\f11c";
}
.dashicons-email-alt:before {
  content: "\f466";
}
.dashicons-email-alt2:before {
  content: "\f467";
}
.dashicons-email:before {
  content: "\f465";
}
.dashicons-embed-audio:before {
  content: "\f13e";
}
.dashicons-embed-generic:before {
  content: "\f13f";
}
.dashicons-embed-photo:before {
  content: "\f144";
}
.dashicons-embed-post:before {
  content: "\f146";
}
.dashicons-embed-video:before {
  content: "\f149";
}
.dashicons-excerpt-view:before {
  content: "\f164";
}
.dashicons-exit:before {
  content: "\f14a";
}
.dashicons-external:before {
  content: "\f504";
}
.dashicons-facebook-alt:before {
  content: "\f305";
}
.dashicons-facebook:before {
  content: "\f304";
}
.dashicons-feedback:before {
  content: "\f175";
}
.dashicons-filter:before {
  content: "\f536";
}
.dashicons-flag:before {
  content: "\f227";
}
.dashicons-food:before {
  content: "\f187";
}
.dashicons-format-aside:before {
  content: "\f123";
}
.dashicons-format-audio:before {
  content: "\f127";
}
.dashicons-format-chat:before {
  content: "\f125";
}
.dashicons-format-gallery:before {
  content: "\f161";
}
.dashicons-format-image:before {
  content: "\f128";
}
.dashicons-format-quote:before {
  content: "\f122";
}
.dashicons-format-status:before {
  content: "\f130";
}
.dashicons-format-video:before {
  content: "\f126";
}
.dashicons-forms:before {
  content: "\f314";
}
.dashicons-fullscreen-alt:before {
  content: "\f188";
}
.dashicons-fullscreen-exit-alt:before {
  content: "\f189";
}
.dashicons-games:before {
  content: "\f18a";
}
.dashicons-google:before {
  content: "\f18b";
}
.dashicons-googleplus:before {
  content: "\f462";
}
.dashicons-grid-view:before {
  content: "\f509";
}
.dashicons-groups:before {
  content: "\f307";
}
.dashicons-hammer:before {
  content: "\f308";
}
.dashicons-heading:before {
  content: "\f10e";
}
.dashicons-heart:before {
  content: "\f487";
}
.dashicons-hidden:before {
  content: "\f530";
}
.dashicons-hourglass:before {
  content: "\f18c";
}
.dashicons-html:before {
  content: "\f14b";
}
.dashicons-id-alt:before {
  content: "\f337";
}
.dashicons-id:before {
  content: "\f336";
}
.dashicons-image-crop:before {
  content: "\f165";
}
.dashicons-image-filter:before {
  content: "\f533";
}
.dashicons-image-flip-horizontal:before {
  content: "\f169";
}
.dashicons-image-flip-vertical:before {
  content: "\f168";
}
.dashicons-image-rotate-left:before {
  content: "\f166";
}
.dashicons-image-rotate-right:before {
  content: "\f167";
}
.dashicons-image-rotate:before {
  content: "\f531";
}
.dashicons-images-alt:before {
  content: "\f232";
}
.dashicons-images-alt2:before {
  content: "\f233";
}
.dashicons-index-card:before {
  content: "\f510";
}
.dashicons-info-outline:before {
  content: "\f14c";
}
.dashicons-info:before {
  content: "\f348";
}
.dashicons-insert-after:before {
  content: "\f14d";
}
.dashicons-insert-before:before {
  content: "\f14e";
}
.dashicons-insert:before {
  content: "\f10f";
}
.dashicons-instagram:before {
  content: "\f12d";
}
.dashicons-laptop:before {
  content: "\f547";
}
.dashicons-layout:before {
  content: "\f538";
}
.dashicons-leftright:before {
  content: "\f229";
}
.dashicons-lightbulb:before {
  content: "\f339";
}
.dashicons-linkedin:before {
  content: "\f18d";
}
.dashicons-list-view:before {
  content: "\f163";
}
.dashicons-location-alt:before {
  content: "\f231";
}
.dashicons-location:before {
  content: "\f230";
}
.dashicons-lock-duplicate:before {
  content: "\f315";
}
.dashicons-lock:before {
  content: "\f160";
}
.dashicons-marker:before {
  content: "\f159";
}
.dashicons-media-archive:before {
  content: "\f501";
}
.dashicons-media-audio:before {
  content: "\f500";
}
.dashicons-media-code:before {
  content: "\f499";
}
.dashicons-media-default:before {
  content: "\f498";
}
.dashicons-media-document:before {
  content: "\f497";
}
.dashicons-media-interactive:before {
  content: "\f496";
}
.dashicons-media-spreadsheet:before {
  content: "\f495";
}
.dashicons-media-text:before {
  content: "\f491";
}
.dashicons-media-video:before {
  content: "\f490";
}
.dashicons-megaphone:before {
  content: "\f488";
}
.dashicons-menu-alt:before {
  content: "\f228";
}
.dashicons-menu-alt2:before {
  content: "\f329";
}
.dashicons-menu-alt3:before {
  content: "\f349";
}
.dashicons-menu:before {
  content: "\f333";
}
.dashicons-microphone:before {
  content: "\f482";
}
.dashicons-migrate:before {
  content: "\f310";
}
.dashicons-minus:before {
  content: "\f460";
}
.dashicons-money-alt:before {
  content: "\f18e";
}
.dashicons-money:before {
  content: "\f526";
}
.dashicons-move:before {
  content: "\f545";
}
.dashicons-nametag:before {
  content: "\f484";
}
.dashicons-networking:before {
  content: "\f325";
}
.dashicons-no-alt:before {
  content: "\f335";
}
.dashicons-no:before {
  content: "\f158";
}
.dashicons-open-folder:before {
  content: "\f18f";
}
.dashicons-palmtree:before {
  content: "\f527";
}
.dashicons-paperclip:before {
  content: "\f546";
}
.dashicons-pdf:before {
  content: "\f190";
}
.dashicons-performance:before {
  content: "\f311";
}
.dashicons-pets:before {
  content: "\f191";
}
.dashicons-phone:before {
  content: "\f525";
}
.dashicons-pinterest:before {
  content: "\f192";
}
.dashicons-playlist-audio:before {
  content: "\f492";
}
.dashicons-playlist-video:before {
  content: "\f493";
}
.dashicons-plugins-checked:before {
  content: "\f485";
}
.dashicons-plus-alt:before {
  content: "\f502";
}
.dashicons-plus-alt2:before {
  content: "\f543";
}
.dashicons-plus:before {
  content: "\f132";
}
.dashicons-podio:before {
  content: "\f19c";
}
.dashicons-portfolio:before {
  content: "\f322";
}
.dashicons-post-status:before {
  content: "\f173";
}
.dashicons-pressthis:before {
  content: "\f157";
}
.dashicons-printer:before {
  content: "\f193";
}
.dashicons-privacy:before {
  content: "\f194";
}
.dashicons-products:before {
  content: "\f312";
}
.dashicons-randomize:before {
  content: "\f503";
}
.dashicons-reddit:before {
  content: "\f195";
}
.dashicons-redo:before {
  content: "\f172";
}
.dashicons-remove:before {
  content: "\f14f";
}
.dashicons-rest-api:before {
  content: "\f124";
}
.dashicons-rss:before {
  content: "\f303";
}
.dashicons-saved:before {
  content: "\f15e";
}
.dashicons-schedule:before {
  content: "\f489";
}
.dashicons-screenoptions:before {
  content: "\f180";
}
.dashicons-search:before {
  content: "\f179";
}
.dashicons-share-alt:before {
  content: "\f240";
}
.dashicons-share-alt2:before {
  content: "\f242";
}
.dashicons-share:before {
  content: "\f237";
}
.dashicons-shield-alt:before {
  content: "\f334";
}
.dashicons-shield:before {
  content: "\f332";
}
.dashicons-shortcode:before {
  content: "\f150";
}
.dashicons-slides:before {
  content: "\f181";
}
.dashicons-smartphone:before {
  content: "\f470";
}
.dashicons-smiley:before {
  content: "\f328";
}
.dashicons-sort:before {
  content: "\f156";
}
.dashicons-sos:before {
  content: "\f468";
}
.dashicons-spotify:before {
  content: "\f196";
}
.dashicons-star-empty:before {
  content: "\f154";
}
.dashicons-star-filled:before {
  content: "\f155";
}
.dashicons-star-half:before {
  content: "\f459";
}
.dashicons-sticky:before {
  content: "\f537";
}
.dashicons-store:before {
  content: "\f513";
}
.dashicons-superhero-alt:before {
  content: "\f197";
}
.dashicons-superhero:before {
  content: "\f198";
}
.dashicons-table-col-after:before {
  content: "\f151";
}
.dashicons-table-col-before:before {
  content: "\f152";
}
.dashicons-table-col-delete:before {
  content: "\f15a";
}
.dashicons-table-row-after:before {
  content: "\f15b";
}
.dashicons-table-row-before:before {
  content: "\f15c";
}
.dashicons-table-row-delete:before {
  content: "\f15d";
}
.dashicons-tablet:before {
  content: "\f471";
}
.dashicons-tag:before {
  content: "\f323";
}
.dashicons-tagcloud:before {
  content: "\f479";
}
.dashicons-testimonial:before {
  content: "\f473";
}
.dashicons-text-page:before {
  content: "\f121";
}
.dashicons-text:before {
  content: "\f478";
}
.dashicons-thumbs-down:before {
  content: "\f542";
}
.dashicons-thumbs-up:before {
  content: "\f529";
}
.dashicons-tickets-alt:before {
  content: "\f524";
}
.dashicons-tickets:before {
  content: "\f486";
}
.dashicons-tide:before {
  content: "\f10d";
}
.dashicons-translation:before {
  content: "\f326";
}
.dashicons-trash:before {
  content: "\f182";
}
.dashicons-twitch:before {
  content: "\f199";
}
.dashicons-twitter-alt:before {
  content: "\f302";
}
.dashicons-twitter:before {
  content: "\f301";
}
.dashicons-undo:before {
  content: "\f171";
}
.dashicons-universal-access-alt:before {
  content: "\f507";
}
.dashicons-universal-access:before {
  content: "\f483";
}
.dashicons-unlock:before {
  content: "\f528";
}
.dashicons-update-alt:before {
  content: "\f113";
}
.dashicons-update:before {
  content: "\f463";
}
.dashicons-upload:before {
  content: "\f317";
}
.dashicons-vault:before {
  content: "\f178";
}
.dashicons-video-alt:before {
  content: "\f234";
}
.dashicons-video-alt2:before {
  content: "\f235";
}
.dashicons-video-alt3:before {
  content: "\f236";
}
.dashicons-visibility:before {
  content: "\f177";
}
.dashicons-warning:before {
  content: "\f534";
}
.dashicons-welcome-add-page:before {
  content: "\f133";
}
.dashicons-welcome-comments:before {
  content: "\f117";
}
.dashicons-welcome-learn-more:before {
  content: "\f118";
}
.dashicons-welcome-view-site:before {
  content: "\f115";
}
.dashicons-welcome-widgets-menus:before {
  content: "\f116";
}
.dashicons-welcome-write-blog:before {
  content: "\f119";
}
.dashicons-whatsapp:before {
  content: "\f19a";
}
.dashicons-wordpress-alt:before {
  content: "\f324";
}
.dashicons-wordpress:before {
  content: "\f120";
}
.dashicons-xing:before {
  content: "\f19d";
}
.dashicons-yes-alt:before {
  content: "\f12a";
}
.dashicons-yes:before {
  content: "\f147";
}
.dashicons-youtube:before {
  content: "\f19b";
}
.dashicons-editor-distractionfree:before {
  content: "\f211";
}
.dashicons-exerpt-view:before {
  content: "\f164";
}
.dashicons-format-links:before {
  content: "\f103";
}
.dashicons-format-standard:before {
  content: "\f109";
}
.dashicons-post-trash:before {
  content: "\f182";
}
.dashicons-share1:before {
  content: "\f237";
}
.dashicons-welcome-edit-page:before {
  content: "\f119";
}
.awdr_discount_bar {
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 4px;
}
#button-contact-vr {
  position: fixed;
  bottom: 0;
  z-index: 99999;
}
#button-contact-vr .button-contact {
  position: relative;
  margin-top: -5px;
}
#button-contact-vr .button-contact .phone-vr {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 90px;
  height: 90px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility 0.5s;
  left: 0;
  bottom: 0;
  display: block;
}
.phone-vr-circle-fill {
  width: 65px;
  height: 65px;
  top: 12px;
  left: 12px;
  position: absolute;
  box-shadow: 0 0 0 0 #c31d1d;
  background-color: rgba(230, 8, 8, 0.7);
  border-radius: 50%;
  border: 2px solid transparent;
  -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
  animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animuiion: zoom 1.3s infinite;
  animation: zoom 1.3s infinite;
}
.phone-vr-img-circle {
  background-color: #e60808;
  width: 40px;
  height: 40px;
  line-height: 40px;
  top: 25px;
  left: 25px;
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phone-vr-circle-fill 1s infinite ease-in-out;
}
.phone-vr-img-circle a {
  display: block;
  line-height: 37px;
}
.phone-vr-img-circle img {
  max-height: 25px;
  max-width: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
@-webkit-keyframes phone-vr-circle-fill {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes zoom {
  0% {
    transform: scale(0.9);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 15px transparent;
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 transparent;
  }
}
@keyframes zoom {
  0% {
    transform: scale(0.9);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 15px transparent;
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 transparent;
  }
}
.phone-bar a {
  position: fixed;
  bottom: 25px;
  left: 30px;
  z-index: -1;
  color: #fff;
  font-size: 16px;
  padding: 8px 15px 7px 50px;
  border-radius: 100px;
  white-space: nowrap;
}
.phone-bar a:hover {
  opacity: 0.8;
  color: #fff;
}
@media (max-width: 736px) {
  .phone-bar {
    display: none;
  }
}
#zalo-vr .phone-vr-circle-fill {
  box-shadow: 0 0 0 0 #2196f3;
  background-color: rgba(33, 150, 243, 0.7);
}
#zalo-vr .phone-vr-img-circle {
  background-color: #2196f3;
}
#viber-vr .phone-vr-circle-fill {
  box-shadow: 0 0 0 0 #714497;
  background-color: rgba(113, 68, 151, 0.8);
}
#viber-vr .phone-vr-img-circle {
  background-color: #714497;
}
#contact-vr .phone-vr-circle-fill {
  box-shadow: 0 0 0 0 #2196f3;
  background-color: rgba(33, 150, 243, 0.7);
}
#contact-vr .phone-vr-img-circle {
  background-color: #2196f3;
}
div#whatsapp-vr .phone-vr .phone-vr-circle-fill {
  box-shadow: 0 0 0 0 #1fd744;
  background-color: rgb(35 217 72 / 70%);
}
div#whatsapp-vr .phone-vr .phone-vr-img-circle {
  background: #1cd741;
}
div#whatsapp-vr .phone-vr .phone-vr-img-circle img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 50%;
}
#gom-all-in-one #phone-vr {
  transition: 0.7s all;
  -moz-transition: 0.7s all;
  -webkit-transition: 0.7s all;
}
#gom-all-in-one #zalo-vr {
  transition: 1s all;
  -moz-transition: 1s all;
  -webkit-transition: 1s all;
}
#gom-all-in-one #viber-vr {
  transition: 1.3s all;
  -moz-transition: 1.3s all;
  -webkit-transition: 1.3s all;
}
#gom-all-in-one #contact-vr {
  transition: 1.6s all;
  -moz-transition: 1.6s all;
  -webkit-transition: 1.6s all;
}
#button-contact-vr.active #gom-all-in-one .button-contact {
  margin-left: -100%;
}
#all-in-one-vr .phone-bar {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  color: #fff;
  padding: 5px 15px 5px 48px;
  border-radius: 50px;
  margin-left: -64px;
  width: max-content;
  cursor: pointer;
}
#popup-showroom-vr,
div#popup-form-contact-vr {
  display: none;
}
#popup-showroom-vr.active,
div#popup-form-contact-vr.active {
  display: block;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 99999;
}
.bg-popup-vr {
  position: absolute;
  left: 0;
  top: 0;
  background: rgb(51 51 51 / 50%);
  width: 100%;
  height: 100vh;
}
.content-popup-vr {
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  border-radius: 5px;
  box-shadow: 0 0 14px 5px rgb(0 0 0 / 49%);
  max-width: 600px;
  display: flex;
}
.content-popup-vr input,
.content-popup-vr textarea {
  width: 100%;
  max-height: 100px;
  min-height: 38px;
  border: 1px solid #b1b1b1;
  margin-bottom: 10px;
  padding: 0 7px;
  background: #fff;
}
.content-popup-vr label {
  width: 100%;
}
.content-popup-vr input.wpcf7-form-control.wpcf7-submit {
  max-width: fit-content;
  padding: 5px 32px 2px;
  background: #2196f3;
  border: 0;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  margin: 10px auto 0;
  display: block;
  box-shadow: 0 0 5px 1px rgb(0 0 0 / 29%);
  font-weight: 400;
  min-height: auto;
  line-height: 30px;
}
.content-popup-vr input.wpcf7-form-control.wpcf7-submit:hover {
  opacity: 0.7;
}
.content-popup-vr .close-popup-vr {
  font-family: sans-serif;
  width: 23px;
  height: 23px;
  background: #000;
  position: absolute;
  top: -10px;
  right: -10px;
  color: #fff;
  text-align: center;
  line-height: 23px;
  font-size: 17px;
  border-radius: 50%;
  cursor: pointer;
}
.content-popup-vr .close-popup-vr:hover {
  background: #b50000;
}
.content-popup-vr .content-popup-div-vr {
  width: 100%;
  padding: 25px;
}
.content-popup-vr .content-popup-img-vr {
  width: 100%;
  max-width: 45%;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
#loco-top,
#loco-bottom {
  display: block;
}
#loco-top .content-popup-img-vr,
div#popup-form-contact-vr #loco-bottom .content-popup-img-vr {
  max-width: 100%;
  text-align: center;
}
#contact-showroom.no-event a {
  pointer-events: none;
}
.content-popup-vr .content-popup-div-vr ul {
  color: #333;
  list-style: none;
  font-size: 15px;
}
@media (max-width: 673px) {
  div#popup-form-contact-vr .content-popup-vr {
    display: block;
  }
  div#popup-form-contact-vr .content-popup-vr .content-popup-img-vr {
    max-width: 100%;
    display: none;
  }
}
.dgwt-wcas-block-scroll {
  overflow: hidden;
}
.dgwt-wcas-search-wrapp {
  position: relative;
  line-height: 100%;
  display: block;
  color: #444;
  min-width: 230px;
  width: 100%;
  text-align: left;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dgwt-wcas-tpd-image img {
  margin: 0 15px 0 0 !important;
}
.rtl .dgwt-wcas-tpd-image img {
  margin: 0 0 0 15px !important;
}
.dgwt-wcas-preloader-wrapp img {
  margin: 10px auto 0;
  display: block;
  max-width: 200px;
}
.dgwt-wcas-preloader-wrapp img.dgwt-wcas-placeholder-preloader {
  display: block;
  width: 100%;
  height: auto;
  max-width: 300px;
  margin: 0;
}
.dgwt-wcas-suggestions-wrapp {
  background: #fff;
  border: 1px solid #ddd;
  border-top: none;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: auto;
}
.dgwt-wcas-details-wrapp *,
.dgwt-wcas-search-wrapp *,
.dgwt-wcas-suggestions-wrapp * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dgwt-wcas-details-wrapp a:focus,
.dgwt-wcas-suggestions-wrapp a:focus {
  outline: 0;
}
.dgwt-wcas-suggestions-wrapp.dgwt-wcas-suggestions-wrapp--top {
  border: 1px solid #ddd;
  border-bottom: none;
}
.dgwt-wcas-is-detail-box .dgwt-wcas-suggestions-wrapp {
  max-width: 550px;
}
.dgwt-wcas-full-width.dgwt-wcas-is-detail-box .dgwt-wcas-suggestion {
  padding: 8px 15px;
}
.dgwt-wcas-details-left .dgwt-wcas-suggestions-wrapp {
  border-radius: 0 0 5px;
  border-left-color: #eee;
}
.dgwt-wcas-details-right .dgwt-wcas-suggestions-wrapp {
  border-radius: 0 0 0 5px;
  border-right-color: #eee;
}
.dgwt-wcas-suggestion {
  cursor: pointer;
  font-size: 12px;
  line-height: 110%;
  text-align: left;
  padding: 7px 10px;
  position: relative;
  border-bottom: 1px solid #dfdfdf;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  resize: vertical;
  width: 100%;
  transition: none !important;
}
.dgwt-wcas-suggestion-nores {
  font-size: 15px;
  line-height: 157%;
  padding: 15px;
  width: 100%;
}
.dgwt-wcas-suggestion-nores p {
  padding: 0;
  margin: 0 0 10px;
  font-size: 18px;
}
.dgwt-wcas-suggestion-nores ol,
.dgwt-wcas-suggestion-nores ul {
  padding: 0 0 0 30px;
  margin: 0;
}
.dgwt-wcas-suggestion-nores ul li {
  list-style: disc;
}
.dgwt-wcas-open-pirx .dgwt-wcas-suggestion-nores {
  padding: 10px 10px 10px 34px;
}
.dgwt-wcas-suggestion.dgwt-wcas-suggestion-more {
  justify-content: center;
  color: #6d6d6d;
}
a.dgwt-wcas-details-more-products {
  padding: 15px 0 10px;
  display: block;
  border-top: 1px solid #eee;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  color: #6d6d6d;
  transition: 0.2s ease-in-out;
}
a.dgwt-wcas-details-more-products:hover,
a.dgwt-wcas-details-post-title:hover,
a.dgwt-wcas-details-product-title:hover,
a.dgwt-wcas-product-details-readmore:hover {
  text-decoration: underline;
}
a.dgwt-wcas-product-details-readmore {
  display: block;
  text-align: right;
  margin-top: 15px;
  color: #6d6d6d;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 12px;
}
.dgwt-wcas-has-headings .dgwt-wcas-suggestion,
.dgwt-wcas-has-headings .dgwt-wcas-suggestion.dgwt-wcas-suggestion-headline,
.dgwt-wcas-has-headings .dgwt-wcas-suggestion.dgwt-wcas-suggestion-tax,
.dgwt-wcas-suggestion.dgwt-wcas-suggestion-no-border-bottom,
body:not(.dgwt-wcas-is-details) .dgwt-wcas-suggestion:last-child {
  border-bottom: none;
}
.dgwt-wcas-suggestion:after {
  clear: both;
  display: block;
  content: "";
}
.dgwt-wcas-suggestion.dgwt-wcas-nores {
  cursor: default;
  opacity: 0.5;
}
.dgwt-wcas-has-img .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product {
  padding-top: 8px;
  padding-bottom: 8px;
  min-height: 60px;
}
.dgwt-wcas-has-img
  .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product.dgwt-wcas-suggestion-history-product,
.dgwt-wcas-is-details
  .dgwt-wcas-has-img
  .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product,
.dgwt-wcas-suggestion-history-search {
  min-height: 40px;
}
.dgwt-wcas-is-details
  .dgwt-wcas-has-img
  .dgwt-wcas-suggestion.dgwt-wcas-suggestion-more,
.dgwt-wcas-suggestion.dgwt-wcas-suggestion-more {
  min-height: 30px;
  text-transform: uppercase;
}
.dgwt-wcas-suggestion.dgwt-wcas-suggestion-more .dgwt-wcas-st-more {
  padding: 0 10px;
  text-align: center;
}
.dgwt-wcas-st {
  display: block;
  color: #444;
  font-size: 15px;
  width: 100%;
  line-height: 110%;
}
.dgwt-wcas-st > span {
  display: inline-block;
  vertical-align: middle;
}
.dgwt-wcas-has-sku .dgwt-wcas-st-title {
  margin-right: 6px;
}
.dgwt-wcas-st > span.dgwt-wcas-st--direct-headline {
  display: block;
  font-style: italic;
  font-size: 10px;
  text-transform: uppercase;
  opacity: 0.4;
  line-height: 10px;
  margin-bottom: 1px;
  letter-spacing: 2px;
}
.dgwt-wcas-st-breadcrumbs {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 80%;
  text-align: left;
  opacity: 0.6;
  width: 100%;
  padding-right: 10px;
}
.rtl .dgwt-wcas-st-breadcrumbs {
  padding-right: 0;
  padding-left: 10px;
  text-align: right;
}
.dgwt-wcas-sku {
  font-size: 80%;
}
.dgwt-wcas-si {
  width: 50px;
  display: block;
  height: 100%;
}
.dgwt-wcas-si img {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  display: block;
  margin: auto;
  padding: 2px;
  height: auto;
  width: auto;
  max-height: 90%;
  max-width: 100%;
}
.dgwt-wcas-has-img-forced .dgwt-wcas-suggestion-history-product .dgwt-wcas-si,
.dgwt-wcas-suggestion-history-search .dgwt-wcas-si {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dgwt-wcas-has-img-forced
  .dgwt-wcas-suggestion-history-product
  .dgwt-wcas-si
  svg,
.dgwt-wcas-suggestion-history-search .dgwt-wcas-si svg,
.dgwt-wcas-suggestion-searches .dgwt-wcas-si svg {
  max-width: 18px;
}
.dgwt-wcas-has-img:not(.dgwt-wcas-has-img-forced)
  .dgwt-wcas-suggestion-history-product
  .dgwt-wcas-si
  > svg {
  margin-left: 10px;
}
.dgwt-wcas-content-wrapp {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  resize: vertical;
  padding-left: 10px;
}
.rtl .dgwt-wcas-content-wrapp {
  padding-left: 0;
  padding-right: 10px;
}
.dgwt-wcas-sp {
  color: #555;
  font-size: 14px;
  line-height: 120%;
  text-align: right;
  padding-left: 10px;
}
.dgwt-wcas-sp * {
  line-height: 130%;
}
.dgwt-wcas-search-form {
  margin: 0;
  padding: 0;
  width: 100%;
}
.dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-is-details:not(
    .dgwt-wcas-details-outside
  )
  .dgwt-wcas-suggestion-nores,
.dgwt-wcas-sd {
  margin-top: 5px;
}
.dgwt-wcas-sp del {
  opacity: 0.5;
  font-size: 12px;
}
.dgwt-wcas-sd {
  color: #777;
  display: block;
  line-height: 14px;
  width: 100%;
  font-size: 0.8em;
}
.dgwt-wcas-vendor-city {
  margin-left: 5px;
  font-size: 0.8em;
}
.dgwt-wcas-st > .dgwt-wcas-product-vendor {
  font-size: 12px;
  margin-top: 5px;
  display: block;
}
.dgwt-wcas-suggestion-selected {
  background-color: #eee;
}
.dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp.dgwt-wcas-search-focused
  input[type="search"].dgwt-wcas-search-input:hover,
.dgwt-wcas-tpd-image {
  background-color: #fff;
}
.dgwt-wcas-suggestion-selected:first-child {
  border-top: none;
}
.rtl .dgwt-wcas-suggestion {
  padding-left: 0;
  padding-right: 15px;
  text-align: right;
}
.dgwt-wcas-details-wrapp {
  background: #fff;
  border: 1px solid #ddd;
  border-top: none;
  border-left: none;
  padding: 0;
  width: 300px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 100;
  min-height: 340px;
}
.dgwt-wcas-datails-title,
.dgwt-wcas-pd-title {
  border-bottom: 1px dashed #eee;
  padding-bottom: 5px;
}
.rtl .dgwt-wcas-details-wrapp {
  border-left: 1px solid #ddd;
  border-right: none;
}
.dgwt-wcas-details-outside .dgwt-wcas-details-wrapp,
.dgwt-wcas-details-outside.dgwt-wcas-is-details .dgwt-wcas-suggestions-wrapp {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}
.dgwt-wcas-details-right .dgwt-wcas-details-wrapp {
  border-left: none;
  border-right: 1px solid #ddd;
  border-radius: 0 5px 5px 0;
}
.dgwt-wcas-details-left .dgwt-wcas-details-wrapp {
  border-right: none;
  border-left: 1px solid #ddd;
  border-radius: 5px 0 0 5px;
}
.dgwt-wcas-details-inner,
.dgwt-wcas-details-notfit .dgwt-wcas-details-wrapp {
  display: none;
}
.dgwt-wcas-full-width .dgwt-wcas-suggestions-wrapp,
.dgwt-wcas-open-pirx .dgwt-wcas-full-width .dgwt-wcas-suggestions-wrapp,
.rtl.dgwt-wcas-full-width .dgwt-wcas-details-wrapp {
  border-radius: 0 0 0 5px;
}
.dgwt-wcas-full-width .dgwt-wcas-details-wrapp,
.rtl.dgwt-wcas-full-width .dgwt-wcas-suggestions-wrapp {
  border-radius: 0 0 5px;
}
.dgwt-wcas-details-inner.dgwt-wcas-details-inner-active,
.dgwt-wcas-details-wrapp .added_to_cart,
.dgwt-wcas-has-desc .dgwt-wcas-sp > *,
.dgwt-wcas-has-img .dgwt-wcas-sp > * {
  display: block;
}
.dgwt-wcas-details-inner-taxonomy {
  margin-top: 11px;
}
.woocommerce .dgwt-wcas-pd-rating .star-rating {
  float: left;
  margin-right: 5px;
  font-size: 12px;
  color: #ccae72;
}
.rtl .dgwt-wcas-pd-rating .star-rating {
  float: right;
  margin-left: 5px;
  margin-right: 0;
}
.dgwt-wcas-datails-title {
  font-size: 14px;
}
.dgwt-wcas-pd-title {
  color: #202020;
}
.dgwt-wcas-pd-title .product-title {
  color: #202020;
  text-transform: uppercase;
  margin: 0;
}
.dgwt-wcas-tax-product-details {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: left;
  transition: 0.2s ease-in-out;
  padding: 5px;
  margin: 0 -5px 15px;
}
.dgwt-wcas-pd-rating:after,
.dgwt-wcas-tax-product-details:after {
  content: "";
  clear: both;
  display: block;
}
.dgwt-wcas-tax-product-details:hover {
  box-shadow: 0 0 11px 2px rgba(0, 0, 0, 0.05);
}
.rtl .dgwt-wcas-tax-product-details {
  justify-content: right;
}
.dgwt-wcas-details-wrapp .dgwt-wcas-pd-title {
  margin-bottom: 8px;
}
.dgwt-wcas-overlay-mobile .dgwt-wcas-style-pirx .dgwt-wcas-preloader,
.dgwt-wcas-tpd-image {
  margin-right: 15px;
}
.dgwt-wcas-pd-rest .product-title {
  display: block;
  line-height: 100%;
  font-weight: 500;
  margin-bottom: 5px;
}
.dgwt-wcas-tpd-rest {
  max-width: 200px;
}
.dgwt-wcas-tpd-rest-title {
  display: block;
  line-height: 125%;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0 0 8px;
  overflow: hidden;
  color: #000;
}
.dgwt-wcas-pd-price,
.dgwt-wcas-tpd-price {
  line-height: 120%;
  overflow: hidden;
  color: #000;
  margin-top: 15px;
  font-weight: 700;
  font-size: 18px;
}
.dgwt-wcas-tpd-price {
  font-size: 12px;
  color: #777;
}
.dgwt-wcas-pd-price .woocommerce-price-suffix,
.dgwt-wcas-tpd-price .woocommerce-price-suffix {
  font-size: 12px;
  font-weight: lighter;
  color: #999;
  margin-left: 4px;
  display: inline-block;
}
.dgwt-wcas-details-title-tax,
.dgwt-wcas-pd-title .product-title {
  font-weight: 900;
  letter-spacing: -1px;
  text-transform: uppercase;
}
.dgwt-wcas-pd-price del .amount,
.dgwt-wcas-tpd-price del .amount {
  font-weight: lighter;
  background: 0 0;
  font-size: 90%;
  opacity: 0.6;
}
.dgwt-wcas-pd-price ins,
.dgwt-wcas-tpd-price ins {
  background: 0 0;
  text-decoration: none;
}
.dgwt-wcas-pd-rating {
  font-size: 13px;
  line-height: 13px;
}
.dgwt-wcas-pd-review {
  color: #777;
  font-size: 11px;
  line-height: 11px;
}
.dgwt-wcas-datails-title {
  display: block;
  margin: 5px 0 15px;
}
.dgwt-wcas-pd-title {
  margin-bottom: 15px;
  display: block;
  text-decoration: none;
}
.dgwt-wcas-details-title-tax {
  margin-right: 3px;
}
.rtl .dgwt-wcas-details-title-tax {
  margin: 0 0 0 3px;
  float: right;
}
.dgwt-wcas-tpd-image {
  width: 70px;
  padding: 4px;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.dgwt-wcas-details-space {
  padding: 0 15px 15px;
}
.dgwt-wcas-details-main-image {
  border-bottom: 1px solid #eee;
  min-height: 200px;
  display: flex;
}
.dgwt-wcas-details-main-image img {
  width: auto;
  height: auto;
  display: block;
  max-height: 250px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  border: none;
  align-self: center;
}
.dgwt-wcas-details-right .dgwt-wcas-details-main-image img {
  border-radius: 0 3px 0 0;
}
.dgwt-wcas-details-left .dgwt-wcas-details-main-image img {
  border-radius: 3px 0 0;
}
a.dgwt-wcas-details-post-title,
a.dgwt-wcas-details-product-title {
  color: #333;
  display: block;
  line-height: 120%;
  margin: 10px 0 0;
  font-size: 21px;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}
a.dgwt-wcas-details-post-title {
  margin-bottom: 15px;
}
.dgwt-wcas-details-product-sku {
  display: block;
  font-size: 12px;
  line-height: 110%;
  color: #999;
}
.dgwt-wcas-tpd-image img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.dgwt-wcas-details-hr {
  height: 1px;
  width: 100%;
  border-bottom: 1px solid #eee;
  margin: 15px 0;
}
.rtl .dgwt-wcas-tpd-image {
  float: right;
  margin-right: 0;
  margin-left: 15px;
}
.rtl .dgwt-wcas-tpd-rest {
  float: right;
  max-width: 190px;
}
.rtl input[type="search"].dgwt-wcas-search-input {
  text-align: right;
}
input[type="search"].dgwt-wcas-search-input,
input[type="text"].dgwt-cas-search-input {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  -webkit-appearance: textfield;
  text-align: left;
}
[type="search"].dgwt-wcas-search-input::-ms-clear {
  display: none;
}
[type="search"].dgwt-wcas-search-input::-webkit-search-decoration {
  -webkit-appearance: none;
}
[type="search"].dgwt-wcas-search-input::-webkit-search-cancel-button {
  display: none;
}
.dgwt-wcas-details-desc {
  font-size: 13px;
  line-height: 157%;
}
.dgwt-wcas-details-desc b,
.dgwt-wcas-details-desc strong {
  font-weight: 400;
  color: #000;
  margin: 0;
  padding: 0;
}
.dgwt-wcas-pd-addtc-form {
  margin: 10px 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.dgwt-wcas-pd-addtc-form > .quantity {
  margin-right: 10px;
}
.dgwt-wcas-pd-addtc-form .add_to_cart_inline,
.dgwt-wcas-pd-addtc-form .quantity input.qty {
  margin-bottom: 0;
  margin-top: 0;
}
.dgwt-wcas-stock {
  display: block;
  text-align: right;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 14px;
}
.dgwt-wcas-stock.in-stock {
  color: #0f834d;
}
.dgwt-wcas-stock.out-of-stock {
  color: #e2401c;
}
.dgwt-wcas-pd-addtc .add_to_cart_button,
.dgwt-wcas-pd-addtc .add_to_cart_inline {
  margin: 0;
}
.dgwt-wcas-has-headings .dgwt-wcas-st > span.dgwt-wcas-st--direct-headline,
.dgwt-wcas-layout-icon .dgwt-wcas-icon-preloader,
.dgwt-wcas-layout-icon-flexible-inv:not(.dgwt-wcas-layout-icon)
  .dgwt-wcas-search-icon,
.dgwt-wcas-layout-icon-flexible-inv:not(.dgwt-wcas-layout-icon)
  .dgwt-wcas-search-icon-arrow,
.dgwt-wcas-layout-icon-flexible:not(.dgwt-wcas-layout-icon)
  .dgwt-wcas-search-icon,
.dgwt-wcas-layout-icon-flexible:not(.dgwt-wcas-layout-icon)
  .dgwt-wcas-search-icon-arrow,
.dgwt-wcas-om-bar .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit,
.dgwt-wcas-open-pirx.dgwt-wcas-overlay-mobile-on
  .dgwt-wcas-style-pirx
  .dgwt-wcas-sf-wrapp
  button.dgwt-wcas-search-submit,
.dgwt-wcas-overlay-mobile .dgwt-wcas-search-icon,
.dgwt-wcas-overlay-mobile .dgwt-wcas-search-icon-arrow,
.dgwt-wcas-overlay-mobile-on .dgwt-wcas-enable-mobile-form,
.dgwt-wcas-overlay-mobile-on .dgwt-wcas-icon-handler,
.dgwt-wcas-overlay-mobile-on.dgwt-wcas-is-ios
  body:not(.dgwt-wcas-theme-flatsome)
  > :not(.dgwt-wcas-overlay-mobile),
.dgwt-wcas-pd-addtc .add_to_cart_button.added,
.dgwt-wcas-search-icon-arrow,
.dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon.dgwt-wcas-layout-icon-open:not(
    .dgwt-wcas-has-submit
  )
  .dgwt-wcas-sf-wrapp
  .dgwt-wcas-ico-magnifier,
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit:before,
.dgwt-wcas-voice-search-supported.dgwt-wcas-search-filled
  .dgwt-wcas-voice-search,
body .dgwt-wcas-content-wrapp .rood,
body .dgwt-wcas-content-wrapp .zwave {
  display: none;
}
button.dgwt-wcas-search-submit,
input[type="submit"].dgwt-wcas-search-submit {
  position: relative;
}
.dgwt-wcas-ico-magnifier {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  height: 65%;
  display: block;
}
.dgwt-wcas-preloader {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: auto 44%;
}
.dgwt-wcas-voice-search {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 40px;
  z-index: 1;
  opacity: 0.5;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  display: none;
  -webkit-transition: 160ms ease-in-out;
  -moz-transition: 160ms ease-in-out;
  -ms-transition: 160ms ease-in-out;
  -o-transition: 160ms ease-in-out;
  transition: 160ms ease-in-out;
}
.dgwt-wcas-close:hover,
.dgwt-wcas-style-pirx .dgwt-wcas-voice-search:hover,
.dgwt-wcas-voice-search:hover {
  opacity: 0.3;
}
.dgwt-wcas-voice-search path {
  fill: #444;
}
.dgwt-wcas-voice-search-supported .dgwt-wcas-voice-search {
  display: flex;
}
.dgwt-wcas-voice-search-supported .dgwt-wcas-preloader {
  right: 40px;
}
.rtl .dgwt-wcas-overlay-mobile .dgwt-wcas-style-pirx .dgwt-wcas-voice-search,
.rtl .dgwt-wcas-preloader,
.rtl .dgwt-wcas-voice-search {
  right: auto;
  left: 5px;
}
.dgwt-wcas-mobile-overlay-trigger-active .dgwt-wcas-voice-search {
  z-index: 105;
}
.rtl .dgwt-wcas-voice-search-supported .dgwt-wcas-preloader {
  right: auto;
  left: 45px;
}
.dgwt-wcas-inner-preloader {
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: auto 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .dgwt-wcas-inner-preloader {
    background-image: url(../../../plugins/ajax-search-for-woocommerce/assets/img/preloader.gif);
  }
}
.dgwt-wcas-loader-circular {
  height: 24px;
  width: 24px;
  -webkit-animation: 2s linear infinite rotate;
  -moz-animation: 2s linear infinite rotate;
  animation: 2s linear infinite rotate;
}
.dgwt-wcas-loader-circular-path {
  fill: transparent;
  stroke-linecap: round;
  stroke-width: 4px;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: 1s ease-in-out infinite dash;
  -moz-animation: 1s ease-in-out infinite dash;
  animation: 1s ease-in-out infinite dash;
  stroke: #ddd;
}
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@-moz-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.dgwt-wcas-close:not(.dgwt-wcas-inner-preloader) {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: 160ms ease-in-out;
  -moz-transition: 160ms ease-in-out;
  -ms-transition: 160ms ease-in-out;
  -o-transition: 160ms ease-in-out;
  transition: 160ms ease-in-out;
  z-index: 1;
}
.dgwt-wcas-close:not(.dgwt-wcas-inner-preloader):before {
  content: "";
  display: block;
  position: absolute;
  background: 0 0;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  margin: auto;
}
.dgwt-wcas-close path {
  fill: #ccc;
}
@media screen and (max-width: 992px) {
  .dgwt-wcas-is-detail-box .dgwt-wcas-suggestions-wrapp {
    max-width: none;
  }
}
.dgwt-wcas-suggestion strong {
  font-weight: 700;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
.dgwt-wcas-sf-wrapp:after,
.dgwt-wcas-sf-wrapp:before {
  content: "";
  display: table;
}
.dgwt-wcas-sf-wrapp:after {
  clear: both;
}
.dgwt-wcas-sf-wrapp {
  zoom: 1;
  width: 100%;
  max-width: 100vw;
  margin: 0;
  position: relative;
  background: 0 0;
}
.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
  width: 100%;
  height: 40px;
  font-size: 14px;
  line-height: 100%;
  padding: 10px 15px;
  margin: 0;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-appearance: none;
  box-sizing: border-box;
}
.dgwt-wcas-is-ios
  .dgwt-wcas-sf-wrapp
  input[type="search"].dgwt-wcas-search-input,
.dgwt-wcas-is-ios
  .dgwt-wcas-sf-wrapp
  input[type="search"].dgwt-wcas-search-input:focus {
  font-size: 16px;
}
.dgwt-wcas-open
  .dgwt-wcas-sf-wrapp
  input[type="search"].dgwt-wcas-search-input {
  border-radius: 3px 3px 0 0;
}
.dgwt-wcas-layout-icon-open.dgwt-wcas-style-pirx .dgwt-wcas-search-icon-arrow,
.dgwt-wcas-open.dgwt-wcas-nores
  .dgwt-wcas-details-wrapp
  .dgwt-wcas-preloader-wrapp,
.dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-details-outside
  .dgwt-wcas-details-wrapp {
  display: none !important;
}
.dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-details-outside
  .dgwt-wcas-suggestions-wrapp {
  min-height: 0 !important;
  border-radius: 0 0 5px 5px;
  border-right-color: #ddd;
}
.dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-full-width .dgwt-wcas-details-wrapp,
.dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-full-width
  .dgwt-wcas-suggestions-wrapp {
  min-height: 41px !important;
}
.dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-full-width:not(.rtl):not(
    .dgwt-wcas-details-outside
  )
  .dgwt-wcas-suggestions-wrapp {
  border-right-color: transparent;
}
.rtl.dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-full-width:not(
    .dgwt-wcas-details-outside
  )
  .dgwt-wcas-suggestions-wrapp {
  border-left-color: transparent;
}
.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input:focus {
  outline: 0;
  background: #fff;
  box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.06);
  -webkit-transition: 150ms ease-in;
  -moz-transition: 150ms ease-in;
  -ms-transition: 150ms ease-in;
  -o-transition: 150ms ease-in;
  transition: 150ms ease-in;
}
.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input::placeholder {
  color: #999;
  font-weight: 400;
  font-style: italic;
  line-height: normal;
}
.dgwt-wcas-sf-wrapp
  input[type="search"].dgwt-wcas-search-input::-webkit-input-placeholder {
  color: #999;
  font-weight: 400;
  font-style: italic;
  line-height: normal;
}
.dgwt-wcas-sf-wrapp
  input[type="search"].dgwt-wcas-search-input:-moz-placeholder {
  color: #999;
  font-weight: 400;
  font-style: italic;
  line-height: normal;
}
.dgwt-wcas-sf-wrapp
  input[type="search"].dgwt-wcas-search-input::-moz-placeholder {
  color: #999;
  font-weight: 400;
  font-style: italic;
  line-height: normal;
}
.dgwt-wcas-sf-wrapp
  input[type="search"].dgwt-wcas-search-input:-ms-input-placeholder {
  color: #999;
  font-weight: 400;
  font-style: italic;
  line-height: normal;
}
.dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  overflow: visible;
  position: absolute;
  border: 0;
  padding: 0 15px;
  margin: 0;
  cursor: pointer;
  height: 40px;
  min-width: 50px;
  width: auto;
  line-height: 100%;
  min-height: 100%;
  right: 0;
  left: auto;
  top: 0;
  bottom: auto;
  color: #fff;
  -webkit-transition: 250ms ease-in-out;
  -moz-transition: 250ms ease-in-out;
  -ms-transition: 250ms ease-in-out;
  -o-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
  text-transform: uppercase;
  background-color: #333;
  border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0 2px 2px 0;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
}
.rtl .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  left: 0;
  right: auto;
}
.dgwt-wcas-open .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit {
  border-radius: 0 2px 0 0;
}
.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:hover,
.dgwt-wcas-sugg-hist-clear:hover {
  opacity: 0.7;
}
.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:active,
.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:focus {
  opacity: 0.7;
  outline: 0;
}
.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before {
  content: "";
  position: absolute;
  border-width: 8px 8px 8px 0;
  border-style: solid solid solid none;
  border-color: transparent #333;
  top: 12px;
  left: -6px;
  -webkit-transition: 250ms ease-in-out;
  -moz-transition: 250ms ease-in-out;
  -ms-transition: 250ms ease-in-out;
  -o-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}
.rtl .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before {
  left: auto;
  right: -6px;
  border-width: 8px 0 8px 8px;
  border-style: solid none solid solid;
}
.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:active:before,
.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:focus:before,
.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:hover:before {
  border-right-color: #333;
}
.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.dgwt-wcas-is-details .dgwt-wcas-suggestions-wrapp {
  min-height: 340px;
  overflow: visible;
}
.dgwt-wcas-is-details .dgwt-wcas-si {
  width: 30px;
  max-width: 100%;
  box-sizing: border-box;
}
.dgwt-wcas-is-details .dgwt-wcas-sp {
  display: flex;
  top: 0;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  resize: vertical;
}
.dgwt-wcas-is-details .dgwt-wcas-sd {
  font-size: 11px;
  line-height: 100%;
}
.dgwt-wcas-has-img .dgwt-wcas-suggestion[data-taxonomy="product_cat"],
.dgwt-wcas-has-img .dgwt-wcas-suggestion[data-taxonomy="product_tag"] {
  padding-left: 15px;
  min-height: 0;
}
.dgwt-wcas-has-img
  .dgwt-wcas-suggestion[data-taxonomy="product_cat"]
  .dgwt-wcas-st,
.dgwt-wcas-has-img
  .dgwt-wcas-suggestion[data-taxonomy="product_tag"]
  .dgwt-wcas-st {
  padding-left: 0;
}
.dgwt-wcas-ico-magnifier,
.dgwt-wcas-ico-magnifier-handler,
html:not(.dgwt-wcas-overlay-mobile-on)
  .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon {
  max-width: 20px;
}
.dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier {
  height: 50%;
  margin: auto;
  max-height: 20px;
  width: 100%;
  max-width: 20px;
  left: 12px;
  right: auto;
  opacity: 0.5;
  fill: #444;
}
.rtl .dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier {
  left: auto;
  right: 12px;
}
.dgwt-wcas-no-submit
  .dgwt-wcas-sf-wrapp
  input[type="search"].dgwt-wcas-search-input {
  padding: 10px 15px 10px 40px;
}
.rtl
  .dgwt-wcas-no-submit
  .dgwt-wcas-sf-wrapp
  input[type="search"].dgwt-wcas-search-input {
  padding: 10px 40px 10px 15px;
}
.dgwt-wcas-overlay-mobile-on,
.dgwt-wcas-overlay-mobile-on body {
  overflow: hidden;
  min-width: 100vw;
  min-height: 100vh;
}
html.dgwt-wcas-overlay-mobile-on {
  scroll-behavior: unset;
}
.dgwt-wcas-om-bar {
  display: flex;
  height: 45px;
  width: 100%;
}
.dgwt-wcas-om-bar button.dgwt-wcas-om-return,
.dgwt-wcas-om-bar button.dgwt-wcas-om-return:active,
.dgwt-wcas-om-bar button.dgwt-wcas-om-return:focus,
.dgwt-wcas-om-bar button.dgwt-wcas-om-return:hover {
  width: 45px;
  height: 100%;
  display: block;
  background: #ccc;
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  box-shadow: none;
  outline: 0;
  border: none;
  border-spacing: 0;
  border-radius: 0;
}
.dgwt-wcas-om-bar .dgwt-wcas-om-return svg {
  width: 23px;
  height: 23px;
  position: absolute;
  left: 12px;
  top: 12px;
  fill: #fff;
}
.rtl .dgwt-wcas-om-bar .dgwt-wcas-om-return svg {
  left: 11px;
  top: 9px;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.dgwt-wcas-has-submit .dgwt-wcas-search-submit svg path {
  fill: #fff;
}
.dgwt-wcas-om-bar .dgwt-wcas-has-submit-off .dgwt-wcas-preloader {
  right: 0 !important;
}
.rtl .dgwt-wcas-om-bar .dgwt-wcas-has-submit-off .dgwt-wcas-preloader {
  left: 4px !important;
  right: auto !important;
}
.rtl
  .dgwt-wcas-om-bar
  .dgwt-wcas-style-pirx.dgwt-wcas-has-submit-off
  .dgwt-wcas-preloader {
  left: 10px !important;
  right: auto !important;
}
@keyframes dgwt-wcas-preloader-price-anim {
  0%,
  100% {
    background: rgba(128, 128, 128, 0.03);
  }
  50% {
    background: rgba(128, 128, 128, 0.1);
  }
}
.dgwt-wcas-preloader-price-inner div:first-child {
  left: 0;
  animation-delay: -0.1s;
}
.dgwt-wcas-preloader-price-inner div:nth-child(2) {
  left: 13px;
  animation-delay: -0.2s;
}
.dgwt-wcas-preloader-price-inner div:nth-child(3) {
  left: 26px;
  animation-delay: -0.3s;
}
.dgwt-wcas-preloader-price {
  width: 34px;
  height: 10px;
  display: inline-block;
  overflow: hidden;
  background: 0 0;
}
.dgwt-wcas-preloader-price-inner {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0;
}
.dgwt-wcas-preloader-price-inner div {
  position: absolute;
  width: 8px;
  height: 8px;
  background: rgba(128, 128, 128, 0.05);
  animation: 0.8s cubic-bezier(0, 0.5, 0.5, 1) infinite
    dgwt-wcas-preloader-price-anim;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.dgwt-wcas-om-bar .dgwt-wcas-search-wrapp-mobile {
  width: calc(100% - 45px);
  max-width: none;
  margin: 0;
}
.dgwt-wcas-overlay-mobile .dgwt-wcas-search-form,
.dgwt-wcas-overlay-mobile-on .dgwt-wcas-suggestion {
  width: 100%;
}
.dgwt-wcas-overlay-mobile {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
}
.dgwt-wcas-overlay-mobile * {
  box-sizing: border-box;
}
.dgwt-wcas-search-wrapp-mobile input[type="search"].dgwt-wcas-search-input {
  height: 45px !important;
  border-top: none;
  border-right: none;
  border-left: none;
  border-radius: 0;
  font-size: 16px !important;
}
.dgwt-wcas-search-wrapp-mobile
  input[type="search"].dgwt-wcas-search-input:focus {
  font-size: 16px !important;
}
.dgwt-wcas-overlay-mobile-on .dgwt-wcas-suggestions-wrapp {
  left: 0 !important;
  top: 45px !important;
  width: 100% !important;
  height: calc(100% - 45px) !important;
  position: absolute;
  overflow-y: auto;
  border: none;
  margin: 0;
  display: block;
}
.dgwt-wcas-enable-mobile-form {
  position: absolute;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: block;
}
html:not(.dgwt-wcas-overlay-mobile-on)
  .dgwt-wcas-icon-mobile
  .dgwt-wcas-search-form {
  display: none;
  position: relative;
}
html:not(.dgwt-wcas-overlay-mobile-on)
  .dgwt-wcas-search-wrapp.dgwt-wcas-icon-mobile {
  min-width: 0;
  display: inline-block;
  width: 28px;
  height: 28px;
}
html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-icon-handler {
  height: 100%;
  width: 100%;
}
html:not(.dgwt-wcas-overlay-mobile-on)
  .dgwt-wcas-icon-handler
  .dgwt-wcas-ico-magnifier {
  opacity: 1;
  position: static;
  max-width: none;
  max-height: none;
}
.dgwt-wcas-overlay-mobile-on.dgwt-wcas-is-ios body {
  overflow: auto;
}
.dgwt-wcas-overlay-mobile-on.dgwt-wcas-is-ios {
  overflow: visible;
}
.dgwt-wcas-overlay-mobile-on.dgwt-wcas-is-ios .dgwt-wcas-suggestions-wrapp {
  max-height: none !important;
  height: auto !important;
}
.dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon {
  min-width: unset;
}
.menu .dgwt-wcas-search-icon,
html:not(.dgwt-wcas-overlay-mobile-on)
  .menu
  .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon {
  width: auto;
}
.dgwt-wcas-layout-icon-flexible .dgwt-wcas-search-form,
.dgwt-wcas-layout-icon-flexible-inv .dgwt-wcas-search-form {
  opacity: 0;
}
.dgwt-wcas-layout-icon-flexible-inv:not(.dgwt-wcas-layout-icon-flexible-loaded),
.dgwt-wcas-layout-icon-flexible-inv:not(.dgwt-wcas-layout-icon-flexible-loaded)
  .dgwt-wcas-search-form,
.dgwt-wcas-layout-icon-flexible:not(.dgwt-wcas-layout-icon-flexible-loaded),
.dgwt-wcas-layout-icon-flexible:not(.dgwt-wcas-layout-icon-flexible-loaded)
  .dgwt-wcas-search-form {
  max-width: 20px;
  min-width: unset;
}
.dgwt-wcas-icon-preloader {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.dgwt-wcas-layout-icon-flexible-loaded .dgwt-wcas-search-form {
  opacity: 1;
}
html:not(.dgwt-wcas-overlay-mobile-on)
  .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon
  .dgwt-wcas-search-form {
  opacity: 0;
  display: none;
  position: absolute;
  left: 0;
  top: calc(100% + 8px);
  min-width: 500px;
  z-index: 1000;
}
html:not(.dgwt-wcas-overlay-mobile-on)
  .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon.dgwt-wcas-layout-icon-open
  .dgwt-wcas-search-form {
  display: block;
  opacity: 1;
}
.dgwt-wcas-search-icon {
  width: 20px;
  height: auto;
  cursor: pointer;
  display: block;
}
li.menu-item a.dgwt-wcas-search-icon {
  padding-right: 0;
  padding-left: 0;
}
.dgwt-wcas-ico-magnifier-handler {
  margin-bottom: -0.2em;
  width: 100%;
}
.dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon.dgwt-wcas-layout-icon-open
  .dgwt-wcas-search-icon {
  opacity: 0.6;
}
.dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon.dgwt-wcas-layout-icon-open.dgwt-wcas-no-submit
  .dgwt-wcas-sf-wrapp
  input[type="search"].dgwt-wcas-search-input {
  padding-left: 15px;
}
.dgwt-wcas-layout-icon-open .dgwt-wcas-search-icon-arrow {
  display: block;
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  z-index: 5;
  width: 15px;
  height: 15px;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.dgwt-wcas-has-headings .dgwt-wcas-suggestion-headline {
  pointer-events: none;
  display: block;
  font-weight: 500;
  white-space: nowrap;
}
.dgwt-wcas-suggestion.dgwt-wcas-suggestion-headline-v2 {
  display: block;
  font-weight: 500;
  white-space: nowrap;
  cursor: default;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 15px;
}
.dgwt-wcas-suggestion.dgwt-wcas-suggestion-headline-v2 .dgwt-wcas-st {
  padding-bottom: 3px;
  margin-top: 16px;
}
.dgwt-wcas-has-headings .dgwt-wcas-suggestion-headline .dgwt-wcas-st {
  border-bottom: 1px solid #ddd;
  padding-bottom: 3px;
  text-transform: uppercase;
  margin-top: 16px;
  font-size: 12px;
}
.dgwt-wcas-has-headings .dgwt-wcas-suggestion-tax .dgwt-wcas-st {
  padding: 0;
}
.dgwt-wcas-has-headings
  .dgwt-wcas-suggestion.dgwt-wcas-suggestion-tax.dgwt-wcas-suggestion-selected,
.dgwt-wcas-has-headings .dgwt-wcas-suggestion.dgwt-wcas-suggestion-tax:hover {
  background: 0 0;
  text-decoration: underline;
}
.dgwt-wcas-is-details
  .dgwt-wcas-has-headings
  .dgwt-wcas-suggestion.dgwt-wcas-suggestion-tax {
  min-height: 30px;
}
.dgwt-wcas-sugg-hist-clear {
  cursor: pointer;
  text-decoration: underline;
  display: inline-block;
  margin-left: 2px;
}
.dgwt-wcas-darkened-overlay {
  display: block;
  position: absolute;
  opacity: 0.15;
  z-index: 100000;
  left: 0;
  top: 0;
}
.dgwt-wcas-darkened-overlay > div {
  background: #111;
  position: absolute;
}
.dgwt-wcas-search-wrapp.dgwt-wcas-search-darkoverl-on .dgwt-wcas-search-form {
  background-color: rgba(17, 17, 17, 0.15);
  border: none;
  border-radius: 0;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
  background: #fff;
  padding: 10px;
  border-radius: 10px;
}
.dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp-mobile .dgwt-wcas-sf-wrapp {
  padding-top: 0;
  padding-bottom: 0;
}
.dgwt-wcas-style-pirx
  .dgwt-wcas-sf-wrapp
  input[type="search"].dgwt-wcas-search-input {
  padding: 13px 24px 13px 48px;
  line-height: 24px;
  font-size: 17px;
  border: 2px solid transparent;
  border-radius: 30px;
  height: auto;
  font-family: Roboto, sans-serif;
  background-color: #eee;
}
.dgwt-wcas-open-pirx .dgwt-wcas-open .dgwt-wcas-suggestions-wrapp,
.dgwt-wcas-open-pirx
  .dgwt-wcas-open.dgwt-wcas-nores
  .dgwt-wcas-suggestions-wrapp {
  border-radius: 0 0 5px 5px;
}
.dgwt-wcas-style-pirx
  .dgwt-wcas-sf-wrapp
  input[type="search"].dgwt-wcas-search-input:focus {
  box-shadow: none;
  transition: 30ms ease-in;
}
.dgwt-wcas-style-pirx
  .dgwt-wcas-sf-wrapp
  input[type="search"].dgwt-wcas-search-input:hover {
  background-color: #dfdfdf;
}
.dgwt-wcas-style-pirx.dgwt-wcas-search-focused
  .dgwt-wcas-sf-wrapp
  input[type="search"].dgwt-wcas-search-input {
  border-color: #333;
}
.dgwt-wcas-open
  .dgwt-wcas-style-pirx
  .dgwt-wcas-sf-wrapp
  input[type="search"].dgwt-wcas-search-input {
  border-radius: 30px;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  background: 0 0;
  border-radius: 100%;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  position: absolute;
  min-height: 33px;
  min-width: 33px;
  height: 33px;
  width: 33px;
  left: 23px;
  top: 21px;
  pointer-events: none;
  transition: none;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit svg {
  width: 18px;
  height: 18px;
}
.dgwt-wcas-style-pirx.dgwt-wcas-search-filled
  .dgwt-wcas-sf-wrapp
  button.dgwt-wcas-search-submit {
  left: auto;
  right: 28px;
  pointer-events: auto;
  animation: 0.3s fadeIn;
}
.dgwt-wcas-style-pirx.dgwt-wcas-search-filled
  .dgwt-wcas-sf-wrapp
  input[type="search"].dgwt-wcas-search-input {
  padding-left: 24px;
  padding-right: 48px;
  transition: none !important;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit:hover {
  opacity: 1;
  background: #e4e4e4;
  box-shadow: 0 0 0 2px #e4e4e4;
  border-radius: 100%;
}
.dgwt-wcas-style-pirx .dgwt-wcas-preloader {
  margin-right: 35px;
}
.rtl .dgwt-wcas-style-solaris .dgwt-wcas-preloader,
.rtl .dgwt-wcas-style-solaris .dgwt-wcas-voice-search {
  margin-left: 4px;
}
.dgwt-wcas-style-pirx .dgwt-wcas-close:not(.dgwt-wcas-inner-preloader) {
  transition: none;
  width: 18px;
}
.dgwt-wcas-open-pirx.dgwt-wcas-overlay-mobile-on
  .dgwt-wcas-om-bar
  button.dgwt-wcas-om-return
  path,
.dgwt-wcas-style-pirx .dgwt-wcas-close:not(.dgwt-wcas-inner-preloader) path,
.dgwt-wcas-style-pirx .dgwt-wcas-voice-search svg path,
.dgwt-wcas-style-pirx.dgwt-wcas-has-submit .dgwt-wcas-search-submit svg path {
  fill: #111;
}
.dgwt-wcas-style-pirx
  .dgwt-wcas-sf-wrapp
  input[type="search"].dgwt-wcas-search-input::placeholder {
  opacity: 1;
  font-style: normal;
  font-weight: 300;
  color: #777;
}
.dgwt-wcas-open-pirx .dgwt-wcas-details-wrapp,
.dgwt-wcas-open-pirx .dgwt-wcas-suggestions-wrapp {
  border-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}
.dgwt-wcas-open-pirx .dgwt-wcas-details-inner,
.dgwt-wcas-open-pirx .dgwt-wcas-suggestions-wrapp > .dgwt-wcas-suggestion {
  padding-left: 20px;
  padding-right: 20px;
}
.dgwt-wcas-open-pirx
  .dgwt-wcas-full-width
  .dgwt-wcas-suggestions-wrapp
  > .dgwt-wcas-suggestion,
.dgwt-wcas-open-pirx body.dgwt-wcas-details-left .dgwt-wcas-details-wrapp {
  border-right: 1px solid #ddd;
}
.dgwt-wcas-open-pirx .dgwt-wcas-details-outside .dgwt-wcas-details-wrapp,
.dgwt-wcas-open-pirx
  .dgwt-wcas-details-outside.dgwt-wcas-is-details
  .dgwt-wcas-suggestions-wrapp {
  margin-top: 0;
  border-top: none;
}
.dgwt-wcas-open-pirx body.dgwt-wcas-details-right .dgwt-wcas-suggestions-wrapp {
  border-right: none;
}
.dgwt-wcas-open-pirx body.dgwt-wcas-details-right .dgwt-wcas-details-wrapp {
  border-left: 1px solid #ddd;
}
.dgwt-wcas-open-pirx body.dgwt-wcas-details-left .dgwt-wcas-suggestions-wrapp {
  border-left: none;
}
.dgwt-wcas-open-pirx
  .dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-full-width
  .dgwt-wcas-details-wrapp,
.dgwt-wcas-open-pirx
  .dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-full-width
  .dgwt-wcas-suggestions-wrapp {
  min-height: 70px !important;
}
.dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp-mobile
  .dgwt-wcas-sf-wrapp
  input[type="search"].dgwt-wcas-search-input {
  border-radius: 0;
  background: 0 0;
  padding: 0 10px;
}
.dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp-mobile.dgwt-wcas-search-focused
  .dgwt-wcas-sf-wrapp
  input[type="search"].dgwt-wcas-search-input {
  border-color: transparent;
}
.dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp-mobile.dgwt-wcas-search-filled
  .dgwt-wcas-sf-wrapp
  input[type="search"].dgwt-wcas-search-input {
  padding-left: 10px;
}
.dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp-mobile
  .dgwt-wcas-sf-wrapp
  input[type="search"].dgwt-wcas-search-input:hover {
  background-color: transparent;
}
.dgwt-wcas-open-pirx.dgwt-wcas-overlay-mobile-on .dgwt-wcas-suggestions-wrapp {
  border-top: 1px solid #e0e2e5;
}
.dgwt-wcas-open-pirx
  .dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact
  .dgwt-wcas-sf-wrapp,
.dgwt-wcas-open-pirx.dgwt-wcas-overlay-mobile-on
  .dgwt-wcas-om-bar
  button.dgwt-wcas-om-return {
  background: #fff;
}
.dgwt-wcas-open-pirx.dgwt-wcas-overlay-mobile-on
  .dgwt-wcas-om-bar
  button.dgwt-wcas-om-return
  svg {
  left: 17px;
  top: 16px;
  width: 17px;
  height: 17px;
}
.dgwt-wcas-style-pirx .dgwt-wcas-voice-search {
  right: 20px;
  top: 1px;
  opacity: 1;
}
.rtl .dgwt-wcas-style-pirx .dgwt-wcas-voice-search {
  right: auto;
  left: 50px;
}
.dgwt-wcas-overlay-mobile .dgwt-wcas-style-pirx .dgwt-wcas-voice-search {
  right: 5px;
}
.dgwt-wcas-overlay-mobile .dgwt-wcas-style-solaris .dgwt-wcas-voice-search {
  right: 5px !important;
}
.rtl
  .dgwt-wcas-overlay-mobile
  .dgwt-wcas-style-solaris
  .dgwt-wcas-voice-search {
  left: 5px !important;
  right: auto !important;
}
.dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact .dgwt-wcas-sf-wrapp {
  background: 0 0;
  padding: 4px;
  border-radius: 10px 10px 0 0;
}
.dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact
  .dgwt-wcas-sf-wrapp
  input[type="search"].dgwt-wcas-search-input {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: normal;
  font-size: 14px;
}
.dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact
  .dgwt-wcas-sf-wrapp
  button.dgwt-wcas-search-submit {
  left: 15px;
  top: 7px;
}
.dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact.dgwt-wcas-search-filled
  .dgwt-wcas-sf-wrapp
  button.dgwt-wcas-search-submit {
  left: auto;
  right: 23px;
}
html:not(.dgwt-wcas-overlay-mobile-on)
  .dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact
  .dgwt-wcas-sf-wrapp
  input[type="search"].dgwt-wcas-search-input {
  background: #fff;
  box-shadow: 0 0 0 1px #eee;
}
html:not(.dgwt-wcas-overlay-mobile-on)
  .dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact.dgwt-wcas-search-focused
  .dgwt-wcas-sf-wrapp
  input[type="search"].dgwt-wcas-search-input {
  border-color: #333;
  box-shadow: none;
}
.dgwt-wcas-open-pirx-compact .dgwt-wcas-details-wrapp,
.dgwt-wcas-open-pirx-compact .dgwt-wcas-suggestions-wrapp {
  margin-top: 1px;
}
.dgwt-wcas-suggestions-wrapp-fixed {
  position: fixed !important;
}
.elementor-widget-fibosearch-posts::after {
  content: "" !important;
}
.dgwt-wcas-posts-results-grid {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 20px;
  justify-content: flex-start;
}
.dgwt-wcas-posts-results-grid-item {
  width: calc(25% - 15px);
  margin-bottom: 30px;
} /*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-display: swap;
  font-family: "FontAwesome";
  src: url(../../../plugins/popup-anything-on-click/assets/fonts/fontawesome-webfont.eot?v=4.7.0);
  src: url("../../../plugins/popup-anything-on-click/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0")
      format("embedded-opentype"),
    url(../../../plugins/popup-anything-on-click/assets/fonts/fontawesome-webfont.woff2?v=4.7.0)
      format("woff2"),
    url(../../../plugins/popup-anything-on-click/assets/fonts/fontawesome-webfont.woff?v=4.7.0)
      format("woff"),
    url(../../../plugins/popup-anything-on-click/assets/fonts/fontawesome-webfont.ttf?v=4.7.0)
      format("truetype"),
    url("../../../plugins/popup-anything-on-click/assets/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular")
      format("svg");
  font-weight: 400;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.custombox-content,
.custombox-overlay {
  position: fixed;
  overflow: hidden;
  top: 0;
  width: 100%;
  height: 100%;
}
.custombox-overlay {
  z-index: 9997;
  opacity: 0;
  transition-delay: 0s;
  transition-timing-function: linear;
  transition-property: opacity;
}
.custombox-content {
  z-index: 9999;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.custombox-lock {
  overflow: hidden;
}
.custombox-reference {
  display: none;
}
.custombox-content {
  overflow-y: auto;
}
.custombox-content > * {
  max-width: 100%;
  max-height: 95%;
}
.custombox-fullscreen.custombox-content {
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.custombox-fullscreen.custombox-content > * {
  width: 100%;
  max-height: 100%;
}
.custombox-y-top {
  -ms-flex-align: baseline;
  align-items: baseline;
}
.custombox-x-left {
  -ms-flex-align: start;
  align-items: flex-start;
}
.custombox-y-center {
  -ms-flex-align: center;
  align-items: center;
}
.custombox-y-bottom {
  -ms-flex-align: end;
  align-items: flex-end;
}
.custombox-x-center {
  -ms-flex-pack: center;
  justify-content: center;
}
.custombox-x-right {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.custombox-perspective,
.custombox-perspective body {
  perspective: 600px;
  height: 100%;
  overflow: hidden;
}
.custombox-perspective .custombox-container {
  overflow: hidden;
  height: 100%;
}
@keyframes paoc-fadeIn {
  from {
    transform: scale(0.7);
    transition-property: all;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.7);
    transition-property: all;
  }
}
.custombox-fadein.custombox-content {
  opacity: 0;
}
.custombox-fadein.custombox-content.custombox-open {
  animation-name: paoc-fadeIn;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-fadein.custombox-content.custombox-close {
  animation-name: fadeOut;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
@keyframes slideInTop {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slideOutTop {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}
@keyframes slideInBottom {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slideOutBottom {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(100%);
  }
}
@keyframes slideInLeft {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slideOutLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slideInRight {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slideOutRight {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
.custombox-contentscale.custombox-content,
.custombox-letmein.custombox-content,
.custombox-makeway.custombox-content,
.custombox-push.custombox-content,
.custombox-slide.custombox-content,
.custombox-slip.custombox-content {
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.custombox-contentscale.custombox-content.custombox-open.custombox-top,
.custombox-letmein.custombox-content.custombox-open.custombox-top,
.custombox-makeway.custombox-content.custombox-open.custombox-top,
.custombox-push.custombox-content.custombox-open.custombox-top,
.custombox-slide.custombox-content.custombox-open.custombox-top,
.custombox-slip.custombox-content.custombox-open.custombox-top {
  animation-name: slideInTop;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-contentscale.custombox-content.custombox-open.custombox-bottom,
.custombox-letmein.custombox-content.custombox-open.custombox-bottom,
.custombox-makeway.custombox-content.custombox-open.custombox-bottom,
.custombox-push.custombox-content.custombox-open.custombox-bottom,
.custombox-slide.custombox-content.custombox-open.custombox-bottom,
.custombox-slip.custombox-content.custombox-open.custombox-bottom {
  animation-name: slideInBottom;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-contentscale.custombox-content.custombox-open.custombox-left,
.custombox-letmein.custombox-content.custombox-open.custombox-left,
.custombox-makeway.custombox-content.custombox-open.custombox-left,
.custombox-push.custombox-content.custombox-open.custombox-left,
.custombox-slide.custombox-content.custombox-open.custombox-left,
.custombox-slip.custombox-content.custombox-open.custombox-left {
  animation-name: slideInLeft;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-contentscale.custombox-content.custombox-open.custombox-right,
.custombox-letmein.custombox-content.custombox-open.custombox-right,
.custombox-makeway.custombox-content.custombox-open.custombox-right,
.custombox-push.custombox-content.custombox-open.custombox-right,
.custombox-slide.custombox-content.custombox-open.custombox-right,
.custombox-slip.custombox-content.custombox-open.custombox-right {
  animation-name: slideInRight;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-contentscale.custombox-content.custombox-close.custombox-top,
.custombox-letmein.custombox-content.custombox-close.custombox-top,
.custombox-makeway.custombox-content.custombox-close.custombox-top,
.custombox-push.custombox-content.custombox-close.custombox-top,
.custombox-slide.custombox-content.custombox-close.custombox-top,
.custombox-slip.custombox-content.custombox-close.custombox-top {
  animation-name: slideOutTop;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-contentscale.custombox-content.custombox-close.custombox-bottom,
.custombox-letmein.custombox-content.custombox-close.custombox-bottom,
.custombox-makeway.custombox-content.custombox-close.custombox-bottom,
.custombox-push.custombox-content.custombox-close.custombox-bottom,
.custombox-slide.custombox-content.custombox-close.custombox-bottom,
.custombox-slip.custombox-content.custombox-close.custombox-bottom {
  animation-name: slideOutBottom;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-contentscale.custombox-content.custombox-close.custombox-left,
.custombox-letmein.custombox-content.custombox-close.custombox-left,
.custombox-makeway.custombox-content.custombox-close.custombox-left,
.custombox-push.custombox-content.custombox-close.custombox-left,
.custombox-slide.custombox-content.custombox-close.custombox-left,
.custombox-slip.custombox-content.custombox-close.custombox-left {
  animation-name: slideOutLeft;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-contentscale.custombox-content.custombox-close.custombox-right,
.custombox-letmein.custombox-content.custombox-close.custombox-right,
.custombox-makeway.custombox-content.custombox-close.custombox-right,
.custombox-push.custombox-content.custombox-close.custombox-right,
.custombox-slide.custombox-content.custombox-close.custombox-right,
.custombox-slip.custombox-content.custombox-close.custombox-right {
  animation-name: slideOutRight;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
@keyframes newspaperIn {
  from {
    transform: scale(0) rotate(720deg);
    opacity: 0;
  }
  to {
    transform: scale(1) rotate(0);
    opacity: 1;
  }
}
@keyframes newspaperOut {
  from {
    transform: scale(1) rotate(0);
    opacity: 1;
  }
  to {
    transform: scale(0) rotate(720deg);
    opacity: 0;
  }
}
.custombox-newspaper.custombox-content {
  opacity: 0;
}
.custombox-newspaper.custombox-content.custombox-open {
  animation-name: newspaperIn;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-newspaper.custombox-content.custombox-close {
  animation-name: newspaperOut;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
@keyframes fallIn {
  from {
    transform-style: preserve-3d;
    transform: translateZ(600px) rotateX(20deg);
    opacity: 0;
  }
  to {
    transition-timing-function: ease-in;
    transition-property: all;
    transform: translateZ(0) rotateX(0);
    opacity: 1;
  }
}
@keyframes fallOut {
  from {
    transition-timing-function: ease-in;
    transition-property: all;
    transform: translateZ(0) rotateX(0);
    opacity: 1;
  }
  to {
    transform-style: preserve-3d;
    transform: translateZ(600px) rotateX(20deg);
    opacity: 0;
  }
}
.custombox-fall.custombox-content {
  opacity: 0;
}
.custombox-fall.custombox-content.custombox-open {
  animation-name: fallIn;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-fall.custombox-content.custombox-close {
  animation-name: fallOut;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
@keyframes sidefallIn {
  from {
    transform-style: preserve-3d;
    transform: translate(30%) translateZ(600px) rotate(10deg);
    opacity: 0;
  }
  to {
    transition-timing-function: ease-in;
    transition-property: all;
    transform: translate(0) translateZ(0) rotate(0);
    opacity: 1;
  }
}
@keyframes sidefallOut {
  from {
    transition-timing-function: ease-in;
    transition-property: all;
    transform: translate(0) translateZ(0) rotate(0);
    opacity: 1;
  }
  to {
    transform-style: preserve-3d;
    transform: translate(30%) translateZ(600px) rotate(10deg);
    opacity: 0;
  }
}
.custombox-sidefall.custombox-content {
  opacity: 0;
}
.custombox-sidefall.custombox-content.custombox-open {
  animation-name: sidefallIn;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-sidefall.custombox-content.custombox-close {
  animation-name: sidefallOut;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
@keyframes blurInTop {
  from {
    transform: translateY(-5%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes blurOutTop {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(-5%);
    opacity: 0;
  }
}
@keyframes blurInBottom {
  from {
    transform: translateY(5%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes blurOutBottom {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(5%);
    opacity: 0;
  }
}
@keyframes blurInRight {
  from {
    transform: translateX(5%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes blurOutRight {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateX(5%);
    opacity: 0;
  }
}
@keyframes blurInLeft {
  from {
    transform: translateX(-5%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes blurOutLeft {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateX(-5%);
    opacity: 0;
  }
}
@keyframes blurInContainer {
  from {
    filter: blur(0);
  }
  to {
    filter: blur(3px);
  }
}
@keyframes blurOutContainer {
  from {
    filter: blur(3px);
  }
  to {
    filter: blur(0);
  }
}
.custombox-blur.custombox-content {
  opacity: 0;
}
.custombox-blur.custombox-content.custombox-open.custombox-top {
  animation-name: blurInTop;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-blur.custombox-content.custombox-open.custombox-bottom {
  animation-name: blurInBottom;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-blur.custombox-content.custombox-open.custombox-left {
  animation-name: blurInLeft;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-blur.custombox-content.custombox-open.custombox-right {
  animation-name: blurInRight;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-blur.custombox-content.custombox-close.custombox-top {
  animation-name: blurOutTop;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-blur.custombox-content.custombox-close.custombox-bottom {
  animation-name: blurOutBottom;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-blur.custombox-content.custombox-close.custombox-right {
  animation-name: blurOutRight;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-blur.custombox-content.custombox-close.custombox-left {
  animation-name: blurOutLeft;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-blur.custombox-container {
  animation-name: blurOutContainer;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-blur.custombox-container.custombox-open {
  animation-name: blurInContainer;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
@keyframes flipInTop {
  from {
    transform-style: preserve-3d;
    transform: rotateX(-70deg);
  }
  to {
    transform: rotateY(0);
    opacity: 1;
  }
}
@keyframes flipOutTop {
  from {
    transform: rotateY(0);
    opacity: 1;
  }
  to {
    transform-style: preserve-3d;
    transform: rotateX(-70deg);
  }
}
@keyframes flipInBottom {
  from {
    transform-style: preserve-3d;
    transform: rotateX(70deg);
  }
  to {
    transform: rotateY(0);
    opacity: 1;
  }
}
@keyframes flipOutBottom {
  from {
    transform: rotateY(0);
    opacity: 1;
  }
  to {
    transform-style: preserve-3d;
    transform: rotateX(70deg);
  }
}
@keyframes flipInRight {
  from {
    transform-style: preserve-3d;
    transform: rotateY(70deg);
  }
  to {
    transform: rotateY(0);
    opacity: 1;
  }
}
@keyframes flipOutRight {
  from {
    transform: rotateY(0);
    opacity: 1;
  }
  to {
    transform-style: preserve-3d;
    transform: rotateY(70deg);
  }
}
@keyframes flipInLeft {
  from {
    transform-style: preserve-3d;
    transform: rotateY(-70deg);
  }
  to {
    transform: rotateY(0);
    opacity: 1;
  }
}
@keyframes flipOutLeft {
  from {
    transform: rotateY(0);
    opacity: 1;
  }
  to {
    transform-style: preserve-3d;
    transform: rotateY(-70deg);
  }
}
.custombox-flip.custombox-content {
  opacity: 0;
}
.custombox-flip.custombox-content.custombox-open.custombox-top {
  animation-name: flipInTop;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-flip.custombox-content.custombox-open.custombox-bottom {
  animation-name: flipInBottom;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-flip.custombox-content.custombox-open.custombox-right {
  animation-name: flipInRight;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-flip.custombox-content.custombox-open.custombox-left {
  animation-name: flipInLeft;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-flip.custombox-content.custombox-close.custombox-top {
  animation-name: flipOutTop;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-flip.custombox-content.custombox-close.custombox-bottom {
  animation-name: flipOutBottom;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-flip.custombox-content.custombox-close.custombox-right {
  animation-name: flipOutRight;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-flip.custombox-content.custombox-close.custombox-left {
  animation-name: flipOutLeft;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
@keyframes signIn {
  from {
    transform-style: preserve-3d;
    transform: rotateX(-60deg);
    transform-origin: 50% 0;
    transition-property: all;
  }
  to {
    transform: rotateX(0);
    opacity: 1;
  }
}
@keyframes signOut {
  from {
    transform: rotateX(0);
    opacity: 1;
  }
  to {
    transform-style: preserve-3d;
    transform: rotateX(-60deg);
    transform-origin: 50% 0;
    transition-property: all;
  }
}
.custombox-sign {
  perspective: 1300px;
}
.custombox-sign.custombox-content {
  opacity: 0;
}
.custombox-sign.custombox-content.custombox-open {
  animation-name: signIn;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-sign.custombox-content.custombox-close {
  animation-name: signOut;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
@keyframes superscaledIn {
  from {
    transform: scale(2);
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes superscaledOut {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(2);
  }
}
.custombox-superscaled.custombox-content {
  opacity: 0;
}
.custombox-superscaled.custombox-content.custombox-open {
  animation-name: superscaledIn;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-superscaled.custombox-content.custombox-close {
  animation-name: superscaledOut;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
@keyframes slitIn {
  0% {
    transform: translateZ(-3000px) rotateY(90deg);
  }
  50% {
    transform: translateZ(-250px) rotateY(89deg);
    opacity: 1;
    animation-timing-function: ease-out;
  }
  100% {
    transform: translateZ(0) rotateY(0);
    opacity: 1;
  }
}
@keyframes slitOut {
  0% {
    transform: translateZ(0) rotateY(0);
    opacity: 1;
  }
  50% {
    transform: translateZ(-250px) rotateY(89deg);
    opacity: 1;
    animation-timing-function: ease-out;
  }
  100% {
    transform: translateZ(-3000px) rotateY(90deg);
  }
}
.custombox-slit.custombox-content {
  opacity: 0;
  transform-style: preserve-3d;
}
.custombox-slit.custombox-content.custombox-open {
  animation-name: slitIn;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slit.custombox-content.custombox-close {
  animation-name: slitOut;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
@keyframes rotateIn {
  from {
    transform-style: preserve-3d;
    transform: translateY(0) rotateX(90deg);
    transform-origin: 0 100%;
    opacity: 0;
    transition-timing-function: ease-out;
    transition-property: all;
  }
  to {
    transform: translateY(0) rotateX(0);
    opacity: 1;
  }
}
@keyframes rotateOut {
  from {
    transform: translateY(0) rotateX(0);
    opacity: 1;
  }
  to {
    transform-style: preserve-3d;
    transform: translateY(0) rotateX(90deg);
    transform-origin: 0 100%;
    opacity: 0;
    transition-timing-function: ease-out;
    transition-property: all;
  }
}
.custombox-rotate {
  perspective: 2300px;
}
.custombox-rotate.custombox-content {
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.custombox-rotate.custombox-content.custombox-open {
  animation-name: rotateIn;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-rotate.custombox-content.custombox-close {
  animation-name: rotateOut;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
@keyframes letmeinBottomOverlay {
  to {
    transform: rotateX(-2deg);
    transform-origin: 50% 0;
    transform-style: preserve-3d;
  }
}
@keyframes letmeinOutBottomOverlay {
  from {
    transform: rotateX(-2deg);
    transform-origin: 50% 0;
    transform-style: preserve-3d;
  }
  to {
    opacity: 0;
  }
}
@keyframes letmeinLeftOverlay {
  to {
    transform: rotateY(-2deg);
    transform-origin: 50% 0;
    transform-style: preserve-3d;
  }
}
@keyframes letmeinOutLeftOverlay {
  from {
    transform: rotateY(-2deg);
    transform-origin: 50% 0;
    transform-style: preserve-3d;
  }
  to {
    opacity: 0;
  }
}
@keyframes letmeinRightOverlay {
  to {
    transform: rotateY(2deg);
    transform-origin: 50% 0;
    transform-style: preserve-3d;
  }
}
@keyframes letmeinOutRightOverlay {
  from {
    transform: rotateY(2deg);
    transform-origin: 50% 0;
    transform-style: preserve-3d;
  }
  to {
    opacity: 0;
  }
}
@keyframes letmeinTopOverlay {
  to {
    transform: rotateX(2deg);
    transform-origin: 0 50%;
    transform-style: preserve-3d;
  }
}
@keyframes letmeinOutTopOverlay {
  from {
    transform: rotateX(2deg);
    transform-origin: 50% 0;
    transform-style: preserve-3d;
  }
  to {
    opacity: 0;
  }
}
.custombox-letmein.custombox-overlay.custombox-open.custombox-top {
  animation-name: letmeinTopOverlay;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-letmein.custombox-overlay.custombox-open.custombox-bottom {
  animation-name: letmeinBottomOverlay;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-letmein.custombox-overlay.custombox-open.custombox-left {
  animation-name: letmeinLeftOverlay;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-letmein.custombox-overlay.custombox-open.custombox-right {
  animation-name: letmeinRightOverlay;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-letmein.custombox-overlay.custombox-close.custombox-top {
  animation-name: letmeinOutTopOverlay;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-letmein.custombox-overlay.custombox-close.custombox-bottom {
  animation-name: letmeinOutBottomOverlay;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-letmein.custombox-overlay.custombox-close.custombox-left {
  animation-name: letmeinOutLeftOverlay;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-letmein.custombox-overlay.custombox-close.custombox-right {
  animation-name: letmeinOutRightOverlay;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
@keyframes makewayInContainer {
  50% {
    transform: translateZ(-50px) rotateY(5deg);
    animation-timing-function: ease-out;
  }
  100% {
    transform: translateZ(-200px);
  }
}
@keyframes makewayOutContainer {
  0% {
    transform: translateZ(-200px);
  }
  50% {
    transform: translateZ(-50px) rotateY(5deg);
    animation-timing-function: ease-out;
  }
  100% {
    opacity: 0;
  }
}
@keyframes makewayInTop {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes makewayOutTop {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}
@keyframes makewayInBottom {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes makewayOutBottom {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(100%);
  }
}
@keyframes makewayInLeft {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes makewayOutLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes makewayInRight {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes makewayOutRight {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
.custombox-makeway.custombox-overlay {
  transform-style: preserve-3d;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.custombox-makeway.custombox-overlay.custombox-open {
  animation-name: makewayInContainer;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-makeway.custombox-overlay.custombox-close {
  animation-name: makewayOutContainer;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-makeway.custombox-container {
  transform-style: preserve-3d;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.custombox-makeway.custombox-container.custombox-open {
  animation-name: makewayInContainer;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-makeway.custombox-container.custombox-close {
  animation-name: makewayOutContainer;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
@keyframes slipTopOverlay {
  50% {
    transform: rotateX(10deg);
    transform-origin: 50% 100%;
    transform-style: preserve-3d;
  }
}
@keyframes slipOutTopOverlay {
  50% {
    transform: rotateX(10deg);
    transform-origin: 50% 100%;
    transform-style: preserve-3d;
  }
}
@keyframes slipRightOverlay {
  50% {
    transform: rotateY(10deg);
    transform-origin: 50% 100%;
    transform-style: preserve-3d;
  }
}
@keyframes slipOutRightOverlay {
  50% {
    transform: rotateY(10deg);
    transform-origin: 50% 100%;
    transform-style: preserve-3d;
  }
}
@keyframes slipBottomOverlay {
  50% {
    transform: rotateX(-10deg);
    transform-origin: 50% 100%;
    transform-style: preserve-3d;
  }
}
@keyframes slipOutBottomOverlay {
  50% {
    transform: rotateX(-10deg);
    transform-origin: 50% 100%;
    transform-style: preserve-3d;
  }
}
@keyframes slipLeftOverlay {
  50% {
    transform: rotateY(-10deg);
    transform-origin: 50% 100%;
    transform-style: preserve-3d;
  }
}
@keyframes slipOutLeftOverlay {
  50% {
    transform: rotateY(-10deg);
    transform-origin: 50% 100%;
    transform-style: preserve-3d;
  }
}
.custombox-slip.custombox-overlay.custombox-open.custombox-top {
  animation-name: slipTopOverlay;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slip.custombox-overlay.custombox-open.custombox-bottom {
  animation-name: slipBottomOverlay;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slip.custombox-overlay.custombox-open.custombox-left {
  animation-name: slipLeftOverlay;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slip.custombox-overlay.custombox-open.custombox-right {
  animation-name: slipRightOverlay;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slip.custombox-overlay.custombox-close.custombox-top {
  animation-name: slipOutTopOverlay;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slip.custombox-overlay.custombox-close.custombox-bottom {
  animation-name: slipOutBottomOverlay;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slip.custombox-overlay.custombox-close.custombox-left {
  animation-name: slipOutLeftOverlay;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slip.custombox-overlay.custombox-close.custombox-right {
  animation-name: slipOutRightOverlay;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slip.custombox-container.custombox-open.custombox-top {
  animation-name: slipTopOverlay;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slip.custombox-container.custombox-open.custombox-bottom {
  animation-name: slipBottomOverlay;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slip.custombox-container.custombox-open.custombox-left {
  animation-name: slipLeftOverlay;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slip.custombox-container.custombox-open.custombox-right {
  animation-name: slipRightOverlay;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slip.custombox-container.custombox-close.custombox-top {
  animation-name: slipOutTopOverlay;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slip.custombox-container.custombox-close.custombox-bottom {
  animation-name: slipOutBottomOverlay;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slip.custombox-container.custombox-close.custombox-left {
  animation-name: slipOutLeftOverlay;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slip.custombox-container.custombox-close.custombox-right {
  animation-name: slipOutRightOverlay;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
@keyframes cornerInOverlay {
  from {
    transform: translateY(150px) translateX(150px);
    transition-property: opacity, transform, visibility;
  }
  to {
    transform: translateY(0);
    transition-property: opacity, transform;
  }
}
@keyframes cornerOutOverlay {
  from {
    transform: translateY(0);
    transition-property: opacity, transform;
  }
  to {
    transform: translateY(150px) translateX(150px);
    transition-property: opacity, transform, visibility;
    opacity: 0;
  }
}
@keyframes cornerInContent {
  from {
    transform: translateY(150px) translateX(150px);
    transition-property: opacity, transform, visibility;
  }
  to {
    transform: translateY(0);
    transition-property: opacity, transform;
    opacity: 1;
  }
}
@keyframes cornerOutContent {
  from {
    transform: translateY(0);
    transition-property: opacity, transform;
    opacity: 1;
  }
  to {
    transform: translateY(150px) translateX(150px);
    transition-property: opacity, transform, visibility;
    opacity: 0;
  }
}
.custombox-corner.custombox-overlay.custombox-open {
  animation-name: cornerInOverlay;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-corner.custombox-overlay.custombox-close {
  animation-name: cornerOutOverlay;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-corner.custombox-content.custombox-open {
  animation-name: cornerInContent;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-corner.custombox-content.custombox-close {
  animation-name: cornerOutContent;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slidetogether.custombox-content,
.custombox-slidetogether.custombox-overlay {
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.custombox-slidetogether.custombox-content.custombox-open.custombox-top,
.custombox-slidetogether.custombox-overlay.custombox-open.custombox-top {
  animation-name: slideInTop;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slidetogether.custombox-content.custombox-open.custombox-bottom,
.custombox-slidetogether.custombox-overlay.custombox-open.custombox-bottom {
  animation-name: slideInBottom;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slidetogether.custombox-content.custombox-open.custombox-left,
.custombox-slidetogether.custombox-overlay.custombox-open.custombox-left {
  animation-name: slideInLeft;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slidetogether.custombox-content.custombox-open.custombox-right,
.custombox-slidetogether.custombox-overlay.custombox-open.custombox-right {
  animation-name: slideInRight;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slidetogether.custombox-content.custombox-close.custombox-top,
.custombox-slidetogether.custombox-overlay.custombox-close.custombox-top {
  animation-name: slideOutTop;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slidetogether.custombox-content.custombox-close.custombox-bottom,
.custombox-slidetogether.custombox-overlay.custombox-close.custombox-bottom {
  animation-name: slideOutBottom;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slidetogether.custombox-content.custombox-close.custombox-left,
.custombox-slidetogether.custombox-overlay.custombox-close.custombox-left {
  animation-name: slideOutLeft;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slidetogether.custombox-content.custombox-close.custombox-right,
.custombox-slidetogether.custombox-overlay.custombox-close.custombox-right {
  animation-name: slideOutRight;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
@keyframes scaleInOverlay {
  from {
    transform: scale(0.9);
    transition: transform;
    opacity: 0;
  }
  to {
    transform: scale(1);
    transition: transform;
  }
}
@keyframes scaleOutOverlay {
  from {
    transform: scale(1);
    transition: transform;
  }
  to {
    transform: scale(0.9);
    transition: transform;
    opacity: 0;
    opacity: 0;
  }
}
.custombox-scale.custombox-overlay.custombox-open {
  animation-name: scaleInOverlay;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-scale.custombox-overlay.custombox-close {
  animation-name: scaleOutOverlay;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-scale.custombox-content.custombox-open {
  animation-name: scaleInOverlay;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-scale.custombox-content.custombox-close {
  animation-name: scaleOutOverlay;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
@keyframes doorInOverlay {
  from {
    position: fixed;
    bottom: 0;
    left: 50%;
    right: 50%;
    width: 0;
  }
  to {
    width: 100%;
    left: 0;
    right: 0;
    transition-property: width;
  }
}
@keyframes doorOutOverlay {
  from {
    width: 100%;
    left: 0;
    right: 0;
    transition-property: width;
  }
  to {
    position: fixed;
    bottom: 0;
    left: 50%;
    right: 50%;
    width: 0;
  }
}
.custombox-door.custombox-overlay.custombox-open {
  animation-name: doorInOverlay;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-door.custombox-overlay.custombox-close {
  animation-name: doorOutOverlay;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-door.custombox-content.custombox-open {
  animation-name: doorInOverlay;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-door.custombox-content.custombox-close {
  animation-name: doorOutOverlay;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
@keyframes pushInLeftOverlay {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0) translateY(0);
  }
}
@keyframes pushOutLeftOverlay {
  from {
    transform: translateX(0) translateY(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes pushInRightOverlay {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0) translateY(0);
  }
}
@keyframes pushOutRightOverlay {
  from {
    transform: translateX(0) translateY(0);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes pushInTopOverlay {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateX(0) translateY(0);
  }
}
@keyframes pushOutTopOverlay {
  from {
    transform: translateX(0) translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}
@keyframes pushInBottomOverlay {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateX(0) translateY(0);
  }
}
@keyframes pushOutBottomOverlay {
  from {
    transform: translateX(0) translateY(0);
  }
  to {
    transform: translateY(100%);
  }
}
@keyframes pushOutTopOverlay {
  from {
    transform: translateX(0) translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}
@keyframes pushInLeftContainer {
  from {
    overflow-x: hidden;
    transition-property: transform;
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes pushOutLeftContainer {
  from {
    transform: translateX(100%);
  }
  to {
    overflow-x: hidden;
    transition-property: transform;
  }
}
@keyframes pushInRightContainer {
  from {
    overflow-x: hidden;
    transition-property: transform;
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes pushOutRightContainer {
  from {
    transform: translateX(-100%);
  }
  to {
    overflow-x: hidden;
    transition-property: transform;
  }
}
@keyframes pushInTopContainer {
  from {
    overflow-x: hidden;
    transition-property: transform;
  }
  to {
    transform: translateY(100%);
  }
}
@keyframes pushOutTopContainer {
  from {
    transform: translateY(100%);
  }
  to {
    overflow-x: hidden;
    transition-property: transform;
  }
}
@keyframes pushInBottomContainer {
  from {
    overflow-x: hidden;
    transition-property: transform;
  }
  to {
    transform: translateY(-100%);
  }
}
@keyframes pushOutBottomContainer {
  from {
    transform: translateY(-100%);
  }
  to {
    overflow-x: hidden;
    transition-property: transform;
  }
}
.custombox-push.custombox-overlay {
  transition-property: transform;
}
.custombox-push.custombox-overlay.custombox-open.custombox-top {
  animation-name: pushInTopOverlay;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-push.custombox-overlay.custombox-open.custombox-bottom {
  animation-name: pushInBottomOverlay;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-push.custombox-overlay.custombox-open.custombox-left {
  animation-name: pushInLeftOverlay;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-push.custombox-overlay.custombox-open.custombox-right {
  animation-name: pushInRightOverlay;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-push.custombox-overlay.custombox-close.custombox-top {
  animation-name: pushOutTopOverlay;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-push.custombox-overlay.custombox-close.custombox-bottom {
  animation-name: pushOutBottomOverlay;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-push.custombox-overlay.custombox-close.custombox-left {
  animation-name: pushOutLeftOverlay;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-push.custombox-overlay.custombox-close.custombox-right {
  animation-name: pushOutRightOverlay;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-push.custombox-container.custombox-open.custombox-top {
  animation-name: pushInTopContainer;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-push.custombox-container.custombox-open.custombox-bottom {
  animation-name: pushInBottomContainer;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-push.custombox-container.custombox-open.custombox-left {
  animation-name: pushInLeftContainer;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-push.custombox-container.custombox-open.custombox-right {
  animation-name: pushInRightContainer;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-push.custombox-container.custombox-close.custombox-top {
  animation-name: pushOutTopContainer;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-push.custombox-container.custombox-close.custombox-bottom {
  animation-name: pushOutBottomContainer;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-push.custombox-container.custombox-close.custombox-left {
  animation-name: pushOutLeftContainer;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-push.custombox-container.custombox-close.custombox-right {
  animation-name: pushOutRightContainer;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
@keyframes contentscaleInContainer {
  from {
    transition: transform;
  }
  to {
    transform: scale(0.8);
  }
}
@keyframes contentscaleOutContainer {
  from {
    transform: scale(0.8);
  }
  to {
    transition: transform;
  }
}
.custombox-contentscale.custombox-overlay {
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.custombox-contentscale.custombox-overlay.custombox-open.custombox-top {
  animation-name: slideInTop;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-contentscale.custombox-overlay.custombox-open.custombox-bottom {
  animation-name: slideInBottom;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-contentscale.custombox-overlay.custombox-open.custombox-left {
  animation-name: slideInLeft;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-contentscale.custombox-overlay.custombox-open.custombox-right {
  animation-name: slideInRight;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-contentscale.custombox-overlay.custombox-close.custombox-top {
  animation-name: slideOutTop;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-contentscale.custombox-overlay.custombox-close.custombox-bottom {
  animation-name: slideOutBottom;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-contentscale.custombox-overlay.custombox-close.custombox-left {
  animation-name: slideOutLeft;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-contentscale.custombox-overlay.custombox-close.custombox-right {
  animation-name: slideOutRight;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-contentscale.custombox-container.custombox-open {
  animation-name: contentscaleInContainer;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-contentscale.custombox-container.custombox-close {
  animation-name: contentscaleOutContainer;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
@keyframes swellOpen {
  0% {
    opacity: 0;
    transform: translate3d(calc(-100vw - 50%), 0, 0);
  }
  50% {
    opacity: 1;
    transform: translate3d(100px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes swellClose {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  50% {
    opacity: 1;
    transform: translate3d(-100px, 0, 0) scale3d(1.1, 1.1, 1);
  }
  100% {
    opacity: 0;
    transform: translate3d(calc(100vw + 50%), 0, 0);
  }
}
.custombox-swell.custombox-content {
  opacity: 0;
}
.custombox-swell.custombox-content.custombox-open {
  animation-name: swellOpen;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-swell.custombox-content.custombox-close {
  animation-name: swellClose;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
@keyframes rotatedownOpen {
  0% {
    opacity: 0;
    transform: rotate3d(0, 0, 1, -45deg);
  }
  100% {
    opacity: 1;
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes rotatedownClose {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate3d(0, 0, 1, 45deg);
  }
}
@keyframes rotatedownElem {
  0% {
    opacity: 0;
    transform: translate3d(0, -150px, 0) rotate3d(0, 0, 1, -20deg);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg);
  }
}
.custombox-rotatedown.custombox-content {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transform-origin: -150% 50%;
  transform-origin: -150% 50%;
}
.custombox-rotatedown.custombox-content.custombox-open {
  animation-name: rotatedownOpen;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-rotatedown.custombox-content.custombox-close {
  animation-name: rotatedownClose;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
@keyframes flashOpen {
  0% {
    opacity: 0;
    transform: translate3d(-400px, 0, 0) scale3d(1.4, 0, 1);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
}
@keyframes flashClose {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
  20% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
  100% {
    opacity: 0;
    transform: translate3d(-400px, 0, 0) scale3d(1.4, 0, 1);
  }
}
.custombox-flash.custombox-content {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.custombox-flash.custombox-content.custombox-open {
  animation-name: flashOpen;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-flash.custombox-content.custombox-close {
  animation-name: flashClose;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.custombox-loader {
  display: none;
  border-style: solid;
  border-width: 5px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation-name: spin;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  z-index: 9998;
}
.paoc-clearfix:before,
.paoc-clearfix:after {
  content: "";
  display: table;
}
.paoc-clearfix::after {
  clear: both;
}
.paoc-clear {
  clear: both;
}
.paoc-hide {
  display: none;
}
.paoc-center {
  text-align: center;
}
.paoc-left {
  text-align: left;
}
.paoc-padding-20 {
  padding: 20px;
}
.paoc-padding-30 {
  padding: 30px;
}
.paoc-lr-padding {
  padding-left: 15px;
  padding-right: 15px;
}
.paoc-wrap,
.paoc-wrap * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
.paoc-cb-popup-body {
  display: none;
  background-color: #fff;
  max-width: 800px;
  width: 100%;
  position: relative;
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2),
    0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
  line-height: normal;
}
.paoc-popup-overlay.custombox-open.custombox-overlay {
  opacity: 1;
  z-index: 100000;
}
.custombox-open.custombox-content {
  z-index: 100002;
}
.custombox-content > * {
  max-height: inherit !important;
}
.paoc-popup iframe {
  width: 100%;
}
.paoc-popup img {
  max-width: 100%;
  height: auto;
}
.paoc-iframe-wrap {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
.paoc-iframe-wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  border: 0;
  height: 100%;
}
.paoc-image-popup {
  padding: 10px 0;
}
.paoc-popup-inr-wrap {
  position: relative;
}
.paoc-popup-inr {
  width: 100%;
  color: #333;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.paoc-popup-mheading {
  font-size: 26px;
  color: #000;
  line-height: normal;
  font-weight: 700;
}
.paoc-popup-sheading {
  font-size: 20px;
  color: #333;
  line-height: normal;
  font-weight: 500;
}
.paoc-popup-content,
.paoc-secondary-con,
.paoc-popup-content p,
.paoc-secondary-con p {
  color: #444;
}
.paoc-cus-close-txt {
  font-size: 12px;
  text-decoration: underline;
}
.paoc-cus-close-txt span {
  cursor: pointer;
}
.paoc-popup-snote {
  font-size: 12px;
}
.paoc-popup-margin {
  margin-bottom: 15px;
}
.paoc-popup .paoc-popup-margin:last-child {
  margin-bottom: 0;
}
.paoc-cb-popup.custombox-content {
  overflow-y: hidden;
}
.paoc-cb-popup-complete.custombox-content {
  overflow-y: auto;
}
.paoc-cb-popup-body .paoc-popup-content p,
.paoc-cb-popup-body .paoc-secondary-con p {
  margin-bottom: 15px;
}
.paoc-cb-popup-body .paoc-popup-content p:last-child,
.paoc-cb-popup-body .paoc-secondary-con p:last-child {
  margin-bottom: 0;
}
.paoc-close-popup {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 35px;
  height: 35px;
  font-size: 0;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  line-height: 29px;
  fill: #fff;
  border-radius: 50px;
  background-color: rgb(0, 0, 0);
  border: 3px solid #fff;
  outline: none !important;
}
.paoc-close-popup svg {
  display: inline-block;
  vertical-align: middle;
  height: 19px;
  width: 19px;
}
.paoc-close-popup:hover {
  background-color: #000;
}
.paoc-popup textarea {
  resize: vertical;
}
body.custombox-lock {
  height: auto;
}
.custombox-overlay:empty {
  display: block;
}
.pac-container {
  z-index: 100003;
}
.paoc-popup .nf-form-cont {
  text-align: left;
}
.paoc-popup .nf-form-hp {
  display: none;
}
.flatpickr-calendar.open,
body div#ui-datepicker-div[style] {
  z-index: 999999 !important;
}
.paoc-popup-btn {
  display: inline-block;
  padding: 8px 20px;
  text-align: center;
  background: #e91e63;
  color: #fff;
  border-radius: 3px;
}
.paoc-popup-btn:hover,
.paoc-popup-btn:focus,
.paoc-popup-btn:active {
  background: #555;
  color: #fff;
}
.popupaoc-black {
  background-color: #252525;
}
.popupaoc-black:hover,
.popupaoc-black:focus {
  background-color: #000;
}
a.popupaoc-black {
  color: #fff !important;
}
.popupaoc-white {
  background-color: #fff;
}
.popupaoc-white:hover,
.popupaoc-white:focus {
  background-color: #f1f1f1;
}
a.popupaoc-white {
  color: #8799a3 !important;
}
.popupaoc-grey {
  background-color: #8799a3;
}
.popupaoc-grey:hover,
.popupaoc-gray:focus {
  background-color: #73848d;
}
a.popupaoc-grey {
  color: #fff !important;
}
.popupaoc-azure {
  background-color: #0081ff;
}
.popupaoc-azure:hover,
.popupaoc-azure:focus {
  background-color: #0374e3;
}
a.popupaoc-azure {
  color: #fff !important;
}
.popupaoc-moderate-green {
  background-color: #8dc63f;
}
.popupaoc-moderate-green:hover,
.popupaoc-moderate-green:focus {
  background-color: #78b623;
}
a.popupaoc-moderate-green {
  color: #fff !important;
}
.popupaoc-soft-red {
  background-color: #f04e4e;
}
.popupaoc-soft-red:hover,
.popupaoc-soft-red:focus {
  background-color: #dd3131;
}
a.popupaoc-soft-red {
  color: #fff !important;
}
.popupaoc-red {
  background-color: #fe0000;
}
.popupaoc-red:hover,
.popupaoc-red:focus {
  background-color: #df0303;
}
a.popupaoc-red {
  color: #fff !important;
}
.popupaoc-green {
  background-color: #39b54a;
}
.popupaoc-green:hover,
.popupaoc-green:focus {
  background-color: #23a535;
}
a.popupaoc-green {
  color: #fff !important;
}
.popupaoc-bright-yellow {
  background-color: #fefb30;
}
.popupaoc-bright-yellow:hover,
.popupaoc-bright-yellow:focus {
  background-color: #e2df22;
}
a.popupaoc-bright-yellow {
  color: #000 !important;
}
.popupaoc-cyan {
  background-color: #1cbbb4;
}
.popupaoc-cyan:hover,
.popupaoc-cyan:focus {
  background-color: #10a19b;
}
a.popupaoc-cyan {
  color: #fff !important;
}
.popupaoc-orange {
  background-color: #ff9700;
}
.popupaoc-orange:hover,
.popupaoc-orange:focus {
  background-color: #e68903;
}
a.popupaoc-orange {
  color: #fff !important;
}
.popupaoc-moderate-violet {
  background-color: #6739b6;
}
.popupaoc-moderate-violet:hover,
.popupaoc-moderate-violet:focus {
  background-color: #5e2eb0;
}
a.popupaoc-moderate-violet {
  color: #fff !important;
}
.popupaoc-dark-magenta {
  background-color: #9c26b0;
}
.popupaoc-dark-magenta:hover,
.popupaoc-dark-magenta:focus {
  background-color: #911ea5;
}
a.popupaoc-dark-magenta {
  color: #fff !important;
}
.popupaoc-moderate-blue {
  background-color: #5674b9;
}
.popupaoc-moderate-blue:hover,
.popupaoc-moderate-blue:focus {
  background-color: #435f9f;
}
a.popupaoc-moderate-blue {
  color: #fff !important;
}
.popupaoc-blue {
  background-color: #00f;
}
.popupaoc-blue:hover,
.popupaoc-blue:focus {
  background-color: #0101e1;
}
a.popupaoc-blue {
  color: #fff !important;
}
.popupaoc-magenta {
  background-color: #f0f;
}
.popupaoc-magenta:hover,
.popupaoc-magenta:focus {
  background-color: #e201e2;
}
a.popupaoc-magenta {
  color: #fff !important;
}
.popupaoc-lime {
  background-color: #bfff00;
}
.popupaoc-lime:hover,
.popupaoc-lime:focus {
  background-color: #a8e003;
}
a.popupaoc-lime {
  color: #000 !important;
}
.popupaoc-pink {
  background-color: #ff0056;
}
.popupaoc-pink:hover,
.popupaoc-pink:focus {
  background-color: #dd044d;
}
a.popupaoc-pink {
  color: #fff !important;
}
.popupaoc-vivid-yellow {
  background-color: #fecb16;
}
.popupaoc-vivid-yellow:hover,
.popupaoc-vivid-yellow:focus {
  background-color: #dfb10e;
}
a.popupaoc-vivid-yellow {
  color: #000 !important;
}
.popupaoc-lime-green {
  background-color: #7bcba7;
}
.popupaoc-lime-green:hover,
.popupaoc-lime-green:focus {
  background-color: #67ac8d;
}
a.popupaoc-lime-green {
  color: #000 !important;
}
.popupaoc-yellow {
  background-color: #e8ff00;
}
.popupaoc-yellow:hover,
.popupaoc-yellow:focus {
  background-color: #c7da05;
}
a.popupaoc-yellow {
  color: #000 !important;
}
.paoc-credit-wrp {
  position: absolute;
  left: 0;
  right: 0;
  padding: 3px 0;
  line-height: 0;
  text-align: center;
}
.paoc-credit-wrp .paoc-credit-inr-wrp {
  display: inline-block;
  padding: 3px 6px;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 0 2px #d5d5d5;
}
.paoc-credit-wrp .paoc-credit-link {
  display: inline-block !important;
  color: #333 !important;
  outline: 0 !important;
  text-decoration: none !important;
  border: 0 !important;
  font-size: 13px !important;
}
.paoc-credit-wrp .paoc-credit-link span {
  vertical-align: middle;
}
.paoc-credit-wrp .paoc-credit-copyright-logo {
  display: inline-block;
  line-height: normal;
  margin-left: 3px;
}
.paoc-credit-copyright-logo img {
  display: inline-block;
  vertical-align: middle;
  box-shadow: none;
  outline: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
}
.paoc-popup-fullscreen:not(.paoc-inline-popup) .paoc-credit-wrp {
  position: fixed;
  left: 5px;
  bottom: 0;
  right: unset;
}
.paoc-popup-left-center .paoc-cb-popup-body {
  margin: auto 0;
}
.paoc-popup-left-bottom .paoc-cb-popup-body {
  margin: auto 0 0 0;
}
.paoc-popup-center-center .paoc-cb-popup-body {
  margin: auto;
}
.paoc-popup-center-bottom .paoc-cb-popup-body {
  margin: auto auto 0;
}
.paoc-popup-right-center .paoc-cb-popup-body {
  margin: auto 0;
}
.paoc-popup-right-bottom .paoc-cb-popup-body {
  margin: auto 0 0 auto;
}
.paoc-hide-overlay.custombox-content {
  max-width: 800px;
  width: 100%;
  max-height: 100vh;
  height: auto;
}
.admin-bar .paoc-hide-overlay.paoc-cb-popup.custombox-content.custombox-y-top {
  top: 32px;
}
.paoc-hide-overlay.paoc-cb-bar-popup {
  max-width: 100%;
}
.paoc-hide-overlay .paoc-cb-popup-body {
  box-shadow: 0 2px 1px 1px #ececec;
  margin: unset;
}
.paoc-hide-overlay.paoc-cb-popup-complete.custombox-content {
  overflow-y: hidden;
}
.paoc-hide-overlay.paoc-popup-left-center {
  bottom: 0;
  left: 0;
}
.paoc-hide-overlay.paoc-popup-left-bottom {
  top: unset;
  bottom: 0;
  left: 0;
}
.paoc-hide-overlay.paoc-popup-center-top {
  left: 0;
  right: 0;
  margin: 0 auto;
}
.paoc-hide-overlay.paoc-popup-center-center {
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.paoc-hide-overlay.paoc-popup-center-bottom {
  top: unset;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.paoc-hide-overlay.paoc-popup-right-top {
  right: 0;
}
.paoc-hide-overlay.paoc-popup-right-center {
  right: 0;
  bottom: 0;
}
.paoc-hide-overlay.paoc-popup-right-bottom {
  right: 0;
  bottom: 0;
  top: unset;
}
.paoc-cb-popup-complete.paoc-hide-overlay.paoc-popup-left-center,
.paoc-cb-popup-complete.paoc-hide-overlay.paoc-popup-right-center {
  margin: auto 0;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.paoc-cb-popup-complete.paoc-hide-overlay.paoc-popup-center-center {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.paoc-hide-overlay .paoc-close-popup {
  top: 0;
  right: 0;
}
.paoc-hide-overlay.custombox-slide.custombox-content.paoc-popup-center-top,
.paoc-hide-overlay.custombox-slide.custombox-content.paoc-popup-center-center {
  -webkit-transform: translateY(-120%);
  transform: translateY(-120%);
}
.paoc-hide-overlay.custombox-slide.custombox-content.paoc-popup-center-bottom {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.paoc-hide-overlay.custombox-slide.custombox-content.paoc-popup-right-top,
.paoc-hide-overlay.custombox-slide.custombox-content.paoc-popup-right-center,
.paoc-hide-overlay.custombox-slide.custombox-content.paoc-popup-right-bottom {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.paoc-popup .paoc-popup-inr-wrap {
  max-height: inherit;
  overflow-y: auto;
}
.custombox-fullscreen.paoc-cb-popup .paoc-cb-popup-body {
  height: 100%;
  overflow-y: auto;
}
.custombox-fullscreen .paoc-popup-fullscreen .paoc-popup-inr-wrap {
  height: 100%;
}
.paoc-popup-fullscreen.paoc-cb-popup-body {
  max-width: 100%;
}
.paoc-popup-fullscreen .paoc-close-popup {
  top: 0;
  right: 0;
}
.paoc-design-1 .paoc-popup-con-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  overflow-y: auto;
}
.paoc-design-1 .paoc-popup-inr {
  margin: auto;
}
.paoc-popup-fullscreen.paoc-design-1 .paoc-popup-con-bg {
  height: 100%;
}
@media only screen and (max-width: 640px) {
  .paoc-padding-30 {
    padding: 30px 15px;
  }
}
@media only screen and (max-width: 720px) {
  .paoc-cb-popup-body,
  .paoc-hide-overlay.custombox-content {
    width: 95%;
    max-width: 95% !important;
  }
  .paoc-hide-overlay .paoc-cb-popup-body {
    width: 100%;
    max-width: 100% !important;
  }
}
.awdr_free_product_text {
  display: inline-block;
  padding: 0 10px;
  background-color: #3d9cd2;
  color: #fff;
  border-radius: 3px;
}
.variation-wdr_free_product {
  display: none !important;
}
.awdr_change_product {
  cursor: pointer;
}
.awdr_free_product_variants {
  padding: 5px;
}
.awdr-product-name {
  padding-left: 10px;
}
.awdr_change_product {
  display: flex;
}
.awdr-select-free-variant-product-toggle {
  color: gray;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 1.02em;
  transition: 0.4s;
}
.awdr-select-free-variant-product-toggle-active,
.awdr-select-free-variant-product-toggle:hover {
  color: #444;
}
.awdr-select-variant-product {
  padding: 0 18px;
  display: none;
  background-color: #fff;
  overflow: hidden;
}
.awdr-select-free-variant-product-toggle:after {
  content: "\02795";
  font-size: 12px;
  color: #777;
  margin-left: 10px;
}
.awdr-select-free-variant-product-toggle-active:after {
  content: "\2796";
}
@charset "UTF-8";
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
template,
[hidden] {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: none;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
  display: inline-block;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
select,
textarea {
  font: inherit;
}
optgroup {
  font-weight: 700;
}
button,
input,
select {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}
[disabled] {
  cursor: default;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-attachment: fixed;
  -webkit-tap-highlight-color: transparent;
}
body {
  color: #777;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.xdebug-var-dump {
  position: relative;
  z-index: 1000;
}
hr {
  margin: 15px 0;
  border-width: 0;
  border-top: 1px solid currentColor;
  opacity: 0.1;
}
img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
figure {
  margin: 0;
}
pre {
  background-color: #f1f1f1;
  border: 1px solid #ddd;
  padding: 20px;
  width: 100%;
  overflow-x: auto;
}
p:empty {
  display: none;
}
a,
button,
input {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
ins {
  text-decoration: none;
}
embed,
iframe,
object {
  max-width: 100%;
}
.col,
.gallery-item,
.columns {
  position: relative;
  margin: 0;
  padding: 0 15px 30px;
  width: 100%;
}
.col-fit {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.col-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.col-last {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.col-inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.col-has-radius {
  overflow: hidden;
}
@media screen and (min-width: 850px) {
  .col:first-child .col-inner {
    margin-left: auto;
    margin-right: 0;
  }
  .col + .col .col-inner {
    margin-right: auto;
    margin-left: 0;
  }
}
@media screen and (max-width: 549px) {
  .small-col-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
@media screen and (min-width: 850px) {
  .large-col-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
@media screen and (max-width: 849px) {
  .medium-col-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .col {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 850px) {
  .row-divided > .col + .col:not(.large-12) {
    border-left: 1px solid #ececec;
  }
  .row-divided.row-reverse > .col + .col:not(.large-12) {
    border-left: 0;
    border-right: 1px solid #ececec;
  }
  .col-divided {
    padding-right: 30px;
    border-right: 1px solid #ececec;
  }
  .col.col-divided:not(.col-first):last-child {
    border-right: 0;
    padding-right: 0;
    padding-left: 30px;
    border-left: 1px solid #ececec;
  }
  .col-border {
    padding-right: 0;
    border-right: 1px solid #ececec;
  }
  .col-border + .col,
  .col-divided + .col {
    padding-left: 30px;
  }
}
.dark .col-divided {
  border-color: rgba(255, 255, 255, 0.2);
}
.align-equal > .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.align-middle {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-item-align: center !important;
  align-self: center !important;
  vertical-align: middle !important;
}
.align-bottom {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
  vertical-align: bottom !important;
}
.align-top {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
  vertical-align: top !important;
}
.align-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.align-right {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.small-1 {
  max-width: 8.3333333333%;
  -ms-flex-preferred-size: 8.3333333333%;
  flex-basis: 8.3333333333%;
}
.small-2 {
  max-width: 16.6666666667%;
  -ms-flex-preferred-size: 16.6666666667%;
  flex-basis: 16.6666666667%;
}
.small-3 {
  max-width: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}
.small-4 {
  max-width: 33.3333333333%;
  -ms-flex-preferred-size: 33.3333333333%;
  flex-basis: 33.3333333333%;
}
.small-5 {
  max-width: 41.6666666667%;
  -ms-flex-preferred-size: 41.6666666667%;
  flex-basis: 41.6666666667%;
}
.small-6 {
  max-width: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.small-7 {
  max-width: 58.3333333333%;
  -ms-flex-preferred-size: 58.3333333333%;
  flex-basis: 58.3333333333%;
}
.small-8 {
  max-width: 66.6666666667%;
  -ms-flex-preferred-size: 66.6666666667%;
  flex-basis: 66.6666666667%;
}
.small-9 {
  max-width: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
}
.small-10 {
  max-width: 83.3333333333%;
  -ms-flex-preferred-size: 83.3333333333%;
  flex-basis: 83.3333333333%;
}
.small-11 {
  max-width: 91.6666666667%;
  -ms-flex-preferred-size: 91.6666666667%;
  flex-basis: 91.6666666667%;
}
.small-12 {
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.small-columns-1 > .col,
.small-columns-1 .flickity-slider > .col {
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.small-columns-2 > .col,
.small-columns-2 .flickity-slider > .col {
  max-width: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.small-columns-3 > .col,
.small-columns-3 .flickity-slider > .col {
  max-width: 33.3333333333%;
  -ms-flex-preferred-size: 33.3333333333%;
  flex-basis: 33.3333333333%;
}
.small-columns-4 > .col,
.small-columns-4 .flickity-slider > .col {
  max-width: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}
.small-columns-5 > .col,
.small-columns-5 .flickity-slider > .col {
  max-width: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
}
.small-columns-6 > .col,
.small-columns-6 .flickity-slider > .col {
  max-width: 16.6666666667%;
  -ms-flex-preferred-size: 16.6666666667%;
  flex-basis: 16.6666666667%;
}
.small-columns-7 > .col,
.small-columns-7 .flickity-slider > .col {
  max-width: 14.2857142857%;
  -ms-flex-preferred-size: 14.2857142857%;
  flex-basis: 14.2857142857%;
}
.small-columns-8 > .col,
.small-columns-8 .flickity-slider > .col {
  max-width: 12.5%;
  -ms-flex-preferred-size: 12.5%;
  flex-basis: 12.5%;
}
@media screen and (min-width: 550px) {
  .medium-1 {
    max-width: 8.3333333333%;
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
  }
  .medium-2 {
    max-width: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
  }
  .medium-3 {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .medium-4 {
    max-width: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
  .medium-5 {
    max-width: 41.6666666667%;
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
  }
  .medium-6 {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .medium-7 {
    max-width: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
  }
  .medium-8 {
    max-width: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
  }
  .medium-9 {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
  }
  .medium-10 {
    max-width: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
  }
  .medium-11 {
    max-width: 91.6666666667%;
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
  }
  .medium-12 {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .medium-columns-1 > .col,
  .medium-columns-1 .flickity-slider > .col {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .medium-columns-2 > .col,
  .medium-columns-2 .flickity-slider > .col {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .medium-columns-3 > .col,
  .medium-columns-3 .flickity-slider > .col {
    max-width: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
  .medium-columns-4 > .col,
  .medium-columns-4 .flickity-slider > .col {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .medium-columns-5 > .col,
  .medium-columns-5 .flickity-slider > .col {
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
  .medium-columns-6 > .col,
  .medium-columns-6 .flickity-slider > .col {
    max-width: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
  }
  .medium-columns-7 > .col,
  .medium-columns-7 .flickity-slider > .col {
    max-width: 14.2857142857%;
    -ms-flex-preferred-size: 14.2857142857%;
    flex-basis: 14.2857142857%;
  }
  .medium-columns-8 > .col,
  .medium-columns-8 .flickity-slider > .col {
    max-width: 12.5%;
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
  }
}
@media screen and (min-width: 850px) {
  .large-1 {
    max-width: 8.3333333333%;
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
  }
  .large-2 {
    max-width: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
  }
  .large-3 {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .large-4 {
    max-width: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
  .large-5 {
    max-width: 41.6666666667%;
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
  }
  .large-6 {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .large-7 {
    max-width: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
  }
  .large-8 {
    max-width: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
  }
  .large-9 {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
  }
  .large-10 {
    max-width: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
  }
  .large-11 {
    max-width: 91.6666666667%;
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
  }
  .large-12 {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .gallery-columns-1 .gallery-item,
  .large-columns-1 > .col,
  .large-columns-1 .flickity-slider > .col {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .gallery-columns-2 .gallery-item,
  .large-columns-2 > .col,
  .large-columns-2 .flickity-slider > .col {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .gallery-columns-3 .gallery-item,
  .large-columns-3 > .col,
  .large-columns-3 .flickity-slider > .col {
    max-width: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
  .gallery-columns-4 .gallery-item,
  .large-columns-4 > .col,
  .large-columns-4 .flickity-slider > .col {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .gallery-columns-5 .gallery-item,
  .large-columns-5 > .col,
  .large-columns-5 .flickity-slider > .col {
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
  .gallery-columns-6 .gallery-item,
  .large-columns-6 > .col,
  .large-columns-6 .flickity-slider > .col {
    max-width: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
  }
  .gallery-columns-7 .gallery-item,
  .large-columns-7 > .col,
  .large-columns-7 .flickity-slider > .col {
    max-width: 14.2857142857%;
    -ms-flex-preferred-size: 14.2857142857%;
    flex-basis: 14.2857142857%;
  }
  .gallery-columns-8 .gallery-item,
  .large-columns-8 > .col,
  .large-columns-8 .flickity-slider > .col {
    max-width: 12.5%;
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
  }
}
.has-shadow > .col > .col-inner {
  background-color: #fff;
}
.col-hover-focus .col-inner,
.col-hover-fade .col-inner,
.col-hover-blur .col-inner {
  -webkit-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}
.col-hover-fade .col-inner {
  opacity: 0.6;
}
.col-hover-fade:hover .col-inner {
  opacity: 1;
}
.col-hover-blur .col-inner {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}
.col-hover-blur:hover .col-inner {
  -webkit-filter: blur(0);
  filter: blur(0);
}
.col-hover-focus:hover .col-inner {
  opacity: 1;
}
.row:hover .col-hover-focus .col:not(:hover) {
  opacity: 0.6;
}
body,
.container,
.full-width .ubermenu-nav,
.container-width,
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.container {
  padding-left: 15px;
  padding-right: 15px;
}
.container-width,
.full-width .ubermenu-nav,
.container,
.row {
  max-width: 1080px;
}
.row.row-collapse {
  max-width: 1050px;
}
.row.row-small {
  max-width: 1065px;
}
.row.row-large {
  max-width: 1110px;
}
body.framed,
body.framed header,
body.framed .header-wrapper,
body.boxed,
body.boxed header,
body.boxed .header-wrapper,
body.boxed .is-sticky-section {
  max-width: 1170px;
}
@media screen and (min-width: 850px) {
  body.framed {
    margin: 30px auto;
  }
}
.flex-row {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.flex-row-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.flex-row-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-row-col {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.text-center .flex-row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header .flex-row {
  height: 100%;
}
.flex-col {
  max-height: 100%;
}
.flex-grow {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-negative: 1;
  -ms-flex-preferred-size: auto !important;
}
.flex-center {
  margin: 0 auto;
}
.flex-left {
  margin-right: auto;
}
.flex-right {
  margin-left: auto;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-has-center > .nav-row > .flex-col:not(.flex-center),
.flex-has-center > .flex-row > .flex-col:not(.flex-center),
.flex-has-center > .flex-col:not(.flex-center) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 849px) {
  .medium-flex-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
  }
  .medium-flex-wrap .flex-col {
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: 100%;
  }
}
@media (max-width: 549px) {
  .small-flex-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
  }
  .small-flex-wrap .flex-col {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: 100%;
  }
}
@media (min-width: 850px) {
  .col2-set,
  .u-columns {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .col2-set > div + div,
  .u-columns > div + div {
    padding-left: 30px;
  }
}
.row-grid .box .image-cover {
  padding: 0;
  height: 100%;
}
.grid-col > .col-inner {
  height: 100%;
}
.grid-col .slider:not(.flickity-enabled),
.grid-col > .col-inner > .img,
.grid-col > .col-inner > .img div,
.grid-col > .col-inner > .img .img-inner > img,
.grid-col .slider > .img,
.grid-col .flickity-slider > .img,
.grid-col .col-inner > .img,
.grid-col .slider-wrapper,
.grid-col .slider,
.grid-col .banner,
.grid-col .box,
.grid-col .box-image,
.grid-col .box-image img,
.grid-col .image-cover,
.grid-col .image-cover img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  position: absolute !important;
  top: 0;
  bottom: 0;
  height: 100%;
  padding: 0 !important;
}
.grid-col .box-image img {
  font-family: "object-fit: cover;";
}
.grid-col .flickity-viewport {
  height: 100% !important;
}
.grid-col .box:not(.box-shade):not(.box-overlay):not(.box-badge) .box-text {
  background-color: rgba(255, 255, 255, 0.95);
  position: absolute;
  bottom: 0;
  padding-left: 1.5em;
  padding-right: 1.5em;
}
@media all and (-ms-high-contrast: none) {
  .payment-icon svg {
    max-width: 50px;
  }
  .slider-nav-circle .flickity-prev-next-button svg {
    height: 36px !important;
  }
  .nav > li > a > i {
    top: -1px;
  }
}
.row,
.gallery {
  width: 100%;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.row > div:not(.col):not([class^="col-"]) {
  width: 100% !important;
}
.row.row-masonry,
.row.row-grid {
  display: block;
}
.row.row-masonry > .col,
.row.row-grid > .col {
  float: left;
}
.row .gallery,
.row .row:not(.row-collapse),
.container .row:not(.row-collapse),
.lightbox-content .row:not(.row-collapse) {
  padding-left: 0;
  padding-right: 0;
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}
.row .container {
  padding-left: 0;
  padding-right: 0;
}
.slider-wrapper + .row:not(.row-collapse),
.banner-grid-wrapper + .row:not(.row-collapse),
.banner + .row:not(.row-collapse),
.section + .row:not(.row-collapse) {
  margin-top: 30px;
}
.row-full-width {
  max-width: 100% !important;
}
.row-isotope {
  -webkit-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
}
.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 549px) {
  .small-row-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 849px) {
  .medium-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.row-collapse {
  padding: 0;
}
.row-collapse > .flickity-viewport > .flickity-slider > .col,
.row-collapse > .col {
  padding: 0 !important;
}
.row-collapse > .col .container {
  max-width: 100%;
}
.row .row-small:not(.row-collapse),
.container .row-small:not(.row-collapse) {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 0;
}
.row-small > .flickity-viewport > .flickity-slider > .col,
.row-small > .col {
  padding: 0 9.8px 19.6px;
  margin-bottom: 0;
}
.row .row-xsmall:not(.row-collapse),
.container .row-xsmall:not(.row-collapse) {
  margin-left: -2px;
  margin-right: -2px;
  margin-bottom: 0;
}
.row-xsmall > .flickity-viewport > .flickity-slider > .col,
.row-xsmall > .col {
  padding: 0 2px 3px;
  margin-bottom: 0;
}
@media screen and (min-width: 850px) {
  .row-large {
    padding-left: 0;
    padding-right: 0;
  }
  .row .row-large:not(.row-collapse),
  .container .row-large:not(.row-collapse) {
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 0;
  }
  .row-large > .flickity-viewport > .flickity-slider > .col,
  .row-large > .col {
    padding: 0 30px 30px;
    margin-bottom: 0;
  }
}
.row-dashed,
.row-solid {
  overflow: hidden;
}
.row-dashed .col,
.row-solid .col {
  position: relative;
  padding: 0;
}
.row-dashed .col-inner,
.row-solid .col-inner {
  padding: 15px;
}
.row-dashed .col:before,
.row-solid .col:before {
  position: absolute;
  content: " ";
  height: 100%;
  top: 0;
  left: -1px;
  border-left: 1px dashed #ddd;
}
.row-dashed .col:after,
.row-solid .col:after {
  position: absolute;
  content: " ";
  width: 100%;
  height: 0;
  top: auto;
  left: 0;
  bottom: -1px;
  border-bottom: 1px dashed #ddd;
}
.row-solid .col:before {
  border-left-style: solid;
}
.row-solid .col:after {
  border-bottom-style: solid;
}
.dark .row-solid .col:before,
.dark .row-solid .col:after,
.dark .row-dashed .col:before,
.dark .row-dashed .col:after {
  border-color: rgba(255, 255, 255, 0.2);
}
.block-html-after-header .row .col {
  padding-bottom: 0;
}
.wpb-js-composer .row:before {
  display: block !important;
}
.section {
  padding: 30px 0;
  position: relative;
  min-height: auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section.dark {
  background-color: #666;
}
.section-bg {
  overflow: hidden;
}
.section-bg,
.section-content {
  width: 100%;
}
.section-content {
  z-index: 1;
}
.has-parallax {
  overflow: hidden;
}
.container .section,
.row .section {
  padding-left: 30px;
  padding-right: 30px;
}
.is-sticky-section + .sticky-section-helper {
  min-height: 100vh !important;
  background-color: #000;
}
.sticky-section-helper + div {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 15px 15px 15px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 15px 15px 15px 15px rgba(0, 0, 0, 0.1);
}
.sticky-section {
  padding: 0 !important;
  height: 100% !important;
  height: 100vh !important;
  width: 100% !important;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.is-sticky-section {
  position: fixed !important;
}
.nav-dropdown {
  position: absolute;
  min-width: 260px;
  max-height: 0;
  z-index: 9;
  padding: 20px 0 20px;
  opacity: 0;
  margin: 0;
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
  color: #777;
  background-color: #fff;
  text-align: left;
  display: table;
  left: -99999px;
}
.dark.nav-dropdown {
  color: #f1f1f1;
}
.nav-dropdown:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
.nav-dropdown li {
  display: block;
  margin: 0;
  vertical-align: top;
}
.nav-dropdown li ul {
  margin: 0;
  padding: 0;
}
.nav-dropdown > li.html {
  min-width: 260px;
}
li.current-dropdown > .nav-dropdown,
.next-prev-thumbs li.has-dropdown:hover > .nav-dropdown,
.no-js li.has-dropdown:hover > .nav-dropdown {
  opacity: 1;
  max-height: inherit;
  left: -15px;
}
.nav-right li.current-dropdown:last-child > .nav-dropdown,
.nav-right li.has-dropdown:hover:last-child > .nav-dropdown {
  left: auto;
  right: -15px;
}
.nav-column li > a,
.nav-dropdown > li > a {
  width: auto;
  display: block;
  padding: 10px 20px;
  line-height: 1.3;
}
.nav-column > li:last-child:not(.nav-dropdown-col) > a,
.nav-dropdown > li:last-child:not(.nav-dropdown-col) > a {
  border-bottom: 0 !important;
}
.dropdown-uppercase.nav-dropdown .nav-column > li > a,
.nav-dropdown.dropdown-uppercase > li > a {
  text-transform: uppercase;
  font-size: 0.85em;
}
.nav-dropdown > li.nav-dropdown-col,
.nav-dropdown > li.image-column {
  text-align: left;
  display: table-cell;
  white-space: nowrap;
  width: 160px;
  min-width: 160px;
}
.nav-dropdown > li.nav-dropdown-col:not(:last-child),
.nav-dropdown > li.image-column:not(:last-child) {
  border-right: 1px solid transparent;
}
.nav-dropdown .menu-item-has-children > a,
.nav-dropdown .title > a,
.nav-dropdown .nav-dropdown-col > a {
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: bolder;
  color: #000;
}
.nav-dropdown .nav-dropdown-col .menu-item-has-children {
  margin-top: 5px;
}
.nav-dropdown li.image-column {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
.nav-dropdown li.image-column > a {
  line-height: 0 !important;
  font-size: 0 !important;
  padding: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: -20px !important;
  margin-bottom: -20px !important;
}
.nav-dropdown li.image-column > a img {
  margin: 0;
  display: block;
  width: 100%;
}
.nav-dropdown li.image-column > a:hover {
  opacity: 0.8;
}
.nav-dropdown-default li.image-column:first-child > a {
  margin-left: -20px !important;
  margin-right: 20px !important;
}
.nav-dropdown-default li.image-column:last-child > a {
  margin-right: -20px !important;
}
.nav-dropdown.nav-dropdown-bold > li.nav-dropdown-col,
.nav-dropdown.nav-dropdown-simple > li.nav-dropdown-col {
  border-color: #f1f1f1;
}
.nav-dropdown-default .nav-column li > a,
.nav-dropdown.nav-dropdown-default > li > a {
  padding-left: 0;
  padding-right: 0;
  margin: 0 10px;
  border-bottom: 1px solid #ececec;
}
.nav-dropdown-default {
  padding: 20px;
}
.nav-dropdown-bold .nav-column li > a,
.nav-dropdown.nav-dropdown-bold > li > a {
  margin: 0 10px;
  padding-left: 10px;
  border-radius: 10px;
  padding-right: 5px;
}
.nav-dropdown-bold .nav-column li > a:hover,
.nav-dropdown.nav-dropdown-bold > li > a:hover,
.nav-dropdown-bold.dark .nav-column li > a:hover,
.nav-dropdown.nav-dropdown-bold.dark > li > a:hover {
  color: #fff !important;
  background-color: #446084;
}
.nav-dropdown-simple .nav-column li > a:hover,
.nav-dropdown.nav-dropdown-simple > li > a:hover {
  background-color: rgba(0, 0, 0, 0.03);
}
.nav-dropdown.nav-dropdown-simple li.html,
.nav-dropdown.nav-dropdown-bold li.html {
  padding: 0 20px 10px;
}
.menu-item-has-block .nav-dropdown {
  padding: 0;
}
li.current-dropdown > .nav-dropdown-full,
li.has-dropdown:hover > .nav-dropdown-full {
  position: fixed;
  margin-left: 0 !important;
  margin-right: 0 !important;
  left: 50% !important;
  -webkit-transition: opacity 0.3s !important;
  -o-transition: opacity 0.3s !important;
  transition: opacity 0.3s !important;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  right: auto;
  width: 100%;
  max-width: 1150px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.nav-dropdown-full > li.nav-dropdown-col {
  white-space: normal;
}
.nav-dropdown-has-arrow li.has-dropdown:after,
.nav-dropdown-has-arrow li.has-dropdown:before {
  bottom: -2px;
  z-index: 10;
  opacity: 0;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.nav-dropdown-has-arrow li.has-dropdown:after {
  border-color: rgba(221, 221, 221, 0);
  border-bottom-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}
.nav-dropdown-has-arrow li.has-dropdown:before {
  z-index: -999;
  border-width: 11px;
  margin-left: -11px;
}
.nav-dropdown-has-arrow li.has-dropdown.menu-item-design-container-width:after,
.nav-dropdown-has-arrow li.has-dropdown.menu-item-design-container-width:before,
.nav-dropdown-has-arrow li.has-dropdown.menu-item-design-full-width:after,
.nav-dropdown-has-arrow li.has-dropdown.menu-item-design-full-width:before {
  display: none;
}
.nav-dropdown-has-arrow .ux-nav-vertical-menu .menu-item-design-default:after,
.nav-dropdown-has-arrow .ux-nav-vertical-menu .menu-item-design-default:before,
.nav-dropdown-has-arrow
  .ux-nav-vertical-menu
  .menu-item-design-custom-size:after,
.nav-dropdown-has-arrow
  .ux-nav-vertical-menu
  .menu-item-design-custom-size:before {
  display: none;
}
.nav-dropdown-has-shadow .nav-dropdown {
  -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
}
.nav-dropdown-has-arrow.nav-dropdown-has-border li.has-dropdown:before {
  border-bottom-color: #ddd;
}
.nav-dropdown-has-border .nav-dropdown {
  border: 2px solid #ddd;
}
.nav-dropdown-has-arrow li.current-dropdown.has-dropdown:before,
.nav-dropdown-has-arrow li.current-dropdown.has-dropdown:after {
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
  opacity: 1;
}
.label-new.menu-item > a:after,
.label-hot.menu-item > a:after,
.label-sale.menu-item > a:after,
.label-popular.menu-item > a:after {
  content: "";
  display: inline-block;
  font-size: 9px;
  line-height: 9px;
  text-transform: uppercase;
  letter-spacing: -0.1px;
  margin-left: 4px;
  background-color: #000;
  font-weight: bolder;
  border-radius: 2px;
  color: #fff;
  padding: 2px 3px 3px;
  position: relative;
  top: -2px;
}
.label-new.menu-item > a:after {
  background-color: #446084;
}
.label-sale.menu-item > a:after {
  background-color: #d26e4b;
}
.label-popular.menu-item > a:after {
  background-color: #7a9c59;
}
.label-hot.menu-item > a:after {
  background-color: #b20000;
}
.nav p {
  margin: 0;
  padding-bottom: 0;
}
.nav,
.nav ul:not(.nav-dropdown) {
  margin: 0;
  padding: 0;
}
.nav > li > a.button,
.nav > li > button {
  margin-bottom: 0;
}
.nav {
  width: 100%;
  position: relative;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav > li {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  margin: 0 7px;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.nav > li > a {
  padding: 10px 0;
  display: inline-block;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.html .nav > li > a {
  padding-top: 0;
  padding-bottom: 0;
}
.nav-small .nav > li > a,
.nav.nav-small > li > a {
  vertical-align: top;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 400;
}
.nav-small.nav > li.html {
  font-size: 0.75em;
}
.nav-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.nav-fill {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.nav-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.nav-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 849px) {
  .medium-nav-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 549px) {
  .small-nav-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.nav > li > a,
.nav-dropdown > li > a,
.nav-column > li > a,
.nav-vertical-fly-out > li > a {
  color: rgba(102, 102, 102, 0.85);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.nav-dropdown > li > a,
.nav-column > li > a {
  display: block;
}
.nav > li > a:hover,
.nav > li.active > a,
.nav > li.current > a,
.nav > li > a.active,
.nav > li > a.current,
.nav-dropdown li.active > a,
.nav-column li.active > a,
.nav-dropdown > li > a:hover,
.nav-column li > a:hover,
.nav-vertical-fly-out > li > a:hover {
  color: rgba(17, 17, 17, 0.85);
}
.nav li:first-child {
  margin-left: 0 !important;
}
.nav li:last-child {
  margin-right: 0 !important;
}
.nav-uppercase > li > a {
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-weight: bolder;
}
.nav-thin > li > a {
  font-weight: thin !important;
}
@media (min-width: 850px) {
  .nav-divided > li {
    margin: 0 0.7em;
  }
  .nav-divided > li + li > a:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 1px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    height: 15px;
    margin-top: -7px;
    left: -1em;
  }
  .nav-divided > li + li.icon-top > a:after {
    height: 50px;
    margin-top: -25px;
  }
}
li.html .row,
li.html form,
li.html select,
li.html input {
  margin: 0;
}
li.html > .button {
  margin-bottom: 0;
}
li.hide-title > a {
  display: none !important;
}
.nav-pagination > li > span,
.nav-pagination > li > a {
  font-size: 1.1em;
  display: block;
  height: 2.25em;
  line-height: 2em;
  text-align: center;
  width: auto;
  min-width: 2.25em;
  padding: 0 7px;
  font-weight: bolder;
  border-radius: 99px;
  border: 2px solid currentColor;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  vertical-align: top;
}
.nav-pagination > li i {
  font-size: 1.2em;
  vertical-align: middle;
  top: -1px;
}
.nav-pagination > li > .current,
.nav-pagination > li > span:hover,
.nav-pagination > li > a:hover {
  border-color: #446084;
  background-color: #446084;
  color: #fff;
}
.off-canvas .mobile-sidebar-slide {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}
.off-canvas .mobile-sidebar-slide .sidebar-menu {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  will-change: transform;
}
.mobile-sidebar-levels-1 .nav-slide > li > ul.children,
.mobile-sidebar-levels-1 .nav-slide > li > .sub-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  padding-top: 20px;
  padding-right: 0;
  padding-bottom: 20px;
  left: 100%;
  opacity: 1;
  display: none;
  overflow: visible;
  overflow-y: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-overflow-scrolling: touch;
}
.mobile-sidebar-levels-1 .nav-slide > li > ul.children > li,
.mobile-sidebar-levels-1 .nav-slide > li > .sub-menu > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mobile-sidebar-levels-1 .nav-slide > li > ul.children.is-current-slide,
.mobile-sidebar-levels-1 .nav-slide > li > .sub-menu.is-current-slide {
  display: block;
}
.mobile-sidebar-levels-1 .nav-slide > li > ul.children.is-current-parent,
.mobile-sidebar-levels-1 .nav-slide > li > .sub-menu.is-current-parent {
  overflow-y: hidden;
  width: 200%;
  padding-right: 100%;
}
.mobile-sidebar-levels-2
  .nav-slide
  > li
  > ul.children
  > li:not(.nav-slide-header),
.mobile-sidebar-levels-2
  .nav-slide
  > li
  > .sub-menu
  > li:not(.nav-slide-header) {
  margin-top: 0;
  margin-bottom: 0;
  border-top: 1px solid #ececec;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.mobile-sidebar-levels-2
  .nav-slide
  > li
  > ul.children
  > li:not(.nav-slide-header)
  > a,
.mobile-sidebar-levels-2
  .nav-slide
  > li
  > .sub-menu
  > li:not(.nav-slide-header)
  > a {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  text-transform: uppercase;
  font-size: 0.8em;
  letter-spacing: 0.02em;
  color: rgba(102, 102, 102, 0.85);
}
.mobile-sidebar-levels-2
  .nav-slide
  > li
  > ul.children
  > li:not(.nav-slide-header).active,
.mobile-sidebar-levels-2
  .nav-slide
  > li
  > ul.children
  > li:not(.nav-slide-header):hover,
.mobile-sidebar-levels-2
  .nav-slide
  > li
  > .sub-menu
  > li:not(.nav-slide-header).active,
.mobile-sidebar-levels-2
  .nav-slide
  > li
  > .sub-menu
  > li:not(.nav-slide-header):hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.mobile-sidebar-levels-2
  .nav-slide
  > li
  > ul.children
  > li:not(.nav-slide-header)
  > ul.children,
.mobile-sidebar-levels-2
  .nav-slide
  > li
  > ul.children
  > li:not(.nav-slide-header)
  > .sub-menu,
.mobile-sidebar-levels-2
  .nav-slide
  > li
  > .sub-menu
  > li:not(.nav-slide-header)
  > ul.children,
.mobile-sidebar-levels-2
  .nav-slide
  > li
  > .sub-menu
  > li:not(.nav-slide-header)
  > .sub-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  padding-top: 20px;
  padding-right: 0;
  padding-bottom: 20px;
  left: 200%;
  opacity: 1;
  display: none;
  overflow: visible;
  overflow-y: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-overflow-scrolling: touch;
}
.mobile-sidebar-levels-2
  .nav-slide
  > li
  > ul.children
  > li:not(.nav-slide-header)
  > ul.children
  > li,
.mobile-sidebar-levels-2
  .nav-slide
  > li
  > ul.children
  > li:not(.nav-slide-header)
  > .sub-menu
  > li,
.mobile-sidebar-levels-2
  .nav-slide
  > li
  > .sub-menu
  > li:not(.nav-slide-header)
  > ul.children
  > li,
.mobile-sidebar-levels-2
  .nav-slide
  > li
  > .sub-menu
  > li:not(.nav-slide-header)
  > .sub-menu
  > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mobile-sidebar-levels-2
  .nav-slide
  > li
  > ul.children
  > li:not(.nav-slide-header)
  > ul.children.is-current-slide,
.mobile-sidebar-levels-2
  .nav-slide
  > li
  > ul.children
  > li:not(.nav-slide-header)
  > .sub-menu.is-current-slide,
.mobile-sidebar-levels-2
  .nav-slide
  > li
  > .sub-menu
  > li:not(.nav-slide-header)
  > ul.children.is-current-slide,
.mobile-sidebar-levels-2
  .nav-slide
  > li
  > .sub-menu
  > li:not(.nav-slide-header)
  > .sub-menu.is-current-slide {
  display: block;
}
.mobile-sidebar-levels-2
  .nav-slide
  > li
  > ul.children
  > li:not(.nav-slide-header)
  > ul.children.is-current-parent,
.mobile-sidebar-levels-2
  .nav-slide
  > li
  > ul.children
  > li:not(.nav-slide-header)
  > .sub-menu.is-current-parent,
.mobile-sidebar-levels-2
  .nav-slide
  > li
  > .sub-menu
  > li:not(.nav-slide-header)
  > ul.children.is-current-parent,
.mobile-sidebar-levels-2
  .nav-slide
  > li
  > .sub-menu
  > li:not(.nav-slide-header)
  > .sub-menu.is-current-parent {
  overflow-y: hidden;
  width: 200%;
  padding-right: 100%;
}
.nav-slide {
  height: 100%;
  padding-top: 20px;
  overflow: visible;
  overflow-y: auto;
  -webkit-overflow-scrolling: auto;
}
.nav-slide .active > .toggle {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.nav-slide > li {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.nav-slide-header .toggle {
  position: relative !important;
  top: 0 !important;
  margin-left: 0 !important;
  padding-left: 5px;
  text-align: left;
  width: 100%;
}
.nav-slide-header .toggle i {
  margin-right: 2px;
  font-size: 1.4em;
}
.text-center .nav-slide-header .toggle {
  width: auto;
  margin-left: auto !important;
  margin-right: auto !important;
}
.nav-line-bottom > li > a:before,
.nav-line-grow > li > a:before,
.nav-line > li > a:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  background-color: #446084;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  height: 3px;
}
.nav-line-bottom > li:hover > a:before,
.nav-line-grow > li:hover > a:before,
.nav-line-bottom > li.active > a:before,
.nav-line-grow > li.active > a:before,
.nav-line > li.active > a:before,
.nav-line > li:hover > a:before {
  opacity: 1;
}
.nav:hover > li:not(:hover) > a:before {
  opacity: 0;
}
.tabbed-content .nav-line-bottom:before {
  top: auto;
  bottom: 0;
}
.nav-line-grow > li > a:before {
  width: 0%;
}
.nav-line-grow > li.active > a:before,
.nav-line-grow > li:hover > a:before {
  width: 100%;
}
.nav-line-bottom > li:before,
.nav-line-bottom > li:after {
  display: none;
}
.nav-line-bottom > li > a:before {
  top: auto;
  bottom: 0;
}
.nav-box > li.active > a,
.nav-pills > li.active > a {
  opacity: 1;
  color: #fff;
  background-color: #446084;
}
.nav-tabs > li.active > a {
  background-color: #fff;
}
.nav-dark .nav.nav-tabs > li.active > a {
  color: #000;
}
.nav-outline > li.active > a {
  color: #446084;
  border-color: currentColor;
}
.tabbed-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.tabbed-content .nav,
.tabbed-content .tab-panels {
  width: 100%;
}
.tab-panels {
  padding-top: 1em;
}
.tab-panels .entry-content {
  padding: 0;
}
.tab-panels .panel:not(.active) {
  zoom: 1;
  visibility: hidden;
  height: 0;
  padding: 0;
  display: block;
  overflow: hidden;
  opacity: 0;
}
.tab-panels .panel.active {
  display: block !important;
}
.nav-box > li,
.nav-tabs > li,
.nav-outline > li,
.nav-pills > li {
  margin: 0;
}
.nav-box > li > a {
  padding: 0 0.75em;
  line-height: 2.5em;
}
.nav-pills > li > a {
  padding: 0 0.75em;
  border-radius: 99px;
  line-height: 2.5em;
}
.nav-tabs > li > a {
  border-top: 2px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  background-color: rgba(0, 0, 0, 0.04);
  padding-left: 15px;
  padding-right: 15px;
}
.nav-tabs > li.active > a {
  border-top-color: #446084;
}
.nav-dark .nav-tabs > li:not(.active) > a {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: transparent;
}
.tabbed-content .nav-tabs > li {
  margin: 0 0.1em;
  margin-bottom: -1px;
}
.nav-tabs + .tab-panels {
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 30px;
}
.nav-outline > li > a {
  line-height: 2.4em;
  padding: 0 0.75em;
  position: relative;
  z-index: 10;
  border: 2px solid transparent;
  border-radius: 32px;
}
@media (min-width: 850px) {
  .tabbed-content .nav-vertical {
    padding-top: 0;
    width: 25%;
  }
  .nav-vertical + .tab-panels {
    margin-top: 0 !important;
    border-left: 1px solid #ddd;
    padding: 0 30px 30px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .tabbed-content .nav-vertical.nav-outline {
    padding-right: 15px;
  }
}
@media (max-width: 549px) {
  .small-nav-collapse > li {
    width: 100%;
    margin: 0 !important;
  }
  .small-nav-collapse > li a {
    width: 100%;
    display: block;
  }
}
@media (max-width: 549px) {
  .small-nav-touch {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -ms-flex-flow: nowrap;
    flex-flow: nowrap;
  }
  .small-nav-touch > li {
    display: inline-block;
  }
}
.sidebar-menu-tabs__tab {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  max-width: 50%;
  list-style-type: none;
  background-color: rgba(0, 0, 0, 0.02);
  text-align: center;
}
.sidebar-menu-tabs__tab.active {
  background-color: rgba(0, 0, 0, 0.05);
}
.sidebar-menu-tabs__tab-text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.sidebar-menu-tabs.nav > li {
  margin: 0;
}
.sidebar-menu-tabs.nav > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 10px;
}
.toggle {
  height: auto;
  width: 45px;
  line-height: 1;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  padding: 0;
  color: currentColor;
  opacity: 0.6;
  margin: 0 5px 0 0;
}
.toggle i {
  font-size: 1.8em;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.toggle:focus {
  color: currentColor;
}
.toggle:hover {
  cursor: pointer;
  opacity: 1;
}
.active > .toggle {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.active > ul.children {
  display: block !important;
}
.active > ul.sub-menu:not(.nav-dropdown) {
  display: block !important;
}
.widget .toggle {
  width: 1em;
  min-height: 1em;
  margin: 0 0 0 5px;
}
.widget .toggle i {
  top: 1px;
  font-size: 1.2em;
}
.nav.nav-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}
.nav.nav-vertical li {
  list-style: none;
  margin: 0;
  width: 100%;
}
.nav-vertical li li {
  font-size: 1em;
  padding-left: 0.5em;
}
.nav-vertical .image-column {
  display: none !important;
}
.nav-vertical > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav-vertical > li ul {
  width: 100%;
}
.nav-vertical li li.menu-item-has-children {
  margin-bottom: 1em;
}
.nav-vertical li li.menu-item-has-children:not(:first-child) {
  margin-top: 1em;
}
.nav-vertical > li > ul > li a,
.nav-vertical > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.nav-vertical li li.menu-item-has-children > a {
  color: #000;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: bolder;
}
.nav-vertical > li.html {
  padding-top: 1em;
  padding-bottom: 1em;
}
.nav-vertical > li > ul li a {
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  color: #666;
}
.nav-vertical > li > ul li a:hover {
  opacity: 1;
  color: #111;
}
.nav-vertical > li > ul {
  margin: 0 0 2em;
  padding-left: 1em;
}
.nav .children {
  position: fixed;
  opacity: 0;
  left: -99999px;
  -webkit-transition: background-color 0.6s, opacity 0.3s,
    -webkit-transform 0.3s;
  transition: background-color 0.6s, opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: background-color 0.6s, transform 0.3s, opacity 0.3s;
  transition: background-color 0.6s, transform 0.3s, opacity 0.3s;
  transition: background-color 0.6s, transform 0.3s, opacity 0.3s,
    -webkit-transform 0.3s;
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
}
.nav:not(.nav-slide) .active > .children {
  position: inherit;
  opacity: 1;
  left: auto;
  padding-bottom: 30px;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.nav-sidebar.nav-vertical > li.menu-item.active,
.nav-sidebar.nav-vertical > li.menu-item:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.nav-sidebar.nav-vertical > li + li {
  border-top: 1px solid #ececec;
}
.dark .nav-sidebar.nav-vertical > li + li {
  border-color: rgba(255, 255, 255, 0.2);
}
.nav-vertical > li + li,
.nav-vertical-fly-out > li + li {
  border-top: 1px solid #ececec;
}
.nav-vertical.nav-line > li > a:before {
  right: -2px;
  z-index: 1;
  left: auto;
  width: 3px;
  height: 100%;
}
.nav-vertical.nav-tabs > li > a {
  border: 0;
}
.nav-vertical.nav-tabs > li.active > a {
  border-left: 3px solid #446084;
}
.text-center .toggle {
  margin-left: -35px;
}
.text-center .nav-vertical li {
  border: 0;
}
.text-center.nav-vertical li li,
.text-center .nav-vertical li li {
  padding-left: 0;
}
@media screen and (max-width: 549px) {
  .small-nav-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    margin-bottom: 20px;
  }
  .small-nav-vertical > li {
    list-style: none;
    margin: 0 !important;
    width: 100%;
    border-bottom: 1px solid #ececec;
  }
}
.nav-vertical .mega-menu-item {
  width: 100%;
}
.nav-vertical .social-icons,
.nav-vertical .header-button {
  display: block;
  width: 100%;
}
@media screen and (min-width: 849px) {
  .col-divided > .col-inner > .nav-wrapper > .nav-vertical {
    width: calc(100% + 31px);
  }
}
.header-vertical-menu__opener {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 12px 15px;
  width: 250px;
  height: 50px;
  font-weight: 600;
  font-size: 0.9em;
  background-color: #446084;
}
.header-vertical-menu__opener .icon-menu {
  font-size: 1.7em;
  margin-right: 10px;
}
.header-vertical-menu__tagline {
  display: block;
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.3;
}
.header-vertical-menu__title {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.header-vertical-menu__fly-out {
  position: absolute;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  width: 250px;
  background-color: #fff;
}
.header-vertical-menu__fly-out .nav-vertical-fly-out {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.header-vertical-menu__fly-out .nav-vertical-fly-out > li.menu-item {
  position: static;
  margin: 0;
  list-style: none;
}
.header-vertical-menu__fly-out
  .nav-vertical-fly-out
  > li.menu-item[class^="label-"]
  > a:after,
.header-vertical-menu__fly-out
  .nav-vertical-fly-out
  > li.menu-item[class*=" label-"]
  > a:after {
  top: 0;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.header-vertical-menu__fly-out
  .nav-vertical-fly-out
  > li.menu-item
  > a
  > i.icon-angle-down {
  margin-left: auto;
  margin-right: -0.1em;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.header-vertical-menu__fly-out .nav-vertical-fly-out > li.menu-item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 15px;
}
.header-vertical-menu__fly-out .nav-vertical-fly-out li.has-icon-left > a > i,
.header-vertical-menu__fly-out .nav-vertical-fly-out li.has-icon-left > a > svg,
.header-vertical-menu__fly-out
  .nav-vertical-fly-out
  li.has-icon-left
  > a
  > img {
  margin-right: 10px;
}
.header-vertical-menu__fly-out .nav-top-link {
  font-size: 0.9em;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.header-vertical-menu__fly-out .current-dropdown .nav-dropdown {
  top: 0;
  left: 100% !important;
}
.header-vertical-menu__fly-out .current-dropdown.menu-item .nav-dropdown {
  min-height: 100%;
}
.header-vertical-menu__fly-out--open {
  opacity: 1;
  visibility: visible;
}
.stuck .header-vertical-menu__fly-out,
.sticky-hide-on-scroll--active .header-vertical-menu__fly-out {
  opacity: 0;
  visibility: hidden;
}
.header-wrapper:not(.stuck) .header-vertical-menu__fly-out {
  -webkit-transition: opacity 0.25s, visibility 0.25s;
  -o-transition: opacity 0.25s, visibility 0.25s;
  transition: opacity 0.25s, visibility 0.25s;
}
.header-vertical-menu__fly-out.has-shadow {
  -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
}
.header-vertical-menu:hover .header-vertical-menu__fly-out {
  opacity: 1;
  visibility: visible;
}
.badge-container {
  margin: 30px 0 0 0;
}
.badge {
  display: table;
  z-index: 20;
  pointer-events: none;
  height: 2.8em;
  width: 2.8em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.badge.top {
  left: 0;
}
.badge-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 100%;
  background-color: #446084;
  line-height: 0.85;
  color: #fff;
  font-weight: bolder;
  padding: 2px;
  white-space: nowrap;
  -webkit-transition: background-color 0.3s, color 0.3s, border 0.3s;
  -o-transition: background-color 0.3s, color 0.3s, border 0.3s;
  transition: background-color 0.3s, color 0.3s, border 0.3s;
}
.badge-small {
  width: 2.3em;
  height: 2.3em;
}
.badge-small .badge-inner {
  line-height: 0.7;
}
.badge + .badge {
  opacity: 0.9;
  width: 2.5em;
  height: 2.5em;
}
.badge + .badge + .badge {
  opacity: 0.8;
}
.badge-frame .badge-inner,
.badge-outline .badge-inner {
  color: #446084;
  background-color: #fff;
  border: 2px solid currentColor;
}
.has-hover:hover .badge-outline .badge-inner {
  border-color: #446084;
  background-color: #446084;
  color: #fff;
}
.badge-outline,
.badge-circle {
  margin-left: -0.4em;
}
.badge-circle-inside {
  margin-left: 1em;
}
.badge-circle + .badge {
  margin-top: -0.4em;
  margin-left: -0.4em;
}
.badge-circle-inside .badge-inner,
.badge-circle .badge-inner {
  border-radius: 999px;
}
.badge-frame .badge-inner,
.widget .badge-outline .badge-inner {
  background-color: transparent;
}
.badge-frame {
  height: 2em;
  margin-left: -4px;
}
.widget .badge {
  margin: 0 !important;
}
.dark .widget .badge-outline .badge-inner {
  color: #fff;
  opacity: 0.7;
}
.row-collapse .badge-circle {
  margin-left: 15px;
}
.banner {
  position: relative;
  background-color: #446084;
  width: 100%;
  min-height: 30px;
}
.banner-bg {
  overflow: hidden;
}
.banner-layers {
  max-height: 100%;
  height: 100%;
  position: relative;
}
@media (max-width: 549px) {
  .banner-layers {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.banner-layers > * {
  position: absolute !important;
}
.dark .banner a {
  color: #fff;
}
.video-bg {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: center center;";
  position: absolute;
  width: 100%;
  height: 100%;
}
@media (min-width: 549px) {
  .has-video .bg {
    display: none;
  }
}
.box {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.box > a {
  width: 100%;
  display: block;
}
.box a {
  display: inline-block;
}
.box,
.box-image,
.box-text {
  -webkit-transition: opacity 0.3s, background-color 0.3s,
    -webkit-transform 0.3s;
  transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
  -o-transition: opacity 0.3s, transform 0.3s, background-color 0.3s;
  transition: opacity 0.3s, transform 0.3s, background-color 0.3s;
  transition: opacity 0.3s, transform 0.3s, background-color 0.3s,
    -webkit-transform 0.3s;
}
.box-image > a,
.box-image > div > a {
  display: block;
}
.box-image .tags{
    display: flex
;
    flex-direction: column;
    position: absolute;
    top: 0;
    right: 0;
}
.box-image .tags .tags-item{
    
}
.box-image .tags img{
    max-width:120px;
}
.box-text {
  padding-top: 0.7em;
  padding-bottom: 1.4em;
  position: relative;
  width: 100%;
  font-size: 0.9em;
}
.has-shadow .box-text {
  padding-left: 1.2em;
  padding-right: 1.2em;
}
@media (max-width: 549px) {
  .box-text {
    font-size: 85%;
  }
}
.box-image {
  position: relative;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
.box-image[style*="-radius"] {
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.box-image-inner {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.box-text.text-center {
  padding-left: 10px;
  padding-right: 10px;
}
.box-image img {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
.box-label {
  overflow: hidden;
}
.box-label .box-text.text-center {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  margin: 10% 0;
}
.box-label .box-text.text-right {
  right: 0;
  left: auto;
}
.box-label .box-text {
  position: absolute;
  bottom: 0;
  width: auto;
  padding: 0;
  margin: 10%;
  padding: 0.5em 1.5em 0.55em;
  background-color: #fff;
  opacity: 0.95;
  -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.box-label:hover .box-text {
  opacity: 1;
}
.box-badge {
  overflow: hidden;
}
.box-badge .box-text {
  background-color: rgba(255, 255, 255, 0.95);
  padding: 0.8em 1em 1em;
  position: absolute;
  bottom: 15%;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  z-index: 1;
}
.dark .box-badge .box-text {
  background-color: rgba(0, 0, 0, 0.95);
}
.box-badge:hover .box-text {
  background-color: #446084;
}
.box-bounce .box-text {
  padding: 15px 15px 20px;
  z-index: 1;
}
.box-bounce:hover .box-text {
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
  background-color: #fff;
}
.dark .box-bounce:hover .box-text {
  background-color: #222;
}
.box-bounce:hover .box-image {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.box-push .box-text {
  padding: 15px 20px;
  background-color: rgba(255, 255, 255, 0.95);
  max-width: 85%;
  margin: -15% auto 0;
}
.box-overlay .box-text,
.box-shade .box-text {
  position: absolute;
  width: 100%;
  max-height: 100%;
  bottom: 0;
  padding-left: 1.5em;
  padding-right: 1.5em;
}
.box-overlay.dark .box-text,
.box-shade.dark .box-text {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.box-none .box-text {
  display: none !important;
}
.has-post-icon:hover .box-shade .box-text,
.has-post-icon:hover .box-overlay .box-text {
  opacity: 0 !important;
}
.box-text-middle.box-overlay .box-text,
.box-text-middle.box-shade .box-text {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  bottom: auto !important;
  z-index: 16;
  left: 0;
  right: 0;
}
.box-text-top.box-overlay .box-text,
.box-text-top.box-shade .box-text {
  position: absolute;
  top: 0;
  bottom: auto !important;
  z-index: 16;
  left: 0;
  right: 0;
}
.box-vertical .box-text-middle .box-text {
  position: relative;
  top: auto;
  bottom: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.has-box-vertical .col {
  width: 100% !important;
  max-width: 100% !important;
}
@media screen and (max-width: 549px) {
  .box-vertical .box-image {
    width: 100% !important;
  }
}
@media screen and (min-width: 550px) {
  .box-list-view .col {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
    max-width: 100% !important;
  }
  .box-list-view .box,
  .box-vertical {
    display: table;
    width: 100%;
  }
  .box-list-view .box .image-right,
  .box-vertical .image-right {
    direction: rtl;
  }
  .box-list-view .box .box-image,
  .box-list-view .box .box-text,
  .box-vertical .box-image,
  .box-vertical .box-text {
    direction: ltr;
    display: table-cell;
    vertical-align: middle;
  }
  .box-list-view .box .box-text,
  .box-vertical .box-text {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
  .box-list-view .box .box-image,
  .box-vertical .box-image {
    width: 50%;
  }
  .box-list-view .box.align-top .box-text,
  .box-vertical.align-top .box-text {
    vertical-align: top;
  }
}
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  position: relative;
  display: inline-block;
  background-color: transparent;
  text-transform: uppercase;
  font-size: 0.97em;
  letter-spacing: 0.03em;
  cursor: pointer;
  font-weight: bolder;
  text-align: center;
  color: currentColor;
  text-decoration: none;
  border: 1px solid transparent;
  vertical-align: middle;
  border-radius: 0;
  margin-top: 0;
  margin-right: 1em;
  text-shadow: none;
  line-height: 2.4em;
  min-height: 2.5em;
  padding: 0 1.2em;
  max-width: 100%;
  -webkit-transition: border 0.3s, background 0.3s, opacity 0.3s, color 0.3s,
    -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: border 0.3s, background 0.3s, opacity 0.3s, color 0.3s,
    -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: transform 0.3s, border 0.3s, background 0.3s, box-shadow 0.3s,
    opacity 0.3s, color 0.3s;
  transition: transform 0.3s, border 0.3s, background 0.3s, box-shadow 0.3s,
    opacity 0.3s, color 0.3s;
  transition: transform 0.3s, border 0.3s, background 0.3s, box-shadow 0.3s,
    opacity 0.3s, color 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  text-rendering: optimizeLegibility;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.button span {
  display: inline-block;
  line-height: 1.6;
}
.button.is-outline {
  line-height: 2.19em;
}
.nav > li > a.button:hover,
.nav > li > a.button {
  padding-top: 0;
  padding-bottom: 0;
}
.nav > li > a.button:hover {
  color: #fff;
}
.button,
input[type="submit"],
input[type="submit"].button,
input[type="reset"].button,
input[type="button"].button {
  color: #fff;
  background-color: #446084;
  background-color: var(--primary-color);
  border-color: rgba(0, 0, 0, 0.05);
}
.button.is-outline,
input[type="submit"].is-outline,
input[type="reset"].is-outline,
input[type="button"].is-outline {
  border: 2px solid currentColor;
  background-color: transparent;
}
.dark .button.is-form:hover,
.button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  outline: none;
  opacity: 1;
  color: #fff;
  -webkit-box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
}
.button.is-underline,
.button.is-link {
  background-color: transparent !important;
  border-color: transparent !important;
  padding-left: 0.15em;
  padding-right: 0.15em;
}
.button.is-underline:before {
  content: "";
  height: 2px;
  background-color: currentColor;
  opacity: 0.3;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 60%;
}
.button.is-underline:hover:before {
  left: 0%;
  width: 100%;
  opacity: 1;
}
.is-link,
.is-underline {
  color: #666;
}
.dark .button.is-underline:hover,
.dark .button.is-link:hover {
  color: #fff;
  opacity: 0.8;
}
.button.is-underline:hover,
.button.is-link:hover {
  color: #333;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.is-form,
button.is-form,
input[type="submit"].is-form,
input[type="reset"].is-form,
input[type="button"].is-form {
  overflow: hidden;
  position: relative;
  background-color: #f9f9f9;
  text-shadow: 1px 1px 1px #fff;
  color: #666;
  border: 1px solid #ddd;
  text-transform: none;
  font-weight: 400;
}
.button.is-form:hover {
  color: #000;
  background-color: #f1f1f1;
}
.dark .button,
.dark input[type="submit"],
.dark input[type="reset"],
.dark input[type="button"] {
  color: #fff;
}
.dark .button.is-form,
.dark input[type="submit"].is-form,
.dark input[type="reset"].is-form,
.dark input[type="button"].is-form {
  color: #000;
}
.is-round {
  border-radius: 99px;
}
.is-shade,
.is-bevel,
.is-gloss {
  overflow: hidden;
}
.is-gloss:after,
.is-shade:after,
.is-bevel:after {
  content: "";
  position: absolute;
  top: 0;
  left: -25%;
  height: 100%;
  width: 150%;
  -webkit-box-shadow: inset 0 1.2em 0 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1.2em 0 0 rgba(255, 255, 255, 0.1);
}
.is-shade:after {
  -webkit-box-shadow: inset 1px 1px 0 0 rgba(255, 255, 255, 0.1),
    inset 0 2em 15px 0 rgba(255, 255, 255, 0.2);
  box-shadow: inset 1px 1px 0 0 rgba(255, 255, 255, 0.1),
    inset 0 2em 15px 0 rgba(255, 255, 255, 0.2);
}
.is-bevel:after {
  left: 0;
  width: 100%;
  -webkit-box-shadow: inset -0.01em -0.1em 0 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset -0.01em -0.1em 0 0 rgba(0, 0, 0, 0.15);
}
.is-outline {
  color: silver;
}
.is-outline:hover {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
input[type="submit"],
input[type="submit"].button,
input[type="submit"],
.primary {
  background-color: #446084;
}
.primary.is-underline,
.primary.is-link,
.primary.is-outline {
  color: #446084;
}
.is-outline:hover,
.primary.is-outline:hover {
  color: #fff;
  background-color: #446084;
  border-color: #446084;
}
.success {
  background-color: #7a9c59;
}
.success.is-underline,
.success.is-link,
.success.is-outline {
  color: #7a9c59;
}
.success.is-outline:hover {
  background-color: #7a9c59;
  border-color: #7a9c59;
  color: #fff;
}
.white {
  background-color: #fff !important;
  color: #666 !important;
}
.white.button.is-outline {
  background-color: transparent;
  color: currentColor !important;
}
.white.is-underline,
.white.is-link,
.white.is-outline {
  color: #fff !important;
  background-color: transparent !important;
}
.white.is-outline:hover {
  background-color: #fff !important;
  border-color: #fff;
  color: #666 !important;
}
.secondary,
.checkout-button,
.button.checkout,
.button.alt {
  background-color: #d26e4b;
}
.secondary.is-underline,
.secondary.is-link,
.secondary.is-outline {
  color: #d26e4b;
}
.secondary.is-outline:hover {
  background-color: #d26e4b;
  border-color: #d26e4b;
  color: #fff;
}
a.primary:not(.button),
a.secondary:not(.button) {
  background-color: transparent;
}
/* Custom alert base */
.alert {
  background-color: #b20000;
}

/* Custom variants */
.alert.is-underline,
.alert.is-link,
.alert.is-outline {
  color: #b20000;
}

.alert.is-outline:hover {
  background-color: #b20000;
  border-color: #b20000;
  color: #fff;
}

/* Bootstrap default alert variants (customized) */
.alert-primary {
  background-color: #cce5ff;
  border-color: #b8daff;
  color: #004085;
}

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

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

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

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

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

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

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

.text-center .button:first-of-type {
  margin-left: 0 !important;
}
.text-right .button:last-of-type,
.text-center .button:last-of-type {
  margin-right: 0 !important;
}
.button.disabled,
button.disabled,
.button[disabled],
button[disabled] {
  opacity: 0.6;
}
.header-buttons .button {
  margin-bottom: 0;
  margin-right: 0.65em;
}
.header-button {
  display: inline-block;
}
.header-button .plain.is-outline:not(:hover) {
  color: #999;
}
.nav-dark .header-button .plain.is-outline:not(:hover) {
  color: #fff;
}
.header-button .button {
  margin: 0;
}
.scroll-for-more {
  margin-left: 0 !important;
}
.scroll-for-more:not(:hover) {
  opacity: 0.7;
}
.flex-col button,
.flex-col .button,
.flex-col input {
  margin-bottom: 0;
}
code {
  padding: 0.2rem 0.5rem;
  margin: 0 0.2rem;
  font-size: 0.9em;
  background: #f1f1f1;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
}
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}
.dark code {
  border-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
}
.is-divider {
  height: 3px;
  display: block;
  background-color: rgba(0, 0, 0, 0.1);
  margin: 1em 0 1em;
  width: 100%;
  max-width: 30px;
}
.widget .is-divider {
  margin-top: 0.66em;
}
.dark .is-divider {
  background-color: rgba(255, 255, 255, 0.3);
}
form {
  margin-bottom: 0;
}
input[type="email"],
input[type="date"],
input[type="search"],
input[type="number"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select,
.select-resize-ghost,
.select2-container .select2-choice,
.select2-container .select2-selection {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ddd;
  padding: 0 0.75em;
  height: 2.507em;
  font-size: 0.97em;
  border-radius: 0;
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  background-color: #fff;
  color: #333;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: color 0.3s, border 0.3s, background 0.3s, opacity 0.3s;
  -o-transition: color 0.3s, border 0.3s, background 0.3s, opacity 0.3s;
  transition: color 0.3s, border 0.3s, background 0.3s, opacity 0.3s;
}
input:hover,
textarea:hover,
select:hover {
  -webkit-box-shadow: inset 0 -1.8em 1em 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 -1.8em 1em 0 rgba(0, 0, 0, 0);
}
input[type="email"],
input[type="search"],
input[type="number"],
input[type="url"],
input[type="tel"],
input[type="text"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
textarea {
  padding-top: 0.7em;
  min-height: 120px;
}
input[type="email"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  opacity: 1 !important;
  outline: 0;
  color: #333;
  background-color: #fff;
}
label,
legend {
  font-weight: 700;
  display: block;
  font-size: 0.9em;
  margin-bottom: 0.4em;
}
legend {
  width: 100%;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 10px;
  margin: 30px 0 15px;
}
fieldset {
  border-width: 0;
  padding: 0;
}
input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 10px;
  font-size: 16px;
}
label > .label-body {
  display: inline-block;
  font-weight: 400;
  margin-left: 0.5em;
}
abbr[title="required"] {
  color: #b20000;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline;
}
select,
.select-resize-ghost,
.select2-container .select2-choice,
.select2-container .select2-selection {
  -webkit-box-shadow: inset 0 -1.4em 1em 0 rgba(0, 0, 0, 0.02);
  box-shadow: inset 0 -1.4em 1em 0 rgba(0, 0, 0, 0.02);
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-position: right 0.45em top 50%;
  background-repeat: no-repeat;
  padding-right: 1.4em;
  background-size: auto 16px;
  border-radius: 0;
  display: block;
}
.select-resize-ghost {
  display: inline-block;
  width: auto;
  position: absolute;
  opacity: 0;
}
select.resize-select {
  width: 55px;
}
.select2-selection__arrow b {
  border-color: transparent !important;
}
.select2-container .selection .select2-selection--multiple {
  padding: 10px;
  height: auto;
  background-image: none;
  line-height: 1.7em;
}
.select2-container
  .selection
  .select2-selection--multiple
  .select2-selection__choice {
  padding: 5px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  select::-ms-expand {
    display: none;
  }
  select:focus::-ms-value {
    background: transparent;
    color: currentColor;
  }
}
.form-flat input:not([type="submit"]),
.form-flat textarea,
.form-flat select {
  background-color: rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.09);
  color: currentColor !important;
  border-radius: 99px;
}
.form-flat button,
.form-flat input {
  border-radius: 99px;
}
.form-flat textarea {
  border-radius: 15px;
}
.form-flat .flex-row .flex-col,
.flex-row.form-flat .flex-col {
  padding-right: 4px;
}
.dark .form-flat input:not([type="submit"]),
.dark .form-flat textarea,
.dark .form-flat select,
.nav-dark .form-flat input:not([type="submit"]),
.nav-dark .form-flat textarea,
.nav-dark .form-flat select {
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.09);
  color: #fff;
}
.dark .form-flat select option {
  color: #333;
}
.nav-dark .form-flat select,
.dark .form-flat select {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}
.nav-dark .form-flat input::-webkit-input-placeholder,
.dark .form-flat input::-webkit-input-placeholder {
  color: #fff;
}
.form-flat .button.icon {
  color: currentColor !important;
  border-color: transparent !important;
  background-color: transparent !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-minimal input:not([type="submit"]),
.form-minimal textarea,
.form-minimal select {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-minimal.quantity .qty {
  max-width: 2em;
  border-left: 0;
  border-right: 0;
}
input.wpcf7-not-valid,
.woocommerce-invalid input {
  border-color: #b20000;
  color: #b20000;
}
.woocommerce-invalid select {
  border-color: #b20000;
}
.woocommerce-invalid input.input-checkbox {
  outline: 1px solid #b20000;
  outline-offset: 1px;
}
.select2-container {
  text-align: left;
}
.form-row .select2-container {
  margin-bottom: 1em;
}
.select2-search__field {
  margin-bottom: 0;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  width: 30px;
}
.select2-container .select2-choice > .select2-chosen,
.select2-container .select2-selection--single .select2-selection__rendered,
.select2-selection {
  padding: 0;
  line-height: 2.507em;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 2.507em;
}
.fl-wrap {
  position: relative;
}
.loading-site .fl-labels label[for]:first-child {
  display: none;
}
.fl-labels .fl-wrap label[for]:first-child {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 12px;
  white-space: nowrap;
  position: absolute;
  line-height: 1;
  top: 0.5em;
  opacity: 0;
  pointer-events: none;
  left: 1.1em;
  font-weight: 400;
}
.dark .fl-wrap label {
  color: #000;
}
.fl-wrap.fl-is-active > label[for]:first-child {
  z-index: 1;
  opacity: 0.8;
}
.fl-labels .form-row input:not([type="checkbox"]),
.fl-labels .form-row textarea,
.fl-labels .form-row select {
  height: 3.0084em;
  -webkit-transition: padding 0.3s;
  -o-transition: padding 0.3s;
  transition: padding 0.3s;
}
.form-row .fl-is-active input,
.form-row .fl-is-active textarea {
  padding-top: 1.1em;
  padding-bottom: 0.5em;
}
.form-row .fl-is-active select {
  padding-top: 1.1em;
  padding-bottom: 0.4em;
}
.icon-box .icon-box-img {
  margin-bottom: 1em;
  max-width: 100%;
  position: relative;
}
.slider > .icon-box,
.flickity-slider > .icon-box {
  padding-right: 3% !important;
  padding-left: 3% !important;
}
.icon-box-img svg,
.icon-box-img img {
  padding-top: 0.2em;
  width: 100%;
}
.icon-box-img svg {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  fill: currentColor;
}
.icon-box-img svg path {
  fill: currentColor;
}
.icon-box:hover .has-icon-bg svg path,
.icon-box:hover .has-icon-bg svg,
.icon-box:hover .has-icon-bg i {
  fill: #fff;
}
.has-icon-bg .icon {
  padding-top: 100%;
  height: 0;
  overflow: hidden;
  position: relative;
}
.has-icon-bg .icon .icon-inner {
  color: #446084;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  border: 2px solid currentColor;
  border-radius: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.icon-box:hover .has-icon-bg .icon .icon-inner {
  background-color: currentColor;
}
.has-icon-bg .icon svg,
.has-icon-bg .icon i,
.has-icon-bg .icon img {
  position: absolute;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  padding: 0;
  top: 50%;
  margin: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60%;
  margin-left: 20%;
  margin-right: 20%;
}
.icon-box-left .has-icon-bg .icon {
  position: absolute;
  width: 100%;
}
.icon-box-left,
.icon-box-right {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%;
}
.icon-box-left .icon-box-img,
.icon-box-right .icon-box-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-bottom: 0;
  max-width: 200px;
}
.icon-box-left .icon-box-text,
.icon-box-right .icon-box-text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}
.icon-box-right .icon-box-text {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.icon-box-left .icon-box-img + .icon-box-text {
  padding-left: 1em;
}
.icon-box-right .icon-box-img + .icon-box-text {
  padding-right: 1em;
}
.icon-box-center .icon-box-img {
  margin: 0 auto 1em;
}
.links > li > a:before,
i[class^="icon-"],
i[class*=" icon-"] {
  font-family: "fl-icons" !important;
  font-display: block;
  speak: none !important;
  margin: 0;
  padding: 0;
  display: inline-block;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  position: relative;
  line-height: 1.2;
}
.widget-title i {
  opacity: 0.35;
  margin-right: 4px;
}
button i,
.button i {
  vertical-align: middle;
  top: -1.5px;
}
.button.open-video i {
  top: -0.027em;
}
a.remove,
a.icon-remove {
  display: block;
  width: 24px;
  height: 24px;
  font-size: 15px !important;
  line-height: 19px !important;
  border-radius: 100%;
  color: #ccc;
  font-weight: 700;
  text-align: center;
  border: 2px solid currentColor;
}
button.icon:not(.button),
a.icon:not(.button) {
  font-family: sans-serif;
  margin-left: 0.25em;
  margin-right: 0.25em;
  font-size: 1.2em;
}
.header a.icon:not(.button) {
  margin-left: 0.3em;
  margin-right: 0.3em;
}
.header .nav-small a.icon:not(.button) {
  font-size: 1em;
}
.button.icon {
  margin-left: 0.12em;
  margin-right: 0.12em;
  min-width: 2.5em;
  padding-left: 0.6em;
  padding-right: 0.6em;
  display: inline-block;
}
.button.icon i {
  font-size: 1.2em;
}
.button.icon i + span {
  padding-right: 0.5em;
}
.button.icon.is-small {
  border-width: 1px;
}
.button.icon.is-small i {
  top: -1px;
}
.button.icon.circle {
  padding-left: 0;
  padding-right: 0;
}
.button.icon.circle > span {
  margin: 0 8px;
}
.button.icon.circle > span + i {
  margin-left: -4px;
}
.button.icon.circle > i {
  margin: 0 8px;
}
.button.icon.circle > i + span {
  margin-left: -4px;
}
.button.icon.circle > i:only-child {
  margin: 0;
}
.nav > li > a > i {
  vertical-align: middle;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  font-size: 20px;
}
.nav > li > a > i + span {
  margin-left: 5px;
}
.nav li.has-icon-left > a > i,
.nav li.has-icon-left > a > svg,
.nav li.has-icon-left > a > img {
  margin-right: 5px;
}
.nav > li > a > span + i {
  margin-left: 5px;
}
.nav-small > li > a > i {
  font-size: 1em;
}
.nav > li > a > i.icon-search {
  font-size: 1.2em;
}
.nav > li > a > i.icon-menu {
  font-size: 1.9em;
}
.nav > li.has-icon > a > i {
  min-width: 1em;
}
.nav-vertical > li > a > i {
  font-size: 16px;
  opacity: 0.6;
}
.header-button a.icon:not(.button) {
  display: inline-block;
  padding: 6px 0;
}
.header-button a.icon:not(.button) i {
  font-size: 24px;
}
.header-button a.icon:not(.button) i.icon-search {
  font-size: 16px;
}
.nav-small .header-button a.icon:not(.button) {
  padding: 3px 0;
}
.button:not(.icon) > i {
  margin-left: -0.15em;
  margin-right: 0.4em;
}
.button:not(.icon) > span + i {
  margin-right: -0.15em;
  margin-left: 0.4em;
}
.has-dropdown .icon-angle-down {
  font-size: 16px;
  margin-left: 0.2em;
  opacity: 0.6;
}
.overlay-icon {
  background-color: rgba(0, 0, 0, 0.2);
  width: 3em;
  color: #fff;
  height: 3em;
  line-height: 2.8em;
  border-radius: 100%;
  text-align: center;
  border: 2px solid #fff;
  opacity: 0.8;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  -o-transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
}
.overlay-icon i {
  font-size: 1.3em;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  top: 3px;
}
.has-hover:hover .overlay-icon {
  opacity: 1;
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}
.box-shade .overlay-icon,
.box-overlay .overlay-icon {
  opacity: 0;
}
.image-icon {
  display: inline-block;
  height: auto;
  vertical-align: middle;
  position: relative;
}
span + .image-icon {
  margin-left: 10px;
}
.image-icon img {
  max-width: 32px;
  min-width: 100%;
}
.nav-small .image-icon {
  width: 16px;
  height: 16px;
  margin: 0 5px;
}
.nav-small .image-icon img {
  vertical-align: top;
}
[data-icon-label] {
  position: relative;
}
[data-icon-label="0"]:after {
  display: none;
}
[data-icon-label]:after {
  content: attr(data-icon-label);
  position: absolute;
  font-style: normal;
  font-family: Arial, Sans-serif !important;
  top: -10px;
  right: -10px;
  font-weight: bolder;
  background-color: #d26e4b;
  -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  font-size: 11px;
  padding-left: 2px;
  padding-right: 2px;
  opacity: 0.9;
  line-height: 17px;
  letter-spacing: -0.5px;
  height: 17px;
  min-width: 17px;
  border-radius: 99px;
  color: #fff;
  text-align: center;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.nav-small [data-icon-label]:after {
  min-width: 13px;
  top: -4px;
  right: -10px;
  height: 13px;
  font-size: 10px;
  line-height: 13px;
}
.button [data-icon-label]:after {
  top: -12px;
  right: -12px;
}
.reveal-icon i {
  width: 1em;
}
.reveal-icon i,
.reveal-icon span {
  display: inline-block;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.reveal-icon span {
  -webkit-transform: translateX(0.75em);
  -ms-transform: translateX(0.75em);
  transform: translateX(0.75em);
}
.reveal-icon i + span {
  -webkit-transform: translateX(-0.75em);
  -ms-transform: translateX(-0.75em);
  transform: translateX(-0.75em);
}
.reveal-icon:hover > span {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.reveal-icon:not(:hover) i {
  opacity: 0;
}
img {
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
  opacity: 1;
}
.col-inner > .img:not(:last-child),
.col > .img:not(:last-child) {
  margin-bottom: 1em;
}
.img {
  position: relative;
}
.img .img-inner {
  position: relative;
  overflow: hidden;
}
.img,
.img img {
  width: 100%;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  left: -1px;
  right: -1px;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-transition: opacity 0.6s, -webkit-transform 0.3s;
  transition: opacity 0.6s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, opacity 0.6s;
  transition: transform 0.3s, opacity 0.6s;
  transition: transform 0.3s, opacity 0.6s, -webkit-transform 0.3s;
  pointer-events: none;
}
.img .caption {
  position: absolute;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  max-height: 100% !important;
  overflow-y: auto;
  bottom: 0;
  padding: 4px 10px;
  font-size: 14px;
  color: #fff;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.img .caption-show,
.img:hover .caption {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.lazy-load {
  background-color: rgba(0, 0, 0, 0.03);
}
.has-format,
.video-fit,
.image-cover {
  position: relative;
  height: auto;
  overflow: hidden;
  padding-top: 100%;
  background-position: 50% 50%;
  background-size: cover;
}
.video-fit {
  padding-top: 56.5%;
}
.video-fit video,
.video-fit iframe,
img.back-image,
.image-cover img,
.has-format img,
.has-equal-box-heights .box-image img {
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  top: 0;
  position: absolute;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.has-equal-box-heights .box-image {
  padding-top: 100%;
}
.video-fit iframe {
  -o-object-fit: fill;
  object-fit: fill;
}
.image-tools {
  padding: 10px;
  position: absolute;
}
.image-tools a:last-child {
  margin-bottom: 0;
}
.image-tools a.button {
  display: block;
}
.image-tools.bottom.left {
  padding-top: 0;
  padding-right: 0;
}
.image-tools.top.right {
  padding-bottom: 0;
  padding-left: 0;
}
.image-tools .cart-icon {
  position: absolute;
  left: 10px;
  margin: 5px;
  bottom: 100%;
}
.image-tools .wishlist-button:hover {
  background-color: #b20000;
  border-color: #b20000;
}
@media only screen and (max-device-width: 1024px) {
  .image-tools {
    opacity: 1 !important;
    padding: 5px;
  }
}
.overlay-tools {
  margin-top: 10px;
}
.overlay-tools a {
  display: inline-block;
  font-size: 0.8em;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 2px 10px 3px;
  margin-right: 5px;
  border-radius: 99px;
  text-shadow: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.overlay-tools a:hover {
  background-color: #fff;
  color: #000 !important;
}
.tag-label {
  text-transform: uppercase;
  display: inline-block;
  font-size: 0.65em;
  line-height: 1;
  letter-spacing: 1.1px;
  font-weight: 700;
  border-radius: 2px;
  padding: 2px 5px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: background-color 0.3s, opacity 0.3s;
  -o-transition: background-color 0.3s, opacity 0.3s;
  transition: background-color 0.3s, opacity 0.3s;
}
.has-hover:hover .tag-label {
  opacity: 1;
  background-color: #d26e4b;
}
.lightbox-content {
  background-color: #fff;
  max-width: 875px;
  margin: 0 auto;
  -webkit-box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, 0.15);
  position: relative;
}
.lightbox-content .lightbox-inner {
  padding: 30px 20px;
}
.pswp__bg {
  background-color: rgba(0, 0, 0, 0.6);
}
@media (min-width: 549px) {
  .pswp__top-bar {
    background-color: transparent !important;
  }
}
.pswp__item {
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
}
.pswp--visible .pswp__item {
  opacity: 1;
}
.pswp__caption__center {
  text-align: center;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.mfp-bg.mfp-ready {
  opacity: 0.6;
}
.mfp-bg.mfp-removing {
  opacity: 0 !important;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-image-holder {
  padding: 40px 6.66%;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
}
.mfp-content-inner {
  -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.mfp-ready.mfp-removing .mfp-content {
  opacity: 0;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
.mfp-close {
  cursor: pointer;
  outline: none;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: fixed;
  top: 0;
  right: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0;
  padding: 0;
  mix-blend-mode: difference;
  margin: 0 !important;
  color: #fff;
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  min-height: 0;
  width: 40px;
  -webkit-backface-visibility: hidden;
  height: 40px;
  line-height: 40px;
  font-family: Arial, monospace;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  -o-transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
  -webkit-transform: translateY(50%) translateZ(1px);
  transform: translateY(50%) translateZ(1px);
}
.mfp-close svg {
  pointer-events: none;
}
.mfp-content .mfp-close {
  position: absolute;
}
.mfp-ready .mfp-close {
  opacity: 0.6;
  -webkit-transform: translateY(0) translateZ(1px);
  transform: translateY(0) translateZ(1px);
}
.mfp-removing .mfp-close {
  display: none !important;
}
.mfp-close:hover {
  opacity: 1;
}
.mfp-close-btn-in .mfp-close {
  top: 0 !important;
  color: currentColor;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
}
.mfp-arrow {
  position: fixed;
  opacity: 0.6;
  color: #fff;
  mix-blend-mode: difference;
  top: 50%;
  z-index: 1046;
  margin: 0;
  text-align: center;
  width: 50px;
  height: 50px;
}
.mfp-arrow i {
  pointer-events: none;
  font-size: 42px !important;
}
.mfp-arrow:hover {
  opacity: 1;
}
.mfp-arrow:active {
  top: 50.1%;
}
.mfp-arrow-left {
  left: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.mfp-arrow-right {
  right: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.mfp-ready .mfp-arrow-right,
.mfp-ready .mfp-arrow-left {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: calc(100vh - 80px);
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  line-height: 0;
  padding: 0 0 40px;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  font-size: 11px;
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-title a {
  text-decoration: underline;
  color: #f3f3f3;
}
.mfp-title a:hover {
  text-decoration: none;
  color: #f3f3f3;
  opacity: 0.8;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
}
@media (max-width: 849px) {
  body.body-scroll-lock--active .mfp-wrap {
    position: fixed !important;
    overflow: auto;
  }
}
.processing,
.loading-spin {
  position: relative;
}
.processing:before,
.loading-spin {
  content: "";
  margin: 0 auto;
  font-size: 10px;
  text-indent: -9999em;
  border-top: 3px solid rgba(0, 0, 0, 0.1) !important;
  border-right: 3px solid rgba(0, 0, 0, 0.1) !important;
  border-bottom: 3px solid rgba(0, 0, 0, 0.1) !important;
  opacity: 0.8;
  border-left: 3px solid #446084;
  -webkit-animation: spin 0.6s infinite linear;
  animation: spin 0.6s infinite linear;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  pointer-events: none;
}
.box-image.processing:before,
.dark .processing:before,
.dark.processing:before,
.dark.loading-spin,
.dark .loading-spin {
  border-top: 3px solid rgba(0, 0, 0, 0.1) !important;
  border-right: 3px solid rgba(0, 0, 0, 0.1) !important;
  border-bottom: 3px solid rgba(0, 0, 0, 0.1) !important;
  border-left: 3px solid #fff !important;
}
.box-image.processing:after {
  content: "";
  background-color: #000;
  opacity: 0.1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.box-image.processing .image-tools {
  opacity: 0 !important;
}
.woocommerce-checkout.processing:before {
  position: fixed;
}
.processing:before,
.loading-spin.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  z-index: 99;
}
.loading-spin {
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
.button.loading {
  opacity: 1 !important;
  position: relative;
  color: rgba(255, 255, 255, 0.05);
  pointer-events: none !important;
}
.button.loading:after {
  -webkit-animation: spin 500ms infinite linear;
  animation: spin 500ms infinite linear;
  border: 2px solid #fff;
  border-radius: 32px;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  content: "";
  display: block;
  height: 16px;
  top: 50%;
  margin-top: -8px;
  left: 50%;
  margin-left: -8px;
  position: absolute;
  width: 16px;
}
.is-outline .button.loading:after {
  border-color: #446084;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.ux-menu-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ux-menu-link--active .ux-menu-link__link,
.ux-menu-link:hover .ux-menu-link__link {
  color: rgba(17, 17, 17, 0.85);
}
.dark .ux-menu-link__link {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.dark .ux-menu-link--active .ux-menu-link__link,
.dark .ux-menu-link:hover .ux-menu-link__link {
  color: rgba(255, 255, 255, 0.85);
}
.ux-menu.ux-menu--divider-solid
  .ux-menu-link:not(:last-of-type)
  .ux-menu-link__link {
  border-bottom-style: solid;
}
.ux-menu-link__link {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-height: 2.5em;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  color: currentColor;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  border-bottom-color: #ececec;
  border-bottom-width: 1px;
}
.ux-menu-link__icon {
  width: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  vertical-align: middle;
}
.ux-menu-link__icon + .ux-menu-link__text {
  padding-left: 0.5em;
}
.ux-menu-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: bolder;
  margin-top: 5px;
  color: #000;
  min-height: 3.125em;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}
.ux-menu-link + .ux-menu-title {
  margin-top: 5px !important;
}
.dark .ux-menu-title {
  color: currentColor;
}
.off-canvas .mfp-content {
  -ms-scrollbar-base-color: #000;
  -ms-scrollbar-arrow-color: #000;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.off-canvas .nav-vertical > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
}
.off-canvas .nav-vertical li li > a {
  padding-top: 5px;
  padding-bottom: 5px;
}
.off-canvas .hide-for-off-canvas {
  display: none !important;
}
.off-canvas .hide-for-small,
.off-canvas .hide-for-medium {
  display: inline-block !important;
}
.off-canvas-right .mfp-content,
.off-canvas-left .mfp-content {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 260px;
  background-color: rgba(255, 255, 255, 0.95);
  left: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  -webkit-transform: translateX(-270px);
  -ms-transform: translateX(-270px);
  transform: translateX(-270px);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
.off-canvas-right.dark .mfp-content,
.off-canvas-left.dark .mfp-content {
  background-color: rgba(0, 0, 0, 0.95);
}
.off-canvas-right .mfp-content {
  left: auto;
  right: 0;
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  transform: translateX(270px);
}
.off-canvas-center .nav-vertical > li > ul > li a,
.off-canvas-center .nav-vertical > li > a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.off-canvas-center .nav-vertical > li > a {
  font-size: 1.5em;
}
.off-canvas-center .mfp-container {
  padding: 0;
}
.off-canvas-center .mfp-content {
  padding-top: 50px;
  max-width: 700px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.off-canvas-center .mfp-content .searchform {
  max-width: 260px;
  margin: 0 auto;
}
.off-canvas-center.mfp-bg.mfp-ready {
  opacity: 0.85;
}
.mfp-bg.off-canvas-center:not(.dark) {
  background-color: #fff;
  opacity: 0.95;
}
.off-canvas-center .nav-sidebar.nav-vertical > li {
  border: 0;
}
.off-canvas-center .nav-sidebar.nav-vertical > li > a {
  padding-right: 30px;
  padding-left: 30px;
}
.off-canvas-center .nav-sidebar.nav-vertical > li .toggle {
  position: absolute;
  top: 15px;
  right: 0;
}
.off-canvas-center:not(.dark) .mfp-close {
  color: currentColor;
}
.off-canvas.mfp-removing .mfp-content {
  opacity: 0 !important;
}
.off-canvas-left.mfp-ready .mfp-content,
.off-canvas-right.mfp-ready .mfp-content {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.has-off-canvas .off-canvas-blur {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
.has-off-canvas .off-canvas-zoom {
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
}
.has-off-canvas .current-lightbox-clicked {
  opacity: 0 !important;
  -webkit-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
  transform: translateY(-7px);
}
.has-off-canvas.has-off-canvas-right .current-lightbox-clicked,
.has-off-canvas.has-off-canvas-left .current-lightbox-clicked {
  -webkit-transform: translateX(-7px);
  -ms-transform: translateX(-7px);
  transform: translateX(-7px);
}
.off-canvas .sidebar-menu {
  padding: 30px 0;
}
.off-canvas .sidebar-inner {
  padding: 30px 20px;
}
.off-canvas:not(.off-canvas-center) .nav-vertical li > a {
  padding-left: 20px;
}
.off-canvas:not(.off-canvas-center) li.html {
  padding: 20px;
}
.slider-wrapper {
  position: relative;
}
.slider > .img,
.flickity-slider > .img,
.slider-wrapper:last-child {
  margin-bottom: 0;
}
.slider,
.row-slider {
  position: relative;
  scrollbar-width: none;
}
.slider-full .flickity-slider > .col {
  padding: 0 !important;
}
.slider-load-first {
  -webkit-transition: max-height 2s;
  -o-transition: max-height 2s;
  transition: max-height 2s;
  max-height: 999px;
}
.slider-load-first:not(.flickity-enabled) {
  max-height: 500px;
}
.slider-load-first:not(.flickity-enabled) > div {
  opacity: 0;
}
.slider:not(.flickity-enabled) {
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: scroll;
  width: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.slider::-webkit-scrollbar,
.row-slider::-webkit-scrollbar {
  width: 0px !important;
  height: 0px !important;
}
.row.row-slider:not(.flickity-enabled) {
  display: block;
}
.slider:not(.flickity-enabled) > * {
  display: inline-block !important;
  white-space: normal !important;
  vertical-align: top;
}
.slider:not(.flickity-enabled) > a {
  width: 100%;
}
.slider > div:not(.col),
.slider > a,
.slider > p,
.slider > a > img,
.slider > img {
  width: 100%;
}
.flickity-slider > div:not(.col),
.flickity-slider > a,
.flickity-slider > p,
.flickity-slider > a > img,
.flickity-slider > img,
.flickity-slider > figure {
  width: 100% !important;
  padding: 0;
  margin: 0;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s,
    -webkit-box-shadow 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s, -webkit-box-shadow 0.6s;
  -o-transition: transform 0.6s, opacity 0.6s, box-shadow 0.6s;
  transition: transform 0.6s, opacity 0.6s, box-shadow 0.6s;
  transition: transform 0.6s, opacity 0.6s, box-shadow 0.6s,
    -webkit-transform 0.6s, -webkit-box-shadow 0.6s;
}
.flickity-slider > .row:not(.is-selected) {
  opacity: 0;
}
.flickity-enabled {
  position: relative;
  display: block;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
.slider-has-parallax .bg {
  -webkit-transition: opacity 0.3s !important;
  -o-transition: opacity 0.3s !important;
  transition: opacity 0.3s !important;
}
.is-dragging .flickity-viewport .flickity-slider {
  pointer-events: none;
}
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.flickity-prev-next-button {
  position: absolute;
  top: 40%;
  bottom: 40%;
  background-color: transparent;
  margin: 0;
  padding: 0;
  width: 36px;
  color: #111;
  border: none;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity 0.3s, background 0.3s, -webkit-transform 0.3s,
    -webkit-box-shadow 0.3s;
  transition: opacity 0.3s, background 0.3s, -webkit-transform 0.3s,
    -webkit-box-shadow 0.3s;
  -o-transition: transform 0.3s, opacity 0.3s, background 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, opacity 0.3s, background 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, opacity 0.3s, background 0.3s, box-shadow 0.3s,
    -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
}
.flickity-prev-next-button.next {
  -webkit-transform: translateX(-20%);
  -ms-transform: translateX(-20%);
  transform: translateX(-20%);
  right: 2%;
}
.flickity-prev-next-button.previous {
  -webkit-transform: translateX(20%);
  -ms-transform: translateX(20%);
  transform: translateX(20%);
  left: 2%;
}
.slider-show-nav .flickity-prev-next-button,
.slider:hover .flickity-prev-next-button {
  opacity: 0.7;
  -webkit-transform: translateX(0) !important;
  -ms-transform: translateX(0) !important;
  transform: translateX(0) !important;
}
.slider .flickity-prev-next-button:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 1;
}
.slider .flickity-prev-next-button:hover svg,
.slider .flickity-prev-next-button:hover .arrow {
  fill: #446084;
}
@media (min-width: 850px) {
  .slider-nav-outside .flickity-prev-next-button.next {
    right: auto;
    left: 100%;
  }
  .slider-nav-outside .flickity-prev-next-button.previous {
    left: auto;
    right: 100%;
  }
}
.flickity-prev-next-button:disabled,
button.flickity-prev-next-button[disabled] {
  opacity: 0 !important;
  background: none !important;
  cursor: auto;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  pointer-events: none;
}
.flickity-prev-next-button svg {
  position: absolute;
  padding: 5px;
  left: 50%;
  top: 50%;
  width: 100%;
  max-width: 100%;
  padding: 20%;
  max-height: 100%;
  height: auto;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button {
  margin-top: -10%;
}
.slider-nav-push.slider-nav-reveal .flickity-prev-next-button svg {
  margin-top: -40px;
}
.flickity-prev-next-button svg,
.flickity-prev-next-button .arrow {
  border-color: currentColor;
  fill: currentColor;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.slider-auto-height,
.animate-height {
  -webkit-transition: height 0.2s;
  -o-transition: height 0.2s;
  transition: height 0.2s;
}
.flickity-prev-next-button.no-svg {
  color: #111;
  font-size: 26px;
}
.slider-no-arrows .flickity-prev-next-button {
  display: none !important;
}
.slider-type-fade .flickity-slider {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.slider-type-fade .flickity-slider > * {
  opacity: 0;
  z-index: 1;
  left: 0 !important;
}
.slider-type-fade .flickity-slider > *.is-selected {
  opacity: 1;
  z-index: 2;
}
.slider-type-fade .flickity-prev-next-button,
.slider-type-fade .flickity-page-dots {
  z-index: 3;
}
.flickity-page-dots {
  position: absolute;
  bottom: 15px;
  left: 20%;
  right: 20%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.slider-nav-outside .flickity-page-dots,
.row-slider .flickity-page-dots {
  bottom: 0;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  border: 3px solid #111;
  border-radius: 50%;
  opacity: 0.4;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.nav-dots-small .flickity-page-dots .dot,
.row-slider .flickity-page-dots .dot {
  opacity: 0.2;
  width: 10px;
  height: 10px;
  border: 0;
  background-color: #111;
}
.flickity-page-dots .dot:hover {
  opacity: 0.7;
}
.flickity-page-dots .dot.is-selected {
  background-color: #111;
  opacity: 1 !important;
}
.slider-nav-dots-dashes .flickity-page-dots .dot {
  height: 4px;
  width: 40px;
  margin: 0;
  border-radius: 0;
}
.slider-nav-dots-dashes-spaced .flickity-page-dots .dot {
  height: 4px;
  width: 40px;
  border-radius: 0;
}
.slider-nav-dots-simple .flickity-page-dots .dot {
  background-color: #111;
}
.slider-nav-dots-square .flickity-page-dots .dot {
  border-radius: 0;
}
.slider-nav-circle .flickity-prev-next-button svg,
.slider-nav-circle .flickity-prev-next-button .arrow {
  border-radius: 100%;
  border: 2px solid currentColor;
}
.slider-nav-circle .flickity-prev-next-button:hover svg,
.slider-nav-circle .flickity-prev-next-button:hover .arrow {
  background-color: #446084;
  border-color: #446084;
  fill: #fff !important;
}
.slider-nav-outside.slider-nav-circle .next {
  -webkit-transform: translateX(-50%) !important;
  -ms-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
}
.slider-nav-outside.slider-nav-circle .previous {
  -webkit-transform: translateX(50%) !important;
  -ms-transform: translateX(50%) !important;
  transform: translateX(50%) !important;
}
.slider-nav-reveal {
  padding-top: 0;
  overflow: hidden;
}
.slider-nav-reveal .flickity-prev-next-button:hover,
.slider-nav-reveal .flickity-prev-next-button {
  width: 30px;
  top: -2px;
  bottom: 0;
  height: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 -150px 15px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 -150px 15px 0 rgba(0, 0, 0, 0.3);
  margin: 0 !important;
}
.dark .slider-nav-reveal .flickity-prev-next-button {
  border-radius: 99px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
}
.slider-nav-reveal .flickity-prev-next-button.next {
  -webkit-transform: translateX(10%);
  -ms-transform: translateX(10%);
  transform: translateX(10%);
  left: auto !important;
  right: -1px !important;
}
.slider-nav-reveal .flickity-prev-next-button.previous {
  -webkit-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
  transform: translateX(-10%);
  transform: translateX(-10%);
  right: auto !important;
  left: -1px !important;
}
.slider-nav-light .flickity-prev-next-button {
  color: #fff;
}
.slider-nav-light .flickity-prev-next-button svg,
.slider-nav-light .flickity-prev-next-button .arrow {
  fill: #fff;
}
.slider-nav-light .flickity-page-dots .dot {
  border-color: #fff;
}
.slider-nav-light .flickity-page-dots .dot.is-selected {
  background-color: #fff;
}
.slider-nav-light.slider-nav-dots-simple .flickity-page-dots .dot {
  background-color: #fff;
}
.slider-style-container .flickity-slider > *,
.slider-style-shadow .flickity-slider > *,
.slider-style-focus .flickity-slider > * {
  max-width: 1080px;
  margin: 0 auto;
}
.slider-style-container:not(.flickity-enabled) .ux_banner,
.slider-style-shadow:not(.flickity-enabled) .ux_banner,
.slider-style-focus:not(.flickity-enabled) .ux_banner {
  opacity: 0 !important;
}
.slider-style-container .ux_banner,
.slider-style-shadow .ux_banner,
.slider-style-focus .ux_banner {
  opacity: 1;
}
.slider-style-container .flickity-slider > *:not(.is-selected),
.slider-style-shadow .flickity-slider > *:not(.is-selected),
.slider-style-focus .flickity-slider > *:not(.is-selected) {
  opacity: 0.5;
}
.slider-style-shadow {
  padding: 15px 0 25px;
}
.slider-style-shadow .flickity-slider > *:before {
  content: "";
  position: absolute;
  bottom: -6px;
  height: 100px;
  left: -10%;
  right: -10%;
  background-size: 100% 100%;
  z-index: -2;
  background-image: url(../../../themes/flatsome/assets/img/shadow@2x.png);
}
.slider-style-shadow .flickity-slider > *:not(.is-selected) {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  z-index: -1;
  opacity: 1;
}
.slider-style-shadow .flickity-slider > *:not(.is-selected):before {
  height: 200px;
  opacity: 0.5;
}
.slider-style-shadow .flickity-slider > .is-selected {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
.slider-style-focus {
  background-color: transparent;
  padding: 30px 0;
}
.slider-style-focus .flickity-page-dots {
  bottom: 6px;
}
.slider-style-focus .flickity-slider > * {
  max-width: 1050px;
}
.slider-style-focus .flickity-slider > *:not(.is-selected) {
  -webkit-transform: scale(0.93);
  -ms-transform: scale(0.93);
  transform: scale(0.93);
}
@media screen and (max-width: 549px) {
  .slider-wrapper .flickity-prev-next-button {
    display: none;
  }
  .row-slider .flickity-prev-next-button {
    width: 20px !important;
    opacity: 0.8;
    background-color: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important;
  }
  .row-slider .flickity-prev-next-button svg {
    padding: 3px !important;
    border: 0 !important;
  }
  .flickity-page-dots {
    pointer-events: none;
  }
  .flickity-slider .banner-layers {
    overflow: hidden;
  }
}
.stack {
  --stack-gap: 0;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.stack > .text > *:first-child {
  margin-top: 0;
}
.stack > .text > *:last-child {
  margin-bottom: 0;
}
.stack-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.stack-row > * {
  margin: 0 !important;
}
.stack-row > * ~ * {
  margin-left: var(--stack-gap) !important;
}
.stack-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.stack-col > * {
  margin: 0 !important;
}
.stack-col > * ~ * {
  margin-top: var(--stack-gap) !important;
}
.items-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.items-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.items-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.items-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.justify-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
@media (max-width: 849px) {
  .md\:stack-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .md\:stack-row > * {
    margin: 0 !important;
  }
  .md\:stack-row > * ~ * {
    margin-left: var(--stack-gap) !important;
  }
  .md\:stack-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .md\:stack-col > * {
    margin: 0 !important;
  }
  .md\:stack-col > * ~ * {
    margin-top: var(--stack-gap) !important;
  }
  .md\:items-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .md\:items-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .md\:items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .md\:items-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .md\:items-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .md\:justify-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .md\:justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .md\:justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .md\:justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .md\:justify-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
@media (max-width: 549px) {
  .sm\:stack-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .sm\:stack-row > * {
    margin: 0 !important;
  }
  .sm\:stack-row > * ~ * {
    margin-left: var(--stack-gap) !important;
  }
  .sm\:stack-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sm\:stack-col > * {
    margin: 0 !important;
  }
  .sm\:stack-col > * ~ * {
    margin-top: var(--stack-gap) !important;
  }
  .sm\:items-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .sm\:items-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .sm\:items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sm\:items-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .sm\:items-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .sm\:justify-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .sm\:justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sm\:justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .sm\:justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .sm\:justify-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
table {
  width: 100%;
  margin-bottom: 1em;
  border-color: #ececec;
  border-spacing: 0;
}
th,
td {
  padding: 0.5em;
  text-align: left;
  border-bottom: 1px solid #ececec;
  line-height: 1.3;
  font-size: 0.9em;
}
td {
  color: #666;
}
th:first-child,
td:first-child {
  padding-left: 0;
}
th:last-child,
td:last-child {
  padding-right: 0;
}
.dark th,
.dark td {
  border-color: rgba(255, 255, 255, 0.08);
}
td label,
td .label,
td input,
td select,
td form,
td dl,
td p {
  margin: 0.5em 0;
}
label {
  color: #222;
}
.table {
  display: table;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 849px) {
  .touch-scroll-table {
    width: calc(100% + 30px);
    padding: 15px;
    position: relative;
    overflow-y: hidden;
    margin-left: -15px;
    overflow-x: scroll;
    -webkit-box-shadow: inset -2px 0 18px -5px rgba(0, 0, 0, 0.5);
    box-shadow: inset -2px 0 18px -5px rgba(0, 0, 0, 0.5);
  }
  .touch-scroll-table table {
    width: 100%;
  }
}
.text-box {
  max-height: 100%;
}
.text-box .text-box-content {
  position: relative;
  z-index: 10;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.text-box-square .text,
.text-box-circle .text {
  height: 0;
  padding: 100% 0 0 0 !important;
  background-color: rgba(0, 0, 0, 0.9);
}
.text-box-square .text-inner,
.text-box-circle .text-inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.text-box-circle .border,
.text-box-circle .text-box-content {
  border-radius: 100% !important;
}
a {
  color: #334862;
  text-decoration: none;
}
a:focus,
.button:focus,
button:focus,
input:focus {
  outline: none;
}
a.plain {
  color: currentColor;
  -webkit-transition: color 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition: color 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: color 0.3s, opacity 0.3s, transform 0.3s;
  transition: color 0.3s, opacity 0.3s, transform 0.3s;
  transition: color 0.3s, opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.nav-dark a.plain:hover {
  opacity: 0.7;
}
a:hover,
a.remove:hover,
a.icon-circle:hover {
  color: #000;
}
.dark a,
.dark .widget a {
  color: currentColor;
}
.dark a:hover,
.dark .widget a:hover {
  color: #fff;
}
ul.links {
  margin: 5px 0;
  font-size: 0.85em;
}
ul.links li {
  margin: 0 0.4em;
  display: inline-block;
}
ul.links li a {
  color: currentColor;
}
ul.links li:before {
  font-family: "fl-icons";
  display: inline-block;
  margin-right: 5px;
}
ul.links li:first-child {
  margin-left: 0;
}
ul.links li:last-child {
  margin-right: 0;
}
.next-prev-nav .flex-col {
  padding: 0.7em 0;
}
.next-prev-nav i {
  font-size: 2em;
  margin: 0 10px !important;
  top: -1px;
  vertical-align: middle;
}
.next-prev-nav .flex-col + .flex-col {
  border-left: 1px solid #ececec;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
ol,
ul {
  margin-top: 0;
  padding: 0;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5em 0 1.5em 3em;
}
li {
  margin-bottom: 0.6em;
}
dl dt,
dl dd {
  display: inline-block;
  margin: 0 5px 0 0;
}
dl dt p,
dl dd p {
  margin: 0;
  padding: 0;
}
dl {
  opacity: 0.8;
  text-transform: uppercase;
  font-size: 0.85em;
}
ul.ul-reset {
  margin: 0;
  padding: 0;
}
ul.ul-reset > li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.entry-content ol li,
.entry-summary ol li,
.col-inner ol li,
.entry-content ul li,
.entry-summary ul li,
.col-inner ul li {
  margin-left: 1.3em;
}
.entry-content ol li.tab,
.entry-summary ol li.tab,
.col-inner ol li.tab,
.entry-content ul li.tab,
.entry-summary ul li.tab,
.col-inner ul li.tab {
  margin-left: 0;
}
ul li.bullet-checkmark,
ul li.bullet-arrow,
ul li.bullet-star {
  list-style: none;
  position: relative;
  padding: 7px 0 7px 25px;
  margin: 0;
  border-bottom: 1px solid #ececec;
}
.dark ul li.bullet-checkmark,
.dark ul li.bullet-arrow,
.dark ul li.bullet-star {
  border-color: rgba(255, 255, 255, 0.2);
}
ul li.bullet-checkmark:before,
ul li.bullet-arrow:before,
ul li.bullet-star:before {
  font-family: "fl-icons";
  left: 0;
  position: absolute;
  font-size: 16px;
  color: #7a9c59;
}
ul li.bullet-checkmark:before {
  content: "" !important;
}
ul li.bullet-arrow:before {
  content: "" !important;
}
ul li.bullet-star:before {
  content: "" !important;
}
.button,
button,
input,
textarea,
select,
fieldset {
  margin-bottom: 1em;
}
pre,
blockquote,
form,
figure,
p,
dl,
ul,
ol {
  margin-bottom: 1.3em;
}
form p {
  margin-bottom: 0.5em;
}
body {
  line-height: 1.6;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #555;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0.5em;
  text-rendering: optimizeSpeed;
}
.h1,
h1 {
  font-size: 1.7em;
  line-height: 1.3;
}
.h2,
h2 {
  font-size: 1.6em;
  line-height: 1.3;
}
.h3,
h3 {
  font-size: 1.25em;
}
.h4,
h4 {
  font-size: 1.125em;
}
.h5,
h5 {
  font-size: 1em;
}
.h6,
h6 {
  font-size: 0.85em;
  opacity: 0.8;
}
h1.entry-title.mb {
  margin-bottom: 30px;
}
@media (max-width: 549px) {
  h1 {
    font-size: 1.4em;
  }
  h2 {
    font-size: 1.2em;
  }
  h3 {
    font-size: 1em;
  }
}
h6 span {
  font-weight: 400;
  font-weight: 500;
}
h3 label {
  display: inline-block;
  margin-right: 10px;
}
p {
  margin-top: 0;
}
h1 > span,
h2 > span,
h3 > span,
h4 > span,
h5 > span,
h6 > span,
p.headline > span {
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
p.lead,
a.lead {
  font-size: 1.3em;
}
.uppercase,
h6,
th,
span.widget-title {
  line-height: 1.05;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.lowercase {
  text-transform: none !important;
}
span.widget-title {
  font-size: 1em;
  font-weight: 600;
}
.is-normal {
  font-weight: 400;
}
.is-bold {
  font-weight: 700;
}
.thin-font,
.is-thin {
  font-weight: 300 !important;
}
.thin-font strong,
.is-thin strong {
  font-weight: 700 !important;
}
.is-italic {
  font-style: italic !important;
}
.is-uppercase,
.uppercase {
  line-height: 1.2;
  text-transform: uppercase;
}
.is-alt-font,
.alt-font {
  font-family: Georgia;
}
.is-xxxlarge {
  font-size: 2.5em;
}
.is-xxlarge {
  font-size: 2em;
}
.is-xlarge {
  font-size: 1.5em;
}
.is-larger {
  font-size: 1.3em;
}
.is-large {
  font-size: 1.15em;
}
.is-small,
.is-small.button {
  font-size: 0.8em;
}
.is-smaller {
  font-size: 0.75em;
}
.is-xsmall {
  font-size: 0.7em;
}
.is-xxsmall {
  font-size: 0.6em;
}
@media (max-width: 549px) {
  .is-xxlarge {
    font-size: 2.5em;
  }
  .is-xlarge {
    font-size: 1.8em;
  }
  .is-larger {
    font-size: 1.2em;
  }
  .is-large {
    font-size: 1em;
  }
}
.box-text h1,
.box-text h2,
.box-text h3,
.box-text h4,
.box-text h5,
.box-text h6,
.box-text a:not(.button) {
  line-height: 1.3;
  margin-top: 0.1em;
  margin-bottom: 0.1em;
}
.box-text p {
  margin-top: 0.1em;
  margin-bottom: 0.1em;
}
.box-text .button {
  margin-top: 1em;
}
.banner .button {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.banner .is-divider,
.banner .text-center .is-divider {
  margin-top: 1em;
  margin-bottom: 1em;
}
.banner h1 {
  font-size: 3.5em;
}
.banner h2 {
  font-size: 2.9em;
}
.banner h3 {
  font-size: 2em;
}
.banner h2,
.banner h3,
.banner h1 {
  padding: 0;
  font-weight: 400;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
  line-height: 1;
}
.banner h4 {
  padding: 0;
  font-size: 1.5em;
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}
.banner h6,
.banner h5,
.banner p {
  padding: 0;
  margin-top: 1em;
  margin-bottom: 1em;
}
.line-height-small {
  line-height: 1.4em;
}
[data-line-height="xs"] {
  line-height: 0.85 !important;
}
[data-line-height="s"] {
  line-height: 1 !important;
}
[data-line-height="m"] {
  line-height: 1.2 !important;
}
[data-line-height="l"] {
  line-height: 1.4 !important;
}
[data-line-height="xl"] {
  line-height: 1.6 !important;
}
.nav > li > a {
  font-size: 0.8em;
}
.nav > li.html {
  font-size: 0.85em;
}
.nav-size-xsmall > li > a {
  font-size: 0.65em;
}
.nav-size-small > li > a {
  font-size: 0.7em;
}
.nav-size-medium > li > a {
  font-size: 0.9em;
}
.nav-size-large > li > a {
  font-size: 1em;
}
.nav-size-xlarge > li > a {
  font-size: 1.1em;
}
.nav-spacing-xsmall > li {
  margin: 0;
}
.nav-spacing-small > li {
  margin: 0 5px;
}
.nav-spacing-medium > li {
  margin: 0 9px;
}
.nav-spacing-large > li {
  margin: 0 11px;
}
.nav-spacing-xlarge > li {
  margin: 0 13px;
}
.fancy-underline {
  position: relative;
}
.fancy-underline:after {
  content: "";
  color: green;
  position: absolute;
  left: 0;
  border-radius: 999px;
  right: 0;
  top: 100%;
  height: 9px;
  image-rendering: -webkit-optimize-contrast;
  background: url(../../../themes/flatsome/assets/img/underline.png) 50% top
    no-repeat;
  background-size: 100% 9px;
}
span.count-up {
  opacity: 0;
  -webkit-transition: opacity 2s;
  -o-transition: opacity 2s;
  transition: opacity 2s;
}
span.count-up.active {
  opacity: 1;
}
[data-text-color="primary"] {
  color: #446084 !important;
}
[data-text-color="secondary"] {
  color: #d26e4b !important;
}
[data-text-color="alert"] {
  color: #b20000 !important;
}
[data-text-color="success"] {
  color: #7a9c59 !important;
}
[data-text-bg="primary"] {
  background-color: #446084;
}
[data-text-bg="secondary"] {
  background-color: #d26e4b;
}
[data-text-bg="alert"] {
  background-color: #b20000;
}
[data-text-bg="success"] {
  background-color: #7a9c59;
}
.text-bordered-white,
.text-bordered-primary,
.text-bordered-dark {
  border: 2px solid #fff;
  padding: 5px;
  display: inline-block;
}
.text-bordered-dark {
  border-color: #000;
}
h1.text-bordered-white,
h1.text-bordered-primary,
h1.text-bordered-dark {
  padding: 15px;
}
.text-boarder-top-bottom-white,
.text-boarder-top-bottom-dark {
  border-top: 3px solid #fff;
  padding-top: 15px;
  border-bottom: 3px solid #fff;
  padding-bottom: 15px;
  display: inline-block;
}
.text-boarder-top-bottom-dark {
  border-color: #000;
}
blockquote {
  position: relative;
  font-size: 1.2em;
  margin: 0 0 1.25em;
  padding: 0 1.25em 0 1.875em;
  border-left: 2px solid #446084;
  font-style: italic;
  color: #333;
}
.dark blockquote {
  color: #fff;
}
.container:after,
.row:after,
.clearfix:after,
.clear:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 549px) {
  [data-show="hide-for-small"],
  .hide-for-small {
    display: none !important;
  }
  .small-text-center {
    text-align: center !important;
    width: 100% !important;
    float: none !important;
  }
}
@media (min-width: 550px) {
  [data-show="show-for-small"],
  .show-for-small {
    display: none !important;
  }
}
@media (min-width: 850px) {
  [data-show="show-for-medium"],
  .show-for-medium {
    display: none !important;
  }
}
@media (max-width: 849px) {
  [data-show="hide-for-medium"],
  .hide-for-medium {
    display: none !important;
  }
  .medium-text-center .pull-left,
  .medium-text-center .pull-right {
    float: none;
  }
  .medium-text-center .ml {
    margin-left: auto;
  }
  .medium-text-center .mr {
    margin-right: auto;
  }
  .medium-text-center {
    text-align: center !important;
    width: 100% !important;
    float: none !important;
  }
}
@media (min-width: 850px) {
  [data-show="hide-for-large"],
  .hide-for-large {
    display: none !important;
  }
}
.full-width,
.expand {
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  display: block;
}
.pull-right {
  float: right;
  margin-right: 0 !important;
}
.pull-left {
  float: left;
  margin-left: 0 !important;
}
.mb {
  margin-bottom: 30px;
}
.mt {
  margin-top: 30px;
}
.mr {
  margin-right: 30px;
}
.ml {
  margin-left: 30px;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mb-half {
  margin-bottom: 15px;
}
.mt-half {
  margin-top: 15px;
}
.mr-half {
  margin-right: 15px;
}
.ml-half {
  margin-left: 15px;
}
.mb-half:last-child,
.mb:last-child {
  margin-bottom: 0;
}
.pb {
  padding-bottom: 30px;
}
.pt {
  padding-top: 30px;
}
.pb-half {
  padding-bottom: 15px;
}
.pt-half {
  padding-top: 15px;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.inner-padding {
  padding: 30px;
}
.first-reset *:first-child {
  margin-top: 0;
}
.last-reset *:last-child {
  margin-bottom: 0;
}
.no-select {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-center > div,
.text-center > div > div,
.text-center .is-divider,
.text-center .star-rating,
.text-center .is-star-rating {
  margin-left: auto;
  margin-right: auto;
}
.text-center .pull-right,
.text-center .pull-left {
  float: none;
}
.text-left .is-divider,
.text-left .star-rating,
.text-left .is-star-rating {
  margin-right: auto;
  margin-left: 0;
}
.text-right > div,
.text-right > div > div,
.text-right .is-divider,
.text-right .star-rating,
.text-right .is-star-rating {
  margin-left: auto;
  margin-right: 0;
}
.relative {
  position: relative !important;
}
.absolute {
  position: absolute !important;
}
.fixed {
  position: fixed !important;
  z-index: 12;
}
.top {
  top: 0;
}
.right {
  right: 0;
}
.left {
  left: 0;
}
.bottom {
  bottom: 0;
}
.fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  right: 0;
  bottom: 0;
  padding: 0 !important;
  margin: 0 !important;
}
.v-center {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.h-center {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.h-center.v-center {
  left: auto !important;
  bottom: auto !important;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.is-full-height {
  min-height: 550px;
  height: 100%;
  height: 100vh;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.bg-fill {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: 50% 50%;
}
.bg-top {
  background-position: top;
  -o-object-position: top;
  object-position: top;
}
.circle {
  border-radius: 999px !important;
  -o-object-fit: cover;
  object-fit: cover;
}
.circle img {
  border-radius: 999px !important;
  -o-object-fit: cover;
  object-fit: cover;
}
.round {
  border-radius: 5px;
}
.has-border {
  border: 2px solid #446084;
  padding: 15px 30px 30px;
}
.dashed-border {
  border-style: dashed;
}
.success-border {
  border-color: #7a9c59;
}
.bt {
  border-top: 1px solid #ececec;
}
.bb {
  border-bottom: 1px solid #ececec;
}
.bl {
  border-left: 1px solid #ececec;
}
.br {
  border-right: 1px solid #ececec;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.is-invisible {
  visibility: hidden;
  opacity: 0;
}
.z-1 {
  z-index: 21;
}
.z-2 {
  z-index: 22;
}
.z-3 {
  z-index: 23;
}
.z-4 {
  z-index: 24;
}
.z-5 {
  z-index: 25;
}
.z-top {
  z-index: 9995;
}
.z-top-2 {
  z-index: 9996;
}
.z-top-3 {
  z-index: 9997;
}
.no-click {
  pointer-events: none;
}
.no-wrap {
  white-space: nowrap;
}
.primary-color {
  color: #446084;
}
.secondary-color {
  color: #d26e4b;
}
.success-color {
  color: #7a9c59;
}
.alert-color {
  color: #b20000;
}
.bg-primary-color {
  background-color: #446084;
}
.bg-secondary-color {
  background-color: #d26e4b;
}
.bg-success-color {
  background-color: #7a9c59;
}
.bg-alert-color {
  background-color: #b20000;
}
.is-transparent {
  background-color: transparent !important;
}
.inline {
  display: inline;
}
.block {
  display: block;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
}
@media (max-width: 549px) {
  .small-block {
    display: block;
  }
}
.inline-block {
  display: inline-block;
}
.inline-images img,
img.inline {
  display: inline-block !important;
}
.is-well {
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.02);
  -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2),
    0 1px 0 rgba(0, 0, 0, 0.07), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.07),
    inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.no-overflow {
  overflow: hidden;
}
.no-text-overflow {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.strong {
  font-weight: 700;
}
.op-4 {
  opacity: 0.4;
}
.op-5 {
  opacity: 0.5;
}
.op-6 {
  opacity: 0.6;
}
.op-7 {
  opacity: 0.7;
}
.op-8 {
  opacity: 0.8;
}
@media (max-width: 549px) {
  .sm-touch-scroll {
    overflow-y: none;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.no-scrollbar {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  scrollbar-width: none;
}
.no-scrollbar::-webkit-scrollbar {
  width: 0px !important;
  height: 0px !important;
}
.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;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  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: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
@media screen and (max-width: 549px) {
  .x5 {
    left: 5%;
  }
  .x15 {
    left: 15%;
  }
  .x25 {
    left: 25%;
  }
  .x35 {
    left: 35%;
  }
  .x45 {
    left: 45%;
  }
  .x55 {
    right: 45%;
  }
  .x65 {
    right: 35%;
  }
  .x75 {
    right: 25%;
  }
  .x85 {
    right: 15%;
  }
  .x95 {
    right: 5%;
  }
  .x0 {
    left: 0%;
  }
  .x10 {
    left: 10%;
  }
  .x20 {
    left: 20%;
  }
  .x30 {
    left: 30%;
  }
  .x40 {
    left: 40%;
  }
  .x60 {
    right: 40%;
  }
  .x70 {
    right: 30%;
  }
  .x80 {
    right: 20%;
  }
  .x90 {
    right: 10%;
  }
  .x100 {
    right: 0%;
  }
  .y0 {
    top: 0%;
  }
  .y10 {
    top: 10%;
  }
  .y20 {
    top: 20%;
  }
  .y30 {
    top: 30%;
  }
  .y40 {
    top: 40%;
  }
  .y60 {
    bottom: 40%;
  }
  .y70 {
    bottom: 30%;
  }
  .y80 {
    bottom: 20%;
  }
  .y90 {
    bottom: 10%;
  }
  .y100 {
    bottom: 0%;
  }
  .y5 {
    top: 5%;
  }
  .y15 {
    top: 15%;
  }
  .y25 {
    top: 25%;
  }
  .y35 {
    top: 35%;
  }
  .y45 {
    top: 45%;
  }
  .y55 {
    bottom: 45%;
  }
  .y65 {
    bottom: 35%;
  }
  .y75 {
    bottom: 25%;
  }
  .y85 {
    bottom: 15%;
  }
  .y95 {
    bottom: 5%;
  }
  .x50 {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .y50 {
    top: 50.3%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .y50.x50 {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 550px) and (max-width: 849px) {
  .md-x5 {
    left: 5%;
  }
  .md-x15 {
    left: 15%;
  }
  .md-x25 {
    left: 25%;
  }
  .md-x35 {
    left: 35%;
  }
  .md-x45 {
    left: 45%;
  }
  .md-x55 {
    right: 45%;
  }
  .md-x65 {
    right: 35%;
  }
  .md-x75 {
    right: 25%;
  }
  .md-x85 {
    right: 15%;
  }
  .md-x95 {
    right: 5%;
  }
  .md-y5 {
    top: 5%;
  }
  .md-y15 {
    top: 15%;
  }
  .md-y25 {
    top: 25%;
  }
  .md-y35 {
    top: 35%;
  }
  .md-y45 {
    top: 45%;
  }
  .md-y55 {
    bottom: 45%;
  }
  .md-y65 {
    bottom: 35%;
  }
  .md-y75 {
    bottom: 25%;
  }
  .md-y85 {
    bottom: 15%;
  }
  .md-y95 {
    bottom: 5%;
  }
  .md-x0 {
    left: 0%;
  }
  .md-x10 {
    left: 10%;
  }
  .md-x20 {
    left: 20%;
  }
  .md-x30 {
    left: 30%;
  }
  .md-x40 {
    left: 40%;
  }
  .md-x60 {
    right: 40%;
  }
  .md-x70 {
    right: 30%;
  }
  .md-x80 {
    right: 20%;
  }
  .md-x90 {
    right: 10%;
  }
  .md-x100 {
    right: 0%;
  }
  .md-y0 {
    top: 0%;
  }
  .md-y10 {
    top: 10%;
  }
  .md-y20 {
    top: 20%;
  }
  .md-y30 {
    top: 30%;
  }
  .md-y40 {
    top: 40%;
  }
  .md-y60 {
    bottom: 40%;
  }
  .md-y70 {
    bottom: 30%;
  }
  .md-y80 {
    bottom: 20%;
  }
  .md-y90 {
    bottom: 10%;
  }
  .md-y100 {
    bottom: 0%;
  }
  .md-x50 {
    left: 50%;
    -webkit-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
  }
  .md-y50 {
    top: 50%;
    -webkit-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
  }
  .md-x50.md-y50 {
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
  }
}
@media screen and (min-width: 850px) {
  .lg-x5 {
    left: 5%;
  }
  .lg-x15 {
    left: 15%;
  }
  .lg-x25 {
    left: 25%;
  }
  .lg-x35 {
    left: 35%;
  }
  .lg-x45 {
    left: 45%;
  }
  .lg-x55 {
    right: 45%;
  }
  .lg-x65 {
    right: 35%;
  }
  .lg-x75 {
    right: 25%;
  }
  .lg-x85 {
    right: 15%;
  }
  .lg-x95 {
    right: 5%;
  }
  .lg-y5 {
    top: 5%;
  }
  .lg-y15 {
    top: 15%;
  }
  .lg-y25 {
    top: 25%;
  }
  .lg-y35 {
    top: 35%;
  }
  .lg-y45 {
    top: 45%;
  }
  .lg-y55 {
    bottom: 45%;
  }
  .lg-y65 {
    bottom: 35%;
  }
  .lg-y75 {
    bottom: 25%;
  }
  .lg-y85 {
    bottom: 15%;
  }
  .lg-y95 {
    bottom: 5%;
  }
  .lg-x0 {
    left: 0%;
  }
  .lg-x10 {
    left: 10%;
  }
  .lg-x20 {
    left: 20%;
  }
  .lg-x30 {
    left: 30%;
  }
  .lg-x40 {
    left: 40%;
  }
  .lg-x60 {
    right: 40%;
  }
  .lg-x70 {
    right: 30%;
  }
  .lg-x80 {
    right: 20%;
  }
  .lg-x90 {
    right: 10%;
  }
  .lg-x100 {
    right: 0%;
  }
  .lg-y0 {
    top: 0%;
  }
  .lg-y10 {
    top: 10%;
  }
  .lg-y20 {
    top: 20%;
  }
  .lg-y30 {
    top: 30%;
  }
  .lg-y40 {
    top: 40%;
  }
  .lg-y60 {
    bottom: 40%;
  }
  .lg-y70 {
    bottom: 30%;
  }
  .lg-y80 {
    bottom: 20%;
  }
  .lg-y90 {
    bottom: 10%;
  }
  .lg-y100 {
    bottom: 0%;
  }
  .lg-x50 {
    left: 50%;
    -webkit-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
  }
  .lg-y50 {
    top: 50%;
    -webkit-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
  }
  .lg-x50.lg-y50 {
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
  }
}
.res-text {
  font-size: 11px;
}
.widget-area .res-text,
.small-1 .res-text,
.small-2 .res-text,
.small-3 .res-text {
  font-size: 8px;
}
.small-1 .res-text h6,
.small-2 .res-text h6,
.small-3 .res-text h6 {
  font-size: 10px;
}
.small-1 .res-text p.lead,
.small-2 .res-text p.lead,
.small-3 .res-text p.lead {
  font-size: 16px;
}
.small-4 .res-text {
  font-size: 8.5px;
}
.small-5 .res-text {
  font-size: 9px;
}
.small-6 .res-text {
  font-size: 10px;
}
.small-7 .res-text {
  font-size: 11px;
}
.small-8 .res-text {
  font-size: 12px;
}
.small-9 .res-text {
  font-size: 13px;
}
.small-10 .res-text {
  font-size: 14px;
}
.small-11 .res-text {
  font-size: 15px;
}
@media screen and (min-width: 550px) {
  .medium-1 .res-text,
  .medium-2 .res-text,
  .medium-3 .res-text,
  .medium-4 .res-text,
  .medium-5 .res-text,
  .medium-6 .res-text,
  .medium-7 .res-text {
    font-size: 0.8vw;
  }
  .medium-8 .res-text {
    font-size: 0.9vw;
  }
  .medium-9 .res-text {
    font-size: 1.15vw;
  }
  .medium-10 .res-text {
    font-size: 1.3vw;
  }
  .medium-11 .res-text {
    font-size: 1.5vw;
  }
  .res-text {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 850px) {
  .res-text {
    font-size: 16px;
  }
  .widget-area .res-text,
  .large-1 .res-text,
  .large-2 .res-text,
  .large-3 .res-text {
    font-size: 8px;
  }
  .large-1 .res-text h6,
  .large-2 .res-text h6,
  .large-3 .res-text h6 {
    font-size: 10px;
  }
  .large-1 .res-text p.lead,
  .large-2 .res-text p.lead,
  .large-3 .res-text p.lead {
    font-size: 16px;
  }
  .large-4 .res-text {
    font-size: 8.5px;
  }
  .large-5 .res-text {
    font-size: 9px;
  }
  .large-6 .res-text {
    font-size: 10px;
  }
  .large-7 .res-text {
    font-size: 11px;
  }
  .large-8 .res-text {
    font-size: 12px;
  }
  .large-9 .res-text {
    font-size: 13px;
  }
  .large-10 .res-text {
    font-size: 14px;
  }
  .large-11 .res-text {
    font-size: 15px;
  }
}
[data-animate],
.slider [data-animate] {
  will-change: filter, transform, opacity;
  -webkit-backface-visibility: hidden;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0 !important;
  -webkit-transition: opacity 0.7s ease-in, -webkit-filter 1.3s,
    -webkit-transform 1.6s;
  transition: opacity 0.7s ease-in, -webkit-filter 1.3s, -webkit-transform 1.6s;
  -o-transition: filter 1.3s, transform 1.6s, opacity 0.7s ease-in;
  transition: filter 1.3s, transform 1.6s, opacity 0.7s ease-in;
  transition: filter 1.3s, transform 1.6s, opacity 0.7s ease-in,
    -webkit-filter 1.3s, -webkit-transform 1.6s;
}
[data-animate="bounceInLeft"],
[data-animate="bounceInUp"],
[data-animate="bounceInDown"],
[data-animate="bounceInRight"],
.slider [data-animate="bounceInLeft"],
.slider [data-animate="bounceInUp"],
.slider [data-animate="bounceInDown"],
.slider [data-animate="bounceInRight"] {
  -webkit-transition: opacity 0.5s ease-in,
    -webkit-transform 0.8s cubic-bezier(0, 0.195, 0, 1.465);
  transition: opacity 0.5s ease-in,
    -webkit-transform 0.8s cubic-bezier(0, 0.195, 0, 1.465);
  -o-transition: transform 0.8s cubic-bezier(0, 0.195, 0, 1.465),
    opacity 0.5s ease-in;
  transition: transform 0.8s cubic-bezier(0, 0.195, 0, 1.465),
    opacity 0.5s ease-in;
  transition: transform 0.8s cubic-bezier(0, 0.195, 0, 1.465),
    opacity 0.5s ease-in,
    -webkit-transform 0.8s cubic-bezier(0, 0.195, 0, 1.465);
}
[data-animate="bounceInLeft"],
.slider [data-animate="bounceInLeft"] {
  -webkit-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0);
}
[data-animate="blurIn"],
.slider [data-animate="blurIn"] {
  -webkit-filter: blur(15px);
  filter: blur(15px);
}
[data-animate="fadeInLeft"],
.slider [data-animate="fadeInLeft"] {
  -webkit-transform: translate3d(-70px, 0, 0);
  transform: translate3d(-70px, 0, 0);
}
[data-animate="fadeInRight"],
.slider [data-animate="fadeInRight"] {
  -webkit-transform: translate3d(70px, 0, 0);
  transform: translate3d(70px, 0, 0);
}
[data-animate="bounceInUp"],
[data-animate="fadeInUp"],
.slider [data-animate="bounceInUp"],
.slider [data-animate="fadeInUp"] {
  -webkit-transform: translate3d(0, 70px, 0);
  transform: translate3d(0, 70px, 0);
}
[data-animate="bounceInRight"],
.slider [data-animate="bounceInRight"] {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}
[data-animate="bounceIn"],
.slider [data-animate="bounceIn"] {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
[data-animate="bounceInDown"],
[data-animate="fadeInDown"],
.slider [data-animate="bounceInDown"],
.slider [data-animate="fadeInDown"] {
  -webkit-transform: translate3d(0, -70px, 0);
  transform: translate3d(0, -70px, 0);
}
[data-animate="flipInY"],
.slider [data-animate="flipInY"] {
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -90deg)
    translate3d(15px, 0, 0);
  transform: perspective(400px) rotate3d(0, 1, 0, -90deg)
    translate3d(15px, 0, 0);
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
[data-animate="flipInX"],
.slider [data-animate="flipInX"] {
  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg)
    translate3d(0, -15px, 0);
  transform: perspective(400px) rotate3d(1, 0, 0, 90deg)
    translate3d(0, -15px, 0);
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
[data-animated="true"],
.slider .is-selected [data-animated="true"],
.row-slider.slider [data-animated="true"] {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  opacity: 1 !important;
}
.flickity-slider > *:not(.is-selected) [data-animated="true"] {
  -webkit-transition: opacity 0.3s !important;
  -o-transition: opacity 0.3s !important;
  transition: opacity 0.3s !important;
}
[data-animate="none"],
.slider [data-animate="none"] {
  opacity: 1 !important;
}
[data-animated="true"][data-animate="blurIn"],
.slider [data-animate="blurIn"][data-animated="true"] {
  -webkit-filter: blur(0);
  filter: blur(0);
}
[data-animated="false"] {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.has-shadow [data-animate],
[data-animate]:hover {
  -webkit-transition-delay: 0s !important;
  -o-transition-delay: 0s !important;
  transition-delay: 0s !important;
}
[data-animate-delay="100"] {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.nav-anim > li {
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
  opacity: 0;
}
.active .nav-anim > li,
.nav-anim.active > li,
.mfp-ready .nav-anim > li {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.nav-anim > li,
.col + .col [data-animate],
[data-animate-delay="200"],
[data-animate] + [data-animate] {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.nav-anim > li + li,
[data-animate-delay="300"] {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.nav-anim > li + li + li,
.col + .col + .col [data-animate],
[data-animate-delay="400"],
[data-animate] + [data-animate] + [data-animate] {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.nav-anim > li + li + li + li,
[data-animate-delay="500"] {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.nav-anim > li + li + li + li + li,
.col + .col + .col + .col [data-animate],
[data-animate-delay="600"],
[data-animate] + [data-animate] + [data-animate] + [data-animate] {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.nav-anim > li + li + li + li + li + li,
[data-animate-delay="700"] {
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.nav-anim > li + li + li + li + li + li + li,
.col + .col + .col + .col + .col [data-animate],
[data-animate]
  + [data-animate]
  + [data-animate]
  + [data-animate]
  + [data-animate],
[data-animate-delay="800"] {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.nav-anim > li + li + li + li + li + li + li + li,
.col + .col + .col + .col + .col + .col [data-animate],
[data-animate-delay="900"] {
  -webkit-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.nav-anim > li + li + li + li + li + li + li + li + li,
.col + .col + .col + .col + .col + .col + .col [data-animate],
[data-animate-delay="1000"] {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
.slider-type-fade .flickity-slider > *:not(.is-selected) [data-animate] {
  opacity: 0 !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
@-webkit-keyframes stuckMoveDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes stuckMoveDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes stuckMoveUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes stuckMoveUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes stuckFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes stuckFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.is-border {
  border-width: 1px;
  border-style: solid;
  border-color: #ececec;
  position: absolute;
  pointer-events: none;
  border-radius: 0;
  margin: 0;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.is-dashed {
  border-style: dashed;
}
.is-dotted {
  border-style: dotted;
}
.has-shadow.box:not(.box-overlay):not(.box-shade),
.has-shadow .box:not(.box-overlay):not(.box-shade) {
  background-color: #fff;
}
.dark .has-shadow.box:not(.box-overlay):not(.box-shade),
.dark .has-shadow .box:not(.box-overlay):not(.box-shade) {
  background-color: #333;
}
.row-box-shadow-1 .col-inner,
.row-box-shadow-2 .col-inner,
.row-box-shadow-3 .col-inner,
.row-box-shadow-4 .col-inner,
.row-box-shadow-5 .col-inner,
.row-box-shadow-1-hover .col-inner,
.row-box-shadow-2-hover .col-inner,
.row-box-shadow-3-hover .col-inner,
.row-box-shadow-4-hover .col-inner,
.row-box-shadow-5-hover .col-inner,
.box-shadow-1,
.box-shadow-2,
.box-shadow-3,
.box-shadow-4,
.box-shadow-5,
.box-shadow-1-hover,
.box-shadow-2-hover,
.box-shadow-3-hover,
.box-shadow-4-hover,
.box-shadow-5-hover {
  -webkit-transition: background-color 0.3s, color 0.3s, opacity 0.3s,
    -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: background-color 0.3s, color 0.3s, opacity 0.3s,
    -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: transform 0.3s, box-shadow 0.3s, background-color 0.3s,
    color 0.3s, opacity 0.3s;
  transition: transform 0.3s, box-shadow 0.3s, background-color 0.3s, color 0.3s,
    opacity 0.3s;
  transition: transform 0.3s, box-shadow 0.3s, background-color 0.3s, color 0.3s,
    opacity 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
}
.row-box-shadow-1 .col-inner,
.row-box-shadow-1-hover .col-inner:hover,
.box-shadow-1,
.box-shadow-1-hover:hover {
  -webkit-box-shadow: 0 1px 3px -2px rgba(0, 0, 0, 0.12),
    0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px -2px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.box-shadow,
.row-box-shadow-2 .col-inner,
.row-box-shadow-2-hover .col-inner:hover,
.box-shadow-2,
.box-shadow-2-hover:hover {
  -webkit-box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.16),
    0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.row-box-shadow-3 .col-inner,
.row-box-shadow-3-hover .col-inner:hover,
.box-shadow-3,
.box-shadow-3-hover:hover {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19),
    0 6px 6px rgba(0, 0, 0, 0.22);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.22);
}
.row-box-shadow-4 .col-inner,
.row-box-shadow-4-hover .col-inner:hover,
.box-shadow-4,
.box-shadow-4-hover:hover {
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25),
    0 10px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
}
.row-box-shadow-5 .col-inner,
.row-box-shadow-5-hover .col-inner:hover,
.box-shadow-5,
.box-shadow-5-hover:hover {
  -webkit-box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.2);
}
.row-box-shadow-5-hover .col-inner:hover,
.box-shadow-5-hover:hover,
.box-shadow-4-hover:hover,
.row-box-shadow-4-hover .col-inner:hover {
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
}
.text-shadow,
.text-shadow-1 {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.text-shadow-2 {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}
.text-shadow-3 {
  text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.4);
}
.text-shadow-4 {
  text-shadow: 3px 3px 12px rgba(0, 0, 0, 0.5);
}
.text-shadow-5 {
  text-shadow: 5px 5px 16px rgba(0, 0, 0, 0.6);
}
a.hotspot {
  background-color: #000;
  color: #fff;
  border-radius: 99px;
  opacity: 0.8;
  font-weight: bolder;
  display: block;
  padding: 0;
  line-height: 1.5em;
  text-align: center;
  height: 1.5em;
  width: 1.5em;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
a.hotspot i {
  font-size: 0.8em;
}
a.hotspot:hover {
  opacity: 1;
  color: #000 !important;
  background-color: #fff !important;
}
.has-hover .bg,
.has-hover [class*="image-"] img {
  -webkit-transition: opacity 0.6s, -webkit-filter 0.6s, -webkit-transform 0.6s,
    -webkit-box-shadow 0.3s;
  transition: opacity 0.6s, -webkit-filter 0.6s, -webkit-transform 0.6s,
    -webkit-box-shadow 0.3s;
  -o-transition: filter 0.6s, opacity 0.6s, transform 0.6s, box-shadow 0.3s;
  transition: filter 0.6s, opacity 0.6s, transform 0.6s, box-shadow 0.3s;
  transition: filter 0.6s, opacity 0.6s, transform 0.6s, box-shadow 0.3s,
    -webkit-filter 0.6s, -webkit-transform 0.6s, -webkit-box-shadow 0.3s;
}
.bg-color .bg,
.bg-grayscale:hover .bg,
.has-hover .image-color img,
.has-hover:hover .image-grayscale img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.bg-color:hover .bg,
.has-hover:hover .image-color img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.bg-zoom:hover .bg,
.has-hover:hover .image-zoom img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.bg-zoom-long .bg,
.has-hover .image-zoom-long img {
  -webkit-transition: -webkit-transform 5s !important;
  transition: -webkit-transform 5s !important;
  -o-transition: transform 5s !important;
  transition: transform 5s !important;
  transition: transform 5s, -webkit-transform 5s !important;
}
.bg-zoom-long .bg,
.has-hover:hover .image-zoom-long img {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.bg-zoom-fade:hover .bg,
.has-hover:hover .image-zoom-fade img {
  opacity: 0.7;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.bg-glow:hover .bg,
.has-hover:hover .image-glow img {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}
.bg-fade-out:hover .bg,
.has-hover:hover .image-fade-out img {
  opacity: 0.7;
}
.image-fade:hover .bg,
.has-hover:hover .image-fade img {
  opacity: 0.6;
}
.bg-fade-in .bg,
.image-fade-in img {
  opacity: 0.7;
}
.bg-fade-in:hover .bg,
.has-hover:hover .image-fade-in img {
  opacity: 1;
}
.bg-blur:hover .bg,
.has-hover:hover .image-blur img {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
.bg-overlay-remove:hover .overlay,
.bg-overlay-add:not(:hover) .overlay,
.has-hover:hover .image-overlay-remove .overlay,
.has-hover:not(:hover) .image-overlay-add .overlay {
  opacity: 0;
}
.bg-overlay-remove-50:hover .overlay,
.bg-overlay-add-50:not(:hover) .overlay,
.has-hover:hover .image-overlay-remove-50 .overlay,
.has-hover:not(:hover) .image-overlay-add-50 .overlay {
  opacity: 0.5;
}
.has-mask {
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.mask-circle {
  -webkit-clip-path: circle(50% at center);
  clip-path: circle(50% at center);
}
.mask-angled {
  -webkit-clip-path: polygon(0 calc(0% + 30px), 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 calc(0% + 30px), 100% 0, 100% 100%, 0 100%);
}
.mask-angled-right {
  -webkit-clip-path: polygon(0 0, 100% calc(0% + 30px), 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% calc(0% + 30px), 100% 100%, 0 100%);
}
.mask-arrow {
  -webkit-clip-path: polygon(
    0 0,
    calc(50% - 30px) 0,
    50% calc(0% + 30px),
    calc(50% + 30px) 0,
    100% 0,
    100% 100%,
    0 100%
  );
  clip-path: polygon(
    0 0,
    calc(50% - 30px) 0,
    50% calc(0% + 30px),
    calc(50% + 30px) 0,
    100% 0,
    100% 100%,
    0 100%
  );
}
.mask-angled-large {
  -webkit-clip-path: polygon(0 calc(0% + 60px), 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 calc(0% + 60px), 100% 0, 100% 100%, 0 100%);
}
.mask-angled-right-large {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 60px), 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 60px), 0 100%);
}
.mask-arrow-large {
  -webkit-clip-path: polygon(
    0 0,
    calc(50% - 60px) 0,
    50% calc(0% + 60px),
    calc(50% + 60px) 0,
    100% 0,
    100% 100%,
    0 100%
  );
  clip-path: polygon(
    0 0,
    calc(50% - 60px) 0,
    50% calc(0% + 60px),
    calc(50% + 60px) 0,
    100% 0,
    100% 100%,
    0 100%
  );
}
.mask-angled-right,
.mask-arrow,
.mask-angled {
  margin-top: -30px;
}
.mask-angled-right-large,
.mask-arrow-large,
.mask-angled-large {
  margin-top: -60px;
}
[data-parallax]:not(.parallax-active) {
  opacity: 0;
}
[data-parallax] {
  will-change: transform !important;
}
[data-parallax-container] {
  overflow: hidden;
}
[data-parallax]:not(.parallax-active) .bg {
  opacity: 0;
}
.shade {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#323232),
    color-stop(33%, rgba(50, 50, 50, 0))
  );
  background: -o-linear-gradient(bottom, #323232 0%, rgba(50, 50, 50, 0) 33%);
  background: linear-gradient(to top, #323232 0%, rgba(50, 50, 50, 0) 33%);
  opacity: 0.3;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.shade-top {
  opacity: 0.4;
  background: rgba(0, 0, 0, 0.2);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(black),
    color-stop(70%, rgba(0, 0, 0, 0))
  );
  background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0) 70%);
  background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0) 70%);
}
.box:hover .shade {
  opacity: 0.5;
}
.box-shade:not(.dark) .shade {
  opacity: 0.8;
  background: rgba(255, 255, 255, 0.2);
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(white),
    color-stop(33%, rgba(255, 255, 255, 0))
  );
  background: -o-linear-gradient(bottom, white 0%, rgba(255, 255, 255, 0) 33%);
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 33%);
}
.show-on-hover,
.hover-slide,
.hover-slide-in,
.hover-zoom,
.hover-zoom-in {
  opacity: 0;
  -webkit-transition: opacity 0.5s, max-height 0.6s, -webkit-transform 0.3s,
    -webkit-filter 0.6s;
  transition: opacity 0.5s, max-height 0.6s, -webkit-transform 0.3s,
    -webkit-filter 0.6s;
  -o-transition: opacity 0.5s, transform 0.3s, max-height 0.6s, filter 0.6s;
  transition: opacity 0.5s, transform 0.3s, max-height 0.6s, filter 0.6s;
  transition: opacity 0.5s, transform 0.3s, max-height 0.6s, filter 0.6s,
    -webkit-transform 0.3s, -webkit-filter 0.6s;
  -webkit-filter: blur(0);
  filter: blur(0);
  pointer-events: none;
}
.hover-slide {
  -webkit-transform: translateY(15%) translateZ(0);
  transform: translateY(15%) translateZ(0);
}
.hover-slide-in {
  -webkit-transform: translateY(100%) translateZ(0);
  transform: translateY(100%) translateZ(0);
}
.box-text-middle .box-text.hover-slide {
  -webkit-transform: translateY(-40%) translateZ(0);
  transform: translateY(-40%) translateZ(0);
}
.hover-fade-out {
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.has-hover:hover .hover-fade-out {
  opacity: 0;
}
.hover-invert {
  opacity: 1 !important;
  -webkit-filter: invert(0);
  filter: invert(0);
}
.has-hover:hover .hover-invert {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
.hover-reveal {
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  opacity: 0;
  -webkit-transform: translateY(15%) translateZ(0);
  transform: translateY(15%) translateZ(0);
  max-height: 0;
}
.has-hover:hover .hover-reveal {
  opacity: 1;
  max-height: 150px;
}
.has-hover:hover .hover-reveal.reveal-small {
  max-height: 30px;
}
.hover-blur {
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-filter 0.3s;
  transition: opacity 0.3s, -webkit-filter 0.3s;
  -o-transition: filter 0.3s, opacity 0.3s;
  transition: filter 0.3s, opacity 0.3s;
  transition: filter 0.3s, opacity 0.3s, -webkit-filter 0.3s;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.has-hover:hover .hover-blur {
  opacity: 1;
  -webkit-filter: blur(0) !important;
  filter: blur(0) !important;
}
.hover-zoom {
  -webkit-transform: scale(1.1) translateZ(0);
  transform: scale(1.1) translateZ(0);
}
.box-text-middle .box-text.hover-zoom {
  -webkit-transform: scale(1.1) translateZ(0) translateY(-50%);
  transform: scale(1.1) translateZ(0) translateY(-50%);
}
.hover-zoom-in {
  -webkit-transform: scale(0.9) translateZ(0);
  transform: scale(0.9) translateZ(0);
}
.box-text-middle .box-text.hover-zoom-in {
  -webkit-transform: scale(0.9) translateZ(0) translateY(-50%);
  transform: scale(0.9) translateZ(0) translateY(-50%);
}
.hover-bounce {
  opacity: 1 !important;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: scale(1) translateZ(0) translateY(10px) !important;
  transform: scale(1) translateZ(0) translateY(10px) !important;
}
.has-hover:hover .hover-bounce {
  -webkit-transform: scale(1) translateZ(0) translateY(0) !important;
  transform: scale(1) translateZ(0) translateY(0) !important;
}
.box-text-middle .hover-bounce {
  -webkit-transform: scale(1) translateZ(0) translateY(-40%) !important;
  transform: scale(1) translateZ(0) translateY(-40%) !important;
}
.box-text-middle:hover .box-text.hover-bounce {
  -webkit-transform: scale(1) translateZ(0) translateY(-50%) !important;
  transform: scale(1) translateZ(0) translateY(-50%) !important;
}
.has-hover:hover img.show-on-hover {
  opacity: 1;
}
.has-hover:hover .hover-slide,
.has-hover:hover .hover-slide-in,
.has-hover:hover .hover-zoom,
.has-hover:hover .hover-zoom-in,
.has-hover:hover .show-on-hover {
  opacity: 1;
  -webkit-transform: scale(1) translateZ(0) translateY(0) !important;
  transform: scale(1) translateZ(0) translateY(0) !important;
  pointer-events: inherit;
}
.has-hover:hover .show-on-hover.center,
.box-text-middle:hover .show-on-hover.box-text {
  -webkit-transform: scale(1) translateZ(0) translateY(-50%) !important;
  transform: scale(1) translateZ(0) translateY(-50%) !important;
}
.slider .has-slide-effect {
  overflow: hidden;
  background-color: transparent !important;
}
.slider .has-slide-effect .bg {
  opacity: 0;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
.slide-zoom-in .bg,
.slide-zoom-in-fast .bg {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.slide-zoom-out-fast .bg,
.slide-zoom-out .bg {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.has-slide-effect.is-selected .bg {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1s, -webkit-transform 20s ease-out;
  transition: opacity 1s, -webkit-transform 20s ease-out;
  -o-transition: opacity 1s, transform 20s ease-out;
  transition: opacity 1s, transform 20s ease-out;
  transition: opacity 1s, transform 20s ease-out, -webkit-transform 20s ease-out;
}
.slide-fade-in.is-selected .bg {
  -webkit-transition: opacity 3.5s;
  -o-transition: opacity 3.5s;
  transition: opacity 3.5s;
}
.slide-fade-in-fast.is-selected .bg {
  -webkit-transition: opacity 1.5s;
  -o-transition: opacity 1.5s;
  transition: opacity 1.5s;
}
.slide-zoom-in-fast.is-selected .bg,
.slide-zoom-in.is-selected .bg {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.slide-zoom-out-fast.is-selected .bg {
  -webkit-transition: opacity 1s, -webkit-transform 5s ease-out;
  transition: opacity 1s, -webkit-transform 5s ease-out;
  -o-transition: opacity 1s, transform 5s ease-out;
  transition: opacity 1s, transform 5s ease-out;
  transition: opacity 1s, transform 5s ease-out, -webkit-transform 5s ease-out;
}
.button.tooltip {
  opacity: 1;
}
.tooltipster-default {
  border-radius: 5px;
  background: #111;
  color: #fff;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 0;
}
.tooltipster-default a {
  color: #eee;
}
.tooltipster-default:hover {
  color: #fff;
}
.tooltipster-fade-show {
  opacity: 1;
}
.tooltipster-default .tooltipster-content {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 10px;
  overflow: hidden;
}
.tooltipster-base {
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999;
  pointer-events: none;
  width: auto;
  overflow: visible;
}
.tooltipster-base .tooltipster-content {
  overflow: hidden;
}
.tooltipster-arrow {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.tooltipster-arrow span,
.tooltipster-arrow-border {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
}
.tooltipster-arrow-top span,
.tooltipster-arrow-top-right span,
.tooltipster-arrow-top-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid;
  bottom: -7px;
}
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-top-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-top: 9px solid;
  bottom: -7px;
}
.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom-right span,
.tooltipster-arrow-bottom-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid;
  top: -7px;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-bottom: 9px solid;
  top: -7px;
}
.tooltipster-arrow-top span,
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom .tooltipster-arrow-border {
  left: 0;
  right: 0;
  margin: 0 auto;
}
.tooltipster-arrow-top-left span,
.tooltipster-arrow-bottom-left span {
  left: 6px;
}
.tooltipster-arrow-top-left .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  left: 5px;
}
.tooltipster-arrow-top-right span,
.tooltipster-arrow-bottom-right span {
  right: 6px;
}
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  right: 5px;
}
.tooltipster-arrow-left span,
.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid;
  top: 50%;
  margin-top: -7px;
  right: -7px;
}
.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-left: 9px solid;
  margin-top: -8px;
}
.tooltipster-arrow-right span,
.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid;
  top: 50%;
  margin-top: -7px;
  left: -7px;
}
.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-right: 9px solid;
  margin-top: -8px;
}
.dark,
.dark p,
.dark td {
  color: #f1f1f1;
}
.dark a.lead,
.dark label,
.dark .heading-font,
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6,
.hover-dark:hover p,
.hover-dark:hover h1,
.hover-dark:hover h2,
.hover-dark:hover h3,
.hover-dark:hover h4,
.hover-dark:hover h5,
.hover-dark:hover h6,
.hover-dark:hover a {
  color: #fff;
}
.dark .stars a + a,
.dark .product-section,
.dark .product-footer .woocommerce-tabs {
  border-color: rgba(255, 255, 255, 0.2);
}
.nav-dark .is-outline,
.dark .nav > li > a,
.dark .nav > li.html,
.dark .nav-vertical li li.menu-item-has-children > a,
.dark .nav-vertical > li > ul li a,
.dark .nav-vertical-fly-out > li > a,
.nav-dropdown.dark > li > a,
.nav-dropdown.dark .nav-column > li > a,
.nav-dark .nav > li > a,
.nav-dark .nav > li > button {
  color: rgba(255, 255, 255, 0.8);
}
.dark .nav > li > a:hover,
.dark .nav > li.active > a,
.dark .nav > li > a.active,
.nav-dark .nav > li.current > a,
.nav-dark .nav > li > a:hover,
.nav-dark .nav > li.active > a,
.nav-dropdown.dark > li > a:hover,
.nav-dropdown.dark .nav-column > li > a:hover,
.dark .nav-vertical-fly-out > li > a:hover,
.nav-dark a.plain:hover,
.nav-dark .nav > li > a.active {
  color: #fff;
}
.dark.nav-dropdown.nav-dropdown-bold > li.nav-dropdown-col,
.dark.nav-dropdown.nav-dropdown-simple > li.nav-dropdown-col,
.nav-dropdown.dark .nav-column > li > a,
.nav-dropdown.dark > li > a,
.nav-dark .nav > li.header-divider,
.nav-dark .header-divider:after,
.nav-dark .nav-divided > li + li > a:after {
  border-color: rgba(255, 255, 255, 0.2);
}
.dark .nav-vertical li li.menu-item-has-children > a,
.nav-dark .nav-vertical li li.menu-item-has-children > a,
.nav-dark .nav > li.html,
.nav-dark .header-button {
  color: #fff;
}
.nav-box a:hover span.amount,
.nav-dark span.amount {
  color: currentColor;
}
html {
  overflow-x: hidden;
}
@media (max-width: 849px) {
  body {
    overflow-x: hidden;
  }
}
#wrapper,
#main {
  background-color: #fff;
  position: relative;
}
#main.dark {
  background-color: #333;
}
.page-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}
.page-wrapper-full {
  padding-top: 0;
}
.is-sticky-column {
  will-change: min-height;
}
.is-sticky-column__inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  will-change: position, transform;
}
.ux-body-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 29;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0.3s, opacity 0.3s ease-in-out;
  -o-transition: visibility 0.3s, opacity 0.3s ease-in-out;
  transition: visibility 0.3s, opacity 0.3s ease-in-out;
}
.ux-body-overlay--hover-active,
.ux-body-overlay--click-active {
  opacity: 1;
  visibility: visible;
}
.header,
.header-wrapper {
  width: 100%;
  z-index: 30;
  position: relative;
  background-size: cover;
  background-position: 50% 0;
  -webkit-transition: background-color 0.3s, opacity 0.3s;
  -o-transition: background-color 0.3s, opacity 0.3s;
  transition: background-color 0.3s, opacity 0.3s;
}
.header-bg-color {
  background-color: rgba(255, 255, 255, 0.9);
}
.header-top,
.header-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
}
.header.show-on-scroll,
.header.has-transparent,
.header.transparent {
  position: absolute;
}
.header.show-on-scroll:not(.stuck),
.header.transparent:not(.stuck) {
  left: auto;
  right: auto;
}
.header.show-on-scroll .header-wrapper {
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  visibility: hidden;
  opacity: 0;
}
.header.show-on-scroll .header-wrapper.stuck {
  visibility: visible;
  opacity: 1;
}
.header.transparent .header-wrapper,
.header.transparent .header-bg-image,
.header.transparent .header-bg-color,
.header.transparent .header-bottom {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none !important;
}
.header-bg-image,
.header-bg-color {
  background-position: 50% 0;
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}
.header-top {
  background-color: #446084;
  z-index: 11;
  position: relative;
  min-height: 20px;
}
.header-main {
  z-index: 10;
  position: relative;
}
.header-bottom {
  z-index: 9;
  position: relative;
  min-height: 35px;
}
.top-divider {
  margin-bottom: -1px;
  border-top: 1px solid currentColor;
  opacity: 0.1;
}
.nav-dark .top-divider {
  display: none;
}
.stuck {
  top: 0;
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.sticky-jump .stuck {
  -webkit-animation: stuckMoveDown 0.6s;
  animation: stuckMoveDown 0.6s;
}
.sticky-fade .stuck {
  -webkit-animation: stuckFadeIn 0.6s;
  animation: stuckFadeIn 0.6s;
}
.sticky-shrink .stuck .header-main {
  -webkit-transition: height 0.8s;
  -o-transition: height 0.8s;
  transition: height 0.8s;
}
.stuck .header-inner,
.stuck .logo,
.stuck .logo img {
  padding-top: 0;
  margin-top: 0;
}
.header-wrapper:not(.stuck) .logo img {
  -webkit-transition: max-height 0.5s;
  -o-transition: max-height 0.5s;
  transition: max-height 0.5s;
}
.header.show-on-scroll .hide-for-sticky,
.stuck .hide-for-sticky {
  display: none;
}
.header-wrapper.stuck,
.header-shadow .header-wrapper,
.layout-shadow #wrapper {
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
}
.nav > li.header-divider {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  height: 30px;
  vertical-align: middle;
  position: relative;
  margin: 0 7.5px;
}
.nav-dark .nav > li.header-divider {
  border-color: rgba(255, 255, 255, 0.1);
}
.header-block {
  width: 100%;
  min-height: 15px;
}
.header-full-width .container {
  max-width: 100% !important;
}
@media (max-width: 849px) {
  .header-main li.html.custom {
    display: none;
  }
}
@media (max-width: 549px) {
  .nav-mobile > li > a:not(.button) {
    line-height: 5em;
  }
}
.post {
  margin: 0 0 30px;
}
.masonery .post {
  margin-bottom: 0;
}
.entry-header-text {
  padding: 1.5em 0 1.5em;
}
.entry-header-text.text-center {
  padding-left: 1.5em;
  padding-right: 1.5em;
}
.entry-header-text-top {
  padding-top: 0;
}
.entry-header-text-bottom {
  padding-bottom: 0;
}
.entry-content {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.masonery .article-inner .box {
  margin-bottom: 1.5em;
}
.article-inner {
  -webkit-transition: opacity 0.3s, -webkit-box-shadow 0.5s,
    -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-box-shadow 0.5s, -webkit-transform 0.3s;
  -o-transition: opacity 0.3s, box-shadow 0.5s, transform 0.3s;
  transition: opacity 0.3s, box-shadow 0.5s, transform 0.3s;
  transition: opacity 0.3s, box-shadow 0.5s, transform 0.3s,
    -webkit-box-shadow 0.5s, -webkit-transform 0.3s;
}
.blog-featured-title + #main .post-sidebar {
  padding-top: 30px;
}
.from_the_blog_comments {
  padding-top: 7px;
  opacity: 0.8;
}
.article-inner.has-shadow {
  background-color: #fff;
}
.article-inner.has-shadow .entry-content,
.article-inner.has-shadow footer.entry-meta,
.article-inner.has-shadow .entry-header-text,
.article-inner.has-shadow .author-box {
  padding-left: 1.5em;
  padding-right: 1.5em;
}
.article-inner.has-shadow .entry-header-text-top {
  padding-top: 1.5em;
}
.entry-author {
  padding: 2em 0;
}
.banner h2.entry-title {
  font-size: 2em;
}
.badge.post-date {
  top: 7%;
}
.entry-image img {
  width: 100%;
}
.entry-image-float {
  position: relative;
}
@media (min-width: 850px) {
  .entry-image-float {
    max-width: 50%;
    float: left;
    margin-right: 2em;
  }
  .entry-image-float + .entry-content {
    padding-top: 0;
  }
}
.post .entry-summary p:last-of-type {
  margin-bottom: 0;
}
footer.entry-meta {
  font-size: 0.8em;
  border-top: 1px solid #ececec;
  border-bottom: 2px solid #ececec;
  padding: 0.5em 0 0.6em;
}
li.recentcomments {
  padding: 7px 0;
}
li.recentcomments a {
  display: inline !important;
}
.box-blog-post .is-divider {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  height: 2px;
}
.bypostauthor {
  display: block;
}
.more-link {
  margin-top: 1.5em;
}
.updated:not(.published) {
  display: none;
}
@media (min-width: 850px) {
  .alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
  }
  .alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
  }
  .aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
  }
}
.wp-caption {
  margin-bottom: 2em;
  max-width: 100%;
}
.wp-caption .wp-caption-text {
  padding: 0.4em;
  font-size: 0.9em;
  background: rgba(0, 0, 0, 0.05);
  font-style: italic;
}
.wp-caption-text {
  text-align: center;
}
img.size-full.alignnone {
  margin-bottom: 2em;
}
.row .entry-content .gallery {
  padding: 0;
}
.gallery-caption {
  display: block;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.widget {
  margin-bottom: 1.5em;
}
.widget ul {
  margin: 0;
}
.widget li {
  list-style: none;
}
.widgets-framed .widget,
.widgets-boxed .widget {
  padding: 15px 20px 15px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.05);
}
.widgets-boxed .widget h3 {
  background-color: #446084;
  margin-left: -21px;
  margin-top: -16px;
  padding: 10px 20px 10px;
  width: calc(100% + 42px);
  color: #fff;
}
.widgets-boxed h3 + .is-divider {
  display: none;
}
ul.menu > li,
.widget > ul > li {
  list-style: none;
  margin-bottom: 0.3em;
  text-align: left;
  margin: 0;
}
ul.menu > li li,
.widget > ul > li li {
  list-style: none;
}
ul.menu > li > a,
ul.menu > li > span:first-child,
.widget > ul > li > a,
.widget > ul > li > span:first-child {
  display: inline-block;
  padding: 6px 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
ul.menu > li:before,
.widget > ul > li:before {
  font-family: "fl-icons";
  display: inline-block;
  opacity: 0.6;
  margin-right: 6px;
}
ul.menu > li li > a,
.widget > ul > li li > a {
  font-size: 0.9em;
  padding: 3px 0;
  display: inline-block;
}
ul.menu > li + li,
.widget > ul > li + li {
  border-top: 1px solid #ececec;
}
.dark ul.menu > li + li,
.dark .widget > ul > li + li {
  border-color: rgba(255, 255, 255, 0.08);
}
ul.menu > li ul,
.widget > ul > li ul {
  border-left: 1px solid #ddd;
  margin: 0 0 10px 3px;
  padding-left: 15px;
  width: 100%;
  display: none;
}
ul.menu > li ul li,
.widget > ul > li ul li {
  border: 0;
  margin: 0;
}
.dark ul.menu > li ul,
.dark .widget > ul > li ul {
  border-color: rgba(255, 255, 255, 0.08);
}
.dark ul.menu > li > a:hover,
.dark ul.menu > li.active > a,
.dark ul.menu > li.current-cat > a,
.dark .widget > ul > li > a:hover,
.dark .widget > ul > li.active > a,
.dark .widget > ul > li.current-cat > a {
  color: #fff;
}
ul.menu > li.has-child,
.widget > ul > li.has-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.widget > ul > li .count {
  opacity: 0.5;
  font-size: 0.7em;
  line-height: 3em;
}
.widget .current > ul,
.widget .current-cat-parent > ul {
  display: block;
}
.widget .current-cat > a {
  color: #000;
  font-weight: bolder;
}
.recent-blog-posts {
  padding: 10px 0 10px;
}
.recent-blog-posts a {
  line-height: 1.2;
  display: block;
  margin-bottom: 6px;
}
.widget .instagram-pics:after {
  content: "";
  display: table;
  clear: both;
}
.widget .instagram-pics > li {
  border: 0;
  list-style: none;
  float: left;
  width: 33.333333%;
  margin: 0;
  padding: 0;
}
.widget .instagram-pics > li a {
  padding: 0;
  margin: 0;
  display: block;
}
.widget .instagram-pics > li img {
  display: block;
  width: 100%;
}
.widget_layered_nav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.widget_display-latest-tweets li {
  font-style: italic;
  font-size: 0.9em;
}
.widget_display-latest-tweets a {
  display: inline !important;
}
.widget_display-latest-tweets span {
  font-weight: bolder;
  display: block;
}
.wpcf7 {
  color: #333;
  position: relative;
}
.wpcf7 .ajax-loader {
  display: none !important;
}
.dark .wpcf7 {
  color: #fff;
}
.wpcf7 p {
  padding: 0;
  margin: 0;
}
.wpcf7 br {
  display: none;
}
.wpcf7 label {
  display: inline-block;
  width: 100%;
}
.wpcf7 span.wpcf7-list-item {
  margin-left: 0;
  margin-right: 1.2em;
}
.wpcf7 .wpcf7-form-control-wrap {
  display: block;
}
.wpcf7 .ajax-loader {
  position: absolute;
  right: 0;
  background-color: #fff;
  border-radius: 99px;
}
.wpcf7 .wpcf7-not-valid-tip {
  margin-top: -10px;
  position: relative;
  padding: 5px 8px;
  line-height: 1.2em;
  border-radius: 3px;
  opacity: 0.8;
  background-color: #f1f1f1;
  color: #b20000;
}
.wpcf7 .wpcf7-not-valid-tip:after {
  bottom: 100%;
  left: 30px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #f1f1f1;
  border-width: 10px;
  margin-left: -10px;
}
.wpcf7 .wpcf7-validation-errors {
  display: none !important;
}
.wpcf7 .flex-col .wpcf7-not-valid-tip {
  position: absolute;
  z-index: 99;
  margin-top: 5px;
  width: 100%;
}
.wpcf7 .wpcf7-response-output {
  margin: 5px 0 0 0;
  border-radius: 10px;
}
.wpcf7-form .processing * {
  opacity: 0.8;
}
.password-required form.post-password-form {
  max-width: 620px;
  margin: 0 auto;
  padding: 30px 15px 30px;
}
.portfolio-inner img {
  width: 100%;
}
.portfolio-bottom {
  margin-bottom: -1px;
}
.row + .portfolio-related .portfolio-element-wrapper {
  margin-top: 30px;
}
.accordion-inner {
  padding: 1em 2.3em;
  display: none;
}
.accordion-title {
  font-size: 110%;
  padding: 0.6em 2.3em;
  display: block;
  position: relative;
  border-top: 1px solid #ddd;
  -webkit-transition: border 200ms ease-out, background-color 0.3s;
  -o-transition: border 200ms ease-out, background-color 0.3s;
  transition: border 200ms ease-out, background-color 0.3s;
}
.dark .accordion-title {
  border-color: rgba(255, 255, 255, 0.2);
}
.accordion-title.active {
  border-color: #446084;
  color: #446084;
  font-weight: 700;
  background-color: rgba(0, 0, 0, 0.03);
}
.dark .accordion-title.active {
  color: #fff;
}
.accordion .toggle {
  width: 2.3em;
  height: 1.5em;
  margin-right: 5px;
  top: 0.3em;
  border-radius: 999px;
  position: absolute;
  -webkit-transform-origin: 50% 47%;
  -ms-transform-origin: 50% 47%;
  transform-origin: 50% 47%;
  left: 0;
}
.accordion .active .toggle {
  opacity: 1;
  color: currentColor;
}
.breadcrumbs {
  color: #222;
  font-weight: 700;
  letter-spacing: 0;
  padding: 0;
}
.product-info .breadcrumbs {
  font-size: 0.85em;
  margin: 0 0 0.5em;
}
.breadcrumbs .divider,
.breadcrumbs .separator {
  position: relative;
  top: 0;
  opacity: 0.35;
  margin: 0 0.3em;
  font-weight: 300;
}
.dark .breadcrumbs {
  color: #fff;
}
.breadcrumbs a {
  color: rgba(102, 102, 102, 0.7);
  font-weight: 400;
}
.breadcrumbs a:first-of-type {
  margin-left: 0;
}
.breadcrumbs a.current,
.breadcrumbs a:hover {
  color: #111;
}
.dark .breadcrumbs a {
  color: #fff;
}
.checkout-breadcrumbs {
  padding: 15px 0;
}
.checkout-breadcrumbs a {
  color: #ccc;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.checkout-breadcrumbs .divider {
  top: 2px;
  margin: 0 0.5em;
}
.breadcrumb-step {
  display: inline-block;
  background-color: #ccc;
  color: #fff;
  margin: 0 0.5em;
  font-weight: bolder;
  text-align: center;
  height: 1.5em;
  width: 1.5em;
  font-size: 0.7em;
  line-height: 1.5em;
  border-radius: 99px;
  position: relative;
  top: 1px;
}
.current .breadcrumb-step {
  background-color: #d26e4b;
}
@media (min-width: 850px) {
  .comment-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  .comment-form > div {
    padding: 0 15px;
    width: 100%;
  }
  .comment-form > p {
    padding: 0 15px;
    width: 100%;
  }
  .comment-form p.comment-form-author,
  .comment-form p.comment-form-email,
  .comment-form p.comment-form-url {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.comment-inner:target {
  padding: 15px;
  background-color: #f1f1f1;
  border-radius: 10px;
}
.commentlist li,
.comment-list li {
  list-style: none;
  padding: 1em 0 0 0;
}
.commentlist li .meta,
.comment-list li .meta {
  margin-bottom: 0;
}
.commentlist li .avatar,
.comment-list li .avatar {
  border-radius: 100%;
}
.commentlist li .description,
.comment-list li .description {
  font-style: italic;
}
.commentlist li .comment-text,
.comment-list li .comment-text {
  padding: 0 1.5em;
}
.commentlist > li:not(:first-child),
.comment-list > li:not(:first-child) {
  border-top: 1px dashed #ddd;
}
#comments .comment-respond {
  background-color: rgba(0, 0, 0, 0.05);
  margin-top: 15px;
  padding: 15px 25px 0;
}
#comments .comment-respond .comment-reply-title {
  font-size: 1.2em;
}
#comments .comment-respond small {
  text-transform: uppercase;
  margin-left: 10px;
  font-size: 0.6em;
}
.footer-wrapper {
  width: 100%;
  position: relative;
}
.footer {
  padding: 30px 0 0;
}
.footer-1 {
  background-color: #fff;
}
.footer-2 {
  background-color: #777;
}
.footer-1,
.footer-2 {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.footer-secondary {
  padding: 7.5px 0;
}
.absolute-footer,
html {
  background-color: #5b5b5b;
}
.footer ul {
  margin: 0;
}
.absolute-footer {
  color: rgba(0, 0, 0, 0.5);
  padding: 10px 0 15px;
  font-size: 0.9em;
}
.absolute-footer.dark {
  color: rgba(255, 255, 255, 0.5);
}
.absolute-footer.fixed {
  left: 0;
  right: 0;
  bottom: 0;
  padding: 7.5px 15px;
  z-index: 101;
  color: #fff;
  background-color: transparent;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}
.absolute-footer ul {
  padding-bottom: 5px;
  opacity: 0.8;
  border-bottom: 1px solid #ddd;
}
.absolute-footer.dark ul {
  border-color: rgba(255, 255, 255, 0.08);
}
.absolute-footer.text-center ul {
  border: 0;
  padding-top: 5px;
}
.reveal-footer {
  z-index: 1;
  margin-bottom: 100px;
  position: relative;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
}
.reveal-footer + .footer-wrapper {
  position: fixed;
  bottom: 0;
  z-index: 0;
}
.back-to-top {
  margin: 0;
  opacity: 0;
  bottom: 20px;
  right: 20px;
  pointer-events: none;
  -webkit-transform: translateY(30%);
  -ms-transform: translateY(30%);
  transform: translateY(30%);
}
.back-to-top.left {
  left: 20px;
  right: unset;
}
.back-to-top.active {
  opacity: 1;
  pointer-events: inherit;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.instagram-image-container {
  display: block;
  padding-bottom: 100%;
}
.instagram-image-container a > img {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.logo {
  line-height: 1;
  margin: 0;
}
.logo-tagline {
  font-style: italic;
  font-size: 0.9em;
  line-height: 1;
  margin: 0.85em 0;
}
.logo a {
  text-decoration: none;
  display: block;
  color: #446084;
  font-size: 32px;
  text-transform: uppercase;
  font-weight: bolder;
  margin: 0;
}
.logo img {
  display: block;
  width: auto;
}
.header-logo-dark,
.nav-dark .header-logo,
.header-logo-sticky,
.sticky .dark .header-logo-dark,
.sticky .has-sticky-logo .header-logo {
  display: none !important;
}
.nav-dark .header-logo-dark,
.stuck .header-logo-sticky {
  display: block !important;
}
.stuck .header-logo-sticky + img,
.stuck .header-logo-sticky + img + img {
  display: none !important;
}
.nav-dark .logo a {
  color: #fff;
}
.logo-left .logo {
  margin-left: 0;
  margin-right: 30px;
}
.logo-center .flex-left {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}
.logo-center .logo {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  text-align: center;
  margin: 0 30px;
}
.logo-center .logo img {
  margin: 0 auto;
}
.logo-center .flex-right {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}
@media screen and (max-width: 849px) {
  .header-inner .nav {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .medium-logo-left .flex-left {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
  }
  .medium-logo-left .logo {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .medium-logo-center .flex-left {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
  }
  .medium-logo-center .logo {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-align: center;
    margin: 0 15px;
  }
  .medium-logo-center .logo img {
    margin: 0 auto;
  }
  .medium-logo-center .flex-right {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
.map-height {
  height: 400px;
}
.map-inner {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 20px;
}
.message-box {
  padding-left: 30px;
  padding-right: 30px;
  background-color: #f1f1f1;
}
.message-box.dark {
  background-color: #333;
}
.message-box .col,
.message-box .col-inner,
.message-box .row {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.next-prev-thumbs li {
  position: relative;
  display: inline-block;
  margin: 0 1px 0 !important;
}
.next-prev-thumbs li .button {
  margin-bottom: 0;
}
.next-prev-thumbs .nav-dropdown {
  padding: 2px;
  width: 90px;
  min-width: 90px;
}
.page-title {
  position: relative;
}
.page-title .widget {
  margin: 0 0.3em;
  vertical-align: middle;
}
.page-title-bg {
  overflow: hidden;
}
.title-bg {
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.title-overlay {
  background-color: rgba(0, 0, 0, 0.25);
}
.page-title-inner {
  position: relative;
  padding-top: 20px;
  min-height: 60px;
}
.page-title-inner ul,
.page-title-inner select,
.page-title-inner form,
.page-title-inner button,
.page-title-inner p {
  margin-top: 0;
  margin-bottom: 0;
}
.normal-title {
  background-color: #f7f7f7;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}
.normal-title .page-title-inner {
  padding-top: 15px;
  padding-bottom: 15px;
}
.featured-title {
  background-color: #446084;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.featured-title .page-title-inner {
  padding-bottom: 20px;
}
.featured-title .page-title-bg {
  -webkit-box-shadow: inset 0 0 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
.featured-title .overlay {
  background-color: rgba(0, 0, 0, 0.4);
}
.payment-icons .payment-icon {
  display: inline-block;
  opacity: 0.6;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.1);
  padding-bottom: 0;
  padding: 3px 5px 5px;
  margin: 3px 3px 0;
}
.payment-icons .payment-icon svg {
  vertical-align: middle;
  height: 20px;
  width: auto !important;
}
.payment-icons .payment-icon:hover {
  opacity: 1;
}
.dark .payment-icons .payment-icon {
  background-color: rgba(255, 255, 255, 0.1);
}
.dark .payment-icons .payment-icon svg {
  fill: #fff;
}
.pricing-table {
  border: 1px solid #ececec;
  background-color: #fff;
  padding-bottom: 15px;
  overflow: hidden;
}
.dark .pricing-table {
  border-color: rgba(255, 255, 255, 0.2);
}
.pricing-table .title {
  padding: 0.5em 15%;
  border-bottom: 1px solid #ececec;
}
.dark .pricing-table .title {
  border-color: rgba(255, 255, 255, 0.2);
}
.pricing-table .price {
  color: #000;
  padding: 0.6em 15% 0;
  font-weight: 300;
}
.pricing-table .description {
  padding: 15px 15px 0;
}
.pricing-table .items {
  padding: 10px 15%;
}
.pricing-table .is-disabled {
  text-decoration: line-through;
  opacity: 0.6;
}
.pricing-table .items .button:last-child {
  margin: 30px 0 0;
}
.pricing-table .bullet-more-info {
  font-size: 14px;
  margin-left: 10px;
}
.pricing-table .items > div {
  padding: 7.5px 0;
  border-bottom: 1px solid #ececec;
}
.dark .pricing-table .items > div {
  border-color: rgba(255, 255, 255, 0.08);
}
.dark .pricing-table {
  background-color: #333;
}
.pricing-table .title {
  background-color: rgba(0, 0, 0, 0.02);
}
.featured-table {
  margin-top: -15px;
  border-color: #446084;
  border-width: 2px;
}
.featured-table .title {
  color: #fff;
  border-color: #446084;
  background-color: #446084;
}
.scroll-to {
  width: 100%;
}
.scroll-to-bullets {
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999;
  max-height: 100vh;
  overflow: hidden;
  position: fixed;
}
.scroll-to-bullets a {
  display: block;
  border: 3px solid transparent;
  background-color: #446084;
  margin: 10px 15px;
  width: 15px;
  height: 15px;
  border-radius: 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.scroll-to-bullets a:hover {
  opacity: 1;
  background-color: #fff;
}
.scroll-to-bullets a.active {
  opacity: 1;
  border-color: #446084;
  background-color: #fff;
}
.sidebar-menu .search-form {
  display: block !important;
}
.searchform-wrapper form {
  margin-bottom: 0;
}
.mobile-nav > .search-form,
.sidebar-menu .search-form {
  padding: 5px 0;
  width: 100%;
}
.form-flat .search-form-categories {
  padding-right: 5px;
}
.widget_search .submit-button,
.searchform-wrapper:not(.form-flat) .submit-button {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.searchform {
  position: relative;
}
.searchform .button.icon {
  margin: 0;
}
.searchform .button.icon i {
  font-size: 1.2em;
}
.searchform-wrapper {
  width: 100%;
}
.searchform-wrapper.form-flat .submit-button.loading .icon-search {
  opacity: 0;
}
.searchform-wrapper.form-flat .submit-button.loading:after {
  border-color: currentColor;
}
.searchform-wrapper.form-flat .flex-col:last-of-type {
  margin-left: -2.9em;
}
.searchform-wrapper .autocomplete-suggestions {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  max-height: 50vh;
  overflow-y: auto;
}
.header-block .autocomplete-suggestions,
.header .search-form .autocomplete-suggestions {
  max-height: 80vh;
}
.col .live-search-results,
.header-block .live-search-results,
.header .search-form .live-search-results {
  text-align: left;
  color: #111;
  top: 105%;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.95);
  position: absolute;
}
.header li .html .live-search-results {
  top: 0;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
}
.autocomplete-suggestion {
  padding: 10px 0.75em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: default;
}
.autocomplete-suggestion .search-name {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.autocomplete-suggestion img {
  width: 40px;
  border-radius: 99px;
  height: 40px;
  display: inline-block;
  margin-right: 10px;
}
.autocomplete-suggestion img + .search-name {
  margin-top: -0.15em;
  padding-left: 0.5em;
}
.autocomplete-suggestion .search-price {
  padding-top: 3px;
  margin-left: 5px;
  font-size: 0.8em;
}
.autocomplete-suggestion:last-child {
  border-bottom: none;
}
.autocomplete-selected {
  background-color: rgba(0, 0, 0, 0.05);
}
#search-lightbox {
  font-size: 1.5em;
  margin: 0 auto;
  max-width: 600px;
}
.section-title-container {
  margin-bottom: 1.5em;
}
.row-collapse + .section-title-container,
.slider-wrapper + .section-title-container,
.banner + .section-title-container {
  margin-top: 30px;
}
.section-title {
  position: relative;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.section-title i {
  opacity: 0.6;
  margin-right: 0.5em;
}
.section-title i.icon-angle-right {
  margin-right: 0;
  margin-left: 10px;
}
.section-title span {
  text-transform: uppercase;
}
.section-title small {
  text-transform: none;
  font-weight: 400;
  padding-left: 15px;
  font-size: 1em;
  opacity: 0.7;
}
.section-title b {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 2px;
  opacity: 0.1;
  background-color: currentColor;
}
.section-title a {
  display: block;
  padding-left: 15px;
  font-size: 0.8em;
  margin-left: auto;
}
.section-title-normal {
  border-bottom: 2px solid #ececec;
}
.section-title-normal span {
  margin-right: 15px;
  padding-bottom: 7.5px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  margin-bottom: -2px;
}
.dark .section-title-normal span,
.dark .section-title-normal {
  border-color: rgba(255, 255, 255, 0.2);
}
.section-title-normal b {
  display: none;
}
.section-title-center span {
  margin: 0 15px;
}
.section-title-center span,
.section-title-bold-center span {
  text-align: center;
}
.section-title-center small,
.section-title-bold-center small {
  padding: 0 15px;
  display: block;
}
.section-title-bold-center span,
.section-title-bold span {
  border: 2px solid rgba(0, 0, 0, 0.1);
  padding: 0.3em 0.8em;
}
.section-title-bold b:first-of-type {
  display: none;
}
.flatsome-cookies {
  position: fixed;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  padding: 15px 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.14);
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.14);
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  -o-transition: transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.flatsome-cookies__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flatsome-cookies__text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-right: 30px;
}
.flatsome-cookies__buttons {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.flatsome-cookies__buttons > a {
  margin-right: 20px;
  margin-bottom: 0;
}
.flatsome-cookies__buttons > a:last-child {
  margin-right: 0;
}
.flatsome-cookies--inactive {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.flatsome-cookies--active {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
@media (max-width: 849px) {
  .flatsome-cookies__inner {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    font-size: 0.9em;
  }
  .flatsome-cookies__buttons {
    margin-top: 15px;
  }
  .flatsome-cookies__text {
    padding-right: 0;
  }
}
.icon-lock:before {
  content: "";
}
.icon-user-o:before {
  content: "";
}
.icon-line:before,
.icon-chat:before {
  content: "";
}
.icon-user:before {
  content: "";
}
.icon-shopping-cart:before {
  content: "";
}
.icon-tumblr:before {
  content: "";
}
.icon-gift:before {
  content: "";
}
.icon-phone:before {
  content: "";
}
.icon-play:before {
  content: "";
}
.icon-menu:before {
  content: "";
}
.icon-equalizer:before {
  content: "";
}
.icon-shopping-basket:before {
  content: "";
}
.icon-shopping-bag:before {
  content: "";
}
.icon-google-plus:before {
  content: "";
}
.icon-heart-o:before {
  content: "";
}
.icon-heart:before {
  content: "";
}
.icon-500px:before {
  content: "";
}
.icon-vk:before {
  content: "";
}
.icon-angle-left:before {
  content: "";
}
.icon-angle-right:before {
  content: "";
}
.icon-angle-up:before {
  content: "";
}
.icon-angle-down:before {
  content: "";
}
.icon-twitter:before {
  content: "";
}
.icon-envelop:before {
  content: "";
}
.icon-tag:before {
  content: "";
}
.icon-star:before {
  content: "";
}
.icon-star-o:before {
  content: "";
}
.icon-facebook:before {
  content: "";
}
.icon-feed:before {
  content: "";
}
.icon-checkmark:before {
  content: "";
}
.icon-plus:before {
  content: "";
}
.icon-instagram:before {
  content: "";
}
.icon-tiktok:before {
  content: "";
}
.icon-pinterest:before {
  content: "";
}
.icon-search:before {
  content: "";
}
.icon-skype:before {
  content: "";
}
.icon-dribbble:before {
  content: "";
}
.icon-certificate:before {
  content: "";
}
.icon-expand:before {
  content: "";
}
.icon-linkedin:before {
  content: "";
}
.icon-map-pin-fill:before {
  content: "";
}
.icon-pen-alt-fill:before {
  content: "";
}
.icon-youtube:before {
  content: "";
}
.icon-flickr:before {
  content: "";
}
.icon-clock:before {
  content: "";
}
.icon-snapchat:before {
  content: "";
}
.icon-whatsapp:before {
  content: "";
}
.icon-telegram:before {
  content: "";
}
.icon-twitch:before {
  content: "";
}
.icon-discord:before {
  content: "";
}
.ux-shape-divider {
  --divider-top-width: 100%;
  --divider-width: 100%;
  position: absolute;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.ux-shape-divider svg {
  display: block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 150px;
}
.ux-shape-divider--top {
  top: -1px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ux-shape-divider--top svg {
  width: calc(var(--divider-top-width) + 2px);
}
.ux-shape-divider--bottom {
  bottom: -1px;
}
.ux-shape-divider--bottom svg {
  width: calc(var(--divider-width) + 2px);
}
.ux-shape-divider--flip svg {
  -webkit-transform: translateX(-50%) rotateY(180deg);
  transform: translateX(-50%) rotateY(180deg);
}
.ux-shape-divider--to-front {
  z-index: 2;
}
.ux-shape-divider .ux-shape-fill {
  fill: #fff;
}
.text-center .social-icons {
  margin-left: auto;
  margin-right: auto;
}
.social-icons {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.85em;
  color: #999;
}
.html .social-icons {
  font-size: 1em;
}
.html .social-icons .button {
  margin-bottom: 0;
}
.social-icons span {
  font-weight: 700;
  padding-right: 10px;
}
.social-icons i {
  min-width: 1em;
}
.nav-dark .social-icons,
.dark .social-icons {
  color: #fff;
}
.nav-dark .social-icons .button.is-outline,
.dark .social-icons .button.is-outline {
  border-color: rgba(255, 255, 255, 0.5);
}
.social-button,
.social-icons .button.icon:not(.is-outline),
.social-icons .button.icon:hover {
  background-color: currentColor !important;
  border-color: currentColor !important;
}
.social-button > i,
.social-button > span,
.social-icons .button.icon:not(.is-outline) > i,
.social-icons .button.icon:not(.is-outline) > span,
.social-icons .button.icon:hover > i,
.social-icons .button.icon:hover > span {
  color: #fff !important;
}
.button.facebook:not(.is-outline),
.button.facebook:hover {
  color: #3a589d !important;
}
.button.instagram:not(.is-outline),
.button.instagram:hover {
  color: #3b6994 !important;
}
.button.whatsapp:not(.is-outline),
.button.whatsapp:hover {
  color: #51cb5a !important;
}
.button.twitter:not(.is-outline),
.button.twitter:hover {
  color: #2478ba !important;
}
.button.tiktok:not(.is-outline),
.button.tiktok:hover,
.button.email:not(.is-outline),
.button.email:hover {
  color: #111 !important;
}
.button.phone:not(.is-outline),
.button.phone:hover {
  color: #51cb5a !important;
}
.button.pinterest:not(.is-outline),
.button.pinterest:hover {
  color: #cb2320 !important;
}
.button.rss:not(.is-outline),
.button.rss:hover {
  color: #fc7600 !important;
}
.button.tumblr:not(.is-outline),
.button.tumblr:hover {
  color: #36455d !important;
}
.button.vk:not(.is-outline),
.button.vk:hover {
  color: #527498 !important;
}
.button.google-plus:not(.is-outline),
.button.google-plus:hover {
  color: #dd4e31 !important;
}
.button.linkedin:not(.is-outline),
.button.linkedin:hover {
  color: #0072b7 !important;
}
.button.youtube:not(.is-outline),
.button.youtube:hover {
  color: #c33223 !important;
}
.button.flickr:not(.is-outline),
.button.flickr:hover {
  color: #e5086f !important;
}
.button.snapchat:not(.is-outline),
.button.snapchat:hover {
  color: #fff600 !important;
}
.button.snapchat:not(.is-outline) i,
.button.snapchat:hover i {
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
}
.button.px500:not(.is-outline),
.button.px500:hover {
  color: #0099e5 !important;
}
.button.telegram:not(.is-outline),
.button.telegram:hover {
  color: #54a9ea !important;
}
.button.twitch:not(.is-outline),
.button.twitch:hover {
  color: #9146fe !important;
}
.button.discord:not(.is-outline),
.button.discord:hover {
  color: #7189d9 !important;
}
.woocommerce-product-rating {
  visibility: visible;
  position: relative;
}
.star-rating {
  text-align: left;
  font-size: 16px;
  display: block;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1em;
  letter-spacing: 0;
  margin: 0.5em 0;
  width: 5.06em;
  font-family: "fl-icons" !important;
  font-weight: normal !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.star-rating:before,
.woocommerce-page .star-rating:before {
  content: "";
  color: #d26e4b;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.star-rating span {
  overflow: hidden;
  float: left;
  width: 10px;
  height: 10px;
  top: 0;
  left: 0;
  font-family: "fl-icons" !important;
  font-weight: normal !important;
  position: absolute;
  padding-top: 1.5em;
}
.star-rating span:before {
  color: #d26e4b;
  top: 0;
  position: absolute;
  left: 0;
}
.star-rating--inline {
  display: inline-block;
  vertical-align: middle;
  height: 18px;
}
.woocommerce-review-link {
  font-size: 90%;
}
li.wc-layered-nav-rating {
  font-size: 0.8em;
}
li.wc-layered-nav-rating .star-rating {
  margin-bottom: 0;
  display: inline-block;
}
.stars a {
  font-size: 16px;
  margin-left: -10px;
  display: inline-block;
  color: transparent !important;
  overflow: hidden;
  font-family: "fl-icons";
}
.stars a + a {
  margin-left: 0.3em;
  border-left: 1px solid #ececec;
}
.stars a:hover:after,
.stars a.active:after {
  color: #d26e4b;
}
.stars a:after {
  color: #ddd;
  content: "";
}
.stars a.star-2:after {
  content: "";
}
.stars a.star-3:after {
  content: "";
}
.stars a.star-4:after {
  content: "";
}
.stars a.star-5:after {
  content: "";
}
@charset "UTF-8";
.widget_shopping_cart_content .blockUI.blockOverlay,
.woocommerce-checkout-review-order .blockUI.blockOverlay {
  background-color: #fff !important;
  opacity: 0.6 !important;
}
.widget_shopping_cart_content .blockUI.blockOverlay::before,
.woocommerce-checkout-review-order .blockUI.blockOverlay::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  content: "";
  line-height: 1;
  text-align: center;
  font-size: 2em;
  border-top: 3px solid rgba(0, 0, 0, 0.1) !important;
  border-right: 3px solid rgba(0, 0, 0, 0.1) !important;
  border-bottom: 3px solid rgba(0, 0, 0, 0.1) !important;
  pointer-events: none;
  border-left: 3px solid #446084;
  -webkit-animation: spin 0.6s infinite linear;
  animation: spin 0.6s infinite linear;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
.category-page-row {
  padding-top: 30px;
}
.price_slider_amount input {
  display: none;
}
.woocommerce-result-count {
  display: inline-block;
  margin: 0 1em 0 auto;
}
.woocommerce-ordering,
.woocommerce-ordering select {
  margin: 5px 0;
  display: inline-block;
}
.add_to_cart_button.added {
  display: none;
}
a.added_to_cart {
  display: inline-block;
  font-size: 0.9em;
  padding: 10px 0;
  text-transform: uppercase;
  font-weight: 700;
}
a.added_to_cart:after {
  content: " →";
}
.grid-style-3 .title-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 15px;
  min-width: 60%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.grid-style-3 .price-wrapper {
  text-align: right;
}
.grid-style-3 .star-rating {
  margin: 0.2em 0;
  text-align: right;
}
.grid-style-3 .price del {
  display: block;
}
.grid-style-3 .price del span.amount {
  margin: 0;
}
.products .box-vertical .box-text {
  font-size: 1.1em;
}
.page-numbers.button.current {
  pointer-events: none;
  opacity: 0.6;
}
.grid-tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 !important;
  margin-bottom: -1px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  white-space: nowrap;
}
.grid-tools a {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  opacity: 0.95;
  display: block;
  width: 100%;
  padding: 0.4em 0 0.5em;
  font-size: 0.85em;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #446084;
  color: #f1f1f1;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.grid-tools a + a {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.grid-tools a:hover {
  color: #fff;
  opacity: 1;
}
.grid-tools .add-to-cart-grid {
  width: 0;
}
@media (max-width: 849px) {
  .category-filter-row {
    padding: 10px 0;
  }
}
.filter-button {
  display: inline-block;
  margin-top: 0.5em;
}
.box-image .out-of-stock-label {
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  background: #fff;
  padding: 20px 0;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  opacity: 0.9;
}
.featured-title .woocommerce-result-count {
  display: none;
}
.widget_product_categories > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.widget_product_categories > ul > li span {
  font-size: 0.85em;
  opacity: 0.4;
}
.widget_product_categories > ul > li ul span.count {
  display: none;
}
.message-wrapper + .login {
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.03);
}
.woocommerce-form-login .button {
  margin-bottom: 0;
}
.woocommerce-billing-fields {
  padding-top: 15px;
  border-top: 2px solid #ddd;
}
.woocommerce-billing-fields p {
  margin-bottom: 0.5em;
}
form.checkout h3 {
  font-size: 1.1em;
  overflow: hidden;
  padding-top: 10px;
  font-weight: bolder;
  text-transform: uppercase;
}
form.checkout input[type="checkbox"] {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0.5em;
}
.payment_methods li + li {
  padding-top: 7px;
  border-top: 1px solid #ececec;
}
.payment_methods p {
  font-size: 0.9em;
}
.payment_method_paypal img {
  max-width: 130px;
  margin: 0 10px;
}
a.about_paypal {
  font-size: 0.8em;
}
.woocommerce-privacy-policy-text {
  font-size: 85%;
}
p.form-row-wide {
  clear: both;
}
p.form-row-push {
  margin-top: -15px;
}
@media (min-width: 550px) {
  p.form-row-first,
  p.form-row-last {
    width: 48%;
    float: left;
  }
  p.form-row-first {
    margin-right: 4%;
  }
}
input#place_order {
  font-size: 1.2em;
  white-space: normal;
  line-height: 1.2;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
#ship-to-different-address {
  padding-top: 0;
}
#ship-to-different-address label {
  text-transform: none;
  font-weight: 400;
}
#billing_address_2_field > label,
#shipping_address_2_field > label {
  width: 0;
  opacity: 0;
  overflow: hidden;
  white-space: nowrap;
}
@media (max-width: 549px) {
  #billing_address_2_field > label,
  #shipping_address_2_field > label {
    display: none;
  }
}
.wc-terms-and-conditions {
  margin-top: -15px;
  border-top: 1px solid #ececec;
  padding: 15px 0;
}
.wc-terms-and-conditions input {
  margin-bottom: 0;
}
.wc-terms-and-conditions label {
  font-weight: 400;
}
div.create-account {
  clear: both;
}
.form-row.create-account {
  font-size: 1.1em;
  margin: 0;
}
.form-row.create-account label {
  font-weight: 400;
}
.page-checkout-simple {
  padding: 3% 0;
}
.js_active .woocommerce-account-fields p.create-account + div.create-account,
.js_active
  .woocommerce-shipping-fields
  #ship-to-different-address
  + div.shipping_address {
  display: none;
}
.widget_price_filter form {
  margin: 0;
}
.widget_price_filter .price_slider {
  margin-bottom: 1em;
  background: #f1f1f1;
}
.widget_price_filter .price_label {
  padding-top: 6px;
}
.widget_price_filter span {
  font-weight: 700;
}
.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 1;
  font-size: 0.8751em;
}
.widget_price_filter .price_slider_amount .button {
  border-radius: 99px;
  background-color: #666;
  float: left;
  font-size: 0.85em;
}
.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 15px;
  height: 15px;
  cursor: pointer;
  outline: none;
  top: -5px;
  border-radius: 999px;
  background-color: #666;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -10px;
}
.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  opacity: 0.5;
  border-radius: 99px;
  z-index: 1;
  font-size: 10px;
  display: block;
  border: 0;
  background-color: #666;
}
.widget_price_filter .ui-slider-horizontal {
  height: 5px;
  border-radius: 99px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}
.widget li.chosen a:before {
  content: "x";
  display: inline-block;
  opacity: 0.6;
  color: currentColor;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.wc-layered-nav-term.chosen > a:before {
  background-color: #f1f1f1;
  border: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 12px;
  width: 18px;
  height: 18px;
  text-align: center;
  border-radius: 99px;
}
.dark .wc-layered-nav-term.chosen > a:before {
  background-color: rgba(0, 0, 0, 0.5);
}
.widget_layered_nav_filters ul li.chosen {
  display: inline-block;
  margin-right: 10px;
  border: 0 !important;
}
.widget_layered_nav_filters ul li.chosen a {
  display: inline-block;
  background-color: #f1f1f1;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 99px;
  opacity: 0.9;
  padding: 0 7px;
  font-size: 0.85em;
  font-weight: 400;
}
.dark .widget_layered_nav_filters ul li.chosen a {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
.widget_layered_nav_filters ul li.chosen a:before {
  content: "x";
  opacity: 0.4;
  margin-right: 3px;
  position: relative;
  top: -1px;
}
.widget_layered_nav_filters ul li.chosen a:hover:before {
  opacity: 1;
}
.woocommerce-product-gallery figure {
  margin: 0;
}
.message-wrapper {
  margin: 0;
  padding-bottom: 0.5em;
}
#wrapper > .message-wrapper {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  margin-bottom: 10px;
  font-size: 1.1em;
}
ul.message-wrapper li {
  list-style: none;
}
.message-container span {
  font-weight: 700;
}
.message-container .wc-forward {
  display: none;
}
.message-container a {
  margin: 0 15px 0 0;
}
.container .message-container {
  padding-left: 0;
  padding-right: 0;
}
.message-wrapper + main .product-main {
  padding-top: 0;
}
.demo_store {
  padding: 5px;
  margin: 0;
  text-align: center;
  background-color: #000;
  color: #fff;
}
.has-transparent + main > .message-wrapper {
  position: fixed;
  z-index: 999;
  width: 100%;
  bottom: 0;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.1);
}
.form-row input[type="submit"] {
  margin: 0;
}
.form-row input[type="submit"] + label {
  margin-left: 15px;
}
.my-account-header.featured-title .page-title-inner {
  min-height: 100px;
}
.my-account-header .button {
  margin-top: 5px;
  margin-bottom: 5px;
}
.woocommerce-form-register .woocommerce-privacy-policy-text {
  margin-bottom: 1.5em;
}
form.lost_reset_password {
  padding: 30px 0;
}
.dashboard-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1;
  font-size: 1.3em;
  list-style: none;
}
.dashboard-links a {
  display: block;
  border-radius: 5px;
  padding: 20px 0;
  border: 1px solid #ddd;
  text-align: center;
  margin-right: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.dashboard-links .active {
  display: none;
}
.dashboard-links a:hover {
  background-color: #333;
  color: #fff;
}
.dashboard-links li {
  width: 33.333%;
}
@media (max-width: 849px) {
  .dashboard-links li {
    width: 50%;
  }
}
@media (max-width: 549px) {
  .dashboard-links li {
    width: 100%;
  }
}
.price {
  line-height: 1;
}
.product-info .price {
  font-size: 1.5em;
  margin: 0.5em 0;
  font-weight: bolder;
}
.woocommerce-variation-price {
  border-top: 1px dashed #ddd;
  font-size: 0.8em;
  padding: 7.5px 0;
}
.price-wrapper .price {
  display: block;
}
span.amount {
  white-space: nowrap;
  color: #111;
  font-weight: 700;
}
.dark .price,
.dark .price del,
.dark span.amount {
  color: #fff;
}
.header-cart-title span.amount {
  color: currentColor;
}
del span.amount {
  opacity: 0.6;
  font-weight: 400;
  margin-right: 0.3em;
}
.no-prices .amount {
  display: none !important;
}
ul.product_list_widget li {
  list-style: none;
  padding: 10px 0 5px 75px;
  min-height: 80px;
  position: relative;
  overflow: hidden;
  vertical-align: top;
  line-height: 1.33;
}
ul.product_list_widget li + li {
  border-top: 1px solid #ececec;
}
.dark ul.product_list_widget li {
  border-color: rgba(255, 255, 255, 0.2);
}
.widget_shopping_cart ul.product_list_widget li {
  padding-right: 30px;
}
ul.product_list_widget li > span.reviewer {
  font-size: 0.8em;
}
ul.product_list_widget li a:not(.remove) {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  line-height: 1.3;
}
ul.product_list_widget li a.remove {
  position: absolute;
  right: 0;
  z-index: 9;
}
ul.product_list_widget li dl {
  margin: 0;
  line-height: 1;
  font-size: 0.7em;
}
ul.product_list_widget li img {
  top: 10px;
  position: absolute;
  left: 0;
  width: 60px;
  height: 60px;
  margin-bottom: 5px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
ul.product_list_widget li .quantity {
  display: block;
  margin-top: 3px;
  font-size: 0.85em;
  opacity: 0.6;
}
.product-main {
  padding: 40px 0;
}
.page-title:not(.featured-title) + main .product-main {
  padding-top: 15px;
}
.product-info {
  padding-top: 10px;
}
.product-summary .woocommerce-Price-currencySymbol {
  font-size: 0.75em;
  vertical-align: top;
  margin-top: 0.05em;
}
.product-summary .quantity {
  margin-bottom: 1em;
}
.product-summary .variations_button {
  padding: 0.5em 0;
}
.product-summary table tr + tr {
  border-top: 1px dashed #ddd;
}
.product_meta {
  font-size: 0.8em;
  margin-bottom: 1em;
}
.product_meta > span {
  display: block;
  border-top: 1px dotted #ddd;
  padding: 5px 0;
}
.product-info p.stock {
  margin-bottom: 1em;
  line-height: 1.3;
  font-size: 0.8em;
  font-weight: 700;
}
p.in-stock {
  color: #7a9c59;
}
.group_table .quantity {
  margin: 0;
}
.group_table .price {
  font-size: 1em;
}
.group_table .label label {
  padding: 0;
  margin: 0;
}
.product-gallery,
.product-thumbnails .col {
  padding-bottom: 0 !important;
}
.product-thumbnails img,
.product-gallery-slider img {
  width: 100%;
}
.product-gallery-wide {
  position: relative;
}
@media screen and (min-width: 850px) {
  .product-gallery-stacked {
    white-space: normal !important;
    overflow: auto !important;
    width: auto !important;
  }
  .product-gallery-stacked .flickity-slider,
  .product-gallery-stacked .flickity-viewport {
    height: auto !important;
  }
  .product-gallery-stacked .slide,
  .product-gallery-stacked .flickity-slider {
    position: relative !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    left: 0 !important;
    right: 0 !important;
  }
  .product-gallery-stacked .slide {
    overflow: hidden;
  }
  .product-gallery-stacked .slide:not(:last-child) {
    margin-bottom: 1.5em;
  }
  .product-stacked-info {
    padding: 5vh 5% 2vh;
  }
}
.product-thumbnails {
  padding-top: 0;
}
.product-thumbnails a {
  overflow: hidden;
  display: block;
  border: 1px solid transparent;
  background-color: #fff;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.product-thumbnails a:hover,
.product-thumbnails .is-nav-selected a {
  border-color: rgba(0, 0, 0, 0.2);
}
.product-thumbnails img {
  margin-bottom: -5px;
  opacity: 0.5;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  -o-transition: transform 0.6s, opacity 0.6s;
  transition: transform 0.6s, opacity 0.6s;
  transition: transform 0.6s, opacity 0.6s, -webkit-transform 0.6s;
}
.product-thumbnails a:hover img,
.product-thumbnails .is-nav-selected a img {
  border-color: rgba(0, 0, 0, 0.3);
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  opacity: 1;
}
.vertical-thumbnails .row-slider:not(.flickity-enabled) {
  opacity: 0;
}
@media screen and (min-width: 850px) {
  .vertical-thumbnails {
    overflow-x: hidden;
    overflow-y: auto;
  }
  .vertical-thumbnails .col {
    position: relative !important;
    left: 0 !important;
    max-width: 100% !important;
    min-height: 0 !important;
    margin-left: 1px;
    width: 95% !important;
    right: 0 !important;
    padding: 0 0 15px !important;
  }
  .vertical-thumbnails .flickity-slider,
  .vertical-thumbnails .flickity-viewport {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    overflow: visible !important;
    height: auto !important;
  }
}
.product-footer .woocommerce-tabs {
  padding: 30px 0;
  border-top: 1px solid #ececec;
}
.product-footer .woocommerce-tabs > .nav-line-grow,
.product-footer .woocommerce-tabs > .nav-line:not(.nav-vertical) {
  margin-top: -31px;
}
#product-sidebar .next-prev-thumbs {
  margin: -0.5em 0 3em;
}
.product-sidebar-small {
  font-size: 0.9em;
}
.product-sidebar-small .widget-title {
  text-align: center;
}
.product-sidebar-small .is-divider {
  margin-left: auto;
  margin-right: auto;
}
.product-sidebar-small ul.product_list_widget li {
  padding-left: 60px;
}
.product-sidebar-small ul.product_list_widget li img {
  width: 50px;
  height: 50px;
}
.product-section {
  border-top: 1px solid #ececec;
}
.easyzoom-notice {
  display: none;
}
.easyzoom-flyout {
  position: absolute;
  z-index: 1;
  overflow: hidden;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation: stuckFadeIn 0.6s;
  animation: stuckFadeIn 0.6s;
}
@media (max-width: 849px) {
  .easyzoom-flyout {
    display: none !important;
  }
}
.product-gallery-slider .slide .easyzoom-flyout img {
  max-width: 1000px !important;
  width: 1000px !important;
}
.woocommerce-product-gallery__trigger {
  display: none;
}
.product-info .composite_form .composite_navigation .page_button {
  font-size: 1em;
  line-height: 1.2;
  font-weight: 400;
}
.woocommerce-pagination ul.links li {
  margin-left: inherit;
}
.has-sticky-product-cart {
  padding-bottom: 60px;
}
.has-sticky-product-cart .back-to-top.active {
  bottom: 10px;
}
.sticky-add-to-cart__product {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3px;
}
.sticky-add-to-cart__product .product-title-small {
  margin-right: 1em;
  max-width: 180px;
  line-height: 1;
}
.sticky-add-to-cart__product img {
  width: 45px;
  height: 45px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  margin-right: 1em;
  border-radius: 5px;
}
.sticky-add-to-cart--active {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.9em;
  background-color: rgba(255, 255, 255, 0.9);
  border-top: 1px solid #ddd;
  -webkit-animation: stuckMoveUp 0.6s;
  animation: stuckMoveUp 0.6s;
}
.sticky-add-to-cart--active .woocommerce-variation-description,
.sticky-add-to-cart--active .variations {
  display: none;
}
.sticky-add-to-cart--active .woocommerce-variation-add-to-cart,
.sticky-add-to-cart--active .single_variation_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
}
.sticky-add-to-cart--active .woocommerce-variation-price,
.sticky-add-to-cart--active .product-page-price {
  margin-top: 0;
  margin-right: 0.9em;
  margin-bottom: 0;
  font-size: 15px;
  padding: 0;
  border: 0;
}
.sticky-add-to-cart--active .quantity,
.sticky-add-to-cart--active form,
.sticky-add-to-cart--active button {
  margin-bottom: 0;
}
.sticky-add-to-cart--active .sticky-add-to-cart__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 550px) {
  .sticky-add-to-cart--active {
    font-size: 0.8em;
  }
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  cursor: pointer;
}
.flex-viewport a {
  display: block;
}
.flex-viewport img {
  width: 100%;
}
.flex-control-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 10px -5px 0 -5px;
}
.flex-control-thumbs li {
  list-style: none;
  width: 25%;
  padding: 0 5px;
  cursor: pointer;
}
.flex-control-thumbs li img {
  opacity: 0.6;
}
.flex-control-thumbs li img.flex-active {
  opacity: 1;
}
.text-center .quantity,
.quantity {
  opacity: 1;
  display: inline-block;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1em;
  white-space: nowrap;
  vertical-align: top;
}
.text-center .button + .quantity,
.button + .quantity {
  margin-right: 0;
}
.quantity + .button {
  margin-right: 0;
  font-size: 1em;
}
.quantity .button.minus {
  border-right: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.quantity .button.plus {
  border-left: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.quantity .minus,
.quantity .plus {
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.quantity input {
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
.quantity input[type="number"] {
  max-width: 2.5em;
  width: 2.5em;
  text-align: center;
  border-radius: 0 !important;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  font-size: 1em;
}
@media (max-width: 549px) {
  .quantity input[type="number"] {
    width: 2em;
  }
}
.quantity input[type="number"]::-webkit-outer-spin-button,
.quantity input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cart-icon {
  display: inline-block;
}
.cart-icon strong {
  border-radius: 0;
  font-weight: 700;
  margin: 0.3em 0;
  border: 2px solid #446084;
  color: #446084;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 2.2em;
  height: 2.2em;
  font-size: 1em;
  line-height: 1.9em;
  font-family: Helvetica, Arial, Sans-serif;
}
.cart-icon strong:after {
  -webkit-transition: height 0.1s ease-out;
  -o-transition: height 0.1s ease-out;
  transition: height 0.1s ease-out;
  bottom: 100%;
  margin-bottom: 0;
  margin-left: -7px;
  height: 8px;
  width: 14px;
  left: 50%;
  content: " ";
  position: absolute;
  pointer-events: none;
  border: 2px solid #446084;
  border-top-left-radius: 99px;
  border-top-right-radius: 99px;
  border-bottom: 0;
}
.current-dropdown .cart-icon strong,
.cart-icon:hover strong {
  background-color: #446084;
  color: #fff;
}
.current-dropdown .cart-icon strong:after,
.cart-icon:hover strong:after {
  height: 10px;
}
.nav-small .cart-icon {
  font-size: 0.66em;
}
.nav-dark .cart-icon strong {
  color: #fff;
  border-color: #fff;
}
.nav-dark .current-dropdown .cart-icon strong,
.nav-dark .cart-icon:hover strong {
  background-color: #fff;
  color: #446084;
}
.nav-dark .cart-icon strong:after {
  border-color: #fff;
}
.woocommerce-mini-cart__empty-message {
  text-align: center;
}
.loading .cart-icon strong,
.loading .cart-icon strong:after {
  border-color: #7a9c59;
  color: #7a9c59;
}
.loading .cart-icon:hover strong {
  background-color: #7a9c59;
  color: #fff;
}
.header-cart-icon {
  position: relative;
}
@media (min-width: 850px) {
  .off-canvas .off-canvas-cart {
    width: 320px;
  }
}
.cross-sells h2 {
  font-size: 1.2em;
  margin-bottom: 1em;
}
.shop_table ul li,
.checkout ul li {
  list-style: none;
  margin: 0;
}
.shop_table .quantity {
  margin: 0;
}
td.product-name {
  word-break: break-word;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
td.product-thumbnail {
  min-width: 60px;
  max-width: 90px;
  width: 90px;
}
td.product-remove {
  width: 20px;
  padding: 0;
}
.shop_table tfoot th {
  font-size: 85%;
  text-transform: inherit;
  letter-spacing: 0;
}
td.product-total,
.shop_table tfoot tr td,
.cart_totals tbody tr td,
.shop_table thead tr th:last-of-type,
.shop_table tr td:last-of-type {
  text-align: right;
}
.shop_table thead th,
.shop_table .order-total td,
.shop_table .order-total th {
  border-width: 3px;
}
.shop_table th:last-child {
  border-right: 0;
}
.shop_table .cart_item td {
  padding-top: 15px;
  padding-bottom: 15px;
}
.shop_table .actions {
  border: 0;
  padding: 15px 0 10px;
}
.shop_table .submit-col {
  padding-left: 30px;
}
@media (max-width: 849px) {
  .shop_table {
    font-size: 0.9em;
  }
  .shop_table tr.shipping th {
    width: 50%;
  }
  .shop_table .product-name {
    min-width: 80px;
  }
  .shop_table .product-remove {
    position: relative;
    width: 0;
  }
  .shop_table .product-remove a {
    position: absolute;
    top: 10px;
    left: 0;
    width: 24px;
    height: 24px;
    line-height: 18px !important;
    font-size: 18px !important;
  }
  .shop_table .mobile-product-price {
    margin: 0.5em 0;
  }
}
@media (max-width: 549px) {
  .shop_table .product-price {
    display: none;
  }
  .shop_table .product-subtotal {
    display: none;
  }
  .product-quantity {
    text-align: right;
  }
  .cross-sells {
    overflow: hidden;
  }
}
.cart_totals tbody th {
  font-size: 0.9em;
  text-transform: inherit;
  letter-spacing: 0;
  font-weight: 400;
}
.cart_totals > h2 {
  display: none;
}
.cart_totals .button {
  min-width: 100%;
  margin-right: 0;
  display: block;
}
.cart_totals .wc-proceed-to-checkout {
  margin: 1.5em 0;
}
.shipping__table {
  margin: 0;
}
.shipping__inner {
  border: 0;
  padding: 0;
  font-size: 1em;
}
.shipping__list {
  margin-bottom: 0;
}
.shipping__list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 2em;
}
.shipping__list_label {
  font-weight: 400;
  margin: 0;
  padding: 0.5em 0;
  opacity: 0.8;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.shipping.shipping--boxed .shipping__list {
  padding: 0;
}
.shipping.shipping--boxed .shipping__list_item {
  background-color: rgba(0, 0, 0, 0.01);
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.3em 0.6em;
  border-radius: 3px;
  margin-bottom: 5px;
  min-height: 2.4em;
}
.shipping__table--multiple {
  display: block;
  text-align: left;
}
.shipping__table--multiple tbody,
.shipping__table--multiple tr,
.shipping__table--multiple th,
.shipping__table--multiple td {
  display: block;
  text-align: left;
  padding-left: 0;
}
.shipping__table--multiple th {
  border: 0;
}
.shipping__table--multiple .shipping__list {
  padding: 0 0.2em;
}
.shipping__table--multiple .woocommerce-shipping-calculator,
.shipping__table--multiple .woocommerce-shipping-destination {
  text-align: left;
}
.shipping__table--multiple .shipping__list_label {
  text-align: left;
}
tr.shipping input:checked + label,
tr.shipping input:hover + label,
tr.shipping label:hover {
  opacity: 1;
}
tr.shipping input:checked + label {
  font-weight: 700;
}
tr.shipping input {
  margin-bottom: 0;
  margin-top: -2px;
}
tr.shipping span.amount {
  margin-left: 0.2em;
}
.woocommerce-shipping-calculator {
  margin-top: 0.5em;
  margin-bottom: 0;
}
.woocommerce-shipping-destination,
.shipping-calculator-button {
  font-size: 0.9em;
}
.shipping-calculator-form {
  background-color: rgba(0, 0, 0, 0.03);
  padding: 15px 15px 10px;
  border-radius: 5px;
  margin-top: 5px;
}
.cart-discount {
  background-color: rgba(122, 156, 89, 0.2);
  font-size: 0.85em;
}
.cart-discount th,
.cart-discount td {
  padding: 10px 5px;
}
.cart-sidebar .widget-title {
  border-bottom: 3px solid #ececec;
  font-size: 0.95em;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.widget_shopping_cart .button {
  width: 100%;
  margin: 0.5em 0 0;
}
.widget_shopping_cart li.empty {
  padding: 0 10px !important;
  margin: 0;
  min-height: 0;
  text-align: center;
}
.widget_shopping_cart p.total {
  text-align: center;
  padding: 10px 0;
  border-top: 1px solid #ececec;
  border-bottom: 2px solid #ececec;
  margin-bottom: 0.5em;
}
.dark .widget_shopping_cart p.total {
  border-color: rgba(255, 255, 255, 0.2);
}
.nav-dropdown .product_list_widget {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  max-height: 500px;
  max-height: 50vh;
}
.tagcloud {
  padding-bottom: 15px;
}
.tagcloud a {
  font-size: 0.8em !important;
  display: inline-block;
  border: 1px solid currentColor;
  opacity: 0.8;
  margin: 0 3px 5px 0;
  padding: 2px 5px;
  border-radius: 3px;
}
.tagcloud a:hover {
  opacity: 1;
  border-color: #446084;
  background-color: #446084;
  color: #fff;
}
.variations {
  position: relative;
}
.variations th,
.variations td {
  vertical-align: middle;
  padding: 0.2em 0;
  border: 0;
  text-transform: none;
  letter-spacing: normal;
}
.variations .reset_variations {
  position: absolute;
  right: 0;
  bottom: 95%;
  color: currentColor;
  opacity: 0.6;
  font-size: 11px;
  text-transform: uppercase;
}
dl.variation dt {
  float: left;
  clear: both;
}
dl.variation dd {
  display: block;
}
.wc-item-meta {
  margin-top: 1.3em;
}
.ge-search-box-content {
  background: #fff;
  color: #000;
}
div#search-lightbox {
  max-width: 800px;
}
div#search-lightbox .dgwt-wcas-search-wrapp {
  max-width: 100%;
}
.ge-search-box-content {
  margin-top: 5px;
  border-radius: 5px;
}
#search-lightbox
  .dgwt-wcas-sf-wrapp
  input[type="search"].dgwt-wcas-search-input {
  border-radius: 10px !important;
}
#search-lightbox
  .dgwt-wcas-sf-wrapp
  input[type="search"].dgwt-wcas-search-input {
  border-radius: 10px !important;
}
.ge-box-search1,
.ge-box-search2 {
  padding: 15px;
  border-bottom: 1px solid #cccccc70;
}
.ge-hot-title {
  text-align: left;
  font-size: 17px;
  margin-bottom: 15px;
}
.ge-box-search1 a,
.ge-box-search2 a {
  font-size: 15px;
  background: #ccc;
  color: #3b5a63;
  padding: 5px 15px;
  border-radius: 20px;
}
.ge-box-search2 a:hover,
.ge-box-search1 a:hover {
  background-color: #3b5a63;
  color: #fff;
}
.box-khuyen-mai-hot,
.box-top-tim-kiem {
  text-align: left;
}
.ge-search-box-content i {
  color: #3b5a63;
}
.box-sp-tim-nhieu-nhat {
  padding: 15px 0;
}
.ge-product-item-search a {
  display: grid;
  grid-template-columns: 0.45fr 1fr;
  gap: 5px;
}
.ge-box-sp {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.ge-search-pro-title {
  font-size: 17px;
  line-height: 20px;
  display: block;
  text-align: left;
}
.ge-box-price {
  text-align: left;
}
.ge-box-price {
  text-align: left;
  font-size: 20px;
}
.ge-box-sp a:hover {
  color: #3b5a63;
}
#search-lightbox button.dgwt-wcas-search-submit {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  margin-left: 15px;
}
#search-lightbox .dgwt-wcas-sf-wrapp {
  position: relative;
}
.dgwt-wcas-suggestions-wrapp {
  display: none !important;
}
.mfp-wrap div.mfp-preloader {
  display: none !important;
}
div.dgwt-wcas-flatsome-up {
  margin-top: 0px !important;
}
.ge-box-price span {
  text-decoration: line-through;
}
.ge-box-price span.main-price {
  font-family: roboto !important;
  text-decoration: unset;
  font-size: 14px;
  font-weight: 700;
}
.ge-product-title a:hover {
  color: #3b5a63;
}
.ge-box-price span {
  text-decoration: line-through;
  font-size: 13px;
  color: #3b5a63;
  font-family: roboto !important;
}
.js-dgwt-wcas-overlay-mobile.dgwt-wcas-overlay-mobile {
  top: 10%;
}
.ge-search-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}
.ge-search-popup {
  background: #fff;
  padding: 20px;
  max-width: 750px;
  max-height: 90vh;
  overflow-y: auto;
  border-radius: 8px;
  position: relative;
}
.ge-search-popup input[type="text"] {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  margin-bottom: 20px;
}
.btn-close-search {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 28px;
  cursor: pointer;
  color: #fff;
}
.ge-divider {
  height: 1px;
  border-bottom: 1px dashed #e9e9e9;
}
.ge-box-search button {
  position: absolute;
  top: 0;
  right: 15px;
  margin:0;
  padding:0;
}
.ge-box-search {
  position: relative;
}
.ge-box-search button:hover,
.ge-icon-search:hover {
  cursor: pointer;
}
.ge-box-search button i {
  color: #757575;
}
.ge-icon-search {
  color: #fff;
}
.ge-box-search button {
  position: absolute;
  top: 0;
  right: 15px;
}
#ge-loading-spinner,
#ge-loading-spinner2 {
  position: absolute;
  text-align: center;
  margin: 20px 0;
  color: red;
  z-index: 9999;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
#ge-loading-spinner2 {
  top: 0 !important;
}
.ge-btn-bottom-form {
  text-align: center;
  margin-top: 15px;
  font-style: italic;
}
.ge-add-border {
  padding: 15px;
  border-bottom: 1px dashed #e9e9e9;
}
.ge-cate-item {
  padding-left: 5px;
}
.ge-cate-title,
.ge-hot-title {
  font-weight: 600;
}
.ge-cate-item a {
  text-decoration: underline;
}
.box-khuyen-mai-hot {
  display: flex;
  gap: 10px;
  flex-flow: wrap;
}
.single-product section.related .image-tools a.quick-view {
  width: 105px;
}
.single-product section.related .add-to-cart-button a {
  padding: 0 8px !important;
}
@media (max-width: 600px) {
  .ge-box-content .star-rating {
    margin-bottom: 5px;
  }
  .ge-box-price {
    text-align: left;
    font-size: 12px;
  }
  .ge-box-price span.old-price {
    font-size: 10px !important;
  }
  .ge-box-price span.main-price {
    font-size: 12px;
    line-height: 13px;
  }
  .ge-product-title a {
    font-size: 14px !important;
  }
  p.ge-product-title {
    line-height: 15px;
  }
  .gr-button .ge-btn-add-to-cart {
    display: none;
  }
  .gr-button .btn-buy-now {
    width: 100%;
  }
  .btn-buy-now a.quick-view {
    right: unset !important;
  }
  .ge-search-popup {
    width: 95%;
    margin: 30px auto auto auto;
  }
  span.btn-close-search {
    top: -13px;
    right: 10px;
  }
  .dgwt-wcas-overlay-mobile {
    top: 10%;
    height: 45px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    background: #fff0;
    box-shadow: 0 1px 4px 2px #ddd;
    border-radius: 10px;
  }
  .dgwt-wcas-overlay-mobile-on div.mfp-wrap {
    display: block;
  }
  .header-main li.html.custom {
    display: block !important;
  }
  .box-khuyen-mai-hot,
  .box-top-tim-kiem {
    display: flex;
    gap: 10px;
    flex-flow: wrap;
  }
  .ge-box-sp {
    grid-template-columns: 1fr;
  }
  .ge-product-filter-form {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column-reverse;
    align-items: flex-start !important;
  }
  .ge-product-filter-form .list-cate ul {
    margin-left: 0px !important;
  }
  #btn-load-more {
    font-size: 15px;
    text-transform: unset;
    font-weight: 500;
    color: #3b5a63;
    padding: 4px 106px;
    border: 1px solid #3b5a63;
    border-radius: 10px !important;
    margin-right: 0;
  }
  .box-filter select {
    font-size: 13px !important;
    border-radius: 5px;
    width: 130px;
    margin-bottom: 10px;
    height: 34px;
  }
  .list-cate ul {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: thin;
  }
  .list-cate ul::-webkit-scrollbar {
    height: 6px;
  }
  .ge-product-filter-form .list-cate,
  .ge-product-filter-form .list-cate ul {
    width: 100%;
    overflow-x: auto;
  }
  .ge-product-filter-form .list-cate ul {
    display: flex;
    gap: 10px;
    white-space: nowrap;
    padding-bottom: 5px;
    flex-wrap: nowrap !important;
  }
  .ge-product-filter-form .list-cate ul li {
    flex: 0 0 auto;
    white-space: nowrap;
    padding: 5px 12px;
  }
}
@charset 'UTF-8';
.slick-loading .slick-list {
  background: #fff
    url(https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/./ajax-loader.gif)
    center center no-repeat;
}
@font-face {
  font-display: swap;
  font-family: "slick";
  font-weight: 400;
  font-style: normal;
  src: url(https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/./fonts/slick.eot);
  src: url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/./fonts/slick.eot?#iefix")
      format("embedded-opentype"),
    url(https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/./fonts/slick.woff)
      format("woff"),
    url(https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/./fonts/slick.ttf)
      format("truetype"),
    url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/./fonts/slick.svg#slick")
      format("svg");
}
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
}
.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;
}
﻿.slick-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #000;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.slick-lightbox .slick-loading .slick-list {
  background-color: transparent;
}
.slick-lightbox .slick-prev {
  left: 15px;
}
.slick-lightbox .slick-next {
  right: 15px;
}
.slick-lightbox-hide {
  opacity: 0;
}
.slick-lightbox-hide.slick-lightbox-ie {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.slick-lightbox-hide-init {
  position: absolute;
  top: -9999px;
  opacity: 0;
}
.slick-lightbox-hide-init.slick-lightbox-ie {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.slick-lightbox-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slick-lightbox-slick-item {
  text-align: center;
  overflow: hidden;
}
.slick-lightbox-slick-item:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.slick-caption-bottom
  .slick-lightbox-slick-item
  .slick-lightbox-slick-item
  .slick-lightbox-slick-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}
.slick-caption-dynamic
  .slick-lightbox-slick-item
  .slick-lightbox-slick-item
  .slick-lightbox-slick-caption {
  display: block;
  text-align: center;
}
.slick-lightbox-slick-item-inner {
  display: inline-block;
  vertical-align: middle;
  max-width: 90%;
  max-height: 90%;
}
.slick-lightbox-slick-img {
  margin: 0 auto;
  display: block;
  max-width: 90%;
  max-height: 90%;
}
.slick-lightbox-slick-caption {
  margin: 10px 0 0;
  color: #fff;
}
.slick-lightbox-close {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  border: none;
}
.slick-lightbox-close:focus {
  outline: none;
}
.slick-lightbox-close:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "×";
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container[dir="rtl"]
  .select2-selection--single
  .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}
.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}
.select2-container
  .select2-search--inline
  .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option--selectable {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  height: 26px;
  margin-right: 20px;
  padding-right: 0;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single
  .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}
.select2-container--default
  .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__clear {
  cursor: pointer;
  font-weight: 700;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: 700;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover,
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: solid #000 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled
  .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled
  .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__group {
  padding-left: 0;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--group {
  padding: 0;
}
.select2-container--default .select2-results__option--disabled {
  color: #999;
}
.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}
.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: #fff;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',endColorstr='#FFEEEEEE',GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  height: 26px;
  margin-right: 20px;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE',endColorstr='#FFCCCCCC',GradientType=0);
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',endColorstr='#FFEEEEEE',GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE',endColorstr='#FFFFFFFF',GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__clear {
  display: none;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: 700;
  padding: 0 4px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select2-container--classic.select2-container--open
  .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option--group {
  padding: 0;
}
.select2-container--classic .select2-results__option--disabled {
  color: grey;
}
.select2-container--classic
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: #fff;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
} /*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}
.fa,
.fa-brands,
.fa-regular,
.fa-solid,
.fab,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}
.fa-brands:before,
.fa-regular:before,
.fa-solid:before,
.fa:before,
.fab:before,
.far:before,
.fas:before {
  content: var(--fa);
}
.fa-classic,
.fa-regular,
.fa-solid,
.far,
.fas {
  font-family: "Font Awesome 6 Free";
}
.fa-brands,
.fab {
  font-family: "Font Awesome 6 Brands";
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}
.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em;
}
.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em;
}
.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}
.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em;
}
.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}
.fa-border {
  border-radius: var(--fa-border-radius, 0.1em);
  border: var(--fa-border-width, 0.08em) var(--fa-border-style, solid)
    var(--fa-border-color, #eee);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}
.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}
.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}
.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}
.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(
    --fa-animation-timing,
    cubic-bezier(0.28, 0.84, 0.42, 1)
  );
}
.fa-fade {
  animation-name: fa-fade;
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(
    --fa-animation-timing,
    cubic-bezier(0.4, 0, 0.6, 1)
  );
}
.fa-beat-fade,
.fa-fade {
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
}
.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(
    --fa-animation-timing,
    cubic-bezier(0.4, 0, 0.6, 1)
  );
}
.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}
.fa-shake {
  animation-name: fa-shake;
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}
.fa-shake,
.fa-spin {
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
}
.fa-spin {
  animation-name: fa-spin;
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}
.fa-spin-reverse {
  --fa-animation-direction: reverse;
}
.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}
@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-beat-fade,
  .fa-bounce,
  .fa-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa-beat {
  0%,
  90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1) translateY(0);
  }
  10% {
    transform: scale(
        var(--fa-bounce-start-scale-x, 1.1),
        var(--fa-bounce-start-scale-y, 0.9)
      )
      translateY(0);
  }
  30% {
    transform: scale(
        var(--fa-bounce-jump-scale-x, 0.9),
        var(--fa-bounce-jump-scale-y, 1.1)
      )
      translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(
        var(--fa-bounce-land-scale-x, 1.05),
        var(--fa-bounce-land-scale-y, 0.95)
      )
      translateY(0);
  }
  57% {
    transform: scale(1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1) translateY(0);
  }
  to {
    transform: scale(1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%,
  to {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(
      var(--fa-flip-x, 0),
      var(--fa-flip-y, 1),
      var(--fa-flip-z, 0),
      var(--fa-flip-angle, -180deg)
    );
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%,
  24% {
    transform: rotate(-18deg);
  }
  12%,
  28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%,
  to {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}
.fa-rotate-180 {
  transform: rotate(180deg);
}
.fa-rotate-270 {
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  transform: scaleX(-1);
}
.fa-flip-vertical {
  transform: scaleY(-1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1);
}
.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, 0));
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: var(--fa-inverse, #fff);
}
.fa-0 {
  --fa: "\30";
}
.fa-1 {
  --fa: "\31";
}
.fa-2 {
  --fa: "\32";
}
.fa-3 {
  --fa: "\33";
}
.fa-4 {
  --fa: "\34";
}
.fa-5 {
  --fa: "\35";
}
.fa-6 {
  --fa: "\36";
}
.fa-7 {
  --fa: "\37";
}
.fa-8 {
  --fa: "\38";
}
.fa-9 {
  --fa: "\39";
}
.fa-fill-drip {
  --fa: "\f576";
}
.fa-arrows-to-circle {
  --fa: "\e4bd";
}
.fa-chevron-circle-right,
.fa-circle-chevron-right {
  --fa: "\f138";
}
.fa-at {
  --fa: "\40";
}
.fa-trash-alt,
.fa-trash-can {
  --fa: "\f2ed";
}
.fa-text-height {
  --fa: "\f034";
}
.fa-user-times,
.fa-user-xmark {
  --fa: "\f235";
}
.fa-stethoscope {
  --fa: "\f0f1";
}
.fa-comment-alt,
.fa-message {
  --fa: "\f27a";
}
.fa-info {
  --fa: "\f129";
}
.fa-compress-alt,
.fa-down-left-and-up-right-to-center {
  --fa: "\f422";
}
.fa-explosion {
  --fa: "\e4e9";
}
.fa-file-alt,
.fa-file-lines,
.fa-file-text {
  --fa: "\f15c";
}
.fa-wave-square {
  --fa: "\f83e";
}
.fa-ring {
  --fa: "\f70b";
}
.fa-building-un {
  --fa: "\e4d9";
}
.fa-dice-three {
  --fa: "\f527";
}
.fa-calendar-alt,
.fa-calendar-days {
  --fa: "\f073";
}
.fa-anchor-circle-check {
  --fa: "\e4aa";
}
.fa-building-circle-arrow-right {
  --fa: "\e4d1";
}
.fa-volleyball,
.fa-volleyball-ball {
  --fa: "\f45f";
}
.fa-arrows-up-to-line {
  --fa: "\e4c2";
}
.fa-sort-desc,
.fa-sort-down {
  --fa: "\f0dd";
}
.fa-circle-minus,
.fa-minus-circle {
  --fa: "\f056";
}
.fa-door-open {
  --fa: "\f52b";
}
.fa-right-from-bracket,
.fa-sign-out-alt {
  --fa: "\f2f5";
}
.fa-atom {
  --fa: "\f5d2";
}
.fa-soap {
  --fa: "\e06e";
}
.fa-heart-music-camera-bolt,
.fa-icons {
  --fa: "\f86d";
}
.fa-microphone-alt-slash,
.fa-microphone-lines-slash {
  --fa: "\f539";
}
.fa-bridge-circle-check {
  --fa: "\e4c9";
}
.fa-pump-medical {
  --fa: "\e06a";
}
.fa-fingerprint {
  --fa: "\f577";
}
.fa-hand-point-right {
  --fa: "\f0a4";
}
.fa-magnifying-glass-location,
.fa-search-location {
  --fa: "\f689";
}
.fa-forward-step,
.fa-step-forward {
  --fa: "\f051";
}
.fa-face-smile-beam,
.fa-smile-beam {
  --fa: "\f5b8";
}
.fa-flag-checkered {
  --fa: "\f11e";
}
.fa-football,
.fa-football-ball {
  --fa: "\f44e";
}
.fa-school-circle-exclamation {
  --fa: "\e56c";
}
.fa-crop {
  --fa: "\f125";
}
.fa-angle-double-down,
.fa-angles-down {
  --fa: "\f103";
}
.fa-users-rectangle {
  --fa: "\e594";
}
.fa-people-roof {
  --fa: "\e537";
}
.fa-people-line {
  --fa: "\e534";
}
.fa-beer,
.fa-beer-mug-empty {
  --fa: "\f0fc";
}
.fa-diagram-predecessor {
  --fa: "\e477";
}
.fa-arrow-up-long,
.fa-long-arrow-up {
  --fa: "\f176";
}
.fa-burn,
.fa-fire-flame-simple {
  --fa: "\f46a";
}
.fa-male,
.fa-person {
  --fa: "\f183";
}
.fa-laptop {
  --fa: "\f109";
}
.fa-file-csv {
  --fa: "\f6dd";
}
.fa-menorah {
  --fa: "\f676";
}
.fa-truck-plane {
  --fa: "\e58f";
}
.fa-record-vinyl {
  --fa: "\f8d9";
}
.fa-face-grin-stars,
.fa-grin-stars {
  --fa: "\f587";
}
.fa-bong {
  --fa: "\f55c";
}
.fa-pastafarianism,
.fa-spaghetti-monster-flying {
  --fa: "\f67b";
}
.fa-arrow-down-up-across-line {
  --fa: "\e4af";
}
.fa-spoon,
.fa-utensil-spoon {
  --fa: "\f2e5";
}
.fa-jar-wheat {
  --fa: "\e517";
}
.fa-envelopes-bulk,
.fa-mail-bulk {
  --fa: "\f674";
}
.fa-file-circle-exclamation {
  --fa: "\e4eb";
}
.fa-circle-h,
.fa-hospital-symbol {
  --fa: "\f47e";
}
.fa-pager {
  --fa: "\f815";
}
.fa-address-book,
.fa-contact-book {
  --fa: "\f2b9";
}
.fa-strikethrough {
  --fa: "\f0cc";
}
.fa-k {
  --fa: "\4b";
}
.fa-landmark-flag {
  --fa: "\e51c";
}
.fa-pencil,
.fa-pencil-alt {
  --fa: "\f303";
}
.fa-backward {
  --fa: "\f04a";
}
.fa-caret-right {
  --fa: "\f0da";
}
.fa-comments {
  --fa: "\f086";
}
.fa-file-clipboard,
.fa-paste {
  --fa: "\f0ea";
}
.fa-code-pull-request {
  --fa: "\e13c";
}
.fa-clipboard-list {
  --fa: "\f46d";
}
.fa-truck-loading,
.fa-truck-ramp-box {
  --fa: "\f4de";
}
.fa-user-check {
  --fa: "\f4fc";
}
.fa-vial-virus {
  --fa: "\e597";
}
.fa-sheet-plastic {
  --fa: "\e571";
}
.fa-blog {
  --fa: "\f781";
}
.fa-user-ninja {
  --fa: "\f504";
}
.fa-person-arrow-up-from-line {
  --fa: "\e539";
}
.fa-scroll-torah,
.fa-torah {
  --fa: "\f6a0";
}
.fa-broom-ball,
.fa-quidditch,
.fa-quidditch-broom-ball {
  --fa: "\f458";
}
.fa-toggle-off {
  --fa: "\f204";
}
.fa-archive,
.fa-box-archive {
  --fa: "\f187";
}
.fa-person-drowning {
  --fa: "\e545";
}
.fa-arrow-down-9-1,
.fa-sort-numeric-desc,
.fa-sort-numeric-down-alt {
  --fa: "\f886";
}
.fa-face-grin-tongue-squint,
.fa-grin-tongue-squint {
  --fa: "\f58a";
}
.fa-spray-can {
  --fa: "\f5bd";
}
.fa-truck-monster {
  --fa: "\f63b";
}
.fa-w {
  --fa: "\57";
}
.fa-earth-africa,
.fa-globe-africa {
  --fa: "\f57c";
}
.fa-rainbow {
  --fa: "\f75b";
}
.fa-circle-notch {
  --fa: "\f1ce";
}
.fa-tablet-alt,
.fa-tablet-screen-button {
  --fa: "\f3fa";
}
.fa-paw {
  --fa: "\f1b0";
}
.fa-cloud {
  --fa: "\f0c2";
}
.fa-trowel-bricks {
  --fa: "\e58a";
}
.fa-face-flushed,
.fa-flushed {
  --fa: "\f579";
}
.fa-hospital-user {
  --fa: "\f80d";
}
.fa-tent-arrow-left-right {
  --fa: "\e57f";
}
.fa-gavel,
.fa-legal {
  --fa: "\f0e3";
}
.fa-binoculars {
  --fa: "\f1e5";
}
.fa-microphone-slash {
  --fa: "\f131";
}
.fa-box-tissue {
  --fa: "\e05b";
}
.fa-motorcycle {
  --fa: "\f21c";
}
.fa-bell-concierge,
.fa-concierge-bell {
  --fa: "\f562";
}
.fa-pen-ruler,
.fa-pencil-ruler {
  --fa: "\f5ae";
}
.fa-people-arrows,
.fa-people-arrows-left-right {
  --fa: "\e068";
}
.fa-mars-and-venus-burst {
  --fa: "\e523";
}
.fa-caret-square-right,
.fa-square-caret-right {
  --fa: "\f152";
}
.fa-cut,
.fa-scissors {
  --fa: "\f0c4";
}
.fa-sun-plant-wilt {
  --fa: "\e57a";
}
.fa-toilets-portable {
  --fa: "\e584";
}
.fa-hockey-puck {
  --fa: "\f453";
}
.fa-table {
  --fa: "\f0ce";
}
.fa-magnifying-glass-arrow-right {
  --fa: "\e521";
}
.fa-digital-tachograph,
.fa-tachograph-digital {
  --fa: "\f566";
}
.fa-users-slash {
  --fa: "\e073";
}
.fa-clover {
  --fa: "\e139";
}
.fa-mail-reply,
.fa-reply {
  --fa: "\f3e5";
}
.fa-star-and-crescent {
  --fa: "\f699";
}
.fa-house-fire {
  --fa: "\e50c";
}
.fa-minus-square,
.fa-square-minus {
  --fa: "\f146";
}
.fa-helicopter {
  --fa: "\f533";
}
.fa-compass {
  --fa: "\f14e";
}
.fa-caret-square-down,
.fa-square-caret-down {
  --fa: "\f150";
}
.fa-file-circle-question {
  --fa: "\e4ef";
}
.fa-laptop-code {
  --fa: "\f5fc";
}
.fa-swatchbook {
  --fa: "\f5c3";
}
.fa-prescription-bottle {
  --fa: "\f485";
}
.fa-bars,
.fa-navicon {
  --fa: "\f0c9";
}
.fa-people-group {
  --fa: "\e533";
}
.fa-hourglass-3,
.fa-hourglass-end {
  --fa: "\f253";
}
.fa-heart-broken,
.fa-heart-crack {
  --fa: "\f7a9";
}
.fa-external-link-square-alt,
.fa-square-up-right {
  --fa: "\f360";
}
.fa-face-kiss-beam,
.fa-kiss-beam {
  --fa: "\f597";
}
.fa-film {
  --fa: "\f008";
}
.fa-ruler-horizontal {
  --fa: "\f547";
}
.fa-people-robbery {
  --fa: "\e536";
}
.fa-lightbulb {
  --fa: "\f0eb";
}
.fa-caret-left {
  --fa: "\f0d9";
}
.fa-circle-exclamation,
.fa-exclamation-circle {
  --fa: "\f06a";
}
.fa-school-circle-xmark {
  --fa: "\e56d";
}
.fa-arrow-right-from-bracket,
.fa-sign-out {
  --fa: "\f08b";
}
.fa-chevron-circle-down,
.fa-circle-chevron-down {
  --fa: "\f13a";
}
.fa-unlock-alt,
.fa-unlock-keyhole {
  --fa: "\f13e";
}
.fa-cloud-showers-heavy {
  --fa: "\f740";
}
.fa-headphones-alt,
.fa-headphones-simple {
  --fa: "\f58f";
}
.fa-sitemap {
  --fa: "\f0e8";
}
.fa-circle-dollar-to-slot,
.fa-donate {
  --fa: "\f4b9";
}
.fa-memory {
  --fa: "\f538";
}
.fa-road-spikes {
  --fa: "\e568";
}
.fa-fire-burner {
  --fa: "\e4f1";
}
.fa-flag {
  --fa: "\f024";
}
.fa-hanukiah {
  --fa: "\f6e6";
}
.fa-feather {
  --fa: "\f52d";
}
.fa-volume-down,
.fa-volume-low {
  --fa: "\f027";
}
.fa-comment-slash {
  --fa: "\f4b3";
}
.fa-cloud-sun-rain {
  --fa: "\f743";
}
.fa-compress {
  --fa: "\f066";
}
.fa-wheat-alt,
.fa-wheat-awn {
  --fa: "\e2cd";
}
.fa-ankh {
  --fa: "\f644";
}
.fa-hands-holding-child {
  --fa: "\e4fa";
}
.fa-asterisk {
  --fa: "\2a";
}
.fa-check-square,
.fa-square-check {
  --fa: "\f14a";
}
.fa-peseta-sign {
  --fa: "\e221";
}
.fa-header,
.fa-heading {
  --fa: "\f1dc";
}
.fa-ghost {
  --fa: "\f6e2";
}
.fa-list,
.fa-list-squares {
  --fa: "\f03a";
}
.fa-phone-square-alt,
.fa-square-phone-flip {
  --fa: "\f87b";
}
.fa-cart-plus {
  --fa: "\f217";
}
.fa-gamepad {
  --fa: "\f11b";
}
.fa-circle-dot,
.fa-dot-circle {
  --fa: "\f192";
}
.fa-dizzy,
.fa-face-dizzy {
  --fa: "\f567";
}
.fa-egg {
  --fa: "\f7fb";
}
.fa-house-medical-circle-xmark {
  --fa: "\e513";
}
.fa-campground {
  --fa: "\f6bb";
}
.fa-folder-plus {
  --fa: "\f65e";
}
.fa-futbol,
.fa-futbol-ball,
.fa-soccer-ball {
  --fa: "\f1e3";
}
.fa-paint-brush,
.fa-paintbrush {
  --fa: "\f1fc";
}
.fa-lock {
  --fa: "\f023";
}
.fa-gas-pump {
  --fa: "\f52f";
}
.fa-hot-tub,
.fa-hot-tub-person {
  --fa: "\f593";
}
.fa-map-location,
.fa-map-marked {
  --fa: "\f59f";
}
.fa-house-flood-water {
  --fa: "\e50e";
}
.fa-tree {
  --fa: "\f1bb";
}
.fa-bridge-lock {
  --fa: "\e4cc";
}
.fa-sack-dollar {
  --fa: "\f81d";
}
.fa-edit,
.fa-pen-to-square {
  --fa: "\f044";
}
.fa-car-side {
  --fa: "\f5e4";
}
.fa-share-alt,
.fa-share-nodes {
  --fa: "\f1e0";
}
.fa-heart-circle-minus {
  --fa: "\e4ff";
}
.fa-hourglass-2,
.fa-hourglass-half {
  --fa: "\f252";
}
.fa-microscope {
  --fa: "\f610";
}
.fa-sink {
  --fa: "\e06d";
}
.fa-bag-shopping,
.fa-shopping-bag {
  --fa: "\f290";
}
.fa-arrow-down-z-a,
.fa-sort-alpha-desc,
.fa-sort-alpha-down-alt {
  --fa: "\f881";
}
.fa-mitten {
  --fa: "\f7b5";
}
.fa-person-rays {
  --fa: "\e54d";
}
.fa-users {
  --fa: "\f0c0";
}
.fa-eye-slash {
  --fa: "\f070";
}
.fa-flask-vial {
  --fa: "\e4f3";
}
.fa-hand,
.fa-hand-paper {
  --fa: "\f256";
}
.fa-om {
  --fa: "\f679";
}
.fa-worm {
  --fa: "\e599";
}
.fa-house-circle-xmark {
  --fa: "\e50b";
}
.fa-plug {
  --fa: "\f1e6";
}
.fa-chevron-up {
  --fa: "\f077";
}
.fa-hand-spock {
  --fa: "\f259";
}
.fa-stopwatch {
  --fa: "\f2f2";
}
.fa-face-kiss,
.fa-kiss {
  --fa: "\f596";
}
.fa-bridge-circle-xmark {
  --fa: "\e4cb";
}
.fa-face-grin-tongue,
.fa-grin-tongue {
  --fa: "\f589";
}
.fa-chess-bishop {
  --fa: "\f43a";
}
.fa-face-grin-wink,
.fa-grin-wink {
  --fa: "\f58c";
}
.fa-deaf,
.fa-deafness,
.fa-ear-deaf,
.fa-hard-of-hearing {
  --fa: "\f2a4";
}
.fa-road-circle-check {
  --fa: "\e564";
}
.fa-dice-five {
  --fa: "\f523";
}
.fa-rss-square,
.fa-square-rss {
  --fa: "\f143";
}
.fa-land-mine-on {
  --fa: "\e51b";
}
.fa-i-cursor {
  --fa: "\f246";
}
.fa-stamp {
  --fa: "\f5bf";
}
.fa-stairs {
  --fa: "\e289";
}
.fa-i {
  --fa: "\49";
}
.fa-hryvnia,
.fa-hryvnia-sign {
  --fa: "\f6f2";
}
.fa-pills {
  --fa: "\f484";
}
.fa-face-grin-wide,
.fa-grin-alt {
  --fa: "\f581";
}
.fa-tooth {
  --fa: "\f5c9";
}
.fa-v {
  --fa: "\56";
}
.fa-bangladeshi-taka-sign {
  --fa: "\e2e6";
}
.fa-bicycle {
  --fa: "\f206";
}
.fa-rod-asclepius,
.fa-rod-snake,
.fa-staff-aesculapius,
.fa-staff-snake {
  --fa: "\e579";
}
.fa-head-side-cough-slash {
  --fa: "\e062";
}
.fa-ambulance,
.fa-truck-medical {
  --fa: "\f0f9";
}
.fa-wheat-awn-circle-exclamation {
  --fa: "\e598";
}
.fa-snowman {
  --fa: "\f7d0";
}
.fa-mortar-pestle {
  --fa: "\f5a7";
}
.fa-road-barrier {
  --fa: "\e562";
}
.fa-school {
  --fa: "\f549";
}
.fa-igloo {
  --fa: "\f7ae";
}
.fa-joint {
  --fa: "\f595";
}
.fa-angle-right {
  --fa: "\f105";
}
.fa-horse {
  --fa: "\f6f0";
}
.fa-q {
  --fa: "\51";
}
.fa-g {
  --fa: "\47";
}
.fa-notes-medical {
  --fa: "\f481";
}
.fa-temperature-2,
.fa-temperature-half,
.fa-thermometer-2,
.fa-thermometer-half {
  --fa: "\f2c9";
}
.fa-dong-sign {
  --fa: "\e169";
}
.fa-capsules {
  --fa: "\f46b";
}
.fa-poo-bolt,
.fa-poo-storm {
  --fa: "\f75a";
}
.fa-face-frown-open,
.fa-frown-open {
  --fa: "\f57a";
}
.fa-hand-point-up {
  --fa: "\f0a6";
}
.fa-money-bill {
  --fa: "\f0d6";
}
.fa-bookmark {
  --fa: "\f02e";
}
.fa-align-justify {
  --fa: "\f039";
}
.fa-umbrella-beach {
  --fa: "\f5ca";
}
.fa-helmet-un {
  --fa: "\e503";
}
.fa-bullseye {
  --fa: "\f140";
}
.fa-bacon {
  --fa: "\f7e5";
}
.fa-hand-point-down {
  --fa: "\f0a7";
}
.fa-arrow-up-from-bracket {
  --fa: "\e09a";
}
.fa-folder,
.fa-folder-blank {
  --fa: "\f07b";
}
.fa-file-medical-alt,
.fa-file-waveform {
  --fa: "\f478";
}
.fa-radiation {
  --fa: "\f7b9";
}
.fa-chart-simple {
  --fa: "\e473";
}
.fa-mars-stroke {
  --fa: "\f229";
}
.fa-vial {
  --fa: "\f492";
}
.fa-dashboard,
.fa-gauge,
.fa-gauge-med,
.fa-tachometer-alt-average {
  --fa: "\f624";
}
.fa-magic-wand-sparkles,
.fa-wand-magic-sparkles {
  --fa: "\e2ca";
}
.fa-e {
  --fa: "\45";
}
.fa-pen-alt,
.fa-pen-clip {
  --fa: "\f305";
}
.fa-bridge-circle-exclamation {
  --fa: "\e4ca";
}
.fa-user {
  --fa: "\f007";
}
.fa-school-circle-check {
  --fa: "\e56b";
}
.fa-dumpster {
  --fa: "\f793";
}
.fa-shuttle-van,
.fa-van-shuttle {
  --fa: "\f5b6";
}
.fa-building-user {
  --fa: "\e4da";
}
.fa-caret-square-left,
.fa-square-caret-left {
  --fa: "\f191";
}
.fa-highlighter {
  --fa: "\f591";
}
.fa-key {
  --fa: "\f084";
}
.fa-bullhorn {
  --fa: "\f0a1";
}
.fa-globe {
  --fa: "\f0ac";
}
.fa-synagogue {
  --fa: "\f69b";
}
.fa-person-half-dress {
  --fa: "\e548";
}
.fa-road-bridge {
  --fa: "\e563";
}
.fa-location-arrow {
  --fa: "\f124";
}
.fa-c {
  --fa: "\43";
}
.fa-tablet-button {
  --fa: "\f10a";
}
.fa-building-lock {
  --fa: "\e4d6";
}
.fa-pizza-slice {
  --fa: "\f818";
}
.fa-money-bill-wave {
  --fa: "\f53a";
}
.fa-area-chart,
.fa-chart-area {
  --fa: "\f1fe";
}
.fa-house-flag {
  --fa: "\e50d";
}
.fa-person-circle-minus {
  --fa: "\e540";
}
.fa-ban,
.fa-cancel {
  --fa: "\f05e";
}
.fa-camera-rotate {
  --fa: "\e0d8";
}
.fa-air-freshener,
.fa-spray-can-sparkles {
  --fa: "\f5d0";
}
.fa-star {
  --fa: "\f005";
}
.fa-repeat {
  --fa: "\f363";
}
.fa-cross {
  --fa: "\f654";
}
.fa-box {
  --fa: "\f466";
}
.fa-venus-mars {
  --fa: "\f228";
}
.fa-arrow-pointer,
.fa-mouse-pointer {
  --fa: "\f245";
}
.fa-expand-arrows-alt,
.fa-maximize {
  --fa: "\f31e";
}
.fa-charging-station {
  --fa: "\f5e7";
}
.fa-shapes,
.fa-triangle-circle-square {
  --fa: "\f61f";
}
.fa-random,
.fa-shuffle {
  --fa: "\f074";
}
.fa-person-running,
.fa-running {
  --fa: "\f70c";
}
.fa-mobile-retro {
  --fa: "\e527";
}
.fa-grip-lines-vertical {
  --fa: "\f7a5";
}
.fa-spider {
  --fa: "\f717";
}
.fa-hands-bound {
  --fa: "\e4f9";
}
.fa-file-invoice-dollar {
  --fa: "\f571";
}
.fa-plane-circle-exclamation {
  --fa: "\e556";
}
.fa-x-ray {
  --fa: "\f497";
}
.fa-spell-check {
  --fa: "\f891";
}
.fa-slash {
  --fa: "\f715";
}
.fa-computer-mouse,
.fa-mouse {
  --fa: "\f8cc";
}
.fa-arrow-right-to-bracket,
.fa-sign-in {
  --fa: "\f090";
}
.fa-shop-slash,
.fa-store-alt-slash {
  --fa: "\e070";
}
.fa-server {
  --fa: "\f233";
}
.fa-virus-covid-slash {
  --fa: "\e4a9";
}
.fa-shop-lock {
  --fa: "\e4a5";
}
.fa-hourglass-1,
.fa-hourglass-start {
  --fa: "\f251";
}
.fa-blender-phone {
  --fa: "\f6b6";
}
.fa-building-wheat {
  --fa: "\e4db";
}
.fa-person-breastfeeding {
  --fa: "\e53a";
}
.fa-right-to-bracket,
.fa-sign-in-alt {
  --fa: "\f2f6";
}
.fa-venus {
  --fa: "\f221";
}
.fa-passport {
  --fa: "\f5ab";
}
.fa-thumb-tack-slash,
.fa-thumbtack-slash {
  --fa: "\e68f";
}
.fa-heart-pulse,
.fa-heartbeat {
  --fa: "\f21e";
}
.fa-people-carry,
.fa-people-carry-box {
  --fa: "\f4ce";
}
.fa-temperature-high {
  --fa: "\f769";
}
.fa-microchip {
  --fa: "\f2db";
}
.fa-crown {
  --fa: "\f521";
}
.fa-weight-hanging {
  --fa: "\f5cd";
}
.fa-xmarks-lines {
  --fa: "\e59a";
}
.fa-file-prescription {
  --fa: "\f572";
}
.fa-weight,
.fa-weight-scale {
  --fa: "\f496";
}
.fa-user-friends,
.fa-user-group {
  --fa: "\f500";
}
.fa-arrow-up-a-z,
.fa-sort-alpha-up {
  --fa: "\f15e";
}
.fa-chess-knight {
  --fa: "\f441";
}
.fa-face-laugh-squint,
.fa-laugh-squint {
  --fa: "\f59b";
}
.fa-wheelchair {
  --fa: "\f193";
}
.fa-arrow-circle-up,
.fa-circle-arrow-up {
  --fa: "\f0aa";
}
.fa-toggle-on {
  --fa: "\f205";
}
.fa-person-walking,
.fa-walking {
  --fa: "\f554";
}
.fa-l {
  --fa: "\4c";
}
.fa-fire {
  --fa: "\f06d";
}
.fa-bed-pulse,
.fa-procedures {
  --fa: "\f487";
}
.fa-shuttle-space,
.fa-space-shuttle {
  --fa: "\f197";
}
.fa-face-laugh,
.fa-laugh {
  --fa: "\f599";
}
.fa-folder-open {
  --fa: "\f07c";
}
.fa-heart-circle-plus {
  --fa: "\e500";
}
.fa-code-fork {
  --fa: "\e13b";
}
.fa-city {
  --fa: "\f64f";
}
.fa-microphone-alt,
.fa-microphone-lines {
  --fa: "\f3c9";
}
.fa-pepper-hot {
  --fa: "\f816";
}
.fa-unlock {
  --fa: "\f09c";
}
.fa-colon-sign {
  --fa: "\e140";
}
.fa-headset {
  --fa: "\f590";
}
.fa-store-slash {
  --fa: "\e071";
}
.fa-road-circle-xmark {
  --fa: "\e566";
}
.fa-user-minus {
  --fa: "\f503";
}
.fa-mars-stroke-up,
.fa-mars-stroke-v {
  --fa: "\f22a";
}
.fa-champagne-glasses,
.fa-glass-cheers {
  --fa: "\f79f";
}
.fa-clipboard {
  --fa: "\f328";
}
.fa-house-circle-exclamation {
  --fa: "\e50a";
}
.fa-file-arrow-up,
.fa-file-upload {
  --fa: "\f574";
}
.fa-wifi,
.fa-wifi-3,
.fa-wifi-strong {
  --fa: "\f1eb";
}
.fa-bath,
.fa-bathtub {
  --fa: "\f2cd";
}
.fa-underline {
  --fa: "\f0cd";
}
.fa-user-edit,
.fa-user-pen {
  --fa: "\f4ff";
}
.fa-signature {
  --fa: "\f5b7";
}
.fa-stroopwafel {
  --fa: "\f551";
}
.fa-bold {
  --fa: "\f032";
}
.fa-anchor-lock {
  --fa: "\e4ad";
}
.fa-building-ngo {
  --fa: "\e4d7";
}
.fa-manat-sign {
  --fa: "\e1d5";
}
.fa-not-equal {
  --fa: "\f53e";
}
.fa-border-style,
.fa-border-top-left {
  --fa: "\f853";
}
.fa-map-location-dot,
.fa-map-marked-alt {
  --fa: "\f5a0";
}
.fa-jedi {
  --fa: "\f669";
}
.fa-poll,
.fa-square-poll-vertical {
  --fa: "\f681";
}
.fa-mug-hot {
  --fa: "\f7b6";
}
.fa-battery-car,
.fa-car-battery {
  --fa: "\f5df";
}
.fa-gift {
  --fa: "\f06b";
}
.fa-dice-two {
  --fa: "\f528";
}
.fa-chess-queen {
  --fa: "\f445";
}
.fa-glasses {
  --fa: "\f530";
}
.fa-chess-board {
  --fa: "\f43c";
}
.fa-building-circle-check {
  --fa: "\e4d2";
}
.fa-person-chalkboard {
  --fa: "\e53d";
}
.fa-mars-stroke-h,
.fa-mars-stroke-right {
  --fa: "\f22b";
}
.fa-hand-back-fist,
.fa-hand-rock {
  --fa: "\f255";
}
.fa-caret-square-up,
.fa-square-caret-up {
  --fa: "\f151";
}
.fa-cloud-showers-water {
  --fa: "\e4e4";
}
.fa-bar-chart,
.fa-chart-bar {
  --fa: "\f080";
}
.fa-hands-bubbles,
.fa-hands-wash {
  --fa: "\e05e";
}
.fa-less-than-equal {
  --fa: "\f537";
}
.fa-train {
  --fa: "\f238";
}
.fa-eye-low-vision,
.fa-low-vision {
  --fa: "\f2a8";
}
.fa-crow {
  --fa: "\f520";
}
.fa-sailboat {
  --fa: "\e445";
}
.fa-window-restore {
  --fa: "\f2d2";
}
.fa-plus-square,
.fa-square-plus {
  --fa: "\f0fe";
}
.fa-torii-gate {
  --fa: "\f6a1";
}
.fa-frog {
  --fa: "\f52e";
}
.fa-bucket {
  --fa: "\e4cf";
}
.fa-image {
  --fa: "\f03e";
}
.fa-microphone {
  --fa: "\f130";
}
.fa-cow {
  --fa: "\f6c8";
}
.fa-caret-up {
  --fa: "\f0d8";
}
.fa-screwdriver {
  --fa: "\f54a";
}
.fa-folder-closed {
  --fa: "\e185";
}
.fa-house-tsunami {
  --fa: "\e515";
}
.fa-square-nfi {
  --fa: "\e576";
}
.fa-arrow-up-from-ground-water {
  --fa: "\e4b5";
}
.fa-glass-martini-alt,
.fa-martini-glass {
  --fa: "\f57b";
}
.fa-square-binary {
  --fa: "\e69b";
}
.fa-rotate-back,
.fa-rotate-backward,
.fa-rotate-left,
.fa-undo-alt {
  --fa: "\f2ea";
}
.fa-columns,
.fa-table-columns {
  --fa: "\f0db";
}
.fa-lemon {
  --fa: "\f094";
}
.fa-head-side-mask {
  --fa: "\e063";
}
.fa-handshake {
  --fa: "\f2b5";
}
.fa-gem {
  --fa: "\f3a5";
}
.fa-dolly,
.fa-dolly-box {
  --fa: "\f472";
}
.fa-smoking {
  --fa: "\f48d";
}
.fa-compress-arrows-alt,
.fa-minimize {
  --fa: "\f78c";
}
.fa-monument {
  --fa: "\f5a6";
}
.fa-snowplow {
  --fa: "\f7d2";
}
.fa-angle-double-right,
.fa-angles-right {
  --fa: "\f101";
}
.fa-cannabis {
  --fa: "\f55f";
}
.fa-circle-play,
.fa-play-circle {
  --fa: "\f144";
}
.fa-tablets {
  --fa: "\f490";
}
.fa-ethernet {
  --fa: "\f796";
}
.fa-eur,
.fa-euro,
.fa-euro-sign {
  --fa: "\f153";
}
.fa-chair {
  --fa: "\f6c0";
}
.fa-check-circle,
.fa-circle-check {
  --fa: "\f058";
}
.fa-circle-stop,
.fa-stop-circle {
  --fa: "\f28d";
}
.fa-compass-drafting,
.fa-drafting-compass {
  --fa: "\f568";
}
.fa-plate-wheat {
  --fa: "\e55a";
}
.fa-icicles {
  --fa: "\f7ad";
}
.fa-person-shelter {
  --fa: "\e54f";
}
.fa-neuter {
  --fa: "\f22c";
}
.fa-id-badge {
  --fa: "\f2c1";
}
.fa-marker {
  --fa: "\f5a1";
}
.fa-face-laugh-beam,
.fa-laugh-beam {
  --fa: "\f59a";
}
.fa-helicopter-symbol {
  --fa: "\e502";
}
.fa-universal-access {
  --fa: "\f29a";
}
.fa-chevron-circle-up,
.fa-circle-chevron-up {
  --fa: "\f139";
}
.fa-lari-sign {
  --fa: "\e1c8";
}
.fa-volcano {
  --fa: "\f770";
}
.fa-person-walking-dashed-line-arrow-right {
  --fa: "\e553";
}
.fa-gbp,
.fa-pound-sign,
.fa-sterling-sign {
  --fa: "\f154";
}
.fa-viruses {
  --fa: "\e076";
}
.fa-square-person-confined {
  --fa: "\e577";
}
.fa-user-tie {
  --fa: "\f508";
}
.fa-arrow-down-long,
.fa-long-arrow-down {
  --fa: "\f175";
}
.fa-tent-arrow-down-to-line {
  --fa: "\e57e";
}
.fa-certificate {
  --fa: "\f0a3";
}
.fa-mail-reply-all,
.fa-reply-all {
  --fa: "\f122";
}
.fa-suitcase {
  --fa: "\f0f2";
}
.fa-person-skating,
.fa-skating {
  --fa: "\f7c5";
}
.fa-filter-circle-dollar,
.fa-funnel-dollar {
  --fa: "\f662";
}
.fa-camera-retro {
  --fa: "\f083";
}
.fa-arrow-circle-down,
.fa-circle-arrow-down {
  --fa: "\f0ab";
}
.fa-arrow-right-to-file,
.fa-file-import {
  --fa: "\f56f";
}
.fa-external-link-square,
.fa-square-arrow-up-right {
  --fa: "\f14c";
}
.fa-box-open {
  --fa: "\f49e";
}
.fa-scroll {
  --fa: "\f70e";
}
.fa-spa {
  --fa: "\f5bb";
}
.fa-location-pin-lock {
  --fa: "\e51f";
}
.fa-pause {
  --fa: "\f04c";
}
.fa-hill-avalanche {
  --fa: "\e507";
}
.fa-temperature-0,
.fa-temperature-empty,
.fa-thermometer-0,
.fa-thermometer-empty {
  --fa: "\f2cb";
}
.fa-bomb {
  --fa: "\f1e2";
}
.fa-registered {
  --fa: "\f25d";
}
.fa-address-card,
.fa-contact-card,
.fa-vcard {
  --fa: "\f2bb";
}
.fa-balance-scale-right,
.fa-scale-unbalanced-flip {
  --fa: "\f516";
}
.fa-subscript {
  --fa: "\f12c";
}
.fa-diamond-turn-right,
.fa-directions {
  --fa: "\f5eb";
}
.fa-burst {
  --fa: "\e4dc";
}
.fa-house-laptop,
.fa-laptop-house {
  --fa: "\e066";
}
.fa-face-tired,
.fa-tired {
  --fa: "\f5c8";
}
.fa-money-bills {
  --fa: "\e1f3";
}
.fa-smog {
  --fa: "\f75f";
}
.fa-crutch {
  --fa: "\f7f7";
}
.fa-cloud-arrow-up,
.fa-cloud-upload,
.fa-cloud-upload-alt {
  --fa: "\f0ee";
}
.fa-palette {
  --fa: "\f53f";
}
.fa-arrows-turn-right {
  --fa: "\e4c0";
}
.fa-vest {
  --fa: "\e085";
}
.fa-ferry {
  --fa: "\e4ea";
}
.fa-arrows-down-to-people {
  --fa: "\e4b9";
}
.fa-seedling,
.fa-sprout {
  --fa: "\f4d8";
}
.fa-arrows-alt-h,
.fa-left-right {
  --fa: "\f337";
}
.fa-boxes-packing {
  --fa: "\e4c7";
}
.fa-arrow-circle-left,
.fa-circle-arrow-left {
  --fa: "\f0a8";
}
.fa-group-arrows-rotate {
  --fa: "\e4f6";
}
.fa-bowl-food {
  --fa: "\e4c6";
}
.fa-candy-cane {
  --fa: "\f786";
}
.fa-arrow-down-wide-short,
.fa-sort-amount-asc,
.fa-sort-amount-down {
  --fa: "\f160";
}
.fa-cloud-bolt,
.fa-thunderstorm {
  --fa: "\f76c";
}
.fa-remove-format,
.fa-text-slash {
  --fa: "\f87d";
}
.fa-face-smile-wink,
.fa-smile-wink {
  --fa: "\f4da";
}
.fa-file-word {
  --fa: "\f1c2";
}
.fa-file-powerpoint {
  --fa: "\f1c4";
}
.fa-arrows-h,
.fa-arrows-left-right {
  --fa: "\f07e";
}
.fa-house-lock {
  --fa: "\e510";
}
.fa-cloud-arrow-down,
.fa-cloud-download,
.fa-cloud-download-alt {
  --fa: "\f0ed";
}
.fa-children {
  --fa: "\e4e1";
}
.fa-blackboard,
.fa-chalkboard {
  --fa: "\f51b";
}
.fa-user-alt-slash,
.fa-user-large-slash {
  --fa: "\f4fa";
}
.fa-envelope-open {
  --fa: "\f2b6";
}
.fa-handshake-alt-slash,
.fa-handshake-simple-slash {
  --fa: "\e05f";
}
.fa-mattress-pillow {
  --fa: "\e525";
}
.fa-guarani-sign {
  --fa: "\e19a";
}
.fa-arrows-rotate,
.fa-refresh,
.fa-sync {
  --fa: "\f021";
}
.fa-fire-extinguisher {
  --fa: "\f134";
}
.fa-cruzeiro-sign {
  --fa: "\e152";
}
.fa-greater-than-equal {
  --fa: "\f532";
}
.fa-shield-alt,
.fa-shield-halved {
  --fa: "\f3ed";
}
.fa-atlas,
.fa-book-atlas {
  --fa: "\f558";
}
.fa-virus {
  --fa: "\e074";
}
.fa-envelope-circle-check {
  --fa: "\e4e8";
}
.fa-layer-group {
  --fa: "\f5fd";
}
.fa-arrows-to-dot {
  --fa: "\e4be";
}
.fa-archway {
  --fa: "\f557";
}
.fa-heart-circle-check {
  --fa: "\e4fd";
}
.fa-house-chimney-crack,
.fa-house-damage {
  --fa: "\f6f1";
}
.fa-file-archive,
.fa-file-zipper {
  --fa: "\f1c6";
}
.fa-square {
  --fa: "\f0c8";
}
.fa-glass-martini,
.fa-martini-glass-empty {
  --fa: "\f000";
}
.fa-couch {
  --fa: "\f4b8";
}
.fa-cedi-sign {
  --fa: "\e0df";
}
.fa-italic {
  --fa: "\f033";
}
.fa-table-cells-column-lock {
  --fa: "\e678";
}
.fa-church {
  --fa: "\f51d";
}
.fa-comments-dollar {
  --fa: "\f653";
}
.fa-democrat {
  --fa: "\f747";
}
.fa-z {
  --fa: "\5a";
}
.fa-person-skiing,
.fa-skiing {
  --fa: "\f7c9";
}
.fa-road-lock {
  --fa: "\e567";
}
.fa-a {
  --fa: "\41";
}
.fa-temperature-arrow-down,
.fa-temperature-down {
  --fa: "\e03f";
}
.fa-feather-alt,
.fa-feather-pointed {
  --fa: "\f56b";
}
.fa-p {
  --fa: "\50";
}
.fa-snowflake {
  --fa: "\f2dc";
}
.fa-newspaper {
  --fa: "\f1ea";
}
.fa-ad,
.fa-rectangle-ad {
  --fa: "\f641";
}
.fa-arrow-circle-right,
.fa-circle-arrow-right {
  --fa: "\f0a9";
}
.fa-filter-circle-xmark {
  --fa: "\e17b";
}
.fa-locust {
  --fa: "\e520";
}
.fa-sort,
.fa-unsorted {
  --fa: "\f0dc";
}
.fa-list-1-2,
.fa-list-numeric,
.fa-list-ol {
  --fa: "\f0cb";
}
.fa-person-dress-burst {
  --fa: "\e544";
}
.fa-money-check-alt,
.fa-money-check-dollar {
  --fa: "\f53d";
}
.fa-vector-square {
  --fa: "\f5cb";
}
.fa-bread-slice {
  --fa: "\f7ec";
}
.fa-language {
  --fa: "\f1ab";
}
.fa-face-kiss-wink-heart,
.fa-kiss-wink-heart {
  --fa: "\f598";
}
.fa-filter {
  --fa: "\f0b0";
}
.fa-question {
  --fa: "\3f";
}
.fa-file-signature {
  --fa: "\f573";
}
.fa-arrows-alt,
.fa-up-down-left-right {
  --fa: "\f0b2";
}
.fa-house-chimney-user {
  --fa: "\e065";
}
.fa-hand-holding-heart {
  --fa: "\f4be";
}
.fa-puzzle-piece {
  --fa: "\f12e";
}
.fa-money-check {
  --fa: "\f53c";
}
.fa-star-half-alt,
.fa-star-half-stroke {
  --fa: "\f5c0";
}
.fa-code {
  --fa: "\f121";
}
.fa-glass-whiskey,
.fa-whiskey-glass {
  --fa: "\f7a0";
}
.fa-building-circle-exclamation {
  --fa: "\e4d3";
}
.fa-magnifying-glass-chart {
  --fa: "\e522";
}
.fa-arrow-up-right-from-square,
.fa-external-link {
  --fa: "\f08e";
}
.fa-cubes-stacked {
  --fa: "\e4e6";
}
.fa-krw,
.fa-won,
.fa-won-sign {
  --fa: "\f159";
}
.fa-virus-covid {
  --fa: "\e4a8";
}
.fa-austral-sign {
  --fa: "\e0a9";
}
.fa-f {
  --fa: "\46";
}
.fa-leaf {
  --fa: "\f06c";
}
.fa-road {
  --fa: "\f018";
}
.fa-cab,
.fa-taxi {
  --fa: "\f1ba";
}
.fa-person-circle-plus {
  --fa: "\e541";
}
.fa-chart-pie,
.fa-pie-chart {
  --fa: "\f200";
}
.fa-bolt-lightning {
  --fa: "\e0b7";
}
.fa-sack-xmark {
  --fa: "\e56a";
}
.fa-file-excel {
  --fa: "\f1c3";
}
.fa-file-contract {
  --fa: "\f56c";
}
.fa-fish-fins {
  --fa: "\e4f2";
}
.fa-building-flag {
  --fa: "\e4d5";
}
.fa-face-grin-beam,
.fa-grin-beam {
  --fa: "\f582";
}
.fa-object-ungroup {
  --fa: "\f248";
}
.fa-poop {
  --fa: "\f619";
}
.fa-location-pin,
.fa-map-marker {
  --fa: "\f041";
}
.fa-kaaba {
  --fa: "\f66b";
}
.fa-toilet-paper {
  --fa: "\f71e";
}
.fa-hard-hat,
.fa-hat-hard,
.fa-helmet-safety {
  --fa: "\f807";
}
.fa-eject {
  --fa: "\f052";
}
.fa-arrow-alt-circle-right,
.fa-circle-right {
  --fa: "\f35a";
}
.fa-plane-circle-check {
  --fa: "\e555";
}
.fa-face-rolling-eyes,
.fa-meh-rolling-eyes {
  --fa: "\f5a5";
}
.fa-object-group {
  --fa: "\f247";
}
.fa-chart-line,
.fa-line-chart {
  --fa: "\f201";
}
.fa-mask-ventilator {
  --fa: "\e524";
}
.fa-arrow-right {
  --fa: "\f061";
}
.fa-map-signs,
.fa-signs-post {
  --fa: "\f277";
}
.fa-cash-register {
  --fa: "\f788";
}
.fa-person-circle-question {
  --fa: "\e542";
}
.fa-h {
  --fa: "\48";
}
.fa-tarp {
  --fa: "\e57b";
}
.fa-screwdriver-wrench,
.fa-tools {
  --fa: "\f7d9";
}
.fa-arrows-to-eye {
  --fa: "\e4bf";
}
.fa-plug-circle-bolt {
  --fa: "\e55b";
}
.fa-heart {
  --fa: "\f004";
}
.fa-mars-and-venus {
  --fa: "\f224";
}
.fa-home-user,
.fa-house-user {
  --fa: "\e1b0";
}
.fa-dumpster-fire {
  --fa: "\f794";
}
.fa-house-crack {
  --fa: "\e3b1";
}
.fa-cocktail,
.fa-martini-glass-citrus {
  --fa: "\f561";
}
.fa-face-surprise,
.fa-surprise {
  --fa: "\f5c2";
}
.fa-bottle-water {
  --fa: "\e4c5";
}
.fa-circle-pause,
.fa-pause-circle {
  --fa: "\f28b";
}
.fa-toilet-paper-slash {
  --fa: "\e072";
}
.fa-apple-alt,
.fa-apple-whole {
  --fa: "\f5d1";
}
.fa-kitchen-set {
  --fa: "\e51a";
}
.fa-r {
  --fa: "\52";
}
.fa-temperature-1,
.fa-temperature-quarter,
.fa-thermometer-1,
.fa-thermometer-quarter {
  --fa: "\f2ca";
}
.fa-cube {
  --fa: "\f1b2";
}
.fa-bitcoin-sign {
  --fa: "\e0b4";
}
.fa-shield-dog {
  --fa: "\e573";
}
.fa-solar-panel {
  --fa: "\f5ba";
}
.fa-lock-open {
  --fa: "\f3c1";
}
.fa-elevator {
  --fa: "\e16d";
}
.fa-money-bill-transfer {
  --fa: "\e528";
}
.fa-money-bill-trend-up {
  --fa: "\e529";
}
.fa-house-flood-water-circle-arrow-right {
  --fa: "\e50f";
}
.fa-poll-h,
.fa-square-poll-horizontal {
  --fa: "\f682";
}
.fa-circle {
  --fa: "\f111";
}
.fa-backward-fast,
.fa-fast-backward {
  --fa: "\f049";
}
.fa-recycle {
  --fa: "\f1b8";
}
.fa-user-astronaut {
  --fa: "\f4fb";
}
.fa-plane-slash {
  --fa: "\e069";
}
.fa-trademark {
  --fa: "\f25c";
}
.fa-basketball,
.fa-basketball-ball {
  --fa: "\f434";
}
.fa-satellite-dish {
  --fa: "\f7c0";
}
.fa-arrow-alt-circle-up,
.fa-circle-up {
  --fa: "\f35b";
}
.fa-mobile-alt,
.fa-mobile-screen-button {
  --fa: "\f3cd";
}
.fa-volume-high,
.fa-volume-up {
  --fa: "\f028";
}
.fa-users-rays {
  --fa: "\e593";
}
.fa-wallet {
  --fa: "\f555";
}
.fa-clipboard-check {
  --fa: "\f46c";
}
.fa-file-audio {
  --fa: "\f1c7";
}
.fa-burger,
.fa-hamburger {
  --fa: "\f805";
}
.fa-wrench {
  --fa: "\f0ad";
}
.fa-bugs {
  --fa: "\e4d0";
}
.fa-rupee,
.fa-rupee-sign {
  --fa: "\f156";
}
.fa-file-image {
  --fa: "\f1c5";
}
.fa-circle-question,
.fa-question-circle {
  --fa: "\f059";
}
.fa-plane-departure {
  --fa: "\f5b0";
}
.fa-handshake-slash {
  --fa: "\e060";
}
.fa-book-bookmark {
  --fa: "\e0bb";
}
.fa-code-branch {
  --fa: "\f126";
}
.fa-hat-cowboy {
  --fa: "\f8c0";
}
.fa-bridge {
  --fa: "\e4c8";
}
.fa-phone-alt,
.fa-phone-flip {
  --fa: "\f879";
}
.fa-truck-front {
  --fa: "\e2b7";
}
.fa-cat {
  --fa: "\f6be";
}
.fa-anchor-circle-exclamation {
  --fa: "\e4ab";
}
.fa-truck-field {
  --fa: "\e58d";
}
.fa-route {
  --fa: "\f4d7";
}
.fa-clipboard-question {
  --fa: "\e4e3";
}
.fa-panorama {
  --fa: "\e209";
}
.fa-comment-medical {
  --fa: "\f7f5";
}
.fa-teeth-open {
  --fa: "\f62f";
}
.fa-file-circle-minus {
  --fa: "\e4ed";
}
.fa-tags {
  --fa: "\f02c";
}
.fa-wine-glass {
  --fa: "\f4e3";
}
.fa-fast-forward,
.fa-forward-fast {
  --fa: "\f050";
}
.fa-face-meh-blank,
.fa-meh-blank {
  --fa: "\f5a4";
}
.fa-parking,
.fa-square-parking {
  --fa: "\f540";
}
.fa-house-signal {
  --fa: "\e012";
}
.fa-bars-progress,
.fa-tasks-alt {
  --fa: "\f828";
}
.fa-faucet-drip {
  --fa: "\e006";
}
.fa-cart-flatbed,
.fa-dolly-flatbed {
  --fa: "\f474";
}
.fa-ban-smoking,
.fa-smoking-ban {
  --fa: "\f54d";
}
.fa-terminal {
  --fa: "\f120";
}
.fa-mobile-button {
  --fa: "\f10b";
}
.fa-house-medical-flag {
  --fa: "\e514";
}
.fa-basket-shopping,
.fa-shopping-basket {
  --fa: "\f291";
}
.fa-tape {
  --fa: "\f4db";
}
.fa-bus-alt,
.fa-bus-simple {
  --fa: "\f55e";
}
.fa-eye {
  --fa: "\f06e";
}
.fa-face-sad-cry,
.fa-sad-cry {
  --fa: "\f5b3";
}
.fa-audio-description {
  --fa: "\f29e";
}
.fa-person-military-to-person {
  --fa: "\e54c";
}
.fa-file-shield {
  --fa: "\e4f0";
}
.fa-user-slash {
  --fa: "\f506";
}
.fa-pen {
  --fa: "\f304";
}
.fa-tower-observation {
  --fa: "\e586";
}
.fa-file-code {
  --fa: "\f1c9";
}
.fa-signal,
.fa-signal-5,
.fa-signal-perfect {
  --fa: "\f012";
}
.fa-bus {
  --fa: "\f207";
}
.fa-heart-circle-xmark {
  --fa: "\e501";
}
.fa-home-lg,
.fa-house-chimney {
  --fa: "\e3af";
}
.fa-window-maximize {
  --fa: "\f2d0";
}
.fa-face-frown,
.fa-frown {
  --fa: "\f119";
}
.fa-prescription {
  --fa: "\f5b1";
}
.fa-shop,
.fa-store-alt {
  --fa: "\f54f";
}
.fa-floppy-disk,
.fa-save {
  --fa: "\f0c7";
}
.fa-vihara {
  --fa: "\f6a7";
}
.fa-balance-scale-left,
.fa-scale-unbalanced {
  --fa: "\f515";
}
.fa-sort-asc,
.fa-sort-up {
  --fa: "\f0de";
}
.fa-comment-dots,
.fa-commenting {
  --fa: "\f4ad";
}
.fa-plant-wilt {
  --fa: "\e5aa";
}
.fa-diamond {
  --fa: "\f219";
}
.fa-face-grin-squint,
.fa-grin-squint {
  --fa: "\f585";
}
.fa-hand-holding-dollar,
.fa-hand-holding-usd {
  --fa: "\f4c0";
}
.fa-chart-diagram {
  --fa: "\e695";
}
.fa-bacterium {
  --fa: "\e05a";
}
.fa-hand-pointer {
  --fa: "\f25a";
}
.fa-drum-steelpan {
  --fa: "\f56a";
}
.fa-hand-scissors {
  --fa: "\f257";
}
.fa-hands-praying,
.fa-praying-hands {
  --fa: "\f684";
}
.fa-arrow-right-rotate,
.fa-arrow-rotate-forward,
.fa-arrow-rotate-right,
.fa-redo {
  --fa: "\f01e";
}
.fa-biohazard {
  --fa: "\f780";
}
.fa-location,
.fa-location-crosshairs {
  --fa: "\f601";
}
.fa-mars-double {
  --fa: "\f227";
}
.fa-child-dress {
  --fa: "\e59c";
}
.fa-users-between-lines {
  --fa: "\e591";
}
.fa-lungs-virus {
  --fa: "\e067";
}
.fa-face-grin-tears,
.fa-grin-tears {
  --fa: "\f588";
}
.fa-phone {
  --fa: "\f095";
}
.fa-calendar-times,
.fa-calendar-xmark {
  --fa: "\f273";
}
.fa-child-reaching {
  --fa: "\e59d";
}
.fa-head-side-virus {
  --fa: "\e064";
}
.fa-user-cog,
.fa-user-gear {
  --fa: "\f4fe";
}
.fa-arrow-up-1-9,
.fa-sort-numeric-up {
  --fa: "\f163";
}
.fa-door-closed {
  --fa: "\f52a";
}
.fa-shield-virus {
  --fa: "\e06c";
}
.fa-dice-six {
  --fa: "\f526";
}
.fa-mosquito-net {
  --fa: "\e52c";
}
.fa-file-fragment {
  --fa: "\e697";
}
.fa-bridge-water {
  --fa: "\e4ce";
}
.fa-person-booth {
  --fa: "\f756";
}
.fa-text-width {
  --fa: "\f035";
}
.fa-hat-wizard {
  --fa: "\f6e8";
}
.fa-pen-fancy {
  --fa: "\f5ac";
}
.fa-digging,
.fa-person-digging {
  --fa: "\f85e";
}
.fa-trash {
  --fa: "\f1f8";
}
.fa-gauge-simple,
.fa-gauge-simple-med,
.fa-tachometer-average {
  --fa: "\f629";
}
.fa-book-medical {
  --fa: "\f7e6";
}
.fa-poo {
  --fa: "\f2fe";
}
.fa-quote-right,
.fa-quote-right-alt {
  --fa: "\f10e";
}
.fa-shirt,
.fa-t-shirt,
.fa-tshirt {
  --fa: "\f553";
}
.fa-cubes {
  --fa: "\f1b3";
}
.fa-divide {
  --fa: "\f529";
}
.fa-tenge,
.fa-tenge-sign {
  --fa: "\f7d7";
}
.fa-headphones {
  --fa: "\f025";
}
.fa-hands-holding {
  --fa: "\f4c2";
}
.fa-hands-clapping {
  --fa: "\e1a8";
}
.fa-republican {
  --fa: "\f75e";
}
.fa-arrow-left {
  --fa: "\f060";
}
.fa-person-circle-xmark {
  --fa: "\e543";
}
.fa-ruler {
  --fa: "\f545";
}
.fa-align-left {
  --fa: "\f036";
}
.fa-dice-d6 {
  --fa: "\f6d1";
}
.fa-restroom {
  --fa: "\f7bd";
}
.fa-j {
  --fa: "\4a";
}
.fa-users-viewfinder {
  --fa: "\e595";
}
.fa-file-video {
  --fa: "\f1c8";
}
.fa-external-link-alt,
.fa-up-right-from-square {
  --fa: "\f35d";
}
.fa-table-cells,
.fa-th {
  --fa: "\f00a";
}
.fa-file-pdf {
  --fa: "\f1c1";
}
.fa-bible,
.fa-book-bible {
  --fa: "\f647";
}
.fa-o {
  --fa: "\4f";
}
.fa-medkit,
.fa-suitcase-medical {
  --fa: "\f0fa";
}
.fa-user-secret {
  --fa: "\f21b";
}
.fa-otter {
  --fa: "\f700";
}
.fa-female,
.fa-person-dress {
  --fa: "\f182";
}
.fa-comment-dollar {
  --fa: "\f651";
}
.fa-briefcase-clock,
.fa-business-time {
  --fa: "\f64a";
}
.fa-table-cells-large,
.fa-th-large {
  --fa: "\f009";
}
.fa-book-tanakh,
.fa-tanakh {
  --fa: "\f827";
}
.fa-phone-volume,
.fa-volume-control-phone {
  --fa: "\f2a0";
}
.fa-hat-cowboy-side {
  --fa: "\f8c1";
}
.fa-clipboard-user {
  --fa: "\f7f3";
}
.fa-child {
  --fa: "\f1ae";
}
.fa-lira-sign {
  --fa: "\f195";
}
.fa-satellite {
  --fa: "\f7bf";
}
.fa-plane-lock {
  --fa: "\e558";
}
.fa-tag {
  --fa: "\f02b";
}
.fa-comment {
  --fa: "\f075";
}
.fa-birthday-cake,
.fa-cake,
.fa-cake-candles {
  --fa: "\f1fd";
}
.fa-envelope {
  --fa: "\f0e0";
}
.fa-angle-double-up,
.fa-angles-up {
  --fa: "\f102";
}
.fa-paperclip {
  --fa: "\f0c6";
}
.fa-arrow-right-to-city {
  --fa: "\e4b3";
}
.fa-ribbon {
  --fa: "\f4d6";
}
.fa-lungs {
  --fa: "\f604";
}
.fa-arrow-up-9-1,
.fa-sort-numeric-up-alt {
  --fa: "\f887";
}
.fa-litecoin-sign {
  --fa: "\e1d3";
}
.fa-border-none {
  --fa: "\f850";
}
.fa-circle-nodes {
  --fa: "\e4e2";
}
.fa-parachute-box {
  --fa: "\f4cd";
}
.fa-indent {
  --fa: "\f03c";
}
.fa-truck-field-un {
  --fa: "\e58e";
}
.fa-hourglass,
.fa-hourglass-empty {
  --fa: "\f254";
}
.fa-mountain {
  --fa: "\f6fc";
}
.fa-user-doctor,
.fa-user-md {
  --fa: "\f0f0";
}
.fa-circle-info,
.fa-info-circle {
  --fa: "\f05a";
}
.fa-cloud-meatball {
  --fa: "\f73b";
}
.fa-camera,
.fa-camera-alt {
  --fa: "\f030";
}
.fa-square-virus {
  --fa: "\e578";
}
.fa-meteor {
  --fa: "\f753";
}
.fa-car-on {
  --fa: "\e4dd";
}
.fa-sleigh {
  --fa: "\f7cc";
}
.fa-arrow-down-1-9,
.fa-sort-numeric-asc,
.fa-sort-numeric-down {
  --fa: "\f162";
}
.fa-hand-holding-droplet,
.fa-hand-holding-water {
  --fa: "\f4c1";
}
.fa-water {
  --fa: "\f773";
}
.fa-calendar-check {
  --fa: "\f274";
}
.fa-braille {
  --fa: "\f2a1";
}
.fa-prescription-bottle-alt,
.fa-prescription-bottle-medical {
  --fa: "\f486";
}
.fa-landmark {
  --fa: "\f66f";
}
.fa-truck {
  --fa: "\f0d1";
}
.fa-crosshairs {
  --fa: "\f05b";
}
.fa-person-cane {
  --fa: "\e53c";
}
.fa-tent {
  --fa: "\e57d";
}
.fa-vest-patches {
  --fa: "\e086";
}
.fa-check-double {
  --fa: "\f560";
}
.fa-arrow-down-a-z,
.fa-sort-alpha-asc,
.fa-sort-alpha-down {
  --fa: "\f15d";
}
.fa-money-bill-wheat {
  --fa: "\e52a";
}
.fa-cookie {
  --fa: "\f563";
}
.fa-arrow-left-rotate,
.fa-arrow-rotate-back,
.fa-arrow-rotate-backward,
.fa-arrow-rotate-left,
.fa-undo {
  --fa: "\f0e2";
}
.fa-hard-drive,
.fa-hdd {
  --fa: "\f0a0";
}
.fa-face-grin-squint-tears,
.fa-grin-squint-tears {
  --fa: "\f586";
}
.fa-dumbbell {
  --fa: "\f44b";
}
.fa-list-alt,
.fa-rectangle-list {
  --fa: "\f022";
}
.fa-tarp-droplet {
  --fa: "\e57c";
}
.fa-house-medical-circle-check {
  --fa: "\e511";
}
.fa-person-skiing-nordic,
.fa-skiing-nordic {
  --fa: "\f7ca";
}
.fa-calendar-plus {
  --fa: "\f271";
}
.fa-plane-arrival {
  --fa: "\f5af";
}
.fa-arrow-alt-circle-left,
.fa-circle-left {
  --fa: "\f359";
}
.fa-subway,
.fa-train-subway {
  --fa: "\f239";
}
.fa-chart-gantt {
  --fa: "\e0e4";
}
.fa-indian-rupee,
.fa-indian-rupee-sign,
.fa-inr {
  --fa: "\e1bc";
}
.fa-crop-alt,
.fa-crop-simple {
  --fa: "\f565";
}
.fa-money-bill-1,
.fa-money-bill-alt {
  --fa: "\f3d1";
}
.fa-left-long,
.fa-long-arrow-alt-left {
  --fa: "\f30a";
}
.fa-dna {
  --fa: "\f471";
}
.fa-virus-slash {
  --fa: "\e075";
}
.fa-minus,
.fa-subtract {
  --fa: "\f068";
}
.fa-chess {
  --fa: "\f439";
}
.fa-arrow-left-long,
.fa-long-arrow-left {
  --fa: "\f177";
}
.fa-plug-circle-check {
  --fa: "\e55c";
}
.fa-street-view {
  --fa: "\f21d";
}
.fa-franc-sign {
  --fa: "\e18f";
}
.fa-volume-off {
  --fa: "\f026";
}
.fa-american-sign-language-interpreting,
.fa-asl-interpreting,
.fa-hands-american-sign-language-interpreting,
.fa-hands-asl-interpreting {
  --fa: "\f2a3";
}
.fa-cog,
.fa-gear {
  --fa: "\f013";
}
.fa-droplet-slash,
.fa-tint-slash {
  --fa: "\f5c7";
}
.fa-mosque {
  --fa: "\f678";
}
.fa-mosquito {
  --fa: "\e52b";
}
.fa-star-of-david {
  --fa: "\f69a";
}
.fa-person-military-rifle {
  --fa: "\e54b";
}
.fa-cart-shopping,
.fa-shopping-cart {
  --fa: "\f07a";
}
.fa-vials {
  --fa: "\f493";
}
.fa-plug-circle-plus {
  --fa: "\e55f";
}
.fa-place-of-worship {
  --fa: "\f67f";
}
.fa-grip-vertical {
  --fa: "\f58e";
}
.fa-hexagon-nodes {
  --fa: "\e699";
}
.fa-arrow-turn-up,
.fa-level-up {
  --fa: "\f148";
}
.fa-u {
  --fa: "\55";
}
.fa-square-root-alt,
.fa-square-root-variable {
  --fa: "\f698";
}
.fa-clock,
.fa-clock-four {
  --fa: "\f017";
}
.fa-backward-step,
.fa-step-backward {
  --fa: "\f048";
}
.fa-pallet {
  --fa: "\f482";
}
.fa-faucet {
  --fa: "\e005";
}
.fa-baseball-bat-ball {
  --fa: "\f432";
}
.fa-s {
  --fa: "\53";
}
.fa-timeline {
  --fa: "\e29c";
}
.fa-keyboard {
  --fa: "\f11c";
}
.fa-caret-down {
  --fa: "\f0d7";
}
.fa-clinic-medical,
.fa-house-chimney-medical {
  --fa: "\f7f2";
}
.fa-temperature-3,
.fa-temperature-three-quarters,
.fa-thermometer-3,
.fa-thermometer-three-quarters {
  --fa: "\f2c8";
}
.fa-mobile-android-alt,
.fa-mobile-screen {
  --fa: "\f3cf";
}
.fa-plane-up {
  --fa: "\e22d";
}
.fa-piggy-bank {
  --fa: "\f4d3";
}
.fa-battery-3,
.fa-battery-half {
  --fa: "\f242";
}
.fa-mountain-city {
  --fa: "\e52e";
}
.fa-coins {
  --fa: "\f51e";
}
.fa-khanda {
  --fa: "\f66d";
}
.fa-sliders,
.fa-sliders-h {
  --fa: "\f1de";
}
.fa-folder-tree {
  --fa: "\f802";
}
.fa-network-wired {
  --fa: "\f6ff";
}
.fa-map-pin {
  --fa: "\f276";
}
.fa-hamsa {
  --fa: "\f665";
}
.fa-cent-sign {
  --fa: "\e3f5";
}
.fa-flask {
  --fa: "\f0c3";
}
.fa-person-pregnant {
  --fa: "\e31e";
}
.fa-wand-sparkles {
  --fa: "\f72b";
}
.fa-ellipsis-v,
.fa-ellipsis-vertical {
  --fa: "\f142";
}
.fa-ticket {
  --fa: "\f145";
}
.fa-power-off {
  --fa: "\f011";
}
.fa-long-arrow-alt-right,
.fa-right-long {
  --fa: "\f30b";
}
.fa-flag-usa {
  --fa: "\f74d";
}
.fa-laptop-file {
  --fa: "\e51d";
}
.fa-teletype,
.fa-tty {
  --fa: "\f1e4";
}
.fa-diagram-next {
  --fa: "\e476";
}
.fa-person-rifle {
  --fa: "\e54e";
}
.fa-house-medical-circle-exclamation {
  --fa: "\e512";
}
.fa-closed-captioning {
  --fa: "\f20a";
}
.fa-hiking,
.fa-person-hiking {
  --fa: "\f6ec";
}
.fa-venus-double {
  --fa: "\f226";
}
.fa-images {
  --fa: "\f302";
}
.fa-calculator {
  --fa: "\f1ec";
}
.fa-people-pulling {
  --fa: "\e535";
}
.fa-n {
  --fa: "\4e";
}
.fa-cable-car,
.fa-tram {
  --fa: "\f7da";
}
.fa-cloud-rain {
  --fa: "\f73d";
}
.fa-building-circle-xmark {
  --fa: "\e4d4";
}
.fa-ship {
  --fa: "\f21a";
}
.fa-arrows-down-to-line {
  --fa: "\e4b8";
}
.fa-download {
  --fa: "\f019";
}
.fa-face-grin,
.fa-grin {
  --fa: "\f580";
}
.fa-backspace,
.fa-delete-left {
  --fa: "\f55a";
}
.fa-eye-dropper,
.fa-eye-dropper-empty,
.fa-eyedropper {
  --fa: "\f1fb";
}
.fa-file-circle-check {
  --fa: "\e5a0";
}
.fa-forward {
  --fa: "\f04e";
}
.fa-mobile,
.fa-mobile-android,
.fa-mobile-phone {
  --fa: "\f3ce";
}
.fa-face-meh,
.fa-meh {
  --fa: "\f11a";
}
.fa-align-center {
  --fa: "\f037";
}
.fa-book-dead,
.fa-book-skull {
  --fa: "\f6b7";
}
.fa-drivers-license,
.fa-id-card {
  --fa: "\f2c2";
}
.fa-dedent,
.fa-outdent {
  --fa: "\f03b";
}
.fa-heart-circle-exclamation {
  --fa: "\e4fe";
}
.fa-home,
.fa-home-alt,
.fa-home-lg-alt,
.fa-house {
  --fa: "\f015";
}
.fa-calendar-week {
  --fa: "\f784";
}
.fa-laptop-medical {
  --fa: "\f812";
}
.fa-b {
  --fa: "\42";
}
.fa-file-medical {
  --fa: "\f477";
}
.fa-dice-one {
  --fa: "\f525";
}
.fa-kiwi-bird {
  --fa: "\f535";
}
.fa-arrow-right-arrow-left,
.fa-exchange {
  --fa: "\f0ec";
}
.fa-redo-alt,
.fa-rotate-forward,
.fa-rotate-right {
  --fa: "\f2f9";
}
.fa-cutlery,
.fa-utensils {
  --fa: "\f2e7";
}
.fa-arrow-up-wide-short,
.fa-sort-amount-up {
  --fa: "\f161";
}
.fa-mill-sign {
  --fa: "\e1ed";
}
.fa-bowl-rice {
  --fa: "\e2eb";
}
.fa-skull {
  --fa: "\f54c";
}
.fa-broadcast-tower,
.fa-tower-broadcast {
  --fa: "\f519";
}
.fa-truck-pickup {
  --fa: "\f63c";
}
.fa-long-arrow-alt-up,
.fa-up-long {
  --fa: "\f30c";
}
.fa-stop {
  --fa: "\f04d";
}
.fa-code-merge {
  --fa: "\f387";
}
.fa-upload {
  --fa: "\f093";
}
.fa-hurricane {
  --fa: "\f751";
}
.fa-mound {
  --fa: "\e52d";
}
.fa-toilet-portable {
  --fa: "\e583";
}
.fa-compact-disc {
  --fa: "\f51f";
}
.fa-file-arrow-down,
.fa-file-download {
  --fa: "\f56d";
}
.fa-caravan {
  --fa: "\f8ff";
}
.fa-shield-cat {
  --fa: "\e572";
}
.fa-bolt,
.fa-zap {
  --fa: "\f0e7";
}
.fa-glass-water {
  --fa: "\e4f4";
}
.fa-oil-well {
  --fa: "\e532";
}
.fa-vault {
  --fa: "\e2c5";
}
.fa-mars {
  --fa: "\f222";
}
.fa-toilet {
  --fa: "\f7d8";
}
.fa-plane-circle-xmark {
  --fa: "\e557";
}
.fa-cny,
.fa-jpy,
.fa-rmb,
.fa-yen,
.fa-yen-sign {
  --fa: "\f157";
}
.fa-rouble,
.fa-rub,
.fa-ruble,
.fa-ruble-sign {
  --fa: "\f158";
}
.fa-sun {
  --fa: "\f185";
}
.fa-guitar {
  --fa: "\f7a6";
}
.fa-face-laugh-wink,
.fa-laugh-wink {
  --fa: "\f59c";
}
.fa-horse-head {
  --fa: "\f7ab";
}
.fa-bore-hole {
  --fa: "\e4c3";
}
.fa-industry {
  --fa: "\f275";
}
.fa-arrow-alt-circle-down,
.fa-circle-down {
  --fa: "\f358";
}
.fa-arrows-turn-to-dots {
  --fa: "\e4c1";
}
.fa-florin-sign {
  --fa: "\e184";
}
.fa-arrow-down-short-wide,
.fa-sort-amount-desc,
.fa-sort-amount-down-alt {
  --fa: "\f884";
}
.fa-less-than {
  --fa: "\3c";
}
.fa-angle-down {
  --fa: "\f107";
}
.fa-car-tunnel {
  --fa: "\e4de";
}
.fa-head-side-cough {
  --fa: "\e061";
}
.fa-grip-lines {
  --fa: "\f7a4";
}
.fa-thumbs-down {
  --fa: "\f165";
}
.fa-user-lock {
  --fa: "\f502";
}
.fa-arrow-right-long,
.fa-long-arrow-right {
  --fa: "\f178";
}
.fa-anchor-circle-xmark {
  --fa: "\e4ac";
}
.fa-ellipsis,
.fa-ellipsis-h {
  --fa: "\f141";
}
.fa-chess-pawn {
  --fa: "\f443";
}
.fa-first-aid,
.fa-kit-medical {
  --fa: "\f479";
}
.fa-person-through-window {
  --fa: "\e5a9";
}
.fa-toolbox {
  --fa: "\f552";
}
.fa-hands-holding-circle {
  --fa: "\e4fb";
}
.fa-bug {
  --fa: "\f188";
}
.fa-credit-card,
.fa-credit-card-alt {
  --fa: "\f09d";
}
.fa-automobile,
.fa-car {
  --fa: "\f1b9";
}
.fa-hand-holding-hand {
  --fa: "\e4f7";
}
.fa-book-open-reader,
.fa-book-reader {
  --fa: "\f5da";
}
.fa-mountain-sun {
  --fa: "\e52f";
}
.fa-arrows-left-right-to-line {
  --fa: "\e4ba";
}
.fa-dice-d20 {
  --fa: "\f6cf";
}
.fa-truck-droplet {
  --fa: "\e58c";
}
.fa-file-circle-xmark {
  --fa: "\e5a1";
}
.fa-temperature-arrow-up,
.fa-temperature-up {
  --fa: "\e040";
}
.fa-medal {
  --fa: "\f5a2";
}
.fa-bed {
  --fa: "\f236";
}
.fa-h-square,
.fa-square-h {
  --fa: "\f0fd";
}
.fa-podcast {
  --fa: "\f2ce";
}
.fa-temperature-4,
.fa-temperature-full,
.fa-thermometer-4,
.fa-thermometer-full {
  --fa: "\f2c7";
}
.fa-bell {
  --fa: "\f0f3";
}
.fa-superscript {
  --fa: "\f12b";
}
.fa-plug-circle-xmark {
  --fa: "\e560";
}
.fa-star-of-life {
  --fa: "\f621";
}
.fa-phone-slash {
  --fa: "\f3dd";
}
.fa-paint-roller {
  --fa: "\f5aa";
}
.fa-hands-helping,
.fa-handshake-angle {
  --fa: "\f4c4";
}
.fa-location-dot,
.fa-map-marker-alt {
  --fa: "\f3c5";
}
.fa-file {
  --fa: "\f15b";
}
.fa-greater-than {
  --fa: "\3e";
}
.fa-person-swimming,
.fa-swimmer {
  --fa: "\f5c4";
}
.fa-arrow-down {
  --fa: "\f063";
}
.fa-droplet,
.fa-tint {
  --fa: "\f043";
}
.fa-eraser {
  --fa: "\f12d";
}
.fa-earth,
.fa-earth-america,
.fa-earth-americas,
.fa-globe-americas {
  --fa: "\f57d";
}
.fa-person-burst {
  --fa: "\e53b";
}
.fa-dove {
  --fa: "\f4ba";
}
.fa-battery-0,
.fa-battery-empty {
  --fa: "\f244";
}
.fa-socks {
  --fa: "\f696";
}
.fa-inbox {
  --fa: "\f01c";
}
.fa-section {
  --fa: "\e447";
}
.fa-gauge-high,
.fa-tachometer-alt,
.fa-tachometer-alt-fast {
  --fa: "\f625";
}
.fa-envelope-open-text {
  --fa: "\f658";
}
.fa-hospital,
.fa-hospital-alt,
.fa-hospital-wide {
  --fa: "\f0f8";
}
.fa-wine-bottle {
  --fa: "\f72f";
}
.fa-chess-rook {
  --fa: "\f447";
}
.fa-bars-staggered,
.fa-reorder,
.fa-stream {
  --fa: "\f550";
}
.fa-dharmachakra {
  --fa: "\f655";
}
.fa-hotdog {
  --fa: "\f80f";
}
.fa-blind,
.fa-person-walking-with-cane {
  --fa: "\f29d";
}
.fa-drum {
  --fa: "\f569";
}
.fa-ice-cream {
  --fa: "\f810";
}
.fa-heart-circle-bolt {
  --fa: "\e4fc";
}
.fa-fax {
  --fa: "\f1ac";
}
.fa-paragraph {
  --fa: "\f1dd";
}
.fa-check-to-slot,
.fa-vote-yea {
  --fa: "\f772";
}
.fa-star-half {
  --fa: "\f089";
}
.fa-boxes,
.fa-boxes-alt,
.fa-boxes-stacked {
  --fa: "\f468";
}
.fa-chain,
.fa-link {
  --fa: "\f0c1";
}
.fa-assistive-listening-systems,
.fa-ear-listen {
  --fa: "\f2a2";
}
.fa-tree-city {
  --fa: "\e587";
}
.fa-play {
  --fa: "\f04b";
}
.fa-font {
  --fa: "\f031";
}
.fa-table-cells-row-lock {
  --fa: "\e67a";
}
.fa-rupiah-sign {
  --fa: "\e23d";
}
.fa-magnifying-glass,
.fa-search {
  --fa: "\f002";
}
.fa-ping-pong-paddle-ball,
.fa-table-tennis,
.fa-table-tennis-paddle-ball {
  --fa: "\f45d";
}
.fa-diagnoses,
.fa-person-dots-from-line {
  --fa: "\f470";
}
.fa-trash-can-arrow-up,
.fa-trash-restore-alt {
  --fa: "\f82a";
}
.fa-naira-sign {
  --fa: "\e1f6";
}
.fa-cart-arrow-down {
  --fa: "\f218";
}
.fa-walkie-talkie {
  --fa: "\f8ef";
}
.fa-file-edit,
.fa-file-pen {
  --fa: "\f31c";
}
.fa-receipt {
  --fa: "\f543";
}
.fa-pen-square,
.fa-pencil-square,
.fa-square-pen {
  --fa: "\f14b";
}
.fa-suitcase-rolling {
  --fa: "\f5c1";
}
.fa-person-circle-exclamation {
  --fa: "\e53f";
}
.fa-chevron-down {
  --fa: "\f078";
}
.fa-battery,
.fa-battery-5,
.fa-battery-full {
  --fa: "\f240";
}
.fa-skull-crossbones {
  --fa: "\f714";
}
.fa-code-compare {
  --fa: "\e13a";
}
.fa-list-dots,
.fa-list-ul {
  --fa: "\f0ca";
}
.fa-school-lock {
  --fa: "\e56f";
}
.fa-tower-cell {
  --fa: "\e585";
}
.fa-down-long,
.fa-long-arrow-alt-down {
  --fa: "\f309";
}
.fa-ranking-star {
  --fa: "\e561";
}
.fa-chess-king {
  --fa: "\f43f";
}
.fa-person-harassing {
  --fa: "\e549";
}
.fa-brazilian-real-sign {
  --fa: "\e46c";
}
.fa-landmark-alt,
.fa-landmark-dome {
  --fa: "\f752";
}
.fa-arrow-up {
  --fa: "\f062";
}
.fa-television,
.fa-tv,
.fa-tv-alt {
  --fa: "\f26c";
}
.fa-shrimp {
  --fa: "\e448";
}
.fa-list-check,
.fa-tasks {
  --fa: "\f0ae";
}
.fa-jug-detergent {
  --fa: "\e519";
}
.fa-circle-user,
.fa-user-circle {
  --fa: "\f2bd";
}
.fa-user-shield {
  --fa: "\f505";
}
.fa-wind {
  --fa: "\f72e";
}
.fa-car-burst,
.fa-car-crash {
  --fa: "\f5e1";
}
.fa-y {
  --fa: "\59";
}
.fa-person-snowboarding,
.fa-snowboarding {
  --fa: "\f7ce";
}
.fa-shipping-fast,
.fa-truck-fast {
  --fa: "\f48b";
}
.fa-fish {
  --fa: "\f578";
}
.fa-user-graduate {
  --fa: "\f501";
}
.fa-adjust,
.fa-circle-half-stroke {
  --fa: "\f042";
}
.fa-clapperboard {
  --fa: "\e131";
}
.fa-circle-radiation,
.fa-radiation-alt {
  --fa: "\f7ba";
}
.fa-baseball,
.fa-baseball-ball {
  --fa: "\f433";
}
.fa-jet-fighter-up {
  --fa: "\e518";
}
.fa-diagram-project,
.fa-project-diagram {
  --fa: "\f542";
}
.fa-copy {
  --fa: "\f0c5";
}
.fa-volume-mute,
.fa-volume-times,
.fa-volume-xmark {
  --fa: "\f6a9";
}
.fa-hand-sparkles {
  --fa: "\e05d";
}
.fa-grip,
.fa-grip-horizontal {
  --fa: "\f58d";
}
.fa-share-from-square,
.fa-share-square {
  --fa: "\f14d";
}
.fa-child-combatant,
.fa-child-rifle {
  --fa: "\e4e0";
}
.fa-gun {
  --fa: "\e19b";
}
.fa-phone-square,
.fa-square-phone {
  --fa: "\f098";
}
.fa-add,
.fa-plus {
  --fa: "\2b";
}
.fa-expand {
  --fa: "\f065";
}
.fa-computer {
  --fa: "\e4e5";
}
.fa-close,
.fa-multiply,
.fa-remove,
.fa-times,
.fa-xmark {
  --fa: "\f00d";
}
.fa-arrows,
.fa-arrows-up-down-left-right {
  --fa: "\f047";
}
.fa-chalkboard-teacher,
.fa-chalkboard-user {
  --fa: "\f51c";
}
.fa-peso-sign {
  --fa: "\e222";
}
.fa-building-shield {
  --fa: "\e4d8";
}
.fa-baby {
  --fa: "\f77c";
}
.fa-users-line {
  --fa: "\e592";
}
.fa-quote-left,
.fa-quote-left-alt {
  --fa: "\f10d";
}
.fa-tractor {
  --fa: "\f722";
}
.fa-trash-arrow-up,
.fa-trash-restore {
  --fa: "\f829";
}
.fa-arrow-down-up-lock {
  --fa: "\e4b0";
}
.fa-lines-leaning {
  --fa: "\e51e";
}
.fa-ruler-combined {
  --fa: "\f546";
}
.fa-copyright {
  --fa: "\f1f9";
}
.fa-equals {
  --fa: "\3d";
}
.fa-blender {
  --fa: "\f517";
}
.fa-teeth {
  --fa: "\f62e";
}
.fa-ils,
.fa-shekel,
.fa-shekel-sign,
.fa-sheqel,
.fa-sheqel-sign {
  --fa: "\f20b";
}
.fa-map {
  --fa: "\f279";
}
.fa-rocket {
  --fa: "\f135";
}
.fa-photo-film,
.fa-photo-video {
  --fa: "\f87c";
}
.fa-folder-minus {
  --fa: "\f65d";
}
.fa-hexagon-nodes-bolt {
  --fa: "\e69a";
}
.fa-store {
  --fa: "\f54e";
}
.fa-arrow-trend-up {
  --fa: "\e098";
}
.fa-plug-circle-minus {
  --fa: "\e55e";
}
.fa-sign,
.fa-sign-hanging {
  --fa: "\f4d9";
}
.fa-bezier-curve {
  --fa: "\f55b";
}
.fa-bell-slash {
  --fa: "\f1f6";
}
.fa-tablet,
.fa-tablet-android {
  --fa: "\f3fb";
}
.fa-school-flag {
  --fa: "\e56e";
}
.fa-fill {
  --fa: "\f575";
}
.fa-angle-up {
  --fa: "\f106";
}
.fa-drumstick-bite {
  --fa: "\f6d7";
}
.fa-holly-berry {
  --fa: "\f7aa";
}
.fa-chevron-left {
  --fa: "\f053";
}
.fa-bacteria {
  --fa: "\e059";
}
.fa-hand-lizard {
  --fa: "\f258";
}
.fa-notdef {
  --fa: "\e1fe";
}
.fa-disease {
  --fa: "\f7fa";
}
.fa-briefcase-medical {
  --fa: "\f469";
}
.fa-genderless {
  --fa: "\f22d";
}
.fa-chevron-right {
  --fa: "\f054";
}
.fa-retweet {
  --fa: "\f079";
}
.fa-car-alt,
.fa-car-rear {
  --fa: "\f5de";
}
.fa-pump-soap {
  --fa: "\e06b";
}
.fa-video-slash {
  --fa: "\f4e2";
}
.fa-battery-2,
.fa-battery-quarter {
  --fa: "\f243";
}
.fa-radio {
  --fa: "\f8d7";
}
.fa-baby-carriage,
.fa-carriage-baby {
  --fa: "\f77d";
}
.fa-traffic-light {
  --fa: "\f637";
}
.fa-thermometer {
  --fa: "\f491";
}
.fa-vr-cardboard {
  --fa: "\f729";
}
.fa-hand-middle-finger {
  --fa: "\f806";
}
.fa-percent,
.fa-percentage {
  --fa: "\25";
}
.fa-truck-moving {
  --fa: "\f4df";
}
.fa-glass-water-droplet {
  --fa: "\e4f5";
}
.fa-display {
  --fa: "\e163";
}
.fa-face-smile,
.fa-smile {
  --fa: "\f118";
}
.fa-thumb-tack,
.fa-thumbtack {
  --fa: "\f08d";
}
.fa-trophy {
  --fa: "\f091";
}
.fa-person-praying,
.fa-pray {
  --fa: "\f683";
}
.fa-hammer {
  --fa: "\f6e3";
}
.fa-hand-peace {
  --fa: "\f25b";
}
.fa-rotate,
.fa-sync-alt {
  --fa: "\f2f1";
}
.fa-spinner {
  --fa: "\f110";
}
.fa-robot {
  --fa: "\f544";
}
.fa-peace {
  --fa: "\f67c";
}
.fa-cogs,
.fa-gears {
  --fa: "\f085";
}
.fa-warehouse {
  --fa: "\f494";
}
.fa-arrow-up-right-dots {
  --fa: "\e4b7";
}
.fa-splotch {
  --fa: "\f5bc";
}
.fa-face-grin-hearts,
.fa-grin-hearts {
  --fa: "\f584";
}
.fa-dice-four {
  --fa: "\f524";
}
.fa-sim-card {
  --fa: "\f7c4";
}
.fa-transgender,
.fa-transgender-alt {
  --fa: "\f225";
}
.fa-mercury {
  --fa: "\f223";
}
.fa-arrow-turn-down,
.fa-level-down {
  --fa: "\f149";
}
.fa-person-falling-burst {
  --fa: "\e547";
}
.fa-award {
  --fa: "\f559";
}
.fa-ticket-alt,
.fa-ticket-simple {
  --fa: "\f3ff";
}
.fa-building {
  --fa: "\f1ad";
}
.fa-angle-double-left,
.fa-angles-left {
  --fa: "\f100";
}
.fa-qrcode {
  --fa: "\f029";
}
.fa-clock-rotate-left,
.fa-history {
  --fa: "\f1da";
}
.fa-face-grin-beam-sweat,
.fa-grin-beam-sweat {
  --fa: "\f583";
}
.fa-arrow-right-from-file,
.fa-file-export {
  --fa: "\f56e";
}
.fa-shield,
.fa-shield-blank {
  --fa: "\f132";
}
.fa-arrow-up-short-wide,
.fa-sort-amount-up-alt {
  --fa: "\f885";
}
.fa-comment-nodes {
  --fa: "\e696";
}
.fa-house-medical {
  --fa: "\e3b2";
}
.fa-golf-ball,
.fa-golf-ball-tee {
  --fa: "\f450";
}
.fa-chevron-circle-left,
.fa-circle-chevron-left {
  --fa: "\f137";
}
.fa-house-chimney-window {
  --fa: "\e00d";
}
.fa-pen-nib {
  --fa: "\f5ad";
}
.fa-tent-arrow-turn-left {
  --fa: "\e580";
}
.fa-tents {
  --fa: "\e582";
}
.fa-magic,
.fa-wand-magic {
  --fa: "\f0d0";
}
.fa-dog {
  --fa: "\f6d3";
}
.fa-carrot {
  --fa: "\f787";
}
.fa-moon {
  --fa: "\f186";
}
.fa-wine-glass-alt,
.fa-wine-glass-empty {
  --fa: "\f5ce";
}
.fa-cheese {
  --fa: "\f7ef";
}
.fa-yin-yang {
  --fa: "\f6ad";
}
.fa-music {
  --fa: "\f001";
}
.fa-code-commit {
  --fa: "\f386";
}
.fa-temperature-low {
  --fa: "\f76b";
}
.fa-biking,
.fa-person-biking {
  --fa: "\f84a";
}
.fa-broom {
  --fa: "\f51a";
}
.fa-shield-heart {
  --fa: "\e574";
}
.fa-gopuram {
  --fa: "\f664";
}
.fa-earth-oceania,
.fa-globe-oceania {
  --fa: "\e47b";
}
.fa-square-xmark,
.fa-times-square,
.fa-xmark-square {
  --fa: "\f2d3";
}
.fa-hashtag {
  --fa: "\23";
}
.fa-expand-alt,
.fa-up-right-and-down-left-from-center {
  --fa: "\f424";
}
.fa-oil-can {
  --fa: "\f613";
}
.fa-t {
  --fa: "\54";
}
.fa-hippo {
  --fa: "\f6ed";
}
.fa-chart-column {
  --fa: "\e0e3";
}
.fa-infinity {
  --fa: "\f534";
}
.fa-vial-circle-check {
  --fa: "\e596";
}
.fa-person-arrow-down-to-line {
  --fa: "\e538";
}
.fa-voicemail {
  --fa: "\f897";
}
.fa-fan {
  --fa: "\f863";
}
.fa-person-walking-luggage {
  --fa: "\e554";
}
.fa-arrows-alt-v,
.fa-up-down {
  --fa: "\f338";
}
.fa-cloud-moon-rain {
  --fa: "\f73c";
}
.fa-calendar {
  --fa: "\f133";
}
.fa-trailer {
  --fa: "\e041";
}
.fa-bahai,
.fa-haykal {
  --fa: "\f666";
}
.fa-sd-card {
  --fa: "\f7c2";
}
.fa-dragon {
  --fa: "\f6d5";
}
.fa-shoe-prints {
  --fa: "\f54b";
}
.fa-circle-plus,
.fa-plus-circle {
  --fa: "\f055";
}
.fa-face-grin-tongue-wink,
.fa-grin-tongue-wink {
  --fa: "\f58b";
}
.fa-hand-holding {
  --fa: "\f4bd";
}
.fa-plug-circle-exclamation {
  --fa: "\e55d";
}
.fa-chain-broken,
.fa-chain-slash,
.fa-link-slash,
.fa-unlink {
  --fa: "\f127";
}
.fa-clone {
  --fa: "\f24d";
}
.fa-person-walking-arrow-loop-left {
  --fa: "\e551";
}
.fa-arrow-up-z-a,
.fa-sort-alpha-up-alt {
  --fa: "\f882";
}
.fa-fire-alt,
.fa-fire-flame-curved {
  --fa: "\f7e4";
}
.fa-tornado {
  --fa: "\f76f";
}
.fa-file-circle-plus {
  --fa: "\e494";
}
.fa-book-quran,
.fa-quran {
  --fa: "\f687";
}
.fa-anchor {
  --fa: "\f13d";
}
.fa-border-all {
  --fa: "\f84c";
}
.fa-angry,
.fa-face-angry {
  --fa: "\f556";
}
.fa-cookie-bite {
  --fa: "\f564";
}
.fa-arrow-trend-down {
  --fa: "\e097";
}
.fa-feed,
.fa-rss {
  --fa: "\f09e";
}
.fa-draw-polygon {
  --fa: "\f5ee";
}
.fa-balance-scale,
.fa-scale-balanced {
  --fa: "\f24e";
}
.fa-gauge-simple-high,
.fa-tachometer,
.fa-tachometer-fast {
  --fa: "\f62a";
}
.fa-shower {
  --fa: "\f2cc";
}
.fa-desktop,
.fa-desktop-alt {
  --fa: "\f390";
}
.fa-m {
  --fa: "\4d";
}
.fa-table-list,
.fa-th-list {
  --fa: "\f00b";
}
.fa-comment-sms,
.fa-sms {
  --fa: "\f7cd";
}
.fa-book {
  --fa: "\f02d";
}
.fa-user-plus {
  --fa: "\f234";
}
.fa-check {
  --fa: "\f00c";
}
.fa-battery-4,
.fa-battery-three-quarters {
  --fa: "\f241";
}
.fa-house-circle-check {
  --fa: "\e509";
}
.fa-angle-left {
  --fa: "\f104";
}
.fa-diagram-successor {
  --fa: "\e47a";
}
.fa-truck-arrow-right {
  --fa: "\e58b";
}
.fa-arrows-split-up-and-left {
  --fa: "\e4bc";
}
.fa-fist-raised,
.fa-hand-fist {
  --fa: "\f6de";
}
.fa-cloud-moon {
  --fa: "\f6c3";
}
.fa-briefcase {
  --fa: "\f0b1";
}
.fa-person-falling {
  --fa: "\e546";
}
.fa-image-portrait,
.fa-portrait {
  --fa: "\f3e0";
}
.fa-user-tag {
  --fa: "\f507";
}
.fa-rug {
  --fa: "\e569";
}
.fa-earth-europe,
.fa-globe-europe {
  --fa: "\f7a2";
}
.fa-cart-flatbed-suitcase,
.fa-luggage-cart {
  --fa: "\f59d";
}
.fa-rectangle-times,
.fa-rectangle-xmark,
.fa-times-rectangle,
.fa-window-close {
  --fa: "\f410";
}
.fa-baht-sign {
  --fa: "\e0ac";
}
.fa-book-open {
  --fa: "\f518";
}
.fa-book-journal-whills,
.fa-journal-whills {
  --fa: "\f66a";
}
.fa-handcuffs {
  --fa: "\e4f8";
}
.fa-exclamation-triangle,
.fa-triangle-exclamation,
.fa-warning {
  --fa: "\f071";
}
.fa-database {
  --fa: "\f1c0";
}
.fa-mail-forward,
.fa-share {
  --fa: "\f064";
}
.fa-bottle-droplet {
  --fa: "\e4c4";
}
.fa-mask-face {
  --fa: "\e1d7";
}
.fa-hill-rockslide {
  --fa: "\e508";
}
.fa-exchange-alt,
.fa-right-left {
  --fa: "\f362";
}
.fa-paper-plane {
  --fa: "\f1d8";
}
.fa-road-circle-exclamation {
  --fa: "\e565";
}
.fa-dungeon {
  --fa: "\f6d9";
}
.fa-align-right {
  --fa: "\f038";
}
.fa-money-bill-1-wave,
.fa-money-bill-wave-alt {
  --fa: "\f53b";
}
.fa-life-ring {
  --fa: "\f1cd";
}
.fa-hands,
.fa-sign-language,
.fa-signing {
  --fa: "\f2a7";
}
.fa-calendar-day {
  --fa: "\f783";
}
.fa-ladder-water,
.fa-swimming-pool,
.fa-water-ladder {
  --fa: "\f5c5";
}
.fa-arrows-up-down,
.fa-arrows-v {
  --fa: "\f07d";
}
.fa-face-grimace,
.fa-grimace {
  --fa: "\f57f";
}
.fa-wheelchair-alt,
.fa-wheelchair-move {
  --fa: "\e2ce";
}
.fa-level-down-alt,
.fa-turn-down {
  --fa: "\f3be";
}
.fa-person-walking-arrow-right {
  --fa: "\e552";
}
.fa-envelope-square,
.fa-square-envelope {
  --fa: "\f199";
}
.fa-dice {
  --fa: "\f522";
}
.fa-bowling-ball {
  --fa: "\f436";
}
.fa-brain {
  --fa: "\f5dc";
}
.fa-band-aid,
.fa-bandage {
  --fa: "\f462";
}
.fa-calendar-minus {
  --fa: "\f272";
}
.fa-circle-xmark,
.fa-times-circle,
.fa-xmark-circle {
  --fa: "\f057";
}
.fa-gifts {
  --fa: "\f79c";
}
.fa-hotel {
  --fa: "\f594";
}
.fa-earth-asia,
.fa-globe-asia {
  --fa: "\f57e";
}
.fa-id-card-alt,
.fa-id-card-clip {
  --fa: "\f47f";
}
.fa-magnifying-glass-plus,
.fa-search-plus {
  --fa: "\f00e";
}
.fa-thumbs-up {
  --fa: "\f164";
}
.fa-user-clock {
  --fa: "\f4fd";
}
.fa-allergies,
.fa-hand-dots {
  --fa: "\f461";
}
.fa-file-invoice {
  --fa: "\f570";
}
.fa-window-minimize {
  --fa: "\f2d1";
}
.fa-coffee,
.fa-mug-saucer {
  --fa: "\f0f4";
}
.fa-brush {
  --fa: "\f55d";
}
.fa-file-half-dashed {
  --fa: "\e698";
}
.fa-mask {
  --fa: "\f6fa";
}
.fa-magnifying-glass-minus,
.fa-search-minus {
  --fa: "\f010";
}
.fa-ruler-vertical {
  --fa: "\f548";
}
.fa-user-alt,
.fa-user-large {
  --fa: "\f406";
}
.fa-train-tram {
  --fa: "\e5b4";
}
.fa-user-nurse {
  --fa: "\f82f";
}
.fa-syringe {
  --fa: "\f48e";
}
.fa-cloud-sun {
  --fa: "\f6c4";
}
.fa-stopwatch-20 {
  --fa: "\e06f";
}
.fa-square-full {
  --fa: "\f45c";
}
.fa-magnet {
  --fa: "\f076";
}
.fa-jar {
  --fa: "\e516";
}
.fa-note-sticky,
.fa-sticky-note {
  --fa: "\f249";
}
.fa-bug-slash {
  --fa: "\e490";
}
.fa-arrow-up-from-water-pump {
  --fa: "\e4b6";
}
.fa-bone {
  --fa: "\f5d7";
}
.fa-table-cells-row-unlock {
  --fa: "\e691";
}
.fa-user-injured {
  --fa: "\f728";
}
.fa-face-sad-tear,
.fa-sad-tear {
  --fa: "\f5b4";
}
.fa-plane {
  --fa: "\f072";
}
.fa-tent-arrows-down {
  --fa: "\e581";
}
.fa-exclamation {
  --fa: "\21";
}
.fa-arrows-spin {
  --fa: "\e4bb";
}
.fa-print {
  --fa: "\f02f";
}
.fa-try,
.fa-turkish-lira,
.fa-turkish-lira-sign {
  --fa: "\e2bb";
}
.fa-dollar,
.fa-dollar-sign,
.fa-usd {
  --fa: "\24";
}
.fa-x {
  --fa: "\58";
}
.fa-magnifying-glass-dollar,
.fa-search-dollar {
  --fa: "\f688";
}
.fa-users-cog,
.fa-users-gear {
  --fa: "\f509";
}
.fa-person-military-pointing {
  --fa: "\e54a";
}
.fa-bank,
.fa-building-columns,
.fa-institution,
.fa-museum,
.fa-university {
  --fa: "\f19c";
}
.fa-umbrella {
  --fa: "\f0e9";
}
.fa-trowel {
  --fa: "\e589";
}
.fa-d {
  --fa: "\44";
}
.fa-stapler {
  --fa: "\e5af";
}
.fa-masks-theater,
.fa-theater-masks {
  --fa: "\f630";
}
.fa-kip-sign {
  --fa: "\e1c4";
}
.fa-hand-point-left {
  --fa: "\f0a5";
}
.fa-handshake-alt,
.fa-handshake-simple {
  --fa: "\f4c6";
}
.fa-fighter-jet,
.fa-jet-fighter {
  --fa: "\f0fb";
}
.fa-share-alt-square,
.fa-square-share-nodes {
  --fa: "\f1e1";
}
.fa-barcode {
  --fa: "\f02a";
}
.fa-plus-minus {
  --fa: "\e43c";
}
.fa-video,
.fa-video-camera {
  --fa: "\f03d";
}
.fa-graduation-cap,
.fa-mortar-board {
  --fa: "\f19d";
}
.fa-hand-holding-medical {
  --fa: "\e05c";
}
.fa-person-circle-check {
  --fa: "\e53e";
}
.fa-level-up-alt,
.fa-turn-up {
  --fa: "\f3bf";
}
.fa-sr-only,
.fa-sr-only-focusable:not(:focus),
.sr-only,
.sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
:host,
:root {
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/../webfonts/fa-brands-400.woff2)
      format("woff2"),
    url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/../webfonts/fa-brands-400.ttf)
      format("truetype");
}
.fa-brands,
.fab {
  font-weight: 400;
}
.fa-monero {
  --fa: "\f3d0";
}
.fa-hooli {
  --fa: "\f427";
}
.fa-yelp {
  --fa: "\f1e9";
}
.fa-cc-visa {
  --fa: "\f1f0";
}
.fa-lastfm {
  --fa: "\f202";
}
.fa-shopware {
  --fa: "\f5b5";
}
.fa-creative-commons-nc {
  --fa: "\f4e8";
}
.fa-aws {
  --fa: "\f375";
}
.fa-redhat {
  --fa: "\f7bc";
}
.fa-yoast {
  --fa: "\f2b1";
}
.fa-cloudflare {
  --fa: "\e07d";
}
.fa-ups {
  --fa: "\f7e0";
}
.fa-pixiv {
  --fa: "\e640";
}
.fa-wpexplorer {
  --fa: "\f2de";
}
.fa-dyalog {
  --fa: "\f399";
}
.fa-bity {
  --fa: "\f37a";
}
.fa-stackpath {
  --fa: "\f842";
}
.fa-buysellads {
  --fa: "\f20d";
}
.fa-first-order {
  --fa: "\f2b0";
}
.fa-modx {
  --fa: "\f285";
}
.fa-guilded {
  --fa: "\e07e";
}
.fa-vnv {
  --fa: "\f40b";
}
.fa-js-square,
.fa-square-js {
  --fa: "\f3b9";
}
.fa-microsoft {
  --fa: "\f3ca";
}
.fa-qq {
  --fa: "\f1d6";
}
.fa-orcid {
  --fa: "\f8d2";
}
.fa-java {
  --fa: "\f4e4";
}
.fa-invision {
  --fa: "\f7b0";
}
.fa-creative-commons-pd-alt {
  --fa: "\f4ed";
}
.fa-centercode {
  --fa: "\f380";
}
.fa-glide-g {
  --fa: "\f2a6";
}
.fa-drupal {
  --fa: "\f1a9";
}
.fa-jxl {
  --fa: "\e67b";
}
.fa-dart-lang {
  --fa: "\e693";
}
.fa-hire-a-helper {
  --fa: "\f3b0";
}
.fa-creative-commons-by {
  --fa: "\f4e7";
}
.fa-unity {
  --fa: "\e049";
}
.fa-whmcs {
  --fa: "\f40d";
}
.fa-rocketchat {
  --fa: "\f3e8";
}
.fa-vk {
  --fa: "\f189";
}
.fa-untappd {
  --fa: "\f405";
}
.fa-mailchimp {
  --fa: "\f59e";
}
.fa-css3-alt {
  --fa: "\f38b";
}
.fa-reddit-square,
.fa-square-reddit {
  --fa: "\f1a2";
}
.fa-vimeo-v {
  --fa: "\f27d";
}
.fa-contao {
  --fa: "\f26d";
}
.fa-square-font-awesome {
  --fa: "\e5ad";
}
.fa-deskpro {
  --fa: "\f38f";
}
.fa-brave {
  --fa: "\e63c";
}
.fa-sistrix {
  --fa: "\f3ee";
}
.fa-instagram-square,
.fa-square-instagram {
  --fa: "\e055";
}
.fa-battle-net {
  --fa: "\f835";
}
.fa-the-red-yeti {
  --fa: "\f69d";
}
.fa-hacker-news-square,
.fa-square-hacker-news {
  --fa: "\f3af";
}
.fa-edge {
  --fa: "\f282";
}
.fa-threads {
  --fa: "\e618";
}
.fa-napster {
  --fa: "\f3d2";
}
.fa-snapchat-square,
.fa-square-snapchat {
  --fa: "\f2ad";
}
.fa-google-plus-g {
  --fa: "\f0d5";
}
.fa-artstation {
  --fa: "\f77a";
}
.fa-markdown {
  --fa: "\f60f";
}
.fa-sourcetree {
  --fa: "\f7d3";
}
.fa-google-plus {
  --fa: "\f2b3";
}
.fa-diaspora {
  --fa: "\f791";
}
.fa-foursquare {
  --fa: "\f180";
}
.fa-stack-overflow {
  --fa: "\f16c";
}
.fa-github-alt {
  --fa: "\f113";
}
.fa-phoenix-squadron {
  --fa: "\f511";
}
.fa-pagelines {
  --fa: "\f18c";
}
.fa-algolia {
  --fa: "\f36c";
}
.fa-red-river {
  --fa: "\f3e3";
}
.fa-creative-commons-sa {
  --fa: "\f4ef";
}
.fa-safari {
  --fa: "\f267";
}
.fa-google {
  --fa: "\f1a0";
}
.fa-font-awesome-alt,
.fa-square-font-awesome-stroke {
  --fa: "\f35c";
}
.fa-atlassian {
  --fa: "\f77b";
}
.fa-linkedin-in {
  --fa: "\f0e1";
}
.fa-digital-ocean {
  --fa: "\f391";
}
.fa-nimblr {
  --fa: "\f5a8";
}
.fa-chromecast {
  --fa: "\f838";
}
.fa-evernote {
  --fa: "\f839";
}
.fa-hacker-news {
  --fa: "\f1d4";
}
.fa-creative-commons-sampling {
  --fa: "\f4f0";
}
.fa-adversal {
  --fa: "\f36a";
}
.fa-creative-commons {
  --fa: "\f25e";
}
.fa-watchman-monitoring {
  --fa: "\e087";
}
.fa-fonticons {
  --fa: "\f280";
}
.fa-weixin {
  --fa: "\f1d7";
}
.fa-shirtsinbulk {
  --fa: "\f214";
}
.fa-codepen {
  --fa: "\f1cb";
}
.fa-git-alt {
  --fa: "\f841";
}
.fa-lyft {
  --fa: "\f3c3";
}
.fa-rev {
  --fa: "\f5b2";
}
.fa-windows {
  --fa: "\f17a";
}
.fa-wizards-of-the-coast {
  --fa: "\f730";
}
.fa-square-viadeo,
.fa-viadeo-square {
  --fa: "\f2aa";
}
.fa-meetup {
  --fa: "\f2e0";
}
.fa-centos {
  --fa: "\f789";
}
.fa-adn {
  --fa: "\f170";
}
.fa-cloudsmith {
  --fa: "\f384";
}
.fa-opensuse {
  --fa: "\e62b";
}
.fa-pied-piper-alt {
  --fa: "\f1a8";
}
.fa-dribbble-square,
.fa-square-dribbble {
  --fa: "\f397";
}
.fa-codiepie {
  --fa: "\f284";
}
.fa-node {
  --fa: "\f419";
}
.fa-mix {
  --fa: "\f3cb";
}
.fa-steam {
  --fa: "\f1b6";
}
.fa-cc-apple-pay {
  --fa: "\f416";
}
.fa-scribd {
  --fa: "\f28a";
}
.fa-debian {
  --fa: "\e60b";
}
.fa-openid {
  --fa: "\f19b";
}
.fa-instalod {
  --fa: "\e081";
}
.fa-files-pinwheel {
  --fa: "\e69f";
}
.fa-expeditedssl {
  --fa: "\f23e";
}
.fa-sellcast {
  --fa: "\f2da";
}
.fa-square-twitter,
.fa-twitter-square {
  --fa: "\f081";
}
.fa-r-project {
  --fa: "\f4f7";
}
.fa-delicious {
  --fa: "\f1a5";
}
.fa-freebsd {
  --fa: "\f3a4";
}
.fa-vuejs {
  --fa: "\f41f";
}
.fa-accusoft {
  --fa: "\f369";
}
.fa-ioxhost {
  --fa: "\f208";
}
.fa-fonticons-fi {
  --fa: "\f3a2";
}
.fa-app-store {
  --fa: "\f36f";
}
.fa-cc-mastercard {
  --fa: "\f1f1";
}
.fa-itunes-note {
  --fa: "\f3b5";
}
.fa-golang {
  --fa: "\e40f";
}
.fa-kickstarter,
.fa-square-kickstarter {
  --fa: "\f3bb";
}
.fa-grav {
  --fa: "\f2d6";
}
.fa-weibo {
  --fa: "\f18a";
}
.fa-uncharted {
  --fa: "\e084";
}
.fa-firstdraft {
  --fa: "\f3a1";
}
.fa-square-youtube,
.fa-youtube-square {
  --fa: "\f431";
}
.fa-wikipedia-w {
  --fa: "\f266";
}
.fa-rendact,
.fa-wpressr {
  --fa: "\f3e4";
}
.fa-angellist {
  --fa: "\f209";
}
.fa-galactic-republic {
  --fa: "\f50c";
}
.fa-nfc-directional {
  --fa: "\e530";
}
.fa-skype {
  --fa: "\f17e";
}
.fa-joget {
  --fa: "\f3b7";
}
.fa-fedora {
  --fa: "\f798";
}
.fa-stripe-s {
  --fa: "\f42a";
}
.fa-meta {
  --fa: "\e49b";
}
.fa-laravel {
  --fa: "\f3bd";
}
.fa-hotjar {
  --fa: "\f3b1";
}
.fa-bluetooth-b {
  --fa: "\f294";
}
.fa-square-letterboxd {
  --fa: "\e62e";
}
.fa-sticker-mule {
  --fa: "\f3f7";
}
.fa-creative-commons-zero {
  --fa: "\f4f3";
}
.fa-hips {
  --fa: "\f452";
}
.fa-css {
  --fa: "\e6a2";
}
.fa-behance {
  --fa: "\f1b4";
}
.fa-reddit {
  --fa: "\f1a1";
}
.fa-discord {
  --fa: "\f392";
}
.fa-chrome {
  --fa: "\f268";
}
.fa-app-store-ios {
  --fa: "\f370";
}
.fa-cc-discover {
  --fa: "\f1f2";
}
.fa-wpbeginner {
  --fa: "\f297";
}
.fa-confluence {
  --fa: "\f78d";
}
.fa-shoelace {
  --fa: "\e60c";
}
.fa-mdb {
  --fa: "\f8ca";
}
.fa-dochub {
  --fa: "\f394";
}
.fa-accessible-icon {
  --fa: "\f368";
}
.fa-ebay {
  --fa: "\f4f4";
}
.fa-amazon {
  --fa: "\f270";
}
.fa-unsplash {
  --fa: "\e07c";
}
.fa-yarn {
  --fa: "\f7e3";
}
.fa-square-steam,
.fa-steam-square {
  --fa: "\f1b7";
}
.fa-500px {
  --fa: "\f26e";
}
.fa-square-vimeo,
.fa-vimeo-square {
  --fa: "\f194";
}
.fa-asymmetrik {
  --fa: "\f372";
}
.fa-font-awesome,
.fa-font-awesome-flag,
.fa-font-awesome-logo-full {
  --fa: "\f2b4";
}
.fa-gratipay {
  --fa: "\f184";
}
.fa-apple {
  --fa: "\f179";
}
.fa-hive {
  --fa: "\e07f";
}
.fa-gitkraken {
  --fa: "\f3a6";
}
.fa-keybase {
  --fa: "\f4f5";
}
.fa-apple-pay {
  --fa: "\f415";
}
.fa-padlet {
  --fa: "\e4a0";
}
.fa-amazon-pay {
  --fa: "\f42c";
}
.fa-github-square,
.fa-square-github {
  --fa: "\f092";
}
.fa-stumbleupon {
  --fa: "\f1a4";
}
.fa-fedex {
  --fa: "\f797";
}
.fa-phoenix-framework {
  --fa: "\f3dc";
}
.fa-shopify {
  --fa: "\e057";
}
.fa-neos {
  --fa: "\f612";
}
.fa-square-threads {
  --fa: "\e619";
}
.fa-hackerrank {
  --fa: "\f5f7";
}
.fa-researchgate {
  --fa: "\f4f8";
}
.fa-swift {
  --fa: "\f8e1";
}
.fa-angular {
  --fa: "\f420";
}
.fa-speakap {
  --fa: "\f3f3";
}
.fa-angrycreative {
  --fa: "\f36e";
}
.fa-y-combinator {
  --fa: "\f23b";
}
.fa-empire {
  --fa: "\f1d1";
}
.fa-envira {
  --fa: "\f299";
}
.fa-google-scholar {
  --fa: "\e63b";
}
.fa-gitlab-square,
.fa-square-gitlab {
  --fa: "\e5ae";
}
.fa-studiovinari {
  --fa: "\f3f8";
}
.fa-pied-piper {
  --fa: "\f2ae";
}
.fa-wordpress {
  --fa: "\f19a";
}
.fa-product-hunt {
  --fa: "\f288";
}
.fa-firefox {
  --fa: "\f269";
}
.fa-linode {
  --fa: "\f2b8";
}
.fa-goodreads {
  --fa: "\f3a8";
}
.fa-odnoklassniki-square,
.fa-square-odnoklassniki {
  --fa: "\f264";
}
.fa-jsfiddle {
  --fa: "\f1cc";
}
.fa-sith {
  --fa: "\f512";
}
.fa-themeisle {
  --fa: "\f2b2";
}
.fa-page4 {
  --fa: "\f3d7";
}
.fa-hashnode {
  --fa: "\e499";
}
.fa-react {
  --fa: "\f41b";
}
.fa-cc-paypal {
  --fa: "\f1f4";
}
.fa-squarespace {
  --fa: "\f5be";
}
.fa-cc-stripe {
  --fa: "\f1f5";
}
.fa-creative-commons-share {
  --fa: "\f4f2";
}
.fa-bitcoin {
  --fa: "\f379";
}
.fa-keycdn {
  --fa: "\f3ba";
}
.fa-opera {
  --fa: "\f26a";
}
.fa-itch-io {
  --fa: "\f83a";
}
.fa-umbraco {
  --fa: "\f8e8";
}
.fa-galactic-senate {
  --fa: "\f50d";
}
.fa-ubuntu {
  --fa: "\f7df";
}
.fa-draft2digital {
  --fa: "\f396";
}
.fa-stripe {
  --fa: "\f429";
}
.fa-houzz {
  --fa: "\f27c";
}
.fa-gg {
  --fa: "\f260";
}
.fa-dhl {
  --fa: "\f790";
}
.fa-pinterest-square,
.fa-square-pinterest {
  --fa: "\f0d3";
}
.fa-xing {
  --fa: "\f168";
}
.fa-blackberry {
  --fa: "\f37b";
}
.fa-creative-commons-pd {
  --fa: "\f4ec";
}
.fa-playstation {
  --fa: "\f3df";
}
.fa-quinscape {
  --fa: "\f459";
}
.fa-less {
  --fa: "\f41d";
}
.fa-blogger-b {
  --fa: "\f37d";
}
.fa-opencart {
  --fa: "\f23d";
}
.fa-vine {
  --fa: "\f1ca";
}
.fa-signal-messenger {
  --fa: "\e663";
}
.fa-paypal {
  --fa: "\f1ed";
}
.fa-gitlab {
  --fa: "\f296";
}
.fa-typo3 {
  --fa: "\f42b";
}
.fa-reddit-alien {
  --fa: "\f281";
}
.fa-yahoo {
  --fa: "\f19e";
}
.fa-dailymotion {
  --fa: "\e052";
}
.fa-affiliatetheme {
  --fa: "\f36b";
}
.fa-pied-piper-pp {
  --fa: "\f1a7";
}
.fa-bootstrap {
  --fa: "\f836";
}
.fa-odnoklassniki {
  --fa: "\f263";
}
.fa-nfc-symbol {
  --fa: "\e531";
}
.fa-mintbit {
  --fa: "\e62f";
}
.fa-ethereum {
  --fa: "\f42e";
}
.fa-speaker-deck {
  --fa: "\f83c";
}
.fa-creative-commons-nc-eu {
  --fa: "\f4e9";
}
.fa-patreon {
  --fa: "\f3d9";
}
.fa-avianex {
  --fa: "\f374";
}
.fa-ello {
  --fa: "\f5f1";
}
.fa-gofore {
  --fa: "\f3a7";
}
.fa-bimobject {
  --fa: "\f378";
}
.fa-brave-reverse {
  --fa: "\e63d";
}
.fa-facebook-f {
  --fa: "\f39e";
}
.fa-google-plus-square,
.fa-square-google-plus {
  --fa: "\f0d4";
}
.fa-web-awesome {
  --fa: "\e682";
}
.fa-mandalorian {
  --fa: "\f50f";
}
.fa-first-order-alt {
  --fa: "\f50a";
}
.fa-osi {
  --fa: "\f41a";
}
.fa-google-wallet {
  --fa: "\f1ee";
}
.fa-d-and-d-beyond {
  --fa: "\f6ca";
}
.fa-periscope {
  --fa: "\f3da";
}
.fa-fulcrum {
  --fa: "\f50b";
}
.fa-cloudscale {
  --fa: "\f383";
}
.fa-forumbee {
  --fa: "\f211";
}
.fa-mizuni {
  --fa: "\f3cc";
}
.fa-schlix {
  --fa: "\f3ea";
}
.fa-square-xing,
.fa-xing-square {
  --fa: "\f169";
}
.fa-bandcamp {
  --fa: "\f2d5";
}
.fa-wpforms {
  --fa: "\f298";
}
.fa-cloudversify {
  --fa: "\f385";
}
.fa-usps {
  --fa: "\f7e1";
}
.fa-megaport {
  --fa: "\f5a3";
}
.fa-magento {
  --fa: "\f3c4";
}
.fa-spotify {
  --fa: "\f1bc";
}
.fa-optin-monster {
  --fa: "\f23c";
}
.fa-fly {
  --fa: "\f417";
}
.fa-square-bluesky {
  --fa: "\e6a3";
}
.fa-aviato {
  --fa: "\f421";
}
.fa-itunes {
  --fa: "\f3b4";
}
.fa-cuttlefish {
  --fa: "\f38c";
}
.fa-blogger {
  --fa: "\f37c";
}
.fa-flickr {
  --fa: "\f16e";
}
.fa-viber {
  --fa: "\f409";
}
.fa-soundcloud {
  --fa: "\f1be";
}
.fa-digg {
  --fa: "\f1a6";
}
.fa-tencent-weibo {
  --fa: "\f1d5";
}
.fa-letterboxd {
  --fa: "\e62d";
}
.fa-symfony {
  --fa: "\f83d";
}
.fa-maxcdn {
  --fa: "\f136";
}
.fa-etsy {
  --fa: "\f2d7";
}
.fa-facebook-messenger {
  --fa: "\f39f";
}
.fa-audible {
  --fa: "\f373";
}
.fa-think-peaks {
  --fa: "\f731";
}
.fa-bilibili {
  --fa: "\e3d9";
}
.fa-erlang {
  --fa: "\f39d";
}
.fa-x-twitter {
  --fa: "\e61b";
}
.fa-cotton-bureau {
  --fa: "\f89e";
}
.fa-dashcube {
  --fa: "\f210";
}
.fa-42-group,
.fa-innosoft {
  --fa: "\e080";
}
.fa-stack-exchange {
  --fa: "\f18d";
}
.fa-elementor {
  --fa: "\f430";
}
.fa-pied-piper-square,
.fa-square-pied-piper {
  --fa: "\e01e";
}
.fa-creative-commons-nd {
  --fa: "\f4eb";
}
.fa-palfed {
  --fa: "\f3d8";
}
.fa-superpowers {
  --fa: "\f2dd";
}
.fa-resolving {
  --fa: "\f3e7";
}
.fa-xbox {
  --fa: "\f412";
}
.fa-square-web-awesome-stroke {
  --fa: "\e684";
}
.fa-searchengin {
  --fa: "\f3eb";
}
.fa-tiktok {
  --fa: "\e07b";
}
.fa-facebook-square,
.fa-square-facebook {
  --fa: "\f082";
}
.fa-renren {
  --fa: "\f18b";
}
.fa-linux {
  --fa: "\f17c";
}
.fa-glide {
  --fa: "\f2a5";
}
.fa-linkedin {
  --fa: "\f08c";
}
.fa-hubspot {
  --fa: "\f3b2";
}
.fa-deploydog {
  --fa: "\f38e";
}
.fa-twitch {
  --fa: "\f1e8";
}
.fa-flutter {
  --fa: "\e694";
}
.fa-ravelry {
  --fa: "\f2d9";
}
.fa-mixer {
  --fa: "\e056";
}
.fa-lastfm-square,
.fa-square-lastfm {
  --fa: "\f203";
}
.fa-vimeo {
  --fa: "\f40a";
}
.fa-mendeley {
  --fa: "\f7b3";
}
.fa-uniregistry {
  --fa: "\f404";
}
.fa-figma {
  --fa: "\f799";
}
.fa-creative-commons-remix {
  --fa: "\f4ee";
}
.fa-cc-amazon-pay {
  --fa: "\f42d";
}
.fa-dropbox {
  --fa: "\f16b";
}
.fa-instagram {
  --fa: "\f16d";
}
.fa-cmplid {
  --fa: "\e360";
}
.fa-upwork {
  --fa: "\e641";
}
.fa-facebook {
  --fa: "\f09a";
}
.fa-gripfire {
  --fa: "\f3ac";
}
.fa-jedi-order {
  --fa: "\f50e";
}
.fa-uikit {
  --fa: "\f403";
}
.fa-fort-awesome-alt {
  --fa: "\f3a3";
}
.fa-phabricator {
  --fa: "\f3db";
}
.fa-ussunnah {
  --fa: "\f407";
}
.fa-earlybirds {
  --fa: "\f39a";
}
.fa-trade-federation {
  --fa: "\f513";
}
.fa-autoprefixer {
  --fa: "\f41c";
}
.fa-whatsapp {
  --fa: "\f232";
}
.fa-square-upwork {
  --fa: "\e67c";
}
.fa-slideshare {
  --fa: "\f1e7";
}
.fa-google-play {
  --fa: "\f3ab";
}
.fa-viadeo {
  --fa: "\f2a9";
}
.fa-line {
  --fa: "\f3c0";
}
.fa-google-drive {
  --fa: "\f3aa";
}
.fa-servicestack {
  --fa: "\f3ec";
}
.fa-simplybuilt {
  --fa: "\f215";
}
.fa-bitbucket {
  --fa: "\f171";
}
.fa-imdb {
  --fa: "\f2d8";
}
.fa-deezer {
  --fa: "\e077";
}
.fa-raspberry-pi {
  --fa: "\f7bb";
}
.fa-jira {
  --fa: "\f7b1";
}
.fa-docker {
  --fa: "\f395";
}
.fa-screenpal {
  --fa: "\e570";
}
.fa-bluetooth {
  --fa: "\f293";
}
.fa-gitter {
  --fa: "\f426";
}
.fa-d-and-d {
  --fa: "\f38d";
}
.fa-microblog {
  --fa: "\e01a";
}
.fa-cc-diners-club {
  --fa: "\f24c";
}
.fa-gg-circle {
  --fa: "\f261";
}
.fa-pied-piper-hat {
  --fa: "\f4e5";
}
.fa-kickstarter-k {
  --fa: "\f3bc";
}
.fa-yandex {
  --fa: "\f413";
}
.fa-readme {
  --fa: "\f4d5";
}
.fa-html5 {
  --fa: "\f13b";
}
.fa-sellsy {
  --fa: "\f213";
}
.fa-square-web-awesome {
  --fa: "\e683";
}
.fa-sass {
  --fa: "\f41e";
}
.fa-wirsindhandwerk,
.fa-wsh {
  --fa: "\e2d0";
}
.fa-buromobelexperte {
  --fa: "\f37f";
}
.fa-salesforce {
  --fa: "\f83b";
}
.fa-octopus-deploy {
  --fa: "\e082";
}
.fa-medapps {
  --fa: "\f3c6";
}
.fa-ns8 {
  --fa: "\f3d5";
}
.fa-pinterest-p {
  --fa: "\f231";
}
.fa-apper {
  --fa: "\f371";
}
.fa-fort-awesome {
  --fa: "\f286";
}
.fa-waze {
  --fa: "\f83f";
}
.fa-bluesky {
  --fa: "\e671";
}
.fa-cc-jcb {
  --fa: "\f24b";
}
.fa-snapchat,
.fa-snapchat-ghost {
  --fa: "\f2ab";
}
.fa-fantasy-flight-games {
  --fa: "\f6dc";
}
.fa-rust {
  --fa: "\e07a";
}
.fa-wix {
  --fa: "\f5cf";
}
.fa-behance-square,
.fa-square-behance {
  --fa: "\f1b5";
}
.fa-supple {
  --fa: "\f3f9";
}
.fa-webflow {
  --fa: "\e65c";
}
.fa-rebel {
  --fa: "\f1d0";
}
.fa-css3 {
  --fa: "\f13c";
}
.fa-staylinked {
  --fa: "\f3f5";
}
.fa-kaggle {
  --fa: "\f5fa";
}
.fa-space-awesome {
  --fa: "\e5ac";
}
.fa-deviantart {
  --fa: "\f1bd";
}
.fa-cpanel {
  --fa: "\f388";
}
.fa-goodreads-g {
  --fa: "\f3a9";
}
.fa-git-square,
.fa-square-git {
  --fa: "\f1d2";
}
.fa-square-tumblr,
.fa-tumblr-square {
  --fa: "\f174";
}
.fa-trello {
  --fa: "\f181";
}
.fa-creative-commons-nc-jp {
  --fa: "\f4ea";
}
.fa-get-pocket {
  --fa: "\f265";
}
.fa-perbyte {
  --fa: "\e083";
}
.fa-grunt {
  --fa: "\f3ad";
}
.fa-weebly {
  --fa: "\f5cc";
}
.fa-connectdevelop {
  --fa: "\f20e";
}
.fa-leanpub {
  --fa: "\f212";
}
.fa-black-tie {
  --fa: "\f27e";
}
.fa-themeco {
  --fa: "\f5c6";
}
.fa-python {
  --fa: "\f3e2";
}
.fa-android {
  --fa: "\f17b";
}
.fa-bots {
  --fa: "\e340";
}
.fa-free-code-camp {
  --fa: "\f2c5";
}
.fa-hornbill {
  --fa: "\f592";
}
.fa-js {
  --fa: "\f3b8";
}
.fa-ideal {
  --fa: "\e013";
}
.fa-git {
  --fa: "\f1d3";
}
.fa-dev {
  --fa: "\f6cc";
}
.fa-sketch {
  --fa: "\f7c6";
}
.fa-yandex-international {
  --fa: "\f414";
}
.fa-cc-amex {
  --fa: "\f1f3";
}
.fa-uber {
  --fa: "\f402";
}
.fa-github {
  --fa: "\f09b";
}
.fa-php {
  --fa: "\f457";
}
.fa-alipay {
  --fa: "\f642";
}
.fa-youtube {
  --fa: "\f167";
}
.fa-skyatlas {
  --fa: "\f216";
}
.fa-firefox-browser {
  --fa: "\e007";
}
.fa-replyd {
  --fa: "\f3e6";
}
.fa-suse {
  --fa: "\f7d6";
}
.fa-jenkins {
  --fa: "\f3b6";
}
.fa-twitter {
  --fa: "\f099";
}
.fa-rockrms {
  --fa: "\f3e9";
}
.fa-pinterest {
  --fa: "\f0d2";
}
.fa-buffer {
  --fa: "\f837";
}
.fa-npm {
  --fa: "\f3d4";
}
.fa-yammer {
  --fa: "\f840";
}
.fa-btc {
  --fa: "\f15a";
}
.fa-dribbble {
  --fa: "\f17d";
}
.fa-stumbleupon-circle {
  --fa: "\f1a3";
}
.fa-internet-explorer {
  --fa: "\f26b";
}
.fa-stubber {
  --fa: "\e5c7";
}
.fa-telegram,
.fa-telegram-plane {
  --fa: "\f2c6";
}
.fa-old-republic {
  --fa: "\f510";
}
.fa-odysee {
  --fa: "\e5c6";
}
.fa-square-whatsapp,
.fa-whatsapp-square {
  --fa: "\f40c";
}
.fa-node-js {
  --fa: "\f3d3";
}
.fa-edge-legacy {
  --fa: "\e078";
}
.fa-slack,
.fa-slack-hash {
  --fa: "\f198";
}
.fa-medrt {
  --fa: "\f3c8";
}
.fa-usb {
  --fa: "\f287";
}
.fa-tumblr {
  --fa: "\f173";
}
.fa-vaadin {
  --fa: "\f408";
}
.fa-quora {
  --fa: "\f2c4";
}
.fa-square-x-twitter {
  --fa: "\e61a";
}
.fa-reacteurope {
  --fa: "\f75d";
}
.fa-medium,
.fa-medium-m {
  --fa: "\f23a";
}
.fa-amilia {
  --fa: "\f36d";
}
.fa-mixcloud {
  --fa: "\f289";
}
.fa-flipboard {
  --fa: "\f44d";
}
.fa-viacoin {
  --fa: "\f237";
}
.fa-critical-role {
  --fa: "\f6c9";
}
.fa-sitrox {
  --fa: "\e44a";
}
.fa-discourse {
  --fa: "\f393";
}
.fa-joomla {
  --fa: "\f1aa";
}
.fa-mastodon {
  --fa: "\f4f6";
}
.fa-airbnb {
  --fa: "\f834";
}
.fa-wolf-pack-battalion {
  --fa: "\f514";
}
.fa-buy-n-large {
  --fa: "\f8a6";
}
.fa-gulp {
  --fa: "\f3ae";
}
.fa-creative-commons-sampling-plus {
  --fa: "\f4f1";
}
.fa-strava {
  --fa: "\f428";
}
.fa-ember {
  --fa: "\f423";
}
.fa-canadian-maple-leaf {
  --fa: "\f785";
}
.fa-teamspeak {
  --fa: "\f4f9";
}
.fa-pushed {
  --fa: "\f3e1";
}
.fa-wordpress-simple {
  --fa: "\f411";
}
.fa-nutritionix {
  --fa: "\f3d6";
}
.fa-wodu {
  --fa: "\e088";
}
.fa-google-pay {
  --fa: "\e079";
}
.fa-intercom {
  --fa: "\f7af";
}
.fa-zhihu {
  --fa: "\f63f";
}
.fa-korvue {
  --fa: "\f42f";
}
.fa-pix {
  --fa: "\e43a";
}
.fa-steam-symbol {
  --fa: "\f3f6";
}
:host,
:root {
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
}
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/../webfonts/fa-regular-400.woff2)
      format("woff2"),
    url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/../webfonts/fa-regular-400.ttf)
      format("truetype");
}
.fa-regular,
.far {
  font-weight: 400;
}
:host,
:root {
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/../webfonts/fa-solid-900.woff2)
      format("woff2"),
    url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/../webfonts/fa-solid-900.ttf)
      format("truetype");
}
.fa-solid,
.fas {
  font-weight: 900;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-display: swap;
  font-weight: 400;
  src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/../webfonts/fa-brands-400.woff2)
      format("woff2"),
    url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/../webfonts/fa-brands-400.ttf)
      format("truetype");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: swap;
  font-weight: 900;
  src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/../webfonts/fa-solid-900.woff2)
      format("woff2"),
    url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/../webfonts/fa-solid-900.ttf)
      format("truetype");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: swap;
  font-weight: 400;
  src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/../webfonts/fa-regular-400.woff2)
      format("woff2"),
    url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/../webfonts/fa-regular-400.ttf)
      format("truetype");
}
@font-face {
  font-family: "FontAwesome";
  font-display: swap;
  src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/../webfonts/fa-solid-900.woff2)
      format("woff2"),
    url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/../webfonts/fa-solid-900.ttf)
      format("truetype");
}
@font-face {
  font-family: "FontAwesome";
  font-display: swap;
  src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/../webfonts/fa-brands-400.woff2)
      format("woff2"),
    url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/../webfonts/fa-brands-400.ttf)
      format("truetype");
}
@font-face {
  font-family: "FontAwesome";
  font-display: swap;
  src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/../webfonts/fa-regular-400.woff2)
      format("woff2"),
    url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/../webfonts/fa-regular-400.ttf)
      format("truetype");
  unicode-range: u+f003, u+f006, u+f014, u+f016-f017, u+f01a-f01b, u+f01d,
    u+f022, u+f03e, u+f044, u+f046, u+f05c-f05d, u+f06e, u+f070, u+f087-f088,
    u+f08a, u+f094, u+f096-f097, u+f09d, u+f0a0, u+f0a2, u+f0a4-f0a7, u+f0c5,
    u+f0c7, u+f0e5-f0e6, u+f0eb, u+f0f6-f0f8, u+f10c, u+f114-f115, u+f118-f11a,
    u+f11c-f11d, u+f133, u+f147, u+f14e, u+f150-f152, u+f185-f186, u+f18e,
    u+f190-f192, u+f196, u+f1c1-f1c9, u+f1d9, u+f1db, u+f1e3, u+f1ea, u+f1f7,
    u+f1f9, u+f20a, u+f247-f248, u+f24a, u+f24d, u+f255-f25b, u+f25d,
    u+f271-f274, u+f278, u+f27b, u+f28c, u+f28e, u+f29c, u+f2b5, u+f2b7, u+f2ba,
    u+f2bc, u+f2be, u+f2c0-f2c1, u+f2c3, u+f2d0, u+f2d2, u+f2d4, u+f2dc;
}
@font-face {
  font-family: "FontAwesome";
  font-display: swap;
  src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/../webfonts/fa-v4compatibility.woff2)
      format("woff2"),
    url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/../webfonts/fa-v4compatibility.ttf)
      format("truetype");
  unicode-range: u+f041, u+f047, u+f065-f066, u+f07d-f07e, u+f080, u+f08b,
    u+f08e, u+f090, u+f09a, u+f0ac, u+f0ae, u+f0b2, u+f0d0, u+f0d6, u+f0e4,
    u+f0ec, u+f10a-f10b, u+f123, u+f13e, u+f148-f149, u+f14c, u+f156, u+f15e,
    u+f160-f161, u+f163, u+f175-f178, u+f195, u+f1f8, u+f219, u+f27a;
}
